@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Oswald:wght@300;500&display=swap");
/*@mixin hover2 {
  transition: .1s;
  box-shadow: 0 5px 0 0 darken($black, 20%);
  &:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    text-decoration: none;
    box-shadow: 0 0 0 0 darken($black, 20%);
  }
}*/
/******************************************
[global]
******************************************/
html,
body {
  /*height: 100%;*/
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 0;
}
.inner-wide {
  width: calc(100% - 80px);
  max-width: 1800px;
  margin: auto;
}

/* sp */
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .inner-wide {
    width: 100%;
    padding: 0 15px;
  }
  .inner > .inner {
    padding: 0;
  }
}
.flexInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexInner-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* sp */
@media screen and (max-width: 768px) {
  .flexInner {
    display: block;
  }
  .flexInner > div {
    width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.full {
  width: 100%;
}
img.radius {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  img.radius {
    border-radius: 14px;
  }
}
.img {
  font-size: 0;
  overflow: hidden;
}

b {
  font-weight: 700;
}

a {
  color: #F34A08;
}
a:hover {
  text-decoration: underline;
}

p {
  margin-top: 10px;
}
p:first-of-type {
  margin-top: 0;
}
p a {
  color: #F34A08;
  text-decoration: underline;
}
p.ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}

br.space {
  content: "";
  display: block;
  margin: 15px 0;
}

hr {
  margin: 0 auto;
  padding: 40px 0;
  border: 0;
  z-index: 1;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background: url(../img/hr.png) center no-repeat;
  background-size: contain;
}

small {
  font-size: 85%;
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
.tel i {
  font-size: 80%;
  margin: 0 5px 0 0;
}

.fz0 {
  font-size: 0;
}

.num {
  font-family: "Oswald";
}

.eng {
  font-family: "Oswald";
  font-weight: 500;
  line-height: 1;
}

.naname {
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.naname > * {
  -webkit-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
          transform: skewX(25deg);
  display: inline-block;
  width: 100%;
}
.naname2 {
  -webkit-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
          transform: skewX(25deg);
}
.naname2 > * {
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
  display: inline-block;
  width: 100%;
}

.colorRecruit {
  background-color: #01ABE6 !important;
}

.colorMail {
  background-color: #F2784C !important;
}

ul.disk li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -22.5px;
  padding-left: 25px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.mt0 {
  margin-top: 0px !important;
}

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

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

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

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

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

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

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

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

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

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

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

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

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

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

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

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

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

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

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

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

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

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

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

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

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

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

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

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

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

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

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

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

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

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

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

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

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

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

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

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

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

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

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

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

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

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

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

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

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

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

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

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

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

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

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

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

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

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

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

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

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

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/******************************************
[PC・SP表示非表示]
******************************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 120% !important;
  font-weight: 700 !important;
  /* sp */
}
@media screen and (max-width: 768px) {
  .big {
    line-height: 1.6;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center !important;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-center-pc {
    text-align: justify;
  }
}

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

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

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 768px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #01ABE6 !important;
}

.color-sub {
  color: #6697D1 !important;
}

.black {
  color: #01ABE6 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #F34A08 !important;
}

.orange {
  color: #F2784C !important;
}

.yellow {
  color: #F7EF90 !important;
}

.green {
  color: #00B900 !important;
}

.blue {
  color: #324375 !important;
}

.brown {
  color: #633d0e !important;
}

.gray {
  color: #b5b3aa !important;
}

.gray-light {
  color: #F6F6F6 !important;
}

/******************************************
[見出し]
******************************************/
h2 {
  width: 100%;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-all;
}
h2.midashi-h2 {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  margin: 0 0 30px;
  display: block;
}
h2.midashi-h2.left {
  text-align: left;
}
h2.midashi-h2 span.eng {
  font-size: 3.5rem;
  color: #01ABE6;
  display: block;
  line-height: 1.2;
}

/* sp */
@media screen and (max-width: 768px) {
  h2.midashi-h2 {
    font-size: 1rem;
    margin: 0 0 20px;
  }
  h2.midashi-h2 span.eng {
    font-size: 2.25rem;
  }
}
h3 {
  line-height: 1.5;
}
h3.midashi-h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #6697D1;
  line-height: 1.4;
  margin: 0 0 20px;
  padding-left: 40px;
}
h3.midashi-h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url("../img/h3-bg.png") no-repeat center left;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* sp */
@media screen and (max-width: 768px) {
  h3.midashi-h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 0 20px;
    padding-left: 26px;
  }
  h3.midashi-h3:before {
    height: 46px;
  }
}
h4 {
  font-size: 1.25rem;
  color: #6697D1;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 3px solid #6697D1;
  padding-bottom: 7px;
  margin: 0 0 20px;
}

