    @charset "utf-8";
    html {
        -webkit-text-size-adjust: 100%;
    }
    /*------------------------------*/
    /*メイン関係ここから		*/
    /*------------------------------*/
    
    html,
    body {
        line-height: 2;
        text-align: center;
        font-size: 18px;
        color: #000;
        font-family: '游ゴシック Medium', 'Yu Gothic Medium', 'Yu Gothic', 'YuGothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', sans-serif;
        margin: 0px auto;
        font-feature-settings: "palt";
        min-width: 1024px;
        letter-spacing: 0;
    }
    
    .bold {
        font-family: "游ゴシック Bold", "Yu Gothic Bold", "Yu Gothic", "YuGothic", '游ゴシック', "游ゴシック体", 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', 'メイリオ', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    *,
    *:after,
    *:before {
        box-sizing: inherit;
    }
    
    a {
        text-decoration: none;
        color: #454545;
    }
    
    a:hover {
        transition-duration: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: #ff8331;
    }
    
    a[href^="tel:"] {
        pointer-events: none;
    }
    
    a:hover img {
        opacity: 0.75;
        transition: .3s;
    }
    
    .fPc {
        display: block !important;
    }
    
    .fPci {
        display: inline !important;
    }
    
    .fPcib {
        display: inline-block !important;
    }
    
    .fSp {
        display: none !important;
    }
    
    .fSpi {
        display: none !important;
    }
    
    .fSpib {
        display: none !important;
    }
    
    .fSp02 {
        display: none !important;
    }
    
    .w100 {
        width: 100% !important;
    }
    /*ここから*/
    
    #wrap {
        /* display: none; */
        overflow: hidden;
        min-width: 1024px;
    }
    
    body {
        margin: 0;
        padding: 0;
    }
    
    #spMenu {
        display: none;
    }
    p {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    /*ローダー*/
    
    #loader-bg {
        position: fixed;
        width: 100vw;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #fff;
        z-index: 999;
        background-image: url(./images/loaderBackPc.jpg);
        background-size: cover;
        background-position: center center;
    }
    
    #loader {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        height: 200px;
        border: 2px solid rgba(255, 200, 0, 0.4);
        border-top-color: rgba(255, 200, 0, 0.9);
        border-radius: 50%;
        animation: spin 1.2s linear 0s infinite;
        box-sizing: border-box;
    }
    
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    /*-------*/
    
    header {
        height: 80px;
        width: 100%;
        margin: auto;
        text-align: center;
        z-index: 100;
        /* background-color: #ffc800;
    border-bottom-left-radius: 100vw 30px;
    border-bottom-right-radius: 100vw 30px; */
        background-image: url(./images/headerBackPc.svg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 1920px 80px;
        position: fixed;
        top: 0;
    }
    
    #headerLogo {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        background-color: #ff8331;
        position: absolute;
        margin-left: -30px;
        margin-top: -30px;
        box-sizing: border-box;
        text-align: left;
        padding-top: 48px;
        padding-left: 48px;
    }
    
    #headerLogo img {
        line-height: 0;
    }

    #spThermo {
        display: none;
    }

/*---------------------------*/
/*gnav*/
/*---------------------------*/
#gnav {
    width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 70px;
    transition: .5s;
    margin: auto;
}
#gnav #headerSub {
    height: 40px;
    width: 1024px;
    margin: auto;
    /* background-color:#ddd; */
}
#gnav>ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
#gnav>ul>li {
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    margin: 0 .3rem;
}
#gnav>ul>li a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0 .2em;
    padding-bottom: 3px;
}
#gnav>ul>li a:hover {
    color: #000;
}
#gnav>ul>li:not(.currentH) a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
#gnav>ul>li:not(.currentH) a:hover::after {
    transform: scale(1, 1);
}

#headerSub {
    color: #fff;
    font-size: .8rem;
    text-align: right;
}
#headerSub a {
    color: #fff;
}
#headerSub a:hover{
    color:#ff8331;
}

/*---------------------------*/
/*フッタ*/
/*---------------------------*/

section#contact #fotterTop {
    position: absolute;
    background-image: url(./images/footerTopBack.svg);
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px 30px;
    z-index: 10;
}
footer {
    margin: 0;
    padding: 0 0 2rem 0;
    background-color: #ff8331;
    color: #fff;
}
footer a:hover {
    text-decoration: underline;
}
#footerMain {
    margin: auto;
}
footer figure {
    line-height: 0;
}
footer h2 {
    font-size: 1.2rem;
    margin-bottom: .5rem;
}
footer p {
    text-align: center;
    line-height: 1.4;
}

