@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
html {
  scroll-behavior: smooth;
}

body {
  color: #434343;
  background: #fefefe;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.03em;
}

a {
  color: rgb(198, 144.7228915663, 0);
  text-decoration: none;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: 600;
}

h2,
h3 {
  line-height: 1.6;
}
h2 .ja,
h3 .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
h2.wg500,
h3.wg500 {
  font-weight: 500;
}

.title {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-weight: 900 !important;
  letter-spacing: 0.1em;
}

.ita {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: italic !important;
  text-transform: inherit !important;
  letter-spacing: 0.05rem !important;
}

.mincho {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
.yurayura {
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
}

.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 #E9A294;
  border-radius: 50%;
  border-right: 1px solid rgba(233, 162, 148, 0.2);
  border-top: 1px solid rgba(233, 162, 148, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

.fuwafuwa2 {
  animation: fuwafuwa2 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(0, -15px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.deco-anime {
  -webkit-animation: rotate_anime 1.5s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
  animation: rotate_anime 1.5s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
}

.deco-anime2 {
  -webkit-animation: rotate_anime2 1.5s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
  animation: rotate_anime2 1.5s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
}

@-webkit-keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(5deg);
  }
  85% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(0deg);
  }
}
@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(5deg);
  }
  85% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate_anime2 {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  95% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate_anime2 {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  95% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#l-header {
  width: 100%;
}
#l-header.is-fixed {
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  background: #fefefe;
}
#l-header.is-fixed::before, #l-header.is-fixed::after {
  display: none;
}
#l-header.is-fixed .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5px;
  transition: all 0.5s ease;
}
#l-header.is-fixed .inner #logo {
  width: 190px;
}
#l-header.is-fixed .inner #logo .logo1 {
  display: none;
}
#l-header.is-fixed .inner #logo .logo2 {
  display: block;
}
@media all and (max-width: 1100px) {
  #l-header.is-fixed .inner #logo {
    width: 230px;
  }
}
@media all and (max-width: 896px) {
  #l-header {
    background: transparent;
    backdrop-filter: none;
  }
}
#l-header .inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  padding: 20px 0;
  transition: all 0.5s ease;
}
#l-header .inner #logo {
  transition: all 0.4s ease-in;
  width: 200px;
  z-index: 2;
}
#l-header .inner #logo .logo2 {
  display: none;
}
@media all and (max-width: 1367px) {
  #l-header .inner #logo {
    width: 280px;
  }
}
@media all and (max-width: 1100px) {
  #l-header .inner #logo {
    width: 230px;
  }
  #l-header .inner #logo .logo1 {
    display: none;
  }
  #l-header .inner #logo .logo2 {
    display: block;
  }
}
@media all and (max-width: 896px) {
  #l-header .inner #logo {
    width: 150px;
  }
}
#l-header .head-right {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1100px) {
  #l-header .head-right {
    display: none;
  }
}
#l-header .head-right_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
#l-header .head-right_tel,
#l-header .head-right_mail {
  text-align: center;
  white-space: nowrap;
}
#l-header .head-right_tel span,
#l-header .head-right_mail span {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#l-header .head-right_tel a,
#l-header .head-right_mail a {
  position: relative;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: #E9A294;
  background: #fff;
  border-radius: 30px;
  transition: all 0.3s ease-in;
  padding: 0 3px;
  padding: 15px 30px;
  font-size: 1.4rem;
}
#l-header .head-right_tel a:hover,
#l-header .head-right_mail a:hover {
  opacity: 0.6;
}
#l-header .head-right_txt {
  text-align: center;
}
#l-header .head-right_txt a {
  position: relative;
  display: block;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  transition: all 0.3s ease-in;
  border: 2px solid #fff;
  padding: 5px 15px;
  border-radius: 3px;
}
#l-header .head-right_txt a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#l-header .head-right_btn a {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 2px solid #fff;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 100%;
  filter: drop-shadow(0px 0px 3px rgba(86, 77, 72, 0.5));
  transition: all 0.3s ease-in;
}
#l-header .head-right_btn a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#l-header .head-right_btn a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 1367px) {
  #l-header .inner {
    max-width: 95%;
    padding: 20px 0;
  }
}

.head-sns > li a {
  background: #E9A294;
  border-radius: 30px;
  padding: 20px 25px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.head-sns > li a:hover {
  opacity: 0.6;
}

.head_right_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5em;
}
.head_right_contact p {
  line-height: 1.2;
  text-align: center;
}
.head_right_contact p.btn {
  background: #E9A294;
  color: #fff;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  line-height: 3em;
}
.head_right_contact p.btn a {
  transition: all 0.3s ease-in;
  display: block;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.head_right_contact p.btn a:hover {
  opacity: 0.6;
}
.head_right_contact p.line_btn {
  background: #06C755;
}
.head_right_contact p.line_btn a i {
  font-size: 2rem;
  line-height: 2.5;
}

#header_nav {
  position: relative;
  transition: all 0.4s ease-in;
}
@media all and (max-width: 896px) {
  #header_nav {
    display: none;
  }
}
#header_nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  transition: all 0.5s ease;
}
#header_nav > ul li {
  position: relative;
  text-align: center;
}
#header_nav > ul li a {
  position: relative;
  display: block;
  line-height: 1.5;
  font-weight: bold;
  color: #434343;
}
#header_nav > ul li a span {
  display: block;
  color: #E9A294;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
#header_nav > ul li a img {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 40px;
  padding-top: 18px;
  z-index: 999;
  width: 170px;
}
#header_nav .dropdown li {
  border-right: 0px dashed #ddd;
  border-bottom: 1px solid #ddd;
}
#header_nav .dropdown li:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: 0px solid #ddd;
  overflow: hidden;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: auto;
  padding: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background: #fefefe;
  text-shadow: none;
  filter: none;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a:hover {
  background: #ffecec;
}
@media all and (max-width: 1367px) {
  #header_nav > ul {
    gap: 20px;
  }
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 200;
}
#page-top a {
  display: block;
  background: #fff;
  color: #434343;
  border: 1px solid #564d48;
  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: 896px) {
  #page-top {
    bottom: 72px;
  }
}

/* contactform
----------------------------------*/
.mbox .form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
  content: "*";
  font-size: 1.5rem;
  color: red !important;
  background: none !important;
}

.form-contents form dl dt:not(.pattern-exclusion) {
  margin-bottom: 0 !important;
}

.mbox .form-pattern-1 .form-thanks-msg .back-home-btn a {
  background: #fff;
  color: #E9A294;
}
.mbox .form-pattern-1 .form-thanks-msg .back-home-btn a:hover {
  background: #E9A294;
  color: #fff;
}

/* slider
----------------------------------*/
.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;
}

#slide-wrapper {
  position: relative;
  width: 100%;
}
@media all and (max-width: 1100px) {
  #slide-wrapper:before {
    height: 50px;
  }
}
@media all and (max-width: 896px) {
  #slide-wrapper:before {
    height: 30px;
  }
}
@media all and (max-width: 639px) {
  #slide-wrapper:before {
    height: 20px;
  }
}

#slideshow {
  position: relative;
}
#slideshow:before {
  position: absolute;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23FAEDEB" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
  display: block;
  width: 100%;
  height: 700px;
  content: "";
  z-index: -2;
}

.main_catch__inner {
  padding-bottom: 5%;
}

#main_slider .main_slider {
  border-radius: 30px !important;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 896px) {
  #main_slider.slider_wrapper {
    --swiper-wrapper-height: 65vh !important;
  }
  #main_slider .main_slider .swiper-wrapper .swiper-slide .main_slider__inner img {
    object-position: 80% 60%;
  }
}
.main_slider__inner {
  position: relative;
}
.main_slider__inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: #4686ac;
}

#main_slider .main_slider {
  border-radius: 50px;
}
@media all and (max-width: 639px) {
  #main_slider .main_slider {
    border-radius: 20px;
  }
}

