html,body{
  font-family: Poppins, "Noto Sans JP", "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3A3A38;
  line-height: 1.5;
}
a{
  color: #3A3A38;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.bl{ color: #014F99; }
.wh{ color: #fff; }
.marker{ background: linear-gradient(to bottom, transparent 70%,#FFDF4A 70%); }
.bg-bl{ background: #014F99; }




.anchor{
  padding-top: 6.4rem;
  margin-top: -6.4rem;
}

.nav{
  width: 100%;
  border-bottom: 1px solid rgba(222,222,222,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background-color 1s, backdrop-filter 1s;
}
.nav .content{
  height: 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .logo-wrap{
  display: grid;
  grid-template-columns: 16.8rem 1fr;
  gap: 2.4rem;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.nav a.nav-btn{
  display: block;
  width: 20.6rem;
  filter: drop-shadow(0.6rem 0.6rem 1.2rem rgba(14,193,97,0.3));
}
.nav.bg{
  background-color: #055EF0;
  backdrop-filter: blur(1rem);
}


a.cta-btn{
  display: block;
  width: 46rem;
  filter: drop-shadow(0.6rem 0.6rem 1.2rem rgba(14,193,97,0.3));
}


.fv{
  background: url(../images/fv-bg.png) center center no-repeat;
  background-size: cover;
  padding: 8rem 0 0rem;
}
.fv .content{
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 2rem;
}
.fv .txt{
  padding-top: 5.4rem;
}
.fv a.cta-btn{
  margin-top: 3.4rem;
  margin-bottom:6rem;
}
.fv-offer{
  background: #3DC7C6;
  padding: 3rem 0;
  position: relative;
}
.fv-offer img{
  width: 108rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.fv .fv-txt{
  background: #00356E;
  padding: 1.8rem 0;
  position: relative;
}
.fv .fv-txt img{
  width: 58.6rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.fv .fv-txt::before{
  content: "";
  display: block;
  width: 46%;
  height: 100%;
  background: #014F99;
  clip-path: polygon(10rem 0,100% 0,100% 100%,0 100%);
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}


.sec-1{
  background: #ECF1F4;
  padding: 3rem 0 4rem;
}
.sec-1 ul.ul-1{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.sec-1 ul.ul-1 li{
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 2.7rem;
  align-items: center;
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.6rem 2.8rem;
}
.sec-1 ul.ul-1 li h2{
  font-size: 2rem;
  line-height: 1.2;
}
.sec-1 ul.ul-1 li p{
  margin-top: 0.5em;
}
.sec-1 .box{
  background: #fff;
  border-radius: 1.2rem;
  padding: 4rem 57rem 4rem 5rem;
  margin-top: 2rem;
  position: relative;
}
.sec-1 .box img.img{
  width: 53.4rem;
  position: absolute;
  right: 1.6rem;
  top: 4rem;
}
.sec-1 .box h2{
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.sec-1 .box h2 span{
  display: block;
  font-size: 2rem;
}
.sec-1 .box h2 small{
  font-size: 70%;
}
.sec-1 .box ul li{
  display: block;
}
.sec-1 .box ul li + li{
  margin-top: 2rem;
}
.sec-1 .box ul li h3{
  font-size: 2rem;
  padding-left: 4rem;
  margin-bottom: 1.6rem;
  position: relative;
}
.sec-1 .box ul li h3::before{
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/ico-check.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.sec-2{
  padding: 5rem 0 0;
}
.sec-2 h2{
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 4rem;
}
.sec-2 h2 span{
  display: inline-block;
  background: #0099DB;
  color: #fff;
  padding: 0 0.1em;
  margin-right: 0.1em;
}
@media (min-width: 769px){
.sec-2-swiper .swiper-wrapper{
  transform: unset !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.sec-2-swiper .swiper-slide{
  width: calc(100% / 3 - 4rem / 3);
}
}
.sec-2-swiper .swiper-slide{
  background: #F1F5F7;
  border-radius: 1.2rem;
  padding: 2.5rem;
  text-align: center;
}
.sec-2-swiper .swiper-slide img.ico{
  width: 6.4rem;
  margin: 0 auto 1.6rem;
}
.sec-2-swiper .swiper-slide h3{
  font-size: 1.8rem;
  margin-bottom: 0.3em;
}


.sec-3{
  background: #ECF5FA;
  clip-path: polygon(0 0,50% 5.95vw,100% 0,100% 100%,0 100%);
  padding: calc(5.95vw + 5rem) 0 8rem;
}
.sec-3 img.logo{
  width: 62rem;
  margin: 0 auto 3rem;
}
.sec-3 h2{
  width: fit-content;
  font-size: 4rem;
  margin: 0 auto 0.3em;
}
.sec-3 h2 + p{
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5rem;
}
.sec-3 .sec-3-slide{
  margin-bottom: 5rem;
}
.sec-3 ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 4rem;
}
.sec-3 ul li{
  display: block;
  background: #fff;
  border-radius: 1.2rem;
  padding: 2.4rem;
}
.sec-3 ul li:nth-child(-n+3){
  grid-column: 1 / -1;
  padding: 4rem;
}
.sec-3 ul li .num{
  width: fit-content;
  padding: 0 1em;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.4em;
}
.sec-3 ul li h3{
  font-size: 3.8rem;
  line-height: 1.36;
  margin-bottom: 0.3em;
}
.sec-3 ul li:nth-child(n+4) h3{
  font-size: 2.8rem;
  margin-bottom: 0.5em;
}
.sec-3 ul li img.img{
  margin-top: 4rem;
}
.sec-3 ul li:nth-child(n+4) img.img{
  margin: 0 0 2.4rem;
}
.sec-3 ul li img.img + small{
  font-size: 1.2rem;
}
.sec-3 ul li .img-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}
.sec-3 .box{
  background: #fff;
  border-radius: 1.2rem;
  padding: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
}


.sec-4{
  padding: 8rem 0 0;
}
.sec-4 .box-1{
  background: url(../images/sec-4-bg1.png) center center;
  background-size: 9.1rem auto;
  border-radius: 1.2rem;
  padding: 2rem 2.4rem 2.4rem;
  text-align: center;
}
.sec-4 .box-1 h2{
  font-size: 3.2rem;
}
.sec-4 .box-1 h2 + p{
  margin-bottom: 2rem;
}
.sec-4 .box-1 .inner{
  background: #fff;
  border-radius: 1.2rem;
  padding: 3rem 8rem 4rem;
}
.sec-4 .box-1 .inner a.cta-btn{
  margin: 4rem auto 0;
}
.sec-4 .box-1 .inner p{
  font-size: 2rem;
  font-weight: 700;
}
.sec-4 .box-1 .inner small{
  display: block;
  font-size: 1.4rem;
  margin: 0.5em 0 2rem;
}
.sec-4 .box-2{
  border-radius: 1.2rem;
  border: 0.8rem solid #014F99;
  padding: 6rem 42rem 8rem 8rem;
  position: relative;
  margin-top: 4rem;
}
.sec-4 .box-2 img.img{
  width: 26.7rem;
  position: absolute;
  right: 8rem;
  bottom: 0;
}
.sec-4 .box-2 h2,
.sec-4 .box-2 h2 + p{
  text-align: center;
}
.sec-4 .box-2 .h2-top{
  width: fit-content;
  line-height: 3.2rem;
  border-radius: 1.6rem;
  padding: 0 1em;
  background: #FFE04E;
  font-weight: 700;
  margin: 0 auto;
}
.sec-4 .box-2 h2{
  font-size: 4.8rem;
  font-weight: 900;
}
.sec-4 .box-2 h2 + p{
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}


.sec-5{
  padding: 7rem 0 8rem;
}
.sec-5 h2,
.sec-6 h2{
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 4rem;
}
.sec-5 ul li{
  display: grid;
  grid-template-columns: 11rem 22rem 1fr;
  border-radius: 1.2rem;
  align-items: center;
  border: 0.4rem solid #014F99;
  padding: 2.4rem;
}
.sec-5 ul li + li{
  margin-top: 1.2rem;
}
.sec-5 ul li .day{
  line-height: 3.2rem;
  border-radius: 1.6rem;
  background: #014F99;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.sec-5 ul li h3{
  font-size: 2rem;
  padding-left: 2rem;
  border-right: 1px solid #9D9D9D;
}
.sec-5 ul li p{
  padding-left: 4rem;
}
.sec-5 ul li.active{
  background: #014F99;
  color: #fff;
}
.sec-5 ul li.active .day{
  background: #fff;
  color: #014F99;
}


.sec-6{
  background: #F7F7F7;
  padding: 7rem 0 8rem;
}
.sec-6 ul li{
  display: block;
  background: #fff;
  border-radius: 1.2rem;
  padding: 2rem 2.4rem;
}
.sec-6 ul li + li{
  margin-top: 1.2rem;
}
.sec-6 ul li h3{
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.sec-6 ul li h3::before{
  content: "Q. ";
  color: #0099DB;
}


.form{
  background: #014F99;
  padding: 7rem 0 8rem;
}
.form.complete{
  padding-top: 12.4rem;
}
.form .box{
  max-width: 82rem;
  background: #fff;
  border-radius: 1.2rem;
  padding: 4rem 5rem;
  margin: 0 auto;
}
.form .box a{
  text-decoration: underline;
}
.form h2{
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}
.form label.label{
  display: block;
  font-weight: 700;
  margin: 2rem 0 0.5em;
}
.form label.label:first-child{
  margin-top: 0;
}
.form label.label.required::after{
  content: "*";
  color: #E02E72;
}
.form input[type=text],
.form textarea{
  display: block;
  width: 100%;
  padding: 0.7em 1em;
  border-radius: 0.8rem;
  background: #F0F0F0;
  border: 0;
  font-size: 1.6rem;
}
.form textarea{
  height: 28rem;
  resize: none;
}
.form .agree{
  text-align: center;
  margin: 4rem 0;
}
.form .submit-btn{
  display: block;
  width: 43rem;
  background: none;
  border: none;
  margin: 4rem auto 0;
  filter: drop-shadow(0.6rem 0.6rem 1.2rem rgba(14,193,97,0.3));
  transition: opacity 0.3s;
}
.form .submit-btn:hover{
  opacity: 0.7;
}


.radio{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
}
.radio label{
  position: relative;
}
.radio input[type=radio]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.radio input[type=radio] + span{
  display: inline-block;
  padding-left: calc(2.4rem + 0.5em);
  line-height: 2.4rem;
  cursor: pointer;
  position: relative;
}
.radio input[type=radio] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  background: #F5F5F5;
  border-radius: 50%;
}
.radio input[type=radio]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  left: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #014F99;
  border-radius: 50%;
}


.checkbox{
  display: flex;
  justify-content: center;
}
.checkbox label{
  position: relative;
}
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox] + span{
  display: inline-block;
  padding-left: calc(2.3rem + 0.5em);
  line-height: 2.3rem;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  background: #F0F0F0;
  border-radius: 0.4rem;
}
.checkbox input[type=checkbox] + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.9rem;
  left: 0.75rem;
  width: 0.6rem;
  height: 1.1rem;
  transform: rotate(43deg);
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}
.checkbox input[type=checkbox]:checked + span::before{
  background: #014F99;
}


footer{
  text-align: center;
  padding: 8rem 0;
}
footer a.logo{
  display: block;
  width: 15.6rem;
  margin: 0 auto 1.6rem;
}
footer ul.f-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
footer ul.f-nav li{
  display: block;
}
footer .copy{
  opacity: 0.5;
  margin-top: 1em;
}




/* ボタン用アニメーション */
.pulse{ animation: pulse 1s infinite; }

@keyframes pulse {
  0%,100% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: rgba(42,95,240,1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 20rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #014F99;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}


/* フローティング */
#fl-bnr {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 997;
}
#fl-bnr a {
  display: block;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.6rem; }

.content{
  width: 100%;
	max-width: 116rem;
  padding: 0 4rem;
	margin: 0 auto;
}
.content.w124{
  max-width: 132rem;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1160px){

html{ font-size: 0.862vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.56vw; }
body{ font-size: 1.4rem; }

.content{
	width: 100%;
	padding: 0 1.6rem;
}


.anchor{
  padding-top: 7.2rem;
  margin-top: -7.2rem;
}

.nav .content{
  height: 7.2rem;
  padding: 0 1.2rem;
}
.nav a.nav-btn{
  width: 14rem;
}


a.cta-btn{
  display: block;
  width: 46rem;
  filter: drop-shadow(0.6rem 0.6rem 1.2rem rgba(14,193,97,0.3));
}


.fv{
  background: url(../images/fv-bg_sp.png) center center no-repeat;
  background-size: cover;
  padding: 10rem 0 0;
}
.fv .content{
  grid-template-columns: 100%;
  gap: 2rem;
}
.fv .txt{
  padding-top: 0;
}
.fv img.img{
  width: 36.4rem;
  margin: 0 auto 1rem;
}
.fv-offer{
  padding: 1.8rem 0;
}
.fv-offer img{
  width: 92%;
}
.fv .fv-txt{
  padding: 2.5rem 0;
}
.fv .fv-txt img{
  width: 32.6rem;
}
.fv .fv-txt::before{
  width: 21.7rem;
  clip-path: polygon(7.5rem 0,100% 0,100% 100%,0 100%);
}


.sec-1{
  padding: 1.6rem 0;
}
.sec-1 ul.ul-1{
  grid-template-columns: 100%;
  gap: 1.2rem;
}
.sec-1 ul.ul-1 li{
  grid-template-columns: 7.2rem 1fr;
  gap: 1.2rem;
  border-radius: 1.2rem;
  padding: 1rem 1.2rem;
}
.sec-1 ul.ul-1 li img.ico{
  width: 100%;
  height: 4.5rem;
  object-fit: contain;
}
.sec-1 ul.ul-1 li h2{
  font-size: 1.6rem;
}
.sec-1 ul.ul-1 li p{
  margin-top: 0.5em;
}
.sec-1 .box{
  padding: 1.6rem;
  margin-top: 1.2rem;
}
.sec-1 .box img.img{
  width: 100%;
  position: unset;
  margin: 2rem auto;
}
.sec-1 .box h2{
  font-size: 3.2rem;
  text-align: center;
}
.sec-1 .box h2 span{
  font-size: 1.4rem;
}
.sec-1 .box ul li + li{
  margin-top: 1.6rem;
}
.sec-1 .box ul li h3{
  font-size: 1.8rem;
  padding-left: 3.2rem;
  margin-bottom: 1.4rem;
}
.sec-1 .box ul li h3::before{
  width: 2.4rem;
  height: 2.4rem;
}


.sec-2{
  padding: 4rem 0;
}
.sec-2 h2{
  font-size: 2rem;
  margin-bottom: 2rem;
}
.sec-2-swiper{
  overflow: unset;
}
.sec-2-swiper .swiper-slide{
  width: 30rem;
}
.swiper-pagination{
  position: unset;
  margin-top: 2rem;
}
.swiper-pagination-bullet{
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.3rem;
  background: #F1F5F7;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #014F99;
}



.sec-3{
  clip-path: polygon(0 0,50% 4rem,100% 0,100% 100%,0 100%);
  padding: 6.4rem 0 4rem;
}
.sec-3 img.logo{
  width: 27.8rem;
  margin: 0 auto 2rem;
}
.sec-3 h2{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.4rem;
  margin: 0 auto 2rem;
}
.sec-3 h2 + p{
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.sec-3 .sec-3-slide{
  overflow-x: scroll;
  margin-bottom: 4rem;
}
.sec-3 .sec-3-slide img{
  width: 88rem;
  max-width: unset;
}
.sec-3 ul{
  grid-template-columns: 100%;
  row-gap: 1.6rem;
}
.sec-3 ul li,
.sec-3 ul li:nth-child(-n+3){
  padding: 2rem 1.6rem;
}
.sec-3 ul li .num{
  font-size: 1.8rem;
}
.sec-3 ul li h3,
.sec-3 ul li:nth-child(n+4) h3{
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.sec-3 ul li img.img{
  margin-top: 2rem;
}
.sec-3 ul li:nth-child(n+4) img.img{
  margin: 0 0 2rem;
}
.sec-3 ul li .img-wrap{
  grid-template-columns: 100%;
  gap: 1.2rem;
  margin-top: 2rem;
}
.sec-3 .box{
  padding: 1.6rem;
  font-size: 1.4rem;
  text-align: left;
  margin-top: 1.6rem;
}


.sec-4{
  padding: 2rem 0 0;
}
.sec-4 .box-1{
  background: url(../images/sec-4-bg1.png) center center;
  background-size: 4.2rem auto;
  padding: 1.6rem;
}
.sec-4 .box-1 h2{
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.sec-4 .box-1 .inner{
  padding: 2rem 1.2rem;
}
.sec-4 .box-1 .inner p{
  font-size: 1.4rem;
}
.sec-4 .box-1 .inner small{
  font-size: 1.2rem;
  margin: 0.8em 0 2rem;
}
.sec-4 .box-2{
  border: 0.4rem solid #014F99;
  padding: 2rem;
  margin-top: 1.6rem;
}
.sec-4 .box-2 img.img{
  width: 17.2rem;
  position: unset;
  margin: 1.6rem auto 0;
}
.sec-4 .box-2 .h2-top{
  line-height: 2.8rem;
  border-radius: 1.4rem;
}
.sec-4 .box-2 h2{
  font-size: 3.2rem;
}
.sec-4 .box-2 h2 + p{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}


.sec-5{
  padding: 4rem 0;
}
.sec-5 h2,
.sec-6 h2{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.sec-5 ul li{
  grid-template-columns: 100%;
  padding: 1.6rem;
}
.sec-5 ul li + li{
  margin-top: 1.2rem;
}
.sec-5 ul li .day{
  width: 11rem;
  font-size: 1.6rem;
  margin: 0 auto 0.5em;
}
.sec-5 ul li h3{
  font-size: 2rem;
  text-align: center;
  padding-left: 0;
  border-right: 0;
  margin-bottom: 0.2em;
}
.sec-5 ul li p{
  text-align: center;
  padding-left: 0;
}


.sec-6{
  padding: 4rem 0;
}
.sec-6 ul li{
  padding: 2rem;
}
.sec-6 ul li h3{
  font-size: 1.6rem;
}


.form{
  padding: 4rem 0 2rem;
}
.form.complete{
  padding-top: 11.2rem;
}
.form .box{
  padding: 1.6rem 1.6rem 4rem;
}
.form h2{
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.form label.label{
  margin: 1.6rem 0 0.5em;
}
.form textarea{
  height: 22rem;
}
.form .submit-btn{
  width: 100%;
}


.radio{
  flex-direction: column;
  row-gap: 1.2rem;
  margin-top: 1rem;
}


footer{
  font-size: 1.2rem;
  padding: 4rem 0;
}


#loading img {
  width: 16rem;
}




}/*　スマホここまで */



