@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;600&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600&display=swap");
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #2a2a2a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body:before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/greet.jpg) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

body.under:before {
  display: none;
}

#contents {
  overflow: hidden;
}

a {
  color: #f79f54;
  text-decoration: none;
}

img {
  max-width: 100%;
}

#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 639px) {
  #loader .load_logo img {
    width: 200px;
  }
}

header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

header #header {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

@media all and (max-width: 1200px) {
  header #header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 1080px) {
  header #header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
  }
}

header #header #logo {
  width: 320px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media all and (max-width: 1080px) {
  header #header #logo {
    width: 160px;
  }
}

@media all and (max-width: 639px) {
  header #header #logo {
    width: 110px;
  }
}

header #header #logo a {
  display: block;
}

header #header .head_contact {
  text-align: center;
  margin-bottom: 0.125rem;
}

@media all and (max-width: 1080px) {
  header #header .head_contact {
    display: none;
  }
}

header #header .head_contact .head_contact_txt {
  margin-bottom: 0.5rem;
}

header #header .head_contact .head_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header #header .head_contact .head_link li {
  margin: 0 0.5rem;
}

header #header .head_contact .head_link .head_tel a {
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 1.5rem;
}

header #header .head_contact .head_link .head_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f87b";
  font-weight: 900;
  margin-right: 5px;
}

header #header .head_contact .head_link .head_mail a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #9b7250;
  color: #9b7250;
}

header #header .head_contact .head_link .head_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}

header #header .head_contact .head_link .head_web {
  width: 40px;
  height: 40px;
}

header #header .head_contact .head_link .head_web a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #9b7250;
  color: #fff;
  text-align: center;
}

header #header .head_contact .head_link .head_web a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f16d";
  font-weight: 900;
  margin-right: 5px;
}

header #header .head_contact .head_link .head_web.type2 a {
  background: #96d2c6;
}

header #header .head_contact .head_link .head_access {
  width: 180px;
}

header #header .head_contact .head_link .head_access a {
  display: block;
  padding: 0.5rem 1rem;
  background: #2a2a2a;
  color: #fff;
  text-align: center;
}

header #header .head_contact .head_link .head_access a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

header #header .head_contact .head_link .head_insta a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #f79f54;
  border-radius: 50%;
}

header #header .head_contact .head_link .head_insta.v2 a {
  background: #96d2c6;
}

header #header .head_contact .head_link .head_log a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #128fd9;
  border-radius: 50%;
}

header.upMove {
  position: fixed;
  width: 100%;
  -webkit-animation: upAnime 0.8s forwards;
          animation: upAnime 0.8s forwards;
}

header.downMove {
  position: fixed;
  width: 100%;
  -webkit-animation: downAnime 0.8s forwards;
          animation: downAnime 0.8s forwards;
}

@-webkit-keyframes upAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes upAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@-webkit-keyframes downAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes downAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes navAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes navAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#nav_menu {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  position: relative;
  z-index: 20;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media all and (max-width: 1080px) {
  #nav_menu {
    padding: 0;
  }
}

#nav_menu nav {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

@media all and (max-width: 1080px) {
  #nav_menu nav {
    width: 100%;
    height: 100vh;
    padding: 6rem 2rem 2rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: rgba(255, 255, 255, 0.95);
    z-index: 98;
    will-change: transform;
    overflow-y: scroll;
  }
}

#nav_menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_menu nav ul.mega {
  position: relative;
  z-index: 10;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul {
    display: block;
  }
}

#nav_menu nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li {
    border-bottom: 1px solid #33e6fb;
  }
}

#nav_menu nav ul li a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #9b7250;
  }
}

#nav_menu nav ul li a span {
  display: block;
  text-align: center;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li a span {
    color: #f79f54;
  }
}

#nav_menu nav ul li.dropdown {
  position: relative;
  z-index: 1;
}

#nav_menu nav ul li.dropdown ul {
  display: block;
  width: 130%;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  background: #128fd9;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li.dropdown ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}

#nav_menu nav ul li.dropdown ul:before {
  content: "";
  display: block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #128fd9;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li.dropdown ul:before {
    display: none;
    -webkit-transform: none;
            transform: none;
  }
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li.dropdown ul li {
    border-bottom: 0;
  }
}

#nav_menu nav ul li.dropdown ul li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 1rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#nav_menu nav ul li.dropdown ul li a:hover {
  background: #30a7ee;
}

#nav_menu nav ul li.dropdown ul li:last-of-type a {
  border-bottom: 0;
}

#nav_menu nav ul li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
}

#nav_menu nav ul li.dropdown .drop_arw {
  display: none;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li.dropdown .drop_arw {
    display: block;
    position: absolute;
    top: 30px;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#nav_menu nav ul li.dropdown .drop_arw:before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: 900;
}

#nav_menu nav ul li.dropdown.open .drop_arw {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li.mega_menu {
    position: relative;
  }
}

#nav_menu nav ul li.mega_menu:hover > a {
  background: #9b7250;
  color: #fff;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li.mega_menu:hover > a {
    background: transparent;
    color: #9b7250;
  }
}

#nav_menu nav ul li.mega_menu:hover > a span {
  color: #fff;
}

#nav_menu nav ul li.mega_menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #9b7250;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  z-index: 1;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li.mega_menu ul {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }
}

#nav_menu nav ul li.mega_menu ul li {
  width: calc(100%/4);
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li.mega_menu ul li {
    width: auto;
  }
}

#nav_menu nav ul li.mega_menu ul li a {
  color: #fff;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li.mega_menu ul li a figure {
    display: none;
  }
}

#nav_menu nav ul li.mega_menu ul.last {
  left: inherit;
  right: 0;
}

#nav_menu nav ul li.mega_menu:hover ul {
  opacity: 1;
  visibility: visible;
}

#nav_menu nav ul li.mega_menu .drop_arw {
  display: none;
}

@media all and (max-width: 1080px) {
  #nav_menu nav ul li.mega_menu .drop_arw {
    display: block;
    position: absolute;
    top: 24px;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#nav_menu nav ul li.mega_menu .drop_arw:before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: 900;
}

#nav_menu nav ul li.mega_menu.open .drop_arw {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

#nav_menu #nav_toggle {
  display: none;
  width: 2rem;
  height: 1.5rem;
  padding: 0.5rem;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 99;
}

#nav_menu #nav_toggle span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

#nav_menu #nav_toggle span:nth-of-type(1) {
  top: 0;
  left: 0;
}

#nav_menu #nav_toggle span:nth-of-type(2) {
  top: 50%;
  left: 0;
}

#nav_menu #nav_toggle span:nth-of-type(3) {
  top: 100%;
  left: 0;
}

#nav_menu #nav_toggle:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  position: absolute;
  top: -0.75rem;
  left: -0.5rem;
}

@media all and (max-width: 1080px) {
  #nav_menu #nav_toggle {
    display: block;
  }
}

#nav_menu.open nav {
  opacity: 1;
  visibility: visible;
  -webkit-animation: navAnim .7s;
          animation: navAnim .7s;
}

#nav_menu.open #nav_toggle span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

#nav_menu.open #nav_toggle span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}

#nav_menu.open #nav_toggle span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

#nav_menu .nav_contact {
  display: none;
}

@media all and (max-width: 1080px) {
  #nav_menu .nav_contact {
    display: block;
  }
}

#nav_menu .nav_contact ul li {
  text-align: center;
  border-bottom: 0;
}

#nav_menu .nav_contact ul li.nav_tel {
  margin: 1rem 0;
}

#nav_menu .nav_contact ul li.nav_tel a {
  display: block;
  padding: 1rem;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  color: #fff;
  border-radius: 10px;
  font-size: 1rem;
}

#nav_menu .nav_contact ul li.nav_mail a {
  display: block;
  padding: 1rem;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  color: #fff;
  border-radius: 10px;
  font-size: 1rem;
}

#nav_menu .nav_contact ul li.nav_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}

.fixed #nav_menu nav ul li a {
  color: #2a2a2a;
}

.breadcrumbs_wrap {
  width: 100%;
  background: #fff;
}

.breadcrumbs {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media all and (max-width: 639px) {
  .breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.breadcrumbs li {
  margin: 1rem 0.5rem;
}

.breadcrumbs li:last-of-type:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  margin-right: 0.5rem;
  font-size: 12px;
  color: #33e6fb;
}

.breadcrumbs li a {
  color: #33e6fb;
}

.breadcrumbs li:last-of-type a {
  color: #2a2a2a;
  pointer-events: none;
}

footer {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(50%, transparent)), url(../img/contact_bg.jpg) no-repeat center/cover;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 50%, transparent 50%), url(../img/contact_bg.jpg) no-repeat center/cover;
  position: relative;
}

@media all and (max-width: 639px) {
  footer {
    padding-bottom: 64px;
  }
}

@media all and (max-width: 639px) {
  footer {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/contact_bg.jpg) no-repeat center/cover;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/contact_bg.jpg) no-repeat center/cover;
  }
}

footer #footer {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0 80px;
  position: relative;
}

@media all and (max-width: 1200px) {
  footer #footer {
    padding: 100px 1rem 80px;
  }
}

@media all and (max-width: 639px) {
  footer #footer {
    padding: 50px 1rem 0;
  }
}

footer #footer .flogo {
  width: 240px;
  margin: auto;
  margin-bottom: 20px;
}

footer #footer .flogo a {
  color: #9b7250;
}

footer #footer .flogo a span {
  display: block;
  font-size: 1rem;
}

footer #footer .foot_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}

@media all and (max-width: 639px) {
  footer #footer .foot_left {
    padding: 40px 10px;
  }
}

footer .foot_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

footer .foot_link li {
  margin: 0 0.5rem;
}

footer .foot_link .foot_tel a {
  font-size: 1.5rem;
  color: #fff;
}

footer .foot_link .foot_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f87b";
  font-weight: 900;
  margin-right: 5px;
}

footer .foot_link .foot_mail a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #9b7250;
  border-radius: 50%;
}

footer .foot_link .foot_web {
  width: 40px;
  height: 40px;
}

footer .foot_link .foot_web a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #9b7250;
  color: #fff;
  text-align: center;
}

footer .foot_link .foot_web a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f16d";
  font-weight: 900;
  margin-right: 5px;
}

footer .foot_link .foot_web.type2 a {
  background: #96d2c6;
}

footer .foot_link .foot_access {
  width: 180px;
}

footer .foot_link .foot_access a {
  display: block;
  padding: 0.5rem 1rem;
  background: #2a2a2a;
  color: #fff;
  text-align: center;
}

footer .foot_link .foot_access a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

footer .foot_link .foot_insta a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #f79f54;
  border-radius: 50%;
}

footer .foot_link .foot_insta.v2 a {
  background: #96d2c6;
}

footer .foot_link .foot_log a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #128fd9;
  border-radius: 50%;
}

footer .copyright {
  text-align: center;
  padding: 1rem;
  background: #33e6fb;
  color: #fff;
}

