@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* ------------------------------------------
  共通スタイル
------------------------------------------ */

:root {
  --text-color: #171717;
  --blue-color: #014189;
  --point-color: #e6621a;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: var(--text-color);
  font-feature-settings: "palt";
  line-height: 1;
}


.section {
  width: 100%;
  overflow: hidden;
}

img {
  vertical-align: middle;
}

.outer {
  width: 100%;
}

.inner--1920 {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.inner--1290 {
  max-width: 1290px;
  width: 100%;
  margin: auto;
}

.PC_only {
  display: inline;
}

.sp_only,
.sp_block {
  display: none;
}

.sp_align--right {
  display: inline;
  text-align: left;
}

.relative {
  position: relative;
}

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

.text--bold800 {
  font-weight: 800;
}

.text--bold700 {
  font-weight: 700;
}

.text--bold600 {
  font-weight: 600;
}

.text--bold500 {
  font-weight: 500;
}

.text--bold400 {
  font-weight: 400;
}

.text--bold300 {
  font-weight: 300;
}

.text--small01 {
  font-size: min(20/1250*100vw, 20px);
  line-height: calc(36 / 26);
}

.text--small02 {
  font-size: min(26/1250*100vw, 26px);
}

.text--middle {
  font-size: min(36/1250*100vw, 36px);
}

.text--large01 {
  font-size: min(44/1250*100vw, 44px);
}

.text--large02 {
  font-size: min(46/1250*100vw, 46px);
}

.text--large03 {
  font-size: min(56/1250*100vw, 56px);
}

.text--blue {
  color: var(--blue-color);
}

.text--orange {
  color: var(--point-color);
}

.text--white {
  color: #fff;
}

.text--lightblue-Line {
  display: inline-block;
  background: linear-gradient(transparent 75%, #01cbcf 75%);
  line-height: 110%;
  padding-bottom: 2px;
}

.text--br {
  display: inline-block;
}

.link__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/* ------------------------------------------
  fv(ファーストビュー)
------------------------------------------ */

#fv .inner--1920 {
  padding: 1.04vw max(26/1920*100vw, 26px) 0;
}

.fv__outer {
  background-image: url(../images/fv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 0;
}

#fv .inner--1290,
.fv_inner {
  padding: min(103/1920*100vw, 103px) max(26/1920*100vw, 26px) min(230/1920*100vw, 230px);
  line-height: 1;
}

.fv__logo {
  width: min(200/1920*100vw, 200px);
  height: auto;
}

.fv__logo a {
  display: block;
}

.fv__logo img {
  width: 100%;
}

.fv__text--01 {
  display: flex;
  align-items: flex-end;
}

.fv__text {
  display: inline-block;
}

.fv__text--yellow {
  background-color: rgba(6, 32, 62, 60%);
  padding: min(27/1920*100vw, 27px) 0.3em;
  font-size: min(90/1920*100vw, 90px);
  font-weight: 650;
  color: #ffe400;
  line-height: 1;
  letter-spacing: 0.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fv__text--yellow-small {
  display: inline-block;
  font-size: min(60/1290*100vw, 60px);
}

.fv__text--02 {
  display: inline-block;
  margin-top: min(45/1920*100vw, 45px);
  color: #fff;
  font-size: min(49.38/1920*100vw, 49.38px);
  font-weight: 600;
  text-shadow:
    0.2rem 0.2rem 0.8rem rgba(15, 53, 84, 0.5),
    -0.2rem -0.2rem 0.8rem rgba(15, 53, 84, 0.5),
    0 0 0.8rem rgba(15, 53, 84, 0.5);
  vertical-align: bottom;
  letter-spacing: 0.2rem;
}

.fv__text--Large {
  display: inline-block;
  font-size: min(62.38/1920*100vw, 62.38px);
}

.fv__text--lightblue-Line {
  display: inline-block;
  background: linear-gradient(transparent 75%, #01cbcf 75%);
  line-height: 110%;
  padding-bottom: 0.3rem;
  margin-right: min(5/1920*100vw, 5px);
  text-shadow:
    0.2rem 0.2rem 0.8rem rgba(15, 53, 84, 0.5),
    -0.2rem -0.2rem 0.8rem rgba(15, 53, 84, 0.5),
    0 0 0.8rem rgba(15, 53, 84, 0.5);
}

.fv__text--02+.fv__text--02 {
  margin-top: min(18/1920*100vw, 18px);
}

.fv__text--lightblue {
  display: inline-block;
  color: #01cbcf;
  text-shadow:
    0.2rem 0.2rem 0.8rem rgba(15, 53, 84, 0.5),
    -0.2rem -0.2rem 0.8rem rgba(15, 53, 84, 0.5),
    0 0 0.8rem rgba(15, 53, 84, 0.5);
  padding-right: 0.3rem;
}

/* ------------------------------------------
  section01
------------------------------------------ */


#section01 .inner--1290 {
  padding: min(97/1290*100vw, 97px) 20px min(99/1290*100vw, 99px);
}

.henka__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: min(101/1290*100vw, 101px);
}

.henka__img {
  display: inline-block;
  width: min(385/1290*100vw, 385px);
}

.henka__text {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fbedbb;
  font-size: min(26/1290*100vw, 26px);
  font-weight: 600;
  line-height: 2.3076;
  color: #171717;
}

.henka__img {
  position: relative;
}

.henka__img p {
  position: absolute;
  left: 50%;
  bottom: 6%;
  transform: translateX(-50%);
  font-weight: bold;
  white-space: nowrap;
}

.henka__img img {
  width: 100%;
  height: auto;
}

.henka-kadai h2 {
  line-height: 1.4;
}

.henka-kadai h2 .text--large03 {
  display: inline-block;
  margin: 0 0.5rem;
}

.kadai_wrap {
  width: 100%;
  margin: min(38/1290*100vw, 38px) auto 0;
}

.kadai__01 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(transparent min(60/1290*100vw, 60px), #e7f4ff min(60/1290*100vw, 60px));
  font-size: min(22/1290*100vw, 22px);
  padding: 0 0 min(43/1290*100vw, 43px);
}

.kadai__box {
  width: 33.3%;
}

.kadai__box--inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 min(40/1290*100vw, 40px) 0;
  border-right: 1px dashed #000;
  letter-spacing: 0;
}

.kadai__box:last-child .kadai__box--inner {
  border-right: none;
}

.kadai__fukidashi {
  width: 90%;
  height: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: min(21/1290*100vw, 21px) min(10/1290*100vw, 10px);
  border-radius: 15px;
  background-color: var(--blue-color);
  position: relative;
}

.kadai__fukidashi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--blue-color) transparent transparent transparent;
  border-width: 30px 23px 0 23px;
}