/* sp */
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.125rem;
    margin: 10px 0;
  }
}
h5 {
  font-size: 1.125rem;
  color: #01ABE6;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #01ABE6;
  margin: 20px 0 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1rem;
  }
}
/******************************************
[header]
******************************************/
header {
  line-height: 1;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.on {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
header .header-l h1.logo a {
  font-size: 0;
  display: block;
}
header .header-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-r nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .header-r .contactBtn .telTxt {
  background-color: #01ABE6;
  padding: 7px 10px;
  margin-bottom: 5px;
}
header .header-r .contactBtn .telTxt p {
  color: #F7EF90;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
header .header-r .contactBtn a.tel {
  font-size: 1.75rem;
  color: #333;
  text-align: right;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-r .contactBtn a.tel i {
  font-size: 80%;
  margin-top: -10px;
}

/* sp */
@media screen and (max-width: 768px) {
  header {
    height: 50px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header {
    padding: 5px 60px;
  }
  header .header-l {
    padding: 0;
  }
  header .header-l h1 {
    font-size: 0.625rem;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  header .header-l .logo a img {
    margin-top: 5px;
  }
  header .header-r {
    display: none;
  }
}
/******************************************
[footer]
******************************************/
footer {
  background-color: #324375;
  padding: 80px 0;
}
footer p, footer a {
  color: #fff;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
footer .footer > div {
  width: 50%;
}
footer .footer-left p {
  line-height: 1;
  margin-top: 15px;
}
footer .footer-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .footer-right .navi {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -10px;
}
footer .footer-right .navi > li {
  line-height: 1;
}
footer .footer-right .navi > li.sub a {
  padding-top: 0;
  font-size: 0.875rem;
}
footer .footer-right .navi > li.sub a:before {
  content: "-";
  display: inline-block;
  padding: 0 6px;
}
footer .footer-right .navi > li a {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px 14px 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
footer .footer-right .navi > li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #01ABE6;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0 100px;
  }
  footer .footer {
    display: block;
  }
  footer .footer > div {
    width: 100%;
  }
  footer .footer-left .logo {
    text-align: center;
  }
  footer .footer-left .logo img {
    width: 300px;
  }
  footer .footer-left p {
    line-height: 1;
    margin-top: 15px;
  }
  footer .footer-right {
    margin-top: 20px;
  }
  footer .footer-right .navi {
    height: 160px;
    margin-top: 0;
  }
  footer .footer-right .navi > li {
    width: 50%;
  }
  footer .footer-right .navi > li a {
    padding: 8px 10px 10px 0;
  }
}
.copy {
  color: #fff;
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 20px auto 0 !important;
  font-size: 0.75rem;
  text-align: left;
}

/* sp */
@media screen and (max-width: 768px) {
  .copy {
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 0.75rem;
    text-align: center;
  }
}
/******************************************
[section]
******************************************/
section {
  padding: 80px 0;
  overflow: hidden;
  z-index: 0;
}
section:nth-child(odd) {
  background-color: #faf9f6;
}

/* sp */
@media screen and (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav {
  width: 100%;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
}
nav > ul {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
nav > ul > li {
  text-align: center;
  padding: 0;
}
nav > ul > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  border-right: 1px solid #b5b3aa;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav > ul > li:last-child:after {
  display: none;
}
nav > ul > li > a, nav > ul > li > p {
  height: 100%;
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 15px 30px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
nav > ul > li > a:hover, nav > ul > li > p:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  background-color: #01ABE6;
  color: #fff;
}
nav > ul > li > a:hover span, nav > ul > li > p:hover span {
  color: #fff;
}
nav > ul > li > a > span, nav > ul > li > p > span {
  display: block;
  color: #b5b3aa;
  font-size: 0.875rem;
  margin-top: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav .spNav-info {
  display: none;
}
nav .spNav-info-logo {
  display: none;
}
nav {
  /* ドロップダウン */
}
nav .nav-main .nav-sub {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  width: 220px;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
  padding: 20px;
}
nav .nav-main .nav-sub li {
  border-top: 1px solid #DDCEC4;
}
@media screen and (min-width: 769px) {
  nav .nav-main .nav-sub li:last-child {
    border-bottom: 1px solid #DDCEC4;
  }
}
nav .nav-main .nav-sub li a {
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #633d0e;
  padding: 15px 0;
  margin: 0 auto;
}
nav .nav-main .nav-sub li a:before {
  font-family: "icomoon";
  content: "\e90a";
  font-size: 0.625rem;
  margin: 0 5px 0 0;
  display: block;
}
@media screen and (min-width: 769px) {
  nav .nav-main .nav-sub li a:hover {
    text-decoration: none;
  }
}
nav .nav-main:hover .nav-sub {
  visibility: visible;
  opacity: 1;
  top: 70px;
}

/* sp */
@media screen and (max-width: 768px) {
  nav {
    display: block;
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    will-change: transform;
    border-width: 0;
    padding: 0;
  }
  nav > ul {
    background: #01ABE6;
    display: block;
    padding: 0;
    margin: 0;
  }
  nav > ul > li {
    text-align: center;
    padding: 0;
  }
  nav > ul > li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-right-width: 0;
    border-bottom: 1px solid #fff;
    position: static;
  }
  nav > ul > li:last-child:after {
    display: none;
  }
  nav > ul > li > a, nav > ul > li > p {
    font-size: 1.125rem;
    color: #fff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  nav > ul > li > a > span, nav > ul > li > p > span {
    color: #fff;
    font-size: 0.875rem;
    margin: 0 0 0 10px;
  }
  nav .spNav-info {
    display: block;
    padding: 15px;
    border-radius: 0;
  }
  nav .spNav-info .btn {
    margin-top: 10px;
  }
  nav .spNav-info .btn a {
    font-size: 1rem;
    width: 100%;
    height: 40px;
  }
  nav .spNav-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav .spNav-info .info dt, nav .spNav-info .info dd {
    font-size: 0.75rem;
    line-height: 1.5;
    border-bottom: 1px dashed #b5b3aa;
    padding: 5px 0;
  }
  nav .spNav-info .info dt {
    width: 80px;
    font-weight: 700;
    margin-bottom: 0;
  }
  nav .spNav-info .info dd {
    width: calc(100% - 80px);
    padding-left: 5px;
  }
  nav .spNav-info-logo {
    height: 50px;
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 5px 60px 5px 10px;
  }
  nav .spNav-info-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  nav .spNav-info-logo a img {
    width: auto;
    height: 30px;
  }
  nav .spNav-info .spNav-info-tel {
    font-size: 1rem;
    font-weight: 600;
  }
  nav .spNav-info .spNav-info-tel i {
    margin-right: 5px;
  }
  nav {
    /* ドロップダウン */
  }
  nav .nav-main {
    height: auto;
  }
  nav .nav-main > p {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
  }
  nav .nav-main > p:after {
    color: #fff;
    left: initial;
    right: 10px;
  }
  nav .nav-main .nav-sub {
    visibility: visible;
    opacity: 1;
    width: 95%;
    padding: 0;
    position: initial;
    margin: 0 auto 10px;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0;
  }
  nav .nav-main .nav-sub:before {
    display: none;
  }
  nav .nav-main .nav-sub li {
    width: 50%;
    border: 1px solid #01ABE6 !important;
  }
  nav .nav-main .nav-sub li a {
    font-size: 14px !important;
    height: auto;
    color: #01ABE6;
    background: #fff;
    text-align: left;
    padding: 10px;
    line-height: 1;
  }
}
/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .splogo {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #b5b3aa;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #01ABE6;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    bottom: 6px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 0;
  }
  .button {
    left: 0;
    outline: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    border-radius: 0;
  }
  .button:after {
    content: "MENU";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -8px;
  }
  .button .bar:after {
    top: 8px;
  }
  .open .header-r {
    display: block;
  }
  .open nav {
    left: 0;
    background-color: #fff;
  }
  .open .button {
    -ms-transform: translate(260px, 0);
        transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
    left: initial;
    right: 260px;
    border-radius: 0;
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.8;
    visibility: visible;
  }
  .telBtn {
    background: #01ABE6;
    right: 0;
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
  }
  .telBtn:after {
    content: "TEL";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.375rem;
    top: 5px;
  }
  .telBtn2 {
    top: 65px;
  }
  .telBtn2:after {
    content: "MOBILE";
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/* クローンナビ */
.clone-header {
  width: 100%;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  max-width: 100% !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
.clone-header .header {
  display: none;
  height: auto;
}
.clone-header .header-l, .clone-header .header-r {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .clone-header {
    min-width: 1020px;
  }
}
@media screen and (max-width: 768px) {
  .clone-header {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .clone-header {
    height: auto;
  }
  .clone-header nav {
    padding: 10px;
    display: block !important;
  }
  .clone-header nav ul {
    height: 40px;
    margin-top: 10px;
  }
}
.clone-header.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  top: 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
}
.clone-header.is-show nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clone-header.is-show nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}
.clone-header.is-show nav ul li {
  height: 100%;
}
.clone-header.is-show nav .spNav-info-logo {
  font-size: 0;
  display: block;
  padding-left: 20px;
}
.clone-header.is-show nav .spNav-info-logo a img {
  height: 24px;
}

/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: -100px;
  right: 0;
  width: auto;
  height: 100px;
}
.pagetop:before {
  content: "";
  display: block;
  background: url(../img/totop-wave.png) right top repeat-x;
  background-size: contain;
  width: calc(100vw - 172px);
  height: 22px;
  position: fixed;
  bottom: -100px;
  left: 0;
  margin: auto;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop:after {
  content: "TOP";
  color: #01ABE6;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -5px;
  right: 10px;
  z-index: -1;
}
.pagetop a {
  line-height: 1;
  display: block;
  height: 100px;
}
.pagetop a img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  bottom: -13px;
}
.pagetop.fade:before {
  bottom: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .pagetop {
    position: fixed;
    z-index: 7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: -40px;
    right: 0;
    width: auto;
    height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pagetop:before {
    width: calc(100vw - 60px);
    height: 10px;
    position: fixed;
    bottom: -100px;
  }
  .pagetop:after {
    font-size: 0.875rem;
    top: -20px;
    right: 10px;
  }
  .pagetop a {
    height: 40px;
  }
  .pagetop a img {
    width: auto;
    height: 100%;
  }
  .pagetop.fade {
    bottom: 35px;
  }
  .pagetop.fade:before {
    bottom: 39px;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
  height: 400px;
}
/* sp */
@media screen and (max-width: 768px) {
  .gmap {
    height: 300px !important;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  -webkit-box-shadow: 5px 5px 0px 0px rgba(102, 151, 209, 0.5);
          box-shadow: 5px 5px 0px 0px rgba(102, 151, 209, 0.5);
}

.shadow-2 {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(102, 151, 209, 0.5);
          box-shadow: 10px 10px 0px 0px rgba(102, 151, 209, 0.5);
}

.shadow-3 {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(102, 151, 209, 0.5);
          box-shadow: 5px 5px 5px 0px rgba(102, 151, 209, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -0.9rem;
  padding: 0 0 0 0.9rem;
  margin: 4px 0 0 !important;
  display: block;
  width: 100%;
}
.note:first-child {
  margin: 10px 0 0;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  display: block;
}

/* sp */
@media screen and (max-width: 768px) {
  .note {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
}
/******************************************
[topics] トピックス
******************************************/
.topics.news ul li {
  width: 100%;
}
.topics.news ul li:last-child {
  margin-bottom: 0;
}
.topics.news ul li:last-child a {
  border-bottom-width: 0;
}
.topics.news ul li .topics_date {
  font-weight: 700;
  display: inline-block;
  margin: 0;
  color: #01ABE6;
  /*background: $main;
  border-radius: 100px;
  padding: 0 15px 3px 15px;*/
}
.topics.news ul li .topics_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 20px;
}
.topics.news ul li .topics_thumb {
  display: block;
}
.topics.news ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}
.topics.news ul li a {
  font-size: 1.125rem;
  line-height: 1;
  padding: 20px 0;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #b5b3aa;
}
.topics.news ul li a:hover {
  text-decoration: none;
}
.topics.detail .topics_title {
  font-size: 1.25rem;
  font-weight: 800;
}
.topics.detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
}
.topics.detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics.detail .topics_body {
  font-size: 1rem;
  padding: 40px 0 0;
}
.topics.detail .topics_body a {
  text-decoration: underline;
}
.topics.detail .topics_body h2 {
  margin: 20px 0 12px 0;
  font-size: 1.75em;
  color: #F2784C;
  margin-bottom: 1rem;
}
.topics.detail .topics_body h3 {
  margin: 40px 0 12px 0;
  border-bottom: solid 1px #c3b9b6;
  padding-bottom: 5px;
  color: #a46853;
  font-size: 1.3rem;
}
.topics.detail .topics_body h4 {
  margin: 30px 0 10px 0;
  background-color: #9a9a9a;
  color: #fff;
  padding: 2px 9px;
}
.topics.detail .topics_body p {
  line-height: 165%;
  margin-bottom: 1rem;
}
.topics.thumbnail > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4.2%;
}
.topics.thumbnail > ul li {
  width: 30.5%;
}
.topics.thumbnail > ul li a {
  color: #333;
  display: block;
  line-height: 1.2;
  padding: 0;
}
.topics.thumbnail > ul li a > span {
  display: block;
}
.topics.thumbnail > ul li .topics_thumb {
  width: 100%;
  height: 15vw;
  max-height: 220px;
  display: block;
  margin: 0 auto 10px;
  overflow: hidden;
  background: url("../img/_thumbnail.jpg") center no-repeat;
  background-size: cover;
  z-index: 1;
}
.topics.thumbnail > ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topics.thumbnail > ul li .topics_date {
  color: #01ABE6;
  font-weight: 700;
  padding: 0 10px;
}
.topics.thumbnail > ul li .topics_title {
  font-weight: 700;
  width: 100%;
  text-align: left;
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
  display: block;
  padding: 0 10px;
  line-height: 1.5;
}
.topics .category_name {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  min-width: 80px;
  color: #fff;
  padding: 6px 10px 7px;
  margin-right: 20px;
  line-height: 1;
  background-color: #01ABE6;
  border-radius: 100px;
  display: inline-block !important;
}

/* sp */
@media screen and (max-width: 768px) {
  .topics.news ul li .topics_date {
    font-size: 0.875rem;
  }
  .topics.news ul li .topics_title {
    padding-left: 0;
    width: 100%;
    display: block;
    margin-top: 5px;
  }
  .topics.news ul li a {
    font-size: 1rem;
    display: block;
    padding: 0 0 20px;
    margin: 0;
  }
  .topics.news ul li span {
    display: inline-block;
  }
  .topics.detail {
    padding: 15px;
    background-size: 240px 240px;
  }
  .topics.detail .topics_title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .topics.detail .topics_date {
    font-size: 0.625rem;
  }
  .topics.detail .topics_body {
    font-size: 1rem;
    padding: 30px 15px;
  }
  .topics.thumbnail ul {
    display: block;
  }
  .topics.thumbnail ul li {
    width: 100%;
    margin: 40px 0 0;
  }
  .topics.thumbnail ul li:first-of-type {
    margin-top: 0;
  }
  .topics.thumbnail ul li .topics_thumb {
    width: 100%;
    aspect-ratio: 280/198;
    height: auto;
    border-radius: 4px;
  }
  .topics.thumbnail ul li .topics_date,
  .topics.thumbnail ul li .topics_title {
    font-size: 0.875rem;
  }
  .topics.thumbnail ul li .topics_date {
    padding: 0;
  }
  .topics.thumbnail ul li .topics_title {
    padding: 0;
    margin: 0;
  }
  .topics .category_name {
    font-size: 0.625rem;
    min-width: inherit;
    padding: 5px 10px;
    margin-right: 5px;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  position: fixed;
  right: 0;
  top: 260px;
  z-index: 10;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.sideBnr a {
  width: 80px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: #01ABE6;
  padding: 20px 36px 20px 20px;
  margin: 10px 0;
  display: block;
  line-height: 1;
  text-decoration: none;
  right: -20px;
}
.sideBnr a:hover {
  right: 0;
}
.sideBnr a.line {
  background-color: #00B900;
}
.sideBnr a i {
  font-size: 150%;
  margin-bottom: 10px;
}
.sideBnr a i.icon-line:before {
  color: #fff;
}

/* sp */
@media screen and (max-width: 768px) {
  .sideBnr {
    width: 100%;
    height: 40px;
    position: fixed;
    right: 0;
    left: 0;
    top: initial;
    bottom: 0;
    z-index: 10;
    text-align: center;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    z-index: 9;
  }
  .sideBnr a {
    width: 100%;
    height: 30px;
    font-size: 0.875rem;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
    padding: 8px 0;
    margin: 0;
    right: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .sideBnr a i {
    font-size: 100%;
    margin-bottom: 2px;
    margin-right: 5px;
  }
}
/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.imgTxt .flowNum {
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 1;
}
.imgTxt-img {
  font-size: 0;
  width: 400px;
  overflow: hidden;
}
.imgTxt-img img {
  width: 100%;
}
.imgTxt-img.right {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.imgTxt-img.left {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.imgTxt-img.height100 {
  border-radius: 20px;
}
.imgTxt-img.height100 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  height: 100%;
  max-width: initial;
}
.imgTxt-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgTxt-txt .ttl {
  font-size: 2rem;
  color: #F2784C;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px;
  display: block;
}
.imgTxt-txt.left {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.imgTxt-txt.right {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.imgTxt.big .imgTxt-img {
  width: 500px;
}
.imgTxt.big .imgTxt-img img {
  width: 100%;
}
.imgTxt.wide {
  margin-top: 40px;
}
.imgTxt.wide .imgTxt-img {
  width: 500px;
}
.imgTxt.wide .imgTxt-img img {
  width: 100%;
}
.imgTxt.wide .imgTxt-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgTxt.small .imgTxt-img {
  width: 300px;
}
.imgTxt.small .imgTxt-img img {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  .imgTxt,
  .imgTxt.mini {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
  }
  .imgTxt .flowNum,
  .imgTxt.mini .flowNum {
    left: -10px;
    top: -10px;
  }
  .imgTxt .flowNum img,
  .imgTxt.mini .flowNum img {
    width: 60px;
    height: auto;
  }
  .imgTxt > div,
  .imgTxt.mini > div {
    min-height: auto;
  }
  .imgTxt .imgTxt-img,
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-img,
  .imgTxt.mini .imgTxt-txt {
    width: 100% !important;
  }
  .imgTxt .imgTxt-img,
  .imgTxt.mini .imgTxt-img {
    height: auto;
    margin: 0 auto 15px;
  }
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-txt {
    padding: 0 !important;
  }
  .imgTxt .ttl,
  .imgTxt.mini .ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .imgTxt .txt,
  .imgTxt.mini .txt {
    font-size: 1rem;
  }
  .imgTxt:nth-of-type(even) .imgTxt-txt,
  .imgTxt.mini:nth-of-type(even) .imgTxt-txt {
    padding: 15px 0 0;
  }
}
/******************************************
コンタクトエリア　.contactSec
******************************************/
#contactSec {
  padding: 0;
  background-color: #EEF3F4;
}
#contactSec .contactSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contactSec .contactSec h2 {
  color: #fff;
  width: 200px;
  height: auto;
  margin: 0 100px 0 0;
  padding: 5% 0;
}
#contactSec .contactSec h2 span.eng {
  color: #fff;
  font-size: 2.75rem;
  width: 100%;
}
#contactSec .contactSec h2:after {
  content: "";
  display: block;
  width: 1000px;
  height: 100%;
  background-color: #01ABE6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
#contactSec .contactSec h2:before {
  content: "";
  display: block;
  width: 90px;
  height: 100%;
  background: url("../img/contactSec-tri.png") no-repeat bottom left;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -90px;
}
#contactSec .contactSec-btn {
  padding: 20px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contactSec .contactSec-btn .ttl {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #324375;
  line-height: 1;
}
#contactSec .contactSec-btn .ttl span {
  font-size: 2.5rem;
  display: block;
  color: #01ABE6;
  margin-bottom: 15px;
}
#contactSec .contactSec-btn .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  gap: 15px;
}
#contactSec .contactSec-btn .btnBox p {
  margin: 0;
  height: 60px;
}
#contactSec .contactSec-btn .btnBox p a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contactSec .contactSec-btn .tel {
  width: 43%;
  background-color: #01ABE6;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px dashed #b5b3aa;
}
#contactSec .contactSec-btn .tel i {
  margin: 5px 5px 0 0;
}
#contactSec .contactSec-btn .tel a {
  text-decoration: none;
}
#contactSec .contactSec-btn .mail a,
#contactSec .contactSec-btn .line a {
  height: 100%;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
#contactSec .contactSec-btn .mail a i,
#contactSec .contactSec-btn .line a i {
  font-size: 150%;
  margin-right: 5px;
}
#contactSec .contactSec-btn .mail {
  width: 57%;
  background-color: #324375;
}
#contactSec .contactSec-btn .line {
  width: 27%;
  background-color: #00B900;
}
#contactSec .contactSec-btn .line i:before {
  color: #fff;
}

