@charset "utf-8";

::-moz-selection {
    background: #575a5f;
    color: #fff;
}

::selection {
    background: #575a5f;
    color: #fff;
}


.container {
    max-width: initial !important;
}

.row>* {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* Basic
------------------------------------------ */
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 200;
    src: local("Noto Sans CJK JP"), url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2") format("woff2"),
        url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"), url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2") format("woff2"),
        url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff") format("woff"),
        url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff") format("woff"),
        url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 800;
    src: url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff") format("woff"),
        url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf") format("opentype");
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input,
textarea {
    font-size: 100%;
    vertical-align: middle;
}

body,
div,
p,
address,
dl,
dt,
dd,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

img {
    display: inline-block;
    border: none;
    max-width: 100%;
    height: auto;
}

caption {
    text-align: left;
}

table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}

fieldset {
    border: 0;
}

input {
    line-height: 100%;
}

ol,
ul {
    list-style-type: none;
}

label {
    cursor: pointer;
}

address {
    font-style: normal;
}

hr {
    display: none;
    visibility: hidden;
    height: 0;
    border: 0;
}

article,
aside,
header,
hgroup,
footer,
nav,
section,
dialog,
figure {
    display: block;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a[name] {
    color: #000;
}

a[href^="tel:"] {
    @media screen and (min-width: 768px) {
        display: inline;
        text-wrap: nowrap;
        pointer-events: none;
        cursor: default;
    }
}

body.-is-noTouch a[name]:hover {
    color: #000;
    text-decoration: none !important;
}

a[name]:hover {
    outline: 0 !important;
}

a img {
    color: #000;
}

em {
    font-weight: bold;
    font-style: normal;
}

body {
    background: #EBEBF0 !important;
    color: #5A5A61 !important;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 2.0 !important;
    letter-spacing: 2px;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

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

    body {
        letter-spacing: 1px;
    }
}

html {
    scrollbar-width: initial;
    /* Firefox */
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
    /* IE, Edge */
}

/* Link */
a {
    color: #707070;
    text-decoration: none;
    word-wrap: break-word;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

body.-is-noTouch a:hover {
    text-decoration: underline;
}

/* Margin
------------------------------------------ */
.mgt0 {
    margin-top: 0 !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

/* Padding
------------------------------------------ */
.pdt0 {
    padding-top: 0 !important;
}

.pdl0 {
    padding-left: 0 !important;
}

/* Layout
------------------------------------------ */
.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clearboth {
    clear: both;
}

br.clear {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 0;
    font-size: 0;
}

.alL {
    text-align: left !important;
}

.alC {
    text-align: center !important;
}

.alR {
    text-align: right !important;
}

.vaT {
    vertical-align: top !important;
}

.vaM {
    vertical-align: middle !important;
}

.vaB {
    vertical-align: bottom !important;
}

/* Clearfix
------------------------------------------ */
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* Text
------------------------------------------ */
.nowrap {
    white-space: nowrap !important;
}

.bold {
    font-weight: bold !important;
}

.normal {
    font-weight: normal !important;
}

.mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

.desc-text {
    font-size: 18px;
}

/* pc sp
------------------------------------------ */
.pc {
    display: block;
}

.pcInline {
    display: inline-block;
}

.spInline,
.sp {
    display: none;
}

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

    .pcInline,
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .spInline {
        display: inline-block;
    }
}

/* wrapper
------------------------------------------ */
#wrapper {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #wrapper {
        overflow: hidden;
    }
}

/* fixedHeadHome
------------------------------------------ */
#fixedHeadHome {
    position: fixed;
    width: 100px;
    z-index: 5;
    pointer-events: none;
}

#fixedHeadHome p {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;

    height: 100vh;
    padding-left: 39px;
    font-size: 16px;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.07em;
    width: 200px;
}

#fixedHeadHome p span {
    display: block;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
    transform: rotate(-90deg) translate(-50%, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    white-space: pre;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #fixedHeadHome p {
        padding-left: 2.2vw;
    }
}

@media screen and (max-width: 767px) {
    #fixedHeadHome {
        opacity: 0;
    }
}

/* Header
------------------------------------------ */
.header-fixed {
    position: fixed;
    height: 150px;
    width: 100%;
    z-index: 999;
}

.header-right {
    position: relative;
    text-align: right;
    line-height: 150px;
}

.header-right>.header-right-inline {
    display: inline-block;
    padding: 0 20px;
    font-size: 1.3em;
    font-weight: 500;
}

.header-mail-logo {
    vertical-align: middle;
    padding-right: 10px;
    width: 50px;
    height: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header-fixed {
        height: 125px !important;
    }

    .header-right {
        line-height: 125px !important;
    }
}

@media screen and (max-width: 767px) {
    .header-fixed {
        height: 100px !important;
    }

    .header-right {
        line-height: 100px !important;
        padding-right: 10px;
    }

    .header-right>.header-right-inline {
        font-size: 3.5vw !important;
        padding: 0 5px !important;
        letter-spacing: 0;
    }

    .header-right>.tel {
        position: relative;
        top: 2px;
        left: 10px;
    }

    .header-mail-logo {
        padding-right: 0px;
        width: 40px;
        height: 40px;
    }

    .header-tel {
        letter-spacing: 2px;
    }

    .language-btn {
        position: relative;
        left: -4px;
    }
}


/* logo
------------------------------------------ */
#logo {
    position: fixed;
    line-height: 0;
    z-index: 100;
    fill: #2a2d31;
    display: block;
    top: 60px !important;
    left: 40px !important;
    right: auto !important;
    width: 200px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #logo {
        width: 185px;
        top: 50px !important;
    }
}

.navLogo svg,
#logo.fixed svg,
.navLogo img,
#logo.fixed img {
    width: 120px;
    height: 25px;
}

@media screen and (max-width: 767px) {
    #logo {
        top: 35px !important;
        left: 10px !important;
        position: fixed !important;
    }

    #pageTitle span#logo {
        padding: 0;
    }

    .navLogo>span {
        padding: 40px 0 0 8vw;
    }

    #logo svg,
    #logo img {
        width: 130px;
        height: 37px;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    #logo.fixed svg,
    #logo.fixed img {
        width: 130px;
        height: 37px;
    }
}

/* headerContact
------------------------------------------ */
#headerContact {
    opacity: 0;
    position: fixed;
    z-index: 10;
    width: 14%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: auto !important;
    z-index: 1000;
}

#headerContact.fixed {
    opacity: 1;
}

#headerContact p {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 82px 70px 0 0;
    font-size: 18px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1;
    letter-spacing: 0.07em;
}

#headerContact a {
    color: #414242;
    pointer-events: none;
}

#headerContact.fixed a {
    pointer-events: all;
}

body.-is-noTouch #headerContact a:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #headerContact {
        width: 18%;
    }
}

@media screen and (max-width: 767px) {
    #headerContact {
        display: none;
    }
}



/* mainVisual
------------------------------------------ */
#mainVisual {
    position: relative;
    min-height: 100vh;
    padding: 170px 0 0 20vw;
}

#mainVisual .image01 {
    position: relative;
    height: calc(100vh - 280px);
    line-height: 0;
    /* overflow: hidden; */
}

#mainVisual .image01 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

#mainVisual .scrollBlock01 {
    position: absolute;
    left: 49px;
    bottom: 0;
    z-index: 4;
    width: 1em;
}

#mainVisual .scrollBlock01 .scrollTxt01 {
    margin-left: -2px;
    padding: 10px 0 0 0;
    color: #414242;
    font-size: 16px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1;
    letter-spacing: 0.07em;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#mainVisual .scrollBlock01 .scrollLine01 {
    margin: 0 auto;
}

.scrollBlock02 {
    position: absolute;
    left: 49px;
    bottom: 40vh;
    z-index: 4;
    width: 1em;
}

#mainVisual a {
    text-decoration: none;
}

.scrollBlock02 a::hover {
    text-decoration: none;
}

.scrollBlock02 .scrollTxt01 {
    margin-left: -2px;
    padding: 10px 0 0 0;
    color: #414242;
    font-size: 16px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1;
    letter-spacing: 0.07em;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media screen and (min-width: 1025px) {
    #mainVisual .image01 {
        min-height: 488px;
        /* min-height: 46.24vw;
    max-width: 1280px;
    max-height: 740px; */
    }
}

