﻿body {
  color: #323232;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1rem
}

a {
  color: #643715;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer
}

img {
  max-width: 100%;
  height: auto
}

.bold {
  font-weight: 600
}

h2,
h3 {
  line-height: 1.4
}

.mincho {
  font-family: "YakuHanMP", Lato, "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif
}

@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px)
  }

  100% {
    opacity: 1;
    transform: translate(0, 0)
  }
}

.animation {
  opacity: 0
}

.slideup.on {
  opacity: 1;
  animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
  opacity: 1;
  animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.loader {
  align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999
}

.loader::after {
  animation: loader 0.5s linear infinite;
  border: 1px solid #00b085;
  border-radius: 50%;
  border-right: 1px solid rgba(0, 176, 133, 0.2);
  border-top: 1px solid rgba(0, 176, 133, 0.2);
  content: "";
  height: 70px;
  width: 70px
}

.loader.off {
  display: none
}

@keyframes loader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%)
  }

  100% {
    opacity: 1;
    transform: translate(0, 0)
  }
}

#l-header {
  width: 100%;
  position: relative;
  padding-bottom: 10px
}

#l-header .inner {
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  min-width: 1024px;
  background: #fff;
  position: relative
}

@media all and (max-width: 800px) {
  #l-header .inner {
    max-width: calc(100% - 20px)
  }
}

@media all and (max-width: 800px) {
  #l-header .inner {
    min-width: initial
  }
}

#logo {
  padding: 10px 0 0px
}

.header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.header-right_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative
}

@media all and (max-width: 800px) {
  .header-right_contact {
    display: none
  }
}

.header-right_tel a,
.header-right_mail a,
.header-right_entry a {
  display: block;
  padding: 6px 15px;
  border-radius: 40px;
  line-height: 1.4;
  text-align: center;
  font-size: 1.6rem;
  color: #fff
}

.header-right_tel a span,
.header-right_mail a span,
.header-right_entry a span {
  padding-right: 5px
}

.header-right_tel a:hover,
.header-right_mail a:hover,
.header-right_entry a:hover {
  transition: background-color 0.2s ease-in
}

@media all and (max-width: 800px) {

  .header-right_tel a,
  .header-right_mail a,
  .header-right_entry a {
    width: 65px;
    height: 55px;
    font-size: 10px
  }

  .header-right_tel a span,
  .header-right_mail a span,
  .header-right_entry a span {
    font-size: 1.5rem
  }
}

.header-right_tel {
  margin-right: 5px
}

.header-right_tel a {
  background: #00b085;
  letter-spacing: 0.1rem
}

.header-right_tel a:hover {
  background: #007357
}

.header-right_tel.col2 a {
  background: #ffc62c
}

.header-right_tel.col2 a:hover {
  background: rgba(0, 176, 133, 0.6)
}

.header-right_mail {
  margin-right: 5px
}

.header-right_mail a {
  background: #f25e2b;
  color: #fefefe
}

.header-right_mail a:hover {
  background: #dc430e
}

.header-right_fb1 {
  margin-right: 5px
}

.header-right_fb1 a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  line-height: 2.2;
  text-align: center;
  font-size: 1.6rem;
  background: #3b5998;
  color: #fff
}

.header-right_fb1 a:hover {
  transition: all 0.3s ease;
  opacity: 0.7
}

.header-right_fb2 a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  line-height: 2.2;
  text-align: center;
  font-size: 1.6rem;
  background: #3b5998;
  color: #fff
}

.header-right_fb2 a:hover {
  transition: all 0.3s ease;
  opacity: 0.7
}

.header-right_int {
  margin-right: 5px
}

.header-right_int a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  line-height: 2.2;
  text-align: center;
  font-size: 1.6rem;
  background: -webkit-linear-gradient(135deg, 135 #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  color: #fff
}

.header-right_int a:hover {
  transition: all 0.3s ease;
  opacity: 0.7
}

.header-right_fc2 {
  margin-right: 5px
}

.header-right_fc2 a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  line-height: 2.2;
  text-align: center;
  font-size: 1.6rem;
  background: #e71d33;
  color: #fff
}

.header-right_fc2 a:hover {
  transition: all 0.3s ease;
  opacity: 0.7
}

.header-right_fax {
  margin-right: 5px;
  display: block;
  padding: 2px 15px;
  border-radius: 40px;
  line-height: 1.4;
  text-align: center;
  color: #555 !important;
  border: 2px solid #f25e2b;
  max-width: 350px;
  font-weight: 600;
  background: #f9f9f9
}

.header-right_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: bold;
  margin-right: 5px
}

#header_nav {
  position: relative;
  margin: 0 auto
}

#header_nav.scrolled {
  width: 100%;
  animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200
}

#header_nav ul {
  display: flex;
  flex-wrap: wrap
}

#header_nav ul li {
  position: relative;
  flex: 1 0 auto;
  margin-right: 10px;
  padding: 8px 0
}

#header_nav ul li:last-child {
  margin-right: 0
}

#header_nav ul li:last-child a {
  border-right: 0
}

#header_nav ul li a {
  display: block;
  letter-spacing: 0.1rem;
  position: relative;
  line-height: 1.3;
  font-size: 1.7rem;
  color: #555;
  text-align: left;
  background: #e5e5e5;
  padding: 8px 4px 8px 50px;
  font-weight: 600
}

#header_nav ul li a span {
  display: block;
  font-size: 1.4rem;
  color: #00b085;
  position: relative;
  font-family: "Josefin Sans", sans-serif
}

#header_nav ul li a:after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  transition: 0.2s all ease-in
}

#header_nav ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  right: 5%;
  color: #00ca98
}

#header_nav ul li a:hover,
#header_nav ul li a.active {
  background: #00b085;
  color: #fff;
  transition: 0.2s all ease-in
}

#header_nav ul li a:hover span,
#header_nav ul li a.active span {
  color: #ffd45f
}

#header_nav ul li a:hover:after,
#header_nav ul li a.active:after {
  right: 2%;
  color: #fefefe
}

#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 310;
  background: #00b085
}

#header_nav .dropdown .dropdown-li {
  padding: 10px 10px;
  margin: 0 0 5px
}

#header_nav .dropdown .dropdown-li a {
  letter-spacing: 0.2px;
  display: block;
  width: 165px;
  text-align: center;
  font-size: 1.4rem;
  padding: 6px 0;
  border-right: 0;
  color: #555;
  border-radius: 30px;
  background: #fff
}

#header_nav .dropdown .dropdown-li a:after {
  display: none
}

#header_nav .dropdown .dropdown-li a:hover {
  transition: all 0.2s ease-in;
  color: #fc6b3f
}

#header_nav .dropdown .dropdown-li.foot_only {
  display: none
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999
}

#page-top a {
  display: block;
  background-image: linear-gradient(-45deg, #ffd45f 50%, #ffc62c 50%);
  background-image: -webkit-linear-gradient(-45deg, #ffd45f 50%, #ffc62c 50%);
  background-image: -moz-linear-gradient(-45deg, #ffd45f 50%, #ffc62c 50%);
  background-image: -ms-linear-gradient(-45deg, #ffd45f 50%, #ffc62c 50%);
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.8rem;
  text-align: center
}

#page-top a:hover {
  opacity: 0.6
}

@media all and (max-width: 639px) {
  #page-top {
    bottom: 20px
  }
}

#page-tel {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999
}

#page-tel a {
  display: block;
  background: #00ba8d;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #fff;
  padding: 8px;
  line-height: 1.3;
  font-size: 11px;
  border-radius: 5px;
  text-align: center
}

#page-tel a:hover {
  opacity: 0.6
}

#page-tel a span {
  font-size: 12px
}

#page-tel a mm {
  font-size: 11px
}

@media all and (max-width: 639px) {
  #page-tel {
    bottom: 20px
  }
}

@keyframes zoom-out {
  0% {
    transform: scale(1.2)
  }

  100% {
    transform: scale(1)
  }
}

.slide-img {
  overflow: hidden;
  height: 75vh
}

@media all and (max-width: 639px) {
  .slide-img {
    height: 40vh
  }
}

.slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

#slideshow {
  position: relative;
  overflow: hidden;
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  height: 75vh;
  margin-bottom: 30px
}

@media all and (max-width: 800px) {
  #slideshow {
    max-width: calc(100% - 20px)
  }
}

@media all and (max-width: 639px) {
  #slideshow {
    height: 40vh
  }
}

#catch {
  z-index: 150;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 750px
}

#catch.on {
  opacity: 1;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  transition: 3s
}

@media all and (max-width: 800px) {
  #catch {
    width: 90%
  }
}

#flash {
  background: url(../bxslider/images/0.jpg) no-repeat center center;
  background-size: cover;
  position: relative
}

@media all and (max-width: 639px) {
  #flash {
    height: 40vh
  }
}

.slide0 {
  background-image: url(../bxslider/images/0.jpg);
  background-position: center center
}

.slide1 {
  background-image: url(../bxslider/images/1.jpg);
  background-position: center center
}

.slide2 {
  background-image: url(../bxslider/images/2.jpg);
  background-position: center center
}

.slide3 {
  background-image: url(../bxslider/images/3.jpg);
  background-position: center center
}

.slide0,
.slide1,
.slide2,
.slide3 {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
  padding: 0px 0
}

.bg_contact {
  position: relative;
  background: url(../img/bg_footer.jpg) no-repeat 50% 100%/cover
}

.bg_contact .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0
}

@media all and (max-width: 639px) {
  .bg_contact .inner {
    width: 95%;
    background: rgba(255, 255, 255, 0.5)
  }
}

.contact_lead {
  font-size: 1.3em;
  color: #3a200c;
  text-align: center
}

@media all and (max-width: 639px) {
  .contact_lead {
    font-size: 1em
  }
}

.contact_wrap {
  max-width: 1200px;
  border-top: 3px solid #fff;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.contact_wrap .contact_left,
.contact_wrap .contact_right {
  width: 49%;
  padding: 20px
}

.contact_wrap .contact_right {
  text-align: right
}

.contact_wrap .contact_left {
  margin-right: 2%;
  border-right: 3px solid #fff
}

@media all and (max-width: 639px) {
  .contact_wrap {
    margin-top: 30px;
    width: 94%;
    flex-direction: column
  }

  .contact_wrap .contact_left,
  .contact_wrap .contact_right {
    width: 100%;
    padding: 10px;
    font-size: 0.9em;
    letter-spacing: 0;
    font-weight: normal
  }

  .contact_wrap .contact_right {
    text-align: left
  }

  .contact_wrap .contact_left {
    margin-right: auto;
    border-right: 0;
    border-bottom: 3px solid #fff
  }
}

.contact_bnr {
  margin: 15px 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.contact_bnr>li {
  margin-bottom: 10px
}

.contact_bnr>li:not(:last-child) {
  margin-right: 5px
}

@media all and (max-width: 639px) {
  .contact_bnr>li:not(:last-child) {
    margin-right: auto
  }
}

.contact_bnr>li .bnr_tel {
  background: #dc430e;
  border: 1px solid #dc430e;
  white-space: nowrap;
  color: #fff
}

.contact_bnr>li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: bold
}

.contact_bnr>li .bnr_tel:hover {
  background: #f5825b
}

.contact_bnr>li .bnr_mobile {
  background: #00b085;
  border: 1px solid #007d5e
}

.contact_bnr>li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: bold
}

