@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Noto+Sans+JP:wght@400;600;800&family=League+Spartan:wght@500;700&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: 18px;
  font-weight: 400;
  line-height: 2;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 2;
  }
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}
.inner-wide {
  width: calc(100% - 200px);
  max-width: 100%;
  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;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.full {
  width: 100%;
}

a {
  color: #bf0000;
}
a:hover {
  text-decoration: underline;
}

p a {
  color: #bf0000;
  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;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #f4f4f4;
}

small {
  font-size: 85%;
}

.tel {
  display: flex;
  align-items: baseline;
}
.tel i {
  font-size: 70%;
  margin: 5px 5px 0 0;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.fz0 {
  font-size: 0;
}

.num {
  font-family: "Oswald";
  font-weight: normal;
}

.eng {
  font-family: "League Spartan";
  font-weight: 500;
}

/*.jp {
  font-family: "Hina Mincho";
}*/
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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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: 800 !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: #4ca438 !important;
}

.color-sub {
  color: #1d3442 !important;
}

.black {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #bf0000 !important;
}

.orange {
  color: #f07801 !important;
}

.yellow {
  color: #fff000 !important;
}

.green {
  color: #4ca438 !important;
}

.blue {
  color: #004098 !important;
}

.brown {
  color: #481c06 !important;
}

.gray {
  color: #b5b3aa !important;
}

.gray-light {
  color: #f4f4f4 !important;
}

/******************************************
[見出し]
******************************************/
h3 {
  font-size: 1.875rem;
  font-weight: 800;
  text-align: left;
  line-height: 1.4;
  display: block;
  margin: 0 0 40px;
}
h3 .eng {
  font-size: 4.375rem;
  line-height: 1.2;
  color: #4ca438;
  font-weight: 700;
  display: block;
  margin-bottom: -10px;
}
h3.center {
  text-align: center;
}

/* sp */
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.25rem;
    margin: 0 0 30px;
  }
  h3 .eng {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
h4 {
  font-size: 1.5625rem;
  font-weight: 800;
  line-height: 1.4;
  color: #004098;
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 3px dotted #004098;
  display: inline-block;
  /*&:after {
    content: "";
    width: 120px;
    height: 1px;
    border-bottom: 3px dotted $blue;
    position: absolute;
    left: 2px;
    bottom: -18px;
  }*/
}
h4.red {
  border-bottom-color: #bf0000;
}

/* sp */
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.125rem;
    padding-bottom: 10px;
    margin: 0 0 10px;
    border-bottom-width: 2px;
  }
}
h5 {
  font-size: 1.25rem;
  color: #4ca438;
  line-height: 1.5;
  font-weight: 800;
  margin: 0 0 20px;
}