.kadai__fukidashi--text {
  font-size: min(22/1290*100vw, 22px);
  color: #fff;
  line-height: 1.28;
  text-align: center;
}

#section01 .kadai__img {
  margin: min(42/1290*100vw, 42px) auto min(28/1290*100vw, 28px);
}

#section01 .kadai__img img {
  width: min(305/1290*100vw, 305px);
  height: auto;
}

.kadai__text-small {
  display: inline-block;
  width: fit-content;
  margin: min(8/1250*100vw, -8px) auto 0;
  font-size: min(19/1250*100vw, 19px);
  color: var(--text-color);
  line-height: 1.5;
  text-align: left;
}

.kadai__02 {
  margin: min(88/1250*100vw, 88px) auto 0;
}

.kadai__02 p {
  width: fit-content;
  margin: 0 auto 0;
  line-height: 1.7;
}

.kadai__03 {
  margin: min(40/1250*100vw, 40px) auto 0;
}

/* ------------------------------------------
  section02
------------------------------------------ */

#section02 {
  background: #fef8e2 url(../images/section02_back.png) no-repeat center bottom / cover;
}

#section02 .inner--1290 {
  padding: min(89/1250*100vw, 89px) 20px min(164/1250*100vw, 164px);
}

.hr-line {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.hr-line::before,
.hr-line::after {
  display: inline;
  content: "";
  position: absolute;
  top: 50%;
  width: 37px;
  height: 1px;
  background: var(--text-color);
}

.hr-line::before {
  left: 0;
  transform: translateX(-100%);
}

.hr-line::after {
  right: 0;
  transform: translateX(100%);
}

.kadai__04 h2 {
  line-height: 1.55;
}

.kadai__05 {
  margin-top: min(55/1250*100vw, 55px);
}

.kadai__05 p {
  width: fit-content;
  margin: 0 auto;
  line-height: 1.53;
}

.kadai__05 P:nth-child(n+2) {
  margin-top: 1.6vw;
}


.wrap__01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: min(60/1250*100vw, 60px);
  row-gap: min(24/1250*100vw, 24px);
  margin-top: min(47/1250*100vw, 47px);
}

