@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main { 
    display: block;
}
ul {
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup, i {
    font-style: normal;
}
sup {
    font-size: 80%;
    vertical-align: super;
}
sub {
    font-size: 80%;
    vertical-align: sub;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* module
------------------------------------------------- */
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.regular { font-weight: 400; }
.medium { font-weight: 500; }
.semibold { font-weight: 600; }
.bold { font-weight: 700; }

.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #1A1A1A;
}
@media only screen and (min-width:751px){
a {
    transition: 0.4s;
}
a.al:hover {
    color: #1A1A1A;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.telLink {
	pointer-events: none;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:751px){
.fo12 { font-size: 12px; }
.fo13 { font-size: 13px; }
.fo14 { font-size: 14px; }
.fo15 { font-size: 15px; }
.fo16 { font-size: 16px; }
.fo18 { font-size: 18px; }
.fo20 { font-size: 20px; }
.fo24 { font-size: 24px; }
.fo26 { font-size: 26px; }
.fo36 { font-size: 36px; }
.fo40 { font-size: 40px; }
}
@media only screen and (min-width:751px) and (max-width:1366px){
.fo12 { font-size: 0.87847vw; }
.fo13 { font-size: 0.95168vw; }
.fo14 { font-size: 1.02489vw; }
.fo15 { font-size: 1.09809vw; }
.fo16 { font-size: 1.1713vw; }
.fo18 { font-size: 1.31771vw; }
.fo20 { font-size: 1.46412vw; }
.fo24 { font-size: 1.75695vw; }
.fo26 { font-size: 1.90336vw; }
.fo36 { font-size: 2.63543vw; }
.fo40 { font-size: 2.92825vw; }
}


/* html
------------------------------------------------- */
html {
	overflow-x: hidden;
}


/* body
------------------------------------------------- */
body {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	line-height: 1.875;
    letter-spacing: 0.06em;
	color: #1A1A1A;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
}
body.nav-active {
    overflow: hidden;
}
.goth {
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.eng {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
@media only screen and (min-width:751px) and (max-width:1366px){
body {
	font-size: 1.1713vw;
}
}
@media only screen and (max-width:750px){
body {
	font-size: 4vw;
}
}


/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
    position: relative;
    transition: 0.4s ease-in-out;
	z-index: 3;
}


/* layout
------------------------------------------------- */
.inner {
    width: 100%;
    max-width: 1366px;
	margin: 0 auto;
    padding: 0 8.3125em;
	clear: both;
	position: relative;
    box-sizing: border-box;
}
.d-flex {
    display: flex;
}
.f-wrap {
    flex-wrap: wrap;
}
.f-rev {
    flex-direction: row-reverse;
}
.just-center {
    justify-content: center;
}
.just-between {
    justify-content: space-between;
}
.just-end {
    justify-content: flex-end;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: flex-end;
}
@media only screen and (max-width:750px){
.inner {
    width: 88%;
    padding: 0;
}
.d-flex {
    display: block;
}
}


/* headline
------------------------------------------------- */
.headline {
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 2em;
}
.headline span {
    display: block;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-bottom: 2em;
    position: relative;
}
.headline span::before {
    content: '';
    width: 1.714em;
    height: 0.215em;
    background: linear-gradient(90deg, #0159CE, #FA0318);
    position: absolute;
    left: 50%;
    bottom: 0.75em;
    margin-left: -0.857em;
}
@media only screen and (max-width:750px){
.headline {
    font-size: 5.866vw;
    margin-bottom: 1.5em;
}
.headline span {
    font-size: 3.2vw;
}
}


/* header
------------------------------------------------- */
#header {
    width: 5.5em;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    mix-blend-mode: multiply;
}
#header .logo {
    width: 2.478125em;
    position: absolute;
    left: 1.5em;
    top: 2.125em;
}
@media only screen and (max-width:750px){
#header {
    width: 100%;
    height: 14vw;
    mix-blend-mode: multiply;
}
#header .logo {
    width: 40vw;
    left: 6vw;
    top: 4vw;
}
}