/* sp */
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.125rem;
    margin: 0 0 10px;
  }
}
/******************************************
[header]
******************************************/
@media screen and (min-width: 769px) {
  .scrollOn header {
    padding: 10px 15px;
    transition: 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .scrollOn header .header .logo a img {
    height: 40px;
  }
  .scrollOn header .header nav {
    padding: 10px 0 0;
    transition: 0.3s;
  }
  .scrollOn header .header .tel.num {
    font-size: 2.1875rem;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  line-height: 1;
  padding: 20px 40px;
  margin: auto;
  z-index: 100;
  transition: 0.3s;
}
header .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
header .header .logo {
  font-size: 0;
  flex: 1;
}
header .header .logo a img {
  width: auto;
  max-width: inherit;
  height: 70px;
  transition: 0.3s;
}
header .header .tel.num {
  font-size: 2.5rem;
  line-height: 1;
}

/* sp */
@media screen and (max-width: 768px) {
  header {
    height: 50px;
    padding: 0;
  }
  header .header .logo {
    height: 50px;
    padding: 5px 50px;
    text-align: center;
    margin: 0;
  }
  header .header .logo a img {
    width: auto;
    max-width: inherit;
    height: 40px;
  }
  header .header .tel.num {
    display: none;
  }
}
/******************************************
[footer]
******************************************/
footer {
  color: #fff;
  background-color: #1d3442;
  background-size: contain;
  padding: 20px 0 60px;
  margin-top: 8vw;
}
footer:before {
  content: "";
  width: 100%;
  height: 8vw;
  background: url("../img/footer_top.png") center bottom no-repeat;
  background-size: cover;
  position: absolute;
  top: -8vw;
  left: 0;
  right: 0;
  margin: 0;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  width: auto;
  height: 60px;
}
footer .navi {
  margin: 40px 0;
  text-align: center;
}
footer .navi li {
  display: inline-block;
  margin: 10px 5px;
}
footer .navi li a {
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 0 15px;
}
footer .footer {
  display: flex;
  justify-content: space-between;
}
footer .footer > div {
  width: 48%;
}
footer .footer-left dl {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-left dl dt, footer .footer-left dl dd {
  line-height: 1.6;
  margin-bottom: 10px;
}
footer .footer-left dl dt {
  font-weight: 800;
  width: 15%;
  text-align: justify;
  text-align-last: justify;
}
footer .footer-left dl dd {
  width: 85%;
  padding-left: 15px;
}
footer .footer-right p {
  line-height: 1.6;
}
footer .footer-right p b {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 70px;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo img {
    height: 40px;
  }
  footer .navi {
    margin: 20px 0;
  }
  footer .navi li {
    margin: 5px;
  }
  footer .navi li a {
    font-size: 0.875rem;
    padding: 0 5px;
  }
  footer .footer {
    display: block;
  }
  footer .footer > div {
    width: 100%;
  }
  footer .footer-left dl dt, footer .footer-left dl dd {
    font-size: 0.75rem;
  }
  footer .footer-left dl dt {
    width: 14%;
  }
  footer .footer-left dl dd {
    width: 86%;
  }
  footer .footer-right p b {
    font-size: 0.875rem;
  }
}
.copy {
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}

/* sp */
@media screen and (max-width: 768px) {
  .copy {
    font-size: 0.625rem;
    margin-top: 30px;
  }
}
/******************************************
[section]
******************************************/
section {
  padding: 100px 0;
  overflow: hidden;
}

/* sp */
@media screen and (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav {
  width: 100%;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 20px 0 10px;
  z-index: 11;
  display: flex;
}
nav > ul {
  width: 100%;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav > ul > li {
  text-align: center;
  padding: 0;
  border-left: 1px solid #333;
}
nav > ul > li:hover > a {
  text-decoration: none;
}
nav > ul > li.begi > a {
  display: flex;
  align-items: center;
  padding: 0px 20px;
}
nav > ul > li.begi > a:before {
  content: "";
  width: 20px;
  height: 30px;
  background: url("../img/icon-beginner.png") center no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}
nav > ul > li.begi .nav-sub {
  width: 180px;
}
nav > ul > li.begi .nav-sub li {
  width: 100%;
}
nav > ul > li.visi {
  padding-left: 10px;
  border-left-width: 0;
}
nav > ul > li.visi a {
  line-height: 1;
  color: #fff;
  background-color: #4ca438;
  padding: 10px 20px 12px;
  border-radius: 4px;
}
nav > ul > li a {
  height: 100%;
  font-weight: 600;
  color: #333;
  line-height: 1;
  display: inline-block;
  padding: 5px 20px 7px;
  transition: 0.3s;
}
nav .spNav-info {
  display: none;
}
nav .spNav-info-logo {
  display: none;
}

/* ドロップダウン */
.nav-main > a:after {
  font-size: 1.125rem;
  font-family: "icomoon";
  color: #b5b3aa;
  content: "\e905";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -12px;
  margin: auto;
  z-index: 10;
}
.nav-main .nav-sub {
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  width: 510px;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(132, 207, 115, 0.95);
  z-index: 100;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
  display: flex;
  flex-wrap: wrap;
}
.nav-main .nav-sub:after {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #4ca438 transparent;
}
.nav-main .nav-sub:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 150px;
  height: 20px;
}
@media screen and (min-width: 769px) {
  .nav-main .nav-sub li:last-child {
    border-bottom-width: 0;
  }
}
.nav-main .nav-sub li a {
  font-size: 0.875rem;
  display: block;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #4ca438;
  padding: 10px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .nav-main .nav-sub li a:hover {
    text-decoration: none;
    color: #4ca438;
    background: #fff;
  }
}
.nav-main:hover .nav-sub {
  visibility: visible;
  opacity: 1;
  top: 45px;
}

/* sp */
@media screen and (max-width: 768px) {
  nav {
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #4ca438;
    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;
    display: block;
    /* ドロップダウン */
  }
  nav > ul {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  nav > ul > li {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0;
    border-left-width: 0;
    border-bottom: 1px solid #b5b3aa;
  }
  nav > ul > li.tel {
    display: none;
  }
  nav > ul > li:first-child {
    border-top: 1px solid #b5b3aa;
    border-bottom: 1px solid #b5b3aa;
  }
  nav > ul > li.begi > a:before {
    width: 14px;
    height: 20px;
  }
  nav > ul > li.begi .nav-sub {
    width: 100%;
  }
  nav > ul > li.visi {
    padding: 0;
  }
  nav > ul > li.visi a {
    padding: 20px 10px 22px !important;
    border-radius: 0;
  }
  nav > ul > li a {
    height: auto;
    color: #333;
    padding: 15px 10px !important;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  nav > ul > li a span {
    font-size: 1rem;
    color: #333;
    margin: 0 0 0 10px;
  }
  nav .nav-main {
    height: auto;
  }
  nav .nav-main > a:after {
    left: initial;
    right: 20px;
    bottom: 15px;
  }
  nav .nav-main .nav-sub {
    gap: 1px;
    background-color: initial;
    visibility: visible;
    margin-bottom: 10px !important;
    opacity: 1;
    width: 95% !important;
    padding: 0;
    position: initial;
    margin: 0 auto;
    box-shadow: none;
    top: 0;
    transform: none;
  }
  nav .nav-main .nav-sub li {
    width: 100%;
  }
  nav .nav-main .nav-sub li a {
    height: auto;
    background: #63c24d;
    text-align: left;
    display: block;
    padding: 10px;
    line-height: 1;
  }
  nav .spNav-info {
    display: block;
    padding: 15px;
  }
  nav .spNav-info p {
    font-size: 0.875rem;
    margin-top: 10px;
    line-height: 1.5;
  }
  nav .spNav-info p:first-child {
    margin-top: 0;
  }
  nav .spNav-info p a {
    color: #1d3442;
  }
  nav .spNav-info-logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 4px 0 5px;
  }
  nav .spNav-info-logo img {
    width: auto;
    height: 38px;
  }
  nav .spNav-info .spNav-info-tel {
    font-size: 1rem;
    font-weight: 600;
  }
  nav .spNav-info .spNav-info-tel i {
    margin-right: 5px;
  }
}
/* スマホ用グローバルナビボタン
******************************************/
.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: #4ca438;
    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);
    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 nav {
    left: 0;
    background-color: #fff;
  }
  .open .button {
    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 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.8;
    visibility: visible;
  }
  .telBtn {
    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-nav {
  width: 100%;
  height: 60px;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: -10px;
  max-width: 100% !important;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  border-top-width: 0;
  padding: 0 10px;
  margin: auto !important;
  display: flex;
  border-radius: 0 !important;
}
@media screen and (min-width: 769px) {
  .clone-nav {
    min-width: 1020px;
  }
}
@media screen and (max-width: 768px) {
  .clone-nav {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .clone-nav {
    height: auto;
  }
  .clone-nav nav {
    padding: 10px;
    display: block !important;
  }
  .clone-nav nav ul {
    height: 40px;
    margin-top: 10px;
  }
}
.clone-nav.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.clone-nav .logo {
  width: 180px;
}
.clone-nav .logo a {
  line-height: 1;
  padding: 10px 0;
  display: block;
}
.clone-nav .logo img {
  width: auto !important;
  height: 100% !important;
}
.clone-nav .tel.num {
  display: none;
}
.clone-nav nav {
  display: flex;
  padding: 10px 0;
  flex: 1;
}
.clone-nav nav ul {
  flex: 1;
}
.clone-nav nav ul li a {
  font-size: 0.875rem;
}
.clone-nav nav ul li a span {
  font-size: 0.75rem;
}
.clone-nav nav ul li.contBnr a {
  font-size: 0.625rem;
  line-height: 1;
  color: #fff;
  display: block;
  padding: 6px 12px;
  height: 50px;
}
@media screen and (max-width: 770px) {
  .clone-nav nav ul li.contBnr a {
    pointer-events: none;
  }
}
.clone-nav nav ul li.contBnr a span {
  font-size: 1.125rem;
}

/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 99;
  transition: 0.3s;
  bottom: -160px;
  right: 0;
  width: 40px;
  height: 120px;
}
.pagetop a {
  line-height: 1;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px 10px 0;
  background-color: #4ca438;
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop a i {
  margin-bottom: 5px;
}
.pagetop a i:before {
  transform: rotate(-90deg);
  display: inline-block;
}
.pagetop:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 25px 0;
  border-color: transparent #4ca438 transparent transparent;
  position: absolute;
  left: 0;
  top: -25px;
}
@media screen and (min-width: 769px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  bottom: -20px;
}
@media screen and (min-width: 769px) {
  .pagetop.fade:hover {
    bottom: 0;
  }
}

/* sp */
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: -160px;
    right: 0;
    width: 30px;
    height: 80px;
  }
  .pagetop a {
    padding: 6px 8px 0;
  }
  .pagetop:before {
    border-width: 20px 30px 20px 0;
    top: -20px;
  }
  .pagetop.fade {
    bottom: 0;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
  height: 480px;
  padding: 40px;
}
/* sp */
@media screen and (max-width: 768px) {
  .gmap {
    height: 340px;
    padding: 20px;
  }
  .gmap iframe {
    height: 300px;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 5px 5px 0px 0px rgba(29, 52, 66, 0.5);
}

.shadow-2 {
  box-shadow: 10px 10px 0px 0px rgba(29, 52, 66, 0.5);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(29, 52, 66, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  margin: 2px 0;
  display: block;
  width: 100%;
}
.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 {
    font-size: 12px !important;
  }
  .note-big {
    font-size: 12px !important;
  }
}
/******************************************
[topics] トピックス
******************************************/
.topics .category_name {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 4px 10px;
  background-color: #4ca438;
  margin-left: 5px;
  vertical-align: middle;
}
.topics.news ul li {
  width: 100%;
  margin: 0 0 5px;
  border-bottom: 1px dashed #333;
}
.topics.news ul li:last-child {
  margin-bottom: 0;
}
.topics.news ul li .topics_date {
  font-weight: 800;
  display: inline-block;
  margin: 0;
  color: #4ca438;
  /*background: $black;
  border-radius: 100px;
  padding: 0 15px 3px 15px;*/
}
.topics.news ul li .topics_title {
  color: #333;
  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%;
  object-fit: contain;
  object-position: 0px 0px;
}
.topics.news ul li a {
  font-size: 1.125rem;
  line-height: 1;
  padding: 15px 15px 17px;
  color: #333;
  display: inline-flex;
  align-items: self-end;
}
.topics.news ul li a:hover {
  text-decoration: none;
  background-color: #f4f4f4;
}
.topics.detail {
  border-radius: 15px;
  border: 1px solid #b5b3aa;
  padding: 30px;
}
.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.thumbnail > ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 4%;
}
.topics.thumbnail > ul li {
  width: 33.333%;
}
.topics.thumbnail > ul li a {
  color: #333;
  display: block;
  line-height: 1.2;
}
.topics.thumbnail > ul li a > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 120px 20px 20px;
  margin-top: -100px;
  background-color: #fff;
  z-index: 0;
}
.topics.thumbnail > ul li .topics_thumb {
  width: 94%;
  height: 240px;
  display: block;
  margin: auto;
  overflow: hidden;
  background: #b5b3aa url("../img/logo-header.png") center no-repeat;
  background-size: 50%;
  z-index: 1;
}
.topics.thumbnail > ul li .topics_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.topics.thumbnail > ul li .topics_title {
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.topics.thumbnail > ul li .topics_date {
  font-weight: 700;
}
.topics.thumbnail.sales .topics_thumb {
  height: 300px;
}
.topics.thumbnail.sales .topics_title {
  font-weight: 700;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}

/* sp */
@media screen and (max-width: 768px) {
  .topics.news ul li {
    margin-bottom: 5px !important;
  }
  .topics.news ul li .topics_date {
    display: block;
  }
  .topics.news ul li .topics_title {
    padding-left: 0;
  }
  .topics.news ul li a {
    font-size: 0.875rem;
    display: block;
    padding: 0 0 20px;
  }
  .topics.news ul li span {
    display: 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: 0.875rem;
    padding: 30px 15px;
  }
  .topics.thumbnail ul {
    display: block;
  }
  .topics.thumbnail ul li {
    width: 90%;
    margin: 20px auto 0;
  }
  .topics.thumbnail ul li a > p {
    display: block;
    padding: 60px 20px 20px;
    margin-top: -40px;
    background-color: #fff;
    z-index: 0;
  }
  .topics.thumbnail ul li .topics_thumb {
    width: 90%;
    height: 50vw;
  }
  .topics.thumbnail.sales .topics_thumb {
    height: 50vw;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  position: fixed;
  right: -18px;
  top: 260px;
  z-index: 10;
  transition: 0.3s;
}
.sideBnr:hover {
  right: 0;
}
.sideBnr a {
  width: 80px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #00B900;
  border-radius: 6px 0 0 6px;
  padding: 20px 35px 20px 18px;
  display: block;
  line-height: 1;
  text-decoration: none;
}
.sideBnr a i.icon-line:before {
  font-size: 150%;
  color: #fff;
  margin-bottom: 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  .sideBnr {
    position: fixed;
    right: 0;
    left: 0;
    top: initial;
    bottom: 0;
    z-index: 10;
    text-align: center;
    width: calc(100% - 30px);
    padding: 0 10px;
  }
  .sideBnr a {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    border-radius: 6px 6px 0 0;
    padding: 10px 0;
  }
  .sideBnr a i.icon-line:before {
    font-size: 130%;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
.radius {
  border-radius: 10px;
}

/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
.imgTxt:first-of-type {
  margin-top: 0 !important;
}
.imgTxt-img {
  font-size: 0;
  width: 400px;
}
.imgTxt-img img {
  width: 400px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
.imgTxt-img.right {
  order: 2 !important;
}
.imgTxt-img.left {
  order: 1 !important;
}
.imgTxt-txt {
  flex: 1;
}
.imgTxt-txt .ttl {
  font-size: 1.5625rem;
  color: #4ca438;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
  padding-right: 50px;
  padding-bottom: 5px;
  border-bottom: 2px solid #4ca438;
  display: block;
}
.imgTxt-txt .ttl:after {
  content: "";
  width: 46px;
  height: 30px;
  background: url("../img/icon-wood2.png") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
}
.imgTxt-txt.left {
  order: 1 !important;
}
.imgTxt-txt.right {
  order: 2 !important;
}
.imgTxt:nth-of-type(even) .imgTxt-img {
  order: 2;
}
.imgTxt:nth-of-type(even) .imgTxt-txt {
  order: 1;
}
.imgTxt.mini {
  margin-top: 40px;
}
.imgTxt.mini .imgTxt-img {
  width: 250px;
}
.imgTxt.mini .imgTxt-txt {
  flex: 1;
}
.imgTxt.wide {
  margin-top: 40px;
}
.imgTxt.wide .imgTxt-img {
  width: 500px;
}
.imgTxt.wide .imgTxt-img img {
  width: 100%;
}
.imgTxt.wide .imgTxt-txt {
  flex: 1;
}
.imgTxt.reverse .imgTxt-img {
  order: 2;
}
.imgTxt.reverse .imgTxt-txt {
  order: 1;
}

/* sp */
@media screen and (max-width: 768px) {
  .imgTxt,
  .imgTxt.mini {
    display: block;
    width: 100%;
    max-width: 600px;
  }
  .imgTxt > div,
  .imgTxt.mini > div {
    min-height: auto;
  }
  .imgTxt .imgTxt-img,
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-img,
  .imgTxt.mini .imgTxt-txt {
    width: 100%;
  }
  .imgTxt .imgTxt-img,
  .imgTxt.mini .imgTxt-img {
    height: auto;
    margin: 0 0 20px !important;
  }
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-txt {
    padding: 0 !important;
  }
  .imgTxt .ttl,
  .imgTxt.mini .ttl {
    font-size: 1.125rem;
  }
  .imgTxt:nth-of-type(even) .imgTxt-txt,
  .imgTxt.mini:nth-of-type(even) .imgTxt-txt {
    padding: 15px 0 0;
  }
}
/******************************************
コンタクトエリア　.contactSec
******************************************/
#contactSec {
  padding: 30px 0 !important;
  background-color: #4ca438;
}
#contactSec .contactSec {
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
#contactSec .contactSec > div {
  width: 50%;
  height: 100%;
}
#contactSec .contactSec > div.left {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#contactSec .contactSec > div.left p {
  text-align: center;
  line-height: 1;
}
#contactSec .contactSec > div.left .ttl {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 10px;
}
#contactSec .contactSec > div.left .tel {
  font-size: 3.75rem;
  justify-content: center;
  align-items: center;
}
#contactSec .contactSec > div.right {
  padding-left: 40px;
}
#contactSec .contactSec > div.right a {
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px 20px 130px;
  margin-top: 15px;
  border: 3px solid #3a7e2b;
  text-decoration: none;
}
#contactSec .contactSec > div.right a .ttl {
  font-size: 3.125rem;
  font-weight: 700;
  color: #4ca438;
  margin: 0 10px -8px 0;
}
#contactSec .contactSec > div.right a .sub {
  font-size: 1.875rem;
  font-weight: 800;
}
#contactSec .contactSec > div.right a:before {
  content: "";
  width: 77px;
  height: 115px;
  background: url("../img/contactSec_img.png") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 30px;
  bottom: -1px;
}