/* sp */
@media screen and (max-width: 768px) {
  #contactSec {
    padding: 60px 0;
    background-size: 40px 40px;
  }
  #contactSec .contactSec {
    display: block;
  }
  #contactSec .contactSec h2 {
    width: 200px;
    margin: 0 100px 0 0;
    padding: 5% 0;
  }
  #contactSec .contactSec h2 span.eng {
    font-size: 2.5rem;
  }
  #contactSec .contactSec h2:after {
    width: 400px;
  }
  #contactSec .contactSec-btn {
    padding: 20px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #contactSec .contactSec-btn .ttl {
    font-size: 0.875rem;
  }
  #contactSec .contactSec-btn .ttl span {
    font-size: 1.75rem;
  }
  #contactSec .contactSec-btn .btnBox {
    display: block;
  }
  #contactSec .contactSec-btn .btnBox p {
    margin: 10px auto 0;
    width: 200px;
    height: 40px;
  }
  #contactSec .contactSec-btn .btnBox p a {
    font-size: 1rem;
  }
  #contactSec .contactSec-btn .tel a {
    font-size: 20px !important;
  }
  #contactSec .contactSec-btn .mail a,
  #contactSec .contactSec-btn .line a {
    height: 100%;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
  }
  #contactSec .contactSec-btn .mail a i,
  #contactSec .contactSec-btn .line a i {
    font-size: 150%;
    margin-right: 5px;
  }
  #contactSec .contactSec-btn .mail {
    width: 30%;
    background-color: #324375;
  }
  #contactSec .contactSec-btn .line {
    width: 27%;
    background-color: #00B900;
  }
  #contactSec .contactSec-btn .line i:before {
    color: #fff;
  }
}
/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  z-index: 1;
}
.btn a {
  font-size: 1rem;
  color: #324375;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 50px 16px 20px;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #324375;
}
.btn a:after {
  content: "";
  width: 20px;
  height: 7px;
  border-right: solid 1px #324375;
  border-bottom: solid 1px #324375;
  -webkit-transform: skew(45deg);
      -ms-transform: skew(45deg);
          transform: skew(45deg);
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn a:hover {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  background-color: #01ABE6;
  color: #fff;
}

/* sp */
@media screen and (max-width: 768px) {
  .btn {
    margin: 20px auto 0;
  }
  .btn a {
    font-size: 0.875rem;
    padding: 10px 40px 11px 15px;
    margin: 0 5px;
  }
  .btn a:after {
    content: "";
    width: 15px;
    height: 5px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .telNum a {
    color: #fff;
  }
}
/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
}
table.basic tr {
  border-top: 1px dashed #b5b3aa;
}
table.basic tr:first-child {
  border-top-width: 0;
}
table.basic tr th, table.basic tr td {
  text-align: left;
  padding: 20px 10px;
  line-height: 1.5;
}
table.basic tr th {
  font-weight: 600;
  width: 140px;
  vertical-align: baseline;
}

/* sp */
@media screen and (max-width: 768px) {
  table.basic tr th, table.basic tr td {
    font-size: 0.875rem;
    padding: 10px 5px;
  }
  table.basic tr th {
    width: 70px;
  }
}
dl.basic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl.basic dt, dl.basic dd {
  border-bottom: 1px dashed #b5b3aa;
  padding: 10px 5px;
}
dl.basic dt {
  width: 25%;
}
dl.basic dd {
  width: 75%;
}

/******************************************
[.frame] フレーム
******************************************/
.frame {
  padding: 25px;
  margin: 20px 0;
}
.frame-line {
  border: 1px solid #b5b3aa;
  padding: 20px;
  margin: 10px 0;
}
.frame-white {
  background: #fff;
  padding: 30px;
  margin: 40px 0 0;
  border-radius: 8px;
}
.frame-white:first-of-type {
  margin-top: 0;
}
.frame-beige {
  background: rgba(250, 249, 246, 0.5);
  padding: 30px;
  margin: 40px 0 0;
  border-radius: 8px;
}
.frame-beige:first-of-type {
  margin-top: 0;
}
.frame-waku {
  padding: 40px 50px;
  background: url("../img/frame_top.png"), url("../img/frame_bottom.png");
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
}
.frame-waku:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  background: url("../img/frame_mid.png") repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/* sp */
@media screen and (max-width: 768px) {
  .frame {
    padding: 15px;
  }
  .frame-line {
    padding: 15px;
  }
  .frame-white {
    padding: 15px;
    margin: 20px 0 0;
  }
  .frame-waku {
    width: calc(100% + 20px);
    padding: 20px 25px;
    margin-left: -10px;
    background: url("../img/frame_top-sp.png"), url("../img/frame_bottom-sp.png");
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
  }
  .frame-waku:after {
    height: calc(100% - 56px);
    background: url("../img/frame_mid-sp.png") repeat center;
    background-size: 100% auto;
  }
}
/******************************************
[.check] チェックボックス
******************************************/
.check li {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  padding-bottom: 10px;
}
.check li:before {
  color: #01ABE6;
  font-size: 1.5em;
  line-height: 1;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
  margin-right: 10px;
}
.check.line li {
  border-bottom: 1px dashed #01ABE6;
}

/* sp */
@media screen and (max-width: 768px) {
  .check li {
    font-size: 1rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 10px;
  }
  .check li:first-child {
    margin-top: 0;
  }
  .check li:before {
    font-size: 1.2em;
  }
}
.list li {
  display: block;
  line-height: 1.5;
  padding-left: 1.4rem;
  padding-bottom: 20px;
  margin: 20px 0 0;
  border-bottom: 1px dashed #b5b3aa;
}
.list li:first-child {
  margin-top: 0;
}
.list li:before {
  content: "●";
  color: #01ABE6;
  display: inline-block;
  width: 1em;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.list.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list.inline li {
  margin: 0 5% 2% 0;
}
.list.noborder li {
  border-bottom-width: 0;
  padding-bottom: 5px;
  margin-top: 5px;
}
.list-num li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 32px;
  margin-top: 15px;
}
.list-num li:first-child {
  margin-top: 0;
}
.list-num li span {
  font-weight: 900;
  display: inline-block;
  line-height: 1.4;
  width: 27px;
  height: 27px;
  background-color: #01ABE6;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
}

/* sp */
@media screen and (max-width: 768px) {
  .list li {
    padding-bottom: 15px;
    margin: 15px 0 0;
  }
  .list.inline li {
    margin: 0 5% 2% 0;
  }
  .list-num li {
    font-size: 0.875rem;
    padding-left: 25px;
    margin-top: 10px;
  }
  .list-num li span {
    width: 20px;
    height: 20px;
  }
}
/******************************************
ローディング　loading
******************************************/
#load_animation {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

#load_animation.is-active {
  opacity: 0;
  visibility: hidden;
}

