@charset "utf-8";
/* CSS Document */

body {
	color: #666666;
	font-size: 15px;
	line-height: 200%;
	font-feature-settings: "palt";
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	letter-spacing: 1px;
}

* {
	box-sizing: border-box;
}

.sp {
	display: none;
}

h2.ttl_center {
	text-align: center;
}

/*--------------------------
 main
------------------------- */
/*
#mental_syn .mv {
	margin: 0;
	padding: 0;
	height: 700px;
	background: url("../img/main_bg.jpg") no-repeat 0 0;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	text-align: left;
	z-index: -100;
}
#mental_syn .mv::before {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
  border-width: 100px 0 0 99vw;
  border-color: transparent  transparent  transparent #FFF;

}
*/
#mental_syn .mv {
	margin: 0;
        padding: 0;
        height: 550px;
        background: url(../img/main_bg.jpg) no-repeat center center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: -100;

}
#mental_syn .mv::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
	z-index: -1;

}

/*
@media only screen and (max-width:1680px) {
	#mental_syn .mv {
		background: url(../img/main_bg-1680.jpg) no-repeat 0 0;
		background-size: 100%;
	}
}

@media only screen and (min-width:1350px) {
	#mental_syn .mv {
		background: url(../img/main_bg-1350.jpg) no-repeat 0 0;
		background-size: 100%;
	}
}*/

@media only screen and (max-width:768px) {
	#mental_syn .mv {
		/* background: url(../img/main_bg-tab.jpg) no-repeat 0 0; */
		background-size:cover;
	}
}

@media only screen and (max-width:1000px) {
	#mental_syn .mv {
		background-size: cover;
	}

	#mental_syn .mv .copy {
		margin-left: 8%;
		width: 50%;
	}
}

#mental_syn .mv .copy {
	margin-left: 10%;
	margin-top: -3%;
	max-width: 600px;
}


/*--------------------------
 offer
------------------------- */
#mental_syn .offer {
	margin: 40px auto 40px;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#mental_syn .offer:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 65px 0 65px;
	border-color: #cee8e0 transparent transparent transparent;
	position: relative;
	top: 0;
	left: 50%;
	margin: 40px 0 0 -65px;
	z-index: 2;
}

#mental_syn .offer h2 {
	max-width: 580px;
	width: 100%;
	margin: auto;
}

#mental_syn .offer .offer_link {
	max-width: 780px;
	margin: 10px auto 0;
}

#mental_syn .offer .thanks_text {
	padding: 30px;
	min-height: 270px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	background: url(../img/btn_request02_bg.png) no-repeat center center;
	background-size: contain;
}

#mental_syn .offer .thanks_text_bold {
	font-size: 40px;
	font-size: 3.3rem;
	font-weight: bold;
	color: #ff0;
	background: #08C171;
}

#mental_syn #price .offer:after,
#mental_syn #cv .offer:after {
	display: none;
}

#mental_syn #price .offer,
#mental_syn #cv .offer {
	margin: 0 auto;
}

/*--------------------------
 intro
------------------------- */
#mental_syn #intro {
	margin: 0 auto 40px auto;
}

/*--------------------------
 intro_worry
------------------------- */
#mental_syn #intro_worry {
	background: #D6F9E9;
	position: relative;
	padding-bottom: 130px;
	text-align: center;
}

#mental_syn #intro_worry::before {
	content: "";
	position: absolute;
	background: #D6F9E9;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	z-index: -10;
	top: -60px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

/*--------------------------
 method
------------------------- */
#mental_syn #method {
	position: relative;
	margin-bottom: 130px;
	text-align: center;
}

#mental_syn #method .contentsInner {
	padding-top: 100px;
}

#mental_syn #method h2 {
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

/*--------------------------
 worry
------------------------- */
#mental_syn #worry {
	position: relative;
	background: #08C171;
	margin-bottom: 60px;
}

#mental_syn #worry::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-style: solid;
	border-width: 60px 80px 0 80px;
	border-color: #08C171 transparent transparent transparent;

}

#mental_syn #worry .contentsInner {
	padding: 100px 0 80px 0;
}

#mental_syn #worry h2 {
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

/*--------------------------
 recommend
------------------------- */
#mental_syn #recommend {
	padding: 50px 0 60px 0;
	text-align: center;
}

/*--------------------------
 psychology
------------------------- */
#mental_syn #psychology {
	position: relative;
	background: #FFFDDC;
}

#mental_syn #psychology .contentsInner {
	z-index: 1;
}

#mental_syn #psychology ul {
	padding: 90px 0;
}

#mental_syn #psychology ul li.point_box {
	position: relative;
	background: #FFF;
	margin-bottom: 40px;
	padding: 60px 50px 80px 50px;
	border: solid 3px #08C171;
	border-radius: 40px;
}

