@charset "UTF-8";
/* Foundation
   ----------------------------------------------------------------- */
@font-face {
  font-family: "Yu Mincho";
  src: url("/assets/font/yumin.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
/* Foundation
   ----------------------------------------------------------------- */
body {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2D344A;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
}

a:hover {
  color: #36B8A8;
}

img {
  max-width: 100%;
  height: auto;
}

/* Layout
   ----------------------------------------------------------------- */
/* Foundation
   ----------------------------------------------------------------- */
.l-wrap {
  overflow: hidden;
}

.l-inner {
  max-width: 960px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: content-box;
}
.l-inner--l {
  max-width: 1080px;
}

.relative {
  position: relative;
}

/* Foundation
   ----------------------------------------------------------------- */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
.l-header__inner {
  padding: 18px 50px 17px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-header__group {
  width: calc(100% - 185px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.l-header__bottom {
  margin: 20px 0 0;
  width: 100%;
}
.l-header a {
  color: #21283F;
}
.l-header a.active:hover {
  color: #36B8A8;
}

.menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 57px;
}
.menu__item {
  position: relative;
}
.menu__link {
  position: relative;
}
.menu__link.active {
  color: #36B8A8;
}
.menu__ico {
  background: url(../img/common/ico_dropdown.svg) no-repeat center/contain;
  width: 9px;
  height: 6px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.sub-menu {
  background: #fff;
}
.sub-menu__item {
  width: 10rem;
}
.sub-menu--2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-menu--2col:after {
  content: "";
  right: 50%;
  width: 1px;
  height: calc(100% - 50px);
  display: block;
  background: rgba(206, 204, 184, 0.6);
  position: absolute;
  bottom: 15px;
}
.sub-menu__link {
  display: block;
  position: relative;
  color: #fff;
}
.sub-menu__item:first-child .sub-menu__link {
  border: 0;
}

.quick-link, .ex-link {
  display: flex;
  flex-wrap: wrap;
}
.quick-link li a, .ex-link li a {
  font-size: 13px;
}

.quick-link {
  gap: 25px;
}
.quick-link li a {
  position: relative;
}
.quick-link li a .active {
  color: #36B8A8;
}

.ex-link {
  gap: 10px;
}
.ex-link li a {
  padding: 4px 10px 3px;
  border: 1px solid #36B8A8;
  transition: all 0.3s;
  background: #36B8A8;
  color: #fff;
  font-size: 15px;
}
.ex-link li a:hover {
  color: #36B8A8;
  border-color: #36B8A8;
  background: #fff;
}
.ex-link li a:hover[target=_blank] span:after {
  background-image: url(../img/common/ico_blank_green.svg);
}
.ex-link li a[target=_blank] span {
  position: relative;
  padding-right: 18px;
}
.ex-link li a[target=_blank] span:after {
  content: "";
  background: url(../img/common/ico_blank_white.svg) no-repeat right center/contain;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  margin-top: -1px;
}

.l-header__actionBtn {
  width: 29px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: background-color 0.3s;
}
.l-header__actionBtn:before, .l-header__actionBtn:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  transition: transform 0.3s, width 0.3s;
}
.l-header__actionBtn:before {
  transform: translate(-50%, -400%);
}
.l-header__actionBtn:after {
  transform: translate(-50%, 400%);
}
.js-nav-open .l-header__actionBtn {
  background-color: rgba(45, 52, 74, 0);
}
.js-nav-open .l-header__actionBtn:before {
  width: 29px;
  transform: translate(-50%, 0) rotate(-45deg);
}
.js-nav-open .l-header__actionBtn:after {
  width: 29px;
  transform: translate(-50%, 0) rotate(45deg);
}

.l-header__action {
  width: 60px;
  height: 67px;
  position: relative;
  background: #36B8A8;
  cursor: pointer;
}

.l-header__actionBtn {
  width: 29px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: background-color 0.3s;
}
.l-header__actionBtn:before, .l-header__actionBtn:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  transition: transform 0.3s, width 0.3s;
}
.l-header__actionBtn:before {
  transform: translate(-50%, -400%);
}
.l-header__actionBtn:after {
  transform: translate(-50%, 400%);
}
.js-nav-open .l-header__actionBtn {
  background-color: rgba(45, 52, 74, 0);
}
.js-nav-open .l-header__actionBtn:before {
  width: 29px;
  transform: translate(-50%, 0) rotate(-45deg);
}
.js-nav-open .l-header__actionBtn:after {
  width: 29px;
  transform: translate(-50%, 0) rotate(45deg);
}

/* Foundation
   ----------------------------------------------------------------- */
.l-wrap:has(.t-mv__are, .p-infer) .boxContact {
  margin: 0;
}

.boxContact {
  width: 100%;
  padding: 76px 0 80px;
  margin: 170px 0 0;
  background: url(../img/common/bg_footer.png) no-repeat center/cover;
}
body:has(.t-mv__area) .boxContact {
  margin-top: 0;
}
.boxContact__title {
  text-align: center;
  padding: 0 15px;
  color: #fff;
}
.boxContact__main {
  font-size: 47px;
  line-height: 1.2;
}
.boxContact__sub {
  font-size: 18px;
}
.boxContact__list {
  max-width: 788px;
  margin: 50px auto 0;
  padding: 0 15px;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  --gap: 68px;
  gap: var(--gap);
}
.boxContact__list li {
  width: calc((100% - var(--gap)) / 2);
}
.boxContact__btn {
  width: 100%;
  height: 80px;
  text-align: center;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: linear-gradient(to top, #181F34, #363F59);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.2s ease-in-out 0s;
  border-radius: 40px;
  font-size: 20px;
}
.boxContact__btn span {
  padding-left: 40px;
  background: url(../img/common/ico_arrow_right.svg) no-repeat center left/22px;
}
.boxContact__btn:hover {
  color: #fff;
  transform: scale(1.05);
}

.l-footer {
  padding: 75px 0 0;
  background: #F7F7F7;
}
.l-footer__inner {
  max-width: 1027px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
}
.l-footer__logo {
  width: 202px;
}
.l-footer__addr {
  font-size: 20px;
  margin: 45px 0 15px;
}
.l-footer__info li {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 20px;
  font-size: 13px;
}
.l-footer__info span:first-child {
  width: 65px;
}
.l-footer__info span:last-child {
  width: calc(100% - 85px);
}
.l-footer__title, .l-footer__link {
  font-size: 13px;
}
.l-footer__title a {
  position: relative;
  padding-bottom: 2px;
  border-bottom: 1px solid #2D344A;
}
.l-footer__title + .l-footer__title {
  margin-top: 35px;
}
.l-footer__link {
  margin: 5px 0 0;
}
.l-footer__link + .l-footer__title {
  margin-top: 36px;
}
.l-footer__link a[target=_blank] {
  background: url(../img/common/ico_blank.svg) no-repeat right center/10px;
  padding-right: 15px;
}
.l-footer__heading li + li {
  margin-top: 35px;
}
.l-footer__heading li a {
  font-size: 13px;
  position: relative;
  padding-bottom: 2px;
  border-bottom: 1px solid #2D344A;
}
.l-footer__copy {
  text-align: center;
  font-size: 11px;
  padding: 16px 0;
  margin: 100px 0 0;
  border-top: 1px solid #2D344A;
}

.btnFloat {
  position: fixed;
  right: 0;
  top: 160px;
  background: #d02645;
  border-radius: 10px 0 0 10px;
  z-index: 200;
  transition: background 0.3s;
}
.btnFloat:hover {
  background-color: #36B8A8;
}
.btnFloat a {
  padding: 13px 20px 21px;
  display: block;
  color: #fff;
  text-align: center;
}
.btnFloat a span {
  display: block;
  font-weight: bold;
}
.btnFloat a span + span {
  margin-top: 8px;
}
.btnFloat a span:first-child {
  font-size: 18px;
  line-height: 1.3;
}
.btnFloat a span:last-child {
  font-size: 14px;
  padding: 5px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.backTop {
  width: 40px;
  height: 40px;
  background: #36B8A8 url(../img/common/ico_top.svg) no-repeat center/20px;
  display: block;
  position: fixed;
  right: 15px;
  bottom: 50px;
  cursor: pointer;
  z-index: 102;
  transition: background 0.3s;
  display: none;
}

/* Object
   ----------------------------------------------------------------- */
/* Foundation
   ----------------------------------------------------------------- */
/* Foundation
   ----------------------------------------------------------------- */
/* Foundation
   ----------------------------------------------------------------- */
/* Foundation
   ----------------------------------------------------------------- */
/* Foundation
   ----------------------------------------------------------------- */
.c-heading {
  font-size: 47px;
}
.c-heading-wrap .c-heading {
  line-height: 1;
}

.c-heading-wrap {
  text-align: center;
}

.c-heading3 {
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2D344A;
}

.c-heading4 {
  font-size: 20px;
  border-bottom: 1px dashed #36B8A8;
  font-weight: bold;
  color: #36B8A8;
  margin-bottom: 20px;
}

.c-heading5 {
  font-weight: 600;
}

.c-heading-bg {
  background: #2F3664;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 34px 48px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.c-heading-bg span:first-child {
  font-size: 30px;
}
.c-heading-bg span:last-child {
  font-size: 14px;
}

.c-head-bg {
  font-size: 18px;
  padding: 14px 20px;
  border-radius: 5px;
  background: #E5F7F5;
  font-weight: 600;
  margin-bottom: 40px;
}

/* Foundation
   ----------------------------------------------------------------- */
.f-noto_light {
  font-weight: 300;
}

.c-note {
  padding-left: 18px;
  position: relative;
}
.c-note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* Foundation
   ----------------------------------------------------------------- */
.c-button {
  height: 60px;
  line-height: 1;
  width: 324px;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  background: linear-gradient(to bottom, #49C7B7, #32B1A1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.2s ease-in-out 0s;
}
.c-button span {
  padding-left: 40px;
  background: url(../img/common/ico_arrow_right.svg) no-repeat center left/22px;
}

.link {
  border-bottom: 1px solid #2D344A;
}
.link:hover {
  border-bottom-color: #36B8A8;
}
.link--blank {
  background: url(../img/common/ico_blank.svg) no-repeat right center/15px;
  padding-right: 28px;
}
.link--next {
  background: url(../img/common/ico_paging_next.svg) no-repeat right center/6px;
  padding-right: 28px;
}

.c-btn {
  font-size: 12px;
  height: 23px;
  background: linear-gradient(to bottom, #49C7B7, #32B1A1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  width: 128px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-btn:hover {
  background: linear-gradient(to top, #181F34, #363F59);
  color: #fff;
}
.c-btn:before {
  content: "";
  background: url(../img/common/ico_arrow_right.svg) no-repeat center/contain;
  width: 11px;
  height: 8px;
  margin-right: 5px;
}

/* Foundation
   ----------------------------------------------------------------- */
.c-list li {
  position: relative;
  padding-left: 15px;
}
.c-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.c-disc li {
  position: relative;
  padding-left: 25px;
  font-weight: 300;
}
.c-disc li:before {
  content: "⚫︎";
  position: absolute;
  top: 0;
  left: 0;
}
.c-disc li span {
  display: block;
}
.c-disc li span:first-child {
  color: #36B8A8;
  font-weight: 500;
}
.c-disc li + li {
  margin-top: 20px;
}

.c-number {
  counter-reset: section;
}
.c-number li {
  padding-left: 30px;
  counter-increment: section;
  position: relative;
}
.c-number li:before {
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
.c-number li span {
  display: block;
  font-weight: 500;
}
.c-number li span:last-child {
  color: #36B8A8;
}

/* Foundation
   ----------------------------------------------------------------- */
/* Foundation
   ----------------------------------------------------------------- */
/* Foundation
   ----------------------------------------------------------------- */
/* Foundation
   ----------------------------------------------------------------- */
input, select, textarea {
  height: 60px;
  border: 1px solid #2D344A;
  border-radius: 5px;
  padding: 0 32px;
  width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input:focus, select:focus, textarea:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

textarea {
  height: 210px;
  resize: none;
  vertical-align: top;
  padding-top: 20px;
}

input[type=file] {
  padding-top: 15px;
}

label {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
label > input[type=radio], label > input[type=checkbox] {
  display: none;
}
label:has(input[type=radio]) {
  padding-left: 21px;
}
label:has(input[type=radio]):before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #2D344A;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
label:has(input[type=checkbox]) {
  padding-left: 27px;
}
label:has(input[type=checkbox]):before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #2D344A;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
label:has(input[type=radio]:checked):before {
  background: url(../img/common/ico_radio.svg) no-repeat center/contain;
}
label:has(input[type=checkbox]:checked):before {
  background: url(../img/common/ico_check.svg) no-repeat center/contain;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

/* Foundation
   ----------------------------------------------------------------- */
.u-color_black {
  color: #2D344A !important;
}
.u-color_white {
  color: #fff !important;
}
.u-color_green {
  color: #36B8A8;
}

/* Foundation
   ----------------------------------------------------------------- */
/* display Utility */
.u-none {
  display: none !important;
}
.u-block {
  display: block !important;
}
.u-inline {
  display: inline !important;
}
.u-ib {
  display: inline-block !important;
}
.u-flex {
  display: flex;
  flex-wrap: wrap;
}
.u-flex_ct {
  display: flex;
  align-items: center;
}
.u-flex_ct > * {
  width: 50%;
}

/* Foundation
   ----------------------------------------------------------------- */
.u-m_t0 {
  margin-top: 0 !important;
}
.u-m_b0 {
  margin-bottom: 0 !important;
}

.u-m_r4 {
  margin-right: 4px;
}
.u-m_b20 {
  margin-bottom: 20px;
}
.u-m_b50 {
  margin-bottom: 50px;
}
.u-m_t4 {
  margin-top: 4px;
}
.u-m_t8 {
  margin-top: 8px;
}
.u-m_t10 {
  margin-top: 10px;
}
.u-m_t15 {
  margin-top: 15px;
}
.u-m_t20 {
  margin-top: 20px;
}
.u-m_t30 {
  margin-top: 30px;
}
.u-m_t40 {
  margin-top: 40px;
}
.u-m_t50 {
  margin-top: 50px;
}
.u-m_t80 {
  margin-top: 80px;
}
.u-m_t95 {
  margin-top: 95px;
}

/* Foundation
   ----------------------------------------------------------------- */
.u-fw_bold {
  font-weight: bold !important;
}
.u-fw_normal {
  font-weight: normal !important;
}
.u-fw_medium {
  font-weight: 500 !important;
}

.u-td_u {
  text-decoration: underline !important;
}
.u-td_none {
  text-decoration: none !important;
}

.u-ta_center {
  text-align: center !important;
}
.u-ta_left {
  text-align: left !important;
}
.u-ta_right {
  text-align: right !important;
}

.u-ws_preline {
  white-space: pre-line !important;
}
.u-ws_nowrap {
  white-space: nowrap !important;
}

.u-text_sub, .u-text_sup {
  font-size: 0.6em;
  letter-spacing: -0.2em;
}
.u-text_sup {
  vertical-align: super;
}

[class].u-flex_center {
  display: flex;
  justify-content: center;
}
[class].u-flex_baseline {
  align-items: baseline;
}
[class].u-flex_right {
  display: flex;
  justify-content: flex-end;
}

.u-ta_center {
  text-align: center;
}

/* Foundation
   ----------------------------------------------------------------- */
.u-w_full {
  width: 100% !important;
}

.u-w_p5 {
  width: 5% !important;
}

.u-w_p6 {
  width: 6% !important;
}

.u-w_p7 {
  width: 7% !important;
}

.u-w_p8 {
  width: 8% !important;
}

.u-w_p9 {
  width: 9% !important;
}

.u-w_p10 {
  width: 10% !important;
}

.u-w_p11 {
  width: 11% !important;
}

.u-w_p12 {
  width: 12% !important;
}

.u-w_p13 {
  width: 13% !important;
}

.u-w_p14 {
  width: 14% !important;
}

.u-w_p15 {
  width: 15% !important;
}

.u-w_p16 {
  width: 16% !important;
}

.u-w_p17 {
  width: 17% !important;
}

.u-w_p18 {
  width: 18% !important;
}

.u-w_p19 {
  width: 19% !important;
}

.u-w_p20 {
  width: 20% !important;
}

.u-w_p21 {
  width: 21% !important;
}

.u-w_p22 {
  width: 22% !important;
}

.u-w_p23 {
  width: 23% !important;
}

.u-w_p24 {
  width: 24% !important;
}

.u-w_p25 {
  width: 25% !important;
}

.u-w_p26 {
  width: 26% !important;
}

.u-w_p27 {
  width: 27% !important;
}

.u-w_p28 {
  width: 28% !important;
}

.u-w_p29 {
  width: 29% !important;
}

.u-w_p30 {
  width: 30% !important;
}

.u-w_p31 {
  width: 31% !important;
}

.u-w_p32 {
  width: 32% !important;
}

.u-w_p33 {
  width: 33% !important;
}

.u-w_p34 {
  width: 34% !important;
}

.u-w_p35 {
  width: 35% !important;
}

.u-w_p36 {
  width: 36% !important;
}

.u-w_p37 {
  width: 37% !important;
}

.u-w_p38 {
  width: 38% !important;
}

.u-w_p39 {
  width: 39% !important;
}

.u-w_p40 {
  width: 40% !important;
}

.u-w_p41 {
  width: 41% !important;
}

.u-w_p42 {
  width: 42% !important;
}

.u-w_p43 {
  width: 43% !important;
}

.u-w_p44 {
  width: 44% !important;
}

.u-w_p45 {
  width: 45% !important;
}

.u-w_p46 {
  width: 46% !important;
}

.u-w_p47 {
  width: 47% !important;
}

.u-w_p48 {
  width: 48% !important;
}

.u-w_p49 {
  width: 49% !important;
}

.u-w_p50 {
  width: 50% !important;
}

.u-w_p51 {
  width: 51% !important;
}

.u-w_p52 {
  width: 52% !important;
}

.u-w_p53 {
  width: 53% !important;
}

.u-w_p54 {
  width: 54% !important;
}

.u-w_p55 {
  width: 55% !important;
}

.u-w_p56 {
  width: 56% !important;
}

.u-w_p57 {
  width: 57% !important;
}

.u-w_p58 {
  width: 58% !important;
}

.u-w_p59 {
  width: 59% !important;
}

.u-w_p60 {
  width: 60% !important;
}

.u-w_p61 {
  width: 61% !important;
}

.u-w_p62 {
  width: 62% !important;
}

.u-w_p63 {
  width: 63% !important;
}

.u-w_p64 {
  width: 64% !important;
}

.u-w_p65 {
  width: 65% !important;
}

.u-w_p66 {
  width: 66% !important;
}

.u-w_p67 {
  width: 67% !important;
}

.u-w_p68 {
  width: 68% !important;
}

.u-w_p69 {
  width: 69% !important;
}

.u-w_p70 {
  width: 70% !important;
}

.u-w_p71 {
  width: 71% !important;
}

.u-w_p72 {
  width: 72% !important;
}

.u-w_p73 {
  width: 73% !important;
}

.u-w_p74 {
  width: 74% !important;
}

.u-w_p75 {
  width: 75% !important;
}

.u-w_p76 {
  width: 76% !important;
}

.u-w_p77 {
  width: 77% !important;
}

.u-w_p78 {
  width: 78% !important;
}

.u-w_p79 {
  width: 79% !important;
}

.u-w_p80 {
  width: 80% !important;
}

.u-w_p81 {
  width: 81% !important;
}

.u-w_p82 {
  width: 82% !important;
}

.u-w_p83 {
  width: 83% !important;
}

.u-w_p84 {
  width: 84% !important;
}

.u-w_p85 {
  width: 85% !important;
}

.u-w_p86 {
  width: 86% !important;
}

.u-w_p87 {
  width: 87% !important;
}

.u-w_p88 {
  width: 88% !important;
}

.u-w_p89 {
  width: 89% !important;
}

.u-w_p90 {
  width: 90% !important;
}

.u-w_p91 {
  width: 91% !important;
}

.u-w_p92 {
  width: 92% !important;
}

.u-w_p93 {
  width: 93% !important;
}

.u-w_p94 {
  width: 94% !important;
}

.u-w_p95 {
  width: 95% !important;
}

.u-w_p96 {
  width: 96% !important;
}

.u-w_p97 {
  width: 97% !important;
}

.u-w_p98 {
  width: 98% !important;
}

.u-w_p99 {
  width: 99% !important;
}

.u-w_p100 {
  width: 100% !important;
}

.u-fs_xs {
  font-size: 13px;
}
.u-fs_s {
  font-size: 15px;
}
.u-fs_sm {
  font-size: 18px;
}
.u-fs_m {
  font-size: 20px;
}
.u-fs_l {
  font-size: 24px;
}

.u-w_70 {
  width: 70px;
}
.u-w_80 {
  width: 80px;
}
.u-w_100 {
  width: 100px;
}
.u-w_120 {
  width: 120px;
}

/* Foundation
   ----------------------------------------------------------------- */
.u-hover_trans:hover {
  opacity: 0.7;
}

/* Foundation
   ----------------------------------------------------------------- */
.switch-img {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.switch-img span {
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  display: block;
  line-height: 0;
  width: 100%;
}
.switch-img span:last-child {
  opacity: 0;
  filter: blur(0);
  position: absolute;
  left: 0;
  top: 0;
}
.switch-img span:hover span:last-child {
  opacity: 1;
}
.switch-img span:hover span:first-child {
  opacity: 0;
}

.has-hover:hover .switch-img span {
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}
.has-hover:hover .switch-img span:last-child {
  opacity: 1;
  transform: scale(1) translateZ(0) translateY(0);
}

.p-post {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  row-gap: 70px;
  --gap:72px;
  --col: 3;
}
.p-post--4col {
  --gap:51px;
  --col: 4;
}
.p-post__img {
  width: 100%;
}
.p-post__img img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-post__item {
  width: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
  line-height: 1;
}
.p-post__head {
  margin-bottom: 16px;
}
.p-post__head .p-post--interview {
  margin-bottom: 13px;
}
.p-post__vol {
  font-size: 11px;
  margin-bottom: 2px;
}
.p-post__addr {
  font-size: 15px;
  margin-bottom: 5px;
}
.p-post__sub {
  margin-bottom: 2px;
}
.p-post__name {
  font-size: 18px;
  color: #36B8A8;
  margin: 7px 0;
}
.p-post__name span {
  display: inline-block;
  margin-left: 5px;
}
.p-post__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 2px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
.p-blog--related .p-post__title {
  font-size: 14px;
  margin-bottom: 10px;
}
.p-post__pos {
  font-size: 13px;
  line-height: 1.4;
}
.p-post__img img {
  border-radius: 5px;
}
.p-post__img + .p-post__date {
  margin-top: 10px;
}
.p-post__tag {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 5px;
  margin: 10px 0 8px;
}
.p-blog--related .p-post__tag {
  margin: 20px 0;
}
.p-post__tag li {
  display: block;
  line-height: 1;
}
.p-post__tag a {
  padding: 3px 5px;
  min-height: 19px;
  line-height: 1.2;
  border: 1px solid #2D344A;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.p-post__tag a:before {
  content: "#";
  margin-right: 1px;
}
.p-post__tag a:hover, .p-post__tag a.active {
  border-color: #36B8A8;
  background: #36B8A8;
  color: #fff;
}
.p-post__tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 5px;
  margin: 10px 0 8px;
}
.p-post__tags span {
  padding: 3px 5px;
  height: 19px;
  line-height: 1;
  border: 1px solid #2D344A;
  display: flex;
  align-items: center;
}
.p-post__date {
  font-size: 13px;
  margin-bottom: 10px;
}
.p-post--interview .p-post__date {
  margin-bottom: 5px;
}
.p-blog--related .p-post__date {
  margin: 15px 0 0;
}
.p-post__text {
  line-height: 1.6;
}

[data-module=carousel] {
  position: relative;
  overflow: hidden;
}

.swiper-next, .swiper-prev {
  position: absolute;
  width: 9px;
  height: 18px;
  z-index: 10;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/common/ico_swiper.svg) no-repeat center/contain;
  display: block;
  cursor: pointer;
}

.swiper-prev {
  left: 0;
  transform: rotate(180deg);
}

.swiper-next {
  right: 0;
}

.swiper-button-disabled {
  display: none;
}

.p-mv {
  height: 300px;
  width: 100%;
  margin: 0 0 70px;
  background: url(../img/common/mv.png) no-repeat center/cover;
}
.p-mv__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.p-mv__title {
  font-size: 47px;
  color: #fff;
  text-shadow: 3px 3px 4px rgba(39, 106, 96, 0.42);
  text-align: center;
}
.p-mv__title span {
  display: block;
  font-size: 21px;
}

.breadcrumb {
  display: flex;
  position: absolute;
  bottom: 17px;
  right: 15px;
  padding-left: 15px;
}
.breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumb li > * {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 13px;
}
.breadcrumb li + li:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 10px;
}
.breadcrumb li:last-child span {
  width: calc(100% - 30px);
}
.breadcrumb li a {
  position: relative;
  white-space: nowrap;
}
.breadcrumb li a:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  position: absolute;
}
.breadcrumb li a:hover:before {
  width: 100%;
}
.breadcrumb li span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.p-lead {
  background: #E5F5F5;
  border-radius: 5px;
  padding: 42px 30px;
  font-size: 18px;
  margin: 0 0 90px;
}

.c-text {
  margin: 20px 0 0;
  line-height: 1.8;
}
.c-text p + p {
  margin-top: 31px;
}

.box-hover {
  overflow: hidden;
  display: block;
}
.box-hover img {
  transition: all 0.3s;
}
.box-hover:hover img {
  transform: scale(1.05);
}

/* Foundation
   ----------------------------------------------------------------- */
.t-mv__area {
  height: 100svh;
  background: url(../img/common/bg-noise-20.png);
  background-color: #061C26;
  background-repeat: repeat;
  background-size: 200px 200px;
}

.t-mv__area {
  position: relative;
  z-index: 0;
}

.t-mv__area .t-mv-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 26.08%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%), rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.t-mv__area .mv-slider__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
  height: 100svh;
}
.t-mv__area .mv-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.t-mv__area .mv-slider .mv-slide {
  position: absolute;
  list-style: none;
  height: 100%;
  width: 120%;
}
@keyframes slideMask {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  17% {
    z-index: 7;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  24% {
    z-index: 7;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  32% {
    z-index: 0;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
@keyframes slideMove {
  0% {
    transform: translateX(0%);
  }
  24% {
    transform: translateX(-15%);
  }
  79% {
    transform: translateX(-15%);
  }
  80% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideFade {
  0% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.t-mv__area .mv-slider .mv-slide .mv-slide__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.t-mv__area .mv-slider .mv-slide:nth-child(1) {
  animation: slideMask 30s ease infinite;
  z-index: 6;
}

.t-mv__area .mv-slider .mv-slide:nth-child(1) .mv-slide__inner {
  animation: slideMove 30s linear infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(1) .mv-slide__inner img {
  animation: slideFade 30s ease infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(2) {
  animation: slideMask 30s 5s ease infinite;
  z-index: 5;
}

.t-mv__area .mv-slider .mv-slide:nth-child(2) .mv-slide__inner {
  animation: slideMove 30s 5s linear infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(2) .mv-slide__inner img {
  animation: slideFade 30s 5s ease infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(3) {
  animation: slideMask 30s 10s ease infinite;
  z-index: 4;
}

.t-mv__area .mv-slider .mv-slide:nth-child(3) .mv-slide__inner {
  animation: slideMove 30s 10s linear infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(3) .mv-slide__inner img {
  animation: slideFade 30s 10s ease infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(4) {
  animation: slideMask 30s 15s ease infinite;
  z-index: 3;
}

.t-mv__area .mv-slider .mv-slide:nth-child(4) .mv-slide__inner {
  animation: slideMove 30s 15s linear infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(4) .mv-slide__inner img {
  animation: slideFade 30s 15s ease infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(5) {
  animation: slideMask 30s 20s ease infinite;
  z-index: 2;
}

.t-mv__area .mv-slider .mv-slide:nth-child(5) .mv-slide__inner {
  animation: slideMove 30s 20s linear infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(5) .mv-slide__inner img {
  animation: slideFade 30s 20s ease infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(6) {
  animation: slideMask 30s 25s ease infinite;
  z-index: 1;
}

.t-mv__area .mv-slider .mv-slide:nth-child(6) .mv-slide__inner {
  animation: slideMove 30s 25s linear infinite;
}

.t-mv__area .mv-slider .mv-slide:nth-child(6) .mv-slide__inner img {
  animation: slideFade 30s 25s ease infinite;
}

.t-mv__area .mv-slider .mv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(1) {
  animation-delay: 0.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(1) img {
  animation-delay: 0.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(2) {
  animation-delay: 5.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(2) img {
  animation-delay: 5.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(3) {
  animation-delay: 10.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(3) img {
  animation-delay: 10.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(4) {
  animation-delay: 15.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(4) img {
  animation-delay: 15.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(5) {
  animation-delay: 20.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(5) img {
  animation-delay: 20.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(6) {
  animation-delay: 25.15s;
}

.t-mv__area .mv-slider:nth-child(2) .mv-slide:nth-child(6) img {
  animation-delay: 25.15s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(1) {
  animation-delay: 0.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(1) img {
  animation-delay: 0.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(2) {
  animation-delay: 5.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(2) img {
  animation-delay: 5.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(3) {
  animation-delay: 10.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(3) img {
  animation-delay: 10.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(4) {
  animation-delay: 15.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(4) img {
  animation-delay: 15.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(5) {
  animation-delay: 20.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(5) img {
  animation-delay: 20.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(6) {
  animation-delay: 25.3s;
}

.t-mv__area .mv-slider:nth-child(3) .mv-slide:nth-child(6) img {
  animation-delay: 25.3s;
}

.mv-slider__caption {
  position: absolute;
  bottom: 58px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 20;
}
.mv-slider__inner {
  max-width: 1027px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.mv-slider__title {
  font-size: 70px;
  text-shadow: 6px 4px 6px rgba(0, 0, 0, 0.19);
}
.mv-slider__text {
  font-size: 29px;
  text-shadow: 6px 4px 6px rgba(0, 0, 0, 0.19);
}

.top-inner {
  max-width: 1027px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}

.p-box {
  background: url(../img/top/bg01.png) no-repeat center/cover;
  padding: 70px 0;
}
.p-box__inner {
  background: #fff;
  border-radius: 10px;
  padding: 70px 0;
}
.p-box__text {
  max-width: 814px;
  margin: 50px auto 0;
  padding: 0 15px;
  box-sizing: content-box;
  text-align: center;
  font-size: 22px;
}
.p-box__text p {
  line-height: 2;
  color: #21283F;
}
.p-box__text p + p {
  margin-top: 28px;
}

.p-track {
  padding: 70px 0 140px;
}
.p-track__inner {
  max-width: 1267px;
  padding: 0 15px;
  box-sizing: content-box;
  margin: 0 auto;
  background-color: #fff;
}
.p-track .c-heading-wrap {
  margin-bottom: 50px;
}
.p-track .p-action {
  margin: 50px 0 0;
}

.p-block {
  background: #E5F5F5;
  padding: 70px 0;
}
.p-block--white {
  background: #fff;
}
.p-block__inner {
  max-width: 1131px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.p-block__list {
  margin: 50px auto;
}
.p-block__list .swiper-generate {
  max-width: 1027px;
  margin: 0 auto;
  overflow: hidden;
}
.p-block__list[data-module=list] {
  display: flex;
  flex-wrap: wrap;
  --gap: 72px;
  --col: 3;
  row-gap: 90px;
  gap: var(--gap);
}
.p-block__text {
  line-height: 1.6;
}
.p-block__item:hover {
  color: inherit;
}
.p-block__item:hover .p-block__img img {
  transform: scale(1.05);
}
[data-module=list] .p-block__item {
  width: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
}
.p-block__img {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-block__img img {
  transition: all 0.3s;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 215px;
}
.p-block__label {
  position: absolute;
  padding: 6px 5px 4px;
  background: #fff;
  font-size: 11px;
  line-height: 1;
  left: 0;
  top: 14px;
  z-index: 2;
}
.p-block__img:hover .p-block__label {
  color: #2D344A;
}
.p-block__title {
  margin: 15px 0 2px;
}
.p-block__title span:first-child {
  font-size: 20px;
}
.p-block__title span:last-child {
  font-size: 12px;
}

.p-seminar {
  position: relative;
}
.p-seminar .top-inner {
  position: relative;
  z-index: 3;
}
.p-seminar__content {
  background: #fff;
  border-radius: 5px;
  max-width: 786px;
}
.p-seminar__text {
  font-size: 18px;
  margin: 40px 0 0;
}
.p-seminar__list {
  margin: 70px 0 50px;
}
.p-seminar__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B4BEC0;
}
.p-seminar__item div {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}
.p-seminar__item div span {
  display: inline-block;
  flex: 1;
}
.p-seminar__item div p {
  width: calc(100% - 170px);
}
.p-seminar__date {
  display: inline-block;
  min-width: 135px;
}
.p-seminar__time {
  display: inline-block;
  min-width: 120px;
}

.p-social {
  padding: 70px 0 20px;
}
.p-social__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  --gap: 27px;
  --col: 2;
}
.p-social__list + .p-social__list {
  margin-top: 90px;
}
.p-social__list--3col {
  --gap: 66px;
  --col: 3;
}
.p-social__item {
  width: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
}
.p-social__item .c-button {
  width: 252px;
}
.p-social__img {
  margin: 50px 0;
  text-align: center;
}

.p-boxNews {
  background: #E0F0F0;
  padding: 70px 0;
}
.p-boxNews__inner {
  background: #fff;
  padding: 70px 60px;
}

.p-news__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 59px;
  padding: 35px 0 35px 47px;
  border-bottom: 1px solid #B4BEC0;
}
.p-news__item:first-child {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid #B4BEC0;
}
.p-news__item:last-child {
  margin-bottom: 50px;
}
.p-news__item span:first-child {
  width: 121px;
}
.p-news__item span:last-child {
  width: calc(100% - 180px);
}

/* Foundation
   ----------------------------------------------------------------- */
.p-form {
  margin: 50px 0 150px;
}
.p-form__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px 34px;
}
.p-form__item--top {
  align-items: flex-start;
}
.p-form__item + .p-form__item {
  margin-top: 28px;
}
.p-form__label {
  font-size: 16px;
  display: flex;
}
.p-form__content {
  width: calc(100% - 264px);
  font-size: 18px;
}
.p-form__radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px 56px;
}
.p-form__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.p-form__flex .input-note {
  padding-left: 20px;
}
.p-form__checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px 32px;
}
.p-form__other {
  display: flex;
  align-items: center;
  gap: 22px;
}
.p-form__other label {
  white-space: nowrap;
}
.p-form__other input {
  width: 400px;
}
.p-form__policy {
  max-width: 770px;
  height: 376px;
  overflow: auto;
  margin: 86px auto 29px;
  border: 1px solid #2D344A;
  border-radius: 5px;
  padding: 14px 32px 21px;
  font-size: 13px;
}
.p-form__policy > * {
  margin-bottom: 20px;
}
.p-form__policy address strong {
  font-weight: normal;
}
.p-form__action {
  text-align: center;
}
.p-form__action p {
  margin-top: 50px;
}
.p-form__inline {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rq {
  background: #C22020;
  color: #fff;
  border-radius: 2px;
  height: 20px;
  line-height: 1;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 8px;
}

.c-note {
  width: 100%;
}

.p-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #2D344A;
  margin-bottom: 20px;
}
.p-link__active {
  background-color: #36B8A8;
  color: #fff;
}
.p-link li {
  width: 25%;
}
.p-link li a {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
}
.p-link li a:hover {
  background: #36B8A8;
  color: #fff;
}

form .p-form__action .c-button, form .p-form__action label:has(.privacy_policy:not(.active)) {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  transition: all 0.3s;
}
form .p-form__action:has(.privacy_policy:checked) .c-button {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

/* Foundation
   ----------------------------------------------------------------- */
.p-anchor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 90px;
}
.p-anchor li {
  width: 33.33%;
  cursor: pointer;
  display: block;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #2D344A;
}
.p-anchor li:nth-last-child(-n+2):nth-child(n+4) {
  flex: inherit;
  width: 50%;
  border-top: 0;
  border-left: 1px solid #2D344A;
}
.p-anchor li:nth-last-child(-n+2):nth-child(n+4):last-child {
  border-left: 0;
}
.p-anchor li span {
  display: inline-block;
  padding: 15px 30px 15px 0;
  position: relative;
}
.p-anchor li span:after {
  content: "";
  background: url(../img/common/ico_dropdown.svg) no-repeat center/contain;
  width: 9px;
  height: 6px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-anchor li a {
  display: block;
  width: 100%;
  padding: 15px 0;
}
.p-anchor li a:after {
  content: "";
  background: url(../img/common/ico_paging_next.svg) no-repeat center/contain;
  width: 9px;
  height: 8px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: -1px;
}
.p-anchor li a.active {
  color: #36B8A8;
}
.p-anchor li a.active:after {
  background-image: url(../img/common/ico_paging_next_hover.svg);
}
.p-anchor li a[target=_blank] {
  white-space: nowrap;
}
.p-anchor li a[target=_blank] span {
  display: inline-block;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.p-anchor li a[target=_blank] span:after {
  content: "";
  background: url(../img/common/ico_blank.svg) no-repeat right center/contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.p-anchor li + li {
  border-left: 0;
}
.p-anchor li:hover {
  color: #0F9A88;
}
.p-anchor li:hover a:after {
  background-image: url(../img/common/ico_paging_next_hover.svg);
}
.p-anchor li:hover a[target=_blank] span:after {
  background-image: url(../img/common/ico_blank_green.svg);
}
.p-anchor--4col li, .p-anchor--4col li:nth-last-child(-n+2):nth-child(n+4) {
  width: 50%;
}
.p-anchor--4col li:nth-child(3), .p-anchor--4col li:nth-last-child(-n+2):nth-child(n+4):nth-child(3) {
  border-left: 1px solid #2D344A;
  border-top: 0;
}

.qa {
  margin: 100px 0 0;
}
.qa__box {
  display: flex;
  flex-wrap: wrap;
}
.qa__box + .qa__box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #B4BEC0;
}
.qa__title {
  width: 23.645%;
  font-size: 24px;
}
.qa__list {
  width: 76.354%;
}
.qa__item {
  border: 1px solid #E5F7F5;
  border-radius: 10px;
  overflow: hidden;
}
.qa__item + .qa__item {
  margin-top: 16px;
}
.qa__ask {
  position: relative;
  padding: 28px 100px;
  background: #E5F7F5;
  cursor: pointer;
  transition: all 0.3s;
}
.qa__ask:before, .qa__ask:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.qa__ask:before {
  content: "Q";
  left: 50px;
}
.qa__ask:after {
  background: url(../img/common/ico_plus.svg) no-repeat center/contain;
  width: 17px;
  height: 17px;
  display: block;
  right: 46px;
}
.qa__ask.active:after {
  background-image: url(../img/common/ico_minus.svg);
}
.qa__ask:hover {
  transform: scale(1.025);
}
.qa__ans {
  padding: 30px 50px;
  display: none;
}
.qa__btn {
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #49C7B7, #32B1A1);
  color: #fff;
  font-size: 12px;
}
.qa__btn:hover {
  color: #fff;
  opacity: 0.7;
}
.qa__btn span {
  padding-left: 20px;
  background: url(../img/common/ico_arrow_right.svg) no-repeat center left/11px;
}

/* Foundation
   ----------------------------------------------------------------- */
.box-lead {
  font-size: 18px;
  margin: 0 0 70px;
}
.box-lead p + p {
  margin-top: 20px;
}

.tab {
  display: flex;
  border-bottom: 1px solid #000;
}
.tab li {
  flex: 1;
  background: #fff;
  color: #2D344A;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.tab li a, .tab li:not(:has(a)) {
  padding: 12px 5px;
}
.tab li a {
  width: 100%;
  display: block;
}
.tab li.active {
  background: #36B8A8;
  color: #fff;
}
.tab--sus li.active {
  background: #E5F7F5;
  color: #2D344A;
}

.p-paging {
  text-align: center;
  margin: 70px 0 0;
}
.p-paging__count {
  font-size: 17px;
  margin-bottom: 15px;
}
.p-paging__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.p-paging__list li:not(.dots, :has(.next, .last)).active, .p-paging__list li:not(.dots, :has(.next, .last)):hover {
  background: #36B8A8;
  color: #fff;
}
.p-paging__list .next {
  background: url(../img/common/ico_paging_next.svg) no-repeat center/6px;
}
.p-paging__list .prev {
  background: url(../img/common/ico_paging_prev.svg) no-repeat center/6px;
}
.p-paging__list .last {
  background: url(../img/common/ico_paging_last.svg) no-repeat center/10px;
}
.p-paging__list a, .p-paging__list span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-paging__list a:hover, .p-paging__list span:hover {
  color: #fff;
}
.p-paging__list .dots span:hover {
  color: #2D344A;
}

.p-cat {
  display: flex;
  align-items: center;
  --gap: 30px;
  --col: 3;
  gap: var(--gap);
  margin-bottom: 20px;
}
.p-cat li {
  width: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
}
.p-cat li a {
  display: block;
  width: 100%;
  padding: 8px 5px 9px;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2D344A;
}
.p-cat li a span:after {
  content: "";
  background: url(../img/common/ico_dropdown.svg) no-repeat center/contain;
  width: 9px;
  height: 6px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.p-tag {
  padding: 20px 30px;
  background: #F8F8F8;
  max-width: 692px;
  margin: 0 0 60px;
}
.p-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-tag__list li a {
  padding: 3px 10px;
  border: 0.03125em solid #2D344A;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
.p-tag__list li a:before {
  content: "#";
}
.p-tag__list li a:hover, .p-tag__list li a.active {
  border-color: #36B8A8;
  background: #36B8A8;
  color: #fff;
}

.tab-content {
  padding: 60px 0 0;
  display: none;
}
.tab-content .p-post {
  margin-top: 35px;
  padding: 0 28px;
}
.tab-content__inner {
  padding-left: 60px;
}

.post-count {
  font-size: 14px;
}
.post-count span {
  font-size: 24px;
}

.page-title {
  font-size: 30px;
  border-bottom: 1px solid #000;
  line-height: 1.4;
  margin-bottom: 50px;
}
.page-title:has(+ .page-note) {
  margin-bottom: 0;
}
.page-title:has(+ .post-single__date) {
  margin-bottom: 10px;
}
.page-title + .page-note {
  margin: 14px 0 50px;
}
.page-title span {
  font-size: 18px;
  display: block;
}
.page-title i {
  font-size: 18px;
  margin-left: 10px;
  font-style: normal;
}

.p-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  gap: 20px 60px;
  padding: 0 0 0 100px;
  margin: 60px 0 45px;
}
.p-info + .c-wrap-text {
  margin-top: 80px;
}
.p-info dt {
  font-weight: 500;
  width: 130px;
}
.p-info dd {
  width: calc(100% - 190px);
  font-weight: 300;
}

.box-img {
  margin-top: 90px;
}
.box-img img {
  border-radius: 10px;
}
.box-img > *:not(:last-child) {
  margin-bottom: 30px;
}

figure figcaption {
  margin-top: 15px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 70px 0;
}
.gallery > p {
  width: 100%;
}
.gallery__item {
  width: 33.33%;
}
.gallery__item img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__item > p:has(img) {
  aspect-ratio: 320/263;
}
.gallery__title {
  margin: 6px 0 0;
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
}
.gallery__text {
  font-weight: 300;
  margin-top: 6px;
  padding-left: 10px;
  line-height: 1.4;
}

.c-wrap-2 + .c-wrap-2 {
  margin-top: 90px;
}
.c-wrap-2 > p + p {
  margin-top: 30px;
}

.c-wrap-3 + .c-wrap-3 {
  margin-top: 60px;
}

.c-wrap-4 + .c-wrap-4 {
  margin-top: 20px;
}
.c-wrap-4 p + p {
  margin-top: 20px;
}

.p-infer {
  position: relative;
  padding-bottom: 160px;
}
.p-infer:has(:not(.p-infer__inner)):after, .p-infer:has(:not(.p-infer__inner)):before {
  display: none;
}
.p-infer__inner {
  background: #fff;
  padding: 0 97px 220px;
}
.p-infer__inner .page-title + p + .c-heading4, .p-infer__inner .page-title + p + .c-heading3 {
  margin-top: 20px;
}
.p-infer__inner p + .c-heading4 {
  margin-top: 60px;
}
.p-infer__inner p + .c-heading5 {
  margin-top: 20px;
}
.p-infer__inner p + p {
  margin-top: 20px;
}
.p-infer__inner .c-heading5 {
  margin-top: 20px;
}
.p-infer__inner .c-heading5 + p {
  margin-top: 5px;
}
.p-infer__action {
  margin-top: 70px;
}

.p-detail img {
  border-radius: 10px;
}
.p-detail .p-action {
  margin-top: 100px;
}
.p-detail__content p {
  margin-bottom: 25px;
}
.p-detail__content p + .page-title {
  margin-top: 90px;
}
.p-detail__content.-interview > h3, .p-detail__content.-interview > h2 {
  border-bottom: 1px solid #2D344A;
  margin-bottom: 40px;
  color: #2D344A;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
}

.c-wrap-text {
  font-weight: 300;
}
.c-wrap-text > * + * {
  margin-top: 25px;
}

.c-wrap-img + .c-wrap-text {
  margin-top: 50px;
}

.c-wrap-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-wrap-col .c-wrap-text {
  width: 57.5%;
}
.c-wrap-col .c-wrap-img {
  width: 36.458%;
}
.c-wrap-col .c-wrap-img img {
  border-radius: 5px;
}
.c-wrap-col .c-wrap-img p + p {
  margin-top: 24px;
}

.p-timeline {
  margin-bottom: 30px;
}
.p-timeline li {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-timeline li span {
  display: block;
}
.p-timeline li span:first-child {
  width: 55px;
}
.p-timeline li span:last-child {
  width: calc(100% - 70px);
}

.c-wrap-photo {
  display: flex;
}
.c-wrap-photo > * {
  flex: 1;
}
.c-wrap-photo > * > img {
  width: 100%;
  border-radius: 0;
}

.p-archive {
  font-size: 18px;
}
.p-archive__item {
  margin-top: 75px;
}
.p-archive__item .c-number {
  margin-top: 60px;
}
.p-archive__lead {
  margin: 95px 0 50px;
  font-size: 24px;
  text-align: center;
}
.p-archive__box {
  max-width: 667px;
  margin: 130px auto;
}
.p-archive__box li {
  display: flex;
  gap: 10px 147px;
  padding: 32px 110px;
  border-top: 1px solid #B4BEC0;
}
.p-archive__box li span {
  font-weight: 500;
}
.p-archive__box li span:first-child {
  min-width: 120px;
  font-size: 14px;
}
.p-archive__box li span:last-child {
  font-size: 16px;
}
.p-archive__box li:last-child {
  border-bottom: 1px solid #B4BEC0;
}
.p-archive__block {
  border-radius: 5px;
  border: 1px solid #36B8A8;
  padding: 20px 44px 44px;
}
.p-archive__block-title {
  font-size: 30px;
  color: #36B8A8;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #36B8A8;
}

.c-button-note {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

/* Foundation
   ----------------------------------------------------------------- */
.blog-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}
.blog-tag li a {
  padding: 6px 8px;
  border: 0.03125em solid #2D344A;
  font-size: 13px;
  font-weight: 300;
  display: block;
  line-height: 1;
}
.blog-tag li a:before {
  content: "#";
}
.blog-tag li a:hover, .blog-tag li a.active {
  border-color: #36B8A8;
  background: #36B8A8;
  color: #fff;
}

.p-blog {
  padding: 0 28px;
}
.p-blog__title {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 10px;
  border-bottom: 1px solid #2D344A;
  padding-bottom: 5px;
}
.p-blog__text {
  font-size: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.post-title {
  font-size: 30px;
  border-bottom: 1px solid #000;
  line-height: 1.4;
  margin-bottom: 110px;
}

.p-single {
  font-size: 16px;
}

.post-single__date {
  font-size: 10px;
  font-weight: 300;
}
.post-single p {
  margin-bottom: 30px;
}
.post-single p + h2, .post-single p + h3 {
  margin-top: 90px;
}
.post-single p:has(iframe) span {
  display: block;
  margin-bottom: 5px;
}
.post-single p.last {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #B4BEC0;
}
.post-single p:has(.post-single__tag) {
  margin-bottom: 15px;
}
.post-single p.post-single__date {
  margin-bottom: 40px;
}
.post-single iframe {
  max-width: 700px;
  width: 100%;
}
.post-single h2:not(.p-post__title), .post-single h3:not(.p-post__title) {
  font-size: 18px;
  padding: 14px 20px;
  border-radius: 5px;
  background: #E5F7F5;
  font-weight: 600;
  margin-bottom: 40px;
}
.post-single__tag {
  padding: 6px 12px;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  border: 1px solid #2D344A;
}
.post-single__tag:before {
  content: "#";
}
.post-single .page-title, .post-single .p-blog {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
}

/* Foundation
   ----------------------------------------------------------------- */
.p-lecture {
  margin-bottom: 100px;
}
.p-lecture__action {
  margin-top: 50px;
}
.p-lecture__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  font-size: 16px;
  padding: 22px 30px 22px 70px;
  border-top: 1px solid #B4BEC0;
}
.p-lecture__item:last-child {
  border-bottom: 1px solid #B4BEC0;
}
.p-lecture__item > * {
  display: block;
}
.p-lecture__type {
  border: 1px solid #B4BEC0;
  line-height: 1;
  padding: 9px 2px;
  width: 125px;
  text-align: center;
}

.static-box {
  max-width: 880px;
  margin: 55px auto 0;
  font-size: 17px;
  font-weight: 500;
}
.static-box > p + p {
  margin-top: 20px;
}

.course {
  margin: 30px 0 0;
}
.course__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #36B8A8;
}
.course__list {
  border: 1px solid #707070;
  padding: 20px 60px;
  margin: 0 0 30px;
  counter-reset: section;
}
.course__list li {
  padding-left: 30px;
  counter-increment: section;
  position: relative;
}
.course__list li:before {
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

/* Foundation
   ----------------------------------------------------------------- */
.p-access__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-access__item + .p-access__item {
  margin-top: 95px;
}
.p-access__img {
  width: 32.291%;
}
.p-access__img img {
  border-radius: 5px;
}
.p-access__content {
  width: 62.8125%;
  font-size: 17px;
}
.p-access__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 50px;
  border-bottom: 1px solid #2D344A;
  margin-bottom: 30px;
}
.p-access__title {
  font-size: 24px;
  font-weight: bold;
}
.p-access__name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.p-access__btn {
  font-size: 12px;
  height: 23px;
  background: linear-gradient(to bottom, #49C7B7, #32B1A1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-access__btn:hover {
  background: linear-gradient(to top, #fff, #fefefe);
  color: #36B8A8;
}
.p-access__btn:hover:before {
  background-image: url(../img/common/ico_arrow_right_green.svg);
}
.p-access__btn:hover:after {
  background-image: url(../img/common/ico_blank_green.svg);
}
.p-access__btn:before {
  content: "";
  background: url(../img/common/ico_arrow_right.svg) no-repeat center/contain;
  width: 11px;
  height: 8px;
  margin-right: 5px;
}
.p-access__btn:after {
  content: "";
  background: url(../img/common/ico_blank_white.svg) no-repeat right center/contain;
  width: 11px;
  height: 8px;
  margin-left: 5px;
}

.p-company {
  margin: 100px 0 0;
}
.p-company__inline {
  display: flex;
  gap: 20px;
}
.p-company table th {
  background: #E5F7F5;
}
.p-company__end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.p-company__pos li {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-company__pos li + li {
  margin-top: 2px;
}
.p-company__pos li p:first-child {
  width: 150px;
}
.p-company__pos li p:last-child {
  width: calc(100% - 170px);
}

table th, table td {
  border: 1px solid #B4BEC0;
  padding: 12px;
}

.box-scroll {
  height: 170px;
  overflow: auto;
  padding-right: 15px;
}

/* Foundation
   ----------------------------------------------------------------- */
.box-fvc {
  padding: 100px 0 0;
}
.box-fvc__title {
  background: #E5F7F5;
  border-top: 1px solid #B4BEC0;
  border-bottom: 1px solid #B4BEC0;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 25px 21px;
  text-align: center;
}
.box-fvc__title span {
  font-size: 15px;
  display: inline-block;
  margin-left: 30px;
}
.box-fvc__list {
  counter-reset: section;
}
.box-fvc__list li {
  position: relative;
  counter-increment: section;
  display: flex;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #B4BEC0;
}
.box-fvc__list li span {
  font-size: 18px;
  font-weight: 600;
}
.box-fvc__list li:before {
  content: counter(section);
  width: 200px;
  text-align: center;
  font-size: 24px;
}
.box-fvc__list li[data-text]::before {
  content: attr(data-text);
  font-size: 18px;
}
.box-fvc__list li p {
  width: calc(100% - 200px);
}
.box-fvc__list li a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.box-fvc__list li a:after {
  content: "";
  background: url(../img/common/ico_blank.svg) no-repeat center/contain;
  width: 9px;
  height: 9px;
  top: 5px;
  right: 0;
  position: absolute;
}

/* Foundation
   ----------------------------------------------------------------- */
.p-intro {
  background: #E5F7F5;
  position: relative;
  padding: 50px 0;
  margin: 100px 0 70px;
}
.p-intro:before, .p-intro:after {
  content: "";
  background: #E5F7F5;
  position: absolute;
  width: 200%;
  top: 0;
  display: block;
  height: 100%;
  z-index: -1;
}
.p-intro:before {
  left: -100%;
}
.p-intro:after {
  right: -100%;
}
.p-intro__list {
  max-width: 815px;
  margin: 0 auto 40px;
  position: relative;
  padding: 0 0 50px;
}
.p-intro__list:after {
  content: "";
  position: absolute;
  background: url(../img/outplacement/ico_arrow.svg) no-repeat center/contain;
  width: 151px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p-intro__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 49px;
}
.p-intro__item + .p-intro__item {
  margin-top: 20px;
}
.p-intro__img {
  width: 140px;
  margin: 0 auto;
}
.p-intro__text {
  width: calc(100% - 189px);
  background: #fff;
  padding: 20px 60px;
  position: relative;
}
.p-intro__text p + p {
  margin-top: 20px;
}
.p-intro__text:before {
  content: "";
  position: absolute;
}
.p-intro__title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #36B8A8;
  margin-bottom: 30px;
}
.p-intro__title span {
  font-size: 16px;
  display: block;
}
.p-intro__lead {
  font-size: 16px;
  text-align: center;
}

.box-text + .box-text {
  margin-top: 90px;
}
.box-text p + p {
  margin-top: 50px;
}
.box-text p + .box-text-note {
  margin-top: 10px;
}
.box-text .page-title {
  margin-bottom: 70px;
}
.box-text__note {
  font-size: 16px;
}

.box-text-note {
  max-width: 760px;
  margin: 0 auto;
  text-align: right;
  font-size: 13px;
}

.p-point__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 20px;
  border-top: 1px solid #B4BEC0;
}
.p-point__item:last-child {
  border-bottom: 1px solid #B4BEC0;
}
.p-point__content {
  width: calc(100% - 320px);
  cursor: pointer;
}
.p-point__action {
  padding: 50px 50px 50px 0;
  position: relative;
}
.p-point__action:after {
  content: "";
  background: url(../img/common/ico_plus.svg) no-repeat center/contain;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-point__action.active:after {
  background-image: url(../img/common/ico_minus.svg);
}
.p-point__toggle {
  padding: 0 0 20px 45px;
  margin-bottom: 50px;
  display: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
}
.p-point__text + .p-point__text {
  margin-top: 50px;
}
.p-point__text > div + div {
  margin-top: 20px;
  padding-top: 50px;
  position: relative;
}
.p-point__text > div + div:before {
  content: "";
  background: url(../img/outplacement/ico_arrow.svg) no-repeat center/contain;
  width: 151px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
}
.p-point__title {
  font-size: 18px;
  font-weight: 600;
}

.p-feature-boxes {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 32px;
  padding: 0 0 50px;
  position: relative;
}

.p-feature-boxes::after {
  content: "";
  position: absolute;
  background: url(../img/outplacement/ico_arrow.svg) no-repeat center/contain;
  width: 151px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.p-feature-box {
  flex: 1;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 24px;
  text-align: center;
}

.p-feature-box__text {
  font-size: 14px;
  margin-bottom: 8px;
}

.p-feature-message {
  margin: 32px auto;
  max-width: 100%;
  padding: 0 16px;
}

.p-feature-message__title {
  font-size: 22px;
  font-weight: 500;
  color: #2d3a4a;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.p-feature-message__note {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}

.p-feature-chart {
  border: solid 1px #2F3664;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.p-feature-chart__title {
  height: 40px;
  background: #2F3664;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
}

.p-case-boxes {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 80px 0;
}

.p-case-box {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 72px 24px 32px;
  width: 400px;
  max-width: 100%;
  position: relative;
  border: solid 1px #707070;
}

.p-case-box__circle {
  display: block;
  background: #2F3664;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
}

.p-case-box__flow {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.p-case-box__tag {
  border: 1px solid #2D344A;
  padding: 4px 15px;
}

.p-case-box__arrow {
  font-size: 18px;
  line-height: 28px;
}

.p-case-box__title {
  text-align: center;
  font-size: 18px;
  margin: 28px auto;
}

.p-case-box__img {
  text-align: center;
  margin-bottom: 28px;
}

.p-case-box__img img {
  max-width: 100%;
  height: auto;
}

.p-case-box__list {
  font-size: 13px;
  color: #2D344A;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}

.u-border-dashed {
  border: none;
  border-top: 2px dashed #8A8E9A;
  margin: 28px 0;
}

.p-primary-consultant-box {
  border: 1px solid #707070;
  padding: 78px 60px 24px;
  margin: 32px 0;
  position: relative;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
}

.p-primary-consultant-box__title {
  background: #2F3664;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 100px 5px 60px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

.p-primary-consultant-box__desc {
  font-size: 15px;
  color: #2D344A;
  line-height: 2;
}

.p-step-flow {
  margin: 40px 0 0 0;
  padding: 0;
}

.p-step-flow__item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.p-step-flow__num {
  background: #2F3664;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 171px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  margin-right: 32px;
  line-height: 80px;
  position: relative;
  display: block;
  z-index: 1;
  overflow: visible;
}

.p-step-flow__num::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 35px;
  border-style: solid;
  border-color: #2F3664 transparent transparent transparent;
  z-index: 0;
  pointer-events: none;
}

.p-step-flow__content {
  flex: 1;
  font-size: 16px;
  color: #444;
  line-height: 1.8;
}

.p-text__highlight {
  background: linear-gradient(to bottom, transparent 0%, transparent 55%, #FBFC99 55%, #FBFC99 90%, transparent 90%, transparent 100%);
}

/* Foundation
   ----------------------------------------------------------------- */
.sup-point {
  position: relative;
  margin: 100px 0;
}
.sup-point__box {
  background: #fff;
}
.sup-point__img {
  display: flex;
  justify-content: flex-end;
}
.sup-point__title {
  font-size: 34px;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
  color: #36B8A8;
  border-bottom: 1px dotted #36B8A8;
}
.sup-point p {
  padding-left: 10px;
}
.sup-point__list {
  padding-left: 35px;
  margin: 20px 0 0;
  max-width: 450px;
}
.sup-point__list li {
  padding-left: 28px;
  position: relative;
  font-size: 20px;
}
.sup-point__list li + li {
  margin-top: 10px;
}
.sup-point__list li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #2D344A;
  left: 0;
  top: 8px;
  position: absolute;
}

.p-anchor + .p-sec {
  margin-top: 90px;
}

.p-sec .page-title {
  margin-bottom: 50px;
}
.p-sec + .p-sec {
  margin-top: 70px;
}
.p-sec__step {
  background: #2F3664;
  color: #fff;
  font-size: 20px;
  padding: 3px 30px;
  display: inline-block;
  position: relative;
  margin: 0 0 30px;
}
.p-sec__step:after {
  content: "";
  position: absolute;
}
.p-sec__note {
  font-size: 11px;
}
.p-sec__col {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-sec__col .p-sec__item {
  width: calc(100% - 330px);
}
.p-sec__col + .p-sec__col {
  margin-top: 50px;
}
.p-sec__col + .p-sec__item {
  margin-top: 70px;
}
.p-sec__img {
  width: 300px;
  margin: 0 auto;
}
.p-sec__img p + p {
  margin-top: 25px;
}
.p-sec__imgList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}
.p-sec__imgList--3 {
  gap: 26px;
}
.p-sec__imgList--3 li + li:before {
  display: none;
}
.p-sec__imgList li {
  flex: 1;
}
.p-sec__imgList li + li {
  position: relative;
}
.p-sec__imgList li + li:before {
  content: "";
  background: url(../img/common/ico_paging_next.svg) no-repeat center/contain;
  width: 8px;
  height: 17px;
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.p-sec__item + .p-sec__item {
  margin-top: 64px;
}
.p-sec__item > p + p {
  margin-top: 25px;
}
.p-sec__item > p + .p-sec__title {
  margin-top: 40px;
}
.p-sec__item + .p-sec__col {
  margin-top: 60px;
}
.p-sec__action {
  margin: 70px 0;
}
.p-sec__title {
  font-size: 20px;
  border-bottom: 1px dotted #707070;
  margin-bottom: 10px;
}

.prop-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 98px;
}
.prop-feature__item {
  width: calc((100% - 98px) / 2);
}
.prop-feature__title {
  font-size: 20px;
  font-weight: 600;
  padding-right: 20px;
  border: 1px solid #2F3664;
  display: inline-block;
  margin: 0 0 30px;
}
.prop-feature__title span {
  display: inline-block;
  width: 41px;
  background: #2F3664;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
}

.box-step {
  padding-left: 77px;
  margin: 60px 0;
}
.box-step__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.box-step__item + .box-step__item {
  margin-top: 9px;
}
.box-step__num {
  background: #2F3664;
  color: #fff;
  font-size: 16px;
  width: 80px;
  height: 33px;
  padding-left: 7px;
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
}
.box-step__num:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #2F3664;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.box-step p:last-child {
  width: calc(100% - 110px);
}

.sup-fee {
  margin: 70px auto 0;
  max-width: 860px;
}
.sup-fee .box-step {
  margin: 30px 0;
}
.sup-fee > p + p {
  margin-top: 25px;
}
.sup-fee__box {
  max-width: 775px;
  margin: 60px auto 100px;
  border: 1px solid #36B8A8;
  padding: 14px 0 25px;
}
.sup-fee__box p {
  padding: 0 27px;
}
.sup-fee__title {
  font-size: 18px;
  padding: 0 28px;
  border-bottom: 1px dotted #36B8A8;
  margin-bottom: 10px;
}

/* Foundation
   ----------------------------------------------------------------- */
.li-content__inner {
  padding-left: 10px;
}

.c-wrap-text {
  line-height: 1.8;
}

.p-not-mt {
  margin-top: 0 !important;
}

.u-m_t130 {
  margin-top: 130px !important;
}

.u-m_t80 {
  margin-top: 80px !important;
}

.u-m_t40 {
  margin-top: 40px !important;
}

.step-header {
  background-color: #2d354b;
  color: white;
  font-size: 18px;
  padding: 6px 0;
}

.step-body {
  padding: 20px 10px;
  line-height: 1.8;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.step-body .main-text {
  color: #3bb3ac;
  font-size: 16px;
  font-weight: 500;
}

.step-body .sub-text {
  color: #555;
  font-size: 13px;
  margin-top: 8px;
}

.step-body .sub-text-inner {
  color: #555;
  font-size: 13px;
}

.page-title .sub-heading-inner {
  font-size: 15px;
  display: inline-block;
}

.u-fs_ss {
  font-size: 11px;
}

.area-box {
  border: 1px solid #b7e0dd;
  padding: 40px 30px;
  margin: 0 auto;
  background-color: #fff;
}

.area-box h2 {
  color: #1abbb2;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}

.area-box .divider {
  border-top: 1px dotted #1abbb2;
  margin: 15px 0 25px;
}

.area-description {
  text-align: center;
  font-size: 15px;
  color: #444;
  margin-bottom: 35px;
}

.condition-heading {
  text-align: center;
  font-size: 24px;
  color: #1abbb2;
  margin-bottom: 30px;
}

.columns {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.column {
  flex: 1;
  min-width: 300px;
}

.column-title {
  display: inline-block;
  background-color: white;
  color: #2c344c;
  padding: 5px 12px;
  font-size: 15px;
  margin-bottom: 12px;
  border: 1px solid #2c344c;
  border-left: 20px solid #2c344c;
}

.column-content {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.p-gallery {
  display: flex;
  flex-wrap: wrap;
  --gap: 25px;
  --col: 3;
  gap: var(--gap);
}
.p-gallery__item {
  width: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
}

.p-business {
  display: flex;
  flex-wrap: wrap;
  --gap: 27px;
  --col: 4;
  gap: var(--gap);
}
.p-business__item {
  width: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
  border: 1px solid #333;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 100px;
  }
  .l-header__logo {
    width: 185px;
  }
  .l-header__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
  }
  .menu__item:hover .sub-menu, .menu__item .active .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .menu__item:hover .menu__link, .menu__item:hover.menu__link, .menu__item .active .menu__link, .menu__item .active.menu__link {
    color: #36B8A8;
  }
  .menu__item:hover .menu__link:after, .menu__item:hover.menu__link:after, .menu__item .active .menu__link:after, .menu__item .active.menu__link:after {
    width: 100%;
  }
  .menu__link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: #36B8A8;
    width: 0;
    transition: width 0.3s;
    bottom: -1px;
    left: 0;
  }
  .menu__link:hover:after, .menu__link.active:after {
    width: 100%;
  }
  .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    padding: 15px;
    border-radius: 0.2rem;
    min-width: 11rem;
  }
  .sub-menu--2col {
    width: 26rem;
  }
  .sub-menu__link {
    border-top: 1px solid rgba(206, 204, 184, 0.6);
    padding-top: 10px;
    margin-top: 10px;
  }
  .sub-menu__link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: #36B8A8;
    width: 0;
    transition: width 0.3s;
    bottom: -1px;
    left: 0;
  }
  .sub-menu__link:hover, .sub-menu__link.active {
    color: #36B8A8;
  }
  .sub-menu__link:hover:after, .sub-menu__link.active:after {
    width: 100%;
  }
  .quick-link li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: #36B8A8;
    width: 0;
    transition: width 0.3s;
    bottom: -1px;
    left: 0;
  }
  .quick-link li a:hover, .quick-link li a.active {
    color: #36B8A8;
  }
  .quick-link li a:hover:after, .quick-link li a.active:after {
    width: 100%;
  }
  .l-footer__item:not(:first-child) {
    padding-left: 15px;
  }
  .backTop:hover {
    background-color: #2D344A;
  }
  .c-button:hover {
    transform: scale(1.05);
    color: #fff;
  }
  .u-none_pc {
    display: none !important;
  }
  .u-ta_center_pc {
    text-align: center !important;
  }
  .u-ta_left_pc {
    text-align: left !important;
  }
  .u-ta_right_pc {
    text-align: right !important;
  }
  .p-seminar {
    padding: 258px 0 140px;
    margin: 140px 0;
  }
  .p-seminar .top-inner {
    padding-left: 30.1%;
  }
  .p-seminar__content {
    padding: 63px 89px 63px 102px;
  }
  .p-seminar__img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-seminar:before {
    content: "";
    width: 490px;
    height: calc(100% - 200px);
    bottom: 0;
    right: 0;
    background: #F8F8F8;
    position: absolute;
    z-index: 1;
  }
  .p-seminar:after {
    content: "";
    height: 30%;
    background: #F8F8F8;
    width: 82.7%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .p-seminar__item > p {
    width: 140px;
  }
  .p-seminar__item div {
    width: calc(100% - 140px);
    padding-left: 5px;
  }
  .p-form__label {
    width: 230px;
  }
  .p-form__label:not(:has(.rq)) {
    padding-left: 56px;
  }
  .p-infer:after, .p-infer:before {
    content: "";
    background: #E5F5F5;
    position: absolute;
    width: 300%;
    bottom: 0;
    height: 70%;
    z-index: -1;
  }
  .p-infer:before {
    left: -200%;
  }
  .p-infer:after {
    right: -200%;
  }
  .img-seminar {
    padding-left: 50px;
  }
  .p-company__inline {
    justify-content: space-between;
  }
  .p-company table th {
    width: 210px;
    padding-left: 20px;
  }
  .p-company table td {
    padding-left: 15px;
  }
  .p-company__end div:first-child {
    width: 38.5%;
  }
  .p-company__end div:last-child {
    width: 55%;
  }
  .p-intro__text:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-point__item > p {
    width: 300px;
  }
  .p-point__content:not(:has(.p-point__action)) {
    padding: 50px 0;
  }
  .sup-point__box {
    width: 626px;
    padding: 35px 45px 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 67px;
  }
  .l-header__inner {
    padding: 0 0 0 15px;
  }
  .l-header__logo img {
    height: 60px;
  }
  .l-header__group {
    width: 100%;
    height: calc(100% - 67px);
    position: fixed;
    top: 67px;
    right: 0;
    background: #fff;
    transform: translate(100%, 0px);
    z-index: 100;
    padding: 20px 0;
    overflow: auto;
  }
  .l-header__bottom {
    padding: 0 15px;
  }
  .l-header a.sub-menu__link {
    color: #fff;
  }
  .menu {
    gap: 0;
  }
  .menu__item {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .menu__link {
    display: block;
    position: relative;
    padding: 10px 50px 10px 15px;
  }
  .menu__ico {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background-size: 10px;
    margin: 0;
  }
  .sub-menu {
    display: none;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    background: #36B8A8;
  }
  .sub-menu__item {
    width: 100%;
  }
  .sub-menu--2col:after {
    display: none;
  }
  .sub-menu__link {
    padding-left: 35px;
    padding-bottom: 10px;
  }
  .quick-link {
    gap: 10px;
  }
  .quick-link li {
    width: 100%;
  }
  .quick-link li a {
    font-size: 15px;
  }
  .ex-link {
    margin-top: 20px;
    gap: 15px;
  }
  .ex-link li {
    width: calc((100% - 15px) / 2);
  }
  .ex-link li a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .boxContact {
    margin: 100px 0 0;
  }
  .boxContact__main {
    font-size: 32px;
  }
  .boxContact__list {
    --gap: 20px;
    padding: 0;
  }
  .boxContact__btn {
    height: 50px;
    font-size: 16px;
  }
  .l-footer {
    padding: 60px 0 0;
  }
  .l-footer__inner {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .l-footer__addr {
    margin: 20px 0;
  }
  .l-footer__item:nth-child(2), .l-footer__item:nth-child(3) {
    width: calc((100% - 20px) / 2);
  }
  .l-footer__title + .l-footer__title {
    margin-top: 20px;
  }
  .l-footer__link + .l-footer__title {
    margin-top: 20px;
  }
  .l-footer__heading li + li {
    margin-top: 10px;
  }
  .l-footer__copy {
    margin: 60px 0 0;
  }
  .btnFloat a {
    padding: 14px 15px 15px;
  }
  .btnFloat a span:first-child {
    font-size: 16px;
  }
  .c-heading {
    font-size: 32px;
  }
  .c-heading-bg {
    padding: 15px;
    flex-wrap: wrap;
  }
  .c-heading-bg span:first-child {
    width: 100%;
    font-size: 20px;
  }
  .c-button {
    width: 280px;
    height: 50px;
    font-size: 18px;
  }
  input, select, textarea {
    padding: 0 15px;
  }
  textarea {
    padding-top: 15px;
  }
  label {
    font-size: 15px;
  }
  .u-none_sp {
    display: none !important;
  }
  .u-flex_ct {
    flex-direction: column;
  }
  .u-flex_ct > * {
    width: 100%;
  }
  .u-m_t30 {
    margin-top: 20px;
  }
  .u-m_t40 {
    margin-top: 30px;
  }
  .u-m_t50 {
    margin-top: 40px;
  }
  .u-m_t80 {
    margin-top: 40px;
  }
  .u-m_t95 {
    margin-top: 50px;
  }
  .u-ta_center_sp {
    text-align: center !important;
  }
  .u-ta_left_sp {
    text-align: left !important;
  }
  .u-ta_right_sp {
    text-align: right !important;
  }
  .u-fs_sm {
    font-size: 16px;
  }
  .u-fs_m {
    font-size: 18px;
  }
  .u-fs_l {
    font-size: 20px;
  }
  .p-post__img img {
    height: 29.33vw;
  }
  .p-post {
    --gap:20px;
    --col: 2;
    row-gap: 40px;
  }
  .p-post__title {
    font-size: 16px;
  }
  .p-mv {
    margin: 0 0 60px;
  }
  .t-mv__area .mv-slider__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .t-mv__area .mv-slider__wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .t-mv__area .mv-slider__wrap > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .t-mv__area .mv-slider__wrap > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  @keyframes slideMask {
    0% {
      clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
    17% {
      z-index: 7;
      clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
    24% {
      z-index: 7;
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    32% {
      z-index: 0;
    }
    100% {
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
  }
  .mv-slider__title {
    font-size: 50px;
  }
  .mv-slider__text {
    font-size: 20px;
  }
  .p-box {
    padding: 60px 0;
  }
  .p-box__inner {
    padding: 60px 0;
  }
  .p-box__text {
    margin-top: 40px;
    font-size: 16px;
  }
  .p-track {
    padding: 60px 0 100px;
  }
  .p-track .p-action {
    margin: 40px 0 0;
  }
  .p-block {
    padding: 60px 0;
  }
  .p-block__list[data-module=list] {
    --gap:20px;
    --col: 2;
    row-gap: 40px;
  }
  .p-block__img img {
    height: 28.8vw;
  }
  .p-seminar {
    padding: 60px 0;
  }
  .p-seminar__content {
    padding-top: 40px;
  }
  .p-seminar__text {
    font-size: 16px;
    margin: 30px 0 0;
    padding: 0 15px;
  }
  .p-seminar__list {
    margin: 60px 0 40px;
  }
  .p-seminar__item {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-seminar__item > p {
    width: 100%;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .p-seminar__item div {
    width: 100%;
    gap: 5px 10px;
  }
  .p-social {
    padding: 60px 0 20px;
  }
  .p-social__list + .p-social__list {
    margin-top: 70px;
  }
  .p-social__list--3col {
    --gap: 15px ;
  }
  .p-social__item .c-button {
    width: 100%;
    font-size: 14px;
  }
  .p-social__img {
    margin: 25px 0;
  }
  .p-boxNews {
    padding: 60px 0;
  }
  .p-boxNews__inner {
    padding: 60px 0;
  }
  .p-news__item {
    gap: 20px;
    padding: 20px 15px;
  }
  .p-news__item:first-child {
    margin-top: 40px;
    padding-top: 20px;
  }
  .p-news__item:last-child {
    margin-bottom: 40px;
  }
  .p-news__item span:first-child {
    width: 100%;
  }
  .p-news__item span:last-child {
    width: 100%;
  }
  .p-form__label {
    width: 100%;
    font-size: 15px;
  }
  .p-form__content {
    width: 100%;
    font-size: 16px;
  }
  .p-form__radio {
    gap: 20px;
  }
  .p-form__other input {
    width: 100%;
  }
  .p-form__policy {
    padding: 15px;
  }
  .p-link li {
    width: 50%;
  }
  .p-anchor {
    margin: 0 0 60px;
  }
  .p-anchor li {
    font-size: 14px;
  }
  .qa {
    margin: 60px 0 0;
  }
  .qa__title {
    width: 100%;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .qa__title br {
    display: none;
  }
  .qa__list {
    width: 100%;
  }
  .qa__ask {
    padding: 20px 50px;
  }
  .qa__ask:before {
    left: 20px;
  }
  .qa__ask:after {
    right: 20px;
  }
  .qa__ans {
    padding: 20px;
  }
  .box-lead {
    font-size: 16px;
    margin: 0 0 50px;
  }
  .tab li {
    font-size: 16px;
    padding: 8px 5px;
  }
  .p-paging {
    margin: 50px 0 0;
  }
  .p-cat {
    --gap: 15px ;
  }
  .p-cat li a {
    font-size: 16px;
  }
  .p-tag {
    padding: 15px;
  }
  .p-tag__list li a {
    font-size: 14px;
  }
  .tab-content .p-post {
    padding-left: 10px;
  }
  .tab-content__inner {
    padding: 0 15px;
  }
  .page-title span {
    font-size: 16px;
  }
  .page-title i {
    font-size: 16px;
  }
  .page-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .p-info {
    margin: 40px 0;
  }
  .p-info + .c-wrap-text {
    margin-top: 40px;
  }
  .p-info {
    padding: 0;
  }
  .p-info dt {
    width: 100%;
  }
  .p-info dd {
    width: 100%;
  }
  .gallery__item {
    width: 50%;
  }
  .gallery__title {
    font-size: 16px;
  }
  .gallery__text {
    font-size: 14px;
  }
  .c-wrap-2 + .c-wrap-2 {
    margin-top: 60px;
  }
  .c-wrap-3 + .c-wrap-3 {
    margin-top: 40px;
  }
  .p-infer {
    padding-bottom: 100px;
  }
  .p-infer__inner {
    padding: 0;
  }
  .p-infer__action {
    margin-top: 50px;
  }
  .p-detail .p-action {
    margin-top: 60px;
  }
  .p-detail__content p {
    margin-bottom: 20px;
  }
  .p-detail__content p + .page-title {
    margin-top: 60px;
  }
  .p-detail__content.-interview > h3, .p-detail__content.-interview > h2 {
    font-size: 30px;
  }
  .c-wrap-col .c-wrap-text {
    width: 100%;
  }
  .c-wrap-col .c-wrap-img {
    width: 100%;
    margin-top: 30px;
  }
  .p-archive {
    font-size: 16px;
  }
  .p-archive__item {
    margin-top: 45px;
  }
  .p-archive__item .c-number {
    margin-top: 30px;
  }
  .p-archive__lead {
    margin: 50px 0 30px;
    font-size: 20px;
  }
  .p-archive__box {
    margin: 60px auto;
  }
  .p-archive__box li {
    gap: 10px 20px;
    padding: 15px;
  }
  .p-archive__block {
    padding: 15px;
  }
  .p-archive__block-title {
    font-size: 30px;
  }
  .blog-tag li a {
    font-size: 14px;
  }
  .p-blog {
    padding: 0 15px;
  }
  .post-title {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .p-lecture__item {
    padding: 22px 15px 18px;
    gap: 15px;
  }
  .course__list {
    padding: 15px;
  }
  .p-access__item + .p-access__item {
    margin-top: 60px;
  }
  .p-access__img {
    width: 100%;
    text-align: center;
  }
  .p-access__content {
    width: 100%;
    font-size: 15px;
    margin-top: 25px;
  }
  .p-access__wrap {
    gap: 5px 20px;
  }
  .p-company__inline {
    flex-direction: column;
  }
  .p-company table th, .p-company table td {
    display: block;
    border-top: 0;
  }
  .p-company table tr:first-child {
    border-top: 1px solid #B4BEC0;
  }
  .p-company__end {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-company__end div:last-child .u-flex_right {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .p-company__pos li {
    flex-direction: column;
    gap: 0;
  }
  .p-company__pos li + li {
    margin-top: 10px;
  }
  .p-company__pos li p:first-child {
    width: 100%;
  }
  .p-company__pos li p:last-child {
    width: 100%;
  }
  .box-fvc {
    padding: 60px 0 0;
  }
  .box-fvc__title {
    padding: 15px;
    font-size: 20px;
  }
  .box-fvc__list li {
    padding: 20px 0;
  }
  .box-fvc__list li span {
    font-size: 16px;
  }
  .box-fvc__list li:before {
    width: 40px;
    font-size: 18px;
  }
  .box-fvc__list li[data-text]::before {
    font-size: 15px;
  }
  .box-fvc__list li p {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .p-intro {
    margin: 60px 0;
  }
  .p-intro__item {
    gap: 20px;
  }
  .p-intro__item + .p-intro__item {
    margin-top: 40px;
  }
  .p-intro__text {
    width: 100%;
  }
  .p-intro__text:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .box-text + .box-text {
    margin-top: 50px;
  }
  .box-text p + p {
    margin-top: 20px;
  }
  .box-text .page-title {
    margin-bottom: 40px;
  }
  .p-point__item {
    padding: 20px 0;
  }
  .p-point__content {
    width: 100%;
  }
  .p-point__action {
    padding: 0 20px 0 0;
  }
  .p-point__action:after {
    width: 15px;
    height: 15px;
    right: 0;
  }
  .p-point__toggle {
    padding: 20px 10px 20px 20px;
  }
  .p-feature-boxes {
    flex-wrap: wrap;
  }
  .p-feature-box {
    flex: calc((100% - 24px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-case-boxes {
    flex-wrap: wrap;
    margin: 50px 0;
  }
  .p-case-box {
    width: 100%;
  }
  .p-primary-consultant-box {
    padding: 30px 15px 25px 0;
  }
  .p-primary-consultant-box__title {
    position: static;
    padding-left: 50px;
  }
  .p-primary-consultant-box__desc {
    padding: 30px 0 0 50px;
  }
  .p-step-flow__item {
    flex-wrap: wrap;
  }
  .p-step-flow__num {
    margin: 0 auto 20px;
  }
  .p-step-flow__content {
    width: 100%;
    flex: inherit;
    margin-top: 10px;
  }
  .sup-point {
    margin: 60px 0;
    display: flex;
    flex-direction: column;
  }
  .sup-point__box {
    order: 1;
    margin-top: 20px;
  }
  .sup-point__img {
    order: 0;
  }
  .sup-point__title {
    font-size: 26px;
  }
  .sup-point__list li {
    font-size: 16px;
    padding-left: 20px;
  }
  .sup-point__list li:before {
    width: 12px;
    height: 12px;
    top: 6px;
  }
  .p-sec__step {
    padding: 3px 15px;
  }
  .p-sec__col .p-sec__item {
    width: 100%;
  }
  .p-sec__title {
    font-size: 18px;
  }
  .prop-feature__item {
    width: 100%;
  }
  .prop-feature__title {
    font-size: 17px;
    padding-right: 5px;
  }
  .box-step {
    padding-left: 20px;
    margin: 40px 0;
  }
  .u-m_t130 {
    margin-top: 70px !important;
  }
  .u-m_t80 {
    margin-top: 50px !important;
  }
  .u-m_t40 {
    margin-top: 30px !important;
  }
  .p-gallery {
    --gap: 20px;
    --col: 2;
  }
  .p-business {
    --gap: 20px;
    --col: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-header__logo {
    width: 120px;
  }
  .l-header__group {
    width: calc(100% - 120px);
  }
  .menu {
    gap: 25px;
  }
  .menu__link {
    font-size: 1.43vw;
  }
  .menu__ico {
    margin-left: 5px;
  }
  .quick-link li a, .ex-link li a {
    font-size: 1.3vw;
  }
  .quick-link {
    gap: 20px;
  }
  .l-footer__heading li a {
    font-size: 11px;
  }
  .p-post {
    --gap: 40px ;
  }
  .p-post--4col {
    --gap: 25px ;
  }
  .p-info {
    padding: 0 0 0 50px;
  }
  .p-infer__inner {
    padding: 0 40px 160px;
  }
}
@media screen and (max-width: 500px) {
  .boxContact__list li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-heading-bg {
    padding: 20px;
  }
}
@media screen and (max-width: 374px) {
  .c-button {
    width: 260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-seminar__content {
    padding: 50px;
  }
}
@media screen and (max-width: 399px) {
  .p-access__title {
    width: 100%;
  }
  .p-access__btn {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 420px) {
  .p-sec__step:after {
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 16px solid #2F3664;
    right: -16px;
    top: 0;
  }
}
@media screen and (max-width: 419px) {
  .p-sec__step:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #2F3664;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 379px) {
  .p-business {
    --gap: 20px;
    --col: 1 ;
  }
}
/*# sourceMappingURL=../../maps/assets/css/style.css.map */