@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&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: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../img/bg_base.png) no-repeat center/cover;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/bg_base.png) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

body.under:before {
  display: none;
}

#contents {
  overflow: hidden;
}

a {
  color: #6f00e5;
  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: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #fcfdfe;
}

@media all and (max-width: 1180px) {
  header {
    width: 100%;
    height: auto;
    position: static;
  }
}

header #header {
  height: 100%;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

header #header #logo {
  width: 120px;
  margin: 0 auto 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media all and (max-width: 1180px) {
  header #header #logo {
    margin: 0;
  }
}

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

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

header #header .head_right {
  height: 100%;
}

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

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

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

header #header .head_contact .head_link li {
  text-align: center;
  margin: 0 0.5rem;
}

header #header .head_contact .head_link .head_tel a {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #2a2a2a;
  letter-spacing: 0.25rem;
}

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 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #2a2a2a;
  letter-spacing: 0.25rem;
}

header #header .head_contact .head_link .head_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f87b";
  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: #b9d97d;
  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: #f5ecbe;
  border-radius: 50%;
}

header #header .head_contact .head_link .head_insta.v2 a {
  background: #25a239;
}

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: #0074e8;
  border-radius: 50%;
}

header #header.fixed {
  background: #fff;
}

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%;
  height: 100%;
  position: relative;
  z-index: 20;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

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

#nav_menu nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

#nav_menu nav .head_tel {
  padding: 1rem;
  margin-top: auto;
}

@media all and (max-width: 1180px) {
  #nav_menu nav .head_tel {
    padding: 1rem 0.5rem 0.5rem;
  }
}

#nav_menu nav .head_tel a {
  display: block;
  padding: 1rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #2a2a2a;
  letter-spacing: 0.25rem;
  background: #6f00e5;
  color: #fff;
  border-radius: 10px;
}

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

#nav_menu nav .head_mail {
  padding: 1rem;
}

@media all and (max-width: 1180px) {
  #nav_menu nav .head_mail {
    padding: 0.5rem;
  }
}

#nav_menu nav .head_mail a {
  display: block;
  padding: 1rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #2a2a2a;
  letter-spacing: 0.25rem;
  background: #ef8200;
  color: #fff;
  border-radius: 10px;
}

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

@media all and (max-width: 1180px) {
  #nav_menu nav .head_mail a {
    font-size: 0.875rem;
  }
}

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

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

#nav_menu nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  text-align: left;
}

@media all and (max-width: 1180px) {
  #nav_menu nav ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
    position: relative;
  }
}

#nav_menu nav ul li img {
  width: 1.25rem;
}

@media all and (max-width: 1180px) {
  #nav_menu nav ul li img {
    display: block;
    position: absolute;
    top: 1.25rem;
    left: 0;
  }
}

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

@media all and (max-width: 1180px) {
  #nav_menu nav ul li a {
    display: inline-block;
    padding: 1rem 2rem;
  }
}

#nav_menu nav ul li a span {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-size: 0.5rem;
  color: #2a2a2a;
}

#nav_menu nav ul li.dropdown {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#nav_menu nav ul li.dropdown a {
  display: inline-block;
}

#nav_menu nav ul li.dropdown ul {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

#nav_menu nav ul li.dropdown ul li {
  padding: 0;
}

#nav_menu nav ul li.dropdown ul li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

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

#nav_menu nav ul li.dropdown ul li a {
  display: block;
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #fafafa;
  font-size: 0.875rem;
}

@media all and (max-width: 1180px) {
  #nav_menu nav ul li.dropdown ul li a {
    background: #ef8200;
    color: #fff;
  }
}

@media all and (max-width: 375px) {
  #nav_menu nav ul li.dropdown ul li a {
    font-size: 12px;
  }
}

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

#nav_menu nav ul li.dropdown:hover {
  background: #ef8200;
  cursor: pointer;
}

@media all and (max-width: 1180px) {
  #nav_menu nav ul li.dropdown:hover {
    background: none;
  }
}

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

@media all and (max-width: 1180px) {
  #nav_menu nav ul li.dropdown:hover > a {
    color: #2a2a2a;
  }
}

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

#nav_menu nav ul li.dropdown:hover ul li a:hover {
  background: #ef8200;
  color: #fff;
}

#nav_menu nav ul li.dropdown:hover .drop_arw {
  color: #fff;
}

@media all and (max-width: 1180px) {
  #nav_menu nav ul li.dropdown:hover .drop_arw {
    color: #2a2a2a;
  }
}

#nav_menu nav ul li.dropdown .drop_arw {
  display: block;
  position: absolute;
  top: 28px;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media all and (max-width: 1180px) {
  #nav_menu nav ul li.dropdown .drop_arw {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#nav_menu nav ul li.dropdown .drop_arw:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  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: 1367px) {
  #nav_menu nav ul li.dropdown.v2 ul {
    top: inherit;
    bottom: 0;
  }
}

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

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

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

#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: #b9d97d;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  z-index: 1;
}

@media all and (max-width: 1180px) {
  #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: 1180px) {
  #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: 1180px) {
  #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: 1180px) {
  #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: 1.75rem;
  right: 1.5rem;
  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: #00a6e9;
  position: absolute;
  top: -0.75rem;
  left: -0.5rem;
}

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

#nav_menu.open nav {
  opacity: 1;
  visibility: visible;
}

#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: 1180px) {
  #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, #0074e8, #00a6e9);
  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, #0074e8, #00a6e9);
  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;
}

