@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
@import url("https://use.typekit.net/vxt0gvy.css");
@import url('https://fonts.googleapis.com/css2?family=Klee+One&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');
/*
Theme Name: rep
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: var(--personfontcolor);
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: var(--personfontcolor);
}
a:hover {
	color: var(--personfontcolor);
}
a:active {
	color: var(--personfontcolor);
}
:root {
    --bacecolor: #fff;
    --personmaincolor: #72AD45;
    --personsub: #f9f48f;
    --personother: #ffbe1b;
    --personmainwhite: #e3f7d4;
    --personfontcolor: #173501;

    --corpmaincolor: #69D1C5;
    --corpsub: #3A6EA5;
    --corpother: #3ba99c;
    --corpmainwhite: #edf9f7;
    --corpdarksub: #c7e9e6;

}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #212836;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	overflow: hidden;
	text-align: left;
}
.special #container {
	padding: 0;
}
#main {
    /* margin-bottom: 206px; */
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
p, div {
    color: var(--personfontcolor);
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
		margin-top: 0;
    }
	#container {
		padding-top: 60px;
	}
	.special #container {
		padding-top: 60px;
	}
    .bodycare_cancle_bg {
        padding: 80px 0;
        background: var(--personmainwhite);
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	height: 170px;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
	background: #fff;
}
.special01 #gHeader {
	background: #fff;
}
.special01 #gHeader.on {
	background: #fff;
}
#gHeader h1 {
	padding: 50px 0 0 50px;
	float: left;
}
#gHeader .rBox {
    padding: 50px 50px 0 0;
	float: right;
}
#gHeader .rBox .btn {
	float: left;
    margin-right: 35px;
}
#gHeader .rBox .btn p {
    color: var(--bacecolor);
}
#gHeader .rBox .btn a {
	color: #fff;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 243px;
	text-align: center;
	background: var(--personother);
	letter-spacing: 0.06em;
    box-sizing: border-box;
    border-radius: 38px;
}
#gHeader .rBox .btn .img {
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: middle;
    position: relative;
}
#gHeader .rBox .btn a:hover {
    opacity: 0.7;
}
#gHeader .menu-btn {
	float: right;
	width: 77px;
	height: 77px;
	display: flex;
    cursor: pointer;
	align-items: center;
	justify-content: center;
    border-radius: 39px;
    position: relative;
    background-color: var(--personother);
    border: 2px solid var(--personother);
    box-sizing: border-box;
}
.menu-btn span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 14px);
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
}
.menu-btn span:nth-of-type(1) {
    top: 24px;
}
.menu-btn span:nth-of-type(2) {
    top: 35px;
}
.menu-btn span:nth-of-type(3) {
    top: 46px;
}
.menu-btn.on span {
    top: 35px !important;
    opacity: 0;
}
.menu-btn.on span:nth-of-type(1) {
    transform: rotate(45deg);
    opacity: 1;
}
.menu-btn.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    opacity: 1;
}
.menuBox {
    display: none;
    position: fixed;
    right: 50px;
    top: 149px;
    width: 550px;
    background: var(--personmaincolor);
    z-index: 1000;
    height: calc(100% - 149px);
    overflow-y: auto;
    box-sizing: border-box;
}
.menuBox .naviUl {
    padding: 0 50px 100px 60px;
}
.menuBox .naviUl li a {
    padding: 20px 30px 19px 0;
    position: relative;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #fff;
}
.menuBox .naviUl li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left top;
    background-size: 21px 11px; 
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.menuBox .naviUl .blank a:before {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url("img/common/icon13.png") no-repeat left top;
    background-size: 17px 17px; 
    content: "";
}
#gHeader .header_bottom_link {
    margin-top: 170px;
    background: #0E9D7F;
    transition: all 0.1s;
}
#gHeader.on .header_bottom_link {
    margin-top: 90px;
}
.header_bottom_link_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.header_bottom_link_ul > .header_bottom_menubox,
.header_bottom_link_ul > li > a {
    padding: 18px 16px;
    font-size: 1.45rem;
    display: block;
}
.header_bottom_link_ul > li > a {
    color: var(--personmainwhite);
}
/*ヘッダーのドロップダウンメニュー*/
.header_bottom_menubox {
    position: relative;
    color: var(--personmainwhite);
    transition: all 0.3s;
}
.header_bottom_menubox_list {
    display: none;
    opacity: 0;
}
.header_bottom_menubox_list.display {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 10;
    width: 150px;
    opacity: 0;
    transition: all 0.3s;
    padding: 8px 0;
    background: var(--personmainwhite);
}
.header_bottom_menubox_list.display > li {
    line-height: 2.3em;
    text-align: center;
    font-size: 1.4rem;
    transition: all 0.3s;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
    #gHeader h1 {
        padding-top: 20px;
    }
    #gHeader .rBox {
        padding: 20px 20px 0 0;
    }
}	
@media all and (min-width: 897px) {
    #gHeader .menu-btn:hover {
        opacity: 0.7;
    }
    .menuBox .naviUl li a:hover:before {
        right: -15px;
    }
    h1 img {
        width: 180px;
    }
	#gHeader.on {
		height: 90px;
		background: #fff;
        border-bottom: 1px solid #dae1d5;
	}
	#gHeader.on h1 {
		padding: 19px 0 0 50px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on h1 img {
		transition: .3s;
		-webkit-transition: .3s;
		width: 120px;
	}
	#gHeader.on .rBox {
		padding: 19px 47px 0 0;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .rBox .btn {
		margin-right: 16px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .rBox .btn a {
		width: 215px;
		height: 52px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .menu-btn {
		width: 52px;
		height: 52px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .menu-btn span {
		width: 25px;
		left: calc(50% - 13px);
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .menu-btn span:nth-of-type(1) {
		top: 13px;
	}
	#gHeader.on .menu-btn span:nth-of-type(2) {
		top: 22px;
	}
	#gHeader.on .menu-btn span:nth-of-type(3) {
		top: 31px;
	}
	#gHeader.on .menu-btn.on span {
		top: 23px !important;
	}
    .header_bottom_menubox_list.display > li a:hover {
        transform: scale(1.08);
        color: var(--personmaincolor);
    }
    .header_bottom_menubox:hover {
        background: #08735c;
        cursor: pointer;
    }
    .header_bottom_link_ul > li > a {
        color: var(--personmainwhite);
        transition: all 0.3s;
    }
    .header_bottom_link_ul > li:not(.header_bottom_menubox) > a:hover{
        color: var(--personsub);
    }
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 60px;
        background: #fff;
	}
    #gHeader h1 {
        padding: 13px 0 0 24px;
        float: left;
        width: 80px;
    }
    #gHeader .rBox {
        padding: 15px 10px 0 0;
        float: right;
    }
    #gHeader .rBox .btn {
        float: left;
        margin-right: 15px;
    }
    #gHeader .rBox .btn a {
        height: 35px;
        width: 150px;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
    }
    #gHeader .rBox .btn .img {
        margin: 7px 6px 0 0;
    }
    #gHeader .menu-btn {
        float: right;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-btn span {
        left: calc(50% - 8px);
        width: 16px;
        height: 2px;
    }
    .menu-btn span:nth-of-type(1) {
        top: 9px;
    }
    .menu-btn span:nth-of-type(2) {
        top: 15px;
    }
    .menu-btn span:nth-of-type(3) {
        top: 21px;
    }
    .menu-btn.on span {
        top: 15px !important;
    }
    .menuBox {
        right: 0;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .menuBox .naviUl {
        padding: 0 27px 50px;
    }
    .sp_menu_listcontent .title {
        background: none;
        border-bottom: 1px solid #fff;
        padding-left: 0;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 1150px;
    padding: 0 20px;
	margin: 0 auto 120px;
}
#pagePath li {
	margin-right: 10px;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
	padding-right: 30px;
	display: inline-block;
	background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; 
}
#pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
    #pagePath {
        max-width: inherit;
        margin: 0 auto 42px;
        padding: 0 24px;
    }
    #pagePath li {
        margin-right: 9px;
    }
    #pagePath li a {
        padding-right: 26px;
        background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto; 
    }
    #pagePath li img {
        margin: -3px 0 0;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter  {
    padding: 48px 100px 20px;
    border-top: 1px solid #f4f5f2;
}
#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}
.pageTop {
    position: fixed;
    right: 46px;
    bottom: 25px;
	z-index: 600;
    width: 62px;
}
.pageTop img {
    border-radius: 50%;
}
.pageTop a:hover {
    opacity: 0.7;
}
.fotter_info_content {
    display: flex;
    margin-bottom: 24px;
}
.fotter_info_content > div {
    width: 50%;
}
.fotter_info_content > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.fotter_info_content > div iframe {
    width: 80%;
    height: 400px;
}
.fotter_logo_img_box {
    display: flex;
    gap: 48px;
    align-items: center;
}
.fotter_logo_img_box > img {
    width: 120px;
}
.fotter_snsbox {
    display: flex;
    gap: 24px;
    align-items: center;
}
.fotter_snsbox img {
    width: 40px;
    height: 40px;
}
.fotter_link_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 450px;
}
.fotter_link_box > li {
    width: 50%;
    margin-bottom: 8px;
}
.fotter_link_box li p {
    display: inline-block;
    padding: 8px 24px;
}
.fotter_link_box svg {
    transform: rotate(25deg);
    margin-right: 8px;
    color: #cde4bb;
}
.fotter_link_box_sub > li {
    margin-left: calc(1em + 8px);
}
.fotter_link_box_sub > li p {
    font-size: 1.45rem;
    padding: 6px 12px 6px 22px;
}
.fotter_link_box_sub {
    display: none;
    height: 0;
    transition: all 0.3s 0s ease;
}
.fotter_link_box_sub.display {
    display: block;
    height: auto;
    transition: all 0.3s 0s ease;
}
.fotter_link_box_sub svg {
    transform: rotate(0deg);
}
@media all and (max-width: 896px) {
    #gFooter  {
        padding: 22px 0;
        border-top: 1px solid #efeded;
    }
    .special #gFooter {
        border-top: none;
    }
    #gFooter address {
        font-size: 1.2rem;
        text-align: center;
    }
    .pageTop {
        display: none;
    }
    .fotter_info_content > div:first-child {
        display: flex;
        flex-direction: column;
    }
    .fotter_info_content > div {
        width: 100%;
    }
    .fotter_info_content {
        display: flex;
        flex-direction: column; 
        gap: 48px;
        margin-bottom: 24px;
    }
    .fotter_info_content > div iframe {
        width: 100%;
        height: 350px;
    }
    .fotter_link_box {
        height: auto;
    }
    .fotter_link_box > li {
        width: 100%;
        margin-bottom: 8px;
    }
    .fotter_snsbox img {
        width: 32px;
        height: 32px;
    }
}
@media (min-width: 897px) {
    .fotter_link_box_sub > li p ,
    .fotter_link_box > li p,
    .fotter_link_box > li > a  svg {
        transition: all 0.3s;
    }
    .fotter_link_box_sub > li p:hover {
        transform: translateX(8px);
    }
    .fotter_link_box > li > a > p:hover {
       color: var(--personother);
    }
    .fotter_link_box > li > a > p:hover svg {
        color: var(--personmaincolor);
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1116px;
	margin: 0 auto;
	padding: 0 20px;
}
@media all and (max-width: 896px) {
    .content {
        max-width: inherit;
        padding: 0 24px;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 26px;
	padding: 93px 0 63px;
	text-align: center;
	border-bottom: 1px solid #D1CFCF;
}
.pageTitle .headLine01 .en {
	margin-bottom: 8px;
	display: block;
	font-size: 5.4rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
}
.pageTitle .headLine01 .jp {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 13px;
        padding: 18px 0 30px;
    }
    .pageTitle .headLine01 .en {
        margin-bottom: 2px;
        font-size: 3rem;
    }
    .pageTitle .headLine01 .jp {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 228px;
}
.comVisual .headLine05 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
    filter: drop-shadow(1px 1px 2px #a9ba9b);
}
.comVisual > img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.comVisual > h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.singlePage .comVisual {
    background: url("img/page/com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
}
.comVisual_on {
    background: url("img/page/com_visual_bg_2.jpg") no-repeat center center;
    background-size: cover;
}

@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 13px;
        height: 200px;
        margin-top: 0;
    }
    .comVisual .headLine05 {
        font-size: 2rem;
    }
    .singlePage .comVisual {
        background: url("img/page/sp_com_visual_bg.jpg") no-repeat center center;
        background-size: cover;
    }
    .comVisual_on {
        background: url("img/page/sp_com_visual_bg_2.jpg") no-repeat center center;
        background-size: cover;
    }
    
}
/*------------------------------------------------------------
	共通設定
------------------------------------------------------------*/
.common_title {
    font-size: 4rem;
    font-family: "Zen Maru Gothic", serif;
    /* font-weight: 300; */
    color: var(--personmaincolor);
    width: fit-content;
    margin: 0 auto 80px;
}
.title_c_bg {
    position: relative;
}
.corpinfoPage .title_c_bg::before {
    background: url("img/page/image-09.png") no-repeat center center;
    background-size: 80px;
}
.title_c_bg::before {
    position: absolute;
    background: url("img/page/image-08.png") no-repeat center center;
    background-size: 80px;
    height: 80px;
    width: 120px;
    bottom: -35px;
    right: -85px;
    content: "";
}
@media (max-width: 896px) {
    .common_title {
        font-size: 2.3rem;
        margin-bottom: 48px;
        text-align: center;
    }
    .title_c_bg::before {
        position: absolute;
        background: url("img/page/image-08.png") no-repeat center center;
        background-size: 45px;
        height: 60px;
        width: 60px;
        bottom: -35px;
        right: -50px;
        content: "";
    }
    .corpinfoPage .title_c_bg::before {
        background: url("img/page/image-09.png") no-repeat center center;
        background-size: 45px;
    }
    
}
/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
.blogPage_inner {
    display: flex;
    gap: 24px;
    margin-bottom: 180px;
}
.blogPage_item {
    width: 80%;
}
.blogPage_item_widget {
    width: calc(20% - 24px);
    text-align: center;
}
.widget.widget_archive {
    padding: 24px;
    box-sizing: border-box;
    background: var(--personmainwhite);
    border-radius: 3px;
    text-align: center;
}
.blogUl {
    display: flex;
    flex-direction: column;
}
.blog_li {
    box-sizing: border-box;
    border-bottom: 1px solid var(--personother);
}
.blog_li > a {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 32px 0;
}
.blog_li img {
    width: calc(50% - 24px);
    border-radius: 0 40px 0 0; 
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.title-wrap {
    display: flex;
    gap: 16px;
}
.blog_title {
    font-size: 2.3rem;
    margin-bottom: 16px;
}
.blog_date {
    margin-bottom: 8px;
    font-size: 1.5rem;
}
.blog_content {
    font-size: 1.5rem;
}
.widget-title {
    margin-bottom: 16px;
}
.widget_archive li {
    padding: 4px 0 4px;
    width: 80%;
    margin: 0 auto;
}
.widget_archive li > a {
    display: block;
    transition: all 0.6s 0s ease;
}
/*singlePage*/
.news {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 180px;
}
.singleBox {
    width: 80%;
}
.news_date {
    margin-bottom: 8px;
}
.single_txt h2 {
    position: relative;
    color: #158b2b;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    margin: 1.5em 0;
}
.single_txt h2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.single_txt h3:nth-child(n+2),
.single_txt .maintext:not(h2) {
    font-size: 2rem;
    margin-bottom: 8px;
    background: var(--personmainwhite);
    padding: 8px 16px;
    width: fit-content;
    margin: 48px 0 16px;
}
.single_txt > h3:first-of-type {
    font-size: 2.8rem;
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 3px solid var(--personmainwhite);
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
}
.single_txt h4 {
    padding: 0 .4em .2em;
    border-bottom: 3px dashed #e3f7d4;
    background-color: #ffffff;
    color: #333333;
    margin: 20px 0px;
    font-size: 1.9rem;
}
.single_txt > p {
    line-height: 2em;
}
.single_txt > img {
    display: flex;
    justify-content: center;
    margin: 0 auto 64px;
}
.single_txt img {
    margin: 32px 0;
}
.single_txt {
    margin-bottom: 48px;
}
.pageNavi {
    display: flex;
    gap: 48px;
    justify-content: center;
}
@media (min-width: 897px) {
    .widget_archive li > a:hover {
        transform: scale(1.2);
        /* background: var(--mainwhite);
        filter: brightness(0.95); */
    }
}
@media (max-width: 896px) {
    .blogPage_inner {
        flex-direction: column;
        gap: 48px;
    }
    .blogPage_item {
        width: 100%;
    }
    .blogPage_item_widget {
        width: 70%;
        margin: 0 auto;
    }
    .blog_li img {
        width: 100%;
        border-radius: 0 60px 0 0;
    }
    .blog_li > a {
        flex-direction: column;
    }
    .news {
        display: flex;
        flex-direction: column;
    }
    .singleBox {
        width: 100%;
    }
    .widget.widget_archive {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        min-width: 200px;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage {
    overflow: hidden;
}
.mainVisual {
	width: 100%;
}
.mainVisual video {
	width: 100%;
}
.index_center_bg {
    position: relative;
    z-index: 1;
}
.index_center_bg::before {
    position: absolute;
    background: #f2fbeb;
    background-size: 100%;
    width: 100%;
    height: 90%;
    bottom: -6%;
    right: 7%;
    content: "";
    z-index: -1;
    border-radius: 0 150px 150px 0;
}
.top_background {
    height: 800px;
    z-index: 1;
    margin-bottom: 160px;
    margin-top: 228px;
    position: relative;
}
.top_background > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_link_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 10;
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}
.top_link_box {
    width: calc(50% - 48px);
    text-align: center;
    background: url("img/index/img_person.png") no-repeat center center;
    background-size: cover;
    height: 250px;
    max-width: 250px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    outline: 3px solid transparent;
}
.top_link_box:nth-child(2) {
    background: url("img/index/img_company.png") no-repeat center center;
    background-size: cover;

}
.top_link_box::before {
    position: absolute;
    background: url("img/index/hover_img.png") no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 80px;
    top: -60px;
    right: -50px;
    content: "";
    opacity: 0;
    transition: all 0.6s 0s ease;
    transform: translate(20px, -10px);
}
.top_link_box > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_link_box h2 {
    font-size: 3rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    transition: all 0.6s 0s ease;
}
.top_link_box:first-child h2 {
    color: var(--personmaincolor);
}
.top_link_box:last-child h2 {
    color: var(--corpmaincolor);
}
.top_link_box a,
.top_link_box {
    transition: all 0.6s 0s ease;
}
.indexPage_blog_bg {
    padding: 120px 0;
    background-image: radial-gradient(#eff6ea 30%, transparent 30%);
    background-size: 10px 10px;
}
.indexPage_post_box {
    display: flex;
    gap: 48px;
}
.blog {
    width: calc(50% - 48px);
    max-width: 450px;
    min-width: 250px;
    margin: 0 auto;
    padding: 32px 32px 48px;
    box-sizing: border-box;
    background: #fcfffa;
    border: 3px solid var(--personsub);
    border-radius: 12px;
}
.blogInner {
    margin-bottom: 48px;
}
.blogBox > h3 {
    font-size: 2.3rem;
    width: fit-content;
    padding: 8px 24px;
    text-align: center;
    margin: 0 auto 24px;
    border-radius: 25px;
}
.txtBox {
    padding: 8px 0 12px;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
}
.txtBox::before {
    position: absolute;
    border-bottom: 1px solid #aed58f;
    width: 0;
    height: 100%;
    bottom: 0;
    left: 50%;
    opacity: 0;
    content: "";
    transition: all 1s 0s ease;
    transform-origin: center;
    transform: translate(-50%, 0);
}
.blog-list a:hover .txtBox::before {
    position: absolute;
    border-bottom: 1px solid #aed58f;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 50%;
    opacity: 1;
    content: "";
}
.txtBox > p {
    margin-bottom: 4px;
}
.comMore {
    width: fit-content;
    margin: 0 auto;
}
.comMore > a {
    display: block;
    width: 100%;
    padding: 16px 48px;
    background: #ebffdc;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    transition: all 0.6s;
}
.dabble.common_title {
    line-height: 1.6em;
    font-size: 2.8rem;
    color: #ffbc15;
    letter-spacing: 0.03em;
}
.dabble.common_title > p {
    font-size: 1.6rem;
    line-height: 1.4em;
    text-align: center;
}
.indexPage_room_box {
    display: flex;
    gap: 32px;
    margin-bottom: 120px;
}
.indexPage_room_box > img {
    width: calc(45% - 32px);
    object-fit: cover;
}
.indexPage_room_box > p {
    line-height: 2.3em;
}
.indexPage_room_box > p > span {
    font-size: 2rem;
}
.indexPage_person_content > div {
    display: flex;
    gap: 32px;
    margin-bottom: 220px;
}
.indexPage_person_detailbox {
    width: 55%;
}
.indexPage_person_imgbox {
    width: calc(45% - 32px);
}
.indexPage_person_imgbox > img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.indexPage_person_detailbox > h4 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    width: fit-content;
    color: #72AD45;
    font-weight: 200;
}
.indexPage_person_detailbox div {
    margin-bottom: 16px;
}
.sub_title {
    display: inline-block;
    padding: 4px 12px;
    background: #ffe8ad;
    margin-bottom: 6px;
    font-size: 1.3rem;
    border-radius: 3px;
}
.indexPage_person_detailbox > div > p:not(.sub_title) {
    font-size: 1.45rem;
}
.indexPage_person_detailbox > p {
    line-height: 1.8em;
    margin-top: 32px;
}
.indexPage_commit_content {
    position: relative;
    z-index: 5;
}
.indexPage_commit_content > div {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    margin-bottom: 180px;
    position: relative;
}
.indexPage_commit_content > div::before {
    position: absolute;
    background: url("img/page/image-07.png") no-repeat center center;
    background-size: 250px;
    width: 250px;
    height: 250px;
    bottom: -280px;
    left: -100px;
    content: "";
}
.indexPage_commit_box {
    aspect-ratio: 3/2;
    width: calc(33% - 48px);
    border: 3px solid #ffe8ad;
    border-radius: 50px 0 0 0;
    background: var(--bacecolor);
    box-sizing: border-box;
    min-width: 280px;
    position: relative;
    z-index: 5;
}
.indexPage_commit_box::before {
    position: absolute;
    background-color: #ffe8ad;
    background-size: 100%;
    width: 100%;
    height: 100%;
    bottom: -20px;
    right: -20px;
    content: "";
    z-index: -5;
}
.indexPage_commit_box > p {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px 0 0 0;
    font-size: 1.7rem;
    color: #725a1c;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.indexPage_room_content img {
    border-radius: 8px;
}
@media (min-width: 897px) {
    .top_link_box:hover {
        cursor: pointer;
        outline: 3px solid var(--bacecolor);
    }
    .top_link_box:first-child:hover {
        background: url("img/index/img_person_hover.png") no-repeat center center;
        background-size: cover;
        outline: 3px solid var(--personmaincolor);
    }
    .top_link_box:last-child:hover {
        background: url("img/index/img_company_hover.png") no-repeat center center;
        background-size: cover;
        outline: 3px solid var(--corpmaincolor);
    }
    .top_link_box:hover::before {
        transform: translate(0, 0);
        opacity: 1;
    }
    .top_link_box a:hover h2 {
        transform: scale(1.1);
    }
    .dabble.common_title {
        font-size: 2.5rem;
        margin-bottom: 120px;
    }
    .indexPage_room_box > p {
        margin-top: 180px;
    }
    .comMore > a:hover {
        background: var(--personmaincolor);
        color: #fff;
    }
}
@media (max-width: 896px) {
    .dabble.common_title {
        line-height: 1.6em;
        font-size: 2.1rem;
        text-align: center;
    }
    .index_center_bg::before {
        position: absolute;
        background: #f2fbeb;
        background-size: 100%;
        height: 90%;
        bottom: -64px;
        right: 0;
        content: "";
        border-radius: 0 120px 120px 0;
    }    
    .top_background {
        height: calc(100vh - 60px);
        margin-top: 0;
    }    
    .top_link_content {
        display: flex;
        flex-direction: column;
    }
    .top_link_box {
        width: 50%;
        height: auto;
        aspect-ratio: 1/1;
        min-width: 180px;
    }
    .top_link_box:first-child {
        border: 3px solid var(--personmaincolor);
    }
    .top_link_box:last-child {
        border: 3px solid var(--corpmaincolor);
    }
    .top_link_box:first-child::before {
        opacity: 1;
    }
    .top_link_box h2 {
        font-size: 2.3rem;
    }
    .indexPage_person_content > div {
        display: flex;
        flex-direction: column;
    }
    .indexPage_room_box {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .indexPage_room_box > img,
    .indexPage_person_imgbox > img {
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
    .indexPage_person_imgbox,
    .indexPage_person_detailbox {
        width: 100%;
    }
    .indexPage_person_detailbox > h4 {
        font-size: 1.9rem;
    }
    .indexPage_person_content > div {
        margin-bottom: 120px;
    }
    .blog {
        width: 90%;
        margin: 0 auto 32px;
    }
    .indexPage_post_box {
        flex-direction: column;
    }
    .indexPage_commit_content > div::before {
        position: absolute;
        background: url("img/page/image-07.png") no-repeat center center;
        background-size: 180px;
        width: 180px;
        height: 180px;
        bottom: -230px;
        left: 0;
        content: "";
    } 
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menuPage_top_txt {
    text-align: center;
    line-height: 2.3em;
    font-size: 2.3rem;
    margin-bottom: 120px;
}
.menuPage_pay_table {
    width: 90%;
    min-width: 890px;
    margin: 0 auto;
    border-collapse: collapse;
}
.menuPage_pay_table > tbody > tr > th {
    text-align: center;
}
.menuPage_pay_table > tbody > tr > td,
.menuPage_pay_table > tbody > tr > th {
    line-height: 2em;
    padding: 8px 0;
}
.menuPage_pay_table > tbody > tr > th:first-child {
    width: 50%;
}
.menuPage_pay_table > tbody > tr > th:nth-child(2) {
    width: 25%;
}
.menuPage_pay_table > tbody > tr > th:last-child {
    width: 25%;
}
.menuPage_pay_table > tbody > tr > td >table tr {
    display: flex;
}
table.menuPage_pay_table > tbody > tr > th {
    background: var(--personmaincolor);
    color: var(--bacecolor);
}
.menuPage_pay_table > tbody > tr:nth-child(n+2) td:nth-child(n+2) > table tr {
    display: flex;
}
.menuPage_pay_table > tbody > tr:nth-child(n+2) td:nth-child(n+2) {
    justify-content: center;
}
.menuPage_pay_table > tbody > tr:nth-child(n+2) td:nth-child(n+2) > table tr th,
.menuPage_pay_table > tbody > tr:nth-child(n+2) td:nth-child(n+2) > table tr td {
    width: 100px;
    text-align: end;
}
.menuPage_pay_table > tbody > tr:nth-child(n+2) td:nth-child(n+2) table {
    margin: 0 auto;
}
.menuPage_pay_table > tbody > tr > td {
    border-bottom: 1px solid var(--personmaincolor);
}
.menuPage_pay_table > tbody > tr > td:first-child {
    padding-left: 24px;
    font-size: 1.5rem;
    line-height: 1.7em;
}
.en_span {
    margin-left: 4px;
    font-size: 1.5rem;
}
.menuPage_tax_info {
    text-align: end;
    margin: 24px auto 120px;
    width: 90%;
    font-size: 1.45rem; 
}
.menuPage_keyword_box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 96px;
}
.menuPage_keyword_box > div {
    width: 30%;
    text-align: center;
    min-width: 180px;
    max-width: 250px;
    margin-bottom: 64px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--personmainwhite);
    border-radius: 8px;
}
.menuPage_keyword_box > div:nth-child(2) {
    margin-top: 32px;
    margin-bottom: 32px;
}
.menuPage_keyword_box > div:nth-child(3) {
    margin-top: 64px;
    margin-bottom: 0;
}
.menuPage_keyword_box > div > p {
    font-size: 2rem;
    font-family: "Zen Maru Gothic", serif;
}
.menuPage_keyword_bottombox > div {
    display: flex;
    gap: 32px;
    align-items: center;
}
.menuPage_keyword_bottombox > div > img {
    width: calc(60% - 32px);
}
.menuPage_keyword_bottombox > div > p {
    width: 40%;
    font-size: 1.8rem;
    line-height: 2em;
}
.menuPage_keyword_bottombox {
    margin-bottom: 180px;
}
.menuPage_pagelink_content {
    width: 80%;
    margin: 0 auto;
}
.menuPage_pagelink_content > ul {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 180px;
    align-items: center;
}
.menuPage_pagelink_content li {
    width: 50%;
    background: var(--personsub);
    border-radius: 3px;
    max-width: 280px;
}
.menuPage_pagelink_content li p {
    text-align: center;
    aspect-ratio: 3 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuPage_worry_bg {
    padding: 120px 0 180px;
    background: var(--personmainwhite);
    margin-bottom: 220px;
}
.menuPage_worry_content {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 180px;
}
section.menuPage_worry_content > div {
    display: contents;
}
.menuPage_worry_content div .menuPage_worry_box {
    width: 30%;
    min-width: 200px;
    max-width: 300px;
    aspect-ratio: 5 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("img/menu/worry_01.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 5px;
}
.menuPage_worry_content div:nth-child(2) .menuPage_worry_box {
    background: url("img/menu/worry_03.jpg") no-repeat center center;
    background-size: cover;
}
.menuPage_worry_content div:nth-child(3) .menuPage_worry_box {
    background: url("img/menu/worry_05.jpg") no-repeat center center;
    background-size: cover;
}
.menuPage_worry_content div:nth-child(4) .menuPage_worry_box {
    background: url("img/menu/worry_02.jpg") no-repeat center center;
    background-size: cover;
}
.menuPage_worry_content div:nth-child(5) .menuPage_worry_box {
    background: url("img/menu/worry_04.jpg") no-repeat center center;
    background-size: cover;
}
.menuPage_worry_content .menuPage_worry_box {
    transition: all 0.3s;
}
.menuPage_worry_content .menuPage_worry_box p {
    background: #71719d;
    color:var(--bacecolor);
    width: 100%;
    text-align: center;
    padding: 6px 0;
    box-sizing: border-box;
    font-size: 1.7rem;
}
.menuPage .commitment-link {
    display: block;
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.menuPage_symptoms_box {
    display: inline-block;
}
.menuPage_symptoms_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
    gap: 24px;
}
.menuPage_symptoms_box span {
    display: inline-block;
    min-width: 180px;
    padding: 16px 24px;
    box-sizing: border-box;
    text-align: center;
    background: #effbe6;
    border-radius: 5px;
    border: 3px solid transparent;
    transition: all 0.6s 0s ease;
}
.menuPage_firstcounseling_content >div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.menuPage_firstcounseling_content p {
    font-size: 1.9rem;
}
.menuPage_firstcounseling_content {
    margin-bottom: 220px;
}
.menuPage_plan_content > table {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
}
.menuPage_plan_content > table th {
    width: 35%;
    background: var(--personmaincolor);
    color: var(--bacecolor);
    border-radius: 0;
    line-height: 2.3em;
}
.menuPage_plan_content > table td {
    width: 65%;
    background-color: var(--personmainwhite);
    border-radius: 0 3px 3px 0;
    line-height: 2em;
}
.menuPage_plan_content > table th,
.menuPage_plan_content > table td {
    border-bottom: 2px solid var(--bacecolor);
    padding: 8px 16px;
    box-sizing: border-box;
}
.menuPage_plan_content {
    margin-bottom: 120px;
}
.menuPage_bottom_txtcontent {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 180px;
}
.menuPage_bottom_txtcontent > div {
    width: 50%;
    max-width: 500px;
    min-width: 350px;
    padding: 48px 24px;
    box-sizing: border-box;
    background: var(--personmainwhite);
    border-radius: 8px;
}
.common_title.bottom_txt_title {
    font-size: 2.3rem;
    margin-bottom: 32px;
    height: 2.4em;
}
.menuPage_bottom_txtcontent > div > section > p {
    line-height: 1.9em;
    font-size: 1.55rem;
}
@media (min-width: 897px) {
    .menuPage_symptoms_box a:hover span {
        border: 3px solid var(--personmaincolor);
        color: var(--personmaincolor);
        transform: scale(1.1);
    }
    .menuPage_pagelink_content > ul li p {
        position: relative;
        overflow:hidden;
        transition:color 0.6s ease-in-out;
        z-index: 5;
        /* background: var(--personsub); */
    }
    .menuPage_pagelink_content > ul li p::before {
        content: "";
        z-index: -1;
        position:absolute;
        top:100%;
        right:100%;
        width:1em;
        height:1em;
        border-radius:50%;
        background-color:var(--personother);
        transform-origin:center;
        transform:translate3d(50%,-50%,0) scale3d(0,0,0);
        transition:transform 0.65s ease-in-out;
    }
    .menuPage_pagelink_content > ul li a:hover p {
        color: var(--bacecolor);
    }
    .menuPage_pagelink_content > ul li a:hover p::before{
        transform:translate3d(50%,-50%,0) scale3d(30,30,30)
    }
    .menuPage_worry_content .menuPage_worry_box:hover {
        filter: drop-shadow(1px 2px 3px #71719d);
        transform: scale(1.035);
    }
    .menuPage_pay_table > tbody > tr:nth-child(n+2) td:nth-child(n+2) table {
        width: 90%;
    }
}
@media(max-width: 896px) {
    .menuPage_top_txt {
        line-height: 2em;
        font-size: 1.6rem;
    }
    .menuPage_pay_table {
        width: 100%;
        min-width: 250px;
    }
    .menuPage_pay_table > tbody > tr > td:first-child {
        padding-left: 8px;
        font-size: 1.35rem;
    }
    .menuPage_pay_table > tbody > tr:nth-child(n+2) td:nth-child(n+2) > table tr th,
     .menuPage_pay_table > tbody > tr:nth-child(n+2) td:nth-child(n+2) > table tr td {
        width: auto;
    }
    .menuPage_pay_table > tbody > tr:nth-child(n+2) td:nth-child(n+2) > table tr td:first-child {
        color: var(--personmaincolor);
    }
    .menuPage_pay_table > tbody > tr:nth-child(n+2) td:nth-child(n+2) > table tr {
        flex-direction: column;
    }
    .menuPage_tax_info {
        font-size: 1.3rem;
        width: 100%;
        margin: 24px 0 80px auto;
    }
    .menuPage_keyword_box {
        flex-direction: column;
    }
    .menuPage_keyword_box > div,
    .menuPage_keyword_box > div:nth-child(2),
    .menuPage_keyword_box > div:nth-child(3) {
        margin: 0;
    }
    .menuPage_keyword_box > div:nth-child(2) {
        margin-left:50%;
        transform: translate(-50%, 0); 
    }
    .menuPage_keyword_box > div:nth-child(3) {
        margin-right: 0;
        margin-left: auto;
    }
    .menuPage_keyword_box > div > p {
        font-size: 1.5rem;
    }
    .menuPage_keyword_bottombox > div {
        flex-direction: column;
    }
    .menuPage_keyword_bottombox > div > img, .menuPage_keyword_bottombox > div > p {
        width: 100%;
    }
    .menuPage_pagelink_content > ul {
        flex-direction: column;
    }
    .menuPage_pagelink_content li {
        width: 100%;
    }
}
/*------------------------------------------------------------
	counseling
------------------------------------------------------------*/
section.counseling_top_content > p {
    margin: 0 auto 120px;
    width: 70%;
}
.counseling_flow_group > div {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 64px;
}
.counseling_flow_group > div > .counseling_flow_title {
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--personsub);
    flex-direction: column;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
    gap: 8px;
    position: relative;
    border-radius: 5px;
}
.counseling_flow_group > div > .counseling_flow_title::before {
    position: absolute;
    background: url("img/coun/bottom_arrow.png") no-repeat center center;
    background-size: 51px;
    bottom: -65px;
    left: 50%;
    width: 100px;
    height: 70px;
    transform: translate(-50%, 0);
    content: "";
}
.counseling_flow_group > div > div >span {
    position: absolute;
    bottom: -24px;
    right: -2px;
    font-size: 7rem;
    color: var(--bacecolor);
    font-family: "Klee One", serif;
    opacity: 0.7;
}
.counseling_flow_group > div:last-child > div::before {
    content: none;
}
.counseling_flow_group > div > p,
.counseling_flow_group > div > .counseling_flow_file {
    width: calc(100% - 198px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.counseling_flow_group > div > .counseling_flow_file a > p {
    color: var(--personother);
    transition: all 0.3s;
    display: inline-block;
    margin: 0 8px;
}
.counseling_flow_group > div > .counseling_flow_file a > p svg {
    padding-left: 8px;
}
.counseling_flow_file > p {
    margin-bottom: 16px;;
}
.counseling_top_content > span {
    width: 80%;
    display: block;
    margin: 0 auto;
    line-height: 1.8em;
}
.counseling_top_content > span > h4 {
    font-size: 2rem;
    margin-bottom: 16px;
}
.counseling_top_content > span > h4 > svg {
    margin-right: 8px;
    font-size: 1.6rem;
    color: var(--personmaincolor);
}
.counseling_top_content > span > p {
    padding-left: 2.5rem;
    margin-bottom: 180px;
    font-size: 1.3rem;
}
.counseling_pair_bg {
    padding: 120px 0;
    background: var(--personmainwhite);
}
.common_title.small_title {
    margin-bottom: 32px;
    font-size: 2.6rem;
    color: var(--personother);
}
.counseling_pair_content {
    width: 70%;
    background: var(--bacecolor);
    padding: 56px 48px;
    border-radius: 12px;
    line-height: 1.8em;
    box-sizing: border-box;
    border-radius: 0 120px;
}
.counseling_pair_content.cancel_content {
    margin: 80px 0 0 auto;
    border-radius: 120px 0;
}
.counseling_pair_content.cancel_content > div > h3 {
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 200;
    border-bottom: 1px solid var(--personmaincolor);
    padding-bottom: 8px;
    display: inline-block;
}
.counseling_pair_content.cancel_content > div {
    margin-bottom: 48px;
}
@media (max-width: 896px) {
    .counseling_top_content > p {
        margin: 0 auto 120px;
        width: 100% !important;
    }
    .counseling_flow_group > div {
        width: 100%;
        gap: 16px;
    }
    .counseling_top_content > span {
        width: 100%;
    }
    .counseling_flow_group > div > div > h3 {
        font-size: 1.3rem;
    }
    .counseling_flow_group > div > div {
        width: 100px;
    }
    .counseling_flow_group > div > p {
        width: calc(100% - 120px);
    }
    .counseling_flow_group > div > p {
        gap: 16px;
    }
    .counseling_pair_content {
        width: 100%;
    }
    .counseling_pair_content {
        width: 100%;
    }
    .counseling_pair_content {
        padding: 24px 16px;
        border-radius: 0 25px;
    }
    .counseling_flow_group > div > .counseling_flow_title {
        width: 100px;
        padding: 8px;
        font-size: 1.45rem;
    }
    .counseling_flow_group > div > div >span {
        bottom: -19px;
        font-size: 5rem;
    }
    .counseling_flow_group > div > .counseling_flow_title::before {
        background-size: 40px;
        bottom: -90px;
    }
    .counseling_pair_content.cancel_content {
        border-radius: 25px 0;
    }
    .counseling_flow_group > div > p,
    .counseling_flow_group > div > .counseling_flow_file {
    width: calc(100% - 100px);
}

}
@media (min-width: 897px) {
    .counseling_flow_group > div > .counseling_flow_file a:hover > p {
        color: var(--personmaincolor);
    }
}
/*------------------------------------------------------------
	bodycare
------------------------------------------------------------*/
/*POPUP*/
.commitment-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.bodycare_special_content img {
    border-radius: 8px;
}
.bodycare_reco_content {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto 160px;
    justify-content: center;
}
#commitment-box {
	width: 40%;
}
.commitment-link {
	position: relative;
	cursor: pointer;
}
.commitment-link h3 {
    position: absolute;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.commitment-link h3:not(.corpinfo_eap_case_content .commitment-link h3) {
    filter: drop-shadow(2px 4px 6px rgb(53, 46, 63));
    width: 100%;
}
.commitment-link .commitment-img {
	position: relative;
	border-radius: 5px;
    aspect-ratio: 1/1;
    overflow: hidden;
    transition: all 0.6s;
}
.commitment-link .commitment-img img {
	transition: 0.5s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
[id^="commitment-popup"] {
	background-color: #fff;
	width: 90%;
	max-width: 1200px;
	margin: 30px auto;
	padding: 32px 16px 32px;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
[id^="commitment-popup"] img {
	width: 80%;
	object-fit: cover;
    margin: 0 auto;
}
[id^="commitment-popup"] .commitment-popup-txt {
	width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin: 32px auto;
}
[id^="commitment-popup"] .commitment-popup-txt h3 {
    margin-top: auto;
	margin-bottom: 25px;
    font-size: 2.2rem;
}
[id^="commitment-popup"] .mfp-close {
    z-index: 10;
	font-size: 2.5rem;
    position: absolute;
    width: auto;
    height: auto;
	padding-right: 20px;
    padding-top: 0px;
	cursor: pointer;
	margin-top: auto;
}
.mfp-bg {
	opacity: 0;
	transition: opacity 0.5s;
}
.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-wrap .mfp-content {
	opacity: 0;
	transition: opacity 0.5s;
}
.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.bodycare_special_content > div {
    width: 80%;
    margin: 0 auto 160px;
    display: flex;
}
.bodycare_special_content > div:not(.bodycare_special_oilbox) {
    justify-content: space-between;
}
.bodycare_special_topbox > h3 {
    margin-bottom: 24px;
    font-size: 2.3rem;
    background: var(--personmainwhite);
    padding: 8px 24px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 200;
}
.bodycare_special_content > div img {
    width: calc(40% - 24px);
    aspect-ratio: 4 / 5;
    object-fit: cover;
}
.bodycare_special_oilbox > p > span {
    margin: 0 16px;
    color: #b5b9b2;
    font-size: 1.4rem;
}
.bodycare_special_oilbox > p {
    margin-bottom: 16px;
}
.bodycare_special_oilbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 64px 32px;
    box-sizing: border-box;
    background: var(--personsub);
}
.bodycare_special_topbox {
    width: 60%;
}
.bodycare_care_content > div {
    display: flex;
    flex-direction: column;
    gap: 120px;
    margin-bottom: 180px;
}
.bodycare_care_box {
    display: flex;
    gap: 24px;
}
.bodycare_care_box > img {
    width: 40%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.bodycare_care_box > div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 1.8em;
}
.bodycare_care_box > div > span {
    display: inline-block;
    padding: 6px 10px;
    background: var(--personmainwhite);
    width: 70px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    border-radius: 25px;
    font-size: 1.4rem;
    line-height: 1.8em;
}
.bodycare_care_pay {
    line-height: 1.5em;
}
.bodycare_care_pay > p {
    font-size: 1.5rem;
}
.bodycare_care_box:nth-child(even) {
    flex-direction: row-reverse;
}
.bodycare_cancle_cotnent > div {
    width: 80%;
    margin: 0 auto;
}
.bodycare_cancle_cotnent > div > div {
    margin-bottom: 64px;
    line-height: 2em;
}
.bodycare_cancle_cotnent > div h2 {
    font-size: 2rem;
    margin-bottom: 8px;
}
.bodycare_cancle_bg {
    padding: 160px 0;
    background: var(--personmainwhite);
}
.bodycare_lesson_group {
    display: flex;
    gap: 24px;
}
.bodycare_lesson_group img {
    border-radius: 8px  ;
}
.bodycare_lesson_content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 120px;
}
.bodycare_lesson_group > div {
    width: calc(60% - 24px);
}
.bodycare_lesson_group > figure {
    width: 40%;
}
.bodycare_lesson_group .common_title.small_title {
    text-align: start;
    margin-bottom: 16px;
}
.bodycare_detail_box {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}
.bodycare_detail_box > span {
    display: inline-block;
    padding: 4px 12px;
    background: var(--personmainwhite);
    border-radius: 25px;
}
.bodycare_care_pay span {
    margin-right: 4px;
}
.bodycare_lesson_group > div > p {
    line-height: 1.8em;
    margin-bottom: 48px;
}
.bodycare_detail_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bodycare_detail_list p {
    line-height: 2em;
    display: flex;
    align-items: center;
}
.bodycare_detail_list span {
    margin-right: 16px;
    padding: 5px 16px;
    background: var(--personsub);
    border-radius: 50%;
}
.bodycare_detail_list li:nth-of-type(n+10) span {
    padding: 5px 12px;
}
.bodycare_detail_list li {
    display: flex;
    align-items: center;
}
.bodycare_lesson_group figure {
    margin-bottom: 0;
}
.bodycare_lesson_group figure img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
@media (max-width: 896px) {
    #commitment-box {
        width: 90%;
        max-width: 300px;
    }
    .menuPage_symptoms_content {
        width: 100%;
        gap: 16px;
    }
    .menuPage_symptoms_box span {
        min-width: 90px;
        padding: 10px 16px;
    }
    .menuPage_firstcounseling_content > div {
        display: flex;
        flex-direction: column;
    }
    .menuPage_worry_bg {
        padding: 90px 0 120px;
        margin-bottom: 120px;
    }
    .menuPage_plan_content > table {
        width: 100%;
    }
    .menuPage_plan_content > table tr {
        display: flex;
        flex-direction: column;
    }
    .menuPage_plan_content > table th, .menuPage_plan_content > table td {
        width: 100%;
    }
    .menuPage_plan_content > table th {
        border-bottom: none;
    }
    .menuPage_plan_content > table td {
        border-bottom: 2px solid var(--bacecolor);
    }
    .menuPage_bottom_txtcontent > div {
        width: 100%;
    }
    .menuPage_bottom_txtcontent > div {
        min-width: 250px;
    }
    .menuPage_bottom_txtcontent {
        gap: 48px;
    }
    .common_title.bottom_txt_title {
        font-size: 2rem;
        margin-bottom: 32px;
        height: auto;
    }
    .bodycare_special_content > div:not(.bodycare_special_oilbox) {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 24px;
    }
    .bodycare_special_topbox {
        width: 100%;
    }
    .bodycare_special_content > div img {
        width: 100%;
    }
    .bodycare_special_content > div {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .bodycare_special_oilbox > p > span {
        display: none;
    }
    .bodycare_care_box, .bodycare_care_box:nth-child(even) {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 80px;
    }
    .common_title.small_title {
        font-size: 2rem;
    }
    .bodycare_care_box > img {
        width: 100%;
    }
    .bodycare_care_content > div {
        margin-bottom: 120px;
        gap: 48px;
        width: 100%;
    }
    .bodycare_lesson_content {
        margin-bottom: 80px;
    }
    .bodycare_lesson_group {
        display: flex;
        flex-direction: column-reverse;
    }
    .bodycare_lesson_group > div {
        width: 100%;
    }
    .bodycare_lesson_group figure {
        width: 100%;
    }
    .bodycare_detail_list span {
        padding: 6px 16px;
    }
    .bodycare_cancle_bg {
        padding: 80px 0;
    }
    .bodycare_cancle_cotnent > div {
        width: 100%;
    } 
}
@media (min-width: 897px) {
    .bodycarePage .commitment-link img {
        transition: all 0.6s;
    }
    .bodycarePage .commitment-link:hover .commitment-img {
        filter: drop-shadow(1px 2px 3px #71719d);
        transform: scale(1.035);
    }
}
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
/*　全体の見た目のためのCSSなので自由に調整　*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto 180px;
}
.accordion-area li{
    margin: 10px 0;
}
/*アコーディオンタイトル*/
.title {
    position: relative;
    cursor: pointer;
    transition: all .5s ease; /*クリックしたあとアコーディオンが開くスピード*/
    background: var(--personmainwhite);
    padding: 16px 24px;
}
/*タイトル左にあるアイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
		top:48%;
    right: 15px;
    background-color: #333;
		transition: 0.3s;
}
.title::before{
    transform: rotate(0deg);
}
.title::after{
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(-45deg);
}
.title.close::after{
  transform: rotate(45deg);
}
/*　見た目のためのCSS終わり　*/
/*アコーディオンで現れるエリア*/
.box {
    display: none;/*サイトを開いたときは非表示　この行は必須項目です　*/
	  margin:0 3% 3% 3%;
    padding: 3%;
}
.faq_box_imgbox {
    margin: 48px auto 48px;
    width: 80%;
    text-align: center;
}
.faq_box_paymentbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 48px;
}
.faq_box_paymentbox span {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    aspect-ratio: 1 / 1;
    justify-content: center;
}
.faq_box_paymentbox span figure {
    width: 70%;
    min-width: 100px;
    margin: 0 auto;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq_box_paymentbox span img {
    text-align: center;
    max-width: 80px;
}
@media (max-width: 896px) {
    .faqPage .title {
        padding: 16px 48px 16px 24px;
    }
}
/*------------------------------------------------------------
	カウンセリングの特徴　property
------------------------------------------------------------*/
.features_top_content div p {
    text-align: center;
    line-height: 1.8em;
    position: relative;
}
.features_top_content div p::before {
    position: absolute; 
    background: url("img/page/image-01.png") no-repeat center center;
    background-size: 180px;
    width: 180px;
    height: 180px;
    bottom: -170px;
    right: 100px;
    content: "";
}
.features_bg_situation {
    background: var(--personmainwhite);
    padding: 120px 0;
    margin-bottom: 180px;
}
.features_situ_box {
    width: 50%;
    padding: 32px 24px;
    box-sizing: border-box;
    background: var(--bacecolor);
    border-radius: 10px;
}
.features_situation_content > div {
    display: flex;
    justify-content: center;
    gap: 48px;
}
.features_situation_content > div ul {
    width: calc(100% - 48px);
    line-height: 2em;
    margin: 0 auto;
}
.features_situation_content > div ul li {
    text-align: center;
}
.features_situ_box > p {
    line-height: 2.3em;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 500;
    color: var(--personmaincolor);
}
.features_top_content p {
    margin-bottom: 120px;
}
.features_important_content img {
    border-radius: 8px;
}
.features_important_content > div {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 180px;
}
.features_important_box {
    display: flex;
    gap: 32px;
}
.features_important_box:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}
.features_important_box > img {
    width: 45%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.features_important_textbox p {
    line-height: 2.3em;
}
.features_important_textbox > h3 {
    font-size: 2rem;
    margin-bottom: 16px;
    color: var(--bacecolor);
    background: var(--personother);
    display: inline-block;
    padding: 8px 24px;
    border-radius: 5px;
    font-weight: 100;
}
@media (max-width: 896px) {
    .features_situ_box {
        width: 100%;
        padding: 24px 24px 32px;
    }
    .features_bg_situation {
        margin-bottom: 120px;
    }
    .features_situation_content > div ul {
        width: 100%;
    }
    .features_situation_content > div {
        flex-direction: column;
    }
    .features_important_box,.features_important_box:nth-child(even)  {
        display: flex;
        flex-direction: column;
    }
    .features_important_box > img {
        width: 100%;
    }
    .features_top_content div p::before {
        position: absolute; 
        background: url("img/page/image-01.png") no-repeat center center;
        background-size: 130px;
        width: 130px;
        height: 130px;
        bottom: -150px;
        right: 0;
        content: "";
    }    
}
/*------------------------------------------------------------
	utilization
------------------------------------------------------------*/
.utilization_bg_content > div {
    display: flex;
    flex-direction: column;
    gap: 180px;
}
.utilization_flow_box img {
    border-radius: 8px;
}
.utilization_flow_box {
    display: flex;
    gap: 24px;
    position: relative;
}
.utilization_flow_box::before {
    position: absolute;
    background: url("img/coun/bottom_arrow.png") no-repeat center center;
    background-size: 60px;
    width: 80px;
    height: 70px;
    bottom: -85px;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
}
.utilization_flow_box:last-child::before {
    display: none;
}
.utilization_flow_box figure {
    width: 40%;
    margin-bottom: 0;
}
.utilization_flow_box img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
    height: auto;
}
.utilization_flow_box h3 {
    font-size: 2.3rem;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--personother);
    color: var(--personmaincolor);
}
.utilization_flow_txt {
    line-height: 1.8em;
}
.utilization_flow_box > div {
    width: calc(60% - 24px);
}
.utilization_bg_content {
    margin-bottom: 120px;
}
.utilization_bottom_content {
    width: 95%;
    text-align: center;
    line-height: 2.3em;
    margin: 0 auto 160px;
    padding: 64px 48px;
    box-sizing: border-box;
    background: var(--personmainwhite);
    border-radius: 10px;
}
.utilization_bottom_content > h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
}
.utilization_bottom_link p {
    width: 40%;
    min-width: 350px;
    margin: 32px auto 0;
    background: var(--bacecolor);
    color: var(--personmaincolor);
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    transition: all 0.6s 0s ease;
}
.utilization_bottom_link p > svg {
    margin-left: 16px;
}
@media (min-width: 897px) {
    .utilization_bottom_link p:hover {
        background: var(--personmaincolor);
        color: var(--bacecolor);
    }
}
@media (max-width: 896px) {
    .utilization_flow_box {
        flex-direction: column;
    }   
    .utilization_flow_box figure,
    .utilization_flow_box > div {
        width: 100%;
    }
    .utilization_bottom_content {
        width: 100%;
        padding: 32px 24px;
    }
    .utilization_bottom_content > h2 {
        font-size: 2rem;
    }
    .utilization_bottom_link p {
        min-width: 250px;
    }
}
/*------------------------------------------------------------
	staff
------------------------------------------------------------*/
.staff_top_content p {
    width: 80%;
    margin: 0 auto 120px;
    text-align: center;
}
.staff_person_content {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 180px;
}
.staffPage .commitment-link {
    width: 100%;
}
.staffPage .commitment-link .commitment-img {
    width: 100%;
    min-width: 250px;
    aspect-ratio: auto;
}
.staffPage #commitment-box {
    width: 31%;
}
.staffPage .commitment-link .commitment-img img {
    transition: 0.5s;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
    margin-bottom: 32px;
}
.staffPage .commitment-link h3 {
    bottom: 24px;
    top: auto;
    filter: drop-shadow(1px 1px 2px #707070);
    font-size: 1.8rem;
}
@media (max-width: 896px) {
    .staff_person_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .staffPage #commitment-box {
        width: 100%;
    }
    .staffPage .commitment-link .commitment-img {
        aspect-ratio: 1/1;
    }
}
/*------------------------------------------------------------
	corpinfo
------------------------------------------------------------*/
.corpinfoPage p {
    color: var(--corpsub);
    line-height: 1.8em;
}
.corpinfoPage .common_title {
    color: var(--corpmaincolor);
    text-align: center;
    font-size: 2.8rem;
}
.corpinfoPage .common_title.small_title {
    color: var(--corpother);
}
.corpinfo_detail_box > p {
    text-align: center;
    width: 80%;
    margin: 0 auto 80px;
    line-height: 2.1em;
    font-size: 1.8rem;
}
.corpinfo_detail_box > img {
    width: 70%;
    margin: 0 auto 180px;
    border-radius: 8px;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.corpinfo_detail_box {
    text-align: center;
}
.corpinfo_eap_merit_group {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 80px;
}
.corpinfo_eap_content img {
    border-radius: 8px;
}
.corpinfo_eap_merit_group > img {
    width: 50%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.corpinfo_eap_merit_group .common_title.small_title {
    text-align: start;
}
.corpinfo_eap_merit_group > div > ul > li {
    line-height: 2em;
}
.corpinfo_eap_bgbox {
    padding: 120px 0;
    background: var(--corpmainwhite);
}
.corpinfo_eap_content > p {
    width: 70%;
    margin: 0 auto 160px;
    line-height: 2em;
    font-size: 1.8rem;
}
.corpinfo_eap_intro_group > div {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 48px;
}
.corpinfo_eap_intro_group > div > p {
    line-height: 2em;
    font-size: 1.4rem;
    font-weight: 200;
    letter-spacing: 0.06rem;
}
.corpinfo_eap_intro_group > div > img {
    width: 40%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.corpinfo_eap_intro_content > p {
    width: 70%;
    margin: 0 auto;
    line-height: 1.8em;
    margin-bottom: 80px;
}
.corpinfo_eap_intro_content > .common_title {
    margin-bottom: 8px;
}
.corpinfo_eap_intro_group > .common_title.small_title {
    margin-bottom: 48px;
    font-size: 1.6rem;
}
.corpinfo_eap_intro_care_title {
    font-size: 2rem;
    border-bottom: 1px solid var(--corpother);
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 24px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.corpinfo_eap_intro_box {
    text-align: center;
    width: 80%;
    margin: 0 auto 160px;
}
.corpinfo_eap_intro_box > p {
    text-align: start;
    line-height: 1.8em;
}
.corpinfo_eap_merit_listbox {
    display: flex;
    gap: 48px;
    padding: 24px;
    box-sizing: border-box;
}
.corpinfo_eap_merit_listbox .accordion-area {
    margin-bottom: 48px;
}
.corpinfo_eap_merit_listbox .accordion-area li {
    width: 90%;
    margin: 0 auto 24px;
}
.corpinfo_eap_merit_listbox > ul > h3,
.corpservice_plan_content > ul > h3 {
    margin: 0 auto 24px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    color: var(--corpsub);
}
.corpinfo_eap_merit_listbox > ul .title,
.corpservice_plan_content > ul > .title {
    border-radius: 5px;
    background: #cff1d0;
    font-weight: 200;
    color: #217067;
}
.corpinfo_eap_merit_listbox .title::before,
.corpinfo_eap_merit_listbox .title::after,
.corpservice_plan_content .title::before,
.corpservice_plan_content .title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    top: 48%;
    right: 15px;
    background-color: #738c98;
    transition: 0.3s;
}
.accordion-area_wrap {
    margin: 0 8px;
}
.corpinfo_eap_bottom_txt {  
    width: 70%;
    margin: 0 auto;
    padding: 32px;
    box-sizing: border-box;
    background: var(--bacecolor);
    border-radius: 5px;
    line-height: 1.8em;
    position: relative;
}
.corpinfo_eap_bottom_txt::before {
    position: absolute;
    background: url("img/page/image-03.png") no-repeat center center;
    background-size: 250px;
    width: 250px;
    height: 320px;
    bottom: -250px;
    right: -150px;
    content: "";
}
.corpinfo_eap_merit_content {
    margin-bottom: 80px;
}
.corpinfo_eap_case_content {
    padding: 180px 0;
}
.corpinfo_eap_case_group {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.corpinfo_eap_case_content .commitment-link .commitment-img {
    aspect-ratio: 3 / 2;
}
.corpinfo_eap_case_content #commitment-box {
    width: 30%;
}
.corpinfo_eap_case_content .commitment-link h3  {
    background: rgba(149, 162, 177, 0.8);
    width: 100%;
}
.commitment-link > h3 > p {
    color: var(--corpdarksub);
}
.corpinfo_eap_case_popup_title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--corpdarksub);
}
[id^="commitment-popup"] .commitment-popup-txt .corpinfo_eap_case_popup_name {
    font-size: 3.5rem;
    margin-bottom: 32px;
    color: var(--corpsub);
}
.corpinfo_eap_case_popup_time {
    margin-bottom: 8px;
    display: inline-block;
    padding: 4px 16px;
    background: var(--corpdarksub);
    border-radius: 25px;
    font-size: 1.3rem;
}
@media (min-width: 897px) {
    .corpinfo_eap_case_content .commitment-link h3 {
        transition: all 0.6s 0s ease    ;
    }
    .corpinfo_eap_case_content .commitment-link:hover h3 {
        background: rgba(58, 110,165, 0.8);
    }
}
@media (max-width: 896px) {
    .corpinfo_detail_box > p {
        width: 100%;
        line-height: 1.8em;
        font-size: 1.7rem;
    }
    .corpinfo_detail_box > img {
        width: 100%;
        margin: 0 auto 120px;
    }
    .corpinfo_eap_merit_group {
        flex-direction: column;
        margin-bottom: 32px;
    }
    .corpinfo_eap_merit_group > img {
        width: 100%;
    }
    .corpinfo_eap_content > p {
        width: 100%;
        font-size: 1.6rem;
        margin: 0 auto 80px;
    }
    .corpinfo_eap_bgbox {
        padding: 80px 0;
    }
    .corpinfo_eap_intro_group > div {
        flex-direction: column;
    }
    .corpinfo_eap_intro_group > div > p {
        background: var(--bacecolor);
        padding: 16px;
        border-radius: 8px;
    }
    .corpinfo_eap_intro_content > p {
        width: 90%;
    }
    .corpinfo_eap_intro_box {
        width: 100%;
        margin: 0 auto 80px;
    }
    .corpinfo_eap_merit_listbox {
        flex-direction: column;
        padding: 0;
    }
    .corpinfo_eap_bottom_txt {
        width: 90%;
        padding: 16px;
    }
    .corpinfo_eap_case_content {
        padding: 80px 0;
    }
    .corpinfo_eap_case_group {
        flex-direction: column;
        align-items: center;
    }
    .corpinfo_eap_case_content #commitment-box {
        width: 100%;
    }
    .corpinfo_eap_case_content [id^="commitment-popup"] .commitment-popup-txt {
        width: 100%;
    }
    .corpinfoPage .common_title {
        font-size: 2rem;
    }
    .corpinfo_eap_intro_group > div > img {
        width: 100%;
    }
    .corpinfo_eap_merit_listbox > ul .title, .corpservice_plan_content > ul > .title {
        padding: 16px 48px 16px 24px;
    }
    .corpinfo_eap_bottom_txt::before {
        position: absolute;
        background: url("img/page/image-03.png") no-repeat center center;
        background-size: 160px;
        width: 180px;
        height: 250px;
        bottom: -220px;
        right: 0;
        content: "";
    }
    .corpinfo_eap_case_popup_title {
        font-size: 2rem;
    }
    [id^="commitment-popup"] .commitment-popup-txt .corpinfo_eap_case_popup_name {
        font-size: 2.5rem;
    }
    .corpinfo_eap_casebox [id^="commitment-popup"] .commitment-popup-txt {
        width: 100%;
    }
}
/*------------------------------------------------------------
	servicePage EAPサービス・ご契約
------------------------------------------------------------*/
.corpservice_health_txtbox {
    margin-bottom: 160px;
}
.corpservice_intro_content > div {
    display: flex;
    gap: 32px;
    margin-bottom: 160px;
}
.corpservice_intro_content > div > div {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.corpservice_intro_content > div > div > p:first-child {
    font-size: 2.15rem;
    line-height: 1.7em;
    color: var(--corpother);
    font-weight: 200;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.corpservice_intro_content > div > div > p:last-child {
    font-size: 1.5rem;
    line-height: 1.8em;
    width: 90%;
}
.corpservice_intro_content > div > img {
    width: calc(45% - 32px);
}
.corpservice_plan_content .title {
    background: #e7f6e7;
    color: var(--corpother);
    text-align: center;
    font-size: 2.1rem;
    font-weight: 200;
    font-family: "Zen Kaku Gothic New", sans-serif;
    border-radius: 10px;
    padding: 24px 16px;
    transition: all 0.6s 0s ease;
}
.corpservice_plan_content .accordion-area li {
    margin: 24px 0;
}
.corpservice_plan_content .box figure {
    margin: 32px auto;
    width: 80%;
}
.corpservice_other_title_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-bottom: 120px;
}
.corpservice_other_title_list a {
    width: calc(30% - 24px);
}
.corpservice_other_title_list li {
    padding: 16px;
    background: var(--corpdarksub);
    border-radius: 5px;
    text-align: center;
    transition: all 0.6s;
}
.corpservice_other_detail_group {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 180px;
}
.corpservice_other_detailbox {
    width: 70%;
    margin: 0 auto;
    padding: 32px 32px 48px;
    background: #e2f1f4;
    border-radius: 8px;
}
.corpservice_other_detailbox > h3 {
    text-align: center;
    font-size: 2.3rem;
    font-family: "Zen Maru Gothic", serif;
    color: var(--corpother);
    border-bottom: 1px solid var(--corpother);
    padding-bottom: 8px;
    width: fit-content;
    margin: 0 auto 24px;
}
.corpservice_other_detailbox > div {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.corpservice_other_detailbox > div > p {
    width: 60%;
}
@media(min-width: 897px) {
    .corpservice_plan_content .title:hover {
        background: var(--corpdarksub);
    }
    .corpservice_other_title_list a:hover li {
        color:var(--bacecolor);
        background: var(--corpmaincolor);
    }
}
@media (max-width: 896px) {
    .corpservice_other_title_list {
        gap: 16px;
    }
    .corpservice_other_title_list a {
        width: 45%;
    }
    .corpservice_other_detail_group {
        gap: 52px;
    }
    .corpservice_other_detailbox > div {
        flex-direction: column;
    }
    .corpservice_intro_content > div {
        flex-direction: column;
    }
    .corpservice_intro_content > div > img {
        width: 100%;
    } 
    .corpservice_plan_content .title {
        padding: 16px 24px;
        font-size: 1.6rem;
    }
    .corpservice_other_title_list {
        margin-bottom: 80px;
    }
    .corpservice_other_detailbox > div > p {
        width: 100%;
    }
    
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about_top_content > p {
    width: 80%;
    background: var(--personmainwhite);
    padding: 32px;
    box-sizing: border-box;
    margin: 0 auto 80px;
    line-height: 1.8em;
    text-align: center;
    font-size: 2.1rem;
}
.about_info_table {
    margin-bottom: 120px;
    
}
.about_info_table table {
    width: 80%;
    margin: 0 auto 64px;
    border-collapse: collapse;
}
.about_info_table table th,
.about_info_table table td {
    padding: 12px 16px;
    box-sizing: border-box;
}
.about_info_table table th {
    width: 30%;
    background: var(--corpdarksub);
    text-align: center;
}
.about_info_table table td {
    width: 90%;
    background: var(--corpmainwhite);
    line-height: 1.8em;
    font-size: 1.4rem;
}
.about_info_table table tr:first-child th,
.about_info_table table tr:first-child td {
    padding-top: 16px;
}
.about_info_table table tr:first-child th,
.about_info_table table tr:first-child td {
    padding-bottom: 16px;
}
.about_info_textbox {
    width: 80%;
    margin: 0 auto;
    display: flex;
    gap: 32px;
}
.about_info_textbox > p {
    width: 70%;
}
.about_info_textbox > figure {
    margin-bottom: 0;
    width: calc(30% - 32px);
}
.about_info_textbox > figure img {
    border-radius: 6px; 
}
.about_detail_content {
    margin-bottom: 180px;
    text-align: center;
    line-height: 2em;
}
.about_support_listbox {
    margin: 0 auto 64px;
    width: 60%;
    min-width: 450px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.about_support_listbox > li {
    padding: 16px 0;
    color: var(--personmaincolor);
    font-size: 2rem;
    line-height: 1.8em;
    background-color: #e3f7d4;
    background-image: radial-gradient(#f7fff180 30%, transparent 30%);
    background-size: 10px 10px;
    border-radius: 25px 0;
}
.about_support_bottomtext > p {
    width: 80%;
    margin: 0 auto 180px;
    line-height: 1.8em;
}
.about_info_textbox > p {
    line-height: 1.8em;
}
.about_bottom_textbox > .common_title {
    font-size: 2.3rem;
    border-bottom: 1px solid var(--personmaincolor);
    padding-bottom: 4px;
}
.about_bottom_textbox > p {
    width: 70%;
    margin: 0 auto 80px;
    line-height: 1.8em;
}
.about_bottom_textbox > div {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 160px;
}
.bottom_gallery_imgbox {
    text-align: center;
    width: calc(50% - 32px);
}
.bottom_gallery_imgbox img {
    border-radius: 8px;
}
.bottom_gallery_imgbox > img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 24px;
    width: 100%;
}
.bottom_gallery_imgbox > h4 {
    background: var(--personmaincolor);
    padding: 8px 0;
    color: #fff;
    font-weight: 100;
    border-radius: 25px;
    display: inline-block;
    width: 80%;
}
.access_gallery_firstimg,
.access_gallery_secondimg {
    margin-bottom: 80px;
}
.access_gallery_firstimg > img,
.access_gallery_secondimg > img {
    width: 100%;
}
.access_gallery_content > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 180px;
    justify-content: center;
}
.access_gallery_content > ul > li {
    width: calc(33% - 24px);
    min-width: 250px;
    position: relative;
}
.access_gallery_content > ul > li > span {
    position: absolute;
    top: -18px;
    left: 12px;
    font-size: 8rem;
    color: #ffffff50;
    font-family: "Zen Maru Gothic", serif;
}
.access_gallery_content > ul > li > img {
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all 0.3s;
    border: 3px solid transparent;
    box-sizing: border-box;
}
.access_gallery_content > ul > li > img:hover {
    border: 3px solid var(--personother);
}
.access_gallery_content > ul > li > p {
    margin: 24px 8px 48px;
}
.access_map_content > div {
    text-align: center;
    margin-bottom: 180px;
}
.access_map_content > div > iframe {
    width: 80%;
}
.reserve_content {
    margin-bottom: 160px;
}
.reserve_content > div {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
}
.reserve_content > div > div > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    transition: all 0.6s;
}
.reserve_content p {
    width: 100%;
    color: var(--personmaincolor);
    box-sizing: border-box;
    font-size: 1.6rem;
    transition: all 0.6s;
    padding-right: 24px;
}
.reserve_box img {
    width: 120px;
    height: 120px;
}
.reserve_content svg {
    margin-left: 8px;
}
.corpinfoPage .reserve_content p {
    color: var(--corpsub);
}
@media (max-width: 896px) {
    .access_map_content > div {
        margin-bottom: 96px;
    }
    .access_map_content > div > iframe {
        width: 100%;
    }
    .access_gallery_content > ul > li {
        min-width: auto;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .access_gallery_content > ul > li > img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        width: 100px;
        height: 100px;
    }
    .access_gallery_content > ul > li > p {
        margin: 0 0 16px 16px;
    }
    .access_gallery_content > ul > li > span {
        top: -13px;
        left: 5px;
        font-size: 4rem;
        color: #ffffff80;
    }
    .about_top_content > p {
        width: 100%;
        font-size: 1.6rem;
    }
    .about_info_table table {
        width: 100%;
    }
    .about_info_table tr {
        display: flex;
        flex-direction: column;
    }
    .about_info_table table th, .about_info_table table td {
        width: 100%;
    }
    .about_info_textbox {
        width: 100%;
        flex-direction: column;
    }
    .about_info_textbox > p,
    .about_info_textbox > figure {
        width: 100%;
    }
    .about_support_listbox {
        width: 100%;
        min-width: auto;
    }
    .about_support_bottomtext > p {
        width: 90%;
        
    }
    .about_bottom_textbox > p {
        width: 100%;
    }
    .about_bottom_textbox > div {
        display: flex;
        flex-direction: column;
    }
    .about_bottom_textbox > .common_title {
        font-size: 2rem;
        border-bottom: none;
    }
    .bottom_gallery_imgbox {
        width: 100%;
    }
    .reserve_content > div {
        display: flex;
        gap: 32px;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (min-width: 897px) {
    .reserve_content > div > div > a:hover {
        background: var(--personmainwhite);
    }
    .corpinfoPage .reserve_content > div > div > a:hover {
        background: var(--corpmainwhite);
    }
}
/*------------------------------------------------------------
	column
------------------------------------------------------------*/
.column_archive .blogUl {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
}
.blog_li > a {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 32px 0;
}
.column_archive .blog_li > a {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.column_archive .blog_li {
    border-bottom: none;
    border-radius: 0 96px 0 0;
    background: var(--personmainwhite);
    width: 31%;
    min-width: 200px;
    transition: all 0.3s;
}
.column_archive .blog_txt {
    padding: 16px;
    box-sizing: border-box;
}
.column_archive .blog_li img {
    width: 100%;
}
.column_archive .blog_title {
    font-size: 1.8rem;
    font-weight: 500;
}
@media (min-width: 897px) {
    .column_archive .blog_li:hover {
        filter: brightness(0.8);
    }
    .blog_li > a p,
    .blog_li > a div {
        transition: all 0.3s;
    }
    .blog_li > a:hover .blog_txt > p,
    .blog_li > a:hover .blog_txt > div,
    .blog_li > a:hover .blog_txt .blog_title {
        color: var(--personother);
    }
    .column_archive .blog_li > a:hover .blog_txt > p,
    .column_archive .blog_li > a:hover .blog_txt > div,
    .column_archive .blog_li > a:hover .blog_txt .blog_title {
        color: var(--personfontcolor);
    }
}
@media (max-width: 896px) {
    .column_archive .blogUl {
        flex-direction: column;
        align-items: center;
    }
    .column_archive .blog_li {
        width: 90%;
        min-width: 230px;
    }
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage {
    margin-bottom: 220px;
}
.contactPage .topTxt {
	margin: 0 0 68px 3px;
	letter-spacing: 0.06em;
}
.contactPage .title {
    background: none;
    position: unset;
}
.contactPage .title::before,
.contactPage .title::after {
    content: none;
}
.contactPage .title:hover {
    cursor: auto;
}
.contactPage table {
    margin-bottom: 158px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contactPage th,
.contactPage td {
	padding: 28px 0 28px 58px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #D1CFCF;
}
.contactPage th {
	padding: 20px 50px 20px 0;
	width: 29%;
	font-weight: 500;
}
.contactPage td {
    font-size: 1.3rem;
	position: relative;
}
.contactPage th .must {
	float: right;
	width: 44px;
	color: #fff;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: var(--personmaincolor);
	text-align: center;
}
.contactPage td:before {
	position: absolute;
	left: 0;
	top: 27px;
	width: 1px;
	bottom: 27px;
	background: #D1CFCF;
	content: "";	
}
.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
	width: 100%;
	height: 58px;
	color: #212836;
	font-size: 1.3rem;
	padding: 5px 10px 5px 23px;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #F4F4F4;
    border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.contactPage td .wid01 {
    width: 98px !important;
}
.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
	font-size: 1.6rem;
}
.contactPage td .add {
    margin-bottom: 20px;
}
.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}
.contactPage .txtP a {
    text-decoration: underline;
}
.contactPage .txtP a:hover {
    opacity: 0.7;
}
.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
    background-size: 16px 16px;
    display: block;
    min-height: 16px;
    padding: 4px 0 6px 26px;
}
.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
    background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
    background-size: 16px 16px;
}
.contactPage .submit {
    text-align: center
}
.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}
.ajax-loader {
	display: none !important;
}
.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
}
.contactPage .submit li .info02 {
	position: relative;
	z-index: 2;
}
.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.contactPage .submit li .info01:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contactPage .submit .back .info01:before {
    margin-top: -5px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
}
.contactPage .submit li input {
    color: #fff;
    width: 258px;
    height: 48px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
	background: none;
}
.contactPage .submit li input:disabled {
	cursor: default;
	pointer-events: none;
}
.contactPage .submit .back .info01 {
    background: #919191;
	border-color: #919191;
}
.contactPage .submit li.disabled .info01 {
	background: #CECECE;
	border-color: #CECECE;
}
.contactPage .submit li.disabled .info01:after {
	display: none;
}
.contactPage .errTop {
    margin-bottom: 16px;
    padding: 18px 10px;
    color: #C1272D;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 3px solid #C1272D;
    background: #FCDEDD;
    text-align: center;
}
.contactPage .errTop img {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
    background: #FCDEDD;
    border: 1px solid #C1272D;
}
.contactPage .error td .errorTxt {
    margin: 2px 0 -22px;
    display: block;
    color: #DE2B2B;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}
.contactPage .confirmTab th,
.contactPage .confirmTab td {
    height: 60px;
}
.contactPage .confirmTab td .add {
    margin-bottom: 4px;
}
.thanks .title {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}
.thanks .thanksTxt {
    margin-bottom: 180px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}
.thanks .linkBtn a {
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 256px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
	box-sizing: border-box;
}
.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.thanks .linkBtn .info {
	position: relative;
	z-index: 2;
}
.thanks .linkBtn a:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 897px) {
	.contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
	}
	.contactPage .submit li:hover .info01:before {
		right: -21px;
		background-image: url("img/common/icon08.png");
	}
	.contactPage .submit li.disabled:hover .info01:before {
		right: 10px;
		background-image: url("img/common/icon05.png");
	}
	.contactPage .submit li:hover input {
		color: #212836;
	}
	.contactPage .submit li.disabled:hover input {
		color: #fff;
	}
	.contactPage .submit li.back:hover .info01:before {
		left: -21px;
		background-image: url("img/common/icon14.png");
	}
	.thanks .linkBtn a:hover {
		color: #212836;
	}
	.thanks .linkBtn a:hover:before {
		background-image: url("img/common/icon14.png");
		left: -21px;
	}
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }
    .contactPage table {
        margin-bottom: 48px;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }
    .contactPage th {
        padding: 22px 0 10px;
        width: 100%;
        border: none;
    }
    .contactPage td:before {
        display: none;
    }
    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }
    .contactPage td {
        font-size: 1.4rem;
    }
    .contactPage td .wid01 {
        width: 124px !important;
    }
    .contactPage td .ico {
        margin-right: 7px;
    }
    .contactPage td .add {
        margin-bottom: 20px;
    }
    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }
    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }
    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
    }
	.contactPage .agreeTxt span.wpcf7-list-item {
		margin: 0 !important;
	}
    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }
    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }
    .contactPage .submit li span:before {
        right: 17px;
    }
    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }
    .contactPage .errTop {
        margin-bottom: 18px;
        padding: 23px 10px 20px;
        font-size: 1.6rem;
        border-width: 2px;
        line-height: 1.9;
    }
    .contactPage .errTop img {
        margin: 0 auto 5px;
        display: block;
    }
    .contactPage .error td .errorTxt {
        margin: 3px 0 -19px;
        font-size: 1.1rem;
    }
    .contactPage .confirmTab th,
    .contactPage .confirmTab td {
        padding: 21px 0 7px;
        height: auto;
        line-height: 2;
    }
    .contactPage .confirmTab td {
        padding: 0 0 20px;
    }
    .contactPage .confirmTab td .add {
        margin-bottom: 4px;
    }
    .thanks .title {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }
    .thanks .thanksTxt {
        margin-bottom: 37px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.9; 
    }
    .thanks .linkBtn a {
        margin: 0 auto;
        height: 60px;
        width: 100%;
        font-size: 1.6rem;
        max-width: 450px;
        letter-spacing: 0.06em;
    }
    .thanks .linkBtn a:before {
        left: 16px;
    }
}
@media all and (max-width: 374px) {
    .contactPage .txtP {
        margin: 0 -17px 23px;
    }
    .contactPage .agreeTxt {
        padding: 14px 5px 14px 10px;
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    margin-bottom: 240px;
    margin-top: 228px;
}
.privacy h3 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 48px;
    color: var(--personmaincolor);
}
.privacy p {
    margin-bottom: 4px;
    line-height: 2.3;
    letter-spacing: 0.06em;
}
.privacy h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.privacy .txt01 {
    margin-bottom: 65px;
}
.privacy .txt02 {
    margin-bottom: 72px;
}
.privacy .txt03 {
    margin-bottom: 35px;
}
.privacy .txt04 {
    margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .privacy {
        margin-bottom: 110px;
        margin-top: 0;
    }
	.privacy .pageTitle {
		padding: 28px 0 30px;
	}
	.privacy .pageTitle .headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
	.privacy .pageTitle .headLine01 .jp {
		font-size: 2rem;
	}
	.privacy #pagePath {
		margin-bottom: 56px;
	}
    .privacy p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }
    .privacy h5 {
        margin-bottom: 3px;
        letter-spacing: 0.01em;
    }
    .privacy .txt01 {
        margin-bottom: 57px;
    }
    .privacy .txt02 {
        margin-bottom: 60px;
    }
    .privacy .txt03 {
        margin-bottom: 27px;
    }
    .privacy .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}

.grecaptcha-badge { visibility: hidden; }
