@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap');
html,body{
    font-family: 'Outfit' , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
	color: #001B31;
	line-height: 1.8;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #494949;
  transition: 0.3s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a:hover img{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
}

nav{
  width: 100%;
  height: 8rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.8s;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
nav a.logo{
  display: block;
  width: 28rem;
  margin-left: 2rem;
}
h1.logo a{
  display: block;
}
nav ul.nav{
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 2rem;
}
nav ul.nav li{
  margin-left: 3rem;
}
nav ul.nav li.nav-tel{
  font-weight: bold;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.5;
}
nav ul.nav li.nav-tel span{
  font-size: 3.8rem;
}
nav ul.nav li.nav-line{
  width: 24rem;  
}
@media (max-width: 1500px){
nav a.logo{
  margin-left: 3rem;
}
nav ul.nav{
  margin-right: 2rem;
}
}


h2{
  font-size: 3.4rem;
  margin-bottom: 3.5rem;
  text-align: center;
}
.h2-btm,.h2-top{
  font-size: 2.5rem;
  margin-bottom: 3.5rem;
  font-weight: bold;
  text-align: center;
}


.slash{
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  padding: 0 0.8em;
  position: relative;
}
.slash::before,
.slash::after{
  content: "";
  display: block;
  width: 0.2rem;
  height: 1.5em;
  background-color: #EB5D33;
  position: absolute;
  bottom: -0.1em;
}
.slash::before{
  left: 0;
  transform: rotate(-30deg);
}
.slash::after{
  right: 0;
  transform: rotate(30deg);
}

header .fv{
  padding: 14rem 0 12rem;
  background: url(../images/header-bg.jpg) center right no-repeat;
  background-size: cover;
  line-height: 1.6;
  overflow: hidden;
  margin:8rem 2rem 2rem;
  border-radius:2rem;
}
header .fv .content{
  display: block;
  margin:0 auto;
  }
header .fv h1{
  color:#ffffff;
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom:0rem;
}
header .fv .txt-1{
 color:#ffffff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}
header .fv .txt-2{    
  font-size: 4.6rem;
  line-height: 1.4;
  font-weight: bold;
}
header .fv .box-2{
  width: 42rem;
  margin-top: 2rem;
  padding: 1.4rem 0 1.4rem 1.4rem;
  background-color: #F2F2F2;
}

.cta{
  background: url(../images/cta-bg.png) center center no-repeat;
  background-size: cover;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0 4.5rem;
}
.cta .slash::before,
.cta .slash::after{
  background-color: #fff;
}
.cta h2{
  font-size: 5rem;
  margin-bottom: 0;
  color: #fff;
}
.cta .h2-btm{
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #fff;
}
.cta .box{
  display: block;
  background-color: #fff;
  padding: 3.5rem;
  border-radius: 2rem;
}
.cta .box .btn-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.cta .box .btn-wrap a{
  display: block;
  width: 42rem;
  margin: 0 1rem;
}
.cta .box .cta-tel .txt-1{
  font-size: 2.2rem;
}
.cta .box .cta-tel .tel{
  font-size: 5.5rem;
  margin: 0.15em 0;
  pointer-events: none;
}
.cta .box .cta-tel .tel::before{
  background: url(../images/icon-tel_bl.svg) center center no-repeat;
  background-size: contain;
}
.cta .box .cta-tel .txt-2{
  font-size: 2rem;
}

.sec-3{
  text-align: center;
  padding: 6rem 0 8rem;
  position: relative;
}
.sec-3 h2{
  font-size: 3rem;
  margin-bottom: 1rem;
}
.sec-3 h2 .b-1{
  font-size: 8rem;
  line-height: 1;
}
.sec-3 h2 .b-2{
  font-size: 6.2rem;
  line-height: 1;
}
.sec-3 .h2-btm{
  margin-bottom: 3.5rem;
}
.sec-3 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-3 ul li{
  display: block;
  width: 48%;
  margin-bottom: 3.5rem;
  background:#fafafa;
  border:1px solid #dedede;
  border-radius:2rem;
  padding:2rem;
}
.sec-3 ul li h3{
  font-size: 2.5rem;
  margin: 0em 0 0.5em;
}
.sec-3 ul li p{
  font-size: 1.6rem;
  text-align: left;
}
.sec-3 img{
    margin-bottom:2rem;
    border-radius:2rem;
}
.sec-3 img.sec-3-btm,
.sec-4 img.sec-4-btm{
  width: 50rem;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sec-5{
  background-color: #f0f5fa;
  padding: 8rem 0 7rem;
}
.sec-5 h3{
  font-size: 2.2rem;
  line-height: 4.2rem;
  margin-bottom: 0.5em;
}
.sec-5 h2{
  font-size: 4.5rem;
}
.sec-5 .h2-top{
  font-size: 3.4rem;
  line-height: 4.2rem;
  margin-bottom: 3rem;
}
.sec-5 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin-top:4rem;
}
.sec-5 ul li{
  display: block;
  width: 30%;
}
.sec-5 ul li img{
  width: 100%;
  margin: 0 auto 2rem;
  border-radius:2rem;
}


.price{
  color: #fff;
  background: url(../images/price-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 8rem 0 8rem;
}
.price .h2-top{
  display: block;
  font-size: 4rem;
  line-height: 6.5rem;
  color: #fff;
  margin: 0 auto 1rem;
  position: relative;
}
.price p{
  color: #fff;
  display: block;
  width: 66rem;
  font-size: 1.6rem;
  margin:0 auto;
}


.sec-7{
  background-color: #f0f5fa;
  padding: 5rem 0 3rem;
}

.sec-7 h2{
  font-size: 4.5rem;
}
.sec-7 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-7 ul li{
  display: block;
  width: calc(100% / 3);
  padding: 0 2%;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 4rem;
}
.sec-7 ul li img{
  width: 6rem;
  margin: 0;
}
.sec-7 ul li h3{
  font-size: 2.4rem;
  margin: 1.2rem 0 1rem;
}


.sec-8{
  text-align: left;
  padding: 7rem 0 0rem;
}
.sec-8 h2{
  font-size: 4.5rem;
}
.sec-8 h3{
  font-size: 2rem;
  margin-bottom:1rem;
}

.sec-9{
  background-color: #f0f5fa;
  padding: 7rem 0;
}
.sec-9 h2{
  font-size: 6rem;
}
/* アコーディオン */
ul.accbox li{
  display: block;
  margin-bottom: 2.5rem;
}
.accbox .acctitle{
  background-color: #39c67d;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 0.5em 5.5rem;
  position: relative;
  cursor: pointer;
}
.accbox .acctitle::before{
  content: '';
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/sec-9-q.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 1rem;
  top: 0.5em;
}
.accbox .acctitle::after{
  content: '';
  display: block;
  width: 1.4rem;
  height: 100%;
  background: url(../images/sec-9-p.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 0;
}
.accbox .acctitle.active::after{
  background: url(../images/sec-9-m.png) center center no-repeat;
  background-size: contain;
}
.accbox .accshow{
  display: none;
  margin-top: 1em;
}
/* // アコーディオン */


.sec-10{
  background-color: #f7f5ef;
  padding: 7rem 0 8rem;
}
.sec-10 h2,
#form h2{
  font-size: 4.5rem;
}

.sec-10 img.sec-10-logo{
  width: 22.2rem;
  margin: 0 auto 4rem;
}
.sec-10 dl{
  width: 49.5rem;
  float: left;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec-10 dl dt{
  width: 14rem;
  line-height: 3rem;
  font-size: 1.6rem;
  background: #A4A4A4;
  color: #fff;
  padding: 0 1em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.sec-10 dl dd{
  width: 34rem;
  line-height: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  border-bottom: 1px solid #999999;
}
.sec-10 .box-1{
  width: 46rem;
  padding: 2rem;
  border: 1px solid #999999;
  font-size: 1.6rem;
  float: right;
}
.sec-10 .box-1 img.image{
  width: 22rem;
  margin: 0 auto;
}
.sec-10 .box-1 h3{
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0.5em 0;
}


#form{
  padding: 8rem 0 12rem;
  width:800px;
  margin:0 auto;
}
#form h2{
  margin-bottom:1rem;
}
#form p{
  margin-bottom:1rem;
  text-align: center;
}
#form dl{
  display: flex;
  flex-wrap: wrap;
}
#form dl dt,
#form dl dd{
  margin-bottom: 0rem;
}
#form dl dt{
  width: 22%;
  padding: 3.2rem 0 0;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
}
#form dl dd{
  width: 78%;
  padding: 1.6rem 0;
  border-bottom: 1px solid #dedede;
}
#form dl dt span{
  font-size: 1.4rem;
}
#form dl dt.required::after{
  content: " *";
  color: #cd0000;
}
input[type=text],
select,
textarea{
  display: block;
  width: 100%;
  border-radius: 1rem;
  background-color: #f0f5fa;
  padding: 1.2em 1em;
  font-size: inherit;
  font-family: inherit;
  border: 0;
}
textarea{
  height: 18rem;
}
#form .note{
  font-size: 1.2rem;
  margin: 2rem 0 0;
  text-align: left;
}
#form .box{
  font-size: 1.6rem;
  border-radius: 1rem;
  border: 1px solid;
  overflow: hidden;
}
#form .box .inner{
  height: 24rem;
  padding: 1.5em;
  overflow-y: scroll;
}
#form .box b{
  font-size: 2.2rem;
}
#form input[type=submit]{
  display: block;
  width: 48rem;
  height: 8.6rem;
  border-radius: 2rem;
  border: 0;
  background-color: #39c67d;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 3.5rem auto 0;
  transition: 0.3s;
}
#form input[type=submit]:hover{
  opacity: 0.7;
}