.contact_bnr>li .bnr_mobile:hover {
  background: #fc6b3f
}

.contact_bnr>li .bnr_fax {
  background: #fff6da;
  border: 1px solid #aaa;
  color: #333
}

.contact_bnr>li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: bold
}

.contact_bnr>li .bnr_mail {
  background: #007d5e
}

.contact_bnr>li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: bold
}

.contact_bnr>li .bnr_mail:hover {
  background: #ffd45f
}

@media all and (max-width: 639px) {
  .contact_bnr>li .bnr_mail {
    font-size: 1.4rem
  }
}

.contact_bnr>li a,
.contact_bnr>li span {
  display: block;
  padding: 5px 15px;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  width: 420px
}

.contact_bnr>li a:before,
.contact_bnr>li span:before {
  margin-right: 5px
}

@media all and (max-width: 639px) {

  .contact_bnr>li a,
  .contact_bnr>li span {
    width: 300px;
    font-size: 1.8rem
  }
}

#l-footer {
  font-size: 1.4rem;
  background: url(../img/bg_footer.jpg) no-repeat center center/cover;
  position: relative
}

#l-footer .inner {
  max-width: 1200px;
  margin: 0 auto
}

#l-footer .footer-box {
  margin-right: auto;
  padding: 40px 20px
}

@media all and (max-width: 639px) {
  #l-footer {
    background: url(../img/bg_footer_s.jpg) no-repeat left top/cover
  }
}

.footer_navi {
  padding: 10px 0;
  margin: 0 auto
}

.footer_navi ul {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.footer_navi li {
  flex: 1 0 auto;
  margin-bottom: 4px;
  margin: 0 0.5% 4px
}

.footer_navi li a {
  color: #333;
  font-size: 1.5rem;
  position: relative;
  padding-left: 20px;
  font-weight: 600
}

.footer_navi li a span {
  display: none
}

.footer_navi li a:before {
  content: "";
  background-color: #00b085;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.45em;
  left: 0
}

.footer_navi li a:hover {
  color: #004a38
}

.footer_navi li .dropdown {
  display: none
}

.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center
}

.column2 .child1 {
  width: 35%
}

.column2 .child2 {
  width: 62%
}

@media all and (max-width: 800px) {

  .column2 .child1,
  .column2 .child2 {
    width: 100%;
    border: 0
  }
}

.flogo {
  width: 500px;
  text-align: center;
  margin: 0 auto 30px;
  min-height: 0
}

@media all and (max-width: 639px) {
  .flogo {
    margin: 0 auto 10px
  }
}

.copyright {
  padding: 20px 0;
  background: #333;
  color: #fefefe;
  font-size: 1.2rem
}

@media all and (max-width: 639px) {
  .copyright {
    font-size: 1rem
  }
}

.top-intro {
  position: relative
}

.top-intro:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 176, 133, 0.05);
  z-index: 1;
  opacity: 0.6
}

.top-intro:after {
  position: absolute;
  content: "";
  width: 450px;
  height: 360px;
  left: 10px;
  bottom: 1%;
  background: url(../img/intro-tree.png) no-repeat center bottom/contain;
  z-index: 2;
  opacity: 0.4
}

@media all and (max-width: 639px) {
  .top-intro {
    padding-bottom: 80px
  }

  .top-intro:before {
    bottom: auto;
    width: 100%
  }

  .top-intro:after {
    height: 250px;
    width: 90%
  }
}

.top-intro_title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  text-align: left;
  font-family: "YakuHanMP", Lato, "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 6rem;
  line-height: 1.3;
  left: 2%;
  top: 100px;
  font-weight: normal;
  white-space: nowrap;
  z-index: 3
}

.top-intro_title:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -115px;
  width: 250px;
  height: 100px;
  z-index: 2;
  background: url(../img/logomark.png) no-repeat center/contain;
  margin-left: -125px
}

@media all and (max-width: 639px) {
  .top-intro_title {
    writing-mode: initial;
    text-align: center;
    font-size: 2.5rem;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/logomark2.png) no-repeat center/contain
  }

  .top-intro_title:before {
    display: none
  }
}

.top-intro_eng {
  position: absolute;
  font-size: 7.5rem;
  white-space: nowrap;
  bottom: -110px;
  font-family: "Caveat", cursive;
  font-weight: normal;
  right: 0%;
  transform: rotate(-5deg);
  color: rgba(0, 176, 133, 0.5)
}

@media all and (max-width: 800px) {
  .top-intro_eng {
    font-size: 5rem;
    bottom: -90px
  }
}

@media all and (max-width: 639px) {
  .top-intro_eng {
    right: auto;
    left: 50%;
    font-size: 3rem;
    bottom: -70px;
    transform: translateX(-50%);
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0
  }
}

.top-box {
  width: 1000px;
  max-width: 75%;
  background: #fff;
  padding: 35px;
  position: relative;
  z-index: 5;
  margin: 40px 2% 0 auto;
  border-radius: 20px;
  position: relative
}

@media all and (max-width: 800px) {
  .top-box {
    max-width: 70%;
    padding: 15px;
    font-size: 1.1rem
  }
}

@media all and (max-width: 639px) {
  .top-box {
    max-width: 95%;
    margin: 80px auto 0
  }
}

.top-lead {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 2.2rem;
  color: #007d5e
}

.top-lead span {
  color: #dc430e;
  display: inline-block;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold
}

.top-lead span:before,
.top-lead span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 13px;
  background-color: #252729
}

.top-lead span:before {
  left: -11px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg)
}

.top-lead span:after {
  right: -11px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg)
}

.top-lead.solo {
  margin-bottom: 10px
}

.top-lead.solo span {
  font-size: 2rem;
  margin-left: 12px
}

@media all and (max-width: 639px) {
  .top-lead.solo span {
    font-size: 1.4rem
  }
}

.top-lead.solo span.ml0 {
  margin-left: 0px
}

@media all and (max-width: 639px) {
  .top-lead {
    font-size: 1.5rem
  }
}

.top-lead2 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 2.2rem;
  color: #333
}

.top-lead2 span {
  color: #007d5e;
  display: inline-block;
  position: relative;
  font-weight: bold
}

.top-lead2 span:before,
.top-lead2 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 18px;
  background-color: #252729
}

.top-lead2 span:before {
  left: -15px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg)
}

.top-lead2 span:after {
  right: -15px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg)
}

@media all and (max-width: 639px) {
  .top-lead2 {
    font-size: 1.5rem
  }
}

.top-list_col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto
}

.top-list_col2 li {
  width: 49%;
  text-align: center
}

.top-list_col2 li a {
  display: block
}

.top-list_col2 li a:hover img {
  transform: scale(1.05)
}

.top-list_col2 li img {
  width: 400px;
  display: block;
  margin: 0 auto 20px;
  transition: all 0.3s ease-in
}

.top-list_col2 li:nth-child(2) {
  margin-left: 2%
}

@media all and (max-width: 639px) {
  .top-list_col2 li:nth-child(2) {
    margin-left: auto;
    margin-top: 40px
  }
}

@media all and (max-width: 639px) {
  .top-list_col2 li {
    width: 95%
  }
}

.top-class_title {
  position: relative;
  z-index: 5;
  width: 90%
}

.top-class_title .top-class_big {
  margin: -80px auto 0px 0;
  text-align: left
}

.top-class_title .top-class_big span {
  display: inline-block;
  font-size: 3rem;
  background: #85e4df;
  color: #fff;
  padding: 4px 10px
}

.top-class_title .top-class_txt {
  color: #555;
  text-align: left;
  background: #fff;
  padding: 10px
}

@media all and (max-width: 639px) {
  .top-class_title {
    width: 100%
  }

  .top-class_title .top-class_big span {
    font-size: 2rem
  }
}

.more {
  display: block;
  max-width: 250px;
  background: #02348b;
  color: #fff;
  padding: 8px 10px;
  margin: 10px auto -25px;
  text-align: center
}

.top-achive {
  position: relative;
  padding: 40px 0 0;
  margin-bottom: -100px
}

@media all and (max-width: 639px) {
  .top-achive {
    margin-bottom: -30px
  }
}

.top-achive:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: url(../img/bg_top-achive.jpg) no-repeat center top/cover
}

.top-box2 {
  width: 900px;
  max-width: 75%;
  padding: 35px;
  position: relative;
  z-index: 2;
  margin: 40px auto;
  position: relative;
  font-size: 1.05em
}

@media all and (max-width: 800px) {
  .top-box2 {
    max-width: 70%;
    padding: 15px;
    font-size: 1.1rem
  }
}

@media all and (max-width: 639px) {
  .top-box2 {
    max-width: 95%;
    margin: 80px auto 0
  }
}

.top-achive_title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-family: "YakuHanMP", Lato, "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 4rem;
  font-weight: normal;
  position: absolute;
  left: -200px;
  top: -80px;
  color: #3a200c;
  z-index: 5;
  line-height: 1.1
}

.top-achive_title span {
  font-size: 7rem;
  display: block;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  border-right: 2px solid #fff;
  color: #00b085;
  letter-spacing: 0.2rem
}

@media all and (max-width: 1200px) {
  .top-achive_title {
    left: -120px
  }
}

@media all and (max-width: 800px) {
  .top-achive_title {
    top: -140px;
    left: 2%;
    writing-mode: initial;
    font-size: 3rem
  }

  .top-achive_title span {
    font-size: 7rem;
    border-right: 0
  }
}

@media all and (max-width: 639px) {
  .top-achive_title {
    top: -100px
  }

  .top-achive_title span {
    font-size: 4rem
  }
}

.news-box {
  margin: -150px auto 0;
  border: 3px solid #dc430e;
  padding: 15px;
  position: relative;
  z-index: 10;
  max-width: 1200px;
  background: #fefefe;
  display: flex;
  align-items: flex-start
}

@media all and (max-width: 800px) {
  .news-box {
    margin-top: -40px
  }
}

@media all and (max-width: 639px) {
  .news-box {
    flex-direction: column;
    border: 2px solid #eee;
    margin: -10px auto 25px;
    width: 90%;
    padding: 10px
  }
}