#mental_syn #psychology ul li.point_box::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: -15px;
	width: 100%;
	height: 100%;
	background: url("../img/point_bg.png") repeat;
	border-radius: 40px;
	z-index: -1;
}

#mental_syn #psychology ul li.point_box::before {
	content: "";
	position: absolute;
	width: 140px;
	height: 210px;
	top: -10px;
	left: 50px;
	z-index: 10;
}

#mental_syn #psychology ul li.point1::before {
	background: url("../img/point1.png") no-repeat;
}

#mental_syn #psychology ul li.point2::before {
	background: url("../img/point2.png") no-repeat;
}

#mental_syn #psychology ul li.point3::before {
	background: url("../img/point3.png") no-repeat;
}

#mental_syn #psychology ul li.point4::before {
	background: url("../img/point4.png") no-repeat;
}

#mental_syn #psychology ul li h3 {
	margin: 0 0 30px 170px;
}

#mental_syn #psychology ul li.point3 figure {
	margin-bottom: 30px;
}

#mental_syn #psychology ul li.point4 {
	margin-bottom: 0;
}

/* modaal */
#mental_syn #psychology ul li.point3 .gallery-list {
	padding: 0;
}

.hide-area {
	display: none;
}

.modaal-close {
	background: #F7FF00 !important;
}

.modaal-close:after,
.modaal-close:before {
	background: #2C82E5 !important;
}

.modaal-close:hover::after,
.modaal-close:hover::before {
	background: #2C82E5;
	transition: all .2s ease-in-out;
}

ul li.none {
	display: none;
}

/* ttl_gr */
#mental_syn h2.ttl_gr {
	position: relative;
	background: #08C171;
	width: 100%;
	height: 260px;
}

#mental_syn h2.ttl_gr img {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

/*--------------------------
 business
------------------------- */
#mental_syn #business {
	text-align: center;
}

#mental_syn #business .contentsInner {
	padding: 80px 0;
}

#mental_syn #business .support {
	margin-bottom: 100px;
}

/* voice */
#mental_syn #business .voice {
	margin: 60px 0 0 0;
}

#mental_syn #business .voice h3 {
	margin-bottom: 50px;
}

#mental_syn #business .voice ul li {
	margin-bottom: 30px;
	background: #D6F9E9;
	border-radius: 30px;
	display: flex;
	padding: 50px;
}

#mental_syn #business .voice ul li:last-child {
	margin-bottom: 0;
}

#mental_syn #business .voice h4 {
	text-align: left;
	margin-bottom: 30px;
}

#mental_syn #business .voice ul li .img {
	margin-right: 40px;
	display: flex;
	align-items: center;
}

/*--------------------------
 continued
------------------------- */
#mental_syn #continued {
	text-align: center;
}

#mental_syn #continued .contentsInner {
	padding: 90px 0 50px 0;
}

#mental_syn #continued .support {
	margin-bottom: 5px;
}

/*--------------------------
 price
------------------------- */
#mental_syn #price {
	text-align: center;
	background: #FFFDDC;
	z-index: -1;
}

#mental_syn #price .contentsInner {
	padding: 80px 0 90px 0;
	z-index: 1;
}

#mental_syn #price .off {
	margin-bottom: 55px;
}

#mental_syn #price .pamphlet {
	position: relative;
	background: #FFF;
	margin-top: 115px;
	padding: 60px 50px 10px 50px;
	border: solid 3px #08C171;
	border-radius: 40px;
}

#mental_syn #price .pamphlet::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: -15px;
	width: 100%;
	height: 100%;
	background: url(../img/point_bg.png) repeat;
	border-radius: 40px;
	z-index: -1;
}

#mental_syn #price .pamphlet h3 {
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	margin: auto;
}

#mental_syn #price .pamphlet .img {
	padding-top: 80px;
}

/*--------------------------
 cv
------------------------- */
#mental_syn #cv {
	padding-bottom: 100px;
}

#mental_syn #cv .contentsInner {
	position: relative;
	background: #FFF;
	border: solid 3px #08C171;
	border-radius: 40px;
	margin: -110px auto 0 auto;
}

#mental_syn #cv .contentsInner::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: -15px;
	width: 100%;
	height: 100%;
	background: url(../img/point_bg.png) repeat;
	border-radius: 40px;
	z-index: -1;
}

#mental_syn #cv h3 {
	background: #08C171;
	border-radius: 30px 30px 0 0;
	text-align: center;
	padding: 15px;
}

#mental_syn #cv .appeal {
	padding: 60px;
	text-align: center;
}

#mental_syn #cv .appeal .payment,
#mental_syn #cv .appeal .material,
#mental_syn #cv .appeal .support {
	border-radius: 20px;
	position: relative;
}

#mental_syn #cv .appeal h4 {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: auto;
}