main {
  width: calc(100% - 320px);
  margin-left: auto;
}

@media all and (max-width: 1180px) {
  main {
    width: 100%;
  }
}

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

.breadcrumbs {
  width: 1280px;
  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: #00a6e9;
}

.breadcrumbs li a {
  color: #00a6e9;
}

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

footer {
  width: calc(100% - 320px);
  margin-left: auto;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

@media all and (max-width: 1180px) {
  footer {
    width: 100%;
  }
}

footer #footer {
  width: 100%;
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 80px 0;
  color: #2a2a2a;
}

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

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

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

@media all and (max-width: 1180px) {
  footer .copyright {
    padding-bottom: 65px;
  }
}

footer .copyright a {
  color: #fff;
}

footer .foot_txt {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

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

footer .foot_txt .en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
}

footer .f_navi {
  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;
  margin-top: 2rem;
}

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

footer .f_navi li {
  margin: 0.5rem 1rem;
  text-align: center;
  line-height: 1;
}

footer .f_navi li a {
  font-size: 0.75rem;
  color: #2a2a2a;
}

footer .f_navi li span {
  font-size: 1.25rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
}

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

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

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

@media all and (max-width: 639px) {
  .company_tbl th, .company_tbl td {
    padding: 0.5rem;
  }
}

.company_tbl th {
  width: 30%;
  border-bottom: 1px solid #6f00e5;
  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: #b9d97d;
  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: #b9d97d;
  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;
  vertical-align: middle;
}

@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: center;
  background: #00a6e9;
  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;
  }
}

.rec_tbl.type2 {
  table-layout: auto;
}

.rec_tbl.type3 {
  font-size: 0.875rem;
}

.rec_tbl.type3 th {
  width: auto;
}

.rec_tbl.yellow th {
  background: #fbc600;
}

.rec_tbl.green th {
  background: #25a239;
}

.rec_tbl.orange th {
  background: #ef8200;
}

.rec_tbl.purple th {
  background: #6f00e5;
}

.rec_tbl .umu {
  display: inline-block;
  position: relative;
}

.rec_tbl .umu:before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #e9545d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.rec_tbl .umu.v2:before {
  width: 1.25rem;
  height: 1.25rem;
}

@media all and (max-width: 639px) {
  .rec_tbl.v3 th {
    display: table-cell;
    padding: 0.5rem 0;
    font-size: 10px;
  }
}

@media all and (max-width: 639px) {
  .rec_tbl.v3 td {
    display: table-cell;
    margin-bottom: 0;
    font-size: 10px;
  }
}

.tbl_scroll {
  margin-bottom: 20px;
}

@media all and (max-width: 1367px) {
  .tbl_scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .tbl_scroll .rec_tbl {
    width: 1200px;
  }
  .tbl_scroll .rec_tbl th, .tbl_scroll .rec_tbl td {
    width: auto !important;
    display: table-cell;
  }
}

.rec_link {
  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;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.rec_link li {
  width: 300px;
  margin: 0 10px;
  text-align: center;
}

@media all and (max-width: 1280px) {
  .rec_link li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.rec_link .confirm_btn a {
  display: block;
  padding: 1rem 0;
  color: #fff;
  background: #6f00e5;
  border: 1px solid #6f00e5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.rec_link .confirm_btn a:hover {
  color: #6f00e5;
  background: #fff;
}

.rec_link .confirm_btn a i {
  margin-right: 5px;
}

.rec_link .confirm_btn.blue2 a {
  background: #00a6e9;
  border: 1px solid #00a6e9;
}

.rec_link .confirm_btn.blue2 a:hover {
  color: #00a6e9;
  background: #fff;
}

.rec_link .entry_btn a {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  display: block;
  padding: 1rem 0;
  color: #25a239;
  border: 1px solid #25a239;
  position: relative;
}

.rec_link .entry_btn a .en {
  display: block;
  padding: 0.5rem;
  font-weight: 600;
  background: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rec_link .entry_btn a i {
  margin-right: 5px;
}

.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: #b9d97d;
  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: #0074e8;
  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 {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 1.25rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
  text-align: center;
  padding: 0 0 10px;
}

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

#mainvisual #main_catch .main_text {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  color: #ef8200;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff,  2px -2px 0px #fff, 2px 0px 0px #fff, -2px  0px 0px #fff, 0px 2px 0px #fff,  0px -2px 0px #fff;
}

#mainvisual #main_catch .main_text.v2 {
  font-size: 2.5rem;
  color: #25a239;
  padding: 1rem 0;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff,  2px -2px 0px #fff, 2px 0px 0px #fff, -2px  0px 0px #fff, 0px 2px 0px #fff,  0px -2px 0px #fff;
}

@media all and (max-width: 639px) {
  #mainvisual #main_catch .main_text {
    font-size: 1.25rem;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff,  1px -1px 0px #fff, 1px 0px 0px #fff, -1px  0px 0px #fff, 0px 1px 0px #fff,  0px -1px 0px #fff;
  }
  #mainvisual #main_catch .main_text.v2 {
    font-size: 1.5rem;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff,  1px -1px 0px #fff, 1px 0px 0px #fff, -1px  0px 0px #fff, 0px 1px 0px #fff,  0px -1px 0px #fff;
  }
}

#mainvisual #main_catch .main_text b {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0 0.5rem;
  background: linear-gradient(135deg, #0074e8, #00a6e9);
  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: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
}

