﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

/*---------------------------------------------------------*/
.sa {
    opacity: 0;
    transition: all .5s ease;
}

.sa.show {
    opacity: 1;
    transform: none;
}

.sa--lr {
    transform: translate(-100px, 0);
}

.sa--rl {
    transform: translate(100px, 0);
}

.sa--up {
    transform: translate(0, 100px);
}

.sa--down {
    transform: translate(0, -100px);
}

.sa--scaleUp {
    transform: scale(.5);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}



html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
img {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: 170%;
    list-style: none;
    text-decoration: none;
    font-weight: 500;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
}

h2,
h3,
h4 {
    text-align: center;
}

h2 img,
h3 imgh4 img {
    width: auto;
    display: inline;
    text-align: center;
}

h2 {
    padding-bottom: 60px;
    padding-top: 60px;
}

body {
    position: relative;
    background: #FFF;
    font-size: 16px;
    color: #584943;
}

img {
    display: block;
    width: 100%;
}

a {
    text-decoration: underline;
}

a:hover {
    opacity: 0.7;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

#wrpper {
    position: relative;
    width: 100%;
}

header {
    position: relative;
}

#key {
    position: relative;
    top: -20px;
    overflow: hidden
}

#key div,
#key h1 {
    float: left;
}

.keyimag01 {
    width: 33.5%;
}

.keyimag02 {
    width: 33.5%;
}

h1 {
    width: 33%;
}

nav {
    position: relative;
    top: -40px;
    width: 100%;
}

nav ul {
    width: 50%;
    margin: 0 auto;
    overflow: hidden
}

nav li {
    width: 33.333%;
    float: left;
}

.line_height_h3 {
    line-height: 100%;
}

#contents {
    width: 100%;
}

.forcus {
    width: 100%;
    background: #fff000;
    padding-top: 80px;
    padding-bottom: 20px;
}

.inner {
    width: 68%;
    margin: 0 auto 80px;
    overflow: hidden;
}

.leftbox {
    width: 48%;
    float: left;
}

.rightbox {
    width: 48%;
    float: right;
}

h3 {
    background: url(images/h3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 2em;
    line-height: 300%;
    margin-bottom: 4%;
}

.col {
    background: #FFF;
    border-radius: 20px;
    padding: 4%;
}

.leftbox p {
    font-size: 1.4em;
}

.rightbox p {
    font-size: 1.4em;
}

.b1 {
    font-size: 2.5em !important;
    font-weight: 900;
}

.b2 {
    font-size: 1.8em !important;
    font-weight: 900;
}

.b3 {
    font-size: 1.6em !important;
    font-weight: 900;
}

.b4 {
    font-size: 1.2em !important;
    font-weight: 900;
}

.b0 {
    font-size: 2.2em !important;
    font-weight: 900;
    text-align: center;
}

.pt80 {
    padding-top: 80px;
}

.footnav {
    display: none;
}



img[src="images/kai.png"] {
    width: 100%;
}

/*---------------------------------------------------------*/

@media screen and (max-width: 1000px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    body {
        font-size: 10px;
    }

    * {
        float: none !important;
        width: 100% !important;
    }

    h2 img,
    h3 imgh4 img {
        display: block;
    }

    .inner {
        width: 92% !important;
        margin: 0 auto;
    }

    h2 {
        width: 80% !important;
        margin: 0 auto;
    }

    .col {
        width: 92% !important;
    }

    .forcus {
        padding-top: 10px;
    }

    .footnav {
        display: block;
        width: 100% !important;
        position: fixed;
        bottom: 0;
    }

    .footnav li.red {
        background: #e50012;
    }

    .footnav li.blue {
        background: #2ca6e0;
    }

    .footnav li.green {
        background: #009844;
    }

    .footnav li {
        margin: 0;
        padding: 12px 0;
        color: #FFF;
        font-weight: 700;
        width: 32.6% !important;
        display: inline-block;
        text-align: center;
    }

    .pb80sp {
        padding-bottom: 80px;
    }

    .leftbox {
        margin-bottom: 20px;
    }

    .rightbox {
        margin-bottom: 20px;
    }

    .line_height_h3 {
        line-height: 100%;
    }



}

/*---------------------------------------------------*/