.news-title {
  text-align: center;
  font-weight: 600;
  background: #f25e2b;
  padding: 5px 20px 15px;
  color: #fff
}

.news-title span {
  font-size: 4rem;
  display: block;
  font-weight: 600;
  color: #ffe553;
  margin-bottom: -20px
}

@media all and (max-width: 639px) {
  .news-title {
    padding: 5px 10px;
    width: 100%
  }

  .news-title span {
    font-size: 3rem;
    margin-bottom: -10px
  }
}

.news-right {
  flex: 1;
  padding: 10px
}

@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0
  }
}

.top-blog {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #fefefe;
  padding: 20px
}

.top-blog li {
  width: 23%;
  margin: 0 3% 25px 0;
  position: relative
}

.top-blog li>a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.top-blog li>a:hover~.top-blog_img img {
  transform: scale(1.08)
}

.top-blog li:nth-child(4n) {
  margin-right: 0
}

.top-blog .top-blog_img {
  margin-bottom: 10px;
  overflow: hidden;
  height: 180px;
  border: 1px solid rgba(0, 176, 133, 0.5)
}

.top-blog .top-blog_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
  transition: transform 0.2s ease-in;
  background: rgba(0, 176, 133, 0.2)
}

.top-blog .top-blog_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}

.top-blog .top-blog_time {
  background: #00b085;
  padding: 8px 5px;
  color: #fff;
  width: 25%;
  text-align: center;
  line-height: 1.2
}

.top-blog .top-blog_time span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1rem
}

.top-blog .top-blog_time span.day {
  font-size: 2.5rem;
  font-weight: 600;
  display: inline;
  margin-right: -5px
}

.top-blog .top-blog_detail {
  flex: 1;
  padding-left: 10px;
  font-size: .9em
}

.top-blog .top-blog_ttl {
  font-weight: 600;
  color: #ff4664;
  line-height: 1.4;
  border-bottom: 1px solid #fff6da;
  margin-bottom: 5px
}

@media all and (max-width: 800px) {
  .top-blog li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px
  }

  .top-blog li:nth-child(2n) {
    margin-right: 0
  }
}

@media all and (max-width: 639px) {
  .top-blog li {
    width: 85%;
    margin: 0 auto 20px
  }

  .top-blog li:nth-child(2n) {
    margin-right: auto
  }

  .top-blog .top-blog_time span {
    font-size: 1.1rem
  }

  .top-blog .top-blog_time span.day {
    font-size: 1.8rem
  }

  .top-blog .top-blog_ttl {
    font-size: 1.3rem
  }
}

.btn-small-wrap {
  margin-top: 10px
}

.btn-small-wrap a {
  border: 1px solid lemonchiffon;
  display: inline-block;
  padding: 6px 8px;
  background: #fefefe;
  font-size: 15px;
  font-weight: 600;
  color: #02348b
}

.btn-small-wrap a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  margin-left: 5px
}

.btn-small-wrap a:not(:last-of-type) {
  margin-right: 5px
}

.btn-small-wrap a:hover {
  color: #f25e2b
}

@media all and (max-width: 639px) {
  .btn-small-wrap a {
    font-size: 13px
  }

  .btn-small-wrap a:not(:last-of-type) {
    margin-bottom: 5px;
    margin-right: 0
  }
}

.class-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.class-top .class-title {
  background: #fc6b3f;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.3;
  padding: 5px 10px
}

.class-top .class-title span {
  font-size: 4rem;
  display: block
}

.class-top .class-lead {
  margin-left: 30px;
  flex: 1
}

@media all and (max-width: 639px) {
  .class-top {
    flex-direction: colmun
  }

  .class-top .class-title {
    width: 100%;
    display: block;
    font-size: 1.3rem
  }

  .class-top .class-title span {
    font-size: 2rem
  }

  .class-top .class-lead {
    margin: 20px 0 0
  }
}

.voice-list {
  max-width: 1000px;
  margin: 0 auto
}

.voice-list li {
  border: 4px solid #d4ceb8;
  padding: 20px;
  border-radius: 20px 0 20px 0
}

.voice-list li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 15px
}

.voice-list .voice-name {
  border-bottom: 1px solid #d4ceb8;
  margin-bottom: 10px
}

.voice-list .voice-name span {
  font-size: 2.5rem;
  color: #fc6b3f
}

.voice-list .voice-lead {
  color: #85e4df
}

.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative
}

.single.small-single {
  padding: 10px 0
}

.single.small-single2 {
  padding: 30px 0
}

.single.tm0-single {
  padding: 0px 0 100px
}

.single02 {
  margin: 0 auto;
  padding: 80px 0
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative
}

.margin-top {
  margin-top: -80px
}

@media all and (max-width: 639px) {
  .margin-top {
    margin-top: -30px
  }
}

.lsingle,
.rsingle {
  width: 48.44%
}

.lsingle {
  float: left
}

.rsingle {
  float: right
}

.mbox {
  background: #fefefe;
  padding: 40px 30px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto
}

.mbox.transparent {
  background: rgba(254, 254, 254, 0.7)
}

@media all and (max-width: 639px) {
  .mbox {
    padding: 20px 15px
  }
}

.mbox2 {
  border: 3px solid #ffeaa7;
  background: #fefefe;
  margin-right: auto;
  margin-left: auto;
  padding: 30px
}

@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px
  }
}

.mbox3 {
  background: rgba(254, 254, 254, 0.8);
  border: 5px solid #3a200c;
  padding: 40px 30px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto
}

@media all and (max-width: 639px) {
  .mbox3 {
    padding: 20px 15px
  }
}

.small-box {
  max-width: 1000px;
  margin: 0 auto
}

.bg-grid {
  background: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat
}

.bg-map {
  background: url(../img/map.png) no-repeat right bottom
}

@media all and (max-width: 639px) {
  .bg-map {
    -webkit-background-size: auto 200px;
    background-size: auto 200px;
    background-position: right top
  }
}

#main {
  float: left;
  width: 76%
}

@media all and (max-width: 800px) {
  #main {
    float: none;
    width: 100%
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px
}

@media all and (max-width: 800px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px
  }
}

#col2-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto
}

#col2-wrap #col2-main {
  width: 78%
}

@media all and (max-width: 800px) {
  #col2-wrap #col2-main {
    width: 100%;
    margin: 0 auto;
    order: 2
  }
}

#col2-wrap #col2-side {
  width: 20%;
  padding: 60px 0 0
}

@media all and (max-width: 800px) {
  #col2-wrap #col2-side {
    width: 95%;
    margin: 0 auto 20px;
    padding-top: 30px
  }
}

.mtitle {
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem
}

.mtitle span {
  display: block;
  font-size: 6rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  letter-spacing: 0.2rem;
  margin-bottom: -15px;
  color: #3a200c
}

.mtitle span:first-letter {
  color: #00b085
}

.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.mtitle.white span:after {
  background-color: #eee
}

.mtitle.black {
  color: #333
}

.mtitle.black span {
  color: #555
}

.mtitle.black span:after {
  background-color: #555
}

.mtitle.mtitle_left {
  text-align: left
}

.mtitle.mtitle_left span:after {
  left: 0;
  transform: none
}

@media all and (max-width: 639px) {
  .mtitle {
    font-size: 1.3rem;
    text-align: center
  }

  .mtitle span {
    font-size: 4rem;
    letter-spacing: 1.1;
    letter-spacing: 0;
    margin-bottom: -5px
  }
}

.mtitle2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 8px 5px 8px 15px;
  color: #fff;
  background-image: linear-gradient(45deg, #00b085 0%, #00ca98 60%, #ffe292 100%);
  line-height: 1.3
}

.mtitle2 span {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  margin-right: 15px;
  font-family: "Caveat", cursive;
  color: #ffdd20;
  font-weight: normal
}

@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.3rem
  }

  .mtitle2 span {
    font-size: 2.5rem;
    display: block
  }
}

.mtitle3 {
  font-size: 2.2rem;
  color: #3a200c;
  margin-bottom: 20px
}

.mtitle3 span {
  border-bottom: 5px double #3a200c
}

@media all and (max-width: 639px) {
  .mtitle3 {
    font-size: 2rem
  }
}

.mtitle-bll {
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  border-bottom: 3px solid #f1efe8;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #3a200c
}

.mtitle-bll .free {
  background: #fc6b3f;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 0.8em
}

.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -3px;
  width: 100px;
  height: 3px;
  left: 0;
  background: #00b085
}

@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.4rem
  }
}

.mtitle-bll.faqttl:before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-weight: bold;
  color: #f25e2b;
  margin-right: 5px
}

.mtitle-bll.faqttl:after {
  background: #f25e2b
}

.mtitle4 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem
}

.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%
}

.mtitle4 span:before,
.mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 2rem;
  background-color: #00b085
}

.mtitle4 span:before {
  left: -11px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg)
}

.mtitle4 span:after {
  right: -11px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg)
}

.mtitle4.white span:before,
.mtitle4.white span:after {
  background-color: #ffe553
}

@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 2rem
  }
}

@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px
  }

  .mtitle4 span:after {
    right: -3px
  }
}

.mtitle5 {
  margin: -70px -30px 40px;
  text-align: center;
  position: relative
}

.mtitle5:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  z-index: 1;
  background: #f25e2b;
  transform: translateY(-50%)
}

.mtitle5 span {
  display: inline-block;
  padding: 8px 15px;
  background-image: linear-gradient(45deg, #c43b0c 0%, #f8a78b 100%);
  font-size: 3rem;
  color: #fff;
  position: relative;
  letter-spacing: 0.2rem;
  z-index: 2
}

@media all and (max-width: 639px) {
  .mtitle5 {
    margin: -42px -15px 30px
  }

  .mtitle5 span {
    font-size: 1.7rem;
    line-height: 1.4
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #00b085;
  margin: 8px 0;
  font-size: 1.1em;
  letter-spacing: 0.2rem
}

.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #ddd
}

.mtitle_box {
  background: url(../img/bg-pattern02.jpg);
  background-size: 300px;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 600
}

.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px
}

.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: bold;
  display: block;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem
  }
}

.mtitle_box2 {
  background: #85e4df;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 15px 10px 15px 20px;
  margin-bottom: 25px
}

.mtitle_box2 span {
  position: absolute;
  font-size: 5rem;
  opacity: 0.5;
  left: 0;
  top: -75px;
  color: #555;
  letter-spacing: 0.2rem
}

.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px
}

@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px
  }

  .mtitle_box2 span {
    font-size: 3rem;
    top: -40px;
    opacity: 0.3
  }
}

.mtext1 {
  font-size: 2.2rem;
  font-weight: 600
}

@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.5rem;
    line-height: 1.4
  }
}

.mtext1.ms {
  font-size: 1.6rem
}

@media all and (max-width: 639px) {
  .mtext1.ms {
    font-size: 1.35rem
  }
}