.load-icon {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.load-icon img {
  width: auto;
  max-width: initial;
  height: 50px;
}

.load-icon.is-active {
  opacity: 1;
  visibility: visible;
}

/* sp */
@media screen and (max-width: 768px) {
  .load-icon img {
    width: 70%;
    height: auto;
  }
}
/******************************************
画面最下部追従バナー　fixBnr
******************************************/
.fixBnr {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6697D1;
  z-index: 100;
}
.fixBnr .btn {
  width: 50%;
  height: 100%;
  margin: 0;
}
.fixBnr .btn:nth-child(1) a {
  background-image: url(../img/bg-red.jpg);
}
.fixBnr .btn:nth-child(2) a {
  background-image: url(../img/bg-green.jpg);
}
.fixBnr .btn a {
  font-size: 1.5vw;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background-position: center;
  background-size: 293px 238px;
}
.fixBnr .btn a img {
  width: 2vw;
  margin: 0 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  .fixBnr {
    height: 40px;
  }
  .fixBnr .btn:nth-child(1) {
    width: 35%;
  }
  .fixBnr .btn:nth-child(2) {
    width: 65%;
  }
  .fixBnr .btn a {
    font-size: 0.6875rem;
  }
  .fixBnr .btn a img {
    width: auto;
    height: 20px;
  }
}
/******************************************
[flow.html] 
******************************************/
.step-list li {
  border-radius: 20px;
  background-color: #F6F6F6;
  margin: 10px 0 0;
  padding: 30px 30px 30px 180px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step-list li:first-child {
  margin-top: 0;
}
.step-list li .img {
  width: 120px;
  margin-right: 20px;
}
.step-list li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.step-list li .txt p.ttl {
  font-size: 1.75rem;
  font-weight: 700;
  color: #F34A08;
  margin-bottom: 5px;
}
.step > p {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 40px 15px;
  border-radius: 100px;
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

/* sp */
@media screen and (max-width: 768px) {
  .step-list li {
    display: block;
    border-radius: 18px;
    padding: 15px 15px 15px 75px;
  }
  .step-list li .img {
    width: 40px;
    margin: 0;
    position: absolute;
    top: 10px;
  }
  .step-list li .txt p {
    font-size: 0.875rem;
  }
  .step-list li .txt p.ttl {
    font-size: 1.25rem;
    margin: 0 0 10px 50px;
  }
  .step > p {
    font-size: 0.875rem;
    padding: 20px 5px;
    height: calc(100% - 40px);
    top: 20px;
    left: 5px;
  }
  .step > p.flow-sale {
    height: 72%;
    left: 35px;
  }
}
.float .img {
  font-size: 0;
}
.float .img img {
  border-radius: 10px;
}
.float .img.left {
  width: 220px;
  margin: 0 40px 20px 0;
  float: left;
}
.float .img.right {
  width: 220px;
  margin: 0 0 20px 40px;
  float: right;
}
/* sp */
@media screen and (max-width: 768px) {
  .float .img.left {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  .float .img.right {
    width: 100%;
    margin: 0 0 40px 0;
    float: none;
  }
}
.menu > li {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
  border-radius: 20px;
  padding: 10px 10px 20px;
}
.menu > li .img {
  border-radius: 15px;
  margin-bottom: 20px;
}
.menu > li .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu > li .txt {
  padding: 0 1rem;
}
.menu > li .txt .ttl {
  font-size: 30px !important;
  font-weight: 800;
  margin-bottom: 15px;
}
.menu > li .txt .btn {
  margin: 20px auto;
}
.menu > li .txt .btn a {
  background-color: #6697D1;
}

/* sp */
@media screen and (max-width: 768px) {
  .menu {
    display: block;
  }
  .menu > li {
    width: 100%;
    padding: 15px 15px 20px;
    margin: 20px auto 0;
  }
  .menu > li:first-child {
    margin-top: 0;
  }
  .menu > li .txt .ttl {
    font-size: 20px !important;
  }
  .menu > li .txt .btn {
    margin: 20px auto 0;
  }
}
.ttl-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.ttl-txt h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  text-align: left;
  margin-bottom: 0;
}
.ttl-txt h3 span {
  text-align: left;
}
.ttl-txt p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/* sp */
@media screen and (max-width: 768px) {
  .ttl-txt {
    display: block;
    margin-bottom: 30px;
  }
  .ttl-txt h3 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
#bnr {
  padding: 40px 0;
  background-color: #fff;
}
#bnr a {
  display: block;
  font-size: 0;
}

#index section {
  background-color: #fff;
}
#index {
  /******************************************
  [mv]
  ******************************************/
}
#index .mv {
  width: 100%;
  height: 100vh;
  margin: auto;
  background: url("../img/mv-bg.jpg") no-repeat right center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .mv-box {
  width: 100%;
  margin: auto;
  padding: 0 50% 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#index .mv-main {
  margin: 20px 0;
}
#index .mv-sub {
  width: 100%;
  max-width: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
