@charset "utf-8";


*, *::before, *::after {
  box-sizing: border-box;
}

/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
html{
	margin-top: 0!important;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
     display: block;
}
 
ul,ol {
    list-style: none;
}
 
blockquote,
q {
    quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
 
a{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transition: all .3s;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}
 
mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}
 

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
 
table {
    border-spacing: 0;
    border-collapse: collapse;
}
 
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
input[type="submit"],input[type="text"],input[type="email"],input[type="tel"],input[type="button"], input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  button{
    outline: none;
    padding: 0;
    appearance: none;
    background-color: transparent;
    border: none;

  }
html {
    font-size: 62.5%;
}
 
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size:1.6rem;/* 16px*/
    color: #000000;
    line-height: 1.5;
}
img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: bottom;
}

.inner{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
article{
    overflow: hidden;
}
.cta{
    width: 100%;
    max-width: 237px;
    background-color: #fff;
    border: 2px solid #FB8500;
    border-radius: 100vw;
    text-align: center;
    display: block;
    color: #FB8500;
    font-size: clamp(15px, 1.25vw, 18px);
    font-weight: bold;
    padding: 20px 0;
}
.cta02{
	background-color:#FB8500;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 7px;
}
.cta02 img{
	max-width: 13px;
}
.cta02 .icon01{
	margin-top: 3px;
}
@media screen and (max-width: 768px) {
	.cta02 img{
		max-width: 11px;
		margin-bottom: 3px;
	}
}
/*-----------------------
         header
-------------------------*/
header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 999999;
    background-color: #fff;
}


.header_inner{
    width: 95%;
    margin: 0 auto;
    max-width: 1100px;
    height: 100%;
}

.header_fx {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.h_logo {
    width: 60%;
    max-width: 196px;
}
.h_right{
	width: 70%;
	max-width: 354px;
}

.h_nav{
	display: flex;
	justify-content: flex-end;
	column-gap: 20px;
	width: 100%;
}
.h_nav li a{
	text-align: center;
	display: block;
	font-size: 14px;
	color: #000000;
}
.h_cta{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 10px;
	margin-bottom: 8px;
}
.h_cta a{
	font-size: 14px;
	font-weight: 600;
	padding: 4px 4px;
	max-width: 148px;
	border: 1px solid #FB8500;
}
@media screen and (max-width: 768px) {

	header {
	    height: 63px;
	}
    .h_nav,.cta01{
        display: none;
    }
    .h_logo {
        width: 90%;
        max-width: 176px;
    }
    .h_cta a {
        font-size: 13px;
        padding: 4px 4px;
        max-width: 140px;
    }
}



.sp_menu,.header_logo_sp{
    display: none;
}

.sec_ttl,.sec_ttl02,.sec_ttl03{
    position: relative;
    text-align: center;
}
.sec_ttl h2,
.sec_ttl02 h2,
.sec_ttl03 h2{
	font-family: "M PLUS 1", sans-serif;
	font-size: clamp(30px, 2.917vw, 42px);
	line-height: 1.4;
	font-weight: 800;
	color: #130A02;
	letter-spacing: .02em;
	position: relative;
}
#introduction .sec_ttl02 h2{
	text-shadow: 0 4px 14px rgba(0,0,0,.25);
	color: #fff;
	font-size: clamp(28px, 3.34vw, 48px);
}
#faq h2{
	letter-spacing: .02em;
	text-align: center;
	font-family: "M PLUS 1", sans-serif;
	line-height: 1.4;
	font-weight: 800;
	color: #130A02;
	font-size: clamp(36px, 3.34vw, 48px);
}
.sec_ttl02 h2 .txtsmall{
	font-size: clamp(30px, 2.917vw, 42px);
}
.sec_ttl02 h2:after{
	content: "";
	display: inline-block;
	width: 60px;
	height: 4px;
	background-color: #393939;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}
#introduction .sec_ttl02 h2:after{
	background-color: #fff;
}
.sec_ttl02 h2 .orng{
	font-size: clamp(36px, 3.34vw, 48px);
}
.sec_ttl .w_txt{
    color: #fff;
    font-size: clamp(29px, 3.34vw, 48px);
}
.sec_ttl02 .blue{
    font-size: clamp(28px, 3.34vw, 48px);
}
.sec_ttl .en_txt{
	display: block;
	font-family: "M PLUS 1", sans-serif;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1;
	width: fit-content;
	margin: 0 auto;
	margin-top: 30px;
	font-weight: 800;
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 70px;
}
.sec_ttl p{
	margin-top: 20px;
	line-height: 1.5;
	font-size: 18px;
}
.underline{
	background: linear-gradient(transparent 70%, #FFF82E 70%);
}

@media screen and (max-width: 768px) {

	.sec_ttl h2{
		font-size: 25px;
	}
	.sec_ttl .en_txt {
		font-size: clamp(14px, 1.25vw, 18px);
		margin-top: 20px;
		padding: 7px 20px;
		border-radius: 70px;
	}
	.sec_ttl02 h2:after {
		bottom: -20px;
	}
	

}

.sp_br,.sp_img{
    display: none;
}

@media screen and (max-width: 768px) {

    .sp_br,.sp_img{
        display: block;
    }
    .pc_br,.pc_img{
        display: none;
    }
}

.orng{
	color: #FB8500;
}
.blue{
	color: #6883F9;
}
/*-----------------------
         top
-------------------------*/

#maintop{
    margin-top: 90px;
    position: relative;
    background-image: url(../img/mv.jpg);
    background-size: cover;
    padding: 114px 0;
}
.maintop_box{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.fv_txtbox{
    width: 46%;
    max-width: 504px;
    color: #fff;
    margin-left: 54px;
    position: relative;
}
.fv_cta{
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-top: 45px;
}
.fv_cta a{
	width: 50%;
	max-width: 247px;
	padding: 13.5px 5px;
}
.fv_txtbox02{
	width: 100%;
	max-width: 508px;
	position: absolute;
	top: 73%;
	left: 162%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 768px) {

	#maintop{
	    background-image: url(../img/mv_sp.jpg);
	    margin-top:63px;
	    padding:  0;
	    padding-top: 107%;
	}
    .fv_txtbox{
        width: 94%;
        max-width: 349px;
        margin-left: 0;
        position: absolute;
        top: 49%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .fv_txtbox02{
        width: 100%;
        max-width: 190px;
        position: absolute;
        top: 86%;
        left: 77%;
        transform: translate(-50%,-50%);
        z-index: -1;
    }
	.fv_cta {
	   flex-direction: column;
	   align-items: flex-start;
	   row-gap: 10px;
	   margin-top: 35px;
	}
	.fv_cta a{
		width: 100%;
		max-width: 192px;
		padding: 14px 5px;
		font-size: 14px;
	}
}

/*-----------------------
      sv
-------------------------*/

#sv{
    background-image: url(../img/sv.jpg);
	background-size: cover;
	text-align: center;
	padding: 70px 0;
}
#sv img{
	width: 80%;
	max-width: 816px;
}
@media screen and (max-width: 768px) {
    #sv{
        background-image: url(../img/sv_sp.jpg);
        background-size: cover;
        text-align: center;
        padding: 30px 0;
    }
    #sv img{
        width: 84%;
        max-width: 816px;
        margin: 0 auto;
    }
}