#mainvisual #main_catch .main_text2 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  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 {
  color: #b9d97d;
}

@media all and (max-width: 1180px) {
  #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;
  z-index: -1;
}

#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: 100%;
  height: 100vh;
}

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

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

#topSlider .swiper-slide[class*=-active] .slide-img, #topSlider .swiper-slide[class*=-prev] .slide-img, #topSlider .swiper-slide[class*=-duplicate-active] .slide-img {
  -webkit-animation-name: fadeBlur;
          animation-name: fadeBlur;
  -webkit-animation-duration: 6.5s;
          animation-duration: 6.5s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes fadeBlur {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes fadeBlur {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes fadeOutBlur {
  0% {
  }
  100% {
  }
}

@keyframes fadeOutBlur {
  0% {
  }
  100% {
  }
}

.scrolldown {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.scrolldown span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #fff;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

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

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

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

.container.pd_t0 {
  padding-top: 0;
}

.container.pd_b0 {
  padding-bottom: 0;
}

.container2 {
  width: 100%;
  padding: 100px 1rem;
  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;
  }
}

.container2.pd_t0 {
  padding-top: 0;
}

.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: 60px;
  background: #fff;
}

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

.box.pd20 {
  padding: 20px;
}

.box.pd0 {
  padding: 0;
}

.box.bdr_b {
  border-bottom: 2px solid #0074e8;
}

.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 #0074e8;
  position: relative;
  -webkit-box-shadow: 10px 10px 0 0 #1c8eff;
          box-shadow: 10px 10px 0 0 #1c8eff;
}

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

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

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

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

.box5 {
  padding: 2rem;
  background: #fff;
  border-radius: 4% 96% 5% 95% / 87% 10% 90% 13%;
}

.round {
  border-radius: 1rem;
}

.transparent {
  background: transparent;
}

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

.big_ttl {
  width: 100%;
  position: relative;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 1rem;
  color: #b9d97d;
  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;
  color: #b9d97d;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  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: 1180px) {
  .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: #b9d97d;
  margin-bottom: 4rem;
}

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

.h_ttl .en {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.5rem;
  color: #b9d97d;
}

@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;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.125rem;
  color: #b9d97d;
  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: 3rem;
  color: #2a2a2a;
  margin-bottom: 2rem;
}

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

.h_ttl_big span {
  font-weight: 600;
}

.h_ttl_big2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.h_ttl_big2 b {
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
}

.h_ttl_big2 b.orange {
  color: #ef8200;
}

.h_ttl_big2 b.blue2 {
  color: #00a6e9;
}

.h_ttl_big2 b.green {
  color: #25a239;
}

.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;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #b9d97d;
}

.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, #0074e8, #00a6e9);
  position: absolute;
  bottom: 0;
  left: 0;
}

.h_ttl_mid.white .en {
  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.35rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background: #00a6e9;
}

.h_ttl_s2 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

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

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

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

.h_ttl_s2.type2 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}

.h_ttl_line {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #2a2a2a;
  font-weight: 600;
}

.h_ttl_line::first-letter {
  color: #ef8200;
}

.h_ttl_line.red:first-letter {
  color: #e9545d;
}

.h_ttl_line.yellow:first-letter {
  color: #fbc600;
}

.h_ttl_line.purple:first-letter {
  color: #6f00e5;
}

.h_ttl_line.green:first-letter {
  color: #25a239;
}

.h_ttl_line.blue:first-letter {
  color: #0074e8;
}

.h_ttl_line.blue2:first-letter {
  color: #00a6e9;
}

.h_ttl_line span {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  background: #b9d97d;
  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: #fcfdfe;
  font-size: 1.5rem;
  color: #2a2a2a;
  position: relative;
}

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

.h_ttl_box.red:before {
  background: #e9545d;
}

.h_ttl_box.yellow:before {
  background: #fbc600;
}

.h_ttl_box.purple:before {
  background: #6f00e5;
}

.h_ttl_box.green:before {
  background: #25a239;
}

.h_ttl_box.blue:first-letter {
  color: #0074e8;
}

.h_ttl_box.blue2:before {
  background: #00a6e9;
}

.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: 1180px) {
  .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 #0074e8;
  border-bottom: 2px solid #0074e8;
}

@media all and (max-width: 1180px) {
  .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: 1180px) {
  .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: 1180px) {
  .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 span {
  font-weight: 600;
}

.h_ttl_slash .en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  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: #f5ecbe;
  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: #b9d97d;
  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: #b9d97d;
}

.feature_ttl p {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #b9d97d;
  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 #b9d97d;
}

.half_ttl .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #b9d97d;
}

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

.mtext1 b {
  font-weight: 600;
  color: #ef8200;
}

.mtext2 {
  font-size: 1.5rem;
}

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

.mtext2 b {
  color: #ef8200;
}

.mtext3 {
  font-size: 2rem;
}

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

.bold {
  font-weight: 600;
}

.color1 {
  color: #b9d97d;
}

.color2 {
  color: #f5ecbe;
}

.color_blue {
  color: #0074e8;
}

.menu_list {
  margin-bottom: 30px;
}

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

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

.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: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.list_disc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px 0;
}

.list_disc li:before {
  content: "●";
  margin-top: 5px;
  margin-right: 0.25rem;
  color: #ef8200;
  font-size: 0.5rem;
}

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_disc.type3 li {
  padding: 0.25rem 1rem;
  background: #fafafa;
  border-radius: 2rem;
  border-bottom: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #2a2a2a;
}

