@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css2?family=Alata&family=Noto+Sans+JP:wght@500;700;900&display=swap';
/*
  font-family: 'Alata', sans-serif;
  font-family: 'Noto Sans JP', Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic",Meiryo,sans-serif;
*/


/**********************
ベース
**********************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222;
  /*
  font-family: "Yu Gothic UI","Meiryo UI","Yu Gothic""メイリオ",sans-serif;
  font-family: "Hiragino Mincho ProN","游明朝",YuMincho,serif;
*/
}

@media screen and (max-width:834px) {
  body {
    font-size: calc(9px + 1vmin);
    -webkit-tap-highlight-color: transparent;
  }
}


@media all and (-ms-high-contrast:none) {

  /* meiryo only IE */
  body {
    font-family: Meiryo, sans-serif;
  }
}

a {
  color: #167ac6;
  text-decoration: underline;
  transition: all 0.2s ease;
}

a:visited {}

a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* = Selected Text
----------------------------------------------- */
::selection {
  background: rgba(0, 144, 202, 0.5);
  /* Safari */
}

::-moz-selection {
  background: rgba(0, 144, 202, 0.5);
  /* Firefox */
}


/**********************
layout
**********************/

/***********
common
************/

.relative {
  position: relative !important;
}

.right,
.alignright {
  float: right !important;
}

.left,
.alignleft {
  float: left !important;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

.l-bottom-xxlarge {
  margin-bottom: 80px !important;
}

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

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

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

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

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

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

.l-top-xxlarge {
  margin-top: 80px !important;
}

@media screen and (max-width:834px) {

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

  .l-bottom-xsmall {
    margin-bottom: 7px !important;
  }

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

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

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

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

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

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

  .l-top-xsmall {
    margin-top: 7px !important;
  }

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

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

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

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

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

}

.font-bold {
  font-weight: bold !important;
}

.post-password-form {
  text-align: center;
  font-size: 131%;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width:834px) {
  .post-password-form {
    font-size: 108%;
    line-height: 1.7;
    padding-top: 30px;
    text-align: left;
  }
}

/***********
column
************/

.l-column {
  display: flex;
  justify-content: space-between;
}

.l-firstColumn {
  width: 48%;
}

.l-secondColumn {
  width: 48%;
}

@media screen and (max-width:834px) {

  .l-column {
    display: block;
  }

  .l-firstColumn {
    width: auto;
    float: none;
    padding-bottom: 20px;
    text-align: center;
  }

  .l-secondColumn {
    width: auto;
    float: none;
  }

}

/***********
base
************/

.l-base {
  width: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-base-wide {
  width: auto;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-block-top {
  padding-top: 100px;
}

.l-block-bottom {
  padding-bottom: 100px;
}

@media screen and (max-width:834px) {

  .l-base {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-wide {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset),
  .l-base-wide:not(.l-base-noOffset),
  .l-base-small:not(.l-base-noOffset) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .l-block-top {
    padding-top: 50px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }

}

/***********
youtubeScreen
************/

.l-youtubeScreen {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 40px;
}

.l-youtubeScreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**********************
module
**********************/


/***********
module-zoom
************/

.zoomHover {
  overflow: hidden;
  z-index: 2;
  position: relative;

}

.zoomHover img {
  transform: scale(1);
  transition: all 0.5s ease;
}

a:hover .zoomHover img:hover {
  transform: scale(1.03);
  opacity: 0.8;
}

/***********
module-text
************/

.textMain {
  font-size: 124%;
  line-height: 2;
}

.textLead {
  font-size: 124%;
  line-height: 2;
  text-align: center;
}

.text-small {}

.text-underline {
  display: inline-block;
  background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 69%, #ffff00 70%, #ffff00 100%);
}

.text-accent {}


.list-dot {}

.list-dot li {
  font-size: 124%;
  line-height: 2;
  margin-left: 1em;
}

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

.list-asterisk {}

.list-asterisk li {
  font-size: 124%;
  line-height: 2;
  margin-left: 1em;
}

.list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.list-number {
  padding-left: 2em;
}

.list-number li {
  font-size: 124%;
  line-height: 2;
  list-style: decimal;
}

@media screen and (max-width:834px) {

  .textMain {
    font-size: 124%;
    line-height: 1.7;
  }

  .list-dot {}

  .list-dot li {
    font-size: 124%;
    line-height: 1.7;
    margin-left: 1em;
  }

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

  .list-asterisk {}

  .list-asterisk li {
    font-size: 124%;
    line-height: 1.7;
    margin-left: 1em;
  }

  .list-asterisk li::before {
    content: "※";
    margin-left: -1em;
  }

  .list-number {
    padding-left: 2em;
  }

  .list-number li {
    font-size: 124%;
    line-height: 1.7;
    list-style: decimal;
  }

}

/***********
module-btn
************/

.linkWrap {
  padding: 20px 0 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  padding: 18px 20px 18px 20px;
  font-size: 131%;
  font-weight: bold;
  background-color: #222;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
}

.btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}

.btn:hover {
  background-color: #ea5a59;
}

.btn-small {
  font-size: 108%;
  padding: 8px 30px 8px 30px;
}

.btn-xsmall {
  max-width: 220px;
  font-size: 108%;
  padding: 10px 20px 10px 20px;
}

.btn-large {
  font-size: 148%;
  padding: 17px 40px 17px 40px;
}

.btn-orange {
  background-color: #ea5a59;
}

.btn-orange:hover {
  background-color: #222 !important;
}

.btn-block {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}

@media screen and (max-width:834px) {

  .btn {
    width: 100%;
    font-size: 108%;
    box-sizing: border-box;
    text-align: center;
  }

}

/***********
module-header
************/

.header {
  background-color: #000;
}

.header-inner {
  justify-content: space-between;
}

.header-logo {
  width: 240px;
  padding: 18px 0 15px;
}

@media screen and (max-width:834px) {

  .header-inner {
    display: flex;
    justify-content: space-between;
  }

  .header-logo {
    width: 180px;
    padding: 10px 0 10px 0;
  }

}

/***********
module-navi
************/

.navi {
  padding: 10px;
}

.navi-list {
  display: flex;
  justify-content: center;
}

.navi-list li {
  padding-left: 3em;
}

.navi-list a {
  display: inline-block;
  padding: 10px 0;
  font-size: 116%;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}

.navi-list a:hover {
  color: #fff;
  text-decoration: underline;
}

/***********
module-catch
************/
.catch {
  position: relative;
  background-image: linear-gradient(150deg, rgba(62, 178, 231, 1), rgba(31, 76, 159, 1));
}

.catch-subTitle {
  color: #fff;
  text-align: center;
  font-size: 240%;
  font-weight: 900;
  padding: 10px;
}
@media screen and (max-width:834px) {

  .heading {
    padding-bottom: 40px;
  }

  .catch-subTitle {
    font-size: 120%;
  }

}


/***********
module-mainVisual
************/
.mainVisual {
  position: relative;
  background-color: #E74829;
}




/*
.mainVisual::before,
.mainVisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url(../../img/line01.png);
  position: absolute;
  left: 0;
}
.mainVisual::before{
  top: -3px;
}
.mainVisual::after {
  bottom: -3px;
}
*/


/***********
module-mobile
************/

@media screen and (max-width:834px) {

  .mobile {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 9998;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
  }

  .is-mobile-open .mobile {
    opacity: 1;
    right: 0;
    transform: scale(1);
  }

  .mobile-close {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: -1;
  }

  .is-mobile-open .mobile-close {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 9990;
  }

  .mobile-trigger {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: #E74829;
    transition: all .4s;
  }

  .mobile-btn {
    display: block;
    position: relative;
    width: 56px;
    height: 50px;
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all .4s;
  }

  .mobile-btn p {
    position: absolute;
    left: 0;
    bottom: 3px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 11px;
  }

  .mobile-btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
  }

  .mobile-btn span:nth-of-type(1) {
    top: 10px;
  }

  .mobile-btn span:nth-of-type(2) {
    top: 18px;
  }

  .mobile-btn span:nth-of-type(3) {
    top: 26px;
  }

  .is-mobile-open .mobile-btn span {
    background-color: #222;
  }

  .is-mobile-open .mobile-btn p {
    color: #222;
  }

  .is-mobile-open .mobile-trigger {
    background: none;
  }


  .mobile-btn.is-active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-135deg);
  }

  .mobile-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .mobile-btn.is-active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(135deg);
  }

}

