@charset "utf-8";
@import url("color.css");

body {
    overflow-x: unset;
}

/* =================================================
header〜nav
==================================================*/
section:last-child {
	margin-bottom: 150px;
}

/* =================================================
sub-mv
==================================================*/
section#sub-mv {
    padding-top: 180px;
}
.submv-img {
    width: calc(100vw - 120px);
    background-color: var(--momoko-gray);
    height: 188px;
    position: relative;
    margin-left: auto;
}

.submv-img.__voice {background: url(../img/submv-voice.jpg) no-repeat center left / cover;}
.submv-img.__contact {background: url(../img/submv-contact.jpg) no-repeat center left / cover;}
.submv-img.__service {background: url(../img/submv-service.jpg) no-repeat center left / cover;}
.submv-img.__profile {background: url(../img/submv-profile.jpg) no-repeat center left / cover;}



.submv-img > h2 {
    position: absolute;
    top: 50%;
    left: 0%;
    background-color: var(--momoko-white);
    padding: 0.3em 6em 0.3em 1em;
    transform: translate(-80px, -50%);
	font-size: 24px;
}


/* =================================================
サービス案内
==================================================*/
service-title h4 {
    font-size: 22px;
}
.service > .wrapper {
	/* display: flex;
	flex-direction: column;
	align-items: center; */
    text-align: center;
}
.service > h3 {
	font-size: 24px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}
.service > h3 > span {
	display: block;
	font-size: 80px;
}

section:nth-child(odd) > .service-title {
	background: linear-gradient(90deg, #fff 0%, #fff 80%, transparent 80%, transparent 100%);
}
section:nth-child(even) > .service-title {
	background: linear-gradient(90deg, transparent 0%, transparent 20%, #fff 20%, #fff 100%);
}
.service-title {
	position: relative; 
    margin-top: 167px;
}
.service-title > div:first-child {
	position: absolute;
	top: -80px;
	background-color: #eee;
	height: 337px;
	width: 45%;
}
section:nth-child(even) > .service-title > div:first-child {
    left: 0;
}
section:nth-child(odd) > .service-title > div:first-child {
    right: 0;
}
.service-title > div:last-child {
	width: 50%;
	//border: 1px solid black;
}

section:nth-child(even) > .service-title > div:last-child {
	padding:80px calc((100vw - 1000px) / 2) 80px 0;
    margin-left: auto;
}
section:nth-child(odd) > .service-title > div:last-child {
	padding:80px 0 80px calc((100vw - 1000px) / 2);
    margin-right: auto;
}

.service-title h4 {
	font-size: clamp(1.375rem, 1.33rem + 0.23vw, 1.5rem);
	word-break: auto-phrase;
	margin-bottom: 24px;
}

.bg-white {
    background-color: var(--momoko-white);
    padding: 32px;
}

.disply-flex {
	display: flex;
	flex-direction: row;
}
.wrapper > h3 {
    margin: 120px 0 62px;
}
.wrapper > h3.line1 {
	position: relative;
	display: inline-block;
	padding: 0 1em;
	font-size: 24px;
}
.wrapper > h3.line1::before,
.wrapper > h3.line1::after {
	content: '';
	position: absolute;
	background-color: var(--momoko-text);
	width: 36px;
	height: 1px;
	top: calc(50% - 0.5px);
}
.wrapper > h3.line1::after {
	left:0;
	transform: translate(-100%, 0);
}
.wrapper > h3.line1::before {
	right: 0;
	transform: translate(100%, 0);
}




.wrapper > h3.line2 {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	font-size: 24px;
    margin: 62px 0 62px;
}
h3.line2 + ul.text-list {
    margin: 0 auto;
}

.wrapper > h3.line2::before,
.wrapper > h3.line2::after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: var(--momoko-gold);
-webkit-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.wrapper > h3.line2::after {
	left: 0;
}
.wrapper > h3.line2::before {
	right: 0;
}
.wrapper > h3.line2 > span {
	position: relative;
	display: inline-block;
}
.wrapper > h3.line2 > span::after,
.wrapper > h3.line2 > span::before {
	content: '';
	position: absolute;
	background-color: var(--momoko-gold);
	width: 150px;
	height: 1px;
	top: calc(50% - 0.5px);
}

.wrapper > h3.line2 > span::after {
	left: 0;
	transform: translate(calc(-100% - 23px), 0);
}
.wrapper > h3.line2 > span::before {
	right: 0;
	transform: translate(calc(100% + 23px), 0);
}
.curriculum {
	justify-content: space-between;
}

.curriculum > .slide-item {
	position: relative;
}
.curriculum > .slide-item:not(:last-child)::before {}

 .slide-item > p ~ p {
	margin-top: 24px;
}

.slide-item {
	width: 30%;
}

.slide-item > p:first-child {
    width: fit-content;
    padding: 12px 32px;
    border: 1px solid var(--momoko-gold);
    border-radius: 50vh;
    margin:0px auto 48px auto;
	position: relative;
}

.slide-item > p:nth-child(2) {
	text-align: center;
}
.slide-item > p:last-child {
	text-align: left;
}

.slide-item > p:first-child::after {
	content: "";
	position: absolute;
    height: 21px;
	width: 12px;
    background-color: var(--momoko-white);
    border-right: 1px solid var(--momoko-gold);
    bottom: 0px;
	left: 50%;
	transform: translate(-50%, 100%);
}
.slide-item > p:first-child::before {
	content: "";
	position: absolute;
    height: 21px;
	width: 12px;
    background-color: var(--momoko-white);
    bottom: 1px;
	left: calc(50% - 1px);
	transform: translate(-50%, 100%);
}
.slide-item > p:nth-child(2) {
	text-align: center;
	font-size: 24px;
    word-break: auto-phrase;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;

}

ul.text-list {
    font-weight: 700;
    max-width: 450px;
    word-break: auto-phrase;
}

ul.text-list li {
    text-align: center;
	font-size: 20px;
    word-break: auto-phrase;
}
ul.text-list li ~ li {
	margin-top: 1em;
}

ul.text-list + p.text-add {
	margin-top: 62px;
	line-height: 2em;
	text-align: center;
}

#no1 .service-title .service-img {
	background: url(../img/sevice_no1.jpg) no-repeat center / cover;
}
#no2 .service-title .service-img {
    background: url(../img/sevice_no2.jpg) no-repeat center / cover;
}
#no3 .service-title .service-img {
	background: url(../img/sevice_no3.jpg) no-repeat center / cover;
}
#no4 .service-title .service-img {
	background: url(../img/sevice_no4.jpg) no-repeat center / cover;
}
#no5 .service-title .service-img {
	background: url(../img/sevice_no5.jpg) no-repeat center / cover;
}