/*topへ戻る*/
#footMenu {
    display: none;
    height: 50px;
    width: 50px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 90;
    background-color: #ff8331;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding-top: 1.2rem;
    border-radius: 50%;
}
#footMenu span {
    display: block;
    margin: auto;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#footMenu:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #fff;
}
#footMenu:hover span {
    border-top: 1px solid #ff8331;
    border-right: 1px solid #ff8331;
}

/*---------------------------*/
/*top*/
/*---------------------------*/
.loaderMask {
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #FFC800;
    background-color: #f8df22;
    top: 50%;
    left: 50%;
    /* margin-left: -20px;
    margin-top: -20px; */
    
    z-index: 1000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.loaderMask.bounds {
    -webkit-transition: all 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: all 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    width: 200px;
    height: 200px;
    line-height: 1.2;
    /* transition-delay:2s; */
}
.loaderMask div {
    width: 0px;
    height: 0px;
    overflow: hidden;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    font-family: YuMincho, 'Yu Mincho', serif;

}
.loaderMask div h3 {
    font-size: 3rem;
}
.loaderMask.bounds div {
    width: auto;
    height: auto;
    line-height: 1.2;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: all 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.loaderMask.bounds>div>* {
    width: 100%;
    text-align: center;
    line-height: 1;
}
.loaderMask.wrap {
    height: 150vw;
    width: 150vw;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #fff;
}

/*mainV---------------------------*/
section#mainV {
    width: 100%;
    position: relative;
    height: calc(100vh + 30px);
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}
section#mainV #slider {
    position: relative;
    padding-bottom: 0px !important;
    width: 100%;
    height: calc(100vh + 30px);
    min-width: 1024px;
    margin: 0;
    z-index: 1;
}
section#mainV #slider li {
    /* position:absolute; */
    
    width: 100%;
    min-width: 1024px;
    background-size: cover;
    background-position: center center;
    height: 100%;
}
section#mainV #mainVCatch {
    position: absolute;
    height: 100%;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: bold;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    padding-bottom: 13vh;
    box-sizing: border-box;
    font-feature-settings: normal;
}
section#mainV #mainVCatch > div:first-child {
    z-index: 3;
}
section#mainV #mainVCatchBack {
    display: block;
    width: 124vh;
    /* height: 896px; */
    
    height: 110vh;
    position: absolute;
    background-image: url(./images/mainVCatchBackPc.png);
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5vh;
    z-index: 1;
}
section#mainV #mainVCatch h1 {
    color: #fff;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.8rem;
}
section#mainV #mainVCatch h1 span {
    font-size: 4rem;
    font-weight: inherit;
}
section#mainV #mainVCatch h1 span::after {
    content: '\A';
    white-space: pre;
}
section#mainV #mainVCatch p {
    text-align: center;
    color: #fff;
    line-height: 1;
}
section#mainV #mainVCatch p#catch01 {
    font-size: 2.3rem;
    margin-bottom: 0.5rem;
}
section#mainV #mainVCatch p#catch02 {
    font-size: 3.75rem;
}
section#mainV #mainVCatch p#catch02 span.cOra01 {
    color: #ffc800;
}
section#mainV #mainVCatch p#catch02 span.txtSmall {
    font-size: 2.25rem;
}
.mainCatchAnima {
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    position: relative;
    top: 30px;
}
.mainCatchBackAnima {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    position: relative;
}
.fadeInDown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0;
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}
.wait1 {
    transition-delay: 2s;
}
.wait2 {
    transition-delay: 3s;
}

/* .slide a {width:100%; height:100%;display:block;} */
section#mainV #slider .slide01 {
    background-image: url(./images/slideBack01Pc.jpg);
}
section#mainV #slider .slide02 {
    background-image: url(./images/slideBack02Pc.jpg);
}
section#mainV #slider .slide03 {
    background-image: url(./images/slideBack03Pc.jpg);
}
section#mainV #mainVBottom {
    position: absolute;
    background-image: url(./images/mainVBottomBack.svg);
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px 30px;
    z-index: 10;
}

