/*==================================================
                 tenplate
==================================================*/

*,*::before,*::after {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
}
body{
	background: #DFF1FE;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin-top: 0px!important;
 scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 500;
	line-height: 1.5;
}

h1,.h1 {
	font-size: 2.5rem
}

h2,.h2 {
	font-size: 2rem
}

h3,.h3 {
	font-size: 1.75rem
}

h4,.h4 {
	font-size: 1.5rem
}

h5,.h5 {
	font-size: 1.25rem
}

h6,.h6 {
	font-size: 1rem
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
img{
	width: 100%;
	height: auto;
}
a{
	border: none;
	text-decoration: none;
}
 picture{
	width: 100%;
	 height: auto;
}
picture img{
	width: 100%;
	height: auto;
}
.btn{
	margin: 0 auto;
	border: none;
	text-decoration: none;
transition: color .3s, text-decoration .3s;
  transition: all 0.3s ease;
	background: none;
}
.btn:hover{
	opacity: 0.7;
}
.btn img{
height: auto;
    width: 70%;
	margin: 0 auto;
}
.container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.row{
	display: flex;
	width: 100%;
}
.bg_blue{
	background: #DAE2FF;
}
.h1{
	text-align: center;
	margin-top: -180px;
}
	.h1_sp{
		display: none;
	}
.h1 img{
	height: 70px;
	width: auto;
}
.section{
	padding: 150px 0 100px 0;
	position: relative;
}
.sp{
	display: none;
	}
.b_768{
	display: none;
}
.n_768{
	display: block;
}
.b_480{
	display: none;
}
.n_480{
	display: block;
}
/*==================================================
              header
==================================================*/
.contact_page img{
	width: 250px;
}
.contact_page{
	background: #fff;
	padding: 20px 30px;
	border-bottom: 2px #A0A0A0 solid;
}
/*==================================================
               fv
==================================================*/
.fv{
	position: relative;
}
/*==================================================
              recommendation
==================================================*/
.recommendation{
	padding: 80px 20px 120px 20px;
}
.recommendation h2{
	padding: 0 20px;
	max-width: 900px;
	width: 100%;
	margin: 0 auto -40px auto;;
}
.recommendation p{
	padding: 0 20px;
	max-width: 900px;
	width: 100%;
	margin: 0 auto 20px auto;
}
.recommendation .inner{
	background: #fff;
	border-radius: 20px;
	padding: 100px 40px 40px 40px;
}
.recommendation .btn_box{
	margin-bottom: 20px;
}
.inner_info{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
/*==================================================
                features
==================================================*/
.features{
	background: url("../img/dot_bg.webp");
	background-size: 10px;
	border-radius: 30px;
	padding: 100px 20px;
}
.features h2{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 30px auto;
}
.features .inner{
	background: #fff;
	border-radius: 30px;
		text-align: center;
}
.features_contents01 .inner{
	padding: 60px 40px;
	margin-bottom: 120px;
	position: relative;
	border: #60B4F4 solid 3px;
}

.features_contents02 .inner{
	padding: 80px 40px 40px 40px;
	border: #60B4F4 solid 3px;
	box-shadow: #60B4F4 0 10px 0 ; 
	margin-bottom: 30px;
}
.features_contents01 .arrow{
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: auto;
}
.features_contents01 .arrow img{
	width: 200px;
}
.features_contents01 .inner picture img{
	max-width: 900px;
	width: 100%;
	margin: 0 auto 100px auto;
}
.features_contents01 .inner .features_img01 img {
margin-bottom: 30px;
}
.features_contents01 .inner .btn_box .item {
    padding: 0px;
}
.features_contents01 .inner .btn_box {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 100px auto;
}
.features_contents02 .inner picture img{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.features h3 {
    padding: 0 20px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto -40px auto;
}
.features .btn_box img{
	max-width: 550px;
	width: 100%;
}
.features .features_contents01 .btn_box img{
	max-width: 350px;
	width: 100%;
}
.features .btn_box .item{
	text-align: left;
}
/*==================================================
                 recommended
==================================================*/
.recommended{
	padding: 100px 20px 60px 20px;
}
.recommended .row{
	padding: 30px 0;
	margin-bottom: 60px;
}
.recommended .row img{
	width: 25%;
	padding: 0 20px;
}
.recommended h2 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px auto;
}
.flow .row img{
	width: 25%;
	padding: 0 20px;
}
.flow h2 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px auto;
}
.flow{
		padding: 0px 20px 60px 20px;
}
.tabs {
  margin: 50px auto 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2 - 10px);
  height: 120px;
  background-color: #C3C3C3;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
	border-radius: 20px 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab_item img{
	height: 60px;
	width: auto;
}
.tab_item:hover {
  opacity: 0.75;
}
#tab01_content{
	background: #F0F9FF;
	text-align: center;
	border-radius: 0 0 30px 30px;
}
#tab01_content img{
	max-width: 800px;
	width: 100%;
	margin-bottom: 40px;
}
#tab01_content .btn_box .item{
	padding: 0px;
}
#tab01_content .btn_box .item img{
	margin-bottom: 0px;
}
#tab02_content{
	background: #FFF6E5;
	text-align: center;
	border-radius: 0 0 30px 30px;
}
#tab02_content .btn_box .item{
	padding: 0px;
}
#tab02_content .btn_box .item img{
	margin-bottom: 0px;
}
#tab02_content img{
	max-width: 800px;
	width: 100%;
	margin-bottom: 40px;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
