@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&display=swap');

:root {
    /*使用しない場合も必ず設定*/
    --i_bg_color: /*#ffffff*/#e3eae0;
    /*背景*/
    --i_txt_color: /*#090909*/#000;
    /*テキスト*/
    --i_main_color: /*#a9a9a9*/#23352b;
    /*メイン*/
    --i_sub_color: /*#61c099*/#23352b;
    /*アクセント*/
    --i_sub2_color: /*#eee*/#dbe2d7;
    /*薄い色*/
    --i_btn_color: /*#474747*/#23352b;
    /*ボタン*/
    --i_btn_hover_color: /*#515151*/#23352b;
    /*ボタンhover*/
    --i_btn_txt_color: #fff;
    /*ボタンテキスト*/
    --i_btn_hover_txt_color: #fff;
    /*ボタンテキスト*/
    --i_shadow_color: rgba(0, 0, 0, 0.05);
    /*シャドウ*/
    --i_border_color: rgba(0, 0, 0, 0.15);
    /*ボーダー*/
    --i_noimg_bg_color: /*#eee*/#dbe2d7;
    /*画像無し*/
}
/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/
html {
    font-size: 62.5%;
}
body {
    font-size: 1.65rem;
    line-height: 1.95;
    letter-spacing: 0.02rem;
    -webkit-text-size-adjust: 100%;
    color: var(--i_txt_color);
    font-weight: 500;
}
body,
main {
    background: var(--i_bg_color);
}
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    main {
        /* IE11 にのみ適用される */
        display: block;
    }
}
@media screen and (max-width: 850px) {
    html {
        font-size: 60.606%;
    }
    body {
        letter-spacing: 0px;
    }
}
a {
    outline: 0;
    text-decoration: none;
    color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a {
    color: inherit;
}
/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img {
    object-position: 50% 50%;
    font-family: 'object-position: 50% 50%;';
}
@media screen and (max-width: 850px) {
    #sidebar {
        border: 5px solid var(--i_noimg_bg_color);
    }
}
.no_img {
    background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
}
/*----------------------------loader----------------------------*/
#load div:nth-of-type(1) {
    background: #fff;
}
#load .loader,
.popup .loader {
    border: 1px solid var(--i_main_color);
    /*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before {
    border-top-color: var(--i_main_color);
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
    /*★*-1*/
    left: -1px;
    top: -1px;
}
#load img {
    max-width: 140px;
}
@media screen and (max-width: 850px) {
    #load img {
        max-width: 110px;
    }
}
/*----------------------------header----------------------------*/
header#pattern2 .header_contents {
    /*padding-top: 25px !important;*/
}
header {
    /*	background:var(--i_bg_color);*/
}
header .wraper {
    max-width: 1300px;
}
header#pattern2:not(.width_full) nav {
    max-width: 1300px;
}
header * {
    font-weight: 500;
}
body.scrolled header .wraper > .inner {
    min-height: 45px !important;
    margin-top: 0;
}
header h1 {
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: normal;
    opacity: 0.7;
}
header .logo {
    padding: 5px 0;
}
header .logo,
header .logo a {
    max-width: 120px;
    position: relative;
}
header .logo a img {
    transition: 0.3s ease-in-out;
    transition-property: opacity;
    position: relative;
    z-index: 2;
}
body.scrolled header .logo a img {
    max-height: 60px;
}
body.scrolled header {
    /*background: rgba(255, 255, 255, 0.95);*/
    background: rgb(227 234 224 / 95%);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.03);
}
header .header_contents .header_col1 {
    /* ▼水平方向レイアウト */
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    /* ▼垂直方向レイアウト */
    /*flex-direction: column;
	align-items: flex-end;*/
}
header .header_contents .header_col1 .tel {
    position: relative;
    font-size: 24px;
    line-height: 1;
    padding-left: 26px;
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
header .burger {
    right: 20px;
    transform: translateY(0%);
}
header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg {
    fill: var(--i_txt_color);
}
_:-ms-lang(x),
header .header_contents .header_col1 .btn .translate {
    right: -50px;
}
header .header_contents .header_sns li svg {
    fill: var(--i_main_color);
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
    background: var(--i_txt_color);
}
header .header_contents .header_col1 .tel svg {
    width: 19px;
    height: 19px;
    top: calc(50% - 11px);
    left: 0;
}
header .header_contents .header_col1 .btn > a {
    display: table-cell;
    text-align: center;
    width: 190px;
    background: var(--i_btn_color);
    border: 1px solid var(--i_btn_color);
    color: #fff;
    padding: 5px 5px 5px 7px;
    position: relative;
    transition: .5s ease-in-out;
    font-weight: 500;
    font-size: 1.5rem;
    border-radius: 0px;
    /*letter-spacing: 0.1rem;*/
}
header .header_contents .header_col1 .btn > a:hover {
    opacity: 0.8;
}
header#pattern3.width_full nav ul.nav_1st {
    width: calc(100% - 50px);
}
@media screen and (max-width: 900px) {
    header .wraper {
        width: calc(100% - 20px);
    }
    header#pattern3 .logo,
    header#pattern4 .logo {
        margin: 0 auto;
    }
    header .wraper > .inner {
        margin-top: 0;
    }
    header .header_contents .header_col1 .btn > a:hover {
        background-color: var(--i_sub_color);
        border: 1px solid var(--i_sub_color);
    }
    header.width_full .wraper {
        /*240702追記*/
        padding: 0 10px !important;
        width: calc(100% - 20px) !important;
    }
    header#pattern4 .logo {
        margin-left: 0;
    }
    header#pattern4 .burger {
        right: inherit;
    }
}
header .header_contents .header_col1 .btn .translate a svg {
    max-width: 74%;
    max-height: 74%;
    margin: 13% auto 0;
}
header nav {}
header nav ul.nav_1st {
    width: 100%;
    max-width: 1300px !important;
    /*任意*/
    margin-bottom: 10px;
}
header nav ul.nav_1st > li:after {
    /*罫線*/
    content: "";
    display: block;
    width: 1px;
    height: 85%;
    position: absolute;
    top: 7.5%;
    left: 0;
    border-right: 1px solid var(--i_main_color);
}
header nav ul.nav_1st > li:first-child:after {
    display: none;
}
header nav ul.nav_1st > li > a {
    font-size: 1.5rem;
    font-weight: normal;
    position: relative;
    padding-left: 1vw;
    padding-right: 1vw;
    letter-spacing: 0.1rem;
}
header nav ul.nav_1st > li > a:hover {
    color: var(--i_main_color);
}
header nav ul.nav_1st > li > a span {
    /*ナビの高さはline-heightで調整*/
    line-height: 4;
    /* マージン普通選択時 */
    /*color: #fff !important; ナビ背景色設定時 */
}
header nav ul.nav_1st > li > a:hover {
    opacity: 1 !important;
    color: #515151;
}
header#pattern2 nav ul.nav_1st {
    width: 85%;
}
header#pattern2 nav ul.nav_1st > li > a span {
    line-height: 4;
}
body.margin header nav ul.nav_1st > li > a span {
    line-height: 4;
    /* マージン広い選択時 */
}
header nav ul.nav_1st > li.active a:before {
    width: 80%;
    height: 1px;
    background: var(--i_sub_color);
    bottom: 0;
    left: 10%;
}
header nav ul.nav_2nd {
    padding-top: 20px;
}
header nav ul.nav_1st > li:hover ul.nav_2nd {
    padding-top: 10px;
}
header nav ul.nav_2nd > li {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.13);
}
header nav ul.nav_2nd > li:nth-last-of-type(1) {
    border-bottom: none;
}
header nav ul.nav_2nd li a {
    padding: 10px 20px;
    font-weight: normal;
    font-size: 1.4rem;
    /*! color: #333 !important; */
}
header nav ul.nav_2nd > li > a {
    padding-right: 30px;
}
header nav ul.nav_2nd > li > a:after {
    height: 5px;
    width: 5px;
    transform: rotate(-45deg);
    border-right: 1px solid var(--i_sub_color);
    border-bottom: 1px solid var(--i_sub_color);
    top: calc(50% - 2.5px);
    right: 20px;
}
header nav ul.nav_2nd > li > a span {}
header nav ul.nav_3rd {
    padding-left: 20px;
}
header nav ul.nav_3nd li a {
    padding: 5px 20px;
}
header nav ul.nav_3rd > li > a:after {
    height: 1px;
    width: 4px;
    background: var(--i_sub_color);
    top: calc(50% - 0.5px);
    left: 5px;
}
@media screen and (max-width: 900px) {
    .sp_translate svg {
        transition: 0.3s ease-in-out;
    }
    body.scrolled header .logo {
        padding: 10px 0 !important;
    }
    .sp_menu a {
        padding: 7px 6px 5px;
    }
    header.open:after,
    header .header_contents {
        /*background: rgba(255, 255, 255, 0.95);*/
    background: rgb(227 234 224 / 95%);
    }
    header .burger li.sp_translate a svg {
        height: 28px;
        width: 28px;
        margin: 10% auto;
    }
    header .header_sns,
    header .header_contents .header_col1,
    header .header_contents .header_col2 {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }
    header .header_sns {
        border-bottom: none;
    }
    header .header_sns:empty,
    header .header_contents .header_col1:empty,
    header .header_contents .header_col2:empty {
        border: none;
    }
    header .header_contents .header_col1 .tel,
    header .header_contents .header_col1 .btn {
        float: none;
    }
    header .header_contents .header_col2 {
        display: block !important;
    }
    header nav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    header nav ul.nav_1st {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    header nav ul.nav_1st li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    header nav ul.nav_1st > li:before,
    header nav ul.nav_1st > li:after {
        display: none !important;
    }
    header nav ul.nav_1st > li i:before,
    header nav ul.nav_1st > li i:after {
        background: var(--i_main_color);
    }
    header nav ul.nav_2nd {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    header nav ul.nav_2nd > li {
        box-shadow: none;
    }
    header nav ul.nav_2nd li a {
        color: #fff !important;
    }
    header nav ul.nav_3rd {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    header nav ul.nav_3rd > li:nth-last-of-type(1) {
        border-bottom: none;
    }
    header nav ul.nav_3rd > li > a:after {
        background: #fff;
    }
    /*SPナビ背景着色時*/
    /*
	header,
	header *,
	header nav ul.nav_2nd li a{
		color: #fff !important;
	}
	header .header_contents .header_col1 .tel svg{
		fill: #fff;
	}
	header.open .sp_menu a div:before,
	header.open .sp_menu a div:after{
		background: #fff;
	}
	header.open .sp_translate svg{
		fill: #fff !important;
	}
	*/
    header .logo,
    header .logo a {
        max-width: 95px;
    }
    header .logo a img {
        max-height: 50px !important;
    }
    body.scrolled header .logo a img {
        max-height: 50px !important;
    }
    header nav ul.nav_2nd > li > a span {
        color: var(--i_txt_color);
    }
    /*-----240702追記------*/
    header .header_contents .header_col1 > div {
        margin: 5px 10px 5px;
    }
    header#pattern4 .header_contents .header_col1 .header_hd {
        color: var(--i_main_color);
        font-size: 2.0rem;
    }
    header .header_contents .header_col1 {
        border-bottom: none;
        border: 1px solid var(--i_border_color);
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}
/*----------------------------余白設定----------------------------*/
main > section:first-child:not([class*="pt"]),
main > div:first-child:not([class*="pt"]),
div[class*='pb'] + .contents_related,
section[class*='pb'] + .contents_related,
div[class*='pb'] + .contents_related_tags,
section[class*='pb'] + .contents_related_tags {
    padding-top: 60px;
}
main > section:not([class*="pt"]),
main > div:not([class*="pt"]),
aside > section:not([class*="pt"]),
aside > div:not([class*="pt"]) {
    padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
    main > section:first-child:not([class*="pt"]),
    main > div:first-child:not([class*="pt"]),
    div[class*='pb'] + .contents_related,
    section[class*='pb'] + .contents_related,
    div[class*='pb'] + .contents_related_tags,
    section[class*='pb'] + .contents_related_tags {
        padding-top: 40px;
    }
    main > section:not([class*="pt"]),
    main > div:not([class*="pt"]),
    aside > section:not([class*="pt"]),
    aside > div:not([class*="pt"]) {
        padding-bottom: 40px;
    }
}
/*----------------------------見出し----------------------------*/
section .content_wrapper > .heading:first-child:last-child {
    margin-bottom: 0;
}
/*--*/
section:not([class*="pt"]) .content_wrapper > .heading:first-child:last-child {
    margin-bottom: 0;
}
.heading.block_header_1,
.heading.block_header_6 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
.heading.block_header_1 p,
.heading.block_header_6 .h {
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.4;
    position: relative;
    padding-bottom: 5px;
    letter-spacing: 0.15rem;
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
.align-center.heading.block_header_1 p,
.align-center.heading.block_header_6 .h {}
.align-left.heading.block_header_1 p,
.align-left.heading.block_header_6 .h {}
.align-right.heading.block_header_1 p,
.align-right.heading.block_header_6 .h {}
.heading.block_header_1 .h,
.heading.block_header_6 p {
    font-size: 1.85rem;
    letter-spacing: 0.15rem;
    font-weight: 600;
    color: var(--i_main_color);
}
/*--背景色指定あり且つ文字色指定#FFFのときの見出しデザイン1--*/
section[style*="color: #ffffff; "] .heading.block_header_1 p,
div[style*="color: #ffffff; "] .heading.block_header_1 p,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p {}
@media screen and (max-width: 800px) {
    .heading.block_header_1,
    .heading.block_header_6 {
        margin-bottom: 20px;
    }
    .heading.block_header_1 p,
    .heading.block_header_6 .h {
        font-size: 2.7rem;
        padding-bottom: 5px;
    }
    .heading.block_header_1 .h,
    .heading.block_header_6 p {
        font-size: 1.75rem;
    }
    /*--背景色指定あり且つ文字色指定#FFFのときの見出しデザイン1--*/
    section[style*="color: #ffffff; "] .heading.block_header_1 p,
    div[style*="color: #ffffff; "] .heading.block_header_1 p,
    section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p,
    div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p {}
}
/*--*/
.heading.block_header_2 {
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.heading.block_header_2 .h {
    display: inline-block;
    font-weight: 500 !important;
    font-size: 2.2rem;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-left: 21px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.heading.block_header_2 .h:before {
    position: absolute;
    left: 5px;
    top: calc(1em * 1.5 / 2);
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    background: var(--i_sub_color);
}
.heading.block_header_2 p {
    font-size: 1.4rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
}
@media screen and (max-width: 800px) {
    .heading.block_header_2 {
        margin-bottom: 20px;
    }
    .heading.block_header_2 .h {
        font-size: 2.2rem !important;
    }
    .heading.block_header_2 p {
        font-size: 1.5rem;
    }
}
/*--*/
.heading.block_header_3 {
    overflow: hidden;
    background: var(--i_main_color);
    padding: 10px 20px 10px 20px;
    margin-bottom: 30px;
}
.heading.block_header_3:before {
    display: block;
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 3px;
    left: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.heading.block_header_3 .h {
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.heading.block_header_3 p {
    font-size: 1.4rem;
    color: #fff;
}
@media screen and (max-width: 800px) {
    .heading.block_header_3 {
        padding: 5px 15px 5px 15px;
        margin-bottom: 20px;
    }
    .heading.block_header_3 .h {
        font-size: 2.0rem;
    }
    .heading.block_header_3 p {
        font-size: 1.3rem;
    }
}
/*--*/
.heading.block_header_4 {
    margin-bottom: 15px;
}
.heading.block_header_4:before {
    display: none;
}
.heading.block_header_4 .h {
    font-size: 2.3rem !important;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 5px;
    color: var(--i_sub_color);
}
.heading.block_header_4 p {
    font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
    .heading.block_header_4 .h {
        font-size: 2.1rem !important;
    }
}
/*--*/
.heading.block_header_5 {
    margin-bottom: 15px;
}
.heading.block_header_5 .h {
    display: inline;
    font-weight: 500;
    font-size: 1.9rem;
    margin-bottom: 10px;
    color: var(--i_txt_color);
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.heading.block_header_5 p {
    display: inline;
    font-size: 1.4rem;
    color: var(--i_main_color);
}
.heading.block_header_5 p:before {
    content: "　/　";
    color: var(--i_txt_color)
}
/*----------------------------背景パララックス----------------------------*/
.parallax {
    box-shadow: 0 0 5px var(--i_shadow_color) inset;
}
/*----------------------------ボタン----------------------------*/
.contents_btn01 a,
#fixbtn .contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
    border: 1px solid var(--i_txt_color);
    color: var(--i_txt_color);
    background: transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    font-family: inherit;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.contents_btn01 a:hover {
    border: 1px solid var(--i_btn_hover_color) !important;
}
#fixbtn .contents_btn01 a {
    color: var(--i_txt_color);
    border: 1px solid var(--i_txt_color);
}
main form .submit span input {
    border: 1px solid var(--i_txt_color);
    color: var(--i_txt_color);
    background: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    font-family: inherit;
    transition: 0.4s ease-in-out;
    position: relative !important;
    z-index: 2;
}
main form .submit {
    position: relative;
    overflow: hidden;
}
#fixbtn .contents_btn01 a:before,
.contents_btn01 a:before,
main form .submit:before {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 101%;
    height: 100%;
    background-color: var(--i_btn_hover_color);
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(5deg) scaleY(0);
    z-index: 1;
}
#fixbtn .contents_btn01 a:hover:before,
.contents_btn01 a:hover:before,
main form .submit:hover:before {
    transform-origin: bottom center;
    transform: skewY(5deg) scaleY(2);
}
#fixbtn .contents_btn01 a:hover,
.contents_btn01 a:hover,
main form .submit:hover span input {
    color: #fff;
    border: 1px solid var(--i_btn_color);
    z-index: 2;
    position: relative;
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after {
    border: 1px solid var(--i_btn_color);
    transition: 0.4s ease-in-out;
}
.contents_btn01 a:hover[target=_blank] span:before,
.contents_btn01 a:hover[target=_blank] span:after {
    border: 1px solid var(--i_btn_txt_color);
}
.contents_btn01 a[target="_blank"] span::before {
    right: 10px;
}
.contents_btn01 a[target="_blank"] span {
    padding-right: 30px !important
}
.contents_btn01 a span:not(.admin_edit_link) {
    text-align: center;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 14px 20px 12px;
    z-index: 1;
    position: inherit;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
.contents_faq01.accordion .mymore a {
    padding: 0 0 2px;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
}
.contents_faq01.accordion .mymore a:hover {
    opacity: 0.8;
}
.contents_btn01 .content_wrapper > a,
.contents_btn01.block_button_2 .inner_item_img {
    margin-top: 4px;
}
/*--------------------------------MV--------------------------------*/
#mv_outer {
    /*mvに背景とかはここを利用する*/
    position: relative;
    box-sizing: border-box;
}
#mv {
    width: 100%;
    height: 100vh;
    min-height: 500px;
}
#mv:after {
    /*スライドに重ねる色*/
    pointer-events: none;
    z-index: 6;
    background: rgba(0, 0, 0, 0.1);
}
#mv .mv_text {
    height: 100%;
    align-items: center;
    /*垂直方向中央*/
    /*text-shadow: 0 0 5px var(--i_shadow_color);*/
    width: 100% !important;
    left: 0 !important;
    bottom: 0% !important;
}
#mv .mv_text > div {
    max-width: none !important;
    box-sizing: border-box;
    width: 95%;
    color: #fff;
    position: relative;
    display: block;
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
#mv .mv_text h2 {
    font-size: 60px;
    /* ←max-font-size的意味合いで使用する。動作はjs。*/
    line-height: 1.6;
    letter-spacing: 0.3rem;
    font-weight: 500;
    font-size: 3.8rem !important;
    position: relative;
    display: inline-block;
}
#mv .mv_text p {
    padding-top: 10px;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.25rem;
}
#mv .mv_scroll {
    display: none;
}
#mv .mv_pointer {
    width: 100%;
    height: 2px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 0;
    bottom: 40px;
    gap: 0 10px;
}
#mv .mv_pointer li {
    width: 40px !important;
    height: 2px;
    margin: 0;
}
#mv .mv_pointer li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
#mv .mv_pointer li.current:before,
#mv .mv_pointer li:hover:before {
    background: #fff;
}
#mv .mv_arrow {
    display: none;
}
@media screen and (max-width: 100vh) {
    #mv {
        height: 75vh;
    }
}
@media screen and (max-width: 800px) {
    #mv .mv_text p {
        padding-top: 5px;
        font-size: 1.4rem;
    }
    #mv .mv_text h2 {
        font-size: 5vw !important;
    }
    #mv .mv_pointer li {
        width: 30px !important;
    }
}
@media screen and (max-width: 600px) {
    #mv .mv_text h2 {
        line-height: 1.5;
    }
}
@media screen and (max-width: 480px) {
    #mv .mv_text > div {
        width: 90%;
    }
}
/*--------------------------------IV--------------------------------*/
#lv_outer {}
#lv {
    background: #474747;
    height: 300px;
    padding-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .parallax .parallax_img {
        /* IE11 にのみ適用される */
        margin-top: -160px !important;
    }
    *::-ms-backdrop,
    #lv {
        padding-top: 150px !important;
    }
}
header.over + #lv_outer #lv {
    min-height: 300px;
}
#lv div {
    opacity: 0.55;
}
#lv p {
    left: 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px 0;
}
#lv p span {
    display: inline-block;
    font-size: 3.7rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: relative;
    word-break: break-all;
    text-shadow: 1px 1px 0 var(--i_shadow_color);
    letter-spacing: 0.1rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.5;
}
@media all and (-ms-high-contrast: none) {
    #lv p span {
        top: -70px;
    }
}
@media screen and (max-width: 800px) {
    #lv_outer {
        padding-top: 0px;
    }
}
@media screen and (max-width: 800px) {
    #lv {
        height: 210px;
    }
    #lv p span {
        font-size: 2.8rem;
    }
}
/*----------------------------パンくず----------------------------*/
#pan {
    padding: 0;
    border-bottom: 1px solid var(--i_border_color);
    background: var(--i_sub2_color);
}
#pan li {
    font-size: 1.2rem;
    padding: 5px 0 3px 30px;
}
#pan li:before {
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color);
}
#pan li:after {}
/*----------------------------other parts----------------------------*/
/*--リスト--*/
.default_ul li:before {
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color);
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}
/*--アーカイブページ カテゴリー--*/
.category1 li a {
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 1.4rem;
}
.category1 li a:hover,
.category1 li a.current {
    background: var(--i_main_color);
    color: #fff;
    border: 1px solid var(--i_main_color);
}
/*--sidebar--*/
#sidebar section,
#sidebar > div {
    border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2 {
    text-align: left;
    font-size: 2.2rem;
}
#sidebar .sidebar_tag li {
    border: 1px solid var(--i_border_color);
    background: var(--i_sub2_color);
}
#sidebar .sidebar_list a {
    position: relative;
    padding-left: 15px;
}
#sidebar .sidebar_list a:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid var(--i_main_color);
    border-right: 1px solid var(--i_main_color);
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    left: 0;
}
/*----------------------------pager----------------------------*/
/*アーカイブページページャー*/
.pager li a {
    height: 45px;
    width: 45px;
    border-radius: 999px;
    line-height: 45px;
    border: 1px solid #ddd;
    font-size: 1.4rem;
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
    background: var(--i_main_color);
    color: #fff;
    border: 1px solid var(--i_main_color);
}
.pager li.arrow a {
    background: none;
}
/*----------------------------pager2----------------------------*/
/*シングルページページャー*/
.pager2 li a {
    border: 1px solid var(--i_border_color);
    color: var(--i_txt_color);
    line-height: 45px;
    padding: 0 15px;
    font-size: 1.4rem;
}
.pager2 li a:hover {
    background: var(--i_main_color);
    color: #fff;
    border: 1px solid var(--i_main_color);
}
/*----------------------------popup----------------------------*/
/*画像ポップアップ拡大表示*/
.popup {
    background: rgba(255, 255, 255, 0.7);
}
.popclose {
    /*text-shadow: 1px 1px 1px var(--i_border_color);*/
}
.popnav li {}
.poptxt {
    font-size: 1.2rem;
}
/*----------------------------footer----------------------------*/
#fixbtn {
    margin-bottom: 30px;
    font-size: 1.55rem;
}
#fixbtn .fixbtnwrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--i_bg_color);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap {
    background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
    color: var(--i_txt_color);
}
#fixbtn .fixbtntel {
    border-right: 1px solid var(--i_border_color);
}
#fixbtn .fixbtntel:nth-last-of-type(2) {
    border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
    font-size: 2.9rem;
    line-height: 1;
    margin-right: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child {
    margin-right: 0;
}
#fixbtn .fixbtntel svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    fill: var(--i_txt_color);
}
#fixbtn .contents_btn01 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#fixbtn .contents_btn01:nth-of-type(1) {
    border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1) {
    /*▼ TELない場合中央揃え*/
    margin-left: auto;
    margin-right: auto;
}
#fixbtn .contents_btn01 span {
    text-align: center;
    padding: 10px 15px;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1) {
    margin-left: auto;
    /*▼ 右揃え*/
    margin-right: 0;
    /*▼ 中央揃え*/
    margin-right: auto;
}
#fixbtn #scrolltop a {
    height: 40px;
    width: 40px;
}
#fixbtn #scrolltop a:before {
    transition: 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    border: none !important;
    background: var(--i_sub_color);
    mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23040000%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M21.1%2C1.9c-0.2-0.1-0.3-0.1-0.5-0.1c-0.4%2C0-0.9%2C0.2-1.2%2C0.5l-9.2%2C11.1c-0.5%2C0.6-0.4%2C1.6%2C0.2%2C2.1%20c0.3%2C0.2%2C0.6%2C0.3%2C1%2C0.3c0.4%2C0%2C0.9-0.2%2C1.2-0.5l6.6-7.9v29.2c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5s1.5-0.7%2C1.5-1.5V3.3C22.1%2C2.7%2C21.7%2C2.1%2C21.1%2C1.9z%20%22%2F%3E%3C%2Fsvg%3E');
}
#fixbtn #scrolltop a:hover:before {
    opacity: 0.7;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before {
    border-color: rgba(120, 120, 120, 0.6);
}
#fixbtn.no #scrolltop a:hover:before {
    border-left: 2px solid rgba(120, 120, 120, 1);
    border-top: 2px solid rgba(120, 120, 120, 1);
}
@media screen and (max-width: 600px) {
    #fixbtn {
        margin-bottom: 0;
    }
    #fixbtn,
    #fixbtn .fixbtntel a,
    #fixbtn .fixbtntel span {
        font-size: 1.7rem;
    }
    #fixbtn .fixbtntel a,
    #fixbtn .fixbtntel span {
        font-size: 2rem;
        margin: 0;
        color: var(--i_txt_color);
    }
    #fixbtn .fixbtntel svg {
        width: 18px;
        height: 18px;
    }
    #fixbtn .contents_btn01 a {
        padding: 0 !important;
        letter-spacing: 0;
        min-width: 160px !important;
        max-width: 160px !important;
    }
    #fixbtn .contents_btn01 a span {
        padding: 8px 8px 8px;
        font-size: 1.3rem !important;
    }
}
footer {
    background: var(--i_bg_color);
    padding: 0;
    color: var(--i_txt_color);
    text-align: center;
    font-size: 1.35rem;
}
footer a {
    color: var(--i_txt_color);
}
footer nav li {
    letter-spacing: 0.2rem;
    padding: 5px 0;
    font-weight: 600;
}
footer .logo {
    width: 110px;
}
footer .sns {
    margin: 0 auto 30px;
}
footer .sns svg {
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    transition: 0.2s ease-in-out;
    fill: #fff;
}
footer .sns a:hover svg {
    opacity: 0.7;
}
footer nav li a {
    font-weight: 500;
}
#cp {
    padding: 30px 0;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    color: var(--i_txt_color);
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    text-align: left;
    margin: 30px 20px 0;
    border-top: 1px solid var(--i_txt_color);
}
@media screen and (max-width: 700px) {
    #cp {
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    footer {
        padding: 0 0 20px;
    }
}
@media screen and (max-width: 600px) {
    footer nav ul {
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }
    footer nav ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }
    footer nav ul li:nth-last-of-type(2n) {
        border-right: 1px solid rgba(0, 0, 0, 0.13);
    }
    footer nav ul li:nth-last-of-type(2n+1) {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    footer nav ul li:nth-of-type(1),
    footer nav ul li:nth-of-type(1),
    footer nav ul li:nth-of-type(2),
    footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1) {
        border-top: 1px solid rgba(0, 0, 0, 0.13);
    }
    footer nav ul li:nth-last-of-type(1),
    footer nav ul li:nth-last-of-type(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    footer .logo {
        width: 110px;
    }
    #fixbtn .fixbtnwrap {
        border-bottom: none;
    }
    #fixbtn .inner {
        padding: 0;
    }
}
/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/
/*----------------------------contents_faq01----------------------------*/
.contents_faq01 dt {
    padding-left: 5rem;
    margin-bottom: 25px;
    min-height: 35px;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
}
.contents_faq01 dd {
    padding-left: 7.3rem;
    margin-bottom: 15px;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before {
    width: 4rem;
    height: 4rem;
    font-size: 2.3rem;
    line-height: 1.4;
    box-sizing: border-box;
    font-weight: 500;
    color: #fff;
    background: var(--i_main_color);
    border: 2px solid var(--i_main_color);
    text-align: center;
    border-radius: 0px;
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
.contents_faq01 dd:before {
    font-size: 2.3rem;
    line-height: 1.5;
    color: var(--i_main_color);
    background: none;
    text-align: center;
}
/*----------------------------contents_related_tags----------------------------*/
.contents_related_tags .inner_item {
    border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item:hover {
    background: var(--i_sub2_color);
}
.contents_related .inner_item a:hover {
    background: var(--i_sub2_color);
    opacity: 0.8;
}
.contents_related .inner_item_img {}
/*----------------------------block_table_1----------------------------*/
.block_table_1 table thead {
    background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td {
    background-color: var(--i_sub2_color);
}
.block_table_1 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}
.block_table_1 table td {
    background-color: #fff;
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}
.block_table_1 table thead td {
    text-align: center;
    font-weight: bold;
}
/*----------------------------block_table_2,5,6----------------------------*/
.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td {
    background-color: var(--i_sub2_color);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td {
    background-color: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td {
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 500px) {
    .block_table_2 table {
        border-bottom: 1px solid var(--i_border_color);
    }
    .block_table_2 table th {
        border-top: 1px solid var(--i_border_color);
    }
    .block_table_2 table td {
        border-top: 1px dotted var(--i_border_color);
    }
}
/*----------------------------block_table_3----------------------------*/
.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td {
    background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td {
    background-color: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}
@media screen and (max-width: 500px) {
    .block_table_3 table {
        border-bottom: 1px solid var(--i_border_color);
    }
    .block_table_3 table th {
        border-top: 1px solid var(--i_border_color);
    }
    .block_table_3 table td {
        border-top: 1px dotted var(--i_border_color);
    }
}
.block_table_3_item li {
    vertical-align: middle;
}
/*----------------------------gallery_archive / gallery_single----------------------------*/
.gallery_archive .inner_item a,
.gallery_single .inner_item a {
    transition: 0.2s ease-in-out;
    background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover {
    background-color: #000;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img {
    opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after {
    color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span {
    color: #fff;
}
.gallery_single_slider .slick-arrow::before {
    border-color: var(--i_btn_color);
}
/*----------------------------widget_gallery01----------------------------*/
.widget_gallery01 .slick-arrow {
    height: 40px;
    width: 30px;
    top: 37%;
    left: 0;
}
.widget_gallery01 .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: calc(50% - -15px);
    border-top: 1px solid var(--i_btn_color);
    border-left: 1px solid var(--i_btn_color);
    border-top: 2px solid var(--i_sub_color);
    border-left: 2px solid var(--i_sub_color);
}
.widget_gallery01 .slick-prev::before {
    transform: rotate(-45deg);
    left: calc(50% - -2px);
}
.widget_gallery01 .slick-next::before {
    transform: rotate(135deg);
    left: calc(50% - 29px);
}
@media screen and (max-width: 500px) {
    .widget_gallery01 .slick-arrow {
        top: 25%;
    }
}
.widget_gallery01 .slick-next {
    left: auto;
    right: 0;
}
/*----------------------------gallery hover効果----------------------------*/
main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a {
    overflow: hidden;
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img {
    /*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    backface-visibility: visible;
    transition: 1s ease-out !important;
    transition-property: transform opacity !important;
    transform: scale(1.001, 1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
}
/*----------------------------news_archive----------------------------*/
.news_archive article .inner_item_img:hover {
    opacity: 0.8;
}
.news_archive article .entry_meta {
    font-size: 1.3rem;
}
.add_design5 #primary article .inner_item_img a i:nth-last-child(1) {
    background-size: 50% !important;
}
#sidebar .widget_news02 li a div span i {
    background-size: 50% !important;
}
/*----------------------------widget_coupon----------------------------*/
.widget_coupon .content_wrapper {
    max-width: 900px !important;
}
.widget_coupon .inner_item > div,
.widget_coupon .inner_item > dl {
    font-size: 1.4rem;
    line-height: 1.7;
}
/*----------------------------widget_form----------------------------*/
.widget_form .privacypolicy {
    border: 1px solid var(--i_border_color);
}
.widget_form form {
    border-top: 1px solid var(--i_border_color);
}
.widget_form form dl {
    border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt,
.widget_form form dd {
    vertical-align: middle;
}
.widget_form form dt span {
    color: var(--i_sub2_color);
    color: #D43B3B !important;
    font-size: 1.2rem;
    font-weight: bold;
}
main form dl input,
main form textarea {}
main form dl input:focus,
main form textarea:focus {
    background: #fff !important;
}
@media screen and (max-width: 770px) {
    .widget_form form dt {
        border-bottom: 1px dotted var(--i_border_color);
    }
}
main form dl input,
main form textarea {
    background: var(--i_sub2_color);
    border: 1px solid rgba(102, 102, 102, 0.13);
    letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus {
    background: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
}
main form .submit input {
    letter-spacing: 3px;
    border: none;
}
main form select {
    background: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    letter-spacing: 1px;
}
main form input[type=radio] + label,
main form input[type=checkbox] + label {
    padding: 0 15px 0 22px;
}
main form input[type=radio] + label::before,
main form input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: var(--i_sub2_color);
}
main form input[type=radio] + label::before {
    border-radius: 30px;
}
main form input[type=radio]:checked + label::after,
main form input[type=checkbox]:checked + label::after {
    left: 4px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: var(--i_main_color);
}
main form input[type=radio]:checked + label::after {
    border-radius: 100%;
}
main form input[type=checkbox]:checked + label::after {}
/*----------------------------widget_link----------------------------*/
.widget_link .inner_item_txt {
    font-size: 2rem;
}
.widget_link.block_link_1 .wrapper_item a {}
.widget_link .inner_item_url {}
/*----------------------------widget_lp01----------------------------*/
.widget_lp01 li a:hover {
    opacity: 0.8;
}
.widget_lp01 li a div span {
    background-size: 60% auto;
}
/*----------------------------widget_menu01----------------------------*/
.widget_menu01 h3 {
    vertical-align: central;
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.widget_menu01 li dd {
    font-size: 1.3rem;
    letter-spacing: 0;
}
/*----------------------------widget_menu02----------------------------*/
.widget_menu02 h3 {
    vertical-align: central;
    font-size: 1.7rem;
    letter-spacing: 1px;
}
.widget_menu02 li > p {
    font-size: 1.3rem;
    letter-spacing: 0;
}
/*----------------------------widget_news02----------------------------*/
.block_news_2 li {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid var(--i_border_color);
    border-radius: 10px;
}
.block_news_2 li a {
    padding: 30px;
}
.block_news_2 li a:hover:after {
    border-width: 15px;
    border-radius: 8px;
    border: 0 solid rgba(231, 224, 209, 0.35);
}
.block_news_2 li a:hover:after {
    border-width: 10px !important;
}
.block_news_2 li p:nth-of-type(1)::before,
.widget_news02 li p:nth-of-type(1)::before {}
/*----------------------------widget_shop01----------------------------*/
.widget_staff01 .inner_item a:hover * {
    opacity: 0.8;
}
.widget_staff01 .sub {
    font-size: 1.2rem;
    font-weight: bold;
}
/*----------------------------widget_tel----------------------------*/
.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span {
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    line-height: 1.1;
    padding: 20px;
}
@media screen and (max-width: 450px) {
    .widget_tel .inner_item_tel a,
    .widget_tel .inner_item_tel span {
        font-size: 2.6rem;
        padding: 15px 10px;
    }
    .widget_tel .inner_item_tel img {
        margin: 0 5px -2px 0;
    }
    .widget_tel .inner_item_tel svg {
        height: 16px;
        width: 16px;
    }
}
/*----------------------------saitemap----------------------------*/
.widget_sitemap .content_wrapper > ul > li > a::before {}
.widget_sitemap .content_wrapper > ul > li li > a::after {}
/*------------------glossary_archive------------------------*/
.glossary_archive .content_wrapper article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    /*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2 {
    margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h {
    font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
    content: "View More";
    position: absolute;
    width: 150px;
    bottom: 32px;
    /*★1 + 数px*/
    right: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body {
    padding-right: 180px;
}
@media screen and (max-width: 1224px) {
    .glossary_archive .content_wrapper .heading.block_header_2 a:after {
        bottom: calc(32px + 1.8rem);
        /*★1 + 数px*/
    }
}
@media screen and (max-width: 650px) {
    .glossary_archive .content_wrapper article {
        padding-bottom: 60px;
    }
    .glossary_archive .content_wrapper .heading.block_header_2 a:after {
        bottom: 30px;
        /*★1*/
    }
    .glossary_archive .content_wrapper article .entry_body {
        padding-right: 0;
    }
}
/*------------------recruit------------------------*/
.recruit_archive.add_design1 .recruitment_list .inner_item {
    background: rgba(255, 255, 255, .8);
}
.index main > section:first-child + div.composite_box01 .heading.block_header_4 .h,
.index main > section:first-child + div + div.composite_box01 .heading.block_header_4 .h {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
}
@media screen and (min-width: 901px) {
    header#pattern2 .header_contents .inner {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    header .header_contents .header_sns.on {
        position: relative;
        display: inline-block;
        width: auto;
        padding: 0;
    }
    header .header_contents .header_sns ul {
        width: auto;
    }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
    header .header_contents .header_col1 .tel {
        font-size: 21px;
    }
    header .header_contents .header_col1 .btn > a {
        padding: 5px;
    }
}
@media screen and (max-width: 800px) {
    .index main > section:first-child + div.composite_box01 .heading.block_header_4 .h,
    .index main > section:first-child + div + div.composite_box01 .heading.block_header_4 .h {
        font-size: 2.1rem;
    }
}
/*------------------追加のcss------------------------*/
/*------------------パララックス背景(白)------------------------*/
#parallax + div .parallax_img,
#parallax + section .parallax_img {
    filter: brightness(100%) contrast(100%) blur(2px);
    opacity: 0.25;
}
/* #parallax + section {
    min-height: 350px;
} */
/*お客様の声*/
#recommend + div .inner_item .heading.block_header_2 .h {
    font-size: 2rem !important;
}
#recommend + div .wrapper_item .inner_item {
    padding: 35px 25px 45px 25px;
    margin-bottom: 0;
    /* background: url(/common/upload_data/heal-bodysite2/image/bg_ki.png) no-repeat right 15px bottom 15px #fff; */
    /*background: #fff;*/
    background: #e3eae0;
}
@media screen and (max-width: 900px) {
    #recommend + div .inner_item .heading.block_header_2 .h {
        font-size: 1.7rem !important;
    }
    #recommend + div .wrapper_item .inner_item {
        padding: 25px 15px 35px 15px;
    }
}
@media screen and (max-width: 550px) {
    #recommend + div .wrapper_item .inner_item {
        margin-bottom: 20px;
    }
}
/*院長紹介*/
#greeting + div,
#greeting2 + div {
    position: relative;
}
#greeting + div::before,
#greeting2 + div::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 60%;
    height: 35%;
    background: var(--i_sub2_color);
    pointer-events: none;
}
#greeting + div.composite_box01 .inner_item:first-of-type {
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
}
#greeting + div.composite_box01.block_images_1 a + .inner_item_txt {
    margin-top: 0;
    margin-bottom: 10px;
}
#greeting2 + div::before {
    top: 0;
    height: 100%;
}
#greeting2 + div .content_wrapper {
    text-align: left !important;
}
@media screen and (max-width: 900px) {
    #greeting + div::before,
    #greeting2 + div::before {
        left: 0%;
        width: 100%;
    }
    #greeting2 + div .content_wrapper {
        text-align: center !important;
    }
}
/*このようなお悩みありませんか*/
#nayami + section ul li {
    background: #FC9F4D;
    border-radius: 0px;
    padding: 8px 25px 8px 65px;
    position: relative;
    color: #535353;
}
#nayami + section .nayami {
    font-size: 2.5rem;
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
    color: #fff;
}
#nayami + section .point {
    color: #F8FF00;
}
#nayami + section li {
    list-style: none;
    margin-bottom: 15px;
}
#nayami + section li:last-child {
    margin-bottom: 0px;
}
#nayami + section ul li::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 26%;
    left: 25px;
    background-image: url("/common/upload_data/heal-bodysite2/image/check.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
    background-size: 30px auto;
}
#nayami + section .content_wrapper {
    position: relative;
}
#nayami + section .content_wrapper::before {
    position: absolute;
    display: block;
    content: "";
    width: 34%;
    height: 100%;
    top: 0;
    right: -5%;
    background-image: url("/common/upload_data/heal-bodysite2/image/nayami1_2.png");
    background-repeat: no-repeat;
    background-position: right top 110px;
    z-index: 1;
    background-size: contain;
}
#nayami + section .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    width: 37%;
    height: 100%;
    bottom: -30px;
    right: -8%;
    background-image: url("/common/upload_data/heal-bodysite2/image/nayami2_2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1;
    background-size: contain;
}
@media screen and (max-width: 900px) {
    #nayami + section .nayami {
        font-size: 2rem;
    }
    #nayami + section ul li::before {
        background-size: 20px auto;
        top: 30%;
        left: 10px;
    }
    #nayami + section ul li {
        padding: 6px 15px 6px 35px;
    }
    #nayami + section .content_wrapper::before {
        width: 27%;
        right: 0%;
    }
    #nayami + section .content_wrapper::after {
        width: 30%;
        right: 0%;
    }
}
@media screen and (max-width: 480px) {
    #nayami + section .nayami {
        font-size: 1.8rem;
    }
    #nayami + section .content_wrapper::before {
        background-position: right bottom;
        bottom: -100px;
        right: 40%;
        top: auto;
        width: 32%;
    }
    #nayami + section .content_wrapper::after {
        bottom: -95px;
        width: 38%;
    }
    #nayami + section {
        padding-bottom: 100px;
    }
}
/*お問い合わせ*/
#contact + section .heading.block_header_2 .h {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    font-size: 2.8rem;
}
#contact + section .heading.block_header_2 .h::before {
    display: none;
}
#contact + section .inner_item_txt,
#contact + section .heading.block_header_2 {
    text-align: center;
}
#contact + section p.title {
    font-size: 1.7rem;
    font-weight: 600;
}
#contact + section p.title span {
    font-size: 2.5rem;
}
#contact + section p.price {
    font-size: 8rem;
    font-weight: 600;
}
#contact + section p.price span {
    font-size: 3.5rem;
}
#contact + section .inner_item_txt p {
    margin-bottom: 0px;
    line-height: 1.7;
}
#contact + section .contents_btn01 {
    padding-top: 0px;
    text-align: center;
}
#contact + section .contents_btn01 a {
    /*background: none!important;
	border: 2px solid #fff;*/
    color: #fff;
    background-color: #61c099;
    border: 0 solid;
    box-shadow: 0 5px 0 #000;
    transition: .3s;
}
#contact + section .contents_btn01 a:hover {
    transform: translate3d(0, 5px, 0);
    box-shadow: none;
}
@media screen and (max-width: 900px) {
    #contact + section .inner_item_img img {
        width: 65% !important;
    }
}
@media screen and (max-width: 600px) {
    #contact + section p.title span {
        font-size: 2.1rem;
    }
    #contact + section p.title {
        font-size: 1.5rem;
    }
    #contact + section .inner_item_txt .heading {
        margin-bottom: 10px;
    }
    #contact + section p.price {
        font-size: 5rem;
    }
    #contact + section p.price span {
        font-size: 2.5rem;
    }
}
/*--------------------240702追加記述_header04-----------------------------*/
@media screen and (min-width: 901px) {
    header#pattern4 .header_contents .header_col1 {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        text-align: left;
    }
    header#pattern4.unix4 .header_contents .header_col1 {
        width: 95%;
        border: 1px solid var(--i_border_color);
        padding: 20px 0 20px 20px;
        margin-bottom: 20px;
    }
    header .header_contents .header_col1 .btn a + .translate {
        display: none;
    }
    header#pattern4.unix4 .header_contents .header_col1 .header_hd {
        display: block;
        font-size: 2.0rem;
        color: var(--i_btn_color);
    }
    header#pattern4 .wraper > .inner > .header_sns {
        display: none;
    }
    header#pattern4 .inner > .btn {
        padding-right: 25px;
    }
}
body:not(.scrolled) header .burger li.sp_translate a svg {
    fill: #fff;
}
body:not(.scrolled) header .sp_menu a div span,
body:not(.scrolled) header .sp_menu a div::before,
body:not(.scrolled) header .sp_menu a div::after {
    background: #fff;
}
header#pattern4 h1 {
    color: #fff;
}
header#pattern4 .wraper > .inner > .btn > a {
    background: var(--i_btn_color);
    color: var(--i_btn_txt_color);
    padding: 5px 15px;
    border-radius: 0px;
    min-width: 220px;
    box-sizing: border-box;
    margin-left: 5px;
    text-align: center;
}
@media screen and (max-width: 900px) {
    header#pattern4 h1 {
        color: var(--i_txt_color);
    }
    header.open .burger li.sp_translate a svg {
        fill: var(--i_txt_color) !important;
    }
    header.open .sp_menu a div span,
    header.open .sp_menu a div::before,
    header.open .sp_menu a div::after {
        background: var(--i_txt_color) !important;
    }
}
/*----------------MV再現-----------------------------*/
.ind .mv_img li > a {
    pointer-events: none;
}
.ind #mv li .mv_text_ind {
    pointer-events: auto;
}
.mv_text_ind p a {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #fff;
    color: #fff;
    /* border-radius: 99px; */
    margin-top: 30px;
    position: relative;
    transition: 0.8s ease-in-out;
    overflow: hidden;
    background: transparent;
}
.mv_text_ind p a:hover {
    border-color: var(--i_btn_color);
    z-index: 0;
}
.mv_text_ind p a::before {
    content: "";
    display: block;
    width: 101%;
    height: 100%;
    background: var(--i_btn_color);
    position: absolute;
    bottom: -50%;
    left: 0;
    pointer-events: none;
    transform-origin: bottom center;
    transition: transform 0.8s cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(5deg) scaleY(0);
    z-index: -1;
}
.mv_text_ind p a:hover::before {
    transform-origin: bottom center;
    transform: skewY(5deg) scaleY(2);
}
#mv .mv_img li img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
#mv.slide03 .mv_img li.show {
    animation-name: originalSlide;
    animation-timing-function: cubic-bezier(.74, .24, .39, .91);
    opacity: 0;
    transform-origin: right center;
    animation-duration: 7s;
    animation-delay: 0.5s;
    right: 0;
    top: 0;
}
#mv.slide03 .mv_img li.show img {
    animation: none;
    opacity: 1;
}
@keyframes originalSlide {
    0% {
        opacity: 1;
        transform: translate(25%, 0);
        width: 0%;
    }
    12% {
        opacity: 1;
        transform: translate(0, 0);
        width: 100%;
    }
    75% {
        opacity: 1;
        transform: translate(0, 0);
        width: 100%;
    }
    88% {
        opacity: 1;
        transform: translate(-45%, 0);
        width: 100%;
    }
    100% {
        opacity: 1;
        transform: translate(-45%, 0);
        width: 100%;
    }
}
.ind #mv li .mv_text_ind {
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.ind #mv.slide03 li.show .mv_text_ind h2 {
    font-size: 4.5rem;
    animation-name: li_p;
    animation-delay: 1.3s;
    letter-spacing: 0.25rem;
}
.ind #mv.slide03 li.show .mv_text_ind h2 span {
    font-size: 2.1rem;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}