/***********
module-mobile
************/


.mobile-logo {
  width: 180px;
  margin-left: 5%;
  padding: 10px 0 10px 0;
}


.mobile-navi {
  padding-bottom: 5px;
  box-shadow: 0 0 0 5px #E74829 inset;
}

.mobile-navi li {
  border-top: 2px solid #E74829;
}

.mobile-navi a {
  display: block;
  padding: 1em 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #222;
  text-decoration: none;
}


/***********
module-heading
************/

.heading {
  text-align: center;
  padding-bottom: 50px;
}

.heading-block {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}

.heading-block::before,
.heading-block::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.heading-block::before {
  border-width: 16px 16px 0 0;
  border-color: #ea5a59 transparent transparent transparent;
  left: 0;
  top: 0;
}

.heading-block::after {
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #ea5a59 transparent;
  right: 0;
  bottom: 0;
}

.heading-title {
  font-size: 280%;
  font-weight: 700;
  font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.3;
}

.heading-subTitle {
  font-family: 'Alata', sans-serif;
  color: #ea5a59;
  font-size: 131%;
  padding-top: 10px;
}


.heading-text {
  font-size: 131%;
  font-weight: 500;
  line-height: 2;
  padding-top: 40px;
}


@media screen and (max-width:834px) {

  .heading {
    padding-bottom: 40px;
  }

  .heading-block {
    padding: 0 20px;
  }

  .heading-block::before,
  .heading-block::after {}

  .heading-block::before {
    border-width: 12px 12px 0 0;
  }

  .heading-block::after {
    border-width: 0 0 12px 12px;
  }

  .heading-title {
    font-size: 170%;
  }

  .heading-subTitle {
    font-size: 93%;
    padding-top: 6px;
  }


  .heading-text {
    font-size: 108%;
    line-height: 1.7;
    padding-top: 30px;
    text-align: left;
  }

}

/***********
module-title
************/

