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

/*------------------------------------------------------------ base_css ---------*/

body{
	font-family: "Noto Sans JP", sans-serif;
}

body main {
	min-height: 0;
}

.wrapper {
	position: relative;
	width: 100%;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

section {
	padding-right: 60px;
	padding-left: 60px;
}

.cap-hidden {
	font-size: 0rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
}

.f-s-color {
	color: #51b4a2;
}

.f-s-color2 {
	color: #ec7a8e;
}

.f-line {
	background: linear-gradient(transparent 50%, #fff0c0 0%)
}

@media screen and (max-width: 769px) {
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	section {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/*------------------------------------------------------------ header ---------*/

.header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: auto;
	padding: 1%;
	background-color: #fff;
	box-shadow: 0 0 #000;
}

.header > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.header > div h1 {
	width: 33.333%;
	height: 100%;
	margin: 0;
}

.header > div h1 a {
	display: block;
    width: 70%;
}

.header > div h1 a img {
	width: fit-content;
}

.header > div nav {
	width: 33.333%;
	text-align: right;
}

.header > div nav ul {
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}


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

	.header {
		position: fixed;
		max-height: 70px;
		height: auto;
		padding: 15px 0;
		box-shadow: 0 1px 4px #00000014;
	}
	
	.header > div h1 {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}
	
    .header > div h1 a {
        margin: auto;
		width: 85%;
    }
	
	.header > div h1 a img {
		width: auto;
		margin: auto;
	}
	
	.header > div nav {
		display: none;
	}
}



/*------------------------------------------------------------ mainvisual ---------*/

.mainvisual {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 60px;
}

.mainvisual img {
	max-width: auto;
	width: auto;
	margin: 0 auto;
}

@media screen and (max-width: 769px) {
	
	.mainvisual {
		margin-top: 70px;
		padding: 0;
	}
}



/*------------------------------------------------------------ CTA ---------*/

.cta {
	position: relative;
	z-index: 10;
	max-width: 1180px;
	margin: -60px auto;
	padding: 60px 40px;
	background-color: #fff;
	border-radius: 47px;
	box-shadow: 5px 5px 10px 3px #eee;
	text-align: center;
	overflow: hidden;
}

.cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #51b4a2;
}

.cta strong {
	font-size: 22px;
	color: #51b4a2;
	line-height: 1.8;
		
}

.cta ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 769px) {
	
	.cta {
		margin: -60px 10px;
		padding: 50px 20px 20px;
	}
	
	.cta p{
		margin-bottom: 15px;
	}
	
	.cta strong {
		font-size: 19px;
	}
	
	.cta strong span {
		color: #000;
	}
	
	.cta ul {
		grid-template-columns: 100%;
		gap: 15px;
		margin: 20px 0 0;
	}
	
	section .cta {
		margin: -60px 0;
	}
}


/*------------------------------------------------------------ section01 ---------*/

.section01 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 150px;
	background-color: #fef6e5;
}

.section01 h2 {
	position: relative;
	font-size: 2.5rem;
	text-align: center;
    font-weight: 700;
}