/*-----------------------
      problems
-------------------------*/
#problems{
	padding-top: 60px;
	background-color: #E9E7EB;
	position: relative;
}
#problems:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 38px solid transparent;
  border-top: 35px solid #E9E7EB;
  z-index: 1;
}
.problems_fx{
	display: flex;
	justify-content:space-between;
	max-width: 1060px;
	column-gap: 20px;
	margin: 0 auto;
}
.problems_l{
	width: 34%;
	max-width: 360px;
}
.problems_txtimg{
	width: 84%;
	display: block;
	max-width: 300px;
	margin-left: auto;
	margin-bottom: 28px;
}
.problems_r{
	width: 62%;
	max-width: 654px;
}
.problems_r ul{
	display: flex;
	justify-content: center;
	column-gap: 16px;
	row-gap: 16px;
	flex-wrap: wrap;
}
.problems_r ul li{
    width: 48.7%;
    max-width: 319px;
    text-align: center;
    padding: 12.5px 5px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    border-radius: 6px;
}
.problems_r ul li p{
	font-size: 14px;
	font-weight: 500;
    color: #130A02;
}

.problems_r li p span{
	color: #5A438C;
	font-weight: 800;
	text-decoration: underline;
}
@media screen and (max-width: 1100px) {

	.problems_r ul li{
		width: 47%;
	}

	.problems_r ul {
		padding-bottom: 50px;
	}
	.problems_l {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 768px) {

	#problems {
	   padding-bottom: 60px;
	}
	#problems:before {
	    transform: translateX(-50%);
	    border: 30px solid transparent;
	    border-top: 25px solid #E9E7EB;
	}
    .problems_fx{
        flex-direction: column;
        align-items: center;
        max-width: 600px;
        column-gap: 20px;
        margin: 0 auto;
    }
	.problems_r ul {
		padding-bottom: 0;
	}
    .problems_l{
        width: 100%;
        max-width: none;
    }
    .problems_txtimg{
        width: 95%;
        display: block;
        max-width: 330px;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .problems_r{
        width: 100%;
        max-width: 654px;
        position: relative;
    }
    .problems_r ul{
        display: flex;
        justify-content: center;
        column-gap:8px;
        row-gap: 9px;
        flex-wrap: wrap;
    }
    .problems_r ul li{
        width: 48.7%;
        max-width: 319px;
        padding: 5.5px 5px;
    }
    .problems_r ul li p{
        font-size: 13px;
    }
	.problems_l_img,
	.problems_r_img{
		position: absolute;
		bottom: -60px;
	}
	.problems_l_img{
		left: -5%;
		max-width: 100px;
	}
	.problems_r_img{
		right: -5%;
		max-width: 120px;
	}
}

/*-----------------------
         assignment
-------------------------*/
#assignment{
	padding: 70px 0 80px;
    background-image: url(../img/pain.jpg);
    background-size: cover;
    position: relative;
    background-position: left bottom;
}
.solition_bg{
    position: absolute;
    top: 0;
    left: 92%;
	transform: translateX(-50%);
    max-width: 101px;
}

