@charset "utf-8";
/*
theme Name: kinoedesign
Description: キノエデザインのテーマです
version： 1.0
*/

/*----------------------------------------
	all
----------------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    font-size: 62.5%;
    color: #333;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    vertical-align: bottom;
    height: auto;
}

ul {
    list-style-type: none;
}

#container {
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

@media screen and (max-width:768px) {
    body {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:768px) {
    body {
        font-size: 1.4rem;
    }
}

/*----------------------------------------
	common
----------------------------------------*/

.c-inner01 {
    width: 100%;
    padding: 0 5%;
    margin: auto;
}

.c-inner02 {
    width: 100%;
    padding: 0 3.5%;
    margin: auto;
}

.c-inner03 {
    width: 100%;
    padding: 0 3.5%;
    margin: auto;
}

.c-inner04 {
    width: 100%;
    padding: 0 3.5%;
    margin: auto;
}

.c-text {
    font-size: 1.4rem;
    line-height: 1.75;
}

.c-button {
    width: 88%;
    height: 55px;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.06em;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    transition: all 0.4s;
    margin: 0 auto;
}

.c-button-ghost {
    border: 1px solid #fff;
}

.c-button span {
    display: flex;
    align-items: center;
}

.c-button span:after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 8px;
    background-image: url(images/common/button_arrow.svg);
    background-repeat: no-repeat;
    margin-left: 20px;
}

.op {
    transition: 0.3s;
}

.op:hover {
    opacity: 0.7;
}

.link {
    display: block;
}

.link span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    display: inline-block;
    color: #808080;
    padding: 0 0 5px;
    border-bottom: 1px solid #808080;
}

.lookforward-close-btn {
    display: none;
}

/* swiper bullet */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #ccc !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #808080 !important;
}

.c-topTitle {
    text-align: center;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column-reverse;
}

.c-topTitle__jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
}

.c-topTitle__en {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 3rem;
    margin-bottom: 6px;
}

@media screen and (min-width: 769px) {
    .c-text {
        font-size: 1.6rem;
    }

    .c-button {
        width: 70%;
        height: 55px;
        font-size: 1.4rem;
    }

    .c-topTitle {
        margin: 0 0 40px;
    }

    .c-topTitle__en {
        font-size: 6rem;
    }

    .c-topTitle__jp {
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 820px) {
    .c-inner01 {
        width: 100%;
        padding: 0 4.5%;
    }

    .c-inner02 {
        width: 100%;
        padding: 0 4%;
    }

    .c-inner03 {
        width: 100%;
        padding: 0 3.5%;
    }

    .c-inner04 {
        width: 100%;
        padding: 0 3.5%;
        margin: auto;
    }
}

@media screen and (min-width: 1000px) {
    .c-inner01 {
        width: 100%;
        padding: 0 5.5%;
    }

    .c-inner02 {
        width: 100%;
        padding: 0 5%;
    }

    .c-inner03 {
        width: 100%;
        padding: 0 4.5%;
    }

    .c-inner04 {
        width: 100%;
        padding: 0 4.5%;
        margin: auto;
    }
}

@media screen and (min-width: 1400px) {
    .c-inner01 {
        width: 1200px;
        padding: 0;
    }

    .c-inner02 {
        width: 1380px;
        padding: 0;
    }

    .c-inner03 {
        width: 1400px;
        padding: 0;
    }

    .c-inner04 {
        width: 100%;
        padding: 0 7%;
    }

    .c-button {
        width: 500px;
        height: 80px;
        font-size: 1.6rem;
    }

    .c-button:hover {
        background-color: #808080;
    }
}

/*----------------------------------------
	animation
----------------------------------------*/

.appear {
    transform-origin: center top;
    animation: show 1s both;
}

span.appear {
    display: inline-block;
}

.d1 {
    animation-delay: 0.5s;
}

.d2 {
    animation-delay: 1s;
}

.d3 {
    animation-delay: 1.5s;
}

.d4 {
    animation-delay: 2s;
}

.d5 {
    animation-delay: 2.5s;
}

.d6 {
    animation-delay: 3s;
}

.d8 {
    animation-delay: 3.5s;
}

.d10 {
    animation-delay: 10s;
}

.d12 {
    animation-delay: 12s;
}

@keyframes show {
    0% {
        transform: translate(0, 2em);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up__mv {
    transition: 0.8s ease-in-out;
    transform: translate(-50%, -35%);
    opacity: 0;
}

.scroll_up__mv.on {
    transform: translate(-50%, -50%);
    opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.timing02 {
    transition-delay: .2s;
}

.timing03 {
    transition-delay: .4s;
}

.timing04 {
    transition-delay: .6s;
}

.timing05 {
    transition-delay: .8s;
}

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

.l-header {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.4s ease;
}

.l-header__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    z-index: 9999;
}

.l-header__gnav {
    display: none;
}

.openbtn.change-color {
    background-color: #333;
    transition: 0.3s;
}

.js-header.change-color-bg {
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}

.logo {
    display: flex;
    align-items: center;
    padding: 0 0 0 12px;
}

.logo a {
    width: 185px;
    display: block;
}

.logo img {
    width: 100%;
}

.logo span {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1rem;
    margin-left: 8px;
}

body.lock .logo {
    display: none;
}

.lock {
    overflow: hidden;
    height: 100%;
}

.openbtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #fff;
}

.openbtn span {
    position: absolute;
    left: 16px;
    height: 1px;
    background-color: #fff;
    width: 16px;
    transition: all .4s;
}

.openbtn span:nth-of-type(1) {
    top: 16px;
}

.openbtn span:nth-of-type(2) {
    top: 24px;
}

.openbtn span:nth-of-type(3) {
    top: 32px;
}

.openbtn.active {
    background-color: #333;
}

.openbtn.active span {
    background-color: #fff;
    height: 2px;
}

.openbtn.active span:nth-of-type(1) {
    width: 20px;
    top: 22px;
    left: 14px;
    transform: rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
    width: 20px;
    top: 22px;
    left: 14px;
    transform: rotate(45deg);
}

.openbtn.active span:nth-of-type(3) {
    display: none;
}

#l-header__sp {
    display: none;
}

#l-header__sp.panelactive {
    display: block;
    position: fixed;
    overflow: scroll;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
}

#l-header__spWrap {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#l-header__sp.panelactive #l-header__spWrap {
    display: flex;
    animation: gnaviAnime 1s .2s forwards;
    opacity: 0;
    padding: 0 0 40px;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.circle-bg {
    position: fixed;
    z-index: 99;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #333;
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: all .6s;
}

.circle-bg.circleactive {
    transform: scale(50);
}

