@charset "utf-8";

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

    index.css

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

/* --------------------------------
■共通
-------------------------------- */
.contents section.wide {
    width: 100%;
    max-width: inherit;
}
.contents section.wide .container {
    max-width: 1228px;
    width: 100%;
    margin-inline: auto;
    text-align: left;
    box-sizing: border-box;
}

@media (max-width: 1300px) {

    .contents section.wide {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .contents section.wide .container {
        width: auto;
        margin-left: 4%;
        margin-right: 4%;
    }
}

@media only screen and (max-width: 767px) {

    .contents {
        padding: 0;
    }
}

.contents main > section {
    padding: 110px 0 0 0;
    margin-bottom: 0;
}
.contents main > section .container {
    border-top: 1px solid #DCDCDC;
}

section figcaption {
    margin-top: 20px;
}
section figcaption .tag {
    color: var(--text-color-white, #fff);
    font-size: 1.2rem;
    padding: 3px 8px;
    background: var(--bg-color-black, #212529);
    display: inline-block;
    margin-bottom: 12px;
}
section figcaption .tag.en {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding: 1px 7px;
}

p {
    margin:0 0 0 0;
}
* ~ p {
    margin-bottom:0.8em;
}

@media only screen and (max-width: 767px) {

    .contents main > section {
        padding: 60px 0 0 0;
        margin-bottom: 0;
    }
    * ~ p {
        margin-bottom:0.4em;
    }

}

/* --------------------------------
please
-------------------------------- */

#please{
	margin-top:0;
    padding-top: 50px;
}
#please .container{
    border: none;
}
#please ul{
    padding: 16px;
    text-align: left;
    color: #c25763;
    border: 1px solid #c25763;
}
#please ul li{
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 12px;
    font-size: 1.4rem;
}
#please ul li:last-child{
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {

    #please{
        padding-top: 32px;
    }
}

/* --------------------------------
■event
-------------------------------- */

#event {
    padding-top: 80px;
}
#event ul.eventslider {
    margin-bottom: 0;
}
#event ul.eventslider li a.end{
    pointer-events:none;
}
#event ul.eventslider .skd {
    font-size: 1.5rem;
    color: #666;
}
    #event ul.eventslider .skd em {
        font-weight: 400;
    }
#event ul.eventslider .ttl {
    font-size: 1.6rem;
    /*font-weight: 700;*/
}
#event ul.eventslider .loc {
    font-size: 1.3rem;
    padding-left: 20px;
    position: relative;
}
#event ul.eventslider .loc::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    display: inline-block;
    width: 13px;
    height: 18px;
    background: url(../../images/common/icon/location.svg) no-repeat center left / contain;
}
#event ul.eventslider .imgWrap {
    position: relative;
}
#event ul.eventslider .imgWrap img {
    width: 285px;
    height: 285px;
    object-fit: contain;
    background-color:#F3F3F3;
    border: 1px solid #eee;
}

    #event ul.list li a .imgWrap img{
        position: relative;
        transition: 0.5s all;
    }
    #event ul.list li a:hover .imgWrap img{

        transform: scale(1.1, 1.1);
    }

#event ul.eventslider span.end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,10,10,0.6);
    color: #fff;
}
    #event ul.eventslider span.end >span {
        text-align: center;
        vertical-align: middle;
    }
    #event ul.eventslider span.end >span em {
        position: relative;
        display: block;
        font-size: 200%;
        font-weight: 400;
        line-height: 1.1;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
    }

@media only screen and (max-width: 767px) {

    #event {
        padding-top: 60px;
    }
    #event .eventList > li + li{
        margin-top: 40px;
    }
    
    #event ul.eventList .imgWrap {
        text-align: center;
    }
    #event ul.eventList .imgWrap img {
        width: 100%;
        height: auto;
        object-fit: auto;
        background-color:#F3F3F3;
    }
    
    #event ul.eventList + .eventslider{
        margin-top: 40px;
    }
    
    #event ul.eventslider .imgWrap {
        text-align: center;
    }
    #event ul.eventslider .imgWrap img {
        width: 100%;
        height: auto;
        object-fit: auto;
        background-color:#F3F3F3;
    }
    
    #event ul.slickSlider .next-arrow {
        right: -24px;
        left: revert;
    }
    #event .slick-slide {
    }
}

/* --------------------------------
■model
-------------------------------- */

#model .model_list > li:not(:last-child) {
    margin-bottom: 66px;
}
#model .img_box {
    margin: 0 calc(50% - 50vw);
}
#model .img_box img {
    width: 100%;
    max-height: 760px;
    object-fit: cover;
}
#model .txt_box {
    margin-top: -78px;
    position: relative;
    z-index: 2;
}
#model .txt_box .wrap {
    width: 598px;
    background: var(--bg-color-lightgray, #F3F3F3);
    border-radius: 4px;
    padding: 40px;
}
#model .txt_box .wrap .address {
    font-size: 1.4rem;
    margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {

    #model .txt_box {
        margin-top: -30px;
    }
    #model .txt_box .wrap {
        width: 100%;
        padding: 25px 20px;
    }
    #model .txt_box .wrap .address {
        font-size: 1.3rem;
    }
}