#assignment .assignment_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	margin-top: 100px;
}
.assignment_list li{
	width: 31%;
	max-width: 340px;
	background-color: #fff;
	position: relative;
	border-radius: 12px;
	padding: 90px 0 40px;
	text-align: center;
}
.assignment_list li img{
	position: absolute;
	width: 90%;
	max-width: 132px;
	top: -20%;
	left: 50%;
	transform: translateX(-50%);
}
.assignment_txt{
	width: 90%;
	max-width: 255px;
	margin: 0 auto;
}
.assignment_img h3{
	font-size: clamp(18px, 1.68vw, 24px);
	letter-spacing: .02em;
	line-height: 1.4;
	font-weight: bold;
	background: linear-gradient(99deg, rgba(251,133,0,1) 0%, rgba(189,206,77,1) 50%, rgba(104,131,249,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.assignment_txt p{
	font-size: clamp(14px, 1.12vw, 16px);
	margin-top: 14px;
	letter-spacing: .02em;
	text-align: left;
}
@media screen and (max-width: 768px) {

    
	#assignment{
		padding: 60px 0 ;
        background-image: url(../img/pain_sp.jpg);
	}
	#assignment .assignment_list {
		flex-direction: column;
		row-gap: 14px;
	    margin-top: 40px;
	}
	.assignment_list li{
		width: 100%;
		max-width: 335px;
		border-radius: 5px;
		padding: 16px 0 ;
	}
	.assignment_list li img{
		position: static;
		width: 100%;
		max-width: 70px;
		transform: none;
	}
	.assignment_txt{
		width: 90%;
		max-width: 300px;
		margin: 0 auto;
	}
	.assignment_img{
		display: flex;
		justify-content:center;
		align-items: center;
		column-gap: 7px;
	}
	.assignment_img h3{
		text-align: left;
	}
}


/*-----------------------
         ctaarea
-------------------------*/
#ctaarea{
	padding: 56px 0;
	background-color: rgba(220, 207, 177, .2);
}
.ctaarea_fx{
	max-width: 942px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ctaarea_fx p{
	font-family: "M PLUS 1", sans-serif;
	font-size: clamp(20px, 2.23vw, 32px);
	line-height: 1.2;
	letter-spacing: .02em;
	font-weight: bold;
	color: #333333;
}
.ctaarea_fx p .dot {
  background-image: radial-gradient(circle at center, #FB8500 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 3px;
}
.ctaarea_fx p .orng{
	font-size: clamp(25px, 2.78vw, 40px);
	font-weight: 900;
}
.ctaarea_fx p .txtbig{
	font-size: clamp(35px, 3.48vw, 50px);
}
.ctaarea_fx .txtbig02{
	font-size: clamp(37px, 3.75vw, 54px);
}
.ctaarea_fx .txtbig03{
	    font-size: clamp(30px, 2.78vw, 40px);
}
.ctaarea_fx .txtbig04{
	    font-size: clamp(30px, 2.44vw, 35px);
}
.ctaarea_fx .cta{
	width: 40%;
	max-width: 294px;
	padding: 15px 5px;
	font-size: clamp(16px, 1.598vw, 23px);
	position: relative;
	border: 2px solid #fff;
	box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.ctaarea_fx .cta02 img {
    max-width: 16px;
    /* margin-top: 3px; */
}
.muryou{
	position: absolute;
	width: 30%;
	max-width:87px !important;
	top: -32%;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 768px) {

	#ctaarea{
		padding: 60px 0;
		background-color: rgba(220, 207, 177, .2);
	}
	.ctaarea_fx{
		max-width: 600px;
		margin: 0 auto;
		row-gap: 40px;
		flex-direction:column;
	}
	.ctaarea_fx p{
		font-size: 18px;
	}
	.ctaarea_fx p .txtbig {
	    font-size: 28px;
	}
	.ctaarea_fx .txtbig02{
		font-size: 31px;
	}
	.ctaarea_fx .txtbig04 {
	    font-size:20px;
	}
	.ctaarea_fx .txtbig03 {
	    font-size: 23px;
	}
	.ctaarea_fx .cta{
		width: 90%;
		font-size: 20px;
	}

}


/*-----------------------
         point
-------------------------*/
#point{
	padding-top: 110px;
}
.point_fx{
	width: 94%;
	display: flex;
	margin-top: 100px;
	padding-bottom: 130px;
}
.point_txt{
	width: 50%;
	max-width: 524px;
	position: relative;
}
.point_img{
	width: 122%;
	max-width: 645px;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	margin-left: 20px;
}
.point_fx dl{
	display: flex;
	align-items: flex-start;
	column-gap: 30px;
	margin-bottom: 60px;
}
.point_fx dl:nth-of-type(5){
	margin-bottom: 0;
}
.point_fx dt{
	    font-size: clamp(26px, 2.917vw, 42px);
	    font-family: "Oswald", sans-serif;
	    font-weight: 500;
	    text-align: center;
	    line-height: 1;
	    padding-bottom: 15px;
	    border-bottom: 5px solid #6883F9;
}
.point_fx dt span{
	font-weight: 200;
	font-size: clamp(18px, 2.099vw, 30px);
}
.point_fx dd{
	max-width: 410px;
}
.point_fx dd h3{
	font-weight: bold;
	line-height: 1.4;
	margin-bottom:8px; 
	    font-size: clamp(18px, 1.68vw, 24px);
	letter-spacing: .02em;
}
.point_fx dd p{
	letter-spacing: .02em;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.5;
}

@media screen and (max-width: 768px) {

	#point{
		padding-top: 60px;
	}
	.point_fx{
		width: 99%;
		margin: 0 auto;
		margin-top: 50px;
		padding-bottom: 60px;
	}
	.point_img {
	    width: 100%;
	    max-width: 312px;
	    position: static;
	    transform: none;
		margin-left: auto;
        margin-right: auto;
	    margin-bottom: 20px;
	}
	.point_txt {
	    width: 100%;
	    max-width: 550px;
	}
	.point_fx dl {
		column-gap: 12px;
	    margin-bottom: 20px;
	}
	.point_fx dt {
	    padding-bottom: 8px;
	}
	.point_fx dd h3{
		margin-bottom: 6px;
	}
}



/*-----------------------
         comparison
-------------------------*/
#comparison{
	background-color: #F8F5EF;
	padding-top: 110px;
	padding-bottom: 110px;
}

.comparison_table{
	margin-top: 114px;
}
.comparison_table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  background-color: #fff;
  box-shadow: 0 4px 7px rgba(0,0,0,.11);
}
.comparison_table table th{
	width: 323px;
	text-align: center;
	border-bottom: 1px solid #DBDBDB;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	padding: 26px 10px;
}
.comparison_table table .tate{
	width: 130px;
	color: #323232;
}
.comparison_table table .bg_o{
	color: #6E4210;
	font-weight: 600;
	background-color: #FFFBE7;
}
.comparison_table table td{
	border-bottom: 1px solid #DBDBDB;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.46;
	padding: 20px;
	color: #585858;
}
.comparison_table table img{
	max-width: 196px;
}

