@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	file name : top.css
 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.mv_box{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		max-width: 100%;
		width: 1200px;
		margin: 35px auto 110px;
		align-items: center;
}
/* img.mv_img{
	display: inline-block;
	width: 100%;
} */
.mv_title{
	font-size:48px;
	font-weight: 600;
	color:#109c63 ;
	margin: 40px 0 0 60px;
	line-height: 1.4;
	position: relative;
}
.mv_title .border{
    position: relative;
}
.mv_title .border::after{
    display: block;
    content: "";
    background-image: url(../img/wave_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.mv_left{
	position:relative;
}
.mv_left .mv_title::after{
content: "";
position: absolute;
}
.mv_box .mv_img{
    width: 38%;
}
.mv_left .mv_text{
	font-size:20px;
	font-weight: 600;
	color:#1e4a9e ;
    margin: 40px 0 40px 60px;
    line-height: 1.8;
}
/*
.mv_left .btn_price{
position: absolute;
right:0;
bottom: 0;
}
*/
.mv_left .btn_price a{
	display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    width: 270px;
    height: 60px;
    text-align: center;
    padding-left: 43px;
    background: #1e4a9e url(../img/icon_price.svg)no-repeat left 11px top 9px / 40px auto;
    border-radius: 70px;
    box-sizing: border-box;
}
.mv_left .btn_line a {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    width: 270px;
    height: 60px;
    text-align: center;
    padding-left: 43px;
    background: #109c63 url(../img/icon_line.svg)no-repeat left 11px top 8px / 48px auto;
    border-radius: 70px;
    box-sizing: border-box;
}

.mv_btn_pc{
	width: 90%;
    justify-content: space-between;
    margin-left: 60px;
}
.mv_btn_sp{
	display: none;
}
#freelance, #about, #recommend, #pay, #price{
    padding-top: 120px;
    margin-top: -120px;
}
.job{
	background-color: #1e4a9e;
	padding: 20px;
	width: 120%;
	margin-bottom: 110px;
	overflow: hidden;
}
.job p{
/*
	margin:0;
    padding-left:100%;
    display : inline-block;
    white-space : nowrap;
    animation :flowing05 18s linear infinite;
    transform:translateX(0);
	    margin:0 100px 0 0;
	font-size: 24px;
  color:#FFF;
*/
    white-space : nowrap;
    font-size:24px;
    color:#109c63;
    animation: flowing 30s linear infinite;
    transform: translateX(100%);/*初期位置*/
}

@keyframes flowing {
  100% {
    transform: translateX(-100%);
  }
}
.recommend {
	margin:0 auto 130px;
	width: 1200px;
	max-width: 100%;
}
/* .recommend h2{
	width: 900px;
	margin: 0 auto 20px;
} */
.recommend h2,
.price h2,
.case h2,
.contact h2{
    font-size: 40px;
    font-weight: bold;
    color: #1e4a9e;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.recommend h2::after{
    content: "RECOMMEND";
    position: absolute;
    color: rgba(30,74,158,.2);
    font-family: jaf-domus-titling-web, sans-serif;
    font-size: 3.2em;
    top: -74px;
    left: 0;
    right: 0;
    z-index: -1;
}
.recommend ul{
	background-color: #fff;
    border-radius: 20px;
    padding: 30px 35px;
    box-sizing: border-box;
    width: 800px;
    margin: 0 auto;
}
.recommend ul li{
	font-size: 24px;
	font-weight: 600;
	color:#109c63;
	margin-bottom: 28px;
	position: relative;	
}
.recommend ul li::before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/icon_check.svg) no-repeat;
	background-size: contain;
	margin-right: 8px;	
}
.recommend ul li:last-child{
	font-size: 24px;
	font-weight: 600;
	color:#109c63;
	margin-bottom: 0px;
	position: relative;	
}
.feature .inner{
	margin:0 auto 130px;
	width: 1200px;
	max-width: 100%;
}
.feature h2,
.flow h2{
	font-size: 40px;
    font-weight: bold;
    color:#109c63;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.feature h2::after{
    content: "FEATURE";
    position: absolute;
    color: rgba(16,156,99,.2);
    font-family: jaf-domus-titling-web, sans-serif;
    font-size: 3.2em;
    top: -74px;
    left: 0;
    right: 0;
    z-index: -1;
}

