@charset "UTF-8";
html {
  font-size: clamp(1px, 1.2vw, 30px);
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  background-image: url(../img/html_bg.webp);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top;
}

body {
  margin: 0;
  width: 100vw;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  letter-spacing: min(0.2rem, 2px);
  font-weight: 400;
  color: #1C2A53;
}

p {
  letter-spacing: min(0.2rem, 2px);
  margin: 0;
  line-height: 120%;
  font-weight: 400;
  color: #1C2A53;
}

h2 span,
h3 span,
p span,
a span {
  display: inline-block;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

img,
picture,
iframe {
  vertical-align: top;
  width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  letter-spacing: min(0.2rem, 2px);
  color: #1C2A53;
}

.flex {
  display: flex;
}

.boxouter {
  width: 80%;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.btn-form {
  width: 100%;
  background-image: url("../img/btnBg-form.webp");
  background-size: cover;
  background-position: left;
  border-radius: clamp(10px, 0.857rem, 12px);
  border: 3px solid #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  transition: 0.3s;
  padding: 0 clamp(10px, 0.857rem, 12px);
  box-sizing: border-box;
}
.btn-form .btn-form__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}
.btn-form .btn-form__flex .icon {
  width: 15%;
  padding: clamp(10px, 0.857rem, 12px) 0;
}
.btn-form p {
  font-size: clamp(10px, 0.929rem, 13px);
  padding: clamp(10px, 1.071rem, 15px) 0;
  color: #fff;
  text-align: center;
  display: block;
}
.btn-form:hover {
  transform: translate(0.3em, 0.3em);
}
.btn-form:hover .btn-form__border {
  filter: drop-shadow(0.5em 0.5em 5px rgba(0, 0, 0, 0));
}

#reason,
#about,
#question {
  padding-top: 85px;
  margin-top: -85px;
}

.header-sp {
  display: none;
}