@media screen and (max-width: 768px) {

	#comparison{
		padding: 60px 0;
	}
	.comparison_table{
		overflow-x: scroll;
		margin-top: 56px;
	}
	.comparison_table table {
		width: 100%;
        min-width: 575px;
	}
	.comparison_table table .tate {
	    width: 70px;
	    font-size: 12px;
	    padding: 10px 3px;
	}
	.comparison_table table th {
	    width: 168px;
		font-size: 18px;
	    padding: 26px 10px;
	}
	.comparison_table table td {
		font-size: 12px;
	    line-height: 1.4;
	    padding: 12px;
	}
	.comparison_table table img {
	    max-width: 109px;
	}
	.scroll{
		margin-top: 26px;
	}
}


/*-----------------------
         consultation
-------------------------*/
#consultation{
	padding-top: 110px;
	background-color: #F9F9F9;
	padding-bottom: 78px;
    position: relative;
}
.icon02{
    max-width: 221px;
    position: absolute;
    left: 40px;
    top: 0;
}
.icon03{
    max-width: 129px;
    position: absolute;
    right: 17%;
    top: 0;
}
@media screen and (max-width: 768px) {

    .icon02 {
        max-width: 275px;
        position: absolute;
        left: -160px;
        top: 0;
    }
    .icon03{
        right: -69px;
        top: 0;
    }

}
#consultation .sec_ttl02 p{
	margin-top:75px;
	    letter-spacing: .02em;
    font-size: clamp(14px, 1.25vw, 18px);
}
.tablink{
	position: relative;
	margin-top: 40px;
}
.consultation_l,.consultation_r{
	position: absolute;
}
.consultation_l{
	width: 18%;
	max-width: 186px;
	left: 20px;
	bottom: -124px;
}
.consultation_r{
	width: 22%;
	max-width: 238px;
	right: 0;
	bottom: 0;
	z-index: 0;
}
@media screen and (max-width: 960px) {

	.consultation_l{
		width: 18%;
		max-width: 186px;
		left: -10px;
		bottom: -57px;
	}
	.consultation_r{
		width: 22%;
		max-width: 238px;
		right: -3%;
		bottom: 58%;
		z-index: 0;
	}
}

.tablink_fx{
	width: 90%;
	max-width: 647px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	column-gap: 20px;
}
.tablink_fx a{
	display: block;
	width: 47%;
	max-width: 300px;
	background-color: #393939;
	border-radius: 10px;
	color: #fff;
	padding: 14px 20px 29px;
	position: relative;
	z-index: 1;
}
.tablink_fx a::before{
    content: "";
    position: absolute;
    bottom: -8%;
    left: 47%;
    transform: translateY(-50%);
    border: 9px solid transparent;
    border-top: 9px solid #6F6F6F;   /* 好みで色を変えてください */
}
.tablink_fx a:nth-of-type(1){
	width: 51%;
	max-width: 327px;
}
.tablink_fx a h3{
	font-weight: 500;
	font-size: 14px;
	background-color: #FB8500;
	padding: 4.5px 0;
	width: 98px;
	margin: 0 auto;
	border-radius: 50px;
	margin-bottom: 9px;
}
.tablink_fx a p{
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 768px) {

	#consultation{
		padding-top: 60px;
		background-color: #F9F9F9;
		padding-bottom: 78px;
	}
	#consultation .sec_ttl02 p{
		margin-top:60px;
		font-size: 16px;
	}
	.tablink_fx a{
		display: block;
		width: 47%;
		max-width: 157px;
		padding: 15px 5px 25px;
		position: relative;
	}
	.tablink_fx a::before{
	    content: "";
	    position: absolute;
	    bottom: -4%;
	    left: 47%;
	    transform: translateY(-50%);
	    border: 8px solid transparent;
	    border-top: 8px solid #6F6F6F;   /* 好みで色を変えてください */
	}
	.tablink_fx a:nth-of-type(1){
		width: 49%;
		max-width: 157px;
	}
	.tablink_fx a h3 {
	    font-size: 12px;
	    padding: 2.5px 0;
	    width: 73px;
	    margin-bottom: 10px;
	}
	.tablink_fx a p {
	    font-size: 17px;
	}
	.consultation_l{
	width: 50%;
	max-width: 118px;
	left: 4%;
	bottom: 111%;
	transform: translateX(-50%);
	}
	.consultation_r{
		width: 56%;
		max-width: 180px;
		right: auto;
		left: 100%;
		bottom: 111%;
		transform: translateX(-50%);
	}
}


.case_contents{
	position: relative;
    z-index: 0;
	margin-top: 40px;
	padding-bottom: 40px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.case_bg {
    padding-top: 55%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13vw), 0 100%);
    background-color: #F4F4F4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.case_bg02{
    display: none;
}
#case2{
	padding-top: 40px;
}
.case_contents:last-child{
	margin-top:0;
}
.case_contents h2{
	border-radius: 10px 10px 0 0;
	background-color: #393939;
	text-align: center;
	color:#fff;
	line-height: 1;
	font-weight: 600;
	padding: 21px 0;
	font-size: clamp(18px, 1.68vw, 22px);
}
.case_contents h2 span{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	background-color: #FB8500;
	padding: 5px 0 7px;
	width: 104px;
	margin: 0 auto;
	line-height: 1;
	border-radius: 50px;
	margin-right:14px;
}
.case_contents p{
	margin-top:40px;
	text-align: center;
	line-height: 1.6;
	font-size: clamp(14px, 1.25vw, 18px);
	margin-bottom: 40px;
}
.case_contents h3{
	font-size: clamp(22px, 1.81vw, 26px);
	color: #393939;
	font-weight: bold;
}
.sml{
	font-size: clamp(22px, 1.81vw, 26px);
}
.case_contents h3 .blue,
.case_contents h3 .orng{
	font-size: clamp(26px, 2.09vw, 30px);
}
.case_contents h3 .icon04{
	max-width: 30px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 6px;
}
.case_contents h3 .icon05{
	max-width: 33px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 6px;
}
.case_contents h3 .icon11{
	max-width: 38px;
	vertical-align: baseline;
	margin-right: 10px;
}
.en_txt02{
	font-family: "M PLUS 1", sans-serif;
	font-weight: 800;
	color: #C8C8C8;
	line-height: 1.4;
	font-size: clamp(18px, 1.68vw, 22px);
}