footer .copyright a {
  color: #fff;
}

footer .f_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding-top: 4rem;
}

@media all and (max-width: 1080px) {
  footer .f_navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 639px) {
  footer .f_navi {
    display: none;
  }
}

footer .f_navi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0.5rem;
}

footer .f_navi li:before {
  content: '';
  display: block;
  width: 4px;
  height: 1rem;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  margin-right: 5px;
}

footer .f_navi li a {
  display: inline-block;
  color: #2a2a2a;
}

.sch_tbl {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}

.sch_tbl thead {
  border-bottom: 1px solid #2a2a2a;
}

.sch_tbl thead th {
  padding: 0.5rem 0;
}

.sch_tbl thead th:first-child {
  width: 40%;
}

.sch_tbl tbody th, .sch_tbl tbody td {
  padding: 0.5rem 0 0.25rem;
}

.sch_tbl tbody th {
  width: 40%;
}

.company_tbl {
  width: 100%;
  table-layout: fixed;
}

.company_tbl th, .company_tbl td {
  padding: 1rem;
  border-bottom: 1px solid #9b7250;
}

.company_tbl th {
  width: 30%;
  border-bottom: 1px solid #f79f54;
  text-align: left;
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

@media all and (max-width: 639px) {
  .company {
    font-size: 12px;
  }
}

.company th,
.company td {
  padding: 15px 10px;
  vertical-align: middle;
}

.company th {
  width: 25%;
  position: relative;
  background: #9b7250;
  color: #fff;
  font-weight: bold;
}

@media all and (max-width: 639px) {
  .company th {
    width: 31%;
  }
}

.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: #9b7250;
  margin-top: -10px;
}

.company td {
  background: #f9f9f9;
  padding-left: 20px;
}

.rec_tbl {
  width: 100%;
  table-layout: fixed;
}

.rec_tbl th, .rec_tbl td {
  padding: 0.5rem;
  border: 1px solid #ddd;
}

@media all and (max-width: 639px) {
  .rec_tbl th, .rec_tbl td {
    width: 100%;
    display: block;
    font-size: 13px;
  }
}

.rec_tbl th {
  width: 30%;
  text-align: left;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  color: #fff;
}

@media all and (max-width: 639px) {
  .rec_tbl th {
    width: 100%;
    text-align: center;
  }
}

@media all and (max-width: 639px) {
  .rec_tbl td {
    margin-bottom: 0.5rem;
  }
}

.ifno_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}

.ifno_contact li {
  width: 300px;
}

@media all and (max-width: 639px) {
  .ifno_contact li {
    width: 100%;
    text-align: center;
  }
}

.ifno_contact .ifno_tel a {
  font-size: 1.5rem;
}

.ifno_contact .ifno_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f87b";
  font-weight: 900;
  margin-right: 5px;
}

@media all and (max-width: 639px) {
  .ifno_contact .ifno_tel {
    margin-bottom: 1rem;
  }
}

.ifno_contact .ifno_web {
  width: 180px;
}

.ifno_contact .ifno_web a {
  display: block;
  padding: 0.5rem 1rem;
  background: #9b7250;
  color: #fff;
  text-align: center;
}

.ifno_contact .ifno_web a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
  margin-right: 5px;
}

.ifno_contact .ifno_mail a {
  display: block;
  padding: 0.5rem 1rem;
  background: #128fd9;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 639px) {
  .ifno_contact .ifno_mail a {
    width: 300px;
  }
}

.ifno_contact .ifno_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}

.ifno_address {
  margin-bottom: 1rem;
}

.ifno_address span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

.ifno_access span {
  font-size: 1.25rem;
}

@media all and (max-width: 639px) {
  .ifno_access span {
    font-size: 1rem;
  }
}

.ifno_access span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f238";
  font-weight: 900;
  margin-right: 5px;
}

.gmap {
  width: 100%;
  position: relative;
  padding-top: calc(2/3*100%);
}

.gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gmap2 {
  width: 100%;
  position: relative;
  padding-top: calc(1/2*100%);
}

.gmap2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#mainvisual {
  width: 100%;
  margin: auto;
  position: relative;
}

#mainvisual #main_catch {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 1.25rem;
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
  text-align: center;
}

@media all and (max-width: 1080px) {
  #mainvisual #main_catch {
    width: 90%;
    font-size: 1rem;
  }
}

#mainvisual #main_catch .main_text {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 639px) {
  #mainvisual #main_catch .main_text {
    font-size: 1.5rem;
  }
}

#mainvisual #main_catch .main_text b {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0 0.5rem;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  color: #fff;
  font-weight: 600;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 15px -5px #000;
          box-shadow: 0px 0px 15px -5px #000;
}

@media all and (max-width: 639px) {
  #mainvisual #main_catch .main_text b {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}

#mainvisual #main_catch .main_text b.en {
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
}

#mainvisual #main_catch .main_text2 {
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 4rem;
  font-weight: 700;
}

@media all and (max-width: 639px) {
  #mainvisual #main_catch .main_text2 {
    font-size: 1.25rem;
  }
}

#mainvisual #main_catch .main_text2 b {
  background: -webkit-gradient(linear, left top, right top, from(#9b7250), to(#f79f54));
  background: linear-gradient(to right, #9b7250, #f79f54);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media all and (max-width: 1080px) {
  #mainvisual #main_catch .main_text2 {
    font-size: 2rem;
  }
}

#mainvisual #main_catch .main_logo {
  display: inline-block;
  width: 300px;
  margin-top: 1rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media all and (max-width: 639px) {
  #mainvisual #main_catch .main_logo {
    width: 240px;
  }
}

#mainvisual #mainvisual_img {
  position: relative;
}

#topSlider .swiper-slide {
  position: relative;
}

#topSlider .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  opacity: 0;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}

#topSlider .swiper-slide .slide-img {
  overflow: hidden;
  margin: 0 auto;
  width: 120%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media all and (max-width: 639px) {
  #topSlider .swiper-slide .slide-img {
    height: 70vh;
  }
}

#topSlider .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#topSlider .swiper-slide .slide_catch {
  width: 80%;
  max-width: 680px;
  padding: 4rem;
  background: rgba(255, 250, 246, 0.8);
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 15px;
}

@media all and (max-width: 639px) {
  #topSlider .swiper-slide .slide_catch {
    padding: 1rem;
  }
}

#topSlider .swiper-slide .slide_catch .catch_txt {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media all and (max-width: 639px) {
  #topSlider .swiper-slide .slide_catch .catch_txt {
    font-size: 1.25rem;
  }
}

#topSlider .swiper-slide .slide_catch .catch_logo {
  text-align: center;
}

#topSlider .swiper-slide .slide_catch .catch_logo img {
  width: 200px;
}

#topSlider .swiper-slide[class*=-prev] .slide-img, #topSlider .swiper-slide[class*=-active] .slide-img, #topSlider .swiper-slide[class*=-duplicate-active] .slide-img {
  -webkit-animation: showTranslate 40s infinite linear;
          animation: showTranslate 40s infinite linear;
}

#topSlider .swiper-slide[class*=-duplicate-active] {
  -webkit-animation: showSlide linear;
          animation: showSlide linear;
}

#topSlider .swiper-slide[class*=-prev] {
  -webkit-animation: hideSlide linear;
          animation: hideSlide linear;
}

@-webkit-keyframes showSlide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showSlide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hideSlide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hideSlide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes showTranslate {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}

@keyframes showTranslate {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1200px) {
  .container {
    padding: 100px 1rem;
  }
}

@media all and (max-width: 639px) {
  .container {
    padding: 50px 1rem;
  }
}

.container2 {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 639px) {
  .container2 {
    padding: 50px 1rem;
  }
}

.container2.type2 {
  padding: 0;
}

@media all and (max-width: 639px) {
  .container2.type2 {
    padding: 50px 1rem;
  }
}

.container3 {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 100px 1rem;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 639px) {
  .container3 {
    padding: 50px 1rem;
  }
}

.container3.type2 {
  padding: 0 1rem 100px;
}

.container4 {
  width: calc(100% - 100px);
  max-width: 100%;
  padding: 100px 1rem;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 639px) {
  .container4 {
    width: 100%;
    padding: 50px 1rem;
  }
}

.container4.type2 {
  padding: 0 1rem;
}

@media all and (max-width: 639px) {
  .container4.type2 {
    padding: 0;
  }
}

.box {
  padding: 2rem;
  background: #fff;
}

@media all and (max-width: 639px) {
  .box {
    padding: 1rem;
  }
}

.box.pd0 {
  padding: 0;
}

.box.bdr_b {
  border-bottom: 2px solid #128fd9;
}

.box2 {
  max-width: 80%;
  margin: auto;
  padding: 2rem;
}

@media all and (max-width: 639px) {
  .box2 {
    max-width: 100%;
    padding: 1rem;
  }
}

.box2.type2 {
  max-width: 100%;
}

.box3 {
  padding: 2rem;
  background: #fff;
  border: 2px solid #9b7250;
  position: relative;
  -webkit-box-shadow: 10px 10px 0 0 #decdbf;
          box-shadow: 10px 10px 0 0 #decdbf;
}

@media all and (max-width: 639px) {
  .box3 {
    padding: 1rem;
  }
}

.box4 {
  max-width: 80%;
  margin: auto;
  padding: 2rem;
  border: 2px solid #9b7250;
}

@media all and (max-width: 639px) {
  .box4 {
    max-width: 100%;
    padding: 1rem;
  }
}

.box4.type2 {
  max-width: 100%;
}

.transparent {
  background: transparent;
}

.big_ttl {
  width: 100%;
  position: relative;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 1rem;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  margin-bottom: 120px;
}

@media all and (max-width: 639px) {
  .big_ttl {
    font-size: 2rem;
    letter-spacing: 0.25rem;
  }
}

.big_ttl .en {
  width: 100%;
  display: block;
  font-size: 12rem;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-weight: 400;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.05;
}

@media all and (max-width: 639px) {
  .big_ttl .en {
    font-size: 4rem;
  }
}

.big_ttl.v2 {
  margin-bottom: 2rem;
}

.big_ttl.v2 .en {
  font-size: 10rem;
}

@media all and (max-width: 1080px) {
  .big_ttl.v2 .en {
    font-size: 4rem;
  }
}

@media all and (max-width: 639px) {
  .big_ttl.v2 .en {
    font-size: 2rem;
  }
}

.h_ttl {
  font-size: 1.25rem;
  color: #9b7250;
  margin-bottom: 4rem;
}

@media all and (max-width: 639px) {
  .h_ttl {
    margin-bottom: 1.5rem;
  }
}