.mtext2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.4
}

.mtext2 span {
  font-size: 2rem;
  letter-spacing: 1px
}

@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 2rem
  }

  .mtext2 span {
    font-size: 1.6rem
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal
}

.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: bold;
  margin-right: 5px;
  color: #00b085
}

.btn01 a {
  background: #ffe553;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  color: #3a200c;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
  border: 2px solid #3a200c;
  border-radius: 35px
}

.btn01 a:hover {
  background: #00b085;
  color: #fff
}

.btn01.btn_green a {
  background: #00b085;
  color: #fff
}

.btn01.btn_green a:hover {
  background: #ffd45f
}

.btn01.btn_red a {
  background: #dc430e;
  color: #fff
}

.btn01.btn_red a:hover {
  background: #ffd45f
}

@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
    max-width: 220px
  }
}

.btn02 {
  width: 300px;
  margin: 20px auto 20px
}

.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background: #f14c13;
  border: 2px solid #f14c13;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff
}

.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease
}

.btn02 a:hover {
  background: #fff;
  color: #f25e2b;
  border: 2px solid #f25e2b
}

.btn02 a:hover i {
  width: 34px
}

@media all and (max-width: 639px) {
  .btn02 {
    width: 280px
  }
}

.btn03 a {
  background: #00b085;
  text-align: center;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
  border: 2px solid #3a200c;
  border-radius: 35px
}

.btn03 a:hover {
  background: #ffc62c;
  color: #fff
}

@media all and (max-width: 639px) {
  .btn03 a {
    max-width: 100%
  }
}

.news {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap
}

.news dt {
  width: 6em;
  padding: 3px 5px;
  background: #f25e2b;
  text-align: center;
  font-weight: 600;
  color: #fff
}

.news dd {
  padding: 5px;
  background: #fff;
  width: calc(100% - 7em);
  margin-left: 10px
}

.news dt:not(:last-child),
.news dd:not(:last-child) {
  margin-bottom: 5px
}

.news-bl {
  overflow: hidden
}

.news-bl.bbig dt,
.news-bl.bbig dd {
  font-size: 110%
}

.news-bl dt {
  float: left;
  width: 8em;
  padding: 3px 5px;
  line-height: 1.3;
  color: #3a200c;
  text-align: center
}

.news-bl dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  margin-right: 5px
}

.news-bl dd {
  padding: 0 0 10px 9.2em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px
}

.news-bl dd a {
  color: #8f4f1d
}

.news-bl dd:last-child {
  margin: 0;
  border-bottom: none
}

.page-title {
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  background: url(../img/slide5.jpg) no-repeat 10% 60%/cover
}

@media all and (max-width: 800px) {
  .page-title {
    max-width: calc(100% - 20px)
  }
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 176, 133, 0.2)
}

.page-title .inner {
  margin: 0 auto;
  padding: 100px 0 60px;
  max-width: 1200px
}

.page-title .inner>.mtitle {
  text-align: left;
  text-align: right;
  color: #fff;
  font-size: 2.2rem;
  color: #3a200c
}

.page-title .inner>.mtitle span {
  display: inline-block;
  font-size: 10rem;
  padding-right: 30px;
  color: #fff
}

.page-title .inner>.mtitle span:first-letter {
  color: #fff
}

@media all and (max-width: 639px) {
  .page-title .inner>.mtitle {
    padding-right: 5px;
    font-size: 1.5rem
  }

  .page-title .inner>.mtitle span {
    font-size: 4rem;
    padding-right: 0;
    display: block
  }
}

@media all and (max-width: 800px) {
  .page-title {
    background-attachment: scroll
  }

  .page-title .inner {
    width: 99%;
    padding: 50px 0 10px
  }
}

.bg-01 {
  background-image: linear-gradient(to right, rgba(242, 94, 43, 0.5) 0%, rgba(242, 94, 43, 0.4) 50%, #eacd9a 50.1%, #eacd9a 100%)
}

@media all and (max-width: 639px) {
  .bg-01 {
    background-image: linear-gradient(to bottom, rgba(0, 176, 133, 0.4) 0%, rgba(0, 176, 133, 0.4) 55%, #eacd9a 55.1%, #eacd9a 100%)
  }
}

.bg-02 {
  background: url(../img/grid2.png)
}

.bg-gradient {
  background-image: linear-gradient(to right, #fff1c6 0%, #fcfcfc 100%)
}

.bg-tree {
  position: relative
}

.bg-tree:after {
  position: absolute;
  content: "";
  width: 650px;
  height: 550px;
  left: 10px;
  bottom: 1%;
  background: url(../img/intro-tree.png) no-repeat center bottom/contain;
  z-index: -1;
  opacity: 0.4
}

@media all and (max-width: 639px) {
  .bg-tree {
    padding-bottom: 100px
  }

  .bg-tree:after {
    width: 200px;
    height: 400px
  }
}

.bg-maru1,
.bg-maru4,
.bg-maru2,
.bg-maru3 {
  background: rgba(255, 246, 218, 0.7);
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  margin: 50px auto;
  border-radius: 20px
}

@media all and (max-width: 800px) {

  .bg-maru1,
  .bg-maru4,
  .bg-maru2,
  .bg-maru3 {
    max-width: calc(100% - 20px)
  }
}

.bg-maru1.tm0,
.tm0.bg-maru4,
.tm0.bg-maru2,
.tm0.bg-maru3 {
  margin: 0px auto 50px
}

@media all and (max-width: 639px) {

  .bg-maru1,
  .bg-maru4,
  .bg-maru2,
  .bg-maru3 {
    border-radius: 10px
  }
}

.bg-map {
  background: url(../img/map.png) no-repeat right bottom/contain
}

.bg-maru4 {
  background: rgba(0, 176, 133, 0.1)
}

.bg-maru2 {
  background: rgba(255, 212, 95, 0.3)
}

.bg-maru3 {
  background: rgba(242, 94, 43, 0.2)
}

.bg-base2 {
  background: rgba(0, 176, 133, 0.1)
}

.bg-base {
  background: rgba(255, 212, 95, 0.3)
}

.bg-sub {
  background: rgba(242, 94, 43, 0.2)
}

.bg-blue {
  background: rgba(133, 228, 223, 0.4)
}

.bg-gray {
  background: #f1efe8
}

.bg-beige {
  background: rgba(255, 246, 218, 0.8)
}

.bg-beige2 {
  background: rgba(255, 246, 218, 0.5)
}

.bg-beige3 {
  background: #f6fcfb;
  background: -moz-linear-gradient(top, #f6fcfb 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #f6fcfb 0%, #fff 100%);
  background: linear-gradient(to bottom, #f6fcfb 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6fcfb', endColorstr='#ffffff', GradientType=0)
}

.tbl {
  width: 100%
}

.tbl tr.tr-1 {
  background: lemonchiffon
}

.tbl th,
.tbl td {
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #004a38
}

.tbl th {
  background: rgba(0, 176, 133, 0.5);
  color: #3a200c;
  text-align: left
}

.tbl th span {
  font-size: 1.4rem
}

.tbl th.cell01 {
  width: 15%
}

.tbl th.cell02 {
  width: 20%
}

.tbl th.cell03 {
  width: 22.5%
}

@media all and (max-width: 639px) {
  .tbl {
    font-size: 1.1rem
  }

  .tbl th,
  .tbl td {
    padding: 10px
  }
}

.tbl .cell01 {
  width: 45%
}

.tbl .cell02 {
  width: 25%
}

.tbl_new {
  width: 100%
}

@media all and (max-width: 1200px) {
  .tbl_new {
    width: 95%
  }
}

@media all and (max-width: 639px) {
  .tbl_new th {
    width: 36%
  }
}

.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px
}

.tbl_new tr th {
  font-weight: 700;
  width: 27%;
  color: #85e4df
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #f1efe8
}

.tbl-border {
  width: 100%
}

.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle
}

.tbl-border th {
  width: 28%;
  color: #3a200c;
  border-right: 2px solid #ffefc5
}

@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%
  }
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px
}

.company th,
.company td {
  padding: 15px 10px;
  vertical-align: middle
}

.company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #ffe38e;
  color: #333;
  font-weight: 600
}

.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 10px;
  border-left-color: #ffe38e;
  margin-top: -10px
}

.company td {
  background: #f9f9f9;
  padding-left: 20px
}

.tbl0 {
  width: 100%
}

.tbl0 th,
.tbl0 td {
  padding: 3px 5px;
  border: 0;
  border-bottom: 1px dashed #ddd
}

.tbl0 th {
  padding-left: 0;
  background: none;
  text-align: left;
  width: 35%;
  color: #111
}

.tbl0 th:after,
.tbl0 th:before {
  display: none
}

@media all and (max-width: 639px) {
  .tbl0 th {
    width: 60%
  }
}

.tbl-footer {
  width: 500px;
  margin: 0 auto 10px;
  border-collapse: separate;
  border-spacing: 5px
}

.tbl-footer th,
.tbl-footer td {
  background: #fff;
  padding: 10px;
  vertical-align: middle
}

.tbl-footer th {
  background: #00b085;
  width: 20%
}

.tbl-footer td {
  text-align: left
}

@media all and (max-width: 639px) {
  .tbl-footer {
    width: 100%;
    font-size: 1.1rem
  }

  .tbl-footer th {
    width: 28%
  }
}

.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  height: 400px;
  overflow: hidden
}

@media all and (max-width: 639px) {
  .ggmap {
    height: 250px
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.list_common li {
  padding-bottom: 5px;
  padding-left: 1rem;
  margin-bottom: 8px;
  border-bottom: 1px dotted #cccccc
}

.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}

.list_common li .check_num {
  width: 30px;
  height: 30px;
  background: #00b085;
  color: #fff;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px
}

.list_common.dot li:before {
  content: "・";
  color: #007d5e;
  margin-right: 5px
}

.list_check li {
  padding-bottom: 5px
}

.list_check li span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  padding: 10px;
  margin-top: 10px
}

.list_check li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  margin-right: 10px;
  color: #f25e2b
}

@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem
  }
}

.list_check2 {
  background: rgba(242, 94, 43, 0.05);
  padding: 15px
}

.list_check2.half2 {
  display: flex;
  flex-wrap: wrap
}

.list_check2.half2 li {
  width: 49%;
  margin-right: 2%
}

.list_check2.half2 li:nth-child(2n) {
  margin-right: 0%
}

.list_check2.half2 li:last-child {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ac340b
}

@media all and (max-width: 639px) {
  .list_check2.half2 li {
    width: 100%;
    margin-right: 0%
  }

  .list_check2.half2 li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px dashed #ac340b
  }
}

.list_check2 li {
  padding: 5px
}

.list_check2 li:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ac340b
}

.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: bold;
  margin-right: 5px;
  color: #f25e2b
}

