﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto+Condensed:wght@400;500;600;700&display=swap');

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Table
 *   1.6 Other Elements
 *        1.6.1 page top
 *        1.6.2 btn
 *        1.6.3 tab menu
 *        1.6.4 modaal
 *        1.6.5 google map
 *        1.6.6 movie
 * 2. HEADER
 * 3. MAIN VISUAL
 * 4. NAV
 *    4.1. Main Nav (pc)
 *    4.2. Main Nav (sp)
 * 5. CONTENTS
 *    5.1 Concept (TOP)
 *    5.2 About (TOP)
 *    5.3 Recruit (TOP)
 *    5.4 Contact (TOP)
 *    5.5 Cate Main
 *    5.6 About
 *        5.6.1 ss
 *        5.6.2 oil
 *        5.6.3 gas
 *        5.6.4 laundrette
 *        5.6.5 reform
 *        5.6.6 insurance
 *    5.7 Company
 *    5.8 Contact
 * 6. FOOTER
 * 7. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    background: #fff;
	color: #000;
	line-height: 2.3;
	font-weight: 400;
	overflow: hidden;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
        line-height: 2;
    }
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

.small {
    font-size: 90%;
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 500;
}
strong.b60 {
    font-weight: 600;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg,
    .sp-md-none {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc,
    .sp-none {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt-10 { margin-top: -1rem !important; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }
.mt90 { margin-top: 9rem !important; }
.mt100 { margin-top: 10rem !important; }

.mb-10 { margin-bottom: -1rem !important; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }
.mb90 { margin-bottom: 9rem !important; }
.mb100 { margin-bottom: 10rem !important; }

.mr00 { margin-right: 0 !important; }
.mr10 { margin-right: 1rem !important; }
.mr20 { margin-right: 2rem !important; }
.mr30 { margin-right: 3rem !important; }

.ml00 { margin-left: 0 !important; }
.ml10 { margin-left: 1rem !important; }
.ml20 { margin-left: 2rem !important; }
.ml30 { margin-left: 3rem !important; }

@media (max-width: 960px) {
    .mt10-md {
        margin-top: 1rem !important;
    }
    .mt20-md {
        margin-top: 2rem !important;
    }
    .mt30-md {
        margin-top: 3rem !important;
    }
    .mt40-md {
        margin-top: 4rem !important;
    }
    .mt50-md {
        margin-top: 5rem !important;
    }
    .mt60-md {
        margin-top: 6rem !important;
    }
    .mt70-md {
        margin-top: 7rem !important;
    }
    .mt80-md {
        margin-top: 8rem !important;
    }
}
@media (max-width: 767px) {
    .mt-10-xs {
        margin-top: -1rem !important;
    }
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt25-xs {
        margin-top: 2.5rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb-10-xs {
        margin-bottom: -1rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb25-xs {
        margin-bottom: 2.5rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
    .mr00-xs {
        margin-right: 0 !important;
    }
    .ml00-xs {
        margin-left: 0 !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .text-justify-xs {
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #dd0000 !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #1e2380 !important;
}
.txt-blue-light,
.txt-blue-light a,
.txt-blue-light a:hover {
    color: #3972b7 !important;
}
.txt-white,
.txt-white a,
.txt-white a:hover {
    color: #fff !important;
}

.txt-bg-blue {
    max-width: 800px;
    margin: 3rem auto 0;
    background: #3972b7;
    color: #fff;
    line-height: 1.7;
    font-size: 2rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0.5rem 1rem 0.7rem;
}
.txt-bg-blue.text-left {
    padding-left: 2rem;
}
@media (max-width: 1024px) {
    .txt-bg-blue {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .txt-bg-blue {
        padding-bottom: 0.8rem;
    }
    .txt-bg-blue.text-left {
        padding-left: 1rem;
    }
}
@media (max-width: 480px) {
    .txt-bg-blue {
        line-height: 1.6;
        padding: 0.7rem 1rem 0.9rem;
    }
}

.txt-shippori {
    font-family: 'Shippori Mincho', serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
}
.txt-shippori.b50 {
    font-weight: 500 !important;
}
.txt-shippori.b60 {
    font-weight: 600 !important;
}

.txt-montserrat {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
}
.txt-montserrat.b50 {
    font-weight: 500 !important;
}
.txt-montserrat.b60 {
    font-weight: 600 !important;
}
.txt-montserrat.b70 {
    font-weight: 700 !important;
}

.txt-robot {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
}
.txt-robot.b50 {
    font-weight: 500 !important;
}
.txt-robot.b60 {
    font-weight: 600 !important;
}
.txt-robot .b70 {
    font-weight: 700 !important;
}

.txt-indent {
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.letter-spacing00 {
    letter-spacing: 0 !important;
}
@media (max-width: 960px) {
    .letter-spacing05 {
        letter-spacing: -0.05em !important;
    }
}

.tel,
.tel a {
    font-size: 5rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #1e2380;
    margin: 0;
    line-height: 1;
}
.tel i {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../image/icon-tel.svg) 0 0 no-repeat;
    background-size: contain;
    vertical-align: -12%;
    margin-right: 1rem;
}
@media (max-width: 960px) {
    .tel,
    .tel a {
        font-size: calc(30px + 20 * (100vw - 320px) / 640);
    }
    .tel i {
        width: calc(50 / 960 * 100vw);
        height: calc(50 / 960 * 100vw);
    }
}
@media (max-width: 480px) {
    .tel,
    .tel a {
        font-size: 3.6rem;
    }
    .tel i {
        width: 35px;
        height: 35px;
        vertical-align: -15%;
    }
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
.f50 { font-size: 5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f50 {
        font-size: 3rem !important;
    }
    .f20-xs {
        font-size: 2rem !important;
    }
    .f19-xs {
        font-size: 1.9rem !important;
    }
    .f18-xs {
        font-size: 1.8rem !important;
    }
    .f17-xs {
        font-size: 1.7rem !important;
    }
    .f16-xs {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.8;
}
@media (max-width: 767px) {
    h1, h2, h3, h4 {
        line-height: 1.8;
    }
}

.section-ttl {
    font-size: 7rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 auto;
    color: #1E2380;
    text-align: center;
    line-height: 1;
}
.section-sub {
    display: block;
    font-size: 2.4rem;
    margin: 1rem auto 5rem;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
    .section-ttl {
        font-size: calc(32px + 38 * (100vw - 320px) / 704);
    }
    .section-sub {
        font-size: calc(15px + 9 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .section-sub {
        margin: 0.5rem auto 2rem;
    }
}

.ttl-sub {
    font-size: 4.3rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 4rem;
}
.ttl-sub.small {
    font-size: 4rem;
    line-height: 1.7;
}
.ttl-subsub {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 3rem;
    margin: 0 0 2rem;
    text-align: center;
}
.ttl-txt {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 6rem;
}
.ttl-bg {
    background: #3972b7;
    color: #fff;
    text-align: center;
    margin: 0 auto 3rem;
    font-size: 3rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1;
    padding: 1.5rem 0.5rem 1.8rem;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .ttl-sub {
        font-size: calc(20px + 23 * (100vw - 320px) / 704);
    }
    .ttl-sub.small {
        font-size: calc(18px + 19 * (100vw - 320px) / 704);
    }
    .ttl-subsub {
        font-size: calc(14px + 11 * (100vw - 320px) / 704);
        margin-bottom: 1rem;
    }
    .ttl-txt {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
    .ttl-bg {
        font-size: calc(18px + 12 * (100vw - 320px) / 704);
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .ttl-sub {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .ttl-sub {
        margin-bottom: 2rem;
    }
    .ttl-bg {
        padding: 1rem 0.5rem 1.1rem;
        margin-bottom: 2rem;
    }
    .ttl-txt {
        margin-bottom: 4rem;
    }
}
@media (max-width: 480px) {
    .ttl-sub {
        line-height: 1.6;
    }
    .ttl-subsub {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .ttl-txt {
        font-size: 1.4rem;
    }
}

.ttl-line {
    font-size: 3rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 3rem;
    border-left: 8px solid #1e2380;
    padding: 0.7rem 0 1rem 2rem;
}
.ttl-line span {
    font-size: 2.7rem;
}
@media (max-width: 1024px) {
    .ttl-line {
        font-size: calc(18px + 12 * (100vw - 320px) / 704);
    }
    .ttl-line span {
        font-size: calc(15px + 12 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .ttl-line {
        border-width: 6px;
        padding: 0.4rem 0 0.6rem 1.5rem;
        margin-bottom: 2rem;
    }
}

.sub-line {
    font-size: 2.6rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 2.5rem;
    padding: 1.8rem 0 0 0;
    position: relative;
    border-top: 1px solid #000;
}
.sub-line:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 20%;
  height: 5px;
  content: '';
  background: #1e2380;
}
p + .sub-line,
div + .sub-line {
    margin-top: 4rem;
}
.sub-line i {
    width: 50px;
    display: inline-block;
    vertical-align: -38%;
    margin-right: 2rem;
}
.sub-line i:nth-of-type(1) {
    margin-right: 1rem;
}
.sub-line i.icon-enejet {
    width: 93px;
    vertical-align: -16%;
    margin-left: 2.3rem;
}
@media (max-width: 1024px) {
    .sub-line {
        font-size: calc(16px + 9 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .sub-line {
        padding-top: 1.5rem;
        margin-bottom: 2rem;
    }
    .sub-line:before {
        height: 4px;
    }
    p + .sub-line,
    div + .sub-line {
        margin-top: 3rem;
    }
    .sub-line i {
        width: 35px;
        margin-right: 1.5rem;
        vertical-align: -42%;
    }
    .sub-line i.icon-enejet {
        width: 70px;
        vertical-align: -20%;
        margin-left: 1.8rem;
    }
}

.sub-line-dot {
     font-size: 2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    background: url(../image/line-dot.svg) bottom left repeat-x;
    padding: 0 0 1rem;
    margin: 2rem 0;
}
.sub-line-dot.top-border {
    border-top: 5px solid #1e2380;
    padding: 1rem 0 1.5rem;
}
@media (max-width: 1024px) {
    .sub-line-dot {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .sub-line-dot {
        margin: 1.3rem 0;
    }
    .sub-line-dot.top-border {
        border-width: 4px;
        padding: 0.7rem 0 1rem;
    }
}

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.2rem;
    padding: 0;
    line-height: 2;
}
ul.disc-list li {
    list-style: disc;
}

ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2rem;
    }
    ul.disc-list,
    ol.ol-list {
        line-height: 1.8;
    }
}

ul.check-list li {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    line-height: 1.9;
}
ul.check-list.small li {
    font-size: 1.7rem;
}
ul.check-list.horizontal {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 35px;
}
ul.check-list.horizontal li {
    margin-bottom: 0;
    line-height: 2.2;
}
ul.check-list.horizontal.five {
    gap: 0 30px;
}
ul.check-list.horizontal.five li {
    width: calc(100% / 5 - 60px );
}
ul.check-list li:last-of-type {
    margin-bottom: 0;
}
ul.check-list li {
    background: url(../image/icon-check.svg) 0 9px no-repeat;
    background-size: auto 20px;
    padding-left: 3.5rem;
}
@media (max-width: 1024px) {
    ul.check-list li {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
    ul.check-list.small li {
        font-size: calc(13px + 4 * (100vw - 320px) / 704);
    }
    ul.check-list.horizontal.five {
        gap: 0 20px;
    }
    ul.check-list.horizontal.five li {
        width: calc(100% / 4 - 50px );
    }
}
@media (max-width: 960px) {
    ul.check-list.horizontal.five li {
        width: calc(100% / 3 - 50px );
    }
}
@media (max-width: 767px) {
    ul.check-list li {
        background-position: 0 7px;
        background-size: auto 15px;
        padding-left: 2.5rem;
    }
}
@media (max-width: 480px) {
    ul.check-list.horizontal.five {
        gap: 0;
    }
    ul.check-list.horizontal.five li {
        width: calc(100% / 2 - 30px );
    }
}

/* 1.5 Table
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
    margin: 0;
}
table th {
    width: 25%;
    background: #e5e4de;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0.7rem 1rem;
    font-weight: 400;
}
table td {
    width: 75%;
    vertical-align: middle;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0.7rem 2rem;
}
table td p {
    margin: 0;
}
table td p + p,
table td ul + p {
    margin-top: 1.5rem;
}
@media (max-width: 767px) {
    table th {
        white-space: nowrap;
    }
    table th,
    table td {
        padding: 0.5rem 1rem 0.6rem;
    }
}

/* 1.6 Other Elements
 * ------------------------------*/
/* 1.6.1 page top ------------*/
#pagetop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 44px;
    height: 44px;
    z-index: 10;
    transition: background-color 400ms;
    background: url(../image/pagetop.svg) center center no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#pagetop:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 767px) {
    #pagetop {
        width: 40px;
        height: 40px;
        right: 10px;
    }
}

/* 1.6.2 btn ------------*/
.btn {
    display: block;
    max-width: 480px;
    margin: 6rem auto 0;
    padding: 1.2rem 1rem 1.4rem;
    font-size: 2.4rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-radius: 40px;
    color: #1e2380;
    border: 2px solid #1e2380;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    outline: none;
    overflow: hidden;
}
.btn.medium {
    padding: 0.7rem 1rem 1rem;
}
.btn.left {
    margin-left: 0;
}
.btn:hover {
  background: #1e2380;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.btn.blue {
    background: #1e2380;
    color: #fff;
}
.btn i {
    width: 20px;
    height: 21px;
    background: url(../image/icon-arrow-blue.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.btn:hover i {
    background-image: url(../image/icon-arrow-white.svg);
}
.btn.blue i {
    background-image: url(../image/icon-arrow-white.svg);
}
.btn .icon-pdf {
    display: block;
    width: 30px;
    height: 37px;
    background: url(../image/icon-pdf-blue.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.btn:hover .icon-pdf {
    background-image: url(../image/icon-pdf-white.svg);
}
.page-under-btn {
    margin: -2rem 0 14rem;
}
@media (max-width: 1024px) {
    .btn {
        font-size: calc(16px + 8 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .page-under-btn {
        margin: -1rem 0 10rem;
    }
}
@media (max-width: 767px) {
    .btn {
        max-width: 330px;
        margin: 3rem auto 0;
        padding: 0.8rem 0.5rem 1rem;
        letter-spacing: 0;
    }
    .btn i {
        width: 15px;
        height: 16px;
        right: 15px;
    }
    .btn .icon-pdf {
        width: 25px;
        height: 31px;
    }
    .page-under-btn {
        margin: -1rem 0 6rem;
    }
    .btn.center-xs {
        margin-left: auto;
    }
}

.btn-contact {
    display: block;
    max-width: 180px;
    text-align: center;
    font-size: 1.8rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 40px;
    background: #1e2380;
    color: #fff;
    z-index: 1;
    padding: 0.9rem 3rem;
    height: 39px;
    line-height: 1;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    outline: none;
    overflow: hidden;
}
.btn-contact:hover {
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
}
header .btn-contact {
    position: absolute;
    top: 24px;
    right: 40px;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@media (max-width: 1024px) {
    .btn-contact {
        font-size: 1.6rem;
        padding-top: 1rem;
    }
    header .btn-contact {
        right: 30px;
    }
}
@media (max-width: 960px) {
    header .btn-contact {
        top: 15px;
        right: 70px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .btn-contact {
        font-size: 1.4rem;
        height: 32px;
        padding: 0.8rem 3rem;
    }
    header .btn-contact {
        top: 16px;
        right: 80px;
    }
}
@media (max-width: 767px) {
    .btn-contact {
        font-size: 1.4rem;
        height: 28px;
        padding: 0.6rem 2rem;
    }
    header .btn-contact {
        top: 13px;
        right: 65px;
    }
}
@media (max-width: 320px) {
    .btn-contact {
        font-size: 1.3rem;
        padding: 0.7rem 1.5rem;
    }
    header .btn-contact {
        right: 60px;
    }
}

.btn-arrow {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
     font-size: 2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    position: relative;
    outline: none;
    overflow: hidden;
    margin: 6rem 0 0;
}
.btn-arrow span {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5rem;
}
.btn-arrow:hover {
    text-decoration: none;
    transition: 0.5s;
}
.btn-arrow i {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1E2380 url(../image/icon-arrow-white.svg) center center no-repeat;
    background-size: 25px 26px !important;
    margin-left: 2rem;
    border: 2px solid #1E2380;
}
.btn-arrow:hover i {
    background-color: #fff;
    background-image: url(../image/icon-arrow-blue.svg);
    transition: 0.5s;
}
@media (max-width: 1024px) {
    .btn-arrow {
        margin-top: 4rem;
    }
}
@media (max-width: 960px) {
    .btn-arrow {
        font-size: calc(14px + 6 * (100vw - 320px) / 640);
    }
    .btn-arrow i {
        width: 44px;
        height: 44px;
        background-size: 18px 19px !important;
        margin-left: 1rem;
    }
}
@media (max-width: 767px) {
    .btn-arrow i {
        width: 38px;
        height: 38px;
        background-size: 15px 16px !important;
        margin-left: 1.5rem;
    }
}
@media (max-width: 480px) {
    .btn-arrow {
        font-size: 1.6rem;
        margin-top: 3rem;
    }
}

/* 1.6.3 tab menu ------------*/
.tab-menu {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}
.tab-menu li {
    width: calc(100% / 3);
    text-align: center;
    padding: 0;
    font-weight: 500;
    font-size: 1.8rem;
}
.tab-menu.line4 li {
    width: calc(100% / 4);
}
.tab-menu li a {
    display: block;
    width: 100%;
    color: #000;
    padding: 0.9rem 0.5rem 1.1rem;
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #1E2380;
    border-top: 1px solid #1E2380;
    border-right: 1px solid #1E2380;
    position: relative;
    outline: none;
    overflow: hidden;
}
.tab-menu li:nth-of-type(1) a {
    border-top-left-radius: 10px;
}
.tab-menu li:nth-of-type(3) a {
    border-top-right-radius: 10px;
}
.tab-menu li:nth-of-type(1) a,
.tab-menu li:nth-of-type(4) a,
.tab-menu li:nth-of-type(7) a  {
    border-left: 1px solid #1E2380;
}
.tab-menu li:nth-of-type(4) a,
.tab-menu li:nth-of-type(5) a,
.tab-menu li:nth-of-type(6) a,
.tab-menu li:nth-of-type(7) a,
.tab-menu li:nth-of-type(8) a,
.tab-menu li:nth-of-type(9) a {
    border-bottom: 1px solid #1E2380;
}
.tab-menu.line9 li:nth-of-type(4) a,
.tab-menu.line9 li:nth-of-type(5) a,
.tab-menu.line9 li:nth-of-type(6) a {
    border-bottom: none;
}
.tab-menu.line4 li:nth-of-type(3) a {
    border-top-right-radius: 0;
    border-right: none;
}
.tab-menu.line4 li a {
    border-bottom: 1px solid #1E2380;
    line-height: 1.6;
}
.tab-menu.line4 li:nth-of-type(4) a {
    border-top-right-radius: 10px;
}
.tab-menu li a:hover {
    text-decoration: none;
    color: #fff;
    background: #1E2380;
    transition: 0.5s;
}
.tab-menu li a.active {
    text-decoration: none;
    background: #1E2380;
    color: #fff;
}
@media (max-width: 1024px) {
    .tab-menu li {
        font-size: 1.7rem;
    }
}
@media (max-width: 960px) {
    .tab-menu li {
        font-size: calc(14px + 4 * (100vw - 320px) / 640);
    }
    .tab-menu.line4 li {
        width: calc(100% / 2);
    }
    .tab-menu.line4 li:nth-of-type(1) a,
    .tab-menu.line4 li:nth-of-type(2) a {
        border-bottom: none;
    }
    .tab-menu.line4 li:nth-of-type(2) a {
        border-top-right-radius: 10px;
    }
    .tab-menu.line4 li:nth-of-type(3) a {
        border-left: 1px solid #1E2380;
    }
    .tab-menu.line4 li:nth-of-type(4) a {
        border-top-right-radius: 0;
        border-bottom: 1px solid #1E2380;
    }
}
@media (max-width: 767px) {
    .tab-menu li {
        width: calc(100% / 2);
    }
    .tab-menu li:nth-of-type(2) a {
        border-top-right-radius: 10px;
    }
    .tab-menu li:nth-of-type(3) a {
        border-top-right-radius: 0;
    }
    .tab-menu li:nth-of-type(4) a,
    .tab-menu li:nth-of-type(7) a {
        border-bottom: none;
    }
    .tab-menu li:nth-of-type(odd) a {
        border-left: 1px solid #1E2380;
    }
    .tab-menu li:nth-of-type(even) a {
        border-left: none;
    }
    .tab-menu.line4 li:nth-of-type(3) a {
        border-right: 1px solid #1E2380;
    }
}
@media (max-width: 480px) {
    .tab-menu li {
        font-size: 1.3rem;
    }
    .tab-menu li a {
        padding: 0.6rem 0.2rem;
        height: 40px;
    }
    .tab-menu.line4 li a {
        height: auto;
    }
}
@media (max-width: 360px) {
    .tab-menu li {
        font-size: 1.2rem;
    }
    .tab-menu li a {
        height: 38px;
    }
}

/* 1.6.4 modaal ------------*/
.hide-area {
    display: none;
}

.modaal-fullscreen .modaal-content-container {
  background: rgba(51,51,51,0.1) !important;
  color: #fff;
  text-align: center;
}
.modaal-fullscreen .modaal-container {
    max-width: 100%;
}

.modaal-fullscreen .modaal-content-container img {
  max-width:100%;
  height: auto;
  vertical-align: bottom;
}

.modaal-container {
    max-width: 900px;
    padding: 0;
    background: none;
    box-shadow: none;
}
.modaal-content-container {
    padding: 0;
}
@media (max-width: 480px) {
    .modaal-inner-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.modaal-close {
  background: none !important;
  right: 50px !important;
  color: #666 !important;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background: #666 !important;
}
@media (max-width:1024px) {
    .modaal-close {
        right: 15px !important;
        top: 0 !important;
    }
}

.modaal-box {
    background: #fff;
    padding: 3rem;
}
.modaal-box .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.modaal-box .txt-area {
    width: 77%;
    padding-right: 4rem;
    box-sizing: border-box;
}
.modaal-box .img-area {
    width: 23%;
    box-sizing: border-box;
}
.modaal-box .img-box-present {
    margin-top: -9rem;
}
@media screen and (max-width: 960px) {
    .modaal-box .txt-area {
        width: 73%;
        padding-right: 3rem;
    }
    .modaal-box .img-area {
        width: 27%;
    }
    .modaal-box .img-box-present {
        margin-top: -2rem;
    }
    .modaal-box .gbox {
        padding: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .modaal-box .txt-area {
        width: 76%;
    }
    .modaal-box .img-area {
        width: 24%;
    }
    .modaal-box .img-box-present {
        margin-top: 0;
    }
}
@media screen and (max-width: 480px) {
    .modaal-box {
        padding: 1.5rem;
    }
    .modaal-box .txt-area,
    .modaal-box .img-area {
        width: 100%;
        padding: 0;
    }
    .modaal-box .gbox {
        padding: 1.2rem;
    }
    .modaal-box .img-box-present {
        margin-top: 2rem;
    }
}

/* 1.6.5 google map ------------*/
.google-map {
    margin: 4rem auto 0;
}
.google-map iframe {
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.google-map {
	    margin-top: 2rem;
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	.google-map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* 1.6.6 movie ------------*/
.movie {
    position: relative;
    margin: 0 auto;
}
.movie .icon-play {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../image/icon-play.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.movie a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 960px) {
    .movie .icon-play {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 480px) {
    .movie .icon-play {
        width: 50px;
        height: 50px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100vw;
    height: 89px;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 10;
    background: #fff;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
#top-page header {
    background: transparent;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background: #fff !important;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
header .logo {
    width: 300px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 10;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#top-page header .logo {
    top: 20px;
    left: 11.5vw;
}
header.fixed .logo {
    top: 10px !important;
    left: 30px !important;
}
@media (max-width: 1024px) {
    header .logo {
        width: 220px;
         left: 20px;
         top: 19px;
    }
    header.fixed .logo {
        left: 20px !important;
        top: 19px !important;
    }
}
@media (max-width: 960px) {
    header {
        height: 68px;
    }
    header .logo {
        width: 200px;
        top: 12px;
    }
    #top-page header .logo {
        top: 15px;
    }
    header.fixed .logo {
        top: 12px !important;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    header {
        height: 65px;
    }
    header .logo {
        width: 170px;
        left: 15px;
    }
    header.fixed .logo {
        left: 15px !important;
    }
}
@media (max-width: 767px) {
    header {
        height: 55px;
    }
    header .logo {
        left: 10px;
        top: 10px;
        width: 160px;
    }
    #top-page header .logo {
        top: 15px;
    }
    header.fixed .logo {
        left: 10px !important;
        top: 10px !important;
    }
}
@media (max-width: 480px) {
    header .logo {
        width: 150px;
        top: 11px;
    }
    #top-page header .logo {
        left: 10vw;
    }
    header.fixed .logo {
        top: 11px !important;
    }
}
@media (max-width: 360px) {
    header .logo {
        width: 130px;
        top: 13px;
    }
    header.fixed .logo {
        top: 13px !important;
    }
}

/*-------------------------------
 * 3. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    width: 90vw;
    margin: 0;
    position: absolute;
    left: 10vw;
    top: 0;
}
@media (max-width: 480px) {
    #main-visual {
        width: 93vw;
        left: 7vw;
    }
}

.main-ttl {
    position: absolute;
    top: 140px;
    right: 10vw;
    margin: 0;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 5.6rem;
    letter-spacing: 0.03em;
}
.main-ttl small {
    display: block;
    font-size: 2.4rem;
    margin-top: 1rem;
    line-height: 1.7;
}
@media (max-width: 1024px) {
    .main-ttl {
        top: 120px;
        font-size: calc(22px + 34 * (100vw - 320px) / 704);
    }
    .main-ttl small {
        font-size: calc(15px + 9 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .main-ttl {
        top: 90px;
        right: 5vw;
    }
    .main-ttl small {
        margin-top: 0.5rem;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .main-ttl {
        top: 60px;
        font-size: 3.8rem;
    }
    .main-ttl small {
        margin-top: 0;
        font-size: 1.8rem;
    }
}
@media (max-width: 480px) {
    .main-ttl {
        top: 70px;
    }
}

.main-ttl span:nth-child(1) {
    -webkit-animation: slideTextFade 3.0s ease 0s 1 normal;
    animation: slideTextFade 3.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(2) {
    -webkit-animation: slideTextFade 3.2s ease 0s 1 normal;
    animation: slideTextFade 3.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(3) {
    -webkit-animation: slideTextFade 3.4s ease 0s 1 normal;
    animation: slideTextFade 3.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(4) {
    -webkit-animation: slideTextFade 3.6s ease 0s 1 normal;
    animation: slideTextFade 3.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(5) {
    -webkit-animation: slideTextFade 3.8s ease 0s 1 normal;
    animation: slideTextFade 3.8s ease 0s 1 normal;
}
.main-ttl span:nth-child(6) {
    -webkit-animation: slideTextFade 4.0s ease 0s 1 normal;
    animation: slideTextFade 4.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(7) {
    -webkit-animation: slideTextFade 4.2s ease 0s 1 normal;
    animation: slideTextFade 4.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(8) {
    -webkit-animation: slideTextFade 4.4s ease 0s 1 normal;
    animation: slideTextFade 4.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(9) {
    -webkit-animation: slideTextFade 4.6s ease 0s 1 normal;
    animation: slideTextFade 4.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(10) {
    -webkit-animation: slideTextFade 4.8s ease 0s 1 normal;
    animation: slideTextFade 4.8s ease 0s 1 normal;
}
.main-ttl span:nth-child(11) {
    -webkit-animation: slideTextFade 5.0s ease 0s 1 normal;
    animation: slideTextFade 5.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(12) {
    -webkit-animation: slideTextFade 5.2s ease 0s 1 normal;
    animation: slideTextFade 5.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(13) {
    -webkit-animation: slideTextFade 5.4s ease 0s 1 normal;
    animation: slideTextFade 5.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(14) {
    -webkit-animation: slideTextFade 5.6s ease 0s 1 normal;
    animation: slideTextFade 5.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(15) {
    -webkit-animation: slideTextFade 5.8s ease 0s 1 normal;
    animation: slideTextFade 5.8s ease 0s 1 normal;
}
.main-ttl span:nth-child(16) {
    -webkit-animation: slideTextFade 6.0s ease 0s 1 normal;
    animation: slideTextFade 6.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(17) {
    -webkit-animation: slideTextFade 6.2s ease 0s 1 normal;
    animation: slideTextFade 6.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(18) {
    -webkit-animation: slideTextFade 6.4s ease 0s 1 normal;
    animation: slideTextFade 6.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(19) {
    -webkit-animation: slideTextFade 6.6s ease 0s 1 normal;
    animation: slideTextFade 6.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(20) {
    -webkit-animation: slideTextFade 6.8s ease 0s 1 normal;
    animation: slideTextFade 6.8s ease 0s 1 normal;
}
.main-ttl span:nth-child(21) {
    -webkit-animation: slideTextFade 7.0s ease 0s 1 normal;
    animation: slideTextFade 7.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(22) {
    -webkit-animation: slideTextFade 7.2s ease 0s 1 normal;
    animation: slideTextFade 7.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(23) {
    -webkit-animation: slideTextFade 7.4s ease 0s 1 normal;
    animation: slideTextFade 7.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(24) {
    -webkit-animation: slideTextFade 7.6s ease 0s 1 normal;
    animation: slideTextFade 7.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(25) {
    -webkit-animation: slideTextFade 7.8s ease 0s 1 normal;
    animation: slideTextFade 7.8s ease 0s 1 normal;
}
.main-ttl span:nth-child(26) {
    -webkit-animation: slideTextFade 8.0s ease 0s 1 normal;
    animation: slideTextFade 8.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(27) {
    -webkit-animation: slideTextFade 8.2s ease 0s 1 normal;
    animation: slideTextFade 8.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(28) {
    -webkit-animation: slideTextFade 8.4s ease 0s 1 normal;
    animation: slideTextFade 8.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(29) {
    -webkit-animation: slideTextFade 8.6s ease 0s 1 normal;
    animation: slideTextFade 8.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(30) {
    -webkit-animation: slideTextFade 8.8s ease 0s 1 normal;
    animation: slideTextFade 8.8s ease 0s 1 normal;
}

.main-sub {
    font-size: 5rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    line-height: 1.4;
    position: absolute;
    bottom: -180px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 15vw;
}
@media (max-width: 1024px) {
    .main-sub {
        font-size: calc(20px + 23 * (100vw - 320px) / 704);
        bottom: -165px;
    }
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    .main-sub {
        position: relative;
        top: 90px;
    }
}
@media (max-width: 960px) {
    .main-sub {
        position: relative;
        top: 42px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .main-sub {
        font-size: 3rem;
        top: 28px;
    }
}
@media (max-width: 767px) {
    .main-sub {
        top: -30px;
    }
}
@media (max-width: 480px) {
    .main-sub {
        left: 0;
        top: 20px;
        line-height: 1.6;
        padding-left: 0;
    }
}

/*----- scroll -----*/
.side-scroll {
    position: absolute;
    width: 13px;
    height: 550px;
    left: calc(100vw - 94.8vw - 13px);
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.side-scroll .scroll-txt {
    width: 100%;
}
.side-scroll .scroll-txt img {
    width: 13px;
    height: auto;
}
.side-scroll .scroll-arrow {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 3rem;
}
.side-scroll .scroll-arrow::before {
    animation: scroll-down 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -webkit-animation: scroll-down 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 300px;
    background: #A5A8CC;
    content: ' ';
}
.side-scroll .scroll-arrow span {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 300px;
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    .side-scroll {
        top: 150px;
    }
}
@media (max-width: 960px) {
    .side-scroll {
        top: calc(200 / 960 * 100vw);
    }
    .side-scroll .scroll-arrow {
        display: none;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .side-scroll {
        top: 25%;
    }
}
@media (max-width: 480px) {
    .side-scroll {
        top: 15%;
    }
    .side-scroll .scroll-txt img {
        width: 9px;
    }
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes scroll-down {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/*----- Swiperl ---*/
.swiper {
    z-index: 0 !important;
}
.swiper-slide {
    box-sizing: border-box;
    position: relative;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
.swiper-button-prev,
.swiper-button-next {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: contain;
    z-index: 30;
}
.swiper-button-prev {
    background-image: url(../image/icon-arrow-prev.svg) !important;
    left: 20px;
}
.swiper-button-next {
    background-image: url(../image/icon-arrow-next.svg) !important;
    right: 20px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.6;
    transition: 0.5s;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 960px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 50px;
        height: 50px;
    }
    .swiper-button-prev {
        left: 10px;
    }
    .swiper-button-next {
        right: 10px;
    }
}
@media (max-width: 480px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 40px;
    }
}

/*----- Swiper TOP main visual ---*/
.bg-main {
    position: absolute;
    background: #1e2380;
    height: calc(100vh + 220px);
    width: 20vw;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-animation: fadeIn 0.5s ease both;
    animation: fadeIn 0.5s ease both;
}
.swiper-main {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    background: #fff;
    overflow: hidden;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.swiper-main .slide-img img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.swiper-main .swiper-slide-active .slide-img,
.swiper-main .swiper-slide-duplicate-active .slide-img,
.swiper-main .swiper-slide-prev .slide-img {
    -webkit-animation: zoom-in 10s linear 0s 1 normal both;
    animation: zoom-in 10s linear 0s 1 normal both;
}
@media (max-width: 1024px) {
    .bg-main {
        height: calc(100vh + 180px);
    }
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    .bg-main {
        height:calc(880 / 1024 * 100vw);
    }
    .swiper-main,
    .swiper-main .slide-img img {
        height: calc(700 / 1024 * 100vw);
    }
}
@media (max-width: 960px) {
    .bg-main {
        height: calc(880 / 960 * 100vw);
    }
    .swiper-main,
    .swiper-main .slide-img img {
        height: calc(700 / 960 * 100vw);
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .bg-main {
        height: calc(100vh + 120px);
    }
    .swiper-main,
    .swiper-main .slide-img img {
        height: 100vh;
    }
}
@media (max-width: 480px) {
    .bg-main {
        height: 530px;
        width: 50vw;
    }
    .swiper-main {
        width: 93vw;
    }
    .swiper-main,
    .swiper-main .slide-img img {
        height: 480px;
    }
}

@-webkit-keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}

/*----- Swiper About lineup ---*/
.swiper-lineup {
    position: relative;
    overflow: hidden;
    margin: 4rem auto 0;
}
@media (max-width: 960px) {
    .swiper-lineup {
        margin-top: 3rem;
    }
}
@media (max-width: 767px) {
    .swiper-lineup {
        margin-top: 2.5rem;
    }
}

/*-------------------------------
 * 4. NAV
 * ----------------------------*/
/* 4.1. Main Nav (pc)
 * ------------------------------*/
#main-nav {
    width: calc(850 / 1280 * 100vw);
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 170px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#main-nav ul.nav-menu {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
#main-nav ul.nav-menu li {
    text-align: center;
    font-size: 1.8rem;
    box-sizing: border-box;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
#main-nav ul.nav-menu li a {
    display: block;
    overflow: visible;
    color: #000;
    height: 40px;
    line-height: 37px;
    position: relative;
    padding-left: calc(37 / 1280 * 100vw);
    padding-right: calc(37 / 1280 * 100vw);
    box-sizing: border-box;
    z-index: 10030 !important;
}
#main-nav ul.nav-menu li a:hover {
    text-decoration: none;
    color: #333;
    transition: 0.5s;
    transform: translateY(-4px);
}
#main-nav ul.nav-menu li i {
    display: inline-block;
    font-size: 2rem;
    margin-left: 1rem;
    vertical-align: -10%;
}
@media (max-width: 1024px) {
    #main-nav ul.nav-menu li {
        font-size: 1.6rem;
    }
}
@media (max-width: 960px) {
    #main-nav {
        display: none !important;
    }
}

/* dropmenu ------------*/
.dropmenu li {
    position: relative;
}
.dropmenu li a {
    display: block;
}
.dropmenu li i {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 1.4rem !important;
}
.dropmenu li ul {
    width: 0;
    margin: 0;
    position: absolute;
    z-index: 10020 !important;
    top: 22px;
    left: 35%;
    padding-top: 2.5rem;
    overflow: hidden;
}
 .dropmenu li ul li {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    transition: 0.25s linear;
    font-size: 1.4rem !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.dropmenu li ul li:first-of-type {
    border-top: 1px solid #000;
}
.dropmenu li ul li a {
    width: 158px;
    height: 40px !important;
    box-sizing: border-box;
    padding: 0.1rem 1.2rem !important;
    text-align: left;
}
.dropmenu li ul.wide li a {
    width: 228px;
}
.dropmenu li:hover ul {
    width: 160px;
}
.dropmenu li:hover ul.wide {
    width: 230px;
}
.dropmenu li:hover ul li a {
    white-space: nowrap;
}
.dropmenu li:hover ul li a:hover {
    color: #fff !important;
    background: #1e2380;
    transform: translateY(0) !important;
}
@media (max-width: 1024px) {
    .dropmenu li ul li a {
        height: 35px !important;
    }
}

.dropmenu li:hover ul li:nth-child(1) {
     -webkit-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.2s lcubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(2) {
     -webkit-animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(3) {
     -webkit-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(4) {
     -webkit-animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(5) {
     -webkit-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(6) {
     -webkit-animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* motion (dropmenu) */
@-webkit-keyframes dropmenu-fadeIn {
    0% {
        opacity: 0;
        left: -100px;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
@keyframes dropmenu-fadeIn {
    0% {
        opacity: 0;
        left: -100px;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}

/* 4.2. Main Nav (sp)
 * ------------------------------*/
#main-nav-sp {
    display: none;
}
@media (max-width: 960px) {
    #main-nav-sp {
        display: block;
    }
}

#nav-container {
    margin-left: auto;
    position: relative;
}

#nav-toggle {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 30;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#nav-toggle span {
    width: 100%;
    height: 3px;
    border-radius: 1px;
    display: block;
    background-color: #000;
    position: absolute;
    right: 0;
    content: '';
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#nav-toggle span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
    width: 80%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle span:nth-child(3) {
    top: 18px;
    width: 60%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle:hover span {
    background-color: #000;
}
#nav-toggle.open {
    background: transparent;
    border-radius: 0;
    border: none;
}
#nav-toggle.open span {
    background-color: #fff;
}
#nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    right: -3px;
}
#nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    right: -3px;
    width: 100%;
}
@media (max-width: 767px) {
    #nav-toggle {
        top: 15px;
        right: 15px;
    }
}

#nav-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(30,35,128,1);
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    z-index: 10;
}
#nav-overlay.open {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#nav-fullscreen {
    width: 100%;
    position: fixed;
    left: 50px;
    top: 40px;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    z-index: 20;
}
#nav-fullscreen.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media (max-width: 480px) {
    #nav-fullscreen {
        top: 60px;
    }
}
@media (max-width: 380px) {
    #nav-fullscreen {
        top: 50px;
    }
}
@media (max-width: 320px) {
    #nav-fullscreen {
        top: 20px;
        left: 20px;
    }
}

#nav-fullscreen .nav-menu-cont {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
#nav-fullscreen ul.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
#nav-fullscreen ul.nav-menu li {
    margin: 0;
    padding: 0.5rem 0;
}
#nav-fullscreen ul.nav-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 0;
}
#nav-fullscreen ul.nav-menu li i {
    display: inline-block;
    margin-left: 1.5rem;
}
#nav-fullscreen ul.nav-menu .nav-sub-menu {
    display: none;
    position: relative;
    top: 0;
    left: 17px;
    font-size: 1.8rem;
    border-left: 1px solid #fff;
    padding-left: 1.5rem;
    -webkit-animation: fadeIn 0.7s ease both;
    animation: fadeIn 0.7s ease both;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@media (max-width: 767px) {
    #nav-fullscreen ul.nav-menu {
        font-size: 1.6rem;
    }
    #nav-fullscreen ul.nav-menu li {
        padding: 0;
    }
    #nav-fullscreen ul.nav-menu .nav-sub-menu {
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
    #nav-fullscreen ul.nav-menu li a {
        padding: 1rem 0;
    }
}
@media (max-width: 360px) {
    #nav-fullscreen ul.nav-menu li a {
        padding: 0.5rem 0;
    }
    #nav-fullscreen ul.nav-menu .nav-sub-menu {
        font-size: 1.4rem !important;
    }
}

#nav-fullscreen ul.nav-menu .js-menu,
#nav-fullscreen ul.nav-menu .nav-sub-menu li a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0.5rem 0;
}
#nav-fullscreen ul.nav-menu .nav-sub-menu li a {
    padding: 0.3rem 0;
}
#nav-fullscreen ul.nav-menu .js-menu:hover,
#nav-fullscreen ul.nav-menu  a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 480px) {
    #nav-fullscreen ul.nav-menu .js-menu,
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 1rem 0;
    }
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 0.5rem 0;
    }
}
@media (max-width: 360px) {
    #nav-fullscreen ul.nav-menu .js-menu,
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 0.5rem 0;
    }
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 0.3rem 0;
    }
}

/*-------------------------------
 * 5. CONTENTS
 * ----------------------------*/
main {
    margin: 0 auto;
    padding: 0;
}
#top-page main {
    margin-top: calc(100vh + 240px);
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    #top-page main {
        margin-top: calc(560 / 1024 * 100vw);
    }
    #top-page main,
    #top-page main.fixed {
        padding-top: 89px;
    }
}
@media (max-width: 960px) {
    #top-page main {
        margin-top: calc(600 / 960 * 100vw);
    }
    #top-page main,
    #top-page main.fixed {
        padding-top: 68px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    #top-page main {
        margin-top: 100vh;
    }
    #top-page main,
    #top-page main.fixed {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    #top-page main,
    #top-page main.fixed {
        padding-top: 55px;
    }
}
@media (max-width: 480px) {
    #top-page main {
        margin-top: 480px;
    }
}

.wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
}
@media (min-width: 1450px) {
    .wrap {
        max-width: 1400px;
    }
}
@media (max-width: 1300px) {
    .wrap {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (max-width: 767px) {
    .wrap {
        max-width: 100% !important;
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media (max-width: 480px) {
    .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

section {
    margin: 8rem 0 15rem;
    padding: 0;
}
#top-page section {
    margin: 15rem 0;
}
section.first {
    margin-top: -6rem;
}
@media (max-width: 960px) {
    section {
        margin: 6rem 0 10rem;
    }
    #top-page section {
        margin: 10rem 0;
    }
    section.first {
        margin-top: -3rem;
    }
}
@media (max-width: 767px) {
    section {
        margin: 4rem 0 7rem;
    }
    #top-page section {
        margin: 7rem 0;
    }
}

.contents-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 20px 30px;
}
.contents-box.center {
    justify-content: center;
}
.contents-box.align-center {
    align-items: center;
    align-content: center;
}
.contents-box .col {
    width: calc(100% / 2 - 15px );
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .contents-box .col {
        width: 100%;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

.gbox {
    background: #f1f1f1;
    padding: 2rem 3rem;
    margin: 2.5rem auto;
}
@media (max-width: 767px) {
    .gbox {
        padding: 1.2rem;
        margin: 2rem auto;
    }
}

.float-box::after {
    content: "";
    display: block;
    clear: both;
}
.f-right {
    float: right;
    margin: 0 0 1rem 5rem;
}
.f-left {
    float: left;
    margin: 0 5rem 1rem 0;
}
@media (max-width: 960px) {
    .f-right {
        margin-left: 2rem;
    }
    .f-left {
        margin-right: 2rem;
    }
}
@media (max-width: 480px) {
    .f-right.sp-wide,
    .f-left.sp-wide {
        float: none !important;
        margin: 0 auto 2rem !important;
    }
}

.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}

.zoom-box {
    margin: 1.5rem 0 0;
    position: relative;
    padding-left: 3.8rem;
    float: right;
    font-size: 1.5rem;
}
.zoom-box::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../image/icon-zoom.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.zoom-box::after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 960px) {
    .zoom-box {
        padding-left: 3.4rem;
    }
    .zoom-box::before {
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 1024px) {
    .zoom-box {
        font-size: calc(12px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 480px) {
    .zoom-box {
        padding-left: 3rem;
    }
    .zoom-box::before {
        width: 20px;
        height: 20px;
    }
}

/* 5.1 Concept  (TOP)
 * ------------------------------*/
#tp-concept .sub {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 3rem;
    margin: 0 0 2rem;
} 
#tp-concept .txt {
    font-size: 1.8rem;
}
#tp-concept .txt-area {
    padding: 2% 0 0 2%;
}
#tp-concept .img-area {
    padding-left: 2%;
}
@media (max-width: 1024px) {
    #tp-concept .sub {
        font-size: calc(14px + 11 * (100vw - 320px) / 704);
        margin-bottom: 1rem;
    }
    #tp-concept .txt {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
    #tp-concept .txt-area {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    #tp-concept {
        margin-top: 4rem !important;
    }
    #tp-concept .sub,
    #tp-concept .txt {
        text-align: center;
    }
}
@media (max-width: 480px) {
    #tp-concept .sub {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    #tp-concept .txt {
        font-size: 1.4rem;
    }
    #tp-concept .txt-area,
    #tp-concept .img-area {
        padding-left: 0;
    }
}

