@charset "utf-8";

/* Settings
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
}

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,
font,
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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

@font-face {
    font-family: "Zen Kaku Gothic New";
    src: url("../font/ZenKakuGothicNew-Medium.ttf") format("truetype"), url("../font/ZenKakuGothicNew-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Zen Maru Gothic";
    src: url("../font/ZenMaruGothic-Medium.ttf") format("truetype"), url("../font/ZenMaruGothic-Bold.ttf") format("truetype");
}

body {
    min-width: 1025px;
    font-size: .18rem;
    font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Myriad Pro, Myriad, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
    color: #1f1f1f;
    line-height: 1.6;
    text-size-adjust: 100%;
    word-wrap: break-word;
    word-break: break-all;
    background: #fff;
}

img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}

a {
    color: #1f1f1f;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
}

a:hover {
    opacity: .6;
}

a img {
    text-decoration: none;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}

input,
select {
    vertical-align: middle;
}

ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
}

li::marker {
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    border: 0;
    background: transparent;
    border-radius: 0;
    text-align: inherit;
}

button:hover {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* Style parts
   ========================================================================== */
.alc {
    text-align: center !important;
}

.all {
    text-align: left !important;
}

.alr {
    text-align: right !important;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clr {
    zoom: 1;
}

.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}

.clearboth {
    clear: both !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.fs-12 {
    font-size: .12rem;
}

.fs-13 {
    font-size: .13rem;
}

.fs-14 {
    font-size: .14rem;
}

.fs-15 {
    font-size: .15rem;
}

.fs-16 {
    font-size: .16rem;
}

.fs-18 {
    font-size: .18rem;
}

.fs-20 {
    font-size: .2rem;
}

.fs-22 {
    font-size: .22rem;
}

.fs-24 {
    font-size: .24rem;
}

.fs-26 {
    font-size: .26rem;
}

.fs-28 {
    font-size: .28rem;
}

.fs-30 {
    font-size: .3rem;
}

.fs-32 {
    font-size: .32rem;
}

.fs-34 {
    font-size: .34rem;
}

.fs-36 {
    font-size: .36rem;
}

.fs-38 {
    font-size: .38rem;
}

.fs-40 {
    font-size: .40rem;
}

.fs-42 {
    font-size: .42rem;
}

.fs-44 {
    font-size: .44rem;
}

.fs-46 {
    font-size: .46rem;
}

.fs-48 {
    font-size: .48rem;
}

.fs-60 {
    font-size: .60rem;
}

.fs-70 {
    font-size: .70rem;
}

.fs-75 {
    font-size: .75rem;
}

.fs-80 {
    font-size: .80rem;
}

.fs-85 {
    font-size: .85rem;
}

.lh-14 {
    line-height: 1.4;
}

.lh-16 {
    line-height: 1.6;
}

.lh-18 {
    line-height: 1.8;
}

.lh-2 {
    line-height: 2;
}

.lh-25 {
    line-height: 2.5;
}

.kaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}

.kaku-bold {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
}

.inner {
    width: min(100% - 1rem, 12rem);
    margin: auto;
}

.js-fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}

.js-fadein.is-animated {
    opacity: 1;
    transform: translateY(0);
}

/* Header
========================================================================== */
.header {
    position: fixed;
    z-index: 9997;
    width: 100%;
}

.header__inner {
    width: min(100% - .5rem, 12rem);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: .1rem 0;
}

.header__logo {
    width: min(100%, 350px);
}

.header__hMenuBtn {
    position: relative;
    z-index: 9999;
    width: .8rem;
    height: .8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .1rem;
    background: #45ba82;
    border-radius: .1rem;
}

.header__hMenuBtn.is-open {
    background: #fff;
}

.header__hMenuBtn-line,
.header__hMenuBtn-line02 {
    width: .45rem;
    height: 5px;
    background: #fff;
    position: relative;
    transition: all .2s;
}

.header__hMenuBtn-line.is-open {
    transform: translateY(8px) rotate(40deg);
    background: #45ba82;
}

.header__hMenuBtn-line02.is-open {
    transform: translateY(-8px) rotate(-40deg);
    background: #45ba82;
}

.header__hMenu {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background: #45ba82;
    transition: all .2s;
    overflow-y: scroll;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
}

.header__hMenu.is-open {
    visibility: visible;
    opacity: 1;
    transition: all .2s;
}

.header__hMenu-nav {
    padding: 1rem 0 .6rem;
}

.header__hMenu-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .3rem;
}

.header__hMenu-nav li:not(:last-child) {
    border-bottom: 3px dotted #fff;
}

.header__hMenu-nav a {
    display: block;
    color: #fff;
    padding: .1rem .2rem;
}

.header__hMenu-nav li .ico_blank img {
    width: 23px;
    margin: 0 0 .05rem .05rem;
    filter: brightness(0) invert(1);
}

.header__hMenu-nav li:last-child a {
    width: 100%;
    min-width: 4rem;
    background: #dc704c;
    color: #fff;
    text-align: center;
    border-radius: 9999px;
    padding: .2rem .4rem;
    position: relative;
}

.header__hMenu-nav li:last-child a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #f3e598;
    border-right: 3px solid #f3e598;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: .2rem;
    bottom: 0;
    margin: auto;
}