.mama__box:nth-child(1) {
  order: 1;
}

.mama__box:nth-child(2) {
  order: 3;
}

.mama__box:nth-child(3) {
  order: 2;
}

.mama__box:nth-child(4) {
  order: 4;
}

.mama__box {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  column-gap: min(30/1250*100vw, 30px);
}

.mama__box .mama__img {
  vertical-align: middle;
}

.mama__box .mama__img img {
  width: min(137/1250*100vw, 137px);
  vertical-align: middle;
}

.mama__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: min(293/1250*100vw, 293px);
  padding: 0.8vw 0;
  background-color: var(--blue-color);
  border-radius: min(23/1250*100vw, 23px);
  position: relative;
}

.mama__text:after {
  content: "";
  position: absolute;
  top: 35%;
  left: -25px;
  border: 15px solid transparent;
  border-right: 20px solid var(--blue-color);
}

.mama__text p {
  width: 85%;
  font-size: min(18.5/1250*100vw, 18.5px);
  line-height: 1.47;
  color: #fff;
}

/* ------------------------------------------
  section03
------------------------------------------ */

#section03 {
  background-color: #fef8e2;
}

#section03 .inner--1290 {
  padding: min(34/1250*100vw, 34px) 20px min(91/1250*100vw, 91px);
}

.wrap__02 h2 {
  line-height: 1.33;
}

.wrap__03 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  margin: min(44/1250*100vw, 44px) auto min(40/1250*100vw, 40px);
}

.wrap__04 p {
  line-height: 1.846;
}

.box--blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.8%;
  height: 6em;
  background-color: #03bbbf;
  border-radius: 20px;
}

.box--blue p {
  line-height: 1.3;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .wrap__03 {
    justify-content: space-evenly;
    row-gap: 2vw;
  }
}


/* ------------------------------------------
  section04
------------------------------------------ */
#section04 {
  background: #fff;
  position: relative;
  overflow: unset;
}

#section04::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: min(50/1250*100vw, 50px) solid #fff;
  border-right: min(100/1250*100vw, 100px) solid transparent;
  border-left: min(100/1250*100vw, 100px) solid transparent;
  border-bottom: 0px solid transparent;
  transform: translateX(-50%) translateY(100%);
}


#section04 .inner--1290 {
  padding: min(100/1250*100vw, 100px) 20px;
}

.wrap__06 {
  margin-top: min(47/1250*100vw, 47px);
}

.wrap__06 p {
  line-height: 1.6;
}

.wrap__06 p .text--blue {
  font-size: min(30/1250*100vw, 30px);
}

/* ------------------------------------------
  section05
------------------------------------------ */

#section05 {
  background-color: #e0f9fe;
}

#section05 .inner--1290 {
  padding: min(100/1250*100vw, 50px) 20px;
}

.wrap__07 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2vw;
  margin: 0 auto;
}

.wrap__07 h3 {
  color: var(--blue-color);
}

.wrap07__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}


.wrap__07 .box--type01 {
  align-items: center;
}

.wrap__07 .box--type02 {
  padding-left: 4.399vw;
}

.wrap__07 .box--type03 {
  width: 100%;
}

.wrap07__box:nth-of-type(1) {
  order: 1;
}

.wrap07__box:nth-of-type(2) {
  order: 2;
}

.wrap07__box:nth-of-type(3) {
  order: 3;
}

.wrap07__box:nth-of-type(4) {
  order: 4;
}

.wrap07__box:nth-of-type(5) {
  order: 5;
}

