@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@600&family=Zen+Maru+Gothic:wght@400;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: "Zen Maru Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #5A3D1F;
  background: url("../img/bg.jpg") repeat center;
  background-size: 1000px 660px;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

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

/* sp */
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .inner-wide {
    width: 100%;
    padding: 0 15px;
  }
  .inner > .inner {
    padding: 0;
  }
}
.flexInner {
  display: flex;
}
.flexInner-r {
  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;
}

.img {
  font-size: 0;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .img {
    border-radius: 10px;
  }
}
a {
  color: #F34A08;
}
a:hover {
  text-decoration: underline;
}

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;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #D2D2D2;
}

small {
  font-size: 85%;
}

.tel {
  display: flex;
  align-items: baseline;
}
.tel i {
  font-size: 70%;
  margin: 0 5px 0 0;
}

.fz0 {
  font-size: 0;
}

.rental {
  background-color: #FD8399;
}

.sale {
  background-color: #57B142;
}

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: #5A3D1F !important;
}

.color-sub {
  color: #EBF4D1 !important;
}

.black {
  color: #5A3D1F !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #F34A08 !important;
}

.orange {
  color: #F49338 !important;
}

.yellow {
  color: #fff000 !important;
}

.green {
  color: #57B142 !important;
}

.blue {
  color: #4579a4 !important;
}

.brown {
  color: #917250 !important;
}

.gray {
  color: #D2D2D2 !important;
}

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

/******************************************
[見出し]
******************************************/
h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 40px;
  display: block;
  text-align: center;
}
h3:before {
  content: "";
  width: 30px;
  height: 28px;
  background: url("../img/icon-nikukyu2.png") center no-repeat;
  background-size: cover;
  display: block;
  margin: auto;
}
h3 span.eng {
  font-size: 1.25rem;
  color: #57B142;
  display: block;
  line-height: 1;
}

/* sp */
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.5625rem;
    margin: 0 0 30px;
  }
  h3 span.eng {
    font-size: 0.875rem;
  }
}
h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 7px 30px;
  display: inline-block;
  border: 1px solid #D2D2D2;
  border-radius: 100px;
  background-color: #F6F6F6;
  width: 100%;
}
h4 span.eng {
  font-size: 1rem;
  color: #D2D2D2;
  margin: 0 0 0 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
    margin: 0 0 20px;
  }
  h4 span.eng {
    font-size: 0.875rem;
    margin: 0 0 0 10px;
  }
}
h5 {
  font-size: 1.25rem;
  color: #F49338;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
/******************************************
[header]
******************************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1;
  padding: 20px 40px 0;
  margin: auto;
  z-index: 100;
  transition: 0.5s;
}
header .header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .logo {
  height: 50px;
  line-height: 1;
}
header .header .logo a {
  font-size: 0;
}
header .header .logo a img {
  width: 100%;
  max-width: 404px;
  height: auto;
}
header .header-r {
  width: 520px;
}
header .header-r .contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-r .contact .tel {
  display: flex;
  align-items: center;
}
header .header-r .contact .tel p.num {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  color: #5A3D1F;
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
header .header-r .contact .tel p.num i {
  margin: 0 5px -8px 0;
}
header .header-r .contact .contactBtn {
  margin: 0 0 0 20px;
}
header .header-r .contact .contactBtn a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  height: 50px;
  border-radius: 8px;
  background-color: #F49338;
  margin: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  header {
    height: 50px;
    min-height: 50px;
    padding: 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header {
    z-index: 1000000;
  }
  header .header .logo {
    width: 100%;
    height: 50px;
    padding: 5px 54px;
    text-align: center;
    margin: 0;
  }
  header .header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  header .header .logo a img {
    width: 100%;
    max-width: inherit;
    max-height: 40px;
    height: auto;
    display: block;
    margin: auto;
  }
  header .header .logo h1 {
    font-size: 0.625rem;
    margin-bottom: 5px;
  }
  header .header-r {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  header .header-r .contact {
    width: 100%;
  }
  header .header-r .contact .tel {
    display: none;
  }
  header .header-r .contact .tel p.txt {
    font-size: 0.625rem;
    margin: 0;
  }
  header .header-r .contact .tel p.num {
    font-size: 1.5625rem;
  }
  header .header-r .contact .tel i {
    font-size: 70%;
    margin: 0 5px 2px 0;
  }
  header .header-r .contact .contactBtn {
    width: 100%;
    margin: 0;
  }
  header .header-r .contact .contactBtn .contact {
    font-size: 0.875rem;
    height: 40px;
    border-radius: 0;
    padding: 11px 15px;
    text-align: center;
    justify-content: center;
  }
}
/******************************************
[footer]
******************************************/
footer {
  background-color: #fff;
  margin-top: 80px;
  padding: 80px 0 0;
}
footer .footer {
  display: flex;
  gap: 5%;
}
footer .footer p {
  color: #5A3D1F;
}
footer .footer-left {
  width: 360px;
}
footer .footer-left .logo img {
  width: 100%;
}
footer .footer-left .btn {
  margin-top: 30px;
}
footer .footer-left .btn a {
  color: #5A3D1F;
  border: 2px solid #5A3D1F;
  background-color: #fff;
  height: 40px;
}
footer .footer-left .btn a:after {
  font-size: 120%;
  content: "\e906";
  margin: 0 0 0 10px;
}
footer .footer-left .txt {
  width: 100%;
  margin-top: 30px;
}
footer .footer-left .txt p {
  text-align: center;
  display: block;
  line-height: 1;
}
footer .footer-left .txt p.tel {
  font-size: 2.75rem;
  font-weight: 700;
}
footer .footer-left .txt p.add {
  margin-top: 20px;
}
footer .footer-right {
  flex: 1;
}
footer .footer-right .navi {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
footer .footer-right .navi li {
  margin: 0;
  width: 24%;
}
footer .footer-right .navi li:nth-child(4) {
  width: 28%;
}
footer .footer-right .navi li a {
  font-size: 1rem;
  color: #5A3D1F;
  line-height: 1;
  font-weight: 700;
  display: flex;
  gap: 0 5px;
  padding: 10px 0 20px;
  transition: 0.1s;
}
footer .footer-right .navi li a:before {
  content: "";
  width: 20px;
  height: 19px;
  background: url("../img/icon-nikukyu1.png") center no-repeat;
  background-size: cover;
}
footer .footer-right .navi li a:hover {
  text-decoration: none;
  transform: translateY(-5px);
  opacity: 0.6;
}
footer .footer-right .navi2 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-right .navi2 li {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #5A3D1F;
}
footer .footer-right .navi2 li:first-child {
  border-left: 1px solid #5A3D1F;
}
footer .footer-right .navi2 li a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #5A3D1F;
  padding: 0 20px;
}
footer .footer-right .btn.entryBtn {
  margin-top: 20px;
}
footer .footer-right .btn.entryBtn a {
  width: 60%;
  background-color: #F49338;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 0;
    padding: 60px 15px 0;
  }
  footer .footer {
    display: block;
  }
  footer .footer-left {
    width: 100%;
  }
  footer .footer-left .logo {
    text-align: center;
  }
  footer .footer-left .logo img {
    width: 320px;
  }
  footer .footer-left .txt p.tel {
    font-size: 2rem;
  }
  footer .footer-right {
    flex: 1;
  }
  footer .footer-right .navi {
    margin-top: 40px;
  }
  footer .footer-right .navi li {
    width: 50% !important;
  }
  footer .footer-right .navi li a {
    padding: 10px 0;
  }
  footer .footer-right .navi2 {
    margin-top: 30px;
  }
  footer .footer-right .navi2 li {
    height: 24px;
  }
  footer .footer-right .navi2 li a {
    font-size: 0.75rem;
    padding: 0 10px;
  }
  footer .footer-right .btn.entryBtn {
    margin-top: 20px;
  }
  footer .footer-right .btn.entryBtn a {
    width: 100%;
  }
}
.copy {
  font-size: 0.75rem;
  text-align: center;
  color: #5A3D1F;
  padding: 80px 0 70px;
}

