@charset "UTF-8";
/* スマートフォン用CSS */

.hidden-sp {
	display:none !important;
}
.hidden-pc {
	display: inherit !important;
}
.only-sp {
	display: inherit !important;
}
.only-pc {
	display: none !important;
}
span.only-sp {
  display: inline !important;
}


#wrapper {
  width: 100dvw;
  overflow-x: hidden;
  position: relative;
}




section {
  padding: 12rem 0;
}
.s01 {
  padding-top: 9.6rem;
}
.s03 {
  padding-bottom: 24rem;
}
.s04 {
  padding: 19.2rem 0;
}



.title01 {
  font-size: 6.8rem;
  margin-bottom: 4.8rem;
  line-height: 1.4;
}
.title01 span {
  color: #54C3F1;
}
.title01 span span {
  font-size: 8.8rem;
}
.title01 span span.big {
  font-size: 7rem;
  line-height: 1;
}
#about .title01 {
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
#reason .title01 {
  margin-bottom: 4.8rem;
}
#lecturer .title01 span,
#message .title01 span {
  color: #036EB8;
}


.title02 {
  font-size: 6.8rem;
}
.title02 span {
  font-size: 8rem;
}


.title03 {
  font-size: 6rem;
  margin: 3.2rem 0 1.2rem;
}


.p01 {
  font-size: 3.6rem;
  margin: 2.4rem 0 0;
}


sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 1;
}
#result sup {
  color: #000;
}


.kome {
  font-size: 2.8rem;
  margin-top: 2rem;
}
.kome2 {
  font-size: 2.7rem;
  line-height: 1;
  display: block;
  margin-top: 2rem;
  color: #444;
}


.cv {
  text-align: center;
  padding: 24rem 0 12rem;
}
.cv a {
  font-size: 5rem;
  padding: 2rem 8.4rem;
}
.cv a span {
  font-size: 7rem;
}
.cv a:hover {
  background-color: #036EB8;
  color: #fff;
}


img {
  width:100%;
  display:block;
  transition: opacity 0.3s;
}

a:hover img {
  opacity: 0.75;
}

.inner {
  display: block;
	width:114rem;
  padding: 0 8rem;
	margin:0 auto;
	position:relative;
}

@media screen and ( min-width:961px ) {
  /* #wrapper {
    width: 100vw;
    overflow-x: hidden;
  } */
}


.drone-img {
  height: 42rem;
  margin-top: 6rem;
}

.drone-img img {
  animation: drift 2s linear infinite;
  position: absolute;
  width: 185%;
  top: -50%;
  left: -50%;
  transform: translate(-50%, -50%);
}

#mv {
  background: url(../img/bg01_pc.png) no-repeat center center / cover;
  padding:0 0 4rem;
}

.radius {
  border-radius: 1.2rem;
}

#header {
  position: relative;
}
.header-inner {
  display: block;
	width:114rem;
  padding: 2.4rem 0 2rem 2rem;
	margin:0 auto;
	position:relative;
  display: flex;
  justify-content: space-between;
}

.header-inner a {
  display: block;
  width:34rem;
}

.header-info {
  width: 76rem;
  top: 0;
  right: 0;
}


.header-tel {
  padding: 2.4rem 0 2.4rem 18rem;
}

.header-tel p {
  font-size: 3rem;
}

.header-tel a {
  display: block;
  margin: 0.9rem 0 1.2rem;
  width: 52rem;
}



#mv .htag {
  margin: 10rem 0 0;
}

#mv ul {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
#mv ul li {
  width: 46%;
  font-size: 3.4rem;
  padding: 1.2rem 0;
}
#mv ul li:nth-of-type(1) {
  padding: 0.4rem 0 1rem;
}
#mv ul li::before {
  content: "";
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 1px solid #fff;
}
#mv ul li:nth-of-type(2)::after {
  right: -1rem;
  font-size: 2.4rem;
  transform: translate(0%, 180%);
}

#mv ul li .span1 {
  font-size: 6rem;
}
#mv ul li .span2 {
  font-size: 5.6rem;
}
#mv ul li .span3 {
  font-size: 7.2rem;
  line-height: 1;
}

#bnr img {
  object-fit: cover;
  display: block;
  width: 100%;
  object-position: 50% 50%;
  aspect-ratio: 2.6 / 1;
  border-radius: 1.6rem;
}