.ind #mv.slide03 li.show .mv_text_ind p {
    font-size: 1em;
    animation-name: li_p;
    animation-delay: 1.45s;
}
@media screen and (max-width: 100vh) {
    #mv .mv_img li img {
        height: 75vh;
    }
}
@media screen and (max-width: 900px) {
    .ind #mv.slide03 li.show .mv_text_ind h2 {
        font-size: 3.0rem;
    }
    .ind #mv.slide03 li.show .mv_text_ind h2 span {
        font-size: 65%;
    }
}
@media screen and (max-width: 600px) {
    .ind #mv.slide03 li.show .mv_text_ind h2 {
        font-size: 5.7vw;
    }
    .ind #mv.slide03 li.show .mv_text_ind h2 span {
        font-size: 65%;
    }
}
/* logo下キャッチコピー*/
#mv::before {
    display: block;
    content: "「人生のきっかけになる」\A あなたのパートナーとして";
    position: absolute;
    white-space: pre;
    width: 90%;
    height: 20%;
    left: 0;
    top: 0;
    z-index: 9;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 4.2rem;
    line-height: 1.5;
    padding-left: 20px;
    padding-top: 110px;
    pointer-events: none;
}
@media screen and (max-width: 900px) {
    #mv::before {
        font-size: 3.0rem;
        padding-top: 70px;
    }
}
@media screen and (max-width: 600px) {
    #mv::before {
        font-size: 5.7vw;
    }
}
/* ボタン表示変更 */
body:not(.acp):not(.ahs):not(.acc) header#pattern4 .wraper > .inner > .btn > a[href*="https://line.me/R/ti/p/@394aciuf"],
body:not(.acp):not(.ahs):not(.acc) #fixbtn .contents_btn01 a[href*="https://line.me/R/ti/p/@394aciuf"] {
    display: none;
}
.acp header#pattern4 .wraper > .inner > .btn > a[href*="/contact/"],
.acp #fixbtn .contents_btn01 a[href*="/contact/"],
.ahs header#pattern4 .wraper > .inner > .btn > a[href*="/contact/"],
.ahs #fixbtn .contents_btn01 a[href*="/contact/"],
.acc header#pattern4 .wraper > .inner > .btn > a[href*="/contact/"],
.acc #fixbtn .contents_btn01 a[href*="/contact/"] {
    display: none;
}
/* 関連ページ非表示 */
.acp .contents_related.width_fixed.align-left.delay1.delay1Active,
.acp .contents_related_tags.width_fixed.align-left.delay1.delay1Active,
.ahs .contents_related.width_fixed.align-left.delay1.delay1Active,
.ahs .contents_related_tags.width_fixed.align-left.delay1.delay1Active,
.acc .contents_related.width_fixed.align-left.delay1.delay1Active,
.acc .contents_related_tags.width_fixed.align-left.delay1.delay1Active {
    display: none;
}
/* トップサービス内容 */
#sv3 + div .heading.block_header_4 .h {
    /*border: 1px solid var(--i_sub_color);*/