.tab_content .btn_box img {
    max-width: 500px!important;
    width: 100%;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 80px 40px 40px 40px;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs #tab01:checked + .tab_item {
  background-color: #4BB0F9;
  color: #fff;
}
.tabs #tab02:checked + .tab_item {
  background-color: #FCA400;
  color: #fff;
	padding: 0 20px;
}
.tab01_btn{
	margin-right: 10px;	
}
.tab02_btn{
	margin-left: 10px;
}
.tab_box01{
	margin-bottom: 30px;
}
.tab_box01 .ta_a{
	background: #F0F9FF;
	border-radius: 0 0 20px 20px;
}
.tab_box02 .ta_a{
	background: #FFF6E5;
	border-radius: 0 0 20px 20px;
}
.tab_box .ta_a{
	padding: 60px 30px;
	 display: none;
}
.tab_box .open .tab_btn_on{
	display: block!important;
}
.tab_box .open .tab_btn_off{
	display: none!important;
}
.tab_box .tab_q .tab_btn_off{
	display:block;
}
.tab_box .tab_q .tab_btn_on{
	display: none;
}
/*==================================================
                 faq
==================================================*/
.faq{
	background: url("../img/dot_bg02.webp");
	background-size: 10px;
	border-radius: 30px 30px 0 0;
	padding: 100px 20px;
	text-align: center;
}
.faq .area01{
	margin-bottom: 40px;
}
.faq h2 img{
max-width: 400px;
	width: 100%;
	margin: 0 auto 40px auto;
	
}
.faq .inner {
	max-width: 850px;
	width:100%;
	margin: 20px auto;
}
.faq .qa_box{
    margin-bottom: 30px;
	background: #fff;
	border-radius: 15px;
	padding: 20px 20px;
	text-align: left;
}
.faq .qa_box .qa_q {
    position: relative;
    cursor: pointer;
}
.faq .toggle_icon {
  position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    height: 25px;
    margin-top: -15px;
    font-weight: 900;
    font-size: 20px;
    border-radius: 30px;
	color: #FCA400;
}
.faq .toggle_icon:before{
  position: absolute;
    content: "＋";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
	color: #FCA400;
    font-weight: 900;
    font-size: 18px;
    height: 25px;
    display: flex;
    justify-content: center;
    width: 25px;
    align-items: center;
}
.faq .qa_q.open .toggle_icon:before{
    position: absolute;
    content: "ー";
    margin: auto;
	color: #000;
    font-weight: 900;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
}
.faq .qa_box .qa_a {
   display: none;
	margin-top: 10px;
}
.faq .qa_inner{
	display: flex;
	flex-flow: row;
}
.faq .a_txt{
    position: relative;
    font-weight: 700;
	height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #000000;
    grid-column: 1 / 2;
    grid-row: 1 / 1;
}
.faq .qa_inner figure{
	width: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: end;
}
.faq .q_txt{
    display: flex;
    align-items: center;
    padding-left: 35px;
    font-size: 18px;
    color: #000;
	font-weight:700;
	letter-spacing: 1px;
    padding: 0px 30px 0px 0;
	line-height: 1.6;
}
.faq .q_txt span {
border-radius: 10px 0 0 10px;
    text-align: center;
	position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    color: #FCA400;
    justify-content: center;
    font-size: 1.6rem;
flex-shrink: 0;
}
.faq .a_txt {
    display: flex;
	line-height: 1.8;
	font-size: 14px;
	font-weight: 400;
border-top: 1px solid #999;
	padding-top: 15px;
}
.qa_text{
	display: flex;
}
.qa_bubble div{
	background: #fff;
	width: 30px;
	height: 100%;
}
.a_txt .a{
    text-align: left;
    height: 60px;
    width: 60px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    color: #FCA400;
    justify-content: center;
    font-size: 1.6rem;
	font-weight: 700;
flex-shrink: 0;
}
.faq .a_txt p{
	text-align: left;
}
.faq .a_txt p span{
	font-size: 11px;
	color: rgba(115,115,115,1.00);
}
.faq .a_txt p a{
	color: #009EE5;
	font-weight: 700;
	font-size: 18px;
}
/*==================================================
                     flow
==================================================*/
.btn_box .item{
	padding: 20px;
	text-align: center;
}
.btn_box .btn img {
    width: 100%;
	margin-bottom: 10px;
}
.btn_box .item p{
font-size: 20px;
    color: #09426D;
    font-weight: 700;	
}
.btn_box .item p a {
    color: #E17F18;
    text-decoration: underline;
    text-underline-offset: 0.3ex;
}
/*==================================================
                   footer
==================================================*/
footer {
  padding: 70px 0 50px 0;
  background: url("../img/footer_bg.webp")no-repeat 100% top;
  background-size: cover;
}
footer .row{
	flex-flow: row;
    justify-content: space-between;
    align-items: end;
}
footer .footer_l img{
	width: 250px;
}
footer ul {
  list-style: none;
  display: flex;
flex-flow: wrap;
  width: fit-content;
  margin: 20px auto 0 0;
}
footer ul li:before {
    content:  "";          
    width: 15px;                
    height: 15px;                         
    display:  inline-block;           
    position:  relative;              
    margin-right: 5px; 
    background-image:  url( "../img/footer_icon.webp"); 
    background-size:  contain;            
    background-repeat:  no-repeat;   
    vertical-align: top;   
}
footer .inc{
	flex-shrink: 0;
    font-size: 10px;
	color: #fff;
}
footer ul {
    font-size:  20px;    
}
footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}
footer ul li:hover a {
 color: rgba(255,255,255,.7);
}