/* 5.2 About  (TOP)
 * ------------------------------*/
.num-about {
    width: 80px;
    height: 80px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #1E2380;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 5rem;
    text-align: center;
    color: #fff;
    line-height: 1;
    z-index: 1;
}
@media (max-width: 1024px) {
    .num-about {
        width: calc(80 / 1024 * 100vw);
        height: calc(80 / 1024 * 100vw);
        font-size: calc(27px + 22 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .num-about {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 480px) {
    .num-about {
        width: 50px;
        height: 50px;
    }
}

ul.about-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0 auto;
    gap: 40px 30px;
}
ul.about-list li {
    width: calc(100% / 3 - 20px );
    position: relative;
    box-sizing: border-box;
    background: #F7F8FB;
    padding-bottom: 2.5rem;
}
ul.about-list li a {
    color: #000;
}
ul.about-list li a:hover {
    text-decoration: none;
}
ul.about-list li .sub {
    margin: 1.5rem 1rem 1rem;
    font-size: 2.2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    text-align: center;
    color: #1E2380;
}
ul.about-list li .txt {
    line-height: 1.8;
    margin: 0 2rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 1024px) {
    ul.about-list li .sub {
        font-size: calc(16px + 6 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    ul.about-list {
        gap: 30px 30px;
    }
    ul.about-list li {
        width: calc(100% / 2 - 15px );
    }
}
@media (max-width: 480px) {
    ul.about-list {
        gap: 20px 0;
    }
    ul.about-list li {
        width: 100%;
    }
}

ul.about-list .imagearea {
    height: 280px;
    overflow: hidden;
}
ul.about-list .imagearea-content > img {
    width: auto;
    height: 280px;
    object-fit: cover;
    overflow: hidden;
}
@media (max-width: 1024px) {
    ul.about-list .imagearea,
    ul.about-list .imagearea-content > img {
        height: 200px;
    }
}
@media (max-width: 767px) {
    ul.about-list .imagearea,
    ul.about-list .imagearea-content > img {
        height: 200px;
    }
}
@media (max-width: 480px) {
    ul.about-list .imagearea,
    ul.about-list .imagearea-content > img {
        height: 200px;
    }
}

a:hover .imagearea-content > img {
    -ms-transform: scale(1.067);
    transform: scale(1.067);
}
.imagearea {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.imagearea:before {
    content: "";
    display: block;
    padding-top: 66.667%;
}
.imagearea-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: flex-start;
}
.imagearea-content > img {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    overflow: hidden !important;
}
.imagearea-content .txt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: rgba(30,35,128,0.8);
    transition: opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    color: #fff;
    z-index: 2;
}
a .imagearea-content.txt-none .txt-overlay {
    opacity: 0;
}
a:hover .imagearea-content.txt-none .txt-overlay {
    opacity: 1;
}
.imagearea-content .txt-overlay {
    color: #fff;
    text-align: center;
}
.imagearea-content .txt-overlay .more {
    margin: 0;
    display: block;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.imagearea-content span {
    display: block;
    width: 100%;
}
.imagearea-content span i {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: 7%;
    font-size: 1.4rem;
}
@media (max-width: 767px) {
    .imagearea-content .txt-overlay .more {
        font-size: 1.6rem;
    }
}

/* 5.3 Recruit (TOP)
 * ------------------------------*/
#tp-recruit {
    min-height: 600px;
    padding: 10rem 0;
    background: url(../image/img-recruit.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
}
#tp-recruit .txt {
    text-align: center;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    #tp-recruit .txt {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    #tp-recruit {
        min-height: 500px;
        padding: 8rem 0;
    }
}
@media (max-width: 480px) {
    #tp-recruit {
        min-height: 300px;
        padding: 5rem 0;
    }
}
 
 /* 5.4 Contact
 * ------------------------------*/
.contact-box {
    min-height: 600px;
    padding: 10rem 0;
    background: url(../image/img-contact.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.contact-box.bg-beige {
    background: #ECEBE3;
    padding: 2rem 0 5rem;
    min-height: 0;
    color: #000;
    margin-bottom: 15rem;
}
.contact-box .section-ttl {
    color: #fff;
}
.contact-box .txt {
    text-align: center;
    font-size: 1.8rem;
}
.contact-box .txt.long {
    font-size: 1.9rem;
}
.contact-box .txt.small {
    font-size: 1.7rem;
    line-height: 1.6;
}
.contact-box .txt.large {
    font-size: 2.2rem;
}
.contact-box .sub,
.contact-box .subsub {
    text-align: center;
    font-size: 2.4rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.contact-box .subsub {
	font-size: 2.2rem;
}
.contact-box .wbox {
    max-width: 700px;
    margin: 5rem auto 0;
    background: #fff;
    box-sizing: border-box;
    padding: 2rem 1.5rem 4rem;
    color: #000;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
.contact-box .wbox.table {
    max-width: 850px;
    padding: 0;
}
.contact-box .wbox.table .sub {
    background: #1e2380;
    color: #fff;
    padding: 0.4rem 0.5rem 0.7rem;
}
.contact-box .wbox.table .subsub {
    background: #3972B7;
    color: #fff;
    padding: 0.2rem 0.5rem 0.5rem;
}
.contact-box .wbox.table .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.contact-box .wbox.table .box .col {
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 1rem;
}
.contact-box .wbox.table .box .col:nth-of-type(1) {
    border-right: 1px solid #1e2380;
}
.contact-box .wbox.table .box .col.wide {
	width: 100%;
	border-top: 1px solid #1e2380;
}
.contact-box .wbox.table .box .col.wide .btn {
	max-width: 60%;
}
.contact-box .wbox .btn {
    margin-top: 3rem;
}
.contact-box .wbox.table .btn {
    margin: 0 auto;
    max-width: 90%;
}
@media (max-width: 1024px) {
    .contact-box .sub {
        font-size: calc(15px + 9 * (100vw - 320px) / 704);
    }
    .contact-box .subsub {
    	font-size: calc(15px + 7 * (100vw - 320px) / 704);
    }
    .contact-box .txt {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
    .contact-box .txt.long {
        font-size: 1.8rem;
    }
    .contact-box .txt.large {
        font-size: calc(16px + 6 * (100vw - 320px) / 704);
    }
    .contact-box .txt.small {
        font-size: calc(14px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .contact-box {
        min-height: 500px;
        padding: 8rem 0;
    }
    .contact-box.bg-beige {
        margin-bottom: 10rem;
    }
    .contact-ichiran-wrap .contact-box.bg-beige {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .contact-box .txt.long {
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
    .contact-box.bg-beige {
        margin-bottom: 7rem;
    }
    .contact-box .txt.long {
        font-size: 2rem;
    }
    .contact-box .wbox {
        margin-top: 3rem;
        padding-bottom: 3rem;
    }
    .contact-box .wbox.table .box .col {
        width: 100%;
        padding: 1.3rem 0.5rem;
    }
    .contact-box .wbox.table .sub {
        padding: 0.6rem 0.5rem 0.8rem;
        line-height: 1.5;
    }
    .contact-box .wbox.table .subsub {
    	padding: 0.8rem 0.5rem 1rem;
    	line-height: 1.5;
    }
    .contact-box .wbox.table .box .col:nth-of-type(1) {
        border-right: none;
        border-bottom: 1px solid #1e2380;
    }
    .contact-box .wbox .btn {
        margin-top: 2rem;
    }
    .contact-box .wbox.table .btn {
        margin-bottom: 1rem;
        max-width: 300px;
    }
}
@media (max-width: 480px) {
    .contact-box {
        min-height: 300px;
        padding: 5rem 0;
    }
    .contact-box.bg-beige {
        padding: 1.5rem 0 4rem;
    }
    .contact-ichiran-wrap .contact-box.bg-beige {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .contact-box .txt.long {
        font-size: calc(13px + 6 * (100vw - 320px) / 160);
    }
    .contact-box .wbox.table .btn,
    .contact-box .wbox.table .box .col.wide .btn {
        max-width: 90%;
    }
}

 /* 5.5 Cate Main
 * ------------------------------*/
#cate-main {
    width: 100vw;
    height: calc(450 / 1280 * 100vw);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    position: relative;
    margin: 89px 0 0;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#cate-main.about-top {
    background-image: url(../image/about/img-main.jpg);
    background-position: right bottom;
}
#cate-main.about-ss {
    background-image: url(../image/about/ss/img-main.jpg?=v2);
    background-position: top center;
}
#cate-main.about-oil {
    background-image: url(../image/about/oil/img-main.jpg?=v2);
    background-position: right bottom;
}
#cate-main.about-gas {
    background-image: url(../image/about/gas/img-main.jpg?=v3);
    background-position: center center;
}
#cate-main.about-laundrette {
    background-image: url(../image/about/laundrette/img-main.jpg);
    background-position: center center;
}
#cate-main.about-reform {
    background-image: url(../image/about/reform/img-main.jpg?=v2);
    background-position: center center;
}
#cate-main.about-insurance {
    background-image: url(../image/about/insurance/img-main.jpg?=v2);
    background-position: center center;
}
#cate-main.company {
    background-image: url(../image/company/img-main.jpg);
    background-position: center center;
}
#cate-main.recruit {
    background-image: url(../image/recruit/img-main.jpg);
    background-position: center center;
}
#cate-main.contact {
    background-image: url(../image/contact/img-main.jpg?=v2);
    background-position: center center;
}

#cate-main .section-ttl {
    margin-top: 6rem;
}
#cate-main.contact-detail {
    height: 140px;
    background: #1E2380;
    text-align: center;
}
#cate-main.contact-detail .section-ttl {
    display: inline-block;
    font-size: 5.5rem;
    color: #fff;
    margin-top: 4rem;
}
#cate-main.contact-detail .section-sub {
    display: inline-block;
    color: #fff;
    margin-left: 2rem;
    vertical-align: 15%;
}
@media (min-width: 1400px) {
    #cate-main {
        height: 500px;
    }
}
@media (max-width: 1024px) {
    #cate-main .section-ttl {
        margin-top: 5rem;
    }
    #cate-main.contact-detail {
        height: calc(140 / 1024 * 100vw);
    }
    #cate-main.contact-detail .section-ttl {
        font-size: calc(30px + 25 * (100vw - 320px) / 704);
        margin-top: calc(40 / 1024 * 100vw);
    }
}
@media (max-width: 960px) {
    #cate-main {
        margin-top: 68px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    #cate-main {
        margin-top: 65px;
    }
}
@media (max-width: 767px) {
    #cate-main {
        margin-top: 55px;
    }
    #cate-main .section-sub {
        margin: 0.5rem auto 2rem;
    }
}
@media (max-width: 480px) {
    #cate-main {
        height: 250px;
    }
    #cate-main.about-top {
        background-image: url(../image/about/img-main-sp.jpg);
        background-position: center bottom;
    }
    #cate-main.about-ss {
        background-image: url(../image/about/ss/img-main-sp.jpg?=v2);
    }
    #cate-main.about-oil {
        background-image: url(../image/about/oil/img-main-sp.jpg?=v2);
        background-position: center bottom;
    }
    #cate-main.about-gas {
        background-image: url(../image/about/gas/img-main-sp.jpg?=v3);
    }
    #cate-main.about-laundrette {
        background-image: url(../image/about/laundrette/img-main-sp.jpg);
    }
    #cate-main.about-reform {
        background-image: url(../image/about/reform/img-main-sp.jpg?=v2);
    }
    #cate-main.about-insurance {
        background-image: url(../image/about/insurance/img-main-sp.jpg?=v2);
    }
    #cate-main.company {
        background-image: url(../image/company/img-main-sp.jpg);
    }
    #cate-main.recruit {
        background-image: url(../image/recruit/img-main-sp.jpg);
    }
    #cate-main.contact {
        background-image: url(../image/contact/img-main-sp.jpg?=v2);
    }
    #cate-main .section-ttl {
        margin-top: 3.5rem;
    }
    #cate-main.contact-detail {
        height: 95px;
    }
    #cate-main.contact-detail .section-ttl {
        display: block;
    }
    #cate-main.contact-detail .section-sub {
        display: block;
        vertical-align: top;
        margin-top: 0.2rem;
        margin-left: 0;
    }
}
@media (max-width: 390px) {
    #cate-main.contact-detail {
        height: 90px;
    }
}
@media (max-width: 360px) {
    #cate-main.contact-detail {
        height: 85px;
    }
}