@media screen and (max-height: 768px) {
    body.-is-pc #about>.vessel {
        padding-top: 170px !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    #mainVisual {
        height: auto;
        min-height: auto;
    }

    #mainVisual .image01 {
        height: calc(670px - 135px);
    }

    #mainVisual .scrollBlock01 {
        display: none;
    }

    .scrollBlock02 {
        bottom: 20vh;
    }
}

@media screen and (max-width: 767px) {
    #mainVisual {
        padding: 85px 0 0 30px;
        height: auto;
        min-height: auto;
    }

    #pageTitle .tagline01 {
        position: relative;
        top: 0;
        left: 30px;
        right: auto;
        font-size: 10px;
        line-height: 1.8;
        letter-spacing: 0;
        margin-bottom: 7px;
    }

    #mainVisual .image01 {
        padding-top: 84.3478%;
        height: 0;
    }

    #mainVisual .scrollBlock01 {
        display: none;
    }

    .scrollBlock02 {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    #pageTitle .tagline01 {
        margin-top: -15px;
        margin-right: 30px;
    }
}


/* footer
------------------------------------------ */
#footer {
    position: relative;
    padding: 12vw 0 0.5vw 0;
    background: #5A5A61;
    color: #fff;
    z-index: 1;
}


#footer>.vessel {
    padding: 0 10vw;
}

.footer-img {
    width: 30%;
}

.footer-copy {
    text-align: right;
}

.copyright01 {
    font-size: 1.3vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {}

@media screen and (max-width: 767px) {
    #footer {
        padding: 49px 0 10px 0;
    }

    .footer-copy {
        text-align: center;
        margin: 3vw 0vw;
    }

    .footer-align {
        text-align: center;
    }

    .copyright01 {
        font-size: 2.3vw;
        padding-top: 5vw;
    }

}

/* common
------------------------------------------ */
/* headMod01 */
.headMod01 .en {
    display: block;
    color: #5e6165;
    font-size: 5vw;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
}

.headMod01-main {
    color: #5A5A61;
    font-size: 5vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
}

.headMod01 .ja {
    display: block;
    margin: 0px 3px;
    color: #7D7D82;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.875;
    letter-spacing: 0.12em;
}

#flow .headMod01 .ja {
    margin-left: 0;
}

#contact .headMod01 .en {
    font-size: 70px;
    text-align: center;
    text-indent: 0.06em;
    letter-spacing: -0.02em;
}

#contact .headMod01 .ja {
    margin: -5px 0 0 0;
    text-align: center;
    text-indent: 0.12em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .headMod01 .en {
        font-size: 5vw;
        letter-spacing: 0;
    }

    .headMod01 .ja {
        margin: 0px 2px;
    }
}

@media screen and (max-width: 767px) {
    .headMod01 .en {
        font-size: 60px;
        letter-spacing: 0;
    }

    .headMod01 .ja {
        margin: 0px 2px;
        font-size: 14px;
    }

    .headMod01-main {
        font-size: 11vw;
    }

    #contact .headMod01 .en {
        font-size: 60px;
    }

    #contact .headMod01 .ja {
        margin: -8px 0 0 0;
    }
}


/* scrollLine01 */
.scrollLine01 {
    position: relative;
    margin: 49px 0 0 37px;
    width: 1px;
    height: 30px;
    z-index: 4;
    background: #707070;
}


.scrollLine01:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: 3px;
    /*矢印の形状*/
    width: 1px;
    height: 10px;
    background: #707070;
    transform: skewX(31deg);
}


/* modalMod01 */
.modalWindow {
    display: none;
    position: relative;
    z-index: 10000;
    /* opacity: 0; */
}

body.modalOpened {
    overflow: hidden;
    /* animation: fadeIn .2s ease both; */
}

/*
body.modalOpened {
  padding-right: 15px;
  overflow: hidden;
}
body.iPad.modalOpened {
  padding-right: 0;
  overflow: auto;
}
*/
.modalMod01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modalMod01 .modalBg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.modalMod01 .modalContent {
    position: relative;
    width: 900px;
    height: 90%;
    background: #fff;
    z-index: 1001;
}

@media screen and (min-width: 768px) and (max-width: 940px) {
    .modalMod01 .modalContent {
        margin: 0 20px;
        width: auto;
    }
}

.modalMod01 .modalContent.isProfile {
    width: 740px;
    height: auto;
}

.modalMod01 .modalContentScroll {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: none;
    /* For Firefox */
}

.modalMod01 .modalContentScroll::-webkit-scrollbar {
    width: 6px;
}

.modalMod01 .modalContentScroll::-webkit-scrollbar-track {
    background: #ddd;
}

.modalMod01 .modalContentScroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #999;
}

@media screen and (min-width: 768px) and (max-width: 940px) {
    .modalMod01 .modalContent {
        margin: 0 20px;
        width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .modalMod01 .modalContent.isProfile {
        width: 740px;
        height: 50%;
    }

    .modalMod01 .modalContentScroll {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .modalMod01 {
        padding: 20px 0;
    }

    .modalMod01 .modalContentScroll::-webkit-scrollbar {
        width: 4px;
    }

    .modalMod01 .modalContent {
        width: calc(100% - 40px);
        height: 100%;
    }

    .modalMod01 .modalContent.isProfile {
        width: calc(100% - 40px);
        height: 100%;
    }
}

/* modalCloseMod01 */
.modalCloseMod01 {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 33px;
    height: 33px;
    background: url("../img_cmn/btn_close_01.svg") no-repeat;
    background-size: 33px 33px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1003;
}

body.-is-noTouch .modalCloseMod01:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .modalCloseMod01 {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

/* modalFlowMod01 */
.modalFlowMod01 {
    position: relative;
    margin: 88px 150px 46px 118px;
    z-index: 1;
}

.modalFlowMod01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    display: block;
    width: 1px;
    height: 100%;
    background: #e4e5e8;
}

.modalFlowMod01 .items01 {
    position: relative;
}

.modalFlowMod01 .items01:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
}

.modalFlowMod01 .items01 .no01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;

    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 70px;
    height: 70px;
    background: #9fa5a7;
    color: #fff;
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1;
}

.modalFlowMod01 .items01 .main01 {
    margin-left: 102px;
    padding: 17px 0 57px 0;
}

.modalFlowMod01 .items01:last-child .main01 {
    padding-bottom: 0;
}

.modalFlowMod01 .items01 .main01 .head01 {
    color: #3f4145;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.12em;
}

.modalFlowMod01 .items01 .main01 .word01Wrap {
    margin-top: 12px;
    overflow: hidden;
}

.modalFlowMod01 .items01 .main01 .word01 {
    margin: -14px 0 0 -14px;
}

.modalFlowMod01 .items01 .main01 .word01:after {
    content: "";
    display: block;
    clear: both;
}

.modalFlowMod01 .items01 .main01 .word01 li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;

    float: left;
    margin: 14px 0 0 14px;
    padding: 0 11px;
    border: 1px solid #9fa5a7;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    height: 28px;
    color: #788184;
    font-size: 12px;
}

.modalFlowMod01 .items01 .main01 .word01 li.disabled {
    opacity: 0.33;
}

.modalFlowMod01 .items01 .main01 .text01 {
    margin-top: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .modalFlowMod01 {
        margin: 50px;
    }
}

@media screen and (max-width: 767px) {
    .modalFlowMod01 {
        margin: 48px 20px 40px 20px;
    }

    .modalFlowMod01::before {
        content: "";
        position: absolute;
        top: 0;
        left: 14px;
    }

    .modalFlowMod01 .items01:last-child::before {
        content: "";
        position: absolute;
        top: 0;
        left: 14px;
    }

    .modalFlowMod01 .items01 .no01 {
        width: 30px;
        height: 30px;
        font-size: 16px;
        letter-spacing: -0.02em;
    }

    .modalFlowMod01 .items01 .main01 {
        margin-left: 38px;
        padding: 4px 0 18px 0;
    }

    .modalFlowMod01 .items01 .main01 .head01 {
        font-size: 16px;
    }

    .modalFlowMod01 .items01 .main01 .word01Wrap {
        margin-top: 11px;
    }

    .modalFlowMod01 .items01 .main01 .word01 {
        margin: -8px 0 0 -8px;
    }

    .modalFlowMod01 .items01 .main01 .word01 li {
        margin: 8px 0 0 8px;
        padding: 0 12px;
        border-radius: 11.5px;
        -webkit-border-radius: 11.5px;
        -moz-border-radius: 11.5px;
        height: 23px;
        font-size: 10px;
    }

    .modalFlowMod01 .items01 .main01 .text01 {
        margin-top: 13px;
        font-size: 12px;
        line-height: 1.84;
    }
}