/*個別カウンセリング*/
.service .bg-white {
	padding: 62px 32px;
}
.step {
    display: flex;
    width: min(615px, 90%);
    margin: 0 auto;
}
.step.__01,
.step.__02 {
	margin-bottom:62px ;
}
.step > p {
    position: relative;
    color: var(--momoko-gold);
    font-size: 1.3em;
	font-family: "Shippori Mincho", serif;
    width: fit-content;
    margin-right: 2em;
}
.step.__01 > p::after,
.step.__02 > p::after {
	content: "";
	background-color: var(--momoko-text);
	width: 0.5px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: calc(2em + 8px);
}
.step > .step-detail {
    text-align: left;
}
.step > .step-detail > p:first-child {
	font-family: "Shippori Mincho", serif;
	font-size: 1.3em;
}

.step > .step-detail > p ~ p {
	margin-top: 24px;
}


.step-detail > .brown-btn {
    background-color: var(--momoko-gold);
    color: var(--momoko-white);
    padding: 16px 0;
    width: min(300px, 100%);
    text-align: center;
	position: relative;
}

.step-detail > .brown-btn > span {
	display: block;
	font-size: 1.2em;
}
/* 
.step-detail > .brown-btn::before,
.step-detail > .brown-btn::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.step-detail > .brown-btn::before{
	right: 24px;
	width: 10.5px;
	height: 1px;
	background:  var(--momoko-white);
}
.step-detail > .brown-btn::after{
	right: 24px;
	width: 4px;
	height: 4px;
	border-top: 1px solid  var(--momoko-white);
	border-right: 1px solid  var(--momoko-white);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
} */


.course.bg-white.disply-flex {
    justify-content: space-between;
}
.course-item {
    width: min(200px, 100%);
}

.course > .course-item > p:first-child {
	text-align: center;
	font-size: 2.5em;
	font-family: "Shippori Mincho", serif;
}

.course-item > p:nth-child(2) {
	text-align: left;
}





.no1-btn-area {
    text-align: center;
    margin-top: 32px;
}

.no1-btn-area > p {
	word-break: keep-all;
}
.no1-btn-area button,
.btn-white {
	text-align: center;
	width: max-content;
	padding: 16px 32px;
	border-radius: 50vh;
	margin: 0 auto;
	border: 2px solid #FFAFBD;
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
    line-height: 1em;
}

.no1-btn-area button > p > span,
.btn-white span {
	font-size: 12px;
}	