/*イメージスワップ width height固定のクラスに付加*/
.swapBox {
    position: relative;
}
.swapImg01 {
    position: absolute;
    top: 0;
    left: 0;
    /* left:calc((100vw - 1600px) / 2); */
    /* transition-delay:3s; */
    
    opacity: 0;
    z-index: 2;
}
.swapImg02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50%;
    opacity: 0;
}
.slideInOut {
    opacity: 0;
    animation-name: slideInOut;
    animation-duration: 2.4s;
    /* animation-iteration-count: infinite; */
    
    animation-fill-mode: forwards;
}
@keyframes slideInOut {
    0% {
        opacity: 0;
        transform: translateX(700px);
    }
    
    50% {
        opacity: 1;
        transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        /* transform: translateX(-200px); */
    }
}
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 3s;
    /* animation-iteration-count: infinite; */
    
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

/**/
#mainV h1 {
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 2.25;
    position: relative;
    margin-top: -20px;
    margin-bottom: 3rem;
}

/*共通*/
section {
    padding: 5rem 0;
    max-width: 100vw;
}
strong {
    font-weight: bold;
}
.ochiba {
    text-indent: -1em !important;
    margin-left: 1em !important;
}
section h2 {
    font-size: 24px;
    display: inline-block;
    position: relative;
    padding: 10px 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2rem;
    z-index: 2;
    font-feature-settings: normal;
}
section h2:before {
    content: '';
    width: 124px;
    height: 124px;
    position: absolute;
    background-image: url(./images/h2Back01.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
section.rev h2 {
    color: #fff;
}
section h2.bWhite::before {
    background-image: url(./images/h2Back02.png);
    background-size: 100% 100%;
}
section h2 span {
    font-size: 2em;
    font-weight: inherit;
}
section h2 span::before {
    content: '\A';
    white-space: pre;
}
section h2.rev {
    padding-top: 0.9em;
    font-size: 2em;
}
section h2.rev span {
    font-size: 24px;
}
section h3.lead {
    font-size: 24px;
    line-height: 1.4;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1rem;
}
section h3.lead b {
    font-weight: bold;
    background-image: linear-gradient(transparent 60%, rgba(255, 200, 0, 0.5) 60%);
    padding: 3px 0;
}
section.rev h3.lead {
    color: #fff;
}
.mainBox {
    width: 1024px;
    margin: auto;
}
.flexCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: left;
}

/*section01 サーモ思い---------------------------*/
section#sec01 .flexCont {
    box-sizing: border-box;
    padding-left: 1rem;
    width: calc(1100px + 1rem);
}
section#sec01 .flexCont p {
    margin-bottom: 1rem;
}
.sec01Img01 {
    width: 550px;
    height: 550px;
}

/*section02 サーモスタート---------------------------*/
section#sec02 {
    background-image: url(./images/sec02BackPc.jpg);
    background-size: cover;
    background-position: center center;
}
section#sec02 p {
    text-align: center;
    color: #fff;
    /* font-weight: bold; */
    
    margin-bottom: 1rem;
}

/*section03 サーモとは---------------------------*/
.sideCont01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 1100px;
    text-align: left;
    margin-left: -80px;
}
.sideCont01 div {
    position: relative;
    background-color: rgba(247, 241, 220, 0.8);
    z-index: 2;
    width: 65%;
    padding: 1.5rem 2rem;
    text-align: left;
    box-sizing: border-box;
    margin-left: -80px;
}
.sideCont01 figure {
    position: relative;
    z-index: 1;
}
section#sec03 .flexCont {
    box-sizing: border-box;
    padding: 0 1rem;
}
#r3ImgBox {
    position: relative;
    width: 326px;
    height: 292px;
    margin: auto;
}
#r3Img li {
    position: absolute;
    width: 145px;
    height: 145px;
    background-color: rgba(255, 113, 49, 1);
    border-radius: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    color: #fff;
}
#r3Img li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
#r3Img li h3 span {
    font-size: 1.5rem;
    color: #ffe999;
    width: 100%;
}
#r3Img li:nth-child(1) {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
#r3Img li:nth-child(2) {
    left: 0;
    bottom: 0;
}
#r3Img li:nth-child(3) {
    right: 0;
    bottom: 0;
}
#r3Img::before {
    content: "";
    display: block;
    position: absolute;
    width: 186px;
    height: 186px;
    z-index: 1;
    border-radius: 50%;
    border: 4px solid #ddd1c2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
}