border: 1px solid #ffffff;
    padding: 5px;
}
#sv3 + div .content_wrapper>a {
    border: 1px solid #ffffff;
}/*追記*/
/*------------------------fadeInUp動き----------------------*/
#sv3 + div .inner_item.show {
    opacity: 0;
}
#sv3 + div .inner_item.showActive {
    -webkit-animation: ani-fadeInUp 1.5s ease 0s both 1 normal;
    animation: ani-fadeInUp 1.5s ease 0s both 1 normal;
}
#sv3 + div .inner_item.showActive:nth-of-type(1) {
    animation-delay: 0.5s;
}
#sv3 + div .inner_item.showActive:nth-of-type(2) {
    animation-delay: 0.8s;
}
#sv3 + div .inner_item.showActive:nth-of-type(3) {
    animation-delay: 1.1s;
}
@-webkit-keyframes ani-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes ani-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* トップコンセプト */
#cp + section:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: var(--i_sub2_color);
    pointer-events: none;
}
#cp + section .contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 .content_wrapper {
    text-align: center;
}
#cp + section .heading.block_header_2 .h {
    font-size: 3.0rem !important;
    padding-left: 30px;
}
@media screen and (min-width: 901px) {
    #cp + .contents_box01.block_image_text_3 .inner_item_txt {
        padding-left: 10%;
    }
}
@media screen and (max-width: 800px) {
    #cp + section .heading.block_header_2 .h {
        font-size: 2.5rem !important;
        padding-left: 25px;
    }
}
/* トップ（新）代表の想い */
#greet + div > .content_wrapper {
    padding: 0;
}
#greet + .composite_box01 .wrapper_item {
    justify-content: space-between;
    align-items: flex-start;
}
#greet + div .inner_item:first-of-type {
    width: 40%;
}
#greet + div .inner_item:nth-of-type(2) {
    width: 33%;
}
#greet + div .inner_item:last-of-type {
    width: 20%;
}
#greet + div .heading.block_header_4 .h {
    font-size: 2.6rem !important;
}
@media screen and (min-width: 901px) {
    #greet + div .inner_item:last-of-type {
        margin-top: 180px;
    }
    #greet + div .inner_item:nth-of-type(2) {
        border-right: 1px solid var(--i_border_color);
        padding-right: 3.5%;
    }
}
@media screen and (max-width: 900px) {
    #greet + div .inner_item:first-of-type,
    #greet + div .inner_item:last-of-type {
        width: 100%;
        margin: auto;
    }
    #greet + div .inner_item:nth-of-type(2) {
        width: 92% !important;
        margin: 0 auto !important;
        margin-bottom: 65px !important;
    }
    #greet + div .heading.block_header_4 .h {
        font-size: 2.4rem !important;
    }
}
/* 追記述ボタン */
#greet + div .inner_item_txt a,
#sv3 + div .inner_item_txt a {
    text-decoration: none;
}
/* ----------------------------------下層ページ---------------------------- */
/* 下層ページのLV */
.acp header.over + #lv_outer #lv,
.ahs header.over + #lv_outer #lv,
.acc header.over + #lv_outer #lv {
    height: 800px;
    min-height: 72vh !important;
}
@media screen and (max-width: 100vh) {
    .acp header.over + #lv_outer #lv,
    .ahs header.over + #lv_outer #lv,
    .acc header.over + #lv_outer #lv {
        height: 67vh;
        min-height: 67vh !important;
    }
}
.acp #lv .parallax_img,
.ahs #lv .parallax_img,
.acc #lv .parallax_img {
    background-size: cover !important;
    background-position: right bottom !important;
}
/* 左上にするなら以下記述 */
.acp #lv,
.ahs #lv,
.acc #lv {
    background: #fff;
    /* align-items: flex-start; */
}
.acp #lv p,
.ahs #lv p,
.acc #lv p {
    /* padding: 30px 25px 0; */
    margin-top: -100px;
}
.acp #lv p span,
.ahs #lv p span,
.acc #lv p span {
    font-size: 4.5rem;
    color: var(--i_txt_color);
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}
.acp #lv div,
.ahs #lv div,
.acc #lv div {
    opacity: 1;
}
.acp #lv div::before,
.ahs #lv div::before,
.acc #lv div::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left bottom, rgba(0, 0, 0, 0.4), transparent 20%);
    pointer-events: none;
}
@media screen and (max-width: 900px) {
    .acp #lv,
    .ahs #lv,
    .acc #lv {
        align-items: flex-start;
    }
    .acp #lv p,
    .ahs #lv p,
    .acc #lv p {
        padding: 10px 25px 0;
        margin-top: 0px;
    }
    .acp #lv p span,
    .ahs #lv p span,
    .acc #lv p span {
        font-size: 3.0rem;
        line-height: 1.9;
    }
    .acp #lv div::before,
    .ahs #lv div::before,
    .acc #lv div::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 25%);
    }
}
@media screen and (max-width: 600px) {
    .acp #lv p,
    .ahs #lv p,
    .acc #lv p {
        padding: 0px 15px 0;
        text-align: left;
    }
    .acp #lv p span,
    .ahs #lv p span,
    .acc #lv p span {
        font-size: 5.7vw;
        text-align: left;
    }
}
/* 下層上部コンテンツ */
a[id^="ct"] + section .heading.block_header_2 .h {
    font-size: 3.0rem !important;
    padding-left: 30px;
}
@media screen and (max-width: 800px) {
    a[id^="ct"] + section .heading.block_header_2 .h {
        font-size: 2.5rem !important;
        padding-left: 25px;
    }
}
@media screen and (min-width: 1301px) {
    #ct1 + section > .content_wrapper {
        margin-right: 10%;
    }
    #ct2 + section > .content_wrapper {
        margin-left: 10%;
    }
}
/* お悩み */
a[id^="hd"] + section .heading.block_header_2 .h::before {
    display: none;
}
a[id^="hd"] + section .heading.block_header_2 .h {
    border-bottom: none;
    padding-left: 0px;
    padding-bottom: 0;
    font-size: 3.6rem !important;
}
a[id^="hd"] + section .heading.block_header_2 p {
    padding-left: 0px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.85rem;
    letter-spacing: 0.15rem;
    font-weight: 600;
    color: var(--i_main_color);
}
#hd2 + section::before {
    position: absolute;
    display: block;
    content: "";
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--i_sub2_color);
    pointer-events: none;
}
#hd2 + section .inner_item_txt ul li {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 20px 20px 55px;
    list-style: none;
    position: relative;
}
#hd2 + section .inner_item_txt ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/common/upload_data/heal-bodysite2/image/check_1.png") no-repeat left 20px center/ contain;
    background-size: contain;
    z-index: 1;
    background-size: 25px auto;
}
@media screen and (max-width: 900px) {
    #hd2 + section::before {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    a[id^="hd"] + section .heading.block_header_2 .h {
        font-size: 2.7rem !important;
    }
    a[id^="hd"] + section .heading.block_header_2 p {
        font-size: 1.65rem;
    }
    a[id^="hd"] + section .inner_item_txt .heading {
        text-align: center;
    }
}
/*----------------fadeInUp動き-------------------------*/
#hd2 + section .inner_item_txt ul li.show {
    opacity: 0;
}
#hd2 + section .inner_item_txt ul li.showActive {
    -webkit-animation: ani-fadeInUp 1.5s ease 0s both 1 normal;
    animation: ani-fadeInUp 1.5s ease 0s both 1 normal;
}
#hd2 + section .inner_item_txt ul li.showActive:first-child {
    animation-delay: 0.5s;
}
#hd2 + section .inner_item_txt ul li.showActive:nth-child(2) {
    animation-delay: 0.8s;
}
#hd2 + section .inner_item_txt ul li.showActive:nth-child(3) {
    animation-delay: 1.1s;
}
#hd2 + section .inner_item_txt ul li.showActive:nth-child(4) {
    animation-delay: 1.4s;
}
#hd2 + section .inner_item_txt ul li.showActive:nth-child(5) {
    animation-delay: 1.7s;
}
#hd2 + section .inner_item_txt ul li.showActive:nth-child(6) {
    animation-delay: 2.0s;
}
/* 利益 */
#hd3 + section .inner_item_txt {
    background: #fff;
    padding: 60px 60px;
}
@media screen and (max-width: 1100px) {
    #hd3 + section .inner_item_img {
        flex-basis: 55%;
        max-width: 55%;
    }
    #hd3 + section .inner_item_txt {
        flex-basis: 45%;
        max-width: 45%;
    }
}
@media screen and (max-width: 900px) {
    #hd3 + section {
        background-position: 20% 50% !important;
    }
    #hd3 + section.contents_box01 .inner_item_img {
        display: none;
    }
    #hd3 + section.contents_box01 .inner_item_txt {
        padding: 5% !important;
        margin-top: 300px;
    }
}
/* 解決策 */
#solve + div {
    overflow: visible;
}
#solve + div > .content_wrapper {
    margin-top: -330px;
}
@media screen and (min-width: 901px) {
    a[id^="solve"] + div .inner_item:last-of-type {
        margin-top: 80px;
    }
    a[id^="solve"] + div .inner_item {
        height: 580px;
    }
}
/*----------------fadeInUp動き-------------------------*/
a[id^="solve"] + div .inner_item.show {
    opacity: 0;
}
a[id^="solve"] + div .inner_item.showActive {
    -webkit-animation: ani-fadeInUp 1.5s ease 0s both 1 normal;
    animation: ani-fadeInUp 1.5s ease 0s both 1 normal;
}
#solve + div .inner_item.showActive:first-of-type,
#solve2 + div .inner_item.showActive:first-of-type {
    animation-delay: 0.5s;
}
#solve + div .inner_item.showActive:nth-of-type(2),
#solve2 + div .inner_item.showActive:nth-of-type(2) {
    animation-delay: 0.8s;
}
/* 下層ページバナー */
#bnr + .composite_box01 .inner_item_img img {
    object-fit: contain;
}
@media(min-width: 769px) {
    #bnr + .composite_box01 .inner_item > a[href^="tel:"] {
        pointer-events: none;
    }
}
/* ftロゴ調整 */
@media screen and (min-width: 701px) {
    footer.add_design5 nav:nth-last-child(2) {
        margin-bottom: 30px;
    }
    footer.add_design5 .logo a {
        max-width: 60%;
    }
}