.layout01 {
  display: flex;
  flex-direction: column;
  gap: 4.6rem;
}
.layout01 img {
  object-fit: cover;
  display: block;
  width: 100%;
  object-position: 50% 50%;
  aspect-ratio: 2 / 1;
  border-radius: 1.6rem;
}
.layout01 dt span {
  color: #54C3F1;
}
.layout01 p {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 2.2;
  margin-top: 2.4rem;
}



.layout02 {
  background: url(../img/bg02.png) no-repeat center center / 84rem;
}
.layout02-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6rem;
}
.layout02-inner .box img {
  margin: 0;
  object-fit: cover;
  display: block;
  width: 100%;
  object-position: 50% 50%;
  aspect-ratio: 2.4 / 1;
  border-radius: 1.6rem;
}
.layout02-inner .box:nth-of-type(1) img {
  object-position: 50% 30%;
}
.layout02 dl dt {
  margin: 3rem 0;
  grid-template-columns: 1fr 82%;
  gap: 2.4rem;
  font-size: 5.8rem;
}
.layout02 dl dt::before {
  font-size: 15rem;
}
.layout02 dl dd {
  font-size: 3.6rem;
}
.layout02 dl dd span {
  font-size: 2.2rem;
}


#recommend {
  background-color: #D6F1FB;
}

.layout03 {
  position: relative;
}
.layout03 .htag {
  margin-bottom: 6.4rem;
  font-size: 6.8rem;
}
.layout03 .htag span {
  color: #036EB8;
}
.layout03 img {
  width: 80rem;
  top: -22rem;
  right: -24rem;
}
.layout03-inner li {
  font-size: 4rem;
  font-weight: 600;
  padding-left: 6rem;
}
.layout03-inner li ~ li {
  margin: 3.6rem 0 0;
}
.layout03-inner li::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/check01.png) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}


.layout04 {
  counter-reset: dt-counter;
}
.layout04-inner .box {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 3.6rem;
}
.layout04-inner .box ~ .box {
  margin-top: 8rem;
}
.layout04-inner .box img {
  margin: 0;
  object-fit: cover;
  display: block;
  width: 100%;
  object-position: 30% 50%;
  aspect-ratio: 1 / 2;
  border-radius: 1.6rem;
}
.layout04-inner .box:nth-last-of-type(2) img {
  object-position: 20% 50%;
}
.layout04-inner .box:last-of-type img {
  object-position: 60% 50%;
}
.layout04 dl dt {
  grid-template-columns: 1fr 48rem;
  font-size: 5rem;
}
.layout04 dl dt::before {
  font-size: 12rem;
}
.layout04 dl dd {
  font-size: 3.6rem;
  line-height: 1.67;
}



.layout05 ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.layout05 li span {
  font-size: 4.5rem;
  padding:0.5rem 0;
}
.layout05 li:nth-of-type(1) span {
  letter-spacing: 1em;
  text-indent: 1em;
} 
.layout05 li img {
  border-radius: 1.2rem;
}
.layout05 .annotation {
  margin-top: 3.2rem;
}
.layout05 .annotation p {
  font-size: 3.6rem;
}



.layout06 .table-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: content-box;
}
.layout06 .table-inner {
  padding:0 1rem 1rem 0;
  width: 150%;
}
.layout06 table th,
.layout06 table td {
  font-size: 3.9rem;
}
.layout06 table th[colspan="4"] {
  font-size: 4rem;
}



.courses {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
}
.course-box {
  border-radius: 2rem;
  padding: 4rem;
}
.price-box .htag {
  font-size: 5.8rem;
}
.price-box .price {
  font-size: 12rem;
}
.price-box .yen {
  font-size: 6rem;
}
.price-box .tax {
  font-size: 3rem;
}
.course-intro {
  padding: 0 4rem;
}
.course-intro .overview,
.course-intro .condition,
.course-intro .schedule {
  padding: 3.2rem 0;
}
.course-intro .htag {
  font-size: 4rem;
}
.course-intro p {
  font-size: 3.6rem;
  line-height: 1.67;
}

.cv2 {
  padding: 6rem 0 12rem;
}
.cv2-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
  background-color: #E0F5FF;
  border-radius: 2rem;
}
.cv2-wrap dl {
  padding: 6.4rem 5.3rem;
}
.cv2-wrap dt {
  font-size: 6.4rem;
  line-height: 1.2;
}
.cv2-wrap dd p {
  font-size: 3.6rem;
  line-height: 1.67;
  padding: 4rem 0;
}
.cv2-wrap dd a {
  font-size: 4rem;
  padding: 2.2rem 0 2.6rem;
}
.cv2-wrap dd a span {
  font-size: 6rem;
}
.cv2-wrap img {
  border-radius: 2rem 2rem 0 0;
  object-fit: cover;
  display: block;
  width: 100%;
  object-position: 50% 60%;
  aspect-ratio: 2.4 / 1;
}