/*長期集中講座*/
.sp-present {
    position: relative;
    background-color: var(--momoko-white);
    border: 2px solid var(--momoko-gold);
    padding: 50px 64px 32px;
    margin: 62px auto;
    text-align: left;
    width: fit-content;
}
.sp-present p:first-child {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border: 2px solid var(--momoko-gold); */
    border-radius: 50vh;
    padding: 0.3em 1.5em;
    background-color: var(--momoko-gold);
    font-weight: 400;
    font-size: 18px;
    color: var(--momoko-white);
}
.sp-present  > ul > li {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.sp-present  > ul > li::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent var(--momoko-gold);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;

}

.sp-present  > ul {
	display: flex;
	flex-direction: column;
}
.sp-present  > ul > li ~ li {
	margin-top: 1em;
}
.wrapper > .btn.btn-pink {
    margin-top: 62px;
}

.course-area.pc {
	position: relative;
    margin-bottom: 50px;
}
.course-area.pc::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: var(--momoko-text);
	top: 50px;
	left: calc(50% - 1px);
}
.course-area.pc::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: var(--momoko-text);
	border-radius: 8px;
	bottom: -50px;
	left: calc(50% - 4px);
}
.demerit-area,
.merit-area {
	position: relative;
}

.demerit-area > p,
.merit-area > p {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50vh;
	border: 2px solid var(--momoko-text);
	padding: 0.5em 1em;
    z-index: 2;
}
.demerit-area > p {
	background-color: #E6F0F6;
	font-weight: 600;
	font-size: 18px;
	color: #5888A3;
}
.merit-area > p {
	background-color: #FAE8E8;
	font-weight: 600;
	font-size: 18px;
	color: #814242;
}
.course-area.pc > .title-area > p,
.course-area.pc > .merit-area > ul,
.course-area.pc > .demerit-area > ul {
	width: 50%;
}

.course-area.pc > .title-area > p {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
    font-weight: 600;
}


.course-area.pc > .merit-area > ul,
.course-area.pc > .demerit-area > ul {
    border-top: 2px solid var(--momoko-text);
	padding: 32px 32px 62px;
}
.course-area.pc > .merit-area > ul > li,
.course-area.pc > .demerit-area > ul > li {
	position: relative;
    padding-left: 1.5em;

}

.course-area.pc > .merit-area > ul > li::before,
.course-area.pc > .demerit-area > ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	transform: translate(0, 0%);
	width: 11px;
	height: 14px;
	background: url(../img/check.png) no-repeat center left / contain;
}

ul.check-list li ~ li {
	margin-top: 1em;
}


/* =================================================
プロフィール
==================================================*/
.about > .wrapper {
    width: min(100%, 500px);
    padding: 0vw 20px 6vw;
}

.about > .wrapper > * ~ * {
	margin-top: 24px;
} 
.about .name-area {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	color: var(--momoko-gold);
	
	font-size: 32px;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
}
.about .name-area span {
	display: block;
	font-size: 15px;
	color: var(--momoko-gray);
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
	
}
.information > .consept-area > h2 {
	text-align: center;
}

.information > .consept-area {
	margin: 0 auto;
	position: relative;
    width: min(540px, 80%);
}

.information > .consept-area > p.accent {
	position: absolute;
	background: url(../img/accent-about.png)no-repeat center / contain;
    width: 163px;
    height: 86px;
}
.information > .consept-area > p.accent.__01 {
	top:0;
    left: 50%;
    transform: translate(-50%, -74%);
}



dl.about-infomation{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-top: 1px dotted var(--momoko-gold);
	border-bottom: none;
}
dl.about-infomation dt{
    font-weight: 600;
	padding: 16px 5px;
	width: 150px;
	/* border-right: 1px solid #ccc; */
	border-bottom: 1px dotted  var(--momoko-gold);
}
dl.about-infomation dd{
	background: #fff;
	padding: 16px 5px;
	width: calc(100% - 150px);
	border-bottom: 1px dotted  var(--momoko-gold);
}



/* =================================================
お客様の声
==================================================*/
.voice-title {
    margin-bottom: 32px;
    font-size: clamp(1.688rem, 1.574rem + 0.57vw, 2rem);
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}
.voice-area:not(:last-child) {
    margin-bottom: 160px !important;
}

/* =================================================
お問い合わせページ
==================================================*/
.list-flex {
	display: flex;
}

#page-contact .wrapper {
	width: min(94%, 800px);
	padding-top: 0;
	padding-bottom: 180px;
}

#page-contact .list-flex {
	border-bottom: 1px dotted var(--momoko-gray);
	padding: 2rem 0;
}

