@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
}

html {
  color: #4D4D4D;
  background: #fff;
  font-size: 62.5%;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #F3FAFF;
  margin: 0;
  font-size: 1.6rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.l-header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 11;
}

.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 45px;
  height: 90px;
  background: #f4f4f7;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.l-header__inner img {
  margin-bottom: 4px;
}

.l-header__nav.is-active {
  visibility: visible;
  opacity: 1;
}

.l-header__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2px;
}

.l-header__nav ul li a {
  color: #02358b;
  font-size: 1.7rem;
  font-weight: 400;
}

.l-header__bannerSp-bg {
  mix-blend-mode: multiply;
  position: fixed;
  top: 8px;
  left: 15px;
  z-index: 10;
  width: calc(100% - 110px);
  max-width: 306px;
  aspect-ratio: 265/59;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.12);
  background: #7ebaea;
  border-radius: 5px;
  display: none;
}

.l-header__bannerSp {
  position: fixed;
  top: 8px;
  left: 15px;
  z-index: 10;
  max-width: calc(100% - 110px);
  display: none;
}

.l-header__bannerSp > img {
  border-radius: 5px;
  display: block;
}

.l-header__bannerSp span {
  position: absolute;
  width: 26px;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header__bannerSp span img {
  display: block;
  width: 100%;
}

.l-header__banner-bg {
  top: 120px;
  position: fixed;
  left: 45px;
  right: 45px;
  z-index: 9;
  mix-blend-mode: multiply;
  background: #7ebaea;
  width: calc(100% - 90px);
  border-radius: 5px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.12);
  display: none;
}

.l-header__banner {
  top: 120px;
  position: fixed;
  left: 45px;
  right: 45px;
  z-index: 9;
  display: none;
}

.l-header__bannerRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.l-header__bannerLeft,
.l-header__banner figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__bannerLeft img,
.l-header__banner figure img {
  width: 9.96%;
}

.l-header__bannerLeft figcaption,
.l-header__banner figure figcaption {
  line-height: 1;
  font-size: 1.1111111111vw;
}

.l-header__bannerLeft {
  gap: 35px;
}

.l-header__bannerLeft span {
  font-size: 2.0833333333vw;
  line-height: 1;
}

.l-header__bannerLeft figure {
  gap: 15px;
}

.l-header__bannerRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.l-header__bannerRight .small {
  font-size: 1.0416666667vw;
}

.l-header__bannerRight .mix {
  font-size: 1.6666666667vw;
}

.l-header__bannerRight .mix .smaller {
  font-size: 1.1111111111vw;
}

.l-header__bannerRight .dot {
  font-size: 0.9722222222vw;
  line-height: 1;
  margin-left: 20px;
}

.l-header__bannerRight .dot::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: block;
  margin: 0 auto 9px;
}

.l-header__hamburger {
  width: 78px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 11;
}

.l-header__hamburger.is-active span {
  -webkit-transition: 0.3s margin, 0.3s -webkit-transform 0.3s;
  transition: 0.3s margin, 0.3s -webkit-transform 0.3s;
  transition: 0.3s transform 0.3s, 0.3s margin;
  transition: 0.3s transform 0.3s, 0.3s margin, 0.3s -webkit-transform 0.3s;
}