/* sp */
@media screen and (max-width: 768px) {
  #contactSec .contactSec {
    display: block;
  }
  #contactSec .contactSec > div {
    width: 100%;
  }
  #contactSec .contactSec > div.left {
    border-left-width: 0;
    border-right-width: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
  }
  #contactSec .contactSec > div.left p {
    text-align: center;
    line-height: 1;
  }
  #contactSec .contactSec > div.left .ttl {
    font-size: 1rem;
  }
  #contactSec .contactSec > div.left .tel {
    font-size: 1.875rem;
  }
  #contactSec .contactSec > div.right {
    padding-left: 0;
  }
  #contactSec .contactSec > div.right a {
    padding: 20px 30px 20px 100px;
    margin-top: 15px;
  }
  #contactSec .contactSec > div.right a .ttl {
    font-size: 1.875rem;
    margin: 0 10px -8px 0;
  }
  #contactSec .contactSec > div.right a .sub {
    font-size: 1.125rem;
  }
  #contactSec .contactSec > div.right a:before {
    width: 54px;
    height: 80px;
    left: 20px;
    bottom: -1px;
  }
}
/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  z-index: 1;
}
.btn a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: #4ca438 url("../img/btn-bg.png") top 9px right 8px no-repeat;
  background-size: 93px 33px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px 20px 20px;
  margin: 0 10px;
  transition: 0.2s;
  border-radius: 6px;
  /*&:after {
    font-family: icomoon;
    content: "\e903";
    line-height: 1;
    margin-left: 10px;
    padding-top: 1px;
    display: inline-block;
  }*/
}
.btn a:hover {
  background-color: #3a7e2b;
  transform: translateY(-8px);
}