#page-contact .list-flex:first-child {
	border-top: 1px dotted var(--momoko-gray);
}

#page-contact .list-flex:not(:last-child){
	margin-bottom: 0;
}

#page-contact .list-flex dt {
	width: 30%;
	padding-top: 0.3rem;
}

#page-contact .list-flex dd {
	flex: 1;
}

#page-contact .list-flex dd.check-box {
	display: flex;
	flex-wrap: wrap;
}
#page-contact .list-flex dd > div {
	display: flex;
	width: 100%;
	margin: 0 1em 1em 0;
	flex-wrap: wrap;
}


#page-contact .list-flex dd > div > input[type="checkbox"] {
	position: relative;
	width: 16px;
	border-radius: 2px;
    margin-right: 0.5em;
	height: 16px;
	border: 1px solid #000;
	vertical-align: -5px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
  }
  
  #page-contact .list-flex dd > div > input[type="checkbox"]:checked:before {
	position: absolute;
	top: 1px;
	left: 4px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	content: '';
  }


.icon-require {
	color: var(--momoko-white);
	border-radius: 5px;
	padding: 5px  10px;
	margin-right: 1rem;
	background: linear-gradient(#FFAFBD, #FFC3A0);
}

input, textarea {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #aaa;
	border-radius: 5px;
}

p.checkbox {
    text-align: center;
    margin-bottom: 30px;
}

p input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
p input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
}

p input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    margin-top: -14px;
    left: 0;
    top: 50%;
    border: 1px solid #ccc;
    background-color: var(--momoko-white); 
}

p input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 22px;
    height: 12px;
    margin-top: -7px;
    top: 50%;
    left: 4px;
    transform: rotate(-45deg);
    border-bottom: 5px solid var(--momoko-gray);
    border-left: 5px solid var(--momoko-gray);
}

.privacy-policy {
	margin-top: 2rem;
	height: 10em;
	padding: 1em;
	border: 1px solid var(--momoko-gray);
	overflow-y: scroll;
	margin-bottom: 50px;
	line-height: 1.5;
}

input[type="submit"]{
	color: var(--omc-white);
	line-height: 80px;
	padding: 0 140px;
	border: none;
	font-size: 1.375rem; /*22px*/
	font-weight: bold;
}

input[type="checkbox"]:checked + .check-box::after {
	opacity: 1;
  }

.send-btn {
	display: block;
	color: var(--omc-white);
	background-color: var(--momoko-gold);
	line-height: 80px;
	padding: 0 140px;
	border: none;
	font-size: 1.375rem; /*22px*/
	font-weight: bold;
	text-align: center;
    margin-top: 2rem;
}


/* =================================================
thanksページ
==================================================*/

main#thanks {
    padding-top: 120px;
	text-align: center;
}

h2 > span.sec__title-ja {
	font-size: 2em;
}
.thanks h2 {
	margin-top: 1em;
}