.l-header__hamburger.is-active span:first-of-type {
  margin-bottom: -1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.l-header__hamburger.is-active span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.l-header__hamburger.is-active span:last-of-type {
  margin-top: -1px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.l-header__hamburger span {
  width: 34px;
  height: 1px;
  background: #02358b;
  -webkit-transition: 0.3s margin 0.3s, 0.3s -webkit-transform;
  transition: 0.3s margin 0.3s, 0.3s -webkit-transform;
  transition: 0.3s margin 0.3s, 0.3s transform;
  transition: 0.3s margin 0.3s, 0.3s transform, 0.3s -webkit-transform;
}

.l-header__hamburger span:first-of-type {
  margin-bottom: 10px;
}

.l-header__hamburger span:last-of-type {
  margin-top: 10px;
}
.l-header__nav ul li.num-anchor {
  position: relative;
  padding-left: 20px;
}

.l-header__nav ul li.num-anchor::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 18px;
}

.l-header__nav ul li.num-anchor:nth-child(2)::before {
  background: url(../img/home/num-1.svg) no-repeat center/contain;
}

.l-header__nav ul li.num-anchor:nth-child(3)::before {
  background: url(../img/home/num-2.svg) no-repeat center/contain;
  left: -4px;
}

.l-header__nav ul li.num-anchor:nth-child(4)::before {
  background: url(../img/home/num-3.svg) no-repeat center/contain;
}
.p-mv__logoSp {
  position: absolute;
  width: 79px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 28px;
  left: 20px;
  z-index: 2;
}

.m-wrapper {
  width: 55.55vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l-footer {
  background: #4b92c9;
  padding: 80px 0 35px;
  text-align: center;
  color: #fff;
}

.l-footer img {
  width: 29%;
  max-width: 232px;
}

.l-footer .m-wrapper > p {
  margin-bottom: 60px;
  font-size: 2rem;
  line-height: 1;
}

.l-footer__block p {
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 1;
}

.l-footer__block span {
  display: block;
  line-height: 1.6;
  margin-top: 25px;
}

.tit_sns {
  margin-top: 70px;
}

.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.fmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px auto 0;
  gap: 20px;
  font-size: 1.3rem;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
#pagetop img {
  width: 100%;
}

.c-txt01 {
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.c-txt01 .small {
  font-size: 16px;
  display: block;
}

.deco-underline {
  position: relative;
  z-index: 1;
  padding-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
.deco-underline:before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#FD95D2), to(#89D1F4));
  background: linear-gradient(to left, #FD95D2, #89D1F4);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.deco-underline > span {
  position: relative;
  display: block;
}
.deco-underline > span::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: 1px;
  right: 0;
  margin: auto;
  background-color: #F3FAFF;
  z-index: 1;
}
.deco-underline > span::after {
  content: "";
  position: absolute;
  bottom: -22px;
  right: 0;
  left: 5px;
  margin: auto;
  width: 1px;
  height: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#BAB7E5), to(#C7B1E2));
  background: linear-gradient(to right, #BAB7E5, #C7B1E2);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

a,
button {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.anm-fadeInUp {
  opacity: 0;
}

.anm-fadeInUp.is-animated {
  -webkit-animation: fadeInUp 0.6s both;
          animation: fadeInUp 0.6s both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.kv-section {
  position: relative;
  overflow: hidden;
}
.kv-section .inner-block {
  height: inherit;
}
.kv-img-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(50% - 50vw);
  height: inherit;
}
.kv-img-area .row-left img,
.kv-img-area .row-right img {
  width: 100%;
}
.kv-img-area picture {
  height: 100%;
}
.kv-img-area img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv-txt-area {
  position: absolute;
  left: 40px;
  top: 140px;
  opacity: 0;
}
.kv-txt-area .txt {
  margin-top: 70px;
}

.link-section {
  padding: 80px 0 0;
  background-color: #F3FAFF;
  padding-bottom: 23.4260614934vw;
}
.link-section .sec-ttl {
  text-align: center;
  font-size: 32px;
  color: #4B92C9;
}
.link-section .sec-ttl .small {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.link-section .link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 88px;
}
.link-section .link-item {
  width: calc(33% - 40px);
  padding: 20px 15px 30px;
  position: relative;
  display: block;
}
.link-section .link-item .txt-area {
  position: relative;
}
.link-section .link-item .txt-area::after {
  content: "";
  width: 22px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -37px;
  margin: auto;
  background: url(../img/home/arrow.svg) no-repeat center/contain;
}
.link-section .link-item:nth-child(1) {
  background-color: #EDF6FC;
  color: #4B92C9;
}
.link-section .link-item:nth-child(2) {
  background-color: #FBF7FF;
  color: #8157AA;
}
.link-section .link-item:nth-child(3) {
  background-color: #FFF7FB;
  color: #FF7BA5;
}

.interbiew-section {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-top: 23.4260614934vw;
  margin-top: -23.4260614934vw;
}
.interbiew-section .bg-color {
  padding-bottom: 23.4260614934vw;
}
.interbiew-section::before {
  content: "";
  width: 100%;
  aspect-ratio: 1366/276;
  position: absolute;
  top: 3.6603221083vw;
  left: 0;
  -webkit-mask: url(../img/home/section-bg.svg) no-repeat;
          mask: url(../img/home/section-bg.svg) no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.interbiew-section .inner-block {
  max-width: 880px;
  background-color: inherit;
}
.interbiew-section .sec-ttl {
  font-size: 42px;
  line-height: 1.5;
  color: inherit;
}
.interbiew-section .label {
  position: absolute;
  left: 0;
  right: 0;
  top: 13.5431918009vw;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.interbiew-section .label img {
  height: 100%;
}
.interbiew-section .img-txt-area {
  margin: 72px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  max-width: 633px;
  background-color: inherit;
}
.interbiew-section .read-txt {
  line-height: 2;
  margin-top: 40px;
  color: #4D4D4D;
  max-width: 750px;
  margin-inline: auto;
}
.interbiew-section .interview-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-top: 80px;
}
.interbiew-section .interview-item .ttl-area {
  width: 46.25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.interbiew-section .interview-item .ttl-area img {
  width: min(290px, 21.2298682284vw);
}
.interbiew-section .interview-item .ttl {
  color: inherit;
  padding: 30px min(90px, 6.588579795vw);
  min-height: 271px;
  font-size: 20px;
  line-height: 2;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.interbiew-section .interview-item .ttl::before, .interbiew-section .interview-item .ttl::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 77px;
}
.interbiew-section .interview-item .ttl::before {
  border-left: 1px solid;
  border-top: 1px solid;
  top: 0;
  left: 0;
}
.interbiew-section .interview-item .ttl::after {
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: 0;
  right: 0;
}
.interbiew-section .interview-item .quetion-area {
  width: 46.25%;
}
.interbiew-section .interview-item .quetion-area dt {
  position: relative;
  padding-left: 17px;
  line-height: 2;
  color: #4B92C9;
}
.interbiew-section .interview-item .quetion-area dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
}
.interbiew-section .interview-item .quetion-area dd {
  color: #4D4D4D;
  margin-top: 30px;
  line-height: 2;
}
.interbiew-section .interview-item .quetion-area dd + dd {
  margin-top: 10px;
}
.interbiew-section .interview-item .quetion-area dd .character {
  color: #4B92C9;
  display: block;
  font-weight: bold;
}
.interbiew-section .img-content {
  margin: 80px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
}
.interbiew-section .int-area {
  margin-top: 120px;
  background-color: #fff;
  padding: 30px 60px 50px;
}
.interbiew-section .int-ttl {
  font-size: 43px;
  text-align: center;
}
.interbiew-section .int-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  margin-top: 6px;
}
.interbiew-section .int-box .img-box {
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #ECF6FE;
  position: relative;
  overflow: hidden;
  margin-top: 14px;
}
.interbiew-section .int-box img {
  width: 158px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: -10px;
  bottom: 0;
}
.interbiew-section .int-sub-ttl {
  color: #4C92C9;
  font-size: 16px;
  display: inline-block;
  line-height: 2;
}
.interbiew-section .int-txt {
  font-size: 16px;
  line-height: 2;
  color: #4D4D4D;
}

.interbiew-section01 {
  color: #4B92C9;
  border-color: #4B92C9;
}
.interbiew-section01 .bg-color {
  background-color: #ECF6FE;
}
.interbiew-section01::before {
  background-color: #ECF6FE;
}

.interbiew-section02 {
  color: #8157AA;
  border-color: #8157AA;
}
.interbiew-section02 .bg-color {
  background-color: #FCF8FF;
}
.interbiew-section02::before {
  background-color: #FCF8FF;
  -webkit-mask-image: url(../img/home/section-bg02.svg);
          mask-image: url(../img/home/section-bg02.svg);
}
.interbiew-section02 .interview-item .ttl {
  color: #4B92C9;
}
.interbiew-section02 .int-ttl {
  color: #4B92C9;
}

.interbiew-section03 {
  color: #FF7BA5;
  border-color: #FF7BA5;
  padding-bottom: 0 !important;
}
.interbiew-section03 .bg-color {
  background-color: #FFF7FA;
  padding-bottom: 8.78477306vw;
}
.interbiew-section03::before {
  background-color: #FFF7FA;
}
.interbiew-section03 .interview-item .ttl {
  color: #4B92C9;
}
.interbiew-section03 .int-ttl {
  color: #4B92C9;
}

.cta-section {
  padding: 88px 0 150px;
  background-color: #F3FAFF;
}
.cta-section .inner-block {
  max-width: 880px;
}
.cta-section .txt {
  padding-bottom: 20px;
}
.cta-section .deco-underline > span::before {
  bottom: -20px;
}
.cta-section .deco-underline > span::after {
  bottom: -34px;
}
.cta-section .question-link {
  display: block;
  margin-top: 80px;
  width: 100%;
  padding: 40px 0 40px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#FD95D2), to(#89D1F4));
  background: linear-gradient(to left, #FD95D2, #89D1F4);
  font-size: 20px;
  line-height: 1.25;
}
.cta-section .question-link .num {
  font-size: 32px;
  font-weight: bold;
}
.cta-section .home-link {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 426px;
  width: 100%;
  height: 56px;
  margin: 96px auto 0;
  font-size: 20px;
  z-index: 1;
}
.cta-section .home-link::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: -webkit-gradient(linear, right top, left top, from(#FD95D2), to(#89D1F4));
  background: linear-gradient(to left, #FD95D2, #89D1F4);
  z-index: -1;
}
.cta-section .home-link::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .l-header img {
    height: 18px;
    width: auto;
    display: block;
  }
  .c-txt01 {
    font-size: 28px;
  }
  .c-txt01 .small {
    font-size: 14px;
  }
  .deco-underline {
    padding-bottom: 17px;
  }
  .deco-underline:before {
    bottom: 0;
  }
  .deco-underline > span::before {
    bottom: -17px;
  }
  .deco-underline > span::after {
    bottom: -35px;
    height: 20px;
    left: 2px;
  }
  .kv-img-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .kv-txt-area {
    left: 20px;
    top: 24.1025641026vw;
  }
  .kv-txt-area .ttl {
    width: 89.7435897436vw;
  }
  .kv-txt-area .ttl img {
    width: 100%;
  }
  .kv-txt-area .txt {
    margin-top: 10.2564102564vw;
    width: 85.1282051282vw;
  }
  .kv-txt-area .txt img {
    width: 100%;
  }
  .link-section {
    padding: 88px 0 48.7179487179vw;
  }
  .link-section .sec-ttl {
    font-size: 26px;
    line-height: 1.3461538462;
  }
  .link-section .sec-ttl .small {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .link-section .link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 53px;
    gap: 30px;
  }
  .link-section .link-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 4px 15px;
    min-height: 130px;
    gap: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .link-section .link-item .txt-area {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link-section .link-item .txt-area::after {
    bottom: -13px;
  }
  .link-section .link-item .img-box {
    width: 33.3333333333vw;
    aspect-ratio: 310/182;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 4px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .interbiew-section {
    padding-top: 20vw;
    padding-bottom: -20vw;
    margin-top: -20vw;
  }
  .interbiew-section .bg-color {
    padding-top: 19.2307692308vw;
    padding-bottom: 41.0256410256vw;
  }
  .interbiew-section::before {
    top: 2.5641025641vw;
  }
  .interbiew-section .sec-ttl {
    font-size: 24px;
    line-height: 1.5;
  }
  .interbiew-section .label {
    height: 30px;
    top: 7.6923076923vw;
    height: 14.358974359vw;
  }
  .interbiew-section .img-txt-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .interbiew-section .interview-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 70px;
  }
  .interbiew-section .interview-item + .interview-item {
    margin-top: 102px;
  }
  .interbiew-section .interview-item .ttl-area {
    width: 100%;
  }
  .interbiew-section .interview-item .ttl-area img {
    width: 61.5384615385vw;
  }
  .interbiew-section .interview-item .ttl {
    width: 100%;
    padding: 20px 60px 20px;
    min-height: 256px;
  }
  .interbiew-section .interview-item .quetion-area {
    width: 100%;
  }
  .interbiew-section .interview-item .quetion-area dd {
    margin-top: 8px;
  }
  .interbiew-section .img-content {
    margin-top: 20px;
  }
  .interbiew-section .int-area {
    margin-top: 40px;
    padding: 40px 30px 40px;
  }
  .interbiew-section .int-ttl {
    font-size: 28px;
  }
  .interbiew-section .int-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
  .interbiew-section .int-box .img-box {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .interbiew-section .int-box img {
    left: -10px;
    top: 10px;
    bottom: initial;
    margin: auto;
    width: 100px;
  }
  .interbiew-section .int-txt {
    font-size: 14px;
  }
  .interbiew-section03 .bg-color {
    padding-bottom: 25.641025641vw;
  }
  .cta-section {
    padding: 70px 0 60px;
  }
  .cta-section .txt {
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }
  .cta-section .deco-underline > span::after {
    bottom: -38px;
  }
  .cta-section .question-link {
    margin-top: 50px;
    padding: 22px 20px;
    font-size: 18px;
  }
  .cta-section .question-link .num {
    font-size: 28px;
  }
  .cta-section .home-link {
    margin-top: 40px;
    height: 48px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1220px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .l-header__bannerSp-bg {
    display: none;
  }
  .l-header__bannerSp {
    display: none;
  }
  .l-header__banner-bg {
    height: 4.1666666667vw;
  }
  .l-header__bannerRow {
    border-radius: 0.3472222222vw;
    padding: 0.6944444444vw 2.7777777778vw;
  }
  .l-header__hamburger {
    display: none;
  }
  a:hover,
  button:hover {
    opacity: 0.75;
  }
  .kv-section {
    height: 100vh;
  }
  .kv-img-area {
    min-height: 600px;
  }
  .kv-img-area .row-left,
  .kv-img-area .row-right {
    width: 50%;
  }
  .link-section .link-item .txt-area {
    margin-top: 19px;
  }
  .link-section .link-item .img-box {
    margin: auto;
    text-align: center;
  }
  .interbiew-section .label {
    height: 4.9780380673vw;
  }
  .interbiew-section .interview-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav ul li.num-anchor::before {
    height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .l-header__inner {
    padding: 0 !important;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: transparent;
  }
  .l-header__nav {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: #F4F4F7;
    background-size: cover;
    width: 100vw;
    height: 100dvh;
    z-index: 11;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 67px !important;
  }
  .l-header__nav ul li a {
    color: #02358B;
    font-size: 20px !important;
  }
  .l-header__banner-bg {
    display: none;
  }
  .l-header__banner {
    display: none;
  }
  .l-header__hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__logo {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  .l-header__inner {
    padding: 20px 30px;
    height: 70px;
  }
  .l-header__nav ul {
    gap: 20px;
  }
  .l-header__banner-bg {
    left: 20px;
    right: 20px;
    top: 90px;
    width: calc(100% - 40px);
  }
  .l-header__banner {
    left: 20px;
    right: 20px;
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .tit_sns {
    margin: 45px auto 0;
    width: calc(100% - 30px) !important;
    font-size: 1.4rem;
  }
  .m-wrapper {
    width: calc(100% - 30px) !important;
  }
  .l-header__logo {
    display: none;
  }
  .l-header__inner {
    padding: 0 !important;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: transparent;
  }
  .l-header__nav {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: #F4F4F7;
    background-size: cover;
    width: 100vw;
    height: 100dvh;
    z-index: 11;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 67px !important;
  }
  .l-header__nav ul li a {
    color: #02358B;
    font-size: 20px !important;
  }
  .l-header__banner-bg {
    display: none;
  }
  .l-header__banner {
    display: none;
  }
  .l-footer {
    padding: 60px 0;
    text-align: left;
  }
  .l-footer img {
    width: 45.1690821256vw;
  }
  .l-footer .m-wrapper > p {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
  .l-footer__block p {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .l-footer__block span {
    margin-top: 18px;
    font-size: 1.3rem;
  }
  .l-footer__block span br {
    display: none;
  }
  .m-wrapper {
    width: calc(100% - 30px) !important;
  }
  .sns {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 15px;
    margin: 15px auto 0px;
    width: calc(100% - 30px) !important;
  }
  .fmenu {
    margin: 15px auto 0;
    gap: 5px;
    font-size: 1.2rem;
    width: calc(100% - 30px) !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-txt01 {
    font-size: 26px;
  }
  .c-txt01 .small {
    font-size: 14px;
  }
  .link-section .link-area {
    gap: 20px;
  }
  .link-section .link-item {
    width: calc(33% - 13.3333333333px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 390px) {
  .c-txt01 {
    font-size: 7.1794871795vw;
  }
  .c-txt01 .small {
    font-size: 3.5897435897vw;
  }
}