.h_ttl .en {
  display: inline-block;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#128fd9), to(#33e6fb));
  background: linear-gradient(to right, #128fd9, #33e6fb);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media all and (max-width: 639px) {
  .h_ttl .en {
    font-size: 2rem;
  }
}

.h_ttl .ja {
  display: block;
  color: #2a2a2a;
}

.h_ttl.greet_ttl {
  margin: 0 100px;
  margin-bottom: -100px;
}

@media all and (max-width: 639px) {
  .h_ttl.greet_ttl {
    margin: 0;
    margin-bottom: 40px;
  }
}

.h_ttl.greet_ttl .ja {
  font-size: 3rem;
}

.h_ttl.white {
  color: #fff;
}

.h_ttl.white .en {
  color: #fff;
  background: none;
}

.h_ttl.white .en:first-letter {
  color: #fff;
}

.h_ttl.white .ja {
  color: #fff;
}

.h_ttl2 {
  margin-bottom: 3rem;
}

.h_ttl2 .en {
  display: inline-block;
  background: linear-gradient(135deg, #128fd9, #33e6fb, #128fd9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.125rem;
  color: transparent;
  position: relative;
}

@media all and (max-width: 639px) {
  .h_ttl2 .en {
    font-size: 2rem;
  }
}

.h_ttl2 .ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2a2a2a;
  font-size: 1.25rem;
}

@media all and (max-width: 639px) {
  .h_ttl2 .ja {
    font-size: 1rem;
  }
}

.h_ttl2 .ja:before {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  background: #2a2a2a;
  margin-right: 0.5rem;
}

.h_ttl2.white {
  color: #fff;
}

.h_ttl2.white .en {
  color: #fff;
  background: none;
}

.h_ttl2.white .en:before {
  background: #fff;
}

.h_ttl2.white .ja {
  color: #fff;
}

.h_ttl_big {
  font-size: 2.5rem;
  color: #2a2a2a;
  margin-bottom: 1rem;
}

@media all and (max-width: 639px) {
  .h_ttl_big {
    font-size: 1.5rem;
  }
}

.h_ttl_big2 {
  font-size: 1.5rem;
}

.h_ttl_big2:first-letter {
  font-size: 2rem;
  color: #9b7250;
}

.h_ttl_mid {
  margin-bottom: 1rem;
}

.h_ttl_mid .ja {
  display: block;
  font-size: 2rem;
}

@media all and (max-width: 639px) {
  .h_ttl_mid .ja {
    font-size: 1.4rem;
  }
}

.h_ttl_mid .en {
  display: block;
  background: linear-gradient(135deg, #128fd9, #33e6fb, #128fd9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 1rem;
  color: transparent;
}

.h_ttl_mid.v2 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.h_ttl_mid.v2:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  position: absolute;
  bottom: 0;
  left: 0;
}

.h_ttl_mid.white .en {
  background: none;
  background-clip: inherit;
  color: #fff;
}

.h_ttl_s {
  font-size: 1.125rem;
}

.h_ttl_s span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.h_ttl_s span:before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background: #f79f54;
}

.h_ttl_s2 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.h_ttl_s2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_ttl_s2 span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #9b7250;
  margin-right: 0.5rem;
}

.h_ttl_s2.type2 {
  font-size: 1.25rem;
}

.h_ttl_line {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #9b7250;
}

.h_ttl_line span {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  background: #9b7250;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
}

.h_ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
  background: #33e6fb;
  font-size: 1.25rem;
  color: #fff;
  position: relative;
}

.h_ttl_box:before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 100%;
  background: #f79f54;
  position: absolute;
  top: 0;
  left: 0;
}

.h_ttl_double {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.h_ttl_double span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 4rem;
}

@media all and (max-width: 1080px) {
  .h_ttl_double span {
    font-size: 2rem;
  }
}

@media all and (max-width: 639px) {
  .h_ttl_double span {
    font-size: 1.5rem;
  }
}

.h_ttl_double span:before, .h_ttl_double span:after {
  content: '';
  display: block;
  width: 30%;
  height: 1rem;
  border-top: 2px solid #128fd9;
  border-bottom: 2px solid #128fd9;
}

@media all and (max-width: 1080px) {
  .h_ttl_double span:before, .h_ttl_double span:after {
    width: 20%;
  }
}

.h_ttl_slash {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

@media all and (max-width: 1080px) {
  .h_ttl_slash {
    font-size: 1.25rem;
  }
}

@media all and (max-width: 639px) {
  .h_ttl_slash {
    padding: 0;
  }
}

.h_ttl_slash:before, .h_ttl_slash:after {
  content: '';
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #2a2a2a;
}

@media all and (max-width: 1080px) {
  .h_ttl_slash:before, .h_ttl_slash:after {
    width: 26px;
  }
}

.h_ttl_slash:before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.h_ttl_slash:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.h_ttl_slash .en {
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
}

.h_ttl_dot {
  font-size: 3rem;
  margin-bottom: 2rem;
  letter-spacing: 0.5rem;
}

@media all and (max-width: 639px) {
  .h_ttl_dot {
    font-size: 2rem;
  }
}

.h_ttl_dot b {
  display: inline-block;
  font-size: 2rem;
  position: relative;
}

@media all and (max-width: 639px) {
  .h_ttl_dot b {
    font-size: 1.5rem;
  }
}

.h_ttl_dot b:nth-of-type(odd) {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.h_ttl_dot b:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: #f79f54;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.num_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.num_ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: #9b7250;
  border-radius: 50%;
  margin-right: 0.25rem;
  color: #fff;
}

.feature_ttl {
  margin: 80px 0 40px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2a2a2a;
  text-align: center;
  letter-spacing: 0.25rem;
}

@media all and (max-width: 639px) {
  .feature_ttl {
    font-size: 1.25rem;
  }
}

.feature_ttl span {
  font-size: 4rem;
  color: #9b7250;
}

.feature_ttl p {
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  color: #9b7250;
  font-size: 1.25rem;
}

.half_ttl {
  font-size: 4rem;
  text-align: center;
  margin-top: -80px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9b7250;
}

.half_ttl .en {
  display: block;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  color: #9b7250;
}

.half_ttl .ja {
  display: block;
  font-size: 1.25rem;
  color: #505050;
}

.ttl_margin {
  margin-top: 80px;
}

.mtext1 {
  font-size: 1.25rem;
}

@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.125rem;
  }
}

.mtext2 {
  font-size: 1.5rem;
}

@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.25rem;
  }
}

.mtext3 {
  font-size: 2rem;
}

@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 1.5rem;
  }
}

.bold {
  font-weight: 600;
}

.color1 {
  color: #9b7250;
}

.color2 {
  color: #f79f54;
}

.color_blue {
  color: #128fd9;
}

.menu_list {
  margin-bottom: 30px;
}

.menu_list.type1 li {
  background: #9b7250;
  color: #fff;
}

.menu_list.type1 li .right {
  color: #ffd200;
}

.menu_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 4px;
}

.menu_list > li:not(:last-of-type) {
  margin-bottom: 20px;
}

.menu_list > li p {
  display: inline-block;
  line-height: 1.5;
}

.menu_list > li:before {
  background: radial-gradient(#aaa 20%, transparent 0) center center/8px 8px;
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  margin: 0 1.2em;
}

@media all and (max-width: 639px) {
  .menu_list > li:before {
    margin: 0 5px;
  }
}

.menu_list > li .info {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 1.4rem;
  color: #2a2a2a;
  margin-top: 5px;
  padding: 8px;
  letter-spacing: 0;
}

@media all and (max-width: 639px) {
  .menu_list > li .info {
    font-size: 13px;
  }
}

.menu_list > li .left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 65%;
  font-size: 1.25rem;
  position: relative;
}

.menu_list > li .left .small {
  color: #555;
  padding-top: 5px;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.menu_list > li .left:after {
  content: ".";
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}

@media all and (max-width: 639px) {
  .menu_list > li .left {
    max-width: 65%;
  }
  .menu_list > li .left .small {
    font-size: 12px;
  }
}

.menu_list > li .right {
  max-width: 35%;
  text-align: right;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.list_disc li {
  padding: 5px 0;
}

.list_disc li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.list_disc li:before {
  content: "●";
  margin-right: 0.25rem;
  color: #33e6fb;
  font-size: 0.5rem;
}

@media all and (max-width: 639px) {
  .list_disc li {
    font-size: 12px;
  }
}

.list_disc.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list_disc.type2 li {
  width: 48%;
}

.list_disc.type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_disc.type3 li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 1rem;
  background: #fafafa;
  border-radius: 2rem;
  border-bottom: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.list_check.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 740px;
  max-width: 100%;
  margin: auto;
}

.list_check.type1 li {
  width: 48%;
  margin-bottom: 1rem;
  background: #fefefe;
}

@media all and (max-width: 639px) {
  .list_check.type1 li {
    width: 100%;
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
}

.list_check li {
  padding: 4px 0;
  margin-bottom: 5px;
  padding-left: 21px;
  text-indent: -21px;
}

.list_check li span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  padding: 10px;
  background: rgba(255, 250, 246, 0.2);
  margin-top: 10px;
}

.list_check li a {
  color: #9b7250;
  border-bottom: 1px dotted #9b7250;
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 5px;
  color: #128fd9;
}

@media all and (max-width: 639px) {
  .list_check li {
    margin: 0 auto 10px;
  }
}

.news_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}

@media all and (max-width: 639px) {
  .news_dl {
    padding: 1rem;
  }
}

.news_dl .h_ttl {
  width: 180px;
}

@media all and (max-width: 639px) {
  .news_dl .h_ttl {
    width: 100%;
  }
}

.news_dl .news_inner {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  background: #fff;
}

@media all and (max-width: 639px) {
  .news_dl .news_inner {
    width: 100%;
  }
}

.news_dl .news_inner dt {
  width: 80px;
  margin-bottom: 1rem;
}

.news_dl .news_inner dt span {
  display: inline-block;
  padding: 0.25rem;
  font-size: 0.5rem;
  text-align: center;
  border: 1px solid #9b7250;
  color: #9b7250;
}

.news_dl .news_inner dd {
  width: calc(100% - 100px);
  margin-left: 1rem;
  margin-bottom: 1rem;
}

@media all and (max-width: 639px) {
  .news_dl .news_inner dd {
    width: 100%;
    margin-left: 0;
  }
}

.list_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_dl dt {
  width: 160px;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #2a2a2a;
}

.list_dl dd {
  width: calc(100% - 160px);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #2a2a2a;
}

.list_dl2 dt {
  color: #9b7250;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.list_dl2 dt .num {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #c4a68d;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  margin-right: 10px;
}

.list_dl2 dd {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c4a68d;
}

.list_dl2 dd:last-of-type {
  border-bottom: 0;
}

.list_dl3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #fafafa;
}

.list_dl3 dt {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: #9b7250;
}

.list_dl3 dd {
  width: calc(100% - 100px);
}

.list_dl4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fafafa;
  padding: 10px;
}

.list_dl4 dt {
  width: 140px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ddd;
}

.list_dl4 dd {
  width: calc(100% - 140px);
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.circle_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.circle_txt span {
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 0 10px;
  font-weight: 600;
  z-index: 1;
}

.circle_txt span:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9b7250;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #333;
}