/* contact_bnr
----------------------------------*/
.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact_bnr > li {
  position: relative;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  text-align: center;
}
.contact_bnr > li a {
  display: block;
  position: relative;
}
@media all and (max-width: 896px) {
  .contact_bnr > li a {
    text-align: center;
    margin: 0 auto 20px;
  }
  .contact_bnr > li:first-of-type {
    margin-right: 0;
  }
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
  color: #E9A294;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 20px;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.7em;
}
.contact_bnr > li .bnr_tel:hover {
  opacity: 0.6;
}
@media all and (max-width: 1100px) {
  .contact_bnr > li .bnr_tel {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 1.8rem;
    text-align: center;
    padding: 10px;
  }
}
.contact_bnr > li .bnr_mobile {
  background: #fefefe;
  color: #E9A294;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #E9A294;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail {
  background: #fefefe;
  color: #E9A294;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  border-radius: 15px;
  margin: auto;
  line-height: 1.4;
  padding: 20px;
}
.contact_bnr > li .bnr_mail:hover {
  opacity: 0.6;
}
.contact_bnr > li .bnr_mail .small {
  font-size: 0.8em;
  margin-left: 4px;
}
.contact_bnr > li .bnr_mail:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.6rem;
    max-width: 100%;
    padding: 10px;
  }
}
@media all and (max-width: 896px) {
  .contact_bnr li a {
    margin: 0 auto 0;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr {
    display: block;
  }
  .contact_bnr li {
    width: 100%;
  }
  .contact_bnr li:first-child:after {
    display: none;
  }
}

/* fixed_area
----------------------------------*/
.fixed_area {
  writing-mode: vertical-rl;
  position: fixed;
  top: 0;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  width: 40px;
  line-height: 40px;
  height: 100%;
  z-index: 90;
}
@media all and (max-width: 896px) {
  .fixed_area {
    display: none;
  }
}
.fixed_area.absolute {
  position: absolute;
}
.fixed_area.left {
  left: 0;
  right: inherit;
}
.fixed_area.right {
  left: inherit;
  right: 0;
}
.fixed_area .btn_area {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.fixed_area .btn_area li.size_m a {
  width: 10em;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 1.1em 2.5em 1.1em 1.1em;
  border-radius: 5px 0 0 5px;
}
@media all and (max-width: 639px) {
  .fixed_area .btn_area li.size_m a {
    width: 11em;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 1em 2.5em 1em 1em;
  }
}
.fixed_area .btn_area li.size_m a i,
.fixed_area .btn_area li.size_m a b {
  font-size: 2em;
  color: #fff;
}
.fixed_area .btn_area li.size_m a span {
  writing-mode: horizontal-tb;
  font-size: 1.4rem !important;
  margin-top: 3px;
  line-height: 1.3;
}
.fixed_area .btn_area li.size_m a span.mini {
  font-size: 1.1rem !important;
}
.fixed_area .btn_area li.radius a {
  border-radius: 20px 0 0 20px;
}
.fixed_area .btn_area li a {
  display: flex;
  align-items: center;
  padding: 1em;
  border-right: none;
  background-color: #E9A294;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  transition: 0.4s;
  width: 10em;
  line-height: 6em;
  padding-right: 3em;
}
.fixed_area .btn_area li a i {
  text-align: center;
  font-size: 2em;
  color: #fff;
}
.fixed_area .btn_area li a span {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  -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";
}
.fixed_area .btn_area li a:hover {
  transform: translateX(0px);
  transition: 0.4s;
}
.fixed_area .btn_area li a.line {
  background: #00C34D;
}
.fixed_area .btn_area li a.instagram {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
}
@media all and (max-width: 639px) {
  .fixed_area .btn_area li a {
    width: 6em;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 1em 2.5em 1em 1em;
  }
  .fixed_area .btn_area li a i {
    margin: 0 auto 0px;
    font-size: 165% !important;
  }
  .fixed_area .btn_area li a span {
    display: none;
  }
  .fixed_area .btn_area li a:hover {
    transform: translateX(0px);
    transition: 0.4s;
  }
}

/* footer
----------------------------------*/
#l-footer {
  font-size: 1.5rem;
  position: relative;
  background: #E9A294;
}
#l-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fefefe;
  z-index: -2;
}
#l-footer .inner {
  z-index: 20;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 100px 0;
  max-width: 85%;
  margin: 0 auto;
}
#l-footer .inner .footer_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 896px) {
  #l-footer .inner {
    flex-direction: column;
    padding: 60px 0;
  }
  #l-footer .inner > div {
    width: 100%;
    text-align: center;
  }
  #l-footer .inner .footer_right {
    display: none;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer::before {
    top: -38px;
    height: 40px;
  }
}

.footer_img {
  display: flex;
  border-radius: 100px 100px 0 0;
  overflow: hidden;
}
.footer_img img {
  width: 25%;
  height: 300px;
  object-fit: cover;
}

.footer_contact {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_contact > li {
  width: 49%;
}
.footer_contact > li a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 30px 100px;
  border-radius: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.footer_contact > li a i {
  display: block;
  font-size: 2.5em;
  margin-bottom: 10px;
}
.footer_contact > li:nth-child(1) {
  margin-bottom: 10px;
}
.footer_contact > li:nth-child(2) a {
  background: #F9B600;
}

/* footer_navi
----------------------------------*/
.footer_navi {
  position: relative;
}
@media all and (max-width: 896px) {
  .footer_navi {
    display: none;
  }
}
.footer_navi ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.footer_navi ul li {
  width: calc((100% - 20px) / 2);
}
.footer_navi ul li a {
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  display: block;
}
.footer_navi ul li a span {
  transition: 0.2s all ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  text-align: left;
}
@media all and (max-width: 639px) {
  .footer_navi ul li a {
    font-size: 1.2rem;
  }
}
.footer_navi ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
.footer_navi ul li .dropdown {
  display: none;
  margin-top: 10px;
  padding: 8px 5px 5px;
}
@media all and (max-width: 639px) {
  .footer_navi ul li .dropdown {
    padding: 10px;
  }
}
.footer_navi ul li .dropdown .dropdown-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 15px;
  max-width: 320px;
}
.footer_navi ul li .dropdown .dropdown-li {
  width: 100%;
}
.footer_navi ul li .dropdown .dropdown-li:first-of-type {
  display: block;
}
.footer_navi ul li .dropdown .dropdown-li a {
  font-size: 13px;
  color: #ddd;
  line-height: 1.5;
  letter-spacing: 0;
  border: none;
  display: block;
}
.footer_navi ul li .dropdown .dropdown-li a:before {
  background: #fff;
}

.flogo {
  max-width: 200px;
  text-align: center;
  margin-bottom: 40px;
}
.flogo img {
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  .flogo {
    width: 60%;
    margin: 0 auto 40px;
  }
}

.address {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .address {
    margin: 0 auto 40px;
  }
}
@media all and (max-width: 639px) {
  .address {
    font-size: 12px;
  }
}

.copyright {
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
    margin: auto;
  }
}

/* --news--
----------------------------------*/
.news-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}
.news-box dl dt {
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  background: #E9A294;
  padding: 0 15px;
  color: #fff;
  border-radius: 99px;
  display: inline-block;
  text-align: center;
}
.news-box dl dd a {
  color: #434343;
  text-decoration: none;
}
.news-box dl dd a:hover {
  color: #E9A294;
}
.news-box dl .news-bl-inner {
  display: flex;
  gap: 40px;
  padding: 25px 20px;
  border-bottom: 1px dashed #ddd;
  align-items: center;
}
@media all and (max-width: 896px) {
  .news-box {
    max-width: 95%;
  }
}
@media all and (max-width: 639px) {
  .news-box {
    border-radius: 15px;
    padding: 30px 0;
  }
  .news-box dl .news-bl-inner {
    display: block;
    gap: 0;
    padding: 15px 10px;
  }
  .news-box dl .news-bl-inner dt {
    margin-bottom: 10px;
  }
  .news-box dl .news-bl-inner dd {
    line-height: 1.6;
  }
}

.news-title {
  text-align: center;
  position: relative;
}
.news-title span {
  display: block;
}
.news-title .eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #E9A294;
  position: relative;
  font-size: 3.2rem;
}
.news-title .ja {
  position: relative;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 30px;
  }
  .news-title .eng {
    font-size: 2.4rem;
  }
  .news-title .ja {
    font-size: 1.4rem;
  }
}

.news-right {
  flex: 1;
}

.map-link {
  font-weight: 600;
  color: #E9A294;
  border-bottom: 1px solid #E9A294;
}
.map-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

.deco_pet {
  position: relative;
}
.deco_pet::before {
  position: absolute;
  content: "";
  bottom: -80px;
  right: 20px;
  width: 280px;
  height: 226px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28021/doco01.png) no-repeat center/contain;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .deco_pet::before {
    bottom: -60px;
    right: 10px;
    width: 200px;
    height: 161px;
  }
}
@media all and (max-width: 639px) {
  .deco_pet::before {
    bottom: -20px;
    right: -10px;
    width: 140px;
    height: 113px;
  }
}

.bg_01 {
  position: relative;
}
.bg_01::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  z-index: -1;
  width: 64%;
  height: 90%;
  background-color: rgba(196, 166, 139, 0.2);
  border-radius: 0 24em 24em 0;
  opacity: 0.5;
}

/* category_tab
----------------------------------*/
.innerB {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 50px 50px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  box-sizing: border-box;
  border: 1px solid #E9A294;
}
.innerB.innerB_news {
  border-radius: 10px;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 5, 56, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 5, 56, 0.3);
  background-color: #E9A294;
}
@media all and (max-width: 639px) {
  .innerB {
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
  }
}

.category_tab {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.category_tab li {
  position: relative;
  width: 48%;
  box-sizing: border-box;
  background: #C4A68B;
  border-top: 3px solid #C4A68B;
  border-right: 3px solid #C4A68B;
  border-left: 3px solid #C4A68B;
  color: #ffffff;
  padding: 20px 10px;
  cursor: pointer;
  margin-left: 20px;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
}
.category_tab li:last-child {
  margin-right: 20px;
}
.category_tab li.active {
  background: #E9A294;
  border-top: 3px solid #E9A294;
  border-right: 3px solid #E9A294;
  border-left: 3px solid #E9A294;
}
.category_tab li.active:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #ffffff;
  z-index: 5;
}
@media all and (max-width: 639px) {
  .category_tab li {
    margin-left: 5px;
    width: 48%;
    padding: 12px 5px;
    font-size: 1.2rem;
  }
  .category_tab li:first-child {
    margin-left: 0;
  }
  .category_tab li:last-child {
    margin-right: 0px;
  }
}

