﻿@keyframes fadeOutLeft {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translateX(-800px);
  }
}
@keyframes fadeOutright {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translateX(800px);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@media all and (max-width: 769px) {
  .animated.delay-1s,
  .animated.delay-2s,
  .animated.delay-3s,
  .animated.delay-4s,
  .animated.delay-5s {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
  }
}
body {
  color: #41302b;
  font-family: "YakuHanJP", Lato, "Kosugi Maru", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  letter-spacing: 0.15rem;
  background: #fefefe;
}
#nav-toggle,
#sp-nav {
  display: none;
}
a {
  color: #994c00;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
.bold {
  font-weight: 600;
}
h2,
h3 {
  line-height: 1.4;
}
.mincho {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho",
    YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
.gos {
  font-family: "YakuHanJP", Lato, "Kosugi Maru", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.relative {
  position: relative;
}
#wrapper {
  overflow: hidden;
}
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.animation {
  opacity: 0;
}
.slideup.on {
  opacity: 1;
  animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}
.zoomin.on {
  opacity: 1;
  animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}
.loader {
  align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader::after {
  animation: loader 0.5s linear infinite;
  border: 1px solid #ff7e00;
  border-radius: 50%;
  border-right: 1px solid rgba(255, 126, 0, 0.2);
  border-top: 1px solid rgba(255, 126, 0, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#l-header {
  width: 100%;
  position: relative;
  z-index: 200;
}
#l-header:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 60px;
  bottom: -45px;
  left: 50%;
  margin-left: -125px;
  background: url(../img/header_deco.png) no-repeat center top/contain;
}
@media all and (max-width: 1200px) {
  #l-header:after {
    bottom: -35px;
  }
}
@media all and (max-width: 639px) {
  #l-header:after {
    display: none;
  }
}
#l-header.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  background: #fefefe;
}
#l-header.is-fixed:after {
  width: 208px;
  height: 50px;
  bottom: -35px;
  margin-left: -104px;
}
@media all and (max-width: 1200px) {
  #l-header.is-fixed:after {
    bottom: -30px;
  }
}
#l-header.is-fixed .inner {
  padding: 8px 0;
}
#l-header.is-fixed .inner #logo {
  width: 100px;
}
@media all and (max-width: 1200px) {
  #l-header.is-fixed .inner #logo {
    width: 90px;
  }
}
#l-header .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 12px 0;
  max-width: 1200px;
  width: 100%;
}
@media all and (max-width: 1200px) {
  #l-header .inner {
    max-width: calc(100% - 40px);
  }
}
#logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 124px;
  transition: all 0.2s ease-in;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  #logo {
    width: 100px;
  }
}
@media all and (max-width: 800px) {
  #logo {
    position: relative;
  }
}
.header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
}
@media all and (max-width: 800px) {
  .header-right {
    display: none;
  }
}
.header-right_contact {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-right_sns {
  justify-content: flex-end;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 800px) {
  .header-right_sns .sns-list {
    position: absolute;
    left: 5px;
    top: 15px;
  }
}
.sns-list {
  display: flex;
  flex-wrap: wrap;
}
.sns-list.type1 {
  justify-content: center;
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
.sns-list li a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff !important;
  position: relative;
  font-size: 2.2rem !important;
  border-radius: 50%;
}
.sns-list li a:hover {
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .sns-list li a {
    font-size: 1.6rem !important;
  }
}
.sns-list li a.btn-facebook {
  background: #1877f2;
  font-size: 2rem;
}
@media all and (max-width: 639px) {
  .sns-list li a.btn-facebook {
    font-size: 1.5rem !important;
  }
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a.btn-instagram i {
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.sns-list li a.btn-instagram:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -10px;
  width: 50px;
  height: 50px;
  background: radial-gradient(
    #ffdb2c 10%,
    rgba(255, 105, 34, 0.65) 55%,
    rgba(255, 88, 96, 0) 70%
  );
}
.sns-list li a.btn-gray {
  background: #383636;
}
.sns-list li a.btn-gray img {
  vertical-align: baseline;
  width: 18px;
}
.header-right_tel a,
.header-right_mail a {
  display: block;
  padding: 4px 20px;
  line-height: 1.4;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  background: #ff7e00;
  border: 1px solid #41302b;
  color: #fff;
  border-radius: 20px;
}
.header-right_tel a:hover,
.header-right_mail a:hover {
  transition: background-color 0.2s ease-in;
}
.header-right_tel {
  margin-right: 15px;
}
.header-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: bold;
  margin-right: 6px;
}
.header-right_tel a:hover {
  background: #ffba00;
}
.header-right_mail a {
  background: #ffba00;
}
.header-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 5px;
}
.header-right_mail a:hover {
  background: #ff7e00;
}
#header_nav {
  position: relative;
  flex-basis: 100%;
  transition: all 0.3s ease-in;
}
.is-fixed #header_nav ul li a {
  font-size: 1.4rem;
}
.is-fixed #header_nav ul li a i {
  font-size: 2rem;
  margin-bottom: 6px;
}
.is-fixed #header_nav ul li a span {
  font-size: 1.2rem;
}
#header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header_nav ul li {
  position: relative;
  width: calc((100% - 150px) / 4);
  text-align: center;
}
#header_nav ul li a {
  position: relative;
  display: block;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  color: #41302b;
  letter-spacing: 0.2em;
  padding: 10px 0;
}
#header_nav ul li a en {
  letter-spacing: 0.05em;
}
#header_nav ul li a i {
  color: #ff7e00;
  transition: all 0.3s ease;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
#header_nav ul li a span {
  display: block;
  font-size: 1.3rem;
  color: #888;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#header_nav ul li a:hover i,