/* sp */
@media screen and (max-width: 768px) {
  .copy {
    font-size: 0.625rem;
    padding: 50px 0 100px;
  }
}
/******************************************
[section]
******************************************/
section {
  padding: 80px 0;
  overflow: hidden;
  z-index: 0;
}
section:nth-child(odd) {
  width: calc(100% - 80px);
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}

/* sp */
@media screen and (max-width: 768px) {
  section {
    padding: 60px 15px;
  }
  section:nth-child(odd) {
    width: 100%;
    border-radius: 0;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav {
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  /* ドロップダウン */
}
nav > ul {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 20px auto;
  flex: 1;
}
nav > ul > li {
  text-align: center;
  padding: 0;
}
nav > ul > li:hover > a {
  text-decoration: none;
}
nav > ul > li a {
  height: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #5A3D1F;
  line-height: 1;
  display: inline-block;
  padding: 11px 25px;
  transition: 1s;
}
nav > ul > li a:after {
  opacity: 0;
  content: "";
  width: 60px;
  height: 57px;
  background: url("../img/icon-nikukyu3.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transition: 0.3s;
}
nav > ul > li a:hover {
  text-decoration: none;
  color: #F49338;
}
nav > ul > li a:hover:after {
  opacity: 1;
}
nav .spNav-info {
  display: none;
}
nav .spNav-info-logo {
  display: none;
}
nav .nav-main > a:after {
  font-size: 1.125rem;
  font-family: "icomoon";
  color: #5A3D1F;
  content: "\e905";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -14px;
  margin: auto;
  z-index: 10;
}
nav .nav-main .nav-sub {
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  width: 150px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  border-radius: 15px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 10px rgba(90, 61, 31, 0.3);
}
nav .nav-main .nav-sub:after {
  position: absolute;
  top: -10px;
  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 #5A3D1F transparent;
}
nav .nav-main .nav-sub:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 150px;
  height: 20px;
}
nav .nav-main .nav-sub li {
  border-bottom: 1px solid #D2D2D2;
}
@media screen and (min-width: 769px) {
  nav .nav-main .nav-sub li:last-child {
    border-bottom-width: 0;
  }
}
nav .nav-main .nav-sub li a {
  font-size: 0.875rem;
  display: block;
  text-align: center;
  color: #5A3D1F;
  padding: 15px 0;
  margin: 0 auto;
}
@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: 50px;
}

/* 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 {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #F9F8ED;
    margin: 0;
    border-top: 1px solid #D2D2D2;
  }
  nav > ul > li {
    width: 50%;
    height: auto;
    padding: 0;
    border-left-width: 0 !important;
    border-bottom: 1px solid #D2D2D2;
  }
  nav > ul > li:first-child {
    display: none;
  }
  nav > ul > li:nth-child(even) {
    border-right: 1px solid #D2D2D2;
  }
  nav > ul > li.contBnr a {
    height: auto;
    padding: 20px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #D2D2D2;
  }
  nav > ul > li a {
    font-size: 1rem;
    font-weight: 500;
    height: auto;
    color: #5A3D1F;
    padding: 30px 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
  }
  nav .nav-main {
    height: auto;
  }
  nav .nav-main > a {
    color: #5A3D1F;
  }
  nav .nav-main > a:after {
    color: #5A3D1F;
    left: initial;
    right: 20px;
    bottom: 10px;
  }
  nav .nav-main .nav-sub {
    visibility: visible;
    margin-bottom: 10px !important;
    opacity: 1;
    width: 95%;
    padding: 0;
    position: initial;
    margin: 0 auto;
    background: #fff;
    box-shadow: none;
    top: 0;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
  }
  nav .nav-main .nav-sub:before {
    display: none;
  }
  nav .nav-main .nav-sub li {
    width: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  nav .nav-main .nav-sub li a {
    font-size: 12px !important;
    height: auto;
    color: #fff;
    background: #5A3D1F;
    text-align: left;
    display: block;
    padding: 10px;
    line-height: 1;
  }
  nav .spNav-info {
    display: block;
    padding: 15px;
    border-radius: 0;
  }
  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: #EBF4D1;
  }
  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: flex;
    height: 100%;
    align-items: center;
    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;
  }
}
/* スマホ用グローバルナビボタン
******************************************/
.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 #D2D2D2;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #5A3D1F;
    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;
  }
  .open2 .modalTel {
    right: 0;
  }
  .open2 .telBtn:after {
    content: "CLOSE";
  }
  .open2 .telBtn:before {
    content: "";
  }
  .open2 .icon-tel {
    display: none;
  }
  .open2 .telBtn {
    z-index: 1000000;
  }
  .open2 .bar {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    width: 35px;
    height: 2px;
    margin: auto;
  }
  .open2 .bar:before, .open2 .bar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 35px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .open2 .bar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open2 .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open2 .screen {
    opacity: 0.9;
    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-header {
  width: 100%;
  padding: 10px 40px 0;
  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;
}
@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);
  transform: translateY(0);
  top: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.clone-header nav ul {
  margin: 10px auto;
}

