@charset "utf-8";

body{
    background-color: #f7f6f6;
}

#wrapper{
	max-width: 600px;
	width: 100%;
	margin: auto;
    text-align: center;
    align-items: center;
    background-color: #FFF;
}

a:hover{	opacity: .8;}

.bgY{	background: #ffc;}
.bgB{	background: #e2f4fd;}

.bnrOff ,.bnrOn{	background: #fff; position: relative;}
.bnrOff{	z-index: 10;}
.bnrOn{		z-index: 1;}

@media screen and (max-width:599px) {
#pc-btn.floatBnr.cta-btn-float{  /* CTAボタンPC SP画面表示 */
    display: none;
}
#pc-btn.floatBnr.cta-btn-float a{
    display: none;
    width: 0;
    height: 0;
}

#pc-btn.floatBnr.ikotoba{  /* 合言葉 SP画面表示 */
    display: none;
}
#pc-btn.floatBnr.ikotoba img{
    display: none;
    width: 0;
    height: 0;
}

#sp-btn.floatBnr.cta-btn-float{  /* CTAボタンSP SP画面表示 */
	position: fixed;
	bottom: 0;
	z-index: 999;
}
#sp-btn.floatBnr.cta-btn-float a{
	display: block;
    width: 100%;
}

#sp-btn.floatBnr.ikotoba{  /* 合言葉SP SP画面表示 */
	position: fixed;
	top: 0;
	z-index: 999;
}
#sp-btn.floatBnr.ikotoba img{
	display: block;
    width: 100%;
}
}

@media screen and (min-width:600px) {
    #pc-btn.floatBnr.cta-btn-float{ /* CTAボタンPC PC画面表示 */
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;
        width: 200px;
    }
    #pc-btn.floatBnr.cta-btn-float a{
        display: block;
        width: 100%;
    }
    #sp-btn.floatBnr.cta-btn-float{  /* CTAボタンSP PC画面表示 */
        display: none;
    }
    #sp-btn.floatBnr.cta-btn-float a{
        display: none;
        width: 0;
        height: 0;
    }

    #pc-btn.floatBnr.ikotoba{ /* 合言葉PC PC画面表示 */
        position: fixed;
        bottom: 160px;
        right: 20px;
        z-index: 999;
        width: 200px;
    }
    #pc-btn.floatBnr.ikotoba img{
        display: block;
        width: 100%;
    }
    #sp-btn.floatBnr.ikotoba{  /* 合言葉SP PC画面表示 */
        display: none;
    }
    #sp-btn.floatBnr.ikotoba img{
        display: none;
        width: 0;
        height: 0;
    }
}

.box_main{
    background-image: url(../img/main_bg.webp);
    width: 100%;
    background-size: 100%;
}
.box_02{
    background-image: url(../img/box02_bg.webp);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fff;
    text-align: center;
}

.box_case{
    background-image: url(../img/case_bg.webp);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #0abab5;
}

.box_record{
    background-image: url(../img/record_bg.webp);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f6f3ec;
    text-align: center;
}

.box_features{
    background-image: url(../img/features_bg.webp);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #FFF;
    text-align: center;
}

.box_usuge{
    background-image: url(../img/usuge_bg.webp);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #FFF;
    text-align: center;
}

#usuge-plus{
    width: 30%;
    z-index: 10;
    margin: -3rem auto 0;
}

/* =========== usuge-plus ===================*/
#usuge-plus { /* 最小サイズ　299px以下 */
    position: absolute;
    width: 100%;
    z-index: 10;
    margin: -4.3rem auto 0;
    text-align: center;
    }
