﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

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

button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
    cursor: default
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

select::-ms-expand {
    display: none
}

select, option, input[type="checkbox"], input[type="radio"] {
    cursor: pointer
}

input, button, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none
}

textarea {
    resize: vertical
}

input[type='checkbox'], input[type='radio'] {
    display: none
}

input[type='submit'], input[type='button'], label, button, select {
    cursor: pointer
}

select::-ms-expand {
    display: none
}

body {
    font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

@font-face {
    font-family: 'icon';
    src: url("../fonts/icon.eot?h702jh");
    src: url("../fonts/icon.eot?h702jh#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?h702jh") format("truetype"), url("../fonts/icon.woff?h702jh") format("woff"), url("../fonts/icon.svg?h702jh#icon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow_circle_right:before {
    content: "\e902"
}

.icon-mail_black:before {
    content: "\e903"
}

.icon-link:before {
    content: "\e904"
}

.icon-arrow-bottom:before {
    content: "\e900"
}

.icon-arrow-right:before {
    content: "\e901"
}

@media screen and (min-width: 768px) {
    .contents {
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 80px
    }
}

.small-side-margin {
    padding-right: 20px;
    padding-left: 20px
}

p {
    letter-spacing: 0.03em;
    color: #5b6c6a
}

a {
    text-decoration: none;
    transition: 0.2s;
    color: #5b6c6a
}

a:hover {
    opacity: .6;
    transition: 0.2s
}

@media screen and (min-width: 768px) {
    .small-only {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .medium-only {
        display: none
    }
}

.contents-margin {
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .contents-margin {
        margin-bottom: 80px
    }
}

.text {
    color: #5b6c6a;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .text {
        font-size: 16px
    }
}

.text strong {
    color: #00ceb9
}

.text__green {
    color: #00ceb9;
    font-weight: bold
}

.text.is-white {
    color: #fff
}

.text.is-bald {
    font-weight: bold
}

body {
    position: relative
}

main {
    overflow: hidden
}

img {
    width: 100%
}

.bg-gray {
    background-color: #f4faf9;
    padding: 50px 0
}

@media screen and (min-width: 768px) {
    .bg-gray {
        padding: 80px 0
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 999
}

.header.is-fixd {
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 0;
    display: none
}

.header__logo {
    width: 200px;
    padding: 30px
}

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

.header__nav {
    padding-right: 30px
}

.header__nav ul {
    display: flex
}

.header__nav li {
    padding: 0 15px
}

.header__nav li a {
    color: #fff;
    font-size: 16px
}

.is-fixd .header__nav li a {
    color: #5b6c6a
}

.header-fixd__body {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.drawer {
    z-index: 9999;
    position: relative
}

.drawer #navTgl:checked~.contents {
    transform: translateX(250px)
}

.drawer #navTgl {
    display: none
}

.drawer label {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0
}

.drawer .open {
    z-index: 12;
    width: 62px;
    height: 62px;
    transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.drawer .open::before, .drawer .open::after {
    content: ""
}

.drawer .open span, .drawer .open::before, .drawer .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 30%;
    width: 40%;
    border-bottom: 2px solid #5b6c6a;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.drawer .open::before {
    transform: translateY(-8px)
}

.drawer .open::after {
    transform: translateY(8px)
}

.drawer .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s
}

.drawer #navTgl:checked+.open span {
    transform: scaleX(0);
    border-bottom: 2px solid #fff
}

.drawer #navTgl:checked+.open::before {
    transform: rotate(45deg);
    border-bottom: 2px solid #fff
}

.drawer #navTgl:checked+.open::after {
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff
}

.drawer #navTgl:checked~.close {
    pointer-events: auto
}

.drawer .menu {
    z-index: 10;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.drawer #navTgl:checked~.menu {
    transform: none
}

.menu-list {
    margin: 110px 30px 0
}

.menu-list a {
    color: #fff;
    font-weight: bold;
    font-family: 'franchise';
    font-size: 20px
}

.menu-list li {
    margin-bottom: 30px
}

.footer {
    background-color: #707070;
    padding: 50px 0
}

.footer__logo {
    width: 170px;
    margin: 0 auto 40px
}