footer ul li {
  padding: 20px 25px 0 0;
    display: flex;
    align-items: center;
}
footer p {
  font-size: 14px;
}

/*==================================================
                   contact_page
==================================================*/
.breadcrumb{
	display: flex;
	flex-flow: row;
	margin-bottom: 40px;
}
.breadcrumb img{
	height: 22px;
	width: auto;
}
.contact{
	padding: 30px 20px 50px 20px;
}
.contact .container{
	text-align: center;
}
.contact .container h1{
	font-size: 2rem;
	margin-bottom: 30px;
	font-weight: 800;
}
.contact .container p{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
}
.contact .container p span{
	color: #09426D;
}
.contact .container p span a{
	color: #E17F18;
    text-decoration: underline;
    text-underline-offset: 0.3ex;
}
.contact .container .form{
	background: #F2FBFF;
	border-radius: 20px;
	padding: 40px 30px;
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:1440px){

	}
@media screen and (max-width:992px){
.scoll_btn img {
    height: 80px;
}
footer .footer_link {
    display: flex;
    flex-flow: column;
    align-items: start;
}
    footer .footer_link img {
        width: 250px;
		margin-bottom: 20px;
    }
footer .row {
    flex-flow: column;
    align-items: baseline;
	padding: 0 15px;
}
	.footer_l{
		margin-bottom: 20px;
	}
.tab_item img {
    height: 45px;
    width: auto;
}
	}
