@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
.pc_only{
  display: block !important;
}
.sp_only{
  display: none !important;
}
.grecaptcha-badge{
  z-index: 999;
}

.wrap{
  font-family: "Noto Sans JP", serif;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color: #313131;
  word-break: break-all;
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.header .inner{
  padding:10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap:20px;
}
.header .inner .logo{
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.header .inner .logo a{
  color: #313131;
}
.header .inner .header_menu{
  display: flex;
  align-items: center;
  gap:20px;
}
.header .inner .header_menu li a{
  color: #313131;
  font-size: 16px;
}
.header .inner .header_menu .header_app a{
  display: flex;
  padding:6px 20px ;
  border-radius: 50vh;
  background-color: #FF787D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.mainarea{
  padding-top: 60px;
}
.mv{
  height: 550px;
  background-image: url("images/mv_bg.png");
  background-size: cover;
  position: relative;
}
.mv_ttl{
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.mv_ttl p{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.mv_ttl h1{
  font-size: 46px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 10px;
}
.mv_ttl h1 span{
  background-color: #fff;
  padding: 0 5px;
}
.mv_img{
  position: absolute;
  right: 60px;
  top:50%;
  transform: translateY(-50%);
  max-width: calc(50% - 60px);
  max-height: 560px;
}

.block1{
  padding: 100px 30px;
  background-color: #F4F5FF;
}
.block1 h2{
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.block1 .flex{
  display: flex;
  justify-content: center;
  gap:40px;
  margin-top: 70px;
}
.block1 .flex .box{
  width: 510px;
  padding: 190px 40px 40px;
  background-color: #fff;
  border: solid 1px #A2AEFF;
  position: relative;
}
.block1 .flex .box .img{
  position: absolute;
  left: 50%;
  top:-20px;
  transform: translateX(-50%);
}
.block1 .flex .box h3{
  font-size: 24px;
  font-weight: 700;
}
.block1 .flex .box p{
  margin-top: 40px;
}
.block2{
  padding: 80px 30px;
}
.block2 .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.block2 .flex{
  display: flex;
  justify-content: center;
  gap:40px;
}
.block2 .flex .img{
  max-width: 373px;
}
.block2 .flex .txt h2{
  font-size: 30px;
  font-weight: 700;
}
.block2 .flex .txt ul{
  margin-top: 20px;
}
.block2 .flex .txt ul li{
  padding-left: 2em;
  position: relative;
}
.block2 .flex .txt ul li::before{
  content: "";
  height: 1em;
  width: 1em;
  background-color: #A2AEFF;
  border-radius: 50vh;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.block2 .flex .txt ul li + li{
  margin-top: 10px;
  padding-top: 10px;
  border-top: dashed 1px #707070;
}

.block3{
  padding: 100px 30px;
  background-color: #F4F5FF;
}
.block3 h2{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.block3 .flex{
  display: flex;
  justify-content: center;
  gap:40px;
  margin: 70px auto 0;
  max-width: 1200px;
}
.block3 .flex .box{
  width: calc((100% - 80px) / 3);
  padding: 160px 20px 30px;
  background-color: #fff;
  border: solid 1px #A2AEFF;
  position: relative;
}
.block3 .flex .box .img{
  position: absolute;
  left: 50%;
  top:-20px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.block3 .flex .box h3{
  font-size: 24px;
  font-weight: 700;
}
.block3 .flex .box p{
  margin-top: 40px;
}

.block4{
  padding: 80px 30px;
}
.block4 .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.block4 h2{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.block4 .img{
  margin-top: 40px;
  text-align: center;
}

.block5{
  padding: 80px 30px;
  background-color: #F4F5FF;
}
.block5 > .inner{
  max-width: 1200px;
  margin: 0 auto;
}

/* acc */
.toggle {
	display: none;
}
.Label {	
	padding: 1.2em 60px 1.2em 1.2em;
	display: block;
  cursor: pointer;
}
.Label::before{	
	content:"＋";
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  background-color: #707070;
	position: absolute;
	top:50%;
  transform: translateY(-50%);
	right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50vh;
}
.acc_ttl{
  padding-left: 180px;
  position: relative;
}
.acc_ttl::before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  padding: 6px 30px;
  color: #fff;
  background-color: #7AC1FF;
  font-size: 24px;
  font-weight: 700;
}
.step1::before{
  content:"STEP1";
}
.step2::before{
  content:"STEP2";
}
.step3::before{
  content:"STEP3";
}
.acc_ttl h3{
  font-size: 28px;
  font-weight: 700;
}
.acc_ttl p{
  margin-top: 20px;
}

.Label,
.acc_body {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.6s;
}
.acc_body {
	height: 0;
	margin-bottom:10px;
	padding:0;
	overflow: hidden;
}
.toggle:checked + .Label + .acc_body {	/*開閉時*/
	height: auto;
	padding:20px 0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	content: "－";
}

.block5 .acc_body .inner{
  margin-left: 180px;
  padding: 30px;
  background-color: #fff;
}
.block5 .acc_body .inner .box + .box{
  margin-top: 40px;
}
.block5 .acc_body .inner .ttl{
  font-size: 18px;
  font-weight: 700;
}
.block5 .acc_body .inner .txt{
  margin-top: 20px;
}
.block5 .acc_body .inner .flow{
  margin-top: 60px;
}
.block5 .acc_body .inner .flow .item{
  position: relative;
  padding-left: 60px;
  padding-bottom: 50px;
}
.block5 .acc_body .inner .flow .item::before{
  content: "";
  position: absolute;
  left: 20px;
  top:0;
  height: 100%;
  width: 0;
  border-left: dashed 1px #707070;
}
.block5 .acc_body .inner .flow .item:last-child:before{
  border: none;
}
.block5 .acc_body .inner .flow .item::after{
  content: "";
  position: absolute;
  left: 0;
  top:0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.block5 .acc_body .inner .flow .item:nth-child(1)::after{
  background-image: url("images/number1.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(2)::after{
  background-image: url("images/number2.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(3)::after{
  background-image: url("images/number3.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(4)::after{
  background-image: url("images/number4.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(5)::after{
  background-image: url("images/number5.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(6)::after{
  background-image: url("images/number6.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(7)::after{
  background-image: url("images/number7.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(8)::after{
  background-image: url("images/number8.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(9)::after{
  background-image: url("images/number9.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(10)::after{
  background-image: url("images/number10.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(11)::after{
  background-image: url("images/number11.svg");
}
.block5 .acc_body .inner .flow .item:nth-child(12)::after{
  background-image: url("images/number12.svg");
}

.block5 .acc_body .inner .flow .item ul{
  margin-top: 20px;
}

.block6{
  padding: 80px 30px;
}
.block6 .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.block6 h2{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.block6 table{
  margin-top: 40px;
  width: 100%;
}
.block6 table th,
.block6 table td{
  border-collapse: collapse;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #707070;
}
.block6 table .color1{
  background-color: #B2DBFF;
  color: #fff;
}
.block6 table .color2{
  background-color: #7AC1FF;
  color: #fff;
}
.block6 table span{
  font-size: 12px;
}
.block6 .notes{
  font-size: 12px;
  margin-top: 10px;
}

.block7{
  background-color: #F4F5FF;
  padding: 80px 30px;
}
.block7 .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.block7 h2{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.block7 .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:40px;
  margin-top: 50px;
}
.block7 .flex .box{
  width: calc((100% - 80px) / 3 );
  padding: 30px;
  background-color: #fff;
  border: solid 1px #A2AEFF;
}
.block7 .flex .box .ttl{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.block7 .flex .box .txt{
  margin-top: 20px;
}
.block7 .flex2{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  margin-top: 200px;
}
.block7 .flex2 .box{
  padding: 30px;
  width: 520px;
  border: solid 1px #A2AEFF;
  background-color: #fff;
  position: relative;
  min-height: 200px;
}
.block7 .flex2 .box2{
  border: solid 1px #FF787D;
}
.block7 .flex2 .img{
  position: absolute;
  left: 50%;
  top:-130px;
  transform: translateX(-50%);
}
.block7 .flex2 .box .ttl{
  font-size: 20px;
  font-weight: 700;
}
.block7 .flex2 .box .txt{
  margin-top: 20px;
  font-size: 15px;
}
.block7 .flex2 .box span{
  color:#A2AEFF;
}
.block7_bottom{
  margin: 30px auto 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color:#A2AEFF;
  padding: 6px 20px;
  width: fit-content;
  line-height: 1.4;
}

.block8{
  padding: 80px 30px 120px;
}
.block8 .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.block8 h2{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.block8 .img{
  margin-top: 60px;
  text-align: center;
}

.company{
  background-color: #F4F5FF;
  padding: 80px 30px;
}
.company .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.company h2{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.company .inner dl{
  display: flex;
  flex-wrap: wrap;
  gap:0 10px;
  margin-top: 60px;
}
.company .inner dl dt{
  width: 150px;
  padding: 15px;
  border-bottom: solid 1px #707070;
  text-align: center;
  font-weight: 700;
}
.company .inner dl dd{
  width: calc(100% - 160px );
  padding: 15px;
  border-bottom: dashed 1px #707070;
}

.application{
  background-image: url("images/app_bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.application .inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap:40px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 240px;
}
.application .inner .img{
  position: absolute;
  left: 60px;
  top:50%;
  transform: translateY(-50%);
}
.application .inner .txt h3{
  color:#fff;
  font-size: 30px;
  font-weight: 700;
}
.application .inner .txt p{
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
.application .inner .link{
  display: flex;
  padding:10px 35px ;
  border-radius: 50vh;
  background-color: #FF787D;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.footer{
  padding: 80px 30px;
  background-color: #A2AEFF;
}
.footer .inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .inner .left .name{
  font-size: 20px;
  color: #fff;
}
.footer .inner .left .address{
  color: #fff;
}
.footer .inner .right ul{
  display: flex;
  gap:30px;
}
.footer .inner .right ul li a{
  color: #fff;
}

/* page */
.pape_ttl{
  background: linear-gradient(to right, #A2AEFF, #CEFFF5);
  height: 230px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pape_ttl h1{
  font-size: 40px;
  font-weight: 700;
  background-color: #fff;
  margin: 0 auto;
  padding: 4px 10px;
  line-height: 1;
  width: fit-content;
  letter-spacing: 0.1em;
}
.entry_content{
  padding: 80px 30px;
}
.entry_content .inner{
  max-width: 1100px;
  margin: 0 auto;
}

.entry_content .inner dl{
  display: flex;
  flex-wrap: wrap;
}
.entry_content .inner dl dt{
  width: 200px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 4px;
}
.entry_content .inner dl dt .required{
  color: #FF1014;
  font-size: 16px;
}
.entry_content .inner dl dd{
  width: calc(100% - 200px);
  margin-bottom: 20px;
}
.entry_content .inner dl dd input{
  width: 100%;
  border: none;
  background-color: #F5F5F5;
  padding: 10px;
  font-size: 18px;
}
.entry_content .inner dl dd textarea{
  width: 100%;
  height: 200px;
  border: none;
  background-color: #F5F5F5;
  resize: vertical;
  padding: 10px;
  font-size: 18px;
}
.entry_content .submit{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.entry_content .submit p{
  width: fit-content;
}
.entry_content .submit p input{
  height: 100px;
  width: 450px;
  max-width: 100%;
  background-color: #A2AEFF;
  color: #fff;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border:none;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .mv_ttl{
    left: 3%;
  }
  
}

@media screen and (max-width: 1260px) {
  .mv{
    height: 420px;
  }
  .mv_ttl h1{
    font-size: 38px;
  }
  .mv_img{
    max-width: calc(50% - 90px);
    right: 20px;
  }
  
  .block3 .flex{
    gap:40px 20px;
  }
  
}
@media screen and (max-width: 1000px) {
  .block3 .flex .box{
    padding: 140px 20px 20px;
  }
  .block3 .flex .box h3{
    font-size: 20px;
  }
  .block3 .flex .box p{
    margin-top: 20px;
  }
  .block7 .flex{
    gap:20px;
  }
  .block7 .flex2 .box{
    min-height: 280px;
  }
}
@media screen and (max-width: 960px) {
  .mv{
    height: 320px;
  }
  .mv_ttl p{
    font-size: 18px;
  }
  .mv_ttl h1{
    font-size: 30px;
  }
  .block1{
    padding-top: 150px;
  }
  .block3 .flex{
    flex-direction: column;
  }
  .block3 .flex .box{
    width: 100%;
  }
  .block3 .flex .box{
    padding: 150px 20px 20px;
  }
  
  .application .inner{
    flex-direction: column;
    padding-left: 40%;
    align-items: flex-start;
  }
  
  .block7 .flex .box{
    width: calc((100% - 40px) / 2 );
  }
  .block7 .flex2{
    flex-direction: column;
  }
  .block7 .flex2 .box{
    width: 100%;
    padding: 20px 20px 20px 30%;
  }
  .block7 .flex2 .img{
    width: 25%;
  }
  .block7 .flex2 .img img{
    width: 100%;
  }
  .block7 .flex2 .arrow{
    transform: rotate(90deg);
  }
  
}
@media screen and (max-width: 842px) {
  .header .inner .logo{
    font-size: 20px;
  }
  .header .inner{
    gap:8px;
    padding: 5px 10px;
  }
  .header .inner .header_menu li a{
    font-size: 15px;
  }
  .header .inner .header_menu .header_app a{
    padding: 6px 12px;
  }
}

@media screen and (max-width: 768px) {
  .pc_only{
    display: none !important;
  }
  .sp_only{
    display: block !important;
  }
  .mainarea{
    padding-top: 88px;
  }
  .mv{
    height: 260px;
  }
  .mv_ttl{
    top:30px;
    transform: translateY(0);
    left: 0;
    padding: 0 10px;
  }
  .mv_ttl p{
    font-size: 15px;
  }
  .mv_ttl h1{
    font-size: 26px;
  }
  .mv_img{
    top: 100%;
    transform: translateY(-50%);
    right: 30px;
    max-width:50%;
  }
  .header .inner .logo{
    font-size: 18px;
  }
  .header .inner .header_menu{
    flex-wrap: wrap;
    justify-content: center;
    gap:10px;
  }
  .header .inner .header_menu li{
    line-height: 1;
  }
  .header .inner .header_menu li a{
    font-size: 14px;
  }
  .header .inner .header_menu .header_app a{
    padding:5px 10px ;
    font-size: 14px;
  }
  
  .block1 .flex{
    flex-direction: column;
  }
  .block1 .flex .box{
    width: 100%;
    padding: 190px 20px 20px;
  }
  
  .block2 .flex{
    flex-direction: column;
  }
  .block2 .flex .img{
    width: 100%;
  }
  .block2 .flex .txt h2{
    font-size: 28px;
  }
  
  .acc_ttl{
    padding-left: 0;
    padding-top: 70px;
  }
  .block5 .acc_body .inner{
    margin-left: 0;
  }
  
  .block6 .scroll_inner{
    width: 900px;
  }
  
  .block7 .flex .box{
    width: 100%;
  }
  .block7 .flex2 .box{
    width: 100%;
    padding: 160px 20px 20px;
    min-height:inherit;
  }
  .block7 .flex2 .box .ttl{
    text-align: center;
  }
  .block7 .flex2 .img{
    width: 140px;
    left: 50%;
    top:20px;
    transform: translateX(-50%) translateY(0);
  }
  
  .company .inner dl{
    flex-direction: column;
    gap:0;
  }
  .company .inner dl dt{
    width: 100%;
  }
  .company .inner dl dd{
    width: 100%
  }
  
  .footer .inner{
    flex-direction: column;
  }
  .footer .inner .right{
    margin-top: 40px;
  }
  .footer .inner .right ul{
    flex-direction: column;
    gap:10px;
  }
  
  .application{
    padding-top: 100px;
  }
  .application .inner{
    padding-left: 0;
    align-items:center;
  }
  .application .inner .img{
    top:-170px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    width: 106px;
  }
  
  .entry_content .inner dl{
    flex-direction: column;
  }
  .entry_content .inner dl dt{
    width: 100%;
    padding-top: 20px;
  }
  .entry_content .inner dl dd{
    width: 100%;
  }
  .entry_content .submit p{
    width: 100%;
  }
  .entry_content .submit p input{
    width: 100%;
  }
  
}