/* sp */
@media screen and (max-width: 768px) {
  .btn {
    margin: 20px auto 0;
    display: block;
  }
  .btn a {
    font-size: 0.875rem;
    padding: 15px 40px 15px 15px;
    background: #4ca438 url("../img/btn-bg.png") top 9px right 8px no-repeat;
    background-size: 70px 25px;
    line-height: 1.2;
    margin-top: 10px;
    display: inline-block;
  }
  .btn a:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .telNum a {
    color: #fff;
  }
}
/******************************************
[works] サムネ付きトピックス
******************************************/
.works ul {
  display: flex;
  justify-content: space-between;
}
.works ul li {
  width: 29%;
}
.works ul li a {
  display: block;
  text-decoration: none;
}
.works ul li a span {
  display: inline-block;
}
.works ul li .topics_thumb {
  display: block;
  background-color: #b5b3aa;
  height: 250px;
  margin-bottom: 15px;
}
.works ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works ul li .topics_date {
  font-weight: 600;
  line-height: 1;
  color: #4ca438;
  padding: 0;
  vertical-align: middle;
}
.works ul li .category_name {
  font-size: 0.875rem;
}
.works ul li .topics_title {
  display: block;
  color: #333;
}

/* sp */
@media screen and (max-width: 768px) {
  .works ul {
    display: block;
  }
  .works ul li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .works ul li .topics_thumb {
    height: 60vw;
  }
  .works ul li .topics_date {
    font-weight: 600;
    line-height: 1;
    color: #4ca438;
    padding: 0;
    vertical-align: middle;
  }
  .works ul li .category_name {
    font-size: 0.875rem;
  }
  .works ul li .topics_title {
    display: block;
    color: #333;
  }
}
/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
}
table.basic tr {
  border-top: 1px solid #b5b3aa;
}
table.basic tr:first-child {
  border-top-width: 0;
}
table.basic tr th, table.basic tr td {
  padding: 15px;
  line-height: 1.5;
}
table.basic tr th {
  width: 100px;
}
table.basic.about {
  border-collapse: separate;
  border-spacing: 5px;
}
table.basic.about tr {
  border-top-width: 0;
}
table.basic.about tr th {
  width: 200px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #1d3442;
}
table.basic.about tr td {
  background-color: #fff;
}
table.basic.history tr th, table.basic.history tr td {
  padding: 15px 10px;
}
table.basic.history tr th {
  width: 160px;
}
table.basic.history tr td.month {
  width: 80px;
}
table.basic.fee {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
table.basic.fee tr th, table.basic.fee tr td {
  font-size: 1rem;
  border: 1px solid #b5b3aa;
  line-height: 1.2;
  padding: 10px;
}
table.basic.fee tr th {
  color: #fff;
  background-color: #4ca438;
  text-align: center;
}
table.basic.fee tr th:nth-child(1) {
  width: 120px !important;
}
table.basic.fee tr th:nth-child(2) {
  width: auto;
}
table.basic.fee tr td {
  font-weight: 600;
  width: 100%;
  text-align: right;
}
table.basic.fee tr td.price span {
  font-size: 70%;
}

/* sp */
@media screen and (max-width: 768px) {
  table.basic tr th, table.basic tr td {
    font-size: 0.75rem;
    padding: 10px 5px;
  }
  table.basic tr th {
    width: 80px;
  }
  table.basic.about tr th {
    width: 70px;
  }
  table.basic.history tr th, table.basic.history tr td {
    font-size: 0.625rem;
    padding: 10px 5px;
  }
  table.basic.history tr th {
    width: 60px;
  }
  table.basic.history tr td.month {
    width: 35px;
  }
  table.basic.schedule {
    /*tbody {
      display: block;
      height: auto;
      tr {
        width: 100%;
        th {
          width: 40px;
        }
      }
    }*/
  }
  table.basic.plan {
    border-spacing: 10px;
  }
  table.basic.plan tr th, table.basic.plan tr td {
    font-size: 0.875rem;
  }
  table.basic.plan tr th {
    z-index: 1;
  }
  table.basic.plan tr td.price {
    font-size: 1rem;
  }
  table.basic.plan tr:after {
    bottom: -6px;
  }
  table.basic.fee {
    border-spacing: 3px;
  }
  table.basic.fee tr th, table.basic.fee tr td {
    font-size: 0.875rem;
    padding: 7px 5px;
  }
  table.basic.fee tr th:nth-child(1) {
    width: 100px !important;
  }
  table.basic.fee tr td {
    font-weight: 400;
  }
}
/******************************************
[.frame] フレーム
******************************************/
.frame {
  color: #333;
  background: #f4f4f4;
  padding: 25px;
  border-radius: 4px;
  margin: 20px 0;
}
.frame-line {
  border: 1px solid #b5b3aa;
  padding: 20px;
  border-radius: 2px;
  margin: 10px 0;
}
.frame-white {
  background: #fff;
  padding: 30px;
  margin: 0;
  border-radius: 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  .frame {
    padding: 15px;
  }
  .frame-line {
    padding: 15px;
  }
}
/******************************************
[.check] チェックボックス
******************************************/
.check li {
  display: flex;
  align-items: baseline;
  margin: 10px 0 0;
  padding-bottom: 10px;
}
.check li:before {
  color: #4ca438;
  font-size: 1.5em;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
  margin-right: 10px;
}
.check li:first-child {
  margin-top: 0;
}
.check.line li {
  border-bottom: 1px dashed #4ca438;
}

.list li {
  display: block;
  margin: 5px 0;
  line-height: 1.6;
}
.list li:before {
  content: "●";
  color: #4ca438;
  display: inline-block;
  width: 1em;
  margin-right: 5px;
  text-align: left;
}
.list.inline {
  display: flex;
  flex-wrap: wrap;
}
.list.inline li {
  margin: 0 5% 2% 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .check li {
    font-size: 0.875rem;
    align-items: baseline;
    margin-top: 10px;
  }
  .check li:first-child {
    margin-top: 0;
  }
  .check li:before {
    font-size: 1.2em;
  }
}
/******************************************
ローディング　loading
******************************************/
#load_animation {
  width: 100vw;
  height: 100vh;
  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;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.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: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1d3442;
  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;
  }
}
.bg-ttl {
  font-family: "League Gothic";
  font-size: 11vw;
  line-height: 1;
  position: absolute;
  color: #333;
  left: 40px;
  top: 60px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
}