/* contents
------------------------------------------------- */
#contents {
	width: 100%;
	clear: both;
    display: block;
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    width: calc(100vw - 11em);
    height: 100vh;
    margin: 0 auto;
    padding-top: 2.125em;
    box-sizing: border-box;
    position: relative;
}
.mainvisual .sec {
    width: 100%;
    height: 100%;
    background: url("../img/main_img.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 1.25em 0 1.25em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
}
.mainvisual .sec h2 {
    width: 10.1875em;
    margin: 0 auto 1.4375em;
}
.mainvisual .sec p {
    width: 23.5625em;
    margin: 0 auto;
}
.mainvisual .sec p span {
    display: block;
    font-weight: 400;
    letter-spacing: 0.04em;
    padding-top: 2em;
}
.mainvisual .sec .scroll {
    width: 0.9375em;
    position: absolute;
    left: 50%;
    bottom: -6.375em;
    margin-left: -0.46875em;
}
.mainvisual .sec .scroll::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.mainvisual .sec .scroll::after {
    content: '';
    width: 1px;
    height: calc(100% - 6.375em);
    background: linear-gradient(0deg, #0159CE, #FA0318);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    animation: main-scroll 2.5s ease-in-out 0.5s infinite both; 
}
@media only screen and (max-width:750px){
.mainvisual {
    width: 88%;
    height: 100vh;
    padding-top: 14vw;
}
.mainvisual .sec h2 {
    width: 40vw;
    margin: 0 auto 1.4375em;
}
.mainvisual .sec p {
    width: 77vw;
    margin: 0 auto;
}
.mainvisual .sec p span {
    font-size: 2.7vw;
    padding-top: 1em;
}
.mainvisual .sec .scroll {
    width: 3vw;
    bottom: -20vw;
    margin-left: -1.5vw;
}
.mainvisual .sec .scroll::after {
    height: calc(100% - 20vw);
}
}


/* cont1
------------------------------------------------- */
.cont1 {
    padding: 8.75em 0 6em;
}
.cont1 h2 {
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.1em;
    text-align: center;
}
.cont1 p {
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 1em 0 4em;
}
.cont1 ul li {
    width: 24.125em;
    margin: 0 1.5625em;
}
.cont1 ul li span {
    display: block;
    font-weight: 400;
    color: #626262;
    letter-spacing: 0.06em;
    padding-top: 0.5em;
}
.cont1 ul li:last-child {
    width: 47.3125em;
    margin: 4.375em 0 0;
    position: relative;
}
.cont1 ul li:last-child span {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 1em;
}
@media only screen and (max-width:750px){
.cont1 {
    padding: 25vw 0 20vw;
}
.cont1 h2 {
    font-size: 6.4vw;
    line-height: 1.65;
}
.cont1 p {
    font-size: 3.733vw;
    line-height: 1.85;
    padding: 1.5em 0 3em;
}
.cont1 ul li {
    width: 90%;
    margin: 0 auto 8vw;
}
.cont1 ul li span {
    font-size: 3vw;
}
.cont1 ul li:last-child {
    width: 100vw;
    margin: 0 0 0 -6vw;
}
.cont1 ul li:last-child span {
    bottom: 0;
}
}


/* cont2
------------------------------------------------- */
.cont2 {
    background-color: #F7F7F7;
    padding: 6.5em 0 2.5em;
}
.cont2 ul li {
    width: 29.82%;
    margin-bottom: 6.25em;
}
.cont2 ul li .cover {
    border-radius: 1.25em 0 1.25em 0;
    overflow: hidden;
}
.cont2 ul li .cover img {
    display: block;
    transition: 0.4s;
}
.cont2 ul li h4 {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 1em;
    transition: 0.4s;
}
.cont2 ul li h4 span {
    display: block;
    font-weight: 400;
    letter-spacing: normal;
    color: #626262;
    padding-bottom: 2.1em;
    position: relative;
}
.cont2 ul li h4 span::before {
    content: '';
    width: 1.33em;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 0;
    bottom: 0.9em;
}
.cont2 ul li p {
    font-weight: 400;
    letter-spacing: 0.05em;
}
@media only screen and (min-width:751px){
.cont2 ul li a:hover .cover img {
    transform: scale(1.15);
}
.cont2 ul li a:hover h4 {
    color: #0159CE;
}
}
@media only screen and (max-width:750px){
.cont2 {
    padding: 15vw 0 8vw;
}
.cont2 ul li {
    width: 90%;
    margin: 0 auto 12vw;
}
.cont2 ul li h4 {
    font-size: 5.866vw;
    margin-top: 0.75em;
}
.cont2 ul li h4 span {
    font-size: 3vw;
}
.cont2 ul li p {
    font-size: 3.2vw;
}
}

/* cont3
------------------------------------------------- */
.cont3 {
    padding: 9.375em 0 10.3125em;
}
.cont3 table {
    width: 56.25em;
    margin: 0 auto;
}
.cont3 table th,
.cont3 table td {
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    padding: 0.9em 0;
    border-bottom: 1px solid #BCBCBC;
    box-sizing: border-box;
}
.cont3 table tr:first-child th,
.cont3 table tr:first-child td {
    border-top: 1px solid #BCBCBC;
}
.cont3 table th {
    width: 18%;
}
@media only screen and (max-width:750px){
.cont3 {
    padding: 15vw 0 20vw;
}
.cont3 table {
    width: 100%;
}
.cont3 table th,
.cont3 table td {
    font-size: 3.733vw;
    width: 100%;
    display: block;
    line-height: 1.65;
    letter-spacing: 0.06em;
    padding: 0 4vw 4vw;
}
.cont3 table tr:first-child td {
    border-top: none;
}
.cont3 table th {
    font-size: 4vw;
    width: 100%;
    padding: 4vw 0 2vw;
    border-bottom: none;
}
}


/* cont4
------------------------------------------------- */
.cont4 {
    background-color: #F7F7F7;
    padding: 6.25em 0 7.2em;
}
.cont4 table {
    width: 56.25em;
    margin: 0 auto 4em;
}
.cont4 table th,
.cont4 table td {
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    letter-spacing: 0.08em;
    padding: 0.9em 0;
    border-bottom: 1px solid #BCBCBC;
    box-sizing: border-box;
}
.cont4 table tr:first-child th,
.cont4 table tr:first-child td {
    border-top: 1px solid #BCBCBC;
}
.cont4 table th {
    width: 18%;
    letter-spacing: 0.06em;
}
.cont4 .gmap {
    width: 56.25em;
    height: 33.875em;
    margin: 0 auto;
    position: relative;
}
.cont4 .gmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width:750px){
.cont4 {
    padding: 15vw 0 20vw;
}
.cont4 table {
    width: 100%;
    margin: 0 auto 8vw;
}
.cont4 table th,
.cont4 table td {
    font-size: 3.733vw;
    width: 100%;
    display: block;
    line-height: 1.65;
    letter-spacing: 0.06em;
    padding: 0 4vw 4vw;
}
.cont4 table tr:first-child td {
    border-top: none;
}
.cont4 table th {
    font-size: 4vw;
    width: 100%;
    padding: 4vw 0 2vw;
    border-bottom: none;
}
.cont4 .gmap {
    width: 100%;
    height: 80vw;
}
}


/* contact
------------------------------------------------- */
#contact {
    width: 100%;
    height: 14.375em;
}
#contact a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    line-height: 1.45;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#contact a::before {
    content: '';
    width: 200%;
    height: 100%;
    background: linear-gradient(-90deg, #0159CE 0, #FA0318 50%, #0159CE 100%);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
    z-index: 1;
}
#contact a span {
    display: block;
    width: calc(100% - 3.125em);
    height: calc(100% - 3.125em);
    border: 1px solid #fff;
    padding-top: 2.75em;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