.list_disc.type3 li:before {
  color: #8dda60;
}

@media all and (max-width: 639px) {
  .list_disc.type3 li {
    padding: 0.25rem 0.5rem;
    margin-right: 0;
  }
}

.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.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.list_check.type2 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;
  color: #2a2a2a;
}

.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: #b9d97d;
  border-bottom: 1px dotted #b9d97d;
}

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

@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 #b9d97d;
  color: #b9d97d;
}

.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: #b9d97d;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

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

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

.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: #b9d97d;
}

.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: #b9d97d;
  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;
}

.time-list.type_center {
  max-width: 480px;
  margin: 0 auto;
}

.time-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.time-list li .txtarea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0px 40px 30px 40px;
}

.time-list li .txtarea:before {
  content: "";
  position: absolute;
  left: 135px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #d3d3d3;
}

.time-list li .txtarea:last-child:before {
  display: none;
}

.time-list li .txtarea:after {
  content: "";
  position: absolute;
  left: 126px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #b9d97d;
  z-index: 1;
  border: 2px solid #b9d97d;
  border-radius: 50%;
}

.time-list li .ttl {
  font-size: 1rem;
  line-height: 1.4;
}

.time-list li .time {
  width: 120px;
  overflow-wrap: break-word;
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media all and (max-width: 1180px) {
  .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: 1180px) {
  .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: 1180px) {
  .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: 1180px) {
  .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: 1180px) {
  .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: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  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 {
  border-radius: 15px;
  border: 2px solid #2a2a2a;
  margin-right: calc((100% - (31%*3))/2);
  margin-bottom: 2rem;
  overflow: hidden;
}

@media all and (max-width: 639px) {
  .top_blog_box {
    width: 48% !important;
    margin-right: calc(100% - (48%*2));
    margin-bottom: 1rem;
  }
}

@media all and (max-width: 639px) {
  .top_blog_box:nth-of-type(2n) {
    margin-right: 0;
  }
}

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

@media all and (max-width: 639px) {
  .top_blog_box:nth-of-type(3n) {
    margin-right: auto;
  }
}

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

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

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

.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_body {
  padding: 1rem;
}

.top_blog_box a .top_blog_ttl {
  color: #0074e8;
}

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

.top_blog_box a .blog_date span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #2a2a2a;
  color: #fff;
  border-radius: 2rem;
}

@media all and (max-width: 639px) {
  .top_blog_box a .blog_date span {
    font-size: 0.5rem;
  }
}

.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: #b9d97d;
}

.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:hover .top_blog_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

.under .top_blog_box a .top_blog_img {
  height: 200px;
}

.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 #b9d97d;
  border-radius: 2rem;
  font-size: 12px;
  color: #b9d97d;
}

@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%;
  }
}

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

.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: 57%;
}

@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: 1280px) {
  .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%;
  }
}

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

.flx5 .flx_in {
  width: 18%;
}

@media all and (max-width: 639px) {
  .flx5 .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%;
  }
}

.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: #b9d97d;
  color: #fff;
}

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

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

.pos_r {
  position: relative;
}

.bg_wave {
  position: relative;
}

.bg_wave .wave_svg {
  width: 1920px;
  height: 196px;
  vertical-align: bottom;
  fill: #fff;
}

@media all and (max-width: 639px) {
  .bg_wave .wave_svg {
    width: 480px;
    height: 49px;
  }
}

.bg_wave.ud {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bg_wave.v2 {
  background: #fff;
}

.bg_wave.v2 .wave_svg {
  fill: #fafafa;
}

.bg_wave.v3 {
  background: #fafafa;
}

.bg_main {
  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_about.jpg) no-repeat center/cover;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/bg_about.jpg) no-repeat center/cover;
  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_main.fixed {
  background-attachment: fixed;
}

.bg_main .office_deco {
  z-index: -1 !important;
}

.bg_main2 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../img/bg_body2.jpg) no-repeat center/cover;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg_body2.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_main2.fixed {
  background-attachment: fixed;
}

.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_contact {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../img/bg_contact.jpg) no-repeat center/cover;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg_contact.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
}

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

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

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

.bg_contact.fixed {
  background-attachment: fixed;
}

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

.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_base {
  background: #b9d97d;
}