.num_list .circle_txt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

.num_list dd {
  padding-left: 15px;
}

@media all and (max-width: 1080px) {
  .top_contents .contents_main {
    margin-bottom: 2rem;
  }
}

.top_contents .contents_main .contents_main_img {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

@media all and (max-width: 1080px) {
  .top_contents .contents_main .contents_main_img {
    height: 800px;
  }
}

.top_contents .contents_main a {
  display: block;
  position: relative;
  color: #fff;
}

.top_contents .contents_main a figure {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.top_contents .contents_main a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.top_contents .contents_main a figure:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top_contents .contents_main a .contents_main_body {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media all and (max-width: 1080px) {
  .top_contents .contents_main a .contents_main_body {
    width: 90%;
  }
}

.top_contents .contents_main a .contents_main_body .contents_main_ttl {
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}

.top_contents .contents_main a .contents_main_body .contents_main_in {
  width: 100%;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  line-height: 2;
}

@media all and (max-width: 1080px) {
  .top_contents .contents_main a .contents_main_body .contents_main_in {
    font-size: 1rem;
  }
}

.top_contents .contents_main a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top_contents .contents_main_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_contents .contents_main_btm .contents_box {
  width: 50%;
}

@media all and (max-width: 1080px) {
  .top_contents .contents_main_btm .contents_box {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.top_contents .contents_main_btm .contents_box .contents_box_img {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.top_contents .contents_main_btm .contents_box a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 600;
}

.top_contents .contents_main_btm .contents_box a figure {
  width: 100%;
  height: 720px;
  overflow: hidden;
  position: relative;
}

.top_contents .contents_main_btm .contents_box a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.top_contents .contents_main_btm .contents_box a figure:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top_contents .contents_main_btm .contents_box a .contents_box_body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.5rem;
  font-size: 1rem;
  text-align: center;
  z-index: 2;
}

.top_contents .contents_main_btm .contents_box a .contents_box_body span {
  display: block;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 3rem;
}

.top_contents .contents_main_btm .contents_box a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top_contents .top_btn {
  width: 300px;
  padding: 1rem 0;
  margin: auto;
  text-align: center;
  border: 1px solid #fff;
}

.top_contents .top_btn svg {
  width: 80px;
  height: 9px;
  fill: #fff;
  margin-left: 10px;
}

.top_blog_box a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #128fd9;
}

.top_blog_box a .top_blog_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.top_blog_box a .top_blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.top_blog_box a .top_blog_ttl {
  color: #128fd9;
}

.top_blog_box a .blog_date span {
  display: inline-block;
  color: #2a2a2a;
}

.top_blog_box a .blog_txt {
  width: 90%;
  padding: 1.5rem;
  background: #fff;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media all and (max-width: 639px) {
  .top_blog_box a .blog_txt {
    margin: auto;
  }
}

.top_blog_box a .blog_txt .top_blog_ttl {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #9b7250;
}

.top_blog_box a .blog_txt .blog_date {
  margin-bottom: 0.5rem;
}

.top_blog_box a .blog_txt .blog_date span {
  display: inline-block;
  font-size: 0.75rem;
}

.top_blog_box a .blog_txt .top_blog_body {
  margin-bottom: 0.5rem;
  color: #9b7250;
}

.top_blog_box a .blog_txt .blog_btn {
  width: 110px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #9b7250;
  color: #9b7250;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
}

.top_blog_box a:hover .top_blog_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top_blog_box a:hover .blog_btn {
  width: 120px;
}

.top_blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_blog_list .h_ttl2 {
  width: 200px;
}

.top_blog_list .scrollbar {
  width: calc(100% - 220px);
  margin-bottom: 40px;
}

.top_blog_list .top_blog_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
}

@media all and (max-width: 639px) {
  .top_blog_list .top_blog_dl {
    padding: 0.5rem;
  }
}

.top_blog_list .top_blog_dl dt {
  width: 120px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}

.top_blog_list .top_blog_dl dt span {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #9b7250;
  border-radius: 2rem;
  font-size: 12px;
  color: #9b7250;
}

@media all and (max-width: 639px) {
  .top_blog_list .top_blog_dl dt {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    border-bottom: 0;
  }
}

.top_blog_list .top_blog_dl dd {
  width: calc(100% - 120px);
  padding-left: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}

.top_blog_list .top_blog_dl dd a {
  color: #2a2a2a;
}

@media all and (max-width: 639px) {
  .top_blog_list .top_blog_dl dd {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 639px) {
  .top_blog_list .h_ttl2 {
    width: 100%;
  }
  .top_blog_list .scrollbar {
    width: 100%;
  }
}

.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flx2 .flx_in {
  width: 48%;
}

@media all and (max-width: 639px) {
  .flx2 .flx_in {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .flx2 .flx_in:last-of-type {
    margin-bottom: 0;
  }
}

.flx2 .flx_in .img_max {
  width: 100%;
}

.flx2 .flx_in.textarea {
  padding: 2rem;
}

@media all and (max-width: 639px) {
  .flx2 .flx_in.textarea {
    padding: 0;
  }
}

.flx2.type2 .flx_in {
  width: 40%;
}

@media all and (max-width: 639px) {
  .flx2.type2 .flx_in {
    width: 100%;
  }
}

.flx2.type2 .flx_in:nth-of-type(2) {
  width: 55%;
}

@media all and (max-width: 639px) {
  .flx2.type2 .flx_in:nth-of-type(2) {
    width: 100%;
  }
}

.flx2.type3 .flx_in {
  width: 55%;
}

@media all and (max-width: 639px) {
  .flx2.type3 .flx_in {
    width: 100%;
  }
}

.flx2.type3 .flx_in:nth-of-type(2) {
  width: 40%;
}

@media all and (max-width: 639px) {
  .flx2.type3 .flx_in:nth-of-type(2) {
    width: 100%;
  }
}

.flx2.type4 .flx_in {
  width: 30%;
}

@media all and (max-width: 639px) {
  .flx2.type4 .flx_in {
    width: 100%;
  }
}

.flx2.type4 .flx_in:nth-of-type(2) {
  width: 65%;
}

@media all and (max-width: 639px) {
  .flx2.type4 .flx_in:nth-of-type(2) {
    width: 100%;
  }
}

.flx3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flx3 .flx_in {
  width: 31%;
}

@media all and (max-width: 639px) {
  .flx3 .flx_in {
    width: 100%;
  }
}

@media all and (max-width: 1200px) {
  .flx3.type2 .flx_in {
    width: 48%;
  }
}

.flx4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flx4 .flx_in {
  width: 23%;
}

@media all and (max-width: 639px) {
  .flx4 .flx_in {
    width: 48%;
  }
}

.flx6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flx6 .flx_in {
  width: 15%;
}

@media all and (max-width: 639px) {
  .flx6 .flx_in {
    width: 48%;
  }
}

@media all and (max-width: 639px) {
  .flx_in {
    margin-bottom: 1.5rem;
  }
}

.r_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ai_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jc_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-list {
  margin-bottom: 30px;
}

.menu-list.type1 li {
  background: #9b7250;
  color: #fff;
}

.menu-list.type1 li .right {
  color: #ffd200;
}

.menu-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 4px;
}

.menu-list > li:not(:last-of-type) {
  margin-bottom: 20px;
}

.menu-list > li p {
  display: inline-block;
  line-height: 1.5;
}

.menu-list > li:before {
  background: radial-gradient(#aaa 20%, transparent 0) center center/8px 8px;
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  margin: 0 1.2em;
}

@media all and (max-width: 639px) {
  .menu-list > li:before {
    margin: 0 5px;
  }
}

.menu-list > li .info {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #2a2a2a;
  letter-spacing: 0;
}

.menu-list > li .left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 65%;
  letter-spacing: 0.1rem;
  font-weight: 600;
  position: relative;
}

.menu-list > li .left .small {
  color: #555;
  padding-top: 5px;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.menu-list > li .left:after {
  content: ".";
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}

@media all and (max-width: 639px) {
  .menu-list > li .left {
    max-width: 65%;
  }
  .menu-list > li .left .small {
    font-size: 12px;
  }
}

.menu-list > li .right {
  max-width: 35%;
  text-align: right;
  font-weight: 600;
  color: #333;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.month_box {
  padding: 20px;
  margin: 1rem calc((100% - (31%*3))/6);
  background: #fff;
  -webkit-box-shadow: 0 5px 10px -10px #2a2a2a;
          box-shadow: 0 5px 10px -10px #2a2a2a;
  border-radius: 10px;
}

.bg_main {
  background: linear-gradient(135deg, #128fd9, #33e6fb, #128fd9);
  position: relative;
  z-index: 1;
}

.bg_main.minus {
  margin-top: -200px;
  padding-top: 200px;
  z-index: 0;
}

.bg_main.minus2 {
  margin-top: -100px;
  z-index: 0;
}

@media all and (max-width: 639px) {
  .bg_main.minus2 {
    padding-top: 20px;
    margin-top: -40px;
  }
}

.bg_main2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 250, 246, 0.6)), to(rgba(255, 250, 246, 0.6))), url(../img/contact_bg.jpg) no-repeat center/cover;
  background: linear-gradient(to bottom, rgba(255, 250, 246, 0.6), rgba(255, 250, 246, 0.6)), url(../img/contact_bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
}

.bg_main2.minus {
  margin-top: -200px;
  padding-top: 200px;
  z-index: 0;
}

.bg_main2.minus2 {
  margin-top: -100px;
  z-index: 0;
}

@media all and (max-width: 639px) {
  .bg_main2.minus2 {
    padding-top: 20px;
    margin-top: -40px;
  }
}

.bg_main3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaf6), color-stop(50%, rgba(255, 250, 246, 0.8)), to(#fffaf6)), url(../img/bg_base3.jpg) no-repeat center/cover;
  background: linear-gradient(to bottom, #fffaf6 0%, rgba(255, 250, 246, 0.8) 50%, #fffaf6 100%), url(../img/bg_base3.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
}

.bg_main3.minus {
  margin-top: -200px;
  padding-top: 200px;
  z-index: 0;
}

.bg_main3.minus2 {
  margin-top: -100px;
  z-index: 0;
}

@media all and (max-width: 639px) {
  .bg_main3.minus2 {
    padding-top: 20px;
    margin-top: -40px;
  }
}

.bg_translucent {
  background: rgba(255, 255, 255, 0.8);
}

.bg_area {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../img/bg_area.jpg) no-repeat center/cover;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/bg_area.jpg) no-repeat center/cover;
}

.bg_gray {
  background: #fafafa;
}