/* modalProfileMod01 */
.modalProfileMod01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;

    position: relative;
    margin: 100px;
    z-index: 1;
}

.modalProfileMod01 .image01 {
    width: 200px;
    line-height: 0;
}

.modalProfileMod01 .image01 img {
    width: 100%;
    height: auto;
}

.modalProfileMod01 .main01 {
    -webkit-box-flex: 1;
    flex: 1;

    padding: 0 0 0 60px;
    color: #5e6165;
}

.modalProfileMod01 .main01 .sub01 {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.modalProfileMod01 .main01 .sub01 em {
    font-size: 14px;
    font-weight: 500;
}

.modalProfileMod01 .main01 .head01 {
    margin-top: 9px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.modalProfileMod01 .main01 .head01 em {
    margin-right: 16px;
    font-weight: 500;
}

.modalProfileMod01 .main01 .head01 .yomi01 {
    font-size: 12px;
}

.modalProfileMod01 .main01 .textBlock01 {
    margin-top: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .modalProfileMod01 {
        margin: 50px;
    }

    .modalProfileMod01 .main01 {
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .modalProfileMod01 {
        display: block;

        margin: 0;
        padding: 55px 30px 40px 30px;
    }

    .modalProfileMod01 .image01 {
        width: auto;
        text-align: center;
    }

    .modalProfileMod01 .image01 img {
        max-width: 200px;
    }

    .modalProfileMod01 .main01 {
        padding: 27px 0 0 0;
    }

    .modalProfileMod01 .main01 .head01 {
        margin-top: 10px;
        font-size: 18px;
    }

    .modalProfileMod01 .main01 .head01 em {
        margin-right: 9px;
    }

    .modalProfileMod01 .main01 .textBlock01 {
        margin-top: 23px;
    }
}

/* placeholder */
*::-webkit-input-placeholder {
    color: #b7b7b7;
}

*::-moz-placeholder {
    color: #b7b7b7;
}

*:-ms-input-placeholder {
    color: #b7b7b7;
}

*:focus::-webkit-input-placeholder {
    color: transparent;
}

*:focus::-moz-placeholder {
    color: transparent;
}

*:focus:-ms-input-placeholder {
    color: transparent;
}

/* radioLoMod01 */
.radioLoMod01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;

    margin-top: 73px;
}

.radioLoMod01 li:first-child {
    margin-right: 53px;
}

@media screen and (max-width: 767px) {
    .radioLoMod01 {
        margin-top: 76px;
    }

    .radioLoMod01 li:first-child {
        margin-right: 30px;
    }
}

@media screen and (max-width: 374px) {
    .radioLoMod01 {
        display: block;
    }

    .radioLoMod01 li:first-child {
        margin: 0 0 10px 0;
    }
}

/* radioMod01 */
.radioMod01 input {
    display: none;
}

.radioMod01 .radioText01 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 39px;
    color: #707070;
    font-size: 16px;
    line-height: 30px;
}

.radioMod01 .radioText01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 30px;
    height: 30px;
    background: #eff0f2;
}

.radioMod01 input:checked+.radioText01::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 14px;
    height: 14px;
    background: #575a5f;
}

@media screen and (max-width: 767px) {
    .radioMod01 .radioText01 {
        font-size: 14px;
        line-height: 24px;
    }

    .radioMod01 .radioText01::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .radioMod01 input:checked+.radioText01::after {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        width: 12px;
        height: 12px;
    }
}


/* loader
------------------------------------------ */
.sk-chase {
    width: 40px;
    height: 40px;
    left: 0;
    position: relative;
    -webkit-animation: sk-chase 2.5s infinite linear both;
    animation: sk-chase 2.5s infinite linear both;
    margin-bottom: 20px;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
    animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: #575a60;
    border-radius: 100%;
    -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
    animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chase-dot {

    80%,
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100%,
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100%,
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.textTranstionMaskWrap {
    display: -webkit-box;
    display: flex;
}

.textTranstionMask {
    position: relative;
    overflow: hidden;
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
}

.textTranstionMask .textTranstionText,
.textTranstionMask .textTranstionTextClone {
    position: relative;
    line-height: 1;
    z-index: 100;
    -webkit-transition: all 0.75s cubic-bezier(0.5, 0.2, 0.1, 1.14);
    transition: all 0.75s cubic-bezier(0.5, 0.2, 0.1, 1.14);
}

.textTranstionMask .textTranstionText {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.textTranstionMask .textTranstionTextClone {
    position: absolute;
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    left: 0;
}

#header a {
    text-decoration: none;
    color: #5A5A61;
}

#header a:hover {
    text-decoration: none;
}


.headerBlock01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100vw;
    padding: 3vw 8vw 3vw 14.5vw;
}

.headerBlock01 .headerBlock0102 {
    width: 44vw;
}

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

    .headerBlock01 .headerBlock0102 {
        font-size: 0.78em;
    }

    .headerBlock01 .headerBlock0102 {
        width: 50vw;
    }
}

@media screen and (max-width: 767px) {
    .vessel {
        margin-left: 0;
        padding: 25vw 30px 3vw 30px;
        width: auto;
    }

    .headerBlock01 {
        width: auto;
        margin-top: -32px;
        padding: 3vw 0vw 3vw 0vw;
        display: block;
    }

    .headerBlock01 .headerBlock0102 {
        padding-top: 29px;
        width: auto;
        font-size: 12px;
        line-height: 1.84;
    }
}

.vessel {
    width: 100vw;
}

/* index
------------------------------------------ */
/* about */
#about {
    background-image: url(../img/about_back_re.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin-top: 5vw;
}

#about>.vessel {
    padding: 33.6vw 0vw 0vw 0vw;
    width: 100vw;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
}

#about .lead01 {
    color: #5e6165;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.01em;
}

#about .textBlock01 {
    margin-top: 44px;
}

#about .textBlock01 p+p {
    margin-top: 2em;
}

.about-desc {
    color: #36363a;
}

#about .headerBlock01 {
    padding: 3vw 8vw 0.7vw 14.5vw;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    #about>.vessel {
        padding: 33.6vw 0vw 0vw 0vw;
        width: 100vw;
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    }

    #about .headerBlock01 .headerBlock0102 {
        font-size: 0.78em;
    }

    #about .headerBlock01 .headerBlock0102 {
        width: 50vw;
    }
}

/*Tablet only*/
@media screen and (min-width: 480px) and (max-width: 768px) {
    #about>.vessel {
        background: rgba(255, 255, 255, 0.7);
    }
}

@media screen and (max-width: 767px) {
    #about {
        margin-top: 15vw;
        background-image: url(../img/about_back_re_sp.webp);
    }

    #about>.vessel {
        margin-left: 0;
        padding: 25vw 30px 3vw 30px;
        width: auto;
        background: rgba(255, 255, 255, 0.7);
    }

    #about .lead01 {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: -0.01em;
    }

    #about .textBlock01 {
        margin-top: 30px;
    }

    #about .headerBlock01 {
        width: auto;
        margin-top: -32px;
        padding: 3vw 0vw 3vw 0vw;
        display: block;
    }

    #about .headerBlock01 .headerBlock0102 {
        padding-top: 25px;
        width: auto;
        font-size: 15px;
        line-height: 1.84;
    }
}

/* Information */
.information-hr {
    width: 100vw;
    padding: 6vw 8vw 12vw 14.5vw;
}

#information .headerBlock01 {
    width: 100%;
    padding: 0px;
    border-top: solid 1px #7D7D82;
    border-bottom: solid 1px #7D7D82;
    padding: 3.5vw 0vw;
}

#information .headMod01-main {
    font-size: 2vw;
}

.information-table {
    width: 100%;
}

.table-date {
    text-align: center;
    vertical-align: top;
    font-size: 1.2vw;
    width: 35%;
}

.table-title {
    font-size: 1.2vw;
    padding-bottom: 0.5vw;
}

.table-bottom-padding {
    padding-bottom: 20px;
    white-space: pre-wrap;
    position: relative;
}

.table-bottom-padding::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -20px;
    width: 4px;
    height: 20px;
    background: #5A5A61;
}

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

    #information .headMod01-main {
        font-size: 3vw;
    }
}