.bg_base.bg_right {
  background: -webkit-gradient(linear, right top, left top, color-stop(75%, #b9d97d), color-stop(75%, transparent));
  background: linear-gradient(to left, #b9d97d 75%, transparent 75%);
}

.bg_base.bg_left {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #b9d97d), color-stop(75%, transparent));
  background: linear-gradient(to right, #b9d97d 75%, transparent 75%);
}

.bg_base.bg_btm {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(55%, #b9d97d), color-stop(55%, transparent));
  background: linear-gradient(to top, #b9d97d 55%, transparent 55%);
}

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

.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_white.transparent_5 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}

.bg_beige {
  background: #f5ecbe;
}

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

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

.bg_beige.bg_btm {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(55%, #f5ecbe), color-stop(55%, transparent));
  background: linear-gradient(to top, #f5ecbe 55%, transparent 55%);
}

.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: 1180px) {
  .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: 1180px) {
  .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: 1180px) {
  .bg_skew:after {
    display: none;
  }
}

.bg_colorful {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url(../img/bg_colorful.png) no-repeat center/cover;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../img/bg_colorful.png) no-repeat center/cover;
  background-color: #fff;
}

.bg_colorful.fixed {
  background-attachment: fixed;
}

.bg_dot {
  background: radial-gradient(#0074e8 2px, transparent 2px), radial-gradient(#00a6e9 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: 1180px) {
  .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: 1180px) {
  .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: 1180px) {
  .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: 1180px) {
  .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: 1180px) {
  .greet_box .greet_img img {
    position: static;
    min-width: auto;
    height: 100%;
  }
}

.greet_body {
  padding: 0 2rem;
  margin: 0 auto 2rem;
  font-size: 1.125rem;
  line-height: 2;
}

@media all and (max-width: 1180px) {
  .greet_body {
    max-width: 100%;
    padding: 0;
    font-size: 1rem;
  }
}

.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;
  background: url(../img/page_head.jpg) center;
}

@media all and (max-width: 1180px) {
  #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;
  text-shadow: 2px 2px 6px #333;
  overflow: hidden;
}

#page_ttl .page_head .en {
  font-size: 3rem;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  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 {
  margin-bottom: 2rem;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
}

.srv_box figure {
  overflow: hidden;
}

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

.srv_box .srv_body {
  padding: 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;
}

.gallery {
  -webkit-columns: 4;
          columns: 4;
  padding: 0 15px;
  /*ギャラリー左右に余白をつける*/
}

@media all and (max-width: 1180px) {
  .gallery {
    -webkit-columns: 3;
            columns: 3;
  }
}

@media all and (max-width: 639px) {
  .gallery {
    -webkit-columns: 2;
            columns: 2;
  }
}

.gallery li {
  margin-bottom: 20px;
  /*各画像下に余白をつける*/
}

.gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

.flipLeft {
  -webkit-animation-name: flipLeft;
          animation-name: flipLeft;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
  opacity: 0;
}

@-webkit-keyframes flipLeft {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeft {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

.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 {
  color: #fff;
  background: #6f00e5;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  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: 22%;
  margin-right: 1%;
}

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

.form button {
  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 #6f00e5;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #6f00e5;
  border-radius: 25px;
}

.form button:hover {
  background: #fff;
  color: #6f00e5;
}

.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: #b9d97d;
}

.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: #b9d97d;
  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 #b9d97d;
  border-bottom: 3px solid #b9d97d;
  -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;
}

.faq_wrap {
  margin-bottom: 30px;
}

.acc_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  position: relative;
  background: #25a239;
  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;
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}

.acc_toggle span {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-size: 2rem;
  margin-right: 5px;
}

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

.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: 0.5rem;
  }
}

.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 #25a239;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

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

.acc_body .acc_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.acc_body .acc_inner > span {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-size: 2rem;
  margin-right: 5px;
  line-height: 1;
}

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

#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: #b9d97d;
}

#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: #b9d97d;
  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 {
  height: 60px;
  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;
  margin: auto;
  color: #6f00e5;
  position: relative;
}

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

.btn01 a:before, .btn01 span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  margin-right: 5px;
}

.btn02 {
  display: inline-block;
  padding: 1rem 3rem;
  background: #fff;
  color: #ef8200;
  border: 2px solid #ef8200;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn02 span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}

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

.btn02:after {
  background: #ef8200;
  position: absolute;
  top: 0;
  left: -1px;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn02.no_ico span:before {
  display: none;
}

.btn02:hover span {
  color: #fff;
}

.btn02:hover:after {
  -webkit-transform: scale(1.1, 1);
          transform: scale(1.1, 1);
}

.btn02.red {
  color: #e9545d;
  border: 2px solid #e9545d;
}

.btn02.red:after {
  background: #e9545d;
}

.btn02.green {
  color: #25a239;
  border: 2px solid #25a239;
}

.btn02.green:after {
  background: #25a239;
}

.btn02.purple {
  color: #6f00e5;
  border: 2px solid #6f00e5;
}

.btn02.purple:after {
  background: #6f00e5;
}

.btn02.blue {
  color: #0074e8;
  border: 2px solid #0074e8;
}

.btn02.blue:after {
  background: #0074e8;
}

.btn02.blue2 {
  color: #00a6e9;
  border: 2px solid #00a6e9;
}

.btn02.blue2:after {
  background: #00a6e9;
}

.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: 10;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

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

@media all and (max-width: 1180px) {
  #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 {
  text-align: center;
  letter-spacing: normal;
  display: block;
  padding: 0.5rem;
  background: #ef8200;
  color: #fff;
  line-height: 1.2;
}

#sp_menu ul li a span {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
  display: block;
  text-align: center;
}

#sp_menu ul li.green a {
  background: #25a239;
}