.bg_gray.bg_right {
  background: -webkit-gradient(linear, right top, left top, color-stop(85%, #fafafa), color-stop(85%, transparent));
  background: linear-gradient(to left, #fafafa 85%, transparent 85%);
}

.bg_gray.bg_left {
  background: -webkit-gradient(linear, left top, right top, color-stop(85%, #fafafa), color-stop(85%, transparent));
  background: linear-gradient(to right, #fafafa 85%, transparent 85%);
}

.bg_gray.minus {
  margin-top: -100px;
}

.bg_white {
  background: #fff;
}

.bg_white.bg_left {
  background: -webkit-gradient(linear, left top, right top, color-stop(85%, #fff), color-stop(85%, transparent));
  background: linear-gradient(to right, #fff 85%, transparent 85%);
}

.bg_white.minus {
  margin-top: -100px;
}

.bg_beige {
  background: #fffaf6;
}

.bg_beige.bg_right {
  background: -webkit-gradient(linear, right top, left top, color-stop(85%, #fffaf6), color-stop(85%, transparent));
  background: linear-gradient(to left, #fffaf6 85%, transparent 85%);
}

.bg_beige.bg_left {
  background: -webkit-gradient(linear, left top, right top, color-stop(85%, #fffaf6), color-stop(85%, transparent));
  background: linear-gradient(to right, #fffaf6 85%, transparent 85%);
}

.bg_img1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url(../img/h_ptn.png);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../img/h_ptn.png);
}

.bg_skew {
  position: relative;
}

.bg_skew:before, .bg_skew:after {
  content: '';
  display: block;
  width: 25%;
  height: 200%;
  background: #fafafa;
  -webkit-transform: matrix(1, 0, -0.3, 1, 0, 0);
          transform: matrix(1, 0, -0.3, 1, 0, 0);
  position: absolute;
  top: 0;
  z-index: -1;
}

@media all and (max-width: 1080px) {
  .bg_skew:before, .bg_skew:after {
    width: 100%;
  }
}

.bg_skew:before {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  left: 0;
}

@media all and (max-width: 1080px) {
  .bg_skew:before {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

.bg_skew:after {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  right: 0;
}

@media all and (max-width: 1080px) {
  .bg_skew:after {
    display: none;
  }
}

.bg_dot {
  background: radial-gradient(#128fd9 2px, transparent 2px), radial-gradient(#33e6fb 2px, #fff 2px);
  background-size: 40px 40px;
  background-position: 0 0,20px 20px;
  position: relative;
  z-index: 1;
}

.bg_dot:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.bg_map {
  width: 1020px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.bg_map:before {
  content: "";
  width: 100%;
  height: 80%;
  background: url(../img/bg_map.svg) no-repeat right/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 639px) {
  .bg_map:before {
    opacity: 0.8;
  }
}

.bg_map .map_box {
  max-width: 50%;
}

.bg_map .map_box p {
  font-size: 1.25rem;
}

@media all and (max-width: 639px) {
  .bg_map .map_box p {
    font-size: 1rem;
  }
}

@media all and (max-width: 639px) {
  .bg_map .map_box {
    max-width: 100%;
  }
}

.pos_z {
  position: relative;
  z-index: 1;
}

.ov_h {
  overflow: hidden;
}

.lh2 {
  line-height: 2;
}

.greet_box {
  width: 1600px;
  max-width: 100%;
  padding: 0 1rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 1080px) {
  .greet_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.greet_box .greet_txt {
  width: calc(50% + 90px);
  padding-top: 150px;
}

@media all and (max-width: 1080px) {
  .greet_box .greet_txt {
    width: 100%;
    padding-top: 0px;
  }
}

.greet_box .greet_txt .greet_txt_inner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 842px;
  padding: 50px calc(7.3% + 178px) 50px 7.3%;
  color: #fff;
  overflow: hidden;
}

@media all and (max-width: 1080px) {
  .greet_box .greet_txt .greet_txt_inner {
    height: auto;
    padding: 20px;
  }
}

.greet_box .greet_txt .greet_txt_inner .greet_txt_inner_bg {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
  width: 100vw;
  min-width: 1280px;
  height: 1100px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../img/greet_bg.jpg) no-repeat center/cover;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/greet_bg.jpg) no-repeat center/cover;
}

.greet_box .greet_img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 842px;
  margin: 0 0 0 -178px;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 1080px) {
  .greet_box .greet_img {
    height: 300px;
    margin: 0;
  }
}

.greet_box .greet_img img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 100vw;
  min-width: 1280px;
  height: 1100px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (max-width: 1080px) {
  .greet_box .greet_img img {
    position: static;
    min-width: auto;
    height: 100%;
  }
}

.greet_body {
  font-size: 1.125rem;
  line-height: 2;
  position: relative;
  padding-bottom: 120px;
}

@media all and (max-width: 1080px) {
  .greet_body {
    font-size: 1rem;
  }
}

.greet_body .top_map {
  width: 300px;
  position: absolute;
  bottom: -100px;
  right: 0;
}

@media all and (max-width: 1080px) {
  .greet_body .top_map {
    width: 220px;
    bottom: -100px;
  }
}

@media all and (max-width: 639px) {
  .greet_body .top_map {
    width: 200px;
    bottom: -50px;
  }
}

.t_shadow {
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}

.pick_ico_img {
  width: 100px;
  margin: auto;
}

.pick_ico_img img {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.pick_ico_img:hover img {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.pick_txt {
  padding: 1rem;
}

.slide_gallery {
  position: relative;
  margin-bottom: 2rem;
}

.slide_list, .slide_list2 {
  position: relative;
  display: none;
  padding-bottom: 1rem;
}

.slide_list li, .slide_list2 li {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  margin-right: 1%;
}

.slide_list li p, .slide_list2 li p {
  display: none;
}

.slide_list li img, .slide_list2 li img {
  width: auto;
  height: 260px;
  border-radius: 15px 0 15px 0;
}

@media all and (max-width: 639px) {
  .slide_list li img, .slide_list2 li img {
    height: 180px;
  }
}

.gallery_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery_sns li {
  margin: 1rem;
}

#page_ttl {
  position: relative;
  padding: 100px 0;
  margin-top: 188px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../img/page.jpg) center top 10%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/page.jpg) center top 10%;
}

@media all and (max-width: 1080px) {
  #page_ttl {
    margin-top: 0;
  }
}

@media all and (max-width: 639px) {
  #page_ttl {
    padding: 60px 0;
    margin-top: 0;
  }
}

#page_ttl.page_1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/page_1.jpg) center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/page_1.jpg) center;
}

#page_ttl.page_2 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/page_2.jpg) center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/page_2.jpg) center;
}

#page_ttl.page_3 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/page_3.jpg) center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/page_3.jpg) center;
}

#page_ttl.page_4 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/page_4.jpg) center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/page_4.jpg) center;
}

#page_ttl .page_head {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 0 1rem;
  color: #fff;
  overflow: hidden;
}

#page_ttl .page_head .en {
  font-size: 3rem;
  display: inline-block;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  line-height: 1.2;
}

@media all and (max-width: 639px) {
  #page_ttl .page_head .en {
    font-size: 2rem;
  }
}

#page_ttl .page_head .ja {
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
}

@media all and (max-width: 639px) {
  #page_ttl .page_head .ja {
    font-size: 1rem;
  }
}

.srv_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}

.srv_box figure {
  width: 120px;
  height: 120px;
  overflow: hidden;
}

@media all and (max-width: 639px) {
  .srv_box figure {
    width: 80px;
    height: 80px;
  }
}

.srv_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.srv_box .srv_inner {
  width: calc(100% - 140px);
}

@media all and (max-width: 639px) {
  .srv_box .srv_inner {
    width: calc(100% - 100px);
  }
}

.srv_box .srv_inner .srv_ttl {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.biography {
  margin-top: 40px;
}

.gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery_list li {
  width: 24%;
  margin-bottom: 2rem;
  margin-right: calc((100% - (24%*4)) / 3);
}

@media all and (max-width: 639px) {
  .gallery_list li {
    width: 100%;
    margin-right: 0;
  }
}

.gallery_list li:nth-of-type(3n) {
  margin-right: 0;
}

.gallery_list li span {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.gallery_list li span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.gallery_list li span:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery_list li p {
  margin-top: 1rem;
}

.rec_box {
  margin-bottom: 3rem;
}

@media all and (max-width: 639px) {
  .rec_box {
    margin-bottom: 1.5rem;
  }
}

.link {
  margin-top: 1rem;
}

.link a {
  text-decoration: underline;
}

.form {
  margin: 0 auto;
  width: 90%;
}

@media all and (max-width: 639px) {
  .form {
    width: 100%;
  }
}

.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 600;
}

@media all and (max-width: 639px) {
  .form dl dt {
    float: none;
  }
}

.form dl dt span,
.form .form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
  color: #fff;
  background: #33e6fb;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  font-weight: normal;
  border-radius: 20px;
  position: relative;
  top: -2px;
}

.form dl dt span.nini {
  background: #aaa;
  color: #fff;
}

.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;
}

@media all and (max-width: 639px) {
  .form dl dd {
    padding-left: 0;
  }
}

.form .textarea, .form textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #f0f0f0;
}

.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}

.form .textarea02:last-child {
  margin-right: 0;
}

.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}

.form .form-contents {
  padding: 0 0 30px;
}

.form .form-contents dt:not(.pattern-exclusion) span {
  font-weight: bold;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea {
  height: 40px;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea03 {
  width: 30%;
}

.form label {
  margin-right: 5px;
}

.form input {
  vertical-align: baseline;
}

@media all and (max-width: 639px) {
  .form .textarea03 {
    width: 50%;
  }

  .form .form-contents dd:not(.pattern-exclusion) input.textarea03 {
    width: 60%;
  }
}

.form button,
.form .form-pattern-2 .submit-btn {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #128fd9;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  border-radius: 25px;
}

.form button:hover,
.form .form-pattern-2 .submit-btn:hover {
  background: #fff;
  color: #33e6fb;
}

.form .form-pattern-2 .submit-btn::before {
  transition: all .2s ease-in-out 0s;
}

.form .form-pattern-2 .submit-btn:hover::before {
  background: #33e6fb;
}

.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  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: #9b7250;
}

.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: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}

.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #9b7250;
  z-index: 1;
}

.form label.radio_text input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}

.form label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #eeebda;
          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: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}

.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #9b7250;
  border-bottom: 3px solid #9b7250;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.form label.checkbox_text input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #fff;
          box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
  outline: none;
}

.form label.checkbox_text input[type="checkbox"]:focus {
  outline: none;
}

.form input[type="text"], .form textarea {
  font-size: 16px;
}

.acc_toggle {
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  border-radius: 10px;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

@media all and (max-width: 639px) {
  .acc_toggle {
    text-align: left;
    font-size: 1rem;
  }
}

.acc_toggle:before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  font-weight: 900;
  margin-right: 5px;
}

.acc_toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media all and (max-width: 639px) {
  .acc_toggle:after {
    right: 1rem;
  }
}

.acc_toggle.on {
  border-radius: 10px 10px 0 0;
}

