
/* Form
------------------------------------------ */
button,
select,
textarea,
input {
    font-family: inherit;
}

/* IME : For Windows IE */
.imeA {
    ime-mode: active;
}
.imeD {
    ime-mode: disabled;
}

/* select */
select {
    outline: none;
}

/* password */
input[type="password"] {
    height: 1.2em;
    font-family: arial;
    ime-mode: disabled;
}

/* button */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
    cursor: pointer;
}

/* radio */
input[type="checkbox"],
input[type="radio"] {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: 1px;
}

/* iOS style reset */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/* 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;
}

/* 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;
    }
}

/* common
------------------------------------------ */
/* headMod01 */
.headMod01 .en {
    display: block;
    color: #5e6165;
    font-size: 100px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
}
.headMod01 .ja {
    display: block;
    margin: -11px 0 0 7px;
    color: #8d9095;
    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: 80px;
        letter-spacing: 0;
    }
    .headMod01 .ja {
        margin-top: -14px;
    }
}
@media screen and (max-width: 767px) {
    .headMod01 .en {
        font-size: 60px;
        letter-spacing: 0;
    }
    .headMod01 .ja {
        margin: -8px 0 0 0;
        font-size: 14px;
    }
    #contact .headMod01 .en {
        font-size: 60px;
    }
    #contact .headMod01 .ja {
        margin: -8px 0 0 0;
    }
}

/* moreMod01 */
a.moreMod01 {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    color: #707070;
    font-weight: 700;
    line-height: 1.5;
    line-height: 1;
}
a.moreMod01 .moreMod01MarkWrap {
    width: 34px;
    height: 34px;
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
a.moreMod01 .circle01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #575a5f;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: transform;
}

body.-is-noTouch a.moreMod01:hover .circle01 {
    width: 42px;
    height: 42px;
    -webkit-transform: translate3d(-4px, -4px, 0);
    transform: translate3d(-4px, -4px, 0);
}