.top_bnr {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(185, 217, 125, 0.8)), to(rgba(185, 217, 125, 0.8))), url(../img/bnr_bg.jpg) center;
  background: linear-gradient(0deg, rgba(185, 217, 125, 0.8), rgba(185, 217, 125, 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: 1367px) {
  .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: #00a6e9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.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: 1367px) {
  .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: 680px;
  background: #fff;
  position: relative;
  left: 500px;
  padding: 40px;
  margin-top: 80px;
  z-index: 10;
}

@media all and (max-width: 1367px) {
  .flow_box .flow_right {
    width: 60%;
    height: auto;
    padding: 30px 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: #00a6e9;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  left: 48px;
  top: -16px;
  border: 2px solid #0074e8;
}

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

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

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

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

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

.flow_box .flow_right .flow_body .flx_in {
  width: 49%;
}

@media all and (max-width: 1367px) {
  .flow_box .flow_right .flow_body .flx_in {
    width: 100% !important;
  }
}

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

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

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

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

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

.flow_box.orange .flow_right {
  background: #ffecd6;
}

.flow_box.orange .flow_right .flow_num {
  background: #fff;
  border: 2px solid #ef8200;
  color: #ef8200;
}

.flow_box.yellow .flow_right {
  background: #fff9e2;
}

.flow_box.yellow .flow_right .flow_num {
  background: #fff;
  border: 2px solid #fbc600;
  color: #fbc600;
}

.flow_box.red .flow_right {
  background: #f8c5c8;
}

.flow_box.red .flow_right .flow_num {
  background: #fff;
  border: 2px solid #e9545d;
  color: #e9545d;
}

.flow_box.green2 {
  color: inherit;
}

.flow_box.green2 .flow_right {
  background: #d7f2c7;
}

.flow_box.green2 .flow_right .flow_num {
  background: #fff;
  border: 2px solid #8dda60;
  color: #8dda60;
}

.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(0, 116, 232, 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(0, 116, 232, 0.8);
}

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

.flow2 > li .icon {
  color: #fff;
  background: linear-gradient(135deg, #0074e8, #00a6e9);
  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: #b9d97d;
}

.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(0, 116, 232, 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: #b9d97d;
}

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

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

.step_wrap {
  counter-reset: count;
  margin: 2em 0;
  position: relative;
}

.step_wrap .step_content {
  padding: 0 0 1.3em 2.3em;
  margin: 0;
  position: relative;
}

.step_wrap .step_content:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #2a2a2a;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.step_wrap .step_content:after {
  content: "";
  display: block;
  height: calc(100% - 17px);
  border-left: solid 5px #bbb;
  position: absolute;
  top: 20px;
  left: 3px;
}

.step_wrap .step_content:last-of-type:after {
  display: none;
}

.step_wrap .step_label {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-weight: 600;
}

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

.step_wrap .step_label .ja {
  display: inline-block;
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  margin-left: 1rem;
  letter-spacing: normal;
}

.step_wrap .step_label:before {
  content: "";
  display: block;
  width: 12px;
  border-top: solid 3px #2a2a2a;
  position: absolute;
  top: 10px;
  left: 12px;
}

.step_wrap .step_body {
  padding: 0 0 1em;
}

.step_wrap .step_body:before {
  content: "";
  height: calc(100% - 35px);
  display: block;
  border-left: solid 3px #2a2a2a;
  position: absolute;
  top: 10px;
  left: 21px;
}

.step_wrap .step_body:after {
  content: "";
  width: calc(100% - 1.5em);
  display: block;
  border-bottom: solid 3px #2a2a2a;
  position: absolute;
  bottom: 22px;
  left: 21px;
}

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

.time_img {
  max-width: 200px;
  margin: 1rem auto;
}

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

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

.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: 1180px) {
  .blog_wrap .blog_main {
    width: 100%;
  }
}

.blog_wrap .blog_side {
  width: 20%;
}

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

.blog_wrap .blog_side .archive {
  padding: 0.5rem;
  background: #f5ecbe;
  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 #b9d97d;
}

.blog_wrap .blog_side ul li a {
  color: #2a2a2a;
}

.tab:hover {
  cursor: pointer;
}

.content {
  display: none;
}

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

.pc {
  display: block;
}

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

.pc2 {
  display: block;
}

@media all and (max-width: 1180px) {
  .pc2 {
    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(185, 217, 125, 0.8);
          box-shadow: 0 0 0 8px rgba(185, 217, 125, 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: 1180px) {
  #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: url(../img/page_top.svg) no-repeat center/contain;
  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 {
  opacity: 0.5s;
}

#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_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 {
  display: inline-block;
  overflow: hidden;
}

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

.slide_anim.on, .slide_anim2.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, .slide_anim2.on:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #f5ecbe;
  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;
}

.slide_anim2.on:before {
  background: #fff;
}

@-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%);
  }
}

.smooth_ttl {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.smooth_ttl:before {
  content: '';
  display: block;
  width: 218px;
  height: 24px;
  background: url(../img/ttl_ico.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.smooth_ttl .en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-weight: 700;
  font-size: 4rem;
}

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

.smooth_ttl:first-letter {
  color: #ef8200;
}

.smooth_ttl.red:first-letter {
  color: #e9545d;
}

.smooth_ttl.yellow:first-letter {
  color: #fbc600;
}

.smooth_ttl.purple:first-letter {
  color: #6f00e5;
}

.smooth_ttl.green:first-letter {
  color: #25a239;
}

.smooth_ttl.blue:first-letter {
  color: #0074e8;
}

.smooth_ttl.blue2:first-letter {
  color: #00a6e9;
}

.smooth_ttl.white {
  color: #fff;
}

.smooth_ttl.v2 .ja {
  font-size: 2rem;
  font-weight: 600;
}

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

.smooth {
  overflow: hidden;
  display: block;
}

.txt_trigger {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
          transform: translate3d(0, 100%, 0) skewY(12deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: block;
}

.txt_trigger.txt_up {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
}

.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: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-size: 2rem;
  left: 40px;
  top: 10px;
  z-index: 3;
  color: #f5ecbe;
}

@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: #b9d97d;
  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: #0074e8;
  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: #f5ecbe;
  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 #00a6e9;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  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_bnr .btn01 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

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

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

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

.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_txt {
  padding: 20px;
}

@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: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-weight: 600;
  font-size: 6rem;
  letter-spacing: 0.125rem;
  color: #2a2a2a;
}

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

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

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

.feature_bnr2.last {
  margin: 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: 1180px) {
  .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 #00a6e9;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  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: 1180px) {
  .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 #0074e8;
  color: #0074e8;
}

.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: #0074e8;
  color: #fff;
}