.wrap__07 .box--type01 img {
  width: 100%;
}

#dx_img {
  width: min(436/1250*100vw, 436px);
  height: auto;
  text-align: center;
}

#improve_img {
  width: min(577/1250*100vw, 577px);
  height: auto;
}

.arrow02 {
  width: 100%;
  text-align: center;
}

.wrap__07 ul {
  list-style-position: outside;
}

.wrap__07 li {
  text-indent: -0.3em;
  text-align: left;
  line-height: 1.5;
}

.wrap__07 li::marker {
  font-size: 60%;
}

.wrap__07 li span {
  vertical-align: middle;
}

.wrap07__list--white {
  margin: min(30/1250*100vw, 30px) 0;
  background-color: #fefefe;
  padding: min(30/1250*100vw, 30px) min(20/1250*100vw, 20px);
}

.wrap07__list--white li {
  margin-left: 1em;
  font-size: min(19/1250*100vw, 19px);
  color: var(--text-color);
}

.wrap07__list {
  margin: min(25/1250*100vw, 25px) 1rem;
}

.wrap07__list li {
  font-size: min(29/1250*100vw, 29px);
  color: var(--blue-color);
}

.wrap07__text {
  font-size: min(18/1250*100vw, 18px);
  line-height: 1.8;
  text-align: left;
}


/* ------------------------------------------
  section06
------------------------------------------ */
#section06 .inner--1290 {
  padding: 0 20px;
}

#section06 .inner--1290:nth-of-type(1) {
  padding-top: min(137/1250*100vw, 137px);
  padding-right: 0;
}

#section06-sub .inner--1290:nth-of-type(2) {
  padding-bottom: min(101/1250*100vw, 101px);
  padding-right: 0;
}

.wrap__08 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0;
  line-height: 1.5;
}

#section06-sub .inner--1290:nth-of-type(2) .wrap__08 {
  align-items: center;
  background-color: #e0f9fe;
  padding: min(50/1250*100vw, 50px)
}

#section06 h3 {
  font-size: min(36/1250*100vw, 36px);
  margin: -0.3em 0 -0.3em;
  letter-spacing: -0.03em;
}

.wrap__08 .box--type01 {
  width: 54.5%;
}

.wrap__08 .box--type02 {
  width: 43%;
}

.wrap08__list {
  background-color: #e0f9fe;
  margin: min(27/1250*100vw, 27px) 0 min(30/1250*100vw, 30px);
  padding: min(32/1250*100vw, 32px) min(30/1250*100vw, 30px);
  list-style: none;
}

.wrap08__list-item--blue {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.1em;
  color: var(--blue-color);
}

.wrap08__list-item--blue::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background-color: var(--blue-color);
}

.wrap08__list-item {
  font-size: min(19/1250*100vw, 19px);
  letter-spacing: 0;
}

.wrap08__list-item+.wrap08__list-item--blue {
  margin-top: min(36/1250*100vw, 36px);
}

.wrap08__text--small {
  font-size: min(19/1250*100vw, 19px);
}

p.wrap08__text--small {
  line-height: 1.42;
}

.wrap08__text--middle {
  font-size: min(24/1250*100vw, 24px);
  font-weight: bold;
}

.wrap08__box img {
  width: 100%;
}

.wrap08__box.box--type03 {
  width: 100%;
  margin: min(74/1250*100vw, 74px) auto min(91/1250*100vw, 91px);
}

.wrap08__box.box--type03 p {
  line-height: 1.77;
}

#section06-sub .box--type04 {
  width: 53%;
}

#section06-sub .box--type04 iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}


#section06-sub .box--type04 iframe:hover {
  opacity: 0.8;
  filter: brightness(110%);
}

#section06-sub .box--type05 {
  width: 41.39%;
}

#section06-sub .box--type05 .wrap08__text--middle {
  line-height: 1.54;
}

/*--------------------------------------
Ranabase紹介
------------------------------------------*/
.ranabase {
  text-align: center;
  margin: min(100/1250*100vw, 100px) auto 0;
  background-color: #fef8e2;
  padding: min(120/1250*100vw, 120px) 0 min(100/1250*100vw, 100px);
  position: relative;
}