.panel {
  display: none;
}

/* contents
----------------------------------*/
.single0 {
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
.single0.type2 {
  padding: 0 0 120px;
}

.single {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
.single.type1 {
  padding: 120px 0 0;
}
@media all and (max-width: 1367px) {
  .single {
    padding: 100px 10px;
    max-width: 95%;
  }
}
@media all and (max-width: 896px) {
  .single.type1 {
    padding: 60px 0;
  }
}

.single02 {
  margin: 0 auto;
  padding: 100px 0;
}
@media all and (max-width: 1367px) {
  .single02 {
    width: 100%;
    padding: 100px 10px;
  }
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media all and (max-width: 1367px) {
  .single03 {
    padding: 100px 10px;
  }
}

.single.phalf,
.single02.phalf,
.single03.phalf {
  padding: 60px 0;
}
@media all and (max-width: 1100px) {
  .single.phalf,
  .single02.phalf,
  .single03.phalf {
    padding: 60px 10px;
  }
}
@media all and (max-width: 896px) {
  .single.phalf,
  .single02.phalf,
  .single03.phalf {
    padding: 30px 0;
  }
}
.single.type2,
.single02.type2,
.single03.type2 {
  padding: 0 0 120px;
}

.lsingle,
.rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

/* box
----------------------------------*/
.mbox {
  background: #fefefe;
  padding: 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}
.mbox.wk {
  border: 1px solid #E9A294;
}
.mbox.transparent {
  background: transparent;
}
.mbox.box1 {
  border: 1px solid #E9A294;
  box-shadow: 5px 5px rgba(233, 162, 148, 0.5);
}
.mbox::before {
  border-radius: 10px;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 15px 10px;
  }
}

.mbox2 {
  background: #fff;
  padding: 40px 30px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-top: 3px solid #C4A68B;
  border-bottom: 3px solid #C4A68B;
}
.mbox2.type1 {
  background: #faf8f5;
}

@media all and (max-width: 639px) {
  .mbox2 {
    padding: 30px;
  }
}
.mbox3 {
  position: relative;
  background: #fefefe;
  border-top: 5px solid #E9A294;
  padding: 35px 30px;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 8px rgba(86, 77, 72, 0.1);
}
@media all and (max-width: 639px) {
  .mbox3 {
    padding: 20px 15px;
  }
}

.mbox4 {
  position: relative;
  background: #fefefe;
  border-radius: 30px;
  padding: 40px 35px;
  z-index: 3;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.14);
}
@media all and (max-width: 639px) {
  .mbox4 {
    padding: 20px 15px;
  }
}

.small-box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.type1 {
  max-width: 800px;
}

.sentence p + p {
  margin-top: 20px;
}

.sentence2 p + p {
  margin-top: 12px;
}

/* background
----------------------------------*/
.bg-foot {
  position: relative;
}
.bg-foot:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28021/bg-footstamp.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.bg-foot.type1:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  left: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28021/bg-footstamp.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  transform: scaleX(-1);
}
@media all and (max-width: 896px) {
  .bg-foot:before {
    width: 100%;
  }
}

.bg-check {
  position: relative;
}
.bg-check:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, rgba(245, 237, 227, 0.5019607843) 20px, transparent 20px), linear-gradient(rgba(245, 237, 227, 0.5019607843) 20px, transparent 20px);
  background-position: 10px 10px;
  background-size: 40px 40px;
}

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

.nami-wrapper {
  margin: 80px 0 100px;
}
@media all and (max-width: 896px) {
  .nami-wrapper {
    margin: 50px 0;
  }
}

.bg-nami {
  position: relative;
  background: #FEFBF1;
  padding: 40px 0;
}
.bg-nami::before, .bg-nami::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  background-size: contain;
  left: 0;
  opacity: 0.5;
}
.bg-nami::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28021/nami.png);
  top: -19px;
  background-position: bottom;
}
.bg-nami:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28021/nami_sita.png);
  bottom: -19px;
  background-position: top;
}

.bg-bf03 {
  margin-bottom: 120px;
}
@media all and (max-width: 896px) {
  .bg-bf03 {
    margin-bottom: 0px;
  }
}

.bg-base {
  position: relative;
  padding-bottom: 60px;
}
.bg-base:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(233, 162, 148, 0.18);
  z-index: -2;
}
.bg-base.type1 {
  padding-bottom: 0px;
}
.bg-base.type1:before {
  background: #edf9f4;
  border-bottom-left-radius: unset;
  height: 100%;
  background: rgba(233, 162, 148, 0.1);
}
@media all and (max-width: 639px) {
  .bg-base {
    padding-bottom: 0;
  }
}

.bg-sub {
  position: relative;
}
.bg-sub:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(196, 166, 139, 0.1);
}
.bg-sub.type1:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background: rgba(196, 166, 139, 0.1);
  top: 15%;
  left: 16%;
  z-index: -1;
  border-radius: 42% 37% 54% 38%/55% 34% 52% 45%;
  transform: rotate(39deg);
}

.bg-beige {
  position: relative;
  margin: 80px auto;
}
.bg-beige:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 98%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  background: #faf8f5;
}
@media all and (max-width: 1100px) {
  .bg-beige {
    margin: 40px auto;
  }
  .bg-beige:before {
    width: 95%;
  }
}
@media all and (max-width: 639px) {
  .bg-beige {
    margin: 0px auto 50px;
  }
  .bg-beige:before {
    width: 100%;
    border-radius: 30px;
  }
}

/* mtitle
----------------------------------*/
.mtitle_waku {
  text-align: center;
}

.mtitle_waku span {
  background: #C4A68B;
  padding: 10px 60px;
  color: #fff;
  border-radius: 30px;
  font-size: 2rem;
}

.mtitle_waku.chousei {
  position: relative;
  top: 2rem;
  margin-top: 3rem;
  z-index: 2;
}

@media all and (max-width: 896px) {
  .mtitle_waku span {
    font-size: 1.4rem;
    padding: 7px 30px;
  }
  .mtitle_waku.chousei {
    top: 1rem;
    margin-top: 3rem;
  }
}
.mtitle0 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 1em;
}
.mtitle0::before {
  content: "";
  display: block;
  width: 20rem;
  height: 5px;
  border-radius: 10px;
  background: #E9A294;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10;
  margin-left: 0;
}
.mtitle0::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(#ddd 0.6px, transparent 0.6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mtitle0 .eng,
.mtitle0 .eng2 {
  color: #3d3d3d;
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.6;
  font-size: 0.8em;
}
.mtitle0 .ja {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  color: #3d3d3d;
  display: block;
  line-height: 1.2;
}
@media all and (max-width: 639px) {
  .mtitle0 {
    margin-bottom: 30px;
  }
  .mtitle0 .eng,
  .mtitle0 .eng2 {
    font-size: 0.8em;
  }
  .mtitle0 .ja {
    font-size: 1.3em;
  }
}

.mtitle {
  margin: 0 auto 60px;
  position: relative;
}
.mtitle .eng,
.mtitle .eng2 {
  font-size: 4.5rem;
  color: #E9A294;
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
.mtitle .eng2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.mtitle .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
  font-size: 1.8rem;
  z-index: 2;
  color: #434343;
  display: block;
  line-height: 1.5;
  margin-top: 5px;
}
.mtitle.sbc span.eng, .mtitle.sbc span.eng2 {
  color: #F9B600;
}
.mtitle.white .eng,
.mtitle.white .eng2 {
  color: #fff;
}
.mtitle.white .eng:before,
.mtitle.white .eng2:before {
  color: #fff;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    margin-bottom: 40px;
  }
  .mtitle .eng,
  .mtitle .eng2 {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
  .mtitle .ja {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .mtitle.type1 {
    font-size: 2rem;
    padding-top: 45px;
    margin-bottom: 30px;
  }
  .mtitle.type1:before {
    width: 100px;
    height: 40px;
  }
}

.mtitle2 {
  position: relative;
  margin-bottom: 60px;
}
.mtitle2 .eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  color: #E9A294;
}
.mtitle2 .ja {
  font-size: 2.5rem;
  color: #434343;
}
.mtitle2 .small {
  font-size: 1.4rem;
  display: block;
}
.mtitle2.type2 {
  margin-bottom: 10px;
}
.mtitle2.white::before {
  color: #fff;
}
.mtitle2.white .ja,
.mtitle2.white .eng {
  color: #fff;
}
.mtitle2.sbc .eng {
  color: #F9B600;
}
.mtitle2.sbc .ja {
  color: #fff;
}
.mtitle2.sbc:before {
  color: #F9B600;
}
.mtitle2.sbc2 .eng {
  color: #F9B600;
}
.mtitle2.sbc2 .ja {
  color: #fff;
}
.mtitle2.sbc2:before {
  color: #F9B600;
}
.mtitle2:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 80px;
  height: 5px;
  z-index: 1;
  background-image: linear-gradient(to right, #E9A294, #E9A294 50%, #90d5cf 50%, #90d5cf 100%);
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  .mtitle2 .ja {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle2:before {
    margin-right: 3px;
  }
  .mtitle2 .eng {
    font-size: 1rem;
  }
  .mtitle2 .ja {
    font-size: 1.3rem;
  }
}

.mtitle3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 100px;
  top: 0;
  left: 0;
}
.mtitle3 .ja {
  display: block;
  font-size: 2.4rem;
  color: #222;
  letter-spacing: 0.2em;
  padding-right: 5px;
  line-height: 2;
}
.mtitle3 .eng {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 2rem;
  color: #E9A294;
}
@media all and (max-width: 639px) {
  .mtitle3 {
    writing-mode: inherit;
    position: static;
    margin-bottom: 20px;
    min-height: initial;
    min-height: auto;
  }
  .mtitle3 .ja {
    font-size: 1.8rem;
  }
  .mtitle3 .eng {
    font-size: 1.4rem;
  }
}

.mtitle_line {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.2rem;
  padding: 6px 10px 16px;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.mtitle_line span {
  font-size: 1.4rem;
  color: #faf8f5;
  margin-right: 10px;
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.5;
  background-image: repeating-linear-gradient(-45deg, rgb(224.3023255814, 125.2325581395, 105.6976744186), rgb(224.3023255814, 125.2325581395, 105.6976744186) 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
  .mtitle_line span {
    font-size: 12px;
  }
}

.mtitle_balloon {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  line-height: 1.3em;
  overflow: hidden;
}
.mtitle_balloon span.eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 5rem;
}
.mtitle_balloon span:before, .mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.mtitle_balloon span:before {
  left: -5px;
}
.mtitle_balloon span:after {
  right: -5px;
}
.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}
.mtitle_balloon.center {
  text-align: center;
}
.mtitle_balloon.white span:before, .mtitle_balloon.white span:after {
  border-bottom-color: #fefefe;
}
.mtitle_balloon.white span i {
  border-color: #fefefe;
}
@media all and (max-width: 639px) {
  .mtitle_balloon {
    font-size: 1.7rem;
  }
  .mtitle_balloon span.eng {
    font-size: 2.4rem;
  }
}

.mtitle-bll {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-bottom: 8px;
}
.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #E9A294;
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.6rem;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  position: relative;
  border-left: 6px solid rgba(233, 162, 148, 0.8);
  margin: 8px 0 20px;
  line-height: 1.6;
  text-align: left;
  font-size: 1.8rem;
}
.mtitle_sub.white {
  color: #fff;
  border-left: 6px solid #faf8f5;
}
.mtitle_sub.white:before {
  background-color: #faf8f5;
}
.mtitle_sub span {
  color: #E9A294;
  padding-left: 5px;
  font-size: 0.9em;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #E9A294;
}
@media all and (max-width: 639px) {
  .mtitle_sub {
    font-size: 1.3rem;
  }
}