.title {
  font-size: 230%;
  font-weight: 700;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

.subTitle {
  font-size: 185%;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border-left: 4px solid #ea5a59;
  padding: 0 0 0.1em 15px;
  margin-bottom: 15px;
}

@media screen and (max-width:834px) {

  .title {
    font-size: 170%;
    margin-bottom: 30px;
  }

  .subTitle {
    font-size: 139%;
    padding: 0 0 0.1em 10px;
    margin-bottom: 15px;
  }

}

/***********
module-homeIntro
************/

.homeIntro {}

.homeIntro-block {
  background-color: #E74829;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 10px;

}

.homeIntro-block dt {
  width: 240px;
  text-align: center;
  color: #fff;
}

.homeIntro-block dd {
  flex: 1;
  background-color: #fff;
  border-radius: 0 6px 6px 0;
  padding: 20px 40px;
}


.homeIntro-block-title {
  font-size: 200%;
  font-weight: 700;
  font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.3;
}

.homeIntro-block-subTitle {
  font-family: 'Alata', sans-serif;
  font-size: 116%;
  padding-top: 5px;
  opacity: 0.5;
}

.homeIntro-target {}

.homeIntro-target li {
  font-size: 170%;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.6;
  padding: 0.1em 0 0.1em 1.5em;
  background: url(../../img/icon/check.png) no-repeat left 0.3em / 1.2em auto;
}


@media screen and (max-width:834px) {

  .homeIntro {}

  .homeIntro-block {
    border-radius: 8px;
    display: block;
    padding: 8px;
  }

  .homeIntro-block dt {
    width: auto;
    padding: 5px 0 12px;
  }

  .homeIntro-block dd {
    border-radius: 0 0 3px 3px;
    padding: 15px 18px;
  }

  .homeIntro-block-title {
    font-size: 154%;
  }

  .homeIntro-block-subTitle {
    font-size: 93%;
    padding-top: 3px;
  }

  .homeIntro-target {}

  .homeIntro-target li {
    font-size: 116%;
    line-height: 1.6;
  }

}

/***********
module-bgColor01
************/

.bgColor01 {
  background-color: #f8f8f8;
}

.bgColor02 {
  background-color: #eee;
}

.bgColor03 {
  background-color: #fff;
}

.bgColor04 {
  background-color: aliceblue;
}

/***********
module-catList
************/

.catList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-bottom: 80px;
}

.catList li {
  padding: 0 3px 6px;
}

.catList a {
  display: inline-block;
  min-width: 8em;
  padding: 10px 12px 20px 12px;
  /*
  padding: 18px 20px 25px 20px;
  font-size: 139%;
    */
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #222;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
}

.catList a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  margin-left: -4px;
  left: 50%;
  bottom: 10px;
  transform: rotate(45deg);
}

.catList a:hover {
  background-color: #ea5a59;
}


@media screen and (max-width:834px) {

  .catList {
    display: flex;
    padding-bottom: 40px;
    margin-left: -1%;
  }

  .catList li {
    width: 49%;
    padding: 0;
    margin-left: 1%;
    margin-bottom: 1%;
  }

  .catList a {
    display: block;
    min-width: initial;
    padding: 15px 5px 20px 5px;
    font-size: 100%;
    border-radius: 6px;
    background-color: #ea5a59;
  }

  .catList a::after {
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-left: -3px;
    bottom: 6px;
  }

}

/***********
module-corpSection
************/

.corpSection {
  padding-top: 40px;
  padding-bottom: 60px;
}


@media screen and (max-width:834px) {

  .corpSection {
    padding-top: 40px;
    padding-bottom: 20px;
  }

}

/***********
module-corpList
************/

.corpList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}

.corpList li {
  width: 30%;
  margin-left: 2%;
  margin-bottom: 2%;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  padding: 30px 50px 30px 40px;
  position: relative;
  color: #222;
  text-decoration: none;
}

.corpList a {
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  padding: 30px 50px 30px 40px;
  position: relative;
  color: #222;
  text-decoration: none;
}

.corpList a:hover {
  background-color: #fffcd3;
}

.corpList a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #ea5a59 transparent transparent transparent;
  left: 0;
  top: 0;
}

.corpList a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ea5a59;
  border-right: 2px solid #ea5a59;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}

.corpList-tag {
  display: flex;
  flex-wrap: wrap;
}

.corpList-tag span {
  display: inline-block;
  margin: 0 3px 3px 0;
  background-color: #ea5a59;
  color: #fff;
  font-size: 93%;
  font-weight: 600;
  font-feature-settings: "palt";
  border-radius: 3px;
  padding: 0.2em 0.8em;
}

.corpList-title {
  font-size: 135%;
  padding-top: 5px;
  line-height: 1.3;
}

.corpList-inner {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}

.corpList-data {
  display: flex;
  align-items: flex-start;
  line-height: 1.7;
}

.corpList-data dt {
  width: 6em;
  white-space: nowrap;
}

.corpList-data dd {
  flex: 1;
}


@media screen and (max-width:834px) {

  .corpList {
    display: block;
    margin-left: 0;
  }

  .corpList li {
    width: auto;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .corpList a {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding: 20px 30px 20px 20px;
  }

  .corpList a::before {
    border-width: 16px 16px 0 0;
  }

  .corpList a::after {
    width: 6px;
    height: 6px;
    right: 10px;
    margin-top: -3px;
  }

  .corpList a:hover {
    background-color: #fff;
  }

  .corpList-tag {}

  .corpList-tag span {
    margin: 0 2px 2px 0;
    font-size: 85%;
    padding: 0.2em 0.6em;
  }

  .corpList-title {
    font-size: 131%;
    padding-top: 8px;
  }

  .corpList-inner {
    border-top: 1px solid #ddd;
    margin-top: 12px;
    padding-top: 12px;
  }

  .corpList-data {
    line-height: 1.5;
    font-size: 85%;
  }

  .corpList-data dt {
    width: 5.5em;
  }

  .corpList-data dd {}

}

/***********
module-newsList
************/

.newsList {
  border-top: 1px solid #ddd;
  padding-bottom: 40px;
}

.newsList li {
  border-bottom: 1px solid #ddd;
}

.newsList a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  color: #222;
  padding: 30px 60px 30px 40px;
  position: relative;
}

