@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap");
/*@mixin hover2 {
  transition: .1s;
  box-shadow: 0 5px 0 0 darken($black, 20%);
  &:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    text-decoration: none;
    box-shadow: 0 0 0 0 darken($black, 20%);
  }
}*/
/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

/* sp */
@media screen and (max-width: 767px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

/* sp */
@media screen and (max-width: 767px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

/* sp */
@media screen and (max-width: 767px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

/* sp */
@media screen and (max-width: 767px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

/* sp */
@media screen and (max-width: 767px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .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;
  clear: both;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  /* 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 #8e9090 !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #83a712;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: #83a712;
  transition-duration: 1s;
  bottom: -1px;
}

.text {
  text-align: center;
  color: #333;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

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

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  width: 60px;
  position: fixed;
  right: -5px;
  top: 20%;
  z-index: 10;
  transition: 0.1s;
  /* sp */
}
.sideBnr a {
  font-size: 1.125rem;
  color: #83a712;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #59b6dd;
  border-radius: 5px;
  padding: 15px 22px 15px 15px;
  display: block;
  line-height: 1;
}
.sideBnr a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sideBnr {
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .sideBnr a {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-width: 0;
    border-radius: 0;
    padding: 10px;
    display: block;
  }
}

/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}

/* sp */
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

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

p {
  line-height: 1.8;
  text-align: justify;
}
p a {
  color: #83a712;
  text-decoration: underline;
}

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

hr {
  margin: 0;
  padding: 30px 0;
  border: 0;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #eae8e8;
}

small {
  font-size: 80%;
}

.tel {
  font-family: "Jost";
  display: flex;
  align-items: center;
}
.tel i {
  font-size: 55%;
  margin: 0 5px -3px 0;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.fz0 {
  font-size: 0;
}

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

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

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

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

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

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

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #83a712;
}

.color-sub {
  color: #59b6dd;
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.red {
  color: #e8471c;
}

.orange {
  color: #f18336;
}

.yellow {
  color: #f0f79c;
}

.green {
  color: #415500;
}

.blue {
  color: #1d2088;
}

.brown {
  color: #734b30;
}

.gray {
  color: #8e9090;
}

.gray-light {
  color: #eae8e8;
}

/******************************************
[見出し]
******************************************/
h3 {
  text-align: center;
  margin-bottom: 40px;
}
h3 span.eng {
  font-family: "Jost";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 15px;
}
h3 span.eng:after {
  content: "";
  width: 100%;
  height: 14px;
  background-color: #f0f79c;
  border-radius: 100px;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
h3 span.jp {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 800;
  line-height: 1.4;
  color: #333;
  z-index: 1;
  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;
}
h3 span.jp:after {
  content: "";
  width: 55px;
  height: 42px;
  background: url("../img/h3-img.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -33px;
  z-index: -1;
}

/* sp */
@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 30px;
  }
  h3 span.eng {
    font-size: 1rem;
    padding: 0 10px;
  }
  h3 span.eng:after {
    height: 10px;
    bottom: -3px;
  }
  h3 span.jp {
    font-size: 1.5625rem;
  }
  h3 span.jp:after {
    width: 39px;
    height: 30px;
    top: -15px;
    left: -23px;
  }
}
h4 {
  font-size: 1.875rem;
  color: #59b6dd;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
h4:before, h4:after {
  content: "";
  width: 27px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
h4:before {
  background-image: url("../img/h4-l.png");
  margin-right: 5px;
}
h4:after {
  background-image: url("../img/h4-r.png");
  margin-left: 5px;
}

/* sp */
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
    margin: 0 0 20px;
  }
  h4:before, h4:after {
    width: 20px;
    height: 30px;
  }
}
/******************************************
[header]
******************************************/
header {
  width: 100%;
  z-index: 100;
}

.header {
  max-width: 1040px;
  margin: auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.header-left {
  padding-right: 20px;
}
.header-left h1 {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.header-left .logo img {
  width: auto;
  height: 55px;
}
.header-right {
  flex: 1;
  display: grid;
  justify-content: flex-end;
}
.header-right-contact p {
  line-height: 1;
  text-align: right;
}
.header-right-contact .txt span {
  font-size: 0.875rem;
  color: #fff;
  background-color: #e8471c;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  padding: 7px 15px;
}
.header-right-contact .txt span:first-child {
  margin-right: 5px;
}
.header-right-contact .tel {
  font-size: 2.1875rem;
  color: #83a712;
  margin: 5px 0;
  justify-content: flex-end;
}
.header-right-contact .tel small {
  font-size: 1.875rem;
  color: #333;
}
.header-right-contact .add {
  font-size: 0.875rem;
}

/* sp */
@media screen and (max-width: 767px) {
  .header {
    display: block;
    padding: 0;
  }
  .header > div {
    height: auto;
    display: block;
  }
  .header-left {
    width: 100%;
    padding-right: 0;
  }
  .header-left h1 {
    font-size: 0.625rem;
    padding: 5px 60px 0;
  }
  .header-left .logo {
    text-align: center;
    padding: 0 60px;
  }
  .header-left .logo img {
    width: auto;
    height: 45px;
  }
  .header-right {
    margin-top: 10px;
  }
  .header-right-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .header-right-contact .txt {
    text-align: center;
  }
  .header-right-contact .txt span {
    font-size: 0.625rem;
    padding: 3px 8px;
    margin: 5px;
    display: block;
  }
  .header-right-contact .tel {
    font-size: 1.5625rem;
    color: #83a712;
    margin: 5px 0;
    justify-content: flex-end;
  }
  .header-right-contact .tel small {
    font-size: 1.875rem;
    color: #333;
  }
  .header-right-contact .add {
    font-size: 0.875rem;
  }
}
/******************************************
[footer]
******************************************/
footer {
  background: #f8f5f3;
}
footer .footer {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer-left, footer .footer-right {
  width: 48%;
}
footer .footer-left .logo img {
  width: auto;
  height: 70px;
}
footer .footer-left .tel {
  font-size: 1.5625rem;
}
footer .footer-left p {
  margin-top: 10px;
}
footer .footer-right {
  display: flex;
  justify-content: flex-end;
}
footer .footer-nav {
  display: inline-block;
}
footer .footer-nav:first-child {
  margin-right: 40px;
}
footer .footer-nav li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
footer .footer-nav li:before {
  font-size: 0.875rem;
  color: #59b6dd;
  line-height: 1;
  font-family: "icomoon";
  content: "\e903";
  margin-right: 5px;
  padding-top: 2px;
}
footer .footer-nav li a {
  font-size: 1rem;
  line-height: 1;
}
footer .footer-nav li.navMain a {
  color: #83a712;
  pointer-events: none;
}
footer .footer-nav li.navSub {
  margin-bottom: 10px;
}
footer .footer-nav li.navSub:before {
  font-size: 1rem;
  content: "-";
  line-height: 1;
  margin: 0 10px;
}
footer .footer-nav li.navSub a {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  footer .footer {
    padding: 40px 10px;
    display: block;
  }
  footer .footer-left, footer .footer-right {
    width: 100%;
  }
  footer .footer-left .logo {
    text-align: center;
  }
  footer .footer-left .logo img {
    width: auto;
    height: 50px;
  }
  footer .footer-right {
    margin-top: 10px;
    display: flex;
    gap: 20px;
  }
  footer .footer-right > ul {
    width: 50%;
  }
  footer .footer-nav:first-child {
    margin-right: 20px;
  }
  footer .footer-nav li {
    margin-bottom: 10px;
  }
  footer .footer-nav li:before {
    font-size: 0.75rem;
  }
  footer .footer-nav li a {
    font-size: 0.9375rem;
  }
  footer .footer-nav li.navSub {
    margin-bottom: 5px;
  }
  footer .footer-nav li.navSub:before {
    margin: 0 5px;
  }
  footer .footer-nav li.navSub a {
    font-size: 0.875rem;
  }
}
/* コピーライト */
.copy {
  font-size: 0.75rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin: auto 0;
  padding: 15px 0;
  background-color: #83a712;
}

/* sp */
@media screen and (max-width: 767px) {
  .copy {
    font-size: 0.625rem;
  }
}
/******************************************
[section]
******************************************/
section {
  padding: 60px 0;
}

/* sp */
@media screen and (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav {
  background-color: #83a712;
  padding: 10px 0;
  /* ドロップダウン */
}
nav > ul {
  width: 1040px;
  margin: auto;
  display: flex;
  align-items: center;
}
nav > ul > li {
  width: 16.666%;
  border-right: 1px solid #f8f5f3;
  text-align: center;
}
nav > ul > li:first-child {
  border-left: 1px solid #f8f5f3;
}
nav > ul > li a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  display: block;
  padding: 5px 0;
  transition: 0.1s;
}
nav > ul > li a span {
  font-size: 0.75rem;
  font-family: "Jost";
  display: block;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  nav > ul > li a:hover {
    text-decoration: none;
    background: #59b6dd;
    color: #fff;
  }
  nav > ul > li a:hover span {
    color: #fff;
  }
}
nav .clone-navi-logo {
  display: none;
}
nav .nav-main > a {
  pointer-events: none;
}
nav .nav-main > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #83a712 transparent transparent transparent;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: auto;
  z-index: 10;
}
nav .nav-main > a:hover:after {
  color: #83a712;
}
nav .nav-main .nav-sub {
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: -25px;
  right: 0;
  margin: auto;
  background: #83a712;
  z-index: 100;
  border-radius: 10px;
}
nav .nav-main .nav-sub:after {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #83a712 transparent;
}
nav .nav-main .nav-sub:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 200px;
  height: 20px;
}
nav .nav-main .nav-sub li {
  border-bottom: 1px dashed #fff;
}
nav .nav-main .nav-sub li:last-child {
  border-bottom-width: 0;
}
nav .nav-main .nav-sub li a {
  font-size: 1rem;
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  nav .nav-main .nav-sub li a:hover {
    text-decoration: none;
    background: #59b6dd;
  }
}
nav .nav-main:hover .nav-sub {
  visibility: visible;
  opacity: 1;
  top: 65px;
}
nav .spNav-info {
  display: none;
}

/* sp */
@media screen and (max-width: 767px) {
  nav {
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    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 {
    display: block;
    width: 100%;
  }
  nav > ul li {
    width: 100%;
    background: #59b6dd;
    border-bottom: 1px dashed #fff;
  }
  nav > ul li a {
    color: #fff;
    padding: 10px;
    display: block;
  }
  nav > ul li a span {
    color: #fff;
  }
  nav > ul li.contactBtn {
    margin-left: 0;
  }
  nav > ul li.contactBtn a {
    height: auto;
    margin: 0;
    padding: 10px 0;
  }
  nav > ul li.contactBtn a span {
    justify-content: center;
  }
  nav .nav-main {
    padding-bottom: 15px;
  }
  nav .nav-main > a {
    color: #fff;
  }
  nav .nav-main > a:after {
    display: none;
  }
  nav .nav-main .nav-sub {
    visibility: visible;
    opacity: 1;
    width: 90%;
    padding: 0;
    position: initial;
    margin: 10px auto 0;
    background: #fff;
    box-shadow: none;
  }
  nav .nav-main .nav-sub:after {
    top: 55px;
    left: 0%;
    right: 0%;
    margin: auto;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
  }
  nav .nav-main .nav-sub li {
    border-bottom: 1px dashed #fff;
  }
  nav .nav-main .nav-sub li:last-child {
    border-bottom-width: 0;
  }
  nav .nav-main .nav-sub li a {
    color: #333;
    background: #fff;
    text-align: left;
    display: block;
    padding: 10px;
    line-height: 1;
  }
  nav .nav-main .nav-sub li a:hover {
    text-decoration: none;
    color: #59b6dd;
    background: #fff;
  }
  nav .nav-main .nav-sub li a:hover i {
    background: #59b6dd;
  }
  nav .spNav-info {
    display: block;
    padding: 15px;
  }
  nav .spNav-info p {
    font-size: 0.875rem;
    color: #333;
    margin-top: 10px;
    line-height: 1.5;
  }
  nav .spNav-info p a {
    color: #59b6dd;
  }
  nav .spNav-info-logo {
    text-align: center;
    margin: 0 auto;
  }
  nav .spNav-info-logo img {
    width: 200px;
    height: auto;
  }
  nav .spNav-info .spNav-info-tel {
    font-size: 1.5625rem;
    font-weight: 600;
  }
  nav .spNav-info .spNav-info-tel i {
    margin-right: 5px;
  }
}
/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .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 #8e9090;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #83a712;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    bottom: 3px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 0;
  }
  .button {
    left: 0;
    outline: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .button:after {
    content: "MENU";
    font-size: 10px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -9px;
  }
  .button .bar:after {
    top: 9px;
  }
  .open nav {
    left: 0;
  }
  .open .button {
    background: white;
    transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
  }
  .open .button:after {
    content: "CLOSE";
    color: #83a712;
    bottom: 1px;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #83a712;
  }
  .open .bar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.8;
    visibility: visible;
  }
  .telBtn {
    right: 0;
    padding: 5px 0;
    text-align: center;
  }
  .telBtn:after {
    content: "TEL";
    font-size: 10px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.75rem;
  }
  .telBtn2 {
    top: 65px;
  }
  .telBtn2:after {
    content: "MOBILE";
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/* クローンナビ */
.clone-nav {
  width: 100%;
  height: 60px;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: -10px;
  max-width: 100% !important;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  border-top-width: 0;
  padding: 0;
  display: flex;
}
.clone-nav.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}
.clone-nav.is-show .clone-navi-logo {
  display: block;
  padding: 10px 15px;
}
.clone-nav.is-show .clone-navi-logo img {
  width: auto;
  height: 40px;
}
.clone-nav ul {
  width: 100%;
  justify-content: flex-end;
  flex: 1;
  background-color: #83a712;
  margin: 0;
}
.clone-nav ul li a {
  font-size: 0.875rem;
  padding: 5px 10px;
}
.clone-nav ul li a span {
  font-size: 0.625rem;
}
.clone-nav ul li.nav-main a:after {
  bottom: -20px;
}

/* sp */
@media screen and (max-width: 767px) {
  .clone-nav {
    width: 100%;
    height: 50px;
    padding: 5px 0;
  }
  .clone-nav.is-show .clone-navi-logo {
    margin: 0 auto;
    padding: 0;
  }
  .clone-nav.is-show .clone-navi-logo img {
    height: 40px;
  }
  .clone-nav ul {
    display: none;
  }
  .clone-nav .spNav-info {
    display: none;
  }
}
/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 10;
  transition: 0.3s;
  bottom: -60px;
  right: 10px;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  background-color: #d79292;
}
.pagetop a {
  color: #fff;
  line-height: 1;
  font-family: "Jost";
  text-align: center;
  display: block;
  padding: 11px 0;
}
.pagetop a:before {
  content: "\e90b";
  font-family: "icomoon";
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .pagetop.fade:hover {
    bottom: 20px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: -118px;
    right: 5px;
  }
  .pagetop.fade {
    bottom: 20px;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
}
.gmap iframe {
  border-radius: 15px;
  border: 6px solid #83a712 !important;
}

/* sp */
@media screen and (max-width: 767px) {
  .gmap iframe {
    width: 100%;
    height: 300px;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 5px 5px 0px 0px rgba(89, 182, 221, 0.5);
}

.shadow-2 {
  box-shadow: 10px 10px 0px 0px rgba(89, 182, 221, 0.5);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(89, 182, 221, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 7px 0 !important;
  display: block;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  display: block;
}

/* sp */
@media screen and (max-width: 767px) {
  .note {
    font-size: 0.75rem;
  }
}
/******************************************
[topics] トピックス
******************************************/
.topics.news ul li {
  width: 100%;
  border-top: 1px dashed #8e9090;
}
.topics.news ul li:first-child {
  border-top-width: 0;
}
.topics.news ul li:first-child a {
  padding-top: 0;
}
.topics.news ul li .topics_date {
  font-weight: 600;
  display: inline-block;
  margin: 0 10px 0 0;
  /*color: $white;
  background: $black;
  border-radius: 100px;
  padding: 0 15px 3px 15px;*/
}
.topics.news ul li .topics_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.topics.news ul li a {
  font-size: 1rem;
  display: flex;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .topics.news .btn {
    margin-top: 10px;
  }
}
.topics.detail {
  border: 1px solid #8e9090;
  border-radius: 5px;
  padding: 30px;
  background: #fff;
}
.topics.detail .topics_title {
  font-size: 1.25rem;
  font-weight: 700;
}
.topics.detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 10px;
}
.topics.detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics.detail .topics_body {
  margin-top: 20px;
}
.topics.detail .topics_body a {
  text-decoration: underline;
}
.topics.thumbnail ul {
  display: flex;
}
.topics.thumbnail ul li {
  width: 25%;
  margin: 0 2% 0 0;
}
.topics.thumbnail ul li:last-child {
  margin-right: 0;
}
.topics.thumbnail ul li a {
  display: block;
  line-height: 1.2;
}
.topics.thumbnail ul li .topics_thumb {
  width: 100%;
  height: 220px;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  background: url("../img/_dummy-staff.jpg") center no-repeat;
  background-size: cover;
}
.topics.thumbnail ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topics.thumbnail ul li .topics_title {
  font-size: 1rem;
  padding: 0;
}

/* sp */
@media screen and (max-width: 767px) {
  .topics.news ul li:first-child {
    border-top-width: 1px;
  }
  .topics.news ul li:last-child {
    border-bottom: 1px dashed #8e9090;
  }
  .topics.news ul li .topics_date {
    display: inline-block;
  }
  .topics.news ul li .topics_title {
    padding-left: 0;
  }
  .topics.news ul li a {
    display: block;
    padding: 10px 0;
  }
  .topics.detail {
    border: 1px solid #8e9090;
    border-radius: 5px;
    padding: 30px;
  }
  .topics.detail .topics_title {
    font-size: 1.125rem;
  }
  .topics.detail .topics_date {
    font-size: 0.875rem;
    text-align: right;
    margin-top: 10px;
  }
  .topics.detail .topics_thumb img {
    height: auto;
    max-height: 400px;
    display: block;
    margin: auto;
  }
  .topics.detail .topics_body {
    margin-top: 20px;
  }
  .topics.detail .topics_body a {
    text-decoration: underline;
  }
  .topics.thumbnail ul {
    flex-wrap: wrap;
  }
  .topics.thumbnail ul li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .topics.thumbnail ul li:nth-child(2n) {
    margin-right: 0;
  }
  .topics.thumbnail ul li .topics_thumb {
    height: 35vw;
  }
  .topics.thumbnail ul li .topics_title {
    font-size: 0.875rem;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  right: -60px;
  /* sp */
}
.sideBnr:hover {
  right: -10px !important;
}
.sideBnr.fade {
  right: -15px;
}
.sideBnr a {
  color: #fff;
  background: #59b6dd;
}
.sideBnr a i {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sideBnr a {
    height: 36px;
  }
  .sideBnr a:before {
    font-size: 1em;
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }
}

.radius {
  border-radius: 10px;
}

/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.imgTxt-img {
  font-size: 0;
  width: 400px;
  margin: 0 60px 0 0;
}
.imgTxt-img img {
  border-radius: 10px;
}
.imgTxt-txt {
  flex: 1;
}
.imgTxt .ttl {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e8471c;
}
.imgTxt:nth-of-type(even) .imgTxt-img {
  margin: 0 0 0 80px;
  order: 2;
}
.imgTxt:nth-of-type(even) .imgTxt-txt {
  order: 1;
}
.imgTxt.mini .imgTxt-img {
  width: 200px;
  order: 1 !important;
  margin: 0 40px 0 0 !important;
}
.imgTxt.mini .imgTxt-txt {
  width: 200px;
  order: 2 !important;
}
.imgTxt.mini .imgTxt-txt .ttl {
  margin-bottom: 5px;
}

/* sp */
@media screen and (max-width: 767px) {
  .imgTxt,
  .imgTxt.mini {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .imgTxt .imgTxt-img,
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-img,
  .imgTxt.mini .imgTxt-txt {
    width: 100%;
  }
  .imgTxt .imgTxt-img,
  .imgTxt.mini .imgTxt-img {
    margin: 0 0 20px !important;
  }
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-txt {
    padding: 0 !important;
  }
  .imgTxt .ttl,
  .imgTxt.mini .ttl {
    font-size: 1.125rem;
  }
  .imgTxt:nth-of-type(even) .imgTxt-txt,
  .imgTxt.mini:nth-of-type(even) .imgTxt-txt {
    padding: 15px 0 0;
  }
  .imgTxt:nth-of-type(n+2),
  .imgTxt.mini:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
/******************************************
コンタクトエリア　.contactSec
******************************************/
#contact {
  background: #59b6dd !important;
}

.contactSec {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 60px;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
}
.contactSec-left, .contactSec-right {
  width: 50%;
}
.contactSec-left p {
  line-height: 1;
}
.contactSec-left .txt {
  font-size: 1.25rem;
  font-weight: 800;
}
.contactSec-left .tel {
  font-size: 3.125rem;
  margin-top: 15px;
  color: #83a712;
}
.contactSec-right {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .contactSec {
    display: block;
    background-color: #fff;
    padding: 10px 15px;
  }
  .contactSec-left, .contactSec-right {
    width: 100%;
  }
  .contactSec-left .txt {
    font-size: 1rem;
  }
  .contactSec-left .tel {
    font-size: 2.1875rem;
  }
  .contactSec-right {
    margin-top: 15px;
  }
}
/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 30px auto 5px;
  z-index: 1;
}
.btn a {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #83a712;
  border: 2px solid #83a712;
  border-radius: 100px;
  background-color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  margin: 0 10px;
  transition: 0.1s;
  min-width: 260px;
  transition: 0.1s;
  box-shadow: 0 3px 0 0 #83a712;
  /*&:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba($black, 0.3);
    text-decoration: none;
    opacity: 0.8;
  }*/
}
.btn a:hover {
  -webkit-transform: translateY(4px);
  transform: translate(0, 3px);
  text-decoration: none;
  box-shadow: 0 0 0 0 #2384ad;
}
.btn a:hover {
  background-color: rgba(131, 167, 18, 0.2);
}
.btn a:after {
  font-size: 0.75rem;
  content: "\e90a";
  font-family: "icomoon";
  margin: 3px 0 0 10px;
}

/* sp */
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 0.875rem;
    padding: 10px 20px 10px 30px;
    line-height: 1.2;
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .telNum a {
    color: #fff;
  }
}
.twitter {
  width: 149px;
  height: 32px;
  background: url(../img/twitter_off.png) center no-repeat;
  background-size: contain;
}
.twitter a {
  display: block;
  width: 100%;
  height: 100%;
}
.twitter:hover {
  background-image: url(../img/twitter_on.png);
}

/******************************************
[works] サムネ付きトピックス
******************************************/
.works ul {
  display: flex;
  flex-wrap: wrap;
}
.works ul li {
  width: 22%;
  margin: 0 4% 3% 0;
}
.works ul li:nth-child(4n), .works ul li:last-child {
  margin-right: 0;
}
.works ul li span {
  display: block;
}
.works ul li .topics_thumb {
  background: url(../img/_dummy.jpg) center no-repeat;
  background-size: cover;
  height: 150px;
  border-width: 0;
}
.works ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works ul li .topics_title {
  font-size: 0.875rem;
  padding: 0;
}

/* sp */
@media screen and (max-width: 767px) {
  .works ul li {
    width: 47%;
    margin: 4% 6% 0 0;
  }
  .works ul li:nth-child(-n+5) {
    margin-top: 4%;
  }
  .works ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .works ul li:nth-child(5n) {
    margin-right: 4%;
  }
  .works ul li:nth-child(2n) {
    margin-right: 0;
  }
  .works ul li .topics_thumb {
    height: 120px;
  }
  .works ul li .topics_title {
    font-size: 0.75rem;
  }
}
/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
  /* sp */
}
table.basic tr {
  border-bottom: 1px solid #8e9090;
}
table.basic tr > th, table.basic tr td {
  font-size: initial;
  font-weight: normal;
  vertical-align: top;
  padding: 20px;
}
table.basic tr > th {
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  table.basic tr > th, table.basic tr td {
    font-size: 0.875rem;
    padding: 15px 0;
  }
  table.basic tr > th {
    width: 80px;
  }
  table.basic tr > td {
    padding-left: 20px;
  }
}

/******************************************
[.frame] フレーム
******************************************/
.frame {
  border: 8px solid #f8f5f3;
  background: #f8f5f3;
  padding: 30px;
  border-radius: 10px;
  margin: 20px 0;
}
.frame-line {
  border: 2px solid #eae8e8;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  margin: 20px 0;
}

/* sp */
@media screen and (max-width: 767px) {
  .frame {
    padding: 15px;
  }
  .frame-line {
    padding: 15px;
  }
}
/******************************************
[.check] チェックボックス
******************************************/
.check li {
  display: flex;
  align-items: center;
}
.check li:before {
  color: #59b6dd;
  font-size: 1.5em;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
  margin-right: 10px;
}

.list li {
  display: flex;
  margin: 5px 0;
  padding-left: 1em;
  line-height: 1.8;
}
.list li:before {
  content: "●";
  color: #59b6dd;
  display: inline-block;
  width: 1em;
  text-align: left;
}

/******************************************
[トップ下層共通] service
******************************************/
.service {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.service li {
  width: calc(25% - 30px);
}
.service-img {
  height: 220px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border: 4px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.service-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.service-txt {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .service {
    gap: 18px;
  }
  .service li {
    width: calc(50% - 9px);
  }
  .service-img {
    height: 160px;
  }
  .service-txt {
    font-size: 0.875rem;
  }
}
#index {
  /******************************************
  [mv]
  ******************************************/
  /* sp */
  /******************************************
  [sec1] service
  ******************************************/
  /******************************************
  [sec2]  イントロ
  ******************************************/
  /******************************************
  [sec3] 強み
  ******************************************/
  /******************************************
  [sec1]  トップお知らせ
  ******************************************/
  /* sp */
  /******************************************
  [sec5] 採用情報
  ******************************************/
  /* sp */
}
#index .mv {
  background: url("../img/mv-bg.jpg") center top no-repeat;
  background-size: cover;
  height: 600px;
}
@media screen and (min-width: 1800px) {
  #index .mv {
    background-position: center;
  }
}
#index .mv-box {
  width: 1040px;
  height: 100%;
  margin: auto;
}
#index .mv-ttl {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#index .mv-img-l, #index .mv-img-r {
  font-size: 0;
  position: absolute;
  z-index: 0;
}
#index .mv-img-l {
  bottom: 0;
  left: -150px;
}
#index .mv-img-r {
  bottom: 0;
  right: -70px;
}
@media screen and (max-width: 767px) {
  #index .mv {
    margin-top: 20px;
    background-size: cover;
    height: 600px;
  }
  #index .mv-box {
    width: 100%;
    overflow: hidden;
  }
  #index .mv-ttl {
    width: 90%;
    max-width: 600px;
    height: auto;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #index .mv-img-l {
    width: 260px;
    height: 300px;
    bottom: 0;
    left: 10px;
  }
  #index .mv-img-r {
    width: 200px;
    height: 306px;
    bottom: 20px;
    right: -20px;
  }
}
#index #service {
  background: url("../img/bg-stripe.jpg") center repeat;
  background-size: 40px 40px;
}
#index #intro {
  background-color: #f8f5f3;
}
#index .intro {
  padding: 0 40px;
  display: flex;
  gap: 60px;
}
#index .intro > div {
  width: 50%;
}
#index .intro-img {
  background: url("../img/index-intro-img.jpg") center no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