.ranabase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: min(50 / 1250 * 100vw, 50px) solid #fff;
  border-right: min(100 / 1250 * 100vw, 100px) solid transparent;
  border-left: min(100 / 1250 * 100vw, 100px) solid transparent;
  border-bottom: 0px solid transparent;
  transform: translateX(-50%);
}

.ranabase h2 {
  font-size: min(30/1250*100vw, 30px);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

span.green {
  color: #4B9491;
  letter-spacing: 0.05em;
}

.balloon {
  position: relative;
  margin-bottom: 1.8rem;
}

.balloon::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4B9491;
}

.balloon span {
  background-color: #4B9491;
  padding: 0.3em 2.5em;
  border-radius: 2em;
  color: #fff;
}

.r-banner img {
  width: 60%;
}

.accordion-wrap {
  margin-top: 2em;
}

.accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  text-align: left;
}

.toggle-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.frog-icon {
  width: 4rem;
  height: auto;
}

.toggle-text {
  font-size: 1rem;
  color: #000;
}

.arrow-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #4B9491;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}

.arrow-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: translate(-50%, -60%) rotate(-45deg);
}

.accordion-wrap.active .arrow-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.accordion-wrap.active .accordion-content {
  max-height: fit-content;
  width: 60%;
  padding: 2rem 0;
  margin: 0 auto;
}

p.accordion-title {
  font-size: min(28/1250*100vw, 28px);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2em;
}

.highlight {
  color: #4B9491;
  font-weight: bold;
}

.accordion-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10%;
}

.accordion-img {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.accordion-img img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 25%);
}

.accordion-img .mini {
  text-align: end;
  margin-top: -12%;
  margin-right: -6%;
}

.accordion-img .mini img {
  width: 85%;
}

.accordion-text {
  width: 34%;
}

.accordion-text p {
  line-height: 1.4;
  text-align: left;
  font-size: 1.2rem;
}

.accordion-text p:first-of-type {
  margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
  .accordion-wrap.active .accordion-content {
  width: 100%;
  padding: 2rem;
}

}

/* ------------------------------------------
  section07
------------------------------------------ */

#section07 {
  background-color: var(--blue-color);
}

#section07 .inner--1290 {
  padding: min(91.5/1250*100vw, 91.5px) 20px min(100/1250*100vw, 100px);
}

.wrap__09 p {
  font-size: min(30/1250*100vw, 30px);
  color: #fff;
  line-height: 1.5;
}

.wrap__10 {
  width: fit-content;
  margin: 53px auto 0;
  border-radius: 50px;
  background-color: #03bbbf;
}

.wrap__10:hover {
  filter: saturate(110%);
  filter: brightness(110%);
}


.wrap10__text {
  display: block;
  padding: min(35/1250*100vw, 35px) min(75/1250*100vw, 75px);
  line-height: 1;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  font-size: min(34/1250*100vw, 34px);
}


/* ------------------------------------------
  section08
------------------------------------------ */
#section08 .inner--1290 {
  padding: min(104/1250*100vw, 104px) 20px min(89/1250*100vw, 89px);
}

.wrap__11 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: calc(36/26);
}

.wrap11__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(350/1250*100vw, 350px);
  height: min(350/1250*100vw, 350px);
  background-color: #fbedbb;
  border-radius: 50%;
  justify-content: center;
  gap: 1em;
}

.wrap11__box02,
.wrap11__box03 {
  gap: 0.5em;
}

.wrap11__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  margin: auto auto 3rem;
  font-size: min(26/1250*100vw, 26px);
  line-height: 1.3;
  color: #282828;
}

.wrap11__box img {
  width: 30%;
  height: auto;
}

.wrap11__box02 img {
  width: 38%;
  height: auto;
  margin-top: -1em;
}

.wrap11__box03 img {
  width: 47%;
  height: auto;
  margin-top: -1em;
}

.wrap11__box p {
  font-weight: bold;
  text-align: center;
}

.wrap__12 p {
  width: 100%;
  margin: min(40/1250*100vw, 40px) auto 0;
}

.wrap__12 .text--middle {
  line-height: 1.666;
}