#header_nav ul li a.active i {
  color: #ff4800;
}
#header_nav ul li:nth-child(2) {
  margin-right: 75px;
}
#header_nav ul li:nth-child(3) {
  margin-left: 75px;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 34px;
  z-index: 310;
  background: #ffe63f;
  padding: 10px 0;
}
#header_nav .dropdown .dropdown-li {
  padding: 7px 10px;
  margin: 0;
}
#header_nav .dropdown .dropdown-li:before,
#header_nav .dropdown .dropdown-li:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 200px;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  border-right: 0;
  color: #41302b;
  border-radius: 30px;
  background: #fff;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a:hover {
  transition: all 0.2s ease-in;
  background: #41302b;
  color: #fff;
}
#header_nav .dropdown .dropdown-li.foot_only {
  display: none;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 7px;
  z-index: 200;
}
#page-top a {
  display: block;
  background: #fff;
  color: #41302b;
  border: 1px solid #41302b;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.1rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #page-top {
    bottom: 6px;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-in 11s linear 0s 1 normal both;
}
.swiper-slide {
  position: relative;
}
.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}
.swiper-slide.slide1:before {
  background-image: url(../img/1.jpg);
  background-position: 60% 50%;
}
.swiper-slide.slide2:before {
  background-image: url(../img/2.jpg);
  background-position: 50% 50%;
}
.swiper-slide.slide3:before {
  background-image: url(../img/3.jpg);
  background-position: 90% 50%;
}
.slide-img {
  overflow: hidden;
  width: 100%;
  height: 80vh;
  position: relative;
}
.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-position: bottom;
}
@media all and (max-width: 1200px) {
  .slide-img {
    height: 50vw;
  }
}
@media all and (max-width: 639px) {
  .slide-img {
    height: 46vh;
  }
}
#slideshow {
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  #slideshow {
    max-width: calc(100% - 15px);
  }
}
@media all and (max-width: 1200px) {
  #slideshow {
    min-width: initial;
    border-radius: 10px;
  }
}
#particles-js {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.slide-deco {
  z-index: 100;
  position: absolute;
  width: 250px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.1));
}
.slide-deco.deco01 {
  right: 50px;
  top: 100px;
}
.slide-deco.deco02 {
  left: 50px;
  bottom: 100px;
}
@media all and (max-width: 1200px) {
  .slide-deco {
    width: 180px;
  }
  .slide-deco.deco01 {
    right: 20px;
    top: 50px;
  }
  .slide-deco.deco02 {
    left: 20px;
    bottom: 50px;
  }
}
@media all and (max-width: 639px) {
  .slide-deco {
    width: 64px;
  }
  .slide-deco.deco01 {
    right: 10px;
    top: 20px;
  }
  .slide-deco.deco02 {
    left: 10px;
    bottom: 20px;
  }
}
.oka {
  background: url(../img/oka.png) no-repeat bottom/contain;
}
@media all and (max-width: 800px) {
  .oka {
    background: url(../img/oka_sp.png) no-repeat bottom/contain;
  }
}
#cloud {
  width: 100%;
  height: 130px;
  position: absolute;
  background: url(../img/cloud.png);
  animation: cloudmove 60s linear infinite;
  -webkit-animation: cloudmove 60s linear infinite;
  -moz-animation: cloudmove 60s linear infinite;
  z-index: -1;
}
@keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 200px 5px;
  }
  50% {
    background-position: 400px 0;
  }
  75% {
    background-position: 600px 5px;
  }
  100% {
    background-position: 800px 0;
  }
}
@-webkit-keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 200px 5px;
  }
  50% {
    background-position: 400px 0;
  }
  75% {
    background-position: 600px 5px;
  }
  100% {
    background-position: 800px 0;
  }
}
@-moz-keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 200px 5px;
  }
  50% {
    background-position: 400px 0;
  }
  75% {
    background-position: 600px 5px;
  }
  100% {
    background-position: 800px 0;
  }
}
#mainview-name {
  padding: 40px 0;
  text-align: center;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
}
#catch {
  z-index: 50;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  opacity: 0;
}
#catch.on {
  opacity: 1;
}
@media all and (max-width: 1200px) {
  #catch {
    width: 55%;
  }
}
@media all and (max-width: 639px) {
  #catch {
    width: 70%;
  }
}
.contact_lead {
  font-size: 1.3em;
  color: #41302b;
  text-align: center;
}
@media all and (max-width: 639px) {
  .contact_lead {
    font-size: 1em;
  }
}
.contact_wrap {
  max-width: 1200px;
  border-top: 3px solid #fff;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact_wrap .contact_left,
.contact_wrap .contact_right {
  width: 49%;
  padding: 20px;
}
.contact_wrap .contact_right {
  text-align: right;
}
.contact_wrap .contact_left {
  margin-right: 2%;
  border-right: 3px solid #fff;
}
@media all and (max-width: 639px) {
  .contact_wrap {
    margin-top: 30px;
    width: 94%;
    flex-direction: column;
  }
  .contact_wrap .contact_left,
  .contact_wrap .contact_right {
    width: 100%;
    padding: 10px;
    font-size: 0.9em;
    letter-spacing: 0;
    font-weight: normal;
  }
  .contact_wrap .contact_right {
    text-align: left;
  }
  .contact_wrap .contact_left {
    margin-right: auto;
    border-right: 0;
    border-bottom: 3px solid #fff;
  }
}
.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: auto;
  align-items: center;
  text-align: center;
}
.contact_bnr > li {
  width: 90%;
  max-width: 300px;
  margin: 0 auto 20px;
}
.contact_bnr > li:last-child {
  margin: 0 auto;
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  color: #fff;
  line-height: 1.1;
  font-size: 3.5rem;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: bold;
  margin-right: 10px;
}
.contact_bnr > li .bnr_tel:hover {
  opacity: 0.7;
}
@media all and (max-width: 800px) {
  .contact_bnr > li .bnr_tel {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 2.6rem;
    width: 100%;
  }
}
.contact_bnr > li .bnr_mobile {
  background: #fefefe;
  color: #002372;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: bold;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #ff7e00;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: bold;
}
.contact_bnr > li .bnr_mail {
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
  padding: 10px 0;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.6rem;
  }
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.contact_bnr > li .bnr_mail:hover {
  background: rgba(255, 255, 255, 0.3);
}
.contact_bnr > li a {
  display: block;
  font-weight: 600;
}
@media all and (max-width: 1200px) {
  .contact_bnr > li a {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .contact_bnr > li a {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li a {
    width: 100%;
  }
  .contact_bnr > li a:before {
    font-size: 2rem;
  }
}
.inner_acc {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  background: #ff4800;
}
.inner_acc .footer-left {
  width: 55%;
}
.inner_acc .footer-right {
  text-align: left !important;
  position: relative;
  width: 45%;
  padding: 50px 30px;
}
.inner_acc .footer-right .inbox {
  max-width: 550px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  .inner_acc .footer-left {
    width: 100%;
    height: 250px;
  }
  .inner_acc .footer-right {
    width: 100%;
    order: -1;
  }
}
@media all and (max-width: 639px) {
  .inner_acc .footer-left {
    height: 200px;
  }
  .inner_acc .footer-right {
    padding: 40px 20px;
  }
}
#l-footer {
  position: relative;
  background: #faf8ed;
}
#l-footer .inner {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 3;
  padding: 50px 0;
}
@media all and (max-width: 639px) {
  #l-footer .inner {
    padding: 35px 0;
  }
}
.footer-column-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-column-wrap .footer-column-left {
  width: 25%;
}
.footer-column-wrap .footer-column-middle {
  width: 30%;
}
.footer-column-wrap .footer-column-right {
  width: 42%;
}
@media all and (max-width: 800px) {
  .footer-column-wrap .footer-column-left,
  .footer-column-wrap .footer-column-middle {
    width: 48%;
  }
  .footer-column-wrap .footer-column-right {
    width: 100%;
    margin-top: 20px;
  }
  .footer-column-wrap .footer-column-right {
    margin-top: 20px;
  }
}
@media all and (max-width: 639px) {
  .footer-column-wrap {
    flex-direction: column;
  }
  .footer-column-wrap .footer-column-left,
  .footer-column-wrap .footer-column-middle,
  .footer-column-wrap .footer-column-right {
    width: 100%;
  }
}
.footer_navi {
  margin: 30px auto 0;
  max-width: 650px;
  width: 90%;
}
.footer_navi ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.footer_navi li {
  flex: 1 0 auto;
  text-align: center;
  margin: 0 0 4px;
  border-right: 1px dashed #bbb;
}
.footer_navi li:last-child {
  border-right: 0;
}
.footer_navi li a {
  color: #41302b;
  font-size: 1.4rem;
  position: relative;
  font-weight: 600;
}
.footer_navi li a i {
  display: none;
}
.footer_navi li a span {
  display: none;
}
.footer_navi li a:hover {
  color: #ff7e00;
}
.footer_navi li .dropdown {
  display: none;
}
.footer-insta a {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  font-size: 1.8rem;
  background: #222;
  color: #fefefe;
}
.flogo {
  max-width: 300px;
  width: 95%;
  margin: 0 auto 10px;
}
.copyright {
  padding: 18px 0;
  background: #ff7e00;
  color: #fff;
  font-size: 13px;
}
@media all and (max-width: 639px) {
  .copyright {
    font-size: 11px;
  }
}
.board-box {
  background: #ccc;
  padding: 20px;
}
.item-list .slick-slide {
  padding: 0px 15px !important;
}
.item-list a {
  display: block;
  width: 100%;
  height: 18vw;
  overflow: hidden;
}
.item-list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 1200px) {
  .item-list a {
    height: 25vw;
  }
}
@media all and (max-width: 639px) {
  .item-list a {
    height: 200px;
  }
}
@media all and (max-width: 639px) {
  .item-list {
    padding: 0 14px;
  }
}
.works-gallery a {
  width: 100%;
  height: 350px;
  display: block;
  overflow: hidden;
}
.works-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 639px) {
  .works-gallery a {
    height: 240px;
  }
}
.top-lead {
  position: relative;
}
.top-lead-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-lead-box.type1 .top-lead-img {
  order: 2;
}
.top-lead-box .top-lead-img {
  width: 50%;
  position: relative;
}
.top-lead-box .top-lead-txt {
  width: 47%;
  padding: 10px;
  line-height: 2;
}
@media all and (max-width: 800px) {
  .top-lead-box {
    flex-direction: column;
  }
  .top-lead-box .top-lead-img {
    width: 80%;
    order: -1;
  }
  .top-lead-box .top-lead-txt {
    width: 80%;
    padding: 20px 0 0;
  }
}
@media all and (max-width: 639px) {
  .top-lead-box .top-lead-img {
    width: 100%;
  }
  .top-lead-box .top-lead-txt {
    width: 100%;
  }
}
.sec2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 800px) {
  .sec2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sec2-txt-box {
  width: 500px;
  align-self: center;
  letter-spacing: 0.1em;
  position: relative;
}
@media all and (max-width: 800px) {
  .sec2-txt-box {
    margin: 30px auto;
  }
}
@media all and (max-width: 639px) {
  .sec2-txt-box {
    width: 90%;
  }
}
.sec2-img-box {
  width: calc((100% - 600px) / 2);
  column-gap: 50px;
  row-gap: 50px;
}
@media all and (max-width: 1400px) {
  .sec2-img-box {
    width: calc((100% - 400px) / 2);
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media all and (max-width: 800px) {
  .sec2-img-box {
    width: 80%;
  }
}
@media all and (max-width: 639px) {
  .sec2-img-box {
    width: 100%;
  }
}
.sec2-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sec2-img-box.img-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sec2-img-box.img-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.sec2-img-box.img-2 .img-2-01 {
  grid-column: 1;
  grid-row: 1/3;
}
.sec2-img-box.img-2 .img-2-02 {
  grid-column: 2;
  grid-row: 1;
}
.sec2-img-box.img-2 .img-2-03 {
  grid-column: 2;
  grid-row: 2;
}
.sp-sec2 {
  display: none;
}
@media all and (max-width: 639px) {
  .sp-sec2 {
    display: block;
    position: relative;
    height: 50px;
    margin-bottom: -40px;
    width: 100%;
  }
  .sp-sec2 .trigger1 {
    content: "";
    position: absolute;
    width: 47%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform 1s ease-in;
  }
  .sp-sec2 .trigger1 img {
    margin-bottom: 30px;
  }
  .sp-sec2 .trigger1.is-on {
    transform: translateX(-700px);
  }
  .sp-sec2 .trigger2 {
    content: "";
    position: absolute;
    width: 47%;
    height: 100%;
    right: 0;
    top: 0;
    transition: transform 1s ease-in;
  }
  .sp-sec2 .trigger2 img {
    margin-bottom: 30px;
  }
  .sp-sec2 .trigger2.is-on {
    transform: translateX(700px);
  }
}
.deco {
  position: relative;
}
.deco:before {
  position: absolute;
  content: "";
}
.deco:before {
  right: -20px;
  top: 0;
  width: 300px;
  height: 172px;
  background: url(../img/deco01.png) no-repeat center/contain;
}
@media all and (max-width: 639px) {
  .deco:before {
    right: -10px;
    width: 170px;
    height: 97px;
    top: 30px;
    opacity: 0.7;
  }
}
.top-menu-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
}
@media all and (max-width: 1200px) {
  .top-menu-bnr {
    width: 80%;
  }
}
@media all and (max-width: 639px) {
  .top-menu-bnr {
    width: 75%;
  }
}
.top-menu-bnr li {
  width: 23%;
}
.top-menu-bnr li:nth-child(2n) {
  transform: translateY(25px);
}
@media all and (max-width: 639px) {
  .top-menu-bnr li:nth-child(2n) {
    transform: none;
  }
}
.top-menu-bnr li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
}
.top-menu-bnr li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 16px;
  left: 0;
  background: #fff;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}
.top-menu-bnr li a:hover {
  transform: translateY(-15px);
}
.top-menu-bnr li a:hover .top-menu-img img {
  transform: scale(1.01);
  opacity: 0.9;
}
.top-menu-bnr li a:hover .top-menu-title .eng {
  color: #ffe63f;
}
@media all and (max-width: 1200px) {
  .top-menu-bnr li {
    width: 47%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 639px) {
  .top-menu-bnr li {
    width: 90%;
    margin-bottom: 30px;
  }
}
.top-menu-bnr .top-menu-img {
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to bottom, #ff7e00, #483b33);
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}
.top-menu-bnr .top-menu-img img {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 0.2s ease-in;
  display: block;
  margin: 0 auto;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .top-menu-bnr .top-menu-img {
    height: 260px;
  }
}
.top-menu-bnr .top-menu-title {
  position: absolute;
  left: 0;
  bottom: 45px;
  display: block;
  transition: 0.2s ease-in all;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.top-menu-bnr .top-menu-title .ja {
  font-size: 2rem;
  color: #fff;
  padding: 8px 0;
}
.top-menu-bnr .top-menu-title .eng {
  font-size: 1.5rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: 0.2s ease-in all;
  color: #fff;
  border-radius: 15px;
}
@media all and (max-width: 639px) {
  .top-menu-bnr .top-menu-title .ja {
    font-size: 1.6rem;
  }
  .top-menu-bnr .top-menu-title .eng {
    font-size: 1.2rem;
  }
}
.top-bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}
.top-bnr-list > li {
  width: 23.5%;
}
.top-bnr-list > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-bnr-list > li a:hover {
  transition: all 0.2s ease-in;
}
.top-bnr-list > li a:hover .btn-arrow {
  background: #ff4800;
}
.top-bnr-list > li a:hover .btn-arrow i {
  border-bottom-color: #fefefe;
}
.top-bnr-list > li a:hover .btn-arrow i:before {
  border-right-color: #fefefe;
}
.top-bnr-list > li a:hover .top-bnr-img img {
  transform: scale(1.05);
}
@media all and (max-width: 1200px) {
  .top-bnr-list {
    width: 85%;
    margin: 0 auto;
  }
  .top-bnr-list > li {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  .top-bnr-list {
    width: 95%;
  }
  .top-bnr-list > li {
    width: 100%;
  }
}
.top-bnr-list .top-bnr-img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}
.top-bnr-list .top-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 0.2s ease-in;
}
@media all and (max-width: 639px) {
  .top-bnr-list .top-bnr-img {
    height: 180px;
  }
}
.top-bnr-list .btn-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  text-align: center;
  line-height: 60px;
  background: #fefefe;
  border: 2px solid #ff4800;
  border-radius: 100%;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 639px) {
  .top-bnr-list .btn-arrow {
    bottom: 25px;
  }
}
.top-bnr-list .btn-arrow i {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: 2px solid #ff4800;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 5px;
}
.top-bnr-list .btn-arrow i:before {
  position: absolute;
  width: 10px;
  height: 8px;
  content: "";
  right: 3px;
  bottom: -2px;
  border-right: 3px solid #ff4800;
  transform: skew(45deg);
}
.top-bnr-list .top-bnr-title {
  font-weight: 600;
  padding: 15px;
  line-height: 1.4;
}
.top-bnr-list .top-bnr-title .eng {
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 2rem;
  color: #ff4800;
  display: block;
}
.top-bnr-list .top-bnr-title .ja {
  font-size: 1.7rem;
  display: block;
  color: #333;
}
@media all and (max-width: 639px) {
  .top-bnr-list .top-bnr-title {
    padding: 10px 5px;
  }
  .top-bnr-list .top-bnr-title .eng {
    font-size: 1.5rem;
  }
  .top-bnr-list .top-bnr-title .ja {
    font-size: 1.3rem;
  }
}
.top-img-box {
  position: relative;
  background: url(../img/top-bg01.jpg) no-repeat center/cover;
}
.top-img-box:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  opacity: 0.8;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .top-img-box:before {
    width: calc(100% - 20px);
    height: calc(100% - 30px);
  }
}
.top-broadcast {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-broadcast .broadcast-left {
  width: 33%;
}
.top-broadcast .broadcast-right {
  width: 63%;
}
@media all and (max-width: 639px) {
  .top-broadcast {
    flex-direction: column;
  }
  .top-broadcast .broadcast-left,
  .top-broadcast .broadcast-right {
    width: 100%;
  }
  .top-broadcast .broadcast-right {
    padding: 0 15px;
    margin-top: 20px;
  }
}
.news-box {
  padding: 15px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  max-width: 1000px;
}
.news-box.type1 {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media all and (max-width: 639px) {
  .news-box {
    flex-direction: column;
    margin: -10px auto 25px;
    width: 90%;
    padding: 10px;
  }
}
.news-title {
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  color: #41302b;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
}
.news-title span {
  font-size: 1.7rem;
  display: block;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ff7e00;
}
@media all and (max-width: 639px) {
  .news-title {
    writing-mode: initial;
    font-size: 1.6rem;
  }
  .news-title span {
    font-size: 1.3rem;
  }
}
.news-right {
  flex: 1;
  padding: 10px;
  margin-left: 20px;
}
@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
}
.top-blog {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.top-blog li {
  width: 32%;
  margin: 0 1.5% 10px;
  position: relative;
}
.top-blog li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-blog li > a:hover ~ .top-blog_img img {
  transform: scale(1.1);
}
.top-blog li:nth-child(3n) {
  margin-right: 0;
}
.top-blog .top-blog_img {
  margin-bottom: 10px;
  overflow: hidden;
  height: 180px;
}
.top-blog .top-blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.2s ease-in;
}
.top-blog .top-blog_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.top-blog .top-blog_time {
  background: #ff7e00;
  padding: 8px 5px;
  color: #fff;
  width: 25%;
  text-align: center;
  line-height: 1.2;
}
.top-blog .top-blog_time span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.top-blog .top-blog_time span.day {
  font-size: 2.5rem;
  font-weight: bold;
}
.top-blog .top-blog_detail {
  flex: 1;
  padding-left: 10px;
}
.top-blog .top-blog_ttl {
  font-size: 1.7rem;
  font-weight: bold;
}
@media all and (max-width: 800px) {
  .top-blog li {
    width: 49%;
    margin-right: 2%;
  }
  .top-blog li:nth-child(3n) {
    margin-right: 2%;
  }
  .top-blog li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .top-blog li {
    width: 85%;
    margin: 0 auto 20px;
  }
  .top-blog li:nth-child(2n),
  .top-blog li:nth-child(3n) {
    margin-right: auto;
  }
  .top-blog .top-blog_time span {
    font-size: 1.1rem;
  }
  .top-blog .top-blog_time span.day {
    font-size: 1.8rem;
  }
  .top-blog .top-blog_ttl {
    font-size: 1.3rem;
  }
}
.greet-txt {
  letter-spacing: 0;
  line-height: 2;
  padding: 15px;
  font-weight: normal;
}
.img-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.2s ease-in;
}
.img-gray:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.article {
  position: relative;
  padding: 100px 0;
}
.article .article-img {
  width: 70%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.article .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.article .article-txt {
  background: #fefefe;
  padding: 30px 20px;
  width: 50%;
  position: relative;
  font-weight: 600;
  margin-left: auto;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .article {
    padding: 0;
  }
  .article .article-img {
    position: static;
    width: 100%;
    height: auto;
  }
  .article .article-txt {
    width: 100%;
  }
}
.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 1200px) {
  .single {
    width: 94%;
  }
}
.single02 {
  margin: 0 auto;
  padding: 80px 0;
}
.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.single.phalf,
.single02.phalf,
.single03.phalf {
  padding: 40px 0;
}
@media all and (max-width: 639px) {
  .single.phalf,
  .single02.phalf,
  .single03.phalf {
    padding: 20px 0;
  }
}
.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 639px) {
  .margin-top {
    margin-top: -40px;
  }
}
.lsingle,
.rsingle {
  width: 48.44%;
}
.lsingle {
  float: left;
}
.rsingle {
  float: right;
}
.sbox {
  background: #fefefe;
  padding: 20px 50px;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sbox.transparent {
  background: none;
}
@media all and (max-width: 639px) {
  .sbox {
    padding: 20px;
  }
}
.mbox {
  background: #fefefe;
  padding: 40px 30px;
  max-width: 1200px;
  border: 1px solid #bbb;
  box-shadow: 5px 5px rgba(187, 187, 187, 0.5);
  border-radius: 10px 0 10px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.mbox.transparent {
  background: none;
  border: none;
  box-shadow: none;
}
.mbox.transparent:before {
  display: none;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 20px;
  }
}
.mbox2 {
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  padding: 30px;
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 20px;
  }
}
.mbox3 {
  background: #fefefe;
  padding: 30px;
  max-width: 1200px;
  border: 0.9px solid #ff7e00;
  box-shadow: 8px 8px rgba(255, 126, 0, 0.2);
  background: #fefefe;
  margin-right: auto;
  margin-left: auto;
}
.mbox3.subc {
  border: 0.9px solid #ffba00;
  box-shadow: 8px 8px rgba(255, 186, 0, 0.2);
}
@media all and (max-width: 639px) {
  .mbox3 {
    padding: 20px;
    box-shadow: 4px 4px rgba(255, 126, 0, 0.2);
  }
  .mbox3.subc {
    box-shadow: 4px 4px rgba(255, 186, 0, 0.2);
  }
}
.small-box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.small-box2 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.bg-white {
  background: #fff;
}
.bg-white.type1 {
  background: transparent;
  position: relative;
}
.bg-white.type1:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  transform: translate(-50%, -50%);
  background: #fefefe;
}
@media all and (max-width: 800px) {
  .bg-white.type1:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.bg-white.type1 .inner {
  position: relative;
  z-index: 3;
}
.bg-grid {
  background: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(
      90deg,
      transparent 95%,
      rgba(204, 204, 204, 0.2) 50%,
      rgba(204, 204, 204, 0.2)
    ),
    linear-gradient(
      0deg,
      transparent 95%,
      rgba(204, 204, 204, 0.2) 50%,
      rgba(204, 204, 204, 0.2)
    );
  background-size: 20px 20px;
  background-repeat: repeat;
}
.bg-fixed {
  background: url(../img/page-title.jpg) no-repeat center/cover;
  background-attachment: fixed;
  margin: auto;
}
@media all and (max-width: 800px) {
  .bg-fixed {
    background-attachment: scroll;
  }
}
.bg-map {
  background: url(../img/map.png) no-repeat right bottom;
}
@media all and (max-width: 639px) {
  .bg-map {
    -webkit-background-size: auto 200px;
    background-size: auto 200px;
    background-position: right top;
  }
}
#main {
  float: left;
  width: 76%;
}
@media all and (max-width: 800px) {
  #main {
    float: none;
    width: 100%;
  }
}
#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px;
}
@media all and (max-width: 800px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}
#col2-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
#col2-wrap #col2-main {
  width: 78%;
}
@media all and (max-width: 800px) {
  #col2-wrap #col2-main {
    width: 100%;
    margin: 0 auto;
    order: 2;
  }
}
#col2-wrap #col2-side {
  width: 20%;
  padding: 60px 0 0;
}
@media all and (max-width: 800px) {
  #col2-wrap #col2-side {
    width: 95%;
    margin: 0 auto 20px;
    padding-top: 30px;
  }
}
.mtitle {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.7rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.2rem;
}
.mtitle span {
  display: block;
  font-size: 5rem;
  margin-bottom: -5px;
  color: #ff7e00;
  line-height: 1.5;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: 0.2rem;
}
.mtitle.subc span {
  color: #ffba00;
}
.mtitle.brown span {
  color: #41302b;
}
.mtitle.white {
  color: #fff;
}
.mtitle.white:after {
  background-image: linear-gradient(to right, #ddd, #fefefe);
}
.mtitle.white span {
  color: #fefefe;
}
.mtitle.center {
  text-align: center;
}
.mtitle.mtitle_left {
  text-align: left;
}
.mtitle.mtitle_left:after {
  left: 0;
  transform: inherit;
}
@media all and (max-width: 639px) {
  .mtitle {
    font-size: 1.3rem;
    text-align: center;
  }
  .mtitle span {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 0px;
  }
}
.mtitle2 {
  position: relative;
  color: #41302b;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.mtitle2 span {
  font-size: 3rem;
  margin-right: 10px;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  color: #ffba00;
}
@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.6rem;
  }
  .mtitle2 span {
    font-size: 2.4rem;
  }
}
.mtitle2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 50px;
  height: 2px;
  background: #ffba00;
}
.mtitle2-2 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  line-height: 1.5;
}
.mtitle2-2:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  content: "●●●";
  letter-spacing: 0.8em;
  font-size: 10px;
  color: rgba(255, 186, 0, 0.2);
}
.mtitle2-2 .en {
  font-size: 2.6rem;
  display: block;
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  letter-spacing: 0.2rem;
  color: #cc6500;
}
@media all and (max-width: 639px) {
  .mtitle2-2 {
    font-size: 1.6rem;
  }
  .mtitle2-2 .en {
    font-size: 2rem;
  }
}
.mtitle3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff7e00;
  margin-bottom: 15px;
}
.mtitle3 span {
  display: block;
  color: #41302b;
  font-size: 1.4rem;
  margin-top: 4px;
}
@media all and (max-width: 800px) {
  .mtitle3 {
    font-size: 1.4rem;
  }
  .mtitle3 span {
    font-size: 13px;
  }
}
.mtitle-bll {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #f0efec;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #41302b;
}
.mtitle-bll.subc:after {
  background: #ffba00;
}
.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 100px;
  height: 2px;
  left: 0;
  background: #ff7e00;
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.4rem;
  }
}
.mtitle4 {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%;
}
.mtitle4 span:before,
.mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 3rem;
  background-color: #ff7e00;
}
.mtitle4 span:before {
  left: -11px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.mtitle4 span:after {
  right: -11px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.mtitle4.white span:before,
.mtitle4.white span:after {
  background-color: #ffe63f;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px;
  }
  .mtitle4 span:after {
    right: -3px;
  }
}
.mtitle5 {
  margin: -74px -30px 40px;
  text-align: center;
  position: relative;
}
.mtitle5:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  z-index: 1;
  background: #269892;
  transform: translateY(-50%);
}
.mtitle5 span {
  display: inline-block;
  padding: 8px 15px;
  background: #269892;
  font-size: 3.5rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .mtitle5 {
    margin: -42px -15px 30px;
  }
  .mtitle5 span {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  border-left: 6px solid #ff7e00;
  margin: 8px 0 10px;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #ffba00;
}
.mtitle_box {
  background: #ffba00;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  position: relative;
  padding: 10px;
  margin-bottom: 25px;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: bold;
  display: block;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.4rem;
  }
}
.mtitle_box2 {
  background: #ff7e00;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 10px 15px 20px;
  margin-bottom: 25px;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
.mtitle_box2:before {
  background-color: #ffba00;
  content: "";
  display: block;
  transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -170px;
  }
}
.mtitle_box3 {
  background: #ff7e00;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.mtitle_box3:before {
  background-color: #ffba00;
  content: "";
  display: block;
  transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media all and (max-width: 639px) {
  .mtitle_box3 {
    font-size: 1.2rem;
    padding-right: 40px;
  }
  .mtitle_box3:before {
    width: 215px;
    right: -170px;
  }
}
.big {
  font-size: 110%;
}
.mtext0 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media all and (max-width: 639px) {
  .mtext0 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.mtext1 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.4rem;
  }
  .mtext1.type1 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}