#index .intro-txt {
  width: 50%;
}
#index .intro-txt .ttl {
  width: 600px;
  margin-bottom: 20px;
}
#index .intro-txt .txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  #index .intro {
    padding: 0 15px;
    display: block;
  }
  #index .intro > div {
    width: 100%;
  }
  #index .intro-img {
    height: 300px;
    margin-bottom: 20px;
  }
  #index .intro-txt {
    width: 100%;
  }
  #index .intro-txt .ttl {
    width: 92%;
    max-width: 600px;
    margin: -22% auto 20px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 10px;
  }
  #index .intro-txt .txt {
    font-size: 1rem;
  }
}
#index .introBnr {
  display: flex;
  margin-top: 40px;
  gap: 30px;
}
#index .introBnr li {
  width: 33.333%;
  transition: 0.1s;
}
#index .introBnr li:nth-child(1) a {
  background-color: #83a712;
}
#index .introBnr li:nth-child(2) a {
  background-color: #59b6dd;
}
#index .introBnr li:nth-child(3) a {
  background-color: #d79292;
}
#index .introBnr li a {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
}
#index .introBnr li a:hover {
  text-decoration: none;
}
#index .introBnr li:hover {
  opacity: 0.5;
}
#index .introBnr-txt {
  flex: 1;
  color: #fff;
  text-align: center;
  padding-right: 10px;
}
#index .introBnr-img {
  font-size: 0;
  width: 120px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