/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 99;
  transition: 0.3s;
  bottom: -70px;
  right: 15px;
  width: 70px;
  height: 70px;
}
.pagetop a {
  background-color: #5A3D1F;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  bottom: 15px;
}
@media screen and (min-width: 769px) {
  .pagetop.fade:hover {
    bottom: 25px;
  }
}

/* sp */
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: -45px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .pagetop a {
    text-decoration: none;
  }
  .pagetop a img {
    width: 20px;
  }
  .pagetop.fade {
    bottom: 45px;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
  height: 400px;
  border-radius: 20px;
}
.gmap iframe {
  border-radius: 20px;
  height: 400px;
}

/* sp */
@media screen and (max-width: 768px) {
  .gmap {
    height: 300px;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 5px 5px 0px 0px rgba(235, 244, 209, 0.5);
}

.shadow-2 {
  box-shadow: 10px 10px 0px 0px rgba(235, 244, 209, 0.5);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(235, 244, 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;
  display: block;
  width: 100%;
}
.note:first-of-type {
  margin-top: 10px;
}
.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 .topics_date {
  font-weight: 800;
  display: inline-block;
  margin: 0;
  color: #5A3D1F;
  /*background: $main;
  border-radius: 100px;
  padding: 0 15px 3px 15px;*/
}
.topics.news ul li .topics_title {
  color: #5A3D1F;
  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: 20px 0;
  color: #5A3D1F;
  display: flex;
  align-items: center;
}
.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.thumbnail > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 30px 5%;
}
.topics.thumbnail > ul li {
  width: 30%;
}
.topics.thumbnail > ul li a {
  color: #5A3D1F;
  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: 19vw;
  max-height: 300px;
  display: block;
  border-radius: 30px;
  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%;
  object-fit: cover;
}
a {
  transition: 0.5s;
}
a:hover {
  filter: brightness(80%);
  transition: 0.5s;
}

.topics.thumbnail > ul li .topics_date {
  color: #57B142;
  font-weight: 700;
  padding: 0 10px;
}
.topics.thumbnail > ul li .topics_title {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0 10px;
}
.topics.thumbnail.sales .topics_thumb {
  height: 300px;
}
.topics.thumbnail.sales .topics_title {
  font-weight: 700;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}
.topics .category_name {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  min-width: 80px;
  color: #fff;
  padding: 6px 10px 7px;
  margin-right: 20px;
  line-height: 1;
  background-color: #5A3D1F;
  border-radius: 100px;
  display: inline-block !important;
}

/* sp */
@media screen and (max-width: 768px) {
  .topics.news ul li {
    margin-bottom: 5px !important;
  }
  .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: 80%;
    margin: 20px auto 0;
  }
  .topics.thumbnail ul li .topics_thumb {
    height: 50vw;
    border-radius: 16px;
  }
  .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: -18px;
  top: 260px;
  z-index: 10;
  transition: 0.3s;
}
.sideBnr:hover {
  right: 0;
}
.sideBnr a {
  width: 80px;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #F49338;
  border-radius: 6px 0 0 6px;
  padding: 40px 36px 40px 20px;
  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 {
    display: none;
    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;
  }
}
/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
.imgTxt .flowNum {
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 1;
}
.imgTxt-img {
  font-size: 0;
  width: 300px;
  overflow: hidden;
}
.imgTxt-img img {
  width: 100%;
  border-radius: 30px;
}
.imgTxt-img.right {
  order: 2 !important;
}
.imgTxt-img.left {
  order: 1 !important;
}
.imgTxt-img.height100 {
  border-radius: 30px;
}
.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 {
  flex: 1;
}
.imgTxt-txt .ttl {
  font-size: 2rem;
  color: #F49338;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px;
  display: block;
}
.imgTxt-txt.left {
  order: 1 !important;
}
.imgTxt-txt.right {
  order: 2 !important;
}
.imgTxt.big {
  font-size: 18px !important;
  font-weight: initial !important;
}
.imgTxt.big .imgTxt-img {
  width: 400px;
}
.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 {
  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;
    margin-top: 30px;
  }
  .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%;
  }
  .imgTxt .imgTxt-img,
  .imgTxt.mini .imgTxt-img {
    max-width: 300px;
    height: auto;
    margin: 0 auto 20px;
  }
  .imgTxt .imgTxt-img img,
  .imgTxt.mini .imgTxt-img img {
    border-radius: 20px;
  }
  .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 {
  width: calc(100% - 80px);
  margin: auto;
  background-color: #5A3D1F;
  border-radius: 30px;
}
#contactSec h3 {
  color: #fff;
}
#contactSec .btn {
  width: 100%;
  margin: 30px 0 0;
}
#contactSec .btn:first-child {
  margin-top: 0;
}
#contactSec .btn a {
  width: 100%;
  color: #5A3D1F;
  background-color: #fff;
  padding: 25px 0;
  margin: 0;
}
#contactSec p {
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 0 20px;
  margin-top: 20px;
}
#contactSec p.tel {
  font-size: 2.5rem;
  letter-spacing: 3px;
}
#contactSec p.add {
  font-size: 1.25rem;
}

/* sp */
@media screen and (max-width: 768px) {
  #contactSec {
    width: 100%;
    border-radius: 0;
  }
  #contactSec h3 {
    color: #fff;
  }
  #contactSec .btn {
    margin: 20px 0 0;
  }
  #contactSec p {
    padding: 0 20px;
    margin-top: 20px;
  }
  #contactSec p.tel {
    font-size: 1.875rem;
    letter-spacing: 0;
  }
  #contactSec p.add {
    font-size: 1rem;
  }
}
/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  z-index: 1;
}
.btn a {
  height: 60px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background-color: #5A3D1F;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px 0 40px;
  margin: 0 10px;
  transition: 0.2s;
  border-radius: 100px;
}
.btn a:after {
  font-family: "icomoon";
  content: "\e90a";
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  margin: 4px 0 0 20px;
}
.btn a:hover {
  transform: translateY(4px);
  box-shadow: none;
  text-decoration: none;
}
.btn a:hover:after {
  text-decoration: none;
}