a.moreMod01 .dotBlock {
    position: relative;
    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: 15px;
    height: 3px;
    will-change: transform;
}
a.moreMod01 .dotBlock span {
    border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    width: 3px;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.-is-noTouch a.moreMod01:hover .circle01 {
    background-color: transparent;
}
body.-is-noTouch a.moreMod01.isLight:hover .circle01 {
    background-color: #fff;
}

body.-is-noTouch a.moreMod01:hover .dotBlock span {
    background: #575a5f;
}
body.-is-noTouch a.moreMod01:hover .circle01 {
    border: 1px solid #575a5f;
}

body.-is-noTouch a.moreMod01:hover .dotBlock span:nth-of-type(1) {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
}

body.-is-noTouch a.moreMod01:hover .dotBlock span:nth-of-type(3) {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
}
a.moreMod01.isLight .circle01 {
    background-color: #fff;
}
body.-is-noTouch a.moreMod01.isLight:hover .circle01 {
    border: none;
}
a.moreMod01.isLight .dotBlock span {
    background-color: #575a5f;
}
body.-is-noTouch a.moreMod01:hover {
    text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    a.moreMod01 {
        /* padding-top: 41px; */
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    a.moreMod01 {
        /* padding-top: 40px; */
        font-size: 12px;
    }
}

/* moreMod02 */
a.moreMod02 {
    /* padding-right: 43px; */
    min-height: 33px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    justify-content: flex-end;
    font-weight: 400;
}
a.moreMod02 .moreMod01MarkWrap {
    margin: 0 0 0 12px;
}
a.moreMod02.isWhite .circle01 {
    background-color: #fff;
}
body.-is-noTouch a.moreMod02.isWhite:hover .circle01 {
    background-color: #fff;
}
body.-is-noTouch a.moreMod02.isWhite:hover .circle01 {
    border: none;
}
a.moreMod02.isWhite .dotBlock span {
    background-color: #575a5f;
}
body.-is-noTouch a.moreMod02:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    a.moreMod02 {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

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

.scrollLine01:after,
.scrollLine01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
}

.scrollLine01:before {
    background: #fff;
    z-index: 10;
    -webkit-animation: scroll 2.4s infinite normal;
    animation: scroll 2.4s infinite normal;
}

.scrollLine01:after {
    background: #dadce0;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
    }
    15% {
        -webkit-transform: translate3d(0, -98%, 0);
    }
    85% {
        -webkit-transform: translate3d(0, 98%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    15% {
        -webkit-transform: translate3d(0, -98%, 0);
        transform: translate3d(0, -98%, 0);
    }
    85% {
        -webkit-transform: translate3d(0, 98%, 0);
        transform: translate3d(0, 98%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

/* 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;
    }
}

/* inputMod01 */
.inputMod01 {
    display: inline-block;
    padding: 0 1em;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 100%;
    height: 60px;
    background: #eff0f2;
    outline: none;
}
.inputMod01.isSmall {
    width: 210px;
}
@media screen and (max-width: 767px) {
    .inputMod01 {
        padding: 0 10px;
        height: 40px;
        font-size: 12px;
    }
}

/* dateLoMod01 */
.dateLoMod01 {
    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;
}
.dateLoMod01 li {
    width: 180px;
    position: relative;
}
.dateLoMod01 li .inputMod01 {
    width: 180px;
}
.dateDeleteMod01 {
    padding: 10px;
    position: absolute;
    top: 18px;
    right: 11px;
    width: 24px;
    height: 24px;
    background: url(../img_cmn/btn_close_01.svg) no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    cursor: pointer;
    opacity: 0.3;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
body.-is-noTouch .dateDeleteMod01:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .dateLoMod01 {
        display: block;
    }
    .dateLoMod01 li {
        width: auto;
    }
    .dateLoMod01 li + li {
        margin-top: 20px;
    }
    .dateDeleteMod01 {
        padding: 10px;
        top: 15px;
        right: 110px;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
}

/* textareaMod01 */
.textareaMod01 {
    display: block;
    padding: 1em;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 100%;
    min-height: 209px;
    background: #eff0f2;
    outline: none;
    resize: vertical;
}
@media screen and (max-width: 767px) {
    .textareaMod01 {
        padding: 19px 20px;
        font-size: 12px;
    }
}

/* requiredMod01 */
.requiredMod01 {
    margin-left: 10px;
    color: #eb6e20;
    font-size: 12px;
}

/* formMod01 */
.formMod01 + .formMod01 {
    margin-top: 26px;
}
.radioLoMod01 + .formMod01 {
    margin-top: 35px;
}
.formMod01 > dt {
    padding-bottom: 8px;
}
.formMod01 .formMod01ContentWrap {
    display: -webkit-box;
    display: flex;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; */
    flex-direction: column;
}
.submitMod01Mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: 999999;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgba(100, 100, 100, 0.5);
    -webkit-animation: msgFadeIn 0.2s forwards normal;
    animation: msgFadeIn 0.2s forwards normal;
}
@-webkit-keyframes msgFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes msgFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#formMsg {
    background: rgba(255, 255, 255, 0.9);
    width: 50%;
    height: 50vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #formMsg {
        width: 90%;
        height: auto;
        min-height: 50vh;
        max-height: 100vh;
        padding: 1em 1.5em;
    }
}
@media screen and (max-width: 767px) {
    #formMsg {
        width: 90%;
        height: auto;
        min-height: 50vh;
        max-height: 100vh;
        padding: 1em 1.5em;
    }
}

/* button
------------------------------------------ */
/* submitLoMod01 */
.submitLoMod01 {
    margin-top: 51px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .submitLoMod01 {
        margin-top: 20px;
    }
}
/* submitMod01 */
button.submitMod01,
input.submitMod01 {
    display: -webkit-box;
    display: flex;
    border: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #575a5f;
    color: #fff;
    width: 360px;
    height: 77px;
    font-size: 16px;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.submitMod01.hovreActionButton-ColorMove::before {
    background-color: #383e48;
}

@media screen and (max-width: 767px) {
    button.submitMod01,
    input.submitMod01 {
        width: 100%;
        font-size: 14px;
    }
}

.hovreActionButton-ColorMove {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
}
.hovreActionButton-ColorMove::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: -1; */
    content: "";
    background-color: #83755b;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.hovreActionButton-ColorMove span {
    position: relative;
    z-index: 10;
}
body.-is-noTouch .hovreActionButton-ColorMove:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

@-webkit-keyframes hovreActionButtonColorMoveOnce-in {
    0% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes hovreActionButtonColorMoveOnce-in {
    0% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.textTranstionMaskWrap {
    display: -webkit-box;
    display: flex;
}
.textTranstionMask {
    position: relative;
    overflow: hidden;
    height: 1.2em;
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: 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;
}

body.-is-noTouch .textTranstionMaskWrap:hover .textTranstionMask .textTranstionText {
    -webkit-transform:translateY(-2em);
    transform:translateY(-2em);
}
body.-is-noTouch .textTranstionMaskWrap:hover .textTranstionMask .textTranstionTextClone {
    -webkit-transform:translateY(0);
    transform:translateY(0);
}

/* nav */
.navLogo .textTranstionMask,
#pageTitle .textTranstionMask {
    height: 35px;
}
.navLogo .textTranstionMask .textTranstionTextClone,
#pageTitle .textTranstionMask .textTranstionTextClone {
    -webkit-transform:translateY(35px);
    transform:translateY(35px);
}
body.-is-noTouch .navLogo .textTranstionMaskWrap:hover .textTranstionMask .textTranstionText,
body.-is-noTouch #pageTitle .textTranstionMaskWrap:hover .textTranstionMask .textTranstionText {
    -webkit-transform:translate(-35px);
    transform:translate(-35px);
}
body.-is-noTouch .navLogo .textTranstionMaskWrap:hover .textTranstionMask .textTranstionTextClone,
body.-is-noTouch #pageTitle .textTranstionMaskWrap:hover .textTranstionMask .textTranstionTextClone {
    -webkit-transform:translateY(0);
    transform:translateY(0);
}

.fixed .navLogo .textTranstionMask,
#logo.fixed .textTranstionMask {
    height: 26px;
}
.fixed .navLogo .textTranstionMask .textTranstionTextClone,
.fixed #pageTitle .textTranstionMask .textTranstionTextClone {
    /* bottom: -26px; */
    -webkit-transform:translateY(26px);
    transform:translateY(26px);
}
body.-is-noTouch .fixed .navLogo .textTranstionMaskWrap:hover .textTranstionMask .textTranstionText,
body.-is-noTouch .fixed #pageTitle .textTranstionMaskWrap:hover .textTranstionMask .textTranstionText {
    /* bottom: 26px; */
    -webkit-transform:translateY(-26px);
    transform:translateY(-26px);
}
body.-is-noTouch .fixed .navLogo .textTranstionMaskWrap:hover .textTranstionMask .textTranstionTextClone,
body.-is-noTouch .fixed #pageTitle .textTranstionMaskWrap:hover .textTranstionMask .textTranstionTextClone {
    /* bottom: 0; */
    -webkit-transform:translateY(0);
    transform:translateY(0);
}