#index .mv-sub > .naname {
  width: 50%;
  padding: 10px;
  margin: 0 10px 10px 10px;
  -webkit-box-shadow: 10px 10px 0px 0px #fff;
          box-shadow: 10px 10px 0px 0px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index .mv-sub > .naname:nth-child(1) {
  background-color: #01ABE6;
}
#index .mv-sub > .naname:nth-child(2) {
  background-color: #324375;
}
#index .mv-sub > .naname p {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
#index .mv-sub > .naname p .eng {
  color: #F7EF90;
  font-size: 110%;
  font-weight: bold;
  line-height: 1;
}
#index .mv-target {
  width: 100%;
  max-width: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#index .mv-target .target-ttl {
  width: 180px;
  height: 180px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  background-color: #324375;
  border-radius: 100%;
  padding: 20px;
  margin-right: 20px;
}
#index .mv-target .target-ttl span {
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.2;
  color: #F7EF90;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .mv {
    background: url("../img/mv-sp.jpg") no-repeat right bottom;
    background-size: cover;
    margin-top: 50px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .mv-box {
    padding: 0 15px;
  }
  #index .mv-main {
    margin: 5px 0 15px;
  }
  #index .mv-sub {
    margin-top: 0;
  }
  #index .mv-sub > .naname {
    padding: 7px 10px 10px;
    -webkit-box-shadow: 6px 6px 0px 0px #fff;
            box-shadow: 6px 6px 0px 0px #fff;
  }
  #index .mv-sub > .naname p {
    font-size: 1rem;
  }
  #index .mv-target {
    display: block;
    width: 55%;
  }
  #index .mv-target .target-ttl {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 0.875rem;
    border-radius: 0;
    padding: 10px;
    margin: 0 0 10px;
  }
  #index .mv-target .target-ttl span {
    font-size: 1.5rem;
  }
  #index .mv-target .target-img {
    margin-top: 0;
  }
}
#index {
  /******************************************
  [sec1]  ジェットクリーンについて
  ******************************************/
}
#index #intro {
  padding: 80px 0 120px;
}
#index #intro:after {
  content: "";
  display: block;
  width: 90%;
  max-width: 62%;
  height: calc(100% - 40px);
  background-color: #EEF3F4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 89.3% 100%, 0 100%);
}
#index #intro:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/index_sec1-img.png") no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
}
#index #intro .intro {
  width: 90%;
  max-width: 55%;
}
#index #intro .intro-ttl {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 4px solid #324375;
}
#index #intro .intro-ttl:after {
  content: "ABOUT";
  font-family: "Oswald", sans-serif;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11.25rem;
  position: absolute;
  top: -110px;
  left: -15vw;
  z-index: -1;
}
#index #intro .intro-txt {
  font-size: 1.125rem;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #intro {
    padding: 60px 0 60vw;
  }
  #index #intro:after {
    width: 90%;
    max-width: initial;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #index #intro:before {
    width: 95%;
    height: 100%;
    background: url("../img/index_sec1-img.png") no-repeat bottom right;
    background-size: contain;
    position: absolute;
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
  }
  #index #intro .intro {
    width: 100%;
    max-width: initial;
  }
  #index #intro .intro-ttl {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #index #intro .intro-ttl:after {
    font-size: 5rem;
    top: -70px;
    left: -15px;
  }
}
#index {
  /******************************************
  [sec2]  サービス
  ******************************************/
}
#index #service {
  padding: 80px 0 40px;
}
#index .service {
  padding: 40px 0;
  margin-top: 40px;
  background-color: #EEF3F4;
}
#index .service:first-of-type {
  margin-top: 0;
}
#index .service:nth-of-type(even) .service-content {
  padding-left: 80px;
}
#index .service:nth-of-type(odd) .service-content {
  padding-right: 80px;
}
#index .service:nth-of-type(odd) .inner .service-ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#index .service:nth-of-type(odd) .inner .service-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#index .service:nth-of-type(odd) .inner .service-ttl:after {
  right: -120px;
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
}
#index .service > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#index .service-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
  width: 80px;
}
#index .service-ttl:before {
  content: "";
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  position: absolute;
  z-index: -1;
}
#index .service-ttl:after {
  content: "";
  width: 400px;
  height: calc(100% + 100px);
  position: absolute;
  top: -60px;
  right: -210px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -2;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
}
#index .service-ttl > span {
  font-size: 3.5rem;
  font-weight: 700;
  color: #01ABE6;
}
#index .service-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 80px);
}
#index .service-content .imgTxt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .service.gaichu .service-ttl:before {
  background-image: url("../img/service_icon-bee.png");
  background-size: contain;
  top: -80px;
  left: 50px;
}
#index .service.gaiju .service-ttl:before {
  width: 150px;
  height: 82px;
  background-image: url("../img/service_icon-raccoon.png");
  background-size: contain;
  top: -80px;
  left: -130px;
}
#index .service.seiso .service-ttl:before {
  width: 100px;
  height: 81px;
  background-image: url("../img/service_icon-clean.png");
  background-size: contain;
  top: -80px;
  left: 50px;
}
#index .service-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
}
#index .service-sub .ttl {
  width: 200px;
  margin-right: 30px;
}
#index .service-sub .ttl h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#index .service-sub .ttl .btn a {
  font-size: 0.875rem;
  margin: 0;
}
#index .service-sub .txt {
  width: calc(100% - 200px);
}
#index .service-sub .txt.thumbnail ul li a span.topics_thumb {
  width: 100%;
  height: 140px;
}
#index .service-sub .txt.thumbnail ul li a span.topics_title {
  font-size: 0.875rem;
  padding: 0 6px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #service {
    padding: 60px 0 20px;
  }
  #index .service {
    padding: 20px 0;
    margin-top: 60px;
  }
  #index .service:nth-of-type(even) .service-ttl:after {
    left: 15px;
  }
  #index .service:nth-of-type(even) .service-content {
    padding-left: 0;
  }
  #index .service:nth-of-type(even) .imgTxt-img {
    padding-left: 50px;
  }
  #index .service:nth-of-type(odd) .service-content {
    padding-right: 0;
  }
  #index .service:nth-of-type(odd) .imgTxt-img {
    padding-right: 50px;
  }
  #index .service:nth-of-type(odd) .inner .service-ttl {
    right: 15px;
  }
  #index .service:nth-of-type(odd) .inner .service-ttl:after {
    right: 0px;
    clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  }
  #index .service > .inner {
    display: block;
  }
  #index .service-ttl {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 0;
    width: 32px;
    position: absolute;
    top: 0;
  }
  #index .service-ttl > span {
    font-size: 2rem;
  }
  #index .service-ttl:before {
    width: 100px;
    height: 100px;
    z-index: 1;
  }
  #index .service-ttl:after {
    width: 85vw;
    height: 200vh;
    right: initial;
    z-index: -2;
    clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%);
  }
  #index .service-content {
    width: 100%;
  }
  #index .service-content .imgTxt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .service.gaichu .service-ttl:before {
    top: -70px;
    left: 10px;
  }
  #index .service.gaichu .service-ttl:after {
    left: 10px;
  }
  #index .service.gaiju .service-ttl:before {
    width: 120px;
    height: 66px;
    top: -60px;
    left: inherit;
    right: 20px;
  }
  #index .service.seiso .service-ttl:before {
    width: 90px;
    height: 73px;
    top: -65px;
    left: 20px;
  }
  #index .service.seiso .service-ttl:after {
    height: 100vh;
  }
  #index .service-sub {
    display: block;
    padding: 15px;
  }
  #index .service-sub .ttl {
    width: 100%;
    margin: 0 0 15px;
  }
  #index .service-sub .ttl h3 {
    font-size: 1.5rem;
  }
  #index .service-sub .txt {
    width: 100%;
  }
  #index .service-sub .txt.thumbnail ul li a span.topics_thumb {
    width: 100%;
    height: 100vw;
  }
  #index .service .serviceNote p {
    font-size: 0.875rem;
  }
}
#index {
  /******************************************
  [sec3]  エリア
  ******************************************/
}
#index #area {
  background-color: #FAF9F6;
}
#index #area .frame-white {
  padding: 40px;
}
#index .area p {
  font-size: 1.25rem;
}
#index .area p span {
  font-size: 2.25rem;
  font-weight: 700;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #area .frame-white {
    padding: 20px;
  }
  #index #area .imgTxt-img {
    text-align: center;
  }
  #index #area .imgTxt-img img {
    width: auto;
    height: 300px;
  }
  #index .area p {
    font-size: 1rem;
  }
  #index .area p span {
    font-size: 1.25rem;
  }
}
#index {
  /******************************************
  [sec3]  講座について
  ******************************************/
}
#index #topMenu-sub {
  background: url("../img/index_sec4-bg.jpg") no-repeat center center;
  background-size: cover;
}
#index .topMenu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 40px;
}
#index .topMenu-sub li {
  width: 320px;
  height: 226px;
}
#index .topMenu-sub li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  color: #333;
  background: url("../img/index_sec4-menuBg.jpg") no-repeat center center;
  background-size: contain;
}
#index .topMenu-sub li a .txt {
  color: #fff;
  text-align: center;
  font-weight: 600;
}
#index .topMenu-sub li a .txt > span {
  display: block;
}
#index .topMenu-sub li a .txt .icon {
  display: block;
  margin-bottom: 5px;
}
#index .topMenu-sub li a .txt .ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}
#index .topMenu-sub li a:hover {
  background: url("../img/index_sec4-menuBg-on.jpg") no-repeat center center;
  text-decoration: none;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .topMenu-sub {
    gap: 16px 16px;
  }
  #index .topMenu-sub li {
    width: calc(50% - 8px); /* 親要素の半分（横2列）になるよう調整 */
    aspect-ratio: 320/226; /* これで高さが自動計算されます */
    height: auto; /* 固定値の上書きを防ぐ */
  }
  #index .topMenu-sub li a {
    padding: 20px;
  }
  #index .topMenu-sub li a .txt .icon img {
    width: auto;
    height: 40px;
  }
  #index .topMenu-sub li a .txt .ttl {
    font-size: 1rem;
    line-height: 1.2;
  }
}
#index {
  /******************************************
  [sec6]  活動の様子
  ******************************************/
}
#index #report {
  background: url("../img/index_sec6-bg.jpg") no-repeat center center;
  background-size: cover;
}
#index #report .topics {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 40px;
}
#index #report .topics .topics_thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/index_sec6-frame.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #report .topics {
    padding: 20px;
  }
}
#index {
  /******************************************
  [sec4]  採用情報
  ******************************************/
}
#index .recruitSec {
  width: 100%;
  height: 400px;
  background-color: #FAF9F6;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#index .recruitSec-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#index .recruitSec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#index .recruitSec-text {
  width: 30%;
  min-width: 500px;
  padding: 60px 20px;
}
#index .recruitSec-text .ttl {
  font-size: 2rem;
  color: #F2784C;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