/* sp */
@media screen and (max-width: 768px) {
  .bg-ttl {
    font-size: 3.75rem;
    left: 15px;
    top: 90px;
  }
}
/******************************************
[sec1]  お知らせ
******************************************/
#news .news {
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #fff;
}
#news .news ul {
  width: 100%;
}
#news .news ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dashed #333;
}
#news .news ul li:first-child {
  padding-top: 0;
}
#news .news ul li a {
  color: #333;
  line-height: 1.5;
  padding: 0;
  display: flex;
  align-items: center;
}
#news .news ul li a span.topics_thumb, #news .news ul li a span.topics_title {
  display: block;
}
#news .news ul li a span.topics_thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
  background: url("../img/_dummy.jpg") center no-repeat;
  background-size: cover;
}
#news .news ul li a span.topics_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: inherit;
}
#news .news ul li a span.topics_title {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /*max-height: 40px;*/
  white-space: inherit;
}
#news .news ul li a span.topics_date {
  font-weight: 700;
}
#news .news ul li a span.category_name, #news .news ul li a span.topics_date {
  display: inline-block;
  margin-right: 5px;
}
#news .news ul li a span.category_name {
  font-size: 0.75rem;
  color: #fff;
  padding: 5px 10px 6px;
  line-height: 1;
  background-color: #333;
}
#news .news .btn.tate {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
#news .news .btn.tate a {
  margin: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  #news .news {
    padding: 15px 20px;
  }
  #news .news ul {
    display: block;
  }
  #news .news ul li {
    width: 100%;
    padding: 10px 0;
  }
  #news .news ul li a {
    font-size: 0.75rem;
    display: block;
  }
  #news .news ul li a span.topics_thumb {
    height: 200px;
  }
  #news .news ul li a span.topics_thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  #news .news ul li a span.topics_title {
    max-height: 36px;
  }
  #news .news ul li a span.category_name {
    font-size: 0.625rem;
  }
}
/******************************************
[sec2]  働いているスタッフの声
******************************************/
#voice .voice ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 2%;
}
#voice .voice ul li {
  width: 23%;
}
#voice .voice ul li a {
  display: block;
}
#voice .voice ul li a .topics_title {
  font-size: 1rem;
  color: #4ca438;
}
#voice .voice .btn a {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  #voice .voice ul {
    gap: 10px 2%;
  }
  #voice .voice ul li {
    width: 48%;
  }
  #voice .voice ul li a .topics_title {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  #voice .voice .btn a {
    width: 90%;
  }
}
/******************************************
[.arrow]  矢印
******************************************/
.arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-top: 19.8px;
  border-radius: 9999px;
  background-color: #1d3442;
}
.arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #1d3442;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}

