@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

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

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

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

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fontawesome-pro-brands-900.eot");
    src: url("../webfonts/fontawesome-pro-brands-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fontawesome-pro-brands-900.woff2") format("woff2"), url("../webfonts/fontawesome-pro-brands-900.woff") format("woff"), url("../webfonts/fontawesome-pro-brands-900.ttf") format("truetype"), url("../webfonts/fontawesome-pro-brands-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fontawesome-pro-light-300.eot");
    src: url("../webfonts/fontawesome-pro-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fontawesome-pro-light-300.woff2") format("woff2"), url("../webfonts/fontawesome-pro-light-300.woff") format("woff"), url("../webfonts/fontawesome-pro-light-300.ttf") format("truetype"), url("../webfonts/fontawesome-pro-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fontawesome-pro-regular-400.eot");
    src: url("../webfonts/fontawesome-pro-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fontawesome-pro-regular-400.woff2") format("woff2"), url("../webfonts/fontawesome-pro-regular-400.woff") format("woff"), url("../webfonts/fontawesome-pro-regular-400.ttf") format("truetype"), url("../webfonts/fontawesome-pro-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fontawesome-pro-solid-900.eot");
    src: url("../webfonts/fontawesome-pro-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fontawesome-pro-solid-900.woff2") format("woff2"), url("../webfonts/fontawesome-pro-solid-900.woff") format("woff"), url("../webfonts/fontawesome-pro-solid-900.ttf") format("truetype"), url("../webfonts/fontawesome-pro-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
}

body .inner {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 950px) {
    body .inner {
        margin-right: 15px;
        margin-left: 15px;
    }
}

body .entry-btn a {
    background: #60caad;
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: .5em 1.5em;
}

body .entry-btn a:hover {
    background: #fff;
    color: #60caad;
}

body .dot li {
    margin-left: 1em;
}

body .dot li:before {
    content: "・";
    margin-left: -1em;
}

@media screen and (max-width: 920px) {
    body {
        font-size: 1.5rem;
    }
    body .entry-btn a {
        font-size: 1.8rem;
    }
}

body .tit {
    margin-bottom: 3em;
}

body .tit .tit-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body .tit .tit-cont:after {
    border-bottom: 3px solid #9da5a0;
    display: block;
    content: "";
    width: 12em;
}

body .tit .tit-cont__en {
    text-align: center;
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #9da5a0;
    font-size: 2rem;
}

body .tit .tit-cont__ja {
    color: #333;
    display: block;
    font-size: 4rem;
    margin-bottom: .3em;
}

@media screen and (max-width: 920px) {
    body .tit .tit-cont:after {
        width: 8em;
    }
    body .tit .tit-cont__en {
        font-size: 1.8rem;
    }
    body .tit .tit-cont__ja {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 540px) {
    body .tit .tit-cont:after {
        width: 8em;
    }
    body .tit .tit-cont__en {
        font-size: 1.7rem;
    }
    body .tit .tit-cont__ja {
        font-size: 2.5rem;
    }
}

.head {
    height: 70px;
    position: relative;
    padding-top: 7px;
    width: 100%;
}

.head .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head .head-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head .head-logo svg {
    width: 150px;
    height: 40px;
}

.head .entry-btn a {
    background: #fff;
    color: #333;
}

.head .entry-btn a:hover {
    background: #60caad;
    color: #fff;
}

@media screen and (max-width: 920px) {
    .head {
        padding-top: 10px;
    }
    .head .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .head .head-logo svg {
        width: 80px;
        height: 25px;
    }
}

.head.page-down {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 99;
    opacity: 1;
    background: #fff;
}

.head.page-down .head-logo .black {
    fill: #231815;
}

.head.page-down .head-logo .red {
    fill: #E50012;
}

.head.page-down .head-logo .gray {
    fill: #676666;
}

.head.page-down .entry-btn a {
    background: #60caad;
    color: #fff;
}

.head.page-down .entry-btn a:hover {
    background: #333;
    color: #60caad;
}

.foot {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 4em 0 0;
}

.foot .foot_cont {
    padding-bottom: 4em;
}

.foot .foot_cont .foot-copy {
    margin-bottom: .5em;
}

.foot .foot_cont .foot-logo svg {
    width: 150px;
    height: auto;
}

.foot .foot_cont .foot-logo path {
    fill: #fff;
}

.foot .foot_cont .foot-logo circle {
    fill: #fff;
}

.foot .copy {
    font-size: 1.2rem;
}