.newsList a:hover {
  background-color: #fffcd3;
}

.newsList a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ea5a59;
  border-right: 2px solid #ea5a59;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
}

.newsList-time {
  font-size: 131%;
  font-weight: 400;
  font-family: 'Alata', sans-serif;
  color: #ea5a59;
  width: 9em;
}

.newsList-time i {
  margin-right: 0.3em;
}

.newsList-title {
  flex: 1;
  font-size: 131%;
  font-weight: 600;
}

.newsList-title:hover {
  text-decoration: underline;
  color: #ea5a59;
}


@media screen and (max-width:834px) {

  .newsList {
    padding-bottom: 20px;
  }

  .newsList li {}

  .newsList a {
    padding: 18px 20px 18px 00px;
    position: relative;
  }

  .newsList a::after {
    width: 6px;
    height: 6px;
    right: 5px;
    margin-top: -2px;
  }

  .newsList-time {
    font-size: 93%;
    width: 8em;
    white-space: nowrap;
    letter-spacing: 0;
  }

  .newsList-title {
    font-size: 108%;
    line-height: 1.3;
  }

  .newsList-title:hover {}


}

/***********
module-sns
************/

.sns {
  background-color: #ea5a59;
  padding: 50px 0;
  text-align: center;
  position: relative;
  color: #fff;
}

/*
.sns::before,
.sns::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url(../../img/line01.png);
  position: absolute;
  left: 0;
}
.sns::before{
  top: -3px;
}
.sns::after {
  bottom: -3px;
}
*/

.sns-title {
  font-family: 'Alata', sans-serif;
  font-weight: normal;
  font-size: 154%;
  padding-bottom: 20px;
}

.sns-list {
  display: flex;
  justify-content: center;
}

.sns-list li {
  padding: 0 15px;
}

.sns-list a {
  display: inline-block;
}

.sns-list img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width:834px) {

  .sns {
    padding: 30px 0 40px;
  }

  .sns-title {
    font-size: 124%;
    padding-bottom: 15px;
  }

  .sns-list li {
    padding: 0 10px;
  }

  .sns-list img {
    width: 22px;
    height: 22px;
  }


}

/***********
module-footer
************/

.footer {
  background-color: #f0f0f0;
  padding-top: 80px;
}

.footer-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}

.footer-info {
  width: 48%;
}

.footer-operator {
  width: 45%;
  background-color: #fff;
  padding: 0 20px 30px 30px;
}

.footer-operator-title {
  font-size: 154%;
  border-left: 3px solid #ea5a59;
  margin: 10px 0 10px -30px;
  padding: 6px 0 6px 30px;

}

.footer-operator-text {
  font-size: 108%;
  line-height: 1.7;
}

.footer-operator-text br {}

.footer-operator-data {
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
}

.footer-operator-data dt {
  width: 5em;
  border: 1px solid #222;
  text-align: center;
  font-weight: 600;
  text-align: center;
}

.footer-operator-data dd {
  flex: 1;
  padding-left: 15px;
}

.footer-operator-address {
  font-style: normal;
}

.footer-operator-link {
  padding-top: 15px;
}


.footer-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 80px;
}

.footer-navi li {
  position: relative;
  padding-right: 1.5em;
}

.footer-navi a {
  display: inline-block;
  color: #222;
  text-decoration: none;
  font-size: 116%;
  font-weight: 600;
  padding: 0.2em 0 0.2em 0.8em;
}

.footer-navi a:hover {
  color: #ea5a59;
}

.footer-navi a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ea5a59;
  position: absolute;
  left: 0;
  top: 0.7em;
}



.footer-logo {
  max-width: 240px;
  padding-bottom: 15px;
}

.footer-logo img {}

.footer-data {
  display: flex;
  align-items: flex-start;
  font-size: 108%;
  font-weight: 600;
  padding-bottom: 0.2em;
}

.footer-data dt {
  white-space: nowrap;
  width: 5.7em;
  position: relative;
  padding-right: 1.5em;
  text-align-last: justify;
}

.footer-data dt::after {
  content: "／";
  position: absolute;
  right: -0.3em;
}

.footer-data dd {
  flex: 1;
  font-feature-settings: "palt";
  padding-left: 1em;
}

.footer-copyright {
  display: block;
  padding: 20px 0;
  text-align: center;
  background-color: #222;
  color: #fff;
  font-size: 93%;
}