.mtext2 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 1.4;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.7rem;
  }
}
.mtitle_category {
  margin-bottom: 15px;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: bold;
  margin-right: 5px;
  color: #ff7e00;
}
@media all and (max-width: 639px) {
  .mtitle_category {
    font-size: 1.6rem;
  }
}
.btn01.subc a:hover {
  background: #ffba00;
  color: #fff;
}
.btn01 a {
  background: #fefefe;
  border: 2px solid #41302b;
  color: #41302b;
  text-align: center;
  width: 300px;
  margin: 20px auto;
  display: block;
  padding: 8px 5px;
  font-weight: bold;
  border-radius: 35px;
}
.btn01 a:hover {
  background: #ff7e00;
  color: #fff;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}
.btn01.type1 a {
  margin: 20px 0;
}
.btn02 {
  width: 320px;
  margin: 20px auto 20px;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #41302b;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.btn02 a:hover i {
  width: 34px;
}
@media all and (max-width: 639px) {
  .btn02 {
    width: 280px;
  }
  .btn02 a {
    font-size: 1.2rem;
  }
}
.btn-img01 {
  margin: 15px auto;
  text-align: center;
}
.news {
  display: flex;
  flex-wrap: wrap;
}
.news dt {
  width: 7em;
  padding: 5px;
  text-align: center;
  background: #fff;
  font-weight: 600;
}
.news dd {
  padding: 5px;
  width: calc(100% - 8em);
  margin-left: 10px;
  line-height: 1.6;
}
.news dd a {
  color: #333;
}
.news dt:not(:last-of-type),
.news dd:not(:last-of-type) {
  margin-bottom: 5px;
}
.news-bl dt {
  float: left;
  width: 8em;
  padding: 4px 8px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  font-size: 0.9em;
  background: transparent;
  border: 1px solid #41302b;
  border-radius: 20px;
  color: #41302b;
}
.news-bl dd {
  word-break: break-all;
  padding: 3px 0 10px 8.5em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.news-bl dd a {
  color: #41302b;
  background-image: linear-gradient(
    to right,
    #ed3b29,
    #f37a0f,
    #ffd600,
    #2ac16a,
    #25b5e4,
    #1a76dd,
    #6835cf,
    #ff6d9d
  );
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 5px;
  }
}
.news-bl2 dt {
  float: left;
  width: 8em;
  padding: 5px 5px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  font-size: 0.9em;
  background: #ffba00;
  border-radius: 5px;
  color: #41302b;
}
.news-bl2 dd {
  word-break: break-all;
  padding: 3px 0 10px 9em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.news-bl2 dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl2 dt {
    float: none;
  }
  .news-bl2 dd {
    padding: 5px;
  }
}
.page-title {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
  background: url(../img/page-title.jpg) no-repeat bottom/cover;
}
@media all and (max-width: 800px) {
  .page-title {
    max-width: calc(100% - 15px);
  }
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: 0.4;
}
.page-title .inner {
  margin: 0 auto;
  padding: 100px 0 80px;
  max-width: 1200px;
}
.page-title .page-lead {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
.page-title .page-lead .mtitle {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 0;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
}
.page-title .page-lead .mtitle:before {
  display: none;
}
.page-title .page-lead .mtitle span {
  font-size: 4rem;
  line-height: 1.4;
  color: #fff;
}
@media all and (max-width: 800px) {
  .page-title {
    max-width: 100%;
    border-radius: 0;
  }
  .page-title .inner {
    padding: 60px 0 40px;
    height: auto;
  }
  .page-title .page-lead {
    width: 90%;
  }
  .page-title .page-lead .mtitle {
    font-size: 1.8rem;
  }
  .page-title .page-lead .mtitle span {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .page-title .inner {
    padding: 30px 0;
  }
  .page-title .page-lead {
    padding: 15px 0;
  }
  .page-title .page-lead .mtitle {
    font-size: 1.6rem;
  }
  .page-title .page-lead .mtitle span {
    font-size: 2rem;
  }
}
.bg-01 {
  background: url(../img/bg-01.jpg) no-repeat center bottom/cover;
}
.bg-02 {
  position: relative;
}
.bg-02:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 70%;
  right: 0;
  bottom: 0;
  background: #f0efec;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .bg-02:before {
    width: 95%;
    height: 90%;
  }
}
.bg-gradient {
  background-image: linear-gradient(to right, #f6f2dd 0%, #fcfcfc 100%);
}
.bg-contents {
  position: relative;
}
.bg-contents:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  background: #ffba00;
  opacity: 0.8;
}
@media all and (max-width: 800px) {
  .bg-contents:before {
    height: 78%;
    opacity: 0.5;
    bottom: 2%;
  }
}
.bg-maru1 {
  background: rgba(255, 126, 0, 0.1);
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  margin: 40px auto;
  border-radius: 20px;
}
@media all and (max-width: 800px) {
  .bg-maru1 {
    max-width: calc(100% - 15px);
  }
}
.bg-maru1.type1 {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
}
.bg-maru1.gradation {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: linear-gradient(
    to right,
    rgba(255, 169, 170, 0.2),
    rgba(255, 247, 128, 0.2),
    rgba(164, 227, 248, 0.2),
    rgba(228, 207, 255, 0.2)
  );
  background-size: 150% 150%;
  animation: bggradient 8s ease infinite;
}
@media all and (max-width: 639px) {
  .bg-maru1.gradation {
    height: auto;
    max-width: 100%;
  }
}
@media all and (max-width: 639px) {
  .bg-maru1 {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto;
  }
}
.bg-maru2 {
  position: relative;
  margin: 40px auto;
  border-radius: 20px;
}
.bg-maru2:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
  z-index: -1;
  transform: translateX(-50%);
  background: #ffba00;
  opacity: 0.05;
}
@media all and (max-width: 639px) {
  .bg-maru2 {
    border-radius: 0;
    margin: 0 auto;
  }
  .bg-maru2:before {
    width: 100%;
  }
}
.bg-base {
  position: relative;
}
.bg-base.type1:before {
  background: #ff7e00;
  opacity: 0.4;
}
.bg-base:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff7e00;
  opacity: 0.2;
}
.bg-yellow {
  background: #ffe63f;
}
.bg-sub {
  background: #ffba00;
}
.bg-blue {
  background: rgba(0, 35, 114, 0.1);
}
.bg-gray {
  position: relative;
  background: rgba(240, 239, 236, 0.7);
}
.bg-gray.bg-half {
  position: relative;
  margin-bottom: 40px;
  background: transparent;
}
.bg-gray.bg-half:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 60%;
  bottom: 0;
  background: #f0efec;
  opacity: 0.7;
  z-index: -2;
}
@media all and (max-width: 639px) {
  .bg-gray.bg-half:after {
    height: 80%;
    width: calc(100% - 30px);
  }
}
.bg-gray2 {
  background: #555;
}
.bg-beige3 {
  position: relative;
  margin-bottom: 40px;
}
.bg-beige3:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
  background: #faf8ed;
  opacity: 0.9;
}
.bg-beige3.type1:before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
  background: #f0efec;
  opacity: 0.7;
}
.bg-beige {
  background: #faf8ed;
}
.bg-beige2 {
  background: #faf8ed;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media all and (max-width: 800px) {
  .bg-beige2 {
    max-width: calc(100% - 15px);
  }
}
@media all and (max-width: 639px) {
  .bg-beige2 {
    border-radius: 10px;
  }
}
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #bbb;
  font-size: 1.4rem;
}
.tbl th {
  text-align: center;
  background: rgba(255, 186, 0, 0.1);
}
.tbl th span {
  font-size: 1.4rem;
}
.tbl th.th-1 {
  width: 25%;
}
.tbl th.cell02 {
  width: 20%;
}
.tbl th.cell03 {
  width: 22.5%;
}
.tbl td {
  background: rgba(255, 255, 255, 0.8);
}
.tbl td.td-1 {
  width: 25%;
  line-height: 1.5;
}
.tbl .circle {
  font-weight: 700;
  font-size: 1.1em;
  color: #ff4800;
}
.tbl .cross {
  font-weight: 700;
  font-size: 1.1em;
  color: #002372;
}
@media all and (max-width: 639px) {
  .tbl th,
  .tbl td {
    padding: 10px;
    font-size: 12px;
  }
}
.tbl .cell01 {
  width: 45%;
}
.tbl .cell02 {
  width: 25%;
}
.tbl-border {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 2px solid #eee;
}
.tbl-border th {
  width: 20%;
  border-bottom-color: #41302b;
}
.tbl-border td {
  font-weight: 400;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
  }
  .tbl-border td {
    text-align: left;
  }
  .tbl-border th {
    width: 25%;
  }
}