#contact a span b {
    display: block;
    font-weight: 300;
    letter-spacing: 0.05em;
}
@media only screen and (min-width:751px){
#contact a:hover::before {
    left: -100%;
}
}
@media only screen and (max-width:750px){
#contact {
    height: 40vw;
}
#contact a span {
    width: calc(100% - 8vw);
    height: calc(100% - 8vw);
    padding-top: 1.25em;
}
#contact a span b {
    font-size: 9.6vw;
}
}


/* footer
------------------------------------------------- */
#footer {
    background-color: #464646;
    padding: 4.5em 0 2.875em;
    text-align: center;
    color: #fff;
    position: relative;
}
#footer .logo {
    width: 18.5625em;
    margin: 0 auto 2.25em;
}
#footer h4 {
    font-weight: 500;
    letter-spacing: 0.08em;
     line-height: 1.75;
}
#footer address {
    line-height: 1.75;
}
#footer address a {
    color: #fff;
}
#footer small {
    height: calc(100vh - 2.833em);
    font-weight: 400;
    color: #626262;
    letter-spacing: normal;
    position: fixed;
    right: 3em;
    top: 2.833em;
    z-index: 99;
}
@media only screen and (min-width:751px){
#footer small {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
}
@media only screen and (max-width:750px){
#footer {
    padding: 10vw 0 8vw;
}
#footer .logo {
    width: 60vw;
    margin: 0 auto 4vw;
}
#footer h4 {
    font-weight: 500;
    letter-spacing: 0.08em;
     line-height: 1.75;
}
#footer address {
    font-size: 3.466vw;
}
#footer small {
    font-size: 3vw;
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    position: static;
    padding-top: 1em;
}
}


/* animation
------------------------------------------------- */
.fadeIn {
    opacity: 0;
}
.fadeIn.isAnimate {
    animation: fadeIn 0.7s ease 0.1s 1 forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes main-scroll {
    0% {
        height: 0;
    }
    25% {
        height: 100%;
        top: 0;
    }
    60% {
        height: 100%;
        top: 0;
    }
    100% {
        height: 0;
        top: 100%;
    }
}