#lecturer {
  background-color: #D6F1FB;
  padding: 9.6rem 0 4.8rem;
}
.lecturers {
  gap: 3.5%;
  flex-wrap: wrap;
}
.lecturers .box {
  width: 31%;
  text-align: center;
}
.lecturers .box {
  width: 31%;
  text-align: center;
}
.lecturers .box:nth-child(n+4) {
  margin-top: 5%;
}
.lecturers .name {
  font-size: 4.8rem;
  margin: 1.4rem 0;
}
.lecturers p {
  font-size: 2.8rem;
  color: #444;
}



#message {
  background-color: #D6F1FB;
  padding: 4.8rem 0 9.6rem;
}
.message {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 3.2rem;
  align-items: stretch;
}
.message img {
  margin: 0;
  object-fit: cover;
  display: block;
  width: 100%;
  object-position: 85% 50%;
  aspect-ratio: 1 / 2;
}
.message-text .name {
  font-size: 4rem;
}
.message-text .htag {
  font-size: 4.2rem;
  line-height: 1.4;
  padding-bottom: 0.8rem;
  margin: 2rem 0 3rem;
}
.message-text .body {
  font-size: 3.6rem;
  line-height: 1.67;
  letter-spacing: 0;
}



.layout07 {
  width: 100%;
}
.layout07 img {
  border-radius: 1.6rem;
}
.layout07 p {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-top: 2rem;
}


.layout08 {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 3.2rem;
  align-items: flex-end;
}
.layout08 ~ .layout08 {
  margin-top: 10rem;
}
.layout08 img {
  border-radius: 1.6rem;
}
.layout08 dl {
  margin-bottom: 2rem;
}
.layout08 dt {
  font-size: 4rem;
}
.layout08 dt span {
  font-size: 5rem;
  margin-right: 0.3rem;
}
.layout08 dd {
  font-size: 3rem;
}
.layout08 p {
  font-size: 3.6rem;
  line-height: 1.625;
}


.layout09 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  padding-top: 10rem;
}
.layout09 dt {
  font-size: 4.8rem;
  padding: 1.6rem 0;
}
.layout09 dd {
  font-size: 3.8rem;
  line-height: 1.67;
}


#support {
  padding-bottom: 0;
}
.support {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4%;
}
.support .box {
  width: 48%;
  height: auto;
  padding: 8rem 2rem;
  background-size: 22.8rem;
}
.support .box:nth-child(n+3) {
  margin-top: 4%;
}
.support dt,
.support dd {
  line-height: 1.3;
}
.support dt {
  font-size: 4rem;
  margin-bottom: 2.4rem;
}
.support dd {
  font-size: 3.6rem;
}


.faq dl {
  border-top: 0.1rem dashed #999;
}
.faq dl dt,
.faq dl dd {
  font-size: 4rem;
  font-weight: 500;
  padding: 3.2rem 12rem 3.2rem 0;
}
.faq dl dt {
  line-height: 1.8;
}
.faq dl dt::after {
  top: 50%;
  right: 4rem;
}
.faq dl dd {
  font-size: 3.6rem;
  padding: 0 12rem 3.2rem 2rem;
  line-height: 2;
  font-weight: 300;
}





.form-wrap {
  width: 100%;
  border: 0.4rem solid #54C3F1;
}