@media screen and (max-width: 768px) {

    .case_bg {
        padding-top: 0;
        height: 590px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25vw), 0 100%);
        background-color: #F4F4F4;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }
    .case_bg02{
        display: block;
    }
    #case2{
        padding-top: 20px;
    }
    .case_contents {
        padding-bottom: 50px;
    }
    #case2 .case_contents {
        padding-bottom: 30px;
    }
	.case_contents h2 {
	    padding: 15px 0 13px;
	    font-size: 17px;
	}
	.case_contents h2 span {
	    display: block;
	    margin: 0 auto 11px;
	    font-size: 12px;padding: 5.5px 0;
	    width: 73px;
	    border-radius: 50px;
	    margin-right: auto;
	}
	.case_contents p.read02 {
		width: 88%;
		margin: 0 auto;
		margin-top: 30px;
		text-align:left;
		font-size: 16px;
		margin-bottom: 20px;
	}
    #case2 .case_contents p.read02{
		margin-bottom: 30px;
	}
    .case_contents h3 .icon05 {
        max-width: 29px;
        margin-right: 10px;
        margin-bottom: 6px;
    }
    .case_contents h3{
        font-size: 20px;
        line-height: 1.1;
    }
    .case_contents h3 .icon11 {
	    max-width: 28px;
	    margin-right: 6px;
	}
}



.merit_list{
    width: 95%;
	max-width: 866px;
	margin: 30px auto 80px;
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
	column-gap: 20px;
}

.merit_list .m_slider{
	width: 33%;
	max-width: 262px;
}
.merit_list .merit_list_col{
	background-color: #F4E9D0;
	text-align: center;
	border-radius: 10px;
	padding-bottom: 20px;
}
.merit_list .merit_list_col h4{
	font-size: 16px;
	color: #fff;
	background-color: #FB8500;
	border-radius: 10px 10px 0 0;
	padding: 4px 0;
	line-height: 1.3;
	margin-bottom: 22px;
}
.merit_list h4 span{
	font-size: clamp(18px, 1.68vw, 23px);
}
.merit_list .merit_list_col img{
	width: 90%;
    max-width: 202px;
    margin: 0 auto;
}
.accordion-content {
    display: none;
	 max-width: 222px;
	margin: 0 auto;
}
.accordion-content p{
	color: #363636;
	font-size: clamp(14px, 1.12vw, 16px);
	line-height: 1.6;
	text-align: left;
	margin: 14px auto 0;
}
.accordion-header {
    background-color: #FFF;
    padding: 4px 4px;
    margin: 14px auto 0;
    transition: all .1s ease;
    width: 90%;
    max-width: 222px;
    cursor: pointer;
    position: relative;
    border-radius: 44px;
}
.accordion-header h3{
    color: #393939;
    font-size: clamp(14px, 1.12vw, 16px);
    font-weight: bold;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right: 13px;
  bottom:0;
  width: 13px;
  height: 3px;
  margin:auto;
  background:#FFA846;
}

.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{
    transform:rotate(0deg);
}

@media screen and (max-width: 768px) {

    .merit_list{
        width: 100%;
    }
    .merit_list .m_slider{
        width: 100%;
        max-width: none;
    }
    .merit_list h4 span{
        font-size: 23px;
    }
    .merit_list .merit_list_col{
        width: 100%;
        max-width: 262px;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .merit_list .slick-slide {
        margin: 0 10px !important;
    }
    .merit_list .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #FB8500;
    }
    .accordion-header h3 {
        font-size: 16px;
    }
    .merit_list .slick-dots {
	    position: absolute;
	    bottom: -35px;
	}
    .merit_list .next-arrow {
        right: 7%;
    }
    .merit_list .prev-arrow {
        left: 7%;
    }
}


.bestux{
    width: 90%;
	max-width: 670px;
	margin: 20px auto 0;
}
.bestux_ttl h3 .sp_txtbig{
    font-size: clamp(26px, 2.09vw, 30px);
}
.bestux p{
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 1.6;
	color: #1B1B1B;
}
#case2 .bestux p {
    margin: 44px 0 0;
}
@media screen and (max-width: 768px) {

    .bestux_ttl{
        margin-top: 56px;
    }
    .bestux_ttl h3 .icon05 {
        max-width: 29px;
        margin-right: 10px;
        margin-bottom: 0;
        position: relative;
        top: 10px;
    }

    .bestux_ttl h3 .sp_txtbig{
        font-size: 26px;
    }
    .bestux p{
        text-align: left;
        margin: 10px 0 0;
    }
    .bestux02 p{
        margin: 35px 0 0;
    }
    .bestux {
	    max-width: 550px;
	}

}