/* ------------------------------------------
  section09
------------------------------------------ */

#section09 {
  background-color: #e0f9fe;
}

#section09 .inner--1290 {
  padding: min(92.5/1250*100vw, 92.5px) 20px min(98/1250*100vw, 98px);
}

.wrap_13 .text--large01 {
  line-height: 1.295;
}

.wrap_14 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  letter-spacing: -0.01em;
  line-height: 1.5;
  row-gap: 30px;
}

.wrap14__box {
  display: flex;
  width: 49.2%;
  background-color: #fefefe;
}

.wrap14__img {
  width: 40%;
}

.wrap14__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: top;
}

.wrap14__text {
  width: 60%;
  padding: 1.5em 2vw 0;
  letter-spacing: -0.03em;
}

.wrap14__text--middle {
  font-size: min(24/1250*100vw, 24px);
  line-height: 1;
  font-weight: 700;
}

.wrap14__text--small {
  margin-top: 22px;
  font-size: min(16/1250*100vw, 16px);
  line-height: 1.688;
}

.wrap_15 {
  margin-top: min(53/1250*100vw, 53px);
  padding: min(52/1250*100vw, 52px) 0;
  background-color: #cde8ff;
}

.wrap_15 h3 {
  line-height: 1;
}

.wrap_15 h3+.wrap15__text {
  display: block;
  margin: min(20/1250*100vw, 20px) auto min(40/1250*100vw, 40px);
  line-height: 1;
}

.wrap15__text {
  font-size: min(19/1250*100vw, 19px);
}

.wrap15__inner {
  width: 94%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 1.09%;
  row-gap: min(19/1250*100vw, 19px);
}

.wrap15__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24.181%;
  height: 65px;
  background-color: #fefefe;
  line-height: 1.5;
  border-left: 9px solid var(--blue-color);
}


.wrap15__text--empty {
  background-color: transparent;
  border-left: none;
}

/* ------------------------------------------
  section10
------------------------------------------ */

#section10 {
  background-image: url(../images/qa_bg.png);
  background-position: top center;
  background-size: cover;
}

#section10 .inner--1290 {
  padding: min(104/1250*100vw, 104px) 20px min(101/1250*100vw, 101px);
}

#section10 h2 {
  line-height: 1;
}

.wrap16__inner {
  margin-top: min(78/1250*100vw, 78px);
}

.wrap16__box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0 0 0 2vw;
  align-items: flex-start;
  position: relative;
}

.question {
  background-color: #fefefe;
  margin-top: 1vw;
  cursor: pointer;
}

.question:nth-of-type(1) {
  margin-top: 0;
}

.question::before {
  content: "Q.";
  padding: 1vw 0;
  display: inline-block;
  font-size: min(25/1250*100vw, 25px);
  color: #005fc9;
  font-weight: 600;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

/* ＋ / － のボタン */
.toggle-btn {
  height: 1.2vw;
  color: #6e6e6e;
  background-color: transparent;
  transition: transform 0.3s;
  transform: rotate(0deg);
  font-size: min(25/1250*100vw, 25px);
  font-weight: 600;
  margin: 1.2vw 1vw 0 auto;
}

/* 開いているときは「－」にする */
.toggle-btn.active {
  margin: 1.9vw 1vw 0 auto;
  height: 0.24vw;
  color: transparent;
  transform: rotate(180deg);
  background-color: #6e6e6e;
}

.answer::before {
  content: "A.";
  padding: 1vw 0;
  display: inline-block;
  font-size: min(25/1250*100vw, 25px);
  color: var(--text-color);
  font-weight: 600;
  line-height: 1;
}

.question__text {
  font-size: min(22/1250*100vw, 22px);
}

.answer__text {
  font-size: min(20/1250*100vw, 20px);
}

.wrap16__text {
  padding: 1vw;
  line-height: 1.5;
}

.question__text {
  font-weight: 600;
}


/*==========================================
お問い合わせ(section11)
==========================================*/

#section11 {
  background-color: #fefefe;
}

#section11 .inner--1290 {
  padding: min(96/1250*100vw, 96px) 20px min(118/1250*100vw, 118px);
}

.wrap_17 {
  width: 100%;
  text-align: center;
}