/* payment */
#mental_syn #cv .appeal .payment {
	background: #D6F9E9;
	padding: 90px 30px 30px 30px;
	margin-top: 80px;
}

#mental_syn #cv .appeal .payment ul {
	display: flex;
	justify-content: space-around;
}

#mental_syn #cv .appeal .payment ul li {
	margin: 0 10px;
}

#mental_syn #cv .appeal .payment .payment__comment {
    line-height: normal;
    font-size: 12px;
    margin-top: 15px;
}

/* material */
#mental_syn #cv .appeal .material {
	background: #E3FCC7;
	padding: 90px 30px 30px 30px;
	margin-top: 80px;
}

#mental_syn #cv .appeal .material .flex_box {
	display: flex;
}

#mental_syn #cv .appeal .material .flex_box figure,
#mental_syn #cv .appeal .material .flex_box p.txt {
	margin: 0 20px;
}

#mental_syn #cv .appeal .material .flex_box figure img {
	border-radius: 20px;
}

#mental_syn #cv .appeal .material .note {
	margin: 30px 20px 20px 20px;
}

/* support */
#mental_syn #cv .appeal .support {
	background: #FFFDDC;
	padding: 90px 30px 30px 30px;
	margin-top: 80px;
}

#mental_syn #cv .appeal .support ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 25px;
}

#mental_syn #cv .appeal .btn_box {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#mental_syn #cv .appeal .btn_box li.single {
	width: 100%;
	margin-bottom: 10px;
}

#mental_syn #cv .appeal .btn_box li {
	width: 49%;
}


/*--------------------------
 review
------------------------- */
#mental_syn #review {
	padding: 90px 0 100px 0;
}

/*--------------------------
 faq
------------------------- */
#mental_syn #faq {
	padding-bottom: 100px;
}

#mental_syn #faq h2 {
	text-align: center;
	font-size: 32px;
	padding-bottom: 20px;
	margin-bottom: 60px;
	position: relative;
	letter-spacing: 5px;
}

#mental_syn #faq h2::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 3px;
	background: #08C171;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#mental_syn #faq .accordion {
	width: 100%;
	border-bottom: solid 1px #DDDDDD;
}

/* チェックボックスは非表示 */
#mental_syn #faq .accordion-hidden {
	display: none;
}

/* Question部分 */
#mental_syn #faq .accordion-open {
	display: block;
	padding: 30px 30px 30px 100px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	/* 変更部分 */
	background: url(../img/icon_q.jpg) no-repeat 30px 50%;
	border-top: solid 1px #DDDDDD;
}

/* 開閉状態を示すアイコン+の作成 */
#mental_syn #faq .accordion-open::before,
#mental_syn #faq .accordion-open::after {
	content: "";
	width: 16px;
	height: 2px;
	background: #08C171;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
#mental_syn #faq .accordion-open::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
#mental_syn #faq .accordion-hidden:checked+.accordion-open:after {
	transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
#mental_syn #faq .accordion-close {
	display: block;
	height: 0;
	/* 要素の高さは0 */
	overflow: hidden;
	/* 非表示 */
	opacity: 0;
	transition: 0.5s;
	/* 表示速度の設定 */
	position: relative;
	background: url(../img/icon_a.jpg) no-repeat 30px 5%;
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
#mental_syn #faq .accordion-hidden:checked+.accordion-open+.accordion-close {
	height: auto;
	opacity: 1;
	padding: 10px 30px 30px 100px;
	font-size: 16px;
}

/*--------------------------
 modal
------------------------- */
.setchat_box {
	max-width: 750px;
	width: 100%;
	height: 600px;
	margin: 10px auto;
	position: relative;
	z-index: 99999;
}

.setchat_box>iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	right: 0;
	overflow: hidden;
}

#mental_syn #psychology_bnr {
	padding-bottom: 100px;
	margin: 0 auto;
	text-align: center;
}

/* 20240306改修分 */
/* #mental_syn .fv {
    
}
#mental_syn .fv__fig {

} */
#mental_syn .fv__btnArea {
            width: 100%;
        display: flex;
        justify-content: center;
        gap: 40px;
        max-width: 1000px;
        margin: 0 auto;
        align-items: baseline;
        margin: 0 auto 60px;
        padding: 0 25px;
}
#mental_syn .fv__btnArea a {
    width: 400px;
    display: block;
}

#mental_syn .refund_8day__comment {
    font-size: 20px;
    margin-top: 10px;
}
#mental_syn .explanation__comment {
    text-align: left;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 20px;
    padding: 0 25px;
}
#mental_syn .explanation__rt {
    text-align: left;
    font-size: 16px;
    line-height: 2;
    margin: 20px 0 5px;
    padding: 0 25px;
}
#mental_syn .explanation__comment02 {
    text-align: left;
    font-size: 12px;
    line-height: normal;
    padding: 0 25px;
}