.fast_ttl{
	margin-top: 10px;
}
.fast .sec_ttl03 h3{
	color: #000000;
}
.fast .sec_ttl03 h3 .txtbig{
	    font-size: clamp(26px, 2.09vw, 30px);
}
.fast .sec_ttl03 .smalltxt{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
}
.fats_list{
	width: 97%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	text-align: center;
	margin-top: 50px;
}
.fats_list li{
	width: 15%;
	max-width: 150px;
}
.fats_list li img{
	width: auto;
	max-height: 50px;
	margin-bottom: 20px;
}
.fats_list li h3{
	color: #FB8500;
	font-weight: bold;
	line-height: 1.2;
	font-size: clamp(14px, 1.25vw, 18px);
}
.fats_list li p{
	margin: 10px 0 0;
	font-size: clamp(12px, .98vw, 14px);
	color: #393939;
	line-height: 1.6;
}
@media screen and (max-width: 830px) {

 .fats_list{
        max-width: 660px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
        row-gap: 20px;
        text-align: center;
        margin-top: 20px;
    }
	.fats_list li{
        width: 50%;
        max-width: 130px;
    }
}

@media screen and (max-width: 768px) {

    .fast .sec_ttl03 h3{
        position: relative;
        width: fit-content;
        margin: 0 auto;
        margin-top: 20px;
		padding-left: 4%;
    }
    .case_contents .fast h3 .icon05 {
        max-width: 29px;
        margin-right: 0;
        margin-bottom: 0;
        position: absolute;
        top: 16px;
        left: -8px;
    }
    .fast .sec_ttl03 .smalltxt {
        display: block;
        font-size: 10px;
        margin-top: 12px;
    }
    .fats_list{
        max-width: 560px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
        row-gap: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .fats_list li{
        width: 50%;
        max-width: 130px;
    }
    .fats_list li img{
        width: auto;
        max-height: 43px;
        margin-bottom: 17px;
    }
    .fats_list li p{
        margin-top: 8px;
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {

    .fast .sec_ttl03 h3{
		padding-left: 9%;
    }
}
.slick-slide {
    height: auto !important;
}
.bestux_slider .slick-slide {
    opacity: 1 !important;
}
.slide-arrow{
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 1;
}
.prev-arrow {
    left: -20px;
}
.next-arrow {
    right: -20px;
}
.fats_list .slick-dots button::before {
    border: none;
    background: #FFD7AA;
}
.bestux_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FB8500 !important;
}
.bestux_slider .slick-dots {
    bottom: -40px;
}
.slick-dots li button:before{
    width: 8px;
    height: 8px;
    line-height: 8px;
    font-size: 8px;
    opacity: 1;
    color: #FFD7AA;
}

.slick-dots li {
    width: 15px;
}
  

@media screen and (max-width: 768px) {

    .bestux_slider .slick-dots {
        bottom: -33px;
    }
    .slick-dots li {
        width: 10px;
    }
}
/*-----------------------
         flow
-------------------------*/
#flow{
	padding-top: 90px;
	padding-bottom: 110px;
	background-image: url(../img/step_bg.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}
#flow .sec_ttl h2 .orng{
	font-size: clamp(28px, 3.34vw, 48px);
}
#flow .sec_ttl h2{
	color: #393939;
}
#flow .sec_ttl img{
	max-width: 238px;
	margin-top: 15px;
}
#flow .sec_ttl{
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {

    #flow{
        padding-top: 60px;
        padding-bottom: 60px;
        background-image: url(../img/step_bg_sp.png);
    }
    #flow .sec_ttl h2 .orng {
        font-size: 36px;
    }
    #flow .sec_ttl h2 {
        font-size: 32px;
    }
    #flow .sec_ttl img{
        max-width: 186px;
        margin-top: 15px;
    }
}


.flow_list{
	text-align: center; 
}

.flow_list_ttl{
	position: relative;
	width: fit-content;
	margin: 0 auto 25px;
	padding: 0 35px;
}
.flow_list_ttl h2{
	    font-family: "M PLUS 1", sans-serif;
	color: #2C2C2C;
	font-size: clamp(26px, 2.09vw, 30px);
}
.flow_list_ttl span{
	font-weight: bold;
	color: #FF9927;
	font-size: clamp(20px, 2.09vw, 26px);
}
.flow_list_ttl::before,
.flow_list_ttl::after {
	display: block;
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	line-height: 0;
	color: #2C2C2C; /* 括弧の色 */
	font-size: 75px;
}
.flow_list_ttl::before {
	content: '['; /* 開き括弧の種類 */
	left: 0;
}
.flow_list_ttl::after {
	content: ']'; /* 閉じ括弧の種類 */
	right: 0;
}

@media screen and (max-width: 768px) {

 
    .flow_list_ttl{
        margin: 0 auto 16px;
        padding: 0 26px;
    }
    .flow_list_ttl::before, .flow_list_ttl::after{
        font-size: 65px;
    }
    
}