@media screen and (max-width: 767px) {
    .information-hr {
        width: 100%;
        padding: 3vw 0vw 3vw 0vw;
    }

    #information .headMod01-main {
        font-size: 7vw;
    }

    .table-date,
    .table-title {
        font-size: 1.2em;
        text-align: left;
        padding-bottom: 2vw;
    }

    .table-bottom-padding {
        font-size: 15px;
    }

    .table-bottom-padding::before {
        top: 4px;
        left: -15px;
    }

    .table-date {
        width: 43%;
    }
}

/* example*/
#example>.vessel {
    position: relative;
    z-index: 1;
}

#example>.vessel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70vw;
    height: 36vw;
    background: #fff;
    z-index: 2;
}

#example>.vessel>.inner {
    position: relative;
    z-index: 3;
}

#example .headerBlock01 {
    padding-top: 10vw;
}


#example .worksSwiper01 {
    margin: 59px 0 0 -15vw;
    padding-bottom: 10vw;
}

#example .swiper-container {
    padding-left: 20vw;
    padding-bottom: 5vw;
}

#example .swiper-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

#example .swiper-wrapper .swiper-slide {
    margin-right: 5vw;
    width: 39vw;
}

#example .worksSwiper01 a.worksSwiperBox {
    position: relative;
    display: block;
}

#example .swiper-pagination {
    left: 10vw;
    bottom: 0px;
}

.swiper-pagination-bullet-active {
    background-color: #7D7D82;
}

.swiper-button-prev {
    left: auto;
}

.swiper-button-prev:after {
    color: #7D7D82;
}

.swiper-button-next:after {
    color: #7D7D82;
}


body.-is-noTouch #example .worksSwiper01 a.worksSwiperBox:hover {
    text-decoration: none;
}


#example .worksSwiper01 .image01 {
    line-height: 0;
    overflow: hidden;
    width: 40vw;
    height: 25vw;
}

#example .worksSwiper01 .image01 img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

body.-is-noTouch #example .worksSwiper01 .image01:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#example .worksSwiper01 .head01 {
    position: relative;
    margin-top: 32px;
    color: #2a2d31;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

#example .worksSwiper01 .text01 {
    margin-top: 23px;
    color: #8d9095;
    font-size: 13px;
    line-height: 2;
}


#example .moreBlock01 {
    margin-top: 79px;
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #example>.vessel>.inner {
        padding: 8vw 0 0 14.5vw;
    }

    #example .worksSwiper01 {
        margin-left: -10vw;
    }

    #example .swiper-container {
        padding-left: 10vw;
    }

    #example .headerBlock01 .headerBlock0102 {
        padding-top: 21px;
        width: 50.5vw;
        font-size: 12px;
        line-height: 1.84;
    }

    #example .headerBlock01 {
        padding-left: 0vw;
    }

    #example .worksSwiper01 .head01 {
        margin-top: 21px;
        font-size: 16px;
    }

    #example .worksSwiper01 .text01 {
        margin-top: 13px;
        font-size: 12px;
        line-height: 1.8;
    }

    #example .swiper-pagination {
        left: 0vw !important;
    }

    #example .worksSwiper01 {
        margin: 20px 0 0 -15vw;
    }


    #example .moreBlock01 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    #example>.vessel {
        padding-top: 0;
    }

    #example>.vessel::before {
        content: "";
        width: 100%;
        height: 84.5%;
        max-height: 450px;
    }

    #example>.vessel>.inner {
        padding: 25px 0 0 0px;
    }

    #example .headerBlock01 {
        display: block;
        padding-left: 0vw;
        margin-right: 30px;
    }

    #example .headerBlock01 {
        margin-top: -32px;
    }

    #example .headerBlock01 {
        padding-top: 19vw;
        width: auto;
        font-size: 12px;
        line-height: 1.84;
    }

    #example .swiper-container {
        padding-bottom: 7vw;
    }

    #example .worksSwiper01 {
        margin: 0 0 0 -30px;
    }

    #example .swiper-container {
        width: 100vw;
        padding-left: 10vw;
    }

    #example .swiper-wrapper .swiper-slide {
        margin-right: 10vw;
        width: 80vw;
    }

    #example .worksSwiper01 .head01 {
        margin-top: 13px;
        font-size: 15px;
    }

    #example .worksSwiper01 .head01::before {
        content: "";
        position: absolute;
        top: 0.7em;
        right: 10px;
        width: 10px;
    }

    #example .worksSwiper01 .data01 {
        margin-top: 8px;
    }

    #example .moreBlock01 {
        margin-top: 39px;
    }

    .swiper-button-prev {
        left: 0px;
    }

    #example .swiper-pagination {
        left: 0vw;
        bottom: -1vw;
    }

    #example .worksSwiper01 .image01 {
        line-height: 0;
        overflow: hidden;
        width: 99%;
        height: 49.5vw;
    }
}


/* service & lifestyle*/
#service>.vessel {
    padding: 0 0 12vw 0;
}

#lifestyle>.vessel {
    padding: 0 0 12vw 0;
}

#lifestyle .headerBlock01 {
    padding: 10vw 8vw 3vw 14.5vw;
}

.serviceBlock01 {
    width: 100vw;
    padding: 3vw 8vw 3vw 14.5vw;
}

.image02-wrap {
    width: 100%;
}

.image02 {
    width: 90%;
    overflow: hidden;
}

.image02-left {
    margin-left: 0px;
    margin-right: auto;
}

.image02-right {
    margin-left: auto;
    margin-right: 0px;
}

.image02 img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 24vw;
    object-fit: cover;
}

body.-is-noTouch #service .image02 img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

body.-is-noTouch #lifestyle .image02 img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.serviceHead {
    padding: 1.5vw 0vw 0vw 0vw;
    font-size: 1.8vw;
}

.tag-wrap {
    padding: 10px 0px;
}

.tag-wrap-inner {
    width: 60%;
    display: inline-block;
}

.service-tag {
    border: solid 1px #7D7D82;
    padding: 3px 11px;
    display: inline-block;
    width: 125px;
    text-align: center;
}

.service-info-wrap {
    display: inline-block;
    width: 38%;
    text-align: right;
    padding-bottom: 10px;
    padding-top: 15px;
}

.service-info-wrap02 {
    width: 100%;
}

.service-info-wrap a {
    color: #7D7D82;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
}

.service-info-wrap a:hover {
    color: #212529;
    text-decoration: none !important;
}

.service-button {
    position: relative;
    top: -4px;
    left: -50px;
    width: 40px;
    height: 40px;
    border: solid 1px;
    border-radius: 50%;
    display: inline-block;
}

.service-button:after {
    display: inline-block;
    position: relative;
    left: 20px;
    top: 0px;
    content: "";
    width: 60px;
    border-top: solid 1px;
}

.service-block2 {
    padding-top: 5vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #service>.vessel {
        padding: 0 0 10vw 0;
    }

    #lifestyle>.vessel {
        padding: 0 0 10vw 0;
    }

    .serviceHead {
        font-size: 3vw;
    }

    .service-info-wrap {
        display: block;
        position: relative;
        top: 15px;
        text-align: right;
        width: 100%;
    }

    .tag-wrap-inner {
        width: 100%;
    }

    .service-tag {
        width: 100px;
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    #service>.vessel {
        padding: 25vw 30px 3vw 30px;
    }

    #lifestyle>.vessel {
        padding: 25vw 30px 3vw 30px;
    }

    #lifestyle .headerBlock01 {
        padding: 3vw 0vw 3vw 0vw;
    }

    .serviceBlock01 {
        width: 100%;
        padding: 1vh 0 4vh 0;
    }

    .image02-left,
    .image02-right {
        margin: 0 auto;
    }

    .image02 img {
        height: 46vw;
    }

    .serviceHead {
        font-size: 7vw;
        padding: 5.5vw 0vw 0vw 0vw;
    }

    .service-info-wrap {
        display: block;
        position: relative;
        top: 15px;
        text-align: right;
        width: 100%;
    }

    .service-block2 {
        padding-top: 0vw;
    }

    .service-sp-block {
        padding-bottom: 15vw;
    }

    .tag-wrap-inner {
        width: 100%;
    }

    .service-button {
        left: -40px;
        width: 35px;
        height: 35px;
    }

    .service-button:after {
        left: 20px;
        width: 50px;
        top: -2px;
    }

    .service-tag {
        width: 85px;
        font-size: 3.5vw;
        padding: 3px 4px;
    }
}


/* reasons */
#reasons>.vessel {
    padding: 0;
}