.top_contact_link li.top_contact_link_mail a {
  border: 1px solid #00a6e9;
  color: #00a6e9;
}

.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: #00a6e9;
  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: 1180px) {
  .top_service .top_service_box {
    width: 100%;
  }
}

.top_service .top_service_l {
  width: 35%;
  padding: 0 2rem;
}

@media all and (max-width: 1180px) {
  .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%;
  padding: 2rem;
}

@media all and (max-width: 1180px) {
  .top_service .top_service_r {
    width: 100%;
    padding: 0;
  }
}

.top_service .top_service_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top_service .top_service_img.v2 {
  width: 50%;
}

@media all and (max-width: 1180px) {
  .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 #f5ecbe;
  border-radius: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media all and (max-width: 1180px) {
  .top_service .top_service_img .top_service_txt {
    padding: 1rem;
  }
}

.top_service .top_service_img a:hover img {
  opacity: 0.8;
}

.ideal_ico {
  width: 300px;
  position: absolute;
  top: -200px;
  left: 80px;
}

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

.ideal_ico2 {
  width: 300px;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.ideal_box {
  border-radius: 15px;
}

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

.ideal_box a {
  display: block;
  position: relative;
}

.ideal_box figure img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.ideal_box .ideal_in {
  width: 100%;
  height: 100%;
  padding: 2rem;
  top: 0;
  left: 0;
  position: absolute;
  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-transition: 0.5s ease;
  transition: 0.5s ease;
}

.ideal_box .ideal_in .ideal_box_ttl {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 6px #333;
}

.ideal_box .ideal_in .ideal_btn {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #fff;
  padding: 0.5rem 1rem;
  background: #e9545d;
  border-radius: 30px;
}

@media all and (max-width: 1180px) {
  .ideal_box .ideal_in .ideal_btn {
    padding: 0.25rem 0.5rem;
    bottom: 3rem;
  }
}

.ideal_box .ideal_in .ideal_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  margin-right: 5px;
}

.ideal_box a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.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: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  font-size: 2rem;
  color: #2a2a2a;
}

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

@media all and (max-width: 1280px) {
  .contact_sec .contact_sec_tel a {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 1180px) {
  .contact_sec .contact_sec_tel a {
    font-size: 1rem;
  }
}

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

.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: #00a6e9;
  border: 1px solid #00a6e9;
  font-size: 1.25rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media all and (max-width: 1180px) {
  .contact_sec .contact_sec_mail a {
    padding: 1rem;
  }
}

@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: #0074e8;
}

.contact_sec.type2 a {
  color: #0074e8;
}

.contact_sec.type2 .contact_sec_mail a {
  border: 1px solid #0074e8;
}

.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: #b9d97d;
  border: 2px solid #b9d97d;
}

.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: #b9d97d;
  -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: #b9d97d;
  border: 2px solid #b9d97d;
  -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: #b9d97d;
    border: 2px solid #b9d97d;
  }
  .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: #b9d97d;
    border: 2px solid #b9d97d;
  }
}

.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: 1180px) {
  .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: 1180px) {
  .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.25rem;
  -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: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  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: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  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: #e9545d;
}

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

.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: #b9d97d;
  margin-right: 5px;
}

.products_wrap .products_box .products_txt .products_cmt {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #b9d97d;
}

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

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

.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 #0074e8;
  text-align: center;
}

.products_tbl th {
  background: #00a6e9;
  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: #fcf9ea;
  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;
}

.message .box3 {
  width: 90%;
  margin: -100px auto 0;
}

@media all and (max-width: 639px) {
  .message .box3 {
    width: 100%;
    margin: 0 auto 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.5rem;
  }
}

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

.office_box {
  width: 31%;
  border-radius: 15px;
  margin-right: calc((100% - (31%*3)) / 2);
  margin-bottom: 2rem;
}

@media all and (max-width: 1440px) {
  .office_box {
    width: 48%;
    margin-right: 4%;
  }
  .office_box:nth-of-type(2n) {
    margin-right: 0;
  }
  .office_box:last-of-type {
    margin-right: 0;
  }
}

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

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

@media all and (max-width: 1280px) {
  .office_box:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media all and (max-width: 639px) {
  .office_box:nth-of-type(3n) {
    margin-right: 0;
  }
}

.office_box a {
  display: block;
  position: relative;
}

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

.office_box .office_in {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  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-transition: 0.5s ease;
  transition: 0.5s ease;
}

.office_box .office_in .office_box_ttl {
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 6px #333;
}

@media all and (max-width: 1180px) {
  .office_box .office_in .office_box_ttl {
    font-size: 1.25rem;
  }
}

.office_box .office_in .office_btn {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #fff;
  padding: 0.5rem 1rem;
  background: #8dda60;
  border-radius: 30px;
  font-size: 0.875rem;
}

.office_box .office_in .office_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  margin-right: 5px;
}

@media all and (max-width: 1367px) {
  .office_box .office_in .office_btn {
    padding: 0.5rem;
  }
}