.l-header__spNav {
    border-top: none;
    margin: 0 auto;
    padding: 70px 0 40px;
    width: 310px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.l-header__spNav h3 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.l-header__spNav > li {
    width: 43%;
}

.l-header__spNav > li:not(:last-child) {
    margin-bottom: 25px;
}

.l-header__navChild li a {
    font-size: 1.2rem;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.l-header__navChild li:not(:last-child) {
    margin: 0 0 8px;
}

.l-header__spLink {
    width: 100%;
    margin-top: 95px;
    display: flex;
    flex-direction: column;
}

.l-header__spLink li {
    width: 100%;
    height: 55px;
}

.l-header__spLink li:not(:last-child) {
    margin-bottom: 20px;
}

.l-header__spLink li a {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-color: #fff;
    height: 100%;
}

.l-header__spLink li a span:after {
    content: "";
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #333;
    margin-left: 20px;
}

.l-header__pcImg {
    display: none;
}

@media screen and (min-width: 769px) {
    .l-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .home .l-header {
        background-color: #333;
    }

    .openbtn {
        width: 110px;
        height: 112px;
        border: none;
        background-color: #333333;
        top: 0;
        right: 0;
    }

    .openbtn span {
        width: 38px;
        left: 41px;
    }

    .openbtn span:nth-of-type(1) {
        top: 45px;
    }

    .openbtn span:nth-of-type(2) {
        top: 56px;
    }

    .openbtn span:nth-of-type(3) {
        top: 67px;
    }

    .openbtn.active span {
        background-color: #fff;
        height: 2px;
    }

    .openbtn.active span:nth-of-type(1) {
        width: 38px;
        top: 56px;
        left: 40px;
        transform: rotate(-45deg);
    }

    .openbtn.active span:nth-of-type(2) {
        width: 38px;
        top: 56px;
        left: 40px;
        transform: rotate(45deg);
    }

    .home .openbtn.change-color {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .home .openbtn {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .lock .l-header__gnav {
        display: none;
    }

    #l-header__sp.panelactive #l-header__spWrap {
        width: 100%;
        align-items: center;
    }

    .l-header__pcImg {
        width: 35%;
        height: 100%;
        background-image: url(images/header/nav_bg.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .l-header__pcImg a {
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .l-header__pcImg a img {
        width: 100%;
    }

    #l-header__sp.panelactive #l-header__spWrap {
        padding: 0;
    }

    .l-header__navChild li a {
        font-size: 1.5rem;
    }

    .l-header__spNav {
        width: 65%;
        justify-content: unset;
        padding: 0 0 0 95px;
    }

    .l-header__spNav > li {
        width: 29%;
    }


    .l-header__spNav > li:not(:nth-child(3n+3)) {
        margin-right: 3%;
    }

    .l-header__spNav > li:nth-child(n+4) {
        margin-top: 40px;
    }

    .l-header__spNav h3 {
        font-size: 2.2rem;
        margin: 0 0 20px;
        padding: 0 0 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .l-header__navChild li:not(:last-child) {
        margin: 0 0 14px;
    }
}

@media screen and (min-width: 1080px) {
    .l-header {
        height: 112px;
        position: fixed;
        padding: 0;
    }

    .l-header__gnav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        margin-right: 151px;
        height: 100%;
    }

    .l-header__gnavLists {
        display: flex;
        align-items: center;
    }

    .l-header__gnavList:not(:last-child) {
        margin-right: 25px;
    }

    .l-header__gnavList a {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        font-size: 0.85vw;
        letter-spacing: 0.08em;
        color: #fff;
        font-weight: 500;
        font-family: "Noto Sans JP", sans-serif;
    }

    .home .l-header__gnavList a {
        color: #fff;
    }

    .openbtn {
        width: 120px;
        height: 112px;
    }

    .logo span {
        font-size: 1.1rem;
        margin-left: 15px;
    }

    .logo a {
        width: 220px;
    }

    .l-header__inner {
        padding-left: 15px;
    }
}

@media screen and (min-width: 1500px) {
    .l-header__gnavList:not(:last-child) {
        margin-right: 35px;
    }

    .l-header__gnavList a {
        font-size: 1.3rem;
    }

    .logo span {
        font-size: 1.3rem;
    }
}


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

.l-footer {
    background-color: #333333;
    padding: 30px 0 16px;
}

.l-footerWrap {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 769px) {
    .l-footer {
        padding: 70px 0 30px;
    }
}

/*----------- l-footerCopy -----------*/

.l-footerCopy {
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 58px 0 0;
}

@media screen and (min-width: 769px) {
    .l-footerCopy {
        padding: 30px 0;
    }
}

/*----------- l-footerNav -----------*/

.l-footerNav {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    border-top: none;
}

.l-footerNav > li {
    width: 50%;
}

.l-footerNav__child li:not(:last-child) {
    margin: 0 0 4px 0;
}

.l-footerNav > li:nth-child(n+3) {
    margin: 20px 0 0;
}

.l-footerNav__child li a {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.l-footerNav__child li a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #fff;
    margin: 0 6px 0 0;
}

.l-footerNav h3 {
    font-size: 1.5rem;
    margin: 0 0 8px;
    letter-spacing: 0.04em;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .l-footerNav {
        border-top: none;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 0 0 80px;
        padding: 52px 0 0;
    }

    .l-footerNav li {
        color: #fff;
    }

    .l-footerNav h3 {
        font-size: 2rem;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        margin: 0 0 22px;
    }

    .l-footerNav__child li:not(:last-child) {
        margin: 0 0 15px;
    }

    .l-footerNav__child li a {
        font-size: 1.6rem;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        display: flex;
        align-items: center;
        line-height: 1.5;
    }

    .l-footerNav__child li a:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 1px;
        background-color: #fff;
        margin: 0 10px 0 0;
    }
}

/*----------- l-footerInfo -----------*/

.l-footerInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 40px;
}

.l-footerInfo__left {
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

.l-footerInfo__left .l-footerLogo {
    width: 64.8%;
    margin: 0 0 20px 0;
}

.l-footerLogo img {
    width: 100%;
}

.l-footerInfo__left .c-text {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.833;
    color: #fff;
    letter-spacing: 0.04em;
}

/*----------- SNS部分 -----------*/

.l-footerInfo__sns {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.l-footerInfo__sns h4 {
    font-size: 4vw;
    letter-spacing: 0.04em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
}

.l-footerInfo__sns h4:after {
    content: "";
    display: inline-block;
    width: 59px;
    height: 1px;
    background-color: #fff;
    margin: 0 10px;
}

/*----------- SNSアイコン -----------*/

.l-footerInfo__right ul {
    display: flex;
    align-items: center;
}

.l-footerInfo__right ul li:not(:last-child) {
    margin: 0 10px 0 0;
}

.l-footerInfo__right ul li a {
    width: 100%;
    display: block;
}

.l-footerInfo__right ul li a img {
    width: 100%;
}

.l-footerInfo__right ul li:nth-of-type(1) {
    width: 27.6%;
}

.l-footerInfo__right ul li:nth-of-type(2) {
    width: 25.7%;
}

.l-footerInfo__right ul li:nth-of-type(3) {
    width: 23.2%;
}

.l-footerInfo__ai {
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-footerInfo__ai a {
    font-size: 1.2rem;
    width: 163px;
    height: 24px;
    margin: 0 10px 0 0;
    border-radius: 3px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-footerCopy {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff;
}

/*----------- l-footerLink -----------*/

.l-footerLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #fff;
}

.l-footerLink li {
    width: 100%;
    height: 80px;
}

.l-footerLink li:not(:last-child) {
    margin: 0 0 20px;
}

.l-footerLink li a {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

@media screen and (min-width: 769px) {
    .l-footerLink li:not(:last-child) {
        margin: 0;
    }

    .l-footerLink li {
        height: 90px;
    }

    .l-footerNav {
        width: 100%;
    }

    .l-footerNav > li {
        width: 20%;
    }

    .l-footerNav > li:nth-child(n+3) {
        margin: 0;
    }

    .l-footerLink {
        margin: 0;
        padding: 0 0 50px;
    }
}

/*----------- 各リンクカラー -----------*/

.l-footerLink li:nth-of-type(1) a {
    background-color: #FFF;
    flex-direction: column;
}

.l-footerLink li:nth-of-type(2) a,
.l-footerLink li:nth-of-type(3) a,
.l-footerLink li:nth-of-type(4) a {
    background-color: #808080;
    color: #fff;
}

.l-footerLink li a span {
    display: flex;
    align-items: center;
}

.l-footerLink li a span:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

.l-footerLink li:nth-of-type(2) a span:before {
    background-image: url(images/footer/footer_event_icon.svg);
    width: 29px;
    height: 28px;
    margin: 0 12px 0 0;
}

.l-footerLink li:nth-of-type(3) a span:before {
    background-image: url(images/footer/footer_request_icon.svg);
    width: 34px;
    height: 26px;
    margin: 0 18px 0 0;
}

.l-footerLink li:nth-of-type(4) a span:before {
    background-image: url(images/footer/footer_contact_icon.svg);
    width: 32px;
    height: 24px;
    margin: 0 16px 0 0;
}

.l-footerTel__number {
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.214;
    display: flex;
    align-items: center;
}

.l-footerTel__number span {
    font-size: 1.7rem;
}

.l-footerTel__text {
    font-size: 1.2rem;
    line-height: 1.5;
}

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

    .l-footerCopy {
        font-size: 1.4rem;
        padding: 15px 0;
        text-align: center;
    }

    .l-footerLink {
        flex-direction: row;
        justify-content: space-between;
    }

    .l-footerLink li {
        width: 23.9%;
        height: 90px;
        margin: 0;
    }

    .l-footerInfo {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: none;
        padding: 0 0 50px;
    }

    .l-footerInfo__left {
        flex-direction: row;
        margin: 0;
    }

    .l-footerInfo__left .l-footerLogo {
        margin: 0 38px 0 0;
        width: auto;
    }

    .l-footerInfo__sns h4 {
        font-size: 2rem;
    }

    .l-footerInfo__sns h4:after {
        width: 20px;
        margin: 0 18px;
    }

    .l-footerInfo__ai a {
        width: 200px;
        height: 30px;
    }

    .l-footerCopy {
        font-size: 1.4rem;
    }
}

/*----------------------------------------
	topMv
----------------------------------------*/

.p-topMv {
    margin: 0 0 30px;
    position: relative;
}

.p-topMv__catch {
    color: #333333;
    position: absolute;
    top: 40.7%;
    left: 5.3%;
}

.p-topMv__movie video {
    display: block;
    width: 100%;
    height: 57rem;
    object-fit: cover;
    object-position: bottom;
    margin-left: auto;
}

.p-topMv__catch {
    width: 81.3%;
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-topMv__catch span {
    color: #fff;
}

.p-topMv__catchEn {
    font-size: 10.4vw;
    margin: 0 0 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.p-topMv__catch p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-topMv__catch h2 {
    width: 195px;
    margin: 0 0 10px;
}

.p-topMv__catch h2 img {
    width: 100%;
}

@media screen and (min-width:769px) {
    .p-topMv {
        margin: 0 0 100px;
    }

    .p-topMv__catch {
        width: auto;
        color: #333333;
        top: 52%;
        left: 5.3%;
        transform: translateY(-50%);
    }

    .p-topMv__catch span {
        color: #808080;
    }

    .p-topMv__catchEn {
        font-size: 4.3vw;
        line-height: 1.213;
        margin: 0 0 20px;
        color: #333333;
    }

    .p-topMv__catchEn span {
        color: #808080;
    }

    .p-topMv__catch p {
        font-size: 1.8rem;
        line-height: 1.778;
        color: #333333;
    }

    .p-topMv__catch h2 {
        width: 290px;
        margin: 0 0 45px;
    }

    .p-topMv__catch h2 .sp {
        display: none;
    }

    .p-topMv__movie video {
        width: 45.36%;
        height: 100vh;
    }
}

/*----------------------------------------
	topBanar
----------------------------------------*/

.p-topBanar {
    margin: 0 0 40px;
}

.p-topBanar__slider li a {
    display: block;
}

.p-topBanar__slider .slick-slide img {
    width: 100% !important;
    border-radius: 10px;
}

.p-topBanar h2 {
    font-size: 2.1rem;
    margin: 0 0 8px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}

.p-topBanar p {
    font-size: 1.2rem;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
}

.p-topBanar__slider .slick-slide {
    padding: 0 10px;
}

.p-topBanar__slider .slick-prev:before,
.p-topBanar__slider .slick-next:before {
    background: url(images/common/arrow_black.svg) no-repeat !important;
    width: 25px;
    height: 25px;
}

.p-topBanar__slider .slick-prev,
.p-topBanar__slider .slick-next {
    width: 25px;
    height: 25px;
}

.p-topBanar__slider .slick-prev {
    left: 25px;
}

.p-topBanar__slider .slick-next {
    right: 25px;
}

@media screen and (min-width:769px) {
    .p-topBanar {
        margin: 0 0 220px;
    }

    .p-topBanar h2 {
        font-size: 5rem;
    }

    .p-topBanar p {
        font-size: 1.6rem;
        margin: 0 0 55px;
    }

    .p-topBanar__slider .slick-slide {
        padding: 0 18px;
    }

    .p-topBanar__slider .slick-prev:before,
    .p-topBanar__slider .slick-next:before {
        background-size: 100% !important;
        width: 50px;
        height: 50px;
    }

    .p-topBanar__slider .slick-prev,
    .p-topBanar__slider .slick-next {
        width: 50px;
        height: 50px;
    }
}

/*----------------------------------------
	topConcept
----------------------------------------*/

.p-topConcept {
    margin: 0 0 40px;
    position: relative;
}

.p-topConcept h2 {
    font-size: 2rem;
    line-height: 1.8;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-topConcept .c-text {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 25px;
    line-height: 2.5;
}

.p-topConcept__img {
    width: 82.9%;
    margin: 0 auto 25px;
}

@media screen and (min-width:769px) {
    .p-topConcept {
        margin: 0 0 150px;
    }

    .p-topConcept h2 {
        font-size: 4.5rem;
        margin: 0 0 36px;
    }

    .p-topConcept__img {
        display: none;
    }

    .p-topConcept:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 6%;
        transform: translateY(-50%);
        background-image: url(images/top/concept_pc_left.png);
        background-repeat: no-repeat;
        width: 22%;
        height: 593px;
        background-size: 100%;
        background-position: center;
    }

    .p-topConcept:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 6%;
        transform: translateY(-50%);
        background-image: url(images/top/concept_pc_right.png);
        background-repeat: no-repeat;
        width: 22%;
        height: 598px;
        background-size: 100%;
        background-position: center;
    }

    .p-topConcept .c-text {
        margin: 0 0 60px;
    }
}

/*----------------------------------------
	topEvent
----------------------------------------*/

.p-topEvent {
    margin: 0 0 38px;
    padding: 26px 0 40px;
    position: relative;
    background-color: #A4AAB5;
}

.p-topEvent .c-topTitle__jp {
    color: #fff;
}

.p-topEvent .c-topTitle__en {
    color: #fff;
}

.p-topEvent .c-button {
    margin: 30px auto 0;
}

.p-topEvent_Title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0 36px;
}

.p-topEvent .p-Event__tabButton {
    color: #fff;
    border: 1px solid #fff;
}

@media screen and (min-width:769px) {
    .p-topEvent {
        margin: 0 0 90px;
        padding: 80px 0 90px;
    }

    .p-topEvent_Title {
        flex-direction: row;
    }

    .p-topEvent .p-Event__tabButton {
        width: 250px;
    }

    .p-topEvent_Title .p-Event__btnArea:after {
        display: none;
    }

    .p-topEvent .p-eventArchive__article:nth-child(n+2) {
        margin: 0;
    }

    .p-topEvent .c-button {
        margin: 50px auto 0;
    }
}

/*----------------------------------------
	topNews
----------------------------------------*/

.p-topNews {
    margin: 0 0 50px;
}

.p-topNews ul {
    margin: 0 0 20px;
}

.p-topNews ul li {
    padding: 20px 0;
    border-top: 1px solid #C7C7C7;
}

.p-topNews ul li:last-child {
    border-bottom: 1px solid #C7C7C7;
}

.p-topNews__time {
    font-size: 1rem;
    margin: 0 0 4px;
}

.p-topNews__title {
    font-size: 1.2rem;
    line-height: 1.667;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-topNews ul li {
    padding: 15px 0;
}

.p-topNews ul li a {
    display: block;
    position: relative;
}

.p-topNews ul li a:after {
    content: "";
    display: inline-block;
    background-image: url(images/common/button_arrow02.svg);
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

@media screen and (min-width:769px) {
    .p-topNews {
        margin: 0 0 120px;
    }

    .p-topNews__title {
        font-size: 1.6rem;
    }

    .p-topNews__time {
        font-size: 1.4rem;
    }

    .p-topNews__text {
        display: flex;
        align-items: center;
    }

    .p-topNews__time {
        margin: 0 15px 0 0;
    }

    .p-topNews ul {
        margin: 0 0 50px;
    }

    .p-topNews ul li {
        padding: 20px 0;
    }

    .p-topNews ul li a:after {
        width: 22px;
        height: 22px;
        background-size: 100%;
    }
}

/*----------------------------------------
	topModel
----------------------------------------*/

.p-topModel {
    margin: 0 0 40px;
}

.p-modelhouse__tabButton {
    text-align: center;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.06em;
    color: #000000;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border: 1px solid #707070;
}

.p-modelhouse__tabButton.active {
    background-color: #000000;
    color: #fff;
    border: none;
    position: relative;
}

.p-modelhouse__tabButton.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
}

.p-modelhouse__tabBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 36px;
}

.p-modelhouse__tabButton:not(:nth-child(3n+3)) {
    margin-right: 5px;
}

.p-topModel .c-button {
    margin: 30px auto 0;
}

.p-topModel__slider .slick-slide {
    height: 415px;
    margin: 0 10px;
}

.p-topModel__slider .slick-prev:before,
.p-topModel__slider .slick-next:before {
    background: url(images/common/arrow_black.svg) no-repeat !important;
    width: 25px;
    height: 25px;
}

.p-topModel__slider .slick-prev,
.p-topModel__slider .slick-next {
    width: 25px;
    height: 25px;
}

.p-topModel__slider .slick-prev {
    left: 9%;
}

.p-topModel__slider .slick-next {
    right: 9%;
}

@media screen and (min-width:769px) {
    .p-topModel {
        margin: 0 0 120px;
    }

    .p-topModel .p-modelhouseArchive li a {
        display: flex;
        align-items: center;
    }

    .p-topModel__slider .slick-slide {
        height: auto;
        background-color: #F5F5F5;
    }

    .p-topModel .p-modelhouse__imgWrap {
        justify-content: unset;
    }

    .p-topModel__slider .slick-slide {
        margin: 0 25px;
    }

    .p-topModel__slider .p-modelhouse__img img {
        border-radius: 10px 0 0 10px;
    }

    .p-topModel__slider .p-modelhouse__imgWrap {
        width: 48%;
    }

    .p-topModel__slider .p-modelhouse__img {
        width: 100%;
    }

    .p-topModel__slider .p-modelhouse__textWrap {
        width: 46%;
        margin: 0 0 0 50px;
    }

    .p-topModel .c-button {
        margin: 60px auto 0;
    }

    .p-topModel .p-modelhouse__tabButton {
        width: 250px;
        height: 55px;
        font-size: 1.4rem;
    }

    .p-topModel .p-modelhouse__tabButton:not(:nth-child(3n+3)) {
        margin-right: 8px;
    }

    .p-topModel .p-modelhouse__tabBox {
        margin: 0 0 50px;
    }

    .p-topModel .p-modelhouse__info {
        margin: 0 0 35px;
    }

    .p-modelhouseArchive__button {
        font-size: 1.6rem;
    }

    .p-topModel__slider .slick-prev:before,
    .p-topModel__slider .slick-next:before {
        background-size: 100% !important;
        width: 50px;
        height: 50px;
    }

    .p-topModel__slider .slick-prev,
    .p-topBanar__slider .slick-next {
        width: 50px;
        height: 50px;
    }

    .p-topModel__slider .slick-prev,
    .p-topModel__slider .slick-next {
        width: 50px;
        height: 50px;
    }

    .p-topModel__slider .slick-prev {
        left: 20%;
    }

    .p-topModel__slider .slick-next {
        right: 20%;
    }
}

/*----------------------------------------
	topWorks
----------------------------------------*/

.p-topWorks {
    padding: 30px 0 30px;
}

.p-topWorks .c-button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.p-topWorks .c-topTitle__jp {
    color: #fff;
}

.p-topWorks .c-topTitle__en {
    color: #fff;
}

.p-topWorks {
    background-color: #333333;
}

.p-topWorks ul li {
    width: 47.7%;
}

.p-topWorks ul li a {
    display: block;
}

.p-worksArchive__img {
    margin: 0 0 12px;
}

.p-worksArchive__img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 5px;
}

.p-topWorksLists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

.p-topWorksList:nth-child(n+3) {
    margin: 20px 0 0;
}

.p-worksArchive__text h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
}

.p-worksArchive__info {
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

.p-worksArchive__tags {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

.p-worksArchive__tag {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.64);
}

.p-worksArchive__tag:not(:last-child) {
    margin: 0 5px 0 0;
}

.p-works__tabButton {
    width: 100px;
    height: 40px;
    border-radius: 4px;
    font-size: 1rem;
    text-align: center;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.06em;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border: 1px solid #707070;
}

.p-works__tabButton.active {
    background-color: #fff;
    color: #333333;
    border: none;
    position: relative;
}

.p-works__tabBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 36px;
}

.p-works__tabButton:not(:nth-child(3n+3)) {
    margin-right: 5px;
}

@media screen and (min-width:769px) {
    .p-topWorks ul li {
        width: 23%;
    }

    .p-topWorksLists {
        justify-content: unset;
    }

    .p-topWorks {
        padding: 70px 0 90px;
    }

    .p-topWorks .p-works__tabButton {
        width: 250px;
        height: 55px;
        font-size: 1.4rem;
    }

    .p-topWorksList:nth-child(n+3) {
        margin-top: 0;
    }

    .p-topWorksList:not(:nth-child(4n+4)) {
        margin-right: 2.6%;
    }

    .p-topWorks .p-works__tabBox {
        margin: 0 0 60px;
    }

    .p-topWorks .p-topWorksLists {
        margin: 0 0 30px;
    }
}

/*----------------------------------------
	topPlan
----------------------------------------*/

.p-topPlan {
    background-color: #333333;
    padding: 0 0 40px;
}

.p-topPlan__intro {
    background-image: url(images/top/top_lineup_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 0;
    height: 323px;
}

.p-topPlan__intro span {
    display: block;
    font-size: 1.3rem;
    margin: 0 0 10px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-topPlan__intro h2 {
    width: 84.1%;
    margin: 0 auto 12px;
}

.p-topPlan__intro h2 img {
    width: 100%;
}

.p-topPlan__intro p {
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 20px;
}

.p-planTabs {
    width: 258px;
    margin: 0 auto;
}

.p-planTabs .tab {
    text-align: center;
    display: block;
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #000000;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-color: #fff;
    border: none;
}

.p-planTabs .tab:nth-child(n+4) {
    margin: 9px 0 0;
}

.p-planTabs .tab.active {
    background-color: #000000;
    color: #fff;
    border: none;
    position: relative;
}

.p-planTabs .tab.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
}

.p-planTabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -125px auto 18px;
}

.p-planItem {
    background-color: #fff;
    border-radius: 8px;
    margin: 0 7.5px;
    padding: 0 0 22px;
    height: 357px;
}

.p-planArchive__categoryWrap {
    background-color: #000;
    border-radius: 8px 8px 0 0;
    padding: 15px 0 14px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
}

.p-plan__cat {
    margin: 0 12px 0 0;
}

.p-planItem.premium {
    position: relative;
}

.p-planArchive__title {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 26px 0 24px;
}

.p-planItem__wrap {
    padding: 0 18px 0;
}

.p-planArchive__img {
    margin: 0 0 20px;
}

.p-planArchive__button {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.p-planArchive__button:after {
    content: "";
    background-image: url(images/common/button_arrow02.svg);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 8px;
}

.p-planArchive__img {
    position: relative;
}

.p-planArchive__img > img {
    border-radius: 10px;
    max-height: 167px;
}

.p-planArchive__member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(67, 67, 67, 0.7);
    opacity: 1;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 23px 30px;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.p-planArchive__memberIcon {
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
}

.p-planArchive__member h2 {
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.p-planArchive__member p {
    line-height: 1.5;
    text-align: center;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 18px;
    position: relative;
    z-index: 1;
}

.p-planArchive__memberButton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-planArchive__memberButton a {
    font-size: 1.2rem;
    width: 127px;
    height: 39px;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    position: relative;
    z-index: 1;
}

.p-planArchive__memberButton a:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: 6px;
}

.p-planArchive__memberButton a:first-child:before {
    background-image: url(images/common/plan_button_arrow01.svg);
}

.p-planArchive__memberButton a:last-child:before {
    background-image: url(images/common/plan_button_arrow02.svg);
}

.p-planArchive__memberButton a:first-child {
    margin: 0 8px 0 0;
}

.p-planArchive__memberButton a:last-child {
    background-color: #fff;
    border: none;
    color: #000000;
}

.p-topPlan__buttonWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0 0;
}

.p-topPlan__buttonWrap .c-button:first-child {
    border: 1px solid #fff;
    margin: 0 auto 20px;
}

.p-topPlan__buttonWrap .c-button:last-child {
    background-color: #fff;
    color: #333;
}

@media screen and (min-width:769px) {
    .p-topPlan {
        padding: 0 0 120px;
    }

    .p-topPlan__intro {
        padding: 90px 0 0;
    }

    .p-topPlan__intro {
        background-image: url(images/top/plan_bg_pc.jpg);
        height: 736px;
    }

    .p-topPlan__intro span {
        font-size: 3rem;
    }

    .p-topPlan__intro h2 {
        width: 62%;
    }

    .p-topPlan__intro p {
        font-size: 1.6rem;
    }

    .p-topPlan__intro p {
        margin: 0 0 50px;
    }

    .p-planTabs .tab {
        width: 16%;
        height: 60px;
        font-size: 1.6rem;
    }

    .p-planTabs {
        margin: -260px auto 40px;
    }

    .p-planTabs {
        width: auto;
    }

    .p-planItem {
        height: 470px !important;
        margin: 0 12px;
    }

    .p-planTabs .tab:nth-child(n+4) {
        margin: 0;
    }

    .p-planArchive__img > img {
        max-height: 205px;
    }

    .p-topPlan__buttonWrap {
        flex-direction: row;
        margin: 60px 0 0;
    }

    .p-topPlan__buttonWrap .c-button:first-child {
        margin: 0 30px 0 0;
    }

    .p-topPlan__buttonWrap .c-button:last-child {
        margin: 0;
    }
}

/*----------------------------------------
	topStaff
----------------------------------------*/
.p-topStaff {
    padding: 30px 0 40px;
    background-color: #F5F5F5;
}

.p-topStaff__img {
    width: 100%;
    margin: 0 0 11px;
}

.p-topStaff__lists li {
    margin: 0 12px;
}

.p-topStaff__lists li a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 0% 6%;
    border-radius: 5px;
    border: 5px solid #333;
}

.p-topStaff__title {
    font-size: 1.5rem;
    text-align: center;
}

.p-topStaff__lists li a {
    display: block;
    width: 100%;
}

@media screen and (min-width:769px) {
    .p-topStaff {
        padding: 90px 0 100px;
    }

    .p-topStaff__lists li {
        margin: 0 30px;
    }

    .p-topStaff__lists li a {
        display: block;
    }

    .p-topStaff__img {
        width: 100%;
        margin: 0 0 18px;
    }

    .p-topStaff__lists li a img {
        width: 170px;
        height: 170px;
        border-radius: 50%;
    }

    .p-topStaff__title {
        width: 170px;
        font-size: 1.8rem;
    }
}

@media screen and (min-width:1400px) {
    .p-topStaff__lists li a img {
        width: 260px;
        height: 260px;
    }

    .p-topStaff__title {
        width: 260px;
    }
}

/*----------------------------------------
	topAbout
----------------------------------------*/

.p-topAbout {
    background-image: url(images/top/top_about_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 37px 0 174px;
    background-position: bottom;
}

.p-topAbout h2 {
    text-align: center;
    margin: 0 0 30px;
}

.p-topAbout .c-text {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    line-height: 2.273;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}

.p-topAbout__slide img {
    width: 100%;
}

.p-topAbout__slide .slick-slide {
    margin: 0 5px;
}

.p-topAbout__slideLeft {
    margin: 0 0 12px;
}

.p-topAbout__slideRight {
    margin: 0 0 30px;
}

@media screen and (min-width:769px) {
    .p-topAbout {
        margin: 0 0 100px;
        padding: 100px 0;
        background-image: url(images/top/top_about_bg_pc.png);
    }

    .p-topAbout__wrap {
        display: flex;
        align-items: center;
        margin: 0 0 60px;
    }

    .p-topAbout .c-text {
        font-size: 1.6rem;
        text-align: left;
    }

    .p-topAbout h2 {
        width: 200px;
        margin: 0 80px 0 0;
        padding: 0 80px 0 0;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
    }

    .p-topAbout h2 img {
        width: 100%;
    }
}

/*----------------------------------------
	topColumn
----------------------------------------*/

.p-topColumn {
    margin: 0 0 40px;
}

.p-topColumn__ArchiveList a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.p-topColumn__img {
    width: 31.6%;
}

.p-topColumn__img img {
    width: 100%;
    border-radius: 5px;
}

.p-topColumn__text {
    width: 63.5%;
}

.p-topColumn__ArchiveLists {
    margin: 0 0 20px;
}

.p-topColumn__ArchiveList {
    padding: 0 0 15px;
    border-bottom: 1px solid #C7C7C7;
    position: relative;
}

.p-topColumn__ArchiveList:not(:last-child) {
    margin: 0 0 15px;
}

.p-topColumn__ArchiveList a:after {
    content: "";
    display: inline-block;
    background-image: url(images/common/button_arrow02.svg);
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.p-topColumn__ArchiveList:first-child {
    padding-top: 15px;
    border-top: 1px solid #C7C7C7;
}

.p-topColumn__title {
    font-size: 1.2rem;
    line-height: 1.667;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-topColumn__time {
    font-size: 1rem;
    color: rgba(62, 58, 57, 0.53);
    margin: 0 0 4px;
}

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

    .p-topColumn {
        margin: 0 0 120px;
    }

    .p-topColumn__img {
        width: 28.8rem;
    }

    .p-topColumn__title {
        font-size: 1.5rem;
        margin: 12px 0 0;
    }

    .p-topColumn__category {
        font-size: 1.2rem;
    }

    .p-topColumn__time {
        font-size: 1.2rem;
    }

    .p-topColumn__list {
        margin: 0;
        padding: 3.9rem 0 4rem;
    }

    .p-topColumn__list:first-child {
        padding-top: 3.9rem;
    }

    .p-catchArchive__list a {
        justify-content: flex-start;
    }

    .p-topColumn__text {
        width: calc(100% - 150px);
        padding: 0 45px 0 40px;
    }

    .p-topColumn__list a:after {
        width: 22px;
        height: 22px;
        background-size: 100%;
    }

    .p-topColumn__wrap {
        display: flex;
        justify-content: space-between;
    }

    .p-topColumn__box {
        max-width: 1030px;
        width: calc(100% - 100px);
    }

    .p-topColumn__ArchiveLists {
        margin: 0 0 50px;
    }
}

/*----------------------------------------
	topFaq
----------------------------------------*/

.p-topfaq {
    margin: 0 0 50px;
}

.p-topfaq .p-faqLists {
    margin: 0 0 20px;
}

@media screen and (min-width: 769px) {
    .p-topfaq .p-faqLists {
        margin: 0 0 50px;
    }
}

/*----------------------------------------
	page_common
----------------------------------------*/

.p-catch {
    width: 100%;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 0 30px;
}

.p-catchSmall {
    height: 190px;
}

.p-catch__textWrap {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.p-catch__jp {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

.p-catch__en {
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    margin: 0 0 10px;
}

.p-catch__breadcrumb {
    width: 90%;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    bottom: 4px;
    left: 5%;
    line-height: 1.3;
}

.p-catch__breadcrumb .home,
.p-catch__breadcrumb a {
    color: #fff;
}

.c-pageTitle {
    text-align: center;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
}

.c-pageTitle h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.c-pageTitle p {
    font-size: 3rem;
    margin: 0 0 6px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

@media screen and (min-width:769px) {
    .p-catch {
        height: 350px;
        margin: 0 0 80px;
    }

    .p-catch__en {
        font-size: 6.5rem;
        margin: 0 0 15px;
    }

    .p-catch__jp {
        font-size: 1.8rem;
    }

    .p-catchSmall {
        height: 420px;
    }

    .p-catch__breadcrumb {
        font-size: 1.3rem;
    }

    .c-pageTitle {
        margin: 0 0 40px;
    }

    .c-pageTitle p {
        font-size: 5rem;
    }

    .c-pageTitle h2 {
        font-size: 1.7rem;
    }
}

/*----------- pagenation -----------*/

.pagenavi {
    text-align: center;
    font-family: sans-serif;
}

.wp-pagenavi {
    margin: 30px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wp-pagenavi .pages {
    margin-right: 10px;
    color: #666;
    font-size: 14px;
}

.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.3s;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi a.nextpostslink:hover {
    background-color: #808080;
    color: #fff;
    border-color: #808080;
}

.wp-pagenavi .current {
    display: inline-block;
    padding: 6px 12px;
    background-color: #808080;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    pointer-events: none;
    font-size: 14px;
}

.wp-pagenavi .nextpostslink {
    font-weight: bold;
}

.wp-pagenavi a.page,
.wp-pagenavi .current,
.wp-pagenavi a.nextpostslink {
    padding: 4px 8px;
    font-size: 12px;
}

/*----------------------------------------
	news
----------------------------------------*/

.p-catchNews {
    background-image: url(images/page/news_catch.jpg);
}

/*----------- news_archive -----------*/

.p-newsArchive {
    margin: 0 0 40px;
}

.p-newsArchive__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.p-newsArchive__img {
    width: 31.6%;
}

.p-newsArchive__img img {
    width: 100%;
    border-radius: 5px;
}

.p-newsArchive__text {
    width: 63.5%;
}

.p-newsArchive__lists {
    margin: 0 0 20px;
}

.p-newsArchive__list {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #C7C7C7;
    position: relative;
}

.p-newsArchive__list a:after {
    content: "";
    display: inline-block;
    background-image: url(images/common/button_arrow02.svg);
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.p-newsArchive__list:first-child {
    padding-top: 15px;
    border-top: 1px solid #C7C7C7;
}

.p-newsArchive__title {
    width: 86.8%;
    font-size: 1.2rem;
    line-height: 1.667;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-newsArchive__time {
    font-size: 1rem;
    color: rgba(62, 58, 57, 0.53);
}

.p-newsArchive__info {
    display: flex;
    align-items: center;
    margin: 0 0 4px;
}

.p-newsArchive__category {
    font-size: 1rem;
    color: rgba(62, 58, 57, 0.53);
    margin: 0 8px 0 0;
}

.p-newsArchive__category:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: rgba(112, 112, 112, 0.2);
    margin: 0 0 0 8px;
}

.c-tabMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px;
}

.c-tabMenu li {
    width: 23.8%;
    height: 51px;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 100px;
}

.c-tabMenu li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-tabMenu li.current {
    background: #333;
    border: none;
}

.c-tabMenu li.current a {
    color: #fff;
}

@media screen and (min-width: 769px) {
    .p-catchNews {
        background-image: url(images/page/news_catch_pc.jpg);
    }

    .p-newsArchive {
        margin: 0 0 150px;
    }

    .p-newsArchive__img {
        width: 28.8rem;
    }

    .p-newsArchive__title {
        font-size: 1.5rem;
        margin: 12px 0 0;
    }

    .p-newsArchive__category {
        font-size: 1.2rem;
    }

    .p-newsArchive__time {
        font-size: 1.2rem;
    }

    .p-newsArchive__list {
        margin: 0;
        padding: 3.9rem 0 4rem;
    }

    .p-newsArchive__list:first-child {
        padding-top: 3.9rem;
    }

    .p-newsArchive__list a {
        justify-content: flex-start;
    }

    .p-newsArchive__text {
        width: calc(100% - 150px);
        padding: 0 45px 0 40px;
    }

    .c-tabMenu {
        margin: 0 0 45px;
    }

    .c-tabMenu li {
        width: calc((100% - 90px) / 4);
        min-height: 70px;
    }

    .c-tabMenu li a {
        font-size: 1.6rem;
    }

    .p-newsArchive__list a:after {
        width: 22px;
        height: 22px;
        background-size: 100%;
    }
}

/*----------- news_single -----------*/

.p-newsSingle {
    margin: 0 0 50px;
}

.p-newsSingle__titleWrap {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    margin: 0 0 20px;
    padding: 0 0 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.p-newsSingle__title {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-newsSingle__img {
    width: 100%;
    margin: 0 auto 20px;
}

.p-newsSingle__img img {
    width: 100%;
    height: auto;
}

.p-newsSingle__text {
    margin: 0 0 20px;
    padding: 0 0 44px;
    border-bottom: 1px solid #C7C7C7;
}

.p-newsSingle__text p {
    font-size: 1.2rem;
    line-height: 2;
}

.p-newsSingle__text iframe {
    width: 100%;
}

.p-newsSingle__box .c-button {
    margin: 0 auto;
}

.p-newsSingle__time {
    font-size: 1rem;
    color: rgba(62, 58, 57, 0.53);
}

.p-newsSingle__info {
    display: flex;
    align-items: center;
    margin: 0 0 6px;
}

.p-newsSingle__category {
    font-size: 1rem;
    color: rgba(62, 58, 57, 0.53);
    margin: 0 8px 0 0;
}

.p-newsSingle__category:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: rgba(112, 112, 112, 0.2);
    margin: 0 0 0 8px;
}

@media screen and (min-width: 591px) and (max-width: 768px) {
    .p-newsSingle__title {
        font-size: 2.5rem;
    }

    .p-newsSingle {
        margin: 0 0 75px;
    }
}

@media screen and (min-width: 769px) {
    .p-newsSingle {
        margin: 0 0 130px;
    }

    .p-newsSingle__titleWrap {
        flex-direction: column-reverse;
        margin: 0 0 40px;
        padding: 0 0 35px;
    }

    .p-newsSingle__title {
        width: 88%;
        font-size: 3rem;
    }

    .p-newsSingle__img {
        width: 76%;
    }

    .p-newsSingle__img img {
        max-height: 700px;
    }

    .p-newsSingle__text {
        margin: 0 0 60px;
    }

    .p-newsSingle__category {
        font-size: 1.3rem;
    }

    .p-newsSingle__time {
        font-size: 1.3rem;
    }

    .p-newsSingle__text p {
        font-size: 1.4rem;
    }

    .p-newsSingle__info {
        margin: 0 0 10px;
    }
}

/*----------- news_single_nav -----------*/

.p-singleNews__nav {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.p-singleNews__nav:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #C7C7C7;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.p-singleNews__nav a {
    width: 45.6%;
}

.p-singleNews__navImg {
    width: 100%;
    margin: 0 0 10px;
}

.p-singleNews__navImg img {
    width: 100%;
    border-radius: 5px;
}

.p-singleNews__navTitle {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-singleNews__navTime {
    font-size: 1rem;
    color: rgba(62, 58, 57, 0.53);
}

.p-singleNews__navInfo {
    display: flex;
    align-items: center;
    margin: 0 0 6px;
}

.p-singleNews__navCategory {
    font-size: 1rem;
    color: rgba(62, 58, 57, 0.53);
    margin: 0 8px 0 0;
}

.p-singleNews__navCategory:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: rgba(112, 112, 112, 0.2);
    margin: 0 0 0 8px;
}

.p-singleNews__navArrow {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 12px 0 0;
}

.p-singleNews__navItem--prev .p-singleNews__navArrow:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-size: 100%;
    background-image: url(images/common/button_arrow02.svg);
    background-repeat: no-repeat;
    transform: rotate(-180deg);
    margin: 0 5px 0 0;
}

.p-singleNews__navItem--next .p-singleNews__navArrow {
    justify-content: flex-end;
}

.p-singleNews__navItem--next .p-singleNews__navArrow:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-size: 100%;
    background-image: url(images/common/button_arrow02.svg);
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
}

@media screen and (min-width: 769px) {
    .p-singleNews__nav a {
        display: flex;
        align-items: center;
        width: 53rem;
    }

    .p-singleNews__navTitle {
        font-size: 1.5rem;
    }

    .p-singleNews__navCategory {
        font-size: 1.2rem;
    }

    .p-singleNews__navTime {
        font-size: 1.2rem;
    }

    .p-singleNews__navImg {
        width: 25rem;
        margin: 0 20px 0 0;
    }

    .p-singleNews__navItem--next {
        margin: 0 0 0 auto;
    }
}

/*----------------------------------------
	column
----------------------------------------*/

.p-catchColumn {
    background-image: url(images/page/column_catch.jpg);
}

/*----------- column_archive -----------*/

.p-columnArchive__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.p-columnArchive__img {
    width: 31.6%;
}

.p-columnArchive__img img {
    width: 100%;
    border-radius: 5px;
}

.p-columnArchive__text {
    width: 63.5%;
}

.p-columnArchive__lists {
    margin: 0 0 20px;
}

.p-columnArchive__list {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #C7C7C7;
    position: relative;
}

.p-columnArchive__list a:after {
    content: "";
    display: inline-block;
    background-image: url(images/common/button_arrow02.svg);
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.p-columnArchive__list:first-child {
    padding-top: 15px;
    border-top: 1px solid #C7C7C7;
}

.p-columnArchive__title {
    width: 86.8%;
    font-size: 1.2rem;
    line-height: 1.667;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-columnArchive__time {
    font-size: 1rem;
    color: rgba(62, 58, 57, 0.53);
    margin: 0 0 4px;
}

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

    .p-catchColumn {
        background-image: url(images/page/column_catch_pc.jpg);
    }

    .p-columnArchive {
        margin: 0 0 150px;
    }

    .p-columnArchive__img {
        width: 28.8rem;
    }

    .p-columnArchive__title {
        font-size: 1.5rem;
        margin: 12px 0 0;
    }

    .p-columnArchive__category {
        font-size: 1.2rem;
    }

    .p-columnArchive__time {
        font-size: 1.2rem;
    }

    .p-columnArchive__list {
        margin: 0;
        padding: 3.9rem 0 4rem;
    }

    .p-columnArchive__list:first-child {
        padding-top: 3.9rem;
    }

    .p-catchArchive__list a {
        justify-content: flex-start;
    }

    .p-columnArchive__text {
        width: calc(100% - 150px);
        padding: 0 45px 0 40px;
    }

    .p-columnArchive__list a:after {
        width: 22px;
        height: 22px;
        background-size: 100%;
    }

    .p-columnArchive__wrap {
        display: flex;
        justify-content: space-between;
    }

    .p-columnArchive__box {
        max-width: 1030px;
        width: calc(100% - 100px);
    }
}

/*----------- column_ranking -----------*/

.p-columnRanking {
    margin: 45px 0 0;
}

.p-columnRanking h2 {
    font-size: 1rem;
    padding: 12px 0 10px;
    background-color: #333333;
    color: #fff;
    text-align: center;
}

.p-columnRanking h2 span {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 6px 0 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.p-columnRanking {
    background-color: #F5F5F5;
    padding: 20px 0 35px;
}

.p-columnRanking__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.p-columnRanking__img {
    width: 31.6%;
}

.p-columnRanking__img img {
    width: 100%;
    border-radius: 5px;
}

.p-columnRanking__text {
    width: 63.5%;
}

.p-columnRanking__lists {
    margin: 0 0 20px;
}

.p-columnRanking__list {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #C7C7C7;
    position: relative;
}

.p-columnRanking__list a:after {
    content: "";
    display: inline-block;
    background-image: url(images/common/button_arrow02.svg);
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.p-columnRanking__list:first-child {
    padding-top: 15px;
    border-top: 1px solid #C7C7C7;
}

.p-columnRanking__title {
    width: 86.8%;
    font-size: 1.2rem;
    line-height: 1.667;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-columnRanking__time {
    font-size: 1rem;
    color: rgba(62, 58, 57, 0.53);
    margin: 0 0 4px;
}

@media screen and (min-width: 769px) {
    .p-columnRanking {
        width: 250px;
        background-color: transparent;
    }

    .p-columnRanking {
        margin: 0;
        padding: 0;
    }

    .p-columnRanking__title {
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: calc(1.5em * 2);
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}

/*----------- column_single -----------*/

.p-columnSingle {
    margin: 0 0 50px;
}

.p-columnSingle__img {
    width: 100%;
    margin: 0 0 48px;
}

.p-columnSingle__img img {
    width: 100%;
}

.p-columnSingle__titleWrap {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    margin: 0 0 20px;
    padding: 0 0 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.p-columnSingle__title {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-columnSingle__time {
    font-size: 1rem;
    color: rgba(62, 58, 57, 0.53);
    margin: 0 0 6px;
}

.p-articleNav {
    background-color: #F5F5F5;
    margin: 0 0 40px;
    padding: 35px 0 30px;
}

.p-articleNav__table {
    counter-reset: section;
}

.p-articleNav__tableItem {
    counter-increment: section;
    list-style: none;
    position: relative;
    padding-left: 1em;
}

.p-articleNav__tableItem::before {
    content: counter(section);
    margin: 0 12px 0 0;
    padding: 0 13px 0 0;
    border-right: 1px solid rgba(112, 112, 112, 0.3);
}

.p-articleNav__headline {
    font-size: 2rem;
    margin: 0 0 -12px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.p-articleNav__tableItem {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding: 10px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    display: flex;
    align-items: center;
    line-height: 1.667;
}

.p-postColumn {
    width: 100%;
    margin: 0 auto;
}

.p-postColumn__intro {
    margin: 0 0 50px;
}

.p-postSection h2 {
    font-size: 1.8rem;
    line-height: 1.333;
    margin: 0 0 10px;
    padding: 8px 0 8px 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-left: 5px solid #333333;
}

.p-postSection__subsection {
    margin: 40px 0 50px;
}

.p-postSection__subsection h3 {
    font-size: 1.7rem;
    line-height: 1.429;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-postSection__subsection h3:after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background-color: #333333;
    margin: 12px 0 0;
}

.p-postSection__subsection a {
    display: block;
    width: 100%;
    padding: 10px 26px;
    background-color: #3E3A39;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    text-align: center;
    line-height: 1.5;
    text-align: left;
    margin: 30px 0 0;
}

.p-postSection__eyecatch {
    width: 100%;
    margin: 0 0 24px;
}

.p-postSection__eyecatch img {
    width: 100%;
}

.p-postSection__txt,
.p-postColumn__intro {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 2;
}

.p-postColumn__intro h2 {
    font-size: 1.8rem;
    line-height: 1.333;
    margin: 0 0 10px;
    padding: 8px 0 8px 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-left: 5px solid #333333;
}

.p-postColumn__intro h2 span {
    margin: 0;
}

.p-postColumn__intro h3 {
    font-size: 1.7rem;
    line-height: 1.429;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-postColumn__intro h3:after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background-color: #333333;
    margin: 12px 0 0;
}

.p-postColumn__intro h4 {
    font-size: 1.7rem;
    line-height: 1.429;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #f5f5f5;
    padding: 10px 20px;
    margin: 0 0 10px;
}

.p-postColumn__intro h4 span {
    margin: 0;
}

.p-postColumn__intro span {
    display: block;
    margin: 0 0 1.75em;
}

.p-postColumn__intro img {
    display: block;
    margin: 0 0 24px;
}

.p-postColumn__intro h4 {
    font-size: 1.7rem;
    line-height: 1.429;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #f5f5f5;
    padding: 10px 20px;
    margin: 0 0 10px;
}

.seoLinks a:after {
    content: "";
    display: inline-block;
    background-image: url(images/common/button_arrow_icon.svg);
    background-repeat: no-repeat;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.p-columnSingle__modelBanar {
    width: 100%;
    display: block;
    margin: 40px 0 0;
}

.p-columnSingle__modelBanar img {
    width: 100%;
}

.p-post-column-intro {
    margin: 0 0 50px;
}

.p-post-column-intro p {
    font-size: 1.6rem;
    line-height: 1.938;
}

@media screen and (min-width: 769px) {
    .p-columnSingle {
        margin: 0 0 100px;
    }

    .p-columnSingle__titleWrap {
        flex-direction: column-reverse;
        margin: 0 0 40px;
        padding: 0 0 35px;
    }

    .p-columnSingle__title {
        width: 100%;
        font-size: 3rem;
    }

    .p-columnSingle__time {
        font-size: 1.3rem;
        margin: 0 0 10px;
    }

    .p-articleNav__tableItem {
        font-size: 1.6rem;
        padding: 18px 0;
    }

    .p-articleNav__headline {
        font-size: 3rem;
        margin: 0 0 -17px;
    }

    .p-articleNav {
        margin: 0 0 60px;
        padding: 50px 0 55px;
    }

    .p-columnSingle__img {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-columnSingle .c-inner01 {
        width: 900px;
    }

    .p-postSection__txt,
    .p-postColumn__intro {
        font-size: 1.5rem;
        line-height: 2.5;
    }

    .p-postSection h2 {
        font-size: 2.5rem;
        margin: 0 0 20px;
    }

    .p-postSection__subsection h3 {
        font-size: 2rem;
    }

    .seoLinks a {
        font-size: 1.6rem;
        padding: 20px 15px;
    }

    .p-post-column-intro p {
        font-size: 1.8rem;
        line-height: 2;
    }

    .p-postColumn__intro h2 {
        font-size: 2.5rem;
        margin: 0 0 20px;
    }

    .p-postColumn__intro h3 {
        font-size: 2.4rem;
    }

    .p-postColumn__intro a {
        font-size: 1.6rem;
        padding: 20px 15px;
    }
}

/*----------------------------------------
	faq
----------------------------------------*/

.p-faqTab {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.p-faqTab li {
    width: 50%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C7C7C7;
}

.p-faqTab li:nth-of-type(1) {
    border-radius: 5px 0 0 0;
}

.p-faqTab li:nth-of-type(2) {
    border-radius: 0 5px 0 0;
}

.p-faqTab li:nth-of-type(5) {
    border-radius: 0 0 5px 0;
}

.p-faqTab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-faqTab li a span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    margin: 7px auto 0;
}

.p-faqBox {
    margin: 0 0 40px;
}

.p-faqList {
    background-color: #F5F5F5;
    border-radius: 5px;
}

.p-faqList:not(:last-child) {
    margin: 0 0 15px;
}

.p-faqList__box {
    padding: 15px 18px;
    display: none;
    border-top: 1px solid #ddd;
}

.p-faqList__title {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.692;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 10px 15px;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    position: relative;
}

.p-faqList__title span {
    display: inline-block;
    margin: 0 8px 0 0;
}

.p-faqList__title .p-faqList__text {
    width: 76.1%;
}

.p-faqList__title:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(images/page/faq_icon_plus.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.p-faqList__title.close:after {
    background-image: url(images/page/faq_icon_minus.svg);
}

.p-faqList__box h3 {
    font-size: 1.3rem;
    line-height: 1.692;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 10px;
}

.p-faqList__box p {
    font-size: 1.2rem;
    line-height: 1.75;
}

.p-faqBox__title {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0 0 15px;
    border-bottom: 1px solid #C7C7C7;
    position: relative;
}

.p-faqBox__title:before {
    content: "";
    width: 70px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
}

@media screen and (min-width: 769px) {
    .p-faqTab li a span:after {
        border-width: 8px 6px 0 6px;
    }

    .p-faqTab li {
        height: 75px;
    }

    .p-faqList__title {
        font-size: 1.8rem;
    }

    .p-faqList__box h3 {
        font-size: 1.8rem;
    }

    .p-faqList__box {
        padding: 28px 30px;
    }

    .p-faqList__title {
        padding: 15px 30px 15px 20px;
    }

    .p-faqList__title span {
        width: 38px;
    }

    .p-faqList__title span img {
        width: 100%;
    }

    .p-faqList__box p {
        font-size: 1.5rem;
    }

    .p-faqList__box h3 {
        margin: 0 0 15px;
    }

    .p-faqBox__title {
        font-size: 2.5rem;
    }

    .p-faqTab li a {
        font-size: 1.8rem;
    }

    .p-faqTab li a span:after {
        margin: 12px auto 0;
    }

    .p-faqTab {
        margin: 0 0 100px;
    }

    .p-faqBox__title {
        margin: 0 0 35px;
    }

    .p-faqBox {
        margin: 0 0 100px;
    }

    .p-faqList__box p {
        line-height: 2;
    }
}

/*----------------------------------------
	modelhouse
----------------------------------------*/

/*----------- archive-modelhouse -----------*/

.p-modelhouse {
    margin: 0 0 50px;
}

.post-type-archive-modelhouse .p-catch {
    margin: 0;
}

.p-catchModelhouse {
    background-image: url(images/page/modelhouse_catch.jpg);
}

.p-modelhouseArchive li {
    background-color: #F5F5F5;
    padding: 0 0 20px;
    border-radius: 10px;
}

.p-modelhouseArchive li a {
    display: block;
}

.p-modelhouse__img {
    width: 100%;
    margin: 0 0 20px;
}

.p-modelhouse__img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.p-modelhouse__textWrap {
    padding: 0 20px;
}

.p-modelhouse__textWrap h3 {
    font-size: 1.6rem;
    margin: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.p-modelhouseSubtitle {
    color: #989898;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 12px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(62, 58, 57, 0.4);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.p-modelhouse__infoBox {
    font-size: 1rem;
}

.p-modelhouse__infoBox span {
    display: flex;
    align-items: center;
}

.p-modelhouse__info {
    margin: 0 0 15px;
    line-height: 1.4;
}

.p-modelhouse__infoBox:first-child {
    margin: 0 0 6px;
}

.p-modelhouse__infoBox:first-child span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 13px;
    background-image: url(images/common/modelhouse_address_icon.svg);
    margin: 0 6px 0 0;
}

.p-modelhouse__infoBox:last-child span:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(images/common/modelhouse_tel_icon.svg);
    margin: 0 4px 0 0;
}

.p-modelhouseArchive__button {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.p-modelhouseArchive__button span {
    display: flex;
    align-items: center;
}

.p-modelhouseArchive__button span:after {
    content: "";
    display: inline-block;
    background-image: url(images/common/button_arrow02.svg);
    width: 17px;
    height: 17px;
    margin: 0 0 0 8px;
}

.p-modelhouse__catWrap {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.p-modelhouse__cat {
    display: inline-block;
    font-size: 1rem;
    padding: 5px 6px;
    background-color: #7E7E7E;
    color: #fff;
}

.p-modelhouse__cat:first-child {
    margin: 0 2px 0 0;
}

.p-modelhouse__cat--open {
    background-color: #505050;
}

.p-modelhouseArea h2 {
    font-size: 1.6rem;
    background-color: #333333;
    margin: 0 0 15px;
    padding: 9px 0;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-modelhouseArea h3 {
    font-size: 1.3rem;
    background-color: #A4AAB5;
    color: #fff;
    padding: 8px 0 8px 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-modelhouseArea ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.p-modelhouseArea ul li {
    width: 50%;
    background-color: #E8E8E8;
    padding: 5px 0 5px 8px;
}

.p-modelhouseArea ul li:nth-child(n+3) {
    border-top: 1px solid #fff;
}

.p-modelhouseArea ul li a {
    display: block;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-modelhouseArea ul li:not(:nth-child(2n+2)) {
    border-right: 1px solid #fff;
}

.p-modelhouseArea {
    margin: 0 0 30px;
}

.p-modelhouse .p-modelhouseArchive li:not(:last-child) {
    margin: 0 0 40px;
}

.p-modelhouseIntro {
    background-color: #A4AAB5;
    padding: 30px 0 20px;
}

.p-modelhouseIntro {
    margin: 0 0 30px;
}

.p-modelhouseIntro__area {
    display: flex;
    justify-content: space-between;
}

.p-modelhouseIntro__area li {
    width: 48%;
    border-radius: 5px;
}

.p-modelhouseIntro__areaText {
    font-size: 1.1rem;
    line-height: 1.545;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    padding: 10px 0;
}

.p-modelhouseIntro__banner {
    width: 100%;
    margin: 0 0 20px;
}

.p-modelhouseArchive__category {
    font-size: 1.3rem;
    background-color: #333333;
    color: #fff;
    margin: 0 0 20px;
    padding: 8px 0 8px 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

@media screen and (min-width: 769px) {
    .p-modelhouse {
        margin: 0 0 150px;
    }

    .p-catchModelhouse {
        background-image: url(images/page/modelhouse_catch_pc.jpg);
    }

    .p-modelhouseArchive li {
        border-radius: 10px;
        background-color: transparent;
        padding: 0;
    }

    .p-modelhouse__img {
        margin: 0;
    }

    .p-modelhouse__textWrap {
        padding: 0;
    }

    .p-modelhouse__textWrap h3 {
        font-size: 2.2rem;
        margin: 0 0 10px;
    }

    .p-modelhouseSubtitle {
        font-size: 1.8rem;
    }

    .p-modelhouse__infoBox {
        font-size: 1.6rem;
    }

    .p-modelhouseArchive li a {
        display: flex;
        align-items: center;
        width: 100px;
        display: flex;
    }

    .p-modelhouse__textWrap {
        width: 46%;
    }

    .p-modelhouse__img {
        width: 100%;
    }

    .p-modelhouseArchive li a {
        width: 100%;
    }

    .p-modelhouse__imgWrap {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .p-modelhouse__img {
        width: 78%;
    }

    .p-modelhouse__img img {
        border-radius: 10px;
    }

    .p-modelhouseArea {
        margin: 0 0 60px;
    }

    .p-modelhouseArea ul li {
        padding: 10px 0 10px 15px;
    }

    .p-modelhouseArea ul li a {
        font-size: 1.6rem;
    }

    .p-modelhouseIntro__area li a {
        display: flex;
    }

    .p-modelhouseIntro__areaImg {
        width: 40%;
    }

    .p-modelhouseIntro__areaImg img {
        height: 120px;
        object-fit: cover;
        border-radius: 5px 0 0 5px;
    }

    .p-modelhouseIntro__banner {
        width: 835px;
        margin: 0 auto 50px;
    }

    .p-modelhouseIntro__areaText {
        font-size: 1.4rem;
        width: 55%;
        border-radius: 0 5px 5px 0;
    }

    .p-modelhouseIntro__areaText {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .p-modelhouseIntro {
        padding: 50px 0;
    }
}

/*----------- single-modelhouse -----------*/

.p-singleModel__thumb {
    height: 190px;
    display: block;
    margin: 0 0 20px;
}

.p-singleModel__thumb img {
    width: 100%;
}

.p-singleModel-banner {
    margin: 0 0 20px;
}

.p-singleModel__introText {
    margin: 30px 0 40px;
}

.p-modelhousePoint__imgs img {
    width: 100%;
}

.p-singleModel__info {
    margin: 0 0 40px;
}

.p-singleModel__introText p {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-singleModel__info h2 {
    font-size: 1.8rem;
    margin: 0 0 25px;
    color: #808080;
}

.p-singleModel__info ul li {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-modelhousePoint__img {
    margin: 0 0 20px;
}

.p-modelhousePoint__img img:not(:last-child) {
    margin: 0 0 20px;
}

.p-modelhousePoint__img img {
    width: 100%;
}

.p-modelhousePoint__title {
    font-size: 1.8rem;
    color: #808080;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1.667;
}

.p-modelhousePoint__text {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-modelhousePoint__item:not(:last-child) {
    margin: 0 0 40px;
}

.p-modelhousePoint__merit {
    margin: 0 0 40px;
}

.p-modelhousePoint__merit h2 {
    font-size: 1.8rem;
    color: #808080;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1.667;
}

.p-modelhousePoint__merit .c-text {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-singleMap {
    width: 100%;
    height: 480px;
    margin: 0 0 20px;
}

.p-singleModel__tel {
    margin: 0 0 20px;
}

.p-singleModel__tel h2 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin: 0 0 8px;
    color: #808080;
}

.p-singleModel__telNumber {
    font-size: 2.9rem;
    margin: 0 0 10px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #808080;
}

.p-singleModel__telNumber span {
    font-size: 2rem;
}

.p-singleModel__telAttention {
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-singleModel__campaign {
    margin: 0 0 43px;
}

.p-singleModel__campaign h2 {
    font-size: 1.8rem;
    color: #808080;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1.667;
}

.p-singleModel__campaign h3 {
    font-size: 1.6rem;
    color: #808080;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1.667;
}

.p-singleModel__campaign h4 {
    font-size: 1.4rem;
    color: #808080;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1.667;
}

.p-singleModel__campaign p {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-singleModel__slider {
    width: 100%;
    margin: 0 auto 50px;
}

.p-singleModel__sliderImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 55 / 36;
    object-fit: cover;
}

.p-singleModel__thumb {
    width: 100%;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 0 30px;
}

.p-singleModel .slick-dotted.slick-slider {
    margin-bottom: 62px;
}

.p-singleModel .slick-dots {
    bottom: -45px;
}

.p-singleModel__slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.p-singleModel__slider .slick-dots li button {
    width: 10px;
    height: 10px;
}

.p-singleModel__slider .slick-dots li button:before {
    font-size: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
}

.p-singleModel .slick-dots {
    bottom: -28px;
}

@media screen and (min-width: 769px) {
    .p-singleModel__thumb {
        height: 350px;
        margin: 0 0 80px;
    }

    .p-singleModel-banner {
        margin: 0 0 80px;
    }

    .p-singleMap {
        margin: 0 0 100px;
    }

    .p-singleModel__slider {
        width: 52%;
        margin: 0 auto 120px;
    }

    .p-singleModel__tel h2 {
        font-size: 2rem;
    }

    .p-singleModel__telNumber {
        font-size: 4.2rem;
    }

    .p-singleModel__tel {
        margin: 0 0 40px;
    }

    .p-singleModel__info {
        margin: 0 0 50px;
    }

    .p-singleModel__info h2 {
        font-size: 2.2rem;
        margin: 0 0 18px;
    }

    .p-singleModel .slick-dotted.slick-slider {
        margin-bottom: 90px;
    }

    .p-singleModel__slider .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 8px;
    }

    .p-singleModel__slider .slick-dots li button {
        width: 14px;
        height: 14px;
    }

    .p-singleModel__slider .slick-dots li button:before {
        font-size: 14px;
        line-height: 14px;
        width: 14px;
        height: 14px;
    }

    .p-singleModel__slider .slick-dots {
        bottom: -40px;
    }

    .p-singleModel__telAttention {
        font-size: 1.4rem;
    }
}

/*----------------------------------------
	company
----------------------------------------*/

/*----------- p-companyVision -----------*/

.p-companyVision {
    margin: 0 0 50px;
}

.p-companyVision .c-pageTitle {
    margin: 0 0 40px;
}

.p-companyVision ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-companyVision ul li {
    width: 100%;
}

.p-companyVision ul li:not(:last-child) {
    margin: 0 0 35px;
}

.p-companyVision__number {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #333333;
    opacity: 0.5;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 7px;
}

.p-companyVision ul li h3 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 13px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.p-companyVision ul li .c-text {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2;
    margin: 0 0 22px;
}

.p-companyVision__img {
    width: 59.7%;
    margin: 0 auto;
}

.p-companyVision__img img {
    width: 100%;
}

@media screen and (min-width: 591px) {
    .p-companyVision__img {
        width: 50%;
    }
}

@media screen and (min-width: 769px) {
    .p-companyVision {
        margin: 0 0 130px;
    }

    .p-companyVision .c-pageTitle {
        margin: 0 0 70px;
    }

    .p-companyVision ul li {
        width: 30.5%;
        margin: 0;
    }

    .p-companyVision ul li .c-text {
        font-size: 1.3rem;
        margin: 0 0 40px;
    }

    .p-companyVision__img {
        width: 86%;
    }

    .p-companyVision ul li h3 {
        font-size: 2rem;
        margin: 0 0 25px;
    }

    .p-companyVision ul li:not(:last-child) {
        margin: 0;
    }
}

/*----------- p-companyGreeting -----------*/

.p-companyGreeting {
    background-color: #525252;
    padding: 40px 0;
}

.p-companyGreeting__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 75px;
}

.p-companyGreeting__profileImg {
    width: 65%;
    margin: 0 auto 20px;
}

.p-companyGreeting__profileImg img {
    width: 100%;
}

.p-companyGreeting__profileText {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
}

.p-companyGreeting__profileText h2 {
    font-size: 1.6rem;
    margin: 0 0 20px;
    padding: 0 0 18px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.p-companyGreeting__profileCompany {
    font-size: 1.3rem;
    margin: 0 0 12px;
    letter-spacing: 0.04em;
}

.p-companyGreeting__profileName {
    font-size: 2rem;
}

.p-companyGreeting__profileName span {
    font-size: 1.4rem;
    margin: 0 9px 0 0;
}

.p-companyGreeting ul li {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.p-companyGreeting__text {
    width: 93%;
}

.p-companyGreeting__text h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 12px;
    font-weight: 700;
}

.p-companyGreeting__textWrap .c-text {
    font-size: 1.2rem;
    color: #fff;
    line-height: 2;
}

.p-companyGreeting__textWrap .c-text:not(:last-child) {
    margin: 0 0 15px;
}

.p-companyGreeting__img {
    width: 86.1%;
    height: 237px;
    margin-bottom: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
}

.p-companyGreeting ul li:nth-of-type(odd) .p-companyGreeting__img {
    margin-left: auto;
}

.p-companyGreeting ul li:nth-of-type(even) .p-companyGreeting__img {
    margin-right: auto;
}

.p-companyGreeting ul li:nth-of-type(1) .p-companyGreeting__img {
    background-image: url(images/page/company_greeting02.jpg);
}

.p-companyGreeting ul li:nth-of-type(2) .p-companyGreeting__img {
    background-image: url(images/page/company_greeting03.jpg);
}

.p-companyGreeting ul li:nth-of-type(3) .p-companyGreeting__img {
    background-image: url(images/page/company_greeting04.jpg);
}

.p-companyGreeting ul li:nth-of-type(4) .p-companyGreeting__img {
    background-image: url(images/page/company_greeting05.jpg);
}

.p-companyGreeting ul li:not(:last-child) {
    margin-bottom: 50px;
}

@media screen and (min-width: 591px) {
    .p-companyGreeting__profileImg {
        width: 50%;
    }

    .p-companyGreeting__text {
        width: 85%;
    }

    .p-companyGreeting__img {
        width: 80%;
    }
}

@media screen and (min-width: 769px) {
    .p-companyGreeting {
        padding: 90px 0 80px;
    }

    .p-companyGreeting__profile {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 94px;
    }

    .p-companyGreeting__profileImg {
        width: 38.75%;
        margin: 0;
    }

    .p-companyGreeting__profileText {
        width: 52.9%;
    }

    .p-companyGreeting__profileText h2 {
        font-size: 3rem;
        margin: 0 0 40px;
        padding: 0 0 40px;
    }

    .p-companyGreeting__profileCompany {
        font-size: 2.2rem;
    }

    .p-companyGreeting__profileName {
        font-size: 3.2rem;
    }

    .p-companyGreeting__profileName span {
        font-size: 2.2rem;
    }

    .p-companyGreeting ul li {
        flex-direction: row;
        align-items: center;
    }

    .p-companyGreeting ul li:nth-of-type(odd) {
        justify-content: flex-end;
    }

    .p-companyGreeting ul li:nth-of-type(even) {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    .p-companyGreeting__text {
        width: 43.5%;
    }

    .p-companyGreeting ul li:nth-of-type(odd) .p-companyGreeting__text {
        margin-right: 107px;
    }

    .p-companyGreeting ul li:nth-of-type(even) .p-companyGreeting__text {
        margin-left: 107px;
    }

    .p-companyGreeting ul li:not(:last-child) {
        margin-bottom: 160px;
    }

    .p-companyGreeting__img {
        width: 35%;
        height: 547px;
    }

    .p-companyGreeting__profileImg {
        width: 32%;
    }

    .p-companyGreeting__profileText {
        width: 60%;
    }

    .p-companyGreeting__text h3 {
        font-size: 2.5rem;
        margin: 0 0 30px;
    }

    .p-companyGreeting__textWrap .c-text {
        font-size: 1.5rem;
    }

    .p-companyGreeting ul li:nth-of-type(odd) .p-companyGreeting__text {
        margin-right: 90px;
    }

    .p-companyGreeting__img {
        width: 43%;
        height: 550px;
    }

    .p-companyGreeting ul li:not(:last-child) {
        margin-bottom: 40px;
    }

    .p-companyGreeting ul li:nth-of-type(odd) .p-companyGreeting__img {
        margin-left: 0;
    }

    .p-companyGreeting ul li:nth-of-type(even) .p-companyGreeting__img {
        margin-right: 0;
    }

    .p-companyGreeting ul li:nth-of-type(even) {
        justify-content: flex-end;
    }
}

/*----------- p-companyHistory -----------*/

.p-companyHistory {
    margin: 0 0 30px;
    padding: 30px 0 36px;
    background-color: #F5F5F5;
}

.p-companyHistory .c-pageTitle {
    text-align: center;
}

.p-historyTitle {
    font-size: 2rem;
    line-height: 1.4;
    color: #29ABE3;
    margin: 0 0 30px;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}

.flex-schedule {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    box-sizing: border-box;
}

.flex-schedule li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.flex-schedule .area {
    display: block;
    width: 250px;
    border-left: 1px solid rgba(128, 128, 128, 0.4);
}

.flex-schedule li .time {
    width: 60px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-right: 20px;
}

.flex-schedule li .time span {
    font-size: 1.3rem;
    margin-left: 3px;
}

.flex-schedule .sch_box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 40px 25px;
    border-radius: 6px;
}

.flex-schedule li:last-child .sch_box {
    padding-bottom: 0;
}

.flex-schedule .sch_box::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: #808080;
}

.flex-schedule .sch_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    background: #707070;
    width: 40px;
    height: 1px;
    z-index: -1;
}

.flex-schedule .sch_title {
    font-size: 1.2rem;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.flex-schedule .sch_month {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 4px;
}

.flex-schedule .sch_month span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 5px;
}

.flex-schedule .sch_tx {
    font-size: 1.4rem;
}

@media screen and (min-width:769px) {
    .flex-schedule li {
        flex-direction: row;
        align-items: flex-start;
    }

    .flex-schedule li .time {
        width: 109px;
        font-size: 2.5rem;
        margin-right: 25px;
    }

    .flex-schedule li .time span {
        font-size: 1.8rem;
        margin-left: 5px;
    }

    .flex-schedule .sch_box {
        padding: 0 0 67px 30px;
    }

    .flex-schedule .sch_month {
        font-size: 2.5rem;
        margin: 0 25px 0 0;
    }

    .flex-schedule .sch_month span {
        font-size: 1.8rem;
    }

    .flex-schedule .sch_title {
        font-size: 1.8rem;
        width: 90%;
    }

    .flex-schedule .sch_box::before {
        left: -6px;
        width: 12px;
        height: 12px;
    }

    .flex-schedule .sch_box {
        display: ruby-text;
    }

    .flex-schedule .sch_month {
        margin: 0 20px 0 0;
    }

    .p-companyHistory {
        margin: 0 0 100px;
    }
}

@media screen and (min-width:1000px) {
    .p-companyHistory {
        margin: 0 0 140px;
    }

    .p-historyTitle {
        font-size: 3.4rem;
        line-height: 1.441;
        margin-bottom: 50px;
    }

    .flex-schedule {
        width: 1000px;
        margin: 0 auto;
        padding: 0;
    }

    .flex-schedule li .time {
        font-size: 3.1rem;
        margin-right: 50px;
    }

    .flex-schedule li .time span {
        font-size: 2.4rem;
        margin-left: 11px;
    }

    .flex-schedule .sch_month {
        font-size: 3rem;
        margin: 0 50px 0 0;
    }

    .flex-schedule .sch_month span {
        font-size: 2.4rem;
    }

    .flex-schedule .sch_box {
        padding: 0 0 67px 50px;
    }

    .flex-schedule .sch_title {
        font-size: 2rem;
        width: auto;
    }
}

@media screen and (min-width:769px) {
    .p-companyHistory {
        padding: 90px 0 80px;
    }

    .flex-schedule .area {
        width: 100%;
    }
}

/*----------- p-companyOutline -----------*/

.p-companyOutline {
    margin: 0 0 50px;
}

.table01 {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    color: #333;
    table-layout: fixed;
    border: 1px solid #E0E0E0;
}

.table01 th,
.table01 td {
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.table01 th {
    padding: 15px 4px;
    font-size: 1.1rem;
    text-align: center;
    width: 26%;
    background-color: #F5F5F5;
    font-weight: 700;
    color: #333;
    border-right: 1px solid #ddd;
    white-space: nowrap;
}

.table01 td {
    padding: 15px 10px;
    font-size: 1rem;
    width: 74%;
    background-color: #fff;
    word-break: break-word;
}

.table01 tr:last-child th,
.table01 tr:last-child td {
    border-bottom: none;
}

.table01-wrapper {
    width: 100%;
    overflow-x: auto;
}

@media screen and (min-width: 769px) {
    .table01 {
        font-size: 1.5rem;
    }

    .table01 th,
    .table01 td {
        padding: 15px 18px;
    }

    .table01 th {
        font-size: 1.6rem;
        width: 27%;
    }

    .table01 td {
        width: 73%;
        font-size: 1.6rem;
    }

    .p-companyOutline {
        margin: 0 0 100px;
    }
}

@media screen and (min-width: 1000px) {
    .table01 {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .table01 th,
    .table01 td {
        padding: 18px 22px;
    }

    .table01 th {
        width: 25%;
    }

    .table01 td {
        width: 75%;
    }
}

/*----------- p-companyModel -----------*/

.p-companyModel {
    margin: 0 0 50px;
}

.p-companyModel .p-modelhouseArchive li:not(:last-child) {
    margin: 0 0 40px;
}

@media screen and (min-width: 769px) {
    .p-companyModel {
        margin: 0 0 150px;
    }

    .p-companyModel .p-modelhouseArchive li:not(:last-child) {
        margin: 0px 0 70px;
    }
}

/*----------------------------------------
	Architect
----------------------------------------*/

/*----------- archive-architect -----------*/

.p-architectArchive {
    margin: 0 0 54px;
}

.p-architectLists {
    display: flex;
    justify-content: space-between;
}

.p-architectLists li {
    width: 47.1%;
}

.p-architectLists li img {
    width: 100%;
}

.p-architectLists li figcaption {
    font-size: 1.3rem;
    margin: 10px 0 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-architectLists li figcaption span {
    font-size: 1rem;
    letter-spacing: 0.03em;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 0 6px;
}

.p-architectLists__button {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 12px 0 0;
}

.p-architectLists__button:after {
    content: "";
    background-image: url(images/common/button_arrow02.svg);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 8px;
}

@media screen and (min-width: 769px) {
    .p-architectLists {
        justify-content: unset;
    }

    .p-architectLists li {
        width: 22%;
    }

    .p-architectLists li:not(:nth-child(4n+4)) {
        margin-right: 4%;
    }

    .p-architectLists li figcaption {
        font-size: 2.5rem;
        margin: 20px 0 0;
    }

    .p-architectLists li figcaption span {
        font-size: 1.5rem;
    }

    .p-architectLists__button {
        font-size: 1.6rem;
        margin: 18px 0 0;
    }
}

/*----------- profile-architect -----------*/

.p-architect {
    margin: 0 0 50px;
}

.p-architect .c-inner01 {
    width: 100%;
    padding: 0 5%;
}

.p-architectProfile {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.p-architectIntro__img {
    width: 53.7%;
}

.p-architectIntro__img img {
    width: 100%;
}

.p-architectIntro__name {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 0 30px;
}

.p-architectIntro__name span {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.03em;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 10px 0 0;
}

.p-architectIntro {
    margin: 0 0 22px;
}

.p-architectIntro h3 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-architectIntro a {
    display: block;
    color: #888888;
    font-size: 1.2rem;
    text-align: center;
}

.p-architectIntro a span {
    display: inline-block;
    padding: 0 0 2px;
    border-bottom: 1px solid #888888;
}

.p-architectIntro a span:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 0 0 8px;
    background-image: url(images/common/link_icon.svg);
}

.p-architectText .c-text {
    font-size: 1.2rem;
    line-height: 2;
}

.p-architectText .c-text:not(:last-child) {
    margin: 0 0 30px;
}

@media screen and (min-width: 769px) {
    .p-architect {
        margin: 0 0 150px;
    }

    .p-architectProfile {
        justify-content: center;
    }

    .p-architectIntro {
        margin: 0 0 50px;
    }

    .p-architectIntro__name {
        font-size: 3.8rem;
        margin: 0 0 0 70px;
    }

    .p-architectIntro__name span {
        font-size: 1.8rem;
        margin: 18px 0 0;
    }

    .p-architect .c-inner01 {
        width: 900px;
        margin: 0 auto;
        padding: 0;
    }

    .p-architectIntro__img {
        width: 40%;
    }

    .p-architectText .c-text {
        font-size: 1.8rem;
    }

    .p-architectIntro h3 {
        font-size: 1.7rem;
        margin: 0 0 15px;
    }

    .p-architectProfile {
        margin: 0 0 35px;
    }

    .p-architectIntro a {
        font-size: 1.5rem;
    }
}

/*----------------------------------------
	event
----------------------------------------*/

/*----------- event_archive -----------*/

.p-catch.p-catchEvent {
    background-image: url(images/page/event_catch.jpg);
}

.p-eventArchive {
    margin: 0 0 68px;
    position: relative;
}

.p-eventArchive__lists {
    display: flex;
    flex-direction: column;
}

.p-eventArchive__article {
    width: 85%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
}

.p-eventArchive__article:nth-child(n+2) {
    margin: 24px 0 0;
}

.p-eventArchive__img {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
}

.p-eventArchive__img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.p-eventArchive__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.57);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border-radius: 5px;
    z-index: 2;
}

.p-eventArchive__overlayEn {
    font-size: 2rem;
    margin: 0 0 6px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #fff;
}

.p-eventArchive__overlay p {
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.75;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-eventArchive__time {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 0 6px;
}

.p-event__archiveTitle {
    line-height: 1.5;
    font-size: 1.5rem;
    margin: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
}

.p-eventArchive__info {
    margin: 0 0 15px;
    padding: 9px 6px 14px 14px;
    background-color: #F0F0F0;
}

.p-eventArchive__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px;
}

.p-eventArchive__nav li {
    width: 100%;
}

.p-eventArchive__nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 50px;
    margin: 0 auto;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    background-color: #CCCCCC;
    color: #333;
    transition: all 0.3s;
    position: relative;
    font-weight: 500;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
}

.p-eventArchive__nav li.current a {
    background-color: #808080;
    color: #fff;
}

.p-eventArchive__nav li:nth-child(n+2) {
    margin-top: 10px;
}

.p-Event__tabBox .panel_area .p-Event__tabPanel {
    display: none;
}

.p-Event__tabBox .panel_area .p-Event__tabPanel.active {
    display: block;
}

.p-Event__tabButton {
    cursor: pointer;
}

.p-Event__tabPanel.active ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-Event__tabPanel.active ul li {
    width: 31.5%;
}

.p-eventArchive__img {
    width: 100%;
}

.p-eventArchive__img img {
    width: 100%;
}

.p-eventArchive__time {
    font-size: 1.6rem;
    margin: 0 0 6px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-eventArchive__remain {
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
}

.p-eventArchive__remain:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url(images/common/event_remain_icon.svg);
    margin: 0 4px 0 0;
}

.p-Event__tabButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #000;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border: 1px solid #000;
}

.p-Event__tabButton.active {
    background-color: #000000;
    color: #fff;
    border: none;
    position: relative;
}

.p-Event__tabButton.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
}

.p-Event__btnArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.p-Event__btnArea::after {
    content: "";
    display: block;
    width: 100px;
}

.p-Event__tabButton:not(:nth-child(3n+3)) {
    margin-right: 8px;
}

.p-event__banar img {
    width: 100%;
}

.p-eventArchive__catWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.p-eventArchive__catWrap div {
    display: inline-block;
    background-color: #505050;
    padding: 5px 6px;
    font-size: 1rem;
    color: #fff;
    margin-top: 5px;
}

.p-eventArchive__cat:not(:last-child) {
    margin-right: 5px;
}

.p-eventArchive__cat:nth-of-type(1) {
    background-color: #A4AAB5;
}

.p-Event__tabPanel.active ul li:nth-of-type(1) {
    width: 100%;
}

.p-Event__tabPanel.active ul li:nth-of-type(1) .p-eventArchive__text {
    padding: 0 20px 20px;
}

.p-eventArchive .p-Event__tabPanel.active ul li,
.p-Event__tabPanel.active ul li:nth-of-type(n+2) {
    width: 46.8%;
}

.p-Event__tabPanel.active ul li:nth-of-type(n+2) .p-eventArchive__text {
    padding: 0 12px 12px;
}

.p-eventArchive .p-Event__tabPanel.active ul li .p-eventArchive__text {
    padding: 0;
}

.p-eventArchive .p-Event__tabPanel.active ul li .p-event__archiveTitle,
.p-Event__tabPanel.active ul li:nth-of-type(n+2) .p-event__archiveTitle {
    font-size: 1.2rem;
}

.p-eventArchive .p-Event__tabPanel.active ul li .p-eventArchive__time,
.p-Event__tabPanel.active ul li:nth-of-type(n+2) .p-eventArchive__time {
    font-size: 1rem;
}

.p-eventArchive .p-Event__tabPanel.active ul li .p-eventArchive__info,
.p-Event__tabPanel.active ul li:nth-of-type(n+2) .p-eventArchive__info {
    padding: 9px 6px;
    margin: 0 0 10px;
}

.p-eventArchive .p-eventArchive__img img {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.p-eventArchive .p-Event__tabPanel.active ul li:nth-of-type(n+2) {
    margin-top: 0;
}

.p-eventArchive .p-Event__tabPanel.active ul li:nth-of-type(n+3) {
    margin-top: 34px;
}

.p-eventArchive .p-Event__btnArea {
    width: 316px;
    margin: 0 auto 25px;
}

.p-eventArchive .p-Event__tabButton:nth-child(n+4) {
    margin: 14px 0 0;
}

@media screen and (min-width: 591px) {
    .p-eventArchive__text {
        padding: 0 20px 20px;
    }
}

@media screen and (min-width: 769px) {
    .p-eventArchive {
        margin: 0 0 150px;
    }

    .p-eventArchive__lists {
        flex-direction: row;
    }

    .p-eventArchive__article {
        width: auto;
    }

    .p-eventArchive__nav {
        flex-direction: row;
        justify-content: center;
        margin: 0 0 80px;
    }

    .p-eventArchive__nav li:not(:nth-child(3n+3)) {
        margin-right: 4px;
    }

    .p-eventArchive__nav li:nth-child(n+2) {
        margin-top: 0;
    }

    .p-eventArchive__nav li a {
        width: 337px;
        height: 80px;
        font-size: 2.2rem;
    }

    .p-eventArchive__time {
        font-size: 1.6rem;
    }

    .p-Event__tabPanel.active ul li:nth-of-type(1) {
        width: 43rem;
    }

    .p-eventArchive .p-Event__tabPanel.active ul li,
    .p-Event__tabPanel.active ul li:nth-of-type(n+2) {
        width: 31%;
    }

    .p-eventArchive .p-Event__tabPanel.active ul li:nth-of-type(n+3) {
        margin-top: 0;
    }

    .p-eventArchive .p-Event__tabPanel.active ul li:nth-of-type(n+4) {
        margin-top: 60px;
    }

    .p-Event__tabPanel.active ul {
        justify-content: unset;
    }

    .p-Event__tabPanel.active ul li:not(:nth-child(3n+3)) {
        margin-right: 4.4rem;
    }

    .p-Event__tabPanel.active ul li:nth-child(3n) {
        margin-right: 0;
    }

    .p-catch.p-catchEvent {
        background-image: url(images/page/event_catch_pc.jpg);
    }

    .p-eventArchive .p-Event__btnArea {
        width: 100%;
        margin: 0 auto 60px;
    }

    .p-Event__tabButton {
        width: 24.5%;
        height: 55px;
        font-size: 1.4rem;
    }

    .p-eventArchive .p-Event__tabButton:nth-child(n+4) {
        margin: 0;
    }

    .p-Event__tabButton:not(:nth-child(3n+3)) {
        margin-right: 0;
    }

    .p-Event__tabButton:not(:nth-child(4n+4)) {
        margin-right: 8px;
    }

    .p-Event__btnArea {
        justify-content: unset;
    }

    .p-eventArchive__img {
        margin: 0 0 20px;
    }

    .p-eventArchive .p-Event__tabPanel.active ul li .p-event__archiveTitle,
    .p-Event__tabPanel.active ul li:nth-of-type(n+2) .p-event__archiveTitle {
        font-size: 1.7rem;
    }

    .p-eventArchive .p-Event__tabPanel.active ul li .p-eventArchive__time,
    .p-Event__tabPanel.active ul li:nth-of-type(n+2) .p-eventArchive__time {
        font-size: 1.4rem;
    }

    .p-eventArchive .p-Event__tabPanel.active ul li .p-eventArchive__info,
    .p-Event__tabPanel.active ul li:nth-of-type(n+2) .p-eventArchive__info {
        margin: 0 0 15px;
        padding: 15px;
    }

    .p-event__archiveTitle {
        font-size: 1.7rem;
        margin: 0 0 15px;
    }

    .p-eventArchive__remain {
        font-size: 1.3rem;
    }

    .p-eventArchive__overlayEn {
        font-size: 3rem;
    }

    .p-eventArchive__overlay p {
        font-size: 1.3rem;
    }

    .p-eventArchive__catWrap div {
        font-size: 1.2rem;
        margin-top: 0;
    }

    .p-eventArchive__info {
        padding: 15px;
    }

    .p-Event__tabPanel.active ul li:nth-of-type(n+2) .p-eventArchive__text {
        padding: 0 20px 20px;
    }

    .p-eventArchive__time {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1551px) {
    .p-eventArchive__nav li a {
        width: 337px;
        height: 80px;
    }
}

/*----------- event_single -----------*/

.p-eventSingle__thumbnail {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
}

.p-eventSingle__thumbnail img {
    width: 100%;
}

.p-eventSingle h1 {
    font-size: 1.7rem;
    line-height: 1.7;
    margin: 0 0 20px;
}

.p-eventSingle__point li:not(:last-child) {
    margin: 0 0 40px;
}

.p-point__num {
    font-size: 1.4rem;
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border-bottom: 1px solid #C7C7C7;
}

.p-point__title {
    font-size: 1.4rem;
    margin: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-point__img {
    margin: 0 0 20px;
}

.p-point__img img {
    width: 100%;
}

.p-eventSingle__intro {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px;
}

.p-eventSingle__introText {
    font-size: 1.2rem;
    line-height: 2;
}

.p-eventSingle__intro ul li {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: bold;
}

.p-eventSingle__pointWrap h2 {
    font-size: 1.7rem;
    line-height: 1.7;
    margin: 0 0 20px;
}

.p-point__text {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
}

.p-eventSingle__point {
    margin: 0 0 40px;
}

.p-eventSingle__benefits {
    margin: 0 0 26px;
}

.p-eventSingle__benefits p {
    font-size: 1.2rem;
    line-height: 2;
}

.p-eventSingle__benefits a {
    display: block;
}

.p-eventSingle .table01 {
    margin: 0 0 50px;
}

.p-eventSingle .photo_center {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.p-eventSingle .button_center {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.p-eventSingle__benefits .map {
    width: 100%;
    height: 460px;
    position: relative;
}

.p-eventSingle__benefits .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px) {
    .p-point__text {
        font-size: 1.5rem;
    }

    .p-eventSingle__thumbnail {
        width: 100%;
        margin: 0 auto 30px;
    }

    .p-eventSingle h1 {
        font-size: 2.8rem;
    }

    .p-eventSingle__introText {
        font-size: 1.6rem;
    }

    .p-eventSingle__intro ul li {
        font-size: 1.6rem;
    }

    .p-eventSingle__pointWrap h2 {
        font-size: 2.5rem;
    }

    .p-point__title {
        font-size: 2.4rem;
    }

    .p-point__num {
        font-size: 1.8rem;
    }

    .p-eventSingle__benefits p {
        font-size: 1.5rem;
    }

    .p-eventSingle .c-inner01 {
        width: 100%;
    }
}

@media screen and (min-width: 1100px) {
    .p-eventSingle .c-inner01 {
        width: 1000px;
    }
}

/*----------- event_single_rebuild -----------*/

.postid-7604 .p-eventSingle__benefits .c-text {
    font-size: 1.4rem;
}

.postid-7604 .p-eventSingle__benefits .reserve_button {
    width: 100%;
    margin: 0 auto;
}

.p-eventSingle__contentsIntro {
    background-color: #F0F0F0;
    padding: 35px 0 20px;
}

.p-eventSingle__contentsTitle01 {
    font-size: 1.6rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto 15px;
    line-height: 1.563;
    text-align: center;
}

.p-eventSingle__contentsTitle02 {
    font-size: 1.6rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.563;
    margin: 0 auto 15px;
    text-align: center;
}

.p-eventSingle__contentsTitle02 span {
    display: inline-block;
    border-bottom: 1px solid #373737;
    padding: 0 0 10px;
}

.p-eventSingle__contentsReason {
    background-color: #F0F0F0;
    margin: 0 0 50px;
    padding: 30px 0 50px;
}

.p-eventSingle__contentsReason > h2 {
    text-align: center;
    font-size: 1.8rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 28px;
}

.p-eventSingle__contentsReason > h2 span {
    margin: 10px 0 0 5px;
    padding: 6px 10px 6px 12px;
    background-color: #75C6C5;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
}

.p-eventSingle__contentsLists li h2 {
    font-size: 1.6rem;
    line-height: 1.563;
    background-color: #75C6C5;
    margin: 0 0 25px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

.p-eventSingle__contentsLists li h2 span {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 45px;
}

.p-eventSingle__contentsLists li h2 span img {
    width: 100%;
}

.p-eventSingle__contentsLists li:not(:last-child) {
    margin: 0 0 45px;
}

.p-eventSingle__contentsWrap {
    flex-direction: column;
}

.p-eventSingle__contentsText {
    width: 100%;
}

.p-eventSingle__contentsText h3 {
    width: 100%;
    font-size: 1.7rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.563;
    margin: 0 auto 20px;
    padding: 0 0 15px;
    text-align: left;
}

.p-eventSingle__contentsText h3 {
    display: inline-block;
    border-bottom: 1px solid #373737;
    padding: 0 0 15px;
}

.p-eventSingle__contentsImg {
    width: 100%;
}

.p-eventSingle__contentsImg img {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .postid-7604 .p-eventSingle__benefits .c-text {
        font-size: 2rem;
    }

    .postid-7604 .p-eventSingle__benefits .reserve_button {
        max-width: 936px;
    }

    .p-eventSingle__contentsIntro {
        padding: 58px 0 44px;
    }

    .p-eventSingle__contentsTitle01 {
        font-size: 3.2rem;
        margin: 0 auto 40px;
    }

    .p-eventSingle__contentsTitle02 {
        font-size: 3.2rem;
        line-height: 1.563;
        margin: 0 auto 40px;
        padding: 0 0 26px;
    }

    .p-eventSingle__contentsTitle02 span {
        border-bottom: 1px solid #373737;
        padding: 0 0 26px;
    }

    .p-eventSingle__contentsReason {
        margin: 0 0 100px;
        padding: 60px 0 100px;
    }

    .p-eventSingle__contentsReason > h2 {
        font-size: 3.2rem;
        margin: 0 0 53px;
    }

    .p-eventSingle__contentsReason > h2 span {
        margin: 0 0 0 10px;
        padding: 10px 19px 10px 15px;
        border-radius: 3px;
        display: unset;
    }

    .p-eventSingle__contentsLists li h2 {
        font-size: 3.2rem;
        line-height: 1.563;
        margin: 0 0 58px;
        padding: 34px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p-eventSingle__contentsLists li h2 span {
        margin: 0 43px 0 0;
        width: auto;
    }

    .p-eventSingle__contentsLists li h2 span img {
        width: auto;
    }

    .p-eventSingle__contentsLists li:not(:last-child) {
        margin: 0 0 88px;
    }

    .p-eventSingle__contentsWrap {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .p-eventSingle__contentsText {
        width: 48.5%;
    }

    .p-eventSingle__contentsText h3 {
        width: 100%;
        font-size: 3.2rem;
        margin: 0 auto 40px;
        padding: 0 0 26px;
    }

    .p-eventSingle__contentsText h3 {
        padding: 0 0 30px;
    }

    .p-eventSingle__contentsImg {
        width: 48.5%;
    }

    .p-eventSingle__contentsImg img {
        width: 100%;
    }
}

/*----------------------------------------
	lineup
----------------------------------------*/

.p-lineupIntro {
    margin: 0 0 40px;
}

.p-lineupIntro h2 {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.04em;
    margin: 0 0 25px;
    text-align: center;
}

.p-lineupIntro .c-text {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 2;
}

.p-lineupImg__left {
    margin: 0 0 15px;
}

.p-lineupImg__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-lineupImg__right .p-lineupImg {
    width: 48%;
}

.p-lineupImg__left img,
.p-lineupImg__right img {
    width: 100%;
}

.p-lineup li {
    background-color: #2A2E33;
    margin: 0 0 40px;
    padding: 0 0 40px;
}

.p-lineupImg__text h3 {
    font-size: 1.3rem;
    line-height: 1.846;
    color: #DDC386;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-lineupImg__text h2 {
    margin: 0 0 26px;
}

.p-lineupImg__text p {
    font-size: 1rem;
    color: #fff;
    line-height: 2.2;
}

.p-lineupNumber {
    font-size: 3.3rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    margin: -20px 0 20px;
}

.p-lineupNumber span:after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-48deg);
}

.p-lineupButton {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 20px 0 0;
    color: #fff;
}

.p-lineupButton:after {
    content: "";
    background-image: url(images/common/button_arrow03.svg);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 8px;
}

.p-lineup li:nth-of-type(3) .p-lineupImg__text h3 {
    color: #fff;
}

.p-lineup li:nth-of-type(1) .p-lineupImg__text h2 img {
    margin: 0 0 0 30px;
}

@media screen and (min-width: 769px) {
    .p-lineupImg__wrap {
        display: flex;
    }

    .p-lineupImg__left img,
    .p-lineupImg__right img {
        width: 100%;
    }

    .p-lineupImg__left {
        width: 60%;
    }

    .p-lineupImg__left img {
        height: 500px;
        object-fit: cover;
    }

    .p-lineupImg__right img {
        height: 300px;
        object-fit: cover;
    }

    .p-lineupImg__right {
        width: 40%;
    }

    .p-lineupImg__right .p-lineupImg {
        width: 100%;
    }

    .p-lineupIntro .c-text {
        font-size: 1.4rem;
        text-align: center;
    }

    .p-lineupIntro h2 {
        font-size: 2.4rem;
    }

    .p-lineupIntro {
        margin: 0 0 80px;
    }

    .p-lineupImg__text h2 img {
        transform: scale(1.3);
        margin: 0 0 0 42px;
    }

    .p-lineup li {
        padding: 0 0 70px;
    }

    .p-lineupNumber {
        font-size: 7.4rem;
        margin: 0 0 40px;
    }

    .p-lineupImg__text h3 {
        font-size: 2.4rem;
    }

    .p-lineupImg__text p {
        font-size: 1.5rem;
    }

    .p-lineupImg__text {
        margin: -65px 0 0;
    }

    .p-lineup li {
        margin: 0;
    }

    .p-lineupButton {
        font-size: 2rem;
        margin: 45px 0 0;
    }

    .p-lineupButton:after {
        width: 22px;
        height: 22px;
        background-size: 100%;
    }
}

/*----------- p-productIntro -----------*/

.p-productSinkokyu,
.p-productSinkokyu__premium {
    margin: 0 0 50px;
}

.page-id-5473 .p-catch,
.page-id-5510 .p-catch,
.page-id-6654 .p-catch {
    margin: 0;
}

.p-productIntro {
    background-color: #333333;
    margin: 0 0 50px;
    padding: 35px 0 40px;
}

.p-productIntro__text h2 {
    margin: 0 0 22px;
}

.p-productIntro__text h3 {
    font-size: 1.5rem;
    line-height: 1.867;
    color: #DDC386;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-productIntro__text .c-text {
    color: #fff;
}

.p-productIntro__textWrap .c-text:not(:last-child) {
    margin: 0 0 20px;
}

.p-productIntro__textWrap {
    margin: 0 0 40px;
}

.p-productIntro__slider .slick-prev:before,
.p-productIntro__slider .slick-next:before {
    background: url(images/common/arrow_white.svg) no-repeat !important;
    width: 25px;
    height: 25px;
}

.p-productIntro__slider .slick-prev,
.p-productIntro__slider .slick-next {
    width: 25px;
    height: 25px;
}

.p-productIntro__slider .slick-prev {
    left: -13px;
}

.p-productIntro__slider .slick-next {
    right: -13px;
}

.p-productIntro__slider .slick-dots {
    bottom: -16px;
}

.p-productIntro__slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
}

.p-productIntro__slider .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
}

.p-productIntro__slider .slick-dots li button:before {
    font-size: 6px;
    line-height: 6px;
    width: 6px;
    height: 6px;
    color: #999;
}

.p-productIntro__slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.p-productSinkokyu__premium .p-productStandard {
    background-color: #333;
}

.p-productSinkokyu__premium .c-pageTitle p {
    color: #fff;
}

.p-productSinkokyu__premium .c-pageTitle h2 {
    color: #fff;
}

.p-productSinkokyu__premium .p-productStandard__explanation {
    color: #fff;
}

.p-productSinkokyu__premium .p-productStandard__explanation {
    color: #fff;
}

.p-productSinkokyu__premium .p-productStandard ul li h2 {
    color: #fff;
}

.p-productSinkokyu__premium .p-productStandard .c-text {
    color: #fff;
}

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

    .p-productSinkokyu,
    .p-productSinkokyu__premium {
        margin: 0 0 120px;
    }

    .p-productIntro {
        margin: 0 0 100px;
        padding: 90px 0 60px;
    }

    .p-productIntro__wrap {
        display: flex;
        justify-content: space-between;
    }

    .p-productIntro__text {
        width: 46%;
    }

    .p-productIntro__slider {
        width: 47%;
    }

    .p-productIntro__text h3 {
        font-size: 2.2rem;
    }

    .p-productIntro__text h2 {
        margin: 0 0 40px 0;
    }

    .p-productIntro__text h2 img {
        transform: scale(1.3);
    }

    .p-productSinkokyu .p-productIntro__text h2 img {
        margin: 0 0 0 25px;
    }

    .p-productSinkokyu__premium .p-productIntro__text h2 img {
        margin: 0 0 0 40px;
    }

    .p-productIntro__wrap {
        align-items: center;
    }

    .p-productIntro__slider .slick-dots li button:before {
        font-size: 10px;
        line-height: 10px;
        width: 10px;
        height: 10px;
    }

    .p-productIntro__slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .p-productIntro__slider .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 8px;
    }

    .p-productIntro__slider .slick-dots {
        bottom: -26px;
    }
}

/*----------- p-productPoint -----------*/

.p-productPoint {
    margin: 0 0 60px;
}

.p-productPoint ul li:not(:last-child) {
    margin: 0 0 60px;
}

.p-productPoint__text h2 {
    font-size: 1.7rem;
    margin: 0 0 25px;
    line-height: 1.647;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-productPoint__text span {
    display: block;
    font-size: 2.1rem;
    margin: 0 0 5px;
    color: #A4AAB4;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.p-productPoint__img {
    margin: 0 0 15px;
}

@media screen and (min-width: 769px) {
    .p-productPoint__img {
        width: 46.5%;
    }

    .p-productPoint__img img {
        width: 100%;
    }

    .p-productPoint__text {
        width: 47.1%;
    }

    .p-productPoint__text span {
        font-size: 2.1rem;
        letter-spacing: 0.08em;
        margin: 0 0 10px;
    }

    .p-productPoint__text h2 {
        font-size: 2.8rem;
        letter-spacing: 0.04em;
        margin: 0 0 35px;
    }

    .p-productPoint ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .p-productPoint ul li:nth-of-type(even) {
        display: flex;
        flex-direction: row-reverse;
    }

    .p-productPoint ul li:not(:last-child) {
        margin: 0;
    }
}

/*----------- p-productStandard -----------*/

.p-productStandard {
    margin: 0 0 50px;
    padding: 30px 0 50px;
    position: relative;
    background-color: #F5F5F5;
}

.p-productStandard .c-pageTitle {
    text-align: center;
    margin: 0 0 30px;
}

.p-productStandard ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-productStandard ul li {
    width: 100%;
    position: relative;
}

.p-productStandard ul li:not(:last-child) {
    margin-bottom: 55px;
}

.p-productStandard ul li img {
    width: 100%;
}

.p-productStandard ul li figcaption {
    margin: 18px 0 0;
}

.p-productStandard ul li h2 {
    font-size: 1.8rem;
    margin: 0 0 18px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.p-productStandard__explanation {
    font-size: 1.2rem;
    margin: 0 0 5px;
    line-height: 1.688;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.p-productStandard .c-button {
    margin: 60px auto 0;
}

.p-productSinkokyu__premium .p-productStandard ul li.premium:before {
    content: "PREMIUM";
    width: 70px;
    height: 70px;
    background-color: #F4EC2E;
    color: #333;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
    font-size: 1.1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-productSinkokyu__premium .p-productStandard ul li.premium img {
    border: 5px solid #F4EC2E;
}

.p-productSinkokyu__premium .p-productStandard .c-button {
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
}

.p-productSinkokyu__premium .p-productStandard .c-button span.arrow:after {
    background-image: url(images/common/button_arrow_icon_black.svg);
}

@media screen and (min-width: 769px) {
    .p-productStandard {
        margin: 0 0 120px;
        padding: 100px 0 70px;
        border-radius: 80px 80px 0 0;
    }

    .p-productStandard ul {
        justify-content: unset;
    }

    .p-productStandard ul li {
        width: 30%;
    }

    .p-productStandard ul li:not(:nth-child(3n+3)) {
        margin-right: 5%;
    }

    .p-productStandard ul li:nth-child(n+4) {
        margin-top: 50px;
    }

    .p-productStandard ul li:not(:last-child) {
        margin-bottom: 0;
    }

    .p-productStandard .c-button {
        margin: 100px auto 0;
    }

    .p-productStandard ul li h2 {
        font-size: 2.4rem;
        margin: 0 0 20px;
    }

    .p-productStandard__explanation {
        font-size: 1.6rem;
    }

    .p-productSinkokyu__premium .p-productStandard ul li.premium:before {
        left: -18px;
        top: -18px;
        font-size: 1.2rem;
    }
}

/*----------- p-productBanner -----------*/

.p-productBanner ul li:not(:last-child) {
    margin-bottom: 40px;
}

.p-productBanner ul li {
    margin-right: auto;
    margin-left: auto;
}

.p-productBanner ul li a {
    display: block;
}

.p-productBanner ul li a img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .p-productBanner ul li {
        width: 100%;
    }

    .p-productBanner ul li:not(:last-child) {
        margin-bottom: 70px;
    }
}

@media screen and (min-width: 591px) {
    .p-productBanner ul li a img.pc_none {
        display: none;
    }
}

/*----------- p-productKokyuplus -----------*/

.p-productSinkokyuplus {
    margin: 0 0 50px;
}

.p-productSinkokyuplus .p-productIntro__text h2 {
    margin: 0 0 40px 45px;
}

.p-productSinkokyuplus .p-productPoint02 ul {
    display: flex;
    flex-wrap: wrap;
}

.p-productSinkokyuplus .p-productPoint02 ul li {
    width: 30%;
}

.p-productSinkokyuplus .p-productPoint02 .p-productPoint__img {
    width: 100%;
}

.p-productSinkokyuplus .p-productPoint02 .p-productPoint__text {
    width: 100%;
}

.p-productSinkokyuplus .p-productPoint02 ul li:not(:nth-child(3n+3)) {
    margin-right: 5%;
}

.p-productSinkokyuplus .p-productPoint02 ul li {
    width: 100%;
}

.p-productSinkokyuplus .p-productPoint02 .p-productPoint__img {
    width: 82%;
}

.p-productSinkokyuplus .p-productPoint02 ul li:not(:nth-child(3n+3)) {
    margin-right: 0;
}

.p-productSinkokyuplus .p-productPoint__img {
    margin: 0 auto 20px;
}

.p-productSinkokyuplus .p-productPoint02 ul li:nth-child(n+2) {
    margin-top: 50px;
}

.p-productSinkokyuplus .p-productPoint__text h2 {
    margin: 0 0 10px;
}

.p-productSinkokyuplus .p-productPoint02 {
    margin: 0 0 50px;
}

.p-productSinkokyuplus .p-productIntro__text h3 {
    color: #fff;
}

@media screen and (min-width: 769px) {
    .p-productSinkokyuplus .p-productPoint02 .p-productPoint__text h2 {
        font-size: 2.4rem;
        margin: 0 0 20px;
    }

    .p-productSinkokyuplus .p-productPoint02 .p-productPoint__img {
        width: 100%;
    }

    .p-productSinkokyuplus .p-productPoint02 ul li {
        width: 30%;
    }

    .p-productSinkokyuplus .p-productPoint02 ul li:nth-child(n+4) {
        margin-top: 70px;
    }

    .p-productSinkokyuplus .p-productPoint02 {
        margin: 0 0 100px;
    }

    .p-productSinkokyuplus .p-productPoint02 ul li:not(:nth-child(3n+3)) {
        margin-right: 5%;
    }

    .p-productSinkokyuplus {
        margin: 0 0 120px;
    }

}

/*----------- p-productExample -----------*/

.p-productExample {
    margin: 0 0 50px;
}

.p-productExample__tabsNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    list-style: none;
    margin: 40px 0 30px;
    padding: 0;
}

.p-productExample__tabsItem {
    cursor: pointer;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #fff;
    font-size: 16px;
    color: #555;
    transition: all 0.3s ease;
}

.p-productExample__tabsItem:hover {
    color: #000;
    border-color: #000;
}

.p-productExample__tabsItem.is-active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.p-productExample__tabsContent {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.p-productExample__panel {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.p-productExample__panel.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.p-productExample__panel h3 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.p-productExample__panel p {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 20px;
}

.p-productExample__panel ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 300px;
    text-align: left;
}

.p-productExample__panel ul li {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    font-size: 15px;
    color: #333;
}

.p-productExample__images {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.p-productExample__image {
    text-align: center;
}

.p-productExample__image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.p-productExample__imageCaption {
    margin-top: 8px;
    font-size: 1.4rem;
    color: #666;
}

.p-productExample__image:first-child {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .p-productExample {
        margin: 0 0 120px;
    }

    .p-productExample__tabsItem {
        padding: 10px 24px;
        font-size: 1.6rem;
    }

    .p-productExample__images {
        gap: 20px;
    }

    .p-productExample__image:first-child {
        width: 45%;
    }

    .p-productExample__panel ul {
        text-align: center;
    }
}

/*----------------------------------------
	staff
----------------------------------------*/

/*----------- staff_archive -----------*/

.post-type-archive-staff .p-catch {
    margin: 0;
}

.p-staffArchive {
    margin: 0 0 50px;
}

.post-type-archive-staff {
    margin: 0;
}

.p-catchStaff {
    background-image: url(images/page/staff_catch.jpg);
}

.p-staffArchive__intro {
    background-color: #F0F0F0;
    margin: 0 0 40px;
    padding: 40px 0 48px;
}

.p-staffArchive__introImg {
    width: 100%;
    height: 275px;
    background-image: url(images/page/staff_archive_intro.jpg);
    background-size: cover;
    margin: 0 0 30px;
}

.p-staffArchive__introText h3 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 0 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-staffArchive__introText .c-text {
    font-size: 1.2rem;
    line-height: 2;
}

.p-staffArchive__lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-staffArchive__list {
    width: 46.2%;
}

.p-staffArchive__list:nth-child(n+3) {
    margin: 35px 0 0;
}

.p-staffArchive__list .p-staffArchive__img {
    width: 100%;
}

.p-staffArchive__img img {
    width: 100%;
}

.p-staffArchive__text {
    margin: 14px 0 0;
    padding: 0 5%;
}

.p-staffArchive__role {
    font-size: 1rem;
    opacity: 0.5;
    margin: 0 0 6px;
}

.p-staffArchive__title {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 1.333;
}

@media screen and (min-width: 769px) {
    .p-staffArchive {
        margin: 0 0 150px;
    }

    .p-catchStaff {
        background-image: url(images/page/staff_catch_pc.jpg);
    }

    .p-staffArchive__list {
        width: 22%;
    }

    .p-staffArchive__intro {
        display: flex;
        align-items: center;
        margin: 0 0 120px;
        padding: 70px 0;
    }

    .p-staffArchive__introImg {
        width: 45%;
        height: 500px;
    }

    .p-staffArchive__introText {
        margin: 0 0 0 80px;
        padding: 0;
    }

    .p-staffArchive__introImg {
        width: 45%;
        height: 600px;
        margin: 0;
    }

    .p-staffArchive__introText .c-text {
        font-size: 1.8rem;
    }

    .p-staffArchive__introText h3 {
        font-size: 3rem;
        margin: 0 0 40px;
    }

    .p-staffArchive__lists {
        justify-content: flex-start;
    }

    .p-staffArchive__list:nth-child(n+3) {
        margin: 0;
    }

    .p-staffArchive__list:nth-child(n+5) {
        margin: 60px 0 0;
    }

    .p-staffArchive__list:not(:nth-child(4n+4)) {
        margin-right: 4%;
    }

    .p-staffArchive__title {
        font-size: 2.2rem;
    }

    .p-staffArchive__text {
        padding: 0;
    }

    .p-staffArchive__role {
        font-size: 1.5rem;
    }
}

/*----------- staff_single -----------*/

.p-staffSingle {
    margin: 0 0 50px;
}

.p-staffSingle__intro {
    background-color: #F5F5F5;
    padding: 0 0 34px;
}

.p-staffSingle__img {
    width: 58.9%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.p-staffSingle__img img {
    width: 100%;
}

.p-staffSingle__intro {
    margin: 0 0 40px;
    position: relative;
}

.p-staffSingle__intro:before {
    content: "";
    width: 20px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.p-staffSingle__intro:after {
    content: "";
    width: 100%;
    height: 33px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.p-staffSingle__box:not(:last-child) {
    margin: 0 0 50px;
}

.p-staffSingle__box h2 {
    font-size: 1.7rem;
    line-height: 1.647;
    margin: 0 0 20px;
    padding: 0 0 13px;
    border-bottom: 1px dotted #000;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-staffSingle__boxText .c-text {
    font-size: 1.2rem;
    line-height: 2;
}

.p-staffSingle__boxImg {
    margin: 0 auto 20px;
    text-align: center;
}

.p-staffSingle__boxImg img {
    max-width: 100%;
    max-height: 373px;
}

.p-staffSingle__titleWrap {
    display: inline-block;
    background-color: #333;
    margin: -34px auto 20px;
    padding: 13px 26px 11px;
    text-align: center;
    z-index: 1;
}

.p-staffSingle__title {
    font-size: 2rem;
    letter-spacing: 0.04em;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #fff;
}

.p-staffSingle__role {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    line-height: 1.818;
    color: #fff;
}

.p-staffSingle__profile {
    width: 100%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
}

.p-staffSingle__profile table {
    width: 92.5%;
    margin: 0 auto;
    display: block;
    margin: auto;
}

.p-staffSingle__profile table tbody {
    display: block;
    width: 100%;
}

.p-staffSingle__profile table tr {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 12px 14px;
    border-bottom: 1px dotted #393939;
}

.p-staffSingle__profile table tr:first-child {
    border-top: 1px dotted #393939;
}

.p-staffSingle__profile table th {
    width: 27.1%;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
}

.p-staffSingle__profile table td {
    width: 72.9%;
    vertical-align: middle;
    line-height: 1.75;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.p-staffSingle__sns {
    width: 92%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.p-staffSingle__sns li {
    margin-top: 20px;
}

.p-staffSingle__sns li:not(:last-child) {
    margin-right: 10px;
}

.p-staffSingle__sns li a {
    display: block;
}

.p-staffSingle__sns li a img {
    width: 42px;
}

@media screen and (min-width: 769px) {
    .p-staffSingle {
        margin: 0 0 150px;
    }

    .p-staffSingle__intro {
        display: flex;
        align-items: center;
    }

    .p-staffSingle__img {
        width: 20%;
        margin: 0;
    }

    .p-staffSingle__profile {
        width: 600px;
        margin: 0 0 0 80px;
        padding: 0;
    }

    .p-staffSingle__intro {
        margin: 0 0 100px;
        padding: 0 0 85px;
        align-items: flex-end;
        justify-content: center;
    }

    .p-staffSingle__intro:before {
        width: 8%;
    }

    .p-staffSingle__intro:after {
        height: 90px;
    }

    .p-staffSingle__role {
        font-size: 1.5rem;
    }

    .p-staffSingle__profile table th {
        font-size: 1.5rem;
    }

    .p-staffSingle__profile table td {
        font-size: 1.5rem;
    }

    .p-staffSingle__title {
        font-size: 3.2rem;
    }

    .p-staffSingle__role {
        font-size: 1.6rem;
        margin: 0 0 5px;
    }

    .p-staffSingle__titleWrap {
        margin: 0 auto 30px;
    }

    .p-staffSingle__box h2 {
        font-size: 2.8rem;
        margin: 0 0 40px;
    }

    .p-staffSingle__boxImg img {
        max-height: 570px;
    }

    .p-staffSingle__boxText .c-text {
        font-size: 1.6rem;
    }

    .p-staffSingle__box:not(:last-child) {
        margin: 0 0 100px;
    }

    .p-staffSingle__boxImg {
        margin: 0 auto 40px;
    }
}

/*----------------------------------------
	request
----------------------------------------*/

.p-catchRequest {
    background-image: url(images/page/request_catch.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 320px;
    background-size: cover;
    margin: 0 0 40px;
    position: relative;
}

.p-catchRequest .p-catch__textWrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 31.25%;
}

.p-catchRequest .p-catch__jp {
    color: #000000;
}

.p-catchRequest .p-catch__en {
    color: #000000;
}

.p-catchRequest h2 {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.692;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13.125%;
}

.p-requestIntro {
    margin: 0 0 50px;
}

.p-requestIntro h2 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 0 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-requestIntro .c-text {
    font-size: 1.2rem;
    line-height: 2;
}

.p-requestCatalogue {
    padding: 30px 0 50px;
    background-color: #A4AAB5;
}

.p-requestCatalogue ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-requestCatalogue ul li {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 24px;
}

.p-requestCatalogue ul li:nth-child(n+2) {
    margin: 40px 0 0;
}

.p-requestCatalogue__img {
    width: 88.8%;
    text-align: center;
    margin: 0 auto 24px;
}

.p-requestCatalogue__img img {
    width: 100%;
}

.p-requestCatalogue__text h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 20px;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-requestCatalogue ul li .c-text {
    font-size: 1.2rem;
    line-height: 2;
}

.p-requestCatalogue .c-pageTitle p,
.p-requestCatalogue .c-pageTitle h2 {
    color: #fff;
}

@media screen and (min-width: 769px) {
    .p-requestCatalogue {
        padding: 90px 0 100px;
    }

    .p-requestCatalogue ul li {
        width: 47%;
    }

    .p-catchRequest {
        background-image: url(images/page/request_catch_pc.jpg);
        height: 500px;
        margin: 0 0 60px;
    }

    .p-catchRequest .p-catch__textWrap {
        left: 12%;
        transform: unset;
        text-align: left;
    }

    .p-catchRequest h2 {
        font-size: 1.6rem;
        left: 12%;
        bottom: 24%;
        transform: unset;
        width: auto;
        text-align: left;
    }

    .p-requestIntro .c-text {
        font-size: 1.4rem;
        text-align: center;
    }

    .p-requestIntro h2 {
        font-size: 2.4rem;
    }

    .p-requestIntro {
        margin: 0 0 80px;
    }

    .p-requestCatalogue ul li:nth-child(n+2) {
        margin: 0;
    }

    .p-requestCatalogue ul li:nth-child(n+3) {
        margin: 50px 0 0;
    }

    .p-requestCatalogue__text h3 {
        font-size: 2.2rem;
    }

    .p-requestCatalogue__img {
        width: 75%;
    }

    .p-requestCatalogue ul li .c-text {
        font-size: 1.4rem;
    }

    .p-requestCatalogue ul li {
        padding: 40px 35px;
    }
}

/*----------------------------------------
	contactform
----------------------------------------*/

/*----------- contactQuestion -----------*/

.p-contactQuestion__intro {
    margin: 20px 0 30px;
}

.p-contactQuestion__intro li {
    display: flex;
    align-items: center;
}

.p-contactQuestion__intro li:not(:last-child) {
    margin: 0 0 15px;
}

.p-contactQuestion__intro h2 {
    font-size: 1.3rem;
    line-height: 1.692;
    margin: 0 0 20px;
    text-align: center;
}

.p-contactQuestion__introImg {
    width: 29.8%;
    margin: 0 0 0 10px;
}

.p-contactQuestion__introImg img {
    width: 100%;
}

.p-contactQuestion__introText {
    margin: 0 0 0 20px;
}

.p-contactQuestion__introText span {
    display: inline-block;
    font-size: 3.4vw;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 10px;
}

.p-contactQuestion__introText h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #808080;
    margin: 0 0 2px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-contactQuestion__introNumber {
    font-size: 2rem;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background-color: #808080;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.p-contactQuestion__introNumber:before {
    content: "";
    width: 1px;
    height: 82px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -82px;
}

.p-contactQuestion__intro li:last-child .p-contactQuestion__introNumber:before {
    display: none;
}

.p-contactQuestion__button {
    width: 295px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background-color: #333333;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto 40px;
    position: relative;
}

.p-contactQuestion__button:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.p-contactQuestion__button.is-open:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 8px 4.5px;
    border-color: transparent transparent #FFFFFF transparent;
}

#p-contactQuestion__form {
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
}

@media screen and (min-width: 769px) {
    .p-contactQuestion__intro {
        margin: 50px 0 30px;
    }

    .p-contactQuestion__intro ul {
        display: flex;
    }

    .p-contactQuestion__intro ul li {
        flex-direction: column;
    }

    .p-contactQuestion__intro ul li:not(:last-child) {
        margin: 0 40px 0 0;
    }

    .p-contactQuestion__introImg {
        width: 160px;
        margin: 0 0 20px;
    }

    .p-contactQuestion__intro ul {
        justify-content: center;
    }

    .p-contactQuestion__introText {
        font-size: 1.7rem;
    }

    .p-contactQuestion__introText h3 {
        font-size: 2.6rem;
        text-align: center;
        margin: 8px 0 0;
    }

    .p-contactQuestion__introNumber {
        margin: 0 0 10px;
    }

    .p-contactQuestion__introNumber {
        display: none;
    }

    .p-contactQuestion__Number {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        max-width: 550px;
        margin: 40px auto 25px;
    }

    .p-contactQuestion__Number:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #ddd;
        top: 22px;
        left: 0;
    }

    .p-contactQuestion__Number span {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #282823;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
    }

    .p-contactQuestion__introText span {
        font-size: 1.7rem;
    }
}

/*----------- c-form -----------*/

.c-formWrap {
    background-color: #F5F5F5;
    padding: 28px 0 40px;
}

.c-form {
    background-color: #fff;
    padding: 60px 0 40px;
}

.c-formRequirements {
    margin: 0 0 30px;
}

.c-formRequirements__title {
    font-size: 1.4rem;
    line-height: 1.607;
    padding: 16px 0;
    border-radius: 5px;
    background-color: #808080;
    text-align: center;
    color: #fff;
    position: relative;
}

.c-formRequirements__box {
    display: none;
    background-color: #f5f5f5;
    padding: 20px;
}

.c-formRequirements__title:before,
.c-formRequirements__title:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 20px;
    z-index: 10;
}

.c-formRequirements__title:after {
    transform: rotate(90deg);
    transform-origin: center center;
}

.c-formRequirements__title.close:after {
    display: none;
}

@media screen and (min-width: 769px) {
    .c-form h2 {
        font-size: 2.4rem;
        margin: 0 0 30px;
    }

    .c-formRequirements__title {
        font-size: 1.8rem;
    }

    .c-formRequirements__box .c-text {
        font-size: 1.4rem;
    }
}

/*----------- table_contact -----------*/

.table_contact {
    display: block;
    width: 100%;
    margin: auto;
}

.table_contact th {
    color: #333333;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    line-height: 1.556;
    margin: 0 0 12px;
}

.table_contact th label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_address_wrap div:first-child {
    margin: 0 0 20px;
}

.table_contact tbody {
    display: block;
}

.table_contact td {
    width: 100%;
    vertical-align: middle;
    position: relative;
}

.table_contact td input.text {
    width: 100%;
    border: none;
    height: 48px;
    padding: 0 0 0 16px;
    background-color: #fff;
    font-size: 1.4rem;
    border: 1px solid #919191;
    border-radius: 3px;
}

.table_contact td.required_data input.text {
    background-color: #FFFDEF;
}

.table_contact td input[name="old"] {
    width: 215px;
}

.table_contact td .attention {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2;
    margin: 10px 0 0;
}

.mw_wp_form_confirm .table_contact td .attention {
    display: none;
}

.table_contact td textarea {
    width: 100%;
    border: none;
    height: 180px;
    padding: 20px 16px;
    border: 1px solid rgba(112, 112, 112, 0.3);
    background-color: #fff;
    font-size: 1.3rem;
    border-radius: 3px;
    font-weight: bold;
}

.table_contact td textarea::placeholder {
    color: #BABABA;
}

.table_contact td textarea.text_area_remarks {
    height: 164px;
}

.table_contact tr {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #BFBFBF;
    width: 100%;
    padding: 20px 0;
}

.table_contact tr:first-child {
    border-top: 1px solid #DDDDDD;
}

.required {
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 3px 8px;
}

.optional {
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    background-color: #A4AAB5;
    color: #fff;
    padding: 3px 8px;
}

.contact_button {
    width: 360px;
    height: 60px;
    margin: 40px auto 0;
    position: relative;
}

.contact_button input {
    background: none;
    border: none !important;
    background-color: #006FB9 !important;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}

.table_radio_wrap {
    display: flex;
    flex-direction: column;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    display: flex;
    align-items: center;
}

.table_radio_request {
    width: 100%;
}

.table_radio_request.table_radio_wrap > span {
    width: 21%;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
    width: 23px;
    height: 23px;
}

.mwform-radio-field:last-child {
    margin: 0;
}

.agree_check {
    margin-bottom: 60px;
    color: #2B3A3F;
}

.agree_check a {
    color: #5BA560;
}

.mwform-checkbox-field {
    margin: 0 40px 0 0;
}

.agree_check .mwform-checkbox-field {
    margin: 0;
}

.mw_wp_form_confirm .required,
.mw_wp_form_confirm .optional,
.mw_wp_form_confirm .agree_check {
    display: none;
}

.selectbox {
    height: 40px;
    background-color: #EDEDED;
    border: 1px solid #DDDDDD;
    padding: 0 20px;
}

input {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}

input::placeholder {
    color: #A0A0A0;
}

input[type="text"] {
    border: none;
}

input[type="text"]:focus {
    border: 1px solid #004DA0;
    outline: 0;
}

input::placeholder {
    color: #CECDCD;
}

.table_radio_wrap2 {
    display: flex;
    flex-direction: column;
    width: 81.6%;
}

.table_radio_wrap span:not(:last-child),
.table_radio_wrap2 span:not(:last-child),
.table_radio_request_wrap span:not(:last-child) {
    margin: 0 0 11px;
}

.table_contact_privacy {
    color: #006FB9;
    display: block;
    text-align: center;
    margin: 45px auto 55px;
    padding: 0 0 8px;
    font-weight: bold;
}

.table_contact_privacy span {
    border-bottom: 1px solid #006FB9;
    padding: 0 0 8px;
}

.table_time_wrap span {
    display: inline-block;
    margin: 0 0 6px;
    font-size: 1.3rem;
}

.table_contact td #date {
    width: 100%;
    border: none;
    height: 48px;
    padding: 0 0 0 10px;
    background-color: #fff;
    border: 1px solid #919191;
}

.table_contact select[name="time"],
.table_contact select[name="time2"] {
    width: 215px;
    height: 48px;
    border: 1px solid #919191;
    margin: 15px 0 0 0;
    border-radius: 3px;
}

.table_contact select[name="time"] {
    margin-bottom: 30px;
}

.table_contact td #zip {
    width: 168px;
    border: none;
    height: 48px;
    padding: 0 0 0 16px;
    background-color: #FFFDEF;
    border: 1px solid #919191;
    font-size: 1.6rem;
    border-radius: 3px;
}

.table_contact .address_wrap {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px;
}

.table_contact .address_zip,
.table_contact .address_zip p {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.address_wrap > div {
    display: flex;
    align-items: center;
}

.zip-button,
.zip-button2,
#js-zip {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border-radius: 100px;
    background-color: #3E3A39;
    margin: 0 0 0 14px;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
}

.table_contact .address_wrap select {
    width: 74.9%;
    border: none;
    height: 48px;
    padding: 0 0 0 16px;
    background-color: #fff;
    border: 1px solid #919191;
    margin: 0 10px 0 0;
    font-size: 1.6rem;
    border-radius: 3px;
}

.table_contact .address_wrap .city {
    width: 74.9%;
    border: none;
    height: 48px;
    margin: 15px 0 0;
    padding: 0 0 0 10px;
    background-color: #FFFDEF;
    border: 1px solid #919191;
    font-size: 1.4rem;
    border-radius: 3px;
}

.table_contact .address_wrap p {
    min-width: 72px;
    margin: 0 12px 0 0;
}

.table_contact input.text[name="address"],
.table_contact input.text[name="address2"] {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.4rem;
}

.table_contact input.text[name="mansion"],
.table_contact input.text[name="mansion2"] {
    width: 100%;
    font-size: 1.1rem;
}

.table_contact input.text[name="question_other1"],
.table_contact input.text[name="question_other2"],
.table_contact input.text[name="question_price1"],
.table_contact input.text[name="question_price2"],
.table_contact input.text[name="question_price3"] {
    width: 215px;
    font-size: 1.4rem;
}

.table_time_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.p-contactForm__privacy {
    background-color: #F5F5F5;
    margin: 30px 0 30px;
    padding: 25px 22px;
}

.p-contactForm__privacy span {
    color: #ED1C24;
}

.p-contactForm__campaign {
    padding: 20px;
    background-color: #3E3A39;
    font-size: 2.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-align: center;
    margin: 40px 0 70px;
}

.p-contactForm__campaign span {
    font-size: 2.1rem;
}

.c-btn-link {
    background: none;
    border: none !important;
    border-radius: 3px;
    background-color: #3E3A39 !important;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    width: 88%;
    height: 55px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

.c-btn-txt:after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 8px;
    background-image: url(images/common/button_arrow.svg);
    background-repeat: no-repeat;
    margin: 0 0 0 20px;
}

.c-formStep {
    text-align: center;
    margin: 0 auto 25px;
    background-image: url(images/page/formstep01.svg);
    width: 141px;
    height: 46px;
}

.mw_wp_form_confirm .c-formStep {
    background-image: url(images/page/formstep02.svg);
}

.mw_wp_form_input .c-formStep2 {
    display: none;
}

.mw_wp_form_preview .c-formStep1 {
    display: none;
}

.mw_wp_form_preview .c-formStep2 {
    display: block;
}

.table_radio_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.table_radio_request {
    width: 81.6% !important;
}

.table_radio_wrap span.wpcf7-list-item {
    margin: 0 0 20px;
}

.table_radio_wrap span.wpcf7-list-item:nth-last-child(-n+2) {
    margin: 0;
}

.table_radio_request span.wpcf7-list-item:nth-last-child(-n+4) {
    margin: 0;
}

.privacy-check .wpcf7-checkbox .wpcf7-list-item {
    width: 81.6%;
    display: flex;
    align-items: center;
}

.table_radio_wrap > span {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

.table_radio_wrap > .mwform-radio-field label,
.table_radio_request_wrap > .mwform-radio-field label {
    display: flex;
    align-items: center;
}

.table_radio_wrap .radio,
.table_radio_request_wrap .radio {
    width: 26px;
    height: 26px;
}

.table_radio_request_wrap {
    display: flex;
    flex-direction: column;
}

.table_radio_wrap .mwform-radio-field-text,
.table_radio_request_wrap .mwform-radio-field-text {
    margin: 0 0 0 10px !important;
}

.table_contact .select {
    width: 100%;
    height: 48px;
    border: 1px solid #919191;
}

.c-formAttention {
    width: 100%;
    font-size: 1.4rem;
    margin: 15px 0 0;
}

.mw_wp_form_preview .p-contactForm__privacy {
    display: none;
}

.mw_wp_form_preview .c-formAttention {
    display: none;
}

.mw_wp_form_preview .zip-button,
.mw_wp_form_preview .zip-button2 {
    display: none;
}

.mw_wp_form_preview .table_contact .address_wrap p {
    display: none;
}

.c-form-submit {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
}

.table_radio_request .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.table_radio_request .wpcf7-checkbox span {
    display: flex;
    align-items: center;
}

.mw_wp_form_preview .c-formStep1 {
    display: none;
}

.mw_wp_form_preview .c-formStep2 {
    display: block;
}

.mw_wp_form_input .c-form-lead-input {
    display: block;
}

.mw_wp_form_preview .c-form-lead-input {
    display: none;
}

.mw_wp_form_input .c-form-lead-preview {
    display: none;
}

.mw_wp_form_preview .c-form-lead-preview {
    display: block;
}

.c-form-lead-txt {
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.5;
}

.mw_wp_form_send_error {
    text-align: center;
}

.c-formStep .sp {
    display: none;
}

.privacy-check {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.privacy-check a {
    display: inline-block;
    color: #4496D3;
    padding: 0 0 2px;
    border-bottom: 1px solid #4496D3;
}

.table_contact td #privacy-check {
    width: 23px;
    height: 23px;
    margin: 0 7px 0;
}

.privacy-check .mwform-checkbox-field-text {
    display: none;
}

.privacy-check .mwform-checkbox-field {
    margin: 0;
}

.table_contact .event_name {
    font-size: 1.4rem;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.mw_wp_form .error {
    display: inline-block;
    width: auto;
    min-width: 120px;
    background: #ee0101;
    color: #fff;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    padding: 10px;
    border-radius: 6px;
    line-height: 140%;
    position: relative;
    z-index: 991;
    position: absolute;
    left: 0;
    bottom: -35px;
}

.mw_wp_form_confirm .table_contact td.address {
    flex-direction: row;
}

.mw_wp_form_confirm .table_contact .address_wrap {
    flex-direction: row;
}

.mw_wp_form_confirm .privacy-check label {
    display: none;
}

.mw_wp_form_confirm .privacy-check {
    flex-direction: unset;
}

.mw_wp_form_confirm .address_wrap > div:first-child {
    width: auto;
}

.mw_wp_form_confirm .c-form {
    padding: 35px 0 40px;
}

.mw_wp_form_confirm .p-contactQuestion__intro {
    display: none;
}

.mw_wp_form_confirm .c-formRequirements__title {
    display: none;
}

.mw_wp_form_confirm #p-contactQuestion__form {
    display: block;
    height: unset;
    overflow: unset;
}

.mw_wp_form_confirm .p-contactQuestion__button {
    display: none;
}

.mw_wp_form_confirm .c-formRequirements {
    display: none;
}

@media screen and (min-width: 591px) {
    .c-form {
        padding: 60px 0 80px;
    }

    .c-formStep img {
        width: 100%;
    }

    .c-form h2 {
        font-size: 3rem;
        margin: 0 0 40px;
    }

    .c-form h2:before {
        background-size: 100%;
        width: 80px;
        height: 53px;
        margin: 0 auto 18px;
    }

    .p-singleModel__reserveForm {
        padding: 0 3%;
    }

    .p-contactForm__privacy {
        padding: 35px 30px;
    }

    .p-contactForm__privacy h3 {
        font-size: 1.8rem;
    }

    .p-contactForm__campaign {
        font-size: 2.2vw;
    }

    .table_contact tr {
        padding: 25px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .table_contact th {
        width: 100%;
        margin: 0 0 12px;
    }

    .table_contact td {
        width: 100%;
        flex-wrap: wrap;
    }

    .table_contact .select {
        width: 100%;
    }

    .table_contact td .attention {
        width: 100%;
    }

    .mwform-checkbox-field input,
    .mwform-radio-field input {
        width: 20px;
        height: 20px;
    }

    .table_radio_wrap .radio,
    .table_radio_request_wrap .radio {
        width: 20px;
        height: 20px;
    }

    .table_contact .address_wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .c-formStep .pc {
        display: none;
    }

    .c-formStep .sp {
        display: block;
    }

    .table_contact td input.text {
        width: 95%;
    }

    .table_radio_wrap {
        flex-direction: column;
    }

    .table_radio_request.table_radio_wrap > span {
        width: 100%;
    }

    .zip-button,
    .zip-button2,
    #js-zip {
        font-size: 1.2rem;
        width: 110px;
        height: 40px;
    }

    .c-form-lead-txt:not(:first-child) {
        margin-top: 20px;
    }
}

@media screen and (min-width: 769px) {
    .c-form {
        width: calc(100% - 100px);
        max-width: 1380px;
        margin: 0 auto;
        padding: 90px 30px 140px;
    }

    .c-formWrap {
        padding: 70px 0 80px;
    }

    .table_contact tr {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .table_contact th label {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .table_contact th label .required,
    .table_contact th label .optional {
        font-size: 1.2rem;
        margin: 0 10px 0 0;
    }

    .table_contact td input.text {
        width: 500px;
        height: 60px;
        margin: 0 8px 0 0;
        padding: 0 0 0 10px;
        font-size: 1.6rem;
        background-color: #fff;
    }

    .table_contact td {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        width: calc(100% - 280px);
    }

    .table_contact td.address {
        flex-direction: column;
    }

    .table_contact th {
        width: 280px;
        font-size: 1.5rem;
        margin: 0;
    }

    .address_wrap > div:first-child {
        width: 400px;
    }

    .table_contact input.text[name="mansion"],
    .table_contact input.text[name="mansion2"] {
        font-size: 1.4rem;
    }

    .table_contact .address_wrap .city {
        height: 60px;
        margin: 10px 0 0;
    }

    .table_contact .address_wrap select {
        height: 60px;
    }

    .table_contact td #zip {
        width: 200px;
        height: 60px;
    }

    .privacy-check {
        font-size: 1.5rem;
    }

    .c-btn-link {
        width: 500px;
        height: 90px;
        font-size: 1.8rem;
    }

    .table_radio_wrap span:not(:last-child),
    .table_radio_wrap2 span:not(:last-child),
    .table_radio_request_wrap span:not(:last-child) {
        margin: 0 0 15px;
    }

    .p-contactForm__privacy .c-text {
        font-size: 1.4rem;
    }

    .c-formStep {
        margin: 0 auto 50px;
    }

    .table_contact select[name="time"],
    .table_contact select[name="time2"] {
        height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .table_contact td input.text {
        width: 100%;
    }
}

@media screen and (min-width: 1401px) {

    .table_contact input.text[name="address"],
    .table_contact input.text[name="address2"] {
        width: 100%;
    }

    .table_contact input.text[name="mansion"],
    .table_contact input.text[name="mansion2"] {
        width: 100%;
    }

    .table_contact td #date {
        width: 300px;
    }

    .table_contact select[name="time"] {
        width: 200px;
    }
}

@media screen and (min-width: 1601px) {
    .c-form {
        padding: 90px 50px 100px;
    }

    .c-formStep img {
        width: 100%;
    }
}

/*----------------------------------------
	campaign
----------------------------------------*/

.p-campaignIntro {
    margin: 0 0 30px;
}

.p-campaignBenefits__img:not(:last-child) {
    margin: 0 0 20px;
}

.p-campaignBenefits__img:nth-of-type(2) {
    margin: 0 0 40px;
}

.p-campaignFlow {
    margin: 0 0 45px;
}

.p-campaignFlow ul li {
    background-color: #284A66;
    border-radius: 5px;
    padding: 22px 22px 26px;
    position: relative;
}

.p-campaignFlow ul li:not(:last-child) {
    margin: 0 0 34px;
}

.p-campaignFlow ul li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 24px 0 24px;
    border-color: #284A66 transparent transparent transparent;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.p-campaignFlow ul li:last-child:after {
    display: none;
}

.p-campaignFlow ul li:before {
    content: "";
    width: 47px;
    height: 51px;
    position: absolute;
    top: -9px;
    left: 20px;
}

.p-campaignFlow ul li:nth-of-type(1):before {
    background-image: url(images/page/campaign_flow01.svg);
}

.p-campaignFlow ul li:nth-of-type(2):before {
    background-image: url(images/page/campaign_flow02.svg);
}

.p-campaignFlow ul li:nth-of-type(3):before {
    background-image: url(images/page/campaign_flow03.svg);
}

.p-campaignFlow ul li h3 {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    color: #fff;
    margin: 0 0 12px;
    text-align: center;
}

.p-campaignFlow ul li .c-text {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    color: #fff;
}

.p-campaignIntro h2 {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    line-height: 1.571;
    margin: -12px 0 0;
    padding: 17px 0;
    border-radius: 100px;
    background-color: #284A66;
    border: 2px solid #fff;
    text-align: center;
    color: #F8EC02;
    position: relative;
    z-index: 1;
}

.p-campaignBenefits {
    margin: 0 0 40px;
}

@media screen and (min-width: 1025px) {
    .p-campaignFlow ul {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .p-campaignFlow ul li {
        width: 31%;
        height: 200px;
        padding: 30px 20px;
    }

    .p-campaignFlow ul li .c-text {
        font-size: 1.5rem;
    }

    .p-campaignFlow ul li:before {
        width: 54px;
        height: 58px;
        background-size: 100%;
    }

    .p-campaignFlow ul li h3 {
        font-size: 2.5rem;
        margin: 0 0 22px;
    }

    .p-campaignFlow ul li:after {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #284A66;
        top: 50%;
        bottom: 50%;
        left: auto;
        right: -8%;
        transform: translateY(-50%);
    }

    .p-campaignBenefits__img:not(:last-child) {
        margin: 0 0 80px;
    }
}

@media screen and (min-width: 769px) {
    .p-campaignBenefits {
        margin: 0 0 120px;
    }

    .p-campaignIntro h2 {
        width: 86%;
        font-size: 3rem;
        margin: -22px auto 0;
    }

    .p-campaignIntro {
        margin: 0 0 120px;
    }
}

/*----------------------------------------
	member
----------------------------------------*/

.p-memberIntro {
    background-color: #F5F5F5;
    margin: 0 0 20px;
    padding: 0 0 40px;
    position: relative;
}

.p-memberIntro:before {
    content: "";
    width: 100%;
    height: 94px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}

.p-memberIntro__title {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.711;
    margin: 0 0 35px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-memberIntro__title span {
    display: inline-block;
    background-color: #333;
    padding: 0 14px;
    color: #fff;
}

.p-memberIntro ul {
    display: flex;
    flex-direction: column;
}

.p-memberIntro ul li {
    width: 100%;
}

.p-memberIntro ul li:nth-child(n+2) {
    margin: 40px 0 0;
}

.p-memberIntro ul li h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-memberIntro ul li .c-text {
    font-size: 1.2rem;
    line-height: 1.833;
    text-align: center;
}

.p-memberIntro__img {
    width: 75%;
    margin: 0 auto 20px;
    position: relative;
}

.p-memberIntro__img img {
    width: 100%;
    border-radius: 10px;
}

.p-memberIntro__number {
    width: 59px;
    text-align: center;
    margin: 0 auto -24px;
    position: relative;
    z-index: 1;
}

.p-memberIntro__number img {
    width: 100%;
}

.p-memberLogin {
    margin: 0 0 50px;
}

.p-memberLogin .c-text {
    text-align: center;
    margin: 0 0 10px;
}

@media screen and (min-width: 591px) and (max-width: 768px) {
    .p-memberIntro__title {
        font-size: 3.2rem;
    }

    .p-memberIntro__number {
        width: 65px;
    }

    .p-memberIntro ul li h2 {
        font-size: 2.4rem;
    }

    .p-memberIntro ul li .c-text {
        font-size: 2.4rem;
    }

    .p-memberIntro:before {
        height: 200px;
        top: -200px;
    }

    .p-memberIntro {
        padding: 70px 0;
        margin: 0 0 80px;
    }
}

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

    .page-id-5892 .p-catch {
        margin-bottom: 0;
    }

    .p-memberIntro {
        padding: 110px 0;
        margin: 0 0 100px;
    }

    .p-memberIntro:before {
        height: 282px;
        top: 0;
    }

    .p-memberIntro__title {
        font-size: 3.8rem;
        margin: 0 0 65px;
    }

    .p-memberIntro ul {
        flex-direction: row;
        justify-content: space-between;
    }

    .p-memberIntro ul li {
        width: 31%;
        margin: 0;
    }

    .p-memberIntro ul li h2 {
        font-size: 2.7rem;
        margin: 0 0 30px;
    }

    .p-memberIntro ul li .c-text {
        font-size: initial;
    }

    .p-memberIntro__img {
        width: 100%;
        margin: 0 0 50px;
    }

    .p-memberIntro ul li:nth-child(n+2) {
        margin: 0;
    }

    .p-memberIntro ul li {
        width: 29%;
    }

    .p-memberIntro__number {
        width: 75px;
    }

    .p-memberLogin {
        margin: 0 0 100px;
    }
}

/*----------------------------------------
	login
----------------------------------------*/

.page-id-5907 .p-catch {
    margin: 0;
}

.p-loginMember {
    margin: 0 0 40px;
    padding: 40px 0;
    background-color: #F5F5F5;
}

.p-loginMember .c-text {
    margin: 0 0 30px;
}

.um-misc-img {
    margin: 0 0 10px;
}

.um-misc-ul {
    text-align: center;
}

.um-misc-ul li:not(:last-child) {
    margin: 0 0 10px;
}

.um-form {
    margin: 40px 0 50px;
}

.um-logout {
    display: none !important;
}

.um-5889.um {
    max-width: 800px !important;
}

.um a.um-button,
.um a.um-button.um-disabled:active,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:hover,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus {
    background: #808080 !important;
    width: 100% !important;
    padding: 18px 0;
    border-radius: 5px;
}

.page-id-5913 .p-page {
    margin: 0 0 120px;
}

.page-id-5913 .um-field-block {
    line-height: 1.5;
}

.um-field-checkbox-option,
.um-field-radio-option {
    font-weight: 700;
    color: #333 !important;
}

.um-field-label label {
    font-weight: 700;
    color: #333 !important;
}

a.um-link-alt {
    font-size: 1.4rem;
    display: inline-block !important;
    color: #3E3A39;
    text-align: left !important;
    border-bottom: 1px solid #3E3A39 !important;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.um-field-checkbox-option,
.um-field-radio-option {
    font-size: 1.4rem;
    color: #3E3A39;
}

.um-field {
    padding: 25px 0 0 0 !important;
}

.um-field:first-child {
    padding: 0 !important;
}

@media screen and (min-width: 769px) {
    .p-loginMember {
        margin: 0;
        padding: 70px 0;
    }

    .um-form {
        margin: 80px 0;
    }
}

/*----------------------------------------
	reserve
----------------------------------------*/

.p-reserveCatch {
    width: 100%;
    height: 562px;
    background-image: url(images/page/reserve_catch.jpg);
    position: relative;
    margin: 0 0 32px;
    background-size: cover;
}

.p-reserveCatch .p-catch__textWrap {
    position: absolute;
    top: 21.7%;
    left: 50%;
    transform: translateX(-50%);
}

.p-reserveCatch__banar {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .p-reserveCatch {
        height: 800px;
        background-image: url(images/page/reserve_catch_pc.jpg);
        margin: 0 0 70px;
    }

    .p-reserveCatch__banar {
        bottom: 110px;
    }
}

/*----------- reserveIntro -----------*/

.p-reserveIntro {
    text-align: center;
    margin: 0 0 40px;
}

.p-reserveIntro h2 {
    margin: 0 0 26px;
}

.p-reserveIntro__img {
    width: 100%;
}

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

    .p-reserveIntro {
        margin: 0 0 80px;
    }

    .p-reserveIntro h2 {
        margin: 0 0 40px;
    }
}


/*----------- reserveOpen -----------*/

.p-reserveOpen {
    margin: 0 0 35px;
}

.p-reserveOpen h2 {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding: 25px 0;
    background-color: #333;
    line-height: 1.7;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .p-reserveOpen h2 {
        font-size: 3rem;
    }

    .p-reserveOpen__slider .slick-slide {
        height: 600px;
        object-fit: cover;
    }

    .p-reserveOpen {
        margin: 0 0 100px;
    }
}

/*----------- reserveQuestion -----------*/

.p-reserveQuestion {
    margin: 0 0 40px;
}

.p-reserveQuestion__en {
    font-size: 3rem;
    margin: 0 0 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}

.p-reserveQuestion h2 {
    font-size: 1.8rem;
    line-height: 1.867;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    margin: 0 0 26px;
    text-align: center;
}

.p-reserveQuestion ul li {
    display: flex;
    align-items: center;
}

.p-reserveQuestion ul li:not(:last-child) {
    margin: 0 0 15px;
}

.p-reserveQuestion ul li span {
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    border: 1px solid #808080;
    color: #808080;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.p-reserveQuestion ul li h3 {
    font-size: 1.5rem;
    line-height: 1.867;
    letter-spacing: 0.06em;
    font-weight: 400;
}

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

    .p-reserveQuestion {
        margin: 0 0 100px;
    }

    .p-reserveQuestion__en {
        font-size: 5rem;
    }

    .p-reserveQuestion h2 {
        font-size: 3.5rem;
    }

    .p-reserveQuestion ul li h3 {
        font-size: 2.2rem;
    }

    .p-reserveQuestion ul {
        width: 530px;
        margin: 0 auto;
    }
}

/*----------- reserveStaff -----------*/

.p-reserveStaff {
    background-color: #333;
    padding: 30px 0 40px;
}

.p-reserveStaff__en {
    font-size: 3.2rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    margin: 0 0 25px;
    text-align: center;
}

.p-reserveStaff h2 {
    font-size: 1.8rem;
    margin: 0 0 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.p-reserveStaff .c-text {
    font-size: 1.2rem;
    line-height: 2.167;
    color: #fff;
    margin: 0 0 30px;
    text-align: center;
}

.p-reserveStaff__list {
    width: 140px;
    margin: 0 4px;
}

.p-reserveStaff__img img {
    width: 100%;
}

.p-reserveStaff__text {
    margin: 11px 0 0;
}

.p-reserveStaff__role {
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin: 0 0 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #fff;
}

.p-reserveStaff__title {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .p-reserveStaff h2 {
        font-size: 3.5rem;
    }

    .p-reserveStaff {
        padding: 80px 0 90px;
    }

    .p-reserveStaff__list {
        margin: 0 22px;
    }

    .p-reserveStaff__role {
        font-size: 1.4rem;
        margin: 0 0 10px;
    }

    .p-reserveStaff__title {
        font-size: 2.2rem;
        letter-spacing: 0.05em;
    }

    .p-reserveStaff .c-text {
        font-size: 1.6rem;
        margin: 0 0 60px;
    }

    .p-reserveStaff__en {
        font-size: 5rem;
    }

    .p-reserveStaff h2 {
        margin: 0 0 40px;
    }

    .p-reserveStaff__text {
        margin: 20px 0 0;
    }
}

/*----------- reserveContact -----------*/

.p-reserveContact {
    background-color: #A4AAB5;
    margin: 0 0 32px;
    padding: 50px 0;
}

.p-reserveContact h2 {
    font-size: 1.8rem;
    margin: 0 0 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.p-reserveContact .c-text {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 2;
}

.p-reserveContact__img {
    margin: 50px 0 0;
}

.p-reserveContact__img img {
    width: 100%;
}

.p-reserveContact02 {
    padding-bottom: 0;
}

@media screen and (min-width: 769px) {
    .p-reserveContact h2 {
        font-size: 3.5rem;
        margin: 0 0 30px;
    }

    .p-reserveContact .c-text {
        font-size: 1.5rem;
        margin: 0 0 40px;
    }

    .p-reserveContact {
        margin: 0 0 120px;
        padding: 70px 0;
    }
}

/*----------- reservePoint -----------*/

.p-reservePoint {
    margin: 0 0 60px;
}

.p-reservePoint__intro {
    margin: 0 0 40px;
}

.p-reservePoint__title {
    margin: 0 0 20px;
}

.p-reservePoint__title h2 {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-reservePoint__title h2 span {
    font-size: 2.5rem;
    color: #808080;
}

.p-reservePoint__en {
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 15px;
    text-align: center;
}

.p-reservePoint__intro ul li {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding: 17px 5px 17px 16px;
}

.p-reservePoint__intro ul li:not(:last-child) {
    margin: 0 0 11px;
}

.p-reservePoint__intro ul li span {
    font-size: 2.1rem;
    color: #808080;
    margin: 0 15px 0 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-reservePoint__list:not(:last-child) {
    margin: 0 0 50px;
}

.p-reservePoint__listImg {
    width: 94.6%;
    height: 174px;
    margin: 0 0 14px;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-reservePoint__list:nth-of-type(1) .p-reservePoint__listImg {
    margin-right: auto;
    background-image: url(images/page/reserve_point_sp01.jpg);
}

.p-reservePoint__list:nth-of-type(2) .p-reservePoint__listImg {
    margin-left: auto;
    background-image: url(images/page/reserve_point_sp02.jpg);
}

.p-reservePoint__list:nth-of-type(3) .p-reservePoint__listImg {
    margin-right: auto;
    background-image: url(images/page/reserve_point_sp03.jpg);
}

.p-reservePoint__list h2 {
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 0 0 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    display: flex;
    align-items: center;
}

.p-reservePoint__list h2 span {
    font-size: 2.6rem;
    color: #808080;
    display: inline-block;
    margin: 0 16px 0 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.p-reservePoint__listText {
    width: 100%;
    padding: 0 5%;
}

.p-reservePoint__listText h3 {
    font-size: 1.5rem;
    line-height: 2.133;
    margin: 0 0 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-reservePoint__listText .c-text {
    font-size: 1.3rem;
    line-height: 2;
}

@media screen and (min-width: 769px) {
    .p-reservePoint__en {
        font-size: 5rem;
    }

    .p-reservePoint__title h2 {
        font-size: 3.5rem;
    }

    .p-reservePoint__title h2 span {
        font-size: 5.6rem;
    }

    .p-reservePoint__title {
        margin: 0 0 50px;
    }

    .p-reservePoint__intro ul {
        width: 880px;
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }

    .p-reservePoint__intro ul li {
        width: calc((100% - 20px) / 3);
        margin-right: 20px;
        padding: 0;
        height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 1.8rem;
        line-height: 1.3;
        text-align: center;
    }

    .p-reservePoint__intro ul li:not(:last-child) {
        margin: 0 20px 0 0;
    }

    .p-reservePoint__intro ul li span {
        margin: 0 0 5px 0;
    }

    .p-reservePoint__listWrap {
        display: flex;
        align-items: center;
    }

    .p-reservePoint__list:nth-of-type(even) .p-reservePoint__listWrap {
        flex-direction: row-reverse;
    }

    .p-reservePoint__listText {
        width: 47%;
        padding: 0;
    }

    .p-reservePoint__lists {
        padding: 0 6%;
    }

    .p-reservePoint__listImg {
        width: 48%;
        height: 500px;
    }

    .p-reservePoint__list .pc_none {
        display: none;
    }

    .p-reservePoint__listText .c-text {
        font-size: 1.5rem;
    }

    .p-reservePoint__listText h3 {
        font-size: 2.6rem;
        line-height: 1.6;
        margin: 0 0 25px;
    }

    .p-reservePoint__list h2 {
        font-size: 2rem;
    }
}

/*----------- reserveModel -----------*/

.p-reserveModel__banar {
    margin: 0 0 40px;
}

@media screen and (min-width: 769px) {
    .p-reserveModel__banar {
        text-align: center;
        margin: 0 0 100px;
    }
}

/*----------- reserveMerit -----------*/

.p-reserveMerit {
    background-color: #F5F5F5;
    padding: 30px 0 0;
}

.p-reserveMerit h2 {
    font-size: 1.9rem;
    margin: 0 0 28px;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-reserveMerit h2 span {
    font-size: 2.6rem;
    color: #808080;
}

.p-reserveMerit li {
    width: 100%;
    height: 279px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.p-reserveMerit li:nth-of-type(1) {
    background-image: url(images/page/reserve_merit_sp01.jpg);
}

.p-reserveMerit li:nth-of-type(2) {
    background-image: url(images/page/reserve_merit_sp02.jpg);
}

.p-reserveMerit li:nth-of-type(3) {
    background-image: url(images/page/reserve_merit_sp03.jpg);
}

.p-reserveMerit li:nth-of-type(4) {
    background-image: url(images/page/reserve_merit_sp04.jpg);
}

.p-reserveMerit li span {
    font-size: 2.6rem;
    margin: 0 0 14px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #fff;
}

.p-reserveMerit li h3 {
    font-size: 1.8rem;
    margin: 0 0 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

.p-reserveMerit li .c-text {
    font-size: 1.3rem;
    line-height: 2;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .p-reserveMerit ul {
        display: flex;
        flex-wrap: wrap;
    }

    .p-reserveMerit ul li {
        width: 50%;
        height: 400px;
    }

    .p-reserveMerit h2 {
        font-size: 3.5rem;
        margin: 0 0 50px;
    }

    .p-reserveMerit {
        padding: 70px 0 0;
    }

    .p-reserveMerit h2 span {
        font-size: 5.6rem;
    }

    .p-reserveMerit li .c-text {
        font-size: 1.5rem;
        text-align: center;
    }

    .p-reserveMerit li h3 {
        font-size: 2.8rem;
    }

    .p-reserveMerit li span {
        font-size: 3rem;
    }
}

/*----------- reserveRanking -----------*/

.p-reserveRanking {
    background-color: #333333;
    padding: 40px 0 50px;
}

.p-reserveRanking__img {
    width: 89.5%;
    margin: 0 auto 26px;
}

.p-reserveRanking__img img {
    width: 100%;
}

.p-reserveRanking h2 {
    font-size: 1.8rem;
    color: #fff;
    margin: 0 0 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-reserveRanking h3 {
    font-size: 2.3rem;
    color: #EBD350;
}

.p-reserveRanking h3 span {
    font-size: 6.5rem;
}

@media screen and (min-width: 769px) {
    .p-reserveRanking {
        padding: 60px 0 80px;
    }

    .p-reserveRanking__img {
        width: 33.5%;
    }

    .p-reserveRanking h2 {
        font-size: 3.5rem;
        margin: 0 0 25px;
    }

    .p-reserveRanking h3 {
        font-size: 3.5rem;
        text-align: center;
    }

    .p-reserveRanking h3 span {
        font-size: 8rem;
    }
}

/*----------- reserveVoice -----------*/

.p-reserveVoice {
    margin: 0 0 70px;
}

.p-reserveVoice h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.7;
    margin: 0 0 30px;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .p-reserveVoice {
        margin: 0 0 120px;
    }

    .p-reserveVoice h3 {
        font-size: 3.5rem;
        margin: 0 0 40px;
    }
}

/*----------- reserveModel -----------*/

.p-reserveModel__title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-reserveModel .p-modelhouseArchive li:not(:last-child) {
    margin: 0 0 20px;
}

@media screen and (min-width: 769px) {
    .p-reserveModel__title {
        font-size: 3rem;
        margin: 0 0 40px;
    }
}

/*----------------------------------------
	404 not found
----------------------------------------*/

.p-catch__404 {
    background-image: url(images/page/404_catch.jpg);
}

.error404 .c-button {
    margin: auto;
}

/*----------------------------------------
	concept
----------------------------------------*/

/*----------- conceptIntro -----------*/

.p-conceptIntro {
    margin: 0 0 40px;
}

.p-conceptIntro h2 {
    font-size: 1.6rem;
    margin: 0 0 20px;
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-conceptIntro .c-text {
    font-size: 1.2rem;
    line-height: 2;
}

.p-conceptIntro__wrap {
    padding: 0 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
    .p-conceptIntro h2 {
        font-size: 3rem;
        margin: 0 0 30px;
    }

    .p-conceptIntro__wrap {
        padding: 0 0 40px;
    }

    .p-conceptIntro {
        margin: 0 0 70px;
    }

    .p-conceptIntro .c-text {
        text-align: center;
        font-size: 1.5rem;
    }
}


/*----------- conceptBox__intro -----------*/

.p-conceptBox__introText .c-text {
    font-size: 1.2rem;
    line-height: 2;
}

.p-conceptBox__introText {
    margin: 0 0 30px;
}

.p-conceptBox__intro {
    margin: 0 0 40px;
}

.p-conceptBox__introImg {
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-conceptBox__introImg2 {
    width: 100%;
    margin: 0 0 25px;
}

.p-conceptBox__introImg2 img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .p-conceptBox__intro {
        margin: 0 0 90px;
    }

    .p-conceptBox__introText .c-text {
        text-align: center;
        font-size: 1.5rem;
    }

    .p-conceptBox__introImg {
        height: 500px;
    }

    .p-conceptBox__introText {
        margin: 0 0 80px;
    }

    .p-conceptBox__introImg2 {
        margin: 0 0 50px;
    }

    .p-conceptBox__introImg2 img {
        height: 400px;
        object-fit: cover;
    }
}

/*----------- conceptBox -----------*/

.p-conceptBox__bg {
    margin: 0 0 40px;
    padding: 35px 0;
    background-color: #F0F0F0;
}

.p-conceptBox__bg .p-conceptBox {
    margin: 0;
}

.p-conceptBox__text h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 20px;
}

.p-conceptBox__text .c-text {
    font-size: 1.2rem;
    line-height: 2;
}

.p-conceptBox__img {
    width: 100%;
    margin: 0 0 25px;
}

.p-conceptBox__img img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .p-conceptBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .p-conceptBox__img {
        width: 47%;
    }

    .p-conceptBox__text {
        width: 48%;
    }

    .p-conceptBox__text .c-text {
        font-size: 1.5rem;
    }

    .p-conceptBox__text h2 {
        font-size: 2.6rem;
    }

    .p-conceptBox__bg {
        margin: 0 0 100px;
        padding: 90px 0;
    }
}

/*----------- conceptBlock -----------*/

.p-conceptBlock {
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}

.p-conceptBlock:before {
    content: "";
    width: 90%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.p-conceptBlock__last {
    padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
    .p-conceptBlock {
        margin-bottom: 70px;
        padding-bottom: 70px;
    }
}

/*----------- conceptBox__point -----------*/

.p-conceptBox__point {
    background-color: #F0F0F0;
}

.p-conceptBox__pointImg {
    width: 76.1%;
    margin: 0 0 22px;
}

.p-conceptBox__pointImg img {
    width: 100%;
}

.p-conceptBox__pointText {
    padding: 0 19px 40px;
}

.p-conceptBox__pointText h2 {
    border-left: 5px solid #808080;
    margin: 0 0 18px;
    padding: 0 0 0 12px;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media screen and (min-width: 769px) {
    .p-conceptBox__point {
        display: flex;
        align-items: center;
    }

    .p-conceptBox__pointImg {
        width: 29%;
    }

    .p-comfortableInsultation .p-conceptBox__pointImg {
        margin-left: auto;
    }

    .p-conceptBox__pointText {
        width: 67%;
        padding: 0 0 40px 60px;
    }

    .p-conceptBox__pointText h2 {
        font-size: 2.2rem;
        margin: 0 0 18px;
    }
}

/*----------- conceptOther -----------*/

.p-conceptOther {
    background-color: #F0F0F0;
    padding: 38px 0 40px;
}

.p-conceptOther ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-conceptOther ul li {
    width: 46.2%;
}

.p-conceptOther ul li:nth-child(n+3) {
    margin: 46px 0 0;
}

.p-conceptOther ul li figcaption {
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin: 10px 0 0;
}

.p-conceptOther ul li figcaption span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 3px;
}

.p-conceptOther__img img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .p-conceptOther ul li {
        width: 22%;
    }

    .p-conceptOther ul li:nth-child(n+3) {
        margin: 0;
    }

    .p-conceptOther ul li figcaption {
        font-size: 1.8rem;
    }

    .p-conceptOther ul li figcaption span {
        font-size: 1.4rem;
    }

    .p-conceptOther ul li figcaption {
        margin: 20px 0 0;
    }

    .p-conceptOther {
        padding: 80px 0 100px;
    }
}

/*----------- concept -----------*/

.page-id-6251 .p-catch {
    margin: 0;
}

.p-concept {
    padding: 40px 0 0;
    background-color: #333333;
}

.p-concept .p-conceptIntro h2 {
    color: #fff;
    text-align: center;
}

.p-concept .p-conceptIntro p {
    color: #fff;
}

.p-conceptReason {
    background-color: #333;
    margin: 0 0 50px;
}

.p-conceptReason .c-pageTitle {
    margin: 0 0 30px;
}

.p-conceptReason .c-pageTitle p {
    color: #fff;
}

.p-conceptReason .c-pageTitle h2 {
    color: #fff;
}

.p-conceptReason__bg {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 40px;
    background-image: url(images/page/concept_reason_bg.jpg);
    opacity: 0.6;
}

.p-conceptReason ul li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.p-conceptReason ul li:not(:last-child) {
    margin: 0 0 50px;
}

.p-conceptReason ul li a {
    display: block;
}

.p-conceptReason__text h2 span {
    color: #fff;
    font-size: 1.3rem;
    display: block;
    margin: 0 0 15px;
}

.p-conceptReason__text h2 {
    color: #fff;
    font-size: 1.9rem;
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border-bottom: 1px solid rgba(225, 225, 225, 0.31);
}

.p-conceptReason__text .c-text {
    font-size: 1.2rem;
    line-height: 2;
    color: #fff;
}

.p-conceptReason__number {
    color: #fff;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 0 15px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.p-conceptReason__img {
    margin: 0 0 12px;
    margin: 0 0 12px;
}

.p-conceptReason ul li:nth-of-type(odd) .p-conceptReason__img {
    position: relative;
    left: 6%;
}

.p-conceptReason ul li:nth-of-type(even) .p-conceptReason__img {
    position: relative;
    right: 6%;
}

.p-conceptOnline {
    background-color: #fff;
    margin: 0 0 50px;
    padding: 50px 0 0;
}

.p-conceptOnline img {
    width: 100%;
}

.p-concept .p-conceptIntro__wrap {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.p-conceptReason__button {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 20px 0 0;
    color: #fff;
}

.p-conceptReason__button:after {
    content: "";
    background-image: url(images/common/button_arrow03.svg);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 8px;
}

.p-conceptOnline__sp a,
.p-conceptOnline__pc a {
    display: block;
}

@media screen and (min-width: 769px) {
    .p-concept {
        padding: 80px 0 0;
    }

    .p-conceptReason__bg {
        width: 100%;
        height: 400px;
        background-image: url(images/page/concept_reason_bg_pc.jpg);
        margin: 0 0 90px;
    }

    .p-conceptReason ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .p-conceptReason__img {
        width: 46%;
    }

    .p-conceptReason__img img {
        width: 100%;
    }

    .p-conceptReason__text {
        width: 48%;
    }

    .p-conceptReason ul li:nth-of-type(odd) .p-conceptReason__img {
        position: unset;
    }

    .p-conceptReason ul li:nth-of-type(even) .p-conceptReason__img {
        position: unset;
    }

    .p-conceptReason ul li:nth-of-type(even) a {
        flex-direction: row-reverse;
    }

    .p-conceptReason__text h2 span {
        font-size: 1.8rem;
    }

    .p-conceptReason__text h2 {
        font-size: 2.8rem;
        margin: 0px 0 25px;
        padding: 0 0 20px;
    }

    .p-conceptReason__text .c-text {
        font-size: 1.5rem;
    }

    .p-conceptReason__number {
        width: 40px;
        height: 40px;
    }

    .p-conceptOnline__sp {
        display: none;
    }

    .p-conceptReason__button {
        font-size: 2rem;
        margin: 45px 0 0;
    }
}

/*----------- health -----------*/

.p-healthWall .p-conceptBox__bg {
    padding-bottom: 165px;
}

.p-healthShikkui {
    margin: -135px 0 40px;
    padding: 20px 18px 0;
    background-color: #fff;
}

.p-healthShikkui__img {
    width: 100%;
    margin: 0 0 20px;
}

.p-healthShikkui__img img {
    width: 100%;
}

.p-healthShikkui__title {
    margin: 0 0 14px;
}

.p-healthShikkui__title img {
    width: 100%;
}

.p-healthEnvironment .p-conceptBox__introImg {
    background-image: url(images/page/health_environment_bg.jpg);
}

.p-healthSmell .p-conceptBox__introImg {
    background-image: url(images/page/health_smell_bg.jpg);
}

.p-healthProtection .p-conceptBox__introImg {
    background-image: url(images/page/health_protection_bg.jpg);
}

@media screen and (min-width: 769px) {
    .p-healthShikkui {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 45px 50px 0;
    }

    .p-healthShikkui__img {
        width: 48%;
    }

    .p-healthShikkui__text {
        width: 44%;
    }

    .p-healthShikkui__title {
        margin: 0 0 30px;
    }

    .p-healthEnvironment .p-conceptBox__introImg {
        background-image: url(images/page/health_environment_bg_pc.jpg);
    }

    .p-healthSmell .p-conceptBox__introImg {
        background-image: url(images/page/health_smell_bg_pc.jpg);
    }

    .p-healthProtection .p-conceptBox__introImg {
        background-image: url(images/page/health_protection_bg_pc.jpg);
    }

    .p-healthEnvironment .p-conceptBox__img {
        width: 40%;
    }

    .p-healthWall .p-conceptBox__bg {
        padding-bottom: 130px;
    }
}

/*----------- comfortable -----------*/

.p-comfortableInsultation {
    position: relative;
}

.p-comfortableInsultation .p-conceptBox__bg {
    margin: 0;
}

.p-comfortableInsultation:after {
    content: "";
    width: 100%;
    height: 348px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-comfortableInsultation .p-conceptBox__introImg {
    background-image: url(images/page/comfortable_insultation_bg.jpg);
}

.p-comfortableInsultation .p-conceptBox__intro {
    margin: 0;
}

.p-comfortableInsultation .p-conceptBox__point {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.p-comfortableInsultation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.p-comfortableInsultation ul li {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-color: #F0F0F0;
    line-height: 1.333;
    text-align: center;
    border-radius: 50%;
}

.p-comfortableInsultation .p-conceptBox__pointImg {
    margin-left: auto;
}

.p-comfortableInsultation ul li:not(:nth-child(3n+3)) {
    margin-right: 13px;
}

.p-comfortableInsultation .p-conceptBox {
    margin: 0 0 40px;
}

.p-comfortableInsultation .p-conceptBox__bg {
    padding: 35px 0 0;
}

.p-insultation__title span {
    width: 122px;
    display: block;
    font-size: 1.6rem;
    margin: 12px 0 0;
    padding: 2px 0;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    text-align: center;
}

.p-comfortableTemperture .p-conceptBox__introImg {
    background-image: url(images/page/comfortable_temperture_bg.jpg);
}

.p-insulationFiber__point {
    font-size: 1.3rem;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 12px;
    padding: 8px 0 8px 6px;
    background-color: #333;
}

.p-comfortableTemperture ul {
    margin: 30px auto 40px;
    text-align: center;
}

.p-comfortableTemperture ul li:not(:last-child) {
    margin: 0 0 12px;
}

.p-comfortableTemperture ul li {
    margin-left: auto;
    margin-right: auto;
}

.p-comfortableTemperture {
    margin: 0 0 40px;
}

.p-comfortableTemperture .p-conceptBox__pointImg {
    margin-left: auto;
    margin-right: auto;
}

.p-comfortableWarm .p-conceptBox__introImg {
    background-image: url(images/page/comfortable_heat_bg.jpg);
}

.p-comfortableWarm .p-conceptBox__intro {
    margin: 0;
}

.p-comfortableWarm .p-conceptBox:not(:last-child) {
    margin: 0 0 40px;
}

.p-comfortableHeatshock {
    margin: 0 0 50px;
}

.p-comfortableHeatshock .p-conceptBox__introImg {
    background-image: url(images/page/comfortable_heatshock_bg.jpg);
}

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

    .p-comfortableInsultation .p-conceptBox__bg {
        padding: 80px 0 0;
    }

    .p-comfortableInsultation .p-conceptBox__point {
        display: flex;
        flex-direction: row-reverse;
    }

    .p-comfortableInsultation ul li {
        font-size: 1.8rem;
        width: 120px;
        height: 120px;
    }

    .p-comfortableInsultation ul li:not(:last-child) {
        margin-right: 22px;
    }

    .p-comfortableInsultation .p-conceptBox__introImg {
        background-image: url(images/page/comfortable_insultation_bg_pc.jpg);
    }

    .p-comfortableTemperture .p-conceptBox__introImg {
        background-image: url(images/page/comfortable_temperture_bg_pc.jpg);
    }

    .p-comfortableWarm .p-conceptBox__introImg {
        background-image: url(images/page/comfortable_heat_bg_pc.jpg);
    }

    .p-comfortableHeatshock .p-conceptBox__introImg {
        background-image: url(images/page/comfortable_heatshock_bg_pc.jpg);
    }

    .p-comfortableTemperture .p-conceptBox__pointText {
        padding: 0 60px 40px 0;
    }

    .p-comfortableTemperture ul {
        display: flex;
        justify-content: space-between;
    }

    .p-comfortableTemperture ul li {
        width: 32%;
        margin-left: 0;
        margin-right: 0;
    }

    .p-comfortableTemperture ul li img {
        width: 100%;
    }

    .p-insulationFiber__point {
        padding: 15px 0 15px 15px;
    }

    .p-insultation__title span {
        width: 130px;
        font-size: 1.5rem;
    }
}

/*----------- performance -----------*/

.p-performance .p-conceptIntro__wrap {
    padding: 0;
    border-bottom: none;
}

.p-performanceLong .p-conceptBox__introImg2 {
    opacity: 0.68;
}

.p-performanceLong .c-pageTitle p {
    color: #fff;
}

.p-performanceLong .c-pageTitle h2 {
    color: #fff;
}

.p-performanceLong .c-text {
    color: #fff;
}

.p-performanceLong__pointTitle {
    background-color: #fff;
    margin: 0 0 20px;
    padding: 7px 0;
    text-align: center;
}

.p-performanceLong {
    background-color: #808080;
    margin: 0 0 40px;
    padding: 30px 0 40px;
}

.p-performanceLong__pointTitle {
    font-size: 1.9rem;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #3E3A39;
}

.p-performanceLong__pointTitle span {
    font-size: 1.4rem;
    margin: 0 8px 0 0;
}

.p-performanceLong__pointImg img {
    width: 100%;
}

.p-performanceLong__point:not(:last-child) {
    margin: 0 0 50px;
}

.p-performanceLong__pointText {
    margin: 0 0 20px;
}

.p-performanceResistant {
    margin: 0 0 50px;
}

.p-performanceResistant .p-conceptBox__introImg {
    background-image: url(images/page/performance_resistant_bg.jpg);
}

.p-performanceResistant .p-performanceLong__pointTitle {
    background-color: #000;
    color: #fff;
}

.p-performanceMonocoque {
    background-color: #525252;
    margin: 0 0 40px;
    padding: 30px 0 40px;
}

.p-performanceMonocoque__title {
    font-size: 2rem;
    line-height: 1.556;
    margin: 0 0 20px;
    color: #fff;
    text-align: center;
}

.p-performanceMonocoque__title span {
    display: block;
    width: 172px;
    font-size: 1.3rem;
    border-radius: 2px;
    margin: 0 auto 12px;
    padding: 0 0 12px;
    padding: 8px 7px;
    border: 1px solid #fff;
    color: #fff;
}

.p-performanceMonocoque__pointText {
    margin: 0 0 18px;
}

.p-performanceMonocoque__pointText h2 {
    border-left: 5px solid #808080;
    margin: 0 0 18px;
    padding: 0 0 0 12px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.p-performanceMonocoque__text .c-text {
    color: #fff;
}

.p-performanceMonocoque__pointImg {
    width: 100%;
}

.p-performanceMonocoque__pointImg img {
    width: 100%;
}

.p-performanceMonocoque__img {
    margin: 0 0 30px;
}

.p-performanceMonocoque__text {
    font-size: 1.2rem;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: 0 0 30px;
    padding: 22px 24px;
}

.p-performanceMonocoque__wrap {
    background-color: #fff;
    padding: 24px 19px;
}

.p-performanceMonocoque__pointGraph {
    margin: 0 0 20px;
}

.p-performanceMonocoque__pointDamper {
    font-size: 1.3rem;
    background-color: #F0F0F0;
    margin: 0 0 20px;
    padding: 30px 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}

.p-performanceMonocoque__pointDamper span {
    display: block;
    font-size: 3.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #808080;
}

.p-performanceMonocoque__bilinear {
    display: flex;
    flex-wrap: wrap;
}

.p-performanceMonocoque__bilinear h2 {
    width: 100%;
    font-size: 1.9rem;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-performanceMonocoque__bilinear h2 span {
    font-size: 1.4rem;
    display: block;
    margin: 0 0 10px;
}

.p-performanceMonocoque__bilinearImg01 {
    width: 55.5%;
    text-align: center;
    margin: 0 auto 20px;
}

.p-performanceMonocoque__bilinearImg02 {
    width: 100%;
}

.p-performanceMonocoque__bilinearImg02 img {
    width: 100%;
}

.p-performanceProtection .p-conceptBox__introImg {
    background-image: url(images/page/performance_protection.jpg);
}

.p-performanceProtection ul {
    background-color: #F0F0F0;
    margin: 30px 0 40px;
    padding: 24px 25px 37px;
}

.p-performanceProtection ul li:not(:last-child) {
    margin: 0 0 20px;
}

.p-performanceProtection ul li h3 {
    font-size: 1.6rem;
    margin: 0 0 9px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-performanceProtection ul li .c-text {
    font-size: 1.2rem;
    line-height: 1.5;
}

.p-performanceProtection ul li h3:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #808080;
    margin: 0 10px 0 0;
}

.p-performanceProtection .p-conceptBox__point {
    margin: 0 0 40px;
    padding-top: 30px;
}

.p-performanceProtection .p-conceptBox__pointImg {
    width: 83.5%;
    margin: 0 auto 24px;
}

@media screen and (min-width: 769px) {
    .p-performanceLong {
        padding: 80px 0 90px;
    }

    .p-performanceLong__pointTitle {
        font-size: 2.8rem;
        margin: 0 0 30px;
        padding: 12px 0;
    }

    .p-performanceLong__pointTitle span {
        font-size: 1.8rem;
    }

    .p-performanceLong__point {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .p-performanceLong__pointText {
        width: 48%;
    }

    .p-performanceLong__pointImg {
        width: 47%;
    }

    .p-performanceLong {
        margin: 0 0 90px;
    }

    .p-performanceResistant {
        margin: 0 0 90px;
    }

    .p-performanceMonocoque__title span {
        width: 270px;
        font-size: 1.9rem;
    }

    .p-performanceMonocoque__title {
        font-size: 3rem;
        margin: 0 0 50px;
    }

    .p-performanceMonocoque__img {
        margin: 0 0 40px;
    }

    .p-performanceMonocoque__text {
        font-size: 1.4rem;
    }

    .p-performanceMonocoque__pointText h2 {
        font-size: 2.8rem;
        margin: 0 0 30px;
        padding: 12px 0;
    }

    .p-performanceMonocoque__pointText h2 span {
        font-size: 1.8rem;
    }

    .p-performanceMonocoque__point {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .p-performanceMonocoque__pointText {
        width: 48%;
    }

    .p-performanceMonocoque__pointText h2 {
        padding: 12px 0 12px 25px;
    }

    .p-performanceMonocoque__pointImg {
        width: 47%;
    }

    .p-performanceMonocoque__pointGraph img {
        width: 100%;
    }

    .p-performanceMonocoque__pointDamper {
        width: 42%;
        display: flex;
        flex-direction: column;
        font-size: 1.8rem;
        padding: 55px 25px;
    }

    .p-performanceMonocoque__wrap {
        padding: 45px 55px;
    }

    .p-performanceMonocoque__pointGraph {
        width: 52%;
    }

    .p-performanceMonocoque__bilinearImg01 {
        width: 16%;
    }

    .p-performanceMonocoque__bilinearImg02 {
        width: 83%;
    }

    .p-performanceMonocoque__bilinearImg01 img {
        width: 100%;
    }

    .p-performanceMonocoque__bilinear {
        flex-wrap: wrap;
    }

    .p-performanceMonocoque__pointWrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 60px 0 40px;
    }

    .p-performanceMonocoque__bilinearImg02 {
        width: 84%;
    }

    .p-performanceMonocoque__bilinear h2 {
        font-size: 3rem;
        margin: 0 0 35px;
    }

    .p-performanceMonocoque__bilinear h2 span {
        font-size: 2rem;
        display: inline-block;
    }

    .p-performanceMonocoque {
        margin: 0 0 90px;
    }

    .p-performanceProtection .p-conceptBox__introImg {
        background-image: url(images/page/performance_protection_pc.jpg);
    }

    .p-performanceProtection .p-conceptBox__pointImg {
        width: 27.5%;
    }

    .p-performanceProtection .p-conceptBox__point {
        padding: 30px;
        justify-content: space-between;
    }

    .p-performanceProtection .p-conceptBox__pointText {
        width: 68%;
        padding: 0;
    }

    .p-performanceProtection .p-conceptBox__pointImg {
        margin: 0;
    }

    .p-performanceProtection ul {
        padding: 45px;
    }

    .p-performanceProtection ul li .c-text {
        font-size: 1.5rem;
    }

    .p-performanceProtection ul li .c-text br {
        display: none;
    }

    .p-performanceProtection ul li h3 {
        font-size: 2.3rem;
    }
}

/*----------- design -----------*/

.p-designLife {
    margin: 0 0 40px;
}

.p-designWorks h2 {
    font-size: 1.4rem;
    color: #818181;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-designWorks h2:after {
    content: "";
    display: block;
    margin: 10px auto;
    width: 1px;
    height: 24px;
    background-color: #818181;
}

.p-designWorks__slider01 {
    margin: 0 0 2px;
}

.p-designWorks__slider02 {
    margin: 0 0 20px;
}

.p-designWorks__slider01 li img,
.p-designWorks__slider02 li img {
    width: 100%;
}

.p-designWorks__slider01 li,
.p-designWorks__slider02 li {
    margin: 0 1px;
}

.p-designDetail {
    margin: 0 0 40px;
}

.p-designFlow {
    background-color: #F0F0F0;
    padding: 30px 0 40px;
}

.p-designFlow ul li:not(:last-child) {
    margin: 0 0 65px;
}

.p-designFlow ul li {
    position: relative;
}

.p-designFlow ul li:not(:last-child):after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 18px 0 18px;
    border-color: #333333 transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.p-designFlow__number {
    font-size: 2.8rem;
    border-radius: 50%;
    background-color: #333333;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.06em;
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    position: absolute;
    left: -12px;
    top: -12px;
}

.p-designFlow__number span {
    font-size: 1.2rem;
}

.p-designFlow__img {
    margin: 0 0 20px;
}

.p-designFlow__img img {
    width: 100%;
}

.p-designFlow__text h2 {
    font-size: 1.6rem;
    margin: 0 0 20px;
    line-height: 1.5;
}

.p-design .p-conceptOther {
    background-color: #fff;
}

@media screen and (min-width: 769px) {
    .p-designLife {
        margin: 0 0 80px;
    }

    .p-designLife .p-conceptBox:last-child {
        flex-direction: row-reverse;
    }

    .p-designWorks h2 {
        font-size: 3rem;
    }

    .p-designWorks h2:after {
        margin: 20px auto;
        height: 55px;
    }

    .p-designDetail {
        margin: 0 0 110px;
    }

    .p-designFlow {
        padding: 80px 0 90px;
    }

    .p-designFlow ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .p-designFlow__img {
        width: 47%;
    }

    .p-designFlow__img img {
        width: 100%;
    }

    .p-designFlow__text {
        width: 48%;
    }

    .p-designFlow__text h2 {
        font-size: 2.4rem;
    }
}

/*----------- after -----------*/

.p-afterLink {
    margin: 0 0 40px;
}

.p-afterLink ul li {
    width: 100%;
    height: 290px;
    background-size: cover;
}

.p-afterLink ul li:not(:last-child) {
    margin: 0 0 30px;
}

.p-afterLink ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 0 0 21px;
}

.p-afterLink ul li h2 {
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    line-height: 1.632;
    color: #fff;
    text-align: center;
}

.p-afterLink__number {
    display: block;
    color: #fff;
    font-size: 3.1rem;
    opacity: 0.58;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 9px;
}

.p-afterLink ul li h2:after {
    content: "";
    display: block;
    background-image: url(images/page/after_arrow.svg);
    margin: 18px auto 0;
    width: 22px;
    height: 16px;
}

.p-afterLink ul li:nth-of-type(1) a {
    background-image: url(images/page/after_link_bg01.jpg);
}

.p-afterLink ul li:nth-of-type(2) a {
    background-image: url(images/page/after_link_bg02.jpg);
}

.p-afterLink ul li:nth-of-type(3) a {
    background-image: url(images/page/after_link_bg03.jpg);
}

.p-afterQuality .p-conceptBox__introImg {
    background-image: url(images/page/after_quality_bg.jpg);
}

.p-afterQuality .p-conceptBox__intro {
    margin: 0;
}

.p-afterEvaluation {
    margin: 0 0 40px;
}

.p-afterEvaluation__title {
    font-size: 1.3rem;
    margin: 0 0 10px;
    padding: 8px 10px;
    border-radius: 2px;
    border: 1px solid #333333;
    text-align: center;
}

.p-afterEvaluation table {
    width: 100%;
    border: 1px solid rgba(164, 146, 104, 0.4);
    margin: 0 0 53px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
}

.p-afterEvaluation tr th {
    font-size: 2.5vw;
    background-color: #333333;
    color: #fff;
    padding: 14px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border: 1px solid #fff;
    text-align: center;
}

.p-afterEvaluation tr td {
    width: 25%;
    font-size: 2.5vw;
    padding: 14px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border: 1px solid rgba(164, 146, 104, 0.4);
    text-align: center;
}

.p-afterEvaluation tr td:last-child {
    background-color: rgba(244, 236, 46, 0.14);
}

.p-afterEvaluation tr th:last-child {
    background-color: #F4EC2E;
    color: #000;
}

.p-afterEvaluation tr th:last-child:before {
    content: "";
    display: inline-block;
    background-image: url(images/page/after_quality_crown.svg);
    margin: 0 3px 0 0;
    width: 12px;
    height: 10px;
}

.p-afterEvaluation {
    background-color: #F0F0F0;
    padding: 25px 0 40px;
}

.p-afterMerit__wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 48px 19px 38px;
    position: relative;
}

.p-afterMerit__wrap:before {
    content: "他にも！";
    width: 80px;
    height: 80px;
    transform: rotate(-14deg);
    border-radius: 50%;
    background-color: #F4EC2E;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: -35px;
    left: -13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-afterMerit__wrap h2 {
    font-size: 1.5rem;
    margin: 0 0 20px;
    line-height: 1.733;
    text-align: center;
}

.p-afterMerit__wrap ul li {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-color: #F5F5F5;
    border-radius: 4px;
    padding: 12px 0 12px 16px;
    display: flex;
    align-items: center;
}

.p-afterMerit__wrap ul li:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 10px 0 0;
    background-image: url(images/page/after_quality_check.svg);
}

.p-afterMerit__wrap ul li:not(:last-child) {
    margin: 0 0 10px;
}

.p-afterWarranty {
    margin: 0 0 30px;
}

.p-afterWarranty .p-conceptBox__introImg {
    background-image: url(images/page/after_warranty_bg.jpg);
}

.p-afterWarranty__img {
    width: 100%;
    overflow-x: scroll;
    border: 1px solid #D9D9D9;
    margin: 0 0 10px;
}

.p-afterWarranty__attention {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 45px;
}

.p-afterWarranty__point {
    margin: 0 0 40px;
}

.p-afterWarranty__point ul li {
    background-color: #F5F5F5;
    padding: 28px 0 0;
    position: relative;
}

.p-afterWarranty__point ul li:not(:last-child) {
    margin: 0 0 35px;
}

.p-afterWarranty__point ul li span {
    display: block;
    margin: 0 0 10px;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-afterWarranty__point ul li h2 {
    font-size: 1.8rem;
    color: #fff;
    background-color: #333333;
    border-radius: 100px;
    margin: 0 0 15px;
    padding: 9px 0;
    text-align: center;
}

.p-afterWarranty__point ul li h3 {
    font-size: 1.8rem;
    margin: 0 0 14px;
    text-align: center;
    letter-spacing: 0.04em;
}

.p-afterWarranty__point ul li h3 span {
    display: inline-block;
    font-size: 3.8rem;
    color: #CD4819;
    margin: 0 0 14px;
    text-align: center;
}

.p-afterWarranty__point ul li:before {
    content: "";
    width: 100%;
    height: 106px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.p-afterWarranty__point ul li img {
    width: 63.2%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.p-afterWarranty__equipment {
    background-color: #F0F0F0;
    padding: 0 0 53px;
    position: relative;
}

.p-afterWarranty__equipment:before {
    content: "";
    width: 100%;
    height: 79px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.p-afterWarranty__equipment ul li {
    width: 47.1%;
    position: relative;
}

.p-afterWarranty__equipment ul li img {
    width: 100%;
}

.p-afterWarranty__equipment ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-afterWarranty__equipment ul li figcaption {
    font-size: 1.4rem;
    margin: 10px 0 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-afterWarranty__equipment ul li:nth-child(n+3) {
    margin: 33px 0 0;
}

.p-afterRepair__title {
    font-size: 1.7rem;
    background-color: #333333;
    margin: 0 0 20px;
    padding: 15px 0;
    line-height: 1.647;
    color: #fff;
    text-align: center;
}

.p-afterRepair .p-conceptBox:not(:last-child) {
    margin: 0 0 50px;
}

.p-afterSupport {
    margin: 0 0 40px;
}

.p-afterSupport .p-conceptBox__introImg {
    background-image: url(images/page/after_support_bg.jpg);
}

@media screen and (min-width: 769px) {
    .p-afterLink ul {
        display: flex;
        justify-content: space-between;
    }

    .p-afterLink ul li {
        width: 31%;
    }

    .p-afterQuality .p-conceptBox__introImg {
        background-image: url(images/page/after_quality_bg_pc.jpg);
    }

    .p-afterWarranty .p-conceptBox__introImg {
        background-image: url(images/page/after_warranty_bg_pc.jpg);
    }

    .p-afterSupport .p-conceptBox__introImg {
        background-image: url(images/page/after_support_bg_pc.jpg);
    }

    .p-afterEvaluation tr th:last-child:before {
        background-size: 100%;
        width: 20px;
        height: 16px;
    }

    .p-afterEvaluation tr th {
        font-size: 1.8rem;
        padding: 20px 0;
    }

    .p-afterEvaluation tr td {
        font-size: 1.8rem;
        padding: 20px 0;
    }

    .p-afterEvaluation__title {
        font-size: 2.5rem;
        margin: 0 0 25px;
        padding: 18px 10px;
    }

    .p-afterMerit__wrap h2 {
        font-size: 2.6rem;
        margin: 0 0 30px;
    }

    .p-afterMerit__wrap ul li {
        font-size: 1.8rem;
    }

    .p-afterMerit__wrap:before {
        width: 100px;
        height: 100px;
        font-size: 1.7rem;
    }

    .p-afterMerit__wrap ul li:before {
        width: 28px;
        height: 28px;
        background-size: 100%;
    }

    .p-afterEvaluation {
        margin: 0 0 100px;
        padding: 80px 0 90px;
    }

    .p-afterWarranty {
        margin: 0 0 80px;
    }

    .p-afterWarranty__img {
        overflow-x: unset;
        border: none;
    }

    .p-afterWarranty__img img {
        width: 100%;
    }

    .p-afterWarranty__attention {
        font-size: 1.3rem;
        margin: 0 0 100px;
    }

    .p-afterWarranty__point ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .p-afterWarranty__point ul li {
        width: 32%;
    }

    .p-afterWarranty__point ul li img {
        width: 58%;
    }

    .p-afterWarranty__point ul li .c-inner01 {
        width: 100%;
    }

    .p-afterWarranty__point ul li h2 {
        width: 90%;
        font-size: 2.4rem;
        margin: 0 auto 15px;
        padding: 15px 0;
    }

    .p-afterWarranty__point ul li span {
        font-size: 1.8rem;
        margin: 0 0 20px;
    }

    .p-afterWarranty__point ul li h3 {
        font-size: 2.8rem;
    }

    .p-afterWarranty__point ul li h3 span {
        font-size: 5.8rem;
    }

    .p-afterWarranty__equipment .c-inner01 {
        width: 100%;
        padding: 0 8%;
    }

    .p-afterWarranty__equipment ul li {
        width: 15.5%;
    }

    .p-afterWarranty__equipment ul li figcaption {
        font-size: 1.8rem;
        margin: 22px 0 0;
    }

    .p-afterWarranty__equipment ul li:nth-child(n+3) {
        margin: 0;
    }

    .p-afterRepair__title {
        font-size: 3rem;
        padding: 35px 0;
    }

    .p-afterRepair__title {
        margin: 0 0 60px;
    }

    .p-afterRepair .p-conceptBox:last-child {
        flex-direction: row-reverse;
    }
}

/*----------------------------------------
	plan
----------------------------------------*/

.p-catch.p-catchPlan {
    background-image: url(images/page/plan_catch.jpg);
}

@media screen and (min-width: 769px) {
    .p-catch.p-catchPlan {
        background-image: url(images/page/plan_catch_pc.jpg);
    }
}

/*----------- plan_archive -----------*/

.post-type-archive-plan .p-catch {
    margin: 0;
}

.p-plan__btnArea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 258px;
    margin: 0 auto;
}

.p-plan__tabButton {
    text-align: center;
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #000000;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-color: #fff;
    border: none;
    cursor: pointer;
}

.p-plan__tabButton.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
}

.p-plan__tabButton:nth-child(n+4) {
    margin: 9px 0 0;
}

.p-plan__tabButton.active {
    background-color: #000000;
    color: #fff;
    border: none;
    position: relative;
}

.p-planArchive {
    margin: 0 0 50px;
}

.p-planArchive__intro {
    background-image: url(images/page/plan_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 30px;
    padding: 30px 0 0;
    height: 323px;
}

.p-planArchive__intro span {
    display: block;
    font-size: 1.3rem;
    margin: 0 0 10px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-planArchive__intro h2 {
    width: 84.1%;
    margin: 0 auto 12px;
}

.p-planArchive__intro h2 img {
    width: 100%;
}

.p-planArchive__intro p {
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 20px;
}

.p-planArchive .p-planArchive__title {
    margin: 15px 0 30px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.p-planArchive .p-planArchive__button {
    font-size: 1.4rem;
}

.p-planArchive ul li {
    box-shadow: 0px 0px 5px #00000040;
    border-radius: 8px;
    padding: 0 0 20px;
    background-color: #fff;
}

.p-planArchive ul li a {
    cursor: pointer;
}

.p-planArchive ul li:not(:last-child) {
    margin: 0 0 30px;
}

.plan-content.is-locked {
    position: relative;
}

.plan-content.is-locked .p-planArchive__img {
    height: 204px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-content.is-locked .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(9px);
    background: rgba(67, 67, 67, 0.6);
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
}

.plan-content.is-locked .overlay h3:before {
    content: "";
    display: block;
    background-image: url(images/common/plan_icon.svg);
    width: 23px;
    height: 31px;
    margin: 0 auto 6px;
}

.plan-content.is-locked .overlay h3 {
    font-size: 1.9rem;
    margin: 0 0 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.plan-content.is-locked .overlay .c-text {
    font-size: 1rem;
    color: #fff;
    margin: 0 0 18px;
    text-align: center;
}

.plan-content is-locked .p-planArchive__img {
    height: 204px;
}

.p-planArchive__overlayButton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-planArchive__overlayButton a {
    font-size: 1.2rem;
    width: 127px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}

.p-planArchive__overlayButton a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.p-planArchive__overlayButton a:first-child {
    margin: 0 8px 0 0;
}

.p-planArchive__overlayButton a:first-child:after {
    background-image: url(images/common/plan_button_arrow01.svg);
}

.p-planArchive__overlayButton a:last-child:after {
    background-image: url(images/common/plan_button_arrow02.svg);
}


.p-planArchive__overlayButton a:first-child {
    color: #fff;
    border: 1px solid #fff;
}

.p-planArchive__overlayButton a:last-child {
    background-color: #fff;
}

@media screen and (min-width: 769px) {
    .p-plan__tabButton {
        width: 32%;
        height: 40px;
    }

    .p-planArchive__intro {
        padding: 90px 0 0;
    }

    .p-planArchive__intro {
        background-image: url(images/page/plan_bg_pc.jpg);
        height: 736px;
    }

    .p-planArchive__intro span {
        font-size: 3rem;
    }

    .p-planArchive__intro h2 {
        width: 62%;
    }

    .p-planArchive__intro p {
        font-size: 1.6rem;
    }

    .p-planArchive__intro p {
        margin: 0 0 50px;
    }

    .p-plan__btnArea {
        width: auto;
    }

    .p-plan__tabButton {
        height: 50px;
        font-size: 1.6rem;
    }

    .p-plan__tabButton:nth-child(n+4) {
        margin: 20px 0 0;
    }

    .p-plan__tabPanel ul {
        margin: -100px 0 0;
        z-index: 1;
        position: relative;
    }

    .p-planArchive ul li {
        width: 48%;
    }

    .p-plan__tabPanel ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .p-planArchive ul li:not(:last-child) {
        margin: 0 0 50px;
    }

    .p-planArchive__title {
        font-size: 1.8rem;
    }

    .p-planArchive .p-planArchive__title {
        margin: 30px 0 30px;
    }

    .p-planArchive .p-planArchive__img > img {
        max-height: 240px;
    }

    .p-plan__tabPanel ul {
        align-items: unset;
    }

    .plan-content.is-locked .p-planArchive__img {
        height: auto;
    }

    .plan-content.is-locked .overlay h3 {
        font-size: 2.2rem;
        margin: 0 0 12px;
    }

    .plan-content.is-locked .overlay .c-text {
        font-size: 1.3rem;
    }

    .plan-content.is-locked .overlay h3:before {
        margin: 0 auto 10px;
    }

    .p-planArchive__overlayButton a {
        font-size: 1.5rem;
        width: 150px;
        height: 45px;
    }

    .p-planArchive__img {
        padding: 20px 0;
    }
}

/*----------- plan_single -----------*/

.p-planSingle {
    margin: 0 0 50px;
}

.p-planSingle__titleWrap {
    margin: 0 0 25px;
    padding: 0 0 20px;
    border-bottom: 1px solid #C7C7C7;
}

.p-planSingle__title {
    font-size: 1.7rem;
    line-height: 1.447;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-planSingle__category {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #333333;
    color: #fff;
    width: 61px;
    height: 22px;
}

.p-planSingle__category:first-child {
    margin: 0 5px 0;
}

.p-planSingle__category:last-child {
    font-size: 1rem;
}

.p-planSingle__category:last-child span {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 4px 0 0;
}

.p-planSingle__imgWrap {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
}

.p-planSingle__img {
    width: 100%;
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.p-planSingle__img img {
    display: block;
    margin: 0 auto;
}

.p-planSingle__img:first-child {
    margin: 0 0 20px;
}

.p-planSingle__img:first-child img {
    width: 66.8%;
}

.p-planSingle__img:last-child img {
    width: 84.8%;
}

.p-planSingle__img:last-child {
    position: relative;
}

.p-planSingle__img:last-child:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(images/page/plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 100%;
}

.p-planSingle__detail {
    margin: 0 0 30px;
}

.p-planSingle__detail .table01 tr:first-child th {
    border-top: 1px solid #333333;
}

.p-planSingle__detail .table01 tr:first-child td {
    border-top: 1px solid rgba(128, 128, 128, 0.6);
}

.p-planSingle__detail .table01 {
    border: none;
}

.p-planSingle__detail .table01 tr th {
    width: 32%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: 1px solid #333333;
    justify-content: center;
    background-color: transparent;
    border-right: none;
    font-size: 1.3rem;
    text-align: left;
}

.p-planSingle__detail .table01 tr td {
    width: 68%;
    border-bottom: 1px solid rgba(128, 128, 128, 0.6);
    font-size: 1.4rem;
}

.p-planSingle__detail .table01 {
    margin: 0 auto;
}

.p-planSingle__point {
    background-color: #F0F0F0;
    margin: 0 0 60px;
    padding: 44px 40px 40px;
    border-radius: 5px;
}

.p-planSingle__pointItem {
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
}

.p-planSingle__pointItem:not(:last-child) {
    margin: 0 0 15px;
}

.p-planSingle__point h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 18px;
}

.p-planSingle__point h3 span {
    display: flex;
    align-items: center;
}

.p-planSingle__point h3 span:before {
    content: "";
    display: inline-block;
    background-color: #333333;
    width: 20px;
    height: 2px;
    margin: 0 10px 0 0;
}

.p-planSingle .c-button {
    margin: 0 auto;
}

.p-planSingle__categoryWrap {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

@media screen and (min-width: 769px) {
    .p-planSingle {
        margin: 0 0 120px;
    }

    .p-planSingle__category {
        width: 155px;
        font-size: 2rem;
    }

    .p-planSingle__category:last-child span {
        font-size: 2.2rem;
    }

    .p-planSingle__imgWrap {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 80px;
    }

    .p-planSingle__title {
        font-size: 2.8rem;
        width: 79.25%;
    }

    .p-planSingle__category {
        font-size: 2rem;
        width: 125px;
        height: 45px;
    }

    .p-planSingle__img {
        width: 47.8%;
        padding: 35px 0;
    }

    .p-planSingle__img:last-child:before {
        width: 50px;
        height: 50px;
        background-size: 100%;
    }

    .p-planSingle__category:last-child {
        font-size: 1.6rem;
    }

    .p-planSingle__img:first-child {
        margin: 0;
    }

    .p-planSingle__titleWrap {
        margin: 0 0 40px;
    }

    .p-planSingle__detail .table01 tr th {
        width: 22%;
        font-size: 1.8rem;
    }

    .p-planSingle__detail .table01 tr td {
        width: 78%;
        font-size: 1.8rem;
    }

    .p-planSingle__detail {
        margin: 0 0 90px;
    }
}

/*----------------------------------------
	works
----------------------------------------*/

.p-catch.p-catchWorks {
    background-image: url(images/page/works_catch.jpg);
}

@media screen and (min-width: 769px) {
    .p-catch.p-catchWorks {
        background-image: url(images/page/works_catch_pc.jpg);
    }
}

/*----------- works_archive -----------*/

.p-worksArchive {
    margin: 0 0 50px;
}

.p-worksArchiveLists {
    display: flex;
    flex-wrap: wrap;
}

.p-worksArchiveList {
    width: 100%;
}

.p-worksArchive .p-worksArchive__img img {
    height: 228px;
}

.p-worksArchive .p-worksArchive__text h2 {
    font-size: 1.5rem;
    color: #000;
    margin: 0 0 6px;
}

.p-worksArchive .p-worksArchive__info {
    color: #000;
}

.p-worksArchive .p-worksArchive__tag {
    color: #000000;
    opacity: 0.53;
}

.p-worksArchiveList:nth-child(n+4) {
    margin-top: 0;
}

.p-worksArchiveList:nth-child(n+2) {
    margin-top: 30px;
}

.p-worksArchive .filter-block {
    margin: 0 0 40px;
}

.p-worksArchive .filter-group {
    border-radius: 0px 0px 10px 10px;
    background-color: #f5f5f5;
    padding: 0 0 20px 0;
}

.p-worksArchive .filter-group:first-child {
    margin: 0 0 30px;
}

.p-worksArchive .filter-title {
    font-size: 1.2rem;
    background-color: #333333;
    border-radius: 10px 10px 0px 0px;
    height: 45px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 0 0 0 60px;
}

.p-worksArchive .filter-title span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background-color: #808080;
    border-radius: 10px 0px 0px 0px;
}

.p-worksArchive .filter-title span:last-child {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #FFFFFF;
    margin: 0 0 0 5px;
}

.p-worksArchive .filter-parent-title {
    font-size: 1.2rem;
    height: 28px;
    margin: 0 0 12px;
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-color: #808080;
    color: #fff;
    border-radius: 4px;
}

.p-worksArchive .filter-group label {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.p-worksArchive .filter-children {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
}

.p-worksArchive .filter-group input {
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
}

.p-worksArchive .filter-parent {
    margin: 0 0 22px;
    padding: 0 18px;
}

.p-worksArchive .filter-actions {
    padding: 0 18px;
}

.p-worksArchive .filter-actions button {
    width: 86.445%;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    margin: 0 auto;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-worksArchive .filter-group-tag {
    padding: 0 18px;
    line-height: 1.8;
    display: flex;
    flex-wrap: wrap;
}

.p-worksArchive__button {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    display: flex;
    align-items: center;
    margin: 10px 0 0;
}

.p-worksArchive__button:after {
    content: "";
    background-image: url(images/common/button_arrow02.svg);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 8px;
}

.p-worksArchive .p-worksArchive__info {
    margin: 0 0 5px;
}

.p-worksArchive__count {
    background-color: #808080;
}

.p-worksArchive__countWrap {
    font-size: 1.5rem;
    color: #fff;
    padding: 14px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
}

.p-worksArchive .reset-btn {
    font-size: 1.1rem;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .p-worksArchive {
        margin: 0 0 120px;
    }

    .p-worksArchive__text h2 {
        font-size: 2rem;
    }

    .p-worksArchive__img {
        margin: 0 0 25px;
    }

    .p-worksArchive__info {
        font-size: 1.5rem;
    }

    .p-worksArchive__tag {
        font-size: 1.4rem;
    }

    .p-worksArchive__text h2 {
        font-size: 2rem;
        margin: 0 0 20px;
    }

    .p-worksArchive .p-worksArchive__img img {
        height: 280px;
    }

    .p-worksArchiveList {
        width: 31%;
    }

    .p-worksArchiveList:nth-child(n+2) {
        margin-top: 0;
    }

    .p-worksArchiveList:nth-child(n+4) {
        margin-top: 50px;
    }

    .p-worksArchiveList:not(:nth-child(3n+3)) {
        margin-right: 3.5%;
    }

    .p-worksArchive__count {
        background-color: transparent;
    }

    .p-worksArchive__countWrap {
        font-size: 1.8rem;
        background-color: #808080;
        padding: 20px 2%;
        border-radius: 5px;
    }

    .p-worksArchive .reset-btn {
        font-size: 1.4rem;
    }

    .p-worksArchive .filter-block {
        margin: 0 0 65px;
    }

    .p-worksArchive .filter-group label {
        font-size: 1.5rem;
    }

    .p-worksArchive .filter-title {
        margin: 0 0 20px;
    }

    .p-worksArchive .filter-group {
        padding: 0 0 30px 0;
    }

    .p-worksArchive .filter-parent-title {
        font-size: 1.6rem;
        height: 38px;
    }

    .p-worksArchive .filter-actions button {
        width: 500px;
        height: 50px;
    }

    .p-worksArchive .filter-title {
        height: 65px;
        margin: 0 0 40px;
        padding: 0 0 0 90px;
        font-size: 1.8rem;
    }

    .p-worksArchive .filter-title span:first-child {
        width: 65px;
        height: 65px;
    }

    .p-worksArchive .filter-parent {
        padding: 0 35px;
    }

    .p-worksArchive .filter-parent-title {
        padding: 0 2%;
    }
}


/*----------- works_single -----------*/

.p-post-works {
    width: 100%;
    margin: 0 auto;
}

.p-worksArticle__title {
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 30px;
}

.p-worksArticle__info {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 40px;
    color: #808080;
}

.p-worksArticle__infoTitle {
    color: #A4AAB4;
    margin: 0 0 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.p-worksArticle__imgWrap {
    border-bottom: none;
    justify-content: center;
    margin: 0 0 30px;
}

.p-worksArticle__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 55 / 36;
    object-fit: cover;
}

.p-worksArticle__text li {
    font-size: 1.8rem;
    margin: 0 0 12px;
    line-height: 1.45;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.p-worksArticle__tags {
    background-color: #F5F5F5;
    padding: 30px 0;
}

.p-worksArticle__tags h3 {
    font-size: 2rem;
    margin: 0 0 10px;
    color: #808080;
}

.p-worksArticle__tags ul {
    display: flex;
    flex-wrap: wrap;
}

.p-worksArticle__tags ul li {
    margin: 8px 10px 0 0;
}

.p-worksArticle__tags ul li a {
    font-size: 1.6rem;
    padding: 10px 12px;
    background-color: #fff;
}

.p-post-works .p-post-section__txt {
    font-size: 1.3rem;
    line-height: 1.938;
}

.p-works-section__images img {
    width: 100%;
}

.p-worksArticle .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.p-worksArticle .slick-dots li button {
    width: 10px;
    height: 10px;
}

.p-worksArticle .slick-dots li button:before {
    font-size: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
}

.p-works-section__images img {
    max-height: unset;
    object-fit: unset;
}

.p-worksArticle__infoTitle {
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    margin: 0 0 30px;
    padding: 20px 0 0;
}

.p-worksArticle__text li {
    font-size: 1.4rem;
    margin: 0 0 8px;
}

.p-worksArticle .slick-dotted.slick-slider {
    margin-bottom: 88px;
}

.p-worksArticle .p-post-section {
    margin: 0 0 50px;
}

.p-worksArticle .p-post-section h2 {
    font-size: 1.5rem;
    margin: 0 0 20px;
    line-height: 1.5;
}

.p-works-section__imagesWrap {
    margin: 0 0 15px;
}

.p-post-works {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    margin-bottom: 30px;
}

.p-worksArticle__modelBanar {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.p-worksArticle__modelBanar img {
    width: 100%;
}

.p-worksArticle__tags ul {
    line-height: 1.8;
}

.p-worksArticle__tags ul li {
    margin: 8px 7px 0 0;
}

.p-worksArticle__tags ul li a {
    font-size: 1.2rem;
    padding: 7px 10px;
}

.p-worksArticle__tags h3 {
    font-size: 2rem;
    margin: 0 0 16px;
}

.p-worksArticle__movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px;
}

.p-worksArticle__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px) {
    .p-worksArticle__title {
        font-size: 3.2rem;
        line-height: 1.3;
    }

    .p-worksArticle__infoTitle {
        border-top: none;
        margin: 0 0 50px;
    }

    .p-worksArticle__imgWrap {
        margin: 0 0 30px;
        padding: 0 0 80px;
        border-bottom: 1px solid rgba(112, 112, 112, 0.5);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .p-post-works .p-post-section h2 {
        font-size: 2.8rem;
        margin: 0 0 30px;
    }

    .p-worksArticle .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 8px;
    }

    .p-worksArticle .slick-dots li button {
        width: 14px;
        height: 14px;
    }

    .p-worksArticle .slick-dots li button:before {
        font-size: 14px;
        line-height: 14px;
        width: 14px;
        height: 14px;
    }

    .p-worksArticle .slick-dots {
        bottom: -40px;
    }

    .p-worksArticle__info {
        font-size: 1.8rem;
        margin: 0 0 30px;
        border-bottom: 1px solid rgba(112, 112, 112, 0.5);
        padding: 0 0 30px;
    }

    .p-works-section__imagesWrap {
        margin: 0 0 30px;
    }

    .p-post-works .p-post-section__txt {
        font-size: 1.8rem;
        line-height: 2;
    }

    .p-works-section__images img {
        max-height: 900px;
        object-fit: contain;
    }

    .p-worksArticle .p-post-section {
        margin: 0 0 120px;
    }

    .p-worksArticle__text li {
        font-size: 1.8rem;
        margin: 0 0 8px;
    }

    .p-post-works {
        margin-bottom: 70px;
    }

    .p-worksArticle__modelBanar {
        margin: 100px 0;
    }

    .p-worksArticle__tags ul li a {
        font-size: 1.6rem;
        padding: 10px 12px;
        background-color: #fff;
    }

    .p-worksArticle__tags {
        padding: 40px 0 50px;
    }

    .p-worksArticle__movie {
        margin: 0 0 60px;
    }
}

@media screen and (min-width: 1100px) {
    .p-post-works {
        width: 1050px;
    }

    .p-worksArticle__imgWrap {
        flex-direction: row;
        align-items: center;
    }

    .p-worksArticle__imgSlider {
        width: 68.9%;
    }

    .p-worksArticle__title {
        font-size: 3.6rem;
        margin: 0 0 38px;
    }

    .p-post-works .p-post-section:not(:last-child) {
        margin: 0 0 150px;
    }

    .p-worksArticle .post-navigation {
        margin: 110px 0 130px;
        padding: 60px 0 0;
    }

    .p-worksArticle .p-worksArticle__text {
        margin: 0 0 0 100px;
    }
}