#reasons .headerBlock01 {
    margin: 0 7.5vw;
    padding: 1vw 0 59px 0;
}

#reasons .head01 {
    color: #5A5A61;
    font-size: 5vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
}

#reasons .reasonsBlock01 {
    position: relative;
    padding: 87px 15vw 221px 15vw;
    background: #666 url("../img_cmn/bg_reasons_01.webp") no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    z-index: 1;
}

#reasons .reasonsBlock01 .lo01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

#reasons .reasonsBlock01 .lo01 .lo0101 {
    width: 276px;
}

#reasons .reasonsBlock01 .lo01 .lo0101 .headMain01 {
    margin-top: -2px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.12em;
}

#reasons .reasonsBlock01 .lo01 .lo0102 {
    margin-left: auto;
    width: 48vw;
}

#reasons .reasonsBlock01 .listBlock01 {
    margin-top: 68px;
}

#reasons .reasonsBlock01 .listBlock01:after {
    content: "";
    display: block;
    clear: both;
}

#reasons .reasonsBlock01 .listBlock01 li {
    float: left;
    margin: 7% 0 0 7%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 19.75%;
    text-align: center;
}

#reasons .reasonsBlock01 .listBlock01 li:nth-of-type(4),
#reasons .reasonsBlock01 .listBlock01 li:nth-of-type(3),
#reasons .reasonsBlock01 .listBlock01 li:nth-of-type(2),
#reasons .reasonsBlock01 .listBlock01 li:nth-of-type(1) {
    margin-top: 0;
}

#reasons .reasonsBlock01 .listBlock01 li:nth-of-type(4n + 1) {
    margin-left: 0;
}

#reasons .reasonsBlock01 .listBlock01 li .image01 {
    padding-top: 23px;
    line-height: 0;
}

#reasons .reasonsBlock01 .listBlock01 li .image01 img {
    width: 60px;
    height: auto;
}

#reasons .reasonsBlock01 .listBlock01 li .text01 {
    margin-top: 13px;
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
}

#reasons .reasonsBlock02 {
    position: relative;
    margin: -100px 0 0 7vw;
    padding: 7vw 0;
    background: #fff;
    z-index: 2;
}

#reasons .reasonsBlock02 .column01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-left: 7.5vw;
    margin-right: 8vw;
}

#reasons .reasonsBlock02 .column01+.column01 {
    margin-top: 130px;
}

#reasons .reasonsBlock02 .column01.reverse {
    margin-left: 7.5vw;
    margin-right: 8vw;
}

#reasons .reasonsBlock02 .column01 .image01 {
    width: 520px;
    min-width: 520px;
    line-height: 0;
}

#reasons .reasonsBlock02 .column01.reverse .image01 {
    -webkit-box-ordinal-group: 3;
    order: 2;
}

#reasons .reasonsBlock02 .column01 .image01 img {
    width: 100%;
    height: auto;
}

#reasons .reasonsBlock02 .column01 .main01 {
    padding: 0px 0 0 62px;
}

#reasons .reasonsBlock02 .column01.reverse .main01 {
    -webkit-box-ordinal-group: 2;
    order: 1;

    padding: 0 62px 0 0;
}


#reasons .reasonsBlock02 .column01 .main01 .head01 {
    color: #5A5A61;
    font-size: 1.8vw;
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: 0.12em;
}

#reasons .reasonsBlock02 .column01 .main01 .reason_yasuda_title {
    font-size: 1.2vw;
}

#reasons .reasonsBlock02 .column01 .main01 .text01 {
    margin-top: 43px;
    color: #5e6165;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
    #reasons .reasonsBlock02 .column01 .image01 {
        width: 50%;
        min-width: auto;
        max-width: 420px;
    }

    #reasons .reasonsBlock02 .column01 .main01 {
        padding: 0 0 0 32px;
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #reasons>.vessel {
        padding: 0 0 10vw 0;
    }

    #reasons .headerBlock01 {
        margin: 0 7vw;
        padding-bottom: 5vw;
    }

    #reasons .reasonsBlock01 {
        padding: 8vw 10vw 137px 10vw;
    }

    #reasons .reasonsBlock01 .lo01 .lo0101 .headMain01 {
        font-size: 18px;
    }

    #reasons .reasonsBlock01 .lo01 .lo0102 {
        width: 64vw;
        font-size: 12px;
        line-height: 1.84;
    }

    #reasons .reasonsBlock01 .listBlock01 {
        margin-top: 39px;
    }

    #reasons .reasonsBlock01 .listBlock01 li {
        margin: 3% 0 0 3%;
        width: calc((100% - 9%) / 4);
    }

    #reasons .reasonsBlock01 .listBlock01 li .image01 {
        padding-top: 17px;
    }

    #reasons .reasonsBlock01 .listBlock01 li .text01 {
        margin-top: 5px;
        font-size: 13px;
    }

    #reasons .reasonsBlock02 {
        margin-top: -86px;
        padding: 5vw 0;
    }

    #reasons .reasonsBlock02 .column01 {
        margin-left: 7vw;
        margin-right: 7vw;
    }

    #reasons .reasonsBlock02 .column01+.column01 {
        margin-top: 7vw;
    }

    #reasons .reasonsBlock02 .column01.reverse {
        margin-left: 7vw;
        margin-right: 7vw;
    }

    #reasons .reasonsBlock02 .column01 .main01 {
        padding: 0 0 0 32px;
        width: 50%;
    }

    #reasons .reasonsBlock02 .column01.reverse .main01 {
        padding: 0 32px 0 0;
    }

    #reasons .reasonsBlock02 .column01 .main01 .head01 {
        margin-top: 3px;
        font-size: 18px;
    }

    #reasons .reasonsBlock02 .column01 .main01 .text01 {
        margin-top: 17px;
    }
}

@media screen and (max-width: 767px) {
    #reasons>.vessel {
        padding: 0;
    }

    #reasons .headerBlock01 {
        margin: 0;
        padding-bottom: 5vw;
    }

    #reasons .head01 {
        font-size: 11vw;
    }

    #reasons .reasonsBlock01 {
        padding: 34px 30px 77px 30px;
        background: #666 url("../img_cmn/bg_reasons_01_sp.webp") no-repeat 50% 50%;
        background-size: cover;
    }

    #reasons .reasonsBlock01 .lo01 {
        display: block;
    }

    #reasons .reasonsBlock01 .lo01 .lo0101 {
        width: auto;
    }

    #reasons .reasonsBlock01 .lo01 .lo0101 .headMain01 {
        margin-top: 0;
        font-size: 16px;
    }

    #reasons .reasonsBlock01 .lo01 .lo0102 {
        margin: 10px 0 0 0;
        width: auto;
        font-size: 12px;
        line-height: 1.84;
    }

    #reasons .reasonsBlock01 .listBlock01 {
        margin-top: 36px;
    }

    #reasons .reasonsBlock01 .listBlock01 li {
        margin: 25px 0 0 25px;
        width: calc((100% - 25px) / 2);
    }

    #reasons .reasonsBlock01 .listBlock01 li:nth-of-type(2),
    #reasons .reasonsBlock01 .listBlock01 li:nth-of-type(1) {
        margin-top: 0;
    }

    #reasons .reasonsBlock01 .listBlock01 li:nth-of-type(4),
    #reasons .reasonsBlock01 .listBlock01 li:nth-of-type(3) {
        margin-top: 25px;
    }

    #reasons .reasonsBlock01 .listBlock01 li:nth-of-type(2n + 1) {
        margin-left: 0;
    }

    #reasons .reasonsBlock01 .listBlock01 li .image01 {
        padding-top: 14px;
    }

    #reasons .reasonsBlock01 .listBlock01 li .image01 img {
        width: 45px;
    }

    #reasons .reasonsBlock01 .listBlock01 li .text01 {
        margin-top: 5px;
        padding-bottom: 13px;
        font-size: 12px;
    }

    #reasons .reasonsBlock02 {
        margin: -35px 0 0 30px;
        padding: 19vw 30px 20vw 30px;
    }

    #reasons .reasonsBlock02 .column01 {
        display: block;

        margin-left: 0;
        margin-right: 0;
    }

    #reasons .reasonsBlock02 .column01+.column01 {
        margin-top: 50px;
    }

    #reasons .reasonsBlock02 .column01.reverse {
        margin-left: 0;
        margin-right: 0;
    }

    #reasons .reasonsBlock02 .column01 .image01 {
        width: 100%;
        min-width: 0;
    }

    #reasons .reasonsBlock02 .column01 .main01 {
        padding: 6.5vw 0 0 0;
    }

    #reasons .reasonsBlock02 .column01.reverse .main01 {
        padding: 6.5vw 0 0 0;
    }

    #reasons .reasonsBlock02 .column01 .main01 .head01 {
        font-size: 6vw;
        line-height: 1.67;
    }

    #reasons .reasonsBlock02 .column01 .main01 .text01 {
        margin-top: 25px;
    }
}