@media screen and (max-width:768px){
.b_768{
	display: block;
}
.n_768{
	display: none;
}
.btn img {
    height: auto;
    width: 100%;
}
.container {
    padding: 0 0;
}
.toggle:checked + .Label + .content {
    padding: 0 0 20px 0;
}
.about .row .item{
	width: 50%;
	padding: 20px;
}
.about .row {
    flex-flow: wrap;
}
.pc{
	display: none;
	}
.sp{
	display: block;
	}
footer ul li {
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
}
.campaign_inner {
    padding: 20px 10px;
}
.btn_box .item {
    padding: 10px;
}
.btn_box .item p {
    font-size: 2vw;
	letter-spacing: 0px;
}
.features_contents01 .inner {
    padding: 60px 20px;
}
.features_contents01 .arrow img {
    width: 150px;
}
.features_contents01 .inner picture img {
    margin: 40px auto;
}
.features_contents01 .inner {
	margin-bottom: 65px;
}
.features_contents02 .inner {
    padding: 40px 20px 20px 20px;
}
	.recommended .row{
		flex-flow: column;
	}
.recommended .row img{
	max-width: 400px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 30px auto;
}
}
@media screen and (max-width:600px){
.btn_box .row{
  flex-flow: column;
}	
.btn_box .item p {
        font-size: 4.5vw;
    }
	.btn_box .item{
	width: 100%;
	}	
.contact .container h1 {
    font-size: 6vw;
}
.contact .container p {
    font-size: 14px;
    line-height: 2;
letter-spacing: 1px;
}
.recommendation {
    padding: 0px 20px 40px 20px;
    margin-top: 0px;
}
.recommendation .inner {
    padding: 80px 20px 30px 20px;
}
.recommendation .btn_box .item {
        padding: 0px;
    }
.recommendation p {
    padding: 0 0px;
    margin: 0 auto 30px auto;
}
.features_contents02 .inner {
    margin-bottom: 50px;
}
.features {
    padding: 100px 20px 60px 20px;
}
.faq .q_txt span {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    font-size: 1.3rem;
}
.faq .qa_box {
    border-radius: 10px;
    padding: 20px 15px;
}
.faq .q_txt {
    font-size: 14px;
}
.faq .toggle_icon {
    right: 0px;
}
.a_txt .a {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    font-size: 1.3rem;
}
.faq h2 img {
    max-width: 250px;
	margin-bottom: 30px;
}
.faq {
    padding: 70px 15px;
}
.recommended {
    padding: 70px 15px 0px 15px;
}
.recommended .row {
    margin-bottom: 30px;
}
}
@media screen and (max-width:480px){
.features_contents01 .inner .btn_box {
    margin: 0 auto 50px auto;
}
.b_480{
	display: block;
}
.n_480{
	display: none;
}
.btn img {
        height: auto;
        width: 100%;
    }
    .scoll_btn img {
        height: auto;
        width: 100%;
    }
    .btn {
        padding: 0 20px;
    }
.content p {
    font-size: 14px;
}
	.btn_box .item .btn{
		padding: 0px;
	}
	.btn_box .item{
		padding: 0px 0px;
	}
footer ul li a {
    font-size: 3vw;
}
footer ul {
    margin: 20px auto 0 0;
}
footer {
    padding: 50px 0 50px 0;
}
    .footer_l {
        margin-bottom: 50px;
    }
footer p {
    font-size: 10px;
}
footer ul li {
    padding: 10px 15px 0 0;
}
.contact .container .form {
    padding: 30px 20px;
}
.contact {
    padding: 30px 15px 40px 15px;
}
}