/*------------------------------------20250404修正----------------------------------------*/
/*-------------------- ヘッドスパスクールについて --------------------*/
#offer + section .inner_item_txt p:nth-last-of-type(1) {
    font-size: 115%;
    color: var(--i_sub_color);
}
#results + div.composite_box01.block_images_22 .inner_item,
#reazon + div.composite_box01.block_images_23 .inner_item {
    align-items: center;
}

#results + .dec2_1.composite_box01 .inner_item {
    background: var(--i_sub2_color);
}
#results + div.composite_box01.block_images_22 .inner_item,
#reazon + div.composite_box01.block_images_23 .inner_item {
    padding: 0 !important;
}
#results + div.composite_box01.block_images_22 .inner_item_txt,
#reazon + div.composite_box01.block_images_23 .inner_item_txt {
    padding: 30px !important;
}

@media screen and (min-width: 769px) {
    #results + div.composite_box01 .inner_item_img img {
        border-radius: 20px 0 0 20px;
    }
    #reazon + div.composite_box01.block_images_23 .inner_item_img img {
        border-radius: 0 20px 20px 0;
    }
}
@media screen and (max-width: 768px) {
    #results + div.composite_box01 .inner_item_img img {
        border-radius: 20px 20px 0 0;
        margin-bottom: 0;
    }
    #reazon + div.composite_box01.block_images_23 .inner_item_img img {
        border-radius: 20px 20px 0 0;
        margin-bottom: 0;
    }
    #results + div.composite_box01.block_images_22 .inner_item_txt,
    #reazon + div.composite_box01.block_images_23 .inner_item_txt {
        padding: 20px !important;
    }
}