.footer__text {
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    font-size: 4.2666666667vw
}

@media screen and (min-width: 768px) {
    .footer__text {
        font-size: 16px
    }
}

.footer__group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer__logo-maya {
    margin: 0 auto 15px;
    width: 45%
}

@media screen and (min-width: 768px) {
    .footer__logo-maya {
        width: 11%
    }
}

.footer__logo-maya a {
    background-color: #fff;
    padding: 13px 30px;
    display: block
}

@media screen and (min-width: 768px) {
    .footer__logo-maya a {
        padding: 12px 15px
    }
}

.header-business {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 9999
}

@media screen and (max-width: 767px) {
    .header-business {
        top: 15px;
        left: 15px
    }
}

.header-business__image {
    width: 200px
}

@media screen and (max-width: 767px) {
    .header-business__image {
        width: 120px
    }
}

@media screen and (min-width: 768px) {
    .mv-business {
        display: flex
    }
}

@media screen and (min-width: 768px) {
    .mv-business__image, .mv-business__right {
        width: 50%
    }
}

.mv-business__image img, .mv-business__right img {
    display: block
}

.mv-business__right {
    background: url("../img/bg_brand_gradation@2x.jpg") no-repeat center;
    background-size: cover
}

@media screen and (max-width: 767px) {
    .mv-business__right {
        padding: 60px 20px
    }
}

@media screen and (min-width: 768px) {
    .mv-business__right {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.mv-business__title {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .mv-business__title {
        font-size: 28px;
        font-size: 7.4666666667vw;
        margin-bottom: 15px
    }
}

.mv-business__text {
    font-size: 1.5vw;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-family: 'Roboto', sans-serif
}

@media screen and (max-width: 767px) {
    .mv-business__text {
        font-size: 16px;
        font-size: 4.2666666667vw
    }
}

.title-border {
    position: relative;
    padding: 0 55px;
    font-size: 30px;
    color: #222;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .title-border {
        font-size: 24px;
        font-size: 6.4vw
    }
}

.title-border:before, .title-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #40E0D0
}

.title-border:before {
    left: calc(50% - 185px)
}

@media screen and (max-width: 767px) {
    .title-border:before {
        left: calc(50% - 50%)
    }
}

.title-border:after {
    right: calc(50% - 185px)
}

@media screen and (max-width: 767px) {
    .title-border:after {
        right: calc(50% - 50%)
    }
}