.omakase {
  font-size: 1.875rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  background-color: #f07801;
  width: 80%;
  margin: auto;
}

/* sp */
@media screen and (max-width: 768px) {
  .omakase {
    font-size: 1.25rem;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
  }
}
.float .img {
  font-size: 0;
}
.float .img img {
  border-radius: 10px;
}
.float .img.left {
  width: 400px;
  margin: 0 40px 20px 0;
  float: left;
}
.float .img.right {
  width: 400px;
  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;
  }
}
.anchor {
  display: block; /* ブロック要素であることを明示 */
  height: 0; /* 高さは不要なので0に設定 */
  padding-top: 120px; /* 見出しが表示される位置をずらすための余白 */
  margin-top: -120px; /* padding-topでできた余白を打ち消し、スクロール位置を調整 */
}

/* sp */
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
}
#index {
  /******************************************
  [mv]
  ******************************************/
  /* sp */
  /******************************************
  [sec1]  営業日・臨時休業について
  ******************************************/
  /* sp */
  /******************************************
  [sec2]  イントロ
  ******************************************/
  /* sp */
  /******************************************
  [sec3]  求人担当からのお知らせ
  ******************************************/
  /* sp */
  /******************************************
  [sec3]  施設について
  ******************************************/
  /* sp */
  /******************************************
  [sec4]  注意事項
  ******************************************/
  /* sp */
  /* sp */
}
#index .mv {
  height: calc(100vh - 100px);
  margin-top: 180px;
  padding: 0;
  z-index: 1;
}
#index .mv-box {
  background-image: url("../img/dome-white.png"), url("../img/mv.jpg");
  background-position: center bottom, center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  height: 100%;
}
#index .mv-txt h2 {
  width: 600px;
  position: absolute;
  top: 80px;
  left: 80px;
}
#index .mv-txt h2 span {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1;
  font-weight: 800;
  display: inline-block;
  padding: 15px 20px 20px;
  margin: 5px 0;
  background-color: rgba(76, 164, 56, 0.8);
}
@media screen and (max-width: 768px) {
  #index .mv {
    height: 300px;
    margin-top: 50px;
  }
  #index .mv-txt h2 {
    width: 80%;
    top: 20px;
    left: 20px;
  }
  #index .mv-txt h2 span {
    font-size: 1.25rem;
    padding: 10px;
    margin: 2px 0;
  }
}
#index #attention {
  padding-top: 40px;
  background: url("../img/index_sec1-bg.png") center bottom no-repeat;
  background-size: contain;
}
#index .attention {
  display: flex;
  justify-content: space-between;
  background-color: rgba(244, 244, 244, 0.9);
  padding: 40px;
  border-radius: 10px;
}
#index .attention > p {
  width: 49%;
  line-height: 1.8;
}
#index .attention:before, #index .attention:after {
  content: "";
  width: 200px;
  height: 350px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  z-index: -1;
}
#index .attention:before {
  background-image: url("../img/index_sec1-bg-l.png");
  left: -200px;
}
#index .attention:after {
  background-image: url("../img/index_sec1-bg-r.png");
  right: -200px;
}
@media screen and (max-width: 768px) {
  #index #attention .inner {
    padding: 0 40px;
  }
  #index .attention {
    flex-wrap: wrap;
    padding: 20px;
  }
  #index .attention > p {
    width: 100%;
  }
  #index .attention .topics_body {
    order: 2;
    overflow: hidden;
  }
  #index .attention .topics_thumb {
    order: 1;
    margin-bottom: 20px;
  }
  #index .attention:before, #index .attention:after {
    content: "";
    width: 100px;
    height: 175px;
    bottom: -90px;
  }
  #index .attention:before {
    left: -40px;
  }
  #index .attention:after {
    right: -40px;
  }
}
#index .intro {
  display: flex;
}
#index .intro .img {
  width: 60%;
  height: 450px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #index .intro .img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: auto;
  }
}
#index .intro .txt {
  width: 40%;
  padding: 0 0 0 40px;
}
#index .intro .txt .ttl {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 40px;
}
#index .intro .txt .cnt {
  font-size: 1.125rem;
}
#index .intro:nth-child(even) {
  margin-top: 100px;
}
#index .intro:nth-child(even) .img {
  order: 2;
}
#index .intro:nth-child(even) .txt {
  order: 1;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  #index .intro {
    display: block;
  }
  #index .intro .img {
    width: 100%;
    height: auto;
  }
  #index .intro .img img {
    border-radius: 10px;
  }
  #index .intro .txt {
    width: 100%;
    padding: 0 !important;
  }
  #index .intro .txt .ttl {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
  #index .intro .txt .cnt {
    font-size: 1rem;
  }
  #index .intro:nth-child(even) {
    margin-top: 40px;
  }
}
#index #news {
  background: #4ca438;
  padding: 60px 0;
}
#index #news .inner {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
}
#index #news .inner-l {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#index #news .inner-l h3 {
  margin: 0 auto 10px;
}
#index #news .inner-l .btn {
  margin-top: 0;
}
#index #news .inner-r .news {
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  #index #news {
    background: #4ca438;
    padding: 40px 15px;
  }
  #index #news .inner {
    display: block;
    padding: 15px;
  }
  #index #news .inner-l {
    width: 100%;
  }
  #index #news .inner-r .news {
    padding: 0;
  }
}
#index #menu .inner {
  display: flex;
  justify-content: space-between;
}
#index #menu .inner:after {
  content: "";
  width: 150px;
  height: 315px;
  background: url("../img/index_sec4-img.png") center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: -1;
}
#index #menu .menu {
  width: 800px;
  display: flex;
  justify-content: space-between;
}
#index #menu .menu li {
  width: 50%;
  padding: 20px;
  border-radius: 10px;
  transition: 0.3s;
}
#index #menu .menu li a {
  text-decoration: none;
}
#index #menu .menu li a .img {
  font-size: 0;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}
