@charset "UTF-8";
/*
Theme Name: ジパングアウトソーシングサービス株式会社
Theme URI: https://newgraduate.japang.co.jp/
Author: T2Japan Inc.
Description: ジパングアウトソーシングサービス新卒採用サイトオリジナルテーマ
Version: 1.0
*/
/* ==========================================================================
Foundation
========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

button, html[type=button], [type=submit] {
  -webkit-appearance: button;
}

:root {
  min-height: 100vh;
  font-size: 16px;
  font-weight: normal;
  vertical-align: text-bottom;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body {
  color: #111111;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: text-bottom;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  background-image: linear-gradient(90deg, #e8efff, #dde7ff 38%, #e0f3ff 67%, #dbfeff);
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

strong {
  font-weight: bolder;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
button {
  color: inherit;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
a:hover,
button:hover {
  opacity: 0.6;
}

p > a {
  text-decoration: underline;
}

a:hover,
a:active {
  outline-width: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type=text],
input[type=email],
textarea {
  display: inline-block;
  width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

textarea {
  height: 8rem;
  resize: vertical;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
}

[hidden] {
  display: none;
}

/* ==========================================================================
Layout
========================================================================== */
/* header ----------------- */
header {
  width: 100%;
  position: relative;
  z-index: 9989;
}
@media (max-width: 959px) {
  header {
    position: fixed;
    z-index: 9989;
    top: 0;
    height: 5.625rem;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}
header .head__logo--wrap {
  position: fixed;
  top: 2rem;
  left: 2rem;
  width: 13.75rem;
  height: auto;
}
@media (max-width: 959px) {
  header .head__logo--wrap {
    top: 1rem;
    left: 2%;
    width: 7.5rem;
  }
}
header .head__logo--wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .head__nav--wrap .hamburger_btn {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 9999;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 6.25rem;
  padding: 0;
}
@media (max-width: 959px) {
  header .head__nav--wrap .hamburger_btn {
    position: fixed;
    top: 0.5rem;
    right: 2%;
    z-index: 9999;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 5rem;
    padding: 0;
  }
}
header .head__nav--wrap .hamburger_btn:hover {
  opacity: 1;
}
header .head__nav--wrap .hamburger_btn img {
  width: 100%;
  height: auto;
}
header .head__nav--wrap .hamburger_btn img:hover {
  opacity: 1;
}
header .head__nav--wrap .nav_slide_content {
  position: fixed;
  transform: translateX(140%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 9998;
  top: 5rem;
  right: 3.3rem;
  width: 25rem;
  min-width: 20rem;
  height: auto;
  background-color: white;
  padding: 4.2rem 2rem 3rem;
  box-shadow: -0.4rem 0 1rem rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  box-sizing: border-box;
}
header .head__nav--wrap .nav_slide_content.is-active {
  transform: translateX(0);
}
header .head__nav--wrap .nav_slide_content::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: -4rem;
  width: 12.5rem;
  aspect-ratio: 25/9;
  background-image: url(/wp-content/themes/newgraduate/images/icon_kumo_blue.svg);
  background-size: cover;
}
@media (max-width: 599px) {
  header .head__nav--wrap .nav_slide_content::after {
    bottom: -6%;
    left: 0%;
    width: 35%;
  }
}
@media (max-width: 599px) {
  header .head__nav--wrap .nav_slide_content {
    top: 4rem;
    right: 2%;
    max-width: 96%;
    padding: 5% 10% 10%;
  }
}
header .head__nav--wrap .nav_slide_content .head__nav--ul {
  list-style: none;
}
header .head__nav--wrap .nav_slide_content .head__nav--ul > li {
  border-bottom: 1px solid #F2F2F2;
}
header .head__nav--wrap .nav_slide_content .head__nav--ul > li:nth-last-of-type(1) {
  border-bottom: 0;
}
header .head__nav--wrap .nav_slide_content .head__nav--ul > li > a {
  display: block;
  padding: 1rem 2rem 1rem 0;
  color: #4061BC;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  header .head__nav--wrap .nav_slide_content .head__nav--ul > li > a {
    padding: 0.8rem 2rem 0.8rem 0;
    font-size: 1.125rem;
  }
}
header .head__nav--wrap .nav_slide_content .head__nav--ul > li > a.p_b_non {
  padding-bottom: 0.4rem;
}
header .head__nav--wrap .nav_slide_content .head__nav--ul > li .nav--ul_innnerul {
  padding-left: 1rem;
}
header .head__nav--wrap .nav_slide_content .head__nav--ul > li .nav--ul_innnerul li a {
  display: block;
  padding: 0.8rem 0;
  font-size: 0.9rem;
  color: #515151;
}
header .head__nav--wrap .nav_slide_content .head__nav--ul > li .nav--ul_innnerul li a:nth-last-of-type(1) {
  padding-bottom: 1rem;
}
@media (max-width: 599px) {
  header .head__nav--wrap .nav_slide_content .head__nav--ul > li .nav--ul_innnerul li a:nth-last-of-type(1) {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 599px) {
  header .head__nav--wrap .nav_slide_content .head__nav--ul > li .nav--ul_innnerul li a {
    padding: 0.6rem 0;
  }
}
header .head__nav--wrap .nav_slide_content .entry_ul {
  margin-top: 2rem;
}
@media (max-width: 599px) {
  header .head__nav--wrap .nav_slide_content .entry_ul {
    margin-top: 1rem;
  }
}
header .head__nav--wrap .nav_slide_content .entry_ul .btn_cv .btn_common {
  margin: 1.6rem auto auto;
}
header .head__nav--wrap .nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
header .head__nav--wrap .nav_overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* footer ----------------- */
.back_p {
  width: 100%;
  max-width: 1000px;
  margin: 4rem auto auto;
}
.back_p a {
  text-align: left;
  font-size: 0.9rem;
}
.back_p a img {
  width: 2.4rem;
  height: 2.4rem;
  padding-right: 0.3rem;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .back_p {
    width: 96%;
    margin: 4rem auto auto;
    padding: 0 2%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .back_p {
    width: 96%;
    margin: 4rem auto auto;
    padding: 0;
  }
}
.back_p + .cv_box--wrap {
  margin-top: 1.5rem;
}

.footer {
  position: relative;
  z-index: 60;
  width: 100vw;
  overflow: hidden;
  margin: 8rem auto auto;
  padding: 3rem 0 4rem;
  background-color: #284798;
  color: white;
}
@media (max-width: 959px) {
  .footer {
    padding: 3rem 2% 4rem;
    box-sizing: border-box;
  }
}
.footer .footer_cv_btn {
  display: block;
  position: relative;
  z-index: 41;
  width: 100%;
  max-width: 1000px;
  margin: auto auto 4rem;
}
@media (max-width: 599px) {
  .footer .footer_cv_btn {
    max-width: 80%;
  }
}
.footer .footer_cv_btn img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer_wrap {
  position: relative;
  z-index: 41;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 599px) {
  .footer .footer_wrap {
    flex-wrap: wrap;
  }
}
.footer .footer_wrap .footer_left {
  width: 30%;
}
@media (max-width: 599px) {
  .footer .footer_wrap .footer_left {
    order: 2;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer .footer_wrap .footer_left {
    width: 45%;
  }
}
.footer .footer_wrap .footer_left .f_logo {
  display: block;
  width: 100%;
  max-width: 12.5rem;
}
@media (max-width: 599px) {
  .footer .footer_wrap .footer_left .f_logo {
    margin: 4rem auto auto;
  }
}
.footer .footer_wrap .footer_left .for_corporatesite {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.75rem auto 3.25rem 0;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .footer .footer_wrap .footer_left .for_corporatesite {
    margin: 2rem auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer .footer_wrap .footer_left .for_corporatesite {
    margin: 2rem auto 2rem 0;
  }
}
.footer .footer_wrap .footer_left .footer_credit {
  font-size: 0.85rem;
}
@media (max-width: 599px) {
  .footer .footer_wrap .footer_left .footer_credit {
    text-align: center;
  }
}
.footer .footer_wrap .footer_right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 599px) {
  .footer .footer_wrap .footer_right {
    order: 1;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer .footer_wrap .footer_right {
    width: 52%;
  }
}
.footer .footer_wrap .footer_right .footer_nav_ul {
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer_wrap .footer_right .footer_nav_ul:nth-of-type(n+2) {
  margin-left: 2rem;
}
.footer .footer_wrap .footer_right .footer_nav_ul li a {
  display: block;
  padding: 0.6rem 0;
}
.footer .footer_wrap .footer_right .footer_nav_ul li .footer_inner_ul {
  padding-left: 0.8rem;
  font-size: 0.95rem;
}
.footer .footer_bgimg_wrap {
  position: absolute;
  z-index: 40;
  bottom: -10%;
  left: 0;
  width: 120vw;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 599px) {
  .footer .footer_bgimg_wrap {
    width: 230vw;
    left: -60vw;
  }
}
.footer .footer_bgimg_wrap .bgimg_wave {
  width: 100%;
}
.footer .footer_bg_companyname {
  position: absolute;
  z-index: 8;
  bottom: 0;
  left: 0;
  overflow: hidden;
  font-size: 8vw;
  line-height: 8vw;
  font-weight: bold;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
@media (max-width: 599px) {
  .footer .footer_bg_companyname {
    font-size: 7vw;
  }
}
.footer .footer__upper--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 1% 2rem 0;
}
@media (max-width: 599px) {
  .footer .footer__upper--wrap {
    display: block;
    justify-content: initial;
    align-items: initial;
    padding: 2rem 1%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer .footer__upper--wrap {
    padding: 2rem 0;
  }
}
@media (min-width: 960px) {
  .footer .footer__upper--wrap .left {
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid white;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .footer .footer__upper--wrap .left {
    text-align: center;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer .footer__upper--wrap .left {
    width: 30%;
  }
}
.footer .footer__upper--wrap .left .footer_logo {
  width: 60%;
  height: auto;
  margin: 1.6rem auto 2rem;
}
.footer .footer__upper--wrap .left .footer_logo a {
  display: block;
}
.footer .footer__upper--wrap .left .footer_logo a img {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 599px) {
  .footer .footer__upper--wrap .left .footer_logo a img {
    width: 80%;
  }
}
.footer .footer__upper--wrap .left .footer_ul .saiyo {
  width: 60%;
  margin: auto;
  font-size: 0.85rem;
  padding: 0.6rem 2rem;
  box-sizing: border-box;
  border: 1px solid white;
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer .footer__upper--wrap .left .footer_ul .saiyo {
    text-align: center;
  }
}
.footer .footer__upper--wrap .left .footer_ul .lang {
  display: flex;
  flex-wrap: nowrap;
  width: 40%;
  margin: 1.6rem auto 1rem;
  text-align: center;
}
.footer .footer__upper--wrap .left .footer_ul .lang a {
  width: 50%;
  font-size: 0.85rem;
  text-align: center;
}
.footer .footer__upper--wrap .right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 78%;
  font-size: 0.95rem;
  text-align: left;
}
@media (max-width: 599px) {
  .footer .footer__upper--wrap .right {
    display: block;
    padding: 0.8rem 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer .footer__upper--wrap .right {
    width: 68%;
  }
}
.footer .footer__upper--wrap .right .footer__nav--ul {
  width: 40%;
  padding-left: 7%;
  text-align: left;
}
@media (max-width: 599px) {
  .footer .footer__upper--wrap .right .footer__nav--ul {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer .footer__upper--wrap .right .footer__nav--ul {
    width: 48%;
    padding-left: 1%;
  }
}
.footer .footer__upper--wrap .right .footer__nav--ul li {
  margin: 1rem auto;
}
@media (max-width: 599px) {
  .footer .footer__upper--wrap .right .footer__nav--ul li {
    margin: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer .footer__upper--wrap .right .footer__nav--ul li {
    text-align: center;
  }
}
.footer .footer__upper--wrap .right .footer__nav--ul li a {
  padding: 1rem 0;
  text-align: left;
}
@media (max-width: 599px) {
  .footer .footer__upper--wrap .right .footer__nav--ul li a {
    display: block;
    padding: 0.8rem 0;
    text-align: center;
  }
}
.footer .footer__upper--wrap .right .footer__nav--ul li.cv_btn {
  margin-top: 1.8rem;
}
.footer .footer__upper--wrap .right .footer__nav--ul li.cv_btn a {
  font-size: 0.85rem;
  padding: 0.6rem 2rem;
  box-sizing: border-box;
  border: 1px solid white;
}
@media (max-width: 599px) {
  .footer .footer__upper--wrap .right .footer__nav--ul li.cv_btn a {
    display: block;
    width: 65%;
    margin: auto;
    text-align: center;
  }
}
.footer .footer__bottom--wrap {
  width: 100%;
  margin: auto;
  padding: 0.8rem;
  text-align: center;
  background-color: #111111;
  margin-left: -10%;
}
@media (max-width: 959px) {
  .footer .footer__bottom--wrap {
    display: block;
    margin-left: auto;
  }
}
.footer .footer__bottom--wrap small {
  font-size: 0.8rem;
}
@media (max-width: 599px) {
  .footer .footer__bottom--wrap small {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
  }
}

#scrolltop {
  position: fixed;
  z-index: 998;
  bottom: 60px;
  right: 20px;
  width: 50px;
  height: 50px;
  margin: 0;
}
@media (max-width: 599px) {
  #scrolltop {
    bottom: 20px;
  }
}
#scrolltop a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
}
#scrolltop a img {
  width: 100%;
}

/* ==========================================================================
Object
========================================================================== */
/* ---------------------------------------- 
Component
/* container ----------------- */
.iframe {
  width: 90%;
  margin: 2rem auto;
  padding-bottom: 0%;
}
.iframe > video {
  display: block;
  width: 100%;
}
@media (max-width: 599px) {
  .iframe {
    width: 96%;
  }
  .iframe > h4 {
    font-size: 1.1rem;
  }
}

/* button ----------------- */
.btn_common {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  margin: 1.6rem auto auto 0;
  padding: 1rem 3rem 1rem 1.8rem;
  background-color: #111111;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50vh;
}
@media (max-width: 599px) {
  .btn_common {
    max-width: 60%;
    margin: 1.6rem auto auto 0;
    padding: 0.8rem 3rem 0.8rem 1.8rem;
    font-size: 0.95rem;
  }
}
.btn_common::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(/wp-content/themes/newgraduate/images/icon_angle_r_black.svg) center right/cover no-repeat;
}
@media (max-width: 599px) {
  .btn_common::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.btn_common:hover {
  background-color: #4061BC;
}
.btn_common:hover::after {
  background: url(/wp-content/themes/newgraduate/images/icon_angle_r_blue.svg) center right/cover no-repeat;
}

.angle_btn {
  display: inline-block;
  position: relative;
  padding: 0.8rem 5rem;
  border: 1px solid #F2F2F2;
  background: white;
}
@media (max-width: 599px) {
  .angle_btn {
    padding: 0.7rem 4rem;
  }
}
.angle_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: auto;
}
.angle_btn.r_black::after {
  background: url(/wp-content/themes/newgraduate/images/angle_r_black.svg) center right/cover no-repeat;
}
.angle_btn.r_blue::after {
  background: url(/wp-content/themes/newgraduate/images/icon_angle_r_blue.svg) center right/cover no-repeat;
}

.angle_text_btn {
  display: inline-block;
  position: relative;
  padding: 1.6rem 2rem 1.6rem 0;
  background: white;
}
.angle_text_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: auto;
}
.angle_text_btn.r_black::after {
  background: url(/wp-content/themes/newgraduate/images/icon_angle_r_black.svg) center right/cover no-repeat;
}
.angle_text_btn.r_blue::after {
  background: url(/wp-content/themes/newgraduate/images/icon_angle_r_blue.svg) center right/cover no-repeat;
}

.newin {
  position: relative;
}
.newin::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(/wp-content/themes/newgraduate/images/icon_newin_w.svg) center center/contain no-repeat;
}

/* list ----------------- */
ul {
  list-style: none;
}

ol {
  list-style: none;
  counter-reset: number 0;
}

@media (min-width: 600px) {
  dl > dt {
    clear: both;
    float: left;
  }
}

/* form ----------------- */
.p-inquiry {
  width: 100%;
  max-width: 1000px;
  margin: 7rem auto auto;
  padding: 2.5rem 3.75rem 3rem;
}
@media (max-width: 599px) {
  .p-inquiry {
    margin: 4rem auto auto;
    padding: 1rem 2%;
  }
}
.p-inquiry .etc__hidden--wrap {
  display: none;
}
.p-inquiry .common_title {
  position: relative;
  z-index: 114;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.p-inquiry .common_title::before {
  content: "";
  position: absolute;
  z-index: 113;
  top: -10%;
  left: -35%;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 5/3;
  background: url(/wp-content/themes/newgraduate/images/icon_philo_cloud_white.svg) center center/contain no-repeat;
}
@media (max-width: 599px) {
  .p-inquiry .common_title::before {
    left: -18%;
    width: 2rem;
  }
}
.p-inquiry .common_title::after {
  content: "";
  position: absolute;
  z-index: 113;
  bottom: -20%;
  right: -35%;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 5/3;
  background: url(/wp-content/themes/newgraduate/images/icon_philo_cloud_blue.svg) center center/contain no-repeat;
}
@media (max-width: 599px) {
  .p-inquiry .common_title::after {
    right: -18%;
    width: 2rem;
  }
}
.p-inquiry .contact_hdln {
  width: 100%;
  margin: auto;
  padding: 1.5rem 1rem;
  border: 1px solid #4061BC;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 599px) {
  .p-inquiry .contact_hdln {
    text-align: left;
  }
}
.p-inquiry .esse::after {
  content: "※";
  display: inline;
  margin-left: 0.5rem;
  color: #ae0800;
  font-size: 0.9rem;
}
.p-inquiry .atten_text {
  display: block;
  font-size: 0.8rem;
  color: #05C0C7;
}
.p-inquiry .fnt_s {
  font-size: 0.8rem;
}
.p-inquiry .form_lead {
  margin: auto auto 2rem;
  text-align: center;
}
@media (max-width: 599px) {
  .p-inquiry .form_lead {
    margin: auto auto 1rem;
    text-align: left;
  }
}
.p-inquiry .form_lead a {
  text-decoration: underline;
}
.p-inquiry .frm {
  width: 100%;
  margin: 3rem auto auto;
}
@media (max-width: 599px) {
  .p-inquiry .frm {
    width: 98%;
  }
}
.p-inquiry .frm table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .p-inquiry .frm table tr {
    display: block;
    width: 100%;
  }
}
.p-inquiry .frm table tr.last th, .p-inquiry .frm table tr.last td {
  border-bottom: 0;
}
.p-inquiry .frm table tr th, .p-inquiry .frm table tr td {
  padding: 2.5rem 1rem;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-bottom: 1px solid #4061BC;
}
@media (max-width: 599px) {
  .p-inquiry .frm table tr th, .p-inquiry .frm table tr td {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
  }
}
.p-inquiry .frm table tr th {
  width: 30%;
}
@media (max-width: 599px) {
  .p-inquiry .frm table tr th {
    display: block;
    width: 100%;
    padding: 1.5rem 1rem 0rem 0.5rem;
    text-align: left;
    border: 0;
  }
}
.p-inquiry .frm table tr td {
  width: 70%;
  text-align: left;
}
@media (max-width: 599px) {
  .p-inquiry .frm table tr td {
    width: 100%;
    padding: 0.5rem 1rem 1.5rem 0.5rem;
    border-bottom: 1px solid #4061BC;
  }
}
.p-inquiry .frm .send_check {
  border-top: 1px dotted #4061BC;
  border-bottom: 1px dotted #4061BC;
  padding: 1rem 0;
  margin: 2rem auto auto;
  text-align: center;
}
@media (max-width: 599px) {
  .p-inquiry .frm .send_check {
    text-align: left;
  }
}
.p-inquiry .frm .send_check a {
  text-decoration: underline;
}
.p-inquiry .btn__back--top {
  position: relative;
  width: 200px;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.p-inquiry .btn__back--top::before {
  content: "<";
  display: inline-block;
  position: absolute;
  font-weight: bold;
  line-height: 1.6;
  left: 0.5rem;
}
.application .p-inquiry {
  background-repeat: initial;
  background-position: initial;
  background-size: initial;
  background-image: initial;
}
.application .p-inquiry th, .application .p-inquiry td {
  border-bottom: 1px solid #05C0C7 !important;
}
@media (max-width: 599px) {
  .application .p-inquiry th, .application .p-inquiry td {
    border-bottom: 0 !important;
  }
}
@media (max-width: 599px) {
  .application .p-inquiry td {
    border-bottom: 1px solid #05C0C7 !important;
  }
}

.btn__cv {
  position: relative;
  display: inline-block;
  width: auto;
  height: 3.75rem;
  line-height: 1.125rem;
  margin-top: 2rem;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 50vh;
  text-align: center;
  color: white;
  background-color: #4061BC;
  padding: 1.25rem 6rem;
  transition: opacity 0.2s ease-in;
}
.application .btn__cv {
  background-color: #05C0C7;
}
.btn__cv:hover {
  opacity: 0.6;
}

.submit_check {
  margin: 30px auto auto;
}
.submit_check a {
  text-decoration: underline;
}

.c-form {
  padding: 0.5rem;
  border-radius: 0;
  border: 1px solid #515151;
  background-color: white;
}
.c-form::-moz-placeholder {
  color: rgb(216.5, 216.5, 216.5);
}
.c-form::placeholder {
  color: rgb(216.5, 216.5, 216.5);
}
.c-form:-ms-input-placeholder {
  color: rgb(216.5, 216.5, 216.5);
}
.c-form::-ms-input-placeholder {
  color: rgb(216.5, 216.5, 216.5);
}
.c-form.u-mb1.u-w25 {
  width: 25%;
}

.form_lead {
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .form_lead {
    width: 96%;
    margin: 2rem auto;
  }
}

select.c-form {
  padding-right: 2.5rem;
  background: url(/wp-content/themes/japang/images/icon_formarrow.svg) 92% center/12px 8px no-repeat no-repeat;
  background-color: white;
}

/* ---------------------------------------- 
Project
---------------------------------------- */
/* index contents ----------------- */
.top__fv--wrap {
  position: relative;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 599px) {
  .top__fv--wrap {
    height: calc(100vh - 5.625rem);
  }
}
.top__fv--wrap .fv_bg_companyname {
  position: absolute;
  z-index: 51;
  top: 11.25rem;
  left: 0;
  overflow: hidden;
  width: 110vw;
  font-size: 11vw;
  font-weight: bold;
  letter-spacing: -2px;
  color: white;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .top__fv--wrap .fv_bg_companyname {
    top: 10vh;
    left: 2%;
    width: calc(100vw - 2%);
    font-size: 9vw;
    letter-spacing: 1px;
    white-space: wrap;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top__fv--wrap .fv_bg_companyname {
    top: 10vh;
  }
}
.top__fv--wrap .fv_manimgs_wrap {
  position: relative;
  z-index: 55;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
  height: 100vh;
}
.top__fv--wrap .fv_manimgs_wrap .man_img {
  position: absolute;
  margin: auto;
}
@keyframes topFvFadeUp {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.is-loaded .top__fv--wrap .fv_manimgs_wrap .man_img {
  animation-name: topFvFadeUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
.top__fv--wrap .fv_manimgs_wrap .man_img.first {
  top: 40%;
  left: 2%;
  width: 35%;
  max-width: 500px;
}
@media (max-width: 599px) {
  .top__fv--wrap .fv_manimgs_wrap .man_img.first {
    top: 25vh;
    left: 1%;
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top__fv--wrap .fv_manimgs_wrap .man_img.first {
    top: 35vh;
    left: 2vw;
    width: 50vw;
  }
}
.top__fv--wrap .fv_manimgs_wrap .man_img.first::before {
  content: "";
  transform: rotate(28deg);
  position: absolute;
  z-index: 10;
  top: 8%;
  left: 3%;
  width: 3.2rem;
  height: 2.2rem;
  background: linear-gradient(90deg, rgb(213, 224, 255) 0%, rgb(181, 252, 255) 100%);
  border-radius: 50%;
  pointer-events: none;
}
.top__fv--wrap .fv_manimgs_wrap .man_img.first::after {
  content: "";
  transform: rotate(32deg);
  position: absolute;
  z-index: 10;
  bottom: 2%;
  right: 20%;
  width: 2.2rem;
  height: 3.4rem;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
}
.top__fv--wrap .fv_manimgs_wrap .man_img.first .circle_wrap {
  width: 100%;
  height: 100%;
  transform: rotate(22deg);
  clip-path: ellipse(38% 48% at 50% 50%);
}
.top__fv--wrap .fv_manimgs_wrap .man_img.first .circle_wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(-22deg);
}
.top__fv--wrap .fv_manimgs_wrap .man_img.second {
  top: 10%;
  left: 32%;
  width: 36%;
  max-width: 640px;
}
@media (max-width: 599px) {
  .top__fv--wrap .fv_manimgs_wrap .man_img.second {
    top: 1vh;
    left: 25%;
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top__fv--wrap .fv_manimgs_wrap .man_img.second {
    top: 7%;
    left: 30vw;
    width: 70vw;
  }
}
.top__fv--wrap .fv_manimgs_wrap .man_img.second::before {
  content: "";
  transform: rotate(-28deg);
  position: absolute;
  z-index: 10;
  top: 5%;
  right: 14%;
  width: 4rem;
  height: 2rem;
  background: linear-gradient(90deg, rgb(213, 224, 255) 0%, rgb(181, 252, 255) 100%);
  border-radius: 50%;
  pointer-events: none;
}
.top__fv--wrap .fv_manimgs_wrap .man_img.second::after {
  content: "";
  transform: rotate(-24deg);
  position: absolute;
  z-index: 10;
  bottom: -2%;
  left: 13%;
  width: 2rem;
  height: 3rem;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
}
.top__fv--wrap .fv_manimgs_wrap .man_img.second .circle_wrap {
  width: 100%;
  height: 100%;
  transform: rotate(-28deg);
  clip-path: ellipse(42% 46% at 50% 50%);
}
.top__fv--wrap .fv_manimgs_wrap .man_img.second .circle_wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(28deg);
}
.top__fv--wrap .fv_manimgs_wrap .man_img.third {
  bottom: 14%;
  left: 60%;
  width: 35%;
  max-width: 500px;
}
@media (max-width: 599px) {
  .top__fv--wrap .fv_manimgs_wrap .man_img.third {
    top: 40vh;
    bottom: unset;
    left: 50%;
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top__fv--wrap .fv_manimgs_wrap .man_img.third {
    top: 52vh;
    left: 55vw;
    width: 42vw;
  }
}
.top__fv--wrap .fv_manimgs_wrap .man_img.third::before {
  content: "";
  transform: rotate(-28deg);
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 2%;
  width: 2rem;
  height: 2.4rem;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
}
.top__fv--wrap .fv_manimgs_wrap .man_img.third::after {
  content: "";
  transform: rotate(38deg);
  position: absolute;
  z-index: 10;
  top: 60%;
  right: 2%;
  width: 2rem;
  height: 2.4rem;
  background-color: #aebfee;
  border-radius: 50%;
  pointer-events: none;
}
.top__fv--wrap .fv_manimgs_wrap .man_img.third .circle_wrap {
  width: 100%;
  height: 100%;
  transform: rotate(22deg);
  clip-path: ellipse(38% 48% at 50% 50%);
}
.top__fv--wrap .fv_manimgs_wrap .man_img.third .circle_wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(-22deg);
}
.top__fv--wrap .fv_manimgs_wrap .man_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__fv--wrap .bgimg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.top__fv--wrap .bgimg_wrap img {
  position: absolute;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  transform: translateY(45%);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
body.is-loaded .top__fv--wrap .bgimg_wrap img {
  transform: translateY(0) rotate(-5deg);
}
.top__fv--wrap .bgimg_wrap img.bgimg_circle {
  top: 7%;
  left: 64%;
  width: 30%;
  z-index: 50;
  transition-delay: 0.2s;
}
@media (max-width: 599px) {
  .top__fv--wrap .bgimg_wrap img.bgimg_circle {
    top: 0;
    left: 30%;
    width: 70%;
  }
}
.top__fv--wrap .bgimg_wrap img.bgimg_wave {
  top: 36%;
  left: -10vw;
  width: 130vw;
  z-index: 53;
  transition-delay: 0.4s;
}
@media (max-width: 599px) {
  .top__fv--wrap .bgimg_wrap img.bgimg_wave {
    top: 35vh;
    left: -110vw;
    width: 350vw;
  }
}
.top__fv--wrap .catchcopy_wrap {
  position: absolute;
  bottom: 5%;
  left: 3%;
}
@media (max-width: 599px) {
  .top__fv--wrap .catchcopy_wrap {
    left: 1%;
    width: calc(100vw - 1%);
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top__fv--wrap .catchcopy_wrap {
    bottom: 5vh;
    left: 5vw;
  }
}
.top__fv--wrap .catchcopy_wrap .fv_catchcopy_jp {
  position: relative;
  z-index: 56;
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(90deg, #4061BC, #05C0C7);
  background: -webkit-linear-gradient(0deg, #4061BC, #05C0C7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 599px) {
  .top__fv--wrap .catchcopy_wrap .fv_catchcopy_jp {
    font-size: 7vw;
    white-space: normal;
  }
}
.top__fv--wrap .catchcopy_wrap .fv_catchcopy_en {
  position: relative;
  z-index: 53;
  font-size: 1.6rem;
  color: #284798;
}
@media (max-width: 599px) {
  .top__fv--wrap .catchcopy_wrap .fv_catchcopy_en {
    font-size: 4vw;
    white-space: normal;
  }
}

@media (max-width: 599px) {
  .content__common--wrap.top_c_01 > .flex_wrap {
    display: block;
  }
}
.content__common--wrap.top_c_01 .text_wrap {
  width: 40%;
  font-size: 1.1rem;
  line-height: 2.4rem;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_01 .text_wrap {
    width: 100%;
    line-height: 2rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .content__common--wrap.top_c_01 .text_wrap {
    width: 52%;
  }
}
.content__common--wrap.top_c_01 .img_wraps {
  position: relative;
  z-index: 9;
  width: 50%;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_01 .img_wraps {
    width: 90%;
    margin: 3rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .content__common--wrap.top_c_01 .img_wraps {
    width: 47%;
  }
}
.content__common--wrap.top_c_01 .img_wraps::before {
  content: "";
  position: absolute;
  z-index: 13;
  top: 12%;
  left: 0%;
  display: inline-block;
  width: 32%;
  height: 18%;
  background: url(/wp-content/themes/newgraduate/images/icon_kumo_blue.svg) center center/contain no-repeat;
}
.content__common--wrap.top_c_01 .img_wraps::after {
  content: "";
  position: absolute;
  z-index: 13;
  bottom: 0%;
  right: 10%;
  display: inline-block;
  width: 40%;
  height: 20%;
  background: url(/wp-content/themes/newgraduate/images/icon_kumo_shiro.svg) center center/contain no-repeat;
}
.content__common--wrap.top_c_01 .img_wraps .icon_kumo_grenn_waku {
  position: absolute;
  z-index: 11;
  top: -5%;
  right: 0%;
  width: 40%;
  height: 20%;
}
.content__common--wrap.top_c_01 .img_wraps .circle_W {
  position: absolute;
  z-index: 10;
  background-color: white;
  clip-path: ellipse(50% 40% at 50% 50%);
}
.content__common--wrap.top_c_01 .img_wraps .circle_W.big {
  top: 15%;
  right: -10%;
  width: 12%;
  height: 20%;
  transform: rotate(-45deg);
}
.content__common--wrap.top_c_01 .img_wraps .circle_W.mid {
  bottom: 13%;
  left: 1%;
  width: 8%;
  height: 12%;
  transform: rotate(-120deg);
}
.content__common--wrap.top_c_01 .img_wraps .circle_W.small {
  top: 0%;
  left: 10%;
  width: 5%;
  height: 9%;
}
.content__common--wrap.top_c_01 .img_wraps .shadow_wrap {
  position: relative;
  z-index: 11;
  filter: drop-shadow(1rem 1rem 10px rgba(64, 97, 188, 0.3));
}
.content__common--wrap.top_c_01 .img_wraps .shadow_wrap .img_shadow_wrap {
  position: relative;
  z-index: 12;
  clip-path: ellipse(44% 48% at 50% 50%);
  transform: rotate(-8deg);
}
.content__common--wrap.top_c_01 .img_wraps .shadow_wrap .img_shadow_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(10deg);
}
.content__common--wrap.top_c_02 {
  position: relative;
  z-index: 21;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  border-radius: 2rem;
  background-color: white;
  filter: drop-shadow(0.5rem 0.5rem 5px rgba(64, 97, 188, 0.1));
}
@media (min-width: 600px) {
  .content__common--wrap.top_c_02 {
    flex-wrap: nowrap;
  }
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_02 {
    display: block;
    width: 96%;
    border-radius: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .content__common--wrap.top_c_02 {
    width: 96%;
  }
}
.content__common--wrap.top_c_02::before {
  content: "";
  position: absolute;
  z-index: -5;
  top: -20%;
  left: -8%;
  display: inline-block;
  width: 16%;
  height: 50%;
  background: url(/wp-content/themes/newgraduate/images/icon_spiral_blue.svg) center center/contain no-repeat;
}
@media (min-width: 600px) and (max-width: 959px) {
  .content__common--wrap.top_c_02::before {
    top: -25%;
    left: -20%;
    width: 50%;
    height: 50%;
  }
}
.content__common--wrap.top_c_02 .text_wrap {
  position: relative;
  z-index: 22;
  width: 65%;
  padding: 3%;
  box-sizing: border-box;
  background-color: white;
  border-radius: 2rem 0 0 2rem;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_02 .text_wrap {
    width: 100%;
    padding: 4%;
  }
}
.content__common--wrap.top_c_02 .text_wrap .text_content {
  margin: 1rem auto auto;
}
.content__common--wrap.top_c_02 .img_wraps {
  width: 54%;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_02 .img_wraps {
    width: 100%;
    margin: 2rem auto auto;
  }
}
.content__common--wrap.top_c_02 .img_wraps .img_c {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  border-radius: 0 2rem 2rem 0;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_02 .img_wraps .img_c {
    border-radius: 0 0 1rem 1rem;
  }
}
.content__common--wrap.top_c_03 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_03 {
    display: block;
    width: 96%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .content__common--wrap.top_c_03 {
    width: 96%;
  }
}
.content__common--wrap.top_c_03 .text_wrap {
  width: 49%;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_03 .text_wrap {
    width: 100%;
  }
}
.content__common--wrap.top_c_03 .text_wrap .text_content {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_03 .text_wrap .text_content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .content__common--wrap.top_c_03 .text_wrap .text_content {
    margin-top: 1rem;
  }
}
.content__common--wrap.top_c_03 .img_wraps {
  width: 50%;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_03 .img_wraps {
    width: 100%;
    margin: 2rem auto auto;
  }
}
.content__common--wrap.top_c_03 .img_wraps img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__common--wrap.top_c_04 {
  position: relative;
  z-index: 30;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding: 3%;
  box-sizing: border-box;
  border-radius: 2rem;
  text-align: center;
  color: white;
  background: linear-gradient(rgba(64, 97, 188, 0.8), rgba(64, 97, 188, 0.8)), url(/wp-content/themes/newgraduate/images/top_c_gyoumu.png) center center/cover no-repeat;
}
@media (min-width: 960px) {
  .content__common--wrap.top_c_04 {
    min-height: 25rem;
  }
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_04 {
    padding: 10% 3%;
    background: linear-gradient(rgba(64, 97, 188, 0.8), rgba(64, 97, 188, 0.8)), url(/wp-content/themes/newgraduate/images/top_c_gyoumu_sp.png) center center/cover no-repeat;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .content__common--wrap.top_c_04 {
    margin-top: 8rem;
    padding: 3rem 3% 1rem;
  }
}
.content__common--wrap.top_c_04::before {
  content: "";
  position: absolute;
  z-index: 31;
  top: -130px;
  left: 4%;
  display: inline-block;
  width: 468px;
  aspect-ratio: 234/95;
  background: url(/wp-content/themes/newgraduate/images/top_c_fuji.png) center center/contain no-repeat;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_04::before {
    top: -56px;
    left: 8%;
    width: 200px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .content__common--wrap.top_c_04::before {
    top: -106px;
    left: 40vw;
    width: 380px;
  }
}
.content__common--wrap.top_c_04::after {
  content: "";
  position: absolute;
  z-index: 31;
  bottom: -10%;
  right: 5%;
  display: inline-block;
  width: 240px;
  aspect-ratio: 20/7;
  background: url(/wp-content/themes/newgraduate/images/icon_kumo_shiro.svg) center center/contain no-repeat;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_04::after {
    bottom: -30px;
    width: 150px;
  }
}
.content__common--wrap.top_c_04 .common_title {
  color: white;
}
.content__common--wrap.top_c_04 .text_wrap {
  margin-top: 1.5rem;
}
.content__common--wrap.top_c_04 .btn_common {
  margin: 2rem auto auto !important;
}
.content__common--wrap.top_c_05 {
  position: relative;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_05 {
    width: 96%;
  }
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap {
  position: relative;
  z-index: 31;
  display: flex;
  justify-content: flex-start;
  gap: 2rem 2%;
  flex-wrap: wrap;
  margin: 3rem auto auto;
}
@media (min-width: 600px) {
  .content__common--wrap.top_c_05 .shainshoukai_list_wrap {
    flex-wrap: nowrap;
  }
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_05 .shainshoukai_list_wrap {
    display: block;
  }
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li {
  width: 32%;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_05 .shainshoukai_list_wrap li {
    width: 100%;
  }
  .content__common--wrap.top_c_05 .shainshoukai_list_wrap li:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li a {
  position: relative;
  display: block;
  color: #4061BC;
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li a::before {
  content: "";
  display: none;
  position: absolute;
  z-index: 10;
  top: 5%;
  transform: rotate(38deg);
  left: 2%;
  width: 2rem;
  height: 2.4rem;
  transform: rotate(-28deg);
  background-color: #aebfee;
  border-radius: 50%;
  pointer-events: none;
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li a::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 10;
  top: 60%;
  right: 2%;
  transform: rotate(38deg);
  width: 2rem;
  height: 2.4rem;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li a:hover::before {
  display: block;
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li a:hover::after {
  display: block;
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li a .img_wrap {
  width: 100%;
  height: 100%;
  transform: rotate(-28deg);
  clip-path: ellipse(42% 46% at 50% 50%);
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li a .img_wrap .man_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(28deg);
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li a .comment {
  margin: 1.5rem auto auto;
  color: #4061BC;
  font-weight: bold;
  font-size: 1.1rem;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_05 .shainshoukai_list_wrap li a .comment {
    width: 90%;
  }
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li a .busho {
  font-size: 0.85rem;
  color: #111111;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_05 .shainshoukai_list_wrap li a .busho {
    width: 90%;
    margin: auto;
  }
}
.content__common--wrap.top_c_05 .shainshoukai_list_wrap li a .name {
  font-size: 1rem;
  color: #111111;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_05 .shainshoukai_list_wrap li a .name {
    width: 90%;
    margin: auto;
  }
}
.content__common--wrap.top_c_05 .btn_common {
  position: relative;
  z-index: 31;
  margin: 3rem auto auto;
}
.content__common--wrap.top_c_05 .content_bgimg_wrap {
  position: absolute;
  z-index: 30;
  bottom: -10%;
  left: -20vw;
  width: 120vw;
  height: -moz-fit-content;
  height: fit-content;
}
.content__common--wrap.top_c_05 .content_bgimg_wrap .bgimg_wave {
  width: 100%;
  transform: translateY(0) rotate(-2deg);
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_05 .content_bgimg_wrap {
    bottom: -10vh;
    left: -60vw;
    width: 220vw;
  }
}
.content__common--wrap.top_c_06 {
  position: relative;
  z-index: 30;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding: 3%;
  box-sizing: border-box;
  border-radius: 2rem;
  text-align: center;
  background-color: white;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_06 {
    padding: 10% 6%;
  }
}
.content__common--wrap.top_c_06 .news_inner_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1200px;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_06 .news_inner_wrap {
    flex-wrap: wrap;
    margin: auto;
  }
}
.content__common--wrap.top_c_06 .news_inner_wrap .right_wrap {
  width: 31%;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_06 .news_inner_wrap .right_wrap {
    width: 100%;
    display: contents;
  }
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_06 .news_inner_wrap .right_wrap {
    width: 28%;
  }
}
.content__common--wrap.top_c_06 .news_inner_wrap .right_wrap .common_title {
  text-align: left;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_06 .news_inner_wrap .right_wrap .common_title {
    order: 1;
  }
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_06 .news_inner_wrap .right_wrap .btn_common {
    order: 3;
    max-width: 70%;
    width: 70%;
    margin: 1.6rem auto auto;
  }
}
.content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap {
  width: 68%;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap {
    width: 100%;
    order: 2;
    margin: auto;
  }
}
.content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap li {
  position: relative;
  border-bottom: 1px solid #aebfee;
}
.content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(/wp-content/themes/newgraduate/images/icon_angle_r_blue.svg) center center/contain no-repeat;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap li:nth-of-type(n+2) {
    margin-top: 0.5rem;
  }
}
.content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 1rem 2rem 1rem 0;
}
@media (max-width: 599px) {
  .content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap li a {
    display: block;
    width: 70%;
    max-width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap li a {
    display: block;
  }
}
.content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap li a time {
  display: block;
  width: 16%;
  padding: 4px 0.8rem;
  box-sizing: border-box;
  border-radius: 50vh;
  line-height: 0.85rem;
  font-weight: bold;
  font-size: 0.85rem;
  color: #4061BC;
  background-color: #aebfee;
}
@media (max-width: 959px) {
  .content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap li a time {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto auto 0.4rem 0;
  }
}
.content__common--wrap.top_c_06 .news_inner_wrap .news_ul_wrap li a .news_text {
  width: 82%;
  margin-left: 2%;
  text-align: left;
}

/* breadcrumb ----------------- */
.p-breadcrumb {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 8rem auto auto;
  font-size: 0.75rem;
  z-index: 850;
}
.p-breadcrumb .c-list {
  display: block;
}
.p-breadcrumb .c-list__item {
  display: inline;
}
.p-breadcrumb .c-list__item ~ .c-list__item::before {
  content: ">";
  display: inline-block;
  padding: 0 0.5rem;
}
@media (max-width: 599px) {
  .p-breadcrumb {
    margin: auto;
    padding: 1rem 0.5rem 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-breadcrumb {
    margin: 5rem auto auto;
    padding: 1rem 1rem 0;
  }
}
@media (min-width: 960px) {
  .p-breadcrumb {
    padding: 2rem 0 0;
  }
}

/* article ----------------- */
.content__common--wrap {
  position: relative;
  width: 98%;
  max-width: 1200px;
  margin: 10rem auto auto;
}
@media (max-width: 959px) {
  .content__common--wrap {
    margin: 6rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .content__common--wrap {
    width: 96%;
  }
}
.content__common--wrap::nth-of-type(n+2) {
  margin-top: 6rem;
}
.content__common--wrap.normal {
  margin: 3rem auto auto;
}

main .kv_wrap {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 599px) {
  main .kv_wrap {
    width: 96%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main .kv_wrap {
    width: 96%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 599px) {
  main .kv_wrap.workplace_archive {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 3rem;
  }
}
main .kv_wrap .fv_bg_companyname {
  position: absolute;
  z-index: 51;
  top: 43vh;
  left: 0;
  overflow: hidden;
  width: 100vw;
  font-size: 9vw;
  font-weight: bold;
  letter-spacing: -2px;
  color: white;
  white-space: nowrap;
}
@media (max-width: 599px) {
  main .kv_wrap .fv_bg_companyname {
    top: 80vh;
    left: 2%;
    width: calc(100vw - 2%);
    font-size: 9vw;
    letter-spacing: 1px;
    white-space: wrap;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main .kv_wrap .fv_bg_companyname {
    top: 30vh;
  }
}
main .kv_wrap .common_kv_wrap {
  position: relative;
  z-index: 60;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 599px) {
  main .kv_wrap .common_kv_wrap {
    flex-wrap: wrap;
  }
}
main .kv_wrap .common_kv_wrap .common_title_wrap {
  width: 60%;
}
@media (max-width: 599px) {
  main .kv_wrap .common_kv_wrap .common_title_wrap {
    display: contents;
  }
}
@media (max-width: 599px) {
  main .kv_wrap .common_kv_wrap .common_title_wrap .common_title {
    width: 100%;
    order: 1;
  }
}
main .kv_wrap .common_kv_wrap .common_title_wrap .fv_catchcopy {
  margin: 3.75rem auto auto;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
}
main .kv_wrap .common_kv_wrap .common_title_wrap .fv_catchcopy.wide {
  width: calc(100vw - 6%);
}
@media (max-width: 599px) {
  main .kv_wrap .common_kv_wrap .common_title_wrap .fv_catchcopy {
    order: 3;
    width: 100%;
    margin: auto auto 4rem;
    top: 10vh;
    position: relative;
  }
}
main .kv_wrap .common_kv_wrap .kv_img_wrap {
  width: 38%;
}
@media (max-width: 599px) {
  main .kv_wrap .common_kv_wrap .kv_img_wrap {
    width: 80%;
    margin: 1vh auto auto 20%;
    order: 2;
  }
}
main .kv_wrap .common_kv_wrap.normal {
  display: block;
}
main .kv_wrap .common_kv_wrap.normal .common_title_wrap {
  width: 100%;
}
main .kv_wrap .bgimg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 599px) {
  main .kv_wrap .bgimg_wrap {
    top: 5.625rem;
  }
}
main .kv_wrap .bgimg_wrap img {
  position: absolute;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  transform: translateY(100vh);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
body.is-loaded main .kv_wrap .bgimg_wrap img {
  transform: translateY(0);
}
main .kv_wrap .bgimg_wrap img.bgimg_circle {
  top: 7%;
  left: 64%;
  width: 30%;
  z-index: 50;
  transition-delay: 0.2s;
}
@media (max-width: 599px) {
  main .kv_wrap .bgimg_wrap img.bgimg_circle {
    top: 4vh;
    left: 45%;
    width: 55%;
  }
}
main .kv_wrap .bgimg_wrap img.bgimg_wave {
  top: 36%;
  left: -10vw;
  width: 130vw;
  z-index: 53;
  transition-delay: 0.4s;
}
@media (max-width: 599px) {
  main .kv_wrap .bgimg_wrap img.bgimg_wave {
    top: 35vh;
    left: -50vw;
    width: 220vw;
  }
}
@media (max-width: 599px) {
  main.common_page .kv_wrap {
    height: -moz-fit-content;
    height: fit-content;
  }
}
main.aboutus .kv_img_wrap::before {
  content: "";
  position: absolute;
  z-index: 13;
  top: 12%;
  left: 0%;
  display: inline-block;
  width: 32%;
  height: 18%;
  background: url(/wp-content/themes/newgraduate/images/icon_kumo_blue.svg) center center/contain no-repeat;
}
main.aboutus .kv_img_wrap::after {
  content: "";
  position: absolute;
  z-index: 13;
  bottom: 0%;
  right: 10%;
  display: inline-block;
  width: 40%;
  height: 20%;
  background: url(/wp-content/themes/newgraduate/images/icon_kumo_shiro.svg) center center/contain no-repeat;
}
main.aboutus .kv_img_wrap .kv_img_inner {
  position: relative;
  clip-path: ellipse(47% 49% at 50% 50%);
  transform: rotate(-12deg);
}
main.aboutus .kv_img_wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(12deg);
}
main.aboutus .content__common--wrap {
  position: relative;
  z-index: 100;
}
main.aboutus .content__common--wrap.philosophy_wrap {
  width: 80%;
  max-width: 62.5rem;
  margin: 10rem auto auto;
  padding: 3% 4%;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 2rem;
  background-color: rgba(174, 191, 238, 0.3);
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.philosophy_wrap {
    width: 96%;
    margin: 3rem auto auto;
    padding: 8% 4%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main.aboutus .content__common--wrap.philosophy_wrap {
    width: 96%;
    margin: 6rem auto auto;
    padding: 4% 4% 4% 6%;
  }
}
main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li {
    display: block;
  }
}
main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li:nth-of-type(n+2) {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li:nth-of-type(n+2) {
    margin-top: 5rem;
  }
}
main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li h4 {
  position: relative;
  z-index: 114;
  width: 20%;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li h4 {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li h4 {
    width: 25%;
    font-size: 1.4rem;
  }
}
main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li h4::before {
  content: "";
  position: absolute;
  z-index: 113;
  top: 0rem;
  left: -2rem;
  display: inline-block;
  width: 4rem;
  aspect-ratio: 5/3;
  background: url(/wp-content/themes/newgraduate/images/icon_philo_cloud_white.svg) center center/contain no-repeat;
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li h4::before {
    position: relative;
    top: -2vh;
    left: -6vw;
    width: 13vw;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li h4::before {
    left: -1.5rem;
    width: 3rem;
  }
}
main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li h4::after {
  content: "";
  position: absolute;
  z-index: 113;
  bottom: 0%;
  right: 10%;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 5/3;
  background: url(/wp-content/themes/newgraduate/images/icon_philo_cloud_blue.svg) center center/contain no-repeat;
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li h4::after {
    position: relative;
    bottom: -4vh;
    right: -3vw;
    width: 13vw;
  }
}
main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li .philosophy_inner_ul {
  display: block;
  width: 74%;
  margin: auto auto auto 5%;
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li .philosophy_inner_ul {
    width: 100%;
    margin: 2rem auto auto;
  }
}
main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li .philosophy_inner_ul li {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.8rem;
}
@media (max-width: 959px) {
  main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li .philosophy_inner_ul li {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li .philosophy_inner_ul.jigyou {
  position: relative;
  counter-reset: jigyoucounter 0;
}
main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li .philosophy_inner_ul.jigyou li {
  counter-increment: jigyoucounter 1;
  margin-left: 1rem;
}
main.aboutus .content__common--wrap.philosophy_wrap .philosophy_ul > li .philosophy_inner_ul.jigyou li::before {
  content: counter(jigyoucounter) ". ";
  margin-left: -1rem;
  color: #4061BC;
  font-weight: bold;
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.subcontent {
    width: 96%;
  }
}
@media (max-width: 959px) {
  main.aboutus .content__common--wrap.subcontent .subcontent_ul {
    display: block;
  }
}
main.aboutus .content__common--wrap.subcontent .subcontent_ul li {
  position: relative;
  width: 48%;
  border-radius: 1rem;
  background-color: white;
}
@media (max-width: 959px) {
  main.aboutus .content__common--wrap.subcontent .subcontent_ul li {
    width: 100%;
  }
}
@media (max-width: 959px) {
  main.aboutus .content__common--wrap.subcontent .subcontent_ul li:nth-of-type(1)::before {
    content: "";
    position: absolute;
    z-index: 31;
    top: -56px;
    left: 40vw;
    display: inline-block;
    width: 180px;
    aspect-ratio: 250/77;
    background: url(/wp-content/themes/newgraduate/images/img_fuji.png) center center/contain no-repeat;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main.aboutus .content__common--wrap.subcontent .subcontent_ul li:nth-of-type(1)::before {
    left: 60vw;
  }
}
@media (max-width: 959px) {
  main.aboutus .content__common--wrap.subcontent .subcontent_ul li:nth-of-type(n+2) {
    margin-top: 3rem;
  }
}
@media (min-width: 960px) {
  main.aboutus .content__common--wrap.subcontent .subcontent_ul li:nth-of-type(n+2)::before {
    content: "";
    position: absolute;
    z-index: 31;
    top: -86px;
    left: 7%;
    display: inline-block;
    width: 17.5rem;
    aspect-ratio: 250/77;
    background: url(/wp-content/themes/newgraduate/images/img_fuji.png) center center/contain no-repeat;
  }
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.subcontent .subcontent_ul li a {
    display: block;
  }
}
main.aboutus .content__common--wrap.subcontent .subcontent_ul li a .text_wrap {
  width: 70%;
  padding: 3% 4%;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.subcontent .subcontent_ul li a .text_wrap {
    width: 100%;
    padding: 6% 5%;
  }
}
main.aboutus .content__common--wrap.subcontent .subcontent_ul li a .text_wrap h4 {
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  color: #4061BC;
  margin-left: 1rem;
}
main.aboutus .content__common--wrap.subcontent .subcontent_ul li a .text_wrap h4::before {
  content: "・";
  position: absolute;
  top: -2.2rem;
  left: -1.6rem;
  bottom: 0;
  height: 1.1rem;
  margin: auto;
  color: #05C0C7;
  font-size: 2rem;
}
main.aboutus .content__common--wrap.subcontent .subcontent_ul li a .text_wrap .text {
  margin: 0.6rem auto auto;
  font-size: 0.95rem;
}
main.aboutus .content__common--wrap.subcontent .subcontent_ul li a .img_wrap {
  width: 30%;
  max-height: 12rem;
  aspect-ratio: 1/1;
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.subcontent .subcontent_ul li a .img_wrap {
    width: 100%;
    max-height: 15rem;
    aspect-ratio: 4/3;
  }
}
main.aboutus .content__common--wrap.subcontent .subcontent_ul li a .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 599px) {
  main.aboutus .content__common--wrap.subcontent .subcontent_ul li a .img_wrap img {
    width: 100%;
    border-radius: 0 0 1rem 1rem;
  }
}
@media (max-width: 599px) {
  main.ceomessage .kv_wrap .common_kv_wrap {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  main.ceomessage .kv_wrap .common_kv_wrap .common_title_wrap .fv_catchcopy {
    top: 5vh;
  }
}
@media (max-width: 599px) {
  main.ceomessage .kv_wrap .common_kv_wrap .kv_img_wrap {
    width: 70%;
    margin: auto auto auto 30%;
  }
}
main.ceomessage .kv_wrap .common_kv_wrap .kv_img_wrap .kv_img_inner {
  position: relative;
  clip-path: ellipse(43% 50% at 50% 50%);
  transform: rotate(-15deg);
  height: 24.375rem;
}
@media (max-width: 599px) {
  main.ceomessage .kv_wrap .common_kv_wrap .kv_img_wrap .kv_img_inner {
    clip-path: ellipse(50% 48% at 50% 50%);
    transform: rotate(-25deg);
    height: 40vh;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main.ceomessage .kv_wrap .common_kv_wrap .kv_img_wrap .kv_img_inner {
    clip-path: ellipse(50% 48% at 50% 50%);
    transform: rotate(-25deg);
    height: 30vw;
  }
}
main.ceomessage .kv_wrap .common_kv_wrap .kv_img_wrap .kv_img_inner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(15deg);
  scale: 1.1;
}
@media (max-width: 959px) {
  main.ceomessage .kv_wrap .common_kv_wrap .kv_img_wrap .kv_img_inner img {
    transform: rotate(25deg);
  }
}
main.ceomessage .ceomessage_text {
  position: relative;
  z-index: 101;
  width: 96%;
  max-width: 75rem;
  margin: 5rem auto auto;
  padding: 3% 4%;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 2rem;
  font-size: 1.2rem;
  line-height: 2.6rem;
  background-color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 599px) {
  main.ceomessage .ceomessage_text {
    margin: auto;
    padding: 6% 8%;
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
main.ceomessage .ceomessage_text .signature {
  margin: 2rem auto auto;
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
}
main.ceomessage .ceomessage_text .signature .company_name {
  display: block;
  font-size: 0.9rem;
  line-height: 1.125rem;
  font-weight: normal;
}
main.ceomessage .ceomessage_text .signature .position {
  padding-right: 0.6rem;
  font-size: 0.85rem;
  line-height: 1.125rem;
  font-weight: normal;
}
main.appeal .kv_img_wrap::before {
  content: "";
  position: absolute;
  z-index: 13;
  top: 12%;
  left: 0%;
  display: inline-block;
  width: 32%;
  height: 18%;
  background: url(/wp-content/themes/newgraduate/images/icon_kumo_blue.svg) center center/contain no-repeat;
}
main.appeal .kv_img_wrap::after {
  content: "";
  position: absolute;
  z-index: 13;
  bottom: 0%;
  right: 10%;
  display: inline-block;
  width: 40%;
  height: 20%;
  background: url(/wp-content/themes/newgraduate/images/icon_kumo_shiro.svg) center center/contain no-repeat;
}
main.appeal .kv_img_wrap .kv_img_inner {
  position: relative;
  clip-path: ellipse(43% 50% at 50% 50%);
  transform: rotate(-30deg);
}
main.appeal .kv_img_wrap .kv_img_inner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(30deg);
  scale: 1.1;
}
main.appeal .content__common--wrap .common_title .icon_appealpoint {
  position: relative;
  display: block;
  margin-left: 3rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
main.appeal .content__common--wrap .common_title .icon_appealpoint::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3rem;
  display: inline-block;
  width: 2em;
  aspect-ratio: 1/1;
  background: url(/wp-content/themes/newgraduate/images/icon_point.svg) center center/contain no-repeat;
}
main.appeal .content__common--wrap.training {
  padding: 5% 3%;
  box-sizing: border-box;
  border-radius: 2rem;
  background-color: white;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.training {
    padding: 10% 6%;
  }
}
main.appeal .content__common--wrap.training .flex_wrap .left_wrap {
  width: 70%;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.training .flex_wrap .left_wrap {
    order: 2;
    width: 100%;
    margin: 2rem auto auto;
  }
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.training .flex_wrap .left_wrap .common_title {
    font-size: 1.8rem;
  }
}
main.appeal .content__common--wrap.training .flex_wrap .left_wrap .trainingprogramtext {
  margin: 3rem auto auto;
  font-size: 1.125rem;
  line-height: 2rem;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.training .flex_wrap .left_wrap .trainingprogramtext {
    margin: 1rem auto auto;
  }
}
main.appeal .content__common--wrap.training .flex_wrap .right_wrap {
  width: 26%;
  margin-left: 4%;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.training .flex_wrap .right_wrap {
    order: 1;
    width: 60%;
    margin: auto;
  }
}
main.appeal .content__common--wrap.training .title_dot_blue {
  margin: 3rem auto 2rem 1rem;
}
main.appeal .content__common--wrap.training .schedule_lead {
  margin: 1rem auto 2rem;
}
main.appeal .content__common--wrap.training .schedule_content .year_schedule li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.training .schedule_content .year_schedule li {
    display: block;
  }
}
main.appeal .content__common--wrap.training .schedule_content .year_schedule li:nth-of-type(n+2) {
  margin: 1.5rem auto auto;
}
main.appeal .content__common--wrap.training .schedule_content .year_schedule li > h6 {
  width: 12%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding: 0.4rem 0.6rem;
  line-height: 1.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 50vh;
  color: #4061BC;
  background-color: #aebfee;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.training .schedule_content .year_schedule li > h6 {
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.training .schedule_content .year_schedule li > h6 {
    line-height: 0.9rem;
    font-size: 0.9rem;
  }
}
main.appeal .content__common--wrap.training .schedule_content .year_schedule li > div {
  width: 85%;
  margin-left: 3%;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.training .schedule_content .year_schedule li > div {
    width: 100%;
    margin: 0.4rem auto auto;
  }
}
main.appeal .content__common--wrap.training .schedule_content .year_schedule li > div .sche_s_h {
  display: block;
  text-align: left;
  margin: auto auto 0.4rem;
  color: #4061BC;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.training .schedule_content .year_schedule li > div .sche_s_h {
    font-size: 1rem;
  }
}
main.appeal .content__common--wrap.carrerdesign {
  padding: 5% 3%;
  box-sizing: border-box;
  border-radius: 2rem;
  background-color: white;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.carrerdesign {
    padding: 10% 6%;
  }
}
main.appeal .content__common--wrap.carrerdesign .carrerdesign_text {
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 3rem auto auto;
}
main.appeal .content__common--wrap.carrerdesign .carrer_step {
  align-items: flex-end;
  gap: 2rem 3.5%;
  margin: 2rem auto auto;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.carrerdesign .carrer_step {
    display: block;
    align-items: unset;
  }
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li {
  width: 31%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.carrerdesign .carrer_step li {
    width: 100%;
  }
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.carrerdesign .carrer_step li:nth-of-type(2) {
    margin-top: 2rem;
  }
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li:nth-of-type(2) .step_content {
  background-color: #77EAEF;
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li:nth-of-type(2) .step_content .step_header {
  margin: 2.5rem auto 3.5rem;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.carrerdesign .carrer_step li:nth-of-type(2) .step_content .step_header {
    margin: 1rem auto 0.5rem;
  }
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.carrerdesign .carrer_step li:nth-of-type(3) {
    margin-top: 2rem;
  }
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li:nth-of-type(3) .step_content {
  color: white;
  background-color: #5E7CCE;
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li:nth-of-type(3) .step_content .step_header {
  margin: 4rem auto 5rem;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.carrerdesign .carrer_step li:nth-of-type(3) .step_content .step_header {
    margin: 1rem auto 0.5rem;
  }
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li:nth-of-type(3) .step_content .step_header .step_number {
  color: #DEEAFF;
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li .carrer_step_img {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.375rem;
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li .step_content {
  padding: 5% 3% 3%;
  box-sizing: border-box;
  background-color: #D8F1FC;
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li .step_content .step_header {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.carrerdesign .carrer_step li .step_content .step_header {
    margin: 1rem auto 0.5rem;
  }
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li .step_content .step_header .step_number {
  display: block;
  font-weight: bold;
  color: #4061BC;
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li .step_content .step_header .step_number .step_number_text {
  padding-right: 0.2rem;
  font-size: 1rem;
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li .step_content .step_header .s {
  display: block;
  font-size: 0.9rem;
}
main.appeal .content__common--wrap.carrerdesign .carrer_step li .step_content .step_t_content {
  margin: 3rem auto 0;
  padding: 3%;
  box-sizing: border-box;
  font-size: 1.1rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.carrerdesign .carrer_step li .step_content .step_t_content {
    margin: auto;
  }
}
main.appeal .content__common--wrap.benefit {
  padding: 5% 3%;
  box-sizing: border-box;
  border-radius: 2rem;
  background-color: white;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.benefit {
    padding: 10% 6%;
  }
}
main.appeal .content__common--wrap.benefit .benefit_ul {
  margin: 4rem auto auto;
  flex-wrap: wrap;
  gap: 3rem 2%;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.benefit .benefit_ul {
    margin: 3rem auto auto;
  }
}
main.appeal .content__common--wrap.benefit .benefit_ul > li {
  width: 32%;
}
@media (max-width: 599px) {
  main.appeal .content__common--wrap.benefit .benefit_ul > li {
    width: 100%;
  }
}
main.appeal .content__common--wrap.benefit .benefit_ul > li .benefit_list_img {
  width: 100%;
  aspect-ratio: 7/5;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #05C0C7;
  box-sizing: border-box;
}
main.appeal .content__common--wrap.benefit .benefit_ul > li .benefit_c_header {
  color: #4061BC;
  font-size: 1.25rem;
  margin: 0.6rem auto auto;
  font-weight: bold;
}
main.appeal .content__common--wrap.benefit .benefit_ul > li .benefit_c_text {
  font-size: 1rem;
  font-weight: bold;
}
main.voicesenior_archive .kv_wrap {
  height: -moz-fit-content;
  height: fit-content;
}
main.voicesenior_archive .content__common--wrap {
  margin: 5rem auto auto;
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap {
  position: relative;
  z-index: 31;
  display: flex;
  justify-content: flex-start;
  gap: 2rem 2%;
  flex-wrap: wrap;
  margin: auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap {
    gap: 2rem 4%;
  }
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li {
  width: 32%;
}
@media (max-width: 599px) {
  main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li {
    width: 100%;
  }
  main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li {
    width: 48%;
  }
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a {
  position: relative;
  display: block;
  color: #4061BC;
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a::before {
  content: "";
  display: none;
  position: absolute;
  z-index: 10;
  top: 5%;
  transform: rotate(38deg);
  left: 2%;
  width: 2rem;
  height: 2.4rem;
  transform: rotate(-28deg);
  background-color: #aebfee;
  border-radius: 50%;
  pointer-events: none;
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 10;
  top: 60%;
  right: 2%;
  transform: rotate(38deg);
  width: 2rem;
  height: 2.4rem;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a:hover::before {
  display: block;
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a:hover::after {
  display: block;
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a .img_wrap {
  width: 100%;
  height: 100%;
  transform: rotate(-28deg);
  clip-path: ellipse(42% 46% at 50% 50%);
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a .img_wrap .man_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(28deg);
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a .comment {
  margin: 1.5rem auto auto;
  color: #4061BC;
  font-weight: bold;
  font-size: 1.1rem;
}
@media (max-width: 959px) {
  main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a .comment {
    width: 90%;
  }
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a .busho {
  font-size: 0.85rem;
  color: #111111;
}
@media (max-width: 959px) {
  main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a .busho {
    width: 90%;
    margin: auto;
  }
}
main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a .name {
  font-size: 1rem;
  color: #111111;
}
@media (max-width: 959px) {
  main.voicesenior_archive .content__common--wrap .voicesenior_list_wrap li a .name {
    width: 90%;
    margin: auto;
  }
}
main.voicesenior_single {
  width: 96%;
  max-width: 1200px;
  margin: 5rem auto auto;
  padding: 4rem 4%;
  box-sizing: border-box;
  background-color: white;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  main.voicesenior_single {
    margin-top: 7rem;
  }
}
main.voicesenior_single .upper_flex_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  main.voicesenior_single .upper_flex_wrap {
    flex-wrap: wrap;
  }
}
main.voicesenior_single .upper_flex_wrap .left_wrap {
  width: 57%;
}
@media (max-width: 599px) {
  main.voicesenior_single .upper_flex_wrap .left_wrap {
    width: 100%;
    order: 2;
    margin-top: 2rem;
  }
}
main.voicesenior_single .upper_flex_wrap .left_wrap .common_title .position {
  display: block;
  font-size: 1.25rem;
  color: #111111;
}
main.voicesenior_single .upper_flex_wrap .left_wrap .join_data {
  font-size: 1.25rem;
  color: #111111;
}
main.voicesenior_single .upper_flex_wrap .right_wrap {
  position: relative;
  width: 42%;
  margin: -8rem auto auto;
}
@media (max-width: 599px) {
  main.voicesenior_single .upper_flex_wrap .right_wrap {
    width: 100%;
    order: 1;
  }
}
main.voicesenior_single .upper_flex_wrap .right_wrap::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 5%;
  transform: rotate(38deg);
  left: 2%;
  width: 2rem;
  height: 2.4rem;
  transform: rotate(-28deg);
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
}
main.voicesenior_single .upper_flex_wrap .right_wrap::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 60%;
  right: 2%;
  transform: rotate(38deg);
  width: 2rem;
  height: 2.4rem;
  background-color: #aebfee;
  border-radius: 50%;
  pointer-events: none;
}
main.voicesenior_single .upper_flex_wrap .right_wrap .img_wrap {
  width: 100%;
  height: 100%;
  transform: rotate(-28deg);
  clip-path: ellipse(42% 46% at 50% 50%);
}
main.voicesenior_single .upper_flex_wrap .right_wrap .img_wrap .man_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(28deg);
}
main.voicesenior_single .content__common--wrap {
  width: 100%;
  margin-top: 4rem;
}
@media (max-width: 599px) {
  main.voicesenior_single .content__common--wrap {
    margin-top: 2rem;
  }
}
main.voicesenior_single .content__common--wrap .interview_ul {
  display: block;
}
main.voicesenior_single .content__common--wrap .interview_ul > li:nth-of-type(n+2) {
  margin-top: 2rem;
}
main.voicesenior_single .content__common--wrap .interview_ul > li .q {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4061BC;
  margin: auto auto 0.5rem 1rem;
}
main.voicesenior_single .content__common--wrap .interview_ul > li .q::before {
  content: "Q.";
  display: inline-block;
  margin-left: -1rem;
  padding-right: 0.2rem;
  font-size: 1.2rem;
  color: #4061BC;
}
main.voicesenior_single .content__common--wrap .interview_ul > li .a {
  font-size: 1.125rem;
  line-height: 2rem;
}
main.workplace_archive .content__common--wrap {
  margin-top: 4rem;
}
@media (max-width: 599px) {
  main.workplace_archive .content__common--wrap {
    margin-top: 7rem;
  }
}
main.workplace_archive .content__common--wrap .workplace_list_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: auto;
}
@media (max-width: 599px) {
  main.workplace_archive .content__common--wrap .workplace_list_wrap {
    display: block;
  }
}
main.workplace_archive .content__common--wrap .workplace_list_wrap > li {
  width: 48%;
}
@media (max-width: 599px) {
  main.workplace_archive .content__common--wrap .workplace_list_wrap > li {
    width: 100%;
    margin-top: 3rem;
  }
}
main.workplace_archive .content__common--wrap .workplace_list_wrap > li a {
  display: block;
}
main.workplace_archive .content__common--wrap .workplace_list_wrap > li a .img_wrap {
  position: relative;
  overflow: hidden;
}
main.workplace_archive .content__common--wrap .workplace_list_wrap > li a .img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 100, 180, 0.7);
  opacity: 0;
  z-index: 1;
}
main.workplace_archive .content__common--wrap .workplace_list_wrap > li a .img_wrap::after {
  content: "Read More";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0;
  z-index: 2;
}
main.workplace_archive .content__common--wrap .workplace_list_wrap > li a .img_wrap:hover::before, main.workplace_archive .content__common--wrap .workplace_list_wrap > li a .img_wrap:hover::after {
  opacity: 1;
}
main.workplace_archive .content__common--wrap .workplace_list_wrap > li a .img_wrap img {
  width: 100%;
  aspect-ratio: 15/8;
  -o-object-fit: cover;
     object-fit: cover;
}
main.workplace_archive .content__common--wrap .workplace_list_wrap > li a .department {
  margin: 0.2rem auto;
  color: #4061BC;
  font-weight: bold;
  font-size: 1.5rem;
}
main.workplace_archive .content__common--wrap .workplace_list_wrap > li a .description {
  font-size: 1.125rem;
}
main.workplace_single {
  width: 98%;
  max-width: 1200px;
  margin: 6rem auto auto;
  padding: 4rem 4%;
  box-sizing: border-box;
  background-color: white;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  main.workplace_single {
    margin: 7rem auto auto;
  }
}
main.workplace_single .upper_flex_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  main.workplace_single .upper_flex_wrap {
    flex-wrap: wrap;
  }
}
main.workplace_single .upper_flex_wrap .left_wrap {
  width: 57%;
}
@media (max-width: 599px) {
  main.workplace_single .upper_flex_wrap .left_wrap {
    order: 2;
    width: 100%;
    margin: 2rem auto auto;
  }
}
main.workplace_single .upper_flex_wrap .left_wrap .common_title {
  font-size: 2.4rem;
}
main.workplace_single .upper_flex_wrap .left_wrap .common_title .sub {
  display: block;
  font-size: 1.25rem;
  color: #111111;
}
main.workplace_single .upper_flex_wrap .right_wrap {
  width: 42%;
  margin: -8rem auto auto;
}
@media (max-width: 599px) {
  main.workplace_single .upper_flex_wrap .right_wrap {
    order: 1;
    width: 80%;
    margin: -9rem auto auto;
  }
}
main.workplace_single .upper_flex_wrap .right_wrap .img_wrap {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
}
main.workplace_single .upper_flex_wrap .right_wrap .img_wrap::before {
  content: "";
  position: absolute;
  z-index: 13;
  top: -10%;
  left: -22%;
  display: inline-block;
  width: 32%;
  aspect-ratio: 88/37;
  background: url(/wp-content/themes/newgraduate/images/icon_kumo_shiro.svg) center center/contain no-repeat;
}
main.workplace_single .upper_flex_wrap .right_wrap .img_wrap::after {
  content: "";
  position: absolute;
  z-index: 13;
  bottom: -10%;
  right: -15%;
  display: inline-block;
  width: 40%;
  aspect-ratio: 88/37;
  background: url(/wp-content/themes/newgraduate/images/icon_kumo_blue.svg) center center/contain no-repeat;
}
main.workplace_single .upper_flex_wrap .right_wrap .img_wrap .thumb_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
main.workplace_single .content__common--wrap {
  width: 100%;
  margin-top: 4rem;
}
@media (max-width: 599px) {
  main.workplace_single .content__common--wrap {
    margin-top: -2rem;
  }
}
main.workplace_single .content__common--wrap .department_description {
  margin: 3rem auto auto;
  font-size: 1.125rem;
}
main.workplace_single .content__common--wrap .content_ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem 2%;
}
@media (min-width: 600px) {
  main.workplace_single .content__common--wrap .content_ul {
    margin-top: 2rem;
  }
}
@media (max-width: 599px) {
  main.workplace_single .content__common--wrap .content_ul {
    flex-wrap: wrap;
  }
}
main.workplace_single .content__common--wrap .content_ul > li {
  width: 32%;
}
@media (max-width: 599px) {
  main.workplace_single .content__common--wrap .content_ul > li {
    width: 100%;
    margin-top: 2rem;
  }
}
main.workplace_single .content__common--wrap .content_ul > li .department_img {
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
main.workplace_single .content__common--wrap .content_ul > li .department_text {
  margin: 0.4rem auto auto;
}
main.recruitment {
  width: 100%;
  max-width: 75rem;
  margin: 6rem auto auto;
  padding: 6rem 5% 3rem;
  box-sizing: border-box;
  background-color: white;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  main.recruitment {
    margin: 10rem auto auto;
    padding: 15% 5% 3rem;
  }
}
main.recruitment .upper_flex_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 62.5rem;
}
@media (max-width: 599px) {
  main.recruitment .upper_flex_wrap {
    flex-wrap: wrap;
  }
}
main.recruitment .upper_flex_wrap .left_wrap {
  width: 57%;
}
@media (max-width: 599px) {
  main.recruitment .upper_flex_wrap .left_wrap {
    width: 100%;
    order: 2;
    margin-top: 2rem;
  }
}
main.recruitment .upper_flex_wrap .left_wrap .common_title {
  position: relative;
  z-index: 114;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
main.recruitment .upper_flex_wrap .left_wrap .common_title::before {
  content: "";
  position: absolute;
  z-index: 113;
  top: -10%;
  left: -35%;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 5/3;
  transform: rotate(180deg);
  background: url(/wp-content/themes/newgraduate/images/icon_philo_cloud_blue.svg) center center/contain no-repeat;
}
main.recruitment .upper_flex_wrap .left_wrap .common_title::after {
  content: "";
  position: absolute;
  z-index: 113;
  bottom: -20%;
  right: -35%;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 5/3;
  background: url(/wp-content/themes/newgraduate/images/icon_philo_cloud_blue.svg) center center/contain no-repeat;
}
main.recruitment .upper_flex_wrap .right_wrap {
  position: relative;
  width: 42%;
  margin: -10rem auto auto;
}
@media (max-width: 599px) {
  main.recruitment .upper_flex_wrap .right_wrap {
    width: 100%;
    order: 1;
  }
}
main.recruitment .upper_flex_wrap .right_wrap::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 5%;
  transform: rotate(38deg);
  left: 2%;
  width: 2rem;
  height: 2.4rem;
  transform: rotate(-28deg);
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
}
main.recruitment .upper_flex_wrap .right_wrap::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 60%;
  right: 2%;
  transform: rotate(38deg);
  width: 2rem;
  height: 2.4rem;
  background-color: #aebfee;
  border-radius: 50%;
  pointer-events: none;
}
main.recruitment .upper_flex_wrap .right_wrap .img_wrap {
  width: 100%;
  height: 100%;
  transform: rotate(-28deg);
  clip-path: ellipse(42% 46% at 50% 50%);
}
main.recruitment .upper_flex_wrap .right_wrap .img_wrap .man_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(28deg);
}
main.recruitment .contents_lead_wrap {
  width: 100%;
  max-width: 62.5rem;
  margin: 6rem auto auto;
  padding: 3rem 4%;
  box-sizing: border-box;
  border: 1px solid #05C0C7;
  border-radius: 2rem;
  background-color: rgba(5, 192, 199, 0.1);
}
@media (max-width: 599px) {
  main.recruitment .contents_lead_wrap {
    margin: 3rem auto auto;
    padding: 2rem 5%;
  }
}
main.recruitment .contents_lead_wrap .lead_header {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 2rem;
  font-size: 1.3rem;
  font-weight: bold;
}
main.recruitment .contents_lead_wrap .lead_header::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -10%;
  width: 120%;
  height: 6px;
  margin: auto;
  background-image: repeating-linear-gradient(-45deg, #05C0C7, #05C0C7 1px, transparent 2px, transparent 5px);
  backface-visibility: hidden;
}
@media (max-width: 599px) {
  main.recruitment .contents_lead_wrap .lead_header::after {
    left: 0;
    right: 0;
    width: 90%;
  }
}
main.recruitment .contents_lead_wrap .lead_text {
  font-size: 1.125rem;
  line-height: 2.2rem;
}
main.recruitment .recruitment_content_wrap {
  margin: 6rem auto auto;
}
main.recruitment .recruitment_content_wrap .borderwrap_title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.6em 2em;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-top: solid 2px #05C0C7;
  border-bottom: solid 2px #05C0C7;
}
main.recruitment .recruitment_content_wrap .borderwrap_title::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 2px;
  height: calc(100% + 20px);
  background-color: #05C0C7;
}
main.recruitment .recruitment_content_wrap .borderwrap_title::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  width: 2px;
  height: calc(100% + 20px);
  background-color: #05C0C7;
}
main.recruitment .recruitment_content_wrap .borderwrap_title > span {
  margin: 0;
  padding: 0;
}
main.recruitment .recruitment_content_wrap .recruitment_table_wrap {
  margin: 2rem auto auto;
}
main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr {
    display: block;
    width: 100%;
  }
}
main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr.last th, main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr.last td {
  border-bottom: 0;
}
main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr th, main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr td {
  padding: 2.5rem 1rem;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-bottom: 1px solid #05C0C7;
}
@media (max-width: 599px) {
  main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr th, main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr td {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
  }
}
main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr th {
  width: 30%;
  vertical-align: top;
}
@media (max-width: 599px) {
  main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr th {
    display: block;
    width: 100%;
    padding: 1.5rem 1rem 0rem 0.5rem;
    text-align: left;
    border: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr th {
    width: 22%;
    padding: 2rem 1%;
  }
}
main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr td {
  width: 70%;
  text-align: left;
}
main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr td a {
  text-decoration: underline;
}
@media (max-width: 599px) {
  main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr td {
    width: 100%;
    padding: 0.5rem 1rem 1.5rem 0.5rem;
    border-bottom: 1px solid #05C0C7;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main.recruitment .recruitment_content_wrap .recruitment_table_wrap .requirement_table tr td {
    width: 76%;
    padding: 2rem 1% 2rem 0;
  }
}

.same_departmentmans_wrap {
  width: 100%;
  max-width: 75rem;
  margin: 4rem auto auto;
}
@media (max-width: 959px) {
  .same_departmentmans_wrap {
    width: 96%;
  }
}
.same_departmentmans_wrap .same_departmentmans_title {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 5rem;
  color: #4061BC;
}
@media (max-width: 599px) {
  .same_departmentmans_wrap .same_departmentmans_title {
    font-size: 1.3rem;
  }
}
.same_departmentmans_wrap .same_departmentmans_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5rem;
  display: inline-block;
  width: 5rem;
  aspect-ratio: 23/10;
  background: url(/wp-content/themes/newgraduate/images/icon_senpai.png) center center/contain no-repeat;
}
@media (max-width: 599px) {
  .same_departmentmans_wrap .same_departmentmans_title::before {
    left: -4rem;
    width: 3.8rem;
  }
}
.same_departmentmans_wrap .shainshoukai_list_wrap {
  position: relative;
  z-index: 31;
  display: flex;
  justify-content: flex-start;
  gap: 2rem 2%;
  flex-wrap: wrap;
  margin: 2rem auto auto;
}
.same_departmentmans_wrap .shainshoukai_list_wrap li {
  width: 32%;
}
@media (max-width: 599px) {
  .same_departmentmans_wrap .shainshoukai_list_wrap li {
    width: 100%;
  }
  .same_departmentmans_wrap .shainshoukai_list_wrap li:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
.same_departmentmans_wrap .shainshoukai_list_wrap li a {
  position: relative;
  display: block;
  color: #4061BC;
}
.same_departmentmans_wrap .shainshoukai_list_wrap li a::before {
  content: "";
  display: none;
  position: absolute;
  z-index: 10;
  top: 5%;
  transform: rotate(38deg);
  left: 2%;
  width: 2rem;
  height: 2.4rem;
  transform: rotate(-28deg);
  background-color: #aebfee;
  border-radius: 50%;
  pointer-events: none;
}
.same_departmentmans_wrap .shainshoukai_list_wrap li a::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 10;
  top: 60%;
  right: 2%;
  transform: rotate(38deg);
  width: 2rem;
  height: 2.4rem;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
}
.same_departmentmans_wrap .shainshoukai_list_wrap li a:hover::before {
  display: block;
}
.same_departmentmans_wrap .shainshoukai_list_wrap li a:hover::after {
  display: block;
}
.same_departmentmans_wrap .shainshoukai_list_wrap li a .img_wrap {
  width: 100%;
  height: 100%;
  transform: rotate(-28deg);
  clip-path: ellipse(42% 46% at 50% 50%);
}
.same_departmentmans_wrap .shainshoukai_list_wrap li a .img_wrap .man_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(28deg);
}
.same_departmentmans_wrap .shainshoukai_list_wrap li a .comment {
  margin: 1.5rem auto auto;
  color: #4061BC;
  font-weight: bold;
  font-size: 1.1rem;
}
@media (max-width: 599px) {
  .same_departmentmans_wrap .shainshoukai_list_wrap li a .comment {
    width: 90%;
  }
}
.same_departmentmans_wrap .shainshoukai_list_wrap li a .busho {
  font-size: 0.85rem;
  color: #111111;
}
@media (max-width: 599px) {
  .same_departmentmans_wrap .shainshoukai_list_wrap li a .busho {
    width: 90%;
    margin: auto;
  }
}
.same_departmentmans_wrap .shainshoukai_list_wrap li a .name {
  font-size: 1rem;
  color: #111111;
}
@media (max-width: 599px) {
  .same_departmentmans_wrap .shainshoukai_list_wrap li a .name {
    width: 90%;
    margin: auto;
  }
}

.recruitment_bottom_wrap {
  display: block;
  width: 100%;
  max-width: 36rem;
  margin: 4rem auto auto;
}
@media (max-width: 599px) {
  .recruitment_bottom_wrap {
    width: 80%;
  }
}
.recruitment_bottom_wrap img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p__article--archive {
  width: 100%;
  max-width: 75rem;
  margin: 3rem auto auto;
  padding: 6rem 5% 3rem;
  box-sizing: border-box;
  background-color: white;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .p__article--archive {
    margin: 3rem auto auto;
    padding: 2rem 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p__article--archive {
    margin: 3rem auto auto;
    padding: 2rem 2rem;
  }
}
.p__article--archive .common_title {
  position: relative;
  z-index: 114;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.p__article--archive .common_title::before {
  content: "";
  position: absolute;
  z-index: 113;
  top: -10%;
  left: -15%;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 5/3;
  transform: rotate(180deg);
  background: url(/wp-content/themes/newgraduate/images/icon_philo_cloud_blue.svg) center center/contain no-repeat;
}
.p__article--archive .common_title::after {
  content: "";
  position: absolute;
  z-index: 113;
  bottom: -20%;
  right: -15%;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 5/3;
  background: url(/wp-content/themes/newgraduate/images/icon_philo_cloud_blue.svg) center center/contain no-repeat;
}
.p__article--archive .p-article__list {
  width: 98%;
  margin: 5rem auto auto;
}
@media (max-width: 959px) {
  .p__article--archive .p-article__list {
    margin: 3rem auto auto;
    padding: 0 0.5rem;
  }
}
.p__article--archive .p-article__list .c-list__item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.p__article--archive .p-article__list .c-list__item:not(:last-child) {
  border-bottom: 1px solid #b9f5ff;
}
@media (min-width: 600px) {
  .p__article--archive .p-article__list .c-list__item {
    overflow: hidden;
  }
}
.p__article--archive .p-article__list .c-list__item > a {
  display: block;
}
.p__article--archive .p-article__list .c-list__item > a > img {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media (min-width: 600px) {
  .p__article--archive .p-article__list .c-list__item > a > img {
    width: 12.5rem;
    margin-right: 1rem;
    float: left;
  }
}
@media (min-width: 600px) {
  .p__article--archive .p-article__list .c-list__item > a .item_contents {
    overflow: hidden;
  }
}
.p__article--archive .p-article__list .c-list__item > a .item_contents .item_h {
  font-size: 1.4rem;
}
.p__article--archive .p-article__list .c-list__item > a .item_contents .times {
  display: block;
}
@media (min-width: 600px) {
  .p__article--archive .p-article__list .c-list__item > a .item_contents .archive_excerpt {
    margin-top: 0.5rem;
  }
}

.single_content_wrap {
  width: 100%;
  max-width: 75rem;
  margin: 3rem auto auto;
}
@media (max-width: 959px) {
  .single_content_wrap {
    width: 96%;
  }
}
.single_content_wrap .p-article__header {
  margin: auto auto 2rem;
  padding: 1rem 0;
  border-top: 1px solid #4061BC;
  border-bottom: 1px solid #4061BC;
}
.single_content_wrap .p-article__header .single_time {
  font-size: 1rem;
  color: #111111;
  margin: 0.2rem auto;
  text-align: right;
}
.single_content_wrap .p-article__eyecatch {
  margin: 2rem auto;
  text-align: center;
}
.single_content_wrap .p-article__eyecatch > img {
  width: 70%;
  height: auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .single_content_wrap .p-article__eyecatch > img {
    width: 96%;
  }
}
.single_content_wrap .p-article__body {
  padding: 0 0.5rem;
  line-height: 2rem;
}
.single_content_wrap .p-article__body h3 {
  margin: 1rem -0.5rem;
  padding: 1rem 0.5rem;
  border: solid #F2F2F2;
  border-width: 1px 0;
  font-size: 1rem;
  font-weight: bolder;
}
.single_content_wrap .p-article__body h4 {
  padding: 2rem 0 1rem;
  font-size: 1rem;
  font-weight: bolder;
}
.single_content_wrap .p-article__body img {
  display: block;
  width: 100%;
  margin: 1rem auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .single_content_wrap .p-article__body img {
    width: 96%;
  }
}
.single_content_wrap .p-article__body iframe {
  width: 100%;
  padding-bottom: 0%;
}
@media (min-width: 960px) {
  .single_content_wrap .p-article__body iframe {
    height: 500px;
    min-height: 460px;
  }
}
.single_content_wrap .p-article__body p {
  margin-bottom: 1rem;
  line-height: 2rem;
}
@media (max-width: 599px) {
  .single_content_wrap .p-article__body h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .single_content_wrap .p-article__body iframe {
    margin-bottom: -25%;
    padding-bottom: 25%;
  }
}
@media (min-width: 600px) {
  .single_content_wrap .p-article__body img {
    max-width: 90%;
  }
}
.single_content_wrap .p-article__body.notfound {
  width: 90%;
  margin: 3rem auto auto;
}
@media (min-width: 600px) {
  .single_content_wrap .p-article__body.notfound {
    text-align: center;
  }
}
.single_content_wrap .p-article__footer {
  padding: 2rem 0.5rem;
}

.content__wrap.normal {
  width: 1200px;
  margin: auto;
}
@media (max-width: 599px) {
  .content__wrap.normal {
    width: 98%;
  }
}
.content__wrap.normal .content__inner {
  width: 1100px;
  margin: 60px auto 120px;
}
@media (max-width: 599px) {
  .content__wrap.normal .content__inner {
    width: 98%;
    margin: 30px auto 60px;
  }
}
.content__wrap.normal .content__inner .normal__detail {
  margin-top: 30px;
}

.privacy__content--wrap {
  width: 75rem;
  margin: auto;
}
@media (max-width: 959px) {
  .privacy__content--wrap {
    width: 98%;
    margin: auto;
  }
}
.privacy__content--wrap .textlink {
  margin: auto auto 2rem;
  padding: 1rem 2rem;
  text-align: center;
  background-color: white;
}
@media (max-width: 599px) {
  .privacy__content--wrap .privacy_wrap {
    width: 98%;
    margin: 20px auto auto;
  }
}
.privacy__content--wrap .privacy_wrap > li {
  margin: auto auto 1.6rem;
  font-size: 1rem;
}
.privacy__content--wrap .privacy_wrap > li h4 {
  margin: auto auto 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.privacy__content--wrap .privacy_wrap > li b {
  display: block;
  font-weight: bold;
  margin: auto auto 0.4rem;
}
.privacy__content--wrap .privacy_wrap > li .inner_ul {
  margin-top: 1rem;
  list-style-type: none;
}
.privacy__content--wrap .privacy_wrap > li .inner_ul .inner_li {
  margin-top: 0.8rem;
}
.privacy__content--wrap .privacy_wrap > li .inner_ul .inner_li > b {
  margin: auto auto 0.2rem;
}
.privacy__content--wrap a {
  color: #05C0C7;
  text-decoration: underline;
}
.privacy__content--wrap .privacy_bdr {
  margin: 30px auto auto;
  padding: 20px 0;
  border-top: 1px solid #b9f5ff;
  border-bottom: 1px solid #b9f5ff;
}

.notfound {
  width: 100%;
  margin: auto;
}
.notfound .lead__text {
  max-width: 1100px;
  margin: 3rem auto auto;
}
@media (max-width: 599px) {
  .notfound .lead__text {
    width: 96%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .notfound .lead__text {
    width: 96%;
    margin: 5rem auto auto;
  }
}
.notfound .back__wrap {
  margin: 3rem auto auto;
  text-align: center;
}
.notfound .back__wrap .angle_acnt_back {
  margin-bottom: 2rem;
}

/* pager ----------------- */
.p-pager {
  margin: 3.75rem auto auto;
  line-height: 2;
}
.p-pager a {
  display: block;
  width: 2rem;
  height: 2rem;
  font-size: 0.85rem;
  line-height: 1.8rem;
  color: #4061BC;
  border-radius: 50vh;
  border: 1px solid #4061BC;
}
.p-pager .p-pager__prev,
.p-pager .p-pager__next {
  display: inline-block;
  width: 3rem;
  margin-bottom: 0.5rem;
}

.p-pager__list {
  display: inline-block;
}
.p-pager__list .c-list__item {
  display: inline-block;
  width: 1.75rem;
  margin: 0 0.25rem 0.5rem;
}
.p-pager__list .c-list__item.is-current {
  border: 1px solid #515151;
}

.p-pager--single .c-title {
  margin-bottom: 0.25rem;
  font-size: inherit;
  font-weight: bolder;
}
@media (max-width: 599px) {
  .p-pager--single {
    padding: 0.5rem 0;
    margin-top: 2rem;
  }
  .p-pager--single .p-pager__prev,
  .p-pager--single .p-pager__next {
    padding: 0.5rem 0;
  }
  .p-pager--single .p-pager__prev > .c-title,
  .p-pager--single .p-pager__next > .c-title {
    text-align: left;
  }
  .p-pager--single .p-pager__next {
    border-top: 2px solid #4061BC;
    border-bottom: 1px solid #4061BC;
  }
}
@media (min-width: 600px) {
  .p-pager--single {
    display: flex;
    margin: 2rem auto auto;
    padding-top: 1.5rem;
    border-top: 1px solid #4061BC;
  }
  .p-pager--single .p-pager__prev,
  .p-pager--single .p-pager__next {
    width: 50%;
    text-align: center;
    padding: 0 0.5rem 0 0;
  }
  .p-pager--single .p-pager__next {
    order: 1;
    padding: 0 0 0 0.5rem;
    border-left: 1px solid #4061BC;
  }
}

/* ---------------------------------------- 
Utility
---------------------------------------- */
.u-small {
  font-size: 0.75rem;
}

.u-red {
  color: #ae0800;
}

.u-lato {
  font-family: Lato;
}

.u-w25 {
  width: 25%;
}

.u-w50 {
  width: 50%;
}

.u-w75 {
  width: 75%;
}

.u-w100 {
  width: 100%;
}

.width_1200 {
  width: 1200px;
  margin: auto;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-tac {
  text-align: center;
}

.u-mt1 {
  margin-top: 16px;
}

.u-mb1 {
  margin-bottom: 16px;
}

.u-ml1 {
  margin-left: 16px;
}

.u-mr1 {
  margin-right: 16px;
}

.u-my1 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-mx1 {
  margin-left: 16px;
  margin-right: 16px;
}

.u-pt1 {
  padding-top: 16px;
}

.u-pb1 {
  padding-bottom: 16px;
}

.u-pl1 {
  padding-left: 16px;
}

.u-pr1 {
  padding-right: 16px;
}

.u-py1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-px1 {
  padding-left: 16px;
  padding-right: 16px;
}

.u-mt2 {
  margin-top: 32px;
}

.u-mb2 {
  margin-bottom: 32px;
}

.u-ml2 {
  margin-left: 32px;
}

.u-mr2 {
  margin-right: 32px;
}

.u-my2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.u-mx2 {
  margin-left: 32px;
  margin-right: 32px;
}

.u-pt2 {
  padding-top: 32px;
}

.u-pb2 {
  padding-bottom: 32px;
}

.u-pl2 {
  padding-left: 32px;
}

.u-pr2 {
  padding-right: 32px;
}

.u-py2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.u-px2 {
  padding-left: 32px;
  padding-right: 32px;
}

@media (max-width: 599px) {
  .u-hide--sp {
    display: none;
  }
  .u-show--tab {
    display: none;
  }
}
@media (min-width: 600px) {
  .u-show--sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .u-hide--pc {
    display: none;
  }
  .u-show--tab {
    display: none;
  }
}
@media (max-width: 959px) {
  .u-show--pc {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .u-hide--tab {
    display: none;
  }
}
.flt-l {
  float: left;
}

.flt-r {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.elem_fv {
  transform: translateY(100vh);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
body.is-loaded .elem_fv {
  transform: translateY(0);
}

.line_left {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2px;
  transform: skewY(-54.5deg);
}
@media (max-width: 599px) {
  .line_left {
    transform: skewY(-76deg);
  }
}
.line_left.blue {
  background-color: #4061BC;
}
.line_left.white {
  background-color: white;
}
.line_left.first {
  left: -20%;
}
@media (max-width: 599px) {
  .line_left.first {
    left: -11%;
  }
}
.line_left.second {
  top: -300px;
  right: -10%;
}
.line_left.third {
  top: 300px;
  right: -20%;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading_wrap {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading_wrap .bar_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading_wrap .bar_wrap span {
  display: block;
  background: #05C0C7;
  width: 100px;
  height: 5px;
  margin-top: 5px;
  animation: loadginbar 2s infinite;
  border-radius: 5px;
}
.loading_wrap .bar_wrap span:nth-of-type(n+2) {
  animation-delay: 100ms;
}
.loading_wrap .bar_wrap span:nth-of-type(n+3) {
  animation-delay: 200ms;
}
.loading_wrap .bar_wrap .loading_text {
  color: #05C0C7;
  font-size: 1.4rem;
  margin: auto;
  padding-top: 1rem;
}
@media (max-width: 959px) {
  .loading_wrap .bar_wrap .loading_text {
    top: 40%;
    width: 100%;
    font-size: 1.25rem;
    text-align: center;
    padding-top: 0.2rem;
  }
}

@keyframes loadginbar {
  50% {
    width: 5px;
    margin-right: 95px;
    opacity: 0.1;
  }
}
.bgside1,
.bgside2 {
  display: none;
}

body.appear .bgside1,
body.appear .bgside2 {
  display: block;
}

body.appear .bgside1 {
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: scaleX(1);
  background-color: #b9f5ff;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
body.appear .bgside2 {
  animation-name: PageAnime2;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 50%;
  transform: scaleX(1);
  background-color: #b9f5ff;
}

@keyframes PageAnime2 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
body.appear #allwrap {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.appear #allwrap.nonidx {
  padding-left: 0;
}
@media (max-width: 599px) {
  body.appear #allwrap {
    margin-top: 5.625rem;
    padding-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  body.appear #allwrap {
    padding-left: 0;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.appear .reveal-img,
body.appear .reveal-img::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier("easeOutQuad");
}

body.appear .reveal-img {
  display: inline-block;
  --animation-delay: var(--delay, 1000ms);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
}
body.appear .reveal-img::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}

.elem {
  opacity: 0;
}

.isAnimate,
.isAnimate::after {
  animation-delay: var(--animation-delay, 0);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier("easeOutQuad");
}

.isAnimate {
  display: inline-block;
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
}
.isAnimate::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}

.isAnimate.blue::after {
  background-color: #b9f5ff;
}

.elem.isAnimate {
  opacity: 1;
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
body.appear .reveal-text,
body.appear .reveal-text::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 500ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier("easeOutQuad");
}

body.appear .reveal-text {
  display: block;
  --animation-delay: var(--delay, 500ms);
  --animation-duration: var(--duration, 500ms);
  --animation-iterations: var(--iterations, 1);
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
}
body.appear .reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
body.appear .reveal-text.second {
  --animation-delay: var(--delay, 1000ms);
  --animation-duration: var(--duration, 500ms);
}

.fadeUp {
  opacity: 0;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.inview {
  animation-name: fadeUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.common_title {
  color: #4061BC;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .common_title {
    font-size: 2rem;
  }
}
.common_title .sub {
  display: block;
  font-size: 1.25rem;
}

.title_dot_blue {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4061BC;
  margin-left: 1rem;
}
.title_dot_blue::before {
  content: "・";
  position: absolute;
  top: -2.2rem;
  left: -1.6rem;
  bottom: 0;
  height: 1.1rem;
  margin: auto;
  color: #05C0C7;
  font-size: 2rem;
}

.title_bgblue_white {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: white;
  background-color: #4061BC;
}/*# sourceMappingURL=style.css.map */