@media screen and (min-width: 768px) {
    .service__body {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.service__item {
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .service__item {
        width: 30%;
        margin-bottom: 0
    }
}

.service__item:last-child {
    margin-bottom: 0
}

.service__title {
    color: #222;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 4.8vw
}

@media screen and (min-width: 768px) {
    .service__title {
        font-size: 20px
    }
}

.service__sub {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .service__sub {
        margin-bottom: 25px
    }
}

.service__image {
    width: 75%;
    margin: 0 auto 20px;
    position: relative
}

.service__image::before {
    position: absolute;
    bottom: -10px;
    left: -40px;
    font-size: 70px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #40E0D0;
    text-stroke: 1px #40E0D0
}

@media screen and (max-width: 767px) {
    .service__image::before {
        font-size: 80px
    }
}

.service__image.is-01::before {
    content: "01"
}

.service__image.is-02::before {
    content: "02"
}

.service__image.is-03::before {
    content: "03"
}

.contact__title {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .contact__title {
        font-size: 24px;
        font-size: 6.4vw
    }
}

.contact__body {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 30px
}

@media screen and (min-width: 768px) {
    .contact__body {
        padding: 50px;
        display: flex;
        justify-content: space-between
    }
}

@media screen and (min-width: 768px) {
    .contact__left, .contact__right {
        width: 48%
    }
}

@media screen and (max-width: 767px) {
    .contact__left {
        margin-bottom: 30px
    }
}

.contact__name {
    font-size: 14px;
    color: #222;
    font-weight: bold;
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    .contact__name {
        font-size: 13px
    }
}

.contact__name span {
    color: #FD2F2F
}

.contact__item.is-bottom-margin {
    margin-bottom: 30px
}

.contact__item textarea {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    width: 100%;
    width: calc(100% - 20px);
    padding: 10px
}

.contact__item input[type='text'], .contact__item input[type='email'], .contact__item input[type='tel'] {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    width: calc(100% - 20px);
    height: 40px;
    padding: 0 10px
}

.contact__item input[type='text']::placeholder, .contact__item input[type='email']::placeholder, .contact__item input[type='tel']::placeholder {
    color: #c4c4c4
}

.is-right .contact__item {
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .is-right .contact__item {
        margin-bottom: 30px
    }
}

.is-right .contact__item:last-child {
    margin-bottom: 0
}

.contact__button {
    max-width: 430px;
    margin: 0 auto 30px
}

@media screen and (max-width: 767px) {
    .contact__button {
        max-width: 85%
    }
}

.contact__button input {
    position: relative;
    background-color: #40E0D0;
    padding: 30px 0;
    border-radius: 1000px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    display: block;
    font-weight: bold;
    width: 100%;
    letter-spacing: 0.03em;
    transition: 0.2s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16)
}

@media screen and (max-width: 767px) {
    .contact__button input {
        font-size: 20px;
        padding: 20px 0
    }
}

.contact__button input:hover {
    opacity: .6;
    transition: 0.2s
}

.contact__caution {
    font-size: 12px;
    color: #898989;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.03em
}

.contact__caution a {
    text-decoration: underline;
    color: #898989
}

.ECM4_RadioInput {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px
}

.ECM4_RadioInput-Input {
    opacity: 0;
    width: 0;
    margin: 0
}

.ECM4_RadioInput:hover>.ECM4_RadioInput-DummyInput {
    transform: scale(1.2)
}

.ECM4_RadioInput-Input:focus+.ECM4_RadioInput-DummyInput {
    background: #FFFFFF
}

.ECM4_RadioInput-Input:checked+.ECM4_RadioInput-DummyInput {
    background: #40E0D0
}

.ECM4_RadioInput-Input:checked+.ECM4_RadioInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FFFFFF
}

@media screen and (max-width: 767px) {
    .ECM4_RadioInput-Input:checked+.ECM4_RadioInput-DummyInput::before {
        width: 12px;
        height: 12px
    }
}

.ECM4_RadioInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    transition: all .15s linear
}

@media screen and (max-width: 767px) {
    .ECM4_RadioInput-DummyInput {
        width: 20px;
        height: 20px
    }
}

.ECM4_RadioInput-LabelText {
    margin-left: 12px;
    font-size: 18px;
    color: #5b6c6a
}

@media screen and (max-width: 767px) {
    .ECM4_RadioInput-LabelText {
        font-size: 16px;
        margin-left: 8px
    }
}

.ECM4_CheckboxInput-Input:checked+.ECM4_CheckboxInput-DummyInput::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: 2px 2px;
    background: #FFFFFF
}

.ECM4_CheckboxInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border: solid 2px transparent;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: all .15s linear
}

.ECM4_CheckboxInput-LabelText {
    margin-left: 12px;
    display: block;
    font-size: 18px;
    font-weight: bold
}

.contact-end {
    padding: 100px 0;
    text-align: center;
    min-height: 300px
}

@media screen and (min-width: 768px) {
    .contact-end {
        min-height: 600px
    }
}

.contact-end__title, .contact-end__text {
    line-height: 1.6;
    letter-spacing: 0.03em
}

.contact-end__title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .contact-end__title {
        font-size: 26px
    }
}

.contact-end__text {
    margin-bottom: 100px
}

@media screen and (max-width: 767px) {
    .contact-end__text {
        margin-bottom: 60px
    }
}

.contact-end__button {
    max-width: 400px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .contact-end__button {
        max-width: 80%
    }
}

.contact-end__button a {
    position: relative;
    background-color: #40E0D0;
    padding: 30px 0;
    border-radius: 1000px;
    text-align: center;
    display: block;
    font-weight: bold;
    letter-spacing: 0.03em;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-size: 20px
}

@media screen and (max-width: 767px) {
    .contact-end__button a {
        padding: 20px 0;
        font-size: 18px
    }
}