.section01 h2::after {
	content: "";
	display: inline-block;
	width: 107px;
	height: 82px;
	background-image: url("../images/code/img_icon-tel.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.section01 p {
	margin-bottom: 50px;
	text-align: center;
	font-size: 20px;
}

.section01 p span {
    font-weight: 600;
}

.section01 time {
	position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.section01 figure {
	margin: 0 auto;
}

.section01 figure img {
	width: auto;
	margin: auto;
}

@media screen and (max-width: 769px) {
	
	.section01 {
		padding-bottom: 100px;
		text-align: center;
	}
	
	.section01 h2 {
		display: inline-block;
		margin-bottom: 20px;
		padding: 20px 60px;
		font-size: 7.0vw;
		line-height: 1.2;
		color: #51b4a2;
	}
	
	.section01 h2::before,
	.section01 h2::after {
		content: "";
		position: absolute;
		width: 50px;
		height: 50px;
		border-color: #51b4a2;
	}
	
	.section01 h2::before {
		top: 0;
		left: 0;
		border-top: 4px solid;
		border-left: 4px solid;
	}
	
	.section01 h2::after {
		bottom: 0;
		right: 0;
		background-image: initial;
		border-bottom: 4px solid;
		border-right: 4px solid;
	}
	
	.section01 p {
		position: relative;
		margin-bottom: 10px;
		font-size: 19px;
	}
	
	.section01 p::before {
		content: none;
		display: inline-block;
		width: 107px;
		height: 82px;
		background-image: url("../images/code/img_icon-tel.png");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
	}
	
	.section01 time {
		display: block;
		position: initial;
		transform: initial;
		margin-bottom: 15px;
	}
}



/*------------------------------------------------------------ freetrial_box ---------*/

.freetrial_box {
	margin-top: 130px;
    padding: 50px 0 100px;
    background-image: url(../images/code/top-free-back.jpg);
    background-size: cover;
    background-position: center;
}

.bx_inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.freetrial_box .bx_inner{
	max-width: 1100px;
}

.bx_inner h2 {
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 3%;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}

h2 .sub {
    font-weight: bold;
    display: block;
    font-size: 0.6em;
    color: #51b3a1;
    margin-top: 10px;
}

.bx_inner h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #51b3a1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.flex_wrap {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.flex_wrap img {
    width: 40%;
    margin: auto;
/*    max-width: 100%;*/
	border-radius: 25px;
}

.wrap_box {
    gap: 70px;
    margin-bottom: 5rem;
}

.flex_wrap-text {
/*    max-width: 570px;*/
    width: 60%;
}

.flex_wrap-text .note_txt{
	font-size: 17px;
	color: #FF7A91;
	margin-bottom: 10px;
	width: fit-content;
	padding: 8px 20px;
	border-radius: 10px;
	font-weight: bold;
	border: 3px solid #ff7a91;
	background: #fff;
}

.flex_wrap-text h3 {
    margin: 2% 0 3%;
    padding: 10px 20px 10px 0px;
    line-height: 1.3;
    font-size: 23px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	font-weight: 600;
    color: #4c4c4c;
}

.h1_circle_number {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 5px;
    padding-top: 13px;
    background-color: #51b3a1;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

.flex_wrap-text p{
	font-weight: 500;
    margin-bottom: 1.5em;
	line-height: 1.6;
}

.flex_wrap-text .h1_circle_number p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 2.8rem;
    color: #fff;
    font-size: 26px;
}

@media screen and (max-width:768px) {
section.freetrial_box {
    padding: 8% 0%;
}

.bx_inner {
    overflow: hidden;
    width: 100%;
    padding: 0 3%;
    position: relative;
}

.bx_inner h2{
    font-size: 23px;
    padding-bottom: 3%;
    margin-bottom: 25px;
}

.wrap_box {
    gap: 0px;
    margin-bottom: 5rem;
}

.flex_wrap {
    flex-direction: column;
}

	.flex_wrap img{
		width: auto;
	}
	
.flex_wrap-text {
    margin: 0 auto;
    width: 95%;
}

.flex_wrap-text h3 {
    font-size: 19px;
    padding: 10px 10px 10px 0px;
}
	
.h1_circle_number {
    width: 41px;
    height: 40px;
    margin-bottom: 0;
}

.flex_wrap-text .h1_circle_number p {
    height: auto;
    width: 100%;
    font-size: 22px;
}

.flex_wrap-text p {
    margin: 0;
    margin-bottom: 15px;
    max-width: none;
}
	
.flex_wrap-text .note_txt {
    font-size: 16px;
    padding: 6px 15px;
    border: 2px solid #ff7a91;
    margin: 20px 0 0;
}
}


/*------------------------------------------------------------ section02 ---------*/

.section02 {
	position: relative;
    padding: 50px 0 100px;
	background-color: #e3e0dd;
}

.section02::after {
	content: "";
	position: absolute;
	bottom: calc(0px - 35px);
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 100px;
	background-image: url("../images/code/img_section02_arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.section02 h2 {
	max-width: 596px;
	margin: -130px auto 0;
}

.section02 ul {
	display: flex;
	flex-flow: row wrap;
	gap:  90px 40px;
	justify-content: center;
	margin: 50px auto 0;
	padding: 0;
	max-width: 1180px;
	list-style: none;
}

.section02 ul li {
    width: 22%;
}

.section02 ul li figure figcaption {
	margin-top: 10px;
	text-align: center;
	font-size: 17px;
}

.section02 ul li figure img {
	border-radius: 50%;
}


@media screen and (min-width:770px) and ( max-width:1200px) {
	.section02 ul{
		gap:50px 40px;
	}
	
	.section02 ul li {
		width: 25%;
	}
}

@media screen and (max-width: 769px) {
	
	.section02 {
		padding: 50px 10px 80px;
	}
	
	.section02 ul {
		gap: 40px 20px;
	}
	
	.section02 ul li {
		width: 46%;		
	}
	
	.section02 ul li figure figcaption{
		font-size: 16px;
	}
}



/*------------------------------------------------------------ section03 ---------*/

.section03 {
	padding-top: 60px;
	padding-bottom: 140px;
	background-image: url("../images/code/img_section03_bg.jpg");
	background-repeat: repeat;
}

.section03 h2 {
	max-width: 953px;
	height: auto;
	margin: 0 auto 80px;
}

.section03 .col_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	max-width: 1180px;
	margin: 0 auto;
}

.section03 .col_2 p {
    font-size: clamp(1.313rem, 1.267rem + 0.23vw, 1.438rem);
    margin-bottom: 15px;
	line-height: 1.8;
}

.section03 .col_2 figure {
	position: relative;
	margin: auto;
}

.section03 .col_2 figure img {
	position: relative;
	z-index: 2;
}

.section03 .col_2 figure::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #51b4a2;
}