@media screen and (max-width: 767px) {
    .fixed .navLogo .textTranstionMask .textTranstionTextClone,
    .fixed #pageTitle .textTranstionMask .textTranstionTextClone {
        /* bottom: -35px; */
        -webkit-transform:translateY(35px);
        transform:translateY(35px);
    }
}

/* contact */
#contact{
    margin: 0;
}
#contact > .vessel {
    padding: 0 10vw;
}
#contact .box01 {
    position: relative;
    padding: 3vw 8vw;
    background: #fff;
    z-index: 2;
}
#contact .telBox01 {
    position: absolute;
    top: 50px;
    right: 50px;
    border: 1px solid #dcdcdc;
    width: 210px;
}
#contact .telBox01 .telBox01Head01 {
    padding: 16px 0 0 0;
    line-height: 1.5;
    text-align: center;
}
#contact .telBox01 .telBox01Main01 {
    text-align: center;
}
#contact .telBox01 .telBox01No01 {
    margin-top: 13px;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 1;
}
#contact .telBox01 .telBox01No01 a {
    color: #707070;
}
body.-is-noTouch #contact .telBox01 .telBox01No01 a:hover {
    text-decoration: none;
}
#contact .telBox01 .telBox01Hours01 {
    margin-top: 2px;
    padding-bottom: 24px;
    color: #a9abaf;
    font-size: 12px;
    line-height: 1.5;
}
#contact .formBlock01 {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
#contact .beforeSubmit01 {
    margin-top: 56px;
    line-height: 1.5;
    text-align: center;
}
#contact .beforeSubmit01 a {
    text-decoration: underline;
}
body.-is-noTouch #contact .beforeSubmit01 a:hover {
    opacity: 0.7;
}
.formMod01 .formMod01ContentWrap.pc_flex_row{
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
.form_input_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
.form_input_wrap .label{font-weight:600;width:40px;text-align: right;}
.form_input_wrap .wpcf7-form-control-wrap {
  width: calc(100% - 40px);
}
.form-group {
  margin-bottom: 15px;
}
.form-group .dl-list-indent {
  display: flex;
  gap: 10px;
}
.form-inline {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form-inline .wpcf7-form-control-wrap {
  width: 100px !Important;
  display: inline-block;
}
.form-group .form-inline .wpcf7-form-control-wrap {
  width: 100% !Important;
  display: inline-block;
}
.personal_title {
  margin: 30px 0;
  font-weight: 600;
}
#contact .personal-information {
  height: 300px;
  padding: 21px 28px;
  margin-top: 5px;
  margin-bottom: 26px;
  overflow-y: scroll;
  border: 1px solid #b2b2b2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #contact > .vessel {
        padding: 0;
    }
    #contact .box01 {
        margin-bottom: 0;
        padding: 10.3vw 8vw 16.6vw 8vw;
    }
    #contact .telBox01 {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 180px;
    }
    #contact .telBox01 .telBox01Head01 {
        padding: 20px 0 0 0;
        font-size: 12px;
    }
    #contact .telBox01 .telBox01No01 {
        margin-top: 17px;
        font-size: 20px;
    }
    #contact .telBox01 .telBox01Hours01 {
        margin-top: 4px;
        padding-bottom: 20px;
    }
    #contact .beforeSubmit01 {
        margin-top: 56px;
        line-height: 1.5;
        text-align: center;
    }
    #contact .beforeSubmit01 a {
        text-decoration: underline;
    }
}
@media screen and (max-width: 767px) {
    #contact > .vessel {
        padding: 0;
    }
    #contact .box01 {
        margin-bottom: 0;
        padding: 0;
    }
    #contact .telBox01 {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;

        position: relative;
        top: auto;
        right: auto;
        margin-top: 36px;
        width: auto;
    }
    #contact .telBox01 .telBox01Head01 {
        margin-right: auto;
        padding: 0 0 0 18px;
        font-size: 12px;
    }
    #contact .telBox01 .telBox01Main01 {
        -webkit-box-flex: 1;
        flex: 1;

        padding: 16px 0 12px 0;
    }
    #contact .telBox01 .telBox01No01 {
        margin-top: 0;
        font-size: 20px;
    }
    #contact .telBox01 .telBox01Hours01 {
        margin-top: 3px;
        padding-bottom: 0;
        font-size: 10px;
    }
    #contact .beforeSubmit01 {
        margin-top: 30px;
        font-size: 12px;
        text-align: left;
    }
    #contact .beforeSubmit01 a {
        text-decoration: underline;
    }
}
@media screen and (max-width: 374px) {
    #contact .telBox01 .telBox01Head01 {
        padding: 0 0 0 10px;
    }
}
@media screen and (max-width: 767px) {
	.form_input_wrap {gap: 10px;}
	.formMod01 .formMod01ContentWrap.pc_flex_row {gap: 0px;}
	.form-inline .wpcf7-form-control-wrap {width: auto!Important;}
}
