@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.lsplus {
  letter-spacing: 1em;
  padding-left: 1em;
}

.highlight {
  background: linear-gradient(0deg, #FFEB3F 7px, rgba(255, 255, 255, 0) 7px);
  padding: 0 2px;
  color: #f44336 !important;
}

.color-green {
  color: #49af27;
}

.color-orange {
  color: #f08437;
}

.color-blue {
  color: #3ca4cd;
}

.stripe-pattern {
  position: relative;
}
.stripe-pattern::before {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: 8px;
  background-image: url(../images/common/pattern-stripe.svg);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 8px auto;
  bottom: -5.5px;
  left: 0;
  z-index: -1;
}
.stripe-pattern.green::before {
  background-image: url(../images/common/pattern-stripe_green.svg);
}
.stripe-pattern.blue::before {
  background-image: url(../images/common/pattern-stripe_blue.svg);
}

.iframe_wrap {
  position: relative;
  height: 0;
  height: 380px;
  overflow: hidden;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#side_btn {
  position: fixed;
  right: 0;
  top: 140px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
#side_btn a {
  line-height: 1;
  text-decoration: none;
  transition: 0.2s;
}
#side_btn a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
#side_btn .web {
  color: #fff;
  background-color: #f08437;
  font-size: 112.5%;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 25px 20px;
  width: 60px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-radius: 5px 0 0 5px;
}
#side_btn .line,
#side_btn .instagram {
  line-height: 0;
}

/* SUBNAV */
#subnav,
#subnav_layer {
  margin-bottom: 50px;
  margin-top: 65px;
}
#subnav .no-use a,
#subnav_layer .no-use a {
  background-color: #ccc !important;
}
#subnav > span,
#subnav_layer > span {
  display: inline-block;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 112.5%;
  font-family: "Zen Maru Gothic", sans-serif;
}
#subnav .subnav-list,
#subnav_layer .subnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 20px;
}
#subnav .subnav-list li.on a, #subnav .subnav-list li.active a,
#subnav_layer .subnav-list li.on a,
#subnav_layer .subnav-list li.active a {
  color: #fff !important;
  background-color: #f08437;
}
#subnav .subnav-list li.inactive a,
#subnav_layer .subnav-list li.inactive a {
  border-color: rgba(240, 132, 55, 0.37);
  color: rgba(240, 132, 55, 0.37) !important;
  pointer-events: none;
}
#subnav .subnav-list a,
#subnav_layer .subnav-list a {
  min-width: 180px;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none !important;
  color: #f08437 !important;
  background-color: #FFF;
  border: solid 2px #f08437;
  border-radius: 45px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 112.5%;
  font-family: "Zen Maru Gothic", sans-serif;
}
#subnav .subnav-list a:hover,
#subnav_layer .subnav-list a:hover {
  background-color: #f08437 !important;
  color: #FFF !important;
}
#subnav .subnav-list.anchor li a:hover,
#subnav_layer .subnav-list.anchor li a:hover {
  position: relative;
  transition: 0.2s;
}
#subnav .subnav-list.anchor li a:hover::after,
#subnav_layer .subnav-list.anchor li a:hover::after {
  content: url(../images/common/anchor-arrow_anchor.svg);
  display: inline-block;
  width: 13px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translatex(-50%);
  transition: 0.2s;
}