/* Main
========================================================================== */
.contact {
    background: #fdf7dc;
    padding: 1rem 0;
}

.contact .inner {
    background: #fff;
    border-radius: .3rem;
    padding: .6rem .4rem;
    display: grid;
    gap: .4rem;
}

.contact__ttl {
    display: grid;
    place-items: center;
    gap: .2rem;
    color: #45ba82;
    line-height: 1;
}

.contact__ttl span {
    color: #b1cc41;
}

.contact__txt {
    text-align: center;
}

.contact__btn {
    display: block;
    width: min(100%, 600px);
    margin: auto;
    background: #dc704c;
    color: #fff;
    text-align: center;
    border-radius: 9999px;
    padding: .3rem;
    position: relative;
}

.contact__btn::after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 5px solid #f3e598;
    border-right: 5px solid #f3e598;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: .3rem;
    bottom: 0;
    margin: auto;
}

/* Footer
========================================================================== */
.footer {
    background: #45ba82;
    padding: .4rem 0 .2rem;
    display: grid;
    gap: .2rem;
    place-items: center;
}

.footer__list {
    width: min(100%, 6rem);
    display: grid;
    place-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: .6rem;
}

.footer__copy {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    a[href^=tel] {
        pointer-events: none;
    }
}

@media only screen and (max-width: 1024px) {

    /* Settings
   ========================================================================== */
    html {
        /* 1rem = 50pxと同義 */
        font-size: 50px;
    }

    body {
        min-width: 100%;
        font-size: calc((.16rem * 100 / 50) * 0.9);
    }

    /* Style parts
   ========================================================================== */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .fs-12 {
        font-size: calc((.12rem * 100 / 50) * 1);
    }

    .fs-13 {
        font-size: calc((.13rem * 100 / 50) * 0.9);
    }

    .fs-14 {
        font-size: calc((.14rem * 100 / 50) * 0.9);
    }

    .fs-15 {
        font-size: calc((.15rem * 100 / 50) * 0.9);
    }

    .fs-16 {
        font-size: calc((.16rem * 100 / 50) * 0.9);
    }

    .fs-18 {
        font-size: calc((.18rem * 100 / 50) * 0.9);
    }

    .fs-20 {
        font-size: calc((.2rem * 100 / 50) * 0.9);
    }

    .fs-22 {
        font-size: calc((.22rem * 100 / 50) * 0.9);
    }

    .fs-24 {
        font-size: calc((.24rem * 100 / 50) * 0.8);
    }

    .fs-26 {
        font-size: calc((.26rem * 100 / 50) * 0.8);
    }

    .fs-28 {
        font-size: calc((.28rem * 100 / 50) * 0.7);
    }

    .fs-30 {
        font-size: calc((.3rem * 100 / 50) * 0.7);
    }

    .fs-32 {
        font-size: calc((.32rem * 100 / 50) * 0.7);
    }

    .fs-34 {
        font-size: calc((.34rem * 100 / 50) * 0.7);
    }

    .fs-36 {
        font-size: calc((.36rem * 100 / 50) * 0.6);
    }

    .fs-38 {
        font-size: calc((.38rem * 100 / 50) * 0.6);
    }

    .fs-40 {
        font-size: calc((.4rem * 100 / 50) * 0.6);
    }

    .fs-42 {
        font-size: calc((.42rem * 100 / 50) * 0.6);
    }

    .fs-44 {
        font-size: calc((.44rem * 100 / 50) * 0.6);
    }

    .fs-46 {
        font-size: calc((.46rem * 100 / 50) * 0.6);
    }

    .fs-48 {
        font-size: calc((.48rem * 100 / 50) * 0.6);
    }

    .fs-60 {
        font-size: calc((.60rem * 100 / 50) * 0.6);
    }

    .fs-70 {
        font-size: calc((.70rem * 100 / 50) * 0.6);
    }

    .fs-75 {
        font-size: calc((.75rem * 100 / 50) * 0.6);
    }

    .fs-80 {
        font-size: calc((.80rem * 100 / 50) * 0.6);
    }

    .fs-85 {
        font-size: calc((.85rem * 100 / 50) * 0.6);
    }

    .lh-2 {
        line-height: 1.8;
    }

    .lh-25 {
        line-height: 2.2;
    }

    /* Header
    ========================================================================== */
    .header__hMenu {
        height: 100%;
    }

    .header__hMenu-nav ul {
        flex-direction: column;
    }

    .header__logo {
        width: min(100%, 200px);
    }

    .header__hMenuBtn-line,
    .header__hMenuBtn-line02 {
        height: 3px;
    }

    .header__hMenuBtn-line.is-open {
        transform: translateY(4px) rotate(40deg);
    }

    .header__hMenuBtn-line02.is-open {
        transform: translateY(-4px) rotate(-40deg);
    }

    /* Main
    ========================================================================== */
    .contact__btn {
        padding-right: .6rem;
    }

    .contact__btn::after {
        width: 10px;
        height: 10px;
    }

    /* Footer
    ========================================================================== */
    .footer {
        padding: .6rem 0 .2rem;
    }

    .footer__list {
        grid-template-columns: 1fr;
        gap: .2rem;
    }
}