.mtitle_point {
  position: relative;
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.mtitle_point:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #E9A294;
  display: block;
  margin: 10px auto 0;
}
@media all and (max-width: 639px) {
  .mtitle_point {
    font-size: 1.5rem;
  }
}

.mtitle_box {
  background-color: #faf8f5;
  border-left: 5px solid #E9A294;
  padding: 10px 15px;
  font-size: 18px;
  color: #564d48;
  margin-bottom: 20px;
}

.mtitle_box2 {
  background: rgb(228.6511627907, 143.6162790698, 126.8488372093);
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  font-weight: 700;
  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: #E9A294;
  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;
  }
}

.mtext0 {
  font-size: 1.8rem;
}
.mtext0.type1 {
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .mtext0 {
    font-size: 1.3rem;
  }
  .mtext0.type1 {
    font-size: 1.2rem;
  }
}

.mtext1 {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.3rem;
  }
  .mtext1.b-m40 {
    margin-bottom: 20px;
  }
}

.mtext2 {
  font-size: 2.4rem;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.5rem;
  }
  .mtext2.b-m40 {
    margin-bottom: 20px;
  }
}

.mtext3 {
  font-size: 3rem;
}
@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 2.3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 1.7rem;
  }
  .mtext3.b-m40 {
    margin-bottom: 20px;
  }
}

.mtext-sub {
  font-weight: 600;
}
.mtext-sub span {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.mtitle_category.type1:before {
  color: #F9B600;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #E9A294;
}
.mtitle_category.new:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  font-weight: 900;
}
@media all and (max-width: 639px) {
  .mtitle_category {
    font-size: 1.4rem;
  }
}

.mtitle_small {
  font-weight: 600;
  padding: 0 0 4px;
  font-size: 1.6rem;
  position: relative;
}
.mtitle_small:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  margin-right: 5px;
  color: #C4A68B;
}
.mtitle_small.type1 {
  border-bottom: 1px solid rgb(241.5, 236.1, 228);
}
.mtitle_small.type1:before {
  color: #E9A294;
}
.mtitle_small.type1 {
  color: #434343;
}
.mtitle_small.type2 {
  border-bottom: 1px solid rgb(241.5, 236.1, 228);
}
.mtitle_small.type2:before {
  color: #F9B600;
}
.mtitle_small.type2 {
  color: #434343;
}
.mtitle_small span {
  font-size: 1.45rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  letter-spacing: 0.05em;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    padding: 4px;
    font-size: 1.3rem;
  }
  .mtitle_small span {
    font-size: 1.1rem;
  }
  .mtitle_small:before {
    font-size: 1.1rem;
  }
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.mtitle_small2:before {
  content: "";
  background-color: #E9A294;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.mtitle_small2.white {
  color: #fff;
}
.mtitle_small2.white:before {
  background-color: #F9B600;
}

.mtitle_small3 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 15px 0;
  font-size: 1.8rem;
  border-top: 1px solid #E9A294;
  border-bottom: 1px solid #E9A294;
  text-align: center;
  margin-bottom: 15px;
}
@media all and (max-width: 639px) {
  .mtitle_small3 {
    padding: 6px 0;
    font-size: 1.3rem;
  }
}