.circle_nav-list {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.circle_nav-list .slick-list,
.circle_nav-list .slick-track,
.circle_nav-list .slick-slide,
.circle_nav-list .slick-slide > div {
  width: 100%;
  height: 100%;
}
.circle_nav-list.carousel-box .slick-slide {
  margin-right: 10px;
}
.circle_nav-list > li {
  width: 210px;
}
.circle_nav-list .circle {
  width: 210px !important;
  height: 210px;
  border: solid #f08437;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.circle_nav-list .circle .inner {
  width: 195px;
  height: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 50%;
  padding: 30px 0 22px;
  text-align: center;
  box-sizing: border-box;
  font-size: 112.5%;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #f08437;
  text-decoration: none !important;
  line-height: 1.3;
  transition: 0.3s;
}
.circle_nav-list .circle svg {
  width: 25px;
  fill: #f08437;
}
.circle_nav-list .circle.c-green {
  border-color: #49af27;
}
.circle_nav-list .circle.c-green .inner {
  color: #49af27;
}
.circle_nav-list .circle.c-green svg {
  fill: #49af27;
}
.circle_nav-list .circle.c-green:hover .inner {
  background: rgba(73, 175, 39, 0.16);
}
.circle_nav-list .circle.c-blue {
  border-color: #3ca4cd;
}
.circle_nav-list .circle.c-blue .inner {
  color: #3ca4cd;
}
.circle_nav-list .circle.c-blue svg {
  fill: #3ca4cd;
}
.circle_nav-list .circle.c-blue:hover .inner {
  background: rgba(60, 164, 205, 0.16);
}
.circle_nav-list .circle:hover .inner {
  background: rgba(240, 132, 55, 0.16);
  transition: 0.3s;
}

.image-col_wrap {
  display: flex;
  justify-content: space-between;
}
.image-col_wrap .image-box {
  width: 460px;
}
.image-col_wrap .text-box {
  width: 450px;
}

.flow-block > li {
  background-color: #fff;
  padding: 25px 20px;
}
.flow-block > li:not(:last-child) {
  margin-bottom: 65px;
  position: relative;
}
.flow-block > li:not(:last-child):after {
  content: url(../images/common/anchor-arrow02.svg);
  display: inline-block;
  width: 45px;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translatex(-50%) rotate(90deg);
}
.flow-block > li span {
  font-weight: bold;
  font-size: 112.5%;
  font-family: "Zen Maru Gothic", sans-serif;
}

.desc-list dt {
  float: left;
  clear: left;
  width: 250px;
  font-weight: bold;
}
.desc-list dd a {
  color: #894d26;
}

.tel-box {
  text-align: center;
}
.tel-box .tellink {
  display: inline-block;
  width: 350px;
  color: #fff;
  font-size: 250%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  background-color: #f08437;
  border-radius: 10px;
  line-height: 1;
  padding: 14px 0 20px;
  box-sizing: border-box;
  margin-top: 15px;
}
.tel-box .tellink::before {
  display: inline-block;
  content: url(../images/common/anchor-tel.svg);
  vertical-align: bottom;
  width: 25px;
  margin-right: 8px;
  margin-bottom: -3px;
}

@media all and (min-width: 751px) {
  /* INDEX */
  .variable-box {
    width: min(1280px, 100%);
    margin: auto;
    display: flex;
    justify-content: flex-end;
    gap: 60px;
  }
  .variable-box.reverse {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .variable-box .image-box img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 750px) {
  #side_btn {
    right: 0;
    left: 0;
    bottom: 0px;
    top: auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 18px;
    align-items: flex-start;
    justify-content: center;
    top: auto;
  }
  #side_btn a {
    line-height: 1;
    text-decoration: none;
    transition: 0.2s;
  }
  #side_btn a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
  #side_btn .web {
    color: #fff;
    background-color: #f08437;
    font-size: 125%;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 10px;
    width: 200px;
    height: 60px;
    writing-mode: horizontal-tb;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #side_btn .line,
  #side_btn .instagram {
    line-height: 0;
    width: 50px;
  }
  #side_btn .line img,
  #side_btn .instagram img {
    width: 100%;
    max-height: 50px;
  }
  .image-col_wrap {
    flex-direction: column;
  }
  .image-col_wrap .image-box {
    width: auto;
  }
  .image-col_wrap .text-box {
    width: auto;
    margin-bottom: 15px;
  }
  .circle_nav-list {
    max-width: 751px;
  }
  .circle_nav-list.carousel-box .slick-slide {
    margin-right: 10px;
  }
  .circle_nav-list > li {
    width: 125px;
  }
  .circle_nav-list .circle {
    width: 125px !important;
    height: 125px;
  }
  .circle_nav-list .circle .inner {
    width: 120px;
    height: 120px;
    padding: 15px 0px;
    font-size: 75%;
  }
  .circle_nav-list .circle .inner img {
    height: 50px;
    width: fit-content;
  }
  .circle_nav-list .circle svg {
    width: 25px;
    fill: #f08437;
  }
  /* SUBNAV */
  #subnav,
  #subnav_layer {
    margin: 0px auto 40px;
  }
  #subnav .no-use a,
  #subnav_layer .no-use a {
    background-color: #ccc !important;
  }
  #subnav > span,
  #subnav_layer > span {
    display: inline-block;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 112.5%;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  #subnav .subnav-list,
  #subnav_layer .subnav-list {
    gap: 10px;
    justify-content: space-between;
  }
  #subnav .subnav-list li,
  #subnav_layer .subnav-list li {
    width: 48%;
  }
  #subnav .subnav-list a,
  #subnav_layer .subnav-list a {
    min-width: 100%;
    padding: 5px;
    font-size: 75%;
  }
  #subnav .subnav-list a:hover,
  #subnav_layer .subnav-list a:hover {
    background-color: #f08437 !important;
    color: #FFF !important;
  }
  #subnav .subnav-list.anchor li a:hover,
  #subnav_layer .subnav-list.anchor li a:hover {
    position: relative;
    transition: 0.2s;
  }
  #subnav .subnav-list.anchor li a:hover::after,
  #subnav_layer .subnav-list.anchor li a:hover::after {
    content: url(../images/common/anchor-arrow_anchor.svg);
    display: inline-block;
    width: 13px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translatex(-50%);
    transition: 0.2s;
  }
  .flow-block > li {
    background-color: #fff;
    padding: 25px 20px;
    margin: 0 20px;
  }
  .flow-block > li:not(:last-child) {
    margin-bottom: 65px;
    position: relative;
  }
  .flow-block > li:not(:last-child):after {
    height: 25px;
    width: 35px;
    bottom: -30px;
  }
  .flow-block > li span {
    font-weight: bold;
    font-size: 112.5%;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  .desc-list dt {
    width: 100%;
    line-height: 1;
  }
  .desc-list dd:not(:last-child) {
    margin-bottom: 15px;
  }
  .desc-list dd a {
    color: #894d26;
  }
  .tel-box {
    text-align: center;
  }
  .tel-box .tellink {
    width: 250px;
    font-size: 187.5%;
    padding: 14px 0 20px;
    margin-top: 15px;
  }
  .tel-box .tellink::before {
    content: url(../images/common/anchor-tel.svg);
    width: 20px;
    margin-right: 8px;
    margin-bottom: -3px;
  }
  .tel-box .tellink a {
    color: #fff;
  }
}