/* =================================================

コンテンツ幅767以下の表示はここからです

==================================================*/
@media screen and (max-width:767px) {
	.header-sub-logo {
		display: none;
	}
	
	header {
		padding-top: 0;
	}

	.nav-list {
		width: 100%;
	}

	.page-sec-wrapper:not(:last-child) {
		margin-bottom: 12vw;
	}

	.sub-mv .page-title {
		padding: 16vw 0 0vw;
		margin-bottom: 8vw;
	}

	.page-sec-title {
		margin-bottom: 10vw;
	}

	.sec-large-text {
		margin-bottom: 8vw;
	}


	/* =================================================
	nav
	==================================================*/




	/* =================================================
	mv
	==================================================*/
	section#sub-mv {
		padding-top: 112px;
	}


	.submv-img > h2 {
		padding: 0.3em 1em 0.3em 1em;
	}

	/* =================================================
	about
	==================================================*/
	.list-flex {
		display: flex;
		align-items: flex-start;
		width: 100%;
	}

	dl.about-infomation dt{
		padding: 16px 5px 0;
		width: 100%;
		border-bottom: 0px dotted  var(--momoko-gold);
	}
	dl.about-infomation dd{
		width: 100%;
		padding-left: 1em;
	}

	/* =================================================
	事業案内ページ
	==================================================*/
	.wrapper > h3.line2 {
		font-size: 20px;
        text-align: center;
        word-break: keep-all;
        width: min-content;
	}

	.service-title > div:first-child {
		width: 90%;
		height: 256px;
	}

	section:nth-child(even) > .service-title {
		background: linear-gradient(90deg, transparent 0%, transparent 5%, #fff 5%, #fff 100%);
		padding: 220px 20px 32px calc(5% + 20px);
	}

	section:nth-child(odd) > .service-title {
		background: linear-gradient(90deg, #fff 0%, #fff 95%, transparent 95%, transparent 100%);
		padding: 220px calc(5% + 20px) 32px 20px;
	}
	.service-title > div:last-child {
		width: 100%; 
        padding-bottom: 0 !important;
        padding-top: 0 !important;
	}

	.wrapper > h3.line2 > span::after, .wrapper > h3.line2 > span::before {
		width: 50px;
	}

	ul.text-list li {
		font-size: 18px;
	}
	/*個別カウンセリング*/
	#no1.service .bg-white {
		padding: 62px 16px;
		width: calc(100% + 10vw);
		margin-left: -5vw;
	}




	
	/*長期集中講座*/
	.course.bg-white.disply-flex {
		flex-direction: column;
        align-items: center; 
        width: min(350px, 80%);
        padding: 62px 32px;
        margin: 0 auto;
	}
	.course > div ~ div {
		margin-top: 32px;
	}
	.sp-present {
		padding: 50px 32px 32px;
	}
	.sp-present > ul > li::before {
		
		top: 0.5em;
		left: 0;
		bottom: unset;
	}

	.course-box {
		position: relative;
	}
	.course-box::before,
	.course-box::after {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		background-color: var(--momoko-text);
		border-radius: 8px;
		bottom: 0;
	}

	.course-box::before {
		left: calc(0% - 3px);
	}
	.course-box::after {
		right: calc(0% - 3px);
	}


	.course-box > p:first-child {
		font-size: 20px;
		font-weight: 500;
        text-align: center;
	}

	.course-box > .merit-area, 
	.course-box > .demerit-area {
		border-top: 2px solid var(--momoko-text);
		border-left: 2px solid var(--momoko-text);
		border-right: 2px solid var(--momoko-text);
        padding: 3em 24px 4em;
	}

	.course-box > .merit-area {
        margin-top: 2.5em;
	}
	.course-box > .merit-area > ul > li,
	.course-box > .demerit-area > ul > li {
		position: relative;
		padding-left: 1.5em;
        text-align: left;
	}
	.course-box > .merit-area > ul > li::before,
	.course-box > .demerit-area > ul > li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 5px;
		transform: translate(0, 0%);
		width: 11px;
		height: 14px;
		background: url(../img/check.png) no-repeat center left / contain;
	}


	.course-box.__group {
        margin-top: 62px;
	}


	button.slide-arrow2.prev-arrow2.slick-arrow.slick-disabled,
	button.slide-arrow2.next-arrow2.slick-arrow.slick-disabled {
        opacity: 0;
    }


	.slide-arrow2 {
		background-color: transparent;
		bottom: 0;
		height: 0;
		margin: auto;
		position: absolute;
		top: 0;
		width: 0;
		z-index: 2;
	  }
	  .prev-arrow2 {
		position: relative;
		display: inline-block;
        padding-left: 0;
		border: 0;
		left: 5px;
	  }

	  .prev-arrow2:before,
	  .prev-arrow2:after {
		content: '';
        width: 24px;
        height: 24px;
        border: 0;
        border-top: solid 2px var(--momoko-gold);
        border-right: solid 2px var(--momoko-gold);
		transform: rotate(-135deg);
		position: absolute;
		top: 0;
		right: 7px;
		bottom: 0;
		margin: auto;
	  }
	  .prev-arrow2:after {
		content: '';
		right: 15px;
	  }

	  .next-arrow2 {
		position: relative;
		display: inline-block;
        padding-left: 0;
		border: 0;
        right: 5px;
	  }
	  .next-arrow2:after,
	  .next-arrow2:before {
		content: '';
        width: 24px;
        height: 24px;
        border: 0;
        border-top: solid 2px var(--momoko-gold);
        border-right: solid 2px var(--momoko-gold);
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		left: 7px;
		bottom: 0;
		margin: auto;
	  }
	  .next-arrow2:after {
		left: 15px;
	  }


	/* =================================================
	お客様の声ページ
	==================================================*/
	#voice > .wrapper {
		display: contents;
	}
	.voice-title {
		font-weight: 500;
        word-break: auto-phrase;
        margin: 0 5vw 32px;
	}




	/* =================================================
	お問い合わせページ
	==================================================*/
	#page-contact .wrapper {
		padding-bottom: 120px;
	}

	#page-contact .list-flex {
		flex-direction: column;
		padding: 1rem 0;
	}

	#page-contact .list-flex dt {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	#page-contact .list-flex dd {
		width: 100%;
	}

	#page-thanks .wrapper {
		padding-bottom: 120px;
	}
}