.mtitle_small4 {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 2rem;
  padding: 15px 15px 15px 30px;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.mtitle_small4.type1:before {
  background: rgba(249, 182, 0, 0.8);
}
.mtitle_small4:before {
  position: absolute;
  top: 15%;
  left: 8px;
  width: 6px;
  height: 70%;
  content: "";
  background: rgba(233, 162, 148, 0.8);
}
@media all and (max-width: 639px) {
  .mtitle_small4 {
    font-size: 1.4rem;
    padding: 12px 12px 12px 24px;
  }
}

/* btn
----------------------------------*/
.btn01 a {
  width: 260px;
  margin: 40px auto 20px;
  background: rgb(224.3023255814, 125.2325581395, 105.6976744186);
  color: #fff;
  display: block;
  padding: 15px 30px;
  border-radius: 40px;
  position: relative;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.btn01 a::after {
  content: "●";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  transition: all 0.5s ease;
  color: #fff;
}
.btn01 a:hover {
  background: rgb(224.3023255814, 125.2325581395, 105.6976744186);
  color: #fff;
}
.btn01 a:hover::after {
  right: 20px;
  color: #fff;
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #F9B600;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.left a {
  margin-left: 0;
}
.btn01.white a {
  background: #fff;
  border: 1px solid #fff;
}
.btn01.white a:hover {
  color: #434343;
}
.btn01.white a:hover::after {
  color: #E9A294;
}
.btn01.white2 a {
  background: #fff;
  border: 1px solid #ddd;
}
.btn01.white2 a:hover {
  color: #434343;
}
.btn01.white2 a:hover::after {
  color: #E9A294;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 70%;
    font-size: 1rem;
    padding: 15px 30px;
  }
  .btn01.left a {
    margin-left: auto;
  }
}

/* page-title
----------------------------------*/
.page-title {
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  background-color: #E9A294;
}
.page-title .inner {
  width: 100%;
  padding: 100px 0;
  z-index: 10;
}
.page-title .inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.page-title .inner::after {
  position: absolute;
  content: "";
  bottom: -75px;
  display: block;
  width: 100%;
  height: 100px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='%23fefefe' d='M100,25H0V0h0c33.333,33.333,66.666,33.333,100,0l0,0V25z'%3E%3C/path%3E%3C/svg%3E");
  z-index: 2;
}
.page-title .inner.p02 {
  background: url(../img/p02.jpg) no-repeat center/cover;
}
.page-title .inner.p03 {
  background: url(../img/p03.jpg) no-repeat center 60%/cover;
}
.page-title .inner.p04 {
  background: url(../img/p04.jpg) no-repeat center 60%/cover;
}
.page-title .inner.p05 {
  background: url(../img/p05.jpg) no-repeat center 20%/cover;
}
.page-title .page-lead {
  position: relative;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
.page-title .page-lead span {
  display: block;
}
.page-title .page-lead .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 3rem;
}
.page-title .page-lead .eng {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1367px) {
  .page-title .inner {
    width: 100%;
    height: 450px;
  }
}
@media all and (max-width: 1100px) {
  .page-title .inner {
    height: 300px;
  }
  .page-title .inner .page-lead {
    bottom: 35%;
  }
}
@media all and (max-width: 896px) {
  .page-title .inner {
    height: 180px;
    padding: 70px 0;
  }
  .page-title .page-lead .ja {
    font-size: 1.4rem;
  }
  .page-title .page-lead .eng {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .page-title .page-lead {
    width: 100%;
  }
}

/* tbl
----------------------------------*/
.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}
.company th {
  position: relative;
  background: #E9A294;
  color: #fff;
  font-weight: 600;
  width: 10%;
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
  color: #434343;
}

.tbl-profile {
  width: 100%;
}
.tbl-profile th,
.tbl-profile td {
  padding: 10px 5px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 639px) {
  .tbl-profile th,
  .tbl-profile td {
    font-size: 12px;
  }
}
.tbl-profile th {
  width: 26%;
  text-align: left;
}
.tbl-profile.type1 th {
  width: 25%;
}
@media all and (max-width: 639px) {
  .tbl-profile.type1 th {
    width: 30%;
  }
}

.tbl {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  font-weight: 500 !important;
  font-weight: 600;
}
.tbl th span,
.tbl td span {
  font-size: 90%;
  color: #565656;
}
.tbl th {
  background: #f9b600;
  border-top-left-radius: 30px;
  color: #fff;
  white-space: nowrap;
}
.tbl th span {
  color: #fff;
}
.tbl td {
  background: #fefefe;
  padding: 15px 30px;
  border: 2px dashed rgba(249, 182, 0, 0.3);
  border-left: none;
}
@media all and (max-width: 639px) {
  .tbl th,
  .tbl td {
    padding: 10px 5px;
  }
  .tbl th {
    border-top-left-radius: 15px;
  }
  .tbl.type1 th,
  .tbl.type1 td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tbl.type1 th {
    line-height: 1.6;
  }
}

.tbl2 {
  width: 100%;
}
.tbl2.black td {
  color: #434343;
}
.tbl2 th,
.tbl2 td {
  padding: 5px 12px;
  vertical-align: middle;
}
.tbl2 th {
  font-weight: 600;
  width: 25%;
  padding: 7px 12px;
}
.tbl2 th span {
  background: #F9B600;
  color: #fefefe;
  padding: 7px 20px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  white-space: nowrap;
}
.tbl2 td {
  border-bottom: 3px dotted #dcdad9;
}
@media all and (max-width: 639px) {
  .tbl2 th,
  .tbl2 td {
    padding: 5px;
    width: 100%;
    display: block;
  }
}

.tbl3 {
  width: 100%;
}
.tbl3 tr th,
.tbl3 tr td {
  vertical-align: middle;
  padding: 15px 10px;
  border: 1px solid #e4e4e4;
  font-size: 0.9em;
}
.tbl3 tr th {
  width: 25%;
  border-right: 1px solid #e4e4e4;
  background: #f7f7f7;
}
@media all and (max-width: 639px) {
  .tbl3 tr th {
    width: 30%;
  }
}
@media all and (max-width: 639px) {
  .tbl3.type1 tr th, .tbl3.type1 tr td {
    padding: 10px 7px;
  }
  .tbl3.type1 tr th:first-child {
    width: 20%;
  }
}

.tbl_new {
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr th {
  font-weight: 700;
  width: 25%;
  border-right: 1px solid #e4e4e4;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 30%;
  }
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #f7f7f7;
}

.tbl-border {
  width: 100%;
}
.tbl-border tr {
  border-top: 1px solid rgba(86, 77, 72, 0.2);
}
.tbl-border th,
.tbl-border td {
  padding: 20px;
  border-bottom: 1px solid rgba(86, 77, 72, 0.2);
  vertical-align: middle;
  text-align: center;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 5px;
    font-size: 1rem;
  }
}