/* designer */
#designer>.vessel {
    position: relative;
    padding: 9vw 8vw 9vw 14.5vw;
    background: #666 url("../img/designer_back.webp") no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    z-index: 1;
}

#designer .headMod01 .ja,
#designer .headMod01 .headMod01-main {
    color: #fff;
}


#designer .moreBlock01 {
    margin-top: 65px;
    text-align: center;
}

.designer-table {
    width: 100%;
    text-align: left;
}

.designer-table img {
    width: 15vw;
}

.designer-table p {
    padding-left: 4vw;
}

.designer-table .name-main {
    font-size: 2.2vw;
}

.designer-table .desc {
    margin-bottom: 3rem;
}

.img-table {
    max-height: 460px;
    height: 30vw;
}

.img-td {
    padding-right: 2vw;
    text-align: center;
}

.designer-desc {
    padding-left: 4vw;
    letter-spacing: 1px;
}

.designer-desc2 {
    padding-right: 4vw;
    padding-left: 5vw;
    padding-top: 1vw;
    letter-spacing: 1px;
}

.talk-img {
    padding-left: 4vw;
}

.designer-talk-inner {
    padding-top: 7vw;
}

.maisonrobecity-banner, .maisonrobecity-banner_sp {
    width: 100%;
    margin-top: 40px;
}
.maisonrobecity-banner {
    display: block;
}
.maisonrobecity-banner_sp {
    display: none;
}
.maisonrobecity-banner:hover {
    opacity: 0.8;
}
.maisonrobecity-banner_sp:hover {
    opacity: 0.8;
}
.maisonrobecity-banner-img {
    width: 100%;
}
.maisonrobecity-banner-img:hover {
    opacity: 0.8;
}

.designer-talk-wrap {
    background: #fff;
    color: #000;
    margin-top: 5vw !important;
}

.sp-none {
    padding-right: 5vw;
}

.display-lap,
.display-sp {
    display: none;
}

#designer a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.designer-info {
    text-align: right;
    padding-top: 0;
    margin-top: -1vw !important;
}

@media screen and (max-width: 767px) {
    .designer-info {
        margin-bottom: 50px;
    }
}

#designer .talk-designer-info a {
    color: #7D7D82;
}

.talk-designer-info {
    position: relative;
    top: -3vw;
    right: 4vw;
}

.zeroichi-logo {
    width: 230px;
    margin-left: 10px;
}

.zeroichi-01 {
    height: 200px;
    object-fit: cover;
}

.zeroichi-02 {
    height: 200px;
    object-fit: cover;
}

.zero1-top {
    margin-top: -100px !important;
}

.designer-guild-wrap {
    padding-top: 120px;
}

.deigner-guild-inner {
    padding: 50px 10px 0 10px;
}

.deigner-guild-inner img {
    padding-right: 30px;
}

.designer-guild-col {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #designer>.vessel {
        padding: 60px 10vw 60px 10vw;
    }

    #designer .moreBlock01 {
        margin-top: 75px;
    }

    .designer-table .display-pc {
        display: none;
    }

    .designer-table img {
        width: 20vw;
    }

    .designer-table .name-main {
        font-weight: 600;
        font-size: 4vw;
    }

    .display-lap {
        display: block;
    }

    .designer-img-lap {
        text-align: center;
    }

    .designer-img-lap img {
        width: 20vw;
    }

    .zeroichi-01,
    .zeroichi-02 {
        height: 100px;
    }

    .zero1-top {
        margin-top: -30px !important;
    }

    .designer-guild-wrap {
        padding-top: 60px;
    }

    .deigner-guild-inner {
        padding: 20px 10px 0 10px;
    }

}


@media screen and (max-width: 767px) {
    #designer>.vessel {
        padding: 19vw 30px 33px 30px;
        background: #666 url("../img/designer_back.webp") no-repeat 50% 50%;
        background-size: cover;
    }

    #designer .moreBlock01 {
        margin-top: 40px;
    }

    .display-sp {
        display: block;
    }

    .name-main {
        font-size: 10vw;
        font-weight: 600;
    }

    #designer .headMod01 {
        padding-bottom: 1.5vh;
    }

    .sp-designer-img {
        width: 75%;
        margin: auto;
    }

    .sp-none {
        display: none;
    }

    .img-td img {
        width: 80%;
    }

    .designer-desc {
        padding: 0;
    }

    .img-table {
        margin-bottom: 5vh;
    }

    .sp .desc {
        margin-bottom: 2rem;
    }

    .designer-info {
        margin-top: 3vw !important;
    }

    .maisonrobecity-banner {
        display: none;
    }
    .maisonrobecity-banner_sp {
        display: block;
    }

    .designer-talk-wrap {
        margin-top: 14vw !important;
    }

    .talk-img {
        width: 80%;
        padding-left: 2vw;
    }

    .sp-designer-talk-row {
        padding: 7vw;
    }

    .designer-talk-inner {
        padding-top: 2vw;
    }

    .img-td {
        padding: 0;
    }

    .sp-img2 {
        margin-top: 7vw;
    }

    .talk-designer-info {
        position: relative;
        top: -10vw;
        right: 4vw;
    }

    .zeroichi-logo {
        width: 60%;
    }

    .zero1-top {
        margin-top: 0px !important;
    }

    .zeroichi-01 {
        width: 80%;
        height: auto;
    }

    .zeroichi-02 {
        width: 100%;
    }

    .designer-guild-wrap {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .deigner-guild-inner {
        padding: 20px 10px 0 10px;
    }

    .deigner-guild-inner img {
        padding: 0 2px 15px 2px;
    }

}


/* voice*/
#voice>.vessel {
    position: relative;
    z-index: 1;
    padding-right: 8vw;
}


#voice>.vessel>.inner {
    position: relative;
    z-index: 3;
    background: #fff;
}

#voice .headerBlock01 {
    padding-top: 10vw;
}

#voice .voice-sub {
    font-size: 27px;
    color: #5A5A61;
}

#voice .worksSwiper01 {
    width: 100vw;
    margin: 59px 0 0 0;
}

#voice .swiper-container {
    padding-bottom: 5vw;
}

#voice .swiper-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding-left: 1vw;
}

#voice .swiper-wrapper .swiper-slide {
    margin-right: 5vw;
    width: 39vw;
}

#voice .swiper-wrapper .swiper-slide2 {
    margin-right: 5vw;
    width: 39vw;
}

#voice .worksSwiper01 a.worksSwiperBox {
    position: relative;
    display: block;
}

#voice .swiper-pagination2 {
    left: 10vw;
    bottom: 0px;
    text-align: center;
}

.swiper-pagination3 {
    text-align: center;
    padding-top: 30px;

}

#voice>.vessel {
    position: relative;
    z-index: 1;
    padding-right: 8vw;
}


#voice>.vessel>.inner {
    position: relative;
    z-index: 3;
    background: #fff;
}

#voice .headerBlock01 {
    padding-top: 10vw;
}

#voice .voice-sub {
    font-size: 27px;
    color: #5A5A61;
}

#voice .worksSwiper01 {
    width: 100vw;
    margin: 59px 0 0 0;
}

#voice .swiper-container {
    padding-bottom: 5vw;
}

#voice .swiper-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding-left: 1vw;
}

#voice .swiper-wrapper .swiper-slide {
    margin-right: 5vw;
    width: 39vw;
}

#voice .swiper-wrapper .swiper-slide2 {
    margin-right: 5vw;
    width: 39vw;
}

#voice .worksSwiper01 a.worksSwiperBox {
    position: relative;
    display: block;
}

#voice .swiper-pagination2 {
    left: 10vw;
    bottom: 0px;
    text-align: center;
}

.swiper-pagination3 {
    text-align: center;
    padding-top: 30px;

}

.swiper-pagination-bullet-active {
    background-color: #7D7D82;
}

.swiper-button-prev2 {
    left: auto;
}

.swiper-button-prev2:after {
    color: #7D7D82;
}