@media screen and (max-width: 769px) {
	
	.section03 {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	
	.section03 h2 {
		margin: 0 auto 30px;
	}
	
	.section03 .col_2 {
		grid-template-columns: 100%;
		gap: 30px;
	}
	
	.section03 .col_2 p {
		font-size: 19px;
		line-height: 1.5;
	}
	
	.section03 .col_2 figure img {
		/*padding: 0 10px 10px 0;*/
	}
}



/*------------------------------------------------------------ 貴方にあった施術をご提案 ---------*/
.course_area {
    padding: 70px 10px;
    background: linear-gradient(90deg, #d8ece9 50%, #fce5e9 50%);
}

.course_in {
    max-width: 1200px;
    margin: auto;
}

.course_area h3 {
    background: #fff;
    padding: 20px 0;
    border-radius: 10px;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    color: #333;
    position: relative;
    max-width: 750px;
    margin: auto;
    margin-bottom: 45px;
}

.course_area h3::after {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-top: 21px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
}

.course_flex {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.c_box {
    width: 49%;
}

.c_box_in {
    padding: 30px 10px;
    background: #fff;
    border-radius: 20px;
}

.c_box h4 {
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    margin: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #51b3a1;
    width: 85%;
}

.c_box:nth-child(2) h4{
	border-bottom: 1px solid #ec7a8e;
}

.c_box h4 span {
    font-size: 1.3em;
}

.c_box h4 span.sml_s {
    font-size: 17px;
    font-weight: 500;
}

.color_c1 {
    color: #51b3a1;
}

.color_c2 {
    color: #ec7a8e;
}

.c_box img {
    width: auto;
    margin: auto;
}

.c_box .emphasize {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}



.c_box .case_b {
    padding: 15px 10px;
    border: 1px solid #51b3a1;
    border-radius: 10px;
    text-align: center;
    max-width: 300px;
    margin: auto;
    margin-top: 25px;
    font-size: 15px;
	font-weight: 500;
}

.c_box:nth-child(2) .case_b{
	border: 1px solid #ec7a8e;
}

.case_ttl {
    font-size: 1.2em;
}

@media screen and (min-width:770px) and ( max-width:1200px) {
	.course_flex{
		gap:50px;
	}
}

@media screen and (max-width: 769px) {
.course_area {
    background: linear-gradient(180deg, #d8ece9 50%, #fce5e9 50%);
    padding: 70px 0;
}

.course_flex {
    gap: 0;
    flex-wrap: wrap;
}


.c_box {
    width: 100%;
    background: #d8ece9;
	padding: 0 10px 40px;
}
	
.c_box:nth-child(2){
	background: #fce5e9;
	padding-top: 40px;
}
	
.c_box_in {
	padding: 20px 15px;
}

.c_box h4{
    font-size: 26px;
	width: 90%;
}
	
.c_box .emphasize{
    font-size: 24px;
}

.c_box img {
    width: 75%;
    margin: 20px auto;
}
	
.course_area h3 {
    font-size: 20px;
    margin: 0 10px 45px;
    padding: 20px 10px;
}



}

/*------------------------------------------------------------ section04 ---------*/

.section04 {
	padding-top: 60px;
	padding-bottom: 140px;
}

.section04 h2 {
	text-align: center;
    font-size: 3.5vw;
}

.section04 > p {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 55px;
	text-align: center;
	font-size: 2.0vw;
}

.section04 > p::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 460px;
	height: 30px;
	background-image: url("../images/code/img_section04_ttl_line.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.section04 .sec04-lead {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 35px 60px 40px;
	background-color: #51b4a2;
	text-align: center;
}

.section04 .sec04-lead::before {
	content: "";
	position: absolute;
	top: calc(0px - 50px);
	right: calc(0px - 30px);
	width: 196px;
	height: 148px;
	background-image: url("../images/code/img_section04_lead_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.section04 .sec04-lead h3 {
	margin-bottom: 20px;
	font-size: 2.0rem;
	color: #fff;
}

.section04 .sec04-lead p {
	padding: 25px 70px;
	background-color: #fff;
	border-radius: 50px;
	font-size: 2.0rem;;
}

.section04 > ul {
	display: flex;
    flex-flow: column;
    gap: 100px;
	max-width: 1000px;
	margin: 90px auto 0;
	padding: 0;
	list-style: none;
}

.section04 > ul li {
	position: relative;
	padding: 40px 6vw;
	background-color: #fff5eb;
	border-radius: 20px;
	box-shadow: 5px 5px 5px #eee;
}

.section04 > ul li::before {
	content: "";
	position: absolute;
	top: -50px;
	left: -10px;
	width: 316px;
	height: 162px;
	background-image: url("../images/code/img_section04_list_num.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.section04 > ul li div.interview {
	position: relative;
	padding: 0 110px
}

.section04 > ul li div.interview p {
	display: block;
	position: relative;
}

.section04 > ul li div.interview p img {
	position: absolute;
	width: 30%;
}

.section04 > ul li div.interview p:first-child {
	text-align: left;
}

.section04 > ul li div.interview p:first-child img {
	top: 100px;
    left: -140px;
}

.section04 > ul li div.interview p:last-child {
	margin-top: 30px;
	text-align: right;
}

.section04 > ul li div.interview p:last-child img {
	bottom: -110px; 
    right: -155px;
}

.section04 > ul li div.interview p span {
	display: inline-block;
	max-width: 450px;
	padding: 40px 60px;
	background-color: #fff;
	border: 1px solid #ece3e1;
    border-radius: 100px;
	box-shadow: 2px 2px 5px #e0e0e0;
}

.section04 > ul li div.sum {
	position: relative;
	margin-top: 125px;
	padding: 40px 50px;
	background-color: #fff;
	border: 1px solid #83d7c8;
}

.section04 > ul li div.sum::before,
.section04 > ul li div.sum::after {
	content: "";
    position: absolute;
	transform: rotate(-45deg);
	transform-origin: center;
    width: 110px;
    height: 2px;
    background-color: #83d7c8;
}

.section04 > ul li div.sum::before {
	
    top: 25px;
    left: -30px;
}

.section04 > ul li div.sum::after {
    bottom: 25px;
    right: -30px;
}

.section04 div.col_2 {
	display: grid;
	grid-template-columns: 40% 1fr;
	gap: 50px;
	max-width: 1000px;
	margin: 70px auto 0;
	padding: 95px 0 120px;
	background-color: #fef6e5;
	box-shadow: 0 0 0 100vmax #fef6e5;
    clip-path: inset(0 -100vmax);
}

.section04 .col_2 figure {
	position: relative;
}

.section04 .col_2 figure img {
	position: relative;
	z-index: 2;
}

.section04 .col_2 figure::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #51b4a2;
}

@media screen and (max-width: 769px) {
	
	.section04 {
	}
	
	.section04 h2 {
		font-size: 8.5vw;
	}
	
	.section04 > p {
		padding-bottom: 35px;
		font-size: 7vw;
	}
	
	.section04 > p::before {
		width: 100%;
	}
	
	.section04 .sec04-lead {
		padding: 25px 20px 40px;
	}
	
	.section04 .sec04-lead::before {
		display: none;
	}
	
	.section04 .sec04-lead h3 {
		font-size: 5vw;
	}
	
	.section04 .sec04-lead p {
		padding: 25px 20px 20px;
		font-size: 5vw;
	}
	
	.section04 > ul li {
		padding: 10vw 3vw 40px;
	}
	
	.section04 > ul li::before {
		width: 266px;
    	height: 136px;
	}
	
	.section04 > ul li div.interview {
		padding: 30px 20px 0px 20px;
	}
	
	.section04 > ul li div.interview p span {
		padding: 20px 25px;
    	font-size: 4vw;
	}
	
	.section04 > ul li div.interview p:first-child {
		text-align: right;
	}
	
	.section04 > ul li div.interview p:last-child {
		margin-top: 20%;
		text-align: left;
	}
	
	.section04 > ul li div.interview p img {
		width: 25%;
	}
	
	.section04 > ul li div.interview p:first-child img {
        top: 70px;
        left: 0px;
	}
	
	.section04 > ul li div.interview p:last-child img {
		top: 85%;
    	right: 0;
	}
	
	.section04 > ul li div.sum {
		margin-top: 22%;
    	padding: 30px 25px;
	}
	
	.section04 div.col_2 {
		grid-template-columns: 100%;
    	gap: 40px;
	}
}



/*------------------------------------------------------------ section05 ---------*/

.section05 {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 140px;
	
}

.section05 h2 {
	position: relative;
    z-index: 2;
	max-width: 1000px;
    margin: 0 auto;
}

.section05 > div {
	position: relative;
	background-color: #fef6e5;
	box-shadow: 0 0 0 100vmax #fef6e5;
    clip-path: inset(-120px -100vmax -50px);
}

.section05 > div ul {
	display: flex;
	flex-flow: column;
	gap: 60px;
}

.section05 > div ul li {
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.section05 > div ul li:nth-child(even) {
	flex-direction: row-reverse;
}

.section05 > div ul li > div {
	width: calc(50% + 270px);
	padding: 45px 160px 20px 110px;
	background-color: #fff;
}

.section05 > div ul li:nth-child(even) > div {
	padding: 45px 110px 20px 160px;
}

.section05 > div ul li > div h3 {
	display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    gap: 15px;
	margin-bottom: 20px;
	padding-bottom: 30px;
    font-size: 2.0vw;
	border-bottom: 1px solid #706f69;
}

.section05 > div ul li > div h3 img {
	width: 12%;
}

.section05 > div ul li > div h3 span {
	width: 100%;
}

.section05 > div ul li figure {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30%;
}

.section05 > div ul li:nth-child(even) figure {
	left: 0;
}

.section05 > div > div {
	margin-top: 80px;
	text-align: center;
	font-size: 2.5vw;
}

@media screen and (max-width: 769px) {
	
	.section05 {
		padding-bottom: 50px;
	}
	
	.section05 > div ul {
		gap: 35vw;
	}
	
	.section05 > div ul li > div {
		width: 100%;
		padding: 45px 30px 30px 30px;
	}
	
	.section05 > div ul li:nth-child(even) > div {
		padding: 45px 30px 30px 30px;
	}
	
	.section05 > div ul li > div h3 {
		font-size: 6.0vw;
	}
	
	.section05 > div ul li > div h3 img {
		width: 20%;
	}
	
	.section05 > div ul li figure {
		top: 100%;
		transform: translateY(-20px);
		width: 50%;
	}
	
	.section05 > div > div {
		margin-top: 40%;
		font-size: 4.5vw;
	}
}



/*------------------------------------------------------------ se ---------*/

.section06 {
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 80px;
}

.section06 > ul {
	display: flex;
    flex-flow: column;
    gap: 85px;
}

.section06 > ul > li {
	padding: 0 30px 55px;
    background-color: #fef6e5;
    border-radius: 20px;
}

.section06 > ul > li h3 {
	display: flex;
    flex-flow: column nowrap;
    align-items: baseline;
    gap: 25px;
	margin-bottom: 25px;
    font-size: 2.1rem;
	font-weight: 600;
    color: #4a4a4a;
}

.section06 > ul > li h3 img {
	width: 90px;
}


.section06 > ul > li > div.tri {
	margin-top: 40px;
	padding-left: 0;
}

.section06 > ul > li > div.tri p {
	position: relative;
	z-index: 0;
	margin-bottom: 50px;
	text-align: center;
}

.point-pad p {
    font-weight: 500;
}

.section06 > ul > li > div.tri p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
	width: 100%;
	height: 3px;
	background-color: #51b3a1;
}

.section06 > ul > li > div.tri p span {
	padding: 15px 55px;
	background-color: #51b3a1;
	border-radius: 50px;
	font-size: 1.5vw;
	font-weight: bold;
	color: #fff;
}

.section06 > ul > li > div.tri > ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.section06 > ul > li > div.tri > ul > li figure figcaption {
	margin-bottom: 15px;
}

.section06 > ul > li {
	display: grid;
	grid-template-columns: 50% 1fr;
	gap: 40px;
	padding: 0 65px 40px;
    align-items: center;
}

.section06 > ul > li figure {
	padding-top: 40px;
}

.section06 > ul > li figure img{
	border-radius: 20px;
	width: auto;
    margin: auto;
}

.section06 h2 img {
    width: auto;
    margin: auto;
}


@media screen and (min-width:770px) and ( max-width:1200px) {
.section06 > ul > li{
	    padding: 0 40px 40px;
	    gap: 20px;
}
.section06 > ul > li h3 {
        font-size: 1.6rem;

}
	
}

@media screen and (max-width: 769px) {
	
	.section06 {
		padding-top: 30px;
	}
	
	.section06 > ul {
		gap: 50px;
	}
	
	.section06 > ul > li {
		padding: 0 15px 55px;
		border-radius: 20px;
	}
	
	.section06 > ul > li {
		grid-template-columns: 100%;
		gap: 20px;
		padding: 0 15px 40px;
	}
	
	.section06 > ul > li figure {
		padding-top: 0px;
	}
	
	.section06 > ul > li h3 {
        font-size: 23px;
        align-items: center;
        margin-top: 20px;
	}
	
	.section06 > ul > li h3 img {
		max-width: 93px;
		width: 20%;
	}
	
	.section06 > ul > li div.point-pad {
		padding-left: 0;
	}
	
	.section06 > ul > li > div.tri p span {
		padding: 10px 35px;
		font-size: 4vw;
	}
	
	.section06 > ul > li > div.tri > ul > li figure figcaption {
		font-size: 3.5vw;
	}

}



/*------------------------------------------------------------ section07 ---------*/

.section07 {
	padding: 10px 0 100px;
	background-image: url("../images/code/img_section07_bg.jpg");
	background-repeat: repeat;
    position: relative;
    margin: 220px 0 0;
}

.section07 h2 {
	max-width: 1000px;
	margin: -130px auto 0;
}

.section07 h2 img {
    width: auto;
    margin: auto;
}

.section07 ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 125px 70px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 20px 0;
}

.section07 ul li {
	position: relative;
}

.section07 ul li:nth-child(-n+4)::after {
	content: "";
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(100%, -50%);
    width: 21px;
    height: 40px;
    background-image: url(../images/code/img_section07_list_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.section07 ul li:nth-child(3)::after {
	display: none;
}

.section07 ul li:not(:last-child) {
	border: 3px solid #51b3a1;
    border-radius: 2.4vw;
}

.section07 ul li h3 {
	position: relative;
	padding: 50px 10px 25px;
    background-color: #51b3a1;
	border-radius: 2.0vw 2.0vw 0 0;
    text-align: center;
	font-size: 21px;
    font-weight: bold;
    color: #fff;
}

.section07 ul li h3 img {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    max-width: 55px;
}

.section07 ul li:not(:last-child) figure {
	border-radius: 0 0 2.2vw 2.2vw;
}

.section07 ul li:not(:last-child) figure img {
	border-radius: 0 0 2.2vw 2.2vw;
}


@media screen and (max-width: 769px) {
	
	.section07 {
		    padding: 0 0 6vw;
	}
	
	.section07 ul {
		grid-template-columns: 100%;
		gap: 9.0vw;
		padding: 10vw 20px 0;
	}
	
	.section07 ul li {
		display: grid;
    	grid-template-columns: 47% 1fr;
	}
	
	.section07 ul li:nth-child(-n+4)::after {
		    top: calc(50% + 16vw);
			right: 50%;
			transform: translate(50%, -50%) rotate(90deg);
			transform-origin: center;
	}

	.section07 ul li:nth-child(3)::after {
		display: initial;
	}
	
	.section07 ul li:not(:last-child) {
		border-radius: 2.7vw;
	}
	
	.section07 ul li h3 {
		padding: 0 20px;
		border-radius: 2vw 0 0 2vw;
		font-size: 4vw;
	}
	
	.section07 ul li h3 span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	
	.section07 ul li h3 img {
		top: 50%;
    	left: 0;
		transform: translate(-40%, -50%);
		width: 9vw;
	}
	
	.section07 ul li:not(:last-child) figure img {
		border-radius: 0 2vw 2vw 0;
	}
}



/*------------------------------------------------------------ なぜ改善するのか？ ---------*/

.treatment_box{
  padding: 80px 0;
  background-image: url(../images/code/our-back.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.treatment_box .bx_inner {
    max-width: 1000px;
}

.treatment_box .treatment_img_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}



.treatment_box h3 {
    border: none;
    background: none;
    margin: 2% 0 3%;
    padding: 10px 20px 10px 0px;
    line-height: 1.3;
    color: #543b15;
    font-size: 20px;
    border-bottom: none;
    font-weight: 500;
    border-bottom: 2px solid #a8d9d0;
}

.treatment_box p {
    margin-bottom: 1.5em;
    line-height: 1.7;
}

@media screen and (max-width:768px) {
.treatment_box {
    padding: 8% 0%;
}
}

/*------------------------------------------------------------ Dr.supporterとは？ ---------*/
.flow_box {
    padding: 80px 0;
    background-image: url(../images/code/flow-back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.flow_box .flow_wrap {
    margin-bottom: 3%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-content: center;
    background: #ffffffbf;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border-radius: 25px;
}

.flow_img {
    width: 33%;
}

.flow_img img {
    border-radius: 25px;
}

.flow_box .flow_text {
    width: 60%;
}

.flow_box .flow_text h3 {
    border: none;
    background: none;
    margin: 2% 0 3%;
    padding: 10px 20px 10px 0px;
    line-height: 1.3;
    border-bottom: none;
    display: flex;
    color: #614b29;
    font-size: 28px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flow_box .flow_text p {
    margin-bottom: 1.5em;
}

.flow_box .flow_text h3 span {
    margin-right: 20px;
}


@media screen and (max-width:768px) {
.flow_box {
    padding: 8% 0% 3%;
}

.flow_box .flow_wrap, 
.flow_box .flow_wrap:nth-child(odd){
    flex-direction: column;
    margin-bottom: 5%;
    padding: 3%;
}

.flow_box .flow_img,
.flow_box .flow_text{
  width: 100%;
}

.flow_box .flow_img img {
    max-width: 75%;
    margin: auto;
    border-radius: 15px;
}

.flow_box .flow_text h3 {
    font-size: 20px;
    padding-right: 0;
}

.flow_box .flow_text h3 span {
    width: 15%;
    max-width: 60px;
    margin-right: 8px;
    display: block;
}

.flow_box .flow_text h3 span img {
    width: 100%;
    max-width: 60px;
}

.flow_box .flow_text h3 b {
    font-size: 21px;
}
}


/*------------------------------------------------------------ 血流改善プログラム ---------*/
.about_description_box {
    padding: 60px 0 140px;
}

.about_description_box .bx_inner h2 {
    margin-bottom: 5%;
}

.about_text p {
    font-size: clamp(1.125rem, 1rem + 0.23vw, 1.25rem);
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 5%;
    border-bottom: 2px solid #75c2b4;
    text-align:center;
}

.about_description_box .flex_wrap-text h3{
  color: #75c2b4;
  display: block;
  font-weight: 600;
  font-size: 24px;
}

.about_description_box .flex_wrap-text  p{
  max-width: 500px;
  margin-left: 0;
  margin-bottom:15px;
}



.about_description_box .flex_wrap {
    justify-content: center;
    gap: 0;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 40px;
	gap: 10px;
}

.about_description_box .flex_wrap img {
    border-radius: 20px;
    width: 42%;
}

.description_wrap {
    background-color: #75c2b4;
    padding: 50px 10px;
    border-radius: 20px;
    max-width: 1100px;
    margin: auto;
}

.description-wrap-text h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.description-wrap-text {
    max-width: 750px;
    margin: auto;
}

.description-wrap-text p {
    color: #fff;
    margin: auto;
    margin-bottom: 15px;
}


.description-wrap-text p:last-of-type{
	margin-bottom: 0;
}


.about_wrap h3 {
    border: none;
    background: none;
    margin: 5% 0 2%;
    padding: 10px 0 10px 0px;
    line-height: 1.3;
    color: #543b15;
    font-size: 23px;
    border-bottom: none;
}

.about_text.disorder_txt {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 2%;
    border-bottom: 2px solid #75c2b4;
}

.about_flex {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-bottom: 5rem;
}

.about_description_box .about_wrap-text  p{
    max-width: 570px;
    margin: 0 auto 1.5rem;
    margin-left: 0;
    color: #333;
}

.about_flex img {
    max-width: 100%;
    width: auto;
}

.about_wrap {
    max-width: 1080px;
    margin: auto;
}

.number_box_wrap {
    max-width: 1250px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    justify-content: center;
    gap: 60px;
    width: 90%;
}

.number_txt {
    width: 47%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.number_txt .num_tit {
    background: #75c2b4;
    display: block;
    width: 100%;
    color: #fff;
    padding: 7px 10px;
    text-align: left;
    margin: 0 0 1rem;
    font-size: 17px;
}

.number_txt img {
    height: 72px;
    width:auto;
}



@media screen and (min-width:769px) and ( max-width:1200px) {
.about_flex{
    gap:30px;
}
.about_flex img {
    max-width: 100%;
    width: 45%;
}

.about_wrap-text {
    width: 55%;
}

	
	.number_box_wrap{
		gap:40px;
	}
}

@media screen and (max-width:768px) {
.about_description_box {
    padding: 60px 0 110px;
}

.about_text p {
    font-size: 19px;
    text-align: left;
}

.about_description_box .flex_wrap img {
    width: 100%;
}

.about_description_box .flex_wrap-text h3 {
    font-size: 19px;
    padding: 10px 10px 10px 0px;
}

.description_wrap {
    padding: 35px 20px;
}

.about_flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 3rem;
}

.number_txt {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}


}


/*------------------------------------------------------------ Q & A ---------*/

.section08 {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.section08 h2 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	max-width: 950px;
	margin: -100px auto 0;
	width: 100%;
}

.section08 h2 img {
    width: auto;
    margin: auto;
}

.py-10 {
	padding-top: 210px;
    padding-bottom: 3vw;
	background-color: #fef6e5;
    box-shadow: 0 0 0 100vmax #fef6e5;
    clip-path: inset(0 -100vmax);
}

.details:not(:last-child) {
	margin-bottom: 30px;
}

.details p {
	position: relative;
	padding: 20px 40px 20px 11vw;
	background-color: #fff;
    border: 3px solid #51b3a1;
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #51b3a1;
}

.details p::before,
.details p::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
}

.details p::before {
	left: 5%;
	width: 40px;
	height: 50px;
	background-image: url("../images/code/img_qa_q.png");
}

.details p::after {
	right: 5%;
	width: 50px;
	height: 50px;
	background-image: url("../images/code/img_qa_plus.png");
}

.is-opened p::after {
	background-image: url("../images/code/img_qa_minus.png");
}

.details .p-4 p {
	background-color: initial;
	border: 0;font-weight: normal;
	color: #4e4d49;
}

.details .p-4 p::before {
	top: 20%;
	transform: initial;
	background-image: url("../images/code/img_qa_a.png");
}

.details .p-4 p::after {
	display: none;
}

@media screen and (max-width: 769px) {
	
	.section08 {
	}
	
	.section08 h2 {
		width: 90%;
		margin: -50px auto 0;
	}
	
	.py-10 {
		padding-top: 23vw;
		padding-bottom: 8vw;
	}
	
	.details p {
		position: relative;
		padding: 20px 40px 20px 11vw;
		border-radius: 100px;
		font-size: 3.5vw;
	}
	
	.details p::before {
		left: 3%;
		width: 24px;
		height: 30px;
	}
	
	.details p::after {
		right: 4%;
		width: 30px;
		height: 30px;
	}
	
	.details .p-4 p::before {
		top: 11%;
		left: 2%;
	}
	
	.map iframe {
		width: 100%;
	}
}



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

.footer {
    padding-top: 120px;
}

.footer > div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 60px 60px;
}

.footer > div h2 {
	margin-bottom: 15px;
	width: 80%;
}

/*.footer h2 img {
    width: fit-content;
}*/

.footer > div address {
	font-style: normal;
}

.footer > div p {
	margin-top: 10px;
}

.footer > div p a {
    color: #51b3a1;
}

.footer .copy {
    display: block;
    width: 100%;
    padding: 10px 3%;
    background-color: #51b3a1;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
	color: #fff;
}

@media screen and (max-width: 769px) {
	
	.footer > div {
		grid-template-columns: 100%;
		padding: 50px 15px 60px;
	}
	
	.copy {
		margin-bottom: 15.12vw;
	}
}



/*------------------------------------------------------------ SP_ポップアップ ---------*/

.popup.active {
    display: block;
}

.fixed-btn {
	display: flex;
	column-gap: 2%;
	justify-content: center;
	align-items: center;
    position: fixed;
	bottom: 0;
    width: 100%;
    padding: 2%;
	background-color: #00000080;
	z-index: 100;
}

.popup .fixed-btn {
	opacity: 0;
    transform: translateY( 100% );
    transition: .4s;
}

.popup.active .fixed-btn {
	opacity: 1;
    transform: translateY( 0 );
}

.popup .fixed-btn a {
	display: block;
	width: 50%;
}

@media screen and (min-width: 768px) {
	
	.popup {
		display: none;
	}
	
	.popup.active {
		display: none;
	}
}