/*section04 デザイン---------------------------*/
section#sec04 {
    background-color: #f7f1dc;
}
.sideCont02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 1100px;
    text-align: left;
}
.sideCont02 div {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    width: 65%;
    padding: 1.5rem 2rem;
    text-align: left;
    box-sizing: border-box;
}
.sideCont02 figure {
    position: relative;
    z-index: 1;
    margin-left: -80px;
}
.pastList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 2rem;
}
.pastList>div {
    width: 175px;
    height: 175px;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 20px;
}
.pastList>div figure {
    line-height: 0;
}
.pastList>div h3 {
    font-size: 24px;
    font-weight: bold;
}
.pastList>span {
    width: 60px;
}
.pastList span:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    left: -8px;
    width: 28px;
    height: 28px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pastListArrow {
    margin: 1rem 0 3rem 0;
}
.pastListArrow::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sec04thermo {
    padding: 30px 41px;
    background-color: #ffde66;
    background-image: url(./images/sec04thermoBack.png);
    background-size: 580px 580px;
    background-position: bottom 10px right -30px;
    background-repeat: no-repeat;
}
.sec04thermo h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.sec04thermo p {
    font-weight: bold;
    font-size: 24px;
    margin: auto;
    text-align: center;
}
.sec04thermo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
}
.sec04thermo ul li {
    position: relative;
}
.sec04thermo ul li figure {
    line-height: 0;
    position: relative;
}
.sec04thermo ul li h4 {
    position: absolute;
    background-color: #ff8331;
    height: 72px;
    border-radius: 36px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1rem;
    width: 260px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

/*section05 コミュニティ---------------------------*/
section#sec05 {
    background-image: url(./images/sec05BackPc.jpg);
    background-size: cover;
    background-position: center center;
}
section#sec05 p {
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
}
#comuBox {
    position: relative;
    width: 630px;
    height: 576px;
    margin: auto;
    margin-bottom: 2rem;
}
#comuTxt {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 1rem;
}
#comuBack {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
}
#comuBack li {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: rgba(255, 113, 49, 0.9);
    border-radius: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    color: #fff;
}
#comuBack li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
#comuBack li:nth-child(1) {
    left: 0;
    top: 0;
}
#comuBack li:nth-child(2) {
    right: 0;
    top: 0;
}
#comuBack li:nth-child(3) {
    left: 0;
    bottom: 0;
}
#comuBack li:nth-child(4) {
    right: 0;
    bottom: 0;
}
#comuBox::before {
    content: "";
    display: block;
    position: absolute;
    width: 498px;
    height: 498px;
    z-index: 1;
    border-radius: 50%;
    border: 6px solid #fff;
    background-image: url(./images/conuBoxBack.png);
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*section6 未来---------------------------*/
section#sec06 {
    background-image: url(./images/sec06BackPc.jpg);
    background-size: 1920px 1000px;
    background-position: center center;
    padding-bottom:3rem;
}
section#sec06 .flexCont {
    -webkit-justify-content: justify;
    -moz-justify-content: justify;
    justify-content: space-between;
}
section#sec06 .flexCont>div {
    /* padding-top: 4rem; */
    padding-right: 3rem;
    text-align: left;
}
section#sec06 .flexCont>div p {
    margin-bottom: 0;
}
section#sec06 .flexCont figure {
    line-height: 0;
}
section#sec06 .mainBox {
    position: relative;
    /* margin-bottom: 1rem; */
    padding: 0 1rem;
    box-sizing: border-box;
}
section#sec06 p {
    margin-bottom: 1rem;
}
section#sec06 p.lead {
    margin-bottom: 6rem;
}
.sec06Img01 {
    width: 465px;
    height: 465px;
}

/*---------------------------*/
/*問い合わせ*/
/*---------------------------*/
#contact {
    background-color: #ffc800;
    position: relative;
}
#contact .mainBox {
    width: 800px;
}

table.contact {
    width: 100%;
    margin: auto;
    font-size: 16px;
}
table.contact th,
table.contact td {
    vertical-align: middle;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-clip: padding-box;

    /* font-size: 15px; */
}
table.contact th {
    background-color: #ff8331;
    color: #fff;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    line-height: 1.15;
    font-weight: bold;
}
table.contact td {
    text-align: left;
    padding: 15px;
    background-color: #fff;
}