#index .recruitSec-text .txt {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
#index .recruitSec-text .btn {
  margin-top: 40px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .recruitSec {
    height: auto;
    border-radius: 16px;
    display: block;
  }
  #index .recruitSec-img {
    font-size: 0;
  }
  #index .recruitSec-img img {
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
  }
  #index .recruitSec-text {
    width: 100%;
    min-width: initial;
    padding: 15px;
  }
  #index .recruitSec-text .ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  #index .recruitSec-text .txt {
    font-size: 0.875rem;
  }
  #index .recruitSec-text .btn {
    margin-top: 20px;
  }
}
#index {
  /******************************************
  [sec5]  アクセス
  ******************************************/
}
#index .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index .access > div {
  height: 480px;
}
#index .access > div iframe {
  height: 100%;
}
#index .access-l {
  width: 440px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}
#index .access-l .img {
  border-radius: 12px;
  margin-bottom: 10px;
}
#index .access-l .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 94%;
  margin: auto;
}
#index .access-l .info dt, #index .access-l .info dd {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 5px 0;
  border-top: 1px dashed #b5b3aa;
}
#index .access-l .info dt:first-of-type, #index .access-l .info dd:first-of-type {
  border-top-width: 0;
}
#index .access-l .info dt {
  width: 19.2%;
  font-weight: 700;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#index .access-l .info dd {
  width: 80.8%;
  font-weight: normal;
  padding-left: 8%;
}
#index .access-r {
  width: 560px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .access {
    display: block;
  }
  #index .access > div {
    height: auto;
  }
  #index .access-l {
    width: 100%;
    border-radius: 16px;
    padding: 15px;
  }
  #index .access-l .img {
    border-radius: 10px;
  }
  #index .access-l .info dt, #index .access-l .info dd {
    font-size: 0.875rem;
  }
  #index .access-r {
    width: 100%;
    margin-top: 20px;
  }
}
#index {
  /******************************************
  [sec6]  ブログバナー
  ******************************************/
}
#index #blog {
  padding: 60px 0 80px;
  background-color: initial;
}
#index a.blog-btn {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FAF9F6;
  border-radius: 16px;
  overflow: hidden;
  padding-right: 20px;
}
#index a.blog-btn span {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index a.blog-btn span img {
  font-size: 0;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index a.blog-btn {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 16px;
    padding-right: 0;
  }
  #index a.blog-btn span {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index a.blog-btn span img {
    margin: 5px 0;
  }
  #index a.blog-btn span.img1 {
    width: 100%;
    height: 150px;
  }
  #index a.blog-btn span.img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #index a.blog-btn span.img2 {
    width: 35%;
    padding: 15px 0 15px 15px;
  }
  #index a.blog-btn span.img2 img {
    height: auto;
  }
  #index a.blog-btn span.img3 {
    width: 55%;
    padding: 15px 0;
  }
  #index a.blog-btn span.img3 img {
    height: auto;
  }
  #index a.blog-btn span.img4 {
    width: 10%;
    padding: 15px 15px 15px 0;
  }
  #index a.blog-btn span.img4 img {
    height: auto;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
}
#second .mv {
  width: 100%;
  margin: auto;
  height: 400px;
  background-color: #fff;
  overflow: hidden;
}
#second .mv-box {
  width: 100%;
  height: 100%;
  margin: auto;
}
#second .mv-box:after {
  content: "";
  width: calc(100% + 10px);
  height: 410px;
  background: url("../img/mv-bg-second.jpg") top right no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 0;
  -ms-filter: blur(2px);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 1;
}
#second .mv-ttl {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 700;
  width: 100%;
  max-width: 1040px;
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 2;
  margin: 40px auto 0;
  text-shadow: 0px 0px 10px black;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .mv {
    margin-top: 50px;
    height: 120px;
  }
  #second .mv-box:after {
    height: 130px;
    background: url("../img/mv-bg-second-sp.jpg") center right no-repeat;
    background-size: cover;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
  }
  #second .mv-ttl {
    font-size: 1.25rem;
    height: 100%;
    margin: 0 0 0 15px;
  }
}
#second {
  /******************************************
  [service.html] 作業内容
  ******************************************/
}
#second #intro:after {
  content: "";
  display: block;
  width: 90%;
  max-width: 80%;
  height: calc(100% - 40px);
  background-color: #EEF3F4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 89.3% 100%, 0 100%);
}
#second .intro-ttl {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 4px solid #324375;
}
#second .intro-ttl:after {
  content: "ABOUT";
  font-family: "Oswald", sans-serif;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11.25rem;
  position: absolute;
  top: -110px;
  left: -15vw;
  z-index: -1;
}
#second .intro-txt {
  font-size: 1.125rem;
}
#second .repList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#second .repList li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background-color: #6697D1;
  color: #fff;
  padding: 8px 15px 10px;
  border-radius: 4px;
}
#second .price {
  width: 100%;
  margin: 10px 0;
}
#second .price tr:first-child th {
  color: #324375;
  width: 50%;
  text-align: center;
  background-color: #EEF3F4;
}
#second .price tr th, #second .price tr td {
  font-size: 1rem;
  padding: 7px 15px;
  border: 1px solid #b5b3aa;
}
#second .price tr td {
  background-color: #fff;
  text-align: right;
}
#second .price tr td small {
  font-size: 0.875rem;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second #intro:after {
    width: 95%;
    max-width: initial;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  }
  #second .intro-ttl {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #second .intro-ttl:after {
    font-size: 5rem;
    top: -70px;
    left: -15px;
  }
  #second .intro-txt {
    font-size: 1.125rem;
  }
  #second .repList {
    gap: 5px;
  }
  #second .repList li {
    font-size: 0.9375rem;
    padding: 5px 10px 8px;
  }
  #second .price tr th, #second .price tr td {
    font-size: 0.875rem;
    padding: 5px 10px;
  }
  #second .price tr td small {
    font-size: 0.75rem;
  }
}
#second {
  /******************************************
  [pest-control.html] 害虫駆除
  ******************************************/
}
#second .target-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #01ABE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
#second .target-img:after {
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  top: 4px;
  left: 4px;
}
#second .target-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 60px;
  max-height: 60px;
}
#second .target-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 40px;
}
#second .target-ttl small {
  font-size: 1rem;
}
#second .target-txt {
  font-size: 1.125rem;
  border-top: 1px solid #b5b3aa;
  border-bottom: 1px solid #b5b3aa;
  padding: 15px 0;
  margin: 15px 0;
}
#second .target dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#second .target dl dt, #second .target dl dd {
  font-size: 1rem;
  font-weight: 700;
}
#second .target dl dt {
  font-size: 1rem;
}
#second .target dl dd {
  font-size: 1.25rem;
}
#second .flow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#second .flow > ul {
  width: 100%;
  padding-left: 0;
}
#second .flow > ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 80px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#second .flow > ul > li:first-child {
  margin-top: 0;
}
#second .flow > ul > li:not(:last-child):before {
  content: "";
  background: #b5b3aa;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% + 30px);
  left: 33px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#second .flow > ul > li .flow-img {
  font-size: 0;
  width: 240px;
}
#second .flow > ul > li .flow-img img {
  width: 100%;
}
#second .flow > ul > li > dl {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#second .flow > ul > li > dl dt {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #01ABE6;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #01ABE6;
}
#second .flow > ul > li > dl dt > .num {
  font-size: 1.875rem;
  font-family: "Oswald";
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 1;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #01ABE6;
  position: absolute;
  top: -10px;
  left: -360px;
  padding: 13px;
}
#second .flow > ul > li > dl dt > .num:after {
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  top: 4px;
  left: 4px;
}
#second .flow > ul > li > dl dt > .num span {
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 1;
}
#second .flow > ul > li > dl dd {
  color: #333;
  margin: 0;
  overflow: hidden;
}
#second .flow > ul > li > dl dd .btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 20px;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .target-img {
    width: 40px;
    height: 40px;
    top: 9px;
    left: 15px;
  }
  #second .target-img:after {
    width: 36px;
    height: 36px;
    top: 2px;
    left: 2px;
    border-width: 1px;
  }
  #second .target-img img {
    max-width: 30px;
    max-height: 30px;
  }
  #second .target-ttl {
    font-size: 1.25rem;
    margin-left: 45px;
    line-height: 1.2;
  }
  #second .target-ttl small {
    font-size: 0.875rem;
  }
  #second .target-txt {
    font-size: 1rem;
  }
  #second .target dl dt, #second .target dl dd {
    font-size: 0.875rem;
  }
  #second .target dl dt {
    font-size: 0.875rem;
  }
  #second .target dl dd {
    font-size: 1rem;
  }
  #second .flow > ul > li {
    padding-left: 40px;
    margin-top: 40px;
    display: block;
  }
  #second .flow > ul > li:not(:last-child):before {
    top: calc(50% + 30px);
    left: 17px;
  }
  #second .flow > ul > li .flow-img {
    width: 200px;
  }
  #second .flow > ul > li > dl {
    padding-left: 0;
  }
  #second .flow > ul > li > dl dt {
    font-size: 1.125rem;
    margin: 10px 0;
    padding-bottom: 5px;
  }
  #second .flow > ul > li > dl dt > .num {
    font-size: 1.25rem;
    width: 50px;
    height: 50px;
    top: -160px;
    left: -46px;
    padding: 9px;
  }
  #second .flow > ul > li > dl dt > .num:after {
    width: 46px;
    height: 46px;
    border-width: 1px;
    top: 2px;
    left: 2px;
  }
  #second .flow > ul > li > dl dt > .num span {
    font-size: 0.75rem;
  }
  #second .flow > ul > li > dl dd .btn {
    margin-top: 15px;
  }
}
#second {
  /******************************************
  [pest-case.html] 害虫駆除事例
  ******************************************/
}
#second .case > ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 5%;
}
#second .case > ul > li {
  width: 29.933%;
}
#second {
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
}
#second .myhp-form {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  #second .myhp-form .myhp-form__title .myhp-form__label {
    font-size: 1.25rem;
  }
  #second .myhp-form .myhp-form__title .myhp-form__required {
    font-size: 0.875rem;
  }
  #second .myhp-form .myhp-form__mail-title {
    font-size: 1.25rem;
  }
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  border: 1px solid #b5b3aa;
  margin-top: 0 !important;
  background-color: #fff;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl {
  width: 100%;
}
#second .privacy-box-txt dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  color: #01ABE6;
  margin: 30px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 1.125rem;
  line-height: 1.6;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt dl dd a {
  text-decoration: underline;
}
#second .privacy-box-txt ul {
  margin: 0 0 20px 2em;
}
#second .privacy-box-txt ul.parenthesized {
  margin: 0 0 20px 1em;
}
#second .privacy-box-txt ul.parenthesized li {
  list-style-type: none;
  counter-increment: cnt;
}
#second .privacy-box-txt ul.parenthesized li::before {
  content: "（ " counter(cnt) " ）";
}
#second .privacy-box-txt ul.decimal li {
  list-style-type: decimal;
}
#second .privacy-box-txt ul li {
  font-size: 1rem;
  margin: 5px 0;
}
#second .privacy table tr th, #second .privacy table tr td {
  border: 1px solid #b5b3aa;
  padding: 10px;
}
#second .privacy table tr th {
  width: 170px;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second #form {
    margin-top: 0;
    padding-top: 30px;
  }
  #second .privacy-box {
    padding: 0;
  }
  #second .privacy-box-txt p {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 1.0625rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.875rem;
  }
  #second .privacy .basic th {
    width: 100px !important;
  }
}
#second table.normal {
  background: #fff;
}
#second table.normal tr th, #second table.normal tr td {
  color: #333;
  border: 1px solid #b5b3aa;
  padding: 10px 20px;
}
#second table.normal tr th {
  text-align: center;
  background: #F6F6F6;
}
#second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
  padding: 10px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(1) {
  width: 300px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(2) {
  width: 150px;
}
#second .cookie .cookieTable table tr td {
  font-size: 0.9375rem;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .cookie .cookieTable {
    width: 100%;
    overflow-x: scroll;
  }
  #second .cookie .cookieTable table {
    width: 600px;
  }
  #second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
    font-size: 0.875rem;
    padding: 10px;
  }
  #second .cookie .cookieTable table tr th {
    width: 33.333% !important;
  }
}
#second .formTable {
  width: 100%;
}
#second .formTable tr {
  border-bottom: 1px solid #b5b3aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 30px 0;
}
#second .formTable tr th {
  font-weight: 600;
  line-height: 1.4;
  width: 200px;
  text-align: left;
  padding-top: 40px;
}
#second .formTable tr th span {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background-color: #F34A08;
  border-radius: 2px;
  padding: 7px 8px 5px;
  display: block;
  width: 44px;
}
#second .formTable tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #b5b3aa;
  border-radius: 2px;
  padding: 5px 10px;
}
#second .formTable tr td input::-webkit-input-placeholder, #second .formTable tr td select::-webkit-input-placeholder, #second .formTable tr td textarea::-webkit-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-moz-placeholder, #second .formTable tr td select::-moz-placeholder, #second .formTable tr td textarea::-moz-placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder, #second .formTable tr td select:-ms-input-placeholder, #second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-ms-input-placeholder, #second .formTable tr td select::-ms-input-placeholder, #second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea { /* IE */ }
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea { /* Edge */ }
#second .formTable tr td input.w10,
#second .formTable tr td select.w10,
#second .formTable tr td textarea.w10 {
  width: 10%;
}
#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}
#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}
#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}
#second .formTable tr td .select {
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td .select i {
  font-size: 70%;
  color: #01ABE6;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 14px 0;
  z-index: 1;
}
#second .formTable tr td .select select {
  padding-right: 30px;
}
#second .formTable tr td label {
  display: block;
  margin: 10px 0 0 0;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