/* sp */
@media screen and (max-width: 768px) {
  .btn {
    margin: 20px auto 0;
  }
  .btn a {
    height: 50px;
    font-size: 1rem;
    padding: 0 25px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .telNum a {
    color: #fff;
  }
}
/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
}
table.basic tr {
  border-top: 1px dashed #D2D2D2;
}
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: 120px;
  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: 100px;
  }
}
dl.basic {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dl.basic dt, dl.basic dd {
  border-bottom: 1px dashed #D2D2D2;
  padding: 10px 5px;
}
dl.basic dt {
  width: 25%;
}
dl.basic dd {
  width: 75%;
}

/******************************************
[.frame] フレーム
******************************************/
.frame {
  padding: 25px;
  border-radius: 10px;
  margin: 20px 0;
}
.frame-line {
  border: 1px solid #D2D2D2;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  background: #fff;
}
.frame-white {
  background: #fff;
  padding: 30px;
  margin: 40px 0 0;
  border-radius: 20px;
}
.frame-white:first-of-type {
  margin-top: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .frame {
    padding: 15px;
  }
  .frame-line {
    padding: 15px;
  }
  .frame-white {
    padding: 15px;
    margin: 20px 0 0;
  }
}
/******************************************
[.check] チェックボックス
******************************************/
.check li {
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  margin: 10px 0 0;
  padding-bottom: 10px;
}
.check li:before {
  color: #5A3D1F;
  font-size: 1.5em;
  line-height: 1;
  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 #5A3D1F;
}

/* sp */
@media screen and (max-width: 768px) {
  .check li {
    font-size: 1rem;
    align-items: baseline;
    margin-top: 10px;
  }
  .check li:first-child {
    margin-top: 0;
  }
  .check li:before {
    font-size: 1.2em;
  }
}
.list li {
  display: block;
  margin: 5px 0;
  line-height: 1.6;
}
.list li:before {
  content: "●";
  color: #5A3D1F;
  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;
}

/******************************************
ローディング　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 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: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EBF4D1;
  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] 
******************************************/
.flow-list li {
  border-radius: 30px;
  background-color: #F6F6F6;
  margin: 10px 0 0;
  padding: 30px 30px 30px 180px;
  z-index: 1;
  display: flex;
}
.flow-list li:first-child {
  margin-top: 0;
}
.flow-list li .img {
  width: 120px;
  margin-right: 20px;
}
.flow-list li .txt {
  flex: 1;
}
.flow-list li .txt p.ttl {
  font-size: 1.75rem;
  font-weight: 700;
  color: #F34A08;
  margin-bottom: 5px;
}
.flow > p {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  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;
}
.flow > p.flow-rental {
  background-color: #F49338;
}
.flow > p.flow-sale {
  background-color: #57B142;
  height: 72%;
  left: 100px;
}

/* sp */
@media screen and (max-width: 768px) {
  .flow-list li {
    display: block;
    border-radius: 18px;
    padding: 15px 15px 15px 75px;
  }
  .flow-list li .img {
    width: 40px;
    margin: 0;
    position: absolute;
    top: 10px;
  }
  .flow-list li .txt p {
    font-size: 0.875rem;
  }
  .flow-list li .txt p.ttl {
    font-size: 1.25rem;
    margin: 0 0 10px 50px;
  }
  .flow > p {
    font-size: 0.875rem;
    padding: 20px 5px;
    height: calc(100% - 40px);
    top: 20px;
    left: 5px;
  }
  .flow > 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;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 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;
  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: #EBF4D1;
}

/* 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: flex;
  align-items: center;
  margin-bottom: 40px;
}
.ttl-txt h3 {
  flex: 1;
  padding-right: 40px;
  text-align: left;
  margin-bottom: 0;
}
.ttl-txt h3 span {
  text-align: left;
}
.ttl-txt p {
  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;
  }
}
#index {
  /******************************************
  [mv]
  ******************************************/
  /* sp */
  /******************************************
  [sec1]  お知らせ
  ******************************************/
  /* sp */
  /******************************************
  [sec2] 当院について
  ******************************************/
  /* sp */
  /******************************************
  [sec3]  職種紹介
  ******************************************/
  /* sp */
  /******************************************
  [sec4]  数字で見る
  ******************************************/
  /* sp */
  /******************************************
  [sec5]  トップメニュー
  ******************************************/
  /* sp */
}
#index .mv {
  width: 100%;
  height: calc(100vh - 40px);
  padding: 150px 40px 0;
}
#index .mv-box {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin: auto;
  background: url("../img/mv-bg.jpg") no-repeat center;
  background-size: cover;
  border-radius: 30px;
}
#index .mv-ttl {
  font-size: 2.5rem;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0px 0px 10px black;
  position: absolute;
  bottom: 100px;
  left: 100px;
}
#index .mv-ttl span {
  margin: 0 -15px 0 -31px;
}
@media screen and (max-width: 768px) {
  #index .mv {
    height: auto;
    padding: 60px 15px 0;
  }
  #index .mv-box {
    height: 400px;
    background-size: cover;
    border-radius: 20px;
  }
  #index .mv-ttl {
    font-size: 1.75rem;
    bottom: 20px;
    left: 20px;
  }
  #index .mv-ttl span {
    margin: 0 -10px 0 -20px;
  }
}
#index .recruitNews {
  padding: 30px 60px;
}
#index .recruitNews ul li a {
  display: block;
}
#index .recruitNews ul li a span {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 0;
  line-height: 1.8;
  display: inline-block;
  width: 100%;
}
#index .recruitNews ul li a span.topics_title {
  font-size: 1.5rem;
  text-overflow: initial;
  white-space: wrap;
}
#index #news .inner {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 40px;
}
#index #news .inner .news-ttl {
  width: 30%;
}
#index #news .inner .news-ttl h3 {
  margin-bottom: 10px;
}
#index #news .inner .news-ttl h3 .eng {
  margin-top: 0;
}
#index #news .inner .news {
  width: 70%;
  padding-left: 20px;
}
#index #news .inner .news li {
  padding: 0;
}
#index #news .inner .news li a {
  pointer-events: none;
  padding: 20px 0;
  border-bottom: 1px dotted #D2D2D2;
}
#index #news .inner .btn {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #index .recruitNews {
    padding: 20px;
  }
  #index .recruitNews ul li a span {
    font-size: 0.875rem;
  }
  #index .recruitNews ul li a span.topics_title {
    font-size: 1.125rem;
  }
  #index #news .inner {
    display: block;
    border-radius: 20px;
    padding: 30px 20px;
  }
  #index #news .inner .news-ttl {
    width: 100%;
  }
  #index #news .inner .news {
    width: 100%;
    padding-left: 0;
  }
  #index #news .inner .news li a {
    padding: 10px 0;
  }
}
#index #about .about .img {
  width: 100%;
}
#index #about .about .img img {
  border-radius: 20px;
}
#index #about .about .ttl {
  font-size: 1.75rem;
  font-weight: 700;
  background-color: #EBF4D1;
  border-radius: 20px;
  padding: 30px 40px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #index #about .about .ttl {
    margin: -70px 0 0;
    display: inline-block;
    position: absolute;
    right: 0;
  }
}
#index #about .about .txt {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #index #about .about .img {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
    border-radius: 0;
  }
  #index #about .about .img img {
    border-radius: 0;
  }
  #index #about .about .ttl {
    font-size: 1.125rem;
    border-radius: 16px;
    padding: 20px 19px;
    margin: -20px 0 0;
  }
  #index #about .about .txt {
    margin-top: 20px;
  }
}
#index .job {
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  margin-top: 50px;
}
#index .job .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  text-indent: 3px;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  padding: 43px 0;
  margin: auto;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 1;
}
#index .job .ttl span.eng {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
  margin-top: 5px;
  color: #57B142;
  display: block;
}
#index .job .img img {
  border-radius: 16px;
}
#index .job .txt {
  margin-top: 20px;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  #index .job {
    border-radius: 16px;
    padding: 20px;
    margin-top: 70px;
  }
  #index .job .ttl {
    font-size: 1.5rem;
    letter-spacing: 0;
    text-indent: 0;
    width: 100px;
    height: 100px;
    padding: 28px 0;
    top: -40px;
  }
  #index .job .ttl span.eng {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0;
    text-indent: 0;
    margin-top: 5px;
    color: #57B142;
    display: block;
  }
  #index .job .img img {
    border-radius: 16px;
  }
  #index .job .txt {
    margin-top: 20px;
    padding: 0 8px;
  }
}
#index #number h3 {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  line-height: 1.2;
}
#index #number h3 span {
  margin-top: 10px;
}
#index #number h3:after {
  content: "";
  width: 375px;
  height: 109px;
  background: url("../img/index_sec4-h3img.png") center right no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 48px;
  margin: auto;
  z-index: -1;
}
#index .number {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-content: stretch;
  justify-content: center;
}
#index .number li {
  width: 230px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  background-color: #EBF4D1;
  padding: 20px;
  border-radius: 16px;
}
#index .number li > p, #index .number li > div {
  width: 100%;
}
#index .number li .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: -10px auto 0;
}
#index .number li .ttl:before {
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 230px;
  background-color: #EBF4D1;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#index .number li .ttl small {
  font-size: 0.75rem;
  display: block;
}
#index .number li .txt {
  margin: 20px 0;
}
#index .number li .txt p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}
#index .number li .txt p .num {
  font-size: 3.125rem;
  color: #F49338;
  font-family: "Jost";
  font-weight: normal;
  line-height: 1;
}
#index .number li .txt p small {
  font-size: 1.875rem;
}
#index .number li .txt .column-box:first-child {
  margin-right: 20px;
}
#index .number li .img {
  text-align: center;
}
#index .number li:nth-child(4) .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index .number li:nth-child(4) .txt p {
  width: 50%;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}