header {
  width: 100%;
  max-height: 85px;
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  /* -----------右スライドメニュー---------- */
  /*アクティブクラスがついたら位置を0に*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/
}
header h1 {
  width: 8%;
  max-width: 170px;
  display: flex;
}
header .btn-form {
  width: 13%;
  max-width: 250px;
}
header .btn-form p {
  letter-spacing: 0px;
}
header a {
  text-align: center;
  display: inline;
  font-size: clamp(10px, 1.071rem, 15px);
  color: #0C7CD8;
}
header .sp {
  display: none;
}
header #g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
}
header #g-nav.panelactive {
  right: 0;
}
header #g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header #g-nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 350px;
  width: 85%;
}
header #g-nav ol {
  padding: 20px 30px;
}
header #g-nav ol:last-of-type {
  padding-bottom: 150px;
}
header #g-nav li {
  list-style: none;
  text-align: center;
  padding: 5%;
}
header #g-nav li a {
  display: block;
  width: 100%;
  padding: 0;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: none;
  font-size: min(1.5rem, 20px);
}
header #g-nav li a:hover {
  color: #ACC9D6;
}
header .openbtn {
  position: absolute;
  cursor: pointer;
  width: 80px;
  height: 60px;
  position: relative;
  display: block;
  margin: 0 0 0 auto;
}
header .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: calc((100% - 35%) / 2);
  height: 2px;
  border-radius: 50px;
  background-color: #1C2A53;
  width: 35%;
}
header .openbtn span:nth-of-type(1) {
  top: 23px;
}
header .openbtn span:nth-of-type(2) {
  top: 37px;
}
header .closebtn {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  cursor: pointer;
  width: 81px;
  height: 60px;
  z-index: 9999;
}
header .closebtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 20px;
  height: 2px;
  border-radius: 50px;
  background-color: #1C2A53;
  width: 50%;
}
header .closebtn span:nth-of-type(1) {
  top: 23px;
  right: 28px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
header .closebtn span:nth-of-type(2) {
  top: 35px;
  right: 28px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.fixed-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 5%;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: 0.3s;
}
.fixed-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.top {
  width: 100%;
  position: relative;
  padding-top: 60px;
}
.top .fv {
  width: 100%;
  border-top: 3.5px solid;
  border-image: linear-gradient(to right, #E26206 0%, #E26206 10%, #0C7CD8 10%, #0C7CD8 20%, #E26206 20%, #E26206 30%, #0C7CD8 30%, #0C7CD8 40%, #E26206 40%, #E26206 50%, #0C7CD8 50%, #0C7CD8 60%, #E26206 60%, #E26206 70%, #0C7CD8 70%, #0C7CD8 80%, #E26206 80%, #E26206 90%, #0C7CD8 90%, #0C7CD8 100%) 1;
}
.top .scroll {
  width: 10%;
  aspect-ratio: 1/1;
  max-width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #E26206;
  border-radius: 100% 0 0 0;
}
.top .scroll .img {
  width: 30%;
  position: absolute;
  bottom: 15%;
  right: 10%;
  animation: scrollAnim 2s ease-in-out infinite normal forwards;
}
@keyframes scrollAnim {
  0%, 100% {
    transform: translate(-50%, -0.2vh);
  }
  50% {
    transform: translate(-50%, 0.3vh);
  }
}

#reason .h2Box {
  background: #E26206;
  padding: clamp(10px, 2.857rem, 40px);
}
#reason .h2Box h2 {
  font-size: clamp(10px, 2.429rem, 34px);
  color: #fff;
  text-align: center;
}
#reason .bg-B {
  background-image: url(../img/bg-B.webp);
}
#reason .bg-B .pointBox {
  padding-top: 2%;
}
#reason .bg-B .pointBox .flex {
  justify-content: space-evenly;
  align-items: center;
  gap: 3%;
  padding: 4% 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
#reason .bg-B .pointBox .flex .ttl {
  width: 17%;
}
#reason .bg-B .pointBox .flex .yazi {
  width: 3%;
}
#reason .bg-B .pointBox .flex .txt {
  width: 60%;
}
#reason .bg-B .pointBox .flex .txt p {
  color: #fff;
  line-height: 200%;
}
#reason .bg-B .pointBox .imgBox {
  padding: 0;
  justify-content: center;
  gap: 0;
  margin-top: 5%;
  border-bottom: none;
}
#reason .bg-B .pointBox .imgBox .img:nth-of-type(1), #reason .bg-B .pointBox .imgBox .img:nth-of-type(3) {
  width: 80%;
}
#reason .bg-B .pointBox .imgBox .img:nth-of-type(2) {
  width: 43%;
}

#plan {
  position: relative;
  background-size: cover;
  background-image: url(../img/bg-plan.webp);
  padding-bottom: 5%;
}
#plan .planDeco1 {
  position: absolute;
  width: 13%;
  max-width: 170px;
  bottom: 0;
  left: 0;
}
#plan .planDeco2 {
  position: absolute;
  width: 26.5%;
  max-width: 340px;
  bottom: 0;
  right: 0;
}
#plan .formBtmBox {
  gap: 3%;
  padding: 5% 0;
}
#plan .formBtmBox-pc {
  display: flex;
}
#plan .formBtmBox-sp {
  display: none;
}
#plan .formBtmBox .btn-form .btn-form__flex {
  gap: 5%;
}
#plan .formBtmBox .btn-form .btn-form__flex p {
  font-size: clamp(10px, 1.25rem, 20px);
}
#plan .planBoxOuter {
  border: 7px solid #0C7CD8;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#plan .planBox {
  background-color: #fff;
  border: 7px solid #E26206;
}
#plan .planBox .planBoxInner {
  margin: 0 auto;
  padding: calc(50px + 5%) 0;
  width: 90%;
}
#plan .planBox .planBoxInner h3 {
  font-size: clamp(10px, 3.571em, 50px);
  font-weight: bolder;
  text-align: center;
}
#plan .planBox .planBoxInner h3 .S {
  display: block;
  font-size: clamp(10px, 1.929rem, 27px);
}
#plan .planBox .planBoxInner .deco1 {
  mix-blend-mode: plus-lighter;
  opacity: 0.25;
  width: 20%;
}
#plan .planBox .planBoxInner > .txtCon {
  position: relative;
  text-align: center;
  margin-bottom: 4%;
}
#plan .planBox .planBoxInner > .txtCon p:nth-of-type(1) {
  display: inline;
  font-weight: bolder;
  font-size: clamp(10px, 2.857rem, 40px);
  border-bottom: dashed 2px #1C2A5340;
  padding: 0.5% 0;
}
#plan .planBox .planBoxInner > .txtCon p:nth-of-type(2) {
  width: 70%;
  margin: clamp(10px, 3.429em, 48px) auto clamp(10px, 1.714rem, 24px);
  max-width: 800px;
}
#plan .planBox .planBoxInner > .txtCon p:nth-of-type(3) {
  font-size: clamp(5%, 1.071rem, 15px);
  font-weight: bolder;
}
#plan .planBox .planBoxInner .flexCon {
  display: flex;
}
#plan .planBox .planBoxInner .flexCon .decoCon {
  width: 15%;
  position: relative;
}
#plan .planBox .planBoxInner .flexCon .decoCon:nth-of-type(1) .deco {
  position: absolute;
  top: -28%;
  margin-right: -30%;
  width: 130%;
}
#plan .planBox .planBoxInner .flexCon .decoCon:nth-of-type(3) .deco {
  position: absolute;
  top: -11%;
  margin-left: -30%;
  width: 130%;
}
#plan .planBox .planBoxInner .flexCon .mainCon > .flex {
  flex-wrap: wrap;
  justify-content: center;
}
#plan .planBox .planBoxInner .flexCon .mainCon > .flex .box {
  width: 32%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 2%;
  box-sizing: border-box;
}
#plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:nth-of-type(1), #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:nth-of-type(3), #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:nth-of-type(4), #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:nth-of-type(6) {
  border-right: 2px solid #C2DEF5;
  border-left: 2px solid #C2DEF5;
}
#plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:nth-of-type(1), #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:nth-of-type(2), #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:nth-of-type(3) {
  border-bottom: 2px solid #C2DEF5;
}
#plan .planBox .planBoxInner .flexCon .mainCon > .flex .box .icon {
  width: 40%;
  margin: 0 auto;
}
#plan .planBox .planBoxInner .flexCon .mainCon > .flex .box .line {
  border-bottom: dashed 2px #C2DEF5;
  margin: 5% 0;
}
#plan .planBox .planBoxInner .flexCon .mainCon > .flex .box .txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#plan .planBox .planBoxInner .flexCon .mainCon > .flex .box .txt p {
  font-weight: bold;
  font-size: clamp(10px, 1.286rem, 18px);
}
#plan .planBox .planBoxInner .flexCon .mainCon > .flex .box .txt p .L {
  font-size: clamp(10px, 1.857rem, 26px);
}
#plan .planBox .planBoxInner .flexCon .mainCon .kome {
  text-align: center;
  margin: clamp(10px, 1.071rem, 15px) 0 4%;
}
#plan .planBox .planBoxInner .flexCon .mainCon .kome p {
  font-size: clamp(10px, 1.071rem, 15px);
  font-weight: bold;
}

.planBtm {
  padding-bottom: calc(25px + 2%);
  background: linear-gradient(#6CBBF5, #0C62D8);
}

.detail {
  position: relative;
  justify-content: center;
  padding-top: calc(100px + 5%);
  margin-top: calc(-100px + -5%);
}
.detail .h2Con {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: calc(50px + 5%);
}
.detail .h2Con h3 {
  white-space: nowrap;
  color: #0C7CD8;
  font-size: clamp(10px, 2rem, 28px);
}
.detail .h2Con .line {
  width: 100%;
  height: 3px;
  background-color: #C2DEF5;
}
.detail .mainCon {
  margin-top: 5%;
  overflow-x: auto;
}
.detail .mainCon .flexCon {
  position: relative;
  width: 100%;
}
.detail .mainCon .flexCon .flexBox {
  display: flex;
}
.detail .mainCon .flexCon .flexBox:nth-of-type(odd) {
  background-color: #F3F9FD;
}
.detail .mainCon .flexCon .flexBox:nth-of-type(1) .pBox {
  justify-content: center;
}
.detail .mainCon .flexCon .flexBox:nth-of-type(1) .pBox p {
  font-size: clamp(10px, 1.25rem, 20px);
}
.detail .mainCon .flexCon .flexBox:nth-of-type(1) .pBox:nth-of-type(2), .detail .mainCon .flexCon .flexBox:nth-of-type(1) .pBox:nth-of-type(3) {
  border-top: solid 2px #0C7CD8;
  background-color: #0C7CD8;
}
.detail .mainCon .flexCon .flexBox:nth-of-type(1) .pBox:nth-of-type(2) p, .detail .mainCon .flexCon .flexBox:nth-of-type(1) .pBox:nth-of-type(3) p {
  color: #fff;
}
.detail .mainCon .flexCon .flexBox:last-of-type .pBox:nth-of-type(2), .detail .mainCon .flexCon .flexBox:last-of-type .pBox:nth-of-type(3) {
  border-bottom: solid 2px #0C7CD8;
}
.detail .mainCon .flexCon .flexBox .pBox {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 2% 1%;
}
.detail .mainCon .flexCon .flexBox .pBox:nth-of-type(1) {
  font-weight: bold;
  border-right: solid 2px #0C7CD8;
}
.detail .mainCon .flexCon .flexBox .pBox:nth-of-type(1) p {
  font-weight: bold;
}
.detail .mainCon .flexCon .flexBox .pBox:nth-of-type(2) {
  border-right: solid 2px #0C7CD8;
  padding: 0% 1%;
}
.detail .mainCon .flexCon .flexBox .pBox:nth-of-type(2) .img {
  margin: auto 5% 0;
  width: 38%;
}
.detail .mainCon .flexCon .flexBox .pBox:nth-of-type(3) {
  border-right: solid 2px #0C7CD8;
  padding: 0% 1%;
}
.detail .mainCon .flexCon .flexBox .pBox:nth-of-type(3) .img {
  margin: auto 5% 0;
  width: 16%;
}
.detail .mainCon .flexCon .flexBox .pBox:nth-of-type(4) {
  border-right: dashed 2px #0C7CD8;
}
.detail .mainCon .flexCon .flexBox .pBox:nth-of-type(4) p {
  color: #6FB1E8;
}
.detail .mainCon .flexCon .flexBox .pBox:nth-of-type(5) p {
  color: #6FB1E8;
}
.detail .mainCon .flexCon .flexBox .pBox p {
  font-size: clamp(10px, 1.143rem, 16px);
  line-height: 150%;
  color: #0C7CD8;
}
.detail .mainCon .flexCon .flexBox .pBox p span {
  display: inline-block;
}
.detail .mainCon .flexCon .flexBox .pBox p span.S {
  font-size: clamp(10px, 0.857rem, 12px);
  line-height: 150%;
}
.detail .kome {
  margin-top: 2%;
}
.detail .kome p {
  color: #0C7CD8;
  font-size: clamp(7px, 0.929rem, 13px);
}
.detail .formBtmBox {
  gap: 3%;
  padding: 10% 0;
}
.detail .formBtmBox.formBtmBox-yazi {
  padding: 5% 0 0;
}
.detail .formBtmBox .yaziCon {
  width: 100%;
  display: flex;
  justify-content: center;
}
.detail .formBtmBox .yaziCon .yazi {
  width: 10%;
}
.detail .formBtmBox.formBtmBox-btn {
  padding: 2% 0 10%;
}
.detail .formBtmBox .btn-form .btn-form__flex {
  gap: 5%;
}
.detail .formBtmBox .btn-form .btn-form__flex p {
  font-size: clamp(10px, 1.25rem, 20px);
}
.detail .formBtmBox .btn-form .btn-form__flex .icon {
  padding: 3% 0;
}

#about .h2Box {
  background: #E26206;
  padding: clamp(10px, 2.857rem, 40px);
}
#about .h2Box h2 {
  font-size: clamp(10px, 2.429rem, 34px);
  color: #fff;
  text-align: center;
}
#about .bg-B {
  background-image: url(../img/bg-B.webp);
  padding-top: 5%;
  padding-bottom: 1px;
}
#about .bg-B .formBtmBox {
  gap: 3%;
  padding: 10% 0;
}
#about .bg-B .formBtmBox.pc {
  display: flex;
}
#about .bg-B .formBtmBox.formBtmBox-main {
  padding: 10% 0 0;
}
#about .bg-B .formBtmBox .mainCon {
  width: 100%;
  border: solid clamp(1px, 0.357rem, 5px) #3592E0;
  border-radius: clamp(10px, 2.857rem, 40px);
  padding: 5%;
  position: relative;
}
#about .bg-B .formBtmBox .mainCon .img {
  width: 80%;
  margin: -40% auto 1%;
}
#about .bg-B .formBtmBox .mainCon .line {
  margin: 5% 0;
  border-bottom: dashed 2px #3592E0;
}
#about .bg-B .formBtmBox .mainCon .txt p {
  color: #fff;
  font-size: clamp(10px, 1.071rem, 15px);
  line-height: 200%;
}
#about .bg-B .formBtmBox .mainCon .deco {
  position: absolute;
  top: 0;
  left: 5%;
  transform: translateY(-50%);
  width: 25%;
}
#about .bg-B .formBtmBox.formBtmBox-yazi {
  padding: 2.5% 0 0;
}
#about .bg-B .formBtmBox .yaziCon {
  width: 100%;
  display: flex;
  justify-content: center;
}
#about .bg-B .formBtmBox .yaziCon .yazi {
  width: 10%;
}
#about .bg-B .formBtmBox.formBtmBox-btn {
  padding: 2% 0 10%;
}
#about .bg-B .formBtmBox .btn-form .btn-form__flex {
  gap: 5%;
}
#about .bg-B .formBtmBox .btn-form .btn-form__flex p {
  font-size: clamp(10px, 1.25rem, 20px);
}
#about .bg-B .formBtmBox .btn-form .btn-form__flex .icon {
  padding: 2%;
}
#about .bg-B .mainCon {
  padding-bottom: 10%;
}
#about .bg-B .mainCon .flexCon {
  position: relative;
}
#about .bg-B .mainCon .flexCon .flexBox {
  display: flex;
}
#about .bg-B .mainCon .flexCon .flexBox:nth-of-type(1) .pBox {
  justify-content: center;
  border: none !important;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 2% 1%;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox .logo {
  width: 90%;
  max-width: 250px;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox:nth-of-type(1) {
  width: 80%;
  border-left: solid 2px #3592E0;
  border-right: dashed 1px #FFFFFF;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox:nth-of-type(1) p {
  font-weight: bold;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox:nth-of-type(1) p span {
  margin: 0;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox:nth-of-type(2) {
  border-right: dashed 1px #FFFFFF;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox:nth-of-type(3) {
  border-right: solid 2px #3592E0;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox p {
  font-size: clamp(10px, 1.143rem, 16px);
  line-height: 150%;
  color: #fff;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox p > span {
  margin: 0.2rem 0;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox p span {
  display: inline-block;
}
#about .bg-B .mainCon .flexCon .flexBox .pBox p span.S {
  font-size: clamp(10px, 0.857rem, 12px);
  line-height: 150%;
}

#apply {
  background-image: url(../img/apply-bg.webp);
  position: relative;
}
#apply .bg-BBtm {
  position: absolute;
  top: 0;
}
#apply .applyCon {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 5% 2.5%;
  box-sizing: border-box;
  background-color: #fff;
  border-right: solid 5px #0C7CD8;
  border-left: solid 5px #0C7CD8;
}
#apply .applyCon .boxouter {
  width: 90%;
  max-width: 1200px;
}
#apply .applyCon .boxouter .h2Box {
  margin: 0 auto;
  padding: 5% 0;
}
#apply .applyCon .boxouter .ttlCon {
  gap: 2.5%;
}
#apply .applyCon .boxouter .ttlCon .ttlBox {
  width: 100%;
  text-align: center;
  border: solid clamp(1px, 0.214rem, 3px) #CEE5F7;
  border-radius: clamp(10px, 1.071rem, 15px);
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#apply .applyCon .boxouter .ttlCon .ttlBox p {
  font-size: clamp(10px, 1.571rem, 22px);
  color: #0C7CD8;
}
#apply .applyCon .boxouter .ttlCon .ttlBox .ttl {
  width: 35%;
  position: absolute;
  top: 0%;
  left: 7%;
  transform: translateY(-70%);
}
#apply .applyCon .boxouter .mainCon {
  align-items: center;
}
#apply .applyCon .boxouter .mainCon .mainBox .img {
  width: 80%;
  margin: 5% auto;
}
#apply .applyCon .boxouter .mainCon .mainBox .txt p {
  font-size: clamp(10px, 1.071rem, 15px);
  line-height: 150%;
}
#apply .applyCon .boxouter .line {
  width: 100%;
  height: 3px;
  background-color: #C2DEF5;
  margin: 10% 0 2.5%;
}
#apply .applyCon .boxouter .formBtmBox {
  gap: 3%;
  padding: 5% 0;
}
#apply .applyCon .boxouter .formBtmBox .btn-form .btn-form__flex {
  gap: 5%;
}
#apply .applyCon .boxouter .formBtmBox .btn-form .btn-form__flex p {
  font-size: clamp(10px, 1.25rem, 20px);
}
#apply .applyCon .boxouter .formBtmBox .btn-form .btn-form__flex .icon {
  padding: 2%;
}

.check {
  position: relative;
  z-index: 1;
  background-image: url(../img/check-bg.webp);
  background-size: cover;
  padding: calc(25px + 5%) 0;
}
.check .checkCon .h2Box {
  text-align: center;
  padding-bottom: 1rem;
}
.check .checkCon .h2Box h2 {
  font-size: clamp(10px, 2.429rem, 34px);
  color: #fff;
}
.check .checkCon .txtCon {
  background-color: #fff;
  padding: 5%;
  height: 40vh;
  overflow: scroll;
}
.check .checkCon .txtCon p {
  font-size: clamp(10px, 1.071rem, 15px);
  line-height: 150%;
  padding-bottom: 1.5rem;
}

#question {
  padding-bottom: calc(25px + 8%);
  background-color: #E5F1FA;
  position: relative;
}
#question .h2Box {
  background: #0C7CD8;
  padding: clamp(10px, 2.857rem, 40px);
  margin-bottom: calc(25px + 5%);
}
#question .h2Box h2 {
  font-size: clamp(10px, 2.429rem, 34px);
  color: #fff;
  text-align: center;
}
#question .ac {
  padding: 3px 0;
  position: relative;
  z-index: 1;
}
#question .ac .ac-li {
  list-style: none;
  border: 2px solid #0C7CD8;
  border-radius: min(1rem, 10px);
  transition: 0.2s;
  overflow: hidden;
}
#question .ac .ac-li .ac-label {
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
#question .ac .ac-li .ac-label .pFlex {
  display: flex;
}
#question .ac .ac-li .ac-label .pFlex .pBox {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
#question .ac .ac-li .ac-label .pFlex .pBox:nth-of-type(1) {
  background-color: #0C7CD8;
}
#question .ac .ac-li .ac-label .pFlex .pBox:nth-of-type(1) p {
  color: #fff;
}
#question .ac .ac-li .ac-label .pFlex .pBox:nth-of-type(3) {
  width: 60%;
}
#question .ac .ac-li .ac-label .pFlex .pBox p {
  font-size: clamp(10px, 1.25rem, 20px);
  line-height: 150%;
}
#question .ac .ac-li .ac-label .pFlex .pBox p.Q {
  font-size: clamp(10px, 2.286rem, 32px);
  line-height: 100%;
  padding-bottom: 30%;
  width: 100%;
}
#question .ac .ac-li .ac-label .icon-wrap {
  position: absolute;
  right: calc(5px + 2rem);
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
#question .ac .ac-li .ac-label .icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#question .ac .ac-li .ac-label .icon-wrap .icon::after, #question .ac .ac-li .ac-label .icon-wrap .icon::before {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #0C7CD8;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
#question .ac .ac-li .ac-label .icon-wrap .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#question .ac .ac-li.open .ac-label .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#question .ac .ac-li .ac-content {
  display: none;
  position: relative;
  background-color: #F6F6F6;
  padding: 1rem 0px;
}
#question .ac .ac-li .ac-content .pFlex {
  display: flex;
}
#question .ac .ac-li .ac-content .pFlex .pBox {
  padding: 1rem 2rem;
}
#question .ac .ac-li .ac-content .pFlex .pBox p {
  font-size: clamp(10px, 1.25rem, 20px);
  line-height: 150%;
}
#question .ac .ac-li .ac-content .pFlex .pBox p.Q {
  font-size: clamp(10px, 2.286rem, 32px);
  line-height: 100%;
  padding-bottom: 30%;
  width: 100%;
  color: #E26206;
}
#question .ac .ac-li .ac-content .pFlex .pBox p.kome {
  font-size: clamp(10px, 1.071rem, 15px);
}
#question .scrollBox {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#question .scrollBox .scrollimg {
  border-bottom: solid 3px #E26206;
}
#question .scrollBox .scrollimg .img {
  margin: 0 4% 0 auto;
  width: 10%;
}
#question .scrollBox .scroll {
  width: 7%;
  aspect-ratio: 1/1;
  max-width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0C77D8;
  border-radius: 100% 0 0 0;
}
#question .scrollBox .scroll .img {
  width: 45%;
  position: absolute;
  bottom: 15%;
  left: 55%;
  animation: scrollAnim 2s ease-in-out infinite normal forwards;
}
@keyframes scrollAnim {
  0%, 100% {
    transform: translate(-50%, -0.2vh);
  }
  50% {
    transform: translate(-50%, 0.3vh);
  }
}

footer {
  background-image: url(../img/bg-B.webp);
  mix-blend-mode: multiply;
  position: relative;
}
footer .aBox .flex {
  max-width: 1000px;
  justify-content: space-around;
  padding: clamp(10px, 2.429rem, 34px) 0 clamp(10px, 2.286rem, 32px);
  border-bottom: 2px solid #3492E0;
}
footer .aBox .flex a {
  font-size: clamp(10px, 1.143rem, 16px);
  color: #fff;
}
footer .copyright {
  text-align: center;
  font-size: clamp(10px, 0.857rem, 12px);
  padding: 2rem 0;
}
footer .copyright p {
  color: #fff;
}
footer .toTop {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 7%;
  max-width: 100px;
}

@media screen and (max-width: 1490px) {
  .btn-form .btn-form__sp {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  #reason,
#about,
#question {
    padding-top: 60px;
    margin-top: -60px;
  }

  .header-sp {
    display: block;
  }

  header {
    padding: 0;
  }
  header > a,
header .btn-form {
    display: none;
  }
  header h1 {
    width: 35%;
    padding: 1rem;
  }
  header a.black,
header a.blue {
    padding: clamp(10px, 1.071rem, 15px) clamp(10px, 1.25rem, 20px);
  }

  .detail .mainCon {
    margin-bottom: 5%;
  }
  .detail .mainCon::-webkit-scrollbar {
    height: 3px;
  }
  .detail .mainCon::-webkit-scrollbar-track {
    background: #C2DEF5;
    border-radius: 999px;
  }
  .detail .mainCon::-webkit-scrollbar-thumb {
    background: #0C7CD8;
    border-radius: 999px;
  }
  .detail .mainCon .flexCon {
    margin-bottom: 5%;
    min-width: 900px;
  }

  #about .mainCon.table-scroll {
    margin-bottom: 5%;
    overflow-x: auto;
    min-height: 1000px;
  }
  #about .mainCon.table-scroll::-webkit-scrollbar {
    height: 3px;
  }
  #about .mainCon.table-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
  }
  #about .mainCon.table-scroll::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 999px;
  }
  #about .mainCon.table-scroll .flexCon {
    margin-bottom: 5%;
    min-width: 900px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: clamp(1px, 3.5vw, 30px);
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .flex {
    display: block;
  }

  .boxouter {
    width: 80%;
  }

  a::before {
    content: none !important;
  }

  .btn-form {
    margin: 5% 0;
  }

  .fixed-btn {
    position: fixed;
    right: 50%;
    bottom: 0px;
    z-index: 1000;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transform: translate(50%, 20px);
    transition: 0.3s;
  }
  .fixed-btn.is-show {
    opacity: 1;
    visibility: visible;
    transform: translate(50%, 0px);
  }

  .top .scroll {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 2/1.5;
    width: 20%;
    border-radius: 100% 100% 0 0;
  }
  .top .scroll .img {
    transform: translateY(-50%);
    left: 50%;
    bottom: 20%;
  }

  #reason .bg-B .pointBox {
    padding: 2rem 0 3rem;
  }
  #reason .bg-B .pointBox .flex {
    padding: 2rem 0;
  }
  #reason .bg-B .pointBox .flex .ttl {
    width: 30%;
    padding-bottom: 1rem;
  }
  #reason .bg-B .pointBox .flex .ttl.point3 {
    width: 55%;
  }
  #reason .bg-B .pointBox .flex .yazi {
    display: none;
  }
  #reason .bg-B .pointBox .flex .txt {
    width: 100%;
  }
  #reason .bg-B .pointBox .imgBox {
    margin: 0;
  }
  #reason .bg-B .pointBox .imgBox .img:nth-of-type(1), #reason .bg-B .pointBox .imgBox .img:nth-of-type(3) {
    display: none;
  }
  #reason .bg-B .pointBox .imgBox .img:nth-of-type(2) {
    width: 100%;
  }

  #plan .formBtmBox {
    width: 90%;
  }
  #plan .formBtmBox-pc {
    display: none;
  }
  #plan .formBtmBox-sp {
    display: block;
  }
  #plan .formBtmBox > p {
    text-align: center;
    font-size: clamp(10px, 0.929rem, 13px);
    color: #0C7CD8;
    margin-top: 5%;
  }
  #plan .formBtmBox .btn-form {
    margin-top: 2%;
  }
  #plan .formBtmBox .btn-form .img {
    width: 20%;
    margin-top: -5%;
  }
  #plan .formBtmBox .btn-form .btn-form__flex {
    padding: 0;
    gap: 3%;
  }
  #plan .planBox .planBoxInner h3 {
    font-size: clamp(10px, 2.286rem, 32px);
    padding-bottom: 2.5rem;
  }
  #plan .planBox .planBoxInner h3 .S {
    font-size: clamp(10px, 1.571rem, 22px);
  }
  #plan .planBox .planBoxInner > .txtCon p:nth-of-type(1) {
    font-size: clamp(10px, 2.286rem, 32px);
    padding-bottom: 0.5rem;
  }
  #plan .planBox .planBoxInner > .txtCon p:nth-of-type(2) {
    width: 90%;
  }
  #plan .planBox .planBoxInner > .txtCon p:nth-of-type(3) {
    text-align: left;
  }
  #plan .planBox .planBoxInner .flexCon .decoCon {
    display: none;
  }
  #plan .planBox .planBoxInner .flexCon .mainCon {
    width: 100%;
  }
  #plan .planBox .planBoxInner .flexCon .mainCon > .flex {
    display: flex;
  }
  #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box {
    width: 50%;
    border-left: none !important;
    border-bottom: 2px solid #C2DEF5;
    padding: 3rem 2%;
  }
  #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box .txt p {
    font-size: clamp(10px, 1.286rem, 18px);
  }
  #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box .txt p .L {
    font-size: clamp(10px, 1.786rem, 25px);
  }
  #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:nth-child(odd) {
    border-right: 2px solid #C2DEF5;
  }
  #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:nth-child(even) {
    border-right: none !important;
  }
  #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:last-of-type, #plan .planBox .planBoxInner .flexCon .mainCon > .flex .box:nth-last-child(2) {
    border-bottom: none;
  }
  #plan .planBox .planBoxInner .flexCon .mainCon .kome {
    text-align: left;
  }
  #plan .planBox .planBoxInner .flexCon .mainCon .kome p {
    line-height: 150%;
  }

  .detail .formBtmBox.formBtmBox-yazi {
    padding: 10% 0 0;
  }
  .detail .formBtmBox .yaziCon:nth-of-type(1) .yazi, .detail .formBtmBox .yaziCon:nth-of-type(2) .yazi {
    display: none;
  }

  #about .bg-B .pc {
    display: none;
  }
  #about .bg-B .formBtmBox.pc {
    display: none;
  }
  #about .bg-B .formBtmBox.formBtmBox-yazi {
    padding: inherit;
  }
  #about .bg-B .formBtmBox .mainCon {
    width: auto;
    margin-top: 5%;
  }
  #about .bg-B .formBtmBox .mainCon .img {
    margin: -20% auto 1%;
  }
  #about .bg-B .formBtmBox .mainCon2 {
    margin-top: 5%;
  }
  #about .bg-B .formBtmBox .formBtmBox-btn {
    padding: 2% 0 14%;
  }
  #about .bg-B .formBtmBox .formBtmBox-yazi {
    padding: 0;
  }
  #about .bg-B .formBtmBox .yaziCon {
    padding: 7% 0 0;
  }

  #apply .applyCon {
    width: 95%;
    padding: 20% 2.5%;
  }
  #apply .applyCon .boxouter .pc {
    display: none;
  }
  #apply .applyCon .boxouter .mainCon .yazi {
    width: 20%;
    margin: 15% auto;
  }
  #apply .applyCon .boxouter .mainCon > .ttlCon {
    padding: 10% 0 0%;
  }
  #apply .applyCon .boxouter .mainCon > .ttlCon .ttlBox {
    padding: 3rem 0;
  }
  #apply .applyCon .boxouter .mainCon > .ttlCon .ttlBox p {
    font-size: clamp(10px, 2.286rem, 32px);
  }
  #apply .applyCon .boxouter .mainCon .mainBox .txt p {
    font-size: clamp(10px, 1.786rem, 25px);
  }
  #apply .applyCon .boxouter > .ttlCon {
    display: none;
  }
  #apply .applyCon .boxouter .line {
    margin: 6rem 0 2.5%;
  }

  .check {
    background-image: url(../img/check-bg-sp.webp);
  }

  #question {
    padding-bottom: 38%;
  }
  #question .ac .ac-li .ac-label .icon-wrap {
    position: relative;
    width: 10%;
    right: 5%;
    top: 0%;
    height: auto;
    transform: translate(0, 0);
  }
  #question .scrollBox .scrollimg .img {
    width: 39%;
    margin: 0 auto;
  }
  #question .scrollBox .scroll {
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 2/1.5;
    width: 20%;
    border-radius: 100% 100% 0 0;
  }
  #question .scrollBox .scroll .img {
    transform: translateY(-50%);
    left: 50%;
    bottom: 20%;
  }

  footer .aBox .flex {
    display: flex;
    flex-direction: column;
  }
  footer .aBox .flex a {
    margin: 5% 0;
  }
  footer .toTop {
    width: 17%;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: clamp(1px, 3vw, 30px);
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: clamp(1px, 2.5vw, 30px);
  }
}