#results + div .heading.block_header_4 .h {
    font-size: 2.5rem !important;
    text-align: left;
}
#reazon + div.composite_box01 .inner_item .heading {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#reazon + div .heading.block_header_4 .h {
    background: var(--i_sub_color);
    color: var(--i_bg_color);
    border-radius: 100%;
    overflow: hidden;
    width: 55px;
    height: 55px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    line-height: 1.2;
    box-sizing: border-box;
    min-width: 0 !important;
    aspect-ratio: 1/1;
}
#reazon + div .heading.block_header_4 p {
    font-size: 2.0rem;
    max-width: calc(100% - 70px);
    width: auto;
    padding-left: 20px;
    box-sizing: border-box;
}

a[id^="application"] + section > .content_wrapper {
    background: var(--i_bg_color);
    padding: 15px 20px;
    border-radius: 20px;
    width: calc(100% - 40px);
}
a[id^="application"] + section .heading.block_header_7 p {
    background: var(--i_sub_color);
    width: 55px;
    height: 55px;
    font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
    #reazon + div .heading.block_header_4 p {
        padding-left: 10px;
    }
}

/*-------------------- ヘッドスパスクールについて --------------------*/
#feature + div.composite_box01 .inner_item.empty {
    display: none;
}
#feature + div.composite_box01 .inner_item {
    margin-top: 30px;
    overflow: visible;
}
#feature + div.dec3_9.composite_box01.block_images_2 .inner_item::before {
    margin-top: -25px;
}
#feature + div.composite_box01.block_images_2 .inner_item_txt {
    padding: 40px 20px 10px;
}
#feature + div.composite_box01 .wrapper_item {
    /* カウンターをリセット */
    counter-reset: number 0;
}