#index .number li:nth-child(4) .txt p .num {
  font-size: 1.75rem;
}
#index .number li:nth-child(4) .txt p small {
  font-size: 1.125rem;
}
#index .number li:nth-child(4) .txt .column-box:first-child {
  margin-right: 20px;
}
#index .number li:nth-child(5) .txt p {
  font-size: 1.25rem;
  display: flex;
  justify-content: space-between;
}
#index .number li:nth-child(5) .txt p .num {
  font-size: 2rem;
  width: 100%;
  flex: 1;
  text-align: right;
}
#index .number li:nth-child(5) .txt p small {
  font-size: 1.25rem;
}
#index .number li:nth-child(6) .txt p {
  font-size: 1.25rem;
}
#index .number li:nth-child(6) .txt p:first-child .num {
  font-size: 3.125rem;
}
#index .number li:nth-child(6) .txt p:first-child small {
  font-size: 1.875rem;
}
#index .number li:nth-child(6) .txt p .num {
  font-size: 1.75rem;
}
#index .number li:nth-child(6) .txt p small {
  font-size: 1.25rem;
}
#index .number li:nth-child(7) .txt p {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #index #number h3 {
    line-height: 1.4;
  }
  #index #number h3:after {
    width: 240px;
    height: 70px;
    bottom: 40px;
  }
  #index .number {
    gap: 40px 4%;
  }
  #index .number li {
    width: 48%;
    padding: 20px 15px;
    border-radius: 16px;
  }
  #index .number li .ttl {
    font-size: 1.125rem;
    margin: -10px auto 0;
  }
  #index .number li .ttl:before {
    width: 100px;
    height: 100px;
    top: -30px;
  }
  #index .number li .txt {
    margin: 10px 0;
  }
  #index .number li .txt .column-box:first-child {
    margin-bottom: 0;
  }
  #index .number li .txt p {
    font-size: 1.25rem;
  }
  #index .number li .txt p .num {
    font-size: 1.75rem;
  }
  #index .number li .txt p small {
    font-size: 1.25rem;
  }
  #index .number li .img img {
    width: 80px;
    height: auto;
  }
  #index .number li:nth-child(4) .txt p {
    font-size: 1.125rem;
  }
  #index .number li:nth-child(4) .txt p .num {
    font-size: 1.25rem;
  }
  #index .number li:nth-child(4) .txt p small {
    font-size: 0.875rem;
  }
  #index .number li:nth-child(4) .img img {
    width: auto;
    height: 50px;
  }
  #index .number li:nth-child(5) .txt p {
    font-size: 0.875rem;
  }
  #index .number li:nth-child(5) .txt p .num {
    font-size: 1.25rem;
  }
  #index .number li:nth-child(5) .txt p small {
    font-size: 0.875rem;
  }
  #index .number li:nth-child(5) .img img {
    width: auto;
    height: 50px;
  }
  #index .number li:nth-child(6) .txt p {
    font-size: 0.875rem;
  }
  #index .number li:nth-child(6) .txt p:first-child .num {
    font-size: 1.75rem;
  }
  #index .number li:nth-child(6) .txt p:first-child small {
    font-size: 1.25rem;
  }
  #index .number li:nth-child(6) .txt p .num {
    font-size: 1.125rem;
  }
  #index .number li:nth-child(6) .txt p small {
    font-size: 0.875rem;
  }
  #index .number li:nth-child(6) .img img {
    width: auto;
    height: 50px;
  }
  #index .number li:nth-child(7) .txt p {
    font-size: 1.875rem;
  }
  #index .number li:nth-child(7) .img img {
    width: auto;
    height: 50px;
  }
}
#index .menu {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
}
#index .menu .icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
#index .menu .ttl {
  font-size: 2.25rem;
  font-weight: 700;
  color: #57B142;
  margin-bottom: 30px;
}
#index .menu .ttl:before {
  content: "";
  width: 92px;
  height: 88px;
  background: url("../img/icon-nikukyu3.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 0;
}
#index .menu .ttl span {
  font-size: 1.25rem;
  color: #D2D2D2;
  display: block;
}
#index .menu.wide {
  padding-left: 380px;
  margin-top: 60px;
}
#index .menu.wide .img {
  position: absolute;
  left: 35px;
  bottom: 0;
  display: block;
}
#index .menu.wide .img img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #index .menu {
    padding: 20px;
  }
  #index .menu .icon {
    width: 50px;
    height: 50px;
  }
  #index .menu .icon img {
    width: 100%;
    height: auto;
  }
  #index .menu .ttl {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  #index .menu .ttl:before {
    width: 60px;
    height: 57px;
    left: -15px;
    top: -15px;
  }
  #index .menu .ttl span {
    font-size: 1rem;
  }
  #index .menu.wide {
    padding-left: 20px;
    margin-top: 20px;
  }
  #index .menu.wide .ttl {
    z-index: 1;
  }
  #index .menu.wide .txt {
    padding-left: 24vw;
  }
  #index .menu.wide .img {
    left: 0;
    bottom: 95px;
    z-index: 0;
  }
  #index .menu.wide .img img {
    width: 30vw;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /* sp */
  /******************************************
  [about.html] 採用について
  ******************************************/
  /* sp */
  /******************************************
  [renovation.html] 介護リフォーム
  ******************************************/
  /* sp */
  /******************************************
  [rental.html] レンタル商品
  ******************************************/
  /* sp */
  /******************************************
  [recruit.html] 求人情報
  ******************************************/
  /* sp */
  /******************************************
  [faq.html] よくあるご質問
  ******************************************/
  /* sp */
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [info.html] 会社概要
  ******************************************/
  /* sp */
  /* フォーム部品：入力欄 */
}
#second .mv {
  width: 100%;
  height: 500px;
  padding: 150px 40px 0;
}
#second .mv-box {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin: auto;
  background: url("../img/mv-second-bg.jpg") no-repeat center;
  background-size: cover;
  border-radius: 30px;
}
#second .mv-ttl {
  font-size: 2.5rem;
  line-height: 1.7;
  color: #5A3D1F;
  position: absolute;
  bottom: 140px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  #second .mv {
    width: 100%;
    height: 180px;
    padding: 70px 15px 0;
  }
  #second .mv-box {
    border-radius: 20px;
  }
  #second .mv-ttl {
    font-size: 1.25rem;
    bottom: 40px;
    left: 20px;
  }
}
#second .reason > p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
#second .reason ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#second .reason ul li {
  width: 31.333%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