@media screen and (max-width:834px) {


  .footer {
    padding-top: 0;
  }

  .footer-block {
    display: block;
    padding: 40px 0;
  }

  .footer-info {
    width: auto;
  }

  .footer-operator {
    width: auto;
    background-color: transparent;
    padding: 0 0 40px 0;
  }

  .footer-operator-title {
    font-size: 131%;
    border-left: none;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
  }

  .footer-operator-text {
    font-size: 93%;
    line-height: 1.6;
  }

  .footer-operator-data {
    display: block;
    padding-top: 15px;
  }

  .footer-operator-data dt {
    width: 5em;
    margin: 0 auto;
    margin-bottom: 8px;
  }

  .footer-operator-data dd {
    flex: 1;
    font-size: 93%;
    padding-left: 0;
    text-align: center;
  }

  .footer-operator-address {
    font-style: normal;
  }

  .footer-operator-link {
    padding-top: 15px;
  }


  .footer-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 0;
    background-color: #fff;
  }

  .footer-navi li {
    width: 50%;
    padding: 0;
  }

  .footer-navi a {
    display: block;
    font-size: 100%;
    padding: 10px 0;
    text-align: center;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  }

  .footer-navi a::before {
    #ea5a59;
    position: absolute;
    left: auto;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }



  .footer-logo {
    max-width: 180px;
    padding-bottom: 15px;
    margin: 0 auto;
  }

  .footer-data {
    font-size: 93%;
  }

  .footer-copyright {
    font-size: 77%;
  }


}


/***********
module-pageVisual
************/

.pageVisual {
  background-color: #ea5a59;
  text-align: center;
  color: #fff;
  padding: 40px 0;
}

.pageVisual-block {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}

.pageVisual-block::before,
.pageVisual-block::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0.7;
}

.pageVisual-block::before {
  border-width: 16px 16px 0 0;
  border-color: #fff transparent transparent transparent;
  left: 0;
  top: 0;
}

.pageVisual-block::after {
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #fff transparent;
  right: 0;
  bottom: 0;
}

.pageVisual-title {
  font-size: 280%;
  font-weight: 700;
  font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.3;
}

.pageVisual-subTitle {
  font-family: 'Alata', sans-serif;
  font-size: 131%;
  padding-top: 10px;
  opacity: 0.7;
}


@media screen and (max-width:834px) {

  .pageVisual {
    padding: 30px 0;
  }

  .pageVisual-block {
    padding: 0 20px;
  }

  .pageVisual-block::before,
  .pageVisual-block::after {}

  .pageVisual-block::before {
    border-width: 12px 12px 0 0;
  }

  .pageVisual-block::after {
    border-width: 0 0 12px 12px;
  }

  .pageVisual-title {
    font-size: 170%;
  }

  .pageVisual-subTitle {
    font-size: 93%;
    padding-top: 6px;
  }

}

/***********
module-corp
************/


.corp {
  padding-bottom: 50px;
}

.corp-heading {
  position: relative;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.corp-heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #ea5a59 transparent transparent transparent;
  left: 0;
  top: 0;
}

.corp-tag {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.corp-tag span {
  display: inline-block;
  margin: 0 3px 3px 0;
  background-color: #000;
  color: #fff;
  font-size: 108%;
  font-weight: 600;
  font-feature-settings: "palt";
  border-radius: 4px;
  padding: 0.2em 0.8em;
}

.corp-title {
  font-size: 280%;
  font-weight: 700;
  font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.3;
}

.corp-section {
  padding-top: 80px;
}

.corp-table {
  border-top: 1px solid #ccc;
  line-height: 1.8;
}

.corp-table tr {
  border-bottom: 1px solid #ccc;
}

.corp-table th {
  font-size: 124%;
  text-align: left;
  padding: 15px 0;
  width: 22%;
  vertical-align: top;
}

.corp-table td {
  padding: 15px 0;
  font-size: 124%;
}

@media screen and (max-width:834px) {

  .corp {
    padding-bottom: 30px;
  }

  .corp-heading {
    padding: 15px 0 15px 10px;
    margin-bottom: 20px;
  }

  .corp-heading::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #ea5a59 transparent transparent transparent;
    left: 0;
    top: 0;
  }

  .corp-title {
    font-size: 154%;
  }

  .corp-section {
    padding-top: 50px;
  }

  .corp-table {
    line-height: 1.6;
    font-feature-settings: "palt";
  }

  .corp-table tr {}

  .corp-table th {
    font-size: 100%;
    padding: 12px 0;
    width: 28%;
  }

  .corp-table td {
    padding: 12px 0;
    font-size: 100%;
  }


}

/***********
module-post
************/

.post {
  font-size: 1.24rem;
  line-height: 2;
}

.post p:not([class]) {
  font-size: 1.24rem;
  line-height: 2;
  padding-bottom: 1em;
}

.post h2:not([class]) {
  font-size: 2rem;
  margin: 40px 0 20px 0;
  border-left: 5px solid #222;
  padding: 0 0 0 20px;
  line-height: 1.3;
}

.post h3:not([class]) {
  font-size: 1.7rem;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 6px 20px;
  border-radius: 8px;
  margin: 30px 0 20px 0;
}

.post h4:not([class]) {
  font-size: 1.54rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin: 30px 0 20px 0;
}

.post h5:not([class]) {
  font-size: 1.39rem;
  padding: 20px 0 15px 0;
}

.post h6:not([class]) {
  font-size: 1.31rem;
  padding: 15px 0 8px 0;
}

.post img:not([class]) {
  padding-bottom: 20px;
}

.post blockquote:not([class]) {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 3%;
  border-radius: 15px;
  margin: 30px 0;
}

.post table:not([class]) {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.post table:not([class]) thead th,
.post table:not([class]) thead td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.24rem;
  padding: 12px 3%;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.post table:not([class]) tbody th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.24rem;
  padding: 12px 3%;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  background-color: rgba(0, 0, 0, 0.05);
}

