@charset "utf-8";
/*
Theme Name: ミダスキャピタル
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/
/* Custom Properties
--------------------------------------------------*/
/* properties */
:root {
    --color-primary: #CEA000;
    --color-primary-20: #f8f4e4;
    --color-txt: #000;
    --color-txt-sub: #606060;
    --color-gray: #808080;
    --color-light-gray: #fafafa;
    --color-error: #D80000;
    --inner-width: 1240px;
}
/* Reset
--------------------------------------------------*/
/*  reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, select, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
img, iframe {
    vertical-align: bottom;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
/* general
--------------------------------------------------*/
/* link */
a {
    color: var(--color-txt);
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus {
    color: var(--color-primary);
}
a:hover img,
a:focus img {
    opacity: .5;
}
/* transition */
a,
a img,
button,
input {
    transition: all .4s;
}
/* color */
.color-txt {
    color: var(--color-txt);
}
.color-txt-sub {
    color: #606060
}
.color-primary {
    color: var(--color-primary);
}
.color-white {
    color: #fff;
}
.color-error {
    color: #D80000;
}
.color-hover-txt:hover,
.color-hover-txt:focus {
    color: var(--color-txt);
}
/* font */
strong {
    font-weight: bold;
}
.en {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 300;
}
.ta-c {
    text-align: center;
}
.ta-r {
    text-align: right;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
/* img */
img {
    max-width: 100%;
    height: auto;
}
/* position */
.relative {
    position: relative;
}
/* pc sp */
.sp {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
/* layout
--------------------------------------------------*/
/* html */
html {
    font-size: 16px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    overflow-wrap:break-word;
}
html.no-scroll,
body.no-scroll {
    overflow: hidden;
}
/* body */
body {
    color: var(--color-txt);
    background: #fff;
}
/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1000;
    pointer-events: none;
}
.haeder-inner {
    display: flex;
    align-items: center;
}
.haeder-inner {
    max-width: 1800px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all .4s;
    pointer-events: auto;
}
.haeder-inner:hover {
    background: rgba(250, 250, 250, .6);
    backdrop-filter: blur(10px);
}
.header-logo {
    flex: 0 0 auto;
    margin-right: 40px;
}
@media screen and (max-width: 768px) {
    header {
        padding: 0;
    }
    .haeder-inner {
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px 10px 10px 15px;
    }
    .haeder-inner:hover {
        background: none;
    }
    .header-logo {
        width: 100px;
        margin-right: 0;
    }
}
/* groval-nav */
.groval-nav,
.groval-nav > div,
.groval-nav ul,
.nav-flex-sp {
    display: flex;
    align-items: center;
}
.groval-nav {
    flex: 1 1 auto;
    justify-content: space-between;
}
.groval-nav ul li:not(:last-child) {
    margin-right: 30px;
}
.groval-nav ul a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .04em;
}
.groval-nav ul a::after {
    display: none;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s;
}
.groval-nav ul a:hover::after,
.groval-nav ul a:focus::after {
    transform: scaleX(1);
    transform-origin: left;
}
.nav-btn-foundation {
    margin-left: 20px;
    padding-left: 20px;
    border-left: solid 1px var(--color-txt);
}
.nav-btn-foundation a {
    display: block;
    padding-right: 12px;
    font-size: 14px;
    line-height: 1.3;
    background: url("img/common/ico-link.svg") no-repeat right bottom;
}
.nav-btn-foundation a small {
    display: block;
    font-size: .8em;
}
.nav-btn-contact {
    margin-left: 20px;
}
.nav-btn-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.5em;
    height: calc(32em / 12);
    font-size: 12px;
    line-height: 1;
    border: solid 1px var(--color-txt);
    border-radius: 9999px;
}
.nav-btn-contact a:hover,
.nav-btn-contact a:focus {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.nav-btn-language {
    position: relative;
    margin-left: 40px;
    font-size: 14px;
    line-height: 1;
}
.header-lang-trigger {
    cursor: pointer;
}
.nav-btn-language:hover .header-lang-trigger,
.nav-btn-language:focus .header-lang-trigger {
    color: var(--color-primary);
}
.header-lang-select {
    position: absolute;
    top: 0;
    right: -20px;
    display: none;
    padding-top: 38px;
    cursor: pointer;
}
.header-lang-select-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding: 16px;
    background: rgba(250, 250, 250, .6);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    cursor: default;
}
.header-lang-select a {
    display: block;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .groval-nav,
    .groval-nav > div,
    .groval-nav ul {
        flex-direction: column;
        align-items: stretch;
    }
    .groval-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 50px 25px 0;
        box-sizing: border-box;
    }
    .groval-nav.active {
        display: flex;
    }
    .groval-nav > div:first-child {
        position: relative;
        margin-bottom: 32px;
        padding-bottom: 32px;
    }
    .groval-nav ul a::after {
        display: none;
    }
    .groval-nav > div:first-child::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 22px;
        height: 1px;
        background: #c0c0c0;
    }
    .groval-nav ul {
        gap: 24px;
    }
    .groval-nav ul a {
        color: var(--color-primary);
        font-size: 16px;
        letter-spacing: .08em;
    }
    .nav-flex-sp {
        justify-content: space-between;
        margin-top: 80px;
    }
    .nav-btn-foundation {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
    .nav-btn-foundation a {
        padding-right: 15px;
        color: #606060;
        font-size: 15px;
    }
    .nav-btn-language {
        margin-top: 80px;
        margin-left: 0;
    }
    .header-lang-select {
        position: relative;
        top: auto;
        right: auto;
        padding-top: 10px;
    }
    .header-lang-select-inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        padding: 10px;
    }
}
/* nav-btn */
.nav-btn {
    display: none;
    position: relative;
    width: 16px;
    height: 16px;
    padding: 20px;
    z-index: 1000;
    background: #fff;
    cursor: pointer;
    transition: all .4s;
    border-radius: 8px;
}
.nav-btn i,
.nav-btn i:before,
.nav-btn i:after {
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    border-radius: 1px;
}
.nav-btn i {
    top: 50%;
    left: 50%;
    background: #c0c0c0;
    transform: translate(-50%, -1px);
    transition: .1s;
}
.nav-btn i:before,
.nav-btn i:after {
    content: "";
    top: 0;
    left: 0;
    background: var(--color-primary);
    transition: .4s;
}
.nav-btn i:before {
    margin-top: -7px;
}
.nav-btn i:after {
    margin-top: 7px;
}
.nav-btn.close {
    background: var(--color-primary);
}
.nav-btn.close i {
    width: 22px;
    background: transparent;
}
.nav-btn.close i:before,
.nav-btn.close i:after {
    width: 22px;
    margin-top: 0;
    background: #fff;
}
.nav-btn.close i:before {
    transform: rotate(-45deg);
}
.nav-btn.close i:after {
    transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
    .nav-btn {
        display: block;
    }
}
/* mask */
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary-20);
    z-index: 999;
}
/* section */
.sec-rounded {
    margin-top: -16px;
    background: #fff;
    border-radius: 16px 16px 0 0;
}
.bg-black-50 {
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
    .sec-rounded {
        margin-top: -8px;
        border-radius: 8px 8px 0 0;
    }
}
/* sec-inner */
.sec-inner {
    max-width: var(--inner-width);
    margin: 0 auto;
    padding: min(8%, 100px) min(5%, 62px);
}
.sec-inner.line-yellow,
.sec-inner.line-black,
.sec-inner.line-white {
    position: relative;
}
.sec-inner.line-yellow::before,
.sec-inner.line-black::before,
.sec-inner.line-white::before {
    content: "";
    position: absolute;
    left: min(5%, 62px);
    width: 1px;
}
.sec-inner.line-right::before {
    left: auto;
    right: min(5%, 62px);
}
.sec-inner.line-yellow::before {
    top: 0;
    height: 20px;
    background: var(--color-primary);
}
.sec-inner.line-black::before {
    top: -60px;
    height: 120px;
    background: #000;
}
.sec-inner.line-white::before {
    top: -60px;
    height: 120px;
    background: #fff;
}
@media screen and (max-width: 768px) {
    .sec-inner {
        padding: 10% 6%;
    }
    .sec-inner.line-yellow::before,
    .sec-inner.line-black::before {
        left: 6%;
    }
    .sec-inner.line-right::before {
        left: auto;
        right: 6%;
    }
    .sec-inner.line-black::before {
        top: -30px;
        height: 60px;
    }
    .sec-inner.line-white::before {
        top: -30px;
        height: 60px;
    }
}
/* title */
.sec-title {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 300;
    font-size: 56px;
    line-height: 1.25;
}
@media screen and (max-width: 768px) {
    .sec-title {
        font-size: 40px;
    }
}
/* footer */
footer {
    color: #fff;
    background: #404040;
}
footer a {
    color: #fff;
}
footer a:hover,
footer a:focus {
    color: #EBD999;
}
.footer-txt-01 {
    margin-top: 27px;
    color: #c0c0c0;
    font-size: 12px;
    line-height: 1.5;
}
.footer-btn-mail {
    display: flex;
    align-items: center;
    margin-top: 27px;
    font-size: 12px;
}
.footer-btn-mail::before {
    content: "";
    display: block;
    width: 1.6em;
    height: 1.6em;
    margin-right: 10px;
    background: url("img/common/ico-mail.svg") no-repeat center center;
}
.footer-btn-mail a {
    display: block;
    text-decoration: underline;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.footer-flex a {
    color: var(--color-light-gray);
    font-size: 12px;
    text-decoration: underline;
}
.copyright {
    position: absolute;
    top: 20px;
    right: 0;
    color: var(--color-light-gray);
    font-size: 10px;
    letter-spacing: .02em;
    transform: rotate(90deg) translateX(100%);
    transform-origin: right top;
}
@media screen and (max-width: 768px) {
    .footer-txt-01,
    .footer-btn-mail {
        margin-top: 24px;
    }
}
/* btn-01 */
.btn-01 > * {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(40em / 12 - 2px);
    padding: 0 4em 0 1.5em;
    font-size: 12px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .04em;
    background: rgba(255, 255, 255, .3);
    border: solid #c0c0c0;
    border-width: 1px 0 1px 1px;
    border-radius: 9999px;
}
.btn-01 > span {
    color: #C0C0C0;
}
.btn-01 > button {
    cursor: pointer;
}
.btn-01 > *::before,
.btn-01 > *::after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    transition: all .4s;
}
.btn-01 > *::before {
    width: calc(40em / 12 - 2px);
    height: 100%;
    border: solid #c0c0c0;
    border-width: 1px;
    border-radius: 9999px;
}
.btn-01 > *::after {
    width: calc(40em / 12);
    height: calc(100% + 2px);
    background: var(--color-primary);
    mask: url("img/common/arrow-01.svg") no-repeat center center;
    mask-size: 2em 2em;
}
.btn-01 > span::after {
    background: #C0C0C0;
}
.btn-01 a:hover,
.btn-01 a:focus,
.btn-01 button:hover,
.btn-01 button:focus {
    color: var(--color-primary);
    background: var(--color-primary-20);
}
.btn-01 a:hover::before,
.btn-01 a:focus::before,
.btn-01 button:hover::before,
.btn-01 button:focus::before {
    background: var(--color-primary);
}
.btn-01 a:hover::after,
.btn-01 a:focus::after,
.btn-01 button:hover::after,
.btn-01 button:focus::after {
    background: #fff;
}
/* btn-prev */
.btn-prev {
    display: flex;
}
.btn-prev > * {
    padding: 0 1.5em 0 4em;
    border-width: 1px 1px 1px 0;
}
.btn-prev > *::before,
.btn-prev > *::after {
    right: auto;
    left: 0;
}
.btn-prev > *::after {
    transform: scale(-1, 1);
}
/* ico-btn */
.ico-btn {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #c0c0c0;
    border-radius: 9999px;
    transition: all .4s;
}
.ico-btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    mask: url("img/common/arrow-01.svg") no-repeat center center;
    transition: all .4s;
}
a:hover .ico-btn,
a:focus .ico-btn {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
a:hover .ico-btn::after,
a:focus .ico-btn::after {
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .ico-btn {
        width: 24px;
        height: 24px;
    }
    .ico-btn::after {
        mask-size: 15px 15px;
    }
}
/* fv */
.fv::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
    z-index: -1;
    background: #fff no-repeat center center;
    background-size: cover;
}
.fv-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: var(--inner-width);
    margin: 0 auto;
    height: 540px;
    padding: 0 min(5%, 62px);
}
@media screen and (max-width: 768px) {
    .fv::before {
        height: 0;
        padding-top: calc(780 / 750 * 100%);
    }
    .fv-inner {
        height: calc(780 / 750 * 100vw);
        padding: 66px 6% 0;
        box-sizing: border-box;
    }
}
/* top
--------------------------------------------------*/
/* top-movie */
.top-movie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background: #eaeaea;
}
.top-movie + section {
    margin-top: min(1080px - 16px, calc(1080% / 1920 * 100 - 16px));
}
.top-movie-inner {
    max-width: 1920px;
    margin: 0 auto;
}
.top-movie-video {
    position: relative;
    height: 0;
    padding-top: min(100vh, calc(1080% / 1920 * 100));
}
.top-movie-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}
.top-movie-video video.flash {
    opacity: 0;
    transition: all .4s;
}
.top-fv-txt {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 25%;
    opacity: 0;
}
.top-fv-txt.is-loaded {
    transition: opacity 1s ease-in;
    opacity: 1;
}
.top-movie-video .btn-01 {
    position: absolute;
    bottom: 10%;
    left: 5%;
}
@media screen and (max-width: 768px) {
    .top-movie {
        position: relative;
        z-index: auto;
    }
    .top-movie + section {
        position: relative;
        margin-top: -8px;
    }
    .top-movie-inner {
        padding-top: 5%;
    }
    .top-movie-video {
        position: relative;
        height: 0;
        padding-top: calc(1080% / 750 * 100);
    }
    .top-movie::after {
        display: none;
    }
    .top-fv-txt {
        position: absolute;
        top: 16%;
        left: 3%;
        width: 52%;
    }
}
/* top-pickup */
.top-pickup {
    padding-bottom: 16px;
    background: var(--color-light-gray);
    border-radius: 16px 16px 0 0;
}
.top-pickup .sec-inner {
    position: relative;
}
.top-pickup .sec-inner::before {
    content: "";
    position: absolute;
    top: -180px;
    right: min(5%, 62px);
    width: 1px;
    height: 180px;
    background: var(--color-primary);
}
.top-pickup .sec-inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: min(5%, 62px);
    width: 1px;
    height: 20px;
    background: #000;
}
.top-pickup h2 {
    position: absolute;
    top: 40px;
    right: min(5%, 62px);
    font-size: 12px;
    line-height: 1;
    transform: rotate(90deg) translate(100%, -50%);
    transform-origin: right top;
}
.top-pickup-slider {
    max-width: 940px;
    margin: 0 auto;
}
.top-pickup-box {
    display: flex;
    align-items: center;
    padding: 6px;
    background: #fff;
    border: solid 1px #e9e9e9;
    border-radius: 16px;
}
.top-pickup-img {
    flex-shrink: 0;
    width: 260px;
    margin-right: 40px;
    overflow: hidden;
    border-radius: 8px;
}
.top-pickup-prev,
.top-pickup-next {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 60px;
    padding: 10px;
    box-sizing: content-box;
    background: url("img/common/arrow-02.svg") no-repeat center center;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    transform: translateY(-50%);
}
.top-pickup-prev {
    left: -50px;
}
.top-pickup-next {
    right: -50px;
    transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 768px) {
    .top-pickup {
        padding-bottom: 8px;
        border-radius: 8px 8px 0 0;
    }
    .top-pickup .sec-inner {
        padding-left: 7%;
        padding-right: 7%;
    }
    .top-pickup .sec-inner::before {
        right: 4%;
    }
    .top-pickup .sec-inner::after {
        right: 4%;
        height: 14px;
    }
    .top-pickup h2 {
        top: 32px;
        right: 4%;
        font-size: 10px;
    }
    .top-pickup .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }
    .top-pickup .slick-dots li.slick-active button:before {
        color: var(--color-primary)
    }
    .top-pickup-box {
        border-radius: 8px;
    }
    .top-pickup-img {
        width: 160px;
        margin-right: 20px;
        border-radius: 4px;
    }
    .top-pickup-txt {
        font-size: 10px;
        line-height: 1.5;
    }
}
/* top-records */
.top-records {
    margin-top: -16px;
    padding-bottom: 16px;
    color: #fff;
    background: url("img/top/bg-portfolio.jpg") no-repeat center top;
    background-size: cover;
    border-radius: 16px 16px 0 0;
}
.top-records-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15%;
}
.top-record-box {
    width: 290px;
}
.top-record-title,
.top-record-en {
    margin-bottom: 10px;
    line-height: 1.5;
}
.top-record-title {
    font-size: 22px;
}
.top-record-en {
    opacity: .5;
    font-size: 14px;
}
.top-record-num {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    white-space: nowrap;
    font-size: 80px;
    line-height: 1;
    border-top: solid 1px rgba(255, 255, 255, .5);
}
.top-record-num::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -3px;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, .5);
    border-radius: 9999px;
}
.top-record-num small {
    padding-left: .5em;
    font-size: .4em;
}
.top-records-txt {
    margin-top: 60px;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .top-records {
        margin-top: -8px;
        padding-bottom: 8px;
        background-size: cover;
        border-radius: 8px 8px 0 0;
    }
    .top-records .sec-inner {
        padding-top: 15%;
    }
    .top-records-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        margin-top: 20%;
    }
    .top-record-box {
        width: 60%;
    }
    .top-record-title,
    .top-record-en {
        margin-bottom: 5px;
    }
    .top-record-title {
        font-size: 16px;
    }
    .top-record-en {
        font-size: 10px;
    }
    .top-record-num {
        margin-top: 10px;
        padding-top: 10px;
        font-size: 48px;
    }
    .top-records-txt {
        margin-top: 48px;
        text-align: left;
    }
}
/* top-portfolio */
.top-portfolio {
    margin-top: -16px;
    padding-bottom: 16px;
    background: var(--color-light-gray);
    border-radius: 16px 16px 0 0;
}
.top-portfolio .sec-title {
    color: #606060;
}
.top-portfolio-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px calc(60 / 1240 * 100%);
    align-items: center;
    margin-top: 40px;
}
.top-portfolio-list li {
    width: calc(265 / 1240 * 100%);
}
.top-portfolio-list a {
    position: relative;
    display: block;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}