#second .formTable {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .formTable tr {
    display: block;
  }
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
    width: 100% !important;
    display: block;
  }
  #second .formTable tr th {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  #second .formTable tr th span {
    font-size: 0.75rem;
    padding: 3px 5px;
    width: 37px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding: 0 0 15px 0;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    font-size: 0.875rem;
    width: 100% !important;
    padding: 0 10px;
  }
  #second .formTable tr td .select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #second .formTable tr td .select select {
    padding-right: 20px;
    margin-right: 5px;
  }
  #second .formTable tr td .select i {
    right: 26px;
  }
  #second .formTable tr td .itemName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #second .formTable tr td .itemName .w50 {
    width: 77% !important;
  }
  #second .formTable tr td .itemName .w10 {
    width: 60px !important;
    margin: 10px 5px 0 0;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #b5b3aa;
  padding: 5px 10px;
  margin: 0 5px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #01ABE6;
}
#second .submit {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #b5b3aa;
    padding: 5px 10px;
    width: 100px;
  }
}
#second {
  /******************************************
  [blog.html] ブログ
  ******************************************/
}
#second #blog .topics.thumbnail > ul li .topics_thumb {
  height: 200px;
}
#second {
  /******************************************
  [accept.html] 採用情報
  ******************************************/
}
#second #accept .topics.detail {
  padding: 5px 0 0;
}
#second .big.t-center.orange {
  font-size: 18px !important;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #second .big.t-center.orange {
    font-size: 16px !important;
    text-align: left !important;
  }
}