#usuge-plus img{ 
    position: relative;
    width: 40%;
    top: 0;
    z-index: 10;
}
.usuge-plus-after{ margin-top: 0;}
@media screen and (min-width:300px) {/* 300px〜399px */
    #usuge-plus {
        position: absolute;
        width: 100%;
        z-index: 10;
        margin: -5.5rem auto 0;
        text-align: center;
        }
    #usuge-plus img{ 
        position: relative;
        width: 40%;
        top: 0;
        z-index: 10;
    }
    .usuge-plus-after{ margin-top: 0;}
}
@media screen and (min-width:400px) {/* 400px〜499px */
    #usuge-plus { 
        position: absolute;
        width: 100%;
        z-index: 10;
        margin: -6.5rem auto 0;
        text-align: center;
        }
    #usuge-plus img{ 
        position: relative;
        width: 40%;
        top: 0;
        z-index: 10;
    }
    .usuge-plus-after{ margin-top: 0;}
}
@media screen and (min-width:500px) {/* 500px〜599px */
    #usuge-plus { 
        position: absolute;
        width: 100%;
        z-index: 10;
        margin: -7rem auto 0;
        text-align: center;
        }
    #usuge-plus img{ 
        position: relative;
        width: 35%;
        top: 0;
        z-index: 10;
    }
    .usuge-plus-after{ margin-top: 0;}
}
@media screen and (min-width:600px) {/* 600px〜 */
    #usuge-plus { 
        position: absolute;
        width: 600px;
        z-index: 10;
        margin: -7rem auto 0;
        text-align: center;
        }
    #usuge-plus img{ 
        position: relative;
        width: 35%;
        top: 0;
        z-index: 10;
    }
    .usuge-plus-after{ margin-top: 0;}
}
/* =========== usuge-plus ===================*/


.box_know01{
    background-image: url(../img/know_bg01.webp);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #e5f2f6;
    text-align: center;
}
.box_know02{
    background-image: url(../img/know_bg02.webp);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #e5f2f6;
    text-align: center;
}



/* =========== FLOW  =======================================*/
.box_flow{
    width: 100%;
    background-size: 100%;
    background-color: #315060;
    text-align: center;
}

/* タブ全体を囲むコンテナの設定 */
.tab-switch {
    display: flex; /* タブを横並びに */
    flex-wrap: wrap; /* 幅に応じて折り返し */
    margin: auto;/* コンテナの中央寄せ */
    justify-content: center;/* タブの中央寄せ */
    gap: 5px;/* タブ間の余白 */
}

/* 各タブボタンの設定 */
.tab-switch > label {
    flex: 1 1 auto; /* タブが均等に幅をとるが、幅を超えると折り返す */
    order: -1; /* 上部に表示する */
    position: relative; /* 絶対位置指定用の基準 */
    padding:1.5em 0; /* 上下左右の内側余白 */
    background-color: #8396a0; /* 背景色 */
    color: #FFF; /* 文字色 */
    text-align: center; /* 文字を中央揃え */
    cursor: pointer; /* ポインターを指アイコンに変更 */
    transition:.3s all;
    border-radius: 3rem;
    /* height: 60px; */
    font-size: 1rem;
    font-weight: 900;
    display: block;
    line-height: 2;
}
.tab-switch >.label-01 {
    margin: 2rem 0.5rem 0 1.5rem;
}
.tab-switch >.label-02 {
    margin: 2rem 1.5rem 0 0.5rem;
}

.tab-switch > label input {
    align-items: center;
    vertical-align: middle;
}   
@media screen and (min-width:300px) {/* 300px〜399px */
    .tab-switch > label {
        font-size: 0.6rem;
    }
}
@media screen and (min-width:400px) {/* 400px〜499px */
    .tab-switch > label {
        font-size: 0.8rem;
    }
}
@media screen and (min-width:500px) {/* 500px〜599px */
    .tab-switch > label {
        font-size: 1rem;
    }
}
@media screen and (min-width:600px) {/* 600px〜 */
    .tab-switch > label {
        font-size: 1rem;
    }
}
/* タブボタンのホバーおよび選択状態のスタイル */
.tab-switch > label:hover,
.tab-switch label:has(:checked) {
    background-color: #FFF; /* ホバー/選択時の背景色 */
    color: #315060; /* ホバー/選択時の文字色 */
}

/* ラジオボタン自体は非表示 */
.tab-switch input {
    display: none; /* 見た目に表示されないようにする */
}

/* タブコンテンツのスタイル */
.tab-switch > div {
    display: none; /* 初期状態では非表示 */
    width: 100%; /* コンテンツ幅を全体に */
    padding: 3rem 1.5em; /* 内側余白 */
}

/* 選択されたタブのコンテンツを表示 */
.tab-switch label:has(:checked) + div {
    display: block; /* 選択されたタブに対応するコンテンツを表示 */
}
/* =========== /FLOW  =======================================*/






.slider div{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.slider div img{
    width: 96%;
    display: inline-block;
    margin: 0 auto;
    /* box-shadow: 2px 4px 4px rgba(0, 0, 0, .5); */
    filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, .4))
}
.slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px;
}
/* .prev-arrow {
    left: -40px;
}
.next-arrow {
    right: -40px;
} */