/* --------------------------------
■works
-------------------------------- */

#works .container {
    gap: 0 32px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 80px;
}
#works .container > .txt_box {
    flex-shrink: 0;
    width: 260px;
}
#works .title._lv1 > span {
    position: relative;
    display: block;
    width: fit-content;
}
#works .cat_list li {
    position: relative;
    padding-left: 30px;
    line-height: 2;
}
#works .cat_list li a {
    font-size: 1.5rem;
}
#works .cat_list li a.active {
    font-weight: 700;
}
#works .cat_list li a.active::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 10px;
    top: calc(1em - 4px);
    background: var(--bg-color-blue, #2F6391);
}
#works .buttonStyle.pc {
    margin-top: 70px;
}
#works .container > .works_list {
    width: calc( 100% - (260px + 32px));
    max-width: 808px;
    gap: 32px;
    margin-top: 100px;
}
#works .container > .works_list li {
    width: calc(( 100% - 32px) / 2);
}
#works .container > .works_list figure {
    position: relative;
}
#works .container > .works_list .tag {
    position: absolute;
    left: 0;
    top: 0;
}
#works .container > .works_list p.ttl {
    font-size: 1.7rem;
    font-weight: 700;
}
#works .container > .works_list p.cat {
    font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {

    #works .container {
        gap: 30px 0;
    }
    #works .container > .txt_box {
        max-width: 100%;
    }
    #works .cat_list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }
    #works .cat_list li {
        padding-left: 0;
    }
    #works .cat_list li a {
        width: 107px;
        height: 42px;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        background-color: #F2F2F2;
        border: 2px solid #F2F2F2;
    }
    #works .cat_list li a.active {
        font-weight: 400;
        background: var(--bg-color-white, #fff);
        border: 2px solid #192C55;
    }
    #works .cat_list li a.active::before {
        content: none;
    }

    #works .container > .works_list {
        max-width: revert;
        width: 100%;
        margin-top: 0;
    }
}

/* --------------------------------
■order
-------------------------------- */

#order {
    padding-right: calc((100% - 1228px) / 2);
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
}
.contents #order .title._lv3 > small span,
.contents #standard .title._lv3 > small span {
    position: relative;
    padding: 0 28px;
    display: inline-block;
}
.contents #order .title._lv3 > small span:before,
.contents #standard .title._lv3 > small span:before {
    content: "";
    background-color: var(--bg-color-black);
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.contents #order .title._lv3 > small span:after,
.contents #standard .title._lv3 > small span:after {
    content: "";
    background-color: var(--bg-color-black);
    width: 20px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#order .txt_box {
    width: 525px;
    z-index: 25;
    margin-left: -137px;
    display: flex;
    align-items: center;
}
#order .txt_box .wrap {
    background: var(--bg-color-white, #fff);
    width: 100%;
    padding: 70px 0 70px 85px;
}
#order .txt_box .text {
    font-size: 1.5rem;
    margin-bottom: 24px;
}
#order .img_box {
    width: calc(100% - 420px);
    z-index: 0;
}
#order .img_box img {
    width: 100%;
    max-height: 730px;
    object-fit: cover;
}

@media (max-width: 1300px) and (min-width: 768px) {

    #order .txt_box .wrap {
        padding: 40px 4% 40px 40px;
    }
}

@media only screen and (max-width: 767px) {

    #order {
        padding-right: 0;
        flex-direction: column-reverse;
    }
    #order .txt_box {
        width: auto;
        margin-left: 4%;
        margin-right: 4%;
        margin-top: 0;
    }
    #order .txt_box .wrap {
        padding: 40px 0 0 0;
    }
    #order .txt_box .buttonStyle a {
        width: auto;
    }
    #order .img_box {
        display: block;
        width: 100%;
        z-index: 0;
    }
}

/* --------------------------------
■standard
-------------------------------- */

#standard .container {
    gap: 0 73px;
    border-top: none;
}
#standard .container > .txt_box {
    flex-shrink: 0;
    width: 347px;
}
#standard .container > .txt_box .text {
    font-size: 1.5rem;
    margin-bottom: 24px;
}
#standard .container > .img_box {
    max-width: 662px;
    width: calc(100% - 420px);
}

@media only screen and (max-width: 767px) {

    #standard .container {
        flex-direction: column-reverse;
        gap: 40px 0;
    }
    #standard .container > .img_box {
        max-width: 100%;
    }
    #standard .container > .img_box p {
        margin: 0 calc(50% - 50vw);
    }
}

/* --------------------------------
■build
-------------------------------- */