.info-btn-area {
  margin: 40px auto 0;
}
.info-btn-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.info-btn-area li a {
  width: 500px;
  height: 50px;
  display: block;
  padding: 11px 115px;
  color: #41302b;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #ffba00;
  text-align: center;
}
.info-btn-area02 li a {
  width: 30%;
}
.info-btn-area li a:hover {
  background: #ffba00;
}
.info-btn-area02 {
  margin: 0px auto 40px;
}

.info-btn-area02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.info-btn-area02 li {
  flex: 0 0 calc(33.333% - 16px);
}

.info-btn-area02 li a {
  width: 100%;
  height: 50px;
  display: block;
  padding: 11px 0;
  color: #41302b;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #ffba00;
  text-align: center;
}

.info-btn-area02 li a:hover {
  background: #ffba00;
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}
.company th {
  width: 25%;
  position: relative;
  background: #ff7e00;
  font-weight: bold;
  color: #fff;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fafafa;
  border-width: 10px;
  border-left-color: #ff7e00;
  margin-top: -10px;
}
@media all and (max-width: 639px) {
  .company th,
  .company td {
    padding: 8px;
  }
  .company th {
    width: 36%;
  }
}
.company td {
  background: #fafafa;
  padding-left: 25px;
}
.tbl0 {
  width: 100%;
}
.tbl0 th,
.tbl0 td {
  padding: 3px 5px;
  border: 0;
  border-bottom: 1px dashed #ddd;
}
.tbl0 th {
  padding-left: 0;
  background: none;
  text-align: left;
  width: 35%;
  color: #111;
}
.tbl0 th:after,
.tbl0 th:before {
  display: none;
}
@media all and (max-width: 639px) {
  .tbl0 th {
    width: 60%;
  }
}
.tbl_new {
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 12px;
}
.tbl_new tr th {
  padding-left: 25px;
  letter-spacing: 0;
}
.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #f0efec;
}
@media all and (max-width: 639px) {
  .tbl_new tr th,
  .tbl_new tr td {
    padding: 8px;
  }
}
.google-txt {
  margin-bottom: 20px;
  letter-spacing: 0;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}
.google-txt span {
  color: #176bef;
}
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.list_common.caution li {
  position: relative;
  padding-left: 1.5em;
  color: #994c00;
}
.list_common.caution li:before {
  content: "※";
  color: #ff7e00;
  position: absolute;
  left: 0;
  top: 1px;
}
.list_common.disc li:before {
  content: "◎";
  color: #bbb;
  margin-right: 5px;
}
.list_common li {
  padding-bottom: 8px;
  padding-top: 4px;
  padding-left: 1rem;
  margin-bottom: 8px;
  border-bottom: 1px dashed #cccccc;
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list_common li .check_num {
  width: 30px;
  height: 30px;
  background: #ff7e00;
  color: #fff;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.list_check li {
  padding-bottom: 8px;
  font-weight: bold;
}
.list_check li span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  padding: 10px;
  background: rgba(250, 248, 237, 0.2);
  margin-top: 10px;
}
.list_check li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom: 1px dashed #bbb;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  margin-right: 8px;
  color: #ff7e00;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}
.list_check2 {
  display: flex;
  flex-wrap: wrap;
}
.list_check2 li {
  width: 48%;
  padding: 5px 5px 5px 22px;
  margin-bottom: 5px;
  margin-right: 4%;
  position: relative;
}
.list_check2 li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list_check2 li:nth-child(2n) {
    margin-right: auto;
  }
}
.list_check2 li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 3px;
  top: 14px;
  left: 0;
  background: #ff7e00;
}
@media all and (max-width: 639px) {
  .list_check2 li {
    width: 100%;
    margin: 0 auto 5px;
  }
}
.feature-list2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.feature-list2 > li {
  width: 44%;
  margin-bottom: 40px;
  position: relative;
  margin-right: 4%;
}
.feature-list2 > li:nth-child(even) {
  transform: translateY(-70px);
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .feature-list2 > li:nth-child(even) {
    margin-right: 0;
    transform: none;
  }
}
.feature-list2 > li:nth-child(2) .feature-inner {
  background: #f37a0f;
}
.feature-list2 > li:nth-child(3) .feature-inner {
  background: #2ac16a;
}
.feature-list2 > li:nth-child(4) .feature-inner {
  background: #25b5e4;
}
.feature-list2 > li:nth-child(5) .feature-inner {
  background: #1a76dd;
}
.feature-list2 > li:nth-child(6) .feature-inner {
  background: #6835cf;
}
.feature-list2 > li:nth-child(3),
.feature-list2 > li:nth-child(4) {
  margin-left: 2%;
}
.feature-list2 > li:nth-child(5),
.feature-list2 > li:nth-child(6) {
  margin-left: 4%;
}
@media all and (max-width: 800px) {
  .feature-list2 > li {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 639px) {
  .feature-list2 > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .feature-list2 > li:nth-child(3),
  .feature-list2 > li:nth-child(4) {
    margin-left: 0;
  }
  .feature-list2 > li:nth-child(5),
  .feature-list2 > li:nth-child(6) {
    margin-left: 0;
  }
  .feature-list2 > li:nth-child(even) {
    margin-right: 0;
    transform: none;
    margin-left: auto;
  }
}
.feature-list2 > li .feature-inner {
  width: 100%;
  height: 100%;
  background: #ff4800;
  position: relative;
}
.feature-list2 > li figure {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 50%;
}
.feature-list2 > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.4;
}
@media all and (max-width: 800px) {
  .feature-list2 > li figure {
    width: 100%;
    height: 100%;
  }
}
.feature-list2 > li .feature-num {
  display: block;
  position: absolute;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 7rem;
  line-height: 1;
  color: #fff;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.feature-list2 > li .feature-num:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 55px;
  bottom: 0;
  right: -10px;
  background: #fff;
  transform: rotate(30deg);
}
@media all and (max-width: 639px) {
  .feature-list2 > li .feature-num:before {
    height: 35px;
  }
}
@media all and (max-width: 800px) {
  .feature-list2 > li .feature-num {
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 639px) {
  .feature-list2 > li .feature-num {
    font-size: 4rem;
    top: 30px;
  }
}
.feature-list2 > li .feature-txt {
  position: relative;
  padding: 50px 30px 50px 40%;
  color: #fff;
}
@media all and (max-width: 800px) {
  .feature-list2 > li .feature-txt {
    padding: 100px 20px 20px;
  }
}
@media all and (max-width: 639px) {
  .feature-list2 > li .feature-txt {
    padding: 80px 15px 25px;
  }
}
.feature-list2 > li .feature-title {
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 1.8rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 639px) {
  .feature-list2 > li .feature-title {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 639px) {
  .feature-list2 {
    padding: 0 10px;
  }
}
.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 10px;
}
.ol-list.type1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ol-list.type1 li {
  width: 49%;
}
@media all and (max-width: 639px) {
  .ol-list.type1 li {
    width: 100%;
  }
}
.ol-list > li {
  line-height: 2;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
  padding: 5px 0 8px;
  padding-left: 50px;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.8rem;
}
.ol-list > li .small {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6;
  font-size: initial;
}
.ol-list > li:before {
  counter-increment: number;
  content: counter(number);
  background: #002372;
  position: absolute;
  width: 2em;
  height: 2em;
  text-align: center;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho",
    YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2rem;
  line-height: 2em;
  color: #fefefe;
  left: 0;
  top: 0px;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .ol-list > li {
    font-size: 1.3rem;
  }
  .ol-list > li span {
    font-size: 0.9em;
  }
  .ol-list > li:before {
    font-size: 1.8rem;
  }
}
.list-type1 li {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
}
.list-type1 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  margin-right: 5px;
  color: #002372;
}
.list-inline li {
  display: inline-block;
  padding: 3px;
  font-weight: bold;
}
.list-inline li a {
  color: #41302b;
  letter-spacing: 0.2em;
}
.list-inline li:not(:last-of-type):after {
  content: "/";
  margin: 0 4px 0 10px;
  color: #ff7e00;
}
@media all and (max-width: 639px) {
  .list-inline li {
    display: block;
    padding: 0;
  }
  .list-inline li:before {
    content: "－";
    margin: 0 5px 0 0;
    color: #ff7e00;
  }
  .list-inline li:not(:last-of-type):after {
    display: none;
  }
}
.blog-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-wrap * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-wrap > li {
  width: 24%;
  margin: 10px 0.5%;
  position: relative;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
@media all and (max-width: 1200px) {
  .blog-wrap > li {
    width: 49%;
  }
}
.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap > li {
    width: 48%;
    margin: 10px 1%;
    padding: 6px;
  }
}
.blog-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  box-sizing: border-box;
}
@media all and (max-width: 639px) {
  .blog-img {
    height: 100px;
  }
}
.blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
}
.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-date {
  background: #ff7e00;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.blog-date2 {
  color: #ff7e00;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: bold;
  margin-right: 5px;
}
.blog-detail {
  padding-top: 10px;
}
.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}
.blog-title {
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-txt {
  line-height: 1.5;
  color: #ff7e00;
  padding: 10px;
}
@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
  }
}
.pages {
  text-align: center;
  margin-top: 30px;
}
.pages .page_next,
.pages .page_prev {
  display: inline;
  margin: 0 20px;
}
.pages .page_next a,
.pages .page_prev a {
  color: #994c00;
  padding: 3px 5px;
  background: #fff;
}
.category_nav {
  border: 1px solid #dddddd;
}
.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff;
}
.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: bold;
  margin-right: 5px;
}
.category_nav li a:hover {
  background: #f0efec;
}
.category_nav li:last-child a {
  border-bottom: none;
}
.cut {
  overflow: hidden;
  zoom: 1;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
@media all and (max-width: 639px) {
  .w350 {
    width: 100%;
    max-width: 600px;
  }
}
.spbr {
  display: none;
}
.br_tablet {
  display: none;
}
@media all and (max-width: 800px) {
  .br_tablet {
    display: block;
  }
}
.round-box {
  border-radius: 20px;
  overflow: hidden;
}
.bigger {
  font-size: 1.1em;
}
.sentence p + p {
  margin-top: 20px;
}
.color1 {
  color: #ff7e00;
}
.color2 {
  color: #ffba00;
}
.color3 {
  color: #41302b;
}
.num {
  text-align: center;
}
.num a {
  color: #002372;
  font-weight: bold;
  font-size: 3.5rem;
}
.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: bold;
  margin-right: 5px;
}
.num a:hover {
  color: #ffba00;
}
@media all and (max-width: 639px) {
  .num a {
    font-size: 2.4rem;
  }
}
.telbox {
  max-width: 700px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #eee;
}
.telbox .inner {
  background: #effbfb;
  padding: 10px;
}
.telbox .inner a {
  color: #ff7e00;
}
.telbox .inner a:hover {
  color: #ffa54d;
}
.telbnr {
  max-width: 700px;
  margin: 30px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.telbnr li {
  width: 100%;
  border: 3px solid #ff7e00;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.telbnr li a {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #ff7e00;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: bold;
  margin-right: 5px;
  font-size: 90%;
}
.telbnr li a:hover {
  color: #002372;
}
.telbnr li:last-of-type {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .telbnr li:last-of-type {
    margin-left: auto;
  }
  .telbnr li a {
    font-size: 2rem;
  }
}
.telbnr-ttl {
  font-weight: 700;
  font-size: 1.8rem;
  color: #41302b;
  margin-top: -30px;
}
.telbnr-ttl span {
  background: #effbfb;
  padding: 0 20px;
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.5rem;
  }
}
.breadcrumb {
  max-width: 1200px;
  margin: 20px auto 30px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  z-index: 5;
}
.breadcrumb li {
  display: inline;
  color: #41302b;
}
.breadcrumb li a {
  color: #ff7e00;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
.total-box {
  max-width: 400px;
  margin: 30px auto 50px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  background: url(../img/body_bg.png);
  justify-content: center;
}
.total-box .textarea {
  width: 60% !important;
}
.total-box span {
  color: #41302b;
  font-weight: 700;
  margin-right: 10px;
}
.form {
  margin: 0 auto;
  width: 100%;
}
.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: bold;
  color: #41302b;
}
.form dl dt span,
.form .form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
  font-family: "YakuHanJP", Lato, "Kosugi Maru", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #fff;
  background: #ff7e00;
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 11px;
  position: relative;
  top: -2px;
  border-radius: 20px;
}
.form dl dt span.nini {
  background: #ffe63f;
  color: #41302b;
}
.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc;
}
.form dl dd:last-child {
  border-bottom: none;
}
.form .textarea,
.form textarea {
  border: 0;
  padding: 15px;
  background: #f3f3f3;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea02:last-child {
  margin-right: 0;
}
.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}
.form .textarea04 {
  width: 20%;
  margin-right: 1%;
}
.form .form-contents {
  padding: 0;
}
.form .form-contents dl {
  margin-bottom: 0;
}
.form input {
  vertical-align: baseline;
}
.form button,
.form .form-pattern-2 .submit-btn {
  cursor: pointer;
  display: block;
  color: #111;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto,
    "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic,
    Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 5px;
  margin: 0 auto;
  width: 250px;
  background: #ff7e00;
  border: 1px solid #ff7e00;
  border-radius: 25px;
  color: #fff;
}
.form button:hover,
.form .form-pattern-2 .submit-btn:hover {
  background: #fff;
  color: #ff7e00;
}
.form .form-pattern-2 .submit-btn::before {
  transition: all .2s ease-in-out 0s;
}