/* =========== QA  =======================================*/
.accordion{
	font-size: 1rem;
	padding: 0 1rem;
}
.acd-check{
    display: none;
}
.acd-label{
    text-align: left;
    background: #0abab5;
    color: #fff;
    display: block;
	margin-top: 15px;
    padding: 1rem;
    position: relative;
    border-radius: 0.5rem;
}
.acd-label:after{
    box-sizing: border-box;
    content: '▼';
    display: block;
    padding: 1rem 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8rem;
}
.acd-check:checked + .acd-label{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
.acd-content{
	text-align: left;
    border: 2px solid #0abab5;
    display: block;
    height: 0;
    opacity: 0;
    /* padding: 1rem 1rem 1rem; */
    transition: .3s;
    visibility: hidden;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.acd-content p{	font-size: 1rem;}
.acd-check:checked + .acd-label:after{
    content: '▲';
    font-size: 0.8rem;
    padding-top: 1rem;
}
.acd-check:checked + .acd-label + .acd-content{
	background: #fff;
    min-height: 50px;
	height: auto;
    opacity: 1;
    padding: 0.5rem 1rem 1rem;
    visibility: visible;
}
@media screen and (max-width: 765px){
	.accordion ,.acd-content p{	font-size: 14px;}
}
.box_qa_in{
    display: flex;
}
.box_qa_in div:first-child{
    width: 5%;
}
.box_qa_in_tit div:last-child{
    width: 85%;
}

/* =========== /QA  =======================================*/




.box_access{
    width: 100%;
    background-color: #e6f8f8;
    text-align: center;
}
@media screen and (min-width: 600px){
.submitbtn-box{
    width: 80% !important;
    margin: 0 auto !important;
}
.submitbtn-box .submitbtn{
    width: 80% !important;
    margin: 0 auto !important;
}
}

@media screen and (max-width: 599px){
    .submitbtn-box{
        width: 90% !important;
        margin: 0 auto !important;
    }
    .submitbtn-box .submitbtn{
        width: 90% !important;
        margin: 0 auto !important;
    }
}

footer{
	background: #222;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 765px){
}
footer .nav li {
    font-size: 12px;
    list-style: none;
	display: inline-block;
}

footer a {
	color: #fff;
    text-decoration: none;
    padding: 0 10px;
}
.copyright {
    font-size: 11px;
    margin: 0;
    padding: 10px 0;
}



.hidden {
    animation: fade .2s ease-in-out forwards;
    pointer-events:none;/* 重要 */
}

@keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.visible {
    animation: fadeOut .2s ease-in-out forwards;
    pointer-events:all;/* 重要 */
}
@keyframes fadeOut {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* ボタンのキラリエフェクト */
.reflection{
    display:block;
    position:relative;
    overflow:hidden;
    }
    .reflection:after {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    opacity:0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    }
    .reflection:after{
        background-color: #fff;
    }
    @keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
    }


.pt-10{padding-top: 1rem;}
.pt-15{padding-top: 1.5rem;}
.pt-20{padding-top: 2rem;}
.pt-25{padding-top: 2.5rem;}
.pt-30{padding-top: 3rem;}
.pt-35{padding-top: 3.5rem;}

.pb-10{padding-bottom: 1rem;}
.pb-15{padding-bottom: 1.5rem;}
.pb-20{padding-bottom: 2rem;}
.pb-25{padding-bottom: 2.5rem;}
.pb-30{padding-bottom: 3rem;}
.pb-35{padding-bottom: 3.5rem;}

.mt-10{margin-top: 1rem;}
.mt-15{margin-top: 1.5rem;}
.mt-20{margin-top: 2rem;}
.mt-25{margin-top: 2.5rem;}
.mt-30{margin-top: 3rem;}
.mt-35{margin-top: 3.5rem;}
.mt-40{margin-top: 4rem;}
.mt-45{margin-top: 4.5rem;}
.mt-50{margin-top: 5rem;}
.mt-55{margin-top: 5.5rem;}
.mt-60{margin-top: 6rem;}

.w-80{width: 80%;}
.w-90{width: 90%;}
.w-100{width: 100%;}
.shadow{ box-shadow: 2px 2px 4px gray;}

@media screen and (max-width: 599px){
    .sp{display: block;}
}
@media screen and (min-width: 600px){
    .sp{display: none;}
}