.acc_toggle.on:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.acc_body {
  display: none;
  padding: 2rem 1rem;
  border: 1px solid #128fd9;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

@media all and (max-width: 639px) {
  .acc_body {
    padding: 1rem 0;
  }
}

#modal_bg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 80;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#modal_bg #modal_inner {
  padding: 40px;
  background: #9b7250;
}

#modal_bg #modal_inner .modal_img {
  width: 100px;
  margin: auto;
}

#modal_bg #modal_inner .modal_txt {
  color: #fff;
}

#modal_bg #modal_inner #modal_close {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

#modal_bg #modal_inner #modal_close span {
  font-size: 2rem;
  color: #fff;
}

#modal_bg.active {
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 639px) {
  #modal_bg .flx3 .flx_in {
    width: 48%;
  }
}

#modal_toggle {
  text-align: center;
}

#modal_toggle span {
  display: inline-block;
  font-size: 1.5rem;
  background: #9b7250;
  color: #fff;
  padding: 2rem 6rem;
  cursor: pointer;
}

@media all and (max-width: 639px) {
  #modal_toggle span {
    font-size: 1.25rem;
    padding: 1rem 2rem;
  }
}

#modal_toggle span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  margin-right: 5px;
}

.btn01 {
  text-align: center;
}

.btn01 a, .btn01 span {
  width: 320px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
  margin: auto;
  color: #9b7250;
  border: 1px solid #9b7250;
  position: relative;
}

@media all and (max-width: 639px) {
  .btn01 a, .btn01 span {
    width: 100%;
    font-size: 0.875rem;
    padding: 1rem 2rem;
  }
}

.btn01 a svg, .btn01 span svg {
  width: 1rem;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.insta_btn {
  color: #fff;
  border-radius: 7px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  text-align: center;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}

.insta_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn .fa-instagram {
  font-size: 1.5rem;
  position: relative;
}

.insta_btn span {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  z-index: 1;
}

#sp_menu {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 88;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#sp_menu.fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media all and (max-width: 1080px) {
  #sp_menu {
    display: block;
  }
}

#sp_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sp_menu ul li {
  width: 49%;
}

#sp_menu ul li a {
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 0.25rem;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  color: #fff;
}

#sp_menu ul li a span {
  display: block;
  text-align: center;
}

.top_bnr {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(155, 114, 80, 0.8)), to(rgba(155, 114, 80, 0.8))), url(../img/bnr_bg.jpg) center;
  background: linear-gradient(0deg, rgba(155, 114, 80, 0.8), rgba(155, 114, 80, 0.8)), url(../img/bnr_bg.jpg) center;
  padding: 5rem 1rem;
  text-align: center;
}