.post table:not([class]) tbody td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.24rem;
  padding: 12px 3%;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  line-height: 1.7;
  background-color: #fff;
}



.post ul:not([class]) {
  font-size: 1.24rem;
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.5em;
  padding: 20px 0;
}

.post ol:not([class]) {
  font-size: 1.24rem;
  line-height: 1.8;
  list-style: decimal;
  margin-left: 1.5em;
  padding: 20px 0;
}


@media screen and (max-width:834px) {

  .post {
    font-size: 1.16rem;
    line-height: 1.7;
    padding-bottom: 10px;
  }

  .post p:not([class]) {
    font-size: 1.16rem;
    line-height: 1.7;
  }

  .post h2:not([class]) {
    font-size: 1.31rem;
    margin: 30px 0 20px 0;
    border-left: 3px solid #222;
    padding: 0 0 0 10px;
    line-height: 1.3;
  }

  .post h3:not([class]) {
    font-size: 1.24rem;
    padding: 10px 10px;
    margin: 20px 0 14px 0;
    line-height: 1.3;
  }

  .post h4:not([class]) {
    font-size: 1.24rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 20px 0 10px 0;
    line-height: 1.3;
  }

  .post h5:not([class]) {
    font-size: 1.16rem;
    padding: 20px 0 10px 0;
  }

  .post h6:not([class]) {
    font-size: 1.16rem;
    padding: 15px 0 8px 0;
  }

  .post img:not([class]) {
    padding-bottom: 10px;
  }

  .post blockquote:not([class]) {
    padding: 15px 3%;
    margin: 20px 0;
  }

  .post table:not([class]) {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }

  .post table:not([class]) thead th,
  .post table:not([class]) thead td {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }

  .post table:not([class]) tbody th {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }

  .post table:not([class]) tbody td {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }


  .post ul:not([class]) {
    font-size: 1.16rem;
    line-height: 1.5;
    padding: 10px 0;
  }

  .post ol:not([class]) {
    font-size: 1.16rem;
    line-height: 1.5;
    padding: 10px 0;
  }

}


/***********
module-corp
************/


.article {
  padding-bottom: 50px;
}

.article-heading {
  position: relative;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.article-heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #ea5a59 transparent transparent transparent;
  left: 0;
  top: 0;
}

.article-title {
  font-size: 280%;
  font-weight: 700;
  font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.3;
}

.article-time {
  display: block;
  font-size: 131%;
  font-weight: 400;
  font-family: 'Alata', sans-serif;
  color: #ea5a59;
  padding-top: 15px;
}

.article-time i {
  margin-right: 0.3em;
}


@media screen and (max-width:834px) {

  .article {
    padding-bottom: 30px;
  }

  .article-heading {
    padding: 15px 0 15px 10px;
    margin-bottom: 20px;
  }

  .article-heading::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #ea5a59 transparent transparent transparent;
    left: 0;
    top: 0;
  }

  .article-title {
    font-size: 154%;
  }

  .article-time {
    font-size: 93%;
    padding-top: 12px;
  }


}

/***********
module-schedule
************/



.schedule-trigger {
  display: flex;
  margin-left: 1px;
  position: relative;
  z-index: 9;
}

.schedule-trigger li {
  flex: 1;
  border: 1px solid #ccc;
  background-color: #ddd;
  border-bottom: none;
  text-align: center;
  padding: 30px 0;
  margin-top: 3px;
  margin-left: -3px;
  position: relative;
  cursor: pointer;
}

.schedule-trigger li.is-active {
  background-color: #fff;
  border-top-width: 3px;
  margin-top: 1px;
  border-top-color: #ea5a59;
  z-index: 8;
  box-shadow: 0 2px 0 #fff;
}

.schedule-trigger-date {
  font-family: 'Alata', 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-size: 300%;
  line-height: 1;
}

.schedule-trigger-date small {
  font-weight: 700;
  font-size: 60%;
}

.schedule-trigger-date span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 50%;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 0.3em;
}

.schedule-trigger-date span.sun {
  background-color: #e98d9e;
}

.schedule-trigger-date span.sat {
  background-color: #009de1;
}

.schedule-trigger-date span.fri {
  background-color: #888581;
  text-align: center;
}

.scheduleWrap {
  border-top: 1px solid #ccc;
}

.schedule {
  padding: 40px 0;
}


@media screen and (max-width:834px) {

  .schedule-trigger {
    margin-left: 3px;
  }

  .schedule-trigger li {
    padding: 12px 0;
  }

  .schedule-trigger li.is-active {}

  .schedule-trigger-date {
    font-size: 154%;
  }

  .scheduleWrap {}

  .schedule {
    padding: 20px 0;
  }


}

/***********
module-scheduleTable
************/

.scheduleTable {
  border-collapse: separate;
  border-spacing: 5px;
}

.scheduleTable thead tr th:nth-child(1) {
  /* width: 40px; */
}

.scheduleTable thead tr th:nth-child(2) {}

.scheduleTable thead tr th:nth-child(3),
.scheduleTable thead tr th:nth-child(4),
.scheduleTable thead tr th:nth-child(5),
.scheduleTable thead tr th:nth-child(6) {
  /* width: 25.5%; */
}

.scheduleTable th {
  width: 19%;
}

.scheduleTable td {
  width: 27%;
}

