@charset "utf-8";
* {
    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;
}
a {
    color: inherit;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    letter-spacing: .075rem;
}
a:hover {
    opacity: .7;
}
a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
    display: block;
}
input, select {
    vertical-align: middle;
}
img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}
ul, li, dl, dt, dd, form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
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;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
/* inviewContents */
.inviewContents {
	opacity: 0;
	-ms-transform: translate(0, 60px);
	    transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.fadein {
	opacity: 1.0;
	-ms-transform: translate(0, 0);
	    transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* 共通 */
body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    overflow-x: scroll;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.en {
    font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
.nolink {
    opacity: .8;
    pointer-events: none;
}
.header_mg {
    margin-top: 90px;
}
.link_mg {
    padding-top: 90px;
    margin-top: -90px;
}
.ttl {
    font-size: 42px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
}
.sub-ttl {
    font-size: 42px;
    font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 80px;
}
.sub-ttl > span {
    font-size: 16px;
    font-weight: 400;
}
.txt {
    line-height: 2.2;
}
.flex {
    display: flex;
    justify-content: space-between;
}
/* more btn */
.more-btn a{
    font-family: "Outfit", sans-serif;
    display: inline-block;
    width: 240px;
    height: 65px;
    background-color: #fff;
    border: 1px solid #000;
    align-content: center;
    text-align: center;
    position: relative;
}
.more-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -28px;
    width: 46px;
    height: 1px;
    background: #000;
}
.more-btn a:hover::after {
    animation: OutIn-Line 700ms;
}
@keyframes OutIn-Line {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50.1% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}
.sub-mv {
    height: 150px;
}
/* header */
header {
    display: flex;
    justify-content: space-between;
    height: 90px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header .logo {
    padding: 25px 0 0 35px;
}
header .logo img {
    width: 170px;
}
header .menu-btn {
    width: 90px;
    height: 90px;
    background: #000;
    color: #fff;
    position: relative;
    z-index: 1;
}
header .menu-btn span {
    display: block;
    height: 3px;
    width: 40px;
    margin: auto;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.2s;
}
header .menu-btn span:nth-of-type(1) {
    top: calc(50% - 7px);
}
header .menu-btn span:nth-of-type(2) {
    top: calc(50% + 7px);
}
header .menu-btn.open span {
    top: 50%;
}
header .menu-btn.open span:nth-of-type(1) {
    transform: rotate(-45deg);
}
header .menu-btn.open span:nth-of-type(2) {
    transform: rotate(45deg);
}
header.header .btns .menu-btn.stop {
    opacity: 0.1;
}
header nav.gnavi {
    background: rgba(255, 255, 255, 0.95);
    padding: 90px ;
    width: 500px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -500px;
    -webkit-transition: all .8s;
    transition: all .8s;
    visibility: hidden;
    opacity: 0;
}
header nav.gnavi.open {
    right: 0;
    visibility: visible;
    opacity: 1;
}
header nav.gnavi ul li a {
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0;
}
/* footer */
footer {
    background-color: #737e81;
    color: #fff;
    text-align: center;
    padding: 35px 0 25px;
}
footer ul.footer-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
footer ul.footer-menu li {
    padding: 2px 32px;
    border-left: 1px solid #fff;
}
footer ul.footer-menu li:first-child {
    border-left: none;
}
footer .icon-area {
    margin-bottom: 48px;
}
footer .icon-area a {
    width: 32px;
    margin-left: 20px;
}
footer .icon-area a:first-child {
    margin-left: 0;
}
footer .footer-logo {
    margin-bottom: 25px;
}
footer .footer-logo img {
    width: 170px;
}
footer .copyright {
    font-size: 13px;
}
footer .copyright a {
    letter-spacing: inherit;
}
@media only screen and (min-width: 1025px) {
    .footer_fix {
        display: none !important;
    }
}
@media only screen and (max-width: 1024px) {
    body {
        min-width: 100%;
    }
    footer {
        padding-bottom: 70px;
    }
    footer ul.footer-menu li {
        padding: 2px 23px;
    }
    /* footer固定 */
    .footer_fix {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 45px;
		z-index: 10;
        display: block;
	}
	.footer_fix ul {
		display: flex;
		width: 100%;
		color: #fff;
		background: rgba(73,75,77,.8);
		text-align: center;
		font-size: 13px;
		line-height: 45px;
	}
    .footer_fix ul li {
        width: 50%;
		border-right: 1px solid #fff;
    }
    .footer_fix ul li:last-child {
		border-right: none;
    }
}
@media only screen and (max-width: 768px) {
    body {
        font-size: 15px;
    }
    .txt {
        line-height: 2;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .header_mg {
        margin-top: 70px;
    }
    .link_mg {
        padding-top: 70px;
        margin-top: -70px;
    }
    .ttl {
        font-size: 36px;
    }
    .sub-ttl {
        font-size: 36px;
        line-height: .8;
    }
    .sub-ttl > span {
        font-size: 15px;
    }
    .flex {
        display: block;
    }
    /* more btn */
    .more-btn a{
        width: 190px;
        height: 50px;
        background-color: #fff;
        border: 1px solid #000;
        align-content: center;
        text-align: center;
        position: relative;
    }
    .more-btn a::after {
        right: -24px;
        width: 40px;
    }
    header {
        height: 70px;
    }
    header .menu-btn {
        width: 70px;
        height: 70px;
    }
    header nav.gnavi {
        padding: 50px;
        width: 80%;
        max-width: 500px;
        right: -80%;
    }
    footer {
        text-align: center;
    }
    footer ul.footer-menu {
        display: none;
        margin-bottom: 35px;
        text-align-last: left;
    }
    footer ul.footer-menu li {
        padding: 2px 32px;
        border-left: none;
    }
    footer .icon-area {
        margin-bottom: 48px;
    }
    footer .icon-area img {
        width: 32px;
    }
    footer .footer-logo {
        margin-bottom: 25px;
    }
    footer .footer-logo img {
        width: 170px;
    }
    footer .copyright {
        line-height: 1.2;
        letter-spacing: 1px;
    }
}