.top_bnr img {
  -webkit-filter: drop-shadow(2px 2px 2px #2a2a2a);
          filter: drop-shadow(2px 2px 2px #2a2a2a);
}

.flow_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media all and (max-width: 1200px) {
  .flow_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 1rem;
  }
}

@media all and (max-width: 639px) {
  .flow_box {
    padding: 0;
    margin-bottom: 60px;
  }
}

.flow_box:before {
  content: "";
  width: 2px;
  height: 600px;
  display: inline-block;
  background: #33e6fb;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (max-width: 1200px) {
  .flow_box:before {
    height: 680px;
  }
}

.flow_box:last-of-type {
  margin-bottom: 0;
}

.flow_box:last-of-type:before {
  height: 0;
}

.flow_box .flow_left {
  width: 520px;
  height: 380px;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

@media all and (max-width: 639px) {
  .flow_box .flow_left {
    height: 240px;
  }
}

@media all and (max-width: 1200px) {
  .flow_box .flow_left {
    width: 100%;
    position: static;
  }
}

.flow_box .flow_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow_box .flow_right {
  width: 630px;
  background: #fff;
  position: relative;
  left: 470px;
  padding: 60px;
  margin-top: 80px;
  z-index: 10;
}

@media all and (max-width: 1200px) {
  .flow_box .flow_right {
    width: 60%;
    height: auto;
    padding: 60px 20px 20px;
    margin: auto;
    left: inherit;
    margin-top: -80px;
  }
}

@media all and (max-width: 639px) {
  .flow_box .flow_right {
    width: 90%;
    margin-top: -40px;
  }
}

.flow_box .flow_right .flow_num {
  width: 160px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #33e6fb;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  left: 48px;
  top: -16px;
  border: 2px solid #128fd9;
}

@media all and (max-width: 1200px) {
  .flow_box .flow_right .flow_num {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.flow_box .flow_right .flow_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media all and (max-width: 639px) {
  .flow_box .flow_right .flow_ttl {
    font-size: 1.5rem;
  }
}

.flow_box .flow_right .flow_body {
  font-size: 1.125rem;
}

@media all and (max-width: 639px) {
  .flow_box .flow_right .flow_body {
    font-size: 1rem;
  }
}

.flow_box.type2 .flow_left {
  right: 0;
}

.flow_box.type2 .flow_right {
  left: 100px;
}

@media all and (max-width: 1200px) {
  .flow_box.type2 .flow_right {
    left: inherit;
  }
}

.flow_box.type2 .flow_right .flow_num {
  right: 48px;
  left: auto;
}

@media all and (max-width: 1200px) {
  .flow_box.type2 .flow_right .flow_num {
    left: 50%;
    right: inherit;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.flow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

.flow2 > li {
  width: calc(100%/6 - 10px);
  padding: 2rem 1rem 1rem;
  margin-bottom: 40px;
  border: 2px solid rgba(18, 143, 217, 0.8);
  position: relative;
}

@media all and (max-width: 639px) {
  .flow2 > li {
    width: calc(50% - 10px);
    padding: 20px 5px;
  }
}

.flow2 > li:not(:last-child):before, .flow2 > li:not(:last-child):after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow2 > li:not(:last-child):before {
  border-width: 10px;
  border-left-color: rgba(18, 143, 217, 0.8);
}

.flow2 > li:not(:last-child):after {
  border-width: 8px;
  border-left-color: #fff;
}

.flow2 > li .icon {
  color: #fff;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  padding: 5px 20px;
  display: block;
  border-radius: 20px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.flow2 > li dl dt {
  text-align: center;
  margin-bottom: 0.5rem;
}

.flow2 > li dl dt i {
  font-size: 4rem;
  color: #9b7250;
}

.flow2 > li dl dd {
  text-align: center;
}

.flow2.v2 > li {
  width: calc(100%/4 - 20px);
}

@media all and (max-width: 639px) {
  .flow2.v2 > li {
    width: 100%;
    padding: 20px 10px;
  }
  .flow2.v2 > li:not(:last-child):before, .flow2.v2 > li:not(:last-child):after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .flow2.v2 > li:not(:last-child):before {
    border-width: 10px;
    border-top-color: rgba(18, 143, 217, 0.8);
  }
  .flow2.v2 > li:not(:last-child):after {
    border-width: 8px;
    border-top-color: #fff;
  }
}

.flow2.v2 > li dl dt {
  text-align: center;
  margin-bottom: 0.5rem;
}

.flow2.v2 > li dl dt i {
  font-size: 4rem;
  color: #9b7250;
}

.flow2.v2 > li dl dd {
  text-align: left;
}

.flow2.v2 > li dl dd p {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}

.bdr {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c4a68d;
}

.blog_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog_wrap .blog_main {
  width: 78%;
}

@media all and (max-width: 1080px) {
  .blog_wrap .blog_main {
    width: 100%;
  }
}

.blog_wrap .blog_side {
  width: 20%;
}

@media all and (max-width: 1080px) {
  .blog_wrap .blog_side {
    width: 100%;
  }
}

.blog_wrap .blog_side .archive {
  padding: 0.5rem;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  margin-bottom: 0.5rem;
}

.blog_wrap .blog_side .archive:before {
  font-family: "Font Awesome 5 Free";
  content: "\f03a";
  font-weight: 900;
  margin-right: 5px;
}

.blog_wrap .blog_side ul li {
  padding: 0.5rem;
  border-bottom: 1px dashed #9b7250;
}

.tab:hover {
  cursor: pointer;
}

.content {
  display: none;
}

.content.is-show {
  display: block;
}

.pc {
  display: block;
}

@media all and (max-width: 639px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media all and (max-width: 639px) {
  .sp {
    display: block;
  }
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}

.thanks {
  width: 700px;
  max-width: 100%;
  padding: 2rem;
  margin: auto;
  border: 3px solid #2a2a2a;
  -webkit-box-shadow: 0 0 0 8px rgba(247, 159, 84, 0.8);
          box-shadow: 0 0 0 8px rgba(247, 159, 84, 0.8);
}

#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

@media all and (max-width: 1080px) {
  #page_top {
    bottom: 70px;
  }
}

#page_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f79f54;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page_top a:hover {
  background: #777;
}

#page_top.pageUp {
  -webkit-animation: pageUp 0.5s forwards;
          animation: pageUp 0.5s forwards;
}

#page_top.pagDown {
  -webkit-animation: pagDown 0.5s forwards;
          animation: pagDown 0.5s forwards;
}

@-webkit-keyframes pageUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pageUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes pagDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes pagDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.catch_wrap {
  overflow: hidden;
}

.catch_anim {
  opacity: 0;
  display: inline-block;
  overflow: hidden;
}

.catch_anim.on {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  opacity: 1 !important;
}

.catch_anim.v2 {
  letter-spacing: 0.5rem;
}

.catch_anim2 {
  opacity: 0;
  display: inline-block;
  overflow: hidden;
}

.catch_anim2.on {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
}

@-webkit-keyframes fadeDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slide_anim_wrap {
  overflow: hidden;
}

.slide_anim {
  opacity: 0;
  overflow: hidden;
  display: block;
}

.slide_anim.on {
  position: relative;
  opacity: 1;
  -webkit-animation-name: maskIn;
          animation-name: maskIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.slide_anim.on:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #128fd9, #33e6fb);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes maskIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes maskIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.feature-list > li {
  position: relative;
  margin-bottom: 100px;
  width: 45%;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

@media all and (max-width: 639px) {
  .feature-list > li {
    width: 100%;
    margin: 0 auto 35px;
  }
}

.feature-list > li:nth-child(2n) {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

@media all and (max-width: 639px) {
  .feature-list > li:nth-child(2n) {
    -webkit-transform: none;
            transform: none;
  }
}

.feature-list > li .feature-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
          clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
}

.feature-list > li figure {
  width: 100%;
}

.feature-list > li figure img {
  width: 100%;
}

@media all and (max-width: 639px) {
  .feature-list > li figure {
    width: 100%;
    height: 250px;
  }
}

.feature-list > li .feature-num {
  display: block;
  position: absolute;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 2rem;
  left: 40px;
  top: 10px;
  z-index: 3;
  color: #f79f54;
}

@media all and (max-width: 639px) {
  .feature-list > li .feature-num {
    width: 100px;
  }
}

.feature-list > li .feature-txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  font-size: 1.5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media all and (max-width: 639px) {
  .feature-list > li .feature-txt {
    padding: 25px 15px;
    font-size: 1.2rem;
  }
}

.feature-list > li .feature-title {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #9b7250;
  margin-bottom: 10px;
}

@media all and (max-width: 639px) {
  .feature-list > li .feature-title {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 639px) {
  .feature-list {
    padding: 0 10px;
  }
}

.point_btm {
  padding: 50px 0;
}

@media all and (max-width: 639px) {
  .point_btm {
    padding: 30px 0;
  }
}

.point_btm .triple_circle {
  width: 550px;
  height: 520px;
  margin: auto;
  position: relative;
}

@media all and (max-width: 639px) {
  .point_btm .triple_circle {
    width: 100%;
    height: 340px;
  }
}

.point_btm .triple_circle li {
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-size: 3rem;
  letter-spacing: 0.5rem;
  background: #c4d700;
  border-radius: 50%;
  color: #fff;
}

.point_btm .triple_circle li:nth-of-type(2) {
  background: #f49d2d;
  position: absolute;
  bottom: 0;
  left: 0;
}

.point_btm .triple_circle li:nth-of-type(3) {
  background: #f1da42;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media all and (max-width: 639px) {
  .point_btm .triple_circle li {
    width: 200px;
    height: 200px;
    font-size: 1.25rem;
  }
}

.feature_bnr {
  width: 100%;
  padding: 80px 40px;
  margin: 100px 0;
  position: relative;
  background: url(../img/point1.jpg) no-repeat center/cover;
}

@media all and (max-width: 639px) {
  .feature_bnr {
    padding: 80px 10px 0;
    margin: 100px 0;
  }
}

.feature_bnr .feature_bnr_in {
  padding: 2rem 1rem;
  margin-top: 100px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

@media all and (max-width: 639px) {
  .feature_bnr .feature_bnr_in {
    margin-top: 80px;
  }
}

.feature_bnr .feature_bnr_in .h_ttl_slash {
  margin-bottom: 0;
}

.feature_bnr .feature_bnr_in .feature_bnr_in_ttl {
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #128fd9;
  font-size: 1.25rem;
  text-align: center;
}

@media all and (max-width: 639px) {
  .feature_bnr .feature_bnr_in .feature_bnr_in_ttl {
    height: auto;
    font-size: 1.125rem;
  }
}

.feature_bnr .feature_bnr_in .feature_bnr_in_num {
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 50px, transparent 50px);
  border-radius: 50%;
  color: #f79f54;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feature_bnr .feature_num {
  width: 140px;
  height: 140px;
  margin: -140px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #33e6fb;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
}

.feature_bnr .feature_num span {
  display: block;
  font-size: 1rem;
}

.feature_bnr .feature_num.type2 {
  background: rgba(255, 255, 255, 0.8);
  color: #2a2a2a;
  border: 2px solid #2a2a2a;
}

.feature_bnr .feature_num.type3 {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin-left: auto;
}

.feature_bnr .btn01 a {
  padding: 1rem 6rem;
}

.feature_bnr2 {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  margin: 100px 0;
}

.feature_bnr2:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 150px);
  background: #fafafa;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.feature_bnr2 .feature_bnr_img {
  position: relative;
  padding-bottom: 20px;
}

.feature_bnr2 .feature_bnr_img .img_area {
  width: 100%;
  overflow: hidden;
}

.feature_bnr2 .feature_bnr_img .img_area img {
  width: 100%;
}

.feature_bnr2 .feature_bnr_img:before {
  content: "";
  width: 95%;
  height: 100%;
  background: #33e6fb;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.feature_bnr2 .feature_bnr_img.type2:before {
  right: inherit;
  left: 0;
}

.feature_bnr2 .feature_bnr_txt {
  padding: 40px;
}

@media all and (max-width: 639px) {
  .feature_bnr2 .feature_bnr_txt {
    padding: 1rem;
  }
}

.feature_bnr2 .feature_bnr_txt2 {
  padding: 20px;
}

.feature_bnr2 .btn01 a {
  padding: 1rem 6rem;
}

.feature_bnr2 .feature_num {
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-weight: 600;
  font-size: 6rem;
  letter-spacing: 0.125rem;
  opacity: 0.1;
  background: linear-gradient(135deg, #128fd9, #33e6fb, #128fd9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.feature_bnr2 .feature_num.type2 {
  position: static;
  -webkit-transform: none;
          transform: none;
}

@media all and (max-width: 1080px) {
  .feature_bnr2 .feature_num {
    font-size: 4rem;
  }
}

@media all and (max-width: 639px) {
  .feature_bnr2 .feature_num {
    font-size: 3rem;
  }
}

.feature_bnr2.last {
  margin: 100px 0 0;
}

.feature_bnr3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature_bnr3 .feature_bnr3_box {
  width: 50%;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 639px) {
  .feature_bnr3 .feature_bnr3_box {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 100px;
  }
  .feature_bnr3 .feature_bnr3_box:last-of-type {
    margin-bottom: 0;
  }
}

.feature_bnr3 .feature_bnr3_box:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  background: #fafafa;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.feature_bnr3 .feature_bnr3_box.type2:before {
  background: #fffaf6;
}

.feature_bnr3 .feature_bnr3_box .feature_bnr_img {
  height: 380px;
}

@media all and (max-width: 1080px) {
  .feature_bnr3 .feature_bnr3_box .feature_bnr_img {
    height: auto;
  }
}

.feature_bnr3 .feature_bnr3_box .feature_bnr_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature_bnr3 .feature_bnr3_box .feature_bnr_txt {
  padding: 20px;
  position: relative;
}

.feature_bnr3 .feature_bnr3_box .feature_bnr_txt .indent {
  text-indent: -1.125rem;
}

.feature_bnr3 .feature_bnr3_box .feature_num {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #33e6fb;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feature_bnr3 .feature_bnr3_box .feature_num span {
  display: block;
  font-size: 1rem;
}

.feature_bnr3 .feature_bnr3_box .h_ttl_big {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (max-width: 1080px) {
  .feature_bnr3 .feature_bnr3_box .h_ttl_big {
    top: 20%;
  }
}

.feature_bnr3 .btn01 a {
  padding: 1rem 6rem;
}

.feature_bnr4 {
  max-width: 80%;
  margin: auto;
  position: relative;
}

@media all and (max-width: 639px) {
  .feature_bnr4 {
    max-width: 100%;
  }
}

.feature_bnr4 .feature_num {
  position: static;
  -webkit-transform: translate(100px, 40px);
          transform: translate(100px, 40px);
}

@media all and (max-width: 639px) {
  .feature_bnr4 .feature_num {
    -webkit-transform: none;
            transform: none;
    margin: auto;
  }
}

.feature_bnr4 .btn01 a {
  padding: 1rem 6rem;
}

.top_contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_contact_link li {
  margin: 1rem;
}

@media all and (max-width: 639px) {
  .top_contact_link li {
    margin: 0.5rem;
  }
}

.top_contact_link li a {
  display: block;
  padding: 0.5rem 2rem;
  text-align: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.top_contact_link li.top_contact_link_tel a {
  border: 1px solid #128fd9;
  color: #128fd9;
}

.top_contact_link li.top_contact_link_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f87b";
  font-weight: 900;
  margin-right: 5px;
}

.top_contact_link li.top_contact_link_tel a:hover {
  background: #128fd9;
  color: #fff;
}

.top_contact_link li.top_contact_link_mail a {
  border: 1px solid #33e6fb;
  color: #33e6fb;
}

.top_contact_link li.top_contact_link_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}

.top_contact_link li.top_contact_link_mail a:hover {
  background: #33e6fb;
  color: #fff;
}

.top_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_service .top_service_box {
  width: 24%;
}

@media all and (max-width: 1080px) {
  .top_service .top_service_box {
    width: 100%;
  }
}

.top_service .top_service_l {
  width: 35%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 1080px) {
  .top_service .top_service_l {
    width: 100%;
    padding: 2rem 1rem;
  }
}

@media all and (max-width: 639px) {
  .top_service .top_service_l {
    width: 100%;
    padding: 0;
  }
}

.top_service .top_service_r {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1080px) {
  .top_service .top_service_r {
    width: 100%;
  }
}

.top_service .top_service_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top_service .top_service_img.v2 {
  width: 50%;
}

@media all and (max-width: 1080px) {
  .top_service .top_service_img {
    width: 100%;
  }
  .top_service .top_service_img.v2 {
    width: 100%;
  }
}

.top_service .top_service_img img {
  width: 100%;
  height: 100%;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
}

.top_service .top_service_img .top_service_txt {
  width: 90%;
  height: 100%;
  margin: auto;
  padding: 1rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2a2a2a;
  background: #fff;
  border: 2px solid #f79f54;
  border-radius: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media all and (max-width: 1080px) {
  .top_service .top_service_img .top_service_txt {
    padding: 1rem;
  }
}

.top_service .top_service_img a:hover img {
  opacity: 0.8;
}

.contact_sec {
  text-align: center;
}

.contact_sec .contact_sec_tel {
  margin: 0 1rem;
}

@media all and (max-width: 639px) {
  .contact_sec .contact_sec_tel {
    margin: 1rem;
  }
}

.contact_sec .contact_sec_tel a {
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
}

.contact_sec .contact_sec_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f87b";
  font-weight: 900;
  margin-right: 5px;
}

.contact_sec .contact_sec_tel + p {
  margin-bottom: 2rem;
}

@media all and (max-width: 639px) {
  .contact_sec .contact_sec_tel + p {
    font-size: 0.875rem;
  }
}

.contact_sec .contact_sec_mail {
  margin: 0 1rem;
}

.contact_sec .contact_sec_mail a {
  display: block;
  padding: 1rem 3rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.25rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media all and (max-width: 639px) {
  .contact_sec .contact_sec_mail a {
    padding: 1rem;
    font-size: 1rem;
  }
}

.contact_sec .contact_sec_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}

.contact_sec .contact_sec_mail a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #128fd9;
}

.contact_sec.type2 a {
  color: #128fd9;
}

.contact_sec.type2 .contact_sec_mail a {
  border: 1px solid #128fd9;
}

.line_anim {
  position: absolute;
  width: 625px;
  height: 640px;
  margin: auto;
  opacity: .2;
}

.line_anim.item1 {
  top: 250px;
  right: 70.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.line_anim.item2 {
  top: 250px;
  left: 75%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.line_anim_box1 {
  padding-right: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line_anim_box1 > span {
  position: relative;
  display: block;
  width: 1px;
  background: #5a5a5a;
  margin-right: 41px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.line_anim_box1 > span:nth-of-type(1) {
  height: 568px;
  top: 70px;
}

.line_anim_box1 > span:nth-of-type(2) {
  height: 568px;
  top: 56px;
}

.line_anim_box1 > span:nth-of-type(3) {
  height: 469px;
  top: 84px;
}

.line_anim_box1 > span:nth-of-type(4) {
  height: 469px;
  top: 98px;
}

.line_anim_box1 > span:nth-of-type(5) {
  height: 469px;
}

.line_anim_box1.pt2 > span {
  background: #f1f1f1;
}

.line_anim_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}

.line_anim_box2 > span {
  position: relative;
  display: block;
  height: 1px;
  background: #5a5a5a;
  margin-bottom: 44px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.line_anim_box2 > span:nth-of-type(1) {
  width: 400px;
  left: 50px;
}

.line_anim_box2 > span:nth-of-type(2) {
  width: 400px;
  left: 100px;
}

.line_anim_box2 > span:nth-of-type(3) {
  width: 400px;
  left: 57px;
}

.line_anim_box2 > span:nth-of-type(4) {
  width: 470px;
  left: 0;
}

.line_anim_box2 > span:nth-of-type(5) {
  width: 470px;
  left: 70px;
}

.line_anim_box2 > span:nth-of-type(6) {
  width: 470px;
  left: 57px;
}

.line_anim_box2 > span:nth-of-type(7) {
  width: 526px;
  left: 100px;
}

.line_anim_box2.pt2 > span {
  background: #f1f1f1;
}

.line_anim_box1,
.line_anim_box2 {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.line_anim.active .line_anim_box1 > span {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.line_anim.active .line_anim_box2 > span {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.line_anim.active span {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition-timing-function: cubic-bezier(0.08, 0.92, 0.35, 1);
          transition-timing-function: cubic-bezier(0.08, 0.92, 0.35, 1);
}

.line_anim.active span:nth-of-type(1) {
  -webkit-transform-origin: 38% 38%;
          transform-origin: 38% 38%;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.line_anim.active span:nth-of-type(2) {
  -webkit-transform-origin: 60% 60%;
          transform-origin: 60% 60%;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.line_anim.active span:nth-of-type(3) {
  -webkit-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.line_anim.active span:nth-of-type(4) {
  -webkit-transform-origin: 42% 42%;
          transform-origin: 42% 42%;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.line_anim.active span:nth-of-type(5) {
  -webkit-transform-origin: 60% 60%;
          transform-origin: 60% 60%;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.line_anim.active span:nth-of-type(6) {
  -webkit-transform-origin: 36% 36%;
          transform-origin: 36% 36%;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.line_anim.active span:nth-of-type(7) {
  -webkit-transform-origin: 45% 45%;
          transform-origin: 45% 45%;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.svg_wrap {
  position: absolute;
  z-index: -9999;
}

.property_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.property_box > li {
  width: calc(100% / 3 - 30px);
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  overflow: hidden;
  position: relative;
  margin: 0 15px 3em;
}

.property_box > li:hover .img > img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.property_box > li:hover .btn {
  color: #fff;
  background: #9b7250;
  border: 2px solid #9b7250;
}

.property_box > li > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.property_box .img {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 62%;
  margin-bottom: 10px;
}

.property_box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.property_box .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1;
}

.property_box .info .cat {
  display: inline-block;
  background: #9b7250;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px 4px;
  color: #fff;
}

.property_box .info .day {
  text-align: right;
  display: inline-block;
  margin-right: 10px;
}

.property_box .ttl {
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.property_box .btn {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #fff;
  color: #9b7250;
  border: 2px solid #9b7250;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .property_box > li {
    width: 100%;
    display: block;
    padding: 10px;
    margin: 0 auto 3em;
  }
  .property_box > li:hover .img img {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
  }
  .property_box > li:hover .btn {
    background: #fff;
    color: #9b7250;
    border: 2px solid #9b7250;
  }
  .property_box .img {
    width: 100%;
    height: 0;
    padding-top: 72%;
    margin-bottom: 10px;
  }
  .property_box .img img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .property_box .data {
    width: 100%;
  }
  .property_box .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .property_box .btn {
    font-size: 15px;
    color: #fff;
    background: #9b7250;
    border: 2px solid #9b7250;
  }
}

.data_tbl {
  width: 100%;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.data_tbl.ptn_02 tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.data_tbl.ptn_02 tr {
  width: 48%;
  padding: 12px 0px;
}

.data_tbl tr {
  border-bottom: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.data_tbl tr.full {
  width: 100%;
  border: none;
}

.data_tbl tr.full th {
  display: none;
}

.data_tbl tr.full td {
  padding-left: 0;
}

.data_tbl tr.long {
  width: 100%;
}

.data_tbl th {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
  width: 80px;
  position: relative;
  padding: 8px 8px;
}

/* .data_tbl th:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
} */
.data_tbl th span {
  font-size: 12px;
  font-weight: normal;
}

.data_tbl td {
  padding: 6px 0;
  padding-left: 15px;
  border: 0px solid #aaa;
  vertical-align: middle;
}

.data_tbl .price {
  font-size: 16px;
  font-weight: 700;
  color: #d41414;
}

@media screen and (max-width: 480px) {
  .data_tbl {
    font-size: 13px;
  }
  .data_tbl.ptn_02 tr {
    width: 100%;
    padding: 3px 0;
  }
  .data_tbl tr {
    padding: 10px 0px;
  }
  .data_tbl tr.full {
    font-size: 14px;
  }
  .data_tbl th {
    width: 55px;
    font-size: 12px;
    padding-right: 5px;
  }
  .data_tbl td {
    padding-left: 10px;
  }
  .data_tbl .price {
    font-size: 16px;
  }
}

@media all and (max-width: 1080px) {
  .prlx, .prlx2, .prlx3, .prlx4 {
    -webkit-transform: none !important;
            transform: none !important;
    background-position: bottom !important;
  }
}

.philosohpy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.philosohpy_wrap .philosohpy_box {
  width: 19%;
  margin-bottom: 2rem;
  position: relative;
}

@media all and (max-width: 1080px) {
  .philosohpy_wrap .philosohpy_box {
    width: 48%;
  }
}

@media all and (max-width: 639px) {
  .philosohpy_wrap .philosohpy_box {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.philosohpy_wrap .philosohpy_box figure {
  height: 380px;
  overflow: hidden;
}

.philosohpy_wrap .philosohpy_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media all and (max-width: 639px) {
  .philosohpy_wrap .philosohpy_box figure {
    height: 380px;
  }
}

.philosohpy_wrap .philosohpy_box .philosohpy_ttl {
  font-size: 1.125rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.philosohpy_wrap .philosohpy_box .btn01 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.philosohpy_wrap .philosohpy_box .btn01 span {
  width: auto;
  padding: 0;
  border: 0;
  color: #fff;
}

.philosohpy_wrap .philosohpy_box .btn01 span svg {
  width: 8rem;
  fill: #fff;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.philosohpy_wrap .philosohpy_box a {
  display: block;
  position: relative;
}

.philosohpy_wrap .philosohpy_box a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 1;
}

.philosohpy_wrap .philosohpy_box a:hover:before {
  background: rgba(0, 0, 0, 0.3);
}

.philosohpy_wrap .philosohpy_box a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.philosohpy_wrap .philosohpy_box.v2 {
  width: 32%;
}

@media all and (max-width: 639px) {
  .philosohpy_wrap .philosohpy_box.v2 {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.philosohpy_wrap .philosohpy_box.v2 .philosohpy_ttl {
  right: inherit;
  left: 1rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #2a2a2a;
}

.philosohpy_wrap .philosohpy_box.v2 .philosohpy_ttl .en {
  display: inline-block;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 0.5rem;
  padding: 0.5rem;
  background: #fff;
}

.philosohpy_wrap .philosohpy_box.v2 .philosohpy_ttl .ja {
  display: inline-block;
  padding: 0.5rem;
  background: #fff;
  margin-right: 0.25rem;
}

.contact_tel {
  text-align: center;
  margin-bottom: 1rem;
}

.contact_tel a {
  display: inline-block;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.125rem;
  font-weight: 600;
  font-size: 2rem;
}

.contact_tel a i {
  margin-right: 10px;
}

.ceo {
  text-align: right;
}

.ceo span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.25rem;
}

.hot_list li {
  margin-bottom: 1rem;
}

.hot_list li span {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.25rem;
}

.hot_list li i {
  font-size: 2rem;
  color: #d03721;
}

.r_img {
  border-radius: 15px;
}

.products_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products_wrap.v2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products_wrap .products_box {
  width: 32%;
  margin-right: calc((100% - (32%*3))/2);
  margin-bottom: 2rem;
}

.products_wrap .products_box:nth-of-type(3n) {
  margin-right: 0;
}

@media all and (max-width: 639px) {
  .products_wrap .products_box {
    width: 100%;
  }
}

.products_wrap .products_box figure {
  margin-bottom: 1rem;
}

.products_wrap .products_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products_wrap .products_box .products_txt .products_name {
  font-size: 1.125rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #9b7250;
}

.products_wrap .products_box .products_txt .products_name p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 400;
}

.products_wrap .products_box .products_txt .products_name p:before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 2px;
  background: #9b7250;
  margin-right: 5px;
}

.products_wrap .products_box .products_txt .products_cmt {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #9b7250;
}

.products_wrap .products_box .products_txt .products_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #9b7250;
}

.products_wrap .products_box .products_txt .products_price span {
  font-size: 1.25rem;
}

.products_wrap .products_box .products_txt .products_price select {
  margin-left: auto;
}

.products_wrap .products_box .products_txt .products_ul li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #f79f54;
}

.products_wrap .products_box .products_txt .products_ul li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.products_wrap .products_box.v2 {
  width: 32%;
}

@media all and (max-width: 639px) {
  .products_wrap .products_box.v2 {
    width: 100%;
  }
}

.products_wrap .products_box.v3 {
  width: 66%;
  margin-right: 0;
}

@media all and (max-width: 639px) {
  .products_wrap .products_box.v3 {
    width: 100%;
  }
}

.products_tbl {
  width: 100%;
}

.products_tbl th, .products_tbl td {
  padding: 0.25rem;
  border: 1px solid #128fd9;
  text-align: center;
}

.products_tbl th {
  background: #33e6fb;
  color: #fff;
}

@media all and (max-width: 639px) {
  .products_tbl.v2 th, .products_tbl.v2 td {
    font-size: 0.5rem;
  }
}

.total_box {
  width: 50%;
  padding: 1rem 2rem;
  margin: auto;
  margin-bottom: 2rem;
  background: #f9ba85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 639px) {
  .total_box {
    width: 100%;
  }
}

.total_box span {
  color: #fff;
}

.total_box input[type="text"].textarea {
  width: auto;
  text-align: right;
  background: #fafafa;
}

@media all and (max-width: 639px) {
  .total_box input[type="text"].textarea {
    width: 100%;
    display: block;
    margin-top: 0.5rem;
  }
}

.deli_img {
  padding: 2rem;
}

.insta_box {
  position: relative;
  padding-top: calc(4/3*100% - 110px);
  overflow-y: scroll;
}

.insta_box iframe {
  width: 100% !important;
  max-width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay_contents {
  position: relative;
}

.overlay_filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 80%);
  z-index: 2;
}

.overlay_text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
