@charset "UTF-8";

body {

    font-family: 'Zen Kaku Gothic New',
        sans-serif,
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo;

    background-color: #fff;
    color: #333;
    transition: 1s;
    line-height: 1.5;
}

header h1 {
    font-size: 20px;
    width: 280px;
    padding-left: 20px;
}

#fixed {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: first baseline;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 0px 15px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
}

#fixed img {
    width: 32px;
}

#pcglobal-nav {
    display: none;
}

/* ハンバーガー↓ */
.menu-trigger {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 2;
    outline: none;
}

.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    width: 25px;
    /* 線の幅 */
    height: 3px;
    /* 線の太さ */
    border-radius: 5px;
    /* 線淵丸める */
    background-color: #444;
    /* 線色 */
    transform: translate(-50%, -50%);
}

.menu-trigger span:nth-of-type(1) {
    top: 14px;
}

.menu-trigger span:nth-of-type(2) {
    top: 25px;
}

.menu-trigger span:nth-of-type(3) {
    top: 36px;
}

.menu-trigger.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

#global-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 95);
    transition: all 0.6s;
}

#global-nav.panelactive {
    top: 0;
    z-index: 1;
}

#global-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#global-nav a {
    background: linear-gradient(transparent 70%, #F9A188 70%);
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.2em;
}

header li {
    padding: 20px 40px;
}

/* ハンバーガーここまで↑ */

h2 {
    padding-top: 100px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 70%;
    letter-spacing: 0.1em;
}

h2 span {
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 0;
}

#wtitle {
    margin: 50px auto 0px;
    padding-top: 10px;
    padding-left: 20px;
    background-size: cover;
    background-position: center bottom;
    height: 85px;
    background-image: url(images/web.jpg)
}

#wtitle h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 3px #333 solid;
}

#bcff h4,
.h4t {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    /* padding-left: 20px; */
    padding-top: 50px;
}

.h4t {
    padding-left: 10%;
}

#bcff {
    width: 85%;
    margin: 0 auto 30px;
    padding-bottom: 20px;
}

#bcff p {
    padding: 20px 20px 10px;
}

/* ☑ */
.check {
    padding-left: 24px;
    position: relative;
}

.check:before,
.check:after {
    content: "";
    display: block;
    position: absolute;
}

.check:before {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #000000;
    left: 0;
    top: 2px;
}

.check:after {
    border-left: 3px solid #f9a188;
    border-bottom: 3px solid #f9a188;
    width: 15px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 3px;
}

/* ☑ここまで */

.inner {
    padding: 30px;
    width: 85%;
    margin: 20px auto;
    /* ↓グラスニューモフィズム */
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 8px 32px 0 rgb(234 198 176);
    /* 色調整 */
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

#bcgrada {
    padding: 20px 0;
    background-image: linear-gradient(to top, #c8a9a1 0%, #fedeb8 100%);
}

.inner h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 20px 0px;
}

dt {
    font-weight: 400;
    border-bottom: #333 2px dotted;
}

dd {
    padding-left: 30px;
    padding-bottom: 20px;
}

span.en {
    font-size: 20px;
    font-weight: 500;
}

span.br {
    display: block;
    font-size: 10px;
    line-height: 15px;
    padding-bottom: 30px;
}

span.br-nopd {
    display: block;
    font-size: 10px;
    line-height: 15px;
}

#innermessage {
    padding: 10px 0 30px;
}

#ctitle {
    width: 85%;
    margin: 50px auto 0px;
    padding-top: 10px;
    padding-left: 20px;
    color: #fff;
    background-size: cover;
    background-position: center bottom;
    height: 85px;
    border-radius: 5px;
    background-image: url(images/code.jpg)
}

#ctitle h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 3px #fff solid;
}


#stitle {
    width: 85%;
    margin: 50px auto 0px;
    padding-top: 10px;
    padding-left: 20px;
    color: #fff;
    background-size: cover;
    background-position: center bottom;
    height: 85px;
    border-radius: 5px;
    background-image: url(images/sns.jpg)
}

#stitle h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 3px #fff solid;
}

.spnone {
    display: none;
}

.box-021 {
    position: relative;
    width: 85%;
    margin: 50px auto;
    padding: 20px;
    /* padding: 1em 1.5em; */
    /* border: 2px solid #fee9e3; */
    border-radius: 3px;
    color: #333;
    background-color: #fee9e3;
}

.box-021::before {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    padding-top: 7px;
    position: absolute;
    top: -1.7em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-weight: 600;
    content: attr(data-number);
}

.box-021 span {
    position: absolute;
    top: -28%;
    left: 50%;
    padding: 0.2em 0.8em;
    /* border-radius: 5px 5px 0 0; */
    /* background-color: #2589d0; */
    color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 8px;
}

.forsp h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-left: 30px;
    padding-top: 10px;
}

.forsp li {
    font-size: 13px;
    padding: 10px 30px;
}

h5 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
}

#question {
    background-color: #FEF4F1;
}

.forpc {
    display: none;
}