.form .form-pattern-2 .submit-btn:hover::before {
  background: #ff7e00;
}
.form button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.form .select-wrap {
  position: relative;
  overflow: hidden;
  min-width: 150px;
  display: inline-block;
  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: 100%;
  margin: 0;
  padding: 4px 35px 4px 4px;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}
.form .entypo-down-open-mini:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  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: #ff7e00;
}
.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: #ff7e00;
  z-index: 1;
}
.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}
.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #ff7e00;
  border-bottom: 3px solid #ff7e00;
  transform: rotate(45deg);
  z-index: 1;
}
.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}
.form label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #eee;
}
.form input[type="text"],
.form textarea {
  font-size: 16px;
}
@media all and (max-width: 639px) {
  .form input[type="text"],
  .form textarea {
    transform: scale(0.9);
    margin-left: -5px;
  }
}
.select-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.select-group p {
  margin: 0 5px;
}
@media all and (max-width: 639px) {
  .select-group .select-wrap {
    margin-top: 8px;
  }
}
.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
.select-content {
  display: flex;
  align-items: center;
}
.select-content .select-txt {
  padding: 0 5px;
}
@media all and (max-width: 639px) {
  .select-content {
    display: block;
  }
}
.form-txt {
  font-size: 0.9em;
  margin-bottom: 5px;
}
.memo {
  border: 2px solid rgba(250, 248, 237, 0.5);
  background: url(../img/body_bg.png);
  padding: 15px;
}
.thanks {
  background: #fff;
  padding: 40px;
  border: 3px solid #ffba00;
  box-shadow: 0 0 0 8px rgba(255, 186, 0, 0.2);
  max-width: 700px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}
