@charset "UTF-8";
/* ---------------------------------------------
 Reset
--------------------------------------------- */



html, body {
  margin: 0 auto;
  padding: 0;
}
html *, body * {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
p{
    margin: 0px;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05rem;
    color: #333333;
    overflow-wrap: break-word;
    background: #fff;
    position: relative;
    z-index: -1;
      -webkit-text-size-adjust: none;
}
main{
    position: relative;
    z-index: -1; 
}
img{
    width: 100%;
    height: auto;
}

a {
  text-decoration: none; 
}

ul {
  list-style-type: none; 
  padding: 0;           
  margin: 0;           
}

.header-btn ul{
    display: flex;
    align-items: center;
}
.header-btn ul li{
    margin-right: 90px;
    font-size: 16px;
}
.header-btn ul li a{
    color:#222222;
}
.header-btn{
    display: flex;
}
.btn,
.btn-submit{
    width: 294px;
    height: 62px;
    border-radius: 31px;
    position: relative;
    cursor: pointer;
}
.btn {
    background: transparent linear-gradient(102deg, #FFA701 0%, #FF8801 30%, #FF6200 100%) 0% 0% no-repeat padding-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: none;
}

.btn:hover::before {
  opacity: 1;
}
.submit.btn{
    background: #FFA700 0% 0% no-repeat padding-box;
    text-align: left;
    font-size: 20px;
    padding-left: 64px;
    font-weight: 600;
    box-shadow: unset;
    
}
.btn-submit{
    transition: transform 0.4s ease;
}
.btn-submit:hover{
    transform: scale(1.1);
    background: #FFA700 0% 0% no-repeat padding-box;
}
.btn-submit:hover .submit.btn{
    background: #FFA700 0% 0% no-repeat padding-box;
}
.btn-submit:hover::after{
    transform: scale(1.1);
}
.btn-submit::after{
    transition: transform 0.4s ease;
}

.btn::after{
    content: "";
    background: url(../img/hero/next_btn.png) no-repeat center center;
    background-size: contain;
    width: 30.6px;
    height: 30.6px;
    top: calc(50% - 15.3px);
    right: 15px;
    position: absolute;
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 23px;
  height: 23px;
  border: 1px solid #B9B9B9;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
input[type="radio"]:checked {
  border-color: #4FC0DD;
  background-color: #4FC0DD;
}
.btn-submit::after{
    content: "";
    background: url(../img/btn/submit.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
    right: 15px;
    position: absolute;
}
.btn p,
input[type="submit"]{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06rem;
    width: 100%;
    height: 100%;
}
.contact-btn{
    box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.24);
}
/* ============================================form======================================= */
/*=====================================sec01=============================*/
.sec-body{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
}
.sec01 .sec-body{
    padding-bottom: 60px;
}
.sec-title{
    font-size: 40px;
    font-weight: 700;
}
.sec01-title{
    width: 800px;
    padding-right: 15px;
    margin: 0 auto;
}
.sec01-title p{
    border: 2px solid transparent;
    border-radius: 10px;

    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(-45deg, #005994, #00a2ff) border-box;

    height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sec01-title p.sp{
    display: none;
}
.sec01-title p::after{
    content: "";
    background: #005994;
    width: 15px;
    height: 35px;
    right: -17px;
    position: absolute;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.sec01-table{
    margin-top: 30px;
}
.sec01-table-head{
    display: flex;
    width: 100%;
    background-color: #76c6e3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 96px;
    position: relative;
}
.sec01-table-head::before{
    content: "";
    width: 1px;
    background-color: #fff;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.sec01-table-body::before{
    content: "";
    width: 0.75px;
    background-color: #76c6e3;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.table-head01{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-head01 p{
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.sec01-table-body{
    width: 100%;
    border: 1px solid #76c6e3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 127px;
    display: flex;
    position: relative;
    background-color: #fff;
}
.sec01-table-body .table-head01 p{
    color: #333333;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
}
.or-txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #333333;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    line-height: 1;
    padding-bottom: 8px;
    padding-left: 1px;
}
.sec01-note{
    margin-top: 20px;
    font-size: 14px;
}
.sec01{
    position: relative;
}
.sec01-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1223px;
    height: auto;
    z-index: -1;
}
.sec01-bg img{
    width: 100%;
    height: auto;
}
.sec02-wrapper{
    display: flex;
    gap: 80px;
}
.sec02-left{
    width: calc(100% - 351px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
img.sec02-title {
    max-width: 800px;
    margin: 0 auto;
}
.sec02-right{
    width: 271px;
}
.sec02-right img{
    width: 271px;
    height: 100%;
}
.sec02-sub{
    width: 100%;
    margin-bottom: 26px;
}
.sec02-txt{
    margin-top: 30px;
    background-color: #f5f5f5;
    padding: 24px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.sec02-txt p{
    line-height: 46.59px;
    font-size: 30px;
    text-align: left;
}
.sec02-txt p span{
    font-weight: 700;
    color: #005994;
}
.sec03{
   background: linear-gradient(-45deg, rgba(0,113,188,0.12), rgba(31,199,255,0.12));
}
.sec03-title img{
    width: 719px;
}
.sec03-title{
    text-align: center;
}
.sec03-body{
    margin-top: 45px;
}
.sec03-table{
    padding-top: 45px;
}
.sec03-row{
    display: flex;
    width: 100%;
}
.sec03-table-col1,
.sec03-table-col2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.sec03-table-col1 p{
    border: 0.5px solid #e6e6e6;
    border-top: unset;
    width: 148px;   
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #f2f2f2;
    color: #000;
    font-size: 16px;
    height: 60px;
}
.sec03-table-col1 p:first-child{
    background-color: #ffffff;
    height: 90px;
    position: relative;

    border: 0.5px solid #e6e6e6;
}
.sec03-table-col1 p:nth-child(3n){
    height: 98px;
}
.sec03-table-col1 p:last-child{
    border-bottom: 0.5px solid #e6e6e6;
}
.sec03-table-col2 p{
    
    width: 308px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #ffffff;
    border-bottom: 0.5px solid #e6e6e6;
    color: #000;
    font-size: 16px;
    height: 60px;
}
.sec03-table-col3,
.sec03-table-col2{
    position: relative;
}
.sec03-table-col2 img{
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
}
.sec03-table-col3 img{
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
}
.sec03-table-col4.sec03-table-col2 p{
    border-right: 0.5px solid #e6e6e6;
}
.sec03-table-col2 p:first-child{
    background-color: #76c6e3;
    border: 0.5px solid #ffe1e5;
    border-right: unset;
    position: relative;
    height: 90px;

    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    align-items: end;
    padding-bottom: 16px;
}
.sec03-table-col4.sec03-table-col2 p:first-child{
    border-left: unset;
    border-right: 0.5px solid #ffe1e5;
}
.sec03-table-col2 p.sec03-table-col2-02{
    font-size: 18px;
    padding-top: 5px;
}
.sec03-table-col2 p:nth-child(3n){
    height: 98px;
    line-height: 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
}
.sec03-table-col2 p:last-child{
    justify-content: left;
    padding-left: 20px;
}
.sec03-table-col3 p{
    width: 436px;
    height: 60px;
        
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    color: #005994;
    font-weight: 700;

    background-color: #fff;
    border-top: 0.5px solid #e6e6e6;
}
.sec03-table-col3 span{
    font-size: 30px;
}
.sec03-table-col3{
    padding: 2px;
    border-radius: 10px;

    background: linear-gradient(90deg, #1fc7ff 0%, #0071bc 100%);
}
.sec03-table-col3 p:first-child{
    background: linear-gradient(90deg, #1fc7ff 0%, #0071bc 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: end;
    padding-bottom: 19px;
    color: #fff;
    font-size: 30px;

    height: 107px;
    border-top: unset;
}
.sec03-table-col3-p{
    width: 436px;
    height: 98px;
    line-height:35px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
    background-color: #fff;
    border-top: 0.5px solid #e6e6e6;
    font-size: 20px;
    color: #005994;
    flex-direction: column;
    font-weight: 700;
}
.sec03-table-col3 p:last-child{
    justify-content: left;
    padding-left: 20px;
    height: 80px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sec03-table-col3 p.sec03-table-col3-02{
    font-size: 22px;
    padding-bottom: 5px;
}

.sec03-note p{
    font-size: 14px;
    line-height: 21px;
}
/*==================================cta=============================*/
.cta{
    background: linear-gradient(90deg, #00a2ff 0%, #005994 100%);
}
.cta-title img{
    width: 700px;
    margin: 0 auto;
}
.cta-title{
    margin-bottom: 20px;
    text-align: center;
}
.cta-vertical-sp .cta-btn a,
.cta-vertical-sp .cta-btn,
.cta-vertical .cta-btn a,
.cta-vertical .cta-btn{
    animation: unset;
}

.cta-btn{
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

#form_btn,
.cta-btn a{
    background: linear-gradient(90deg, #fcee21 30%, #fbb03b 100%);
    border-radius: 10px;
    height: 116px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-right: 35px;
    gap: 12px;
    position: relative;
    /* box-shadow: 6px 6px 5px rgba(0,0,0,0.16); */
    transition: all 0.2s ease;
    
}
.cta-btn a{
    animation: ctaShadowDouble 2.4s cubic-bezier(.22,.7,.25,1) infinite;
}
#form_btn{
    box-shadow: 6px 6px 5px rgba(0,0,0,0.16);
}
.cta-btn a:hover{
    box-shadow: none;
    opacity: .9;
    /* transform: translateY(3px); */
}
.form-arrow,
.cta-free{
    height: 60px;
    width: 133px;
    background: #fff;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-free span{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.2rem;
    background: linear-gradient(90deg, #F7931E, #E50012);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
#form_btn p,
.cta-txt {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    
    line-height: 1;
}
#form_btn::after,
.cta-btn a::after{
    content: "";
    background: url(../img/cta/arrow.png) no-repeat center center;
    width: 20px;
    background-size: contain;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
/*==================================cta=============================*/
.sec04{
    background: #f2f2f2;
}
.sec04-title{
    text-align: center;
    margin-bottom: 50px;
}
.sec04-title img{
    width: 465px;
}
.sec04-body{
    display: flex;
    width: 100%;
    gap: 40px;
    align-items:stretch;
}
.sec04-item{
    width: calc((100% - 80px)/3);
    flex:1;
    margin-top: 20px;
    position: relative;   
    padding: 30px 20px;
    background: #fff; 

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec04-item img{
    width: 312px;
}
.sec04-item-title{
    color: #005994;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 20px;
    text-align: center;
}
.sec04-item-txt{
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.sec07-txt span,
.sec04-item-txt span{
    letter-spacing: -10px;
}
.sec04-item::after{
    content: "";
    font-family: 'Jost', sans-serif;
    position: absolute;
    left: -10px;
    top: -20px;
    background: linear-gradient(90deg, #1fc7ff, #0071bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 600;
    line-height: 40px;
}
.sec04-item01::after{
    content: "Point.01";
}
.sec04-item02::after{
    content: "Point.02";
}
.sec04-item03::after{
    content: "Point.03";
}

/* .cta02 .cta-btn a {
    padding-left: 190px;
}
.cta03 .cta-btn a {
    padding-left: 75px;
} */
.sec05-body{
    height: 220px;
    display: flex;
    width: 100%;
    position: relative;
    padding-right: 100px;
}
.sec05-txt-group{
    background-color: #f2f2f2;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 42px;
    width: 100%;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.16);
}
.sec05-txt-time-wrap{
    height: 100%;
}
.sec05-txt-time{
    background: linear-gradient(35deg, #78efff 0%, #00a2ff 50%, #004d80 100%);
    height: 100%;
    width: 219px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    clip-path: polygon(0 0,75% 0,100% 50%,75% 100%,0 100%);
    padding-right: 27px;
}
.sec05-txt{
    color: #005994;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
}
.sec05-note{
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0;
}
.sec05-txt span{
    position: relative;
}
.sec05-txt span::before{
    content: "";
    width: 9px;
    height: 9px;
    background: #005994;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.sec05-img{
    position: absolute;
    right: 0;
    height: 300px;
    bottom: 0;
    width: auto;
}
.sec05 .sec-body{
    padding-top: 105px;
}
.sec06{
    background: linear-gradient(-45deg, rgba(0,113,188,0.2), rgba(31,199,255,0.2));
}
.sec06 .sec-body{
    max-width: 1000px;
}
.sec06-title{
    margin-bottom: 50px;
    text-align: center;
}
.sec06-title p{
    font-size: 40px;
    font-weight: 700;
}
.sec06-title p span{
    color: #005994;  
}
.sec06-body{
    width: 100%;
    display: flex;
}
.sec06-left{
    width: 50%;
}
.sec06-right{
    width: 50%;
    padding-left: 60px;
}
.sec06-item{
    display: flex;
    align-items: center;
    gap: 20px;
}
.sec06-item-txt .title{
    color: #005994;
    font-weight: 700;
    font-size: 25px;
    line-height: 37.5px;
}
.sec06-item-img{
    width: 80px;
    height: 80px;
}
.sec06-item-txt .txt{
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}
.sec06-left .sec06-item img{
    width: 150px;
    height: 150px;
}
.sec06-item-txt {
    width: calc(100% - 100px);
}
.sec06-right .sec06-item-txt .title{
    color: #333333;
    font-size: 20px;
    line-height: 1;
}
.sec06-right .sec06-item-txt .txt{
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}
.sec06-right .sec06-item-txt .note{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-top: 3px;
}
.sec06-right .sec06-item-txt .note span{
    margin-left: -7px;
}
.sec06-right .sec06-item:first-child{
    align-items: flex-start;
}
.sec06-right .sec06-item:nth-child(2n){
    margin-top: 20px;
}
.sec06-right .sec06-item:nth-child(3n){
    margin-top: 60px;
}
.sec06-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.sec06-right {
    padding: 20px 0px 20px 60px;
    position: relative;
}
.sec06-left::after{
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 10px);
    top: 5px;
    left: 75px;
    z-index: -1;
    background: linear-gradient(180deg, #1fc7ff 40%, #0071bc 100%);
}
.sec06-right::after{
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 50px);
    top: 25px;
    left: 100px;
    z-index: -1;
    background: linear-gradient(180deg, #1fc7ff 40%, #0071bc 100%);
}
.sec07 .sec-body{
    max-width: 1000px;
}
.sec07-wrapper{
    display: flex;
    width: 100%;
    align-items: center;
}
.sec07-right {
    width: 50%;
    padding-left: 50px;
}
.sec07-img{
    width: 50%;
}
.sec07-title{
    margin-bottom: 50px;
}
.sec07-title p{
    line-height: 1;
    font-weight: 700;
    font-size: 40px;
}
.sec07-title p span{
    color: #005994;
}
.sec07-txt p{
    font-size: 20px;
    line-height: 30px;
}
.sec01-title p .ellipsis{
    position: relative;
    top: 13px;
}
/*=================================================faq========================================= */
.l-faq{
    background-color: #f2f2f2;
}
.l-faq .sec-body{
  max-width: 1000px;
}
.faq-title p{
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
}
.faq-title p span{
    color: #005994;
}
.faq{
  margin-top: 50px;
}
.faq-question {
    position: relative;
    cursor: pointer;
    background: #005994;
    height: 93px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}
.faq-item{
  margin-bottom: 20px;
}
.faq-item.active{
    margin-bottom: 50px;
}
.faq-item.active:last-child,
.faq-item:last-child{
  margin-bottom: 0;
}

.faq-item .faq-head::after, 
.faq-item .faq-head::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 37px;
    width: 15px;
    height: 1.5px;
    background: #333333;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 2;
}
.faq-item .faq-head::after {
  opacity: 1;
  transform: rotate(0deg);
  z-index: 3;
}
.faq-item .faq-head::before {
  opacity: 1;
  transform: rotate(90deg);
  z-index: 2;
}

.faq-item.active .faq-head::before {
  opacity: 1;
  transform: rotate(0deg);
}
.faq-item .faq-head::after,
.faq-item.active .faq-head::before{
    height: 2px;
}
.faq-item.active .faq-head::after {
  opacity: 0;
  transform: rotate(0deg);
}
.faq-answer-group,
.faq-head-group {
  display: flex;
}
.faq-answer-a,
.faq-head-q {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    line-height: 1;
    padding-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 63px;
}
.faq-answer-a::after,
.faq-head-q::after{
    content: "";
    width: 2px;
    border-radius: 5px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}
.faq-answer-a::after{
    background-color: #005994;
}
.faq-head-q::after{
    background-color: #fff;
}
.faq-answer-a{
    color: #005994;
}
.faq-head-q{
    color: #fff;
}
.faq-head-txt {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    padding-left: 28px;
}
.faq-body-txt {
  padding-top: 20px;
}
.faq-answer {
  display: none;
  padding: 63px 210px 23px 30px;
  background: #fff;
  margin-top: -40px;
  height: 133px;
  align-items: center;
}

.faq-answer-txt {
    font-size: 16px;
    line-height: 24px;
    padding-left: 28px;
}
.faq-head-group{
    position: relative;
    width: 100%;
}
.faq-head-group::after{
    content: "";
    background-color: #fff;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/*=======================================================faq=========================================================*/
#form_btn:hover {
    box-shadow: none;
    transform: translateY(3px);
}
.l-form{
    background-color: #edf3f8;
}
.l-form .sec-body{
    max-width: 1000px;
}
.form-title p{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.form{
    margin-top: 50px;
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    padding: 100px;
}
.form_item {
    display: flex;
    gap: 40px;
    width: 100%;
    align-items: center;
}
.form_input {
    width: 575px;
}
.form_label{
    width: calc(100% - 615px);
}

label p{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 10px;
}
label span{
    color: #e50012;
}
input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
textarea, input {
    background: #f2f2f2;
    border: none;
    border-radius: 6px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0.05rem;
}
input{
    height: 60px;
}
textarea{
    padding: 20px 25px;
}
input:focus-visible,
textarea:focus-visible{
      outline: unset !important;
}
textarea::placeholder,
input::placeholder {
    color: #b3b3b3;
}
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
    color: #b3b3b3;
}
textarea:-ms-input-placeholder ,
input:-ms-input-placeholder {
    color: #b3b3b3;
}
.error{
    font-size: 12px;
    color: red;
}
.hidden{
    display: none;
}
.form_item+.form_item{
    margin-top: 45px;
}
input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border: 0.7143px solid #cccccc;
    background-color: #fff;
    border-radius: 0px;
}
.form_item.checkbox-form{
    margin-top: 50px;
}
.size-check-txt a{
    color: #333333;
    text-decoration: underline;
}
.size-check-txt span.red{
    color: red;
    text-decoration : none;
}
.size-check-txt{
    font-size: 16px;
    line-height: 1;
    padding-bottom: 1px;
    font-weight: 600;
}
.form_item-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}
.form_btn_wrapper{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
#form_btn .form-arrow{
    width: 75px;
    height: 75px;
    border-radius: 100%;
}
#form_btn .form-arrow img{
    width: 36.3855px;
}
.form_btn_wrapper #form_btn {
    width: 600px;
    border: unset;
    gap: 16px;
}

footer{
    height: 50px;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.sp{
    display: none;
}
section.hero{
    padding-left: 0;
    padding-right: 0;
}
section{
    padding-left: 20px;
    padding-right: 20px;
}
.form_item.checkbox-form{
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.form_label-line{
    line-height: 33px;
}
@media screen and (max-width:1250px){
    .sec03-body{
        overflow-x: auto;
    }
}
@media screen and (min-width:900px) and (max-width:1000px){
    .sec05-txt{
        padding-right: 100px;
        line-height: 65px;
    }
    .sec05-note{
        margin-top: 0px;
        padding-right: 150px;
        text-align: left;
    }
    .form{
        padding: 5%;
    }
}

@media screen and (max-width:900px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .sec-body{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec01-title {
        width: 100%;
    }
    .sec-title {
        font-size: 17px;
    }
    .sec01-title p.sp{
        display: flex;
    }
    .sec01-title p.pc{
        display: none;
    }
    .sec01-title p {
        height: 100%;
        padding: 8px 0px;
        border-radius: 6px;
    }
    .sec01-title p .ellipsis{
        display: block;
        margin-top: auto;
        text-align: end;
        line-height: 1;
        position: relative;
        top: unset;
    }
    .sec01-title p::after{
        width: 10px;
        height: 27px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        right: -10px;
    }
    .sec01 .sec-body{
        padding-top: 25px;
        padding-bottom: 12px
    }
    .table-head01 p {
        font-size: 20px;
        letter-spacing: 0.1rem;
    }
    .sec01-table-body .table-head01 p {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .or-txt {
        font-size: 14px;
        width: 25px;
        height: 25px;
        padding-bottom: 4px;
    }
    .sec01-table-head {
        height: 51px;
    }
    .sec01-table-body {
        height: 70px;
    }
    .sec01-note {
        font-size: 10px;
        margin-top: 5px;
        text-align: end;
    }
    .sec01-table {
        margin-top: 10px;
    }
    .sec01-table-head::before{
        width: 0.75px;
    }
    .sec02-wrapper {
        position: relative;
    }
    .sec02-left {
        width: 100%;
    }
    .sec02-sub {
        margin-bottom: 20px;
    }
    .sec02 .sec-body{
        padding-top: 30px;
        padding-bottom: 62px;
    }
    .sec02-txt p {
        font-size: 14px;
        line-height: 24.5px;
        letter-spacing: 0.1rem;
    }
    .sec02-txt {
        padding: 30px 115px 30px 15px;
        position: relative;
        margin-top: 45px;
    }
    .sec02-txt img{
        position: absolute;
        right: 0;
        top: -20px;
        height: 200px;
        width: auto;
    }
    .sec03-table-col1 p {
        font-size: 12px;
        width: 57px;
        text-align: center;
        letter-spacing: 0;
    }
    .sec03-table-col1 p:first-child {
        height: 55px;
        letter-spacing: 0.05rem;
    }
    .sec03-table-col2 p {
        width: 112px;
        font-size: 14px;
        letter-spacing: 0;
    }
    .sec03-table-col1 p:nth-child(3n) {
        height: 140px;
    }
    .sec03-table-col2 p:first-child {
        font-size: 16px;
        height: 55px;
        padding-bottom: 9px;
        letter-spacing: 0.05rem;
    }
    .sec03-table-col2 p:nth-child(3n) {
        height: 140px;
        padding-left: 8px;
        font-size: 13px;
        line-height: 19.5px;
    }
    .sec03-span-top{
        padding-top: 5px;
    }
    .sec03-table-col2 p.sec03-table-col2-02 {
        font-size: 14px;
        letter-spacing: 0;
        padding-top: 0;
    }
    .sec03-table {
        overflow-x: auto;
    }
    .sec03-table-col2 img {
        width: 50px;
        height: 50px;
        top: -15px;
    }
    .sec03-table-col3 p {
        width: 150px;
        font-size: 18px;
        letter-spacing: 0;
    }
    .sec03-table-col3 p:first-child {
        font-size: 20px;
        height: 65px;
        padding-bottom: 12px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .sec03-table-col1, .sec03-table-col2 {
        padding-top: 13px;
        padding-bottom: 10px;
    }
    .sec03-table-col3-p {
        width: 150px;
        height: 140px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        align-items: flex-start;
        padding-left: 8px;
    }
    .sec03-table-col3 span {
        font-size: 26px;
    }
    .sec03-table-col3 p:last-child {
        height: 110px;
        padding-left: 15px;
        line-height: 31.5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .sec03-table-col2 p:last-child,
    .sec03-table-col1 p:last-child {
        height: 100px;
    }
    .sec03-table-col3{
        border-radius: 5px;
        height: 100%;
    }
    .sec03-table-col3 img {
        width: 50px;
        height: 50px;
        top: -25px;
    }
    .sec03-table-col3 p.sec03-table-col3-02 {
        font-size: 18px;
        letter-spacing: 0;
        padding-bottom: 0;
    }
    .sec03-table-col2 p:last-child{
        font-size: 13px;
        padding-left: 15px;
    }
    .sec03 .sec-body {
        padding-left: 20px;
        padding-right: 0;
        padding-top: 42px;
        padding-bottom: 45px;
    }
    .sec03-title img {
        width: 310px;
        margin: 0 auto;
    }
    .sec03-note {
        margin-top: 10px;
        padding-right: 20px;
    }
    .sec03-note p {
        font-size: 10px;
        line-height: 14px;
    }
    .sec03-note p:first-child {
        letter-spacing: 0.1rem;
        line-height: 21px;
        padding-bottom: 5px;
    }
    .sec03-body {
        margin-top: 13px;
    }
    .sec03-table {
        padding-top: 25px;
    }
    .sec03-scroll{
        font-size: 14px;
        letter-spacing: 0;
        position: absolute;
        right: 20px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .sec03-scroll img{
        width: 14px;
        padding-top: 4px;
    }
    .cta-title img {
        width: 234px;
    }
    .sec07-txt span{
        letter-spacing: 0px;
    }
    .cta-txt {
        font-size: 20px;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px;
    }
    .cta-free span {
        font-size: 15px;
        letter-spacing: 0.05rem;
    }
    .cta-free {
        width: 42.5575px;
        height: 42.5575px;
        border-radius: 100%;
    }
    .cta-btn a {
        height: 60px;
        border-radius: 5px;
        gap: 8px;
        padding-right: 28px;
    }
    .cta-btn a::after{
        width: 10.3333px;
        height: 11.9319px;
        right: 15px;
    }
    .cta-title {
        margin-bottom: 4px;
        text-align: center;
    }
    .cta .sec-body{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sec04-body {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 27px;
    }
    .sec04-item {
        width: 100%;
        padding: 30px 20px 30px 20px;
        margin-top: 13px;
    }
    .sec04-item:first-child{
        padding-bottom: 40px;
    }
    .sec04 .sec-body{
        padding-top: 50px;
        padding-bottom: 44px;
    }
    .sec04-item-title{
        font-size: 20px;
        line-height: 28px;
    }
    .sec04-item-txt {
        font-size: 14px;
        line-height: 24.5px;
        margin-top: 14px;
    }
    .sec04-item::after{
        font-size: 45px;
        letter-spacing: 0;
    }
    .sec04-item::after {
        font-size: 45px;
        letter-spacing: 0;
        top: -16px;
    }
    .sec04-title{
        margin-bottom: 40px;
    }
    .cta02 .cta-btn a {
        gap: 22px;
    }
    .sec05-txt-group{
        position: relative;
        margin-top: 85px;
        padding: 40px 125px 50px 20px;
    }
    .sec05-txt-time {
        padding-right: 0px;
        height: 100px;
        width: 160px;
        font-size: 30px;
        clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
        background: linear-gradient(134deg, #78efff 0%, #00a2ff 50%, #004d80 100%);
        align-items: flex-start;
        padding-top: 20px;
    }
    .sec05-txt-time-wrap{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -85px;
        display: inline-block;
        filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.16));
    }
    .sec05-body {
        height: auto;
        padding-right: 0;
    }
    .sec05 .sec-body {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .sec05-txt {
        font-size: 26px;
        line-height: 40px;
    }
    .sec05-note{
        font-size: 14px;
        text-align: left;
        margin-top: 13px;
        line-height: 24.5px;
        letter-spacing: 0.05rem;
    }
    .sec05-txt span::before{
        width: 4.3624px;
        height: 4.3624px;
    }
    .sec05-img {
        right: -20px;
        height: 286px;
    }
    .sec06 .sec-body {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec06-title p {
        font-size: 30px;
    }
    .sec06-body {
        flex-direction: column;
    }
    .sec06-left {
        width: 100%;
    }
    .sec06-item-txt .title {
        font-size: 18px;
        line-height: 24px;
    }
    .sec06-left .sec06-item img {
        width: 80px;
        height: 80px;
    }
    .sec06-item-txt .txt {
        font-size: 14px;
    }
    .sec06-item{
        margin-bottom: 24px;
        gap: 10px;
    }
    .sec06-right::after,
    .sec06-left::after{
        content: unset;
    }
    .sec06-right {
        padding: 0px;
        width: 100%;
    }
    .sec06-right .sec06-item-txt .title {
        font-size: 14px;
        letter-spacing: 0.1rem;
    }
    .sec06-right .sec06-item-txt .txt {
        font-size: 12px;
        line-height: 21px;
        margin-top: 10px;
    }
    .sec06-right .sec06-item-txt .note {
        font-size: 10px;
        line-height: 17.5px;
        margin-top: 5px;
    }
    .sec06-right .sec06-item-txt .note span{
        margin-left: 0px;
    }
    .sec06-right .sec06-item img{
        width: 60px;
        height: 60px;
    }
    .sec06-item-img {
        text-align: center;
        height: auto;
    }
    .sec06-right .sec06-item:nth-child(3n) {
        margin-top: 17px;
        margin-bottom: 0px;
    }.sec06-right .sec06-item:nth-child(2n) {
        margin-bottom: 0;
        margin-top: 0;
    }
    .sec06-right .sec06-item:first-child{
        margin-bottom: 0px;
    }
    .sec06-body{
        position: relative;
    }
    .sec06-body::after{
        content: "";
        position: absolute;
        width: 2px;
        height: calc(100% - 30px);
        top: 5px;
        left: 40px;
        z-index: -1;
        background: linear-gradient(180deg, #1fc7ff 40%, #0071bc 100%);
    }
    .sec07 .sec-body {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec07-wrapper {
        flex-direction: column;
    }
    .sec07-img {
        width: 100%;
    }
    .sec07-title p {
        font-size: 30px;
        letter-spacing: 0.1rem;
    }
    .sec07-title {
        margin-bottom: 34px;
    }
    .sec07-right {
        width: 100%;
        padding-left: 20px;
        margin-top: 30px;
        padding-right: 20px;
    }
    .sec07-txt p {
        font-size: 14px;
        line-height: 24.5px;
    }
    .l-faq .sec-body{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .faq-title p {
        font-size: 30px;
        letter-spacing: 0.1rem;
    }
    .faq {
        margin-top: 30px;
    }
    .faq-question {
        padding: 22px 20px;
        height: 100%;
    }
    .faq-head-txt {
        font-size: 18px;
        padding-left: 15px;
        line-height: 27px;
        padding-right: 40px;
        display: flex;
        align-items: center;
    }
    .faq-answer-a, .faq-head-q {
        padding-right: 15px;
        
        letter-spacing: 0;
    }
    .faq-head-q{
        min-width: 49px;
    }
    .faq-answer-a{
        min-width: 44px;
        align-items: flex-start;
        padding-top: 5px;
    }
    .faq-answer-a::after{
        height: 48px;
    }
    .faq-item .faq-head::after, .faq-item .faq-head::before{
        right: 27.7px;
    }
    .faq-answer {
        height: auto;
        padding: 50px 25px 25px 25px;
        margin-top: -25px;
    }
    .faq-answer-txt {
        font-size: 14px;
        line-height: 24.5px;
        padding-left: 15px;
    }
    .faq-item.active .faq-head::before,
    .faq-item .faq-head::after{
        height: 2px;
    }
    .cta03 .cta-title img{
        width: 294px;
    }
    .cta03 .cta-btn a {
        gap: 24px;
        padding-right: 48px;
    }
    .cta03 .cta-txt{
        line-height: 25px;
    }
    .l-form .sec-body{
        padding-top: 50px;
        padding-bottom: 52px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-title p {
        font-size: 30px;
        letter-spacing: 0.1rem;
    }
    .form {
        margin-top: 38px;
        padding: 50px 30px 42px 30px;
        border-radius: 10px;
    }
    .form_item {
        flex-direction: column;
        gap: 8px;
    }
    .form_label {
        width: 100%;
    }
    .form_input {
        width: 100%;
    }
    label p{
        font-size: 16px;
        padding-bottom: 0px;
    }
    .form_item+.form_item {
        margin-top: 15px;
    }
    textarea, input{
        font-size: 14px;
        border-radius: 3px;
        padding-left: 25px;
        line-height: 24.5px;
    }
    textarea {
        padding: 20px 15px;
    }
    .size-check-txt{
        font-size: 14px;
    }
    .form_item.checkbox-form{
        margin-top: 22px;
        align-items: flex-start;
    }
    .form_btn_wrapper{
        margin-top: 30px;
    }
    .form_btn_wrapper #form_btn {
        width: 100%;
        border-radius: 5px;
        height: 60px;
        gap: 25px;
    }
    #form_btn .form-arrow {
        width: 45.5253px;
        height: 45.5253px;
    }
    #form_btn .form-arrow img {
        width: 22.0862px;
    }
    #form_btn p {
        font-size: 20px;
    }
    #form_btn::after{
        width: 11.7354px;
        height: 13.5508px;
        right: 18px;
    }
    footer{
        height: 44px;
    }
    .copyright {
        font-size: 11px;
        letter-spacing: 0;
    }
    .sec06-title{
        margin-bottom: 30px;
    }
}
@media screen and (min-width:600px) and (max-width:900px){
    .l-form .sec-body,
    .l-faq .sec-body,
    .sec07 .sec-body,
    .sec06 .sec-body,
    .sec-body{
        max-width: 70%;
    }
    #form_btn, .cta-btn a{
        justify-content: center;
    }
    br.sp{
        display: none;
    }
    .sec04-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sec03-table-col3-p,
    .sec03-table-col3 p{
        width: 250px;
    }
    .sec03-table-col2 p{
        width: 180px;
    }
    .sec03-table-col1 p{
        width: 148px;
    }
}
@media screen and (max-width:600px){
    section{
        padding-left: 0;
        padding-right: 0;
    }
    .sec04-item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sec07-txt p{
        padding-right: 7px;
    }
    .sec03-table-col4{
        padding-right: 20px;
    }
}
@media screen and (min-width:500px) and (max-width:600px){
    section{
        padding-left: 0;
        padding-right: 0;
    }

    #form_btn, .cta-btn a{
        justify-content: center;
        padding-left: 0px;
    }
    .cta03 .cta-btn a{
        padding-left: 0px;
    }
    .form_btn_wrapper #form_btn{
        padding-left: 0px;
    }
    .l-form .sec-body,
    .l-faq .sec-body,
    .sec07 .sec-body,
    .sec06 .sec-body,
    .sec-body{
        max-width: 80%;
    }
}

@media screen and (max-width:500px){
    .l-form .sec-body,
    .l-faq .sec-body,
    .sec07 .sec-body,
    .sec06 .sec-body,
    .sec-body{
        max-width: 375px;
    }
}
.confirm-page{
    background-color: #edf3f8;
}
.confirm-title p{
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
}
.confirm-page .p-form_body {
    max-width: 1000px;
    margin: 0 auto;
}
.confirm-page textarea, .confirm-page input{
    background: none;
    border-radius: 0;
    height: auto;
    line-height: 27px;
    padding-left: 0;
}
.confirm-page .form_item{
    padding: 46px 0px;
    border-bottom: 1px solid #f2f2f2;
}
.confirm-page .form_item:first-child{
    padding-top: 0px;
}
.confirm-page .form_item+.form_item{
    margin-top: 0px;
}
.confirm-page .form_item:last-child{
    padding: 33px 0px;
    align-items: flex-start;
}
textarea{
    min-height: 58px;
}
.confirm-page textarea {
    padding: 0px;
    height: 100%;
    min-height: 100%;
    resize:none;
}
.confirm-page .form_btn_wrapper{
    margin-top: 70px;
    flex-direction: column;
    gap: 50px;
    align-items:center;
}
.confirm-page  .p-back a {
    color: #808080;
    font-size: 16px;
    text-decoration: underline;
}
.thanks-page{
    background-color: #edf3f8;
}
.thanks-page .sec-body{
    max-width: 1000px;
}
.thanks-page .thanks-title{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 34px;
    text-align: center;
}
.thanks-txt{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 34px;
}
.top-back{
    color: #808080;
    font-size: 16px;
    text-decoration: underline;
    
    text-align: center;
}
.thanks-content {
    text-align: center;
}
.thanks-page main{
    height: calc(100vh - 50px);
}
.thanks-page main section{
    height: 100%;
    display: flex;
    align-items: center;
}
.span-left{
    margin-left: -14px;
}
@media screen and (max-width:900px){
    .size-check-txt{ 
        font-size: 14px !important;
    }
    .span-left{
        margin-left: -7px;
    }
    .thanks-page main{
        height: 100%;
    }
    .thanks-page .sec-body {
        padding-top: 70px;
        padding-bottom: 48px;
    }
    .thanks-page .thanks-title {
        font-size: 30px;
        letter-spacing: 0.1rem;
        margin-bottom: 30px;
    }
    .thanks-txt {
        font-size: 14px;
        line-height: 24.5px;
        margin-bottom: 48px;
    }
    .top-back {
        
        font-size: 14px;
    }
    .confirm-page  .confirm-title p {
        font-size: 30px;
        letter-spacing: 0.1rem;
        line-height: 45px;
        padding: 0px 25px;
    }
    .confirm-page  .form {
        margin-top: 32px;
    }
    .confirm-page .sec-body{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .confirm-page .form_item{
        padding: 25px 0px;
    }
    .confirm-page .form_item{
        gap: 20px;
    }
    .confirm-page .form_item:last-child {
        padding: 25px 0px;
    }
    .confirm-page .form_btn_wrapper{
        margin-top: 32px;
        gap: 42px;
    }
    .confirm-page .p-back a{
        font-size: 14px;
    }
    label p{
        padding-bottom: 0px;
    }
}
.cta-vertical .cta-btn a {
    flex-direction: column;
    width: 80px;
    height: 100%;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.cta-vertical {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 9999;
}
.cta-vertical .cta-txt {
    writing-mode: vertical-rl;
    font-size: 20px;
    letter-spacing: 0.1rem;
}
.cta-vertical .cta-free{
    width: 40px;
    height: 75px;
}
.cta-vertical .cta-free span{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 20px;
    letter-spacing: 0.1rem;
}
.cta-vertical .cta-btn a::after{
    top: auto;
    bottom: 12px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    width: 15px;
}
.cta-vertical-sp{
    display: none;
}
@media screen and (max-width: 900px) {
    .cta-vertical-sp {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 9999;
        display: block;
    }
    .footer{
        margin-bottom: 60px;
    }
    .footer.active{
        margin-bottom: 0px;
    }
    .size-check-txt{ 
        font-size: 14px;
    }
    .form_item-checkbox{
        gap: 4px;
    }
}
@keyframes ctaShadowDouble {
  0% {
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,.22));
    transform: translateY(0);
  }
  10% {
    filter: drop-shadow(4px 4px 3px rgba(0,0,0,.35));
    transform: translateY(4px);
  }
  20% {
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,.22));
    transform: translateY(0);
  }
  30% {
    filter: drop-shadow(4px 4px 3px rgba(0,0,0,.35));
    transform: translateY(4px);
  }
  40%,100% {
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,.22));
    transform: translateY(0);
  }
}
