@charset "UTF-8";

/*=======================================
	breakpoint
=======================================*/


/*=======================================
	hover
=======================================*/


/*=======================================
	中央配置
=======================================*/


/*=======================================
	可変レスポンシブ
=======================================*/


/* PC */


/* TB */


/* SP */


/*=======================================
	ブラウザ別
=======================================*/


/* Safari */


/* Firefox */


/*-------------------------
- common
- mv_sec
- pickup_sec
- symptoms_sec
- concept_sec
- movie_sec
- commitment_sec
- greeting_sec
- bnr_sec
- link_area
- news_sec
- column_sec
- access_sec
- recruit_sec
- link_nav_area
-------------------------*/


/*=======================================
　common
=======================================*/

body {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    line-height: 2.25;
    letter-spacing: 0.1em;
}

.bg_white {
    background: #fff;
    padding: 148.7px 0 200px;
}

@media screen and (max-width: 768px) {
    .bg_white {
        padding: 80px 0 100px;
    }
}

main {
    margin-bottom: 0;
}


/*=======================================
　mv_sec
=======================================*/

.mv_sec {
    position: relative;
    margin-bottom: 100px;
    /* scrolldown */
}

@media screen and (max-width: 768px) {
    .mv_sec {
        margin-bottom: 59.5px;
    }
}

.mv_sec .mv_txt {
    position: absolute;
    left: -3%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1145px;
    width: 71.5625vw;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .mv_sec .mv_txt {
        left: 0;
        bottom: inherit;
        width: 100%;
        max-width: 100%;
    }
}

.mv_sec .copy {
    position: absolute;
    bottom: 46px;
    left: 8.5%;
    color: #fff;
    font-weight: 200;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .mv_sec .copy {
        bottom: 26px;
    }
}

.mv_sec .copy p {
    font-family: "Poppins", sans-serif;
    font-size: clamp(20px, 2vw, 32px);
    letter-spacing: 0.11em;
    line-height: 1.1875;
}

@media screen and (max-width: 768px) {
    .mv_sec .copy p {
        font-size: 4.8vw;
    }
}

.mv_sec .copy p strong {
    font-weight: 200;
    font-size: clamp(25px, 2.5vw, px);
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .mv_sec .copy p strong {
        font-size: 5.8666666667vw;
    }
}

.mv_sec .scrolldown {
    position: absolute;
    right: 42px;
    bottom: 0;
    z-index: 1;
    width: 51px;
    height: 163.43px;
    -webkit-animation: scrolldown_fadein 4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: scrolldown_fadein 4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@media screen and (max-width: 768px) {
    .mv_sec .scrolldown {
        bottom: 5px;
        right: 17px;
        height: 93.02px;
    }
}

.mv_sec .scrolldown span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Plus Jakarta Sans", serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .mv_sec .scrolldown span {
        font-size: 10px;
    }
}

.mv_sec .scrolldown::before,
.mv_sec .scrolldown::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 78.97px;
    top: 88px;
    right: 7px;
}

@media screen and (max-width: 768px) {
    .mv_sec .scrolldown::before,
    .mv_sec .scrolldown::after {
        top: 57px;
        right: 14px;
        height: 41.33px;
    }
}

.mv_sec .scrolldown::before {
    background: #fff;
}