.ol-list {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0
}

.ol-list li {
  line-height: 2;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 600
}

.ol-list li span {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6
}

.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  background: rgba(0, 176, 133, 0.3);
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  font-family: "YakuHanMP", Lato, "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2rem;
  color: #222;
  margin-right: 0.3em
}

@media all and (max-width: 639px) {
  .ol-list li {
    font-size: 1.3rem
  }

  .ol-list li span {
    font-size: 0.9em
  }

  .ol-list li:before {
    font-size: 1.8rem
  }
}

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto
}

.blog-wrap * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.blog-wrap>li {
  width: 19%;
  margin: 0 0.5% 1.5%;
  border: 1px solid #fff6da;
  position: relative
}

.blog-wrap>li:nth-child(even) .blog-date {
  background: #85e4df
}

@media all and (max-width: 1200px) {
  .blog-wrap>li {
    width: 32%
  }
}

.blog-wrap>li>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.blog-wrap>li>a:hover~.blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

@media all and (max-width: 639px) {
  .blog-wrap>li {
    width: 80%;
    margin: 0 auto 2%
  }
}

.blog-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #fff6da
}

.blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;"
}

.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.blog-date {
  color: #00b085;
  position: absolute;
  width: 65px;
  height: 65px;
  background: #00b085;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  left: 0px;
  top: 0px;
  font-size: 0.9em;
  margin-bottom: 5px;
  display: block
}

.blog-date .year {
  margin-top: 10px;
  display: block;
  font-size: 1.5rem
}

.blog-date .month {
  font-size: 1.2rem
}

.blog-date .day {
  font-size: 1.8rem;
  display: inline-block
}

.blog-date .day:before {
  content: "/";
  padding: 0 2px 0 0
}

@media all and (max-width: 639px) {
  .blog-date .year {
    font-size: 1.2rem
  }

  .blog-date .month {
    font-size: 1.1rem
  }

  .blog-date .day {
    font-size: 1.5rem
  }
}

.blog-date2 {
  color: #00644b;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px
}

.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  margin-right: 5px
}

.blog-detail {
  padding: 15px
}

.blog-title {
  font-weight: 600;
  color: #007d5e;
  font-size: 1.1em;
  line-height: 1.4;
  border-left: 4px solid #555;
  padding: 4px 4px 4px 10px;
  margin-bottom: 5px
}

.blog-txt {
  font-size: 14px;
  line-height: 1.5;
  color: #555
}

@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px
  }
}

.pages {
  text-align: center;
  margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
  display: inline;
  margin: 0 20px
}

.pages .page_next a,
.pages .page_prev a {
  color: #004a38;
  padding: 3px 5px;
  background: #fff
}

.category_nav {
  border: 1px solid #dddddd
}

.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff
}

.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: bold;
  margin-right: 5px
}

.category_nav li a:hover {
  background: #f1efe8
}

.category_nav li:last-child a {
  border-bottom: none
}

.cut {
  overflow: hidden;
  zoom: 1
}

.w300 {
  width: 300px
}

@media all and (max-width: 800px) {
  .w300 {
    width: 100%
  }
}

.w150 {
  width: 150px
}

@media all and (max-width: 800px) {
  .w150 {
    width: 100%
  }
}

.spbr {
  display: none
}

.br_tablet {
  display: none
}

@media all and (max-width: 800px) {
  .br_tablet {
    display: block
  }
}

.color1 {
  color: #007d5e
}

.color2 {
  color: #ffd45f
}

.color3 {
  color: #dc430e
}

.brown {
  color: #3a200c
}

.num a {
  color: #3a200c;
  font-weight: 600;
  font-size: 2.3rem;
  text-align: center
}

.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: bold;
  margin-right: 5px
}

.num a:hover {
  color: #f25e2b
}

.telbox {
  max-width: 700px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #eee
}

.telbox .inner {
  background: #fff;
  padding: 10px
}

.breadcrumb {
  max-width: 1200px;
  margin: 20px auto 20px;
  font-size: 1.2rem
}

.breadcrumb li {
  display: inline;
  color: #555
}

.breadcrumb li a {
  color: #00b085
}

.breadcrumb li+li:before {
  margin: 0 10px;
  content: ">"
}

.breadcrumb li .home {
  font-family: "Font Awesome 5 Free"
}

.form {
  margin: 0 auto;
  width: 90%
}

.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 600
}

.form dl dt span {
  color: #fff;
  background: #f25e2b;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px
}

.form dl dt strong {
  color: #fff;
  background: #777;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
  font-weight: normal
}

.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc
}

.form dl dd:last-child {
  border-bottom: none
}

.form .textarea,
.form textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none
}

.form .textarea {
  height: 30px
}

.form .textarea02 {
  width: 48.5%;
  margin-right: 3%
}

.form .textarea02:last-child {
  margin-right: 0
}

.form .textarea03 {
  width: 20%;
  margin-right: 1%
}

.form button {
  cursor: pointer;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 8px 5px;
  margin: 0 auto;
  width: 250px;
  background: #007d5e;
  border: 1px solid #00b085;
  border-radius: 25px;
  color: #fff
}

.form button:hover {
  background: #fff;
  color: #00b085
}

.form button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px
}

.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333
}

.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5
}

.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #00b085
}

.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block
}

.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 1px;
  top: 3px;
  content: "";
  z-index: 3
}

.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #00b085;
  z-index: 1
}

.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff
}

.form label.radio_text input[type="radio"]:checked {
  box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block
}

.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px
}

.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #00b085;
  border-bottom: 3px solid #00b085;
  transform: rotate(45deg);
  z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #eee
}

.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px
}

.select-content {
  display: flex;
  align-items: center
}

.select-content .select-txt {
  padding: 0 5px
}

@media all and (max-width: 639px) {
  .select-content {
    display: block
  }
}

.memo {
  border: 2px solid rgba(255, 246, 218, 0.5);
  background: url(../img/bg01.jpg);
  padding: 15px
}

.thanks {
  padding: 40px;
  border: 3px solid #00b085;
  box-shadow: 0 0 0 8px rgba(0, 176, 133, 0.2);
  max-width: 700px;
  margin: 0 auto;
  background: #fefefe
}

@media all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px
  }
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.policy {
  padding: 20px;
  background: #f1efe8;
  margin-top: 40px
}

.mtitle_small {
  position: relative;
  font-size: 2rem;
  color: #85e4df;
  margin-bottom: 30px
}

.mtitle_small:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #00b085;
  position: absolute;
  left: 0;
  bottom: -15px
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px
}

.mtitle_small2:before {
  content: "";
  background-color: #00b085;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0
}

.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap
}

.gallery li {
  width: calc((100% - 30px) / 4);
  margin: 0 10px 20px 0
}

.gallery li:nth-child(4n) {
  margin-right: 0
}

.gallery li a {
  background: rgba(255, 246, 218, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 220px
}

.gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.gallery li p {
  line-height: 1.4;
  margin-top: 5px;
  font-size: 1.3rem
}

@media all and (max-width: 800px) {
  .gallery li {
    width: 48%;
    margin: 0 1% 20px
  }

  .gallery li:nth-child(2n) {
    margin-right: 0
  }

  .gallery li:nth-child(3n) {
    margin: 0 1% 20px
  }

  .gallery li a {
    height: 120px
  }

  .gallery li p {
    font-size: 1.1rem
  }
}

.top-works-gallery li a {
  background: rgba(255, 246, 218, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 220px
}

.top-works-gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

@media all and (max-width: 639px) {
  .top-works-gallery li a {
    height: 140px
  }
}

.list2 {
  display: flex;
  flex-wrap: wrap
}

.list2>li,
.list2 .child {
  width: 48%;
  margin: 0 4% 20px 0
}

.list2>li.mb0,
.list2 .child.mb0 {
  margin: 0 4% 0 0
}

@media all and (max-width: 800px) {

  .list2>li.mt10,
  .list2 .child.mt10 {
    margin-top: 10px
  }
}

.list2>li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-right: 0
}

@media all and (max-width: 800px) {

  .list2>li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-right: auto
  }
}

@media all and (max-width: 800px) {

  .list2>li,
  .list2 .child {
    width: 100%;
    margin: 0 auto 15px
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap
}

.list3>li,
.list3 .child {
  width: 32%;
  margin: 0 2% 20px 0
}

.list3>li.mb0,
.list3 .child.mb0 {
  margin: 0 2% 10px 0
}

.list3>li:nth-child(3n),
.list3 .child:nth-child(3n) {
  margin-right: 0
}

@media all and (max-width: 800px) {

  .list3>li:nth-child(3n),
  .list3 .child:nth-child(3n) {
    margin-right: auto
  }
}

@media all and (max-width: 800px) {

  .list3>li,
  .list3 .child {
    width: 100%;
    margin: 0 auto 15px
  }

  .list3>li.sp1,
  .list3 .child.sp1 {
    width: 100%;
    margin: 0 auto
  }

  .list3>li.sp2,
  .list3 .child.sp2 {
    width: 48%;
    margin: 0 4% 0 0
  }

  .list3>li.sp3,
  .list3 .child.sp3 {
    width: 48%;
    margin: 0
  }
}

.list4 {
  display: flex;
  flex-wrap: wrap
}

.list4>li,
.list4 .child {
  width: 24.25%;
  margin: 0 1% 0% 0
}

.list4>li:nth-child(4n),
.list4 .child:nth-child(4n) {
  margin-right: 0
}

@media all and (max-width: 800px) {

  .list4>li:nth-child(4n),
  .list4 .child:nth-child(4n) {
    margin-right: auto
  }
}

@media all and (max-width: 800px) {

  .list4>li,
  .list4 .child {
    width: 49.5%;
    margin: 0 1% 1% 0
  }

  .list4>li:nth-child(2n),
  .list4 .child:nth-child(2n) {
    margin-right: 0
  }
}

.list4>li .check_num,
.list4 .child .check_num {
  width: 30px;
  height: 30px;
  background: #00b085;
  color: #fff;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px
}

.list4.twoc li {
  width: 24.25%;
  margin: 0 1% 1% 0
}

.list4.twoc li:nth-child(4n) {
  margin-right: 0
}

@media all and (max-width: 800px) {
  .list4.twoc li {
    width: 49.5%;
    margin: 0 1% 2% 0
  }

  .list4.twoc li:nth-child(2n) {
    margin-right: 0
  }

  .list4.twoc li.sp_wide {
    width: 100%;
    margin: 0 0 10px
  }

  .list4.twoc li.sp_wide.bm0 {
    margin: 0
  }
}

.list5 {
  display: flex;
  flex-wrap: wrap
}

.list5>li,
.list5 .child {
  width: 19%;
  margin: 0 1.25% 15px 0
}

@media screen and (min-width: 769px) {

  .list5>li:nth-child(5n),
  .list5 .child:nth-child(5n) {
    margin-right: 0
  }
}

@media all and (max-width: 800px) {

  .list5>li,
  .list5 .child {
    width: 32.5%;
    margin: 0 1.25 10px
  }

  .list5>li:nth-child(3n),
  .list5 .child:nth-child(3n) {
    margin-right: 0
  }
}

.prv dt {
  color: #00b085;
  border-bottom: 1px solid #ccc;
  margin: 10px 0
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto
}

.flex li {
  width: 32%;
  padding: 15px;
  position: relative
}

.flex li .border {
  position: absolute;
  background: none;
  transition: all 0.3s ease-in-out
}

.flex li .border:nth-of-type(1) {
  top: 0;
  left: 0;
  border-left: 1px solid #f25e2b;
  border-top: 1px solid #f25e2b;
  width: 50px;
  height: 30px
}

.flex li .border:nth-of-type(2) {
  bottom: 0;
  right: 0;
  border-right: 1px solid #f25e2b;
  border-bottom: 1px solid #f25e2b;
  width: 50px;
  height: 30px
}

.flex li:hover .border {
  width: 102%;
  height: 105%
}

.flex li:hover .linkbtn-more {
  background: #00b085;
  color: #fff;
  transition: all 0.55s ease
}

.flex li a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease
}