.step_col dt{
	border: 1px solid #D2D2D2;
	border-radius: 40px;
	width: fit-content;
	margin: 0 auto 10px;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
.step_col dt:not(:first-child){
	margin-top: 10px;
}
.step_col dd{
	font-weight: 500;
	font-size: 18px;
}

@media screen and (max-width: 768px) {

    .step_col dt{
        width: fit-content;
        margin: 0 auto 6px;
        padding: 5px 19px;
        font-size: 14px;
    }

    .step_col dd{
        font-size: 14px;
    }
    
}

.flow_box{
	display: flex;
	justify-content: center;
	column-gap: 60px;
	max-width: 940px;
	margin: 25px auto 0;
}
.boxcontents{
	padding: 15px 10px;
	width: 45%;
	max-width: 422px;
	height: 122px;
	position: relative;
	border-radius: 6px;
	background-color: #E9E7EB;
    position: relative;
}
.flow_box2 .boxcontents,
.flow_box3 .boxcontents,
.flow_box4 .boxcontents,
.flow_box5 .boxcontents{
	height: 146px;
}
.flow_box6 .boxcontents{
	height: 170px;
}
.people01,.people02{
    position: absolute;
    bottom: -11px;
}
.people01{
    left: -28px;
}
.people02{
    right: -47px;
}
.icon06{
    max-width: 71px;
}
.icon07{
    max-width: 98px;
}
.icon09{
    left: -14px;
    max-width: 73px;
}
.icon08{
    right: -31px;
    max-width: 54px;
}
.flow_box2,
.flow_box4,
.flow_box6 {
	column-gap: 50px;
}
.flow_box2 .boxcontents,
.flow_box4 .boxcontents,
.flow_box6 .boxcontents{
	width: 48%;
	max-width: 442px;
}
.boxcontents dl{
	max-inline-size: max-content;
	margin-inline: auto;
}
.boxcontents dt{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #fff;
	padding: 4px 10px;
    width: 221px;
    margin: 0 auto;
	border-radius: 100vw;
	margin-bottom: 10px;
}
.boxcontents dd{
	text-align: left;
	font-size: clamp(12px, .98vw, 14px);
	line-height: 1.7;
	color: #1E1E1E;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
.boxcontents02{
	border-radius: 4px;
	color: #fff; 
	background-color: #FB8500;
}

.boxcontents02 dd{
	color:#fff;
}
.boxcontents01{
    position: relative;
}
.boxcontents01:after {
    border-left: 30px solid #E9E7EB;
    border-top: 72px solid transparent;
    border-bottom: 72px solid transparent;
    content: "";
    position: absolute;
    left: 99.5%;
    top: 0;
}
.flow_box1 .boxcontents01:after {
    border-left: 30px solid #E9E7EB;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
}
.flow_box6 .boxcontents01:after {
    border-left: 30px solid #E9E7EB;
    border-top: 86px solid transparent;
    border-bottom: 86px solid transparent;
}
.line{
    display:block;
    margin:30px auto;
    width: auto;
    max-height: 44px;
}
@media screen and (max-width: 768px) {

    .people01 {
        left: -40px;
    }
    .people02 {
        right: -43px;
    }
    .icon09 {
        left: -44px;
        max-width: 73px;
    }
    .icon08 {
        right: -36px;
        max-width: 54px;
    }
    .line{
        display:block;
        margin:16px auto;
        width: auto;
        max-height: 44px;
    }
    .flow_box{
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
        max-width: 940px;
        margin: 25px auto 0;
    }
    .boxcontents01:after{
        content: none;
    }
    .boxcontents,
    .flow_box2 .boxcontents,
    .flow_box4 .boxcontents,
     .flow_box6 .boxcontents {
        padding: 16px 15px;
        width: 100%;
        max-width: 422px;
        position: relative;
        border-radius: 4px;
    }
    .arrow{
        display: block;
        margin: 0 auto;
        max-width: 59px;
    }
    .boxcontents dd {
        font-size: 12px;
    }
}
/*-----------------------
        introduction
-------------------------*/
#introduction{
    padding: 110px 0 160px;
    background: linear-gradient(100deg, rgba(251,133,0,1) 0%, rgba(189,206,77,1) 50%, rgba(104,131,249,1) 100%);
}
.intro_slider{
    margin-top: 85px;
}

.intro_list{
    max-width: 360px;
    height: 464px;
    margin:0 auto;
    background-color: #fff;
    border-radius: 18px;
    padding-bottom: 30px;
    box-shadow: 0 4px 14px rgba(0,0,0,.16);
}
.intro_slider .slick-slide {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.intro_ttl{
	position: relative;
}
.intro_ttl img{
	border-radius: 18px 18px 0 0;
}
.intro_ttl h3{
	line-height: 1.4;
	font-size: clamp(18px, 1.68vw, 24px);
	position: absolute;
	padding: 0 10px 0 0;
	color: #130A02;
	top:50%;
	left: 20px;
	transform: translateY(-50%);
}
.intro_txt{
	width: 90%;
	max-width: 320px;
	margin: 20px auto 0;
}
.intro_txt dt{
	font-weight: bold;
	letter-spacing: .02em;
	color: #fff;
	background-color: #454545;
	display: inline-block;
	line-height: 1;
	padding: 8px 10px;
	font-size: 16px;
	margin-bottom: 8px;
}
.intro_txt dt:nth-of-type(2){
	margin-top: 16px;
}
.intro_txt dd{
	color: #323232;
	font-size: 14px;
	letter-spacing: .02em;
	line-height: 1.6;
}

.intro_slider .prev-arrow {
	left: 20.5%;
}
.intro_slider .next-arrow {
    right: 20.5%;
}
.intro_slider .slick-slide{
    margin: 0 7.5px !important;
}
@media screen and (min-width: 1800px) {

	.intro_slider .next-arrow {
		right: 28.5%;
	}
	.intro_slider .prev-arrow {
		left: 28.5%;
	}
}
@media screen and (max-width: 1085px) {

    .intro_slider .next-arrow {
        right: 12%;
    }
    .intro_slider .prev-arrow {
        left: 12%;
    }
}
@media screen and (max-width: 768px) {
    
    #introduction{
        padding: 60px 0 90px;
    }
    .intro_slider {
        margin-top: 54px;
    }
    .intro_slider .slick-slide {
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    .intro_slider .next-arrow {
        right: 15%;
        transform: translateX(-50%);
    }
    .intro_slider .prev-arrow {
        left: 21%;
        transform: translateX(-50%);
    }
    .intro_list{
        height: 414px;
        padding-bottom: 25px;
    }
    .intro_ttl h3{
        font-size: 21px;
    }
    .intro_txt dt{
        font-size: 14px;
        padding: 5.5px 6.7px;
        margin-bottom: 7px;
    }
    .intro_txt dt:nth-of-type(2) {
        margin-top: 14px;
    }
    .intro_txt dd{
        font-size: 12px;
    }
    .intro_txt {
        margin: 17px auto 0;
    }
}
@media screen and (max-width: 599px) {

    .intro_slider .prev-arrow {
        left: 10.5%;
    }
    .intro_slider .next-arrow {
        right: 4.5%;
    }

}
@media screen and (max-width: 460px) {

    .intro_slider .prev-arrow {
        left: 4.5%;
    }
    .intro_slider .next-arrow {
        right: -5.5%;
    }

}
/*-----------------------
         faq
-------------------------*/
#faq{
    padding: 110px 0;
}
.faq_area{
    max-width: 900px;
    margin: 30px auto 0;
}
.faq_area .accordion-header {
    background-color: transparent;
    padding: 25px 24px;
    margin: 0 auto;
    transition: all .1s ease;
    max-width: none;
    cursor: pointer;
    border-radius: 0;
    border-top: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.faq_area .accordion-header span{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #FB8500;
}
.faq_area .accordion-header h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
}
.faq_area .accordion-header04{
    border-bottom: 1px solid #DEDEDE;
}
.faq_area .accordion-header04.active{
    border-bottom: none;
}
.faq_area .accordion-header04.active ~ .accordion-content04{
    border-bottom: 1px solid #DEDEDE;
}
.read{
    width: 85%;
    margin: 0 auto;
    line-height: 1.7;
    margin-top: 30px;
    font-size: clamp(14px, 1.12vw, 16px);
    text-align: center;
}
.faq_area .accordion-header::before{
  position:absolute;
  content:'';
  top:1px;
  right: 13px;
  bottom:0;
  margin:auto;
    border: 9px solid transparent;
    border-top: 9px solid #B5B5B5;
    background-color: transparent;
    width: 0;
    height: 0;
}

.faq_area .accordion-header::after{
    content:none;
}
.faq_area .accordion-header.active::before{
    transform: rotate(-180deg);
    top: -3px;
}
.faq_area .accordion-content p {
    color: #000000;
    font-size:16px;
    line-height: 1.3;
    text-align: left;
    margin: 0;

}
.faq_area .accordion-content {
    width: 90%;
    max-width: none;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-right: 50px;
    padding-left: 7.6%;
}
@media screen and (max-width: 768px) {

    #faq{
        padding: 60px 0;
    }
    .faq_area .accordion-header {
        background-color: transparent;
        padding:23px 44px 25px 0;
        margin: 0 auto;
        transition: all .1s ease;
        max-width: none;
        column-gap: 10px;
    }
    .faq_area .accordion-content {
        padding-bottom: 23px;
        padding-left: 10.6%;
    }
}