/* 質問のふきだし画像↓ */
.groupquestion {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.groupquestion img {
    width: 50px;
}

/* 答えのふきだし画像↓ */
.groupanswer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.groupanswer img {
    width: 70px;
    height: 70px;
    padding-left: 10px;
    object-fit: contain;
    /* border: 2px solid #e6edf3; */
}

/* 質問ふきだし */
.balloonleft {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 300px;
    margin-left: 15px;
    padding: 1.4em;
    border: 1px solid #333;
    border-radius: 40px;
    background-color: #fff;
    color: #333333;
    margin-top: 100px;
    box-shadow: 0 3px 1px 0 #f9a188;
}

.balloonleft::before,
.balloonleft::after {
    position: absolute;
    left: -13px;
    width: 15px;
    height: 20px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

.balloonleft::before {
    background-color: #333;
}

.balloonleft::after {
    left: -11px;
    background-color: #fff;
}


/* 答えふきだし */
.balloonright {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 300px;
    margin-left: 15px;
    padding: 1.8em;
    border: 1px solid #333;
    border-radius: 40px;
    background-color: #fff;
    color: #333333;
    margin-top: 30px;
    box-shadow: 0 3px 1px 0 #f9a188;
}

.balloonright::before,
.balloonright::after {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 20px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}

.balloonright::before {
    background-color: #333;
}

.balloonright::after {
    right: -13px;
    background-color: #fff;
}

#message {
    width: 85%;
    margin: 50px auto 0px;
    padding-bottom: 50px;
}

.contact {
    text-align: center;
}

/* お問い合わせボタン↓ */
.btn,
a.btn,
button.btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    /* 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;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #333;
    border-radius: 0.5rem;
}

a.btn-border-shadow {
    /* padding: calc(1.5rem - 12px) 3rem 1.5rem; */
    padding: 20px 45px;
    background: #fff;
}

a.btn-border-shadow:before {
    position: absolute;
    top: 0px;
    left: 0px;
    /* -0pxにすると白見えなくなる。元は6px */
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2.5px solid #333;
    border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
    /* padding: calc(1.5rem - 6px) 3rem; */
    padding: 25px 50px;
}

a.btn-border-shadow:hover:before {
    top: 0;
    left: 0;
}

a.btn-border-shadow--color2 {
    border-radius: 100vh;
}

a.btn-border-shadow--color2:before {
    border-radius: 100vh;
    -webkit-box-shadow: 3px 3px 0 #F9A188;
    box-shadow: 3px 3px 0 #F9A188;
}

/* ↑お問合せボタンここまで */

.contact {
    text-align: center;
}

/*  スラッシュここから*/
.slash {
    padding-top: 100px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slash::before,
.slash::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #000;
    margin: 10px 4px 4px;
}

.slash::before {
    transform: rotate(55deg);
}

.slash::after {
    transform: rotate(-55deg);
}

/*スラッシュここまで  */

footer h1 {
    padding: 50px 0px;
    font-size: 20px;
    text-align: center;
}

small {
    font-size: 13px;
}

footer p {
    text-align: center;
}

@media screen and (min-width:901px) {
    header h1 {
        font-size: 28px;
        padding-left: 0px;
    }

    #fixed {
        padding: 30px 0px 15px 135px;
        justify-content: start;
    }

    #fixed img {
        width: 40px;
    }

    .menu-trigger {
        display: none;
    }

    #pcglobal-nav {
        display: block;
        margin-left: 10%;
    }

    #pcglobal-nav li {
        padding: 0.3em 20px;
        font-size: 20px;
    }

    #pcglobal-nav ul {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    h2 {
        writing-mode: vertical-rl;
        font-size: 50px;
        padding-bottom: 50px;
        /* position: absolute;
    left: 0; */
    }

    h2 span {
        font-size: 20px;
        line-height: 50px;
    }

    .flex {
        margin-top: 100px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    #wtitle {
        width: 80%;
        height: 200px;
    }

    #wtitle h3 {
        padding-top: 40px;
        font-size: 34px;
        border-bottom: 5px #333 solid;
    }

    #bcff {
        width: 65%;
    }

    #bcff h4{
        padding-left: 20px;
        font-size: 24px;
    }
    
    .h4t,
    .inner h4 {
        font-size: 24px;
    }

    .inner {
        padding-bottom: 60px;
        width: 65%;
    }

    dl {
        display: flex;
        justify-content: center;
        align-items: end;
        flex-wrap: wrap;
    }

    dt {
        width: 25%;
        margin-top: 50px;
    }

    dd {
        width: 74%;
        padding-bottom: 0px;
        border-bottom: #333 2px dotted;
        margin-left: 1px;
    }

    span.br {
        padding-bottom: 0px;
    }

    #innermessage {
        padding: 30px 0px;
    }

    .flexcenter {
        margin-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #ctitle,
    #stitle {
        width: 30%;
        margin: 0px 30px;
    }

    .h4t {
        padding-top: 100px;
        padding-left: 20%;
    }

    .box-021 p {
        text-align: center;
    }

    .forsp {
        display: none;
    }

    .spnone {
        display: block;
        font-size: 13px;
        /* text-align: center; */
    }

    .box-021 {
        width: 65%;
        margin-top: 60px;
    }

    .box-021 span {
        position: absolute;
        top: -30%;
        left: 50%;
    }

    .forpc {
        display: block;
    }

    .groupquestion {
        justify-content: start;
    }

    .groupanswer {
        justify-content: end;
    }

    .groupquestion img {
        width: 70px;
        margin-left: 20%;
    }

    .balloonleft {
        max-width: none;
    }

    .groupanswer img {
        width: 90px;
        margin-right: 15%;
        height: 90px;
    }

    .balloonright {
        width: 55%;
        max-width: none;
        margin-top: 50px;
    }

    #message {
        text-align: center;
    }

}