.flex li:hover .snip1445 img,
.flex li:hover .snip1445 .hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.4;
  opacity: 0.4
}

.flex li:hover .snip1445 figcaption:before,
.flex li:hover .snip1445 .hover figcaption:before,
.flex li:hover .snip1445 figcaption:after,
.flex li:hover .snip1445 .hover figcaption:after,
.flex li:hover .snip1445 figcaption div:before,
.flex li:hover .snip1445 .hover figcaption div:before,
.flex li:hover .snip1445 figcaption div:after,
.flex li:hover .snip1445 .hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.flex li:hover .snip1445 figcaption:before,
.flex li:hover .snip1445 .hover figcaption:before,
.flex li:hover .snip1445 figcaption:after,
.flex li:hover .snip1445 .hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s
}

.snip1445 {
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 100%;
  height: 200px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #111
}

.snip1445 * {
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease
}

.snip1445 *:before,
.snip1445 *:after {
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease
}

.snip1445 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  vertical-align: top
}

.snip1445 figcaption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 10px 10px
}

.snip1445 figcaption:before,
.snip1445 figcaption:after {
  height: 1px;
  width: 100%;
  position: absolute;
  content: "";
  background-color: #ffffff
}

.snip1445 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(200%);
  transform: translateX(200%)
}

.snip1445 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-250%);
  transform: translateX(-250%)
}

.snip1445 figcaption>div:before,
.snip1445 figcaption>div:after {
  width: 1px;
  height: 300px;
  position: absolute;
  content: "";
  background-color: #ffffff
}

.snip1445 figcaption>div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%)
}

.snip1445 figcaption>div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%)
}

.snip1445 h2,
.snip1445 h4 {
  margin: 0;
  width: 150px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #00b085
}

.snip1445 h2 {
  font-size: 1.8rem;
  letter-spacing: 1px
}

.snip1445 .click {
  display: block;
  font-weight: 600;
  width: 150px;
  margin-left: auto;
  background-color: #f25e2b;
  padding: 3px 10px;
  color: #111;
  text-shadow: #fff 0px 0px 0px
}

.snip1445 img {
  opacity: 0.9
}

.linkbtn-ttl {
  font-size: 1.8rem;
  color: #00b085;
  margin-bottom: 10px;
  float: left
}

@media all and (max-width: 639px) {
  .linkbtn-ttl {
    font-size: 1.6rem
  }
}

.linkbtn-more {
  float: right;
  color: #00b085;
  padding: 3px;
  border: 1px solid #00b085
}

@media all and (max-width: 639px) {
  .linkbtn-more {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
  }

  .flex li {
    width: 80%;
    margin-bottom: 30px
  }

  .snip1445 {
    min-width: 230px;
    max-width: 100%;
    height: 200px
  }

  .snip1445 img {
    opacity: 0.6;
    width: 100%
  }
}

@media screen and (max-width: 480px) {
  .flex li {
    width: 95%
  }
}

.linkbtn-txt {
  color: #111;
  line-height: 1.5;
  margin-top: 10px
}

#works:before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
  visibility: hidden
}

.topbnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0;
  max-width: 1300px
}

.topbnr li {
  width: 32%;
  margin: 0 1.5% 25px 0;
  background: #fff;
  box-shadow: 0 0 0 4px #00b085;
  overflow: hidden;
  position: relative
}

.topbnr li:nth-child(3n) {
  margin-right: 0
}

@media all and (max-width: 1200px) {
  .topbnr li:nth-child(3n) {
    margin-right: 1%
  }
}

@media all and (max-width: 639px) {
  .topbnr li:nth-child(3n) {
    margin-right: auto
  }
}

.topbnr li:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  border-right: 18px solid #00b085;
  border-top: 18px solid #00b085;
  z-index: 20
}

.topbnr li:hover {
  transition: all 0.3s ease-in
}

@media all and (max-width: 1200px) {
  .topbnr li {
    width: 48%;
    margin: 0 1% 3%
  }
}

@media all and (max-width: 639px) {
  .topbnr li {
    width: 95%;
    margin: 0 auto 25px
  }
}

.topbnr li:hover {
  box-shadow: 0 0 0 4px #009772
}

.topbnr li:hover img {
  opacity: 0.8
}

.topbnr li:hover:before {
  border-right: 18px solid #009772;
  border-top: 18px solid #009772
}

.top-bnr-wrap {
  position: relative
}

.top-bnr-wrap p {
  padding: 5px
}

.top-bnr-wrap .caption {
  padding: 10px
}

.top-bnr-wrap a {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 10
}

.top-bnr-wrap .top-bnr-title {
  position: relative;
  background: #00b085;
  display: block;
  color: #fff;
  letter-spacing: 0.2rem;
  text-align: center;
  font-size: 2.2rem;
  transition: all 0.2s ease;
  padding: 15px 0
}

.top-bnr-wrap .top-bnr-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px
}

@media all and (max-width: 639px) {
  .top-bnr-wrap .top-bnr-title {
    font-size: 1.5rem
  }
}

.top-bnr-wrap:hover a {
  cursor: pointer
}

.top-bnr-wrap:hover .top-bnr-title {
  background: #009772
}

.note {
  padding: 15px;
  border: 3px solid #ffd45f
}

.flow-dl,
.favor-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px 0
}

.flow-dl dt,
.favor-dl dt {
  background-image: linear-gradient(135deg, #ffc5cf 0%, #f25e2b 100%);
  line-height: 1.3;
  color: #fff;
  width: 60px;
  border-radius: 30px;
  text-align: center;
  margin-right: 20px;
  font-size: 1.4rem;
  padding: 5px 0
}

.flow-dl dt span,
.favor-dl dt span {
  font-size: 3rem;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  margin-top: -5px
}

@media all and (max-width: 639px) {

  .flow-dl dt,
  .favor-dl dt {
    width: 55px;
    font-size: 13px;
    padding-top: 8px
  }

  .flow-dl dt span,
  .favor-dl dt span {
    font-size: 2rem
  }
}

.flow-dl dd,
.favor-dl dd {
  width: calc(100% - 80px)
}

.flow-dl dt:not(:last-child),
.flow-dl dd:not(:last-child),
.favor-dl dt:not(:last-child),
.favor-dl dd:not(:last-child) {
  margin-bottom: 20px
}

.txt1 {
  padding-left: 10px
}

.fee-box {
  margin: 10px 0 20px;
  font-weight: 600;
  background: lemonchiffon;
  padding: 5px
}

.fee-box span {
  display: block;
  font-weight: normal
}

.blog-month {
  margin-bottom: 10px
}

.blog-month ul {
  display: flex;
  flex-wrap: wrap
}

.blog-month ul li {
  border: 1px solid #ccc;
  width: 45%;
  padding: 3px 0;
  margin-bottom: 5px;
  font-size: 0.9em;
  letter-spacing: 0;
  text-align: center;
  background: #fefefe;
  margin-bottom: 5px
}

.blog-month ul li:nth-child(even) {
  margin-left: 1%
}

.blog-month ul li a {
  color: #3a200c
}

@media all and (max-width: 639px) {
  .blog-month ul li {
    width: 44%
  }
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#entry {
  display: block;
  padding-top: 100px;
  margin-top: -100px
}

.price {
  font-weight: 600;
  color: #ffe553;
  font-size: 1.1em;
  padding-right: 5px
}

.list-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.list-center li {
  max-width: 250px
}

.list-center li:not(:last-child) {
  margin: 0 5px 5px
}

@media all and (max-width: 639px) {
  .list-center li {
    width: 220px
  }

  .list-center li:not(:last-child) {
    margin: 0 0 5px
  }
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px
}

.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  background: url(../img/bg-border.png) repeat-x left bottom
}

.faq-dl dt,
.faq-dl dd {
  position: relative;
  padding: 10px 10px 10px 55px
}

.faq-dl dt:before,
.faq-dl dd:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0;
  top: 0
}

.faq-dl dt {
  color: #85e4df;
  font-size: 1.05em
}

.faq-dl dt:before {
  content: "Q";
  color: #00b085;
  font-size: 2rem;
  background: rgba(0, 176, 133, 0.2)
}

.faq-dl dd {
  background: #fff6da
}

.faq-dl dd:before {
  content: "A";
  color: #fc6b3f;
  font-size: 2rem;
  background: rgba(255, 229, 83, 0.5)
}

.faq-dl dd:not(:last-of-type) {
  margin-bottom: 20px
}

.pgttl p {
  margin: 3px auto -10px;
  color: #333;
  font-size: 13.5px;
  letter-spacing: 1.5px;
  text-align: center;
  animation: fadeIn 6s ease 0s 1 normal;
  -webkit-animation: fadeIn 6s ease 0s 1 normal
}

@media screen and (max-width: 768px) {
  .pgttl {
    display: none
  }
}

.midd {
  font-size: 1.8rem
}

.midd span {
  font-size: 2rem
}

.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(0, -10px)
  }

  100% {
    -webkit-transform: translate(0, 0)
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0)
  }

  50% {
    -moz-transform: translate(0, -10px)
  }

  100% {
    -moz-transform: translate(0, 0)
  }
}

.news-fc2 {
  overflow: hidden
}

.news-fc2 dt {
  float: left;
  width: 8em;
  padding: 3px 5px;
  line-height: 1.3;
  color: #ffd45f;
  text-align: center
}

.news-fc2 dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: bold;
  margin-right: 5px
}

.news-fc2 dd {
  padding: 0 0 10px 9.2em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px
}