#index #menu .menu li a .img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
#index #menu .menu li a .ttl {
  font-size: 2.1875rem;
  font-weight: 800;
  text-align: center;
  margin: 15px 0 10px;
}
#index #menu .menu li a .txt {
  color: #333;
  font-weight: 600;
  line-height: 1.6;
}
#index #menu .menu li:first-child:before {
  content: "";
  width: 128px;
  height: 80px;
  background: url("../img/index_sec4-img1b.png") center no-repeat;
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: 1;
}
#index #menu .menu li:last-child .ttl {
  color: #4ca438;
}
@media screen and (min-width: 769px) {
  #index #menu .menu li:hover {
    background-color: rgba(76, 164, 56, 0.2);
  }
}
@media screen and (max-width: 768px) {
  #index #menu .inner {
    display: block;
  }
  #index #menu .inner:after {
    width: 62px;
    height: 130px;
    top: -40px;
    bottom: initial;
    left: initial;
    right: 10px;
  }
  #index #menu .menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #index #menu .menu li {
    width: 48%;
    padding: 0;
  }
  #index #menu .menu li a {
    text-decoration: none;
  }
  #index #menu .menu li a .img {
    height: 200px;
  }
  #index #menu .menu li a .img img {
    height: 200px;
  }
  #index #menu .menu li a .ttl {
    font-size: 1.25rem;
    margin: 10px 0 5px;
  }
  #index #menu .menu li a .txt {
    font-size: 13.6px;
  }
  #index #menu .menu li:first-child:before {
    width: 64px;
    height: 40px;
    top: -25px;
    left: -5px;
  }
}
#index #caution {
  background-color: rgba(76, 164, 56, 0.1);
}
#index .caution {
  border-radius: 20px;
  background-color: #d06e78;
  display: flex;
  overflow: hidden;
  padding: 20px;
}
#index .caution .img {
  font-size: 0;
  width: 40vw;
  max-width: 460px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #index .caution .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: initial;
    height: 100%;
  }
}
#index .caution .txt {
  flex: 1;
  max-width: 540px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 60px 20px;
}
#index .caution .txt p {
  text-align: center;
}
#index .caution .txt p.ttl {
  font-size: 3.75rem;
  color: #d06e78;
  font-weight: 800;
  letter-spacing: 15px;
  text-indent: 15px;
}
#index .caution .txt p.sub {
  font-size: 1.875rem;
  font-weight: 800;
}
#index .caution .txt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/index_sec5-img2.png") center no-repeat;
  background-size: 375px 340px;
  opacity: 0.7;
}
#index .caution.visitor {
  background-color: #f4f4f4;
}
#index .caution.visitor .img {
  order: 2;
  border-radius: 10px;
}
#index .caution.visitor .txt {
  order: 1;
  background-color: #f4f4f4;
  padding: 30px 20px 30px 0;
}
#index .caution.visitor .txt p.ttl {
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
}
#index .caution.visitor .txt p.sub {
  font-size: 1.25rem;
  font-weight: 800;
}
#index .caution.visitor .txt:before {
  display: none;
}
@media screen and (max-width: 768px) {
  #index .caution {
    border-radius: 10px;
    display: block;
    padding: 10px;
  }
  #index .caution .img {
    width: 100%;
    height: auto;
    max-width: initial;
    border-radius: 5px 5px 0 0;
  }
  #index .caution .txt {
    max-width: initial;
    border-radius: 0 0 5px 5px;
    padding: 20px;
  }
  #index .caution .txt p.ttl {
    font-size: 1.875rem;
    letter-spacing: 0;
    text-indent: 0;
  }
  #index .caution .txt p.sub {
    font-size: 1rem;
  }
  #index .caution .txt:before {
    background-size: 187px 170px;
  }
  #index .caution.visitor .img {
    border-radius: 5px;
  }
  #index .caution.visitor .txt {
    padding: 20px;
  }
  #index .caution.visitor .txt p.ttl {
    font-size: 2.5rem;
  }
  #index .caution.visitor .txt p.sub {
    font-size: 1rem;
  }
}
#index .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
#index .modal-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#index .modal-box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 20px;
  background-color: #d06e78;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index .modal-box .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  display: block;
  z-index: 100;
  cursor: pointer;
}
#index .modal-box > p.ttl {
  font-size: 1.875rem;
  font-weight: 800;
  color: #fff000;
  text-align: center;
  margin-bottom: 50px;
}
#index .modal-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}
#index .modal-box ul li {
  width: 48%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 15px 15px 15px;
}
#index .modal-box ul li .ttl {
  font-size: 1.875rem;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}
#index .modal-box ul li .ttl:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #d06e78;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#index .modal-box ul li .ttl .num {
  font-size: 2.5rem;
  font-weight: 800;
  color: #333;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
