@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: 'senobi';
  src: url("../font/senobi-bold_web.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'senobi';
  src: url("../font/senobi-medium_web.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* =============================================================
reset.scss
============================================================== */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;
  background:transparent;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

/*
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}
*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

svg {
  fill: #000;
  max-width: 100%;
}

/* =============================================================
base.scss
============================================================== */
body {
  line-height: 1;
  font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  color: #050505;
  font-weight: 400;
  position: relative;
  background: #fff;
}

a {
  outline: none;
  color: #050505;
  text-decoration: none;
}

.mincho {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E";
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*=============================================================
   parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--wide, .base--large, .base, .base--small, .base--ss {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

*[id^="base"] *[id^="base"] {
  padding-left: 0px;
  padding-right: 0px;
}

.base--max {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--max {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--max {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.base--wide {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide {
    max-width: 1720px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.base--large {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--large {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base----wide .base--large {
    max-width: 1400px;
  }
}
@media screen and (min-width: 960px) {
  .base----wide .base--large {
    max-width: 1400px;
  }
}

.base {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}

.base--small {
  max-width: 960px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--small {
    max-width: 1080px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--small, .base .base--small {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--small, .base .base--small {
    max-width: 960px;
  }
}

.base--ss {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--ss {
    max-width: 920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.space--large.last_section {
  padding-bottom: calc(150px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--large.last_section {
    padding-bottom: calc(150px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--large.last_section {
    padding-bottom: calc(150px + 130px);
  }
}

.space--medium {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.space--medium.last_section {
  padding-bottom: calc(100px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--medium.last_section {
    padding-bottom: calc(100px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--medium.last_section {
    padding-bottom: calc(100px + 130px);
  }
}

.space--small {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.space--small.last_section {
  padding-bottom: calc(70px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--small.last_section {
    padding-bottom: calc(70px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--small.last_section {
    padding-bottom: calc(70px + 130px);
  }
}

.space--contents {
  padding-top: 50px;
  padding-bottom: 75px;
}
@media screen and (min-width: 560px) {
  .space--contents {
    padding-top: 75px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) {
  .space--contents {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox--small {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .sectionbox--small {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--small {
    margin-top: 60px;
  }
}

/*=============================================================
  background.scss
==============================================================*/
.contents_bg {
  background: #cfe3d0;
}

.sectionBg {
  position: relative;
}
.sectionBg::before, .sectionBg::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: -1;
}
.sectionBg::before {
  border-width: 291px 120px 0 0;
  border-color: #222222 transparent transparent transparent;
  left: 0;
  top: 0;
}
@media screen and (min-width: 560px) {
  .sectionBg::before {
    border-width: 437px 180px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .sectionBg::before {
    border-width: 606px 250px 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .sectionBg::before {
    border-width: 1031px 425px 0 0;
  }
}
.sectionBg::after {
  border-width: 0 0 291px 120px;
  border-color: transparent transparent #cfe3d0 transparent;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .sectionBg::after {
    border-width: 0 0 437px 180px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionBg::after {
    border-width: 0 0 606px 250px;
  }
}
@media screen and (min-width: 1400px) {
  .sectionBg::after {
    border-width: 0 0 1031px 425px;
  }
}
.sectionBg--first::before {
  top: calc(((100px / 2) + (18vh / 2)) * -1);
}
@media screen and (min-width: 768px) {
  .sectionBg--first::before {
    top: calc(((100px  - 25px) + (22vh / 2)) * -1);
  }
}
@media screen and (min-width: 960px) {
  .sectionBg--first::before {
    top: calc((100px + (500px / 2)) * -1);
  }
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
  .txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.txtbox p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}

.txt--large {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .txt--large {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 960px) {
  .txt--large {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.c-txt_grad {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.c-txt_grad::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  background: linear-gradient(to right, #11ae20 0%, #00acae 100%);
}
.c-txt_grad span {
  display: inline-block;
  opacity: 0;
  background: linear-gradient(to right, #11ae20 0%, #00acae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c-txt_grad[data-aos="is-animation"].aos-animate span {
  animation: anime-txt_grad forwards 1s ease;
}
.c-txt_grad[data-aos="is-animation"].aos-animate::before {
  animation: anime-txt_grad-before forwards 1s ease;
}

@keyframes anime-txt_grad {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-txt_grad-before {
  0% {
    left: -100%;
  }
  35% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: 105%;
  }
}
.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

.c-txtAnnotation {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-txtAnnotation {
    font-size: 0.8125rem;
  }
}

.c-markcolor {
  color: #11ae20;
}

/*=============================================================
  heading.scss
==============================================================*/
/*=============================================================
  title.scss
==============================================================*/
.c-title01 {
  font-size: 6vw;
  font-weight: bold;
  color: #11ae20;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-title01 {
    font-size: 1.75rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .c-title01 {
    font-size: 2.25rem;
    margin-bottom: 60px;
  }
}
.c-title01 small {
  font-size: 70%;
}

/*=============================================================
navigation
/*==============================================================*/
.navi_btn {
  display: block;
  width: 45px;
  height: 45px;
  margin-left: auto;
  z-index: 999;
  position: fixed;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 960px) {
  .navi_btn {
    display: none;
  }
}
.navi_btn button {
  border: none;
  width: 100%;
  height: 100%;
  background: #00acae;
  position: relative;
  transition: 0.4s all;
  outline: none;
  padding: 12px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .navi_btn button {
    padding: 25px;
  }
}
.navi_btn button p {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s all;
}
.navi_btn button p::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: 0.5s all;
}
.navi_btn button span::before, .navi_btn button span::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.5s all;
  height: 1px;
  background: #fff;
}
.navi_btn button span::before {
  top: 0;
}
.navi_btn button span::after {
  bottom: 0;
}
.navi_btn button span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.is-menuopen .navi_btn button p {
  transform-origin: center center;
  transform: rotate(360deg);
}
.is-menuopen .navi_btn button p::after {
  opacity: 0;
}
.is-menuopen .navi_btn button span::before {
  transform: translateY(0) rotate(-45deg);
  top: 47%;
}
.is-menuopen .navi_btn button span::after {
  transform: translateY(0) rotate(45deg);
  bottom: 50%;
}

/*=============================================================
  button.scss
==============================================================*/
.c-btn01 a {
  display: block;
  color: #fff;
  background: #222;
  width: 60%;
  max-width: 360px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 560px) {
  .c-btn01 a {
    font-size: 1rem;
    width: auto;
    padding: 25px 0;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01 a {
    font-size: 1.125rem;
    padding: 30px 0;
    transition: color 0.3s;
  }
}
.c-btn01 a .c-btn_arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 560px) {
  .c-btn01 a .c-btn_arrow {
    font-size: 1rem;
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01 a .c-btn_arrow {
    width: 40px;
    height: 40px;
  }
}
.c-btn01 a .svg-arrow {
  width: 10px;
}
@media screen and (min-width: 560px) {
  .c-btn01 a .svg-arrow {
    width: 11px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01 a .svg-arrow {
    width: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01 a:hover {
    color: #11ae20;
  }
}
.c-btn01--center a {
  margin: 0 auto;
}

.c-btn_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .c-btn_arrow {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn_arrow {
    width: 55px;
    height: 55px;
  }
}
.c-btn_arrow .svg-hexagon {
  width: 100%;
  fill: #11ae20;
  stroke: transparent;
  transition: all 0.5s;
}
@media screen and (min-width: 960px) {
  a:hover .c-btn_arrow .svg-hexagon {
    fill: #fff;
    transform: rotate(360deg);
    stroke: #11ae20;
  }
}
.c-btn_arrow .svg-arrow {
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .c-btn_arrow .svg-arrow {
    width: 15px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn_arrow .svg-arrow {
    width: 19px;
  }
}
@media screen and (min-width: 960px) {
  a:hover .c-btn_arrow .svg-arrow {
    fill: #11ae20;
  }
}

.c-btn02 a {
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 3px solid #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
}
@media screen and (min-width: 560px) {
  .c-btn02 a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .c-btn02 a {
    padding: 15px 0;
    font-size: 1.375rem;
    border-bottom: 5px solid #000;
    transition: color 0.3s;
  }
}
.c-btn02 a .c-btn_arrow {
  margin-left: 15px;
}
@media screen and (min-width: 560px) {
  .c-btn02 a .c-btn_arrow {
    margin-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn02 a .c-btn_arrow {
    margin-left: 25px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn02 a:hover {
    color: #11ae20;
  }
}
.c-btn02--right {
  text-align: right;
}

/*=============================================================
  loading.scss
==============================================================*/
.js-fadein {
  opacity: 0;
}

#loading {
  background: #fff;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0;
}
#loading::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, #11ae20 0%, #00acae 100%);
  position: absolute;
  left: -100%;
  top: 0;
  animation: anime-loadingBg forwards 1.2s ease 1s;
}

.loadingLogo {
  animation: anime-loadingLogo forwards 1.2s ease 0.5s;
  opacity: 0;
  position: relative;
  z-index: 999;
}
.loadingLogo:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../../img/logo02--white.svg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  animation: anime-loadingLogo02 forwards 0.8s ease 1.8s;
  opacity: 0;
}

@keyframes anime-loadingLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-loadingBg {
  0% {
    left: -100%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes anime-loadingLogo02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*=============================================================
  pagetop.scss
==============================================================*/
#pagetop {
  display: none;
}
@media screen and (min-width: 960px) {
  #pagetop {
    display: none;
    width: 50px;
    height: 50px;
    background: linear-gradient(-45deg, #11ae20 0%, #00acae 100%);
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
    transition: bottom 0.3s;
  }
  #pagetop::before {
    font-family: "Font Awesome 5 Free";
    content: "\f062";
    font-weight: 900;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #pagetop:hover {
    bottom: 25px;
  }
}
#pagetop * {
  display: none;
}
@media screen and (min-width: 960px) {
  #pagetop * {
    display: block;
  }
}

/*=============================================================
  copyright.scss
==============================================================*/
.copyright {
  background: #000;
  padding: 15px 0;
  font-size: 0.625rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  user-select: none;
}
@media screen and (min-width: 560px) {
  .copyright {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .copyright {
    color: #000;
    background: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    padding-bottom: 0;
    margin-top: 0;
    transform: rotateZ(0.03deg);
    mix-blend-mode: difference;
  }
}
@media screen and (min-width: 1200px) {
  .copyright {
    width: 60px;
  }
}
.copyright small {
  display: inline-block;
  color: #fff;
}

/*=============================================================
  pageHeading.scss
==============================================================*/
.pageHeadingWrap {
  padding-top: 20px;
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-left: 100px;
}
@media screen and (min-width: 560px) {
  .pageHeadingWrap {
    padding-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pageHeadingWrap {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .pageHeadingWrap {
    margin-left: 0;
  }
}

.pageHeading_sub {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 10vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .pageHeading_sub {
    margin-bottom: 16px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHeading_sub {
    margin-bottom: 22px;
    font-size: 5rem;
  }
}

.pageHeading_main {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .pageHeading_main {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHeading_main {
    font-size: 1.5rem;
  }
}

.pageHeading_img {
  margin-top: 30px;
  height: 18vh;
}
@media screen and (min-width: 560px) {
  .pageHeading_img {
    margin-top: 60px;
    height: 25vh;
  }
}
@media screen and (min-width: 960px) {
  .pageHeading_img {
    margin-top: 100px;
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .pageHeading_img {
    margin-top: 100px;
    height: 500px;
  }
}
.pageHeading_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=============================================================
  table.scss
==============================================================*/
.c-table01 {
  width: 100%;
  border-left: 1px solid #11ae20;
  border-top: 1px solid #11ae20;
  background: #fff;
}
.c-table01 thead th {
  padding: 10px 10px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .c-table01 thead th {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .c-table01 thead th {
    padding: 15px 10px;
    font-size: 1rem;
  }
}
.c-table01 th,
.c-table01 td {
  padding: 15px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-right: 1px solid #11ae20;
  border-bottom: 1px solid #11ae20;
}
@media screen and (min-width: 560px) {
  .c-table01 th,
  .c-table01 td {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-table01 th,
  .c-table01 td {
    font-size: 1rem;
    line-height: 1.8;
    padding: 25px 30px;
  }
}
.c-table01 th {
  font-weight: bold;
  background: #cfe3d0;
}

/*=============================================================
  hide.scss
==============================================================*/
.is-spHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide {
    display: block;
  }
}
.is-spHide--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide--inline {
    display: inline;
  }
}

.is-pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-pcHide {
    display: none;
  }
}
.is-pcHide--inline {
  display: inline;
}
@media screen and (min-width: 960px) {
  .is-pcHide--inline {
    display: none;
  }
}

.is-tabHide {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-tabHide {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide {
    display: block;
  }
}
.is-tabHide--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-tabHide--inline {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide--inline {
    display: inline;
  }
}

.is-spShow {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-spShow {
    display: none;
  }
}
.is-spShow--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-spShow--inline {
    display: none;
  }
}

.is-pcShow {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow {
    display: block;
  }
}
.is-pcShow--inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow--inline {
    display: inline;
  }
}

.is-tabShow {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow {
    display: none;
  }
}
.is-tabShow--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow--inline {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow--inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-mdUnderHide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-mdOverHide {
    display: none;
  }
}

/*=============================================================
  link.scss
==============================================================*/
.a-linkline:link, .a-linkline:visited {
  color: #1530A0;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #4460D5;
  text-decoration: none;
}

.c-anchorlink {
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 115px;
    margin-top: -115px;
  }
}

.c-hoverimg img {
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .c-hoverimg:hover img {
    transform: scale(1.1);
  }
}

/*=============================================================
  animation.scss
==============================================================*/
.is-anime_img {
  position: relative;
  overflow: hidden;
}
.is-anime_img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #11ae20;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 10;
}
.is-anime_img img {
  opacity: 0;
}
.is-anime_img[data-aos="is-animation"].aos-animate::after {
  animation: anime-imgMusk forwards 1s ease;
}
.is-anime_img[data-aos="is-animation"].aos-animate img {
  animation: anime-imgMusk_img forwards 1.2s ease;
}
[data-aos="is-animation"] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos="is-animation"].aos-animate .is-anime_img::after {
  animation: anime-headingTxt forwards 0.8s ease 0.5s;
}
[data-aos="is-animationBox"] .is-anime_img:nth-of-type(even)::after {
  transition-delay: .0s;
}
[data-aos="is-animationBox"] .is-anime_img:nth-of-type(3n-1)::after {
  transition-delay: .15s;
}
[data-aos="is-animationBox"] .is-anime_img:nth-of-type(3n)::after {
  transition-delay: .3s;
}
[data-aos="is-animationBox"] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos="is-animationBox"].aos-animate .is-anime_img::after {
  left: 100%;
}
.is-anime_img--white::after {
  background: #fff;
}

@keyframes anime-imgMusk {
  0% {
    left: -100%;
  }
  20% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  80% {
    left: 0;
  }
  100% {
    left: 105%;
  }
}
@keyframes anime-imgMusk_img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.c-animation_HeadingTxt {
  display: inline-block;
  overflow: hidden;
}
.c-animation_HeadingTxt span {
  display: inline-block;
  transform: translateY(120%);
}
.c-animation_HeadingTxt[data-aos="is-animation"].aos-animate span {
  animation: anime-headingTxt forwards 0.8s ease 0.5s;
}

@keyframes anime-headingTxt {
  0% {
    transform: translateY(120%);
  }
  100% {
    transform: translateY(0);
  }
}
/*=============================================================
  slick.scss
==============================================================*/
.slick-arrow {
  z-index: 20;
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .slick-arrow {
    width: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .slick-arrow {
    width: 70px;
  }
}
.slick-arrow.slick-next {
  left: -15px;
  background: url("../../img/top/slide_arrow-left.png") no-repeat center 40% #fff;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .slick-arrow.slick-next {
    left: -40px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .slick-arrow.slick-next {
    left: -50px;
  }
}
.slick-arrow.slick-prev {
  right: -15px;
  background: url("../../img/top/slide_arrow-right.png") no-repeat center 40% #fff;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .slick-arrow.slick-prev {
    right: -40px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .slick-arrow.slick-prev {
    right: -50px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: block;
  z-index: 500;
  width: calc(100vw - 30px);
  padding: 0 30px;
  margin: 0;
  list-style: none;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 960px) {
  .slick-dots {
    bottom: 30px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .slick-dots li {
    width: 30px;
    height: 5px;
    margin: 0 5px;
  }
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #fff;
}
.slick-dots li.slick-active button {
  background: #11ae20;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  display: none;
}

/* =============================================================
header
============================================================== */
#l-header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
@media screen and (min-width: 960px) {
  #l-header {
    height: 115px;
    position: absolute;
  }
}

.headerlogo {
  width: 40%;
  max-width: 200px;
  position: relative;
  z-index: 400;
  height: 90px;
  background: #11ae20;
}
@media screen and (min-width: 960px) {
  .headerlogo {
    max-width: 200px;
    margin-right: 30px;
    height: 145px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .headerlogo {
    max-width: 240px;
    height: 185px;
  }
}
.headerlogo a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  .headerlogo a {
    padding: 40px 30px;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .headerlogo a:hover {
    opacity: 0.8;
  }
}
.headerlogo a::before {
  content: '';
}
@media screen and (max-width: 959px) {
  .headerlogo img {
    height: 100%;
    max-width: none;
    width: auto;
  }
}

/* =============================================================
navigation
============================================================== */
#l-navi {
  background: #fff;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 110px;
  display: none;
}
@media screen and (min-width: 960px) {
  #l-navi {
    background: #fff;
    padding: 0 20px;
    display: block;
    height: 115px;
    position: relative;
    top: auto;
    left: auto;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  #l-navi {
    padding: 0 60px;
  }
}

.navi {
  padding: 40px 40px 0px 40px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .navi {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .navi {
    height: 100%;
    width: 100%;
    padding: 0 0 0 180px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .navi {
    padding-left: 230px;
  }
}

.naviMenu {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 960px) {
  .naviMenu {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    flex: 1;
    padding: 25px 0;
  }
}
.naviMenu li {
  margin-bottom: 20px;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .naviMenu li {
    margin: 0px 15px;
  }
}
@media screen and (min-width: 1400px) {
  .naviMenu li {
    margin: 0px 30px;
  }
}
.naviMenu a {
  display: block;
  background: linear-gradient(to right, #11ae20 0%, #00acae 100%);
  padding: 20px 20px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 960px) {
  .naviMenu a {
    color: #000;
    background: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .naviMenu a::before {
    content: '';
    width: 100%;
    height: 6px;
    display: block;
    background: linear-gradient(to right, #11ae20 0%, #00acae 100%);
    position: absolute;
    left: -100%;
    top: 0;
    transition: left 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .naviMenu a.current::before, .naviMenu a:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .naviMenu li:first-of-type .current::before {
    display: none;
  }
}

.header_tel {
  color: #fff;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: #000;
}
@media screen and (min-width: 560px) {
  .header_tel {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .header_tel {
    font-size: 1.375rem;
    position: relative;
    height: 85px;
    align-self: center;
    width: 25%;
    max-width: 245px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .header_tel {
    width: 245px;
  }
}
.header_tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
}
.header_tel i {
  color: #11ae20;
  margin-right: 5px;
}

html {
  overflow: auto;
  height: 100%;
}

body.is-menuopen {
  overflow: hidden;
  height: 100%;
}

/* =============================================================
footer
============================================================== */
.footerAddress {
  background: url("../../img/footer_bg.jpg") no-repeat center center/cover;
  text-align: center;
  color: #fff;
}
.footerAddress_logo {
  text-align: center;
  margin-bottom: 20px;
  margin: 0 auto 20px auto;
  width: 60%;
  max-width: 373px;
}
.footerAddress_tel {
  width: 80%;
  max-width: 380px;
  border: 1px solid #fff;
  margin: 20px auto 0 auto;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .footerAddress_tel {
    margin-top: 25px;
  }
}
@media screen and (min-width: 960px) {
  .footerAddress_tel {
    margin-top: 30px;
  }
}
.footerAddress_tel p {
  padding: 15px 5px;
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .footerAddress_tel p {
    font-size: 0.875rem;
    padding: 20px 5px;
  }
}
@media screen and (min-width: 960px) {
  .footerAddress_tel p {
    font-size: 1rem;
    padding: 25px 5px;
  }
}
.footerAddress_tel p span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 187%;
}
.footerAddress_tel i {
  color: #11ae20;
  font-size: 150%;
  margin-right: 10px;
}

.footerNavi {
  background: #000;
  padding: 35px;
  display: none;
}
@media screen and (min-width: 960px) {
  .footerNavi {
    display: block;
  }
}
.footerNavi ul {
  display: flex;
  justify-content: center;
}
.footerNavi li {
  padding: 0px 25px;
}
.footerNavi li + li {
  border-left: 1px solid #fff;
}
.footerNavi a {
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .footerNavi a {
    font-size: 1rem;
    transition: color 0.3s;
  }
}
.footerNavi a:hover {
  color: #11ae20;
}

/* =============================================================
main.css
============================================================== */
/* =============================================================
wrap.css
============================================================== */
#l-wrapper {
  padding-top: 70px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  #l-wrapper {
    padding-top: 115px;
  }
}
#l-wrapper::before {
  content: '';
  width: 228px;
  height: 50vh;
  background: #222222;
  position: absolute;
  top: 0;
  left: -280px;
  z-index: -1;
  transform: skewX(-20deg);
  transform-origin: right bottom;
}
@media screen and (min-width: 960px) {
  #l-wrapper::before {
    left: -228px;
  }
}

.pageInner {
  padding-top: 20px;
  counter-reset: section;
}
@media screen and (min-width: 960px) {
  .pageInner {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .pageInner {
    padding-top: 70px;
  }
}

/* =============================================================
top.css
============================================================== */
.topPage_contents {
  counter-reset: section;
}

.mainVisualWrap {
  width: 100%;
}

.mainVisual {
  height: 60vh;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .mainVisual {
    height: calc(100vh - 20px - 115px);
  }
}

.mainVisualCatch {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  color: #11ae20;
  height: 60vh;
}
@media screen and (min-width: 960px) {
  .mainVisualCatch {
    height: calc(100vh - 20px - 115px);
  }
}
.mainVisualCatch_inner {
  display: none;
}
.mainVisualCatch_inner:first-of-type {
  display: block;
}
.mainVisualCatch_txtbg {
  background: #fff;
  display: inline-block;
  padding: 2px;
  margin: 2px 0;
}
@media screen and (min-width: 560px) {
  .mainVisualCatch_txtbg {
    padding: 3px;
  }
}
@media screen and (min-width: 960px) {
  .mainVisualCatch_txtbg {
    padding: 5px;
  }
}
.mainVisualCatch_copy {
  font-family: 'senobi';
  font-weight: bold;
  font-size: 10vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 560px) {
  .mainVisualCatch_copy {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 960px) {
  .mainVisualCatch_copy {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .mainVisualCatch_copy {
    font-size: 6.25rem;
  }
}
.mainVisualCatch_copy::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  background: linear-gradient(to right, #11ae20 0%, #00acae 100%);
  animation: anime-txt_grad-before forwards 1s ease;
  z-index: 500;
}
.mainVisualCatch_copy p {
  display: inline-block;
  opacity: 0;
  background: linear-gradient(to right, #11ae20 0%, #00acae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  animation: anime-txt_grad forwards 1s ease;
}
.mainVisualCatch_copy.is-loading p, .mainVisualCatch_copy.is-loading::before {
  animation-delay: 4.5s;
}
.mainVisualCatch_copy.ruby {
  position: relative;
  display: inline-block;
  padding-top: 15px;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 960px) {
  .mainVisualCatch_copy.ruby {
    padding-top: 25px;
  }
}
.mainVisualCatch_copy.ruby::after {
  content: 'KUMASHIRO';
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: min(28%, 20px);
  color: #fff;
  position: absolute;
  top: 0;
  right: 5px;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 960px) {
  .mainVisualCatch_copy.ruby::after {
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .mainVisualCatch_copy.ruby::after {
    letter-spacing: 0.4rem;
    right: 18px;
  }
}
.mainVisualCatch_txt {
  margin-top: 20px;
  font-weight: 500;
  text-shadow: rgba(255, 255, 255, 0.4) 2px 0px, rgba(255, 255, 255, 0.4) -2px 0px, rgba(255, 255, 255, 0.4) 0px -2px, rgba(255, 255, 255, 0.4) -2px 0px, rgba(255, 255, 255, 0.4) 2px 2px, rgba(255, 255, 255, 0.4) -2px 2px, rgba(255, 255, 255, 0.4) 2px -2px, rgba(255, 255, 255, 0.4) -2px -2px, rgba(255, 255, 255, 0.4) 1px 2px, rgba(255, 255, 255, 0.4) -1px 2px, rgba(255, 255, 255, 0.4) 1px -2px, rgba(255, 255, 255, 0.4) -1px -2px, rgba(255, 255, 255, 0.4) 2px 1px, rgba(255, 255, 255, 0.4) -2px 1px, rgba(255, 255, 255, 0.4) 2px -1px, rgba(255, 255, 255, 0.4) -2px -1px;
}
@media screen and (min-width: 560px) {
  .mainVisualCatch_txt {
    margin-top: 25px;
  }
}
@media screen and (min-width: 960px) {
  .mainVisualCatch_txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .mainVisualCatch_txt {
    font-size: 1.25rem;
  }
}
.mainVisualCatch_txt p {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  animation: anime-mainVisualCatch forwards 0.8s ease 1s;
}
.mainVisualCatch_txt.is-loading p {
  animation-delay: 4.5s;
}

@keyframes anime-mainVisualCatch {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.mainVisualPh {
  margin-left: min(30%, 150px);
  position: relative;
  transform: skewX(-20deg);
  width: 120%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .mainVisualPh {
    margin-left: min(40%, 200px);
  }
}
@media screen and (min-width: 1200px) {
  .mainVisualPh {
    margin-left: 20%;
  }
}
.mainVisualPh::after {
  content: '';
  display: block;
  width: 120%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -120%;
  top: 0;
  animation: anime-mainVisualPh forwards 1.5s ease;
}
.mainVisualPh.is-loading::after, .mainVisualPh.is-loading .mainVisualPh_img {
  animation-delay: 4s;
}
.mainVisualPh.is-loading .slick-dots {
  animation-delay: 5s;
}
.mainVisualPh_img {
  height: 60vh;
  transform: skewX(20deg) translateX(-20%);
  opacity: 0;
  animation: anime-mainVisualPh_img forwards 1.2s ease;
}
@media screen and (min-width: 960px) {
  .mainVisualPh_img {
    height: calc(100vh - 20px - 115px);
  }
}
.mainVisualPh_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainVisualPh .slick-dots {
  transform: skewX(20deg);
  left: calc(min(30%,150px) * -1);
  opacity: 0;
  animation: anime-opacity forwards 1.2s ease;
  animation-delay: 1s;
}
@media screen and (min-width: 960px) {
  .mainVisualPh .slick-dots {
    left: calc(min(40%,200px) * -1);
  }
}
@media screen and (min-width: 960px) {
  .mainVisualPh .slick-dots {
    left: -20%;
  }
}

@keyframes anime-mainVisualPh {
  0% {
    left: -120%;
  }
  20% {
    left: -120%;
  }
  40% {
    left: -5%;
  }
  80% {
    left: -5%;
  }
  100% {
    left: 105%;
  }
}
@keyframes anime-mainVisualPh_img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.topScroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  z-index: 100;
  animation: anime-opacity forwards 1.2s ease;
  animation-delay: 1s;
  opacity: 0;
  z-index: 500;
}
@media screen and (min-width: 560px) {
  .topScroll {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .topScroll {
    font-size: 1rem;
  }
}
.topScroll.is-loading {
  animation-delay: 5s;
}
.topScroll p {
  text-align: center;
  width: 200px;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .topScroll p {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .topScroll p {
    padding-bottom: 50px;
  }
}
.topScroll p::before, .topScroll p::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 560px) {
  .topScroll p::before, .topScroll p::after {
    width: 50px;
  }
}
@media screen and (min-width: 960px) {
  .topScroll p::before, .topScroll p::after {
    width: 70px;
    transition: bottom 0.3s;
  }
}
.topScroll p::before {
  right: 50%;
  transform: rotate(30deg);
  transform-origin: right bottom;
}
.topScroll p::after {
  left: 50%;
  transform: rotate(-30deg);
  transform-origin: left bottom;
}
.topScroll a {
  display: block;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .topScroll a:hover p::before,
  .topScroll a:hover p::after {
    bottom: -5px;
  }
}

@keyframes anime-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* topAbout
----------------------------*/
.topAboutWrap {
  position: relative;
}
.topAboutWrap::before {
  content: '';
  width: calc(100% - 40px);
  height: 100%;
  background: url("../../img/top/top_bg01.jpg") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: -60px;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 560px) {
  .topAboutWrap::before {
    width: calc(100% - 60px);
    top: -100px;
    height: calc(100% - 80px);
  }
}
@media screen and (min-width: 1400px) {
  .topAboutWrap::before {
    width: calc(1200px + (50% - 50vw));
    height: 80%;
    top: -160px;
  }
}
@media screen and (min-width: 768px) {
  .topAboutWrap::after {
    content: '';
    z-index: -1;
    width: 30%;
    height: 50%;
    background: url("../../img/top/topbg03.png") no-repeat left bottom;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.topAboutWrap.space--medium {
  padding-bottom: 0;
}
.topAboutWrap_inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .topAboutWrap_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .topAboutWrap_inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .topAboutWrap_inner {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .topAboutWrap_inner::before {
    content: '';
    transform: skewX(-20deg);
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 30%;
    top: 1px;
    background: #fff;
  }
}

.topAbout_ph {
  width: calc(100% + 20px);
  position: relative;
  margin-left: -20px;
  z-index: 5;
}
@media screen and (min-width: 560px) {
  .topAbout_ph {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
}
@media screen and (min-width: 768px) {
  .topAbout_ph {
    width: 48vw;
    margin: 0 0 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 960px) {
  .topAbout_ph {
    padding-left: 60px;
  }
}

.topAbout_ph02 {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 20px -20px 0px 20px;
}
@media screen and (min-width: 768px) {
  .topAbout_ph02 {
    margin: 10px 0 0 auto;
    width: 66.5%;
    max-width: 930px;
  }
}
@media screen and (min-width: 1200px) {
  .topAbout_ph02 {
    margin-top: -100px;
  }
}
@media screen and (min-width: 768px) {
  .topAbout_ph02::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #11ae20 0%, #00acae 100%);
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .topAbout_ph02::before {
    left: -30px;
    top: -40px;
  }
}
.topAbout_ph02 div {
  width: 49%;
  max-width: 454px;
  margin-left: 1%;
  position: relative;
  z-index: 5;
}

.topAbout {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .topAbout {
    width: 48%;
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .topAbout {
    width: 43%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .topAbout_inner {
    margin-bottom: 140px;
  }
}
.topAbout_company {
  font-size: 6vw;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .topAbout_company {
    font-size: 1.875rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .topAbout_company {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 960px) {
  .topAbout_company {
    font-size: 2rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .topAbout_company {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .topAbout_company {
    font-size: 2.8125rem;
    margin-bottom: 35px;
  }
}
.topAbout_company small {
  font-size: 50%;
  position: relative;
  display: inline-block;
}
.topAbout_company small::before {
  content: '';
  background: linear-gradient(to right, #11ae20 0%, #00acae 100%);
  width: 90%;
  height: 80%;
  position: absolute;
  left: 5%;
  bottom: 0;
  transform: translateY(50%);
}
.topAbout_company small span {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .topAbout_txt {
    padding-right: 50px;
  }
}
.topAbout .c-btn01 {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .topAbout .c-btn01 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .topAbout .c-btn01 {
    margin-top: 50px;
  }
}

/* topMovie
----------------------------*/
@media screen and (min-width: 768px) {
  .topAdvantageWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .topAdvantageWrap {
    margin: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .topAdvantage {
    width: 60%;
    padding: 20px 8% 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .topAdvantage {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .topAdvantage {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .topAdvantage_txt {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .topAdvantagePh {
    width: 40%;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .topAdvantagePh {
    width: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .topAdvantagePh {
    width: 50%;
  }
}
.topAdvantagePh_main {
  margin: 40px calc(50% - 50vw) 0 calc(50% - 50vw);
  height: 300px;
}
@media screen and (min-width: 768px) {
  .topAdvantagePh_main {
    margin: 0 calc(50% - 50vw) 0 0;
    transform: translateY(-10%);
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .topAdvantagePh_main {
    transform: translateY(-20%);
    max-height: 600px;
  }
}
.topAdvantagePh_main img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.topAdvantageHeading_sub {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .topAdvantageHeading_sub {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .topAdvantageHeading_sub {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
.topAdvantageHeading_main {
  font-family: 'senobi';
  font-weight: bold;
  font-size: 12vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .topAdvantageHeading_main {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 960px) {
  .topAdvantageHeading_main {
    font-size: 4.375rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .topAdvantageHeading_main {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .topAdvantageHeading_main {
    font-size: 6.25rem;
  }
}

.topMovie {
  max-width: 460px;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topMovie {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -50px;
    transform: translateX(-10%);
    z-index: 10;
  }
}
@media screen and (min-width: 1200px) {
  .topMovie {
    max-width: 550px;
    bottom: -100px;
  }
}
.topMovie .videoBox {
  position: relative;
}
.topMovie .videoBox video {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.topBusinessWrap_bg,
.topBusiness_section02,
.topBusiness_section03,
.topBusiness_section04,
.topBusinessWrap_bg02 {
  position: relative;
}
.topBusinessWrap_bg::before, .topBusinessWrap_bg::after,
.topBusiness_section02::before,
.topBusiness_section02::after,
.topBusiness_section03::before,
.topBusiness_section03::after,
.topBusiness_section04::before,
.topBusiness_section04::after,
.topBusinessWrap_bg02::before,
.topBusinessWrap_bg02::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .topBusinessWrap_bg::before, .topBusinessWrap_bg::after,
  .topBusiness_section02::before,
  .topBusiness_section02::after,
  .topBusiness_section03::before,
  .topBusiness_section03::after,
  .topBusiness_section04::before,
  .topBusiness_section04::after,
  .topBusinessWrap_bg02::before,
  .topBusinessWrap_bg02::after {
    display: none;
  }
}
.topBusinessWrap_bg::before,
.topBusiness_section02::before,
.topBusiness_section03::before,
.topBusiness_section04::before,
.topBusinessWrap_bg02::before {
  left: 0;
}
.topBusinessWrap_bg::after,
.topBusiness_section02::after,
.topBusiness_section03::after,
.topBusiness_section04::after,
.topBusinessWrap_bg02::after {
  right: 0;
}

.topBusinessWrap_bg::before {
  background: url("../../img/top/topbg01.png") no-repeat left top;
  background-size: contain;
  width: 30%;
  height: calc(100% + 100px);
  top: -110px;
}
@media screen and (min-width: 560px) {
  .topBusinessWrap_bg::before {
    height: calc(100% + 180px);
    top: -185px;
    left: -40px;
  }
}
@media screen and (min-width: 1400px) {
  .topBusinessWrap_bg::before {
    background-size: auto 100%;
    top: -260px;
    height: calc(100% + 260px);
    left: 0;
  }
}
.topBusinessWrap_bg::after {
  width: 50%;
  height: 89%;
  background: url("../../img/top/topbg02.png") no-repeat right bottom;
  background-size: contain;
  bottom: 50px;
}
@media screen and (min-width: 560px) {
  .topBusinessWrap_bg::after {
    bottom: 75px;
    right: -10%;
  }
}
@media screen and (min-width: 1400px) {
  .topBusinessWrap_bg::after {
    background-size: auto 100%;
    bottom: 100px;
    right: 0;
  }
}

.topBusiness_section02::before {
  background: url("../../img/top/topbg03.png") no-repeat left top;
  background-size: contain;
  width: 100%;
  height: calc(100% - (100px / 2));
  top: 0;
}
@media screen and (min-width: 560px) {
  .topBusiness_section02::before {
    background-size: auto 100%;
    height: calc(100% - (100px - 25px));
    left: -30%;
  }
}
@media screen and (min-width: 1400px) {
  .topBusiness_section02::before {
    height: calc(100% - 100px);
    left: 0;
  }
}
.topBusiness_section02::after {
  width: 50%;
  height: calc(100% + 100px / 2);
  background: url("../../img/top/topbg04.png") no-repeat right bottom;
  background-size: contain;
  bottom: 0;
}
@media screen and (min-width: 560px) {
  .topBusiness_section02::after {
    height: calc(100% + (100px - 25px));
    right: -10%;
  }
}
@media screen and (min-width: 1400px) {
  .topBusiness_section02::after {
    background-size: auto 100%;
    height: calc(100% + 100px);
    right: 0;
  }
}

.topBusiness_section03::before {
  background: url("../../img/top/topbg05.png") no-repeat left top;
  background-size: contain;
  width: 100%;
  height: calc(100% + 100px / 2);
  bottom: 0;
}
@media screen and (min-width: 560px) {
  .topBusiness_section03::before {
    height: calc(100% + (100px - 25px));
    left: -25%;
  }
}
@media screen and (min-width: 1400px) {
  .topBusiness_section03::before {
    background-size: auto 100%;
    height: calc(100% + 100px);
    left: 0;
  }
}

.topBusiness_section04::before {
  background: url("../../img/top/topbg07.png") no-repeat left top;
  background-size: contain;
  width: 50%;
  height: calc(100% - 100px / 2);
  top: 0;
}
@media screen and (min-width: 560px) {
  .topBusiness_section04::before {
    height: calc(100% - (100px - 25px));
    left: -30%;
  }
}
@media screen and (min-width: 1400px) {
  .topBusiness_section04::before {
    background-size: auto 100%;
    height: calc(100% - 100px);
    left: 0;
  }
}
.topBusiness_section04::after {
  width: 50%;
  height: 100%;
  background: url("../../img/top/topbg08.png") no-repeat right bottom;
  background-size: contain;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 560px) {
  .topBusiness_section04::after {
    height: calc(100% -  (100px - 25px));
    right: -10%;
  }
}
@media screen and (min-width: 1400px) {
  .topBusiness_section04::after {
    background-size: auto 100%;
    height: calc(100% - 100px);
    right: 0;
  }
}

.topBusinessWrap_bg02 {
  position: relative;
  padding-bottom: 1px;
}
.topBusinessWrap_bg02::after {
  right: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  background: url("../../img/top/topbg08.png") no-repeat left bottom;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .topBusinessWrap_bg02::after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .topBusinessWrap_bg02::after {
    width: 100%;
    background: url("../../img/top/topbg08.png") no-repeat right bottom;
    background-size: contain;
  }
}
@media screen and (min-width: 1400px) {
  .topBusinessWrap_bg02::after {
    background-size: auto 100%;
    right: 0;
  }
}

/* topRecruit
----------------------------*/
.topRecruitWrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .topRecruitWrap {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) {
  .topRecruitWrap {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .topRecruitWrap {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 560px) {
  .topRecruitHeading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
}
.topRecruitHeading_main {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1rem;
  font-size: 15vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .topRecruitHeading_main {
    font-size: 3.75rem;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .topRecruitHeading_main {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .topRecruitHeading_main {
    font-size: 4.625rem;
  }
}
.topRecruitHeading_copy {
  width: 40%;
  max-width: 200px;
  margin-bottom: 20px;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 560px) {
  .topRecruitHeading_copy {
    max-width: none;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .topRecruitHeading_copy {
    width: 150px;
  }
}

.topRecruit {
  background: linear-gradient(-45deg, #11ae20 0%, #00acae 100%);
  padding: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .topRecruit {
    padding: 40px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .topRecruit {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 5%;
  }
}
@media screen and (min-width: 960px) {
  .topRecruit {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .topRecruit {
    width: 50%;
  }
}
.topRecruit_txt br {
  display: none;
}
@media screen and (min-width: 560px) {
  .topRecruit_txt br {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .topRecruit_txt br {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .topRecruit_txt br {
    display: inline;
  }
}
.topRecruit_btn {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .topRecruit_btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .topRecruit_btn {
    margin-top: 40px;
  }
}
.topRecruit_btn a {
  padding: 20px 10px;
  color: #fff;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .topRecruit_btn a {
    width: 100%;
    padding: 25px 10px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .topRecruit_btn a {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .topRecruit_btn a {
    transition: all 0.3s;
    max-width: 370px;
  }
}
@media screen and (min-width: 1400px) {
  .topRecruit_btn a {
    font-size: 1.25rem;
  }
}
.topRecruit_btn a span {
  width: 23px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 560px) {
  .topRecruit_btn a span {
    width: 33px;
  }
}
@media screen and (min-width: 1400px) {
  .topRecruit_btn a span {
    width: 43px;
    right: 15px;
  }
}
.topRecruit_btn a span svg {
  fill: #fff;
}
@media screen and (min-width: 960px) {
  .topRecruit_btn a span svg {
    transition: fill 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .topRecruit_btn a:hover {
    background: #fff;
    color: #11ae20;
  }
}
@media screen and (min-width: 960px) {
  .topRecruit_btn a:hover svg {
    fill: #11ae20;
  }
}

.topRecruitPh {
  display: flex;
}
@media screen and (min-width: 768px) {
  .topRecruitPh {
    height: auto;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .topRecruitPh {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .topRecruitPh {
    width: 50%;
  }
}
.topRecruitPh div {
  max-height: 200px;
}
@media screen and (min-width: 768px) {
  .topRecruitPh div {
    max-height: none;
  }
}
.topRecruitPh div img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

/* =============================================================
business.css
============================================================== */
.businessNaviWrap {
  background: linear-gradient(-45deg, #11ae20 0%, #00acae 100%);
  padding: 20px 15px;
}
@media screen and (min-width: 560px) {
  .businessNaviWrap {
    padding: 30px 18px;
  }
}
@media screen and (min-width: 960px) {
  .businessNaviWrap {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .businessNaviWrap {
    padding: 50px 55px;
  }
}

.businessNavi {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-reset: number;
}

.businessNaviItem {
  background: #fff;
  margin: 0px 1.5%;
  flex: 1;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  .businessNaviItem {
    margin: 0px 5px;
  }
}
@media screen and (min-width: 960px) {
  .businessNaviItem {
    margin: 0px 7px;
  }
}
.businessNaviItem a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 5px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .businessNaviItem a {
    flex-direction: row;
    justify-content: center;
    padding: 20px 8px;
  }
}
@media screen and (min-width: 960px) {
  .businessNaviItem a {
    padding: 23px 8px;
  }
}
.businessNaviItem a::before {
  content: '';
  width: 110%;
  height: 50px;
  transform: skewY(-20deg);
  transform-origin: right bottom;
  border-bottom: 10px solid #dddddd;
  background: #000;
  position: absolute;
  top: -40px;
  left: -5%;
}
@media screen and (min-width: 768px) {
  .businessNaviItem a::before {
    transform: skewY(0) skewX(-20deg);
    transform-origin: right top;
    border-bottom: none;
    border-right: 5px solid #dddddd;
    top: -5%;
    left: -15px;
    width: 50px;
    height: 110%;
  }
}
@media screen and (min-width: 1200px) {
  .businessNaviItem a::before {
    left: 0;
  }
}
.businessNaviItem a::after {
  content: "0" counter(number);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 1.125rem;
}
@media screen and (min-width: 560px) {
  .businessNaviItem a::after {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .businessNaviItem a::after {
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .businessNaviItem a::after {
    font-size: 1.5rem;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 960px) {
  .businessNaviItem a:hover .svg-arrow {
    margin-top: 5px;
  }
}
@media screen and (min-width: 960px) {
  .businessNaviItem a:hover::after {
    color: #11ae20;
  }
}
.businessNaviItem_title {
  writing-mode: vertical-rl;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-top: 40px;
}
@media screen and (min-width: 560px) {
  .businessNaviItem_title {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .businessNaviItem_title {
    writing-mode: horizontal-tb;
    font-size: 0.9375rem;
    padding-top: 0;
    padding-left: 10px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 960px) {
  .businessNaviItem_title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .businessNaviItem_title {
    font-size: 1.375rem;
  }
}
.businessNaviItem_title span {
  color: #11ae20;
}
.businessNaviItem .svg-arrow {
  margin-top: 10px;
  fill: #11ae20;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .businessNaviItem .svg-arrow {
    width: 12px;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 960px) {
  .businessNaviItem .svg-arrow {
    transition: margin 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .businessNaviItem .svg-arrow {
    width: 14px;
  }
}

/* businessSection
-------------------------------*/
@media screen and (min-width: 768px) {
  .businessWrap {
    position: relative;
  }
}

.businessHeading {
  margin-top: 15px;
  position: relative;
  font-size: 1.875rem;
}
@media screen and (min-width: 560px) {
  .businessHeading {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .businessHeading {
    padding-right: 20px;
    width: 43.3%;
    max-width: 520px;
  }
}
@media screen and (min-width: 960px) {
  .businessHeading {
    margin-top: 30px;
    padding-right: 35px;
  }
}
.businessHeading_number {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 12vw;
  position: relative;
}
@media screen and (min-width: 560px) {
  .businessHeading_number {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 960px) {
  .businessHeading_number {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .businessHeading_number {
    font-size: 6.25rem;
  }
}
.businessHeading_number::after {
  content: '';
  height: 90%;
  border-bottom: 1px solid #222222;
  display: block;
  margin-bottom: 15px;
  flex: 1;
  max-width: 0;
}
.businessHeading_number p {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.businessHeading_number p::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  background: linear-gradient(-45deg, #11ae20 0%, #00acae 100%);
}
.businessHeading_number p span {
  display: inline-block;
  opacity: 0;
  background: linear-gradient(-45deg, #11ae20 0%, #00acae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.businessHeading_number[data-aos="is-animation"].aos-animate::after {
  animation: anime-businessLine forwards 0.8s ease;
}
.businessHeading_number[data-aos="is-animation"].aos-animate span {
  animation: anime-txt_grad forwards 1s ease;
}
.businessHeading_number[data-aos="is-animation"].aos-animate p::before {
  animation: anime-txt_grad-before forwards 1s ease;
}
.businessHeading_main {
  margin-top: 30px;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
  font-size: 8vw;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .businessHeading_main {
    margin-bottom: 10px;
    margin-top: 35px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .businessHeading_main {
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 3.125rem;
  }
}
.businessHeading_main span::first-letter {
  color: #11ae20;
}
.businessHeading_sub {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #222222;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .businessHeading_sub {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 960px) {
  .businessHeading_sub {
    font-size: 1.5rem;
  }
}

@keyframes anime-businessLine {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
.businessPh {
  width: 100%;
  margin: 20px 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .businessPh {
    margin: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .businessPh {
    width: 56.7%;
    max-width: 680px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.businessIntroduction {
  background: #040404;
  padding: 20px;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 560px) {
  .businessIntroduction {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .businessIntroduction {
    width: 56.7%;
    max-width: 680px;
    padding: 40px calc(40px + 12%) 40px 20px;
  }
}
@media screen and (min-width: 960px) {
  .businessIntroduction {
    padding: 60px calc(50px + 12%) 60px 40px;
  }
}

.businessVoiceWrap {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 560px) {
  .businessVoiceWrap {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .businessVoiceWrap {
    margin-top: 60px;
  }
}

.businessVoiceData {
  padding: 20px 20px;
  background: linear-gradient(-45deg, #11ae20 0%, #00acae 100%);
  width: 35%;
  max-width: 330px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  z-index: 20;
  font-size: 1.125rem;
}
@media screen and (min-width: 560px) {
  .businessVoiceData {
    font-size: 1.3125rem;
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .businessVoiceData {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .businessVoiceData {
    font-size: 1.5rem;
    max-width: none;
    width: 280px;
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .businessVoiceData {
    width: 330px;
  }
}
.businessVoiceData span {
  font-size: 66%;
}
.businessVoice_comment {
  background: #efefef;
  padding: 40px 20px;
  margin-left: 20px;
  margin-top: -20px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .businessVoice_comment {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .businessVoice_comment {
    width: 81%;
    max-width: 970px;
    margin: 0 0 0 auto;
    padding: 60px 50px 60px calc(50px + 12%);
  }
}
@media screen and (min-width: 1200px) {
  .businessVoice_comment {
    padding: 60px 50px 60px 150px;
    min-height: 550px;
  }
}
.businessVoice_ph {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 5;
  width: 30vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .businessVoice_ph {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 32vw;
  }
}

.businessbg {
  background: #323232;
}
.businessbg .businessHeading_number::after {
  border-bottom: 1px solid #fff;
}
.businessbg .businessHeading_main {
  color: #fff;
}
.businessbg .businessHeading_main span::first-letter {
  color: #11ae20;
}
.businessbg .businessHeading_sub {
  color: #fff;
}

/* =============================================================
facilities.css
============================================================== */
.facilitiesPhoto {
  display: flex;
  justify-content: space-between;
}
.facilitiesPhoto_img {
  width: 49%;
}
@media screen and (min-width: 560px) {
  .facilitiesPhoto_img {
    width: 48%;
  }
}
.facilitiesPhoto_img figcaption {
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .facilitiesPhoto_img figcaption {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .facilitiesPhoto_img figcaption {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .facilitiesList {
    overflow-x: scroll;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .facilitiesTable.c-table01 {
    min-width: 768px;
    border-collapse: separate;
    border-left: none;
  }
}
.facilitiesTable.c-table01 th,
.facilitiesTable.c-table01 td {
  padding: 15px 10px;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .facilitiesTable.c-table01 th,
  .facilitiesTable.c-table01 td {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .facilitiesTable.c-table01 th,
  .facilitiesTable.c-table01 td {
    font-size: 0.875rem;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .facilitiesTable.c-table01 thead th:first-child,
  .facilitiesTable.c-table01 tbody tr th {
    position: sticky;
    top: 0;
    left: 0;
    border-left: 1px solid #11ae20;
    width: 160px;
  }
}
@media screen and (max-width: 559px) {
  .facilitiesTable.c-table01 thead th:first-child,
  .facilitiesTable.c-table01 tbody tr th {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .facilitiesTable.c-table01 tbody th {
    background: #fff;
  }
}

/* =============================================================
recruit.css
============================================================== */
.pageHeading--recruit {
  position: relative;
  padding-top: 20px;
}
.pageHeading--recruit_main {
  position: absolute;
  width: 100%;
  height: 22vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-style: italic;
  font-size: 15vw;
}
@media screen and (min-width: 560px) {
  .pageHeading--recruit_main {
    font-size: 8.75rem;
    height: 28vh;
  }
}
@media screen and (min-width: 960px) {
  .pageHeading--recruit_main {
    font-size: 12.5rem;
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .pageHeading--recruit_main {
    height: 500px;
  }
}
.pageHeading--recruit_img {
  height: 22vh;
}
@media screen and (min-width: 560px) {
  .pageHeading--recruit_img {
    height: 28vh;
  }
}
@media screen and (min-width: 960px) {
  .pageHeading--recruit_img {
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .pageHeading--recruit_img {
    height: 500px;
  }
}
.pageHeading--recruit_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recruitCatch {
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .recruitCatch {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .recruitCatch {
    margin-bottom: 60px;
  }
}
.recruitCatch_txt {
  text-align: center;
  margin-bottom: 20px;
  transform: translateY(-50%);
  margin-bottom: -30px;
}
.recruitCatch_txt span {
  display: inline-block;
  padding: 20px;
  background: #fff;
  max-width: 250px;
  margin: 0px auto;
}
@media screen and (min-width: 560px) {
  .recruitCatch_txt span {
    padding: 25px;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .recruitCatch_txt span {
    padding: 35px;
    max-width: 500px;
  }
}
.recruitCatch_point {
  max-inline-size: max-content;
  margin-inline: auto;
  padding: 0px 30px;
}
@media screen and (min-width: 560px) {
  .recruitCatch_point {
    padding: 0px 50px;
  }
}
@media screen and (min-width: 960px) {
  .recruitCatch_point {
    padding: 0;
  }
}
.recruitCatch_point li {
  counter-increment: section;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 10px 0;
  font-style: italic;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .recruitCatch_point li {
    font-size: 1.375rem;
    padding-left: 55px;
  }
}
@media screen and (min-width: 960px) {
  .recruitCatch_point li {
    font-size: 1.75rem;
    padding-left: 70px;
  }
}
.recruitCatch_point li + li {
  border-top: 1px solid #000;
}
.recruitCatch_point li span {
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, #11ae20 60%);
  padding: 0 2px;
}
.recruitCatch_point li::before {
  content: "0" counter(section) ".";
  font-weight: bold;
  font-size: 120%;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (min-width: 960px) {
  .recruitCatch_point li::before {
    top: 5px;
  }
}

.recruitNaviWrap {
  background: linear-gradient(-45deg, #11ae20 0%, #00acae 100%);
  padding: 20px 15px;
}
@media screen and (min-width: 560px) {
  .recruitNaviWrap {
    padding: 30px 18px;
  }
}
@media screen and (min-width: 960px) {
  .recruitNaviWrap {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .recruitNaviWrap {
    padding: 50px 55px;
  }
}

.recruitNavi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruitNavi_item {
  margin: 0px 1.5%;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .recruitNavi_item {
    margin: 0px 5px;
  }
}
@media screen and (min-width: 960px) {
  .recruitNavi_item {
    margin: 0px 7px;
  }
}
.recruitNavi_item a {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 20px 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .recruitNavi_item a {
    padding: 23px 8px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .recruitNavi_item a:hover {
    background: none;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .recruitNavi_item a:hover .svg-arrow {
    fill: #fff;
  }
}
.recruitNavi_item p {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .recruitNavi_item p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .recruitNavi_item p {
    font-size: 1.375rem;
  }
}
.recruitNavi_item .svg-arrow {
  fill: #11ae20;
  width: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .recruitNavi_item .svg-arrow {
    right: 12px;
    transition: margin 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .recruitNavi_item .svg-arrow {
    width: 14px;
  }
}

.recruitTable {
  table-layout: fixed;
}
.recruitTable th {
  width: 28%;
  max-width: 200px;
}
.recruitTable + .recruitTable {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .recruitTable + .recruitTable {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .recruitTable + .recruitTable {
    margin-top: 60px;
  }
}

.recruitContact {
  background: linear-gradient(to right, #11ae20 0%, #00acae 100%);
  padding: 30px 20px;
  margin-top: 60px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .recruitContact {
    margin-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .recruitContact {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .recruitContact_inner {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .recruitContact_inner {
    padding-right: 50px;
  }
}
.recruitContact_title {
  font-size: 10vw;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .recruitContact_title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .recruitContact_title {
    font-size: 3.75rem;
    margin-bottom: 5px;
  }
}
.recruitContact_txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .recruitContact_txt {
    margin-bottom: 0;
  }
}
.recruitContact_btn a {
  color: #000;
  display: inline-block;
}
.recruitContact_btn p {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
  padding: 20px 30px;
  display: inline-block;
  font-size: 2rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .recruitContact_btn p {
    padding: 30px 30px;
  }
}
@media screen and (min-width: 960px) {
  .recruitContact_btn p {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .recruitContact_btn p {
    font-size: 2.5rem;
  }
}
.recruitContact_btn span {
  font-size: 42%;
  font-weight: normal;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .recruitContact_btn span {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .recruitContact_btn span {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
.recruitContact_btn i {
  margin-right: 5px;
  color: #11ae20;
  font-size: 90%;
}

/* =============================================================
company.css
============================================================== */
.companyPhoto {
  display: flex;
  margin: 40px -10px 0px -10px;
}
@media screen and (min-width: 560px) {
  .companyPhoto {
    margin: 50px -15px 0px -15px;
  }
}
@media screen and (min-width: 960px) {
  .companyPhoto {
    margin: 60px -20px 0px -20px;
  }
}
.companyPhoto figure {
  padding: 0px 10px;
}
@media screen and (min-width: 560px) {
  .companyPhoto figure {
    padding: 0px 15px;
  }
}
@media screen and (min-width: 960px) {
  .companyPhoto figure {
    padding: 0px 20px;
  }
}
.companyPhoto figcaption {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 5px;
}
@media screen and (min-width: 560px) {
  .companyPhoto figcaption {
    margin-top: 8px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .companyPhoto figcaption {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}

.companyMap {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 560px) {
  .companyMap {
    height: 350px;
  }
}
@media screen and (min-width: 960px) {
  .companyMap {
    height: 400px;
  }
}
.companyMap iframe {
  width: 100%;
  height: 100%;
}

/* =============================================================
utility.scss
============================================================== */
.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.cen {
  text-align: center !important;
}

.rgt {
  text-align: right !important;
}

.lft {
  text-align: left !important;
}

.opa a:hover {
  opacity: 0.80;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 15px !important;
}

.pt30 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 25px !important;
}

.pt50 {
  padding-top: 30px !important;
}

.pt60 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 25px !important;
}

.pb50 {
  padding-bottom: 40px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 25px !important;
}

.mt50 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 25px !important;
}

.mb50 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 959px) {
  .pt0 {
    padding-top: 0px !important;
  }

  .pt05 {
    padding-top: 5px !important;
  }

  .pt10 {
    padding-top: 10px !important;
  }

  .pt15 {
    padding-top: 15px !important;
  }

  .pt20 {
    padding-top: 20px !important;
  }

  .pt30 {
    padding-top: 30px !important;
  }

  .pt40 {
    padding-top: 40px !important;
  }

  .pt50 {
    padding-top: 50px !important;
  }

  .pt60 {
    padding-top: 60px !important;
  }

  .pb0 {
    padding-bottom: 0px !important;
  }

  .pb05 {
    padding-bottom: 5px !important;
  }

  .pb10 {
    padding-bottom: 10px !important;
  }

  .pb15 {
    padding-bottom: 15px !important;
  }

  .pb20 {
    padding-bottom: 20px !important;
  }

  .pb30 {
    padding-bottom: 30px !important;
  }

  .pb40 {
    padding-bottom: 40px !important;
  }

  .pb50 {
    padding-bottom: 50px !important;
  }

  .pb60 {
    padding-bottom: 60px !important;
  }

  .mt0 {
    margin-top: 5px !important;
  }

  .mt05 {
    margin-top: 5px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mt15 {
    margin-top: 15px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mb0 {
    margin-bottom: 5px !important;
  }

  .mb05 {
    margin-bottom: 5px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb15 {
    margin-bottom: 15px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }
}