#ctaarea02 {
    text-align: center;
    padding: 65px 0;
    background-color: rgba(220, 207, 177, .2);
}
#ctaarea02 h2{
    letter-spacing: .02em;
    font-family: "M PLUS 1", sans-serif;
    line-height: 1.4;
    font-size: clamp(21px, 2.57vw, 37px);
    font-weight: 800;
    color: #212121;
}
#ctaarea02 h2 .txtsmall{
    font-size: clamp(17px, 2.156vw, 31px);
}

@media screen and (max-width: 768px) {
    #ctaarea02 {
        padding: 60px 0;
    }
    #ctaarea02 .inner {
        width: 93%;
    }
}

.link_fxbox{
    display: flex;
    justify-content: space-between;
    max-width: 715px;
    margin: 0 auto;
    margin-top: 40px;
}
.link_fx{
	width: 52%;
	max-width: 380px;
}
.link_fx:last-child{
	width: 43%;
	max-width: 294px;
}
.link_fxbox a{
	    box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
	max-width: 294px;
	padding: 16.5px 0;
	margin: 0 auto;
	margin-top: 20px;
	font-size: clamp(16px, 1.598vw, 23px);
}
.link_fxbox a.cta02 {
    border: 2px solid #fff;
}
.link_fxbox p{
	    font-size: clamp(16px, 1.25vw, 18px);
	color: #FB8500;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.link_fxbox p:before,
.link_fxbox p:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #FB8500;
  width: 1.7px;
  height: 17px;
  margin: 0 10px;
  vertical-align: middle;
}
 
.link_fxbox p:before {
  transform: rotate(-35deg);
}
 
.link_fxbox p:after {
  transform: rotate(35deg);
}
.icon12{
	vertical-align: middle;
	max-width: 24px;
	margin-right: 6px;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {

    .link_fxbox{
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        max-width: 715px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .link_fx{
        width: 100%;
        max-width: 342px;
    }
    .link_fx:last-child{
        width: 100%;
        max-width: 342px;
    }
    
    .link_fxbox a{
        max-width: 342px;
        font-size: 20px;
        padding: 19px 0;
        margin-top: 10px;
    }
    .link_fxbox a.cta02 img {
        max-width: 17px;
        margin-bottom: 3px;
    }
}


/*-----------------------
         footer
-------------------------*/

footer {
   padding: 60px 0 100px;
}
.f_nav{
    display: flex;
    column-gap: 86px;
}


.f_nav .mgt{
    margin-top: 27px;
}
.f_nav dt{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom:16px;
}
.f_nav dd{
    font-size: 16px;
    line-height: 1.4;
}
.f_nav_r dt{
    margin-bottom:20px;
}
.f_nav_r dd{
    display: flex;
}

@media screen and (max-width: 920px) {
	.f_nav_r dd {
        flex-direction: column;
    }
	.sp_none{
        display: none;
    }
	.f_nav{
         row-gap: 30px;
     }
}

@media screen and (max-width: 768px) {

   
    footer {
        padding: 60px 0 ;
     }
     .f_nav{
        flex-direction: column;
         row-gap: 30px;
     }
     .f_nav_r dd {
        flex-direction: column;
        font-size: 14px;
    }
    
}