.feature_text{
	font-size:20px;
	color: #109c63;
	margin-bottom:45px;
	text-align: center;
	line-height: 1.6;
}
.feature_bg{
	background:url(../img/phone_hand.svg)no-repeat left 50% top 50% / 360px auto;
	height: 680px;
	position: relative;
}
.feature .list_pc li:nth-child(1){
	position: absolute;
    top: 130px;
    left: 162px;
    width: 300px;
    height: auto;
}
.feature .list_pc li:nth-child(1) span{
	position: absolute;
    top: -33px;
    width: 150px;
    left: -30px;
}
.feature .list_pc li:nth-child(2){
	position: absolute;
    top: 331px;
    left: 165px;
    width: 300px;
    height: auto;
}
.feature .list_pc li:nth-child(2) span{
	position: absolute;
    top: -30px;
    width: 150px;
    left: -82px;
}
.feature .list_pc li:nth-child(3){
	position: absolute;
    top: 40px;
    right: 140px;
    width: 300px;
    height: auto;
}
.feature .list_pc li:nth-child(3) span{
	position: absolute;
    top: -33px;
    width: 150px;
    right: -50px;
}
.feature .list_pc li:nth-child(4){
	position: absolute;
    top: 220px;
    right: 80px;
    width: 300px;
    height: auto;
}
.feature .list_pc li:nth-child(4) span{
	position: absolute;
    top: -27px;
    width: 150px;
    right: -28px;
}
.feature .list_pc li:nth-child(5){
	position: absolute;
    top: 369px;
    right: 140px;
    width: 300px;
    height: auto;
}
.feature .list_pc li:nth-child(5) span{
	position: absolute;
    top: -20px;
    width: 150px;
    right: -38px;
}
/*modal*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.modal__bg{
    background: rgba(244,238,234,.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.modal_contentBg{
    background: #fff;
    padding: 50px 40px 60px;
    border-radius: 30px;
    position: relative;
}
.modal_contentBg::after{
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#109c63 10%, rgba(0, 0, 0, 0) 11%), radial-gradient(#109c63 30%, rgba(0, 0, 0, 0) 11%);
    background-size: 8px 8px;
    background-position: 0 0, 3px 3px;
    border-radius: 30px;
    z-index: -1;
}
.modal__content .ttl{
    color: #1e4a9e;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.modal__content .txt{
    color: #109c63;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}
.js_closeBtn{
    position: absolute;
    width: 70px;
    top: -30px;
    right: -30px;
}
.modal_btnArea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0;
}
.modal_btnArea div:nth-child(1){
    width: 200px;
}
.modal_btnArea div:nth-child(2){
    width: 300px;
    margin-left: 20px;
}
.modal__content img{
    width: 100%;
}
.modal_imgList{
    max-width: 750px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal_imgList div:nth-child(1){
    max-width: 341px;
    width: 48%;
}
.modal_imgList div:nth-child(2){
    max-width: 302px;
    width: 48%;
}


.price{
		margin:0 auto 130px;
		width: 1200px;
		max-width: 100%;
	}
.price h2::after{
	content: "PRICE";
    position: absolute;
    color: rgba(30,74,158,.2);
    font-family: jaf-domus-titling-web, sans-serif;
    font-size: 3.2em;
    top: -74px;
    left: 0;
    right: 0;
    z-index: -1;
}
.price_text{
	font-size:20px;
	color: #1e4a9e;
	margin-bottom:60px;
	text-align: center;
	line-height: 1.4;
}	
.price ul{
	width: 900px;
	max-width: auto;
	justify-content: space-between;
	margin:0 auto 70px;
}
.price ul li{
	font-size:22px;
	text-align: center;
	position: relative;
}
.price ul li:nth-child(1)::after{
   display: block;
    content: "";
    background-image: url(../img/wave_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 425px;
    height: 15px;
    position: absolute;
    bottom: -23px;
    left: 0;
}
.price ul li:nth-child(2)::after{
   display: block;
    content: "";
    background-image: url(../img/wave_green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 425px;
    height: 15px;
    position: absolute;
    bottom: -23px;
    left: 0;
}
.price ul li span.price_title{
	font-size:28px;
}	
.price ul li span.price_yen{
	font-size:80px;
	font-family: jaf-domus-titling-web, sans-serif;
	font-weight: 800;
	font-style: normal;
}	
.price ul li span.price_attention{
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 40px;
}
.option h2{
	display: block;
    color: #fff;
    font-size: 28px;
    /* line-height: 60px; */
    width: 452px;
    /* height: 90px; */
    text-align: center;
    padding: 30px 43px 30px 10px;
    background: #1E4AA2 url(../img/icon_down.svg)no-repeat right 91px top 33px / 25px auto;
    border-radius: 70px;
    box-sizing: border-box;
	margin: auto;
}
.option h2.is-active{
    background: #1E4AA2 url(../img/icon_up.svg)no-repeat right 91px top 33px / 25px auto;
}
.option .contents{
    margin-bottom: 45px;
}
.option .option_box{
	background-color: #fff;
	border-radius: 20px;
	padding: 35px;
	width:800px;
	font-size: 18px;
	margin: 15px auto 0;
}
.option_box ul li{
	border-bottom: 1px solid #109c63;
	font-size: 18px;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.option_box ul li:last-child{
	border-bottom: none;
	font-size: 14px;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 16px;
	text-align: left;
	line-height: 1.4;
}
.option ul.option_left{
	float: left;
	width: 340px;
	margin: 0 auto;

}
.option ul.option_right{
	float: right;
	width: 340px;
}
/* accordion */
/* .menu:hover,
.menu:active,
.menu.is-active {
    background-color: black;
    
} */
.menu{
    cursor: pointer;
    user-select: none;
}
.contents {
    text-align: center;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.4s;
}
.contents.is-open {
    line-height: normal;
    height: auto;
    opacity: 1;
}



.btn_demo{
	display: block;
    color: #fff;
    font-size: 28px;
    width: 452px;
    text-align: center;
    padding: 30px 43px 30px 10px;
    background: #109c63 url(../img/icon_right.svg)no-repeat right 80px top 32px / 25px auto;
    border-radius: 70px;
    box-sizing: border-box;
    margin: 0 auto 60px;
}
.btn_demo p{
	color: #fff;
}
/* .example {

} */
.example_area{
	padding: 180px 0 70px;
    background: #ffffff00;
    background-image: radial-gradient(#add0be 20%, transparent 0), radial-gradient(#add0be 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    margin: 0 auto 140px;
}
.example h2{
	font-size:48px;
	text-align: center;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 65px;
}
.example_box{
	background-color: #fff;
    width: 1100px;
    padding: 40px;
    height: 110px;
    border-radius: 150px;
    margin: 0 auto 20px;
    padding-left: 160px;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 1.5;
	background: #fff url(../img/example_01.svg)no-repeat left 60px top 33px / 50px auto;
	position: relative;	
	color: #109c63;
}
.example_02{
	background-color: #fff;
    width: 1100px;
    padding: 40px;
    height: 110px;
    border-radius: 150px;
    margin: 0 auto 20px;
    padding-left: 160px;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 1.5;
	background: #fff url(../img/example_02.svg)no-repeat left 60px top 33px / 70px auto;
	position: relative;	
}
.example_03{
	background-color: #fff;
    width: 1100px;
    padding: 40px;
    height: 110px;
    border-radius: 150px;
    margin: 0 auto 20px;
    padding-left: 160px;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 1.5;
	background: #fff url(../img/example_03.svg)no-repeat left 60px top 40px / 70px auto;
	position: relative;	
}
.example_box p{
	position: absolute;
	top:50%;
	left:38%;
	transform:translate(-50%,-50%);
}
.example_box_01{
	position: relative;
}
.example_box_01::after{
	content: "";
	position: absolute;
	background:url(../img/image_01.svg);
	top: 0;
	right:0;
	z-index: 100;
}
.example_box01,.example_box03{
	position: relative;
}
.example_box01::after {
    content: "";
    position: absolute;
    top: -29px;
    right: -2px;
    z-index: 100;
    background-image: url(../img/image_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 340px;
    display: inline-block;
    height: 230px;
    z-index: 0;
}

.example_box03::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 100;
    background-image: url(../img/image_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    display: inline-block;
    height: 150px;
    z-index: 0;
}
.example {
    margin-bottom: 50px;
}

.example_02 {
    background-color: #fff;
    width: 1100px;
    padding: 40px;
    height: 110px;
    border-radius: 150px;
    margin: 0 auto 20px;
    padding-left: 160px;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 1.5;
    background: #fff url(../img/example_02.svg)no-repeat left 60px top 33px / 70px auto;
    position: relative;
}
.example_03 {
    background-color: #fff;
    width: 1100px;
    padding: 40px;
    height: 110px;
    border-radius: 150px;
    margin: 0 auto 20px;
    padding-left: 160px;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 1.5;
    background: #fff url(../img/example_03.svg)no-repeat left 60px top 40px / 70px auto;
    position: relative;
}
.triangle {
  position: relative;
}

.triangle:before{
  content: "";
    position: absolute;
    bottom: 92%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #f4eee9;
}
.example_attention {
	font-size: 14px;
	display: block;
	
}
.btn_example{
	display: block;
    color: #fff;
    font-size: 28px;
    width: 452px;
    text-align: center;
    padding: 30px 43px 30px 10px;
    background: #1e4a9e url(../img/icon_right.svg)no-repeat right 45px top 32px / 25px auto;
    border-radius: 70px;
    box-sizing: border-box;
    margin: 0 auto;
}
.btn_example p{
	color: #fff;
}
.case{
	margin: 0 auto 130px;
	
}
.case h2::after{
    content: "CASE STUDY";
    position: absolute;
    color: rgba(30,74,158,.2);
    font-family: jaf-domus-titling-web, sans-serif;
    font-size: 3.2em;
    top: -74px;
    left: 0;
    right: 0;
    z-index: -1;
}
.case ul{
	width: 1000px;
	justify-content: space-between;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 600;
}
.case ul li{
	width: 320px;
	position: relative;
	    margin: auto;
}
p.case_image{
	margin-bottom: 20px;
}
span.case_btn{
	    position: absolute;
    bottom: 123px;
    right: 0;
    left: 0;
}
span.case_btn a:hover{
    opacity: 1;
    filter: brightness(0.5);
}
.case .case_name{
	   margin: 0px 0 60px;
    line-height: 1.5;
}
.flow{
	margin: 0 auto 130px;
}
.flow h2::after{
    content: "SERVICE FLOW";
    position: absolute;
    color: rgba(16,156,99,.2);
    font-family: jaf-domus-titling-web, sans-serif;
    font-size: 3.2em;
    top: -74px;
    left: 0;
    right: 0;
    z-index: -1;
}
.flow ul{
	width: 1000px;
	margin: auto;
	justify-content: space-between;
	
}
.flow ul li{
	width: 320px;
	background-color: #fff;
	border-radius: 10px;
	height: 264px;
	padding: 40px 25px;
}
.flow .flow_title{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}
.flow .flow_text{
	font-size: 16px;
    height: 264px;
    letter-spacing: 0;
    line-height: 1.4;
}
.flow ul li:nth-child(1){
    background: #fff url(../img/bg_01.svg) no-repeat bottom 10px right 15px/40px auto;
}
.flow ul li:nth-child(2){
    background: #fff url(../img/bg_02.svg) no-repeat bottom 10px right 15px/60px auto;
}
.flow ul li:nth-child(3){
    background: #fff url(../img/bg_03.svg) no-repeat bottom 10px right 15px/60px auto;
}

.contact{
    padding: 80px 0 70px;
    background: #ffffff00;
    background-image: radial-gradient(#d0d3df 20%, transparent 0), radial-gradient(#d0d3df 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    margin: 0 auto 50px;
}

.contact h2::after{
    content: "CONTACT";
    position: absolute;
    color: rgba(30,74,158,.2);
    font-family: jaf-domus-titling-web, sans-serif;
    font-size: 3.2em;
    top: -74px;
    left: 0;
    right: 0;
    z-index: -1;
}
.contact_text{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
    line-height: 1.5;
	margin-bottom: 50px;
}
.contact .contact_box {
	width: 950px;
	margin: auto;
	justify-content: space-between;
}
.contact .contact_box p.contact_line a{
	display: block;
    color: #fff;
    font-size: 28px;
    line-height: 90px;
    width: 450px;
    height: 90px;
    text-align: center;
    padding-left: 43px;
    background: #109F63 url(../img/icon_line.svg)no-repeat left 61px top 25px / 51px auto;
    border-radius: 70px;
    box-sizing: border-box;
}
.contact .contact_box p.contact_mail a{
	display: block;
    color: #fff;
    font-size: 28px;
    line-height: 90px;
    width: 450px;
    height: 90px;
    text-align: center;
    padding-left: 43px;
    background: #1e4a9e url(../img/icon_mail.svg)no-repeat left 61px top 25px / 51px auto;
    border-radius: 70px;
    box-sizing: border-box;
}

/*シミュレーションページ*/
.simulation{
	background-color: #1e4a9e;
	padding: 100px 0;
}
.simulation h2{
	width: 80%;
	max-width: 840px;
	margin: 0 auto 40px;
}

.simulation_form {
       background: #eaf4ff;
    padding: 10px 30px;
    background-color: #1e4a9e;
    margin: 0 auto;
    width: 50%;
    color: #fff;
    font-size: 24px;
}
span.simulation_small{
	font-size: 12px;
}
form dl dt {
   width: 300px;
    height: 40px;
    padding: 10px 0;
    line-height: 40px;
    float: left;
}
form dl dd {
    padding: 10px 0;
    margin: 0;
}
.box {
    box-sizing: border-box;
    width: 240px !important;
    height: 60px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border-radius: 10px;
    border: 1px;
}
.calc-btn {
    width: 430px;
    height: 80px;
    border-radius: 1px solid #333;
    border-radius: 50px;
    margin: 20px auto;
    border: 1px;
    transform: translate(30%, 10px);
    background-color: #109c63;
    color: #fff;
    font-weight: 600;
}
.calc-btn:hover {
    cursor: pointer;
}
@media screen and (max-width:768px) {
    #freelance, #about, #recommend, #pay, #price{
        padding-top: 80px;
        margin-top: -80px;
    }
	.mv{
		height: 40vh;
   		 margin-top: 50px;
	}
	
	.mv_box {
    display: block;
    justify-content: space-between;
    max-width: 100%;
    width: 1200px;
    margin: 0 auto 40px;
    align-items: center;
	}
	.mv_left {
    position: relative;
    width: 94%;
    margin: auto;
	}
    .mv_box .mv_img{
        width: 65%;
        margin: 40px auto;
    }
	.mv_title {
    font-size: 26px;
    font-weight: 600;
    color: #109c63;
    margin: 20px;
    line-height: 1.4;
    position: relative;
	}
	.mv_left .mv_text {
    font-size: 16px;
    font-weight: 600;
    color: #1e4a9e;
    margin: 20px;
    line-height: 1.4;
	}
	.mv_btn_pc {
    display: none;
    margin-bottom: 20px;
    justify-content: space-between;
    margin-left: 60px;
    margin: 0 auto;

}
	.mv_btn_pc p{
		margin-bottom: 20px;
	}
	.mv_btn_sp {
    display: block;
    margin-bottom: 20px;
    justify-content: space-between;
    margin-left: 0;

}
	.mv_btn_sp p{
		margin-bottom: 20px;
	}
	
 .btn_price_sp a{
	display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    width: 270px;
    height: 60px;
    text-align: center;
    padding-left: 43px;
    background: #1e4a9e url(../img/icon_price.svg)no-repeat left 11px top 9px / 40px auto;
    border-radius: 70px;
    box-sizing: border-box;
    margin: 0 auto;
}
.btn_line_sp a {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    width: 270px;
    height: 60px;
    text-align: center;
    padding-left: 43px;
    background: #109c63 url(../img/icon_line.svg)no-repeat left 11px top 8px / 48px auto;
    border-radius: 70px;
    box-sizing: border-box;
    margin: 0 auto;
}
.btn_line a,.mv_left .btn_price a {
		margin: 0 auto;
}
	
	img.mv_img {
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto 20px;
}
.job {
    padding: 10px;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}	
.job p {
    font-size: 17px;
}	
.recommend h2,
.price h2,
.case h2,
.contact h2,
.feature h2,
.flow h2{
    font-size: 20px;
    margin: 0 auto 20px;
}
.recommend h2::after,
.price h2::after,
.case h2::after,
.contact h2::after,
.feature h2::after,
.flow h2::after{
    font-size: 2.4em;
    top: -34px;
}

.recommend ul {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
	}
.recommend ul li {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #109c63;
    margin-bottom: 28px;
    position: relative;
    padding-left: 30px;
}	
.recommend ul li::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/icon_check.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 2px;
	}
	
.recommend ul li:last-child	 {
    font-size: 15px;
    font-weight: 600;
    color: #109c63;
    margin-bottom: 0px;
    position: relative;
    padding-left: 30px;
}
.recommend {
    margin: 0 auto 40px;
    width: 1200px;
    max-width: 94%;
}
.feature {
    margin: 0 auto 40px;
    width: 1200px;
    max-width: 94%;
}	
.feature .inner{
    margin-bottom: 60px;
}
.feature_text {
    font-size: 16px;
    color: #109c63;
     margin-bottom: 70px;
    text-align: center;
    line-height: 1.4;
}
.feature_bg {
    background: none;
    height: auto;
}
.feature .list_sp li{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.feature .list_sp .img{
    width: 60%;
    margin: 0 auto 40px;
}
.feature .list_sp li span{
    position: absolute;
    width: 28%;
    max-width: 120px;
    top: -15px;
    right: 0;
}
.list_sp li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list_sp li a{
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background: #1e4a9e;
    color: #fff;
    border-radius: 20px;
    position: relative;
}
.list_sp li a::after{
    content: "";
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#1e4a9e 10%, rgba(0, 0, 0, 0) 11%), radial-gradient(#1e4a9e 30%, rgba(0, 0, 0, 0) 11%);
    background-size: 8px 8px;
    background-position: 0 0, 3px 3px;
    border-radius: 30px;
    z-index: -1;
}

.price {
    margin: 0 auto 40px;
    width: 1200px;
    max-width: 94%;
}
/*modal*/
.modal_contentBg{
    padding: 25px 20px;
}
.modal_contentBg::after{
    bottom: -15px;
    right: -15px;
}
.modal_contentBg .scroll{
    height: 60vh;
    overflow: scroll;
}
.modal__content{
    width: 90%;
}
.js_closeBtn{
    width: 50px;
    top: -25px;
    right: -10px;
}
.modal__content .ttl{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.modal__content .txt{
    font-size: 14px;
    line-height: 1.5;
}
.modal_btnArea{
    display: block;
}
.modal_btnArea div:nth-child(1){
    max-width: 200px;
    width: 60%;
    margin: 0 auto 20px;
}
.modal_btnArea div:nth-child(2){
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
}
.modal_imgList{
    display: block;
    margin: 20px auto 0;
}
.modal_imgList div:nth-child(1){
    width: 60%;
    margin: 0 auto 20px;
}
.modal_imgList div:nth-child(2){
    width: 60%;
    margin: 0 auto;
}
.price_text {
    font-size: 15px;
    color: #1e4a9e;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.4;
}
.price ul {
    width: 100%;
    max-width: auto;
    justify-content: space-between;
    margin: 0 auto 100px;
    display: block;
}	
.price ul li {
    font-size: 16px;
    text-align: center;
    position: relative;
	line-height: 1.4;
	margin-bottom: 60px;
	
}	
.price ul li span.price_title {
    font-size: 20px;
}	
.price ul li span.price_yen {
    font-size: 50px;
    font-family: jaf-domus-titling-web, sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
}	
.price ul li:nth-child(1)::after {
    display: block;
    content: "";
    background-image: url(../img/wave_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    height: 15px;
    position: absolute;
    bottom: -23px;
    left: 35px;
	}
.price ul li:nth-child(2)::after {
    display: block;
    content: "";
    background-image: url(../img/wave_green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70%;
    height: 15px;
    position: absolute;
    bottom: -23px;
    left: 52px;
	}
.price ul li span.price_attention {
        font-size: 12px;
    display: block;
    position: absolute;
    bottom: -55px;
    left: 80px;
	}
.option {
    width: 94%;
    margin: auto;
}	
.option h2 {
    display: block;
    color: #fff;
    font-size: 18px;
    /* line-height: 60px; */
    width: 80%;
    /* height: 90px; */
    text-align: center;
    padding: 10px 43px 10px 10px;
    background: #1E4AA2 url(../img/icon_down.svg)no-repeat right 53px top 16px / 25px auto;
    border-radius: 70px;
    box-sizing: border-box;
    margin: auto;
}
.option h2.is-active{
    background: #1E4AA2 url(../img/icon_up.svg)no-repeat right 53px top 16px / 25px auto;
}
.option .option_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    font-size: 15px;
    margin: 10px auto 45px;	
	}
.option ul.option_left {
    float: left;
    width: 100%;
    margin: 0 auto;
}	
.option_box ul li {
    border-bottom: 1px solid #109c63;
    font-size: 15px;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
}	
.option ul.option_right {
    float: right;
    width: 100%;
}	
.option_box ul li:last-child {
    border-bottom: 1px solid  #109c63;
    font-size: 14px;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    text-align: left;
    line-height: 1.4;
}	
.btn_demo {
    display: block;
    color: #fff;
    font-size: 18px;
    width: 80%;
    text-align: center;
    padding: 10px 43px 10px 10px;
    background: #109c63 url(../img/icon_right.svg)no-repeat right 52px top 17px / 25px auto;
    border-radius: 70px;
    box-sizing: border-box;
    margin: 0 auto 60px;
}	
.triangle:before {
    content: "";
    position: absolute;
    bottom: 96%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 57px solid #f4eee9;
}	
.example_area {
    padding: 100px 0 70px;
    background: #ffffff00;
    background-image: radial-gradient(#add0be 20%, transparent 0), radial-gradient(#add0be 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    margin: 0 auto 60px;
	}
.example h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 25px;
}
.example_box {
/*
  width: 90%;
    padding: 40px;
    height: 310px;
    border-radius: 50px;
    margin: 0 auto 50px;
    padding-left: 160px;
    font-size: 15px;
    line-height: 1.5;
    background: #fff url(../img/example_01.svg)no-repeat left 151px top 28px / 24px auto;
    position: relative;
    color: #109c63;
    box-sizing: border-box;
*/
	width: 90%;
    padding: 40px;
    height: 366px;
    border-radius: 50px;
    margin: 0 auto 20px;
    padding-left: 160px;
    font-size: 15px;
    line-height: 1.2;
    background: #fff url(../img/example_01.svg)no-repeat left 36px top 21px / 20px auto;
    position: relative;
    color: #109c63;
    box-sizing: border-box;

	}
	.example_box01::after {
    content: "";
    position: absolute;
    top: 215px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    background-image: url(../img/image_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 210px;
    display: inline-block;
    height: 150px;
}
.example_box p {
   position: absolute;
    top: 31%;
    left: 35%;
    transform: translate(-30%,-30%);
    width: 81%;
}
.example_02 {
        padding: 40px 0 20px;
    border-radius: 50px;
    margin: 0 auto 20px;
    font-size: 15px;
    line-height: 1.5;
    background: #fff url(../img/example_02.svg)no-repeat left 40px top 23px / 37px auto;
    width: 90%;
    height: 220px;
    position: relative;
    color: #109c63;
    box-sizing: border-box;
}
.example_02 p {
    position: absolute;
    top: 53%;
    left: 35%;
    transform: translate(-30%,-30%);
    width: 81%;
}
.example_03 {
       width: 90%;
    padding: 40px;
    height: 450px;
    border-radius: 50px;
    margin: 0 auto 20px;
    padding-left: 160px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.5;
    background: #fff url(../img/example_03.svg)no-repeat left 40px top 25px / 36px auto;
    position: relative;
}	
.example_box03::after {
   content: "";
    position: absolute;
    top: 290px;
    right: 70px;
    z-index: 0;
    background-image: url(../img/image_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    display: inline-block;
    height: 150px;
}	
.example_03 p {
        position: absolute;
    top: 32%;
    left: 35%;
    transform: translate(-30%,-30%);
    width: 81%;
}	
.btn_example {
    display: block;
    color: #fff;
    font-size: 18px;
    width: 80%;
    text-align: center;
    padding: 10px 43px 10px 10px;
    background: #1e4a9e url(../img/icon_right.svg)no-repeat right 28px top 16px / 25px auto;
    border-radius: 70px;
    box-sizing: border-box;
    margin: 0 auto;
}
.case {
    margin: 0 auto 40px;
    width: 94%;
}	
/* .case h2 {
    width: 80%;
    margin: 0 auto 50px;
}	 */
.case ul {
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    display: block;
	}
.case ul li {
    width: 90%;
    margin: auto;
    position: relative;
}	
span.case_btn {
    position: absolute;
    bottom: 77px;
    right: 0;
    left: 0;
}	
.flow {
    margin: 0 auto 40px;
    width: 94%;
}	
/* .flow h2 {
    width: 100%;
    margin: 0 auto 40px;
}	 */
.flow ul {
    display: block;
    width: 90%;
    margin: auto;
    justify-content: space-between;
}
	
.flow ul li {
    margin: 0 auto 20px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    height: 264px;
    padding: 25px 25px;
}	
	.flow .flow_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.flow ul li:nth-child(1) {
    background: #fff url(../img/bg_01.svg) no-repeat bottom 10px right 15px/40px auto;
}
.flow ul li:nth-child(2) {
    background: #fff url(../img/bg_02.svg) no-repeat bottom 10px right 15px/60px auto;
}
.flow ul li:nth-child(3) {
    background: #fff url(../img/bg_03.svg) no-repeat bottom 10px right 15px/60px auto;
}	
/* .contact h2 {
    width: 90%;
    margin: 0 auto 45px;
} */
.contact_text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}	
.contact .contact_box {
    width: 100%;
    margin: auto;
    justify-content: space-between;
    display: contents;
}	
.contact .contact_box p.contact_line a {	
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    width: 270px;
    height: 60px;
    text-align: center;
    padding-left: 43px;
    background: #109c63 url(../img/icon_line.svg)no-repeat left 11px top 8px / 48px auto;
    border-radius: 70px;
    box-sizing: border-box;
    margin: 0 auto 20px;
}	
.contact .contact_box p.contact_mail a {	
	display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    width: 270px;
    height: 60px;
    text-align: center;
    padding-left: 43px;
    background: #1e4a9e url(../img/icon_price.svg)no-repeat left 11px top 9px / 40px auto;
    border-radius: 70px;
    box-sizing: border-box;
	margin: 0 auto;
}
/*SP終わり*/	
}