#formtab {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 0;
}
#formtab li {
  font-size: 4.5rem;
  border-bottom: 0.4rem solid #54C3F1;
}
#formtab li#tab-sag {
  border-right: 0.2rem solid #54C3F1;
  margin: -0.4rem 0 0 -0.4rem;
}
#formtab li#tab-pfl {
  border-left: 0.2rem solid #54C3F1;
  margin: -0.4rem -0.4rem 0 0;
}
#formtab li.active {
  margin: 0 !important;
  border: 0;
}
#formtab li#tab-sag.active {
  padding-right: 0.4rem;
}
#formtab li#tab-pfl.active {
  padding-left: 0.4rem;
}
#formtab li span {
  display: block;
  margin: 0.6rem;
  padding: 1.8rem 0;
  color:#54C3F1;
}
#formtab li:not(.active) span {
  background-color: #E557BF;
  color: #fff;
}
#formtab li.active span {
  padding-top: 1.4rem;
}
#formtab li#tab-pfl.active span {
}
#formtab li span a {
  display: inline-block;
  position: relative;
}
#formtab li span a::after {
  display: block;
  position: absolute;
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background: url(../img/icon2-1.png) no-repeat 0 0 / contain;
  top: 50%;
  left: 0;
  transform: translate(-130%, -50%);
}
#formtab li:not(.active) span a::after {
  background: url(../img/icon2-2.png) no-repeat 0 0 / cover;
  left: auto;
  right: 0;
  transform: translate(140%, -50%);
}


.form-text p {
  font-size: 3.6rem;
}
.form-text p + p {
  font-size: 3rem;
  margin-top: 2.4rem;
}


.form-layout01 p span {
  font-size: 3.5rem;
}
.form-layout01 li {
  list-style-type: none;
  position: relative;
}
.form-layout01 li ~ li {
  margin-top:2.4rem;
}
.form-layout01 li.full::after {
  font-size: 4.8rem;
}
.form-layout01 li a {
  display: block;
  background: #54C3F1;
  color: #fff;
  font-weight: 400;
  font-size: 5rem;
  text-align: center;
  text-decoration: none;
  padding:0.3em 0;
  transition: opacity 0.2s linear;
}
.form-layout01 li.comingsoon a {
  pointer-events: none;
}
.form-layout01 li a span {
  font-size: 90%;
}
.form-layout01 li a:hover {
  opacity: 0.6;
}

.form-layout01 li.full a {
  opacity: 0.2;
  pointer-events: none;
}

.form-inner {
  margin: 4rem 5rem 8rem;
}

.form-inner#con-pfl {
  display: none;
}

#form .title01 {
  font-size: 5rem;
  text-align: center;
  margin: 4.8rem 0 2.8rem;
}



#field {}
.field {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
}
.field .box img {
  border-radius: 1.6rem;
}
.field dl {
  margin: 2.4rem 0 1.6rem;
}
.field dt {
  font-size: 4.6rem;
  margin-bottom: 0.8rem;
}
.field dd {
  font-size: 3.6rem;
  line-height: 1.67;
}
.field .box dl + img {
  width: 55%;
}


#access {
  padding-bottom: 0;
}
.access {}
.access .row1 {
  grid-template-columns: repeat(1,1fr);
  gap: 3.2rem;
}
.access .col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.access .col1 img {
  width: 40%;
  margin-bottom: 2.4rem;
  border-radius: 1.6rem;
}
.access .col1 .htag {
  font-size: 4.8rem;
}
.access .col1 ul {
  margin-top: 2rem;
  margin-left: 6rem;
}
.access .col1 li {
  font-size: 3.2rem;
  padding-top: 1rem;
}

.access .code {
  margin: 3rem 0 4.8rem;
}
.access .code li {
  font-size: 3.2rem;
  margin-top: 0.3rem;
}

.access .col2 {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.access .col2 .htag {
  font-size: 4.8rem;
}
.access .col2 dt {
  font-size: 4rem;
}
.access .col2 dt a {
  padding: 2.4rem 0;
  margin-top: 0.6rem;
}
.access .col2 dt a img {
  width: 70%;
}
.access .col2 dd {
  font-size: 3.6rem;
  padding-top: 1.6rem;
  line-height: 1.8;
}
.access .code + .row1 > img {
  border-radius: 1.6rem;
}


#footer {
  padding: 4rem 0;
}
#footer .copyright {
  font-size: 3.6rem;
}



.cvbtn-fixed {
  padding:0;
  position: fixed;
  right:0;
	top: 50%;
  margin:0;
  width: 10rem;
	transform: translate(3rem, -50%);
}
.cvbtn-fixed a {
  display: block;
  border-radius: 1.6rem 0 0 1.6rem;
  width: auto;
  padding: 3.2rem 1.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.4;
  margin: 0;
  font-size:1.4rem;
  background-color: #0063B1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.cvbtn-fixed a span {
  font-size:2.4rem;
  letter-spacing: 0.3rem;
}
.cvbtn-fixed a p.pc {
  display: inline;
}

@media screen and ( max-width:1140px ) {
  .cvbtn-fixed {
    display: none;
  }
}