.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.policy {
  padding: 20px;
  background: rgba(255, 126, 0, 0.1);
}
.mtitle_small {
  position: relative;
  font-size: 1.7rem;
  color: #ff7e00;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_small:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ff7e00;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: bold;
  color: #ff7e00;
}
.mtitle_small2:not(:first-of-type) {
  margin-top: 20px;
}
.mtitle_small2:before {
  content: "";
  background-color: #ff7e00;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.mtitle_small3 {
  color: #41302b;
  padding: 10px 0;
  font-size: 1.6rem;
  border-top: 1px solid #ffba00;
  border-bottom: 1px solid #ffba00;
  background: rgba(255, 186, 0, 0.1);
  margin-bottom: 30px;
}
.mtitle_small3:before {
  content: "―";
  margin-right: 8px;
  color: #ffba00;
}
@media all and (max-width: 639px) {
  .mtitle_small3 {
    padding: 4px;
    font-size: 1.3rem;
  }
}
.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.gallery_ul li {
  margin: 0 2% 2.5% 0;
  width: 32%;
}
.gallery_ul li:nth-child(3n) {
  margin: 0 0 2.5% 0;
}
.gallery_ul li .photobox-wrap {
  width: 100%;
  height: 350px;
  text-align: center;
  overflow: hidden;
  background: rgba(255, 186, 0, 0.1);
  margin-bottom: 8px;
}
.gallery_ul li .photobox-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
  object-position: 50% 50%;
}
@media all and (max-width: 639px) {
  .gallery_ul li .photobox-wrap {
    height: 280px;
  }
}
.product-gallery {
  display: flex;
  flex-wrap: wrap;
}
.product-gallery:not(:last-of-type) {
  margin-bottom: 40px;
}
.product-gallery li {
  width: 24%;
  margin-right: calc(1% + (1% / 3));
  margin-bottom: 25px;
}
.product-gallery li:nth-child(4n) {
  margin-right: 0;
}
.product-gallery li a {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  padding: 0px;
  height: 200px;
}
.product-gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.product-gallery li p {
  line-height: 1.4;
  margin-top: 5px;
}
@media all and (max-width: 639px) {
  .product-gallery li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .product-gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .product-gallery li a {
    height: 180px;
  }
}
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery li {
  width: 31%;
  margin: 0 calc(2.33% + (2.33% / 2)) 15px 0;
}
.gallery li:nth-child(3n) {
  margin-right: 0;
}
.gallery li a {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  padding: 0px;
  height: 270px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery li p {
  line-height: 1.4;
  margin-top: 5px;
}
@media all and (max-width: 800px) {
  .gallery li {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  .gallery li:nth-child(3n) {
    margin: 0 4% 20px 0;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 1.1rem;
  }
}
.gallery2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 23.5%;
  margin: 0 2% 15px 0;
}
.gallery2 li:nth-child(4n) {
  margin-right: 0;
}
.gallery2 li a {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  padding: 0px;
  height: 220px;
}
.gallery2 li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery2 li p {
  line-height: 1.4;
  margin-top: 5px;
}
@media all and (max-width: 800px) {
  .gallery2 li {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  .gallery2 li:nth-child(3n) {
    margin: 0 4% 20px 0;
  }
  .gallery2 li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery2 li a {
    height: 120px;
  }
  .gallery2 li p {
    font-size: 1.1rem;
  }
}
.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2.tp {
  align-items: flex-start;
}
.column2 .child3 {
  width: 45%;
}
.column2 .child2 {
  width: 50%;
}
.column2 .child {
  width: 48%;
}
.column2 .child.type1 {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
}
.column2.menu-box .child {
  width: 48%;
  padding: 30px 25px;
  color: #fff;
  background: #ff7e00;
  border: 4px solid #fefefe;
  box-shadow: 2px 2px 0 4px #41302b;
  border-radius: 20px;
}
.column2.menu-box .child h3 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
}
.column2.menu-box .child.mdl {
  background: #ffba00;
}
@media all and (max-width: 639px) {
  .column2 {
    flex-direction: column;
  }
  .column2 .child,
  .column2 .child2,
  .column2 .child3 {
    width: 100%;
  }
  .column2 .child.type1,
  .column2 .child2.type1,
  .column2 .child3.type1 {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .column2 .child.column2-img,
  .column2 .child2.column2-img,
  .column2 .child3.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
  .column2 .child.column2-img.bm0,
  .column2 .child2.column2-img.bm0,
  .column2 .child3.column2-img.bm0 {
    margin-bottom: 0;
  }
  .column2.menu-box .child {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 20px 15px;
  }
  .column2.menu-box .child.mdl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .column2.menu-box .child h3 {
    font-size: 1.8rem;
  }
}
.column3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column3 .child {
  width: 32%;
}
.column3.menu-box .child {
  width: 31%;
  padding: 30px 25px;
  color: #fff;
  background: #ff7e00;
  border: 4px solid #fefefe;
  box-shadow: 2px 2px 0 4px #41302b;
  border-radius: 20px;
}
.column3.menu-box .child h3 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
}
.column3.menu-box .child.mdl {
  background: #ffba00;
}
@media all and (max-width: 639px) {
  .column3 {
    flex-direction: column;
  }
  .column3 .child {
    width: 100%;
  }
  .column3 .child.mdl {
    margin: 30px 0;
  }
  .column3.menu-box .child {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 20px 15px;
  }
  .column3.menu-box .child.mdl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .column3.menu-box .child h3 {
    font-size: 1.8rem;
  }
}
.list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -45px;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -30px;
  }
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin: 45px 4% 0 0;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 30px auto 0;
  }
}
.list2 > li.order,
.list2 .child.order {
  order: 2;
}
@media all and (max-width: 639px) {
  .list2 > li.order,
  .list2 .child.order {
    order: 0;
  }
}
.list2.type1 .child {
  overflow: hidden;
  background: #f0f0f0;
  border-radius: 20px;
}
.list2.type1 .child .inner {
  padding: 15px;
}
.title-bg {
  background: #cc9500;
  color: #fefefe;
  text-align: center;
  padding: 8px 5px;
  font-weight: 600;
  font-size: 1.7rem;
}
.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3 > li {
  width: 31%;
  margin: 0 3% 15px 0;
}
.list3 > li:nth-child(3n) {
  margin-right: 0;
}
.list4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list4.wk li {
  padding: 3px 6px;
  background: #fff;
  border: 1px solid #bbb;
  box-sizing: border-box;
  border-radius: 10px;
}
.list4 li {
  width: 23%;
  margin: 0 2.5% 10px 0;
}
.list4 li:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 800px) {
  .list4 {
    max-width: 600px;
  }
  .list4 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
    text-align: center;
  }
  .list4 li img {
    width: 100%;
  }
  .list4 li:nth-child(2n) {
    margin-right: 0;
  }
}
.list5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list5 li {
  width: 19%;
}
@media all and (max-width: 639px) {
  .list5 li {
    width: 48%;
    margin-bottom: 15px;
  }
}
.note {
  padding: 15px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #aaa;
}
.note2 {
  padding: 15px;
  background: #faf8ed;
}
.flow-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px 0;
}
.flow-dl dt {
  background: #ffba00;
  font-size: 3rem;
  color: #fff;
  width: 80px;
  text-align: center;
  margin-right: 20px;
  height: 80px;
  padding-top: 10px;
  border-radius: 100%;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.flow-dl dt span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: -16px;
}
@media all and (max-width: 639px) {
  .flow-dl dt {
    width: 60px;
    height: 60px;
    font-size: 2.2rem;
    padding-top: 6px;
  }
  .flow-dl dt span {
    font-size: 1.3rem;
  }
}
.flow-dl dd {
  width: calc(100% - 110px);
  margin-top: 10px;
}
.flow-dl dd:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 3px solid #f0efec;
}
@media all and (max-width: 639px) {
  .flow-dl dd {
    width: calc(100% - 95px);
  }
}
.flow-dl dt:not(:last-of-type),
.flow-dl dd:not(:last-of-type) {
  margin-bottom: 30px;
}
.txt1 {
  padding-left: 10px;
}
.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-month ul li {
  font-family: "YakuHanJP", Lato, "Kosugi Maru", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background: #ffba00;
  width: 45%;
  padding: 3px 0;
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 5px;
}
.blog-month ul li:nth-child(even) {
  margin-left: 1%;
}
.blog-month ul li a {
  color: #fff;
}
@media all and (max-width: 639px) {
  .blog-month ul li {
    width: 44%;
  }
}
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#entry {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
.menu-list {
  margin-bottom: 30px;
}
.menu-list > li {
  display: flex;
  align-items: center;
  padding: 8px 4px;
}
.menu-list > li p {
  display: inline-block;
  line-height: 1.5;
}
.menu-list > li:before {
  background: radial-gradient(#aaaaaa 20%, rgba(0, 0, 0, 0) 0%) center
    center/8px 8px;
  content: "";
  display: inline-block;
  flex: 1;
  height: 4px;
  margin: 0 1.2em;
}
@media all and (max-width: 639px) {
  .menu-list > li:before {
    margin: 0 5px;
  }
}
.menu-list > li .left {
  order: -1;
  max-width: 60%;
}
.menu-list > li .left .small {
  color: #ffba00;
  padding-left: 5px;
  display: block;
}
.menu-list > li .left .small:before {
  content: "[";
}
.menu-list > li .left .small:after {
  content: "]";
}
@media all and (max-width: 639px) {
  .menu-list > li .left {
    max-width: 65%;
  }
}
.menu-list > li .right {
  max-width: 35%;
  text-align: right;
}
.price {
  font-weight: bold;
  color: #002372;
  font-size: 1.3em;
}
.price2 {
  text-align: center;
  margin: 8px 0;
}
.price2 span {
  font-weight: 600;
  color: #ffba00;
  font-size: 1.1em;
}
.list-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-center li {
  max-width: 250px;
}
.list-center li:not(:last-child) {
  margin: 0 5px 5px;
}
@media all and (max-width: 639px) {
  .list-center li {
    width: 220px;
  }
  .list-center li:not(:last-child) {
    margin: 0 0 5px;
  }
}
.faq dt {
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  background: #fff;
  color: #41302b;
  border: 1px solid #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  padding-left: 40px;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.faq dt:before {
  content: "Q";
  position: absolute;
  top: -6px;
  left: -6px;
  text-indent: 0px;
  line-height: 35px;
  color: #fff;
  background: #ff7e00;
  width: 35px;
  height: 35px;
  text-align: center !important;
}
.faq dt:hover {
  background: #fff;
}
.faq dd {
  display: none;
  position: relative;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  padding-left: 46px;
  line-height: 2;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
}
.faq dd:before {
  content: "A";
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: 0px;
  font-size: 20px;
  line-height: 35px;
  color: #ff4800;
  width: 35px;
  height: 35px;
  text-align: center !important;
}
.faq:last-child {
  margin-bottom: 0;
}
.faq dt:before,
.faq dd:before {
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 25px;
}
.faq-dl dt,
.faq-dl dd {
  padding: 15px 15px 15px 60px;
  position: relative;
}
.faq-dl dt:before,
.faq-dl dd:before {
  position: absolute;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  left: 15px;
  top: 0;
}
@media all and (max-width: 639px) {
  .faq-dl dt,
  .faq-dl dd {
    padding: 10px 10px 10px 50px;
  }
  .faq-dl dt:before,
  .faq-dl dd:before {
    font-size: 2rem;
  }
}
.faq-dl dt {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
  color: #41302b;
}
.faq-dl dt:before {
  content: "Q.";
  color: #ff7e00;
}
.faq-dl dd {
  margin-left: auto;
  border-radius: 5px 0 5px 0;
  background: rgba(240, 239, 236, 0.7);
  border-radius: 10px;
}
.faq-dl dd:before {
  content: "A.";
  color: #ffba00;
}
.faq-dl dd:not(:last-child) {
  margin-bottom: 50px;
}
.fukidashi {
  margin: 0.5em auto 1em;
  padding: 5px;
  text-align: center;
  max-width: 50%;
  border-radius: 10px;
  font-size: 2.2rem;
  background: #fefefe;
  border-radius: 5px;
  position: relative;
}
.fukidashi a {
  color: #a71017;
}
.fukidashi a:hover {
  color: #ff4800;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fefefe;
  z-index: 2;
}
.info-txt {
  width: 95%;
  margin: 10px auto 0;
  background: rgba(255, 186, 0, 0.3);
  padding: 10px;
  border-radius: 10px;
}
.iframe {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.frames {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 6px;
}
.frames:before,
.frames:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 85px;
  height: 50px;
  background: #fff;
  transform: rotate(-30deg);
}
.frames:before {
  box-shadow: 0 10px 8px -12px rgba(65, 48, 43, 0.6);
  top: -24px;
  bottom: auto;
  right: auto;
  left: -26px;
}
.frames:after {
  box-shadow: 0 -10px 10px -10px rgba(65, 48, 43, 0.4);
  top: auto;
  bottom: -22px;
  right: -25px;
  left: auto;
}
.feature-list li {
  padding: 4px 4px 4px 8px;
  font-weight: 600;
  margin-bottom: 8px;
  background: #f0f0f0;
}
.feature-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  margin-right: 5px;
  color: #ff7e00;
}
.mtitle-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-weight: 600;
  font-size: 1.8rem;
  color: #41302b;
  letter-spacing: 0.2em;
}
.mtitle-vertical span {
  display: block;
  font-size: 3rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ff7e00;
}
@media all and (max-width: 639px) {
  .mtitle-vertical {
    writing-mode: inherit;
    font-size: 1.4rem;
  }
  .mtitle-vertical span {
    font-size: 2rem;
  }
}
.vertical-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 639px) {
  .vertical-box {
    flex-direction: column;
  }
}
.vertical-content {
  flex: 1;
  margin-left: 30px;
}
@media all and (max-width: 639px) {
  .vertical-content {
    flex: 1 0 auto;
    margin: 15px 0 0;
  }
}
.link-txt {
  font-weight: 600;
  border-bottom: 1px dashed #41302b;
  color: #41302b;
}
.lead01 {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.lead01 span {
  background: #b35800;
  color: #fff;
  padding: 2px 4px;
  font-size: 1.8rem;
  font-weight: 600;
}
.lead01 span em {
  font-style: normal;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 2rem;
  padding-right: 5px;
}
.lead02 {
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.5;
}
.lead03 {
  margin-bottom: 20px;
}
.lead03 span {
  padding: 2px 5px;
  background: #f4f0d9;
  color: #41302b;
  font-size: 2rem;
  font-weight: 600;
}
.lead03:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: bold;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .lead03 span {
    font-size: 1.4rem;
  }
}
.title01 {
  font-weight: 700;
  color: #41302b;
  font-size: 2rem;
  margin-bottom: 25px;
}
.title01 .small {
  display: block;
  font-size: 1.4rem;
  color: #ff7e00;
}
@media all and (max-width: 639px) {
  .title01 {
    font-size: 1.4rem;
  }
  .title01 .small {
    font-size: 13px;
  }
}
.title02 {
  margin-bottom: 10px;
}
.title02 span {
  display: inline-block;
}
@media all and (max-width: 639px) {
  .title02 span:not(.lead) {
    display: block;
  }
}
.title02 .lead {
  background: #ff7e00;
  display: inline-block;
  margin-right: 4px;
  color: #fff;
  padding: 3px 8px;
  font-weight: 600;
  line-height: 1.3;
}
.top-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-service-list li {
  width: 19%;
  font-weight: 600;
  text-align: center;
  color: #cc6500;
}
.top-service-list .top-service-img {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
}
.top-service-list .top-service-img img {
  border-radius: 50%;
}
@media all and (max-width: 639px) {
  .top-service-list {
    justify-content: flex-start;
  }
  .top-service-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .top-service-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.box2 {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border-bottom: 5px solid rgba(187, 187, 187, 0.7);
}
@media all and (max-width: 639px) {
  .box2 {
    padding: 15px;
  }
}
.box1 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.box1.type1 {
  display: flex;
  background: #fff;
  border: 2px solid #ffba00;
  box-shadow: 0 0 0 6px rgba(255, 186, 0, 0.3);
  padding: 30px 20px;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .box1.type1 {
    padding: 20px 15px;
    flex-direction: column;
  }
}
.box1.type2 {
  display: flex;
  max-width: 1000px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}
@media all and (max-width: 639px) {
  .box1.type2 {
    padding: 20px 15px;
    border-radius: 10px;
  }
}
.link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: -15px;
}
@media all and (max-width: 639px) {
  .link-list {
    padding: 0 10px;
  }
}
.link-list li {
  width: 15%;
  margin-top: 15px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 4px 0;
}
.link-list li img {
  width: 100%;
}
@media all and (max-width: 639px) {
  .link-list li {
    width: 31%;
  }
}
.box-line {
  background-image: linear-gradient(
      to right,
      #41302b,
      #41302b 30%,
      transparent 30%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      #41302b,
      #41302b 30%,
      transparent 30%,
      transparent 100%
    ),
    linear-gradient(
      to bottom,
      #41302b,
      #41302b 30%,
      transparent 30%,
      transparent 100%
    ),
    linear-gradient(
      to bottom,
      #41302b,
      #41302b 30%,
      transparent 30%,
      transparent 100%
    );
  background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  padding: 25px;
  max-width: 800px;
  margin: 0 auto 40px;
  position: relative;
}
.box-line:before {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 50%;
  left: 50%;
  background: #002372;
  opacity: 0.1;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 639px) {
  .box-line {
    max-width: 95%;
    padding: 15px;
  }
}
.top-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.top-btn-box a {
  display: block;
  width: 350px;
}
.top-btn-box a:first-of-type {
  margin-right: 40px;
}
@media all and (max-width: 800px) {
  .top-btn-box a {
    width: 45%;
  }
}
@media all and (max-width: 639px) {
  .top-btn-box a {
    width: 90%;
  }
  .top-btn-box a:first-of-type {
    margin: 0 auto 20px;
  }
}
.slide_list {
  position: relative;
  display: none;
  margin: auto;
}
.slide_list li img {
  width: auto;
  height: 240px;
  transition: filter 0.2s ease-in;
}
.slide_list li:hover img {
  filter: grayscale(0);
}
@media all and (max-width: 639px) {
  .slide_list li img {
    height: 200px;
  }
}
.price-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.price-box .price-video {
  width: 30%;
}
.price-box .price-txt {
  width: 65%;
}
@media all and (max-width: 800px) {
  .price-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .price-box .price-video {
    width: 200px;
    margin-bottom: 20px;
  }
  .price-box .price-txt {
    width: 80%;
  }
}
@media all and (max-width: 639px) {
  .price-box .price-txt {
    width: 100%;
  }
}
.bgc {
  background: #f4f4f4;
}
.bgc.bg1 {
  background: rgba(255, 169, 170, 0.15);
}
.bgc.bg2 {
  background: rgba(255, 208, 167, 0.15);
}
.bgc.bg3 {
  background: rgba(255, 247, 128, 0.15);
}
.bgc.bg4 {
  background: rgba(189, 252, 199, 0.15);
}
.bgc.bg5 {
  background: rgba(179, 246, 248, 0.15);
}
.bgc.bg6 {
  background: rgba(164, 227, 248, 0.15);
}
.bgc.bg7 {
  background: rgba(228, 207, 255, 0.15);
}
.bgc.bg8 {
  background: rgba(255, 204, 228, 0.15);
}
.bgc2 {
  background: #f4f4f4;
}
.bgc2.bg1 {
  background: #ffa9aa;
}
.bgc2.bg2 {
  background: #ffd0a7;
}
.bgc2.bg3 {
  background: #fff780;
}
.bgc2.bg4 {
  background: #bdfcc7;
}
.bgc2.bg5 {
  background: #6cbb80;
}
.bgc2.bg6 {
  background: #a4e3f8;
}
.bgc2.bg7 {
  background: #e4cfff;
}
.bgc2.bg8 {
  background: #ffcce4;
}
.txtc.co1 {
  color: #d12312;
}
.txtc.co2 {
  color: #c5620a;
}
.txtc.co3 {
  color: #ccab00;
}
.txtc.co4 {
  color: #219753;
}
.txtc.co5 {
  color: #1895be;
}
.txtc.co6 {
  color: #155eaf;
}
.txtc.co7 {
  color: #5328a9;
}
.txtc.co8 {
  color: #ff3a7b;
}
.ttl01 {
  margin: 0 10px 45px;
  line-height: 3;
  font-weight: bold;
}
.ttl01.type1 {
  margin: -40px 10px 45px;
}
.ttl01.type2 {
  margin: 50px 10px 25px;
}
@media all and (max-width: 639px) {
  .ttl01 {
    margin: 0 8px 30px;
  }
}
.ttl01 span:nth-child(1),
.ttl01 span:nth-child(9),
.ttl01 span:nth-child(17) {
  color: #ed3b29;
}
.ttl01 span:nth-child(2),
.ttl01 span:nth-child(10),
.ttl01 span:nth-child(18) {
  color: #f37a0f;
}
.ttl01 span:nth-child(3),
.ttl01 span:nth-child(11),
.ttl01 span:nth-child(19) {
  color: #ffd600;
}
.ttl01 span:nth-child(4),
.ttl01 span:nth-child(12),
.ttl01 span:nth-child(20) {
  color: #2ac16a;
}
.ttl01 span:nth-child(5),
.ttl01 span:nth-child(13),
.ttl01 span:nth-child(21) {
  color: #25b5e4;
}
.ttl01 span:nth-child(6),
.ttl01 span:nth-child(14),
.ttl01 span:nth-child(22) {
  color: #1a76dd;
}
.ttl01 span:nth-child(7),
.ttl01 span:nth-child(15),
.ttl01 span:nth-child(23) {
  color: #6835cf;
}
.ttl01 span:nth-child(8),
.ttl01 span:nth-child(16),
.ttl01 span:nth-child(24) {
  color: #ff6d9d;
}
.ttl01 strong {
  font-size: 120%;
  color: #41302b !important;
  display: block;
  line-height: 1;
  letter-spacing: 0.2em;
}
.ttl01 em {
  font-size: 4rem;
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  line-height: 1.2;
}
@media all and (max-width: 639px) {
  .ttl01 em {
    font-size: 3.2rem;
  }
}
.ttl01 em,
.ttl01 strong {
  z-index: 100 !important;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
    0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
    0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
    0 0 2px #fff, 0 0 2px #fff;
}
.ttl01.baicon em {
  display: inline-block;
  position: relative;
}
.ttl01.baicon em:before {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 5px;
  right: -55px;
  margin: auto;
  background-image: url(../img/bg_img01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  content: "";
}
.ttl01.baicon em:after {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 5px;
  left: -55px;
  margin: auto;
  background-image: url(../img/bg_img02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  content: "";
}
@media all and (max-width: 639px) {
  .ttl01.baicon em:before {
    width: 32px;
    height: 32px;
    right: -40px;
  }
  .ttl01.baicon em:after {
    width: 32px;
    height: 32px;
    left: -40px;
  }
}
.ttl02 {
  margin: 0 auto 45px;
  line-height: 3;
  font-weight: bold;
}
@media all and (max-width: 639px) {
  .ttl02 {
    margin: 0 8px 30px;
  }
}
.ttl02 span {
  color: #fff;
}
.ttl02 strong {
  font-size: 120%;
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.2em;
}
.ttl02 em {
  color: #fff;
  padding-top: 60px;
  display: inline-block;
  position: relative;
  font-size: 4rem;
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  line-height: 1.2;
}
.ttl02 em:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  color: #fdfdfd;
  transform: translateX(-50%);
  width: 120px;
  height: 50px;
  background: url(../img/character.png) no-repeat center/contain;
}
@media all and (max-width: 639px) {
  .ttl02 em:before {
    width: 84px;
    height: 35px;
  }
}
@media all and (max-width: 639px) {
  .ttl02 em {
    font-size: 3.2rem;
    padding-top: 45px;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-ms-keyframes fuwafuwa {
  0% {
    -ms-transform: translate(0, 0);
  }
  50% {
    -ms-transform: translate(0, -10px);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}
.fuwafuwa {
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -ms-animation-name: fuwafuwa;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease;
}
@keyframes fuwafuwas {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwas {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwas {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -5px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-ms-keyframes fuwafuwas {
  0% {
    -ms-transform: translate(0, 0);
  }
  50% {
    -ms-transform: translate(0, -5px);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}
.fuwafuwas {
  animation-name: fuwafuwas;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  -webkit-animation-name: fuwafuwas;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwas;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -ms-animation-name: fuwafuwas;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease;
}
.js-span-text.on {
  opacity: 1;
}
.js-span-text.on span {
  display: inline-block;
  opacity: 0;
}
.js-span-text.on span:nth-child(1) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
}
.js-span-text.on span:nth-child(2) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
}
.js-span-text.on span:nth-child(3) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
}
.js-span-text.on span:nth-child(4) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
}
.js-span-text.on span:nth-child(5) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
}
.js-span-text.on span:nth-child(6) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
}
.js-span-text.on span:nth-child(7) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
}
.js-span-text.on span:nth-child(8) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
}
.js-span-text.on span:nth-child(9) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
}
.js-span-text.on span:nth-child(10) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
}
.js-span-text.on span:nth-child(11) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
}
.js-span-text.on span:nth-child(12) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
}
.js-span-text.on span:nth-child(13) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
}
.js-span-text.on span:nth-child(14) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
}
.js-span-text.on span:nth-child(15) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
}
.js-span-text.on span:nth-child(16) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
}
.js-span-text.on span:nth-child(17) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
}
.js-span-text.on span:nth-child(18) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
}
.js-span-text.on span:nth-child(19) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
}
.js-span-text.on span:nth-child(20) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
}
.js-span-text.on span:nth-child(21) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
}
.js-span-text.on span:nth-child(22) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
}
.js-span-text.on span:nth-child(23) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
}
.js-span-text.on span:nth-child(24) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
}
.js-span-text.on span:nth-child(25) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
}
.js-span-text.on span:nth-child(26) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
}
.js-span-text.on span:nth-child(27) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
}
.js-span-text.on span:nth-child(28) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
}
.js-span-text.on span:nth-child(29) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
}
.js-span-text.on span:nth-child(30) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
}
.js-span-text.on span:nth-child(31) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1s forwards;
}
.js-span-text.on span:nth-child(32) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards;
}
.js-span-text.on span:nth-child(33) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3s forwards;
}
.js-span-text.on span:nth-child(34) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4s forwards;
}
.js-span-text.on span:nth-child(35) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.5s forwards;
}
@keyframes text {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(-10px) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
spc {
  padding: 5px;
}
.top-menulist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.top-menulist li {
  width: 33%;
  position: relative;
  text-align: center;
}
.top-menulist li a {
  display: block;
  z-index: 4;
  position: relative;
}
.top-menulist li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.4, 0.3, 1.1);
}
.top-menulist li:hover:before {
  transform: scale(0.97, 0.98);
  border-radius: 20px;
  background: none;
}
.top-menulist li:hover .top-menulist_img {
  transform: scale(1.1, 1.1);
}
.top-menulist li:hover .top-menulist_img img {
  border-radius: 20px;
}
.top-menulist li:hover .more {
  transition: all 0.15s ease-in;
  transform: rotate(-10deg);
}
@media all and (max-width: 1200px) {
  .top-menulist {
    margin-top: 40px;
    padding: 10px;
  }
  .top-menulist li {
    width: 48%;
    margin-bottom: 25px;
  }
  .top-menulist li:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 639px) {
  .top-menulist li {
    width: 95%;
    margin: 0 auto;
  }
}
.top-menulist .more {
  position: absolute;
  left: -1%;
  top: -2%;
  width: 170px;
  padding: 10px 0 5px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  z-index: 20;
  transform-origin: left top;
}
@media all and (max-width: 639px) {
  .top-menulist .more {
    font-size: 1.2rem;
    width: 110px;
  }
}
.top-menulist .top-menulist_img {
  width: 100%;
  height: 290px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-origin: 50% 90%;
}
.top-menulist .top-menulist_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
  display: block;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .top-menulist .top-menulist_img {
    height: 230px;
  }
}
.top-menulist .top-menulist_ttl {
  display: inline-block;
  position: relative;
  height: 45px;
  top: -60px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 5;
}
.top-menulist .top-menulist_ttl:before {
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -25px;
  z-index: -2;
  border: 20px solid #ff8b1a;
  border-left-color: transparent;
}
.top-menulist .top-menulist_ttl:after {
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -25px;
  z-index: -2;
  border: 20px solid #ff8b1a;
  border-right-color: transparent;
}
.top-menulist .top-menulist_ttl span {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.3em;
  min-width: 200px;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background: #ff7e00;
}
.top-menulist .top-menulist_ttl span:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #ffba00;
}
.top-menulist .top-menulist_ttl span:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #ffba00;
}
@media all and (max-width: 639px) {
  .top-menulist .top-menulist_ttl {
    height: 35px;
  }
  .top-menulist .top-menulist_ttl:before {
    left: -16px;
    border: 15px solid #ff8b1a;
    border-left-color: transparent;
  }
  .top-menulist .top-menulist_ttl:after {
    right: -16px;
    border: 15px solid #ff8b1a;
    border-right-color: transparent;
  }
  .top-menulist .top-menulist_ttl span {
    font-size: 1.4rem;
    line-height: 35px;
  }
}
.bg-dot {
  background-image: radial-gradient(
      rgba(255, 186, 0, 0.2) 7%,
      rgba(0, 0, 0, 0) 10%
    ),
    radial-gradient(rgba(255, 186, 0, 0.2) 7%, rgba(0, 0, 0, 0) 10%);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}