.select-wrap{
  display: block;
  position: relative;
}
.select-wrap::before {
  content: '';
  display: block;
  width: 1.4rem;
  height: 100%;
  background: url(../images/icon-select.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 0;
  pointer-events: none;
}


.checkbox{
  position: relative;
  text-align: center;
  margin: 3.5rem 0;
}
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox] + label{
  display: inline-block;
  padding-left: calc(21px + 0.5em);
  line-height: 21px;
  margin-right: 1.5em;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 4px;
}
.checkbox input[type=checkbox]:checked + label::before{
  border: 1px solid #39c67d;
  background: #39c67d;
}
.checkbox input[type=checkbox]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 7px;
  width: 6px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}


footer{
  background-color: #111;
  color: #fff;
  padding: 2rem 0 4rem;
  text-align: center;
}
footer a{
    color: #fff;
    margin:0 1rem;
}
footer img{
    width:340px;
    margin:1rem auto 1rem;
    display: block;
}
.small{
    color: #fff;
    font-size:80%;
}  



/* ヘッダー動き */
.fade-1,.fade-2,.fade-3,.fade-4{
  opacity: 0;
  transition: 1s;
}
.fade-1{
  transform: translateY(4rem);
  transition-delay: 0.5s;
}
.fade-2{
  transition-delay: 1s;
}
.fade-3{
  transform: scale3d(1.1);
  transition-delay: 1.5s;
}
.fade-4{
  transform: scale3d(1.1);
  transition-delay: 2s;
}