.scheduleTable-ch {
  background-color: #000;
  color: #fff;
  font-family: 'Alata', sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  padding: 40px 0;
  border-radius: 10px;
}

.scheduleTable-ch01 {
  background-color: #009de1;
}

.scheduleTable-ch02 {
  background-color: #63b96f;
}

.scheduleTable-ch03 {
  background-color: #efa752;
}

.scheduleTable-ch04 {
  background-color: #e98d9e;
}


.scheduleTable tbody td {
  vertical-align: middle;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.scheduleTable tbody td:hover {
  background-color: #fffcd3
}

.scheduleTable tbody tr th.scheduleTable-day {
  background-color: #333;
  color: #fff;
  border-radius: 10px;
}

.scheduleTable tbody tr th.scheduleTable-time {
  vertical-align: middle;
  background-color: #ea5a59;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-family: 'Alata', sans-serif;
  font-weight: normal;
  font-size: 1.39rem;
}

.scheduleBox {
  text-align: center;
  padding: 40px 8px;
  font-weight: 600;
}

.scheduleBox h3 {
  font-size: 1.31rem;
  font-weight: 600;
  padding-bottom: 0.5em;
  line-height: 1.4;
}

.scheduleBox p {
  font-size: 1rem;
  line-height: 1.4;
  opacity: 0.8;
}

.scheduleBox a {
  color: #000;
  text-decoration: none;
}

.scheduleTable tbody tr td.scheduleTable-mutual {
  text-align: center;
  padding: 15px 0;
  background-color: #999;
  color: #fff;
  font-size: 139%;
  font-weight: 600;
}

.scheduleTable tbody tr td.scheduleTable-interval {
  text-align: center;
  padding: 20px 0;
  background-color: #ccc;
  font-size: 139%;
  font-weight: 600;
}

.scheduleBlock {
  display: flex;
  flex-wrap: wrap;
  min-width: 834px;
  gap: 5px;
}

.scheduleBlock__inner {
  background-color: #f0f0f0;
  border-radius: 10px;
  width: calc((100% - 10px)/3);
  padding: 0;
}

.scheduleBlock__inner a {
  color: #000;
  text-decoration: none;
  padding: 40px 8px;
  display: block;
}

.scheduleBlock__inner a:hover {
  background: #fffcd3;
}

@media screen and (max-width:834px) {

  .scheduleTable {
    border-spacing: 3px;
  }

  .scheduleTable thead tr th:nth-child(1) {
    width: 30px;
  }

  .scheduleTable thead tr th:nth-child(3),
  .scheduleTable thead tr th:nth-child(4),
  .scheduleTable thead tr th:nth-child(5),
  .scheduleTable thead tr th:nth-child(6) {
    width: 25%;
  }

  .scheduleTable-ch {
    font-size: 1.54rem;
    padding: 20px 0;
    border-radius: 6px;
  }


  .scheduleTable tbody td {
    border-radius: 6px;
  }

  .scheduleTable tbody td:hover {
    background-color: #f0f0f0;
  }

  .scheduleTable tbody tr th.scheduleTable-day {
    border-radius: 6px;
  }

  .scheduleTable tbody tr th.scheduleTable-time {
    border-radius: 6px;
    font-size: 1.16rem;
  }

  .scheduleBox {
    padding: 12px 5px;
  }

  .scheduleBox h3 {
    font-size: 1.24rem;
    padding-bottom: 0.3em;
  }

  .scheduleBox p {
    font-size: 0.93rem;
  }

  .scheduleTable tbody tr td.scheduleTable-mutual {
    padding: 12px 0;
    font-size: 1.16rem;
  }

  .scheduleTable tbody tr td.scheduleTable-interval {
    padding: 12px 0;
    font-size: 1.16rem;
  }

  .scheduleBlock__inner {
    padding: 0;
  }

  .scheduleBlock__inner a {
    padding: 12px 5px;
  }

}

/***********
module-is-spScroll
************/

@media screen and (max-width:834px) {

  .is-spScroll {
    overflow: auto;
    position: relative;
    margin-right: -6%;
    margin-left: -6%;
    -webkit-overflow-scrolling: touch;
  }

  .is-spScroll::-webkit-scrollbar {
    height: 10px;
  }

  .is-spScroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }

  .is-spScroll::-webkit-scrollbar-track-piece {
    background: #eee;
  }

  body.is-pc .is-spScroll::after {
    display: none !important;
  }

  .is-spScroll.is-active::after {
    display: none;
  }

  .is-spScroll>.spScroll-480 {
    min-width: 480px;
    margin-left: 2%;
  }

  .is-spScroll>.spScroll-640 {
    min-width: 640px;
    margin-left: 2%;
  }

  .is-spScroll>.spScroll-834 {
    min-width: 834px;
    margin-left: 2%;
  }

  .is-spScroll>.spScroll-1024 {
    min-width: 1024px;
    margin-left: 2%;
  }

}



/***********
module-pagination
************/

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 2.5em;
  border: 1px solid #000;
  color: #000;
  font-family: 'Alata', sans-serif;
  text-decoration: none;
  text-align: center;
  font-size: 131%;
  font-weight: normal;
  padding: 0.6em 0;
  line-height: 1;
  margin: 0 2px;
}

.pagination span,
.pagination a:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width:834px) {

  .pagination span,
  .pagination a {
    font-size: 100%;
  }

}