#cate-main .cate-sub {
    display: block;
    width: 270px;
    height: 60px;
    background: #1E2380;
    line-height: 58px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 2.6rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-top-right-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
#cate-main .cate-sub:hover {
    text-decoration: none;
    color: #fff;
}
#cate-main .cate-sub i {
    width: 20px;
    height: 21px;
    background: url(../image/icon-arrow-white.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
@media (max-width: 1024px) {
    #cate-main .cate-sub {
        font-size: calc(15px + 10 * (100vw - 320px) / 704);
        width: calc(270 / 1024 * 100vw);
        height: calc(60 / 1024 * 100vw);
        line-height: calc(58 / 1024 * 100vw);
    }
    #cate-main .cate-sub i {
        width: calc(20 / 1024 * 100vw);;
        height: calc(21 / 1024 * 100vw);
    }
}
@media (max-width: 960px) {
    #cate-main .cate-sub i {
        right: 15px;
    }
}
@media (max-width: 480px) {
    #cate-main .cate-sub {
        font-size: 1.5rem;
        width: 110px;
        height: 35px;
        line-height: 34px;
        padding-right: 1.5rem;
    }
    #cate-main .cate-sub i {
        width: 13px;
        height: 14px;
        right: 10px;
    }
}

 /* 5.6 About
 * ------------------------------*/