table.contact th span,
table.contact td span {
    font-size: 75%;
}
input,
textarea {
    font-size: 1rem;
    line-height: 1.4;
}
table.contact td input[type="text"]{
    width: 100%;
    box-sizing: border-box;
    padding:0.5em;
    /* margin: .5em; */
    border:1px solid #ccc;
}
/* IE */
 :-ms-input-placeholder {
    color: #aaa;
}

/* Edge */
 ::-ms-input-placeholder {
    color: #aaa;
}
table.contact td textarea {
    width: 100%;
    box-sizing: border-box;
    /*    margin: 0;padding: 0;*/
    
    padding: 0.5em;
    border: 1px solid #ddd;
}
table.contact th sup {
    color: #fff000;
    font-size: 0.7rem;
    position: relative;
    top: 6px;
    left: 4px;
    position: absolute;
}
#contact .cBtn {
    width: 140px;
    height: 40px;
    border: 0px;
    margin: 8px;
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1;
    padding: 6px 0;
    margin-top: 3.5rem;
    /* color:#fff; */
    
    font-weight: bold;
    font-size: 1.2rem;
}
#contact .cBtn.clearForm {}
#contact .cBtn:hover {
    background-color: #ff8331;
    /*    color: initial;*/
    
    border: 1px solid #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
}
.contactMessage {
    width: 60%;
    margin: auto;
    text-align: left;
    margin-bottom: 3rem;
    border: 1px solid #ff8331;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #fff;
}
p.thanks {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 1em;
}
.thanksTel {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    margin-top: 4rem;
    font-weight: bold;
    color: #ff8331;
}
.on {
    ime-mode: active;
}
.off {
    ime-mode: inactive;
}
.dis {
    ime-mode: disabled;
}
textarea {
    ime-mode: active;
}

.modal-content {
	position:fixed;
	display:none;
	width:980px;
	margin:auto;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    text-align: center;
	bottom:0;
    /* font-size: 15px; */
	}

.modal-content .privacy{
    width:100%;
    margin: auto;
    background-color: #fff;
    height: 90vh;
    padding:3rem;
    box-sizing: border-box;
    overflow-y: scroll;
    text-align:center;
}
.modal-content .privacy  h2:before{
    content: none;
    
}

.modal-content .privacy h3{
    font-weight: bold;
    text-align: left;
}
.modal-content .privacy h4{
    text-align: left;
}

.modal-content .privacy p{
    margin-bottom: 2rem;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #666;
}

.modal-content .privacy ul li > ul{
    padding-left: 1em;
    box-sizing: border-box;
    color: #666;
    margin-bottom: 1em;
}
.modal-content .privacy > ul {
    text-align: left;
    margin-bottom: 2rem;
}

.modal-overlay {
    z-index:1001;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
/*    background-color:rgba(199, 137,37,0.90);*/
    background-color:rgba(0, 0,0,0.80);
}

.modal-wrap {
    z-index:1002;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}
.modal-open {
    vertical-align: middle;
    padding: .5em 0;
    padding-left: 20px;

    display: inline-block;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px 20px;

}

.modal-open:hover {
    cursor:pointer;
}

.modal-close {
	display:block;
	width:80px;
	height:30px;
	background-color:#fff;
	position:fixed;
	z-index:1002;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-top:6px;
	line-height:1;
	border:1px solid #666;
	top:30px;
	right:5%;
	}

#con1 .modal-close:hover {
	cursor:pointer;
	color:#fff;
	transition-duration:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-color:#ff8331;

	}

@media screen and (max-device-width: 1024px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-device-width:1024px) and (orientation: landscape) {
    /*ipad pro横*/
}
@media (orientation: portrait) {
    /*縦時*/
    
    section#mainV,
    section#mainV #slider {
        height: calc(50vh + 30px);
    }
    
    section#mainV #mainVCatchBack {
        width: 80vw;
        height: 110%;
    }
    
    .loaderMask.wrap {
        height: 200vw;
        width: 200vw;
    }
    
    @media screen and (min-width: 1920px) {
        header {
            background-image: url(./images/headerBackPc.svg);
            background-size: 100% auto;
            background-position: bottom center;
        }
        section#mainV,
        section#mainV #slider {
            height: 1000px;
        }
    }

    