.timetable {
  width: 100%;
  border-top: 2px solid rgb(198, 144.7228915663, 0);
}
.timetable th,
.timetable td {
  border-bottom: 1px solid #ccc;
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.timetable th .txt,
.timetable td .txt {
  letter-spacing: 0;
  font-size: 12px;
}
@media all and (max-width: 639px) {
  .timetable th,
  .timetable td {
    font-size: 12px;
    padding: 10px 5px;
  }
}
.timetable .thead th {
  border-top: 0;
}
.timetable .th-1 {
  width: 35%;
  font-weight: 600;
  text-align: center;
}
.timetable .circle {
  color: #F9B600;
}
.timetable .circle:before {
  content: "〇";
}
@media all and (max-width: 639px) {
  .timetable {
    padding: 15px 10px;
  }
  .timetable .th-1 {
    width: 25%;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 83%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.youtube {
  padding-bottom: 56.25%;
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(249, 182, 0, 0.5);
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_check.type1 {
  display: flex;
  flex-wrap: wrap;
}
.list_check.type1 li {
  width: 48%;
  padding: 0;
}
.list_check.type1 li:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list_check.type1 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check.type1 li:nth-child(2n) {
    margin-left: auto;
  }
}
.list_check li {
  padding: 5px;
}
.list_check li a {
  color: #E9A294;
  border-bottom: 1px dotted #E9A294;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  margin-right: 10px;
  color: #E9A294;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.2rem;
  }
}

.list_check2.type1 li {
  border-bottom: 0px dashed #ddd;
  margin-top: 10px;
}
.list_check2 li {
  padding: 2px 8px 25px 35px;
  position: relative;
  border-bottom: 2px dashed #ddd;
  margin-top: 25px;
}
.list_check2 li .num {
  color: #E9A294;
  margin: 0 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.list_check2 li .ttl {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  color: rgb(224.3023255814, 125.2325581395, 105.6976744186);
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 1.5em;
  color: #F9B600;
}
.list_check2 li:not(:last-child) {
  margin-bottom: 4px;
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 {
  display: flex;
  flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
.ol-list > li {
  line-height: 2;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 3.5em;
  padding-bottom: 10px;
}
.ol-list > li .ol-lead {
  color: rgb(215.6046511628, 88.4651162791, 63.3953488372);
  font-size: 2rem;
}
.ol-list > li .inner {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6;
  font-size: 1.4rem;
}
.ol-list > li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 2.2rem;
  color: #fefefe;
  background: #F9B600;
  border-radius: 50%;
  padding: 5px;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media all and (max-width: 639px) {
  .ol-list > li {
    font-size: 1.2rem;
  }
  .ol-list > li .ol-lead {
    font-size: 1.4rem;
  }
  .ol-list > li .inner {
    font-size: 0.9em;
  }
  .ol-list > li:before {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .ol-list > li {
    padding-left: 2.7em;
  }
  .ol-list > li::before {
    font-size: 1.6rem;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
  }
}

.list_disc.sbc li:before {
  color: #F9B600;
}
.list_disc.type2 li:before {
  content: "●";
  color: #fff;
}
.list_disc.type3 li:not(:last-of-type) {
  margin-bottom: 20px;
}
.list_disc li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.list_disc li:before {
  content: "●";
  color: #E9A294;
  font-size: 10px;
  padding-right: 5px;
}
.list_disc li span {
  display: block;
  padding-left: 15px;
}

.list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -50px;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -20px;
  }
}
.list2.interview-list .child {
  position: relative;
  padding-bottom: 80px;
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 20px;
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
  position: relative;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 20px auto 0;
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3.type1 > li,
.list3.type1 .child {
  background-color: #fff;
  padding: 10px;
}
.list3 > li,
.list3 .child {
  width: 31%;
  position: relative;
  margin-right: 3.495%;
}
.list3 > li:nth-child(3n),
.list3 .child:nth-child(3n) {
  margin-right: 0;
}
.list3 > li:not(:nth-last-child(-n+3)),
.list3 .child:not(:nth-last-child(-n+3)) {
  margin-bottom: 30px;
}
@media all and (max-width: 639px) {
  .list3 > li,
  .list3 .child {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list3 > li:nth-child(3n),
  .list3 .child:nth-child(3n) {
    margin-right: auto;
  }
  .list3 > li:last-child,
  .list3 .child:last-child {
    margin-bottom: 0;
  }
}
.list3 > li figure,
.list3 .child figure {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.list3 > li figure img,
.list3 .child figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.faq-dl .faq-inner {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
  padding-left: 30px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt,
  .faq-dl .faq-inner dd {
    font-size: 1.3rem;
  }
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.faq-dl .faq-inner.active dt:after {
  content: "－";
}
.faq-dl .faq-inner dt {
  font-weight: 600;
  padding: 20px 10px;
  padding-left: 55px;
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt {
    padding-left: 45px;
  }
}
.faq-dl .faq-inner dt:before {
  content: "Q.";
  color: #C4A68B;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt:before {
    font-size: 2rem;
  }
}
.faq-dl .faq-inner dt:after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #E9A294;
  text-align: center;
}
.faq-dl .faq-inner dt span {
  position: relative;
}
.faq-dl .faq-inner dt span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  background-image: linear-gradient(to right, #E9A294, #C4A68B);
  opacity: 0.5;
  z-index: -1;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt span::after {
    display: none;
  }
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt:hover span {
    color: #E9A294;
  }
}
.faq-dl .faq-inner dd {
  display: none;
  padding: 20px;
  padding-left: 55px;
}
.faq-dl .faq-inner dd:before {
  content: "A.";
  color: #E9A294;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dd:before {
    font-size: 2rem;
  }
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 20px;
}
.flow-list li {
  width: calc((100% - 40px) / 3);
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fefefe;
  box-shadow: 0 0 15px rgba(86, 77, 72, 0.05);
  border-radius: 5px;
}
.flow-list li.type100 {
  flex-basis: 100%;
  margin-right: 0;
}
.flow-list li .flow-num {
  color: #E9A294;
  font-size: 3.5rem;
  align-self: center;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  border-right: 2px dashed #F9B600;
  padding-right: 20px;
}
.flow-list li .flow-num span {
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
.flow-list li .flow-title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  padding-left: 20px;
}
@media all and (max-width: 1367px) {
  .flow-list li {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 896px) {
  .flow-list li .flow-num {
    font-size: 2.5rem;
  }
  .flow-list li .flow-num span {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .flow-list {
    gap: 10px;
  }
  .flow-list li {
    width: 100%;
    padding: 10px 20px;
  }
  .flow-list li .flow-title {
    font-size: 1.4rem;
  }
}

.flow-list2 {
  position: relative;
  margin: 40px auto;
}
.flow-list2 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.flow-list2 .inner:before {
  position: absolute;
  content: "";
  height: 120%;
  width: 6px;
  top: 40px;
  left: 37px;
  background: #E9A294;
  opacity: 0.3;
}
.flow-list2 .inner:last-child:before {
  display: none;
}
.flow-list2 .inner dt {
  position: relative;
  width: 80px;
  height: 80px;
  background: #E9A294;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  z-index: 4;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
.flow-list2 .inner dt span {
  font-size: 1.2rem;
  display: block;
}
.flow-list2 .inner dt span.num {
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  margin-top: -2px;
}
.flow-list2 .inner dd {
  flex: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  margin-left: 20px;
  padding: 20px 25px;
  z-index: 2;
  border-radius: 8px;
  border-bottom: 1px dashed #ddd;
}
.flow-list2 .inner dd .ttl {
  margin-bottom: 15px;
  font-size: 1.15em;
  font-weight: 700;
  border-left: 5px solid #E9A294;
  line-height: 1.3;
  padding-left: 12px;
}
@media all and (max-width: 639px) {
  .flow-list2 .inner {
    margin-bottom: 20px;
  }
  .flow-list2 .inner:before {
    width: 5px;
    left: 27px;
    top: 30px;
  }
  .flow-list2 .inner dt {
    width: 60px;
    height: 60px;
  }
  .flow-list2 .inner dt span {
    font-size: 0.9rem;
  }
  .flow-list2 .inner dt span.num {
    font-size: 1.6rem;
  }
  .flow-list2 .inner dd {
    margin-left: 10px;
    padding: 15px 20px;
  }
  .flow-list2 .inner dd .ttl {
    font-size: 1.05em;
    margin-bottom: 10px;
  }
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2.tp {
  align-items: flex-start;
}
.column2.row_r {
  flex-direction: row-reverse;
}
.column2.bottom {
  align-items: flex-end;
}
.column2 .child {
  width: 47%;
}
.column2 .child2 {
  width: 40%;
}
.column2 .child3 {
  width: 55%;
}
.column2 .child4 {
  width: 30%;
}
.column2 .child5 {
  width: 68%;
}
.column2.type1 {
  width: 95%;
  margin: auto;
}
@media all and (max-width: 896px) {
  .column2.type1 {
    flex-direction: column;
  }
  .column2.type1 .child {
    width: 100%;
  }
  .column2.type1 .child.bm20 {
    margin-bottom: 20px;
  }
  .column2.type1 .child.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .column2 {
    flex-direction: column;
    gap: 20px;
  }
  .column2.reverse {
    flex-direction: unset;
  }
  .column2 .child,
  .column2 .child2,
  .column2 .child3,
  .column2 .child4,
  .column2 .child5 {
    width: 100%;
  }
  .column2 .child.bm20,
  .column2 .child2.bm20,
  .column2 .child3.bm20,
  .column2 .child4.bm20,
  .column2 .child5.bm20 {
    margin-bottom: 20px;
  }
  .column2 .child.column2-img,
  .column2 .child2.column2-img,
  .column2 .child3.column2-img,
  .column2 .child4.column2-img,
  .column2 .child5.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
}

.column3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column3 .child {
  width: 32%;
}
@media all and (max-width: 896px) {
  .column3 {
    flex-direction: column;
  }
  .column3 .child {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* blog
----------------------------------*/
#top-blog .pages {
  display: none;
}

#main {
  float: left;
  width: 76%;
}
@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}
#main .blog-wrap > li {
  width: 32%;
}
@media all and (max-width: 1100px) {
  #main .blog-wrap > li {
    width: 49%;
    margin: 0 0.5% 20px 0.5%;
  }
}
@media all and (max-width: 639px) {
  #main .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}
@media all and (max-width: 639px) {
  #main {
    width: 100%;
    margin: 10px 0 30px;
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 80px;
  width: 21%;
  padding-right: 10px;
}
@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
  }
}

.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: 0 0.5% 20px 0.5%;
  padding: 15px;
  background: #fefefe;
  position: relative;
  border: 1px solid #ddd;
}
@media all and (max-width: 1100px) {
  .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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 10px;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap .blog-detail {
    width: 65%;
    margin-top: 0;
  }
}
.blog-wrap .blog-date {
  border: 1px solid #E9A294;
  width: 100px;
  padding: 5px 0;
  line-height: 1.3;
  display: inline-block;
  color: #E9A294;
  font-size: 11px;
  font-weight: 400;
}
.blog-wrap .blog-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 6px 0;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .blog-wrap .blog-title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.blog-wrap .blog-img {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-wrap .blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-wrap .blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap .blog-img {
    width: 30%;
    height: 120px;
  }
}

.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-detail {
  padding-top: 10px;
}

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}

.blog-category {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  background: #111;
}

.blog-date {
  background: #E9A294;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.blog-date2 {
  color: rgb(219.9534883721, 106.8488372093, 84.5465116279);
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-title {
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
  color: #E9A294;
}

.blog-txt {
  line-height: 1.5;
  color: #564d48;
  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-block;
  margin: 0 20px;
}
.pages .page_next a,
.pages .page_prev a {
  color: #E9A294;
  padding: 4px 5px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .pages .page_next a,
  .pages .page_prev a {
    font-size: 1rem;
  }
}

.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: 900;
  margin-right: 5px;
}
.category_nav li a:hover {
  background: #f4f4f4;
}
.category_nav li:last-child a {
  border-bottom: none;
}

/* etc
----------------------------------*/
.cut {
  overflow: hidden;
  zoom: 1;
}

.price {
  color: #F9B600;
  font-size: 1.2em;
}
.price span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .price {
    font-size: 1.5rem;
  }
  .price span {
    font-size: 13px;
  }
}

.img-y {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.img-y img {
  border-radius: 20px;
}

.ttl_img {
  margin-bottom: 40px;
}
@media all and (max-width: 639px) {
  .ttl_img {
    margin-bottom: 20px;
  }
}

.img-r {
  border-radius: 10px;
}

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

.color1 {
  color: #E9A294;
}

.color2 {
  color: rgb(224.3023255814, 125.2325581395, 105.6976744186);
}

.color3 {
  color: #564d48;
}

.relative {
  position: relative;
}
.relative.type1 {
  z-index: 5;
}

.bigger {
  font-size: 1.3em;
  line-height: 2;
}
@media all and (max-width: 639px) {
  .bigger {
    line-height: 2;
  }
}

.smaller {
  font-size: 0.8em;
  letter-spacing: 0;
}

.num {
  font-weight: 700;
}
.num a {
  color: #E9A294;
  font-size: 2.8rem;
  text-align: center;
  margin-left: 5px;
}
@media all and (max-width: 639px) {
  .num a {
    font-size: 2rem;
  }
}
.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.num a:hover {
  color: #E9A294;
}

.telbnr {
  margin: 0 auto;
  padding-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.telbnr li {
  text-align: center;
  line-height: 1.4;
  width: 40%;
}
.telbnr li a {
  margin-top: 20px;
  display: block;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 200px;
  white-space: nowrap;
  box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
}
.telbnr li a .mn {
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 10px;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.telbnr li a i {
  padding-right: 15px;
}
.telbnr li a .icon {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.telbnr li a .icon img {
  max-width: 40px;
}
.telbnr li a:hover {
  background: rgba(86, 77, 72, 0.1);
}
@media all and (max-width: 1100px) {
  .telbnr li a {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 896px) {
  .telbnr li {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 100%;
  }
  .telbnr li {
    width: 100%;
  }
  .telbnr li:last-of-type {
    margin-left: auto;
  }
  .telbnr li a {
    font-size: 2rem;
    margin-top: 8px;
    border-radius: 10px;
    padding: 10px;
  }
  .telbnr li a .mn {
    border-radius: 5px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .telbnr li a .icon {
    margin-bottom: 10px;
  }
  .telbnr li a .icon img {
    max-width: 50px;
  }
}

.telbnr-ttl {
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: -25px;
}
.telbnr-ttl span {
  font-weight: 600;
  background: #E9A294;
  color: #fff;
  padding: 2px 15px;
  border-radius: 5px;
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.4rem;
  }
}

.shadow {
  box-shadow: 0 0 10px rgba(86, 77, 72, 0.1);
}

.note {
  padding: 1em;
  margin-top: 10px;
  background: #faf8f5;
  border-radius: 10px;
}
.note.shadow {
  box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 639px) {
  .note {
    font-size: 1.15rem;
    padding: 1em;
  }
}
.note.type1 {
  background: #fefefe;
}

.name {
  width: 180px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  background: #fff;
  font-weight: 600;
  padding: 15px 6px;
  line-height: 1.5;
  text-align: left;
}
.name .ja {
  font-size: 2.5rem;
}
.name .eng {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
.name .small {
  font-size: 1.3rem;
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.name .small2 {
  font-size: 0.7em;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}

.tcenter_pc {
  text-align: center;
}
@media all and (max-width: 896px) {
  .tcenter_pc {
    text-align: left;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1100px;
  margin: 20px auto 20px;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline;
  color: rgba(86, 77, 72, 0.5);
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* accordion
----------------------------------*/
.accordion {
  border: 1px solid #ccc;
}
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}
.accordion dt {
  cursor: pointer;
  font-size: 1.7rem;
  color: #434343;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  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: 900;
}
.accordion dd {
  display: none;
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: #434343;
}
@media all and (max-width: 639px) {
  .accordion dt {
    font-size: 1.3rem;
  }
  .accordion dd {
    padding: 15px;
  }
}

/* Gallery
----------------------------------*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery.p_none li p {
  display: none;
}
.gallery.col5 li {
  width: 19.2%;
  margin: 0 1% 1% 0;
}
.gallery.col5 li:nth-child(5n) {
  margin-right: 0;
}
.gallery.col5 li a {
  height: 150px;
}
@media all and (max-width: 639px) {
  .gallery.col5 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .gallery.col5 li a {
    height: 100px;
  }
  .gallery.col5 li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery.col4 li {
  width: 24%;
  margin: 0 1.3333333333% 1% 0;
}
.gallery.col4 li:nth-child(4n) {
  margin-right: 0;
}
.gallery.col4 li a {
  height: 250px;
}
@media all and (max-width: 639px) {
  .gallery.col4 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .gallery.col4 li a {
    height: 100px;
  }
  .gallery.col4 li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery.col3 li {
  width: 32%;
  margin: 0 1% 1% 0;
}
.gallery.col3 li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .gallery.col3 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .gallery.col3 li:nth-child(3n) {
    margin-right: 2%;
  }
  .gallery.col3 li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery li a {
  display: block;
  text-align: center;
  padding: 0px;
  height: 400px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 10px;
}
@media all and (max-width: 639px) {
  .gallery li a {
    height: 100px;
  }
}
.gallery li p {
  font-size: 90%;
  margin: 3px 0 6px;
  text-align: center;
}
.gallery li .g-cap {
  text-align: center;
  font-size: 90%;
  margin: 2px 0 6px;
}

.slide_list,
.slide_list2 {
  gap: 10px;
  text-align: center;
}
.slide_list img,
.slide_list2 img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  filter: grayscale(0.4);
  filter: brightness(110%);
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  border-radius: 10px;
  position: relative;
}
.slide_list img:hover,
.slide_list2 img:hover {
  filter: grayscale(0);
}
@media all and (max-width: 1100px) {
  .slide_list img,
  .slide_list2 img {
    height: 300px;
    width: 300px;
  }
}
@media all and (max-width: 639px) {
  .slide_list img,
  .slide_list2 img {
    height: 150px;
    width: 180px;
  }
}

/* anker link
----------------------------------*/
/* slick
----------------------------------*/
#slider-wrap {
  position: relative;
  margin: 10px auto;
}

.slider-item {
  width: 100%;
  max-width: 700px;
  border: 2px solid #F9B600;
  padding: 25px !important;
  background: #fff;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media all and (max-width: 639px) {
  .slide-arrow {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
}
.slide-arrow.prev-arrow {
  left: 50%;
  margin-left: -370px;
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: #E9A294;
}
@media all and (max-width: 1100px) {
  .slide-arrow.prev-arrow {
    left: 10px;
    margin-left: 0;
  }
}
@media all and (max-width: 639px) {
  .slide-arrow.prev-arrow {
    border-color: #F9B600;
  }
}
.slide-arrow.next-arrow {
  right: 50%;
  margin-right: -370px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #E9A294;
}
@media all and (max-width: 1100px) {
  .slide-arrow.next-arrow {
    right: 10px;
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .slide-arrow.next-arrow {
    border-color: #F9B600;
  }
}

.mask {
  position: relative;
  clip-path: circle(1%);
  transition: 0.6s ease-in all;
}
.mask.on {
  clip-path: circle(120%);
}

.service-list {
  list-style: none;
  margin: 50px;
  display: flex;
  justify-content: center;
}
.service-list.type1 .service-list-item:nth-child(odd) a {
  background: #E9A294;
}
.service-list.type1 .service-list-item:nth-child(even) a {
  background: #F9B600;
}
.service-list .service-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.service-list .service-list-item:nth-child(odd) {
  margin-right: 50px;
}
.service-list .service-list-item:nth-child(odd) a {
  background: #F9B600;
}
.service-list .service-list-item a {
  background: #E9A294;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  align-items: center;
  box-shadow: 0px 4px 60px 0px rgba(126, 151, 172, 0.2);
  text-align: center;
}
.service-list .service-list-item a:hover {
  transform: scale(1.1);
}
.service-list .service-list-item .contain {
  width: 390px;
  height: 390px;
  margin: 5px;
  border-radius: 50%;
  border: 2px dashed #fff;
  padding-top: 70px;
}
.service-list .service-list-item .contain .ttl {
  font-size: 2.5rem;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 50px;
}
.service-list .service-list-item .contain .txt {
  color: #fff;
}
@media all and (max-width: 1100px) {
  .service-list {
    margin: 30px;
  }
  .service-list .service-list-item:nth-child(odd) {
    margin-right: 30px;
  }
  .service-list .service-list-item a {
    width: 350px;
    height: 350px;
  }
  .service-list .service-list-item .contain {
    width: 340px;
    height: 340px;
    padding-top: 50px;
  }
}
@media all and (max-width: 896px) {
  .service-list .service-list-item a {
    width: 330px;
    height: 330px;
  }
  .service-list .service-list-item .contain {
    width: 320px;
    height: 320px;
    padding-top: 50px;
  }
  .service-list .service-list-item .contain .ttl {
    font-size: 1.6rem;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .service-list .service-list-item .contain .ttl {
    font-size: 1.5rem;
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 639px) {
  .service-list {
    display: block;
    margin: 0;
  }
  .service-list .service-list-item:nth-child(odd) {
    margin-right: 0;
  }
  .service-list .service-list-item a {
    width: 310px;
    height: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .service-list .service-list-item .contain {
    width: 300px;
    height: 300px;
    padding-top: 20px;
  }
  .service-list .service-list-item .contain .ttl {
    font-size: 1.6rem;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .service-list.type1 .service-list-item:nth-child(odd) a {
    background: #F9B600;
  }
  .service-list.type1 .service-list-item:nth-child(even) a {
    background: #E9A294;
  }
}
@media screen and (max-width: 350px) {
  .service-list {
    display: block;
    margin: 0;
  }
  .service-list .service-list-item a {
    width: 260px;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-list .service-list-item .contain {
    width: 250px;
    height: 250px;
    padding-top: 20px;
  }
  .service-list .service-list-item .contain .ttl {
    font-size: 1.6rem;
    padding-top: 50px;
    margin-bottom: 30px;
  }
}

.mini {
  font-size: 90%;
}

/* --top-bnr-list--
----------------------------------*/
.top-bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}
.top-bnr-list > li {
  width: 31.3%;
}
.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: #E9A294;
}
.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: 1100px) {
  .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 #E9A294;
  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 #E9A294;
  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 #E9A294;
  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: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #E9A294;
  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.8rem;
  }
  .top-bnr-list .top-bnr-title .ja {
    font-size: 1.5rem;
  }
}

.top_img_wrap {
  max-width: 350px;
  margin: 30px auto;
  position: relative;
}
.top_img_wrap .icon01 {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 50px;
  height: 50px;
  z-index: 2;
  animation: pikopiko 1s steps(2, start) infinite;
}
@media all and (max-width: 639px) {
  .top_img_wrap {
    max-width: 280px;
  }
}

.waku_txt {
  background: #E9A294;
  padding: 3px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  margin: 10px 0 10px;
}

.contact_btn {
  display: flex;
  justify-content: center;
}
.contact_btn li {
  margin-right: 20px;
}
.contact_btn li:last-child {
  margin-right: 0;
}
.contact_btn li a {
  border: 2px solid #E9A294;
  background: #E9A294;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 7px 20px;
  text-align: center;
  border-radius: 30px;
}
.contact_btn li a span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 0.9em;
  padding-left: 10px;
}
.contact_btn li a:hover {
  background: #fff;
  color: #E9A294;
}
.contact_btn li.type1 a {
  border: 2px solid #F9B600;
  background: #F9B600;
}
.contact_btn li.type1 a:hover {
  background: #fff;
  color: #F9B600;
}

@media all and (max-width: 639px) {
  .contact_btn li a {
    font-size: 1.2rem;
  }
}
.small-box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.area_list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.area_list li {
  width: calc((100% - 30px) / 3);
  background: #E9A294;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 5px;
}
@media all and (max-width: 639px) {
  .area_list li {
    width: calc((100% - 15px) / 2);
    font-size: 1.3rem;
  }
}

.caremenu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 80px;
  justify-content: center;
}

.caremenu-item {
  width: calc((100% - 60px) / 4);
  background: #fff;
  padding: 30px 10px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.01);
  align-items: center;
}
.caremenu-item .caremenu-img {
  width: 100%;
  max-width: 180px;
  margin-bottom: 20px;
}
.caremenu-item .caremenu-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.caremenu-item .caremenu-txt {
  padding: 0;
}
.caremenu-item .caremenu-txt h3 {
  color: #e5978f;
  margin: 0 0 15px 0;
  font-size: 1.25em;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.caremenu-item .caremenu-txt p {
  line-height: 1.6;
  text-align: left;
  padding: 0 10px;
}
@media all and (max-width: 896px) {
  .caremenu-item {
    width: calc((100% - 20px) / 2);
    padding: 40px 30px;
  }
}
@media all and (max-width: 639px) {
  .caremenu-item {
    width: 90%;
    padding: 30px 20px;
  }
  .caremenu-item .caremenu-img {
    max-width: 140px;
  }
}

.image_anshin {
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
@media all and (max-width: 639px) {
  .image_anshin {
    max-width: 50px;
    margin: 10px auto;
  }
}

.img-deco {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.img-deco:before {
  content: "";
  position: absolute;
  top: 3%;
  right: -11%;
  width: 85%;
  height: 95%;
  background-color: #E9A294;
  opacity: 0.3;
  z-index: -1;
  border-radius: 40% 46% 40% 40%/70% 50% 43% 30%;
  transform: rotate(347deg);
}
.img-deco img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 50% 75% 45% 55%/68% 60% 57% 54%;
  object-fit: cover;
  display: block;
}

.img-deco2 {
  position: relative;
}
.img-deco2:before {
  position: absolute;
  content: "";
  top: -85px;
  left: -50px;
  width: 128px;
  height: 363px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28021/hyoko.png) no-repeat;
  background-size: contain;
  z-index: -1;
  transform: rotate(-15deg);
}
.img-deco2 img {
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .img-deco2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .img-deco2:before {
    top: -54px;
    left: -40px;
    width: 80px;
    height: 121px;
  }
}

@media (max-width: 768px) {
  .img-deco {
    padding: 0px;
    max-width: 98%; /* スマホで大きすぎないよう調整 */
    margin: 0 auto 30px;
  }
}
.tw-brand-text {
  color: #C4A68B; /* $sub_color2 */
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.tw-main-title {
  font-size: 28px;
  color: #E9A294; /* $base_color */
  margin: 0;
  font-weight: bold;
}

.tw-section {
  margin-bottom: 50px;
}

/* テーブル設定 */
.tw-scroll-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tw-fee-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  border: 1px solid #ddd; /* $sen */
}

.tw-fee-table th, .tw-fee-table td {
  border: 1px solid #ddd; /* $sen */
  padding: 12px 10px;
  text-align: center;
  font-size: 0.9em;
  vertical-align: middle;
}

.tw-fee-table thead th {
  background-color: #f4f4f4; /* $bg_gray */
  color: #564d48;
}

.tw-row-h {
  background-color: #faf8f5; /* $beige */
  width: 120px;
}

.tw-bg-beige {
  background-color: #faf8f5; /* $beige */
}

.tw-dog-types {
  margin-top: 15px;
  font-size: 0.9em;
  color: #564d48;
  background: #f4f4f4; /* $bg_gray */
  padding: 15px;
  border-radius: 5px;
}

.tw-notes {
  margin-top: 10px;
  font-size: 0.9em;
  color: rgb(224.3023255814, 125.2325581395, 105.6976744186);
}

/* 代行サービス */
.tw-agency-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.tw-agency-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.tw-item-label {
  background: #C4A68B; /* $sub_color2 */
  color: #fff;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}

.tw-item-vals {
  padding: 15px;
  text-align: center;
  background: #fff;
}

.tw-item-vals span {
  display: block;
  font-weight: bold;
}

.tw-small-note {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

/* その他費用 */
.tw-other-list {
  border-top: 1px solid #ddd;
}

.tw-other-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.tw-other-label {
  width: 130px;
  font-weight: bold;
  color: #564d48;
  flex-shrink: 0;
}

.tw-other-content {
  flex-grow: 1;
}

.tw-bold {
  font-weight: bold;
  margin-bottom: 3px;
}

.tw-desc {
  font-size: 13px;
  margin: 0;
}

/* スマホ表示 */
@media screen and (max-width: 600px) {
  .tw-agency-grid {
    grid-template-columns: 1fr;
  }
  .tw-other-row {
    flex-direction: column;
  }
  .tw-other-label {
    margin-bottom: 5px;
  }
}
.tw-sns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tw-sns-card {
  border: 1px solid #ddd; /* $sen */
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.tw-sns-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.tw-sns-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  color: #fff;
  height: 80px;
}

.tw-sns-card.tw-line .tw-sns-icon {
  background-color: #00B900; /* LINE カラー */
}

.tw-sns-card.tw-instagram .tw-sns-icon {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); /* Instagram カラー */
}

.tw-sns-content {
  padding: 15px;
  text-align: center;
}

.tw-sns-name {
  font-size: 18px;
  font-weight: bold;
  color: #564d48;
  margin-bottom: 8px;
}

.tw-line-action, .tw-instagram-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tw-qr-code, .tw-sns-banner {
  width: 120px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.tw-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.tw-btn:hover {
  opacity: 0.8;
}

.tw-btn-line {
  background-color: #00B900;
}

.tw-btn-instagram {
  background-color: #e4405f;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .tw-sns-grid {
    grid-template-columns: 1fr;
  }
}
.top_greet {
  position: relative;
}
.top_greet.type1:before, .top_greet.type1:after {
  filter: sepia(0.6) hue-rotate(10deg) brightness(0.9);
  opacity: 0.4;
}
.top_greet.type1:before {
  right: 0%;
}
.top_greet.type1:after {
  left: 0%;
}
.top_greet:before, .top_greet:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 350px;
  z-index: -1;
}
.top_greet:before {
  right: -10%;
  top: 20%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28021/deco02.png) no-repeat center/contain;
}
.top_greet:after {
  left: -10%;
  bottom: 10%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28021/deco01.png) no-repeat center/contain;
}
@media all and (max-width: 1100px) {
  .top_greet:before, .top_greet:after {
    width: 200px;
    height: 234px;
  }
  .top_greet:before {
    right: 0;
  }
  .top_greet:after {
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .top_greet:before, .top_greet:after {
    width: 100px;
    height: 110px;
  }
  .top_greet:before {
    right: -5%;
    top: -10%;
  }
  .top_greet:after {
    left: -10%;
    top: -10%;
  }
}

.v-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media all and (max-width: 896px) {
  .v-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 639px) {
  .v-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.v-card {
  background: #ffffff;
  border: 1.5px solid #eef2f3;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.15);
  position: relative;
}
.v-card::before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 1;
  color: rgba(249, 182, 0, 0.05);
  position: absolute;
  top: 6px;
  left: 16px;
  pointer-events: none;
}
@media all and (max-width: 639px) {
  .v-card {
    padding: 24px 20px;
  }
}

.v-text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-top: 14px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .v-text {
    font-size: 14px;
  }
}

.v-auth {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px dotted #ddd;
  padding-top: 10px;
  padding-bottom: 20px;
}

.v-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #E9A294;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.v-cat {
  display: inline-block;
  background: rgba(249, 182, 0, 0.05);
  color: #F9B600;
  font-size: 10px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  margin-bottom: 3px;
}

.v-name {
  font-size: 1.8rem;
  font-weight: 700;
}

.payment {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .payment {
    gap: 20px;
    padding: 0 20px;
  }
}
@media all and (max-width: 639px) {
  .payment {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
}
.payment .item {
  width: calc((100% - 40px) / 2);
  padding: 30px;
  background: #fff;
}
@media all and (max-width: 1100px) {
  .payment .item {
    padding: 20px;
  }
}
@media all and (max-width: 896px) {
  .payment .item {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 639px) {
  .payment .item {
    width: 100%;
    padding: 20px 15px;
  }
}
.payment .item .ttl {
  text-align: center;
  background: #E9A294;
  color: #fff;
  padding: 10px;
  border-radius: 99px;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .payment .item .ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}