.wrap_17 h2 {
  display: inline-block;
  padding: 30px 64px;
  margin: 0 auto;
  background-color: var(--blue-color);
  color: #fff;
  line-height: 1;
}

.wrap__18 {
  margin: min(43.5/1250*100vw, 43.5px) auto min(46/1250*100vw, 46px);
  font-size: min(30/1250*100vw, 30px);
  line-height: 1.433;
}

.wrap__19 {
  margin-bottom: 60px;
}

.wrap19__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: min(900/1250*100vw, 900px);
  margin: 0 auto;
  background-color: #cde8ff;
  padding: min(30/1250*100vw, 30px) min(60/1250*100vw, 60px);
  list-style: none;
  text-align: left;
}

.wrap19__list-item {
  width: min(820/1250*100vw, 820px);
  font-size: min(16/1250*100vw, 16px);
  line-height: 1.353;
}

.wrap19__list-item:nth-child(odd) {
  font-weight: 600;
}

.wrap19__list-item:nth-child(3) {
  margin-top: 1.5em;
}

.wrap20__text {
  display: block;
  margin-bottom: 22px;
  font-size: min(17/1250*100vw, 17px);
  line-height: 1;
  text-align: left;
}

.form_item {
  width: 100%;
  line-height: 1.353;
}

.wpcf7-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
}

.wpcf7-list-item {
  width: 34.2%;
  margin: 0 !important;
}

.wpcf7-list-item span {
  width: 100%;
}

.wpcf7-text {
  width: 100%;
  padding: 12px 10px 10px;
  border: #171717 1px solid;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  padding: 1.5rem;
  border: #171717 1px solid;
  font-size: 1rem;
}

.form_item tr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2em;
  margin-bottom: 2em;
}

.form_item tr:nth-of-type(-n+3) {
  align-items: stretch;
}

.form_item tr:last-of-type {
  align-items: center;
}

.form_item th span {
  line-height: 1;
  color: #fff;
  font-size: min(17/1250*100vw, 17px);
  font-weight: 300;
}

.form_item th {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue-color);
  font-weight: 300;
  min-width: min(350/1250*100vw, 350px);
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  padding: 25px 0.8rem;
}

.form_item th p {
  font-size: min(18/1250*100vw, 18px);
  line-height: 1.5;
}

.wpcf7-list-item label input[type=checkbox] {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #171717;
  vertical-align: middle;
  margin: 0;
  border-radius: 0;
}

.wpcf7-form-control.wpcf7-checkbox {
  row-gap: 0.3em;
}

.wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
}

.wpcf7-list-item-label {
  vertical-align: middle;
}

.th--type01 {
  flex-direction: column;
}

.th--type02 {
  flex-direction: row;
}

.form_item td {
  font-size: 1rem;
  width: 100%;
}

.form_item td span {
  text-align: left;
  font-size: min(17/1250*100vw, 17px);
}

tr.acceptance_box {
  margin-bottom: 0;
}

.wpcf7-acceptance {
  display: block;
  font-weight: 600;
}

td.acceptance-block>p {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  line-height: 1;
  gap: 0.5em;
}

.acceptance-block a {
  font-size: min(17/1250*100vw, 17px);
  color: #171717;
  border-bottom: .5px solid #171717;
  line-height: 1.5;
  transition: 0.3s ease-in;
}

.acceptance-block a:hover {
  color: #005fc9;
  border-bottom: .5px solid #005fc9;
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #171717;
  vertical-align: middle;
  margin-left: 0;
  border-radius: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  width: fit-content;
}

.wpcf7-acceptance label span {
  font-size: min(17/1250*100vw, 17px);
}

.wpcf7-acceptance label:hover,
.wpcf7-acceptance input[type="checkbox"]:hover {
  cursor: pointer;
}

.wpcf7-submit {
  display: block;
  width: 30%;
  padding: min(24/1250*100vw, 24px) min(90/1250*100vw, 90px);
  border: none;
  border-radius: 34.91px;
  margin: auto;
  background-color: #03bbbf;
  font-size: min(24/1250*100vw, 24px);
  font-weight: 700;
  color: #fff;
}