#feature + div .inner_item {
    justify-content: space-between;
    position: relative;
}

#feature + div .inner_item::before {
    position: absolute;
    display: block;
    content: counter(number);
    counter-increment: number;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    font-size: 5rem;
    line-height: 0;
    color: var(--i_btn_txt_color);
    background: var(--i_sub_color);
    line-height: 1;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    aspect-ratio: 1;
    border-radius: 100%;
}


@media screen and (min-width: 901px) {
    #feature + div.composite_box01 .wrapper_item {
        justify-content: center;
    }
    #feature + div.composite_box01 .inner_item:nth-child(1),
    #feature + div.composite_box01 .inner_item:nth-child(2) {
        flex-basis: calc(34% - 10px);
    }
    #feature + div.composite_box01 .inner_item:nth-child(3) {
        margin-left: 0 !important;
        margin-bottom: 0;
    }
    #feature + div.composite_box01 .inner_item:nth-child(4) {
        margin-left: 3.5% !important;
    }
    #feature + div.composite_box01 .inner_item {
        width: 31% !important;
    }
    /* #feature + div.composite_box01 .inner_item:nth-child(3),
    #feature + div.composite_box01 .inner_item:nth-child(4),
    #feature + div.composite_box01 .inner_item:nth-child(5) {
        flex-grow: 1;
    } */
}