#second .reason ul li .img {
  width: 60%;
  margin: auto;
}
#second .reason ul li .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 10px auto 0;
}
#second .schedule {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
#second .schedule:before {
  content: "";
  width: 86%;
  height: 6px;
  background-color: #F49338;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: auto;
}
#second .schedule li:nth-child(1) {
  width: 140px;
}
#second .schedule li:nth-child(2) {
  width: 170px;
}
#second .schedule li:nth-child(3) {
  width: 170px;
}
#second .schedule li:nth-child(4) {
  width: 210px;
}
#second .schedule li:nth-child(5) {
  width: 140px;
}
#second .schedule li:nth-child(6) {
  width: 140px;
}
#second .schedule li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #F49338;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
}
#second .schedule li .timeLine {
  border: 2px solid #5A3D1F;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 10px;
}
#second .schedule li .timeLine .time {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F49338;
  text-align: center;
  display: block;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
}
#second .schedule li .timeLine .img {
  width: 70px;
  height: 70px;
  border-radius: 0;
  margin: auto;
}
#second .schedule li .timeLine .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#second .schedule li .timeLine .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 0;
}
#internships .schedule:before {
  top: initial;
  bottom: 95px;
}
#internships .schedule li {
  width: 18% !important;
}
#internships .schedule li:before {
  display: none;
}
#internships .schedule li .timeLine {
  padding: 50px 10px 20px;
}
#internships .schedule li .timeLine .step {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #F49338;
  padding: 10px 0;
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid #fff;
}
#internships .schedule li .timeLine .step span {
  font-family: "Jost";
  font-weight: normal;
  font-size: 2.5rem;
  display: block;
}