.swiper-button-next2:after {
    color: #7D7D82;
}


body.-is-noTouch #voice .worksSwiper01 a.worksSwiperBox:hover {
    text-decoration: none;
}


#voice .worksSwiper01 .image01 {
    line-height: 0;
    overflow: hidden;
}

#voice .worksSwiper01 .image01 img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

body.-is-noTouch #voice .worksSwiper01 .image01:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#voice .worksSwiper01 .head01 {
    position: relative;
    margin-top: 32px;
    color: #2a2d31;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

#voice .worksSwiper01 .text01 {
    margin-top: 23px;
    color: #8d9095;
    font-size: 13px;
    line-height: 2;
}


#voice .moreBlock01 {
    margin-top: 79px;
    text-align: center;
}

#voice .voice-desc {
    padding-left: 14.5vw;
}

#voice .container {
    /*padding: 3vw 5vw 3vw 14.5vw;*/
    padding: 0 5vw 3vw 14.5vw;
}

#voice .row {
    margin: 0;
}

.voice-table {
    width: 100%;
}

.voice-table .cell01 {
    width: 35%;
    padding: 1vw 1vw 1vw 0vw;
}

.voice-table .cell01 .cell01-inner {
    border-bottom: solid 1px #7D7D82;
    margin: 5px;
}

.voice-table .cell01 .cell01-inner .cell01-text {
    margin: 0.5vw 0px;
}

.voice-table .cell02 {
    width: 75%;
    padding: 1vw 4vw 1vw 1vw;
}

.voice-table .cell02 .cell02-inner {
    border-bottom: solid 1px #7D7D82;
    margin: 5px;
}

.voice-table .cell02 .cell02-inner .cell02-text {
    margin: 0.5vw 0px;
}

.voice-head {
    font-size: 1.7vw;
}

.voice-head2 {
    padding-top: 2.5vw;
}

.voice-img {
    padding: 0;
    /* padding: 5vw 0;*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #voice>.vessel>.inner {
        padding: 8vw 0 0 14.5vw;
    }

    #voice .worksSwiper01 {
        margin-left: -10vw;
    }

    #voice .swiper-container {
        padding-left: 10vw;
    }

    #voice .headerBlock01 .headerBlock0102 {
        padding-top: 21px;
        width: 50.5vw;
        font-size: 12px;
        line-height: 1.84;
    }

    #voice .headerBlock01 {
        padding-left: 0vw;
    }

    #voice .worksSwiper01 .head01 {
        margin-top: 21px;
        font-size: 16px;
    }

    #voice .worksSwiper01 .text01 {
        margin-top: 13px;
        font-size: 12px;
        line-height: 1.8;
    }

    #voice .swiper-pagination2 {
        left: 0vw !important;
    }

    #voice .worksSwiper01 {
        margin: 20px 0 0 -15vw;
    }


    #voice .moreBlock01 {
        margin-top: 50px;
    }

    #voice .voice-desc {
        padding: 2vw 0;
    }

    #voice .container {
        padding: 3vw 1vw 3vw 0vw;
    }

    .voice-table {
        font-size: 1.6vw;
    }

    .voice-head {
        font-size: 2vw;
    }

    .voice-inner {
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 767px) {
    #voice>.vessel {
        padding: 0 20px 3vw 0;
    }

    #voice .headMod01 {
        letter-spacing: 0;
    }

    #voice>.vessel::before {
        content: "";
        top: 100px;
        width: 100%;
        height: 80.5%;
        max-height: 380px;
    }

    #voice>.vessel>.inner {
        padding: 25px 0 0 0px;
    }

    #voice .headerBlock01 {
        display: block;
        padding-left: 0vw;
        margin-right: 5px;
    }

    #voice .headerBlock01 {
        margin-top: -32px;
    }

    #voice .headerBlock01 {
        padding: 19vw 10px 0 30px;
        width: auto;
        font-size: 12px;
        line-height: 1.84;
    }

    #voice .swiper-container {
        padding-bottom: 7vw;
    }

    #voice .worksSwiper01 {
        /*margin: 38px 0 0 -30px;*/
        width: 100vw;
    }

    #voice .swiper-container {
        padding-left: 10vw;
    }

    #voice .swiper-wrapper .swiper-slide {
        margin-right: 11.3vw;
        width: 80vw;
    }

    #voice .swiper-wrapper .swiper-slide2 {
        margin-right: 11.3vw;
        width: 80vw;
    }

    #voice .worksSwiper01 .head01 {
        margin-top: 13px;
        font-size: 15px;
    }

    #voice .worksSwiper01 .head01::before {
        content: "";
        position: absolute;
        top: 0.7em;
        right: 10px;
        width: 10px;
    }

    #voice .worksSwiper01 .data01 {
        margin-top: 8px;
    }

    #voice .moreBlock01 {
        margin-top: 39px;
    }

    .swiper-button-prev {
        left: 0px;
    }

    #voice .swiper-pagination2 {
        left: 0vw;
        bottom: -2vw;
    }

    #voice .voice-desc {
        padding: 0px 30px;
    }

    #voice .container {
        padding: 3vw 30px 3vw 30px;
    }

    .voice-table {
        font-size: 3.6vw;
    }

    .voice-head {
        font-size: 5.5vw;
    }

    .voice-inner {
        font-size: 3.5vw;
    }

    .voice-block-sp {
        margin-top: 7vw !important;
    }

    #voice .voice-sub {
        font-size: 20px;
    }

    .voice-head2 {
        padding-top: 6.5vw;
    }
}

/* Area */
#area .vessel {
    padding: 5vw 0;
}

.area_img {
    padding: 0vw 8vw 3vw 14.5vw;
    margin-top: -10vw;
}

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

    #area .vessel {
        padding: 18vw 30px 3vw 30px;
    }

    .area-img-desc {
        padding-bottom: 8vw;
        margin-top: -8vh;
    }

    .area-desc {
        font-size: 3.5vw;
    }

}

/* flow & QA*/
#flow {
    background: #E3E3E7;
    background: url(../img/flowback.webp) no-repeat 50% 50%;
    background-size: cover;
}

#flow .vessel {
    padding: 5vw 0;
}

#qa .vessel {
    padding: 5vw 0;
}

.flow-inner {
    padding-left: 20px;
    width: 57vw;
    text-align: center;
}

.flow-inner .number {
    float: left;
    padding: 0 1.3vw;
    font-size: 1.5vw;
}

.flow-inner .number::after {
    content: "|";
    padding-left: 0.7vw;
}

.acd-check {
    display: none;
}

.acd-label {
    padding: 10px 15px 10px 0px;
    box-sizing: border-box;
    border: solid 1px #7D7D82;
    margin: 0 auto 25px;
    width: 66%;
    text-align: left;
    line-height: 2.5vw;
}

.acd-label::after {
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    color: #7D7D82;
    font-weight: 900;
    transition: all 0.3s;
    float: right;
    font-size: 1.7vw;
    line-height: 2.2vw;
    border: solid 1px #7D7D82;
    padding: 0px 0.5vw 0px 0.6vw;
}

.acd-content {
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 60%;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

.acd-content p {
    margin: 0;
    padding: 0 20px;
    word-break: break-all;
}

.acd-check:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 0 0 30px 0;
    visibility: visible;
    word-break: break-all;
}

.acd-check:checked+.acd-label::after {
    transform: rotate(180deg);
}

#flow .label-inner {
    width: 74%;
    display: inline-block;
}

#qa .label-inner {
    width: 74%;
    display: inline-block;
}

@media screen and (max-width: 960px) {
    .acd-label {
        width: 95% !important;
    }

    .acd-content {
        width: 95%;
    }

    .acd-check:checked+.acd-label+.acd-content {
        padding: 0 0 30px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .acd-label {
        width: 75%;
    }
}

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

    #flow .vessel {
        padding: 25vw 30px 3vw 30px;
    }

    #qa .vessel {
        padding: 25vw 30px 3vw 30px;
    }

    .flow-inner {
        width: 100%;
    }

    .acd-label {
        padding: 10px 5px;
        font-size: 3.6vw;
        line-height: 5.6vw;
        position: relative;
    }

    .acd-label::after {
        font-size: 4vw;
        padding: 6px 1.5vw 6px 1.7vw;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
    }

    .acd-content {
        font-size: 3.5vw;
    }

    .acd-check:checked+.acd-label::after {
        transform: rotate(180deg) translateY(50%);
    }

    .flow-inner .number {
        font-size: 4.5vw;
    }

    .headMod01 {
        padding-bottom: 0;
    }

    #flow .label-inner {
        width: 72%;
        display: inline-block;
    }

    #qa .label-inner {
        width: 77%;
        display: inline-block;
    }
}

