html,body{
  font-family: "Noto Sans JP", "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
a{
  color: #000;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
a svg path{
  transition: fill 0.3s, stroke 0.3s;
}
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.or{ color: #FF5912; }
.re{ color: #EC1614; }
.bl{ color: #2A7BDE; }
.wh{ color: #fff; }




.logo-head{
  width: 100%;
  height: max(2.9vw,4.1rem);
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.logo-head img{
  display: block;
  width: max(4.58vw,8rem);
  margin-left: 1.04vw;
}
.logo-head2 .logo{
  display: block;
  width: 10rem;
  margin: 1.6rem 2rem;
}


.bg-img{
  display: flex;
  justify-content: center;
}
.bg-img img{
  width: 100%;
  min-width: 140rem;
}
section{
  position: relative;
}


.ttl-1{
  font-size: 6.5rem;
  letter-spacing: 0.06em;
  width: fit-content;
  padding-bottom: 0.08em;
  border-bottom: 0.7rem solid #FF5912;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.ttl-1:has(.re){
  border-color: #EC1614;
}
.ttl-1:has(.bl){
  border-color: #2A7BDE;
}
.ttl-1-en{
  position: relative;
  z-index: 1;
  opacity: 0.5;
  margin-bottom: 11rem;
}
.ttl-1-en::before{
  content: "";
  display: block;
  width: 100vw;
  border-top: 1px solid #131B40;
  position: absolute;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
}
.ttl-1-en.wh::before{
  border-color: #fff;
}
.ttl-1-en span{
  width: 1.7rem;
  position: absolute;
  left: -3.4rem;
  top: 1.7rem;
}


.fv{
  position: relative;
}
.fv a.fv-btn{
  display: block;
  width: max(34.38vw,48.1rem);
  position: absolute;
  bottom: max(1vw,1.4rem);
  left: 50%;
  transform: translateX(-50%);
}


.sec-1::before{
  content: "";
  display: block;
  width: max(23.44vw,32.8rem);
  aspect-ratio: 450 / 146;
  background: url(../images/sec-1-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.2vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}


.sec-2{
  background: url(../images/sec-2-bg.jpg) center top no-repeat #1C2C4E;
  background-size: 100% auto;
  color: #fff;
  padding: 14rem 0;
}
.sec-2 ul li{
  display: flex;
  gap: 3rem;
}
.sec-2 ul li:nth-child(2n){
  flex-direction: row-reverse;
}
.sec-2 ul li + li{
  margin-top: 4rem;
}
.sec-2 ul li .img{
  width: 32.8rem;
}
.sec-2 ul li .txt{
  flex: 1;
}
.sec-2 ul li .txt .ttl-wrap{
  display: flex;
  gap: 0.4rem;
  margin-bottom: 4rem;
}
.sec-2 ul li:nth-child(2n) .txt .ttl-wrap{
  flex-direction: row-reverse;
}
.sec-2 ul li .txt .ttl-wrap .num{
  width: 6rem;
}
.sec-2 ul li .txt .ttl-wrap h3{
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  color: #131B40;
  font-size: 2.8rem;
  font-weight: 900;
  padding: 0 1.8rem 0.1em;
}


.cta a.cta-btn{
  display: block;
  width: max(37.19vw,52rem);
  position: absolute;
  bottom: max(7vw,10rem);
  left: 50%;
  transform: translateX(-50%);
}


.sec-3{
  background-color: #f1f1f1;
  padding: 8rem 0 14rem;
}
.sec-3 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 7.2rem;
}
.sec-3 ul li{
  display: block;
  width: calc(100% / 3 - 2rem);
  background: #fff;
  padding: 6rem 0 3rem;
  text-align: center;
  font-weight: 700;
  border-top: 4.6rem solid #102D53;
  border-bottom: 0.4rem solid #102D53;
  position: relative;
}
.sec-3 ul li img.ico{
  width: 15rem;
  position: absolute;
  top: -9.8rem;
  left: 50%;
  transform: translateX(-50%);
}


.sec-4{
  padding: 10rem 0 17rem;
}
.sec-4 .ttl-1-en{
  margin-bottom: 9rem;
}
.sec-4 ul li{
  display: grid;
  grid-template-columns: 16.4rem 1fr;
  column-gap: 2.6rem;
}
.sec-4 ul li + li{
  margin-top: 1.6rem;
}
.sec-4 ul li p{
  line-height: 3rem;
}


.sec-5{
  padding: 0 0 17rem;
}
.sec-5 .ttl-1-en{
  margin-bottom: 9rem;
}
.sec-5 ul li{
  display: block;
}
.sec-5 ul li + li{
  margin-top: 4rem;
}
.sec-5 ul li h3,
.sec-5 ul li .answer{
  display: flex;
  align-items: center;
  min-height: 4rem;
  padding-left: 9rem;
  position: relative;
}
.sec-5 ul li h3::before,
.sec-5 ul li .answer::before{
  content: "";
  display: block;
  width: 7rem;
  height: 4rem;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-5 ul li h3::before{
  background: url(../images/sec-5-q.png) center center no-repeat #2A7BDE;
  background-size: 2.5rem auto;
}
.sec-5 ul li .answer::before{
  background: url(../images/sec-5-a.png) center center no-repeat;
  background-size: 2.5rem auto;
}
.sec-5 ul li .answer{
  background-color: #F4F4F4;
  margin-top: 1rem;
}


.sec-6{
  background: url(../images/sec-6-bg.jpg) center top no-repeat #1C2C4E;
  background-size: 100% auto;
  color: #fff;
  padding: 8rem 0 9rem;
}
.sec-6 .ttl-1-en{
  margin-bottom: 9rem;
}
.sec-6::before{
  content: "";
  display: block;
  width: 144rem;
  aspect-ratio: 1440 / 595;
  background: url(../images/sec-6-bg2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 22rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sec-6 ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
.sec-6 ul li{
  display: block;
  background: url(../images/sec-6-bg3.png) center center no-repeat;
  background-size: cover;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 3rem;
  margin: 2rem 0 0 2rem;
}
.sec-6 ul li img.img{
  width: calc(100% + 6rem);
  max-width: unset;
  margin: -5rem 0 0 -5rem;
}
.sec-6 ul li h3{
  font-size: 2.5rem;
  line-height: 1.3;
  padding: 2rem 0;
  margin-bottom: 2rem;
  position: relative;
}
.sec-6 ul li h3::before{
  content: "";
  display: block;
  width: 5rem;
  height: 0.4rem;
  background-color: #FF5912;
  position: absolute;
  left: -3rem;
  bottom: -0.2rem;
}
.sec-6 ul li .name{
  font-weight: 700;
  margin-top: 0.8em;
}


.sec-7{
  background: url(../images/sec-7-bg.png) center center repeat-y;
  background-size: 100% auto;
  padding: 18.4rem 0 9rem;
}
.sec-7 h2 img{
  width: 138rem;
  position: absolute;
  top: -12.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.form{
  background: #fff;
  padding: 8.5rem 4.8rem 5rem;
  border-radius: 3rem;
}
.form dl.clm2{
  display: grid;
  grid-template-columns: 1fr 64rem;
  row-gap: 3rem;
}
.form dl dt{
  font-size: 1.8rem;
  font-weight: 700;
}
.form dl dt small{
  display: block;
  font-size: 1.6rem;
}
.form dl dt.required::after{
  content: "必須";
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 1em;
  background-color: #FF5912;
  color: #fff;
  border-radius: 0.5em;
  margin-left: 1.2em;
  vertical-align: 0.25em;
}
.form dl dt.any {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.form dl dt.any span {
  position: relative;
   display: inline-block;
}
.form dl dt.any::after {
  content: "任意";
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 1em;
  background-color: gray;
  color: #fff;
  border-radius: 0.5em;
  margin-left: 1.2em;
  vertical-align: 0.25em;
  margin-top: 0.9em;
}
.form dl.full{
  margin-top: 5rem;
}
.form dl.full dt{
  margin-bottom: 2rem;
}
.form dl dd .wrap2col{
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.wrapSel select,
.form input[type=tel],
.form textarea{
  display: block;
  width: 100%;
  padding: 0.7em 1.2em;
  background: none;
  color: #000;
  border: 0.2rem solid #BCBCBC;
  font-size: 1.6rem;
}
.form textarea{
  height: 20rem;
  resize: none;
}
.wrapSel select{
  padding-right: 3.4rem;
}
.form button.submit-btn{
  display: block;
  background: none;
  border: none;
  width: 56rem;
  margin: 4rem auto 0;
  transition: opacity 0.3s;
}
.form button.submit-btn:hover{
  opacity: 0.7;
}
.form dl dd .error{
  font-size: 90%;
  color: #FF5912;
  margin-top: 0.5em;
}


.wrapDate{
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.wrapSel{
  display: block;
  width: 100%;
  position: relative;
}
.wrapSel::before {
  content: "";
  width: 1.4rem;
  height: 1.2rem;
  clip-path: polygon(0 0,100% 0,50% 100%);
  background-color: #FF5912;
  position: absolute;
  right: 1rem;
  top: 1.1em;
  pointer-events: none;
}
.wrapSel.w10{
  width: 10rem;
}
.wrapSel.w14{
  width: 14rem;
}
.wrapSel.w30{
  width: 30rem;
}


.radio{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.6rem;
  row-gap: 2rem;
}
.radio label{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  border-radius: 2rem;
  box-sizing: border-box;
  background-color: #EDEDED;
  color: #000;
  border: 0.2rem solid #CBCBCB;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.radio label:has(input[type=radio]:checked),
.radio label:has(input[type=checkbox]:checked){
  background-color: #FFEBE0;
  border-color: #FF5912;
}
.radio label::before{
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #aaa;
  position: absolute;
  left: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.radio label:has(input[type=radio]:checked)::before{
  background-color: #FF5912;
}
.radio input[type=radio]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}


.checkbox{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
}
.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(3.4rem + 0.8em);
  line-height: 3.4rem;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.4rem;
  height: 3.4rem;
  box-sizing: border-box;
  border: 0.2rem solid #CBCBCB;
  background: #EDEDED;
}
.checkbox input[type=checkbox]:checked + span::before{
  border-color: #FF5912;
  background: #FF5912;
}
.checkbox input[type=checkbox] + span::after{
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.5rem;
  border-bottom: 0.4rem solid #ededed;
  border-right: 0.4rem solid #ededed;
  transform: rotate(43deg);
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  left: 1.1rem;
}
.checkbox input[type=checkbox]:checked + span::after{
  border-color: #FFFFFF;
}
.checkbox.agree{
  justify-content: center;
  margin-top: 4rem;
}
.checkbox a{
  font-weight: 700;
  text-decoration: underline;
}

.modal{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal-bg{
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */
}
.modal-content{
  background: #fff;
  width: 100rem;
  max-width: 90%;
  max-height: 90%;
  padding: 3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  
  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */
}
.modal-bg::before,
.modal-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
.modal-bg::-webkit-scrollbar,
.modal-content::-webkit-scrollbar{
  display: none;
}
.modal-content a.js-modal-close{
  display: block;
  font-size: 4rem;
  font-weight: 400;
  width: 1em;
  line-height: 1;
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
}


footer{
  background: #1E1E1E;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 4rem 0;
}
footer .f16{
  font-weight: 700;
}
footer .logo{
  display: block;
  width: 15.4rem;
  margin: 1.2rem auto 2.4rem;
}
footer .f14{
  font-size: 1.4rem;
  font-weight: 700;
}
footer .f13{
  font-size: 1.3rem;
  margin-top: 1em;
}


.privacy-policy,
.thanks{
  padding: 6rem 0 12rem;
}
.privacy-policy h1{
  font-size: 150%;
  margin-bottom: 1em;
}
.thanks h1{
  font-size: 180%;
  text-align: center;
  margin-bottom: 1em;
}




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

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


/* ページトップ */
#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: #FF5912;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}

.checkbox.agree {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  width: 100%;
}

.checkbox.agree .error {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #FF5912;
  font-weight: 700;
}


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

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

.content{
  width: 100%;
	max-width: 108rem;
  padding: 0 5rem;
	margin: 0 auto;
}




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

html{ font-size: 0.826vw; }




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




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

html{ font-size: 1.3vw; }
body{ font-size: 2.8rem; }

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


.logo-head{
  height: unset;
}
.logo-head img{
  width: 11rem;
  margin: 2rem 0 0 3rem;
}
.logo-head2 .logo{
  width: 14rem;
  margin: 2rem 3rem;
}


.bg-img img{
  width: 100%;
  min-width: unset;
}


.ttl-1{
  font-size: 6.8rem;
  letter-spacing: 0;
  border-bottom: 0.8rem solid #FF5912;
}
.ttl-1-en{
  margin-bottom: 14rem;
}
.ttl-1-en::before{
  top: -0.4rem;
}
.ttl-1-en span{
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 4rem;
  transform: rotate(90deg) translate(-50%,50%);
}


.fv a.fv-btn{
  width: 92%;
  bottom: 1.6rem;
  transform: translateX(-48.5%);
}


.sec-1::before{
  width: 51rem;
  bottom: -7rem;
}


.sec-2{
  background: url(../images/sec-2-bg_sp.jpg) center top no-repeat #1C2C4E;
  background-size: 100% auto;
  padding: 16rem 0 15rem;
}
.sec-2 ul li{
  display: block;
}
.sec-2 ul li + li{
  margin-top: 7rem;
}
.sec-2 ul li .img{
  width: 100%;
  margin-top: 3.6rem;
}
.sec-2 ul li .txt .ttl-wrap{
  gap: 1rem;
  margin-bottom: 3rem;
}
.sec-2 ul li .txt .ttl-wrap .num{
  width: 8rem;
}
.sec-2 ul li .txt .ttl-wrap h3{
  font-size: 3.2rem;
  padding: 0 3rem 0.1em;
}


.cta a.cta-btn{
  width: 92%;
  bottom: 8rem;
  transform: translateX(-48.5%);
}


.sec-3{
  padding: 9rem 0 15rem;
}
.sec-3 .ttl-1-en{
  margin-bottom: 19rem;
}
.sec-3 ul{
  row-gap: 9.4rem;
}
.sec-3 ul li{
  width: 100%;
  line-height: 1.5;
  padding: 7rem 0 3rem;
  border-top: 7rem solid #102D53;
  border-bottom: 0.6rem solid #102D53;
}
.sec-3 ul li img.ico{
  width: 18rem;
  top: -12.5rem;
}


.sec-4{
  padding: 9rem 0 15rem;
}
.sec-4 .ttl-1-en{
  margin-bottom: 14rem;
}
.sec-4 ul li{
  grid-template-columns: 100%;
}
.sec-4 ul li + li{
  margin-top: 5rem;
}
.sec-4 ul li p{
  text-align: center;
  line-height: 1.5;
  margin-top: -0.5em;
}


.sec-5{
  padding: 0 0 15rem;
}
.sec-5 .ttl-1-en{
  margin-bottom: 14rem;
}
.sec-5 ul li + li{
  margin-top: 4rem;
}
.sec-5 ul li h3,
.sec-5 ul li .answer{
  min-height: 7rem;
  line-height: 1.5;
  padding: 1rem 3.5rem 1.5rem 13rem;
}
.sec-5 ul li h3::before,
.sec-5 ul li .answer::before{
  width: 10rem;
  height: 7rem;
}
.sec-5 ul li h3::before{
  background-size: 3.2rem auto;
}
.sec-5 ul li .answer::before{
  background-size: 3.2rem auto;
}


.sec-6{
  background: url(../images/sec-6-bg_sp.jpg) center top no-repeat #1C2C4E;
  background-size: 100% auto;
  padding: 11rem 0 15rem;
}
.sec-6 .ttl-1-en{
  margin-bottom: 14rem;
}
.sec-6::before{
  width: 100%;
  aspect-ratio: 1152 / 4019;
  background: url(../images/sec-6-bg2_sp.png) center center no-repeat;
  background-size: contain;
  top: 27rem;
  transform: translateX(-50%);
}
.sec-6 ul{
  grid-template-columns: 100%;
  gap: 7rem;
}
.sec-6 ul li{
  font-size: 3rem;
  line-height: 1.6;
  padding: 5rem 4rem;
  margin: 4rem 0 0 3rem;
}
.sec-6 ul li img.img{
  width: calc(100% + 8rem);
  margin: -9rem 0 0 -7rem;
}
.sec-6 ul li h3{
  font-size: 4.4rem;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.sec-6 ul li h3::before{
  width: 10rem;
  height: 0.8rem;
  left: -4rem;
  bottom: -0.4rem;
}


.sec-7{
  background: url(../images/sec-7-bg.png) center center repeat-y;
  background-size: 100% auto;
  padding: 36rem 0 10rem;
}
.sec-7 .content{
  padding: 0;
}
.sec-7 h2 img{
  width: 100%;
  top: 0;
}
.form{
  padding: 9rem 4rem;
  border-radius: 4rem;
}
.form dl.clm2{
  grid-template-columns: 100%;
  row-gap: 0;
}
.form dl dt{
  font-size: 3.4rem;
  line-height: 1.5;
}
.form dl dt small{
  font-size: 3rem;
  margin-top: 0.3em;
}
.form dl dt.required::after,
.form dl dt.any::after{
  font-size: 2.6rem;
  vertical-align: 0;
  white-space: nowrap;
}
.form dl.clm2 dd + dt,
.form dl.full{
  margin-top: 4rem;
}
.form dl.clm2 dt,
.form dl.full dt{
  margin-bottom: 2rem;
}
.form dl dd .wrap2col{
  display: flex;
  column-gap: 2rem;
}
.form dl dd .wrap2col .wrapInput{
  width: 100%;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.wrapSel select,
.form input[type=tel],
.form textarea{
  padding: 0.7em 1em;
  border: 0.3rem solid #BCBCBC;
  font-size: 3.2rem;
}
.form textarea{
  height: 63rem;
}
.wrapSel select{
  padding-right: 7rem;
}
.form button.submit-btn{
  width: 66rem;
  margin: 7rem auto 0;
}


.wrapSel{
  width: 100%;
}
.wrapSel::before {
  width: 2.4rem;
  height: 2.1rem;
  right: 2.5rem;
  top: 1.4em;
}
.wrapSel.w10{
  width: 15rem;
}
.wrapSel.w14{
  width: 20rem;
}
.wrapSel.w30{
  width: 100%;
}


.radio{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.8rem;
  row-gap: 3rem;
}
.radio label{
  height: 8.4rem;
  border-radius: 4.2rem;
  border: 0.34rem solid #CBCBCB;
  font-size: 3rem;
}
.radio label::before{
  width: 3rem;
  height: 3rem;
  left: 3rem;
}
.radio label.special{
  grid-column: 1 / -1;
}


.checkbox input[type=checkbox] + span{
  padding-left: calc(5rem + 0.8em);
  line-height: 5rem;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  width: 5rem;
  height: 5rem;
  border: 0.34rem solid #CBCBCB;
}
.checkbox input[type=checkbox] + span::after{
  content: "";
  display: block;
  width: 1.18rem;
  height: 2.2rem;
  border-bottom: 0.59rem solid #aaa;
  border-right: 0.59rem solid #aaa;
  margin-top: -1.7rem;
  left: 1.6rem;
}
.checkbox.agree{
  margin-top: 7rem;
}


footer{
  padding: 6rem 0;
}
footer .f16{
  font-size: 2.8rem;
}
footer .logo{
  width: 24rem;
  margin: 3.6rem auto 5rem;
}
footer .f14{
  font-size: 2.6rem;
}
footer .f13{
  font-size: 2.4rem;
}


/* ページトップ */
#pagetop {
  bottom: 3.2rem;
  right: 3.2rem;
}
#pagetop a {
  width: 8rem;
  height: 8rem;
}
#pagetop a img {
  width: 3.2rem;
  margin-top: -0.4rem;
}

.checkbox.agree {
  margin-top: 7rem;
}
.checkbox.agree .error {
  font-size: 2.8rem;
  margin-top: 2rem;
}


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