#index .introBnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #index .introBnr {
    margin-top: 20px;
    gap: 10px;
  }
  #index .introBnr li a {
    font-size: 0.9375rem;
    display: block;
    text-align: center;
    padding: 5px;
  }
  #index .introBnr li a span {
    display: block;
  }
  #index .introBnr-txt {
    padding-right: 0;
    margin-bottom: 8px;
  }
  #index .introBnr-img {
    width: 100%;
    height: 80px;
  }
}
#index .strength {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
#index .strength:first-child {
  margin-top: 0;
}
#index .strength:nth-of-type(4) .ttl {
  font-size: 2.1875rem;
}
#index .strength:nth-child(odd) .strength-img {
  order: 2;
}
#index .strength:nth-child(odd) .strength-txt {
  order: 1;
}
#index .strength > div {
  width: 50%;
}
#index .strength-img {
  border-radius: 10px;
  overflow: hidden;
}
#index .strength-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
#index .strength-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#index .strength-ttl .number {
  color: #fff;
  text-align: center;
  padding: 15px 6px 15px 0;
  width: 86px;
  height: 80px;
  background: url("../img/fukidashi.png") center no-repeat;
  background-size: contain;
  line-height: 1;
}
#index .strength-ttl .number big {
  font-size: 2.1875rem;
  font-family: "Jost";
  display: block;
}
#index .strength-ttl .ttl {
  font-size: 2.5rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  flex: 1;
}
#index .strength-bg {
  padding: 20px;
  background: url("../img/bg-beige.jpg") center repeat;
  background-size: 25px 25px;
  border-radius: 10px;
}
#index .strength-bg .price {
  font-size: 1.25rem;
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  #index .strength {
    display: block;
  }
  #index .strength > div {
    width: 100%;
  }
  #index .strength:nth-of-type(4) .ttl {
    font-size: 1.375rem;
  }
  #index .strength-img {
    height: 260px;
    font-size: 0;
    margin-bottom: 10px;
  }
  #index .strength-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  #index .strength-ttl .number {
    font-size: 0.875rem;
    padding: 12px 5px 12px 0;
    width: 65px;
    height: 60px;
  }
  #index .strength-ttl .number big {
    font-size: 1.5625rem;
  }
  #index .strength-ttl .ttl {
    font-size: 25px;
  }
  #index .strength-bg {
    padding: 15px;
    background-size: 20px 20px;
  }
  #index .strength-bg .price {
    font-size: 1.125rem;
  }
}
#index #topicsSec {
  background-color: #f8f5f3;
  padding: 50px 0;
}
#index .news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1040px;
}
#index .news .ttl {
  width: 300px;
  text-align: center;
}
#index .news .ttl h3 {
  margin-bottom: 20px;
}
#index .news .ttl h3 span.jp {
  letter-spacing: 5px;
  text-indent: 5px;
  display: inline-block;
}
#index .news .ttl .btn.pc a {
  min-width: inherit;
}
#index .news .topicsArea {
  width: 700px;
}
#index .news .topicsArea li a {
  padding: 15px 0;
}
#index .news .btn a {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #index .news {
    display: block;
    width: 100%;
  }
  #index .news .ttl {
    width: 100%;
  }
  #index .news .btn.sp {
    display: flex !important;
    margin: 20px auto 0;
  }
  #index .news .topicsArea {
    width: 100%;
  }
}
#index #sec5 {
  background: url(../img/index_sec5-bg.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#index #sec5 .inner {
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 767px) {
  #index #sec5 {
    background-attachment: inherit;
  }
  #index #sec5 .inner {
    padding: 0 15px;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /* sp */
  /******************************************
  [disposal.html] 遺品整理・不⽤品回収
  ******************************************/
  /******************************************
   [guide.html]  初めての方
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [info.html]  会社概要
  ******************************************/
  /* sp */
  /******************************************
  [list.html] トピックスリスト
  ******************************************/
  /* sp */
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /* sp */
  /******************************************
  [voice.html] 
  ******************************************/
  /* sp */
  /******************************************
    下層共通
  ******************************************/
}
#second .mv {
  height: 200px;
}
#second .mv-box {
  background: #415500;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#second .mv-box:after {
  content: "";
  display: block;
  background: url(../img/mv-bg.jpg) center no-repeat;
  background-size: cover;
  opacity: 0.07;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#second .mv-ttl {
  width: 100%;
  height: 100%;
  z-index: 10;
}
#second .mv-ttl h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #second .mv {
    margin-top: 20px;
    height: 150px;
  }
  #second .mv-box:after {
    opacity: 0.2;
  }
  #second .mv-ttl h2 {
    font-size: 1.25rem;
  }
}
#second .intro {
  padding: 0 60px;
  display: flex;
  gap: 60px;
}
#second .intro > div {
  width: 50%;
}
#second .intro-img {
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
}
#second .intro-img img {
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#second .intro-txt {
  width: 50%;
  padding: 40px 0;
}
#second .intro-txt .ttl {
  font-size: 1.875rem;
  color: #83a712;
  line-height: 1.3;
  font-weight: 800;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px dotted #83a712;
}
#second .intro-txt .txt {
  font-size: 1.25rem;
}
#second .intro-txt .txt.price {
  font-size: 1.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #second .intro {
    padding: 0 15px;
    display: block;
  }
  #second .intro > div {
    width: 100%;
  }
  #second .intro-img {
    height: 200px;
  }
  #second .intro-txt {
    width: 100%;
    padding: 15px 0;
  }
  #second .intro-txt .ttl {
    font-size: 1.25rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dotted #83a712;
  }
  #second .intro-txt .txt {
    font-size: 1rem;
  }
  #second .intro-txt .txt.price {
    font-size: 1.25rem;
  }
}
#second .introPrice {
  margin: 20px 0;
  border-radius: 10px;
  padding: 20px 30px;
  border: 4px solid #59b6dd;
  display: flex;
  align-items: center;
  gap: 40px;
}
#second .introPrice-txt {
  flex: 1;
}
#second .introPrice-img {
  width: 250px;
  font-size: 0;
}
#second .introPrice-img img {
  border-radius: 5px;
}
#second .introPrice .ttl,
#second .introPrice .big {
  font-size: 1.5625rem;
  font-weight: 800;
}
#second .introPrice .ttl {
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #second .introPrice {
    margin: 20px 0;
    border-radius: 10px;
    padding: 15px 20px;
    border: 2px solid #59b6dd;
    display: block;
  }
  #second .introPrice-img {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  #second .introPrice .ttl,
  #second .introPrice .big {
    font-size: 1.125rem;
  }
}
#second .attention {
  border: 6px solid #e8471c;
  border-radius: 10px;
  background-color: #fff;
}
#second .attention-txt {
  padding: 40px;
}
#second .attention-txt p {
  font-size: 0.9375rem;
  color: #e8471c;
  margin-top: 10px;
}
#second .attention-txt p:first-child {
  margin-top: 0;
}
#second .attention .ttl {
  font-size: 2.1875rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #e8471c;
  letter-spacing: 10px;
  text-indent: 10px;
  padding: 9px 0 15px;
}
#second .attention .big {
  font-size: 1.25rem;
  font-weight: 800;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #second .attention {
    border: 3px solid #e8471c;
  }
  #second .attention-txt {
    padding: 15px;
  }
  #second .attention-txt p {
    font-size: 0.875rem;
  }
  #second .attention .ttl {
    font-size: 1.25rem;
    letter-spacing: 0;
    text-indent: 0;
  }
  #second .attention .big {
    font-size: 1.125rem;
  }
}
#second .point {
  display: flex;
  justify-content: space-between;
}
#second .point li {
  width: 32%;
  background-color: #f18336;
  border-radius: 10px;
  padding: 10px;
}
#second .point-ttl {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 5px 0 15px;
}
#second .point-img {
  font-size: 0;
}
#second .point-img img {
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  #second .point {
    display: block;
  }
  #second .point li {
    width: 90%;
    margin: 20px auto 0;
  }
  #second .point li:first-child {
    margin-top: 0;
  }
  #second .point-ttl {
    font-size: 1.375rem;
  }
}
#second .flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
#second .flow:before {
  content: "";
  width: 85%;
  height: 1px;
  border-top: 3px dotted #8e9090;
  position: absolute;
  top: 24px;
  right: 0;
  margin: auto;
}
#second .flow.flow-3n > li, #second .flow.flow-2n > li {
  width: 30%;
  margin: 40px 0 0;
}
#second .flow.flow-3n > li:last-child, #second .flow.flow-2n > li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #second .flow.flow-2n {
    justify-content: flex-start;
    margin-top: 50px;
  }
  #second .flow.flow-2n li {
    margin-right: 60px;
  }
  #second .flow.flow-2n:before {
    content: "";
    width: 53%;
    left: 0;
    right: initial;
  }
}
#second .flow-step {
  font-size: 2.1875rem;
  color: #fff;
  font-family: "Jost";
  text-align: center;
  font-weight: 700;
  line-height: 1;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
  background: #83a712;
  padding: 15px;
  z-index: 100;
}
#second .flow-step span {
  font-size: 1.125rem;
  display: block;
}
#second .flow-img {
  line-height: 1;
  padding: 10px;
  text-align: center;
  border: 6px solid #83a712;
  border-radius: 10px;
  background: #fff;
}
#second .flow-img img {
  width: auto;
  border-radius: 5px;
}
#second .flow-ttl {
  font-size: 1.25rem;
  color: #83a712;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 20px 0 15px;
}
#second .flow-txt {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 !important;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #second .flow {
    display: block;
  }
  #second .flow:before {
    width: 1px;
    height: 100%;
    border-top-width: 0;
    border-right: 4px dotted #8e9090;
    top: initial;
    bottom: -20px;
    left: 50px;
    right: inherit;
  }
  #second .flow-2n {
    margin-top: 0;
  }
  #second .flow-2n:before {
    top: 0;
    bottom: initial;
  }
  #second .flow li {
    display: flex;
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  #second .flow-box {
    flex: 1;
    padding-left: 15px;
  }
  #second .flow-step {
    font-size: 1.25rem;
    width: 50px;
    height: 50px;
    top: -10px;
    left: 26px;
    right: inherit;
    padding: 10px;
  }
  #second .flow-step span {
    font-size: 0.75rem;
  }
  #second .flow-img {
    width: 100px;
    height: 100px;
    margin: 30px 0 0;
    padding: 3px;
    border: 2px solid #83a712;
  }
  #second .flow-img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
  #second .flow-ttl {
    font-size: 18px !important;
    margin: 0 0 5px;
    text-align: left;
  }
  #second .flow-txt {
    font-size: 15px !important;
    padding: 0;
  }
}
#second .faq {
  padding: 10px 20px 20px;
}
#second .faq dt, #second .faq dd {
  border-radius: 10px;
  padding-left: 45px;
}
#second .faq dt:before, #second .faq dd:before {
  font-family: "Jost";
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 8px;
}
#second .faq dt {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 15px 15px 15px 65px;
}
#second .faq dt:before {
  content: "Q";
  background: #83a712;
}
#second .faq dd {
  background: #f8f5f3;
  padding: 15px 15px 15px 65px;
}
#second .faq dd:before {
  content: "A";
  background: #59b6dd;
}
#second .faq dd:after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #f8f5f3;
  bottom: 100%;
  left: 35px;
}
@media screen and (max-width: 767px) {
  #second .faq {
    padding: 10px 0 20px;
  }
  #second .faq dt, #second .faq dd {
    font-size: 0.875rem;
    line-height: 1.4;
    border-radius: 10px;
    padding-left: 25px;
  }
  #second .faq dt:before, #second .faq dd:before {
    font-size: 1rem;
    width: 25px;
    height: 25px;
    left: 10px;
    padding: 4px;
  }
  #second .faq dt {
    padding: 5px 5px 5px 45px;
    margin-bottom: 10px;
  }
  #second .faq dd {
    padding: 10px 10px 10px 45px;
  }
}
#second .basic th {
  width: 80px;
}
#second .basic.about th {
  width: 100px;
  font-weight: 600;
}
#second .basic.about td {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #second .basic.about tr {
    border-bottom: 1px solid #eae8e8;
  }
  #second .basic.about th {
    width: 90px;
    padding: 15px 10px;
  }
  #second .basic.about td {
    padding: 15px 0;
  }
}
#second .topics.thumbnail ul {
  flex-wrap: wrap;
}
#second .topics.thumbnail ul li {
  width: 22%;
  margin: 4% 4% 0 0;
}
#second .topics.thumbnail ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #second .topics.thumbnail ul li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  #second .topics.thumbnail ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#second .formTable {
  width: 100%;
  /* sp */
}
#second .formTable tr {
  border-bottom: 1px solid #eae8e8;
  display: flex;
  align-items: center;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 20px 0;
}
#second .formTable tr th {
  font-weight: 600;
  line-height: 1;
  width: 220px;
  text-align: left;
}
#second .formTable tr th span {
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #e8471c;
  border-radius: 5px;
  padding: 4px 5px 5px;
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td {
  flex: 1;
  padding-left: 50px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #8e9090;
  border-radius: 5px;
  padding: 5px 10px;
  /* IE */
  /* Edge */
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #8e9090;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #8e9090;
}
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #8e9090;
}
#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}
#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}
#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}
#second .formTable tr td .select {
  display: inline-block;
}
#second .formTable tr td .select i {
  font-size: 70%;
  color: #8e9090;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 14px 0;
  z-index: 1;
}
#second .formTable tr td .select select {
  padding-right: 30px;
}
#second .formTable tr td label {
  margin-right: 10px;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
  }
  #second .formTable tr th {
    font-size: 0.75rem;
    line-height: 1.5;
    width: 100px;
  }
  #second .formTable tr th span {
    font-size: 0.625rem;
    padding: 3px 5px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding-left: 20px;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    width: 100% !important;
  }
  #second .formTable tr td .select {
    display: inline-flex;
    align-items: center;
  }
  #second .formTable tr td .select select {
    padding-right: 20px;
    margin-right: 5px;
  }
  #second .formTable tr td .select i {
    right: 26px;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
  /* sp */
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #8e9090;
  padding: 5px 10px;
  margin: 0 5px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #83a712;
}
@media screen and (max-width: 767px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #8e9090;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100px;
  }
}
#second .privacy {
  margin: 50px 0;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl dt {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  color: #83a712;
  margin: 20px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 1rem;
  line-height: 1.6;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt dl dd a {
  color: #59b6dd;
  text-decoration: underline;
}
#second .privacy-box-txt ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}
#second .privacy-box-txt ul li {
  font-size: 1rem;
  margin: 5px 0;
}
#second .privacy-box.cookie {
  height: auto;
}
#second .privacy-box.cookie .table th:first-child {
  width: 280px;
}
#second .privacy-box.cookie .privacy-box-txt {
  overflow-x: visible;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #second .privacy {
    margin: 30px 0;
  }
  #second .privacy-box {
    padding: 10px 0 10px 10px;
  }
  #second .privacy-box-txt {
    padding-right: 10px;
  }
  #second .privacy-box-txt p {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 1rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.75rem;
  }
  #second .privacy-box.cookie .table {
    overflow-x: scroll;
  }
  #second .privacy-box.cookie .table table {
    width: 700px;
  }
  #second .privacy-box.cookie .table table tr th {
    width: 33.333px !important;
  }
}
#second .voice-img {
  width: 200px;
  margin-right: 60px;
}
#second .voice-txt {
  width: 100%;
  flex: 1;
}
#second .voice li {
  width: 100%;
  margin: 40px 0 0;
}
#second .voice li a {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
}
#second .voice li a span {
  display: block;
}
#second .voice li a .topics_thumbnail {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  background: #eae8e8;
}
#second .voice li a .topics_title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #second .voice-img {
    width: 100%;
    margin: 0 0 10px;
  }
  #second .voice li {
    margin: 40px 0 0;
  }
  #second .voice li a {
    display: block;
  }
  #second .voice li a .topics_thumbnail {
    display: block;
    width: 80%;
    height: 50vw;
    max-width: 400px;
    max-height: 400px;
    margin: 0 auto 10px;
  }
  #second .voice li a .topics_title {
    font-size: 1.125rem;
  }
  #second .voice li a .topics_body {
    font-size: 0.875rem;
  }
}
#second table.normal {
  background: #fff;
}
#second table.normal tr th, #second table.normal tr td {
  border: 1px solid #8e9090;
  padding: 10px 20px;
}
#second table.normal tr th {
  text-align: center;
  background: #eae8e8;
}
#second .estimates {
  font-size: 1.5625rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  display: block;
  float: left;
  padding: 7px 20px 10px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-color: #e8471c;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #second .estimates {
    font-size: 1.25rem;
    float: none;
    padding: 7px 20px 10px;
    margin: 0 auto 10px;
    max-width: 200px;
  }
}
#second .aboutPrice {
  border-radius: 10px;
  border: 4px solid #f18336;
  padding: 30px 40px;
}
#second .aboutPrice-main {
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
#second .aboutPrice-main .price {
  font-family: "Jost";
  font-size: 180%;
}
#second .aboutPrice dl.aboutPrice-main {
  align-items: center;
}
#second .aboutPrice dl.aboutPrice-main dt {
  order: 1;
}
#second .aboutPrice dl.aboutPrice-main dd {
  order: 3;
}
#second .aboutPrice dl.aboutPrice-main:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: 3px dotted #333;
  flex: 1;
  order: 2;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  #second .aboutPrice {
    padding: 20px 15px;
  }
  #second .aboutPrice-main {
    font-size: 1rem;
    display: block;
  }
  #second .aboutPrice-main:after {
    display: none !important;
  }
  #second .aboutPrice-main .price {
    font-size: 180%;
  }
  #second .aboutPrice-main .plus {
    display: block;
  }
  #second .aboutPrice hr {
    padding: 20px 0;
  }
}