.news-fc2 dd a {
  color: #333
}

.news-fc2 dd:last-child {
  margin: 0;
  border-bottom: none
}

.ul-fc2.bbig li a {
  font-size: 110%
}

.ul-fc2 li {
  padding: 0 0 5px;
  line-height: 1.6;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 5px;
  color: #333
}

.ul-fc2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: bold;
  margin-right: 5px;
  color: #ffd45f
}

.mtitle_wk {
  font-weight: bold;
  padding: 5px;
  text-align: center;
  background: #555;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.8rem
}

.mini {
  font-size: 85%
}

en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600
}

.works .mbox {
  margin-bottom: 10px
}

.f-span {
  color: #fff;
  background: #f25e2b;
  padding: 0 5px 0;
  margin-right: 5px;
  border-radius: 2px;
  position: relative;
  top: -2px;
  font-size: 80%
}

.tbl_wk {
  width: 100%;
  border-top: 1px solid #bbb
}

.tbl_wk th,
.tbl_wk td {
  vertical-align: middle;
  font-weight: 300;
  letter-spacing: .16em;
  border-bottom: 1px solid #bbb;
  padding: 8px 15px;
  text-align: center
}

.tbl_wk th {
  font-weight: 600;
  background: #e8e8e8
}

.tbl_wk td {
  width: 35%
}

@media all and (max-width: 639px) {

  .tbl_wk th,
  .tbl_wk td {
    display: block;
    width: 100%;
    padding: 5px 8px
  }
}

.ol-list2 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 5px
}

.ol-list2 li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 35px;
  line-height: 1.5em
}

.ol-list2 li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #ffd45f;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ol-list2 li:after {
  content: '';
  display: block;
  position: absolute;
  left: 1px;
  height: 0;
  width: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid #ffd45f;
  top: 17%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.list_mizu {
  padding: 5px
}

.list_mizu li {
  background: rgba(255, 226, 146, 0.05);
  font-weight: bold;
  color: #555;
  float: left;
  width: 49%;
  margin-bottom: 10px;
  margin-right: 2%
}

.list_mizu li:nth-child(2n) {
  margin-right: 0
}

.list_mizu li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f043";
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffe292
}

@media all and (max-width: 639px) {
  .list_mizu {
    padding: 10px
  }

  .list_mizu li {
    width: 100%;
    margin-right: 0
  }
}

.list_bf {
  padding: 5px
}

.list_bf li {
  background: rgba(245, 130, 91, 0.05);
  font-weight: bold;
  color: #555;
  float: left;
  width: 49%;
  margin-bottom: 10px;
  margin-right: 2%
}

.list_bf li:nth-child(2n) {
  margin-right: 0
}

.list_bf li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f193";
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
  color: #f5825b
}

@media all and (max-width: 639px) {
  .list_bf {
    padding: 10px
  }

  .list_bf li {
    width: 100%;
    margin-right: 0
  }
}

.list_faq {
  padding: 5px
}

.list_faq li {
  background: rgba(245, 130, 91, 0.05);
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
  margin-right: 2%
}

.list_faq li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
  color: #f5825b
}

@media all and (max-width: 639px) {
  .list_faq {
    padding: 10px
  }

  .list_faq li {
    width: 100%;
    margin-right: 0
  }
}

.service-intro {
  position: relative;
  margin-bottom: 30px
}

.service-intro:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(248, 167, 139, 0.3);
  z-index: 1;
  opacity: 0.6
}

.service-intro:after {
  position: absolute;
  content: "";
  width: 450px;
  height: 360px;
  left: 10px;
  bottom: 1%;
  background: url(../img/intro-tree2.png) no-repeat center bottom/contain;
  z-index: 2;
  opacity: 0.4
}

@media all and (max-width: 639px) {
  .service-intro {
    padding-bottom: 80px
  }

  .service-intro:before {
    bottom: auto;
    width: 100%
  }

  .service-intro:after {
    height: 250px;
    width: 200px
  }
}

.service-intro_title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  text-align: left;
  font-family: Kosugi Maru, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Serif JP", serif;
  color: #dc430e;
  font-size: 7rem;
  line-height: 1.3;
  left: 2%;
  top: 100px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 3;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff
}

.service-intro_title span {
  font-size: 6.5rem;
  color: #555
}

.service-intro_title:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -130px;
  width: 250px;
  height: 100px;
  z-index: 2;
  background: url(../img/faq.png) no-repeat center/contain;
  margin-left: -125px
}

@media all and (max-width: 639px) {
  .service-intro_title {
    writing-mode: initial;
    font-size: 3rem;
    padding-left: 110px;
    top: -30px;
    left: 0
  }

  .service-intro_title span {
    font-size: 2.8rem
  }

  .service-intro_title:before {
    left: 0;
    top: 50%;
    width: 100px;
    height: 70px;
    margin: 0;
    transform: translateY(-50%)
  }
}

.service-intro_eng {
  position: absolute;
  font-size: 7.5rem;
  white-space: nowrap;
  bottom: -110px;
  font-family: "Caveat", cursive;
  font-weight: normal;
  right: 0%;
  transform: rotate(-5deg);
  color: rgba(242, 94, 43, 0.5)
}

@media all and (max-width: 800px) {
  .service-intro_eng {
    font-size: 5rem;
    bottom: -90px
  }
}

@media all and (max-width: 639px) {
  .service-intro_eng {
    right: auto;
    left: 50%;
    font-size: 3rem;
    bottom: -70px;
    transform: translateX(-50%);
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0
  }
}

.service-box {
  width: 1000px;
  max-width: 75%;
  background: #fefefe;
  padding: 35px;
  position: relative;
  z-index: 5;
  margin: 40px 2% 0 auto;
  border-radius: 20px;
  position: relative
}

@media all and (max-width: 800px) {
  .service-box {
    max-width: 70%;
    padding: 15px;
    font-size: 1.1rem
  }
}

@media all and (max-width: 639px) {
  .service-box {
    max-width: 95%;
    margin: 80px auto 0
  }
}

.service-lead {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 2.2rem;
  color: #007d5e
}

.service-lead span {
  color: #dc430e;
  display: inline-block;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold
}

.service-lead span:before,
.service-lead span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 13px;
  background-color: #252729
}

.service-lead span:before {
  left: -11px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg)
}

.service-lead span:after {
  right: -11px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg)
}

@media all and (max-width: 639px) {
  .service-lead {
    font-size: 1.5rem
  }
}

.shuri {
  width: 180px
}

@media all and (max-width: 639px) {
  .shuri {
    width: 95%
  }
}

.mtxt {
  color: #3a200c;
  font-size: 110%
}

.mtxt span {
  font-family: Kosugi Maru, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Serif JP", serif
}

@media all and (max-width: 639px) {
  .tcenter_sp {
    text-align: center
  }
}

.tcenter_pc {
  text-align: center
}

@media all and (max-width: 639px) {
  .tcenter_pc {
    text-align: left
  }
}

.ans {
  color: #ffd45f;
  font-weight: bold;
  margin-right: 5px
}

.bbd {
  margin-bottom: 10px
}

.black2 {
  color: #555
}

.k-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.k-flex * {
  box-sizing: border-box
}

.k-flex img {
  vertical-align: middle;
  max-width: 100%
}

.k-flex.jc-left {
  justify-content: left
}

.k-flex.jc-center {
  justify-content: center
}

.k-flex.jc-right {
  justify-content: right
}

.k-flex.col-1>.k-fitem {
  width: 100%
}

.k-flex.col-2>.k-fitem {
  width: 50%
}

.k-flex.col-3>.k-fitem {
  width: 33.3333333%
}

.k-flex.col-4>.k-fitem {
  width: 25%
}

.k-flex.col-5>.k-fitem {
  width: 20%
}

.k-flex>.k-fitem.k-w5 {
  width: 5%
}

.k-flex>.k-fitem.k-w10 {
  width: 10%
}

.k-flex>.k-fitem.k-w15 {
  width: 15%
}

.k-flex>.k-fitem.k-w20 {
  width: 20%
}

.k-flex>.k-fitem.k-w25 {
  width: 25%
}

.k-flex>.k-fitem.k-w30 {
  width: 30%
}

.k-flex>.k-fitem.k-w33 {
  width: 33.3333333%
}

.k-flex>.k-fitem.k-w35 {
  width: 35%
}

.k-flex>.k-fitem.k-w40 {
  width: 40%
}

.k-flex>.k-fitem.k-w45 {
  width: 45%
}

.k-flex>.k-fitem.k-w50 {
  width: 50%
}

.k-flex>.k-fitem.k-w55 {
  width: 55%
}

.k-flex>.k-fitem.k-w60 {
  width: 60%
}

.k-flex>.k-fitem.k-w65 {
  width: 65%
}

.k-flex>.k-fitem.k-w70 {
  width: 70%
}

.k-flex>.k-fitem.k-w75 {
  width: 75%
}

.k-flex>.k-fitem.k-w80 {
  width: 80%
}

.k-flex>.k-fitem.k-w85 {
  width: 85%
}

.k-flex>.k-fitem.k-w90 {
  width: 90%
}

.k-flex>.k-fitem.k-w95 {
  width: 95%
}

.k-flex>.k-fitem.k-w100 {
  width: 100%
}

.k-flex>.k-fitem.order1 {
  order: 1
}

.k-flex>.k-fitem.order2 {
  order: 2
}

.k-flex>.k-fitem.order3 {
  order: 3
}

.k-flex>.k-fitem.order4 {
  order: 4
}