.fade-1.load,.fade-2.load,.fade-3.load,.fade-4.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールしてふわっと表示 */
.fadein,.fadeinleft,.fadeinright,.fadeinbottom,.fadeinbig {
  opacity: 0;
  transition: 1s;
}
.fadeinleft { transform: translateX(4rem); }
.fadeinright { transform: translateX(-4rem); }
.fadeinbottom { transform: translateY(4rem); }
.fadeinbig{ transform: scale3d(1.05); }

.fadein.scrollin,.fadeinleft.scrollin,.fadeinright.scrollin,.fadeinbottom.scrollin,.fadeinbig.scrollin {
  opacity: 1;
  transform: translate(0);
}

@media (min-width: 769px){
.count2.scrollin { transition-delay: 0.2s; }
.count3.scrollin { transition-delay: 0.4s; }
.count4.scrollin { transition-delay: 0.6s; }
.count5.scrollin { transition-delay: 0.8s; }
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background: linear-gradient(270deg, #07117d, #072cd0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 6rem;
  height: 6rem;

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 -3rem;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
  } 50% { 
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.2em;
  right: 1.2em;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(270deg, #07117d, #072cd0);
}
#pagetop a img {
  width: 18px;
}




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

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

.content{
  width: 100%;
	max-width: 1080px;
  padding: 0 50px;
	margin: 0 auto;
}




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

html{ font-size: 0.9vw; }

.content{
  padding: 0 4.54%;
}




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




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

html{ font-size: 1.3vw; }
body{ font-size: 3em; }

.content{
	width: 100%;
	padding: 0 7%;
}


nav{
  height: auto;
  background-color: transparent;
  position: absolute;
  display: block;
}
nav a.logo{
  width: 60%;
  background-color: #fff;
  margin: 3rem auto 0;
}


h2{
  font-size: 4.6rem;
}
.h2-btm,.h2-top{
  font-size: 3.2rem;
}


.cta{
  background-color: #39c67d;
  padding: 4rem 0 7rem;
}
.cta h2{
  font-size: 5.2rem;
}
.cta .h2-btm{
  font-size: inherit;
  margin-bottom: 3.5rem;
}
.cta .box{
  padding: 4rem 0;
}
.cta .box .btn-wrap{
  display: block;
  width: 85%;
  margin: 0 auto 4rem;
}
.cta .box .btn-wrap a{
  width: 100%;
  margin: 0 auto 3rem;
}
.cta .box .cta-tel .txt-1{
  font-size: 3.1rem;
}
.cta .box .cta-tel .tel{
  font-size: 7.2rem;
  pointer-events: inherit;
}
.cta .box .cta-tel .txt-2{
  font-size: 3.1rem;
}



.cta .box .cta-tel a{
  font-size: 6.8rem;
  margin: 0 0 0.5rem;
  pointer-events: inherit;
}


.header-btm{
  text-align: center;
  padding: 4rem 0;
}
.header-btm .h2-top{
  font-size: 4.2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.header-btm .h2-top .dot::before{
  content: "・・・・・・・・";
  top: -1.1em;
}
.header-btm h2{
  font-size: 5.6rem;
  margin-bottom: 0.2em;
}

.sec-3{
  padding: 5rem 0 6rem;
}
.sec-3 h2{
  font-size: 4rem;
}
.sec-3 p{
  text-align: left;
}
.sec-3 ul{
  display: block;
}
.sec-3 ul li{
  width: 100%;
  padding:3.4rem;
}
.sec-3 ul li h3{
  font-size: 3.9rem;
}
.sec-3 ul li p{
  font-size: inherit;
}
.sec-3 img.sec-3-btm,
.sec-4 img.sec-4-btm{
  width: 90%;
  bottom: -9.5rem;
}

.sec-5{
  padding: 8rem 0 2rem;
}
.sec-5 h2{
  font-size: 5.4rem;
}
.sec-5 h3{
  font-size: 3.4rem;
}
.sec-5 .h2-top{
  font-size: 4.2rem;
  margin-bottom: 1em;
  line-height:6rem;
}
.sec-5 ul{
  display: block;
}
.sec-5 ul li{
  width: 100%;
  margin-bottom: 10rem;
}
.sec-5 ul li img{
  width: 100%;
  margin: 0 auto 4rem;
}


.price{
  background: url(../images/sp/price-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8rem 0 8rem;
}
.price .h2-top{
  font-size: 4.6rem;
  margin-bottom: 2rem;
}
.price h2 .sp-big{
  display: block;
  font-size: 6rem;
  line-height: 1.4;
  margin-top: 0.2em;
}
.price p{
  width: 100%;
  font-size: inherit;
}


.sec-7{
  padding: 6rem 0 2rem;
}
.sec-7 h2{
  font-size: 5.4rem;
}
.sec-7 ul{
  justify-content: space-between;
  margin-bottom: 4rem;
}
.sec-7 ul li{
  width: 100%;
  padding: 0;
  font-size: inherit;
  margin-bottom:6rem;
}
.sec-7 ul li img{
  width: 15%;
  margin-bottom: 2rem;
}
.sec-7 ul li h3{
  font-size: 3.3rem;
  min-height: 1em;
  display: flex;
  justify-content: left;
  align-items: left;
}
.sec-7 ul li p{
  text-align: left;
}


.sec-8{
  padding: 6rem 0 7rem;
}
.sec-8 h2{
  font-size: 5.4rem;
}
.sec-8 h3{
  font-size: 3rem;
}
.sec-8 h2::before,
.sec-8 h2::after{
  background-color: #39c67d;
  height: 2.5em;
}


.sec-9{
  padding: 6rem 0 4rem;
}
.sec-9 h2{
  font-size: 4.6rem;
}
/* アコーディオン */
ul.accbox li{
  margin-bottom: 4rem;
}
.accbox .acctitle{
  font-size: inherit;
  padding: 0.5em 7.5rem;
}
.accbox .acctitle::before{
  width: 4.6rem;
  height: 4.6rem;
  left: 1.4rem;
}
.accbox .acctitle::after{
  width: 2.3rem;
}
/* // アコーディオン */


.sec-10{
  padding: 6rem 0 9rem;
}
.sec-10 h2,
#form h2{
  font-size: 5.2rem;
}
.sec-10 img.sec-10-logo{
  width: 33.4rem;
  margin: 0 auto 4rem;
}
.sec-10 dl{
  width: 100%;
}
.sec-10 dl dt{
  width: 26%;
  line-height: 4.5rem;
  font-size: 2.5rem;
  padding: 0;
  text-align: center;
  text-align-last: inherit;
  text-justify: inherit;
}
.sec-10 dl dd{
  width: 71%;
  line-height: inherit;
  padding-bottom: 0.1em;
  font-size: 2.6rem;
}
.sec-10 .box-1{
  width: 100%;
  padding: 4rem;
  margin-top: 1rem;
  font-size: 2.7rem;
}
.sec-10 .box-1 img.image{
  width: 40.8rem;
}
.sec-10 .box-1 h3{
  font-size: 3.5rem;
}


#form{
  padding: 6rem 0 10rem;
  width: 100%;
}
#form dl{
  display: block;
}
#form dl dt{
  width: 100%;
  padding: 0;
  border-bottom: none;
  margin-bottom: -1rem;
}
#form dl dd{
  width: 100%;
  margin-bottom: 4rem;
}
#form dl dt span{
  font-size: 2.3rem;
}
input[type=text],
select,
textarea{
  padding: 0.8em 1em;
  margin-bottom:2.4rem;
}
textarea{
  height: 32rem;
}
#form .note{
  font-size: 2.2rem;
  margin: 3rem 0 5rem;
}
#form .box{
  font-size: 2.6rem;
}
#form .box .inner{
  height: 32rem;
  padding: 0.8em;
}
#form .box b{
  font-size: 3.2rem;
}
#form input[type=submit]{
  width: 100%;
  height: 12.8rem;
  border-radius: 6.9rem;
  font-size: 3.4rem;
  margin: 6.5rem auto 0;
}