#index .modal-box ul li .txt {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #index .modal-box {
    width: 96%;
    padding: 10px;
  }
  #index .modal-box .modal-close {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index .modal-box > p.ttl {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: left;
  }
  #index .modal-box ul {
    gap: 20px 4%;
  }
  #index .modal-box ul li {
    width: 48%;
    padding: 20px 6px 6px 6px;
  }
  #index .modal-box ul li .ttl {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  #index .modal-box ul li .ttl:before {
    width: 30px;
    height: 1px;
    bottom: -6px;
  }
  #index .modal-box ul li .ttl .num {
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
    top: -35px;
  }
  #index .modal-box ul li .txt {
    font-size: 0.6875rem;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /* sp */
  /******************************************
  [beginner.html] 初めての方へ
  ******************************************/
  /* sp */
  /******************************************
  [notices.html] 注意事項
  ******************************************/
  /* sp */
  /******************************************
  [faq.html] よくあるご質問
  ******************************************/
  /* sp */
  /******************************************
  [access.html] 
  ******************************************/
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [info.html] 会社概要
  ******************************************/
  /* sp */
}
#second section:nth-child(even) {
  background-color: rgba(76, 164, 56, 0.06);
}
#second .mv {
  height: 300px;
  margin-top: 180px;
  z-index: 10;
}
#second .mv-box {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  background: url(../img/mv-second.jpg) center no-repeat;
  background-size: cover;
}
#second .mv-txt {
  position: absolute;
  left: 40px;
  top: 120px;
}
#second .mv-txt h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0px 0px 10px black;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #second .mv {
    height: 150px;
    margin: 50px 0 0;
  }
  #second .mv-box {
    background: url(../img/mv-second-sp.jpg) center no-repeat;
    background-size: contain;
  }
  #second .mv-txt {
    position: absolute;
    left: 20px;
    top: 55px;
  }
  #second .mv-txt h2 {
    font-size: 1.375rem;
  }
}
#second .facility p {
  line-height: 1;
  color: #4ca438;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #4ca438;
}
#second .flow {
  border-radius: 15px;
  border: 4px solid #4ca438;
  padding: 20px;
}
#second .flow p {
  line-height: 1.5;
}
#second .flow p.ttl {
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
#second .flow p.ttl span {
  font-size: 140%;
  font-weight: 700;
  color: #bf0000;
  margin-right: 5px;
}
#second .flow p.txt {
  font-size: 1rem;
}
#second .notice {
  border-radius: 10px;
  padding: 15px 20px;
  margin: 30px 0;
  background-color: #bf0000;
  width: 100%;
}
#second .notice p {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #second .greeting .imgTxt-img {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden;
    display: block;
    border-radius: 10px;
  }
  #second .greeting .imgTxt-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: initial;
    height: auto;
  }
  #second .facility p {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #second .flow {
    border-radius: 10px;
    padding: 10px;
  }
  #second .flow p.ttl {
    font-size: 1.125rem;
    margin-top: 0;
  }
  #second .flow p.txt {
    font-size: 0.875rem;
  }
  #second .notice {
    padding: 15px 20px;
    margin: 20px 0 30px;
  }
  #second .notice p {
    font-size: 0.875rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    margin-top: 10px;
  }
  #second .notice p:first-child {
    margin-top: 0;
  }
}
#second #notices .imgTxt {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #second #notices .imgTxt-img {
    width: 200px;
    margin: 0 auto 20px !important;
  }
}
#second .faq dl {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
#second .faq dl:last-child {
  margin-bottom: 0;
}
#second .faq dl dt, #second .faq dl dd {
  padding-left: 35px;
}
#second .faq dl dt:before, #second .faq dl dd:before {
  font-size: 1.375rem;
  font-family: "League Spartan";
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  margin: auto;
  padding: 6px;
}
#second .faq dl dt {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 15px;
}
#second .faq dl dt:before {
  content: "Q";
  background-color: #4ca438;
}
#second .faq dl dd:before {
  content: "A";
  background-color: #bf0000;
}
@media screen and (max-width: 768px) {
  #second .faq dl {
    padding: 10px;
  }
  #second .faq dl dt, #second .faq dl dd {
    line-height: 1.6;
    padding-left: 28px;
  }
  #second .faq dl dt:before, #second .faq dl dd:before {
    font-size: 1rem;
    width: 20px;
    height: 20px;
    padding: 3px;
    top: 2px;
  }
  #second .faq dl dt {
    font-size: 0.875rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) {
  #second #gmap .gmap {
    height: 600px;
    padding: 0;
  }
}
#second #form {
  padding-top: 0;
  margin-top: -60px;
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  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: 0.875rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl {
  width: 100%;
}
#second .privacy-box-txt dl dt {
  font-size: 1rem;
  font-weight: bold;
  color: #4ca438;
  margin: 30px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 0.875rem;
  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: 0.875rem;
  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;
}
@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.75rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.75rem;
  }
  #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: #f4f4f4;
}
#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;
}
@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.75rem;
    padding: 10px;
  }
  #second .cookie .cookieTable table tr th {
    width: 33.333% !important;
  }
}
#second .formTable {
  width: 100%;
  /* sp */
}
#second .formTable tr {
  border-bottom: 1px solid #b5b3aa;
  display: flex;
  align-items: center;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1rem;
  font-weight: 400;
  padding: 30px 0;
}
#second .formTable tr th {
  font-weight: 600;
  line-height: 1.4;
  width: 180px;
  text-align: left;
  align-items: center;
}
#second .formTable tr th span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #bf0000;
  border-radius: 2px;
  padding: 5px 8px;
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td {
  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;
  /* IE */
  /* Edge */
}
#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::-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.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;
}
#second .formTable tr td .select i {
  font-size: 70%;
  color: #4ca438;
  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 {
  margin-right: 10px;
}
#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;
}
@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: 0.75rem;
    line-height: 1.5;
  }
  #second .formTable tr th span {
    font-size: 0.625rem;
    padding: 3px 5px;
  }
  #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 {
    width: 100% !important;
  }
  #second .formTable tr td .select {
    display: inline-flex;
    align-items: center;
  }
  #second .formTable tr td .select select {
    padding-right: 20px;
    margin-right: 5px;
  }
  #second .formTable tr td .select i {
    right: 26px;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
  /* sp */
}
#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: #4ca438;
}
@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 .greeting {
  margin-top: 0;
}
#second .greeting .imgTxt-img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #second .greeting .imgTxt-img {
    width: 150px;
    display: block;
    margin: 0 auto 20px !important;
  }
}

/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.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;
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 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: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.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  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 {
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.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: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.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: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.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: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.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: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: inherit !important;
  /* sp */
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  justify-content: 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: #4ca438;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
@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;
  /* sp */
}
.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;
}
@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;
  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;
  transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #4ca438;
  transition-duration: 1s;
  bottom: -1px;
}

.text {
  text-align: center;
  color: #333;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

.loadingNone {
  display: none;
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}