@media screen and (max-width: 768px) {
  #second .reason > p {
    font-size: 4.6vw;
  }
  #second .reason ul {
    display: block;
    margin-top: 40px;
  }
  #second .reason ul li {
    width: 70%;
    border-radius: 16px;
    padding: 20px;
    margin: 20px auto 0;
  }
  #second .reason ul li .ttl {
    font-size: 1rem;
  }
  #second .schedule {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 0 0 150px;
  }
  #second .schedule:before {
    width: 6px;
    height: 86%;
    top: 0;
    bottom: 0;
    left: 127px;
    right: initial;
  }
  #second .schedule li {
    width: 100% !important;
    margin-top: 20px;
  }
  #second .schedule li:before {
    top: 0;
    bottom: 0;
    left: -30px;
    right: initial;
  }
  #second .schedule li .timeLine {
    padding: 20px 10px;
  }
  #second .schedule li .timeLine .time {
    font-size: 1.25rem;
    text-align: right;
    top: 0;
    bottom: 0;
    left: -150px;
    right: initial;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 110px;
    padding-bottom: 3px;
  }
  #second .schedule li .timeLine .img {
    width: 60px;
    height: 60px;
  }
  #second .schedule li .timeLine .ttl {
    font-size: 1.125rem;
    margin-top: 10px;
  }
  #internships .schedule {
    padding: 0 0 0 70px;
  }
  #internships .schedule:before {
    top: 0;
    bottom: 0;
    left: 30px;
  }
  #internships .schedule li {
    width: 100% !important;
  }
  #internships .schedule li .timeLine {
    padding: 15px;
    display: flex;
    align-items: center;
  }
  #internships .schedule li .timeLine .step {
    font-size: 0.875rem;
    width: 60px;
    height: 60px;
    padding: 10px 0;
    top: 0;
    bottom: 0;
    left: -70px;
    right: initial;
    border-width: 2px;
  }
  #internships .schedule li .timeLine .step span {
    font-size: 1.75rem;
  }
  #internships .schedule li .timeLine .img {
    flex: 1;
    margin-right: 10px;
  }
  #internships .schedule li .timeLine .ttl {
    flex: 2;
    text-align: left;
    margin: 0;
  }
}
#second .anchorBtn {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
#second .anchorBtn li {
  border-left: 1px solid #D2D2D2;
}
#second .anchorBtn li:last-child {
  border-right: 1px solid #D2D2D2;
}
#second .anchorBtn li a {
  color: #F34A08;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  height: 100% !important;
  padding: 10px 15px 20px;
}
#second .anchorBtn li a:hover {
  text-decoration: none;
  background-color: rgba(244, 147, 56, 0.1);
  cursor: pointer;
}
#second .anchorBtn li a img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
#second .anchorBtn li a span {
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  display: block;
  line-height: 1.2;
}
#second .anchorBtn li a span:before {
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#second .anchorBtn.rental {
  background-color: initial;
}
#second .anchorBtn.rental li:nth-child(3) {
  border-right: 1px solid #D2D2D2;
}
#second .anchorBtn.rental li a {
  height: auto;
}
#second .anchorBtn.rental li a img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: initial;
}
#second .anchorBtn.rental li a span {
  font-size: 1rem;
  margin-top: 15px;
}
#second .renovatList {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 20px 20px 100px;
}
#second .renovatList .imgTxt-img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background-color: #fce2c9;
  position: absolute;
  left: -30px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#second .renovatList .imgTxt-img img {
  border-radius: 0;
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
}
#second .renovatList .imgTxt-txt p {
  flex: 1;
}
#second .renovatList .imgTxt-txt .txt {
  display: flex;
}
#second .renovatList .imgTxt-txt .txt > div {
  flex: 1;
}
#second .beforeAfter {
  width: 500px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
  background-color: #F6F6F6;
  border-radius: 16px;
  padding: 15px;
  margin-left: 20px;
}
#second .beforeAfter li {
  width: 50%;
  font-size: 0;
}
#second .beforeAfter li:first-child:before {
  font-size: 1.5625rem;
  font-family: "icomoon";
  content: "\ea42";
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
#second .beforeAfter li img {
  border-radius: 12px;
}
#second .beforeAfter li p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #F34A08;
  line-height: 1;
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#second .beforeAfter.half {
  width: 48.5%;
  margin: 20px 0 0;
  display: inline-flex;
}
#second .beforeAfter.half:first-of-type {
  margin-right: 2%;
}
#second .rentalList {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #second .anchorBtn {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #second .anchorBtn li a {
    height: auto;
    padding: 0 10px 10px;
  }
  #second .anchorBtn li a img {
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 50px;
  }
  #second .anchorBtn li a span:before {
    bottom: -15px;
  }
  #second .anchorBtn.rental li {
    width: 33.333%;
    margin: 10px 0;
  }
  #second .anchorBtn.rental li a {
    height: 100%;
  }
  #second .anchorBtn.rental li a img {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 80px;
  }
  #second .anchorBtn.rental li a span {
    font-size: 0.875rem;
    margin: 10px auto 0;
  }
  #second .anchorBtn.renoAnchor li a {
    align-content: baseline;
  }
  #second .anchorBtn.renoAnchor li a img {
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 40px;
  }
  #second .rentalList {
    border-radius: 20px;
    padding: 15px;
  }
  #second .rentalList .imgTxt-img img {
    border-radius: 16px;
  }
  #second .renovatList {
    border-radius: 20px;
    padding: 15px;
  }
  #second .renovatList .imgTxt-txt .ttl {
    margin-left: 45px;
  }
  #second .renovatList .imgTxt-txt .txt {
    display: block;
  }
  #second .renovatList .imgTxt-img {
    width: 60px;
    height: 60px;
    left: -10px;
    top: -10px;
  }
  #second .renovatList .imgTxt-img img {
    max-width: 30px;
    max-height: 30px;
  }
  #second .beforeAfter {
    width: 100%;
    gap: 0 30px;
    padding: 10px;
    margin: 20px 0 0;
  }
  #second .beforeAfter li:first-child:before {
    font-size: 1.25rem;
    right: -30px;
    padding-bottom: 30px;
    width: 30px;
  }
  #second .beforeAfter li img {
    border-radius: 8px;
  }
  #second .beforeAfter li p {
    font-size: 0.875rem;
    height: 25px;
  }
  #second .beforeAfter.half {
    width: 100%;
    margin: 20px 0 0;
  }
  #second .beforeAfter.half:first-of-type {
    margin-right: 0%;
  }
  #second .rentalList {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
  }
}
#second .commitments {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
}
#second .commitments li {
  width: 30%;
}
#second .commitments li .img {
  margin-bottom: 15px;
}
#second .commitments li .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #57B142;
}
#second .commitments li .ttl:before {
  content: "";
  width: 36px;
  height: 25px;
  background: url("../img/icon-logo.png") no-repeat center;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}