.select-wrap::before {
  width: 2rem;
  right: 1em;
}


.checkbox{
  margin: 6.5rem 0;
}


footer{
  font-size: 3rem;
  padding: 10rem 0 3rem;
}
.small{
    font-size:70%;
}  
.company{
    width:60%;
    margin-bottom:2rem;
}

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



/*　ボタン　*/
.btn{
    width:700px;
    margin:0 auto 1.5rem;
}

@media (max-width: 768px){
.btn{
    width:100%;
    margin:0 auto 2.5rem;
}
}


/*　テーブル */
.introduction-table tbody tr th {
	background-color: #fafafa;
	border-top: 1px solid #fefefe;
    text-align: left;
	border-bottom: 1px solid #fefefe;
	font-weight: normal;
	border-color: #dedede;
	padding: 0rem 2rem;
	font-size: 1.6rem;
	width: 30%;
}
.introduction-table tbody tr td {
	border-top: 1px solid #fefefe;
	text-align: left;
	border-bottom: 1px solid #fefefe;
	border-color: #dedede;
	font-size: 1.6rem;
	padding: 1.4rem;
}

@media (max-width: 768px){
.introduction {
	padding-top:18rem;
}
.introduction-table tbody tr th {
    font-size: 2.4rem;
    width: 30%;
}
.introduction-table tbody tr td {
    font-size: 2.4rem;
}
}