/***********
module-paging
************/

.paging {
  position: relative;
  height: 100px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.paging a {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 116%;
  font-weight: normal;
  padding: 0.8em 2em;
  line-height: 1;
}

.paging a:hover {
  background-color: #000;
  color: #fff;
}

.paging-next {
  position: absolute;
  right: 0;
}

.paging-next i {
  transform: translate(1em);
}

.paging-prev {
  position: absolute;
  left: 0;
}

.paging-prev i {
  transform: translate(-1em);
}

@media screen and (max-width:834px) {

  .paging a {
    font-size: 100%;
  }

}

/***********
module-xxxxx
************/
.slide-btn {}

.slide-btn:first-letter {
  font-weight: bold;
  margin-right: 2px;
}

.slide-contents {
  width: 100%;
  margin: 0 0 1.6em 0;
  padding: 20px;
  display: none;
  border-bottom: 2px solid #ddd;
}

/***********
module-xxxxx
************/
/**********************************************
module-cv
***********************************************/

.cv {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 0;
  z-index: 9990;
}

.cv-list {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}

.cv-list li {
  width: 49%;
}

.cv-btn {
  display: block;
  background-color: #333;
  padding: 5px 0;
  border-radius: 100px;
  font-weight: bold;
  font-size: 170%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 2;
}

.cv-btn01 {
  background-color: #ea5a59;
}

.cv-btn02 {
  background-color: #1f1933;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv-btn02 p {
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  padding-left: 8px;
}

@media screen and (max-width:768px) {

  .cv {
    padding: 5px 0;
  }

  .cv-list {
    display: flex;
    padding: 0;
  }

  .cv-list li {
    width: 49%;
    letter-spacing: 0;
  }

  .cv-btn {
    padding: 10px 0;
    border-radius: 100px;
    font-size: 100%;
    line-height: 1.5;
  }

}

/***********
fixedBanner
************/

.l-fixedBanner {
  position: fixed;
  left: -100%;
  bottom: 0;
  z-index: 990;
  padding: 0 10px 10px 10px;
  transition: all 0.8s ease 1s;
}

body.is-loaded .l-fixedBanner {
  left: 0;
}

.l-fixedBanner-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  left: 10px;
  bottom: 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.l-fixedBanner-close::before,
.l-fixedBanner-close::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin-top: -1px;
  background-color: #555;
  position: absolute;
  left: 5px;
  top: 50%;
}

.l-fixedBanner-close::before {
  transform: rotate(-45deg);
}

.l-fixedBanner-close::after {
  transform: rotate(45deg);
}

@media screen and (max-width:834px) {

  .l-fixedBanner {
    transform: scale(0.8);
    transform-origin: left bottom;
  }

}

@media screen and (max-width:520px) {

  .l-fixedBanner {
    transform: scale(0.6);
    transform-origin: left bottom;
  }

}

/***********
online url
************/

.online {
  padding: 0 0 100px;
}

.online__day {
  display: inline-block;

}

.online__title {
  font-size: 24px;
  margin: 0 0 12px;
}

.online__schedule {

  margin: 0 auto 30px;
  padding: 40px 0 0;
}

.online__schedule--orange {
  border: solid 4px #efa752;
}

.online__schedule--blue {
  border: solid 4px #009de1;
}

.online__schedule--green {
  border: solid 4px #63b96f;
  margin: 0 auto;
}

.online__date {
  padding: 0 40px;
  margin: 0 0 30px;
}

.online__list {}

.online__listItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 0 40px 30px;
}

.online__listItem:last-of-type {
  margin: 0;
  border: none;
}

.online__schedule--orange li {
  border-bottom: solid 1px #efa752;
}

.online__schedule--blue li {
  border-bottom: solid 1px #009de1;
}

.online__schedule--green li {
  border-bottom: solid 1px #63b96f;
}

.online__listItem:last-of-type {
  margin: 0;
}

.online__booth {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  width: 240px;
  border-radius: 10px;
}

.online__booth--blue {
  background: #009de1;
}

.online__booth--green {
  background: #63b96f;
}

.online__booth--orange {
  background: #efa752;
}

.online__url {
  display: block;
  font-size: 20px;
}

.online__qr {
  display: block;
  width: 80px;
}

@media screen and (max-width:834px) {
  .online {
    padding: 0 0 100px;
  }

  .online__day {
    display: inline-block;

  }

  .online__title {
    font-size: 16px;
  }

  .online__schedule {

    margin: 0 auto 30px;
    padding: 40px 0 0;
  }


  .online__date {
    padding: 0 20px;
    margin: 0 0 30px;
    font-size: 200%;
    text-align: center;
  }

  .online__list {}

  .online__listItem {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin: 0 0 30px;
    padding: 0 20px 30px;
  }


  .online__booth {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    border-radius: 10px;
  }


  .online__url {
    display: block;
    font-size: 14px;
  }

  .online__qr {
    display: block;
    width: 80px;
  }
}



/***********
module-xxxxx
************/

/***********
module-xxxxx
************/

/***********
module-xxxxx
************/

/***********
module-xxxxx
************/

/***********
module-xxxxx
************/




/**********************
status
**********************/

.is-hide {
  display: none;
}

.is-out {
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline {
  display: inline;
}

.is-sp-inline {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step>* {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.is-step.is-show>* {
  opacity: 1;
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline {
    display: inline;
  }

  .is-pc-inline {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}