@media all and (max-width: 1280px) {
  .office_box .office_in .office_btn {
    padding: 0.5rem 1rem;
    bottom: 5rem;
  }
}

@media all and (max-width: 1180px) {
  .office_box .office_in .office_btn {
    padding: 0.25rem 0.5rem;
    bottom: 3rem;
    font-size: 1rem;
  }
}

.office_box a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.img_sd {
  -webkit-box-shadow: 20px 20px 0 -5px rgba(239, 130, 0, 0.6);
          box-shadow: 20px 20px 0 -5px rgba(239, 130, 0, 0.6);
}

.img_sd.red {
  -webkit-box-shadow: 20px 20px 0 -5px rgba(233, 84, 93, 0.6);
          box-shadow: 20px 20px 0 -5px rgba(233, 84, 93, 0.6);
}

.img_sd.yellow {
  -webkit-box-shadow: 20px 20px 0 -5px rgba(251, 198, 0, 0.6);
          box-shadow: 20px 20px 0 -5px rgba(251, 198, 0, 0.6);
}

.img_sd.green {
  -webkit-box-shadow: 20px 20px 0 -5px rgba(37, 162, 57, 0.6);
          box-shadow: 20px 20px 0 -5px rgba(37, 162, 57, 0.6);
}

.img_sd.purple {
  -webkit-box-shadow: 20px 20px 0 -5px rgba(111, 0, 229, 0.6);
          box-shadow: 20px 20px 0 -5px rgba(111, 0, 229, 0.6);
}

.img_sd.blue {
  -webkit-box-shadow: 20px 20px 0 -5px rgba(0, 116, 232, 0.6);
          box-shadow: 20px 20px 0 -5px rgba(0, 116, 232, 0.6);
}

.img_sd.blue2 {
  -webkit-box-shadow: 20px 20px 0 -5px rgba(0, 166, 233, 0.6);
          box-shadow: 20px 20px 0 -5px rgba(0, 166, 233, 0.6);
}

.pdf {
  color: #2a2a2a;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

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

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

.anchor_list li {
  width: 24%;
  text-align: center;
}

@media all and (max-width: 639px) {
  .anchor_list li {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.anchor_list li a {
  display: block;
  padding: 1rem;
  border: 1px solid #00a6e9;
  color: #00a6e9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.anchor_list li a i {
  margin-right: 5px;
}

.anchor_list li a:hover {
  background: #00a6e9;
  color: #fff;
}

.anchor_list li.red a {
  color: #e9545d;
  border: 1px solid #e9545d;
}

.anchor_list li.red a:hover {
  background: #e9545d;
  color: #fff;
}

.anchor_list li.yellow a {
  color: #fbc600;
  border: 1px solid #fbc600;
}

.anchor_list li.yellow a:hover {
  background: #fbc600;
  color: #fff;
}

.anchor_list li.purple a {
  color: #6f00e5;
  border: 1px solid #6f00e5;
}

.anchor_list li.purple a:hover {
  background: #6f00e5;
  color: #fff;
}

.anchor_list li.green a {
  color: #25a239;
  border: 1px solid #25a239;
}

.anchor_list li.green a:hover {
  background: #25a239;
  color: #fff;
}

.anchor_list li.orange a {
  color: #ef8200;
  border: 1px solid #ef8200;
}

.anchor_list li.orange a:hover {
  background: #ef8200;
  color: #fff;
}

.office_deco {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 2rem;
  opacity: 0.5;
}

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

.program_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.program_list .program_list_box {
  width: 31%;
  padding: 1rem;
  margin-right: calc((100% - (31%*3))/2);
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 1rem;
}

@media all and (max-width: 1280px) {
  .program_list .program_list_box {
    width: 48%;
    margin-right: 4%;
  }
  .program_list .program_list_box:nth-of-type(2n) {
    margin-right: 0;
  }
  .program_list .program_list_box:last-of-type {
    margin-right: 0;
  }
}

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

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

@media all and (max-width: 1280px) {
  .program_list .program_list_box:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media all and (max-width: 639px) {
  .program_list .program_list_box:nth-of-type(3n) {
    margin-right: 0;
  }
}

.program_list .program_list_box figure {
  margin-bottom: 1rem;
}

.program_list .prog_deco1, .program_list .prog_deco2 {
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}

@media all and (max-width: 639px) {
  .program_list .prog_deco1, .program_list .prog_deco2 {
    display: none;
  }
}

.program_list .prog_deco1 {
  width: 200px;
  bottom: 0;
  right: 0;
}

@media all and (max-width: 1280px) {
  .program_list .prog_deco1 {
    bottom: 2rem;
    right: 1rem;
  }
}

.program_list .prog_deco2 {
  width: 200px;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (max-width: 1280px) {
  .program_list .prog_deco2 {
    width: 240px;
    top: inherit;
    bottom: 15rem;
    right: 4rem;
  }
}

@media all and (max-width: 1180px) {
  .program_list .prog_deco2 {
    bottom: 12rem;
    right: 8rem;
  }
}

.btn03{
  width:500px;
  max-width:80%;
  margin:30px auto 0;
}
.btn03 a {
  display: block;
  padding: 1rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #2a2a2a;
  letter-spacing: 0.25rem;
  background: #ef8200;
  color: #fff;
  border-radius: 10px;
}

@media all and (max-width: 1180px) {
  .btn03 a {
    font-size: 0.875rem;
  }
}

.flex {
  display: flex;
}

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