#build {
    margin-top: 120px;
    padding-bottom: 100px;
    color: var(--text-color-white, #fff);
    background: var(--bg-color-darkgray, #565656);
}
#build .title._lv1 > span::before {
    background: var(--bg-color-white, #fff);
}
#build .title._lv1 > small {
    left: 388px;
}
#build .build_list {
    gap: 32px
}
#build .build_list > li {
    width: calc((100% - (32px * 3)) / 4);
}
#build .build_list > li:nth-child(even) {
    padding-top: 60px;
}
#build .build_list > li figure p {
    overflow: hidden;
}
#build .build_list a .ttl {
    color: var(--link-color-white, #fff);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}
#build .build_list a .ttl > span {
    display: block;
    margin-bottom: 8px;
    color: var(--link-color-gray, #C1C1C1);
    font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {

    #build {
        margin-top: 60px;
        padding-bottom: 60px;
    }
    #build .build_list {
        gap: 40px 20px;
    }
    #build .build_list > li {
        width: calc((100% - 20px) / 2);
    }
    #build .build_list > li:nth-child(even) {
        padding-top: 32px;
    }
    #build .build_list a .ttl {
        font-size: 1.6rem;
    }
    #build .build_list a .ttl > span {
        font-size: 1.2rem;
    }
}

/* --------------------------------
■room
-------------------------------- */

#room {
    padding-top: 80px;
}
#room .container {
    border-top: none;
}
#room .room_list > li {
    width: calc((100% - (32px * 2)) / 3);
}
#room .room_list > li iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 388 / 219;
    transition: 0.3s;
}
#room .room_list .ttl {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0;
}
#room p.buttonStyle.abs {
    top: 0;
}

@media only screen and (max-width: 767px) {

    #room {
        padding-top: 60px;
    }
    #room .room_list > li {
        width: 100%;
    }
    #room .room_list .ttl {
        margin-top: 8px;
    }
}

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

#news {
    padding: 80px 0 100px;
}
#news .container {
    border-top: none;
}
#news .news_list {
    padding-top: 38px;
    border-top: 1px solid #DCDCDC;
    margin-bottom: 38px;
}
#news .news_list li:not(:last-of-type){
    padding-bottom: 12px;
}
#news .news_list li dl {
    display: flex;
    align-items: flex-start;
    gap: 0 12px;
    font-size: 1.5rem;
}
#news .news_list li dl > dt {
    color: #818181;
    width: 6em;
    flex-shrink: 0;
}
#news dl.official {
    gap: 0 70px;
}
#news dl.official dt {
    color: #818181;
    font-size: 1.6rem;
    position: relative;
}
#news dl.official dt::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #707070;
    margin-left: 10px;
}
#news .sns_list li > a img {
    filter: invert(9%) sepia(2%) saturate(3788%) hue-rotate(170deg) brightness(98%) contrast(87%);
}

@media only screen and (max-width: 767px) {

    #news {
        padding: 60px 0;
    }
    #news .news_list li dl {
        flex-direction: column;
        gap: 4px 0
    }
    #news .news_list {
        padding-top: 0;
        margin-bottom: 30px;
    }
    #news .news_list li {
        padding: 14px 0;
        border-bottom: 1px solid #DCDCDC;
    }
    #news dl.official {
        flex-direction: column;
        gap: 8px 0
    }
    #news dl.official dt {
        text-align: center;
    }
    #news dl.official dt::after {
        content: none;
    }
    #news .sns_list {
        justify-content: center;
    }
}

/* --------------------------------
■companyRecruit
-------------------------------- */

#companyRecruit {
    padding: 0;
}
#companyRecruit .flex_box > div {
    width: 50%;
    max-height: 479px;
    background: url("../../images/index/company.webp") no-repeat center;
    background-size: cover;
    position: relative;
    aspect-ratio: 678 / 479;
    transition: all 500ms 0s ease;
}
#companyRecruit .flex_box > div.recruit {
    background: url("../../images/index/recruit.webp") no-repeat center;
    background-size: cover;
}
#companyRecruit .flex_box a {
    color: var(--link-color-white, #fff);
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    padding: 40px;
}
#companyRecruit .flex_box > div:hover {
    background-color: rgba(0,0,0,0.2);
    background-blend-mode: darken;
}
#companyRecruit .flex_box dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#companyRecruit .title._lv3 {
    margin-bottom: 0;
}
#companyRecruit .title._lv3 > small {
    font-weight: 400;
}

@media (max-width: 1300px) and (min-width: 768px) {

    #companyRecruit .flex_box a {
        padding: 4%;
    }
}

@media only screen and (max-width : 767px) {

    #companyRecruit .flex_box a {
        padding: 4%;
    }
    #companyRecruit .flex_box dl {
        align-items: flex-end;
    }
    #companyRecruit .title._lv3 {
        line-height: 1;
    }
    #companyRecruit .buttonStyle img {
        width: 34px;
        height: 34px;
    }
}