.mv_sec .scrolldown::after {
    background: var(--sub_green01);
    -webkit-animation: linemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
    animation: linemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.mv_sec .subtxt{
position:absolute;
z-index:3;
color:#fff;
line-height:1.6em;
max-width:800px;
}
@media print, screen and (min-width:981px){
	.mv_sec .subtxt{font-size:1.3rem;}
}
@media print, screen and (max-width:980px) and (min-width:761px){
	.mv_sec .subtxt{font-size:1.1rem;}
}
@media print, screen and (min-width:761px){
	.mv_sec .subtxt{
	width:85%;
	bottom:30px;
	right:60px;
	margin-left:60px;
	}
}
@media print, screen and (max-width:760px){
	.mv_sec .subtxt{
	width:82%;
	font-size:.85rem;
	bottom:20px;
	right:12%;
	}
}
@-webkit-keyframes linemove {
    0% {
        height: 0;
    }
    100% {
        height: 48%;
    }
}

@keyframes linemove {
    0% {
        height: 0;
    }
    100% {
        height: 48%;
    }
}

@-webkit-keyframes cirlemovehide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scrolldown_fadein {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scrolldown_fadein {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.img_bg {
    background: url(../img/top/pickup_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .img_bg {
        background-size: cover;
        background-position: center -500px;
    }
}


/*=======================================
pickup_sec
=======================================*/

.pickup_sec {
    padding: 80px 0 100px;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .pickup_sec {
        padding: 50px 0 50px;
        margin-bottom: 60px;
    }
}

.pickup_sec .inner {
    max-width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px 7.4%;
}

@media screen and (max-width: 768px) {
    .pickup_sec .inner {
        gap: 60px;
    }
}

.pickup_sec .inner .txt_area {
    width: 100%;
    max-width: 775.73px;
    margin: 0 auto;
}

.pickup_sec .inner .content_area {
    width: 100%;
}

.pickup_sec .inner .content_area .content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 78.7px 0;
}

@media screen and (max-width: 768px) {
    .pickup_sec .inner .content_area .content_list {
        gap: 30px 0;
    }
}

.pickup_sec .inner .content_area .content_list .content_item {
    width: 31.5789473684%;
}

@media screen and (max-width: 768px) {
    .pickup_sec .inner .content_area .content_list .content_item {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .pickup_sec .inner .content_area .content_list .content_item:nth-child(1),
    .pickup_sec .inner .content_area .content_list .content_item:nth-child(2) {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }
}

.pickup_sec .inner .content_area .content_list .content_item a {
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #D4D2CB;
}

@media screen and (max-width: 768px) {
    .pickup_sec .inner .content_area .content_list .content_item a {
        padding-bottom: 12px;
    }
}

.pickup_sec .inner .content_area .content_list .content_item a .img_area {
    margin-bottom: 12.7px;
    border-radius: 6px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pickup_sec .inner .content_area .content_list .content_item a .img_area {
        margin-bottom: 8px;
    }
}

.pickup_sec .inner .content_area .content_list .content_item a .img_area>img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pickup_sec .inner .content_area .content_list .content_item a .sttl_01 {
    position: relative;
    padding-right: 45px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .pickup_sec .inner .content_area .content_list .content_item a .sttl_01 {
        font-size: 16px;
        line-height: 1.5;
    }
}

.pickup_sec .inner .content_area .content_list .content_item a .sttl_01::after {
    content: "";
    position: absolute;
    width: 7.76px;
    height: 7.76px;
    border-radius: 50vw;
    background-color: var(--sub_green01);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .pickup_sec .inner .content_area .content_list .content_item a:hover {
        opacity: 1;
    }
    .pickup_sec .inner .content_area .content_list .content_item a:hover .img_area>img {
        scale: 1.2;
    }
    .pickup_sec .inner .content_area .content_list .content_item a:hover .sttl_01::after {
        width: 27.71px;
        height: 27.71px;
        right: 0;
        background-color: transparent;
        border-color: var(--sub_green01);
    }
}

@media (min-width: 769px) and (-ms-high-contrast: none),
(min-width: 769px) and (-ms-high-contrast: active) {
    .pickup_sec .inner .content_area .content_list .content_item a:hover {
        opacity: 1;
    }
    .pickup_sec .inner .content_area .content_list .content_item a:hover .img_area>img {
        scale: 1.2;
    }
    .pickup_sec .inner .content_area .content_list .content_item a:hover .sttl_01::after {
        width: 27.71px;
        height: 27.71px;
        right: 0;
        background-color: transparent;
        border-color: var(--sub_green01);
    }
}

.pickup_sec .inner .content_area .content_list .content_item .tag_area {
    padding-top: 17px;
}

.pickup_sec .inner .content_area .content_list .content_item .tag_area .tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 10px;
}

@media screen and (max-width: 768px) {
    .pickup_sec .inner .content_area .content_list .content_item .tag_area .tag_list {
        gap: 2px 10px;
    }
}

.pickup_sec .inner .content_area .content_list .content_item .tag_area .tag_list .tag_item {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .pickup_sec .inner .content_area .content_list .content_item .tag_area .tag_list .tag_item {
        font-size: 11px;
    }
}


/*=======================================
　-symptoms_sec
=======================================*/

.symptoms_sec {
    padding-bottom: 80px;
    margin: 0 auto;
    position: relative;
    background: #EDECE6;
}

@media screen and (max-width: 768px) {
    .symptoms_sec {
        padding-bottom: 40px;
    }
}

.symptoms_sec .inner {
    position: relative;
    max-width: 1360px;
    z-index: 1;
}

.symptoms_sec .inner .ttl_02 {
    margin-bottom: 46px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .symptoms_sec .inner .ttl_02 {
        margin-bottom: 40px;
    }
}

.symptoms_sec .inner .symptoms_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pacえいk: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20.2px 1.8%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .symptoms_sec .inner .symptoms_list {
        gap: 20px 0;
    }
}

.symptoms_sec .inner .symptoms_list .symptoms_item {
    width: 23.65%;
}

@media screen and (max-width: 768px) {
    .symptoms_sec .inner .symptoms_list .symptoms_item {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .symptoms_sec .inner .symptoms_list .symptoms_item:nth-child(1),
    .symptoms_sec .inner .symptoms_list .symptoms_item:nth-child(2) {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }
}

.symptoms_sec .inner .symptoms_list .symptoms_item a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.symptoms_sec .inner .symptoms_list .symptoms_item a>img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    .symptoms_sec .inner .symptoms_list .symptoms_item a>img {
        max-height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.symptoms_sec .inner .symptoms_list .symptoms_item a .sttl_02 {
    position: absolute;
    left: 18.5px;
    bottom: 16px;
    width: calc(100% - 18.5px);
    padding-right: 48px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1.26;
}

@media screen and (max-width: 1400px) {
    .symptoms_sec .inner .symptoms_list .symptoms_item a .sttl_02 {
        font-size: clamp(15px, 1.4285714286vw, 20px);
    }
}

@media screen and (max-width: 768px) {
    .symptoms_sec .inner .symptoms_list .symptoms_item a .sttl_02 {
        left: 6px;
        bottom: 9px;
        width: calc(100% - 10px);
        font-size: 15px;
        padding-right: 20px;
    }
}

.symptoms_sec .inner .symptoms_list .symptoms_item a .sttl_02::after {
    content: "";
    position: absolute;
    width: 9.5px;
    height: 9.5px;
    border-radius: 50vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 29px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

@media screen and (max-width: 768px) {
    .symptoms_sec .inner .symptoms_list .symptoms_item a .sttl_02::after {
        right: 5px;
        width: 4px;
        height: 4px;
    }
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .symptoms_sec .inner .symptoms_list .symptoms_item a:hover {
        opacity: 1;
    }
    .symptoms_sec .inner .symptoms_list .symptoms_item a:hover>img {
        scale: 1.2;
    }
    .symptoms_sec .inner .symptoms_list .symptoms_item a:hover .sttl_02::after {
        width: 30px;
        height: 30px;
        right: 17px;
        background-color: transparent;
        border-color: #fff;
    }
}

@media (min-width: 769px) and (-ms-high-contrast: none),
(min-width: 769px) and (-ms-high-contrast: active) {
    .symptoms_sec .inner .symptoms_list .symptoms_item a:hover {
        opacity: 1;
    }
    .symptoms_sec .inner .symptoms_list .symptoms_item a:hover>img {
        scale: 1.2;
    }
    .symptoms_sec .inner .symptoms_list .symptoms_item a:hover .sttl_02::after {
        width: 30px;
        height: 30px;
        right: 17px;
        background-color: transparent;
        border-color: #fff;
    }
}

.symptoms_sec .inner .symptoms_list .symptoms_item.gray_out a {
    position: relative;
    pointer-events: none;
}

.symptoms_sec .inner .symptoms_list .symptoms_item.gray_out a::after {
    content: "COMING SOON";
    color: #fff;
    font-size: clamp(16px, 1.7142857143vw, 24px);
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.symptoms_sec .inner .symptoms_list .symptoms_item.gray_out a .sttl_02::after {
    display: none;
}


/*=======================================
　-concept_sec
=======================================*/

.concept_sec {
    position: relative;
    overflow: hidden;
    max-height: 700px;
    margin-bottom: 160.3px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .concept_sec {
        margin-bottom: 85px;
        max-height: 770px;
    }
}

.concept_sec .bg_img {
    width: 105%;
    max-width: inherit;
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 820px) {
    .concept_sec .bg_img {
        min-height: 758px;
    }
}

.concept_sec .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
}

@media screen and (max-width: 820px) {
    .concept_sec .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

.concept_sec .inner .txt_area {
    position: relative;
    left: -20px;
    width: 36.65%;
    top: -20px;
    margin-bottom: 0;
}

@media screen and (max-width: 820px) {
    .concept_sec .inner .txt_area {
        left: 0;
        width: 100%;
    }
}

.concept_sec .inner .txt_area .ttl_01 {
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.concept_sec .inner .txt_area .ttl_01 .sub {
    color: #fff;
}

.concept_sec .inner .txt_area .ttl_01 .sub::after {
    background: linear-gradient(115deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.concept_sec .inner .content_area {
    max-width: 551.41px;
}

@media screen and (max-width: 1024px) {
    .concept_sec .inner .content_area {
        width: 60%;
    }
}

@media screen and (max-width: 820px) {
    .concept_sec .inner .content_area {
        width: 100%;
        max-width: inherit;
    }
}

.concept_sec .inner .content_area .copy_txt {
    /* margin-bottom: 45px; */
}


/*=======================================
　-movie_sec
=======================================*/

.movie_sec {
    margin-bottom: 64.5px;
}

@media screen and (max-width: 768px) {
    .movie_sec {
        margin-bottom: 40px;
    }
}


/*=======================================
　-commitment_sec
=======================================*/

.commitment_sec {
    margin-bottom: 123px;
}

@media screen and (max-width: 768px) {
    .commitment_sec {
        margin-bottom: 60px;
    }
}

.commitment_sec .inner {
    max-width: 1360px;
}

.commitment_sec .inner .ttl_01 {
    margin-bottom: 40px;
    text-align: center;
}

.commitment_sec .inner .commitment_wrap {
    position: relative;
    margin-bottom: 181.1px;
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_wrap {
        margin-bottom: 120px;
        padding-bottom: 40px;
    }
}

.commitment_sec .inner .commitment_wrap::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #D4D2CB;
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_wrap::before {
        display: none;
    }
}

.commitment_sec .inner .commitment_wrap::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #D4D2CB;
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_wrap::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_wrap {
        overflow-x: scroll;
    }
}

.commitment_sec .inner .commitment_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 134.2px 10%;
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.commitment_sec .inner .commitment_list .commitment_item {
    width: 44.5073529412%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6.4%;
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_list .commitment_item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-width: 260px;
        gap: 0;
    }
}

.commitment_sec .inner .commitment_list .commitment_item .txt_area {
    width: 47.5797125392%;
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_list .commitment_item .txt_area {
        min-width: inherit;
        width: 100%;
        display: contents;
    }
}

.commitment_sec .inner .commitment_list .commitment_item .txt_area .num {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Marcellus", serif;
    font-size: 30px;
    color: var(--sub_green01);
    top: -16px;
    margin-bottom: -5px;
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_list .commitment_item .txt_area .num {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.commitment_sec .inner .commitment_list .commitment_item .txt_area .num::after {
    content: "";
    left: calc(1em + 23px);
    position: absolute;
    width: calc(100% - (1em + 23px));
    height: 2px;
    background: rgb(8, 112, 75);
    background: linear-gradient(115deg, rgb(8, 112, 75) 0%, rgb(8, 112, 75) 0%, rgba(20, 84, 61, 0) 79%);
}

.commitment_sec .inner .commitment_list .commitment_item .txt_area .sttl_04 {
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.95;
}

@media screen and (max-width: 1600px) {
    .commitment_sec .inner .commitment_list .commitment_item .txt_area .sttl_04 {
        font-size: clamp(20px, 1.5vw, 24px);
    }
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_list .commitment_item .txt_area .sttl_04 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 1.7;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_list .commitment_item .txt_area p {
        font-size: 15px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        line-height: 2;
    }
}

.commitment_sec .inner .commitment_list .commitment_item .img_area {
    width: 44%;
    border-radius: 6px;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media screen and (max-width: 768px) {
    .commitment_sec .inner .commitment_list .commitment_item .img_area {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.modaal-gallery-item.is_active {
    width: 75vw;
}

@media screen and (max-width: 768px) {
    .modaal-gallery-item.is_active {
        width: 80vw;
    }
}

.modaal-close:after,
.modaal-close:before {
    width: 2px;
}

.modaal-wrapper .modaal-close {
    position: absolute;
    right: 0;
    top: -40px;
    width: 35px;
    height: 35px;
}

.modaal-wrapper .modaal-close:hover {
    background: none;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #fff;
}

.simplebar-scrollbar::before {
    background: var(--sub_green01);
    border-radius: 50vw;
    height: 3px !important;
    top: 0;
    left: 0;
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}

.simplebar-track {
    background: #fff;
    height: 3px !important;
    bottom: 0;
    border-radius: 50vw;
}


/*=======================================
　-greeting_sec
=======================================*/

.greeting_sec {
    max-width: 1360px;
    width: 90%;
    margin: 0 auto 50px auto;
    position: relative;
    padding: 174px 0 0px;
}

@media screen and (max-width: 768px) {
    .greeting_sec {
        margin-bottom: 45px;
        padding: 40.2px 0 50px;
    }
}

.greeting_sec::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: calc(50% - 50vw);
    background: #fff;
    border-radius: 6px 0 0 6px;
}

.greeting_sec .inner {
    position: relative;
    max-width: 1047px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px 5%;
}

@media screen and (max-width: 768px) {
    .greeting_sec .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.greeting_sec .inner .txt_area {
    position: relative;
    top: -30px;
    width: 49.0926456543%;
}

@media screen and (max-width: 768px) {
    .greeting_sec .inner .txt_area {
        width: 100%;
        display: contents;
    }
}

.greeting_sec .inner .txt_area .ttl_01 {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .greeting_sec .inner .txt_area .ttl_01 {
        margin-bottom: 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        text-align: center;
    }
}

.greeting_sec .inner .txt_area .copy_txt {
    margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
    .greeting_sec .inner .txt_area .copy_txt {
        margin-bottom: 25px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 768px) {
    .greeting_sec .inner .txt_area .cmn_btn02 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.greeting_sec .inner .img_area {
    width: 44.0945558739%;
}

@media screen and (max-width: 768px) {
    .greeting_sec .inner .img_area {
        width: 100%;
        display: contents;
    }
}

.greeting_sec .inner .img_area picture {
    margin-bottom: 30px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 768px) {
    .greeting_sec .inner .img_area picture {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 50px;
    }
}

.greeting_sec .inner .img_area img {
    border-radius: 6px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .greeting_sec .inner .img_area img {
        margin-bottom: 0;
    }
}

.greeting_sec .inner .img_area .director {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Marcellus", "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .greeting_sec .inner .img_area .director {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 45px;
    }
}

.greeting_sec .inner .img_area .director .small {
    display: inline-block;
    margin-right: 22px;
    font-size: 20px;
}

.greeting_sec .inner .img_area .director .en {
    display: inline-block;
    margin-left: 13px;
    font-size: 12px;
    color: #6D8163;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .greeting_sec .inner .img_area .director .en {
        display: block;
        margin-top: -5px;
    }
}


/*=======================================
　-bnr_sec
=======================================*/

.bnr_sec {
    margin-bottom: 98px;
}

@media screen and (max-width: 768px) {
    .bnr_sec {
        margin-bottom: 50px;
    }
}

.bnr_sec .inner {
    max-width: 1040px;
}

.bnr_sec .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    gap: 12.8px;
    margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .bnr_sec .inner ul {
        gap: 30px 0;
    }
}

.bnr_sec .inner ul li a {
    display: block;
}

.bnr_sec .inner ul li a::after {
    border-radius: 0;
}

.bnr_sec .inner ul li a picture {
    display: block;
    height: 100%;
}


/*=======================================
　-bnr_area
=======================================*/

.bnr_area {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .bnr_area {
        margin-top: 15px;
    }
}

.bnr_area .inner {
    max-width: 1000px;
}


/*=======================================
　-treatment_sec
=======================================*/

.treatment_sec .treatment_box {
    background: #e2e0d5;
    border-radius: 5px;
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 0 10px #e2e0d5 inset, 0 0 0 11px #326737 inset;
    box-shadow: 0 0 0 10px #e2e0d5 inset, 0 0 0 11px #326737 inset;
    padding: 100px 0;
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .treatment_sec .treatment_box {
        padding: 50px 0;
        margin-bottom: 60px;
    }
}

.treatment_sec .inner {
    width: 82.45%;
}

.treatment_sec .inner .cmn_sttl_02 {
    margin-bottom: 54px;
    color: var(--sub_green01);
}

@media screen and (max-width: 768px) {
    .treatment_sec .inner .cmn_sttl_02 {
        margin-bottom: 30px;
    }
}

.treatment_sec .inner .cmn_txt03 {
    margin-bottom: 75px;
}

.treatment_sec .inner .cmn_txt03.btn {
    margin-bottom: 20px;
}

.treatment_sec .inner .cmn_btn02 {
    margin-bottom: 75px;
}

.treatment_sec .inner .cmn_btn02 a {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .treatment_sec .inner .cmn_txt03 {
        margin-bottom: 40px;
    }
}

.treatment_sec .inner .treatment_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px 0;
}

@media screen and (max-width: 768px) {
    .treatment_sec .inner .treatment_list {
        gap: 40px 0;
    }
}

.treatment_sec .inner .treatment_list>li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #231815;
}

.treatment_sec .inner .treatment_list>li:last-child {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .treatment_sec .inner .treatment_list>li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px 0;
    }
}

.treatment_sec .inner .treatment_list>li .txt_area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.treatment_sec .inner .treatment_list>li .txt_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
}

@media screen and (max-width: 768px) {
    .treatment_sec .inner .treatment_list>li .txt_area ul {
        gap: 20px 0;
    }
}

.treatment_sec .inner .treatment_list>li .txt_area ul li {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2.111;
    color: #1e3125;
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .treatment_sec .inner .treatment_list>li .txt_area ul li {
        font-size: 15px;
        padding-left: 5px;
        line-height: 1.75;
    }
}

@media screen and (max-width: 768px) {
    .treatment_sec .inner .treatment_list>li .txt_area ul li::before {
        height: 15px;
    }
}

.treatment_sec .inner .treatment_list>li .img_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 6px;
}

.treatment_sec .inner .treatment_list>li .img_area.clm2 {
    width: 80%;
    margin: 40px auto 30px;
}

@media screen and (max-width: 768px) {
    .treatment_sec .inner .treatment_list>li .img_area.clm2 {
        width: 100%;
    }
}

.treatment_sec .inner .treatment_list>li .img_area.clm2 .img {
    width: 49.27%;
}

.treatment_sec .inner .treatment_list>li .img_area.clm3 {
    width: 80%;
    margin: 40px auto 30px;
}

@media screen and (max-width: 768px) {
    .treatment_sec .inner .treatment_list>li .img_area.clm3 {
        width: 100%;
    }
}

.treatment_sec .inner .treatment_list>li .img_area.clm3 .img {
    width: 33.01%;
}

.treatment_sec .inner .treatment_list>li.gray_out .img_area {
    position: relative;
}

/*
.treatment_sec .inner .treatment_list>li.gray_out .img_area::before {
    content: "COMING SOON";
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 41px;
    display: inline-block;
    background: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: clamp(20px, 1.75vw, 28px);
    letter-spacing: 0.03em;
    color: #3c3c3c;
    text-align: center;
    line-height: 1;
}
*/

@media screen and (max-width: 768px) {
    .treatment_sec .inner .treatment_list>li.gray_out .img_area::before {
        font-size: 20px;
        padding: 10px 20px;
    }
}

.treatment_sec .inner .treatment_list>li.gray_out .img_area .img {
    position: relative;
}

.treatment_sec .inner .treatment_list>li.gray_out .img_area .img::after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    /*background: rgba(33, 33, 33, 0.43);*/
    position: absolute;
    left: 0;
    top: 0;
}


/*=======================================
　-link_area
=======================================*/

.link_area {
    margin-bottom: 151.2px;
}

@media screen and (max-width: 768px) {
    .link_area {
        margin-bottom: 60px;
    }
}

.link_area .inner {
    max-width: 1042px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 57px 4%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .link_area .inner {
        gap: 20px;
    }
}

.link_area .inner .link_item {
    width: 48%;
}

@media screen and (max-width: 768px) {
    .link_area .inner .link_item {
        width: 100%;
    }
}

.link_area .inner .link_item a {
    width: 100%;
    display: block;
    background: url(../img/top/btn_bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 5% 0 4.72% 8%;
    border-radius: 6px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .link_area .inner .link_item a {
        padding: 5% 0 5% 5%;
    }
}

.link_area .inner .link_item a .sttl_03 {
    font-size: 33px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
    .link_area .inner .link_item a .sttl_03 {
        font-size: 22px;
    }
}

.link_area .inner .link_item a p {
    position: relative;
    padding-right: 25px;
}

@media screen and (max-width: 1400px) {
    .link_area .inner .link_item a p {
        padding-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .link_area .inner .link_item a p {
        padding-right: 45px;
        font-size: 11px;
        letter-spacing: 0.05em;
    }
}

.link_area .inner .link_item a p::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50vw;
    background-color: #fff;
    top: 13px;
    right: 27.1px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

@media screen and (max-width: 768px) {
    .link_area .inner .link_item a p::after {
        width: 4px;
        height: 4px;
    }
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .link_area .inner .link_item a:hover {
        opacity: 1;
    }
    .link_area .inner .link_item a:hover p::after {
        top: 3px;
        width: 30.34px;
        height: 30.34px;
        right: 18px;
        background-color: transparent;
        border-color: #fff;
    }
}

@media (min-width: 769px) and (-ms-high-contrast: none),
(min-width: 769px) and (-ms-high-contrast: active) {
    .link_area .inner .link_item a:hover {
        opacity: 1;
    }
    .link_area .inner .link_item a:hover p::after {
        top: 3px;
        width: 30.34px;
        height: 30.34px;
        right: 18px;
        background-color: transparent;
        border-color: #fff;
    }
}


/*=======================================
　-news_sec
=======================================*/

.news_sec {
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .news_sec {
        margin-bottom: 80px;
    }
}

.news_sec .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
}

@media screen and (max-width: 1400px) {
    .news_sec .inner {
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .news_sec .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .news_sec .inner .ttl_area {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.news_sec .inner .ttl_area .ttl_01 {
    font-size: 39px;
    margin-bottom: 47.2px;
    font-weight: 400;
}

@media screen and (max-width: 1400px) {
    .news_sec .inner .ttl_area .ttl_01 {
        font-size: clamp(24px, 3vw, 42px);
    }
}

@media screen and (max-width: 768px) {
    .news_sec .inner .ttl_area .ttl_01 {
        font-size: 26px;
        margin-bottom: 0;
    }
}

.news_sec .inner .news_area {
    max-width: 700px;
    width: 75%;
}

@media screen and (max-width: 768px) {
    .news_sec .inner .news_area {
        width: 100%;
    }
}

.news_sec .inner .news_area ul li {
    position: relative;
}

.news_sec .inner .news_area ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
}

.news_sec .inner .news_area ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--sub_green01);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .news_sec .inner .news_area ul li:hover::after {
        width: 100%;
    }
}

@media (min-width: 769px) and (-ms-high-contrast: none),
(min-width: 769px) and (-ms-high-contrast: active) {
    .news_sec .inner .news_area ul li:hover::after {
        width: 100%;
    }
}

.news_sec .inner .news_area ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 20px 50px 20px 20px;
}

@media screen and (max-width: 768px) {
    .news_sec .inner .news_area ul li a {
        padding: 20px 40px 20px 0;
        gap: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.news_sec .inner .news_area ul li a .ttl {
    font-size: 1rem;
    width: 100%;
    line-height: 1.8;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .news_sec .inner .news_area ul li a .ttl {
        font-size: 12px;
    }
}

.news_sec .inner .news_area ul li a .ttl::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50vw;
    background-color: var(--sub_green01);
    border: 2px solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    .news_sec .inner .news_area ul li a .ttl::after {
        width: 6px;
        height: 6px;
        top: inherit;
        bottom: 1.7em;
    }
}

.news_sec .inner .news_area ul li a .date {
    font-size: 1rem;
    font-family: "Marcellus", serif;
    color: var(--sub_green01);
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .news_sec .inner .news_area ul li a:hover {
        opacity: 1;
    }
    .news_sec .inner .news_area ul li a:hover .ttl::after {
        width: 25px;
        height: 25px;
        right: 8px;
        background-color: transparent;
        border-color: var(--sub_green01);
    }
}

@media (min-width: 769px) and (-ms-high-contrast: none),
(min-width: 769px) and (-ms-high-contrast: active) {
    .news_sec .inner .news_area ul li a:hover {
        opacity: 1;
    }
    .news_sec .inner .news_area ul li a:hover .ttl::after {
        width: 25px;
        height: 25px;
        right: 8px;
        background-color: transparent;
        border-color: var(--sub_green01);
    }
}

.news_sec .inner .news_area ul li:first-child a {
    padding-top: 0;
}

.news_sec .inner .news_area ul li:first-child a .ttl::after {
    top: 1.2em;
}

@media screen and (max-width: 768px) {
    .news_sec .inner .news_area ul li:first-child a .ttl::after {
        top: inherit;
    }
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .news_sec .inner .news_area ul li:first-child a:hover .ttl::after {
        top: 1em;
    }
}

@media (min-width: 769px) and (-ms-high-contrast: none),
(min-width: 769px) and (-ms-high-contrast: active) {
    .news_sec .inner .news_area ul li:first-child a:hover .ttl::after {
        top: 1em;
    }
}


/*=======================================
　-column_sec
=======================================*/

.column_sec {
    margin-bottom: 119.1px;
}

@media screen and (max-width: 768px) {
    .column_sec {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {
    .column_sec .inner .ttl_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 40px;
    }
}

.column_sec .inner .ttl_area .ttl_01 {
    padding-bottom: 35px;
    border-bottom: 1px solid #E6E6E6;
    text-align: right;
    font-weight: 400;
    font-size: 39px;
    margin-bottom: 28.5px;
}

@media screen and (max-width: 1400px) {
    .column_sec .inner .ttl_area .ttl_01 {
        font-size: clamp(24px, 3vw, 42px);
    }
}

@media screen and (max-width: 768px) {
    .column_sec .inner .ttl_area .ttl_01 {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 26px;
    }
}

.column_sec .inner .ttl_area .cmn_btn03 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
    .column_sec .inner .ttl_area .cmn_btn03 {
        margin-bottom: 0;
    }
}

.column_sec .inner .column_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2.3947368421%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.column_sec .inner .column_list .column_item {
    position: relative;
    width: 20.8771929825%;
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item {
        width: 100%;
        padding: 15.1px 0 15.9px;
        border-bottom: 1px solid #E6E6E6;
        height: 37.3333333333vw;
        min-height: 150px;
        max-height: 220px;
    }
}

@media screen and (max-width: 400px) {
    .column_sec .inner .column_list .column_item {
        height: inherit;
    }
}

.column_sec .inner .column_list .column_item:first-child {
    width: 30.2631578947%;
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item:first-child {
        width: 100%;
    }
}

.column_sec .inner .column_list .column_item a.main_link {
    display: block;
    position: relative;
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item a.main_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 45%;
    }
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .column_sec .inner .column_list .column_item a.main_link:hover {
        opacity: 1;
    }
    .column_sec .inner .column_list .column_item a.main_link:hover .img_area>img {
        scale: 1.2;
    }
    .column_sec .inner .column_list .column_item a.main_link:hover .ttl_column {
        color: var(--sub_green01);
    }
}

@media (min-width: 769px) and (-ms-high-contrast: none),
(min-width: 769px) and (-ms-high-contrast: active) {
    .column_sec .inner .column_list .column_item a.main_link:hover {
        opacity: 1;
    }
    .column_sec .inner .column_list .column_item a.main_link:hover .img_area>img {
        scale: 1.2;
    }
    .column_sec .inner .column_list .column_item a.main_link:hover .ttl_column {
        color: var(--sub_green01);
    }
}

.column_sec .inner .column_list .column_item a.main_link::before {
    content: "01";
    position: absolute;
    left: 0;
    top: -2.5em;
    font-family: "Marcellus", serif;
    font-size: 16px;
    color: var(--sub_green01);
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item a.main_link::before {
        display: none;
    }
}

.column_sec .inner .column_list .column_item a.main_link .img_area {
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item a.main_link .img_area {
        position: absolute;
        left: 0;
        top: 0;
        width: 38.2%;
    }
}

.column_sec .inner .column_list .column_item a.main_link .img_area>img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.column_sec .inner .column_list .column_item a.main_link .ttl_column {
    font-weight: 600;
    line-height: 1.625;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1400px) {
    .column_sec .inner .column_list .column_item a.main_link .ttl_column {
        font-size: clamp(13px, 1.1428571429vw, 16px);
    }
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item a.main_link .ttl_column {
        margin-bottom: 15px;
        font-size: 12px;
    }
}

.column_sec .inner .column_list .column_item:nth-child(2) a.main_link::before {
    content: "02";
}

.column_sec .inner .column_list .column_item:nth-child(3) a.main_link::before {
    content: "03";
}

.column_sec .inner .column_list .column_item:nth-child(4) a.main_link::before {
    content: "04";
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item .txt_area {
        padding-left: 45%;
    }
}

.column_sec .inner .column_list .column_item .txt_area .tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 3px 0;
    margin: 20px 0 10px;
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item .txt_area .tag_list {
        gap: 0;
        margin-top: 0;
    }
}

.column_sec .inner .column_list .column_item .txt_area .tag_list .tag_item {
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 1400px) {
    .column_sec .inner .column_list .column_item .txt_area .tag_list .tag_item {
        font-size: clamp(11px, 0.9285714286vw, 163px);
    }
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item .txt_area .tag_list .tag_item {
        font-size: 11px;
        margin-right: 5px;
    }
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .column_sec .inner .column_list .column_item .txt_area .tag_list .tag_item a:hover {
        opacity: 0.7;
    }
}

@media (min-width: 769px) and (-ms-high-contrast: none),
(min-width: 769px) and (-ms-high-contrast: active) {
    .column_sec .inner .column_list .column_item .txt_area .tag_list .tag_item a:hover {
        opacity: 0.7;
    }
}

.column_sec .inner .column_list .column_item .txt_area .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width: 1400px) {
    .column_sec .inner .column_list .column_item .txt_area .info {
        gap: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item .txt_area .info {
        gap: 0 8px;
    }
}

.column_sec .inner .column_list .column_item .txt_area .info .date {
    font-family: "Marcellus", serif;
    font-size: 14px;
    color: var(--sub_green01);
}

@media screen and (max-width: 1400px) {
    .column_sec .inner .column_list .column_item .txt_area .info .date {
        font-size: clamp(10px, 1vw, 14px);
    }
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item .txt_area .info .date {
        font-size: 12px;
    }
}

.column_sec .inner .column_list .column_item .txt_area .info .category {
    padding: 0 8px;
    font-size: 12px;
    background-color: var(--sub_green01);
    color: #fff;
    border-radius: 6px;
}

@media screen and (max-width: 1400px) {
    .column_sec .inner .column_list .column_item .txt_area .info .category {
        padding: 0 6px;
        font-size: clamp(9px, 0.8571428571vw, 12px);
    }
}

@media screen and (max-width: 768px) {
    .column_sec .inner .column_list .column_item .txt_area .info .category {
        padding: 0 5px;
        font-size: 10px;
        line-height: 1.7;
    }
}


/*=======================================
　-access_sec
=======================================*/

.access_sec .inner .ttl_area {
    position: relative;
    margin-bottom: 57px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .access_sec .inner .ttl_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.access_sec .inner .ttl_area .ttl_01 {
    margin-bottom: 0;
    font-weight: 400;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 39px;
}

@media screen and (max-width: 1400px) {
    .access_sec .inner .ttl_area .ttl_01 {
        font-size: clamp(24px, 3vw, 42px);
    }
}

@media screen and (max-width: 768px) {
    .access_sec .inner .ttl_area .ttl_01 {
        font-size: 26px;
    }
}

.access_sec .inner .ttl_area .cmn_btn03 {
    position: absolute;
    right: 0;
    bottom: -5px;
}

@media screen and (max-width: 768px) {
    .access_sec .inner .ttl_area .cmn_btn03 {
        position: inherit;
    }
}

.access_sec .inner .content_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32.5px;
    }
}

.access_sec .inner .content_area .map_area {
    width: 48.5964912281%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area .map_area {
        width: 100%;
    }
}

.access_sec .inner .content_area .map_area iframe {
    width: 100%;
    aspect-ratio: 554/503;
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area .map_area iframe {
        aspect-ratio: 334.96/152.52;
    }
}

.access_sec .inner .content_area .info_area {
    width: 41.9061403509%;
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area .info_area {
        width: 100%;
    }
}

.access_sec .inner .content_area .info_area .half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10%;
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area .info_area .half {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

.access_sec .inner .content_area .info_area .half dt {
    margin-bottom: 5px;
}

.access_sec .inner .content_area .info_area .half dd {
    margin-bottom: 0;
    line-height: 1.8;
}

.access_sec .inner .content_area .info_area .half dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

.access_sec .inner .content_area .info_area dl {
    margin-bottom: 36px;
}

.access_sec .inner .content_area .info_area dl dt {
    font-family: "Marcellus", serif;
    font-size: 18px;
    color: var(--sub_green01);
    letter-spacing: 0.015em;
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area .info_area dl dt {
        font-size: 16px;
    }
}

.access_sec .inner .content_area .info_area dl dd {
    line-height: 1.625;
    margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area .info_area dl dd {
        font-size: 14px;
        letter-spacing: 0.03em;
    }
}

.access_sec .inner .content_area .info_area dl dd:last-of-type {
    margin-bottom: 0;
}

.access_sec .inner .content_area .info_area dl dd.tel {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.access_sec .inner .content_area .info_area dl dd .cap {
    font-size: 15px;
}

.access_sec .inner .content_area .info_area dl table {
    width: 100%;
}

.access_sec .inner .content_area .info_area dl table tr:first-child {
    border-bottom: 1px solid #707070;
}

.access_sec .inner .content_area .info_area dl table tr:nth-child(2) td {
    font-weight: 900;
    color: var(--sub_green01);
    text-align: center;
}

.access_sec .inner .content_area .info_area dl table tr:nth-child(2) td:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
}

.access_sec .inner .content_area .info_area dl table tr:nth-child(2) td.close {
    color: #707070;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area .info_area dl table tr:nth-child(2) th:first-child {
        padding-top: 10px;
        padding-right: 10px;
        line-height: 1;
        font-size: 14px;
        text-align: left;
    }
}

.access_sec .inner .content_area .info_area dl table tr th {
    padding: 15px 10px 15px 10px;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
}

@media screen and (max-width: 1400px) {
    .access_sec .inner .content_area .info_area dl table tr th {
        padding: 15px 0 10px 0;
        font-size: clamp(13px, 1.2142857143vw, 17px);
    }
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area .info_area dl table tr th {
        padding: 15px 5px 10px 5px;
        font-size: 15px;
    }
}

.access_sec .inner .content_area .info_area dl table tr th:first-child {
    width: calc(23.0255583698% + 20px);
    text-align: left;
    padding-left: 0;
}

@media screen and (max-width: 1400px) {
    .access_sec .inner .content_area .info_area dl table tr th:first-child {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area .info_area dl table tr th:first-child {
        padding-top: 20px;
        padding-right: 10px;
        font-size: 11px;
    }
}

.access_sec .inner .content_area .info_area dl table tr th:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
}

.access_sec .inner .content_area .info_area dl table tr td {
    font-weight: 500;
    font-size: 17px;
    padding: 15px 10px 15px 10px;
}

@media screen and (max-width: 1400px) {
    .access_sec .inner .content_area .info_area dl table tr td {
        font-size: clamp(13px, 1.2142857143vw, 17px);
    }
}

@media screen and (max-width: 768px) {
    .access_sec .inner .content_area .info_area dl table tr td {
        padding: 10px 5px 15px 5px;
    }
}


/*=======================================
　-recruit_sec
=======================================*/

.recruit_sec .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .recruit_sec .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 60px;
        gap: 0;
    }
}

.recruit_sec .inner .ttl_area {
    width: 41.5%;
}

@media screen and (max-width: 768px) {
    .recruit_sec .inner .ttl_area {
        display: contents;
        width: 100%;
    }
}

.recruit_sec .inner .ttl_area .ttl_01 {
    margin-bottom: 55.1px;
}

@media screen and (max-width: 768px) {
    .recruit_sec .inner .ttl_area .ttl_01 {
        margin-bottom: 25px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.recruit_sec .inner .ttl_area .copy_txt {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .recruit_sec .inner .ttl_area .copy_txt {
        margin-bottom: 15px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 768px) {
    .recruit_sec .inner .ttl_area .cmn_btn02 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.recruit_sec .inner .ttl_area .cmn_btn02 a {
    margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
    .recruit_sec .inner .ttl_area .cmn_btn02 a {
        margin: 0 auto;
    }
}

.recruit_sec .inner .ttl_area .cmn_btn02 a::after {
    content: "";
    background: url("../img/common/arrow01.svg") no-repeat;
    background-size: cover;
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(2%) hue-rotate(269deg) brightness(115%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(2%) hue-rotate(269deg) brightness(115%) contrast(100%);
    border: none;
    border-radius: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
    width: 13.7px;
    height: 14.53px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: transform;
}

@media screen and (max-width: 768px) {
    .recruit_sec .inner .ttl_area .cmn_btn02 a::after {
        width: 10px;
        height: 11px;
    }
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .recruit_sec .inner .ttl_area .cmn_btn02 a:hover {
        opacity: 1;
    }
    .recruit_sec .inner .ttl_area .cmn_btn02 a:hover::after {
        top: calc(50% - 2.5px);
        right: 15px;
        border: none;
    }
}

@media (min-width: 769px) and (-ms-high-contrast: none),
(min-width: 769px) and (-ms-high-contrast: active) {
    .recruit_sec .inner .ttl_area .cmn_btn02 a:hover {
        opacity: 1;
    }
    .recruit_sec .inner .ttl_area .cmn_btn02 a:hover::after {
        top: calc(50% - 2.5px);
        right: 15px;
        border: none;
    }
}

.recruit_sec .inner .img_area {
    width: 56.2%;
}

@media screen and (max-width: 768px) {
    .recruit_sec .inner .img_area {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px;
    }
}

.recruit_sec .inner .img_area img {
    border-radius: 6px;
}


/*=======================================
　-link_nav_area
=======================================*/

.link_nav_area .inner {
    max-width: 1042px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .link_nav_area .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.link_nav_area .inner .link_nav_item {
    width: 48%;
}

@media screen and (max-width: 768px) {
    .link_nav_area .inner .link_nav_item {
        width: 100%;
    }
}

.link_nav_area .inner .link_nav_item a {
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    border-radius: 6px;
    line-height: 1.8;
    overflow: hidden;
}

.link_nav_area .inner .link_nav_item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(109, 129, 99, 0.6);
    mix-blend-mode: multiply;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link_nav_area .inner .link_nav_item a>img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link_nav_area .inner .link_nav_item a .txt_area {
    position: absolute;
    width: calc(100% - 30px);
    left: 30px;
    bottom: 22.8px;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .link_nav_area .inner .link_nav_item a .txt_area {
        left: 10px;
        bottom: 10px;
    }
}

.link_nav_area .inner .link_nav_item a .txt_area .sttl_03 {
    font-size: 29px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
    .link_nav_area .inner .link_nav_item a .txt_area .sttl_03 {
        font-size: 22px;
    }
}

.link_nav_area .inner .link_nav_item a .txt_area p {
    position: relative;
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .link_nav_area .inner .link_nav_item a .txt_area p {
        font-size: 12px;
    }
}

.link_nav_area .inner .link_nav_item a .txt_area p::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30.3px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

@media screen and (max-width: 1400px) {
    .link_nav_area .inner .link_nav_item a .txt_area p::after {
        top: 75%;
    }
}

@media screen and (max-width: 768px) {
    .link_nav_area .inner .link_nav_item a .txt_area p::after {
        top: 50%;
        width: 6px;
        height: 6px;
        right: 0;
    }
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .link_nav_area .inner .link_nav_item a:hover {
        opacity: 1;
    }
    .link_nav_area .inner .link_nav_item a:hover>img {
        scale: 1.05;
    }
    .link_nav_area .inner .link_nav_item a:hover::after {
        background: rgba(109, 129, 99, 0.2);
    }
    .link_nav_area .inner .link_nav_item a:hover .txt_area p::after {
        width: 30.34px;
        height: 30.34px;
        right: 20px;
        background-color: transparent;
        border-color: #fff;
    }
}

@media (min-width: 769px) and (-ms-high-contrast: none),
(min-width: 769px) and (-ms-high-contrast: active) {
    .link_nav_area .inner .link_nav_item a:hover {
        opacity: 1;
    }
    .link_nav_area .inner .link_nav_item a:hover>img {
        scale: 1.05;
    }
    .link_nav_area .inner .link_nav_item a:hover::after {
        background: rgba(109, 129, 99, 0.2);
    }
    .link_nav_area .inner .link_nav_item a:hover .txt_area p::after {
        width: 30.34px;
        height: 30.34px;
        right: 20px;
        background-color: transparent;
        border-color: #fff;
    }
}


/*# sourceMappingURL=top.css.map */


/*2分でわかるセルグランクリニック*/

.movie {
    padding-top: 8em;
}

.movie .ttl_01 {
    font-size: clamp(20px, 1.5vw, 24px);
}

.movie iframe {
    width: 60%;
    height: 400px;
}

.recruit_sec.movie .inner {
    gap: 0 1.5em;
}

@media screen and (max-width: 768px) {
    .movie iframe {
        width: 100%;
        height: 230px;
    }
    .recruit_sec.movie .inner {
        margin-bottom: 110px;
    }
    .movie .ttl_01 {
        text-align: center;
    }
    .ttl_01 .sub::after {
        background: none;
    }
    .concept_new_sec .recruit_sec.movie .inner {
        margin-bottom: 40px!important;
    }
}


/*パンフレット*/

.pamphlet_sec {
    position: absolute;
    top: 17.7px;
    left: 36.9px;
    z-index: 2;
}

.pamphlet_sec .flex_sec {
    background: #e1dec9;
    border-radius: 100px;
    padding: 0.1rem 0.8rem 0.3rem 0.8rem;
    display: flex;
    align-items: center;
    gap: 0 0.3rem;
    align-content: space-between;
    cursor: pointer;
}

.pamphlet_sec .flex_sec>a {
    color: #08704B;
    transition: all .5s;
    font-size: 0.8rem;
    display: flex;
    font-family: "Marcellus", serif;
    padding-top: 4px;
    align-items: center;
}

.pamphlet_sec .flex_sec>a:hover {
    text-decoration: underline;
}

.pamphlet_sec .flex_sec>a span {}

@media screen and (max-width: 768px) {
    .pamphlet_sec {
        top: 10.4px;
        left: 15px;
    }
    .pamphlet_sec .flex_sec>a {
        font-size: 0.8rem;
    }
}


/*医療機関一覧*/

.treatment_list_link {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.treatment_list_link .cmn_btn02 a {
    width: 100%;
    height: 50px;
    padding: 0 3rem;
}

.recruit_sec.movie.link .inner {
    display: block;
}

.recruit_sec.movie.link .inner .ttl_01 {
    margin-bottom: 20px;
}

.recruit_sec.movie.link .inner a img {
    background: #fff;
    border: 1px solid #000;
    padding: 1rem;
    width: 350px;
}

.copy_txt_top {
    text-align: center;
    margin-bottom: 45px;
}
.copy_txt_top2 {
    text-align:left;
	margin-top:10px;
    margin-bottom:25px;
	font-size:1.2rem;
	line-height:1.6em;
	color:#076F4A;
	font-weight:bold;
}
.copy_txt_top2 .inline{display:inline-block;}
@media screen and (min-width: 769px) {
	.copy_txt_top {max-width:600px;}
}
@media screen and (max-width: 768px) {
    .copy_txt_top {
        text-align: justify;
        line-height: 150%;
        margin: 1em 0;
    }
    .treatment_list_link {
        display: block;
    }
    .treatment_sec .inner .cmn_btn02 {
        margin-bottom: 20px;
    }
    .treatment_list_link .cmn_btn02 a {
        padding: 0;
        font-size: 12px;
    }
    .movie .ttl_01 .sub::after {
        display: none;
    }
    .recruit_sec.movie.link .inner a img {
        width: 80%;
        display: block;
        margin: auto;
    }
    .top_concept .cmn_btn02 a {
        margin: 1rem auto 2.5rem!important;
    }
}
.copy_ttl_top{
    text-align:left;
	line-height:1.5em;
	font-weight:bold;
	font-family:"Noto Serif JP"
}
.copy_ttl_top .inline{display:inline-block;}
@media print, screen and (min-width:981px){
	.copy_ttl_top{
	margin:30px auto -10px;
	font-size:1.6rem;
	}
}
@media print, screen and (max-width:980px) and (min-width:761px){
	.copy_ttl_top{
	margin:40px auto 10px;
	font-size:1.5rem;
	}
}
@media print, screen and (max-width:760px){
	.copy_ttl_top{
	margin:20px auto;
	font-size:1.2rem;
	}
}

/*人生100年時代*/

.title_area {
    margin-bottom:160px;
    text-align: center;
}

.title_area h2 {
    color: #1E3125;
    text-align:left;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
}
.title_area h2 .inline{display:inline-block;}
.title_area .flex_area {
    display: flex;
    gap: 21.93px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
}

.title_area .flex_area span.title {
    display: block;
    color: #000;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 19.414px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.title_area .flex_area h3 {
    color: #08704B;
    font-family: "Noto Serif JP";
    font-size: 44.995px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.title_area .flex_area h3 span {
    background: #fff;
    border: 1px solid #000;
    border-right: none;
    padding: 1.62px 14.63px;
}

.title_area .flex_area h3 span:last-child {
    border-right: 1px solid #000;
}

.title_area .flex_area h3.no2 {
    color: #C8913F;
}

.title_area .flex_area h4 {
    color: #000;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 27.414px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.title_area .flex_area .cross {
    position: relative;
    display: inline-block;
    width: 104.44px;
    height: 2px;
    border-radius: 100px;
    background: #B1AEA2;
    transform: rotate(45deg);
    vertical-align: middle;
    top: -85px;
}

.title_area .flex_area .cross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    background: #B1AEA2;
    transform: rotate(90deg);
}

.title_area .copy_txt_top {
    text-align: justify;
    margin-bottom:26px;
    margin-top: 20px;
    line-height: 150%;
}

@media screen and (max-width: 768px) {
    .title_area h2 {
        font-size: 24px;
    }
    .title_area .flex_area {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 33.93px;
    }
    .title_area .flex_area h3 {
        font-size: 29.995px;
    }
    .title_area .flex_area .cross {
        width: 84.44px;
        top: -9px;
    }
    .title_area .flex_area h4 {
        font-size: 20.414px;
        margin-bottom: 20px;
    }
    .title_area .flex_area h3.no2 {
        color: #C8913F;
    }
    .title_area .flex_area span.title {
        font-size: 16.414px;
    }
    .title_area {
        margin-bottom: 30px;
    }
    .flex_area .txt_area .text_content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 60px;
    }
}

.top_concept .flex_box {
    display: flex;
    gap: 2rem;
}

.top_concept .img_box {
    width: 60%;
    margin-right: calc(50% - 50vw);
}

.top_concept .img_box img {
    height: 368px;
    object-fit: cover;
    width: 100%;
}

.top_concept .cmn_btn02 a {
    margin: 0;
}

.concept_new_sec {
    background: #EAE9E2;
    padding-bottom: 3rem;
    /*margin-bottom: 6rem;*/
}

.concept_new_sec .flex_sec {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.concept_new_sec .flex_sec>div {
    flex: 1;
}

.concept_new_sec .flex_sec img {
    width: 181.56px;
}

.concept_new_sec .flex_sec p.sub {
    color: #08704B;
    font-family: "Noto Serif JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.concept_new_sec .flex_sec p.sub span {
    font-size: 16px;
}

.concept_new_sec .flex_sec h3 {
    color: #111;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.concept_new_sec .flex_sec h3 span{display:inline-block;}
.concept_new_sec p.concept {
    border-top: 1px solid #D4D2CB;
    padding-top: 24px;
    margin-top: 50px;
    line-height: 150%;
    text-align: justify;
}

.greeting_sec .name {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 28px;
    margin-bottom: 35px;
}

.greeting_sec .name span.jp {
    font-size: 44px;
    letter-spacing: 0.05em;
    line-height: 1.157;
}

.greeting_sec .name small {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.greeting_sec .name span.en {
    font-family: "Marcellus", serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 31px;
    color: #6d8163;
}

.greeting_sec .cmn_btn02 a {
    margin: 0;
}

section.link {
    background: #eae9e2;
    padding-bottom: 50px;
}
@media screen and (min-width: 761px) {
	.concept_new_sec .flex_sec h3 {
		max-width:350px;
	}
	.top_concept .sp2{display:none;}
}
@media screen and (max-width: 768px) {
    .top_concept .flex_box {
        display: block;
    }
    .top_concept .img_box {
        width: auto;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        height: 215px;
    }
    .top_concept .img_box img {
        height: 100%;
    }
    .concept_new_sec .flex_sec img {
        display: none;
    }
    .concept_new_sec .flex_sec {
        display: block;
    }
    .concept_new_sec .flex_sec>div {
        display: flex;
        gap: 22px;
        align-items: center;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #D4D2CB;
    }
    .concept_new_sec .flex_sec p.sub span {
        display: block;
    }
    .concept_new_sec .flex_sec p.sub {
        line-height: 70%;
    }
    .concept_new_sec .flex_sec h3 {
        font-size: 19px;
        text-align: left;
    }
    .concept_new_sec p.concept {
        border-top: none;
        padding-top: 24px;
        margin-top: 0;
    }
    .greeting_sec .name {
        gap: 0 9px;
    }
    .greeting_sec .name small {
        font-size: 15px;
    }
    .greeting_sec .name span.jp {
        font-size: 30px;
    }
    .greeting_sec .name span.en {
        font-size: 10px;
    }
    .greeting_sec .cmn_btn02 a {
        margin: auto;
    }
    .bnr_sec .inner ul {
        display: block;
    }
	 .top_concept .sp2{display:block;margin-top:30px;}
}

@media screen and (max-width: 1250px) {
    .title_area .flex_area h3 {
        font-size: 40.995px;
    }
}

@media screen and (max-width: 768px) {
  .symptoms_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
  }

  .symptoms_item {
    width: calc(50% - 5px); /* スマホ2列表示 */
    box-sizing: border-box;
    list-style: none;
  }

  .symptoms_item:nth-child(1),
  .symptoms_item:nth-child(2) {
    width: calc(50% - 5px) !important;
  }
	
  .symptoms_item img {
    width: 100%;
    height: auto;
    display: block;
  }

  .symptoms_item h3 {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }
}

/*TOPムービー*/
.top_movie{
width:90%;
max-width:1140px;
margin:30px auto 0;
}
.top_movie .ttl_01{
margin:0 auto 20px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:681px){
	.top_movie{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	}
	.top_movie .box{width:49%;margin-right:2%;}
	.top_movie .box:nth-child(2n){margin-right:0;}
	.top_movie .ttl_01{font-size:1.4rem;}
}
@media print, screen and (max-width:680px){
	.top_movie .ttl_01{font-size:1.3rem;}
	.top_movie .box:nth-child(2n){margin-top:20px;}
}