.zurewaku2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  padding: 30px 25px;
  font-weight: bold;
  background: #fff;
  box-shadow: 5px 5px 0 #bbb;
  border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
  z-index: 0;
}
@media all and (max-width: 639px) {
  .zurewaku2 {
    padding: 20px 15px;
  }
}
.zurewaku2:before {
  position: absolute;
  border: 2px solid #41302b;
  border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -998;
}
.zurewaku {
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 35px 25px;
  color: #000000;
  font-weight: bold;
  background: #fff;
  border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
  z-index: 0;
}
.zurewaku p {
  letter-spacing: 0.2em;
  color: #41302b;
}
@media all and (max-width: 639px) {
  .zurewaku {
    padding: 25px 15px;
  }
}
.zurewaku:after {
  position: absolute;
  background-color: rgba(225, 239, 213, 0.5);
  background-image: linear-gradient(
    -90deg,
    rgba(225, 239, 213, 0.5) 50%,
    transparent 50%,
    transparent
  );
  background-size: 20px 20px;
  border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
  top: 8px;
  left: 8px;
  content: "";
  height: calc(100% - 5px);
  width: 99%;
  z-index: -999;
}
.zurewaku:before {
  position: absolute;
  border: 2px solid #555;
  border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -998;
}
.tcenter_pc {
  text-align: center;
}
@media all and (max-width: 639px) {
  .tcenter_pc {
    text-align: left;
  }
}
.mini {
  font-size: 90%;
}
.normal {
  font-weight: normal;
}
.mark img {
  width: 150px;
}
@media all and (max-width: 639px) {
  .mark img {
    width: 100px;
  }
}
sc {
  margin: 0 5px;
}
@media all and (max-width: 639px) {
  sc {
    margin: 5px 0;
    display: block;
  }
}
.mtxt {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media all and (max-width: 639px) {
  .mtxt {
    font-size: 1.6rem;
  }
}
.mtxt2 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media all and (max-width: 639px) {
  .mtxt2 {
    font-size: 1.4rem;
  }
}
.ls2 {
  line-height: 2;
}
.kiritori {
  height: 1px;
  border-top: 1px dashed #bbb;
  margin: 30px auto;
  width: 100%;
  display: block;
}
.deco {
  position: relative;
}
.deco:before,
.deco:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 300px;
  opacity: 0.8;
}
@media all and (max-width: 639px) {
  .deco:before,
  .deco:after {
    width: 70%;
  }
}
.deco:before {
  left: 0;
  top: 0;
  background: url(../img/deco01.png) no-repeat left top/contain;
}
.deco:after {
  right: 0;
  bottom: 0;
  background: url(../img/deco02.png) no-repeat right bottom/contain;
}
.deco .inner {
  position: relative;
  z-index: 2;
}
.greet-box {
  line-height: 2;
  max-width: 850px;
  margin: 30px auto;
}
.day_flow dt {
  background: rgba(255, 204, 228, 0.6);
  color: #41302b;
  padding: 5px 15px;
  font-size: 110%;
  border-radius: 5px;
}
.day_flow dd {
  border-left: 4px dotted #ff6d9d;
  margin-left: 25px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.day_flow.type1 dt {
  background: rgba(255, 186, 0, 0.5);
}
.day_flow.type1 dd {
  border-left: 4px dotted #ff7e00;
}
.day_flow.type2 dt {
  background: rgba(255, 208, 167, 0.8);
}
.day_flow.type2 dd {
  border-left: 4px dotted #f37a0f;
}
.title_bot {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  color: #41302b;
  margin-bottom: 15px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 3px double #ff6d9d;
}
.title_bot img {
  width: 30px;
  margin-right: 8px;
}
.title_bot span {
  font-size: 1.6rem;
}
.title_bot.type1 {
  border-bottom: 3px double #ff7e00;
}
.title_bot.type2 {
  border-bottom: 3px double #f37a0f;
}
@media all and (max-width: 639px) {
  .title_bot {
    font-size: 1.8rem;
  }
  .title_bot img {
    width: 26px;
  }
  .title_bot span {
    font-size: 1.4rem;
  }
}
.top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-link li {
  width: calc((100% / 4) - 30px);
}
.top-link li:nth-child(even) {
  margin-top: 30px;
}
@media all and (max-width: 1400px) {
  .top-link li:nth-child(even) {
    margin-top: 0;
  }
}
.top-link li a {
  display: block;
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #000;
}
.top-link li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.5;
  transition: 0.2s all ease-in;
}
.top-link li a:hover img {
  opacity: 0.8;
  transform: scale(1.1);
}
@media all and (max-width: 639px) {
  .top-link li {
    width: 100%;
    margin-bottom: 15px;
  }
  .top-link li a {
    height: 45vmin;
  }
}
.top-link li .menu-btn-title {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  left: 30px;
  top: 20px;
  color: #fefefe;
  font-weight: 700;
  z-index: 2;
  font-size: 1.6rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.3em;
}
.top-link li .menu-btn-title span {
  font-size: 1.4rem;
  line-height: 1;
  padding-left: 5px;
  border-left: 1px solid #fefefe;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
}
@media all and (max-width: 639px) {
  .top-link li .menu-btn-title {
    writing-mode: initial;
    font-size: 1.4rem;
    left: 15px;
  }
  .top-link li .menu-btn-title span {
    border-left: 0px solid #fefefe;
    border-bottom: 1px solid #fefefe;
    font-size: 1.2rem;
    padding: 0 0 8px 0;
  }
}
.top-link li .arrow {
  position: absolute;
  stroke-miterlimit: 5;
  stroke-width: 1;
  stroke: #fefefe;
  right: 20px;
  bottom: 30px;
  z-index: 4;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
}
.top-link li .arrow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #fefefe;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .top-link li .arrow {
    width: 35px;
    height: 35px;
    padding-top: 5px;
  }
  .top-link li .arrow:before {
    border: 1px solid #fefefe;
  }
  .top-link li .arrow .arrow-svg {
    transform: scale(0.5);
  }
}
.icon {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 639px) {
  .icon img {
    width: 180px;
  }
}
@media all and (max-width: 639px) {
  .scroll-tbl table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
}
.sec-second {
  position: relative;
}
.sec-second:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(45deg, #c4c9f5, #c0f1f4, #aacef1, #ade1e7);
  background-size: 200% 200%;
  animation: bggradient 5s ease infinite;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fuchi {
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
    0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
    0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
    0 0 2px #fff, 0 0 2px #fff;
}
.circle {
  position: relative;
  width: 120px;
  height: 120px;
  background: #f3eacc;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0;
  border-radius: 50%;
  margin: -65px auto 20px;
  text-align: center;
}
.circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #41302b;
  font-size: 1.75rem;
}
@media all and (max-width: 639px) {
  .circle {
    width: 110px;
    height: 110px;
    margin: -55px auto 20px;
  }
  .circle span {
    font-size: 1.4rem;
  }
}
.bg-board {
  margin-top: 40px;
  position: relative;
}
.bg-board .inner {
  position: relative;
  z-index: 3;
}
.bg-board:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
  background: url(../img/board.jpg) no-repeat center/cover;
  border-radius: 20px;
}
@media all and (max-width: 1200px) {
  .bg-board:after {
    width: calc(100% - 10px);
    height: calc(100% - 0px);
  }
}
.weekly {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.weekly li {
  width: 23.5%;
  overflow: hidden;
}
.weekly li img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.weekly li .weekly-txt {
  padding: 15px;
  border-radius: 0 0 20px 20px;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  background: #ff7e00;
  letter-spacing: 0.15em;
}
.weekly li .weekly-txt.type1 {
  background: #ffba00;
}
.weekly li .weekly-txt span {
  display: block;
  font-size: 1.5rem;
  font-family: "YakuHanJP", Lato, "Kosugi Maru", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
@media all and (max-width: 639px) {
  .weekly li .weekly-txt {
    font-size: 1.5rem;
  }
  .weekly li .weekly-txt span {
    font-size: 1.3rem;
  }
}
.weekly li .weekly-title {
  position: absolute;
  text-align: center;
  width: 80px;
  height: 80px;
  top: -65px;
  left: 15px;
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  color: #41302b;
  border-radius: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1.5rem;
  padding-top: 20px;
  transform: rotate(-5deg);
}
.weekly li .weekly-title span {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-size: 1.8rem;
  color: #ff4800;
}
@media all and (max-width: 1200px) {
  .weekly {
    width: 90%;
    margin: 0 auto;
  }
  .weekly li {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 639px) {
  .weekly {
    width: 85%;
  }
  .weekly li {
    width: 100%;
  }
}
.btn03 a {
  margin: auto;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  max-width: 250px;
  width: 90%;
  display: block;
  border: 2px solid #fff;
  color: #fff;
}
.btn03 a i {
  margin-right: 8px;
}
.btn03 a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.calendar .calendar_head {
  color: #41302b;
  font-weight: bold;
  font-size: 120%;
}
.calendar table {
  margin: 10px 0;
  line-height: 2.6;
  width: 100%;
}
.calendar table th {
  text-align: center;
  vertical-align: middle;
  background: #bbb;
  padding: 5px 2px;
  font-weight: normal;
  line-height: 1.5;
  border: #aaa 1px solid;
  width: 14%;
  color: #fff;
  font-family: "YakuHanJP", Lato, "Kosugi Maru", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif !important;
}
.calendar table td {
  color: #41302b;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #fff;
  height: 60px;
  border: #aaa 1px solid;
  width: 14%;
  line-height: 2;
  vertical-align: top;
  font-size: 12px;
}
.calendar td.off {
  background: #efe8c5;
}
.calendar td.sat {
  background: #edf5f9;
}
.calendar td.sun {
  background: #f9f0ed;
}
.table_jisseki td {
  text-align: right;
  padding-right: 45px;
}
#calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#calendar div.calendar:nth-child(1),
#calendar div.calendar:nth-child(2) {
  width: 49%;
  padding: 0;
}
@media all and (max-width: 800px) {
  #calendar div.calendar:nth-child(1),
  #calendar div.calendar:nth-child(2) {
    flex-direction: column;
    width: 100%;
    margin: 10pxauto;
  }
  #calendar div.calendar:nth-child(1) table td,
  #calendar div.calendar:nth-child(2) table td {
    height: 30px;
  }
}
.list3-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.list3-menu li {
  width: 23.5%;
  margin: 0 2% 20px 0;
}
.list3-menu li a {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
}
.list3-menu li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  border-radius: 10px;
  font-family: "object-fit: cover;";
}
.list3-menu li a:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.list3-menu li h3 {
  margin-top: 20px;
}
.list3-menu li:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list3-menu li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .list3-menu li:nth-child(3n) {
    margin-right: auto;
  }
}
.menu-ttl {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 15px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.menu-ttl span {
  min-width: 100px;
  border-radius: 5px;
  margin: auto;
  display: table;
  background: #ff7e00;
  color: #fff;
  font-family: "YakuHanJP", Lato, "Kosugi Maru", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.3rem;
  padding: 2px 10px;
}
.form-txt {
  padding-left: 10px;
}
.btn_wk a {
  text-align: center;
  position: relative;
  color: #41302b;
  background: #fff;
  border: 1px solid #41302b;
  padding: 8px 10px;
  min-width: 220px;
  margin: 30px auto 0;
  display: table;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.2em;
  font-size: 95%;
}
.btn_wk a:before,
.btn_wk a:after {
  content: "";
  position: absolute;
  border: solid #41302b;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.btn_wk a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk a:hover {
  color: #fff;
  background: #ff7e00;
  border-color: transparent;
}
.btn_wk a:hover:before,
.btn_wk a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #ff7e00;
}
.in-btn a {
  background: transparent;
  text-align: center;
  max-width: 180px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  display: block;
  padding: 4px;
  border: 2px solid #fff;
  border-radius: 35px;
}
.in-btn a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.img-hv {
  transition: all 0.3s ease;
}
.img-hv:hover {
  opacity: 0.95;
  transform: scale(1.02);
  -webkit-filter: drop-shadow(8px 2px 10px rgba(34, 34, 34, 0.3));
  -moz-filter: drop-shadow(8px 2px 10px rgba(34, 34, 34, 0.3));
  -ms-filter: drop-shadow(8px 2px 10px rgba(34, 34, 34, 0.3));
  filter: drop-shadow(8px 2px 10px rgba(34, 34, 34, 0.3));
}
.grid {
  position: relative;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.grid-item {
  transition: 0.3s ease-in-out;
  width: calc(33.3% - 7px) !important;
  margin-right: 10px;
  margin-bottom: 15px;
}
.grid-item .gallery {
  background: #f2f2f2;
  width: 100%;
  height: 240px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin: 10px auto;
  position: relative;
}
.grid-item:nth-child(3n) {
  margin-right: 0px;
}
.grid-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
.grid-item * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.grid-item img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-item .ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  opacity: 0;
  color: #41302b;
  line-height: 1.6;
}
.grid-item .ttl span {
  display: block;
  font-size: 90%;
  letter-spacing: 0.05em;
}
.grid-item a:hover .ttl {
  opacity: 1;
}
.grid-item a:hover img {
  opacity: 0.2;
  transform: scale(1.2);
}
@media screen and (max-width: 667px) {
  .grid-item {
    transition: 0.3s ease-in-out;
    width: calc(100% - 0px) !important;
    margin-right: 0;
  }
  .grid-item .gallery {
    height: 200px;
  }
  .grid-item .gallery a {
    height: 200px;
  }
}
.title03 {
  color: #41302b;
  padding: 10px 15px;
  font-weight: 600;
  margin-top: 6px;
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 0.1em;
}
.title03 span {
  margin-right: 10px;
  font-size: 1.6rem;
  font-family: "YakuHanJP", Lato, "Kosugi Maru", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
@media all and (max-width: 639px) {
  .title03 {
    font-size: 1.7rem;
  }
  .title03 span {
    margin-right: 0;
    font-size: 1.4rem;
    display: block;
  }
}
.title03:before,
.title03:after {
  position: absolute;
  content: "";
  left: 0;
  height: 4px;
}
.title03:before {
  width: 46%;
  top: -4px;
  background: #ffc833;
}
.title03:after {
  width: 100%;
  bottom: -4px;
  background: #ff7e00;
}
.prof {
  display: flex;
  flex-wrap: wrap;
}
.prof li {
  width: 48%;
  margin: 0 4% 15px 0;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
.prof li h3 {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho",
    YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto 15px;
}
.prof li .imgbox {
  text-align: center;
  margin: 0 auto 15px;
}
.prof li .imgbox img {
  width: 98%;
  border: 1px solid #bbb;
}
.prof li .txtbox {
  padding: 0 10px;
}
.prof li .txtbox b {
  font-size: 90%;
}
.prof li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .prof li {
    width: 100%;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
  }
  .prof li h3 {
    font-size: 1.6rem;
  }
  .prof li:nth-child(4n) {
    margin-right: auto;
  }
  .prof li:last-child {
    border-bottom: 0px dashed #ddd;
    margin: 0 auto;
  }
}
.accordion {
  border: 1px solid #bbb;
}
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}
.accordion dt {
  background: #f8f8f8;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: bold;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: bold;
}
.accordion dd {
  border-top: 1px solid #ddd;
  display: none;
  padding: 20px;
  background: #fefefe;
}
.deco-anime {
  animation: rotate_anime 1.2s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
}
.deco-anime2 {
  animation: rotate_anime2 1.2s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
}
@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(2deg);
  }
  85% {
    transform: rotate(2deg);
  }
  90% {
    transform: rotate(0deg);
  }
}
@keyframes rotate_anime2 {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  95% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*# sourceMappingURL=basis.css.map */