.wpcf7-submit:hover {
  background-color: rgb(174, 241, 250);
  transition: ease 0.3s;
  cursor: pointer;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1rem;
  margin: 1em 0;
  padding: 0.2em 1em;
  border: 2px solid #171717;
}

@media screen and (max-width: 776px) {
  .form_item td p {
    text-align: left;
    font-size: min(15/750*100vw, 15px);
  }
}

/* ------------------------------------------
  お問い合わせ　ボタン
------------------------------------------ */
.contact__btn {
  width: min(90/1250*100vw, 90px);
  font-weight: 600;
  position: fixed;
  top: min(190/1250*100vw, 190px);
  right: 0;
  text-align: center;
  border-radius: 20px 0 0 20px;
  animation: fadeIn 1s ease-out forwards;
}

.contact__btn:hover {
  filter: saturate(110%);
  filter: brightness(110%);
}

.contact__btn button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: min(22/1920*100vw, 22px) 0;
  font-size: min(30/1920*100vw, 30px);
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08rem;
  writing-mode: vertical-rl;
  background-color: #03bbbf;
  border-radius: min(20/1920*100vw, 20px) 0 0 min(20/1920*100vw, 20px);
}

.is-hidden {
  visibility: hidden;
  animation: fadeOut 1s ease-out forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}


@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}


/* ------------------------------------------
  フッター
------------------------------------------ */
#footer {
  background-color: #06203e;
  color: #fff;
}

#footer .inner--1920 {
  margin: auto;
  padding: min(50/1920*100vw, 50px) 1.459vw min(19/1920*100vw, 19px);
}

#footer .footer__inner {
  width: fit-content;
  margin: 0 auto min(31/1920*100vw, 31px);
  display: grid;
  grid-template-columns: min(248/1920*100vw, 248px) min(530/1920*100vw, 530px) min(478/1920*100vw, 478px);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 4vw;
  justify-items: start;
}

.footer__box:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}

.footer__box:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  margin-bottom: 1em;
}

.footer__box:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}

.footer__box:nth-child(4) {
  grid-area: 1 / 3 / 3 / 4;
}

.footer__box h4 {
  margin-top: 0;
  margin-bottom: min(15/1920*100vw, 15px);
  font-size: min(24/1920*100vw, 24px);
}

.footer__logo a img {
  width: 14.598vw;
  max-width: 200px;
  filter: brightness(0) invert(1);
}

.footer__box p,
.center_list--item,
#footer__copy p {
  font-size: min(15/1920*100vw, 15px);
  line-height: calc(15/13);
}

.footer__img-box {
  display: flex;
  flex-direction: row;
  column-gap: 0.7751vw;
  width: 38.32vw;
}

.footer__img-box img {
  width: auto;
  height: min(107/1920*100vw, 107px);
}

.footer__box p a {
  display: inline;
  color: #fff;
}

#footer__copy {
  margin: min(14/1920*100vw, 14px) auto 0;
  text-align: center;
}

.center_list {
  list-style: none;
}

.center_list--item,
.center_list--item span {
  line-height: calc(15/13);
}


.center_list--item:nth-of-type(even) {
  margin-bottom: 1.0077vw;
  line-height: 1.2;
}

.center_list--item:last-child {
  margin-bottom: 0;
}

.text__mgR05em {
  margin-right: 0.5em;
}

.corporate--link {
  margin-top: 1.7054vw;
  background-color: #fff;
  border-radius: 22px;
  line-height: 1.8;
}

.corporate--link a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.corporate--link a {
  display: block;
  padding: min(9/1920*100vw, 9px) min(26/1920*100vw, 26px);
  color: var(--blue-color);
  font-size: min(15/1920*100vw, 15px);
  text-align: center;
}


/* ------------------------------------------
  ページトップ　ボタン
------------------------------------------ */
#page_top {
  position: fixed;
  display: none;
  bottom: 15px;
  right: min(20/1920*100vw, 20px);
  z-index: 1;
  cursor: pointer;
  transition: ease 0.4s;
  background-color: transparent;
  border: none;
}

/* reCAPTCHA v3のバッジ表示位置 */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0 !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}