/* message */
#message {
    background: url(../img/message_back.webp) no-repeat 50% 50%;
    background-size: cover;
}

#message .vessel {
    padding: 5vw 0 0 0;
}

#message .message-head {
    padding: 0vw 4vw;
    font-size: 15px;
}

.message-block {
    padding: 3vw 4vw 3vw 7.5vw;
}

.message-img {
    margin-top: 17vw;
    width: 95%;
}

.message-img2 {
    margin-top: 17vw;
    width: 85%;
}

.message-img td {
    width: 33%;
}

.message-img2 td {
    width: 25%;
}

#message .message-img img,
#message .message-img2 img {
    padding: 1vw;
}

.message-info {
    width: 100%;
}

.message-info-table {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.message-info-table td {
    padding: 0 1vw;
}

.message-info-table-img {
    width: 30%;
}

.message-info-p {
    line-height: 2.5vw;
}

.message-info-p li {
    list-style-type: circle;
}

.message-middle {
    margin: 2vw 0;
}

.message-line {
    background: #7D7D82;
}

.message-line-inner {
    color: #fff;
    text-align: center;
    line-height: 10vw;
    font-size: 2vw;
    padding: 0vw 4vw 0vw 7.5vw;
}

@media screen and (max-width: 960px) {
    .message-img {
        margin: 2vw auto;
    }

    .message-info-table {
        width: 100%;
    }

    .message-info-p {
        line-height: 3.5vw;
    }


    .message-line-inner {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 767px) {
    #message .vessel {
        padding: 25vw 30px 3vw 30px;
    }

    .message-block {
        padding: 0;
    }

    .message-img {
        margin: 7vw auto;
    }

    .message-info-p {
        line-height: 6.5vw;
        font-size: 14px;
        padding-left: 2vw;
    }

    .message-line-inner {
        font-size: 5vw;
        padding: 5vw 2vw;
        margin: 0;
    }
}

/* contact */
#contact>.vessel {
    padding: 9vw 8vw 10vw 14.5vw;
}

#contact .headMod01 {
    text-align: center;
}

.contact-button {
    text-align: center;
    padding: 0;
}

.contact-sub {
    padding: 1.5vw 0;
}

.btn,
a.btn,
button.btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 0rem;
    width: 22vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
}

a.btn-border {
    border-radius: 0;
    background: #A5A5AC;
    margin: 0 1vw;
}

a.btn-border:hover {
    color: #fff;
    background: #7b7b81;
}

#contact .scrollBlock01 {
    position: fixed;
    left: 49px;
    bottom: 10px;
    z-index: 4;
    width: 1em;
    display: none;
}

.page-top {
    text-decoration: none;
}

#contact a:hover {
    text-decoration: none;

}

#contact .scrollLine01 {
    margin: -20px 0 10px 8px;
    height: 60px;
}

#contact .scrollLine01:before {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    width: 1px;
    height: 10px;
    background: #707070;
    transform: skewX(-31deg);
}

#contact .scrollBlock01 .scrollTxt01 {
    margin-left: -2px;
    padding: 10px 0 0 0;
    color: #414242;
    font-size: 16px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1;
    letter-spacing: 0.07em;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#contact .tel-font-title {
    font-weight: 500;
    font-size: 0.9em;
}

#contact .tel-font {
    font-size: 1.2em;
}

#contact .mail-btn {
    margin-top: 2vw;
    width: 46.3vw;
    background-color: #7D7D82;
    padding: 1.7rem 0;
}

#contact .contact-address {
    padding-top: 2vw;
    width: 46.3vw;
    margin: auto;
}

#contact .contact-address-inner {
    text-align: left;
    margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #contact>.vessel {
        padding: 9vw 5vw 0vw 5vw;
    }

    .btn,
    a.btn,
    button.btn {
        width: 30vw;
    }
}

@media screen and (max-width: 767px) {
    #contact>.vessel {
        padding: 13vw 30px 15vw 30px;
    }

    .btn,
    a.btn,
    button.btn {
        width: 60vw;
    }

    a.btn-border {
        margin: 2vw 0vw;
    }

    #contact .scrollBlock01 {
        position: fixed;
        left: 10px;
        bottom: 0px;
    }

    #contact .scrollLine01 {
        margin: -43px 0 7px 8px;
    }

    #contact .headMod01-main {
        display: block;
        font-size: 9vw;
        margin-bottom: 3vw;
    }

    #contact .mail-btn {
        width: 60vw;
    }

    #contact .contact-address {
        width: 100%;
    }

    #contact .contact-address-inner {
        font-size: 0.8em;
    }

    .sp-contact-spacer {
        margin-top: 10vw;
    }

    .sp-contact-spacer2 {
        margin-top: 8vw;
    }

}

@media screen and (max-width: 374px) {
    #contact .telBox01 .telBox01Head01 {
        padding: 0 0 0 10px;
    }

}

/* ofi
------------------------------------------ */
.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

/* slider
------------------------------------------ */
.o-kv-slider {
    position: relative;
}

.o-kv-slider,
.o-kv-slider_inner {
    /* overflow: hidden; */
    height: 100%;
}

.o-kv-slider_slide {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* clip: rect(0, 100vw, 100vh, 100vw); */
}

.o-kv-slider_slide_inner {
    margin: -9px;
    width: calc(100% + 18px);
    height: 100%;
}


.o-kv-slider_slide_caption span {
    display: inline-block;
    position: relative;
    height: 1.2em;
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    line-height: 1;
}


.o-kv-slider_slide_text {
    font-size: 8.5vw;
    position: absolute;
    bottom: -5px;
    left: -9vw;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    z-index: 100;
}

.slider_slide_text_desc {
    font-size: 1.5vw;
    position: absolute;
    bottom: -1.4vw;
    left: 38vw;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    z-index: 100;
}

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

    .o-kv-slider_slide_text {
        font-size: 10vw;
        left: -12.5vw;
        bottom: -3.8vw;
    }

    .slider_slide_text_desc {
        font-size: 1.7vw;
        bottom: 0.5vw;
        left: 42.5vw;
    }

}

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

    .o-kv-slider_slide_text {
        bottom: 15px;
        left: -4vw;
        font-size: 11vw;
        letter-spacing: 0px;
    }

    .slider_slide_text_desc {
        left: 51vw;
        font-size: 11px;
    }
}

.o-kv-slider_slide_inner {
    height: 100%;
    margin: 0;
    width: 100%;
    overflow: hidden;
}


.o-kv-slider_slide figure {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

.o-kv-slider_slide figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    width: auto;
    min-width: 100%;
    max-width: inherit;
    height: auto;
    min-height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}

.o-kv-slider_slide figure img {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    -webkit-transform: none;
    transform: scale(1.1);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.o-kv-slider_slide figure img {
    width: 100%;
    height: 100%;
}

.o-kv-slider_slide.pre {
    z-index: 20;
    visibility: hidden;
}

.o-kv-slider_slide.active {
    z-index: 30;
}

.o-kv {
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.o-kv_slider {
    /* overflow: hidden; */
    position: absolute;
    top: 0;
    right: 0;
    width: 86%;
    height: 100%;
    pointer-events: none;
}

/* slide animation */

/* 画像 */
.o-kv-slider_slide.active img {
    -webkit-animation: slideImageActive 8s linear 0s 1 normal both;
    animation: slideImageActive 8s linear 0s 1 normal both;
    will-change: opacity transform;
}

.o-kv-slider_slide.next img {
    -webkit-animation: slideImageNext 8s linear 0s 1 normal both;
    animation: slideImageNext 8s linear 0s 1 normal both;
    will-change: opacity transform;
}

@-webkit-keyframes slideImageActive {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    90% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slideImageActive {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    90% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slideImageNext {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes slideImageNext {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/* Loading CSS */


span.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load-circle 1.0s linear infinite;
    animation: load-circle 1.0s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

@-webkit-keyframes load-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.slider-coment {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .swiper-pagination3 {
        margin-left: -30px !important;
    }
}

/* En CSS */

.en-block-none {
    display: none;
}

/* 902px以下の場合のスタイル */
@media (max-width: 902px) {
    .break-no {
        white-space: pre;
    }
}