#charm + .composite_box01.block_images_24 .inner_item {
    align-items: center;
}
@media screen and (max-width: 768px) {
    #charm + .composite_box01 .inner_item_img {
        width: 65%;
    }
}


/*-------------------- コーチングについて --------------------*/
#program + div.composite_box01 .inner_item.empty {
    display: none;
}
#program + div.composite_box01 .wrapper_item {
    justify-content: center;
}
#program + div.composite_box01 .inner_item_img img {
    max-width: 90px;
    object-fit: contain;
    height: auto !important;
}

#program + .composite_box01 .inner_item > a {
    pointer-events: none;
}

#btn + div > .content_wrapper {
    border: 1px solid var(--i_txt_color);
    padding: 60px 60px 60px;
    width: 96%;
}
#btn + .contents_btn01 .content_wrapper > a {
    min-width: 400px;
}
#btn + .contents_btn01 a span:not(.admin_edit_link) {
    font-size: 2.0rem;
}
@media screen and (max-width: 1200px) {
    #btn + div > .content_wrapper {
        padding: 50px 4% 50px;
    }
}
@media screen and (max-width: 480px) {
    #btn + .contents_btn01 .content_wrapper > a {
        min-width: 300px;
    }
    #btn + .contents_btn01 a span:not(.admin_edit_link) {
        font-size: 1.8rem;
    }
}

/*----------parallax-------------*/
main .parallax .parallax_img {
    filter: brightness(100%) contrast(100%) blur(2px);
    opacity: 0.25;
}
/*header*/
header#pattern4.unix4.open .header_contents {
    background: rgb(227 234 224 / 95%);
}





/*---MVテキスト修正---*/
#mv::before {
    content: "本質を届けたい\A からだ・こころ・思考の内側から";
}