#second .commitments li .numBox {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  width: 58px;
  height: 58px;
  border: 4px solid #fff;
  background-color: #57B142;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  padding: 8px 0;
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#second .commitments li p {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #second .commitments {
    display: block;
  }
  #second .commitments li {
    width: 100%;
    margin-top: 60px;
  }
  #second .commitments li:first-child {
    margin-top: 0;
  }
  #second .commitments li .ttl {
    font-size: 1.125rem;
  }
  #second .commitments li .ttl:before {
    width: 29px;
    height: 20px;
  }
  #second .commitments li p {
    font-size: 1rem;
  }
}
#second .flow li {
  padding: 40px;
}
#second .flow li .num {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 10px 0;
  border-radius: 30px 0 12px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#second .openPosi {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  margin: 10px auto 0;
  padding: 20px 30px 30px;
}
#second .openPosi .ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #F49338;
  text-align: center;
  margin-bottom: 20px;
}
#second .openPosi .ttl small {
  font-size: 1rem;
}
#second .openPosi .img img {
  border-radius: 20px;
}
#second .openPosi .txt {
  padding: 20px 8px 0;
}
#second .openPosi:before {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: #fff;
  z-index: 0;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
#second .benefits {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
}
#second .benefits .ttl {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
#second .benefits .num {
  font-family: Arial;
  font-weight: bolder;
  color: #57B142;
  font-size: 2.5rem;
  line-height: 90%;
  text-align: center;
  margin: 40px 0 20px;
}
#second .benefits .num span {
  font-size: 1.5rem;
  color: #5A3D1F;
}
#second .benefits .num small {
  font-size: 1rem;
  color: #5A3D1F;
  display: block;
}
#second .benefits .img {
  width: 100%;
  border-radius: 0;
  text-align: center;
}
#second .benefits .img img {
  border-radius: 0;
  width: auto;
  height: 100px;
}
#second .benefits:nth-child(3) .num small {
  font-size: 1.125rem;
}
#second .benefits:nth-child(3) .img img {
  height: 80px;
}
@media screen and (max-width: 768px) {
  #second .flow li {
    padding: 18px;
  }
  #second .flow li .num {
    font-size: 1.25rem;
    width: 40px;
    height: 40px;
    border-radius: 20px 0 8px 0;
    top: 0;
    left: 0;
  }
  #second .openPosi {
    height: auto;
    border-radius: 20px;
    margin: 60px auto 0;
    padding: 15px 15px 20px;
  }
  #second .openPosi .ttl {
    font-size: 1.5rem;
  }
  #second .openPosi .ttl small {
    font-size: 0.875rem;
  }
  #second .openPosi .img img {
    border-radius: 16px;
  }
  #second .openPosi .txt {
    padding: 20px 5px 0;
  }
  #second .openPosi:before {
    width: 200px;
    height: 200px;
    top: -30px;
  }
  #second .benefits {
    padding: 15px;
    border-radius: 20px;
    width: 300px;
    margin: auto;
  }
  #second .benefits p {
    width: 100%;
  }
  #second .benefits .ttl {
    font-size: 1.5rem;
  }
  #second .benefits .num {
    font-size: 2rem;
    margin: 30px 0 20px;
  }
  #second .benefits .num span {
    font-size: 1.5rem;
    color: #5A3D1F;
  }
}
#second .faq dl {
  background: #f6f6f6;
  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-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  margin: auto;
  padding: 3px;
}
#second .faq dl dt {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 15px;
}
#second .faq dl dt:before {
  content: "Q";
  background-color: #5A3D1F;
}
#second .faq dl dd:before {
  content: "A";
  background-color: #F34A08;
}
@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;
  }
}
#second #form {
  padding-top: 0;
  margin-top: -60px;
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  border: 1px solid #D2D2D2;
  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: #5A3D1F;
  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 #D2D2D2;
  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: 1.0625rem;
  }
  #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: #2D1A08;
  border: 1px solid #D2D2D2;
  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;
}
@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 .submit {
  text-align: center;
  margin-top: 20px;
  /* sp */
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #D2D2D2;
  padding: 5px 10px;
  margin: 0 5px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #5A3D1F;
}
@media screen and (max-width: 768px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #D2D2D2;
    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;
  }
}
#second #entry {
  padding-bottom: 0;
}
#second .recruit-search {
  padding: 20px 10px;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  display: block;
  align-items: baseline;
  background-color: #f9f9f9;
}
#second .recruit-search input,
#second .recruit-search select {
  font-size: 1rem;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 0 10px;
  height: 30px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  margin: 0 10px;
}
#second .recruit-search p {
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  display: inline-block;
}
#second .recruit-search p:first-child {
  font-weight: 700;
}
#second .form input,
#second .form select,
#second .form textarea {
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 0 10px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  margin: 5px 0;
}
#second .form-short:focus,
#second .form-middle:focus,
#second .form-long:focus {
  border-color: #ddd;
  background-color: #fff;
}
#second .form-short {
  width: 20%;
}
#second .form-middle {
  width: 50%;
}
#second .form-long {
  width: 95%;
}
#second .form-note {
  margin-left: 10px;
}
#second .entry {
  border: 1px solid #bbb;
  background-color: #fff;
  padding: 35px;
  margin-top: 60px;
  border-radius: 20px;
}
#second .entry-box-left .img {
  border-radius: 0;
}
#second .entry-box-left .img img {
  border-radius: 16px;
}
#second .entry-box-right .txt {
  margin-top: 20px;
}
#second .entry .tag {
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 10px 20px 12px;
  margin: 0 10px 0 0;
  border-radius: 4px;
}
#second .entry .tag.position {
  background-color: #b73732;
}
#second .entry .tag.type {
  background-color: #2a4e93;
}
#second .entry .imgTxt {
  margin: 20px 0 0;
}
#second .entry table {
  margin-top: 60px;
  width: 100%;
}
#second .entry table tr {
  border-top: 1px dashed #D2D2D2;
  border-bottom: 1px dashed #D2D2D2;
}
#second .entry table.form {
  margin: 0;
  border: 1px solid #D2D2D2;
}
#second .entry table.form tr th, #second .entry table.form tr td {
  border: 1px solid #D2D2D2;
  padding: 10px 20px;
}
#second .entry table.form tr th {
  width: 260px;
  text-align: right;
  background-color: #F9F8ED;
  vertical-align: top;
}

/******************************************
[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% + 60px) / 2 - 60px);
  margin: 60px 60px 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% + 60px) / 3 - 60px);
  margin: 60px 60px 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% + 60px) / 4 - 60px);
  margin: 60px 60px 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% + 60px) / 5 - 60px);
  margin: 60px 60px 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% + 60px) / 6 - 60px);
  margin: 60px 60px 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 #D2D2D2 !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #5A3D1F;
  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: #5A3D1F;
  transition-duration: 1s;
  bottom: -1px;
}

.text {
  text-align: center;
  color: #2D1A08;
  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;
  }
}