@media screen and (max-width: 700px) {
  .k-flex>.k-fitem {
    width: 100% !important
  }

  .k-flex>.k-fitem.order1,
  .k-flex>.k-fitem.order2,
  .k-flex>.k-fitem.order3,
  .k-flex>.k-fitem.order4 {
    order: 0 !important
  }

  .k-flex.col-4>.k-fitem {
    width: 50% !important
  }

  .k-flex.fix.col-1>.k-fitem {
    width: 100% !important
  }

  .k-flex.fix.col-2>.k-fitem {
    width: 50% !important
  }

  .k-flex.fix.col-3>.k-fitem {
    width: 33.3333333% !important
  }

  .k-flex.fix.col-4>.k-fitem {
    width: 25% !important
  }

  .k-flex.fix.col-5>.k-fitem {
    width: 20% !important
  }

  .k-flex.fix>.k-fitem.k-w5 {
    width: 5% !important
  }

  .k-flex.fix>.k-fitem.k-w10 {
    width: 10% !important
  }

  .k-flex.fix>.k-fitem.k-w15 {
    width: 15% !important
  }

  .k-flex.fix>.k-fitem.k-w20 {
    width: 20% !important
  }

  .k-flex.fix>.k-fitem.k-w25 {
    width: 25% !important
  }

  .k-flex.fix>.k-fitem.k-w30 {
    width: 30% !important
  }

  .k-flex.fix>.k-fitem.k-w33 {
    width: 33.3333333% !important
  }

  .k-flex.fix>.k-fitem.k-w35 {
    width: 35% !important
  }

  .k-flex.fix>.k-fitem.k-w40 {
    width: 40% !important
  }

  .k-flex.fix>.k-fitem.k-w45 {
    width: 45% !important
  }

  .k-flex.fix>.k-fitem.k-w50 {
    width: 50% !important
  }

  .k-flex.fix>.k-fitem.k-w55 {
    width: 55% !important
  }

  .k-flex.fix>.k-fitem.k-w60 {
    width: 60% !important
  }

  .k-flex.fix>.k-fitem.k-w65 {
    width: 65% !important
  }

  .k-flex.fix>.k-fitem.k-w70 {
    width: 70% !important
  }

  .k-flex.fix>.k-fitem.k-w75 {
    width: 75% !important
  }

  .k-flex.fix>.k-fitem.k-w80 {
    width: 80% !important
  }

  .k-flex.fix>.k-fitem.k-w85 {
    width: 85% !important
  }

  .k-flex.fix>.k-fitem.k-w90 {
    width: 90% !important
  }

  .k-flex.fix>.k-fitem.k-w95 {
    width: 95% !important
  }

  .k-flex.fix>.k-fitem.k-w100 {
    width: 100% !important
  }

  .k-flex.fix>.k-fitem.order1 {
    order: 1 !important
  }

  .k-flex.fix>.k-fitem.order2 {
    order: 2 !important
  }

  .k-flex.fix>.k-fitem.order3 {
    order: 3 !important
  }

  .k-flex.fix>.k-fitem.order4 {
    order: 4 !important
  }
}

.k-beforeAfter1 {
  position: relative
}

.k-beforeAfter1 * {
  box-sizing: border-box
}

.k-beforeAfter1 .before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  z-index: 2
}

.k-beforeAfter1 .after {
  padding: 10px 10px 30px 30px
}

.k-beforeAfter1 .before .inner img {
  height: 100px
}

.k-beforeAfter1 .inner {
  position: relative;
  background-color: #fff
}

.k-beforeAfter1 .inner img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: solid 5px #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8)
}

.k-beforeAfter1 .inner p {
  position: absolute;
  font-weight: 600;
  top: 10px;
  right: 10px;
  letter-spacing: 0.5px;
  background: rgba(0, 176, 133, 0.8);
  border-radius: 5px;
  padding: 1px 8px 0px;
  text-align: right;
  z-index: 3;
  color: #fff;
  font-family: "Josefin Sans", sans-serif
}

.k-beforeAfter1 .inner a {
  transition: all .3s ease
}

.k-beforeAfter1 .inner a:hover {
  opacity: 0.6
}

@media screen and (max-width: 768px) {
  .k-beforeAfter1 .before {
    width: 50%
  }
}

.k-sns1 {
  width: 100%;
  _display: inline-block
}

.k-sns1 * {
  box-sizing: border-box
}

.k-sns1:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden
}

.k-sns1 .inner-left,
.k-sns1 .inner-right {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px
}

.k-sns1 .inner-left .k-snsimg,
.k-sns1 .inner-right .k-snsimg {
  width: 15%
}

.k-sns1 .inner-left .k-snsimg>img,
.k-sns1 .inner-right .k-snsimg>img {
  width: 100%;
  border-radius: 100%;
  border: solid thin #999
}

.k-sns1 .inner-left .k-snsimg>figcaption,
.k-sns1 .inner-right .k-snsimg>figcaption {
  text-align: center;
  font-size: 0.8em
}

.k-sns1 .inner-left .k-snsbody,
.k-sns1 .inner-right .k-snsbody {
  position: relative;
  width: 80%;
  padding: 20px;
  border-radius: 20px
}

.k-sns1 .inner-left .k-snsbody:before,
.k-sns1 .inner-left .k-snsbody:after,
.k-sns1 .inner-right .k-snsbody:before,
.k-sns1 .inner-right .k-snsbody:after {
  position: absolute;
  content: ''
}

.k-sns1 .inner-left {
  float: left
}

.k-sns1 .inner-left .k-snsbody {
  margin-left: 5%;
  background: #eee
}

.k-sns1 .inner-left .k-snsbody::before {
  border: 10px solid transparent;
  border-right: solid 10px #eee;
  top: 22px;
  left: -20px
}

.k-sns1 .inner-left .k-snsstamp {
  position: relative;
  width: 20%;
  margin-top: 15px;
  margin-left: 20%
}

.k-sns1 .inner-left .k-snsstamp .stamp-inner {
  overflow: hidden;
  border: solid thin #999;
  border-radius: 20px
}

.k-sns1 .inner-left .k-snsstamp .stamp-inner img {
  width: 100%
}

.k-sns1 .inner-left .k-snsstamp::after {
  width: 4em;
  position: absolute;
  bottom: 0;
  left: calc(100% + 0.8em);
  content: "原文画像";
  font-size: 0.8em
}

.k-sns1 .inner-right {
  float: right
}

.k-sns1 .inner-right .k-snsimg {
  order: 2
}

.k-sns1 .inner-right .k-snsbody {
  margin-right: 5%;
  order: 1;
  background: #9cd6e7
}

.k-sns1 .inner-right .k-snsbody::after {
  border: 10px solid transparent;
  border-left: solid 10px #9cd6e7;
  top: 22px;
  right: -20px
}

@media screen and (max-width: 768px) {
  .k-sns1 {
    font-size: 0.9rem
  }

  .k-sns1 .inner-left,
  .k-sns1 .inner-right {
    width: 100%;
    padding: 5px
  }

  .k-sns1 .inner-left .k-snsstamp,
  .k-sns1 .inner-right .k-snsstamp {
    width: 30%
  }

  .k-sns1 .inner-left .k-snsbody,
  .k-sns1 .inner-right .k-snsbody {
    padding: 15px
  }
}

.pola img {
  width: 100%;
  border: solid 5px #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8)
}

.pola p {
  text-align: center;
  margin: 5px 0 10px
}

a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px
}

@media screen and (max-width: 768px) {
  a.anchor {
    padding-top: 57px;
    margin-top: -57px
  }
}

.mtitle_box0 {
  background: #ffd45f;
  box-sizing: border-box;
  color: #333;
  font-size: 1.8rem;
  position: relative;
  padding: 5px 10px;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.mtitle_box0.colb {
  background: #009772;
  color: #fff
}

.mtitle_box0 span {
  font-weight: normal;
  font-size: 14px
}

.mtitle_box0:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f30a';
  display: block;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff
}

@media all and (max-width: 800px) {
  .mtitle_box0 {
    font-size: 15px;
    line-height: 1.5
  }
}

.contact_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative
}

.contact_btn_tel {
  margin-right: 5px
}

.contact_btn_tel a {
  display: block;
  padding: 8px 15px;
  border-radius: 40px;
  line-height: 1.4;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #00b085;
  letter-spacing: 0.1rem
}

.contact_btn_tel a span {
  padding-right: 5px
}

.contact_btn_tel a:hover {
  transition: background-color 0.2s ease-in;
  background: #007357
}

.contact_btn_tel.col2 a {
  background: #ffc62c
}

.contact_btn_tel.col2 a:hover {
  background: rgba(0, 176, 133, 0.6)
}

.contact_btn_fax {
  margin-right: 5px;
  display: block;
  padding: 6px 15px;
  border-radius: 40px;
  line-height: 1.4;
  text-align: center;
  color: #555 !important;
  border: 2px solid #ffc62c;
  max-width: 350px;
  font-weight: 600;
  background: #f9f9f9
}

.contact_btn_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: bold;
  margin-right: 5px
}

@media all and (max-width: 639px) {
  .contact_btn_tel {
    margin-right: 0;
    margin-bottom: 10px;
    min-width: 200px;
    width: 100%
  }

  .contact_btn_tel a {
    padding: 6px 15px;
    font-size: 1.4rem
  }

  .contact_btn_fax {
    font-size: 1.4rem;
    margin-right: 0;
    padding: 4px 15px;
    line-height: 1.4;
    text-align: center;
    color: #555 !important;
    border: 2px solid #ffc62c;
    min-width: 200px;
    width: 100%
  }
}

.photo {
  width: 100%
}

.photo ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.photo li {
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 1%
}

@media screen and (min-width: 769px) {
  .photo li:nth-child(2n) {
    margin-right: 0
  }
}

.photo li a {
  background: rgba(255, 246, 218, 0.5);
  display: block;
  text-align: center;
  vertical-align: middle
}

.photo li a img {
  object-fit: cover;
  height: 200px;
  width: 100%
}

.photo li a:hover {
  background: rgba(255, 246, 218, 0.7);
  color: #888
}

.photo li a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease
}

.photo li p {
  text-align: center
}

.photo li p.cp1 {
  font-weight: bold !important;
  font-size: 1.6rem !important;
  line-height: 1.7 !important
}

.photo li p.cp2 {
  color: #333 !important;
  font-size: 1.15rem !important;
  line-height: 1.2 !important
}

.photo.p_none li p {
  display: none
}

@media all and (max-width: 800px) {
  .photo {
    margin: 5px auto 10px
  }

  .photo li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px
  }

  .photo li:last-child {
    margin-right: 0
  }

  .photo li a img {
    height: 120px
  }

  .photo.sp_falf li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%
  }

  .photo.sp_falf li:nth-child(2n) {
    margin-right: 0
  }

  .photo.sp_falf li a img {
    height: 140px
  }
}

.bg-wk {
  background: #f4f4f4;
  padding: 5px
}

.bg-wk2 {
  background: #fdfdfd;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px
}

.mttl_bar {
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  border-bottom: 2px solid #aaa;
  margin: 0 0px 16px;
  padding-bottom: 0px;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: #333
}

.mttl_bar:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-right: 8px;
  color: #aaa
}

.mttl_bar:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #00a67d
}

.mttl_bar span {
  margin-left: 5px;
  margin-bottom: .2em;
  color: #555;
  font-size: .6em;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase
}

.mttl_balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em auto 0;
  padding: 5px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  background: #f25e2b;
  border-radius: 50px;
  letter-spacing: 3px;
  z-index: 100;
  font-family: "Caveat", cursive;
  text-align: center
}

.mttl_balloon.colb {
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem
}

.mttl_balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f25e2b
}

@media screen and (max-width: 768px) {
  .mttl_balloon {
    margin: 1.5em auto 0.2em;
    padding: 5px 15px;
    font-size: 1.8rem
  }

  .mttl_balloon.colb {
    font-size: 1.4rem
  }
}

/*# sourceMappingURL=basis.css.map */