.about-wrap .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 8rem auto 0;
    padding: 0;
}
.about-wrap .box.w-small {
    max-width: 800px;
}
.about-wrap .box .col {
    width: calc(100% / 2);
    box-sizing: border-box;
}
.about-wrap .txt-area {
    padding: 1.5% 0;
    position: relative;
}
.about-wrap .txt-area.left {
    padding-right: 4%;
}
.about-wrap .txt-area.right {
    padding-left: 4%;
}
.about-wrap .img-area img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 430px;
}
@media (max-width: 1024px) {
    .about-wrap .box.w-small {
        max-width: 650px;
    }
    .about-wrap .img-area img {
        height: 400px;
    }
}
@media (max-width: 960px) {
    .about-wrap .box {
        margin-top: 6rem;
    }
    .about-wrap .img-area img {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .about-wrap .box {
        margin-top: 5rem;
    }
    .about-wrap .box .col {
        width: 100%;
    }
    .about-wrap .txt-area.left,
    .about-wrap .txt-area.right {
        padding-left: 0;
        padding-right: 0;
    }
    .about-wrap .img-area img {
        height: 300px;
    }
}
@media (max-width: 480px) {
    .about-wrap .img-area img {
        height: 200px;
    }
}

.about-wrap .about-box {
    justify-content: center;
    gap: 0 40px;
    margin-top: 0;
}
.about-wrap .about-box .col {
    width: calc(100% / 3 - 27px);
}
.about-wrap .about-box .col.two {
    width: calc(100% / 2 - 20px);
}
.about-wrap .about-box .col.four {
    width: calc(100% / 4 - 30px);
}
.about-wrap .about-box.two-left-wide {
    gap: 0;
}
.about-wrap .about-box.two-left-wide .col:nth-of-type(1) {
    width: 75%;
}
.about-wrap .about-box.two-left-wide .col:nth-of-type(2) {
    width: 25%;
    padding-left: 5rem;
}
@media (max-width: 1024px) {
    .about-wrap .about-box.two-left-wide .col:nth-of-type(1) {
        width: 66%;
    }
    .about-wrap .about-box.two-left-wide .col:nth-of-type(2) {
        width: 34%;
    }
}
@media (max-width: 960px) {
    .about-wrap .about-box {
        gap: 0 24px;
    }
    .about-wrap .about-box .col {
        width: calc(100% / 3 - 16px);
    }
    .about-wrap .about-box.two-left-wide .col:nth-of-type(1) {
        width: 60%;
    }
    .about-wrap .about-box.two-left-wide .col:nth-of-type(2) {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .about-wrap .about-box {
        gap: 15px 15px;
    }
    .about-wrap .about-box .col {
        width: calc(100% / 2 - 8px) !important;
    }
    .about-wrap .about-box .col.one-xs {
        width: 100% !important;
    }
    .about-wrap .about-box.kodawari {
        gap: 0 15px;
    }
    .about-wrap .about-box.kodawari .col {
        margin-top: -1rem;
    }
    .about-wrap .about-box.two-left-wide .col {
        width: 100% !important;
        padding-left: 0 !important;
    }
}

.about-wrap .sub {
    font-size: 3rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    color: #1E2380;
    line-height: 1.5;
    margin: 0 0 2rem;
}
.about-wrap .sub .num {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 6.5rem;
    vertical-align: -13%;
    margin-right: 3%;
}
.about-wrap .subsub {
    font-size: 2.2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.9;
    border-left: 7px solid #1E2380;
    padding: 0.1rem 0 0.5rem 5%;
    margin: 0 0 3rem;
}
@media (max-width: 1024px) {
    .about-wrap .sub {
        font-size: 2.7rem;
    }
    .about-wrap .sub .num {
        font-size: calc(30px + 35 * (100vw - 320px) / 704);
    }
    .about-wrap .subsub {
        font-size: calc(15px + 7 * (100vw - 320px) / 704);
        line-height: 1.8;
    }
}
@media (max-width: 960px) {
    .about-wrap .sub {
        font-size: calc(16px + 8 * (100vw - 320px) / 640);
    }
}
@media (max-width: 767px) {
    .about-wrap .sub {
        margin-bottom: 1rem;
    }
    .about-wrap .subsub {
        border-width: 5px;
        padding: 0 0 0.3rem 4%;
        line-height: 1.7;
        margin-bottom: 2rem;
    }
}
@media (max-width: 480px) {
    .about-wrap .sub {
        font-size: 1.8rem;
    }
}

/* 5.6.1 ss ------------*/
.about-wrap .ttl-bg-ss {
    background: #3972b7;
    color: #fff;
    text-align: center;
    margin: 5rem auto;
    max-width: 450px;
    font-size: 3.4rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1;
    padding: 0.7rem 0.5rem;
    box-sizing: border-box;
}
.about-wrap .ttl-bg-ss .num {
    display: inline-block;
    margin-right: 0.8rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 5rem;
    font-style: italic;
    vertical-align: -10%;
}
@media (max-width: 1024px) {
    .about-wrap .ttl-bg-ss {
        font-size: calc(19px + 15 * (100vw - 320px) / 704);
    }
    .about-wrap .ttl-bg-ss .num {
        font-size: calc(30px + 20 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .about-wrap .ttl-bg-ss {
        max-width: 65%;
        padding: 0.5rem;
        margin: 3rem  auto 4rem;
    }
    .about-wrap .ttl-bg-ss .num {
        margin-right: 0.5rem;
    }
}

.about-wrap .img-cashvip {
    width: 380px;
}
@media (max-width: 1024px) {
    .about-wrap .img-cashvip {
        width: calc(290 / 1024 * 100vw);
    }
}
@media (max-width: 767px) {
    .about-wrap .img-cashvip {
        width: 270px;
    }
    .about-wrap .img-eneos-ss {
        width: 65%;
    }
}
@media (max-width: 480px) {
    .about-wrap .img-cashvip {
        width: calc(200 / 480 * 100vw);
    }
}

.about-wrap .ss-list-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.about-wrap .ss-list-box .txt-area {
    width: 60%;
    padding: 0 4% 0 0;
    box-sizing: border-box;
}
.about-wrap .ss-list-box .img-area {
    width: 40%;
    padding: 0;
    box-sizing: border-box;
}
.about-wrap .ss-list-box .img-area img {
    height: auto;
}
.about-wrap .ss-list-box .txt {
    margin: 0;
}
@media (max-width: 960px) {
    .about-wrap .ss-list-box .txt-area {
        width: 50%;
    }
    .about-wrap .ss-list-box .img-area {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .about-wrap .ss-list-box .txt-area,
    .about-wrap .ss-list-box .img-area {
        width: 100%;
        padding: 0;
    }
    .about-wrap .ss-list-box .img-area {
        margin-top: 3rem;
    }
}
@media (max-width: 480px) {
    .about-wrap .ss-list-box .img-area {
        margin-top: 2rem;
    }
}

.about-wrap .ss-icon-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px 20px;
}
.about-wrap .ss-icon-list li {
    width: calc(100% / 2 - 10px );
}
.about-wrap .ss-icon-list li a {
    text-decoration: underline;
}
.about-wrap .ss-icon-list li a:hover {
    text-decoration: none;
}
.about-wrap .ss-icon-list li img {
    width: auto;
    height: 50px;
    display: inline-block;
    vertical-align: -50%;
    margin-right: 1rem;
}
.about-wrap .ss-icon-list li.enekey img {
    height: 45px;
}
@media (max-width: 1024px) {
    .about-wrap .ss-icon-list li {
        width: auto;
    }
}
@media (max-width: 960px) {
    .about-wrap .ss-icon-list li img {
        height: 35px;
    }
    .about-wrap .ss-icon-list li.enekey img {
        height: 30px;
    }
    .about-wrap .ss-icon-list li {
        font-size: 1.4rem;
    }
}
@media (max-width: 480px) {
    .about-wrap .ss-icon-list li {
        font-size: 1.2rem;
        width: auto;
    }
}

/* 5.6.2 oil ------------*/
.about-wrap .pict-facility02 {
    width: 220px;
    position: absolute;
    top: -60px;
    right: -20px;
}
@media (max-width: 1024px) {
    .about-wrap .pict-facility02 {
        width: 200px;
        top: -40px;
    }
}
@media (max-width: 960px) {
    .about-wrap .pict-facility02 {
        width: 170px;
        top: -20px;
    }
}
@media (max-width: 767px) {
    .about-wrap .pict-facility02 {
        width: 140px;
        top: -30px;
    }
}
@media (max-width: 480px) {
    .about-wrap .pict-facility02 {
        width: 120px;
        top: -30px;
        right: -10px;
    }
}

.about-wrap .support-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
    padding: 2rem 0;
    margin: 0 auto 2rem;
}
.about-wrap .support-box::before,
.about-wrap .support-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    background: url(../image/line-dot.svg) bottom left repeat-x;
}
.about-wrap .support-box::before {
    top: 0;
}
.about-wrap .support-box::after {
    bottom: 0;
}
.about-wrap .support-box .img-area {
    width: 130px;
    box-sizing: border-box;
}
.about-wrap .support-box .txt-area {
    box-sizing: border-box;
    padding-left: 5%;
}
.about-wrap .support-box .img-area  .pict-support {
    height: auto;
}
.about-wrap .support-box .txt-area .txt {
    margin: 0;
    font-size: 2rem;
}
@media (max-width: 1024px) {
    .about-wrap .support-box .txt-area .txt {
        font-size: calc(15px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .about-wrap .support-box .img-area {
        width: 100px;
    }
}
@media (max-width: 767px) {
    .about-wrap .support-box {
        padding: 1.5rem 0;
    }
}
@media (max-width: 480px) {
    .about-wrap .support-box .img-area {
        width: 90px;
    }
}

/* 5.6.3 gas ------------*/
.about-wrap ul.gas-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    gap: 0 40px;
    margin: 8rem auto 0;
}
.about-wrap ul.gas-menu li {
    width: calc(100% / 4 - 30px );
    box-sizing: border-box;
    background: #3972b7;
    text-align: center;
    border-radius: 8px;
    transition: 0.5s;
}
.about-wrap ul.gas-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 1.5rem 0.5rem;
}
.about-wrap ul.gas-menu li a:hover {
    color: #fff;
    text-decoration: none;
}
.about-wrap ul.gas-menu li:hover {
    background: #2b5689;
}
.about-wrap ul.gas-menu li .sub-gas {
    color: #fff;
    font-size: 2rem;
}
.about-wrap ul.gas-menu li i {
    display: block;
    font-size: 3rem;
}
.about-wrap ul.gas-menu li img {
    width: auto;
    height: 120px;
    margin: 2rem auto;
}
@media (max-width: 1024px) {
    .about-wrap ul.gas-menu li .sub-gas {
        font-size: 1.8rem;
    }
    .about-wrap ul.gas-menu li img {
        height: 100px;
    }
    .about-wrap .img-gas-cylinder02 {
        width: calc(300 / 1024 * 100vw);
    }
    .about-wrap .img-parasol-heater01 {
        width: calc(400 / 1024 * 100vw);
    }
}
@media (max-width: 960px) {
    .about-wrap ul.gas-menu {
        gap: 30px 30px;
    }
    .about-wrap ul.gas-menu li {
        width: calc(100% / 2 - 15px );
    }
    .about-wrap ul.gas-menu li i {
        font-size: 2.5rem;
    }
    .about-wrap ul.gas-menu li .sub-gas {
        font-size: 2rem;
    }
}
@media (max-width: 480px) {
    .about-wrap ul.gas-menu {
        gap: 15px 15px;
        margin-top: 4rem;
    }
    .about-wrap ul.gas-menu li {
        width: calc(100% / 2 - 8px );
    }
    .about-wrap ul.gas-menu li i {
        font-size: 2rem;
    }
    .about-wrap ul.gas-menu li img {
        height: 70px;
        margin: 1rem auto 1.5rem;
    }
    .about-wrap ul.gas-menu li .sub-gas {
        font-size: calc(13px + 4 * (100vw - 320px) / 160);
    }
    .about-wrap ul.gas-menu li a {
        padding: 1rem 0.5rem 0.8rem;
    }
    .about-wrap .img-gas-cylinder02 {
        width: calc(200 / 480 * 100vw);
    }
    .about-wrap .img-parasol-heater01 {
        width: calc(220 / 480 * 100vw);
    }
}

.about-wrap .supply-kinkanban {
    width: 240px;
    float: right;
    margin: 0 0 1rem 1rem;
}
@media (max-width: 1024px) {
    .about-wrap .supply-kinkanban {
        width: 200px;
    }
}
@media (max-width: 960px) {
    .about-wrap .supply-kinkanban {
        width: 170px;
    }
}

/* 5.6.4 laundrette ------------*/
.about-wrap ul.laundrette-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 20px;
    margin: 0 auto;
}
.about-wrap ul.laundrette-list li {
    flex: 1;
    box-sizing: border-box;
}
.about-wrap ul.laundrette-list li .txt {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
    font-weight: 500;
    margin: 1.2rem 0 0;
}
.about-wrap ul.laundrette-list li .txt span {
    font-size: 1.4rem;
}
@media (max-width: 767px) {
    .about-wrap ul.laundrette-list li {
        flex: none;
        width: calc(100% / 2 - 10px );
    }
    .about-wrap ul.laundrette-list.three-xs li {
        width: calc(100% / 3 - 20px );
    }
}
@media (max-width: 480px) {
    .about-wrap ul.laundrette-list li .txt {
        font-size: calc(13px + 2 * (100vw - 320px) / 160);
    }
    .about-wrap ul.laundrette-list li .txt span {
        font-size: calc(12px + 2 * (100vw - 320px) / 160);
    }
}

.about-wrap .num-laundrette {
    display: inline-block;
    background: #1E2380;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 3.7rem;
    text-align: center;
    color: #fff;
    line-height: 1;
    vertical-align: -16%;
    margin: 0 1.5rem 0.7rem 0;
}
.about-wrap .num-laundrette span {
    width: 53px;
    height: 53px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    padding-left: 0.2rem;
}
@media (max-width: 1024px) {
    .about-wrap .num-laundrette {
        font-size: calc(22px + 10 * (100vw - 320px) / 704);
        margin-right: 0.9rem;
        vertical-align: -14%;
    }
    .about-wrap .num-laundrette span {
        width: calc(53 / 1024 * 100vw);
        height: calc(53 / 1024 * 100vw);
        padding-left: 0.1rem;
    }
}
@media (max-width: 767px) {
    .about-wrap .num-laundrette span {
        width: 45px;
        height: 45px;
    }
}
@media (max-width: 480px) {
    .about-wrap .num-laundrette {
        font-size: 2.5rem;
    }
    .about-wrap .num-laundrette span {
        width: 38px;
        height: 38px;
    }
}
@media (max-width: 390px) {
    .about-wrap .num-laundrette {
        font-size: 2.2rem;
    }
    .about-wrap .num-laundrette span {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 360px) {
    .about-wrap .num-laundrette {
        font-size: 2rem;
    }
    .about-wrap .num-laundrette span {
        width: 30px;
        height: 30px;
    }
}

/* 5.6.5 reform ------------*/
@media (max-width: 1024px) {
    .about-wrap .img-reform {
        width: calc(350 / 1024 * 100vw);
    }
}
@media (max-width: 767px) {
    .about-wrap .img-reform {
        width: calc(340 / 767 * 100vw);
    }
}

/* 5.6.6 insurance ------------*/

 /* 5.7 Company
 * ------------------------------*/
.company-wrap .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 4rem auto 0;
    gap: 0 40px;
}
.company-wrap .box .col {
    width: calc(100% / 3 - 27px);
    box-sizing: border-box;
}
.company-wrap .box .col.two {
    width: calc(100% / 2 - 20px);
}
@media (max-width: 960px) {
    .company-wrap .box {
        gap: 0 24px;
    }
    .company-wrap .box .col {
        width: calc(100% / 3 - 16px);
    }
    .company-wrap .img-message {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .company-wrap .box {
        gap: 20px 0;
        margin-top: 2rem;
    }
    .company-wrap .box .col {
        width: 100% !important;
    }
    .company-wrap .img-message {
        width: 250px;
    }
}
@media (max-width: 480px) {
    .company-wrap .img-message {
        width: 70%;
    }
}

.company-wrap .timeline-list {
    margin: 4rem 0 0;
}
.company-wrap .timeline-list li {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.company-wrap .timeline-list li .day {
    width: 15%;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 2rem;
    box-sizing: border-box;
}
.company-wrap .timeline-list li .txt {
    position: relative;
    width: 85%;
    padding: 0 0 4rem 3rem;
    border-left: 1px solid #000;
    box-sizing: border-box;
}
.company-wrap .timeline-list li p {
    margin: -0.5rem 0 1.5rem;
    line-height: 2;
}
.company-wrap .timeline-list li .txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: -13px;
    width: 26px;
    height: 26px;
    background-color: #3972b7;
    border-radius: 50%;
}
@media (max-width: 1024px) {
    .company-wrap .timeline-list li .day {
        width: 17%;
        font-size: calc(13px + 7 * (100vw - 320px) / 704);
    }
    .company-wrap .timeline-list li .txt {
        width: 83%;
    }
}
@media (max-width: 960px) {
    .company-wrap .timeline-list li .day {
        width: 22%;
    }
    .company-wrap .timeline-list li .txt {
        width: 78%;
    }
}
@media (max-width: 767px) {
    .company-wrap .timeline-list {
        margin-top: 3rem;
    }
    .company-wrap .timeline-list li .txt {
        padding: 0 0 2rem 2rem;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .company-wrap .timeline-list li .txt::before {
        left: -10px;
        width: 20px;
        height: 20px;
    }
    .company-wrap .timeline-list li p {
        margin: -0.3rem 0 1.3rem;
        line-height: 1.8;
    }
}
@media (max-width: 480px) {
    .company-wrap .timeline-list li .day {
        text-align: right;
        padding-right: 1.7rem;
    }
}
@media (max-width: 360px) {
    .company-wrap .timeline-list li .day {
        width: 24%;
    }
    .company-wrap .timeline-list li .txt {
        width: 76%;
    }
}
 
  /* 5.8 Contact
 * ------------------------------*/
.contact-wrap .inner {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-list dl {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #000;
}
.contact-list dl:first-of-type {
    border-top: 1px solid #000;
}
.contact-list dl + dl.dl-list {
    border-top: none;
}
.contact-list dl dt {
    width: 25%;
    display: table-cell;
    padding: 2rem 1rem;
    margin: 0;
    font-weight: 400;
    line-height: 2;
    vertical-align: middle;
    box-sizing: border-box;
}
.contact-list dl dd {
    width: 75%;
    display: table-cell;
    padding: 2rem 1rem;
    margin: 0;
    line-height: 2;
    vertical-align: middle;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .contact-list dl {
        display: block;
    }
    .contact-list dl dt {
        display: block;
        width: 100%;
        padding: 1rem 0 0;
        line-height: 1.8;
        vertical-align: top;
    }
    .contact-list dl dd {
        display: block;
        width: 100%;
        padding: 1rem 0 1.1rem;
        line-height: 1.8;
    }
}

form {
	margin: 2rem 0 0;
	padding: 0;
}
form .hissu {
	display: inline-block;
	margin-left: 1rem;
	color: #dd0000;
	font-size: 1.5rem;
	vertical-align: -2%;
}
form input,
form textarea,
form select {
	background: #fff;
	border: none;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #000;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	border: 1px solid #9fa0a0;
	box-sizing: border-box;
}
form .formTbox {
	width: 100%;
}
form .formTarea {
	width: 100%;
	height: 100px;
}
form label {
	font-weight: normal;
}
form input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
form input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
form input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}
input[type=radio],
input[type=checkbox] {
	margin-right: 0.5rem;
}
form input[type=checkbox] {
	-webkit-appearance: checkbox !important;
}
form input[type=radio] {
	-webkit-appearance: radio !important;
}
@media (max-width: 1024px) {
    form input,
    form textarea,
    form select {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
    form .hissu {
        font-size: calc(12px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    form {
        margin-top: 0;
    }
	form input,
	form textarea,
	form select {
		padding: 0.5rem 1rem;
	}
	form textarea {
	    margin-bottom: -0.5rem;
	}
}

/*Chrome、Safari*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*Firefox、IE*/
input[type="number"] {
    -moz-appearance:textfield;
}

/*--------- btn-submit / btn-error --------- */
.btn-submit,
.btn-error {
    width: 300px;
	margin: 4rem auto 2rem;
	padding: 1.5rem 0.5rem 1.7rem;
	font-size: 2rem;
	cursor: pointer;
	transition: 0.5s;
	text-align: center;
	border-radius: 0;
	border: 2px solid #dd0000;
	box-sizing: border-box;
}
.btn-submit {
    background-color: #dd0000;
    color: #fff;
}
.btn-error {
    background-color: #dddddd;
    color: #000;
    border-color: #dddddd;
}
.btn-submit:hover {
	background-color: #f70000;
	border-color: #f70000;
}
.btn-error:hover {
	background-color: #ccc;
}
@media (max-width: 1024px) {
    .btn-submit,
    .btn-error {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .btn-submit,
    .btn-error {
        padding: 0.8rem 0.5rem 1rem;
	    margin: 3rem auto 0 !important;
	}
	.btn-submit {
	    margin-top: 2rem !important;
	}
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer {
    margin: 7rem 0 0;
    padding: 0;
    font-size: 1.5rem;
}
footer .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
footer .box .col {
    box-sizing: border-box;
    width: 48%;
    margin-top: 2rem;
}
footer .logo-area {
    width: 30%;
    box-sizing: border-box;
}
footer .txt-area {
    width: 65%;
    box-sizing: border-box;
}
footer .logo {
    max-width: 70%;
    margin: 0 0 3rem;
}
footer .copy {
    margin: 7rem 0 0;
    padding: 0.5rem 0.5rem 0.7rem;
    font-size: 1.3rem;
    text-align: center;
    background: #1E2380;
    color: #fff;
}
@media (max-width: 1024px) {
    footer {
        font-size: calc(12px + 3 * (100vw - 320px) / 704);
    }
    footer .logo-area {
        width: 40%;
    }
    footer .txt-area {
        width: 55%;
    }
}
@media (max-width: 960px) {
    footer .logo-area {
        width: 30%;
    }
    footer .txt-area {
        width: 65%;
    }
    footer .box .col {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
    }
    footer .logo {
        max-width: 90%;
    }
    footer .btn-contact {
        max-width: 100%;
    }
    footer .copy {
        margin-top: 4rem;
    }
}
@media (max-width: 767px) {
    footer {
        margin-top: 4rem;
        text-align: center;
    }
    footer .logo-area,
    footer .txt-area {
        width: 100%;
    }
    footer .logo {
        width: 60%;
        margin: 0 auto 2rem;
        padding-right: 2rem;
    }
    footer .btn-contact {
        max-width: 200px;
        margin: 0 auto;
    }
    footer .copy {
        font-size: 1.1rem;
    }
}

footer .f-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 50px;
}
footer .f-list ul {
    flex: auto;
    box-sizing: border-box;
}
footer .f-list .sub {
    font-size: 1.7rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
}
@media (max-width: 1024px) {
    footer .f-list {
        gap: 0 30px;
    }
    footer .f-list .sub {
        font-size: calc(14px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    footer .f-list {
        display: none;
    }
}

/*-------------------------------
 * 7. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: 0.7s;
}

.shine-anime::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}
.shine-anime:hover::before {
  animation: shine 0.7s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