.top-portfolio-list a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-light-gray);
}
.top-portfolio-list a:hover img:first-child,
.top-portfolio-list a:focus img:first-child {
    opacity: 1;
    background: #fff;
}
.top-portfolio-list a:hover img:last-child,
.top-portfolio-list a:focus img:last-child {
    opacity: 0;
}
.top-portfolio-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .top-portfolio {
        position: relative;
        margin-top: -8px;
        padding-bottom: 8px;
        border-radius: 8px 8px 0 0;
    }
    .top-portfolio .sec-inner {
        padding-top: 15%;
    }
    .top-portfolio-list {
        gap: 16px;
        margin-top: 20px;
    }
    .top-portfolio-list li {
        width: calc(50% - 8px);
    }
}
/* top-news */
.top-news {
    margin-top: -16px;
    padding-bottom: 16px;
    background: #fff;
    border-radius: 16px 16px 0 0;
}
.top-news .sec-title {
    margin-bottom: 60px;
    color: #606060;
}
.top-news-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .top-news {
        margin-top: -8px;
        padding-bottom: 8px;
        border-radius: 8px 8px 0 0;
    }
    .top-news .sec-title {
        margin-bottom: 30px;
    }
    .top-news-btn {
        padding-right: 20px;
    }
}
/* top-careers */
.top-careers {
    padding: 35% 3% 3%;
    background: var(--color-light-gray) url("img/top/bg-careers.jpg") no-repeat center top;
    background-size: 100% auto;
}
.top-careers .sec-inner {
    padding: min(4%, 50px);
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(10px);
    border-radius: 16px;
}
.top-careers .sec-title {
    color: #606060;
}
.top-careers-txt-01 {
    margin-top: 60px;
    color: #606060;
    font-size: 56px;
    line-height: 1.25;
}
.top-careers-txt-01 span {
    color: var(--color-primary);
}
.top-careers-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.top-careers-txt-02 {
    margin-top: 100px;
    font-size: 14px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .top-careers {
        padding: 110% 3% 8%;
        background-image: url("img/top/bg-careers-sp.jpg");
    }
    .top-careers .sec-inner {
        padding: 5%;
        border-radius: 8px;
    }
    .top-careers-txt-01 {
        font-size: 32px;
    }
    .top-careers-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .top-careers-txt-02 {
        margin-top: 60px;
        font-size: 14px;
        line-height: 2;
    }
}
/* concept
--------------------------------------------------*/
/* concept-lead */
.concept-lead {
    padding-top: 170px;
    background: #fff url("img/concept/bg-lead.jpg") no-repeat center top fixed;
}
.concept-area-01 {
    width: 420px;
    margin-top: 44px;
}
@media screen and (max-width: 768px) {
    .concept-lead {
        padding-top: 20%;
        background: #fff url("img/concept/bg-lead-sp.jpg") no-repeat center top;
        background-size: contain;
    }
    .concept-area-01 {
        width: 80%;
        margin-top: 32px;
    }
}
/* concept-goal */
.concept-goal {
    height: 648px;
    background: #fff url("img/concept/bg-01.jpg") no-repeat right bottom;
}
.concept-goal .sec-inner {
    position: relative;
}
.concept-goal .sec-inner::before {
    content: "";
    position: absolute;
    top: -60px;
    left: min(5%, 62px);
    width: 1px;
    height: 120px;
    background: #000;
} 
.concept-01 h3 {
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .concept-goal {
        height: auto;
        padding-bottom: 70%;
        background: #fff url("img/concept/bg-01-sp.jpg") no-repeat center bottom;
        background-size: contain;
    }
    .concept-goal .sec-inner::before {
        display: none;
    }
}
/* concept-aproach */
.concept-aproach-01,
.concept-aproach-02,
.concept-aproach-03 {
    position: relative;
    background: var(--color-light-gray);
}
.concept-movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.concept-movie video {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.concept-fixed-txt {
    position: absolute;
    top: 80px;
    right: 80px;
    color: var(--color-primary);
    font-size: 16px;
    transform: rotate(90deg) translate(100%, -50%);
    transform-origin: right top;
}
.concept-aproach-01 .sec-inner,
.concept-aproach-02 .sec-inner,
.concept-aproach-03 .sec-inner {
    padding-top: min(4%, 50px);
    padding-bottom: min(4%, 50px);
}
.concept-area-02 {
    position: relative;
    width: 640px;
    margin-top: 40px;
    padding: 40px 40px 40px 0;
}
.concept-area-02::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    border-radius: 16px;
}
.concept-area-02 > * {
    position: relative;
}
.concept-area-02 .top-record-num {
    border-top-color: #c0c0c0;
}
.concept-area-02 .top-record-num::after {
    background: #c0c0c0;
}
.concept-aproach-flex {
    display: flex;
    gap: 40px;
}
@media screen and (max-width: 768px) {
    .concept-aproach-01,
    .concept-aproach-02,
    .concept-aproach-03 {
        background-size: contain;
    }
    .concept-movie {
        height: auto;
    }
    .concept-fixed-txt {
        top: 0;
        left: 6%;
        right: auto;
        font-size: 10px;
        transform: rotate(90deg) translate(0, -50%);
        transform-origin: left top;
    }
    .concept-aproach-01 .concept-fixed-txt {
        top: 140px;
    }
    .concept-aproach-01 .sec-inner,
    .concept-aproach-02 .sec-inner,
    .concept-aproach-03 .sec-inner {
        padding-bottom: 15%;
    }
    .concept-aproach-01 .sec-inner {
        position: relative;
        padding-top: 60px;
    }
    .concept-aproach-01 .sec-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 6%;
        width: 1px;
        height: 20px;
        background: var(--color-primary);
    }
    .concept-area-02 {
        width: 80%;
        margin-top: 60%;
        padding: 24px 24px 24px 0;
    }
    .concept-area-02::before {
        border-radius: 8px;
    }
    .concept-aproach-flex {
        flex-direction: column;
        gap: 30px;
    }
}
/* portfolios
--------------------------------------------------*/
/* portfolios-fv */
.portfolios-fv::before {
    background-image: url("img/portfolios/bg.jpg");
}
@media screen and (max-width: 768px) {
    .portfolios-fv::before {
        background-image: url("img/portfolios/bg-sp.jpg");
    }
}
/* portfolios-list */
.portfolios-list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px calc(35 / 1240 * 100%);
}
.portfolios-list li {
    display: flex;
    width: calc(390 / 1240 * 100%);
}
.portfolios-list li a {
    position: relative;
    padding: 25px;
    color: #000;
    box-sizing: border-box;
    background: var(--color-light-gray);
    border-radius: 8px;
}
.portfolios-list li a:hover,
.portfolios-list li a:focus {
    background: #FAF5E5;
}
.portfolios-list li a img {
    display: block;
    margin-bottom: 30px;
    background: #fff;
}
.portfolios-list li a:hover img,
.portfolios-list li a:focus img {
    opacity: 1;
}
.portfolios-label {
    position: absolute;
    top: 25px;
    left: 25px;
    padding: .6875em 2em;
    color: #fff;
    background: var(--color-primary);
    border-radius: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
    .portfolios-list li {
        width: 100%;
    }
}
/* team
--------------------------------------------------*/
/* team-fv */
.team-fv::before {
    background-image: url("img/team/bg.jpg");
}
@media screen and (max-width: 768px) {
    .team-fv::before {
        background-image: url("img/team/bg-sp.jpg");
    }
}
/* team-list */
.team-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px calc(40 / 1240 * 100%);
    margin-bottom: min(8%, 100px);
}
.team-list li {
    display: flex;
    width: calc(280 / 1240 * 100%);
}
.team-list li a {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.team-list-pic {
    overflow: hidden;
    border-radius: 2px;
}
.team-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .team-list {
        gap: 32px 16px;
    }
    .team-list li {
        display: flex;
        width: calc(50% - 8px);
    }
    .team-list li a {
        gap: 16px;
    }
}
/* team-detail */
.team-detail {
    position: fixed;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 min(5%, 62px);
    box-sizing: border-box;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: top .8s ease, opacity 0s ease .8s;
}
.team-detail.active {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: top .8s ease;
}
.team-detail-inner {
    display: flex;
    align-items: flex-end;
    max-width: var(--inner-width);
    margin: 0 auto;
}
.team-detail-pic {
    flex-shrink: 0;
    width: calc(600 / 1240 * 100%);
    margin-right: 60px;
    overflow: hidden;
    border-radius: 2px;
}
.team-detail-name {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin: 24px 0 64px;
}
.team-detail-close {
    position: absolute;
    top: 40px;
    right: 44px;
    width: 66px;
    height: 26px;
    background: var(--color-primary);
    mask: url("img/common/ico-close.svg") no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.team-detail-close:hover,
.team-detail-close:focus {
    background: var(--color-txt-sub);
}
@media screen and (max-width: 768px) {
    .team-detail {
        justify-content: flex-start;
        padding: 6%;
        overflow-y: scroll;
    }
    .team-detail-inner {
        flex-direction: column;
        padding-top: 33px;
    }
    .team-detail-pic {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .team-detail-name {
        margin: 24px 0 32px;
    }
    .team-detail-close {
        top: 20px;
        right: 6%;
        width: 32px;
        height: 13px;
    }
}
/* company
--------------------------------------------------*/
/* company-fv */
.company-fv::before {
    height: 100%;
    background-image: url("img/company/bg.jpg");
}
.company-fv .fv-inner {
    height: 60vh;
}
@media screen and (max-width: 768px) {
    .company-fv::before {
        height: 100%;
        padding-top: 0;
        background-image: url("img/company/bg-sp.jpg");
    }
    .company-fv .fv-inner {
        height: calc(780 / 750 * 100vw);
    }
}
/* company-vision */
.company-vision .sec-inner {
    padding-top: min(12%, 150px);
    padding-bottom: min(12%, 150px);
}
.company-dl {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 0;
}
.company-dl dt {
    width: calc(320 / 1240 * 100%);
    padding-top: 32px;
}
.company-dl dd {
    width: calc(920 / 1240 * 100%);
    margin-bottom: 24px;
}
.company-dl dt.line,
.company-dl dd.line {
    border-top: solid 1px rgba(255, 255, 255, .2);
}
.company-ol li {
    display: flex;
    align-items: center;
    gap: 43px;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
}
.company-ol-num  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 164px;
    height: 164px;
    color: #fff;
    font-weight: 100;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, .2);
    border-radius: 9999px;
}
.company-message {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    margin-top: 10%;
    padding: 4% 8% 5%;
    color: #fff;
    background: #585858;
    border-radius: 8px;
}
.company-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 1px;
    height: 16px;
    background: var(--color-primary);
}
.company-message h3 {
    width: 100%;
}
.company-message-pic {
    width: 28%;
}
.company-message-txt {
    width: calc(72% - 64px);
}
@media screen and (max-width: 768px) {
    .company-dl {
        flex-direction: column;
        gap: 32px 0;
    }
    .company-dl dt,
    .company-dl dd {
        width: 100%;
    }
    .company-dl dt {
        padding-top: 0;
    }
    .company-dl dt.line {
        padding-top: 32px;
    }
    .company-dl dd {
        margin-bottom: 0;
    }
    .company-ol li {
        gap: 8px 24px;
        padding: 24px 0;
    }
    .company-ol-num  {
        width: 72px;
        height: 72px;
        font-size: 40px;
    }
    .company-message {
        gap: 30px;
        margin-top: 10%;
        padding: 8% 10% 8%;
        border-radius: 4px;
    }
    .company-message-pic,
    .company-message-txt {
        width: 100%;
    }
}
/* company-info */
.company-info .sec-inner {
    display: flex;
}
.company-info-title {
    width: calc(300 / 1240 * 100%);
}
.company-info-table {
    width: calc(940 / 1240 * 100%);
}
.company-info-table th,
.company-info-table td {
    padding: 32px 0;
}
.company-info-table tr:not(:last-child) th,
.company-info-table tr:not(:last-child) td {
    border-bottom: solid 1px #cdcdcd;
}
.company-info-table th {
    padding-right: 80px;
}
.company-map-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.btn-map a {
    display: block;
    padding: calc(1em / 1.2) 1.5em calc(1em / 1.2) 3em;
    line-height: 1;
    background: url("img/common/ico-map.svg") no-repeat left 1em center;
    border: solid 1px #c0c0c0;
    border-radius: 9999px;
}
.btn-map a:hover,
.btn-map a:focus {
    color: var(--color-txt);
    background-color: var(--color-primary-20);
}
.company-map {
    width: 100%;
    height: 320px;
    background: #e0e0e0;
}
.list-dot {
    list-style: disc;
    list-style-position: inside;
}
@media screen and (max-width: 768px) {
    .company-info .sec-inner {
        flex-direction: column;
        gap: 40px;
    }
    .company-info-title,
    .company-info-table {
        width: 100%;
    }
    .company-info-table,
    .company-info-table th,
    .company-info-table td {
        display: block;
        width: 100%;
    }
    .company-info-table th {
        padding: 0 0 16px;
    }
    .company-info-table td {
        margin-bottom: 32px;
        padding: 0 0 32px;
    }
    .company-info-table tr:not(:last-child) th {
        border-bottom: none;
    }
    .company-map-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 16px;
    }
}
/* company-project */
.company-project {
    position: relative;
    margin-top: min(50%, 800px);
    padding: 1px 0 max(5%, 96px);
    background: var(--color-light-gray);
}
.company-project .sec-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    max-width: 1000px;
    margin-top: min(-15%, -288px);
    text-align: center;
    background: #fff;
    border-radius: 8px;
}
@media screen and (max-width: 768px) {
    .company-project {
        margin-top: 80%;
        padding: 1px 6% 8%;
        background: var(--color-light-gray);
    }
    .company-project .sec-inner {
        gap: 40px;
        margin-top: -40%;
        text-align: left;
    }
    .company-project-img {
        overflow-x: scroll;
    }
    .company-project-img img {
        display: block;
        width: 200%;
        max-width: none;
    }
}
/* career
--------------------------------------------------*/
/* career-fv */
.career-fv::before {
    height: 440px;
    background: #FDFAF3;
}
.career-fv .fv-inner {
    height: 440px;
}
@media screen and (max-width: 768px) {
    .career-fv::before {
        height: 0;
        padding-top: calc(680 / 750 * 100%);
        background: #FDFAF3;
    }
    .career-fv .fv-inner {
        height: calc(680 / 750 * 100vw);
    }
}
/* career-slide */
.career-slide {
    display: flex;
    overflow: hidden;
    margin-top: -100px;
}
.career-slide-wrap {
    flex: 0 0 auto;
    display: flex;
    gap: 16px;
    transform: translateX(0);
    will-change: transform;
    animation: auto-scroll 60s linear infinite;
}
.career-slide-wrap > * {
    flex: 0 0 auto;
}
.career-slide-vertical {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
@keyframes auto-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-50% - 16px)); }
}
.career-slide-wrap img {
    display: block;
    border-radius: 8px;
}
@media screen and (max-width: 768px) {
    .career-slide {
        margin-top: -50px;
    }
    .sp-w-510 {
        width: 510px;
    }
    .sp-w-280 {
        width: 280px;
    }
    .sp-w-260 {
        width: 260px;
    }
}
/* career-contents */
.career-contents {
    background: #fff;
}
.career-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.career-left,
.career-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: calc(600 / 1240 * 100%);
}
.career-left {
    gap: 60px;
}
.career-right {
    gap: 30px;
}
.career-pic {
    width: 260px
}
.career-more {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 64px;
    height: 490px;
    padding: 4%;
    box-sizing: border-box;
    background: url("img/career/bg-01.jpg") no-repeat center center;
    background-size: cover;
}
.career-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4%;
    width: 1px;
    height: 16px;
    background: var(--color-primary);
}
.career-more-bottom {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.career-more-btn {
    display: flex;
}
.career-more-btn a {
    color: #fff;
    background: var(--color-primary);
    border-color: #fff;
}
.career-more-btn a::before {
    border-color: #fff;
}
.career-more-btn a::after {
    background: #fff;
}
.career-more-btn a:hover,
.career-more-btn a:focus {
    border-color: var(--color-primary);
}
.career-more-btn a:hover::before,
.career-more-btn a:focus::before {
    background: var(--color-primary-20);
    border-color: var(--color-primary);
}
.career-more-btn a:hover::after,
.career-more-btn a:focus::after {
    background: var(--color-primary);
}
@media screen and (max-width: 768px) {
    .career-flex {
        flex-direction: column;
        gap: 32px;
    }
    .career-left,
    .career-right {
        gap: 10px;
        width: 100%;
    }
    .career-pic {
        width: 50%;
        margin: 30px 0 20px;
    }
    .career-more {
        height: 340px;
        padding: 8%;
        box-sizing: border-box;
        background-image: url("img/career/bg-01-sp.jpg");
    }
    .career-more::before {
        left: 8%;
    }
    .career-more-bottom {
        gap: 17px;
    }
}
/* news
--------------------------------------------------*/
/* news-fv */
.news-fv::before {
    background-image: url("img/news/bg.jpg");
}
@media screen and (max-width: 768px) {
    .news-fv::before {
        background-image: url("img/news/bg-sp.jpg");
    }
}
/* archive-inner */
.archive-inner {
    display: flex;
    justify-content: space-between;
    gap: 10%;
}
@media screen and (max-width: 768px) {
    .archive-inner {
        flex-direction: column;
        gap: 40px;
    }
}
/* archive-left */
.archive-left {
    flex: 0 0 auto;
    width: calc(260 / 1240 * 100%);
}
.archive-left ul li {
    margin-top: 16px;
}
.archive-left li a {
    display: block;
    padding: .5em 0;
    line-height: 1;
}
.archive-left li a:hover {
    color: var(--color-txt);
    background: var(--color-primary-20);
}
.archive-left li a small {
    padding-left: 1em;
    color: #484848;
    font-size: .5em;
    letter-spacing: .04em;
}
.archive-search {
    display: flex;
    align-items: center;
    margin-top: 1em;
    background: var(--color-light-gray);
    border-radius: 4px;
}
.archive-search input[type="text"] {
    width: calc(100% - 40px);
    padding: 10px 0 10px 10px;
    font-size: 14px;
    line-height: 20px;
    background: var(--color-light-gray);
}
.archive-search button {
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .archive-left {
        width: 100%;
    }
    .archive-left ul {
        display: flex;
        gap: 10px;
        overflow-x: scroll;
        padding-bottom: 15px;
    }
    .archive-left li {
        flex-shrink: 0;
        width: 50%;
        white-space: nowrap;
    }
}
/* archive-right */
.archive-right {
    flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
    .archive-right {
        width: 100%;
    }
}
/* news-list */
.news-list li {
    border-bottom: solid 1px #cdcdcd;
}
.news-list a {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 32px 0;
    font-size: 14px;
    line-height: 2;
}
.news-list a:hover,
.news-list a:focus {
    color: var(--color-txt);
    background: #FDFAF2;
}
.news-date,
.news-category {
    white-space: nowrap;
}
.news-category span {
    display: block;
    width: 120px;
    padding: .5em 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border: solid 1px #c0c0c0;
    border-radius: 9999px;
}
@media screen and (max-width: 768px) {
    .news-list a {
        flex-wrap: wrap;
        gap: 20px 32px;
        padding: 16px 0;
    }
    .news-category span {
        width: 96px;
        padding: .2em 0;
    }
}
/* archive-pager */
.archive-pager {
    margin-top: 40px;
}
.archive-pager .nav-links,
.archive-pager .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.archive-pager .nav-links > *,
.archive-pager .page-numbers > * {
    display: block;
    min-width: 1em;
    text-align: center;
}
.archive-pager .nav-links,
.archive-pager .nav-links a,
.archive-pager .page-numbers,
.archive-pager .page-numbers a {
    color: var(--color-txt-sub);
    font-size: 14px;
    line-height: 1;
}
.archive-pager .nav-links a:hover,
.archive-pager .nav-links a:focus,
.archive-pager .page-numbers a:hover,
.archive-pager .page-numbers a:focus {
    color: var(--color-primary);
}
.archive-pager .nav-links .current,
.archive-pager .page-numbers .current {
    position: relative;
}
.archive-pager .nav-links .current::after,
.archive-pager .page-numbers .current::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-txt-sub);
}
/* single
--------------------------------------------------*/
/* single-fv */
.single-fv {
    background: #FBF8F0;
}
.single-fv::before {
    display: none;
}
.single-fv .fv-inner {
    height: auto;
    padding-top: 160px;
    padding-bottom: 120px;
}
.single-fv-inner {
    display: flex;
    align-items: flex-end;
}
.single-fv-inner h2 {
    margin-bottom: -.4em;
}
.single-fv-left {
    display: flex;
    flex-direction: column;
    gap: 64px;
    flex: 0 0 auto;
    width: calc(260 / 1240 * 100%);
}
@media screen and (max-width: 768px) {
    .single-fv::before {
        background: #FBF8F0;
    }
    .single-fv .fv-inner {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .single-fv-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }
    .single-fv-left {
        gap: 32px;
        width: 100%;
    }
    .single-fv-left dl {
        display: flex;
        flex-wrap: wrap;
    }
    .single-fv-left dl > * {
        width: 50%;
    }
    .single-fv-left dl dd:nth-child(2) {
        order: 3;
    }
}
/* single-inner */
.single-inner {
    display: flex;
    justify-content: space-between;
    gap: 10%;
}
/* single-left */
.single-left {
    flex: 0 0 auto;
    width: calc(260 / 1240 * 100%);
}
/* single-right */
.single-right {
    flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
    .single-right {
        width: 100%;
    }
}
/* single-pager */
.single-pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #C0C0C0;
}
/* single-content */
.single-content {
    font-size: 14px;
    line-height: 2;
}
.single-content h2,
.single-content h3,
.single-content h4,
.single-content > p,
.single-content > .wp-block-image,
.single-content > table,
.single-content > ul,
.single-content > ol {
    margin-bottom: 32px;
}
.single-content > h2:not(:first-child),
.single-content > h3:not(:first-child) {
    margin-top: 64px;
}
.single-content h2 {
    padding-left: 30px;
    font-size: 24px;
    line-height: 1.8;
    background: url("img/common/ico-h2.svg") no-repeat left top;
}
.single-content h3 {
    color: var(--color-primary);
    font-size: 18px;
    line-height: 1.8;
}
.single-content h4 {
    font-size: 16px;
    line-height: 1.8;
}
.single-content a {
    text-decoration: underline;
}
.single-content ul {
    list-style: disc;
    list-style-position: inside;
}
.single-content ol {
    list-style: decimal;
    list-style-position: inside;
}
.single-content table {
    width: 100%;
}
.single-content table th {
    white-space: nowrap;
}
.single-content hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 32px 0;
    background: #C0C0C0;
    border: none;
}
.single-iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.single-iframe iframe {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .single-content > h2 {
        padding-left: 24px;
        font-size: 18px;
        line-height: 1.5;
        background-size: auto 24px;
    }
}
/* page
--------------------------------------------------*/
/* page-fv */
.page-fv {
    background: var(--color-light-gray);
}
.page-fv::before {
    display: none;
}
.page-fv .fv-inner {
    height: auto;
    padding-top: 140px;
    padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .page-fv .fv-inner {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}
/* page-inner */
.page-inner {
    max-width: 940px;
}
/* contact
--------------------------------------------------*/
/* contact-inner */
.contact-inner {
    display: flex;
    justify-content: space-between;
}
.contact-left {
    flex: 0 0 auto;
    width: calc(270 / 1240 * 100%);
}
.contact-wrap {
    flex: 0 0 auto;
    width: calc(820 / 1240 * 100%);
}
@media screen and (max-width: 768px) {
    .contact-inner {
        flex-direction: column;
        gap: 48px;
    }
    .contact-left,
    .contact-wrap {
        width: 100%;
    }
}
/* contact-wrap */
.contact-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 0;
}
.contact-confirm {
    display: none;
}
.mw_wp_form_confirm .contact-input {
    display: none;
}
.mw_wp_form_confirm .contact-confirm {
    display: block;
}
.contact-wrap dt {
    width: 26%;
    padding: 1em 0;
}
.required label::after {
    content: " *";
    color: red;
}
.contact-wrap dd {
    width: 74%;
}
.mw_wp_form_confirm .contact-wrap dd {
    padding: 1em 0;
    border-bottom: solid 1px #e0e0e0;
}
.contact-wrap input[type="text"],
.contact-wrap input[type="email"],
.contact-wrap input[type="tel"],
.contact-wrap textarea {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 4px;
    background: var(--color-light-gray);
}
.contact-wrap textarea {
    line-height: 2;
}
.contact-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.contact-consent .mwform-checkbox-field-text {
    display: none;
}
.mw_wp_form .contact-consent .error {
    display: none;
}
.mw_wp_form_confirm .contact-consent-text {
    display: none;
}
.mwform-checkbox-field.horizontal-item {
    line-height: 0;
}
.contact-wrap input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #f4f4f4;
    cursor: pointer;
}
.contact-wrap input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    transform: rotate(-45deg);
}
.contact-wrap .btn-01 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.contact-wrap .btn-01 button {
    width: 100%;
    font-size: 16px;
}
.contact-wrap .btn-01 button.prev {
    padding: 0 1.5em 0 4em;
    border-width: 1px 1px 1px 0;
}
.contact-wrap .btn-01 button.prev::before,
.contact-wrap .btn-01 button.prev::after {
    right: auto;
    left: 0;
}
.contact-wrap .btn-01 button.prev::after {
    transform: scale(-1, 1);
}
.mwform-tel-field {
    display: flex;
    align-items: center;
}
.mwform-tel-field input[type="text"] {
    width: 6em !important;
}
@media screen and (max-width: 768px) {
    .contact-wrap {
        display: block;
    }
    .contact-required {
        margin-bottom: 1em;
        text-align: left;
    }
    .contact-wrap dt {
        width: auto;
        margin-bottom: .5em;
        padding: 0;
    }
    .contact-wrap dd {
        width: auto;
        margin-bottom: 20px;
    }
    .mw_wp_form_confirm .contact-btn button {
        width: calc(50% - 5px);
    }
}
/* contact-complete */
.contact-complete {
    text-align: center;
}
.contact-complete .btn-prev {
    justify-content: center;
}
.contact-complete .btn-prev a {
    width: 80%;
    max-width: 400px;
}
/* overrides
--------------------------------------------------*/
/* margin */
.mt-0 {
    margin-top: 0;
}
.mt-10 {
    margin-top: 10px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-64 {
    margin-top: 64px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-40 {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .mt-sp-0 {
        margin-top: 0;
    }
    .mt-sp-20 {
        margin-top: 20px;
    }
    .mt-sp-30 {
        margin-top: 30px;
    }
}
/* fonnt-size */
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-18 {
    font-size: 18px;
}
.fs-24 {
    font-size: 24px;
}
.fs-32 {
    font-size: 32px;
}
.fs-40 {
    font-size: 40px;
}
@media screen and (max-width: 768px) {
    .fs-sp-12 {
        font-size: 12px;
    }
    .fs-sp-14 {
        font-size: 14px;
    }
    .fs-sp-16 {
        font-size: 16px;
    }
    .fs-sp-18 {
        font-size: 18px;
    }
    .fs-sp-24 {
        font-size: 24px;
    }
}
/* line-height */
.lh-100 {
    line-height: 1;
}
.lh-125 {
    line-height: 1.25;
}
.lh-150 {
    line-height: 1.5;
}
.lh-180 {
    line-height: 1.8;
}
.lh-200 {
    line-height: 2;
}
.lh-225 {
    line-height: 2;
}
/* font-weight */
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
}
/* letter-spacing */
.ls-02 {
    letter-spacing: .02em;
}
.ls-04 {
    letter-spacing: .04em;
}
.ls-08 {
    letter-spacing: .08em;
}