/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-2n.space2 .column-box,
.thumbnail-2n.space2 .column-box {
  width: calc((100% + 2px) / 2 - 2px);
  margin: 2px 2px 0 0;
}
.column-2n.space2 .column-box:nth-child(-n+2),
.thumbnail-2n.space2 .column-box:nth-child(-n+2) {
  margin-top: 0;
}

.column-2n,
.thumbnail-2n {
  margin-top: 30px;
}
.column-2n:first-child, .column-2n:first-of-type,
.thumbnail-2n:first-child,
.thumbnail-2n:first-of-type {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 40px) / 2 - 40px);
  margin: 40px 40px 0 0;
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 40px) / 2 - 40px);
  margin: 40px 40px 0 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 60px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .column-2n.space2 .column-box,
  .thumbnail-2n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-2n .column-box,
  .column-2n .thumbnail-box,
  .thumbnail-2n .column-box,
  .thumbnail-2n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-2n .column-box:last-child,
  .column-2n .thumbnail-box:last-child,
  .thumbnail-2n .column-box:last-child,
  .thumbnail-2n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-3n,
.thumbnail-3n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-3n.space2 .column-box,
.thumbnail-3n.space2 .column-box {
  width: calc((100% + 2px) / 3 - 2px);
  margin: 2px 2px 0 0;
}
.column-3n.space2 .column-box:nth-child(-n+3),
.thumbnail-3n.space2 .column-box:nth-child(-n+3) {
  margin-top: 0;
}

.column-3n,
.thumbnail-3n {
  margin-top: 30px;
}
.column-3n:first-child, .column-3n:first-of-type,
.thumbnail-3n:first-child,
.thumbnail-3n:first-of-type {
  margin-top: 0;
}
.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 40px) / 3 - 40px);
  margin: 40px 40px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .column-3n.space2 .column-box,
  .thumbnail-3n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-3n .column-box,
  .column-3n .thumbnail-box,
  .thumbnail-3n .column-box,
  .thumbnail-3n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-3n .column-box:last-child,
  .column-3n .thumbnail-box:last-child,
  .thumbnail-3n .column-box:last-child,
  .thumbnail-3n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-4n,
.thumbnail-4n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-4n.space2 .column-box,
.thumbnail-4n.space2 .column-box {
  width: calc((100% + 2px) / 4 - 2px);
  margin: 2px 2px 0 0;
}
.column-4n.space2 .column-box:nth-child(-n+4),
.thumbnail-4n.space2 .column-box:nth-child(-n+4) {
  margin-top: 0;
}

.column-4n,
.thumbnail-4n {
  margin-top: 30px;
}
.column-4n:first-child, .column-4n:first-of-type,
.thumbnail-4n:first-child,
.thumbnail-4n:first-of-type {
  margin-top: 0;
}
.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 40px) / 4 - 40px);
  margin: 40px 40px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .column-4n.space2 .column-box,
  .thumbnail-4n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-4n .column-box,
  .column-4n .thumbnail-box,
  .thumbnail-4n .column-box,
  .thumbnail-4n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-4n .column-box:last-child,
  .column-4n .thumbnail-box:last-child,
  .thumbnail-4n .column-box:last-child,
  .thumbnail-4n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-5n,
.thumbnail-5n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-5n.space2 .column-box,
.thumbnail-5n.space2 .column-box {
  width: calc((100% + 2px) / 5 - 2px);
  margin: 2px 2px 0 0;
}
.column-5n.space2 .column-box:nth-child(-n+5),
.thumbnail-5n.space2 .column-box:nth-child(-n+5) {
  margin-top: 0;
}

.column-5n,
.thumbnail-5n {
  margin-top: 30px;
}
.column-5n:first-child, .column-5n:first-of-type,
.thumbnail-5n:first-child,
.thumbnail-5n:first-of-type {
  margin-top: 0;
}
.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 40px) / 5 - 40px);
  margin: 40px 40px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .column-5n.space2 .column-box,
  .thumbnail-5n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-5n .column-box,
  .column-5n .thumbnail-box,
  .thumbnail-5n .column-box,
  .thumbnail-5n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-5n .column-box:last-child,
  .column-5n .thumbnail-box:last-child,
  .thumbnail-5n .column-box:last-child,
  .thumbnail-5n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-6n,
.thumbnail-6n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-6n.space2 .column-box,
.thumbnail-6n.space2 .column-box {
  width: calc((100% + 2px) / 6 - 2px);
  margin: 2px 2px 0 0;
}
.column-6n.space2 .column-box:nth-child(-n+6),
.thumbnail-6n.space2 .column-box:nth-child(-n+6) {
  margin-top: 0;
}

.column-6n,
.thumbnail-6n {
  margin-top: 30px;
}
.column-6n:first-child, .column-6n:first-of-type,
.thumbnail-6n:first-child,
.thumbnail-6n:first-of-type {
  margin-top: 0;
}
.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 40px) / 6 - 40px);
  margin: 40px 40px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .column-6n.space2 .column-box,
  .thumbnail-6n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-6n .column-box,
  .column-6n .thumbnail-box,
  .thumbnail-6n .column-box,
  .thumbnail-6n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-6n .column-box:last-child,
  .column-6n .thumbnail-box:last-child,
  .thumbnail-6n .column-box:last-child,
  .thumbnail-6n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[topics]
******************************************/
/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0 !important;
  clear: both;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: inherit !important;
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #b5b3aa !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #01ABE6;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
.topics_paging {
  /* sp */
}
@media screen and (max-width: 768px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
.floatImg {
  /* sp */
}
@media screen and (max-width: 768px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
ローディング　loading
******************************************/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#loading_barWrap:after {
  content: "";
  background: url("../img/loading.png") center no-repeat;
  background-size: contain;
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #01ABE6;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  bottom: -1px;
}

.loadingNone {
  display: none;
  -webkit-animation: loadingAnime 1s forwards;
          animation: loadingAnime 1s forwards;
}

@-webkit-keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}