@charset "UTF-8";
/* --------------------------------
	レスポンシブ
-------------------------------- */
/* --------------------------------
	CSS関数
-------------------------------- */
/* --------------------------------
	アニメーション
-------------------------------- */
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes yurayura_r {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
@keyframes yurayura_l {
  0% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes fadein_fuwa_l {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
    transform: translate(30px, 0);
  }
}
@keyframes fadein_fuwa_r {
  0% {
    opacity: 0;
    transform: translate(0, -30px);
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
    transform: translate(-30px, 0);
  }
}
@keyframes display_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes curtain_l {
  0% {
    visibility: visible;
  }
  20% {
    transform: rotate(0deg) translateX(0%);
    background-color: #2BA5B9;
  }
  60% {
    transform: rotate(6deg) translateX(-50%);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes curtain_r {
  0% {
    visibility: visible;
  }
  20% {
    transform: rotate(0deg) translateX(0%);
    background-color: #DE8025;
  }
  60% {
    transform: rotate(-6deg) translateX(50%);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
}
.anime .anime-scroll:nth-of-type(1) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.2s, opacity 1s ease 0.2s;
}
.anime .anime-scroll:nth-of-type(2) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.4s, opacity 1s ease 0.4s;
}
.anime .anime-scroll:nth-of-type(3) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.6s, opacity 1s ease 0.6s;
}
.anime .anime-scroll:nth-of-type(4) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.8s, opacity 1s ease 0.8s;
}
.anime .anime-scroll:nth-of-type(5) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1s, opacity 1s ease 1s;
}
.anime .anime-scroll:nth-of-type(6) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.2s, opacity 1s ease 1.2s;
}
.anime .anime-scroll:nth-of-type(7) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.4s, opacity 1s ease 1.4s;
}
.anime .anime-scroll:nth-of-type(8) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.6s, opacity 1s ease 1.6s;
}
.anime .anime-scroll:nth-of-type(9) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.8s, opacity 1s ease 1.8s;
}
.anime .anime-scroll:nth-of-type(10) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2s, opacity 1s ease 2s;
}
.anime .anime-scroll:nth-of-type(11) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.2s, opacity 1s ease 2.2s;
}
.anime .anime-scroll:nth-of-type(12) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.4s, opacity 1s ease 2.4s;
}
.anime .anime-scroll:nth-of-type(13) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.6s, opacity 1s ease 2.6s;
}
.anime .anime-scroll:nth-of-type(14) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.8s, opacity 1s ease 2.8s;
}
.anime .anime-scroll:nth-of-type(15) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3s, opacity 1s ease 3s;
}
.anime .anime-scroll:nth-of-type(16) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.2s, opacity 1s ease 3.2s;
}
.anime .anime-scroll:nth-of-type(17) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.4s, opacity 1s ease 3.4s;
}
.anime .anime-scroll:nth-of-type(18) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.6s, opacity 1s ease 3.6s;
}
.anime .anime-scroll:nth-of-type(19) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.8s, opacity 1s ease 3.8s;
}
.anime .anime-scroll:nth-of-type(20) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 4s, opacity 1s ease 4s;
}
.anime.anime_active .anime-scroll {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.katachi-main-text-color {
  color: #B5A877;
}

.katachi-main-bg-color {
  background-color: #B5A877;
}

.katachi-sub-text-color {
  color: #655A33;
}

.katachi-sub-bg-color {
  background-color: #655A33;
}

.text-color-white {
  color: white;
}

.text-color-form_require_red {
  color: #c0456f;
}

.bg-color-footer_green {
  background-color: #3c899c;
}

/*--------------------*/
/*--------------------*/
.font-serif {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
}

.js-modal_trigger {
  cursor: pointer;
}

.js-modal_box {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.js-modal_bg {
  background-color: rgba(30, 30, 30, 0.65);
  height: 100%;
  width: 100%;
}

.slick-dots li:only-child {
  display: none;
}

.common-modal_inner {
  background-color: #fff;
  padding: 3rem;
  position: absolute;
  width: 75%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 75%;
}
@media (max-width: 769px) {
  .common-modal_inner {
    width: 85%;
    max-height: 85%;
  }
}
@media (max-width: 577px) {
  .common-modal_inner {
    width: 90%;
    padding: 25px;
  }
}

.common-modal_block {
  max-height: calc(100% - 1.5rem);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 3rem;
}
@media (max-width: 577px) {
  .common-modal_block {
    max-height: calc(100% - 2.5rem);
  }
}
.common-modal_block::-webkit-scrollbar {
  display: none;
}
.common-modal_block::after {
  display: block;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.common-modal_close {
  margin: 1rem auto 0;
  width: 20%;
}
.common-modal_close:hover {
  cursor: pointer;
}
.common-modal_close div {
  border: solid 1px black;
  padding: 0.25rem 1rem;
}
.common-modal_close div:hover {
  border: solid 1px transparent;
  color: white;
}

.opacity-50 {
  opacity: 0.5;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.d-contents {
  display: contents;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

/* --------------------------------
	全サイト共通設定
-------------------------------- */
#site-container {
  position: relative;
  min-height: 100vh;
}

.site-content {
  display: flex;
  flex-direction: column;
  top: 0;
  width: 100%;
  min-height: 47vh;
}
.site-content.scrolled {
  position: unset;
  transition-duration: 1s;
}

html, body {
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
}

body {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  min-height: 100vh;
}
body #content {
  flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
  content: none;
}

h1:not(.site-title):before {
  content: none;
}

p {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:focus {
  outline: none;
  text-decoration: none;
}

button:hover {
  background-color: inherit;
}

.button:focus, button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  outline: none;
}

ul, ol, dt, dd, figure {
  font-family: "Outfit", sans-serif;
}

.slick-dots li:only-child {
  display: none !important;
}

.breadcrumb-wrap {
  width: 100%;
  position: absolute;
  z-index: 1;
}

#breadcrumb {
  padding: 0.25rem 0;
  font-size: 0.75rem;
  font-weight: normal;
  flex-wrap: wrap;
}
@media (max-width: 577px) {
  #breadcrumb {
    font-size: 0.7rem;
  }
}
#breadcrumb li {
  color: #b1a0a1;
}
#breadcrumb li br {
  display: none;
}
#breadcrumb li:after {
  content: ">";
  padding: 0 0.4rem;
}
#breadcrumb li:last-child {
  font-weight: bold;
  color: #d17074;
}
#breadcrumb li:last-child:after {
  content: none;
  padding-right: 0;
}

.breadcrumb {
  background-color: #f8f7f7;
}
.breadcrumb .widget_content {
  margin: 0 auto;
  width: 89%;
}

#page_top {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  right: 70px;
  bottom: 50px;
}
@media (max-width: 993px) {
  #page_top {
    bottom: 80px;
  }
}
@media (max-width: 577px) {
  #page_top {
    right: 20px;
  }
}
#page_top img {
  width: 60px;
  height: auto;
  border: solid 1px #e6e4e4;
  border-radius: 100%;
}
@media (max-width: 577px) {
  #page_top {
    width: 50px;
    height: auto;
  }
}

.site-header {
  z-index: 900;
}
@media (max-width: 993px) {
  .site-header {
    background-color: white;
  }
}
.site-header__logo {
  width: 300px;
  padding-left: 4rem;
}
@media (max-width: 769px) {
  .site-header__logo {
    padding-left: 2rem;
  }
}
@media (max-width: 577px) {
  .site-header__logo {
    width: 180px;
    padding-left: 1rem;
  }
}
.site-header__logo .logo_img {
  position: relative;
  bottom: 1px;
}
.site-header__logo .logo_img::before {
  content: none;
}
.site-header__menu {
  background-color: #F38200;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
  color: white;
}
@media (max-width: 769px) {
  .site-header__menu {
    padding: 0.5rem 1.5rem;
    color: white;
  }
}

.menu-list__child {
  opacity: 0;
  position: absolute;
  transition: 0.5s ease;
  visibility: hidden;
  width: 210px;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8dede;
  z-index: 1;
}
@media (max-width: 993px) {
  .menu-list__child {
    position: static;
    transform: none;
    width: 100%;
    height: 0;
  }
}
@media (max-width: 993px) {
  .menu-list__child.js-open {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
@media (max-width: 993px) {
  .menu-list__child__link::after {
    content: "";
    right: 2rem;
    background: none;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #9b494c;
    border-right: 2px solid #9b494c;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.menu-list__child__list {
  overflow: hidden;
}
@media (max-width: 993px) {
  .menu-list__child__list {
    border-bottom: 1px solid white;
  }
}
.menu-list__parent__link {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 993px) {
  .menu-list__parent__link {
    border-bottom: 1px solid lightgray;
  }
}
@media (max-width: 993px) {
  .menu-list__parent__link:not(.js-menu_child_open)::after {
    content: "";
    right: 2rem;
    background: none;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #C1454A;
    border-right: 2px solid #C1454A;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.menu-list__parent__link .open-icon, .menu-list__parent__link .close-icon {
  display: none;
}
.menu-list__parent__link.js-menu_child_open .open-icon {
  display: block;
}
.menu-list__parent__link.js-menu_child_open .close-icon {
  display: none;
}
.menu-list__parent__link.js-open .open-icon {
  display: none;
}
.menu-list__parent__link.js-open .close-icon {
  display: block;
}
.menu-list__parent__list:nth-last-child(1) .menu-list__parent__link {
  padding-right: 0;
}
.menu-list__parent__list:hover .menu-list__child {
  opacity: 1;
  visibility: visible;
}
.menu-list__parent__icon {
  width: 1.6rem;
  margin-left: 0.4rem;
}
@media (max-width: 993px) {
  .menu-list__parent__icon {
    margin-left: 1rem;
  }
}

.sitemap__header {
  background-color: white;
}
.sitemap__header .sitemap__header__close {
  height: 50px;
}

.sitemap__content .modal-menu_list_header {
  font-size: 1.2rem;
}
.sitemap__content .modal_menu_list_button {
  background-color: inherit;
  padding-left: inherit;
  padding-right: inherit;
  box-shadow: none;
  transition: all 0.2s;
}
.sitemap__content .modal_menu_list_button:not(.collapsed) {
  color: inherit;
  opacity: 0.8;
}
.sitemap__content .modal_menu_list_button:not(.collapsed)::after, .sitemap__content .modal_menu_list_button::after {
  color: #3c899c;
  background-image: none;
  font-weight: 900;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  transform: none;
  height: inherit;
}
.sitemap__content .modal_menu_list_button[aria-expanded=false]::after {
  content: "\f055";
}
.sitemap__content .modal_menu_list_button[aria-expanded=true]::after {
  content: "\f056";
}
.sitemap__content .modal_menu_list_arrow::after {
  position: absolute;
  left: auto;
  right: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  margin-right: 5px;
  color: #3c899c;
}
.sitemap__content .modal_sub_menu_list {
  background-color: #3e555b;
}
.sitemap__content .modal_sub_menu_list a {
  color: white;
}
.sitemap__content .modal_sub_menu_list_header {
  font-size: 0.9rem;
  padding-right: 2rem;
}

.filter-blackout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
}

.content-area {
  margin-top: 30px;
}

.common-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.form-link_btn {
  background-color: #5aa2b4;
  color: white !important;
  box-shadow: 0 0.2rem 0 #3280ad;
}
.form-link_btn:hover {
  box-shadow: none;
  transition-duration: 0.3s;
}

#g-header {
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 578px) {
  #g-header.container {
    max-width: 90vw;
  }
}
@media screen and (max-width: 769px) {
  #g-header {
    width: 90%;
  }
}
@media screen and (max-width: 577px) {
  #g-header {
    width: 95%;
  }
}

.header-logo {
  margin: 0;
  padding: 10px 0 0;
  width: 120px;
}
@media screen and (max-width: 577px) {
  .header-logo {
    width: 100px;
  }
}

.gtranslate_wrapper {
  display: flex;
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 5px;
}
.gtranslate_wrapper a {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-right: 10px;
  color: #505050;
  font-size: 15px;
}
.gtranslate_wrapper a:first-of-type {
  padding-right: 0;
  order: 2;
}
.gtranslate_wrapper a:first-of-type::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #212529;
}
.gtranslate_wrapper a:hover {
  color: #212529;
}
.gtranslate_wrapper a.gt-current-lang {
  color: #212529;
}

/* --------------------------------
	サイト内 共通設定
-------------------------------- */
.hover-up {
  transition: 0.2s;
}
@media (hover: hover) {
  .hover-up:hover {
    transform: translateY(-5px) !important;
  }
}

.hover-opacity {
  transition: 0.2s;
}
@media (hover: hover) {
  .hover-opacity:hover {
    opacity: 0.7;
  }
}

.hover-transform-end {
  transition: 0.2s;
}
@media (hover: hover) {
  .hover-transform-end:hover {
    transform: translateX(5px);
  }
}

.hover-down {
  transition: 0.2s;
}
@media (hover: hover) {
  .hover-down:hover {
    transform: translateY(5px) !important;
  }
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

#page_top img {
  pointer-events: auto;
}

.fs-7 {
  font-size: 0.8rem;
}

.text-color-gray {
  color: #666666;
}

.text-color-light-yellow {
  color: #F7F6D7;
}

.letter-spacing-title {
  letter-spacing: 0.05em;
}
@media (max-width: 769px) {
  .letter-spacing-title {
    text-align: center;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
  }
}
@media (max-width: 769px) {
  .letter-spacing-title span {
    display: block;
    font-size: 0.8rem;
  }
}
.letter-spacing-title img {
  padding-left: 0.5rem;
  width: 30%;
}
@media (max-width: 769px) {
  .letter-spacing-title img {
    padding-left: 0;
    width: 30px;
    margin-bottom: 0.25rem;
    position: relative;
    left: 4px;
  }
}

.bg-pink {
  background-color: #BC9D94;
}

.bg-light-green {
  background-color: #E5EBE8;
}

.bg-translucent {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-body-dark {
  background-color: #333333;
}

.border-main {
  border: 2px solid #C1454A;
}

.ul-circle {
  list-style: circle;
}

.ul-check li {
  padding-left: 1rem;
  text-indent: -1rem;
}
.ul-check li::before {
  content: "\f00c";
  color: #C1454A;
  font-family: FontAwesome;
  padding-right: 0.3rem;
}

.height-100 {
  height: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.content-width {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 993px) {
  .content-width {
    width: 100%;
  }
}
@media (max-width: 577px) {
  .content-width {
    width: 95%;
  }
}

.common__header {
  background-color: #C1454A;
  color: white;
}

.common__body {
  margin-top: 4.5rem;
}

.page-contents section h2 {
  font-size: 1.5rem;
  border-left: solid 6px #44514e;
  padding-left: 0.75rem;
}

.breadcrumb-wrap {
  background-color: #fcf2f2;
}

.common__body__title {
  font-size: 1.2rem;
  border-left: solid 5px #d4d4d4;
  padding-left: 0.5rem;
}

h1:not(.site-title):before, h2:before {
  display: none;
}

.site-header {
  transition: 0.8s ease-in-out;
}
.site-header.scrolled {
  transform: translateY(0);
  opacity: 1;
}

.header-menu__nav__link {
  padding-left: 1rem;
  height: 65px;
  display: flex;
  align-items: center;
}
.header-menu__nav__link:last-child {
  padding-right: 4rem;
}
.header-menu__nav__link .menu_children {
  padding: inherit;
  color: inherit;
  background-color: inherit;
}
.header-menu__nav__link .menu_children.dropdown-toggle::after {
  padding: inherit;
  border: none;
  display: block;
  margin: inherit;
}
.header-menu__nav__link .menu_children + .dropdown-menu.show {
  background-color: #FAF9F3;
  border-color: white;
  border-width: 3px;
}
.header-menu__nav__link .custom-item:active {
  background-color: inherit;
  color: inherit;
}
.header-menu__nav__link__title p {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.header-menu__nav__link__title p span {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
}
.header-menu .kagami-menu .header-menu__nav__link:last-child {
  background-color: #ff9300;
  margin-left: 1rem;
}
.header-menu .kagami-menu .header-menu__nav__link:last-child .header-menu__nav__link__title p {
  color: white;
}

.link_button {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
  background-color: #655A33;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  color: white;
  transition: all 0.2s;
}
@media (hover: hover) {
  .link_button:hover {
    box-shadow: 0 0.5rem 1rem transparent;
  }
}

/* --------------------------------
	サイト内 個別設定
-------------------------------- */
footer {
  background-image: url(../img/kagami/footer-bg.png);
  background-size: 1400px;
  background-repeat: repeat;
  margin: 5rem 0 0;
}

.footer_hamburger {
  background-color: #3c899c;
  z-index: 100;
  color: white;
}
@media (max-width: 577px) {
  .footer_hamburger .hamburger-btn {
    padding: 0.25rem;
  }
}
.footer_hamburger .hamburger-btn.last {
  background-color: #ff9300;
}
.footer_hamburger .hamburger-btn img {
  width: 7vw;
}
@media (max-width: 577px) {
  .footer_hamburger .hamburger-btn img {
    width: 10vw;
  }
}
.footer_hamburger .hamburger-btn span {
  font-weight: bold;
  font-size: 0.9rem;
}
@media (max-width: 577px) {
  .footer_hamburger .hamburger-btn span {
    font-size: 0.6rem;
  }
}
.footer_hamburger .hamburger-btn .hamburger-btn__icon__main {
  font-size: 60px;
  margin-top: 7px;
}

@media (max-width: 993px) {
  .site-footer .sns-list, .sitemap .sns-list {
    flex-wrap: wrap;
  }
}
.site-footer .sns-list.h_menu, .sitemap .sns-list.h_menu {
  margin: 0 auto;
  width: 90%;
}
.site-footer .sns-list.h_menu .sns-list__item__name, .sitemap .sns-list.h_menu .sns-list__item__name {
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.site-footer .sns-list a:last-child .sns-list__item, .sitemap .sns-list a:last-child .sns-list__item {
  margin-right: 0;
}
@media (max-width: 993px) {
  .site-footer .sns-list a:nth-child(even) .sns-list__item, .sitemap .sns-list a:nth-child(even) .sns-list__item {
    margin-right: 0;
  }
}
.site-footer .sns-list__item, .sitemap .sns-list__item {
  background-color: #333333;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
  text-align: left;
  height: 100%;
}
@media (max-width: 993px) {
  .site-footer .sns-list__item, .sitemap .sns-list__item {
    margin-top: 0.5rem;
  }
}
@media (max-width: 577px) {
  .site-footer .sns-list__item, .sitemap .sns-list__item {
    margin-top: 0.25rem;
    margin-right: 0.25rem;
    height: 3rem;
  }
}
.site-footer .sns-list__item__icon, .sitemap .sns-list__item__icon {
  width: 4vw;
}
@media (max-width: 993px) {
  .site-footer .sns-list__item__icon, .sitemap .sns-list__item__icon {
    width: 7vw;
  }
}
@media (max-width: 577px) {
  .site-footer .sns-list__item__icon, .sitemap .sns-list__item__icon {
    width: 12vw;
  }
}
.site-footer .sns-list__item__name, .sitemap .sns-list__item__name {
  color: white;
  font-weight: bold;
}

.site-footer {
  color: white;
  font-size: 0.8rem;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}
.site-footer .widget_content .footer-content {
  text-align: center;
}
.site-footer .widget_content .footer-content .provider {
  color: black;
}
.site-footer .widget_content .footer-content .provider h3 {
  font-size: 1.2rem;
}
@media (max-width: 577px) {
  .site-footer .widget_content .footer-content .provider h3 {
    font-size: 1rem;
  }
}
.site-footer .widget_content .footer-content .provider .footer-logo {
  width: 220px;
}
@media screen and (max-width: 577px) {
  .site-footer .widget_content .footer-content .provider .footer-logo {
    width: 180px;
  }
}
.site-footer .widget_content .footer-content .provider p {
  margin: 0 10px 0 0;
  font-size: 0.9rem;
  letter-spacing: 0;
}
@media (max-width: 577px) {
  .site-footer .widget_content .footer-content .provider p {
    font-size: 0.8rem;
  }
}
.site-footer__company {
  width: 40%;
  margin-right: 3%;
}
@media (max-width: 769px) {
  .site-footer__company {
    width: 100%;
    margin-right: 0;
  }
}
.site-footer__company__image {
  max-width: 300px;
}
.site-footer__menu {
  width: 57%;
}
.site-footer .copylight {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
  background-color: #3C8A9C;
  padding: 0.5rem 0;
  margin-top: 0.8em;
  letter-spacing: 0;
}

#footer-banner {
  margin: 0 0 3em;
}
#footer-banner ul {
  display: flex;
  gap: 10px;
  padding-left: 0;
}
@media screen and (max-width: 769px) {
  #footer-banner {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 577px) {
  #footer-banner ul {
    display: block;
  }
  #footer-banner li {
    margin-bottom: 30px;
  }
}

.footer-sns {
  margin-bottom: 3em;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-end;
}
.footer-sns p {
  margin: 0;
}
.footer-sns ul {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.footer-sns li {
  background: #3C8A9C;
  list-style: none;
}
.footer-sns li a {
  padding: 8px 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  .footer-sns {
    display: block;
    margin-bottom: 2em;
  }
  .footer-sns p {
    margin-bottom: 10px;
  }
  .footer-sns ul {
    justify-content: center;
    padding: 0;
  }
  .footer-sns li {
    margin: 0;
  }
}
@media screen and (max-width: 577px) {
  .footer-sns li {
    width: calc((100% - 20px) / 3);
  }
  .footer-sns li::after {
    display: none;
  }
}

@media screen and (min-width: 578px) {
  .site-footer .container {
    max-width: 90vw;
  }
}
.site-footer .provider {
  display: flex;
  align-items: flex-end;
  justify-content: right;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
.scroll-down {
  width: 2px;
  height: 110px;
  position: relative;
  background: transparent;
  animation: scrollDown 1.5s ease infinite;
  border-radius: 100%;
  margin: 0 auto;
}
.scroll-down:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, white, transparent);
}

button i {
  padding-left: 1rem;
}

.content {
  margin: 0 auto 6rem;
  width: 85%;
  position: relative;
}
@media (max-width: 769px) {
  .content {
    width: 80%;
  }
}
@media (max-width: 577px) {
  .content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2rem;
  }
}

.content-inner {
  width: 85vw;
}
@media (max-width: 769px) {
  .content-inner {
    width: 80vw;
  }
}
@media (max-width: 577px) {
  .content-inner {
    width: 85vw;
  }
}

.date-time {
  text-align: center;
}
.date-time p {
  font-family: "Outfit", sans-serif;
  font-size: 2.3rem;
  line-height: 2.8rem;
}
.date-time p .tit {
  font-size: 1.1rem;
}
@media (max-width: 769px) {
  .date-time p .tit {
    font-size: 1.2rem;
  }
}
.date-time p .date {
  font-size: 3.5rem;
}
.date-time p .week {
  font-size: 2rem;
  padding-left: 0.25rem;
}
@media (max-width: 769px) {
  .date-time p .week {
    padding-left: 0.5rem;
  }
}
.date-time p .from {
  font-size: 1.5rem;
  padding: 0 0.5rem;
}
@media (max-width: 769px) {
  .date-time p .from {
    display: block;
    transform: rotate(-90deg);
    padding: 0;
    width: 25px;
    margin: 0 auto 0.5rem;
  }
}

.application__dm p {
  font-family: "Outfit", sans-serif;
  text-align: center;
  margin-bottom: 0.75rem;
  color: #2BA5B9;
  font-weight: bold;
  line-height: 1.5rem;
  font-size: 1.1rem;
}
@media (max-width: 577px) {
  .application__dm p span {
    display: block;
  }
}

.link-btn button {
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  font-weight: normal;
}
.link-btn button:hover:after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.link-btn button i {
  font-size: 1.5rem;
}
.link-btn.application-link button {
  width: 260px;
  background-color: #E03D60;
}
@media (max-width: 577px) {
  .link-btn.application-link button {
    width: 100%;
  }
}
.link-btn.application-link button:hover {
  background-color: #E03D60;
}
.link-btn.application-link button img {
  width: 25px;
  position: relative;
  left: 60px;
}
.link-btn.pdf-link button {
  background-color: #2BA5B9;
}
.link-btn.pdf-link button:hover {
  background-color: #2BA5B9;
}

.content-tit {
  text-align: left;
}
.content-tit h2 {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
}
@media (max-width: 577px) {
  .content-tit h2 {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}
.content-tit h2 span {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  padding: 0 0.5rem;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
@media (max-width: 577px) {
  .content-tit h2 span {
    font-size: 1.5rem;
  }
}

.main-tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (max-width: 769px) {
  .main-tit {
    text-align: left;
  }
}
@media (max-width: 577px) {
  .main-tit {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

.sub-tit {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1rem;
  border-left: solid 6px #00436C;
  padding-left: 1rem;
}
@media (max-width: 577px) {
  .sub-tit {
    font-size: 1rem;
    border-left: solid 5px #00436C;
    padding-left: 0.5rem;
  }
}

.next-link button {
  background-color: #F774BA;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.next-link button:hover {
  box-shadow: none;
}

.content-body {
  background-color: white;
  border-radius: 20px;
  border: solid 5px;
  padding: 2rem 1.5rem;
}

.tit_en {
  font-size: 0.8rem;
}

.content-contact {
  margin-bottom: 0;
}
.content-contact h2 {
  text-align: center;
  font-size: 1rem;
}
.content-contact__tel {
  text-align: center;
}
.content-contact__tel h3 {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 2rem 0 0;
}
@media (max-width: 577px) {
  .content-contact__tel h3 {
    font-size: 1rem;
  }
}
@media (max-width: 577px) {
  .content-contact__tel h3 span {
    display: block;
  }
}
.content-contact__tel p {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media (max-width: 577px) {
  .content-contact__tel p {
    font-size: 1.5rem;
  }
}
.content-contact__tel p i {
  padding-right: 0.5rem;
  font-size: 2.1rem;
}
@media (max-width: 577px) {
  .content-contact__tel p i {
    font-size: 1.4rem;
  }
}
.content-contact__note {
  text-align: center;
}
.content-contact__note p {
  font-size: 0.9rem;
  line-height: 1.7rem;
  border-radius: 15px;
  background-color: #FEFFF5;
  padding: 1rem;
  margin-top: 2rem;
}
@media (max-width: 769px) {
  .content-contact__note {
    text-align: left;
  }
}

.c-form .title-sma {
  font-size: 1.4rem;
  padding: 0.4rem 2rem;
  word-break: keep-all;
}
@media (max-width: 577px) {
  .c-form .title-sma {
    font-size: 1.2rem;
    padding: 0;
    text-align: left !important;
  }
}
.c-form__attention {
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 769px) {
  .c-form__attention {
    text-align: left;
  }
}
.c-form__attention p {
  font-size: 1rem;
}
.c-form .mw_wp_form_confirm .c-form__items__txt,
.c-form .mw_wp_form_confirm .contact-item {
  display: none;
}
.c-form__items__txt {
  color: #898180;
  font-size: 0.8rem;
  display: block;
  -webkit-text-stroke: 0;
}
.c-form__items__content {
  margin-bottom: 3rem;
}
.c-form__items__content:last-child {
  margin-top: 1rem;
  margin-bottom: 0;
}
.c-form__items__content__forms {
  margin: 1rem 2rem 0 2rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 577px) {
  .c-form__items__content__forms {
    margin: 1rem 0 0 0;
  }
}
.c-form__items__content__forms__item {
  margin-bottom: 5rem;
}
.c-form__items__content__forms__item:last-child {
  margin-bottom: 0;
}
.c-form__items__content__forms__item__header h3 {
  font-size: 1.2rem;
  border-bottom: solid 1px #3C8A9C;
  color: #3C8A9C;
  padding-left: 0.5rem;
  border-left: solid 4px #3C8A9C;
}
.c-form__items__content__forms__item__body {
  margin-top: 2rem;
}
@media (max-width: 577px) {
  .c-form__items__content__forms__item__body .hairstyle,
  .c-form__items__content__forms__item__body .hair_color {
    width: 100%;
  }
}
.c-form__items__content .mwform-tel-field {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
@media (max-width: 577px) {
  .c-form__items__content .mwform-tel-field input {
    width: 29% !important;
  }
}
@media (max-width: 577px) {
  .c-form__items__content .mwform-radio-field {
    display: inline-block;
    width: 40%;
  }
}
@media (max-width: 577px) {
  .c-form__items__content .horizontal-item {
    margin-left: 0 !important;
  }
}
@media (max-width: 577px) {
  .c-form__items__content .license .mwform-checkbox-field-text {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: text-top;
    word-break: break-all;
  }
}
.c-form__items__content input[type=submit] {
  color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  -webkit-text-stroke: 0;
  padding: 0.75rem 2rem;
  background-color: #3c899c;
}
.c-form__items__content input[type=submit]:hover {
  box-shadow: none;
}
.c-form .agree {
  margin-top: 5rem;
}
@media (max-width: 577px) {
  .c-form .agree {
    padding: 1rem;
  }
}
.c-form .agree .c-form__items__content__forms section p {
  margin-left: calc(1rem + 5px);
}
@media (max-width: 577px) {
  .c-form .agree .c-form__items__content__forms section p {
    margin-left: calc(0.5rem + 5px);
  }
}
.c-form .agree .c-form__items__content__forms .form_link {
  color: #C1454A;
  font-weight: bold;
}
@media (max-width: 577px) {
  .c-form .birth .year {
    margin-bottom: 0.5rem;
  }
}
.c-form .birth .year input {
  display: inline-block;
  width: calc(100% - 4.5rem);
}
@media (max-width: 577px) {
  .c-form .birth .month {
    margin-bottom: 0.5rem;
  }
}
.c-form .birth select {
  display: inline-block;
  width: calc(100% - 2rem);
}
.c-form .require {
  padding: 0 10px;
  font-size: 0.8em;
  display: inline-block;
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: #c0456f;
  border-radius: 50px;
  -webkit-text-stroke: 0;
}
@media (max-width: 577px) {
  .c-form .require {
    display: block;
    margin-left: auto;
  }
}
.c-form .btn_back {
  color: #3c899c;
  background: #fcfcfc;
  border: 2px solid #3c899c;
  font-weight: bold;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 0.5rem 2rem;
}
.c-form .btn_back:hover {
  color: #3c899c;
  opacity: 0.8;
  box-shadow: none;
}
.c-form .more-link button {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  background-color: #3c899c;
}
.c-form .more-link button:hover {
  box-shadow: none;
}
.c-form .form-control {
  border-radius: 3px;
  padding: 0.375rem 0.5rem;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.c-form .form-control::-moz-placeholder {
  color: #b1b1b1;
}
.c-form .form-control::placeholder {
  color: #b1b1b1;
}
.c-form .form-control::-ms-input-placeholder {
  color: #b1b1b1;
}
.c-form .load-button, .c-form .save-button {
  margin: 0 0 0 1rem;
}
@media (max-width: 577px) {
  .c-form .load-button, .c-form .save-button {
    margin-left: 0;
  }
}

.page-privacy-policy .mod-head .section-txt {
  position: static;
}
.page-privacy-policy .mod-head .section-txt p {
  bottom: -14rem;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .page-privacy-policy .mod-head .section-txt p {
    bottom: -12rem;
  }
}
.page-privacy-policy .mod-head .section-txt p::before {
  top: auto;
  bottom: 1.3rem;
  opacity: 1;
  min-width: 56rem;
  width: 61vw;
}
@media (max-width: 769px) {
  .page-privacy-policy .mod-head .section-txt p::before {
    top: 73px;
  }
}
@media (max-width: 577px) {
  .page-privacy-policy .mod-head .section-txt p::before {
    top: 109px;
  }
}
.page-privacy-policy .mod-about {
  width: 82%;
  margin: 15% auto 0;
}
.page-privacy-policy .mod-body {
  width: 82%;
  margin: 0 auto;
}
.page-privacy-policy .mod-body div {
  margin-bottom: 2rem;
}
.page-privacy-policy .mod-body div h2 {
  padding: 1% 1.5rem;
  font-size: 1.5rem !important;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: 100 !important;
  background-color: #C1454A;
  margin-bottom: 1rem;
}
@media (max-width: 577px) {
  .page-privacy-policy .mod-body div h2 {
    padding: 0.25rem 0.5rem;
    font-size: 1.2rem !important;
    line-height: 1.8rem;
  }
}
.page-privacy-policy .mod-body div p {
  margin-left: 1.5rem;
}
@media (max-width: 577px) {
  .page-privacy-policy .mod-body div p {
    margin-left: 0.25rem;
  }
}
.page-privacy-policy .mod-body div ol {
  padding-left: 2rem;
  margin-left: 1.5rem;
}
@media (max-width: 577px) {
  .page-privacy-policy .mod-body div ol {
    margin-left: 0.25rem;
  }
}
.page-privacy-policy .mod-body div ol ol {
  margin-left: 0;
}
.page-privacy-policy .mod-body div:last-child {
  margin-bottom: 0;
}

.contact-note button {
  background-color: #F774BA;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.contact-note button:hover {
  box-shadow: none;
}

.kagami {
  background-image: url(/cms/wp-content/themes/base/assets/img/kagami/bg-img.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center calc(50% - 10px);
}
.kagami .content_item {
  padding-bottom: 5rem;
}
@media (max-width: 993px) {
  .kagami .content_item {
    padding-bottom: 2rem;
  }
}
.kagami .content_firstview {
  padding: 3rem 0;
}
.kagami .content_firstview .content {
  align-items: center;
}
@media (max-width: 577px) {
  .kagami .content_firstview .content .page-tit {
    margin-bottom: 2rem;
  }
}
.kagami .content_firstview .content .page-tit h1 {
  font-size: 1.3rem;
  line-height: 3.5rem;
}
@media (max-width: 577px) {
  .kagami .content_firstview .content .page-tit h1 {
    font-size: 1rem;
    line-height: 2.5rem;
  }
}
.kagami .content_firstview .content .page-tit h1 span {
  font-weight: bold;
  font-size: 4rem;
}
@media (max-width: 577px) {
  .kagami .content_firstview .content .page-tit h1 span {
    font-size: 2.5rem;
  }
}
.kagami .content_firstview .content .page-tit .tit-catch {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 2rem;
}
@media (max-width: 577px) {
  .kagami .content_firstview .content .page-tit .tit-catch {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media (max-width: 577px) {
  .kagami .content_firstview .content .page-tit_img {
    padding: 0;
  }
}
.kagami .service_content .content {
  align-items: center;
}
@media (max-width: 993px) {
  .kagami .service_content .content {
    flex-flow: column-reverse;
  }
}
@media (max-width: 993px) {
  .kagami .service_content .content .content_img {
    padding: 0;
  }
}
.kagami .service_content .content .content-tit {
  padding-left: 4rem;
}
@media (max-width: 993px) {
  .kagami .service_content .content .content-tit {
    padding-left: 0;
    margin-bottom: 2rem;
  }
}
.kagami .service_content .content .content-about p {
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 577px) {
  .kagami .service_content .content .content-about p {
    font-size: 0.9rem;
    margin-top: 1rem;
  }
}
@media (max-width: 993px) {
  .kagami .work_content .content .content-tit {
    padding-left: 0;
  }
}
@media (max-width: 993px) {
  .kagami .work_content .content .content_img {
    display: block !important;
  }
}
@media (max-width: 993px) {
  .kagami .work_content .content .content_img div {
    margin: 1rem auto 0;
    width: 50vw;
  }
}
@media (max-width: 577px) {
  .kagami .work_content .content .content_img div {
    width: 80vw;
  }
}
.kagami .work_content .content .content_img .work_img_2,
.kagami .work_content .content .content_img .work_img_3 {
  text-align: center;
}
.kagami .work_content .content .content_img .work_img_2 img,
.kagami .work_content .content .content_img .work_img_3 img {
  width: 60%;
}
@media (max-width: 993px) {
  .kagami .work_content .content .content_img .work_img_2,
  .kagami .work_content .content .content_img .work_img_3 {
    width: 30vw;
  }
}
@media (max-width: 577px) {
  .kagami .work_content .content .content_img .work_img_2,
  .kagami .work_content .content .content_img .work_img_3 {
    width: 100%;
  }
}
.kagami .work_content .content .content_img .work_arrow {
  padding: 0 3rem;
  margin: 0 auto;
  width: 25%;
}
@media (max-width: 993px) {
  .kagami .work_content .content .content_img .work_arrow {
    padding: 3rem 0 1rem;
    margin: 0 auto;
    width: 10%;
  }
}
@media (max-width: 577px) {
  .kagami .work_content .content .content_img .work_arrow {
    padding: 1.5rem 0 0.5rem;
    width: 13%;
  }
}
@media (max-width: 993px) {
  .kagami .work_content .content .content_img .work_arrow img {
    transform: rotate(90deg);
  }
}
.kagami .flow_content .content .content-tit {
  padding-left: 0;
  margin-bottom: 2.5rem;
}
.kagami .flow_content .content .content-tit h2 {
  text-align: center;
}
@media (max-width: 769px) {
  .kagami .flow_content .content .content-tit h2 {
    text-align: left;
  }
}
@media (max-width: 577px) {
  .kagami .flow_content .content .content-tit h2 br {
    display: none;
  }
}
.kagami .flow_content .content .content_img {
  text-align: center;
}
@media (max-width: 993px) {
  .kagami .flow_content .content .content_img {
    display: block !important;
  }
}
.kagami .flow_content .content .content_img .flow_arrow {
  margin: 0 auto;
  width: 2.5vw;
}
@media (max-width: 993px) {
  .kagami .flow_content .content .content_img .flow_arrow {
    width: 3.5vw;
    padding: 1rem 0;
  }
}
@media (max-width: 577px) {
  .kagami .flow_content .content .content_img .flow_arrow {
    width: 7.5vw;
  }
}
@media (max-width: 993px) {
  .kagami .flow_content .content .content_img .flow_arrow img {
    transform: rotate(90deg);
  }
}
@media (max-width: 577px) {
  .kagami .flow_content .content .content_img .flow_item {
    text-align: left;
  }
}
.kagami .flow_content .content .content_img .flow_item h3 {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-size: 1.5rem;
  margin: 0 auto 1rem;
  width: 10vw;
}
@media (max-width: 993px) {
  .kagami .flow_content .content .content_img .flow_item h3 {
    width: 15vw;
  }
}
@media (max-width: 577px) {
  .kagami .flow_content .content .content_img .flow_item h3 {
    width: 20vw;
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
    text-align: center;
  }
}
.kagami .flow_content .content .content_img .flow_item p {
  font-weight: bold;
}
@media (max-width: 577px) {
  .kagami .flow_content .content .content_img .flow_item p {
    font-size: 0.9rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 993px) {
  .kagami .flow_content .content .content_img .flow_item p br {
    display: none;
  }
}
.kagami .flow_content .content .content_img .flow_item .flow_img {
  margin: 0 auto;
  width: 15vw;
}
@media (max-width: 577px) {
  .kagami .flow_content .content .content_img .flow_item .flow_img {
    width: 35vw;
  }
}
.kagami .price_content .content .price-list__item {
  text-align: center;
  background-color: white;
  border-radius: 10px;
  padding: 0;
  width: calc(25% - 1rem);
  margin: 0.5rem;
}
@media (max-width: 993px) {
  .kagami .price_content .content .price-list__item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 577px) {
  .kagami .price_content .content .price-list__item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.kagami .price_content .content .price-list__item__header {
  border-radius: 5px 5px 0 0;
  color: white;
  padding: 0.5rem 0;
}
@media (max-width: 577px) {
  .kagami .price_content .content .price-list__item__header {
    padding: 0.25rem 0;
  }
}
.kagami .price_content .content .price-list__item__header h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
}
@media (max-width: 577px) {
  .kagami .price_content .content .price-list__item__header h3 {
    font-size: 1rem;
  }
}
.kagami .price_content .content .price-list__item__body {
  padding: 2rem 0;
}
@media (max-width: 577px) {
  .kagami .price_content .content .price-list__item__body {
    padding: 1rem 0;
  }
}
.kagami .price_content .content .price-list__item__body p {
  font-weight: bold;
  font-size: 1.3rem;
}
@media (max-width: 577px) {
  .kagami .price_content .content .price-list__item__body p {
    font-size: 1rem;
  }
}
.kagami .price_content .content .price-list__item__body p span {
  font-size: 2rem;
  padding-right: 0.5rem;
}
@media (max-width: 577px) {
  .kagami .price_content .content .price-list__item__body p span {
    font-size: 1.5rem;
  }
}
.kagami .price_content .content .price-list__item:first-child {
  border: solid 4px #F774BA;
}
@media (max-width: 577px) {
  .kagami .price_content .content .price-list__item:first-child {
    border: solid 3px #F774BA;
  }
}
.kagami .price_content .content .price-list__item:first-child .price-list__item__header {
  background-color: #F774BA;
}
.kagami .price_content .content .price-list__item:nth-child(2) {
  border: solid 4px #72B7B3;
}
@media (max-width: 577px) {
  .kagami .price_content .content .price-list__item:nth-child(2) {
    border: solid 3px #72B7B3;
  }
}
.kagami .price_content .content .price-list__item:nth-child(2) .price-list__item__header {
  background-color: #72B7B3;
}
.kagami .price_content .content .price-list__item:last-child {
  border: solid 4px #bea45a;
}
@media (max-width: 577px) {
  .kagami .price_content .content .price-list__item:last-child {
    border: solid 3px #bea45a;
  }
}
.kagami .price_content .content .price-list__item:last-child .price-list__item__header {
  background-color: #bea45a;
}
.kagami .app_content .content__header {
  text-align: center;
  margin-bottom: 4rem;
}
.kagami .app_content .content__header h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 577px) {
  .kagami .app_content .content__header h2 {
    font-size: 1.2rem;
  }
}
.kagami .app_content .content__header h2 span {
  font-size: 3rem;
  padding-right: 0.25rem;
}
@media (max-width: 577px) {
  .kagami .app_content .content__header h2 span {
    font-size: 2rem;
  }
}
.kagami .app_content .content__header p {
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 577px) {
  .kagami .app_content .content__header p {
    font-size: 1rem;
  }
}
@media (max-width: 769px) {
  .kagami .app_content .content__header {
    text-align: left;
  }
}
.kagami .app_content .content__body {
  align-items: center;
  position: relative;
}
@media (max-width: 993px) {
  .kagami .app_content .content__body .content_img {
    margin: 0 auto 2rem;
    width: 75%;
  }
}
.kagami .app_content .content__body__about {
  padding-left: 4rem;
}
@media (max-width: 993px) {
  .kagami .app_content .content__body__about {
    padding-left: 0;
  }
}
@media (max-width: 577px) {
  .kagami .app_content .content__body__about {
    padding: 0;
  }
}
.kagami .app_content .content__body__about:before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  height: 100%;
  background-image: url(/cms/wp-content/themes/base/assets/img/kagami/app-coming.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
.kagami .app_content .content__body__about h3 {
  font-weight: bold;
  margin-bottom: 1.5rem;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
@media (max-width: 577px) {
  .kagami .app_content .content__body__about h3 {
    font-size: 1.2rem;
  }
}
.kagami .app_content .content__body__about__detail {
  margin-bottom: 3rem;
}
@media (max-width: 577px) {
  .kagami .app_content .content__body__about__detail {
    margin-bottom: 2rem;
  }
}
.kagami .app_content .content__body__about__detail p {
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 577px) {
  .kagami .app_content .content__body__about__detail p {
    margin-bottom: 0.9rem;
  }
}
.kagami .app_content .content__body__about__img {
  width: 33vw;
  margin: 0 auto 1rem;
}
@media (max-width: 577px) {
  .kagami .app_content .content__body__about__img {
    width: 100%;
  }
}
.kagami .app_content .content__body__about__img .qr_img {
  width: 7vw;
}
@media (max-width: 577px) {
  .kagami .app_content .content__body__about__img .qr_img {
    width: 20vw;
  }
}
.kagami .app_content .content__body__about__img .search_img {
  width: 25vw;
  padding-left: 2rem;
}
@media (max-width: 577px) {
  .kagami .app_content .content__body__about__img .search_img {
    width: 80vw;
    padding-left: 1rem;
  }
}
.kagami .app_content .content__body__about__img .google_bnr_img {
  padding-left: 1rem;
}
.kagami .app_content .content__body__about__img:last-child {
  margin: 0 auto;
  width: 33vw;
}
@media (max-width: 577px) {
  .kagami .app_content .content__body__about__img:last-child {
    width: 100%;
  }
}
.kagami .last_content {
  text-align: center;
}
@media (max-width: 577px) {
  .kagami .last_content {
    text-align: left;
  }
}
.kagami .last_content .content h2 {
  font-size: 1.7rem;
}
@media (max-width: 577px) {
  .kagami .last_content .content h2 {
    font-size: 1.2rem;
  }
}
.kagami .last_content .content h2 span {
  font-weight: bold;
  font-size: 3rem;
  padding-right: 0.25rem;
}
@media (max-width: 577px) {
  .kagami .last_content .content h2 span {
    font-size: 2rem;
  }
}
.kagami .last_content .content h2 br {
  display: none;
}
@media (max-width: 577px) {
  .kagami .last_content .content h2 br {
    display: block;
  }
}
.kagami .last_content .content .next-link {
  margin-top: 1.5rem;
}
.kagami .last_content .content .next-link button {
  background-color: #F774BA;
  padding: 0.76rem 2rem;
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.kagami .last_content .content .next-link button:before {
  content: "";
  display: inline-block;
  width: 5%;
  position: absolute;
  height: auto;
  background-image: url(/cms/wp-content/themes/base/assets/img/kagami/birth-ornament.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -1.05rem;
  bottom: 0;
  right: -1.5rem;
}
@media (max-width: 993px) {
  .kagami .last_content .content .next-link button:before {
    width: 9%;
  }
}
.kagami .last_content .content .next-link button:hover {
  box-shadow: none;
}
.kagami .last_content .content .next-link button p {
  font-weight: bold;
}
.kagami .katachi_content {
  background-color: #162E50;
  background-image: url(/cms/wp-content/themes/base/assets/img/kagami/katachi-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 8rem 0 8rem 4rem;
  color: white;
}
@media (max-width: 993px) {
  .kagami .katachi_content {
    padding: 5rem 0 20rem;
  }
}
@media (max-width: 577px) {
  .kagami .katachi_content {
    padding: 3.5rem 0 16rem;
  }
}
.kagami .katachi_content .content {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 577px) {
  .kagami .katachi_content .content .content-tit {
    padding-left: 2rem;
  }
}
@media (max-width: 577px) {
  .kagami .katachi_content .content .content-tit h2 {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.kagami .katachi_content .content .content-tit h2 span {
  font-size: 3.5rem;
  padding: 0;
  background: none;
  font-family: "EB Garamond", serif;
  display: block;
}
@media (max-width: 577px) {
  .kagami .katachi_content .content .content-tit h2 span {
    font-size: 2.5rem;
  }
}
.kagami .katachi_content .content .content-tit .content-about {
  margin: 2rem 0 2rem;
}
.kagami .katachi_content .content .content-tit .content-about p {
  font-weight: bold;
}
@media (max-width: 577px) {
  .kagami .katachi_content .content .content-tit .content-about p {
    font-size: 0.9rem;
  }
}
.kagami .katachi_content .content .content-tit .next-link button {
  padding: 0.76rem 2rem;
}
.kagami .katachi_content .content .content-tit .next-link button p {
  font-weight: bold;
}
.kagami .katachi_content .content .content-tit .next-link.open {
  background-color: #E27B03;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.kagami .katachi_content .content .content-tit .next-link.open:hover {
  box-shadow: none;
}
.kagami .katachi_content .content .content_img {
  right: 0;
  top: -23%;
  width: 46vw;
  padding: 0;
}
@media (max-width: 993px) {
  .kagami .katachi_content .content .content_img {
    top: 17rem;
    width: 69vw;
  }
}
@media (max-width: 577px) {
  .kagami .katachi_content .content .content_img {
    width: 85vw;
  }
}

.faq-list {
  padding: 0 1rem;
}
@media (max-width: 993px) {
  .faq-list {
    padding: 0;
  }
}
.faq-list__content .ac-parent,
.faq-list__content .ac-child {
  text-align: left;
  font-size: 1.5rem;
}
.faq-list__content .ac-parent p,
.faq-list__content .ac-child p {
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 577px) {
  .faq-list__content .ac-parent p,
  .faq-list__content .ac-child p {
    font-size: 0.9rem;
  }
}
.faq-list__content .ac-parent p img,
.faq-list__content .ac-child p img {
  padding-right: 0.25rem;
  width: 3vw;
}
@media (max-width: 577px) {
  .faq-list__content .ac-parent p img,
  .faq-list__content .ac-child p img {
    width: 9vw;
  }
}
.faq-list__content .ac-parent {
  cursor: pointer;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  height: auto;
  line-height: 2.2rem;
  color: #38352b;
  border: none;
  background-color: white;
  position: relative;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 577px) {
  .faq-list__content .ac-parent {
    padding-left: 3rem;
  }
}
.faq-list__content .ac-parent:after {
  content: "";
  border-right: 3px solid #918a70;
  border-bottom: 3px solid #918a70;
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.faq-list__content .ac-parent.open {
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.faq-list__content .ac-parent.open:after {
  transform: rotate(225deg);
}
@media (max-width: 577px) {
  .faq-list__content .ac-parent p img {
    position: relative;
  }
}
@media (max-width: 577px) {
  .faq-list__content .ac-parent p {
    text-indent: -2.3rem;
  }
}
.faq-list__content .ac-child {
  background-color: transparent;
  padding: 0 0 0.75rem;
  display: none;
  background-color: white;
  border-radius: 0 0 5px 5px;
  margin-bottom: 0.5rem;
}
.faq-list__content .ac-child .answer {
  display: -ms-flexbox;
  align-items: baseline;
  margin: 0 auto;
}
.faq-list__content .ac-child .answer p {
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  border-radius: 5px;
  background-color: #FFFBF5;
  margin: 1rem;
  text-indent: -2.9rem;
  width: 100%;
}
@media (max-width: 993px) {
  .faq-list__content .ac-child .answer p {
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    text-indent: -1.7rem;
  }
}
@media (max-width: 577px) {
  .faq-list__content .ac-child .answer p {
    text-indent: -2.3rem;
  }
}
.faq-list__content .ac-child .answer p img {
  position: relative;
}

.viewing-form_content {
  width: 75%;
  margin: 4rem auto 0;
}
@media (max-width: 769px) {
  .viewing-form_content {
    width: 80%;
  }
}
@media (max-width: 577px) {
  .viewing-form_content {
    width: 90%;
  }
}
.viewing-form_content h1 {
  margin-bottom: 3em;
  text-align: center;
  font-size: 1.7rem;
}
@media (max-width: 577px) {
  .viewing-form_content h1 {
    margin-bottom: 2em;
    text-align: left;
    font-size: 1.5rem;
  }
}
.viewing-form_content__body {
  margin-bottom: 5rem;
}
.viewing-form_content__body .privacy-policy {
  background-color: #f8f7f7;
  border-radius: 10px;
}
.viewing-form_content__body .privacy-policy h2 {
  font-size: 1.2rem;
  border-bottom: solid 1px black;
}
.viewing-form_content__body .privacy-policy p {
  font-size: 0.9rem;
}
.viewing-form_content__body .privacy-policy ol li {
  font-weight: normal;
  font-size: 0.9rem;
}
.viewing-form_content__body .contact_scroll-content {
  padding: 1rem 2rem;
  height: 35vh;
  border-left: 0 !important;
  word-break: break-all !important;
}
@media (max-width: 577px) {
  .viewing-form_content__body .contact_scroll-content {
    padding: 0.25rem 1rem;
  }
}

.mwform-checkbox-field input {
  scale: 1.3;
}

@media (max-width: 993px) {
  .viewing-form .catalog-btn {
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    z-index: 10;
    bottom: 7vh;
    width: 100vw;
  }
}
@media (max-width: 769px) {
  .viewing-form .catalog-btn {
    bottom: 8vh;
  }
}
@media (max-width: 993px) {
  .viewing-form .catalog-btn button {
    border-radius: 0 !important;
    width: 100%;
  }
}

/*=============================*/
/*KATACHIページトップ*/
/*=============================*/
.katachi .link_button_katachi {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
  background-color: #655A33;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  color: white;
  transition: all 0.2s;
}
@media (hover: hover) {
  .katachi .link_button_katachi:hover {
    box-shadow: 0 0.5rem 1rem transparent;
  }
}
.katachi .content-tit {
  position: relative;
}
@media (max-width: 769px) {
  .katachi .content-tit {
    margin-top: 5rem;
  }
}
.katachi .content-tit .jp-tit {
  color: #655A33;
  margin-bottom: 0;
  z-index: 1;
  line-height: 1.7;
  font-size: 1.25rem;
  white-space: nowrap;
}
@media (max-width: 577px) {
  .katachi .content-tit .jp-tit {
    white-space: normal;
  }
}
.katachi .content-tit .en-tit {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  color: #B5A877;
  z-index: -1;
  margin-top: 2rem;
}
.katachi .content-tit .en-tit-child {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 4.375rem;
  opacity: 0.21;
  margin-bottom: 0;
}
@media (max-width: 577px) {
  .katachi .content-tit .en-tit-child {
    font-size: 3rem;
  }
}
.katachi .page-tit .emphasis {
  font-size: clamp(20px, 4rem, 15vw);
}
.katachi .tit-main {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 400px) {
  .katachi .tit-main {
    margin-bottom: 0.25rem;
  }
}
.katachi .tit-catch {
  font-size: 1.25rem;
}
@media (max-width: 577px) {
  .katachi .tit-catch {
    font-size: 1.1rem;
    letter-spacing: normal;
  }
}
.katachi .slider_first_katachi {
  height: 30vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 577px) {
  .katachi .slider_first_katachi {
    height: 60vw;
  }
}
.katachi .slider_first_katachi_up, .katachi .slider_first_katachi_down {
  opacity: 0;
}
.katachi .slider_first_katachi_up.slick-initialized, .katachi .slider_first_katachi_down.slick-initialized {
  opacity: 1;
}
.katachi .slider_first_katachi_up img, .katachi .slider_first_katachi_down img {
  height: 15vw;
}
@media (max-width: 577px) {
  .katachi .slider_first_katachi_up img, .katachi .slider_first_katachi_down img {
    height: 30vw;
  }
}
.katachi .katachi-service_content .content-one-side {
  width: calc(100% - 7.5vw);
}
@media (max-width: 769px) {
  .katachi .katachi-service_content .content-one-side {
    width: 80vw;
    margin: 0 auto;
  }
}
.katachi .katachi-service_content .content-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .katachi .katachi-service_content .content-md {
    width: inherit;
  }
}
.katachi .inquiry_content .content_bg_img {
  width: 100%;
  height: auto;
}
.katachi .inquiry_content .content-text span {
  font-size: inherit;
  background: transparent;
  font-family: inherit;
}
.katachi .inquiry_content .content-text .emphasis {
  font-family: inherit;
  font-size: clamp(20px, 4rem, 15vw);
  background: initial;
}
.katachi .inquiry_content .link_button {
  background-color: white;
  color: #655A33;
  border: 1px solid #655A33;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
}
.katachi .sample_content .sample_img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.katachi .another_content, .service .another_content {
  position: relative;
  bottom: -7rem;
}
.katachi .another_content .emphasis, .service .another_content .emphasis {
  font-size: clamp(20px, 3rem, 15vw);
}
.katachi .another_content .slant-bg, .service .another_content .slant-bg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.katachi .another_content .slant-bg::before, .service .another_content .slant-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #B5A877;
  transform: skewY(5deg);
  z-index: -2;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
}
.katachi .another_content .slant-bg .content-inner, .service .another_content .slant-bg .content-inner {
  padding-bottom: 7rem;
}
.katachi .another_content .content_img, .service .another_content .content_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 577px) {
  .katachi .another_content .content_img, .service .another_content .content_img {
    min-height: none;
  }
}
.katachi .another_content .link_button, .service .another_content .link_button {
  background-color: #142E42;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
@media (hover: hover) {
  .katachi .another_content .link_button:hover, .service .another_content .link_button:hover {
    box-shadow: 0 0.5rem 1rem transparent;
  }
}

/*=============================*/
/*サービス詳細ページ*/
/*=============================*/
.service .content-tit, .news .content-tit, .archive .content-tit {
  position: relative;
}
@media (max-width: 769px) {
  .service .content-tit, .news .content-tit, .archive .content-tit {
    margin-top: 5rem;
  }
}
.service .content-tit h2 span, .news .content-tit h2 span, .archive .content-tit h2 span {
  background: none;
  font-size: inherit;
}
.service .content-tit .jp-tit, .news .content-tit .jp-tit, .archive .content-tit .jp-tit {
  color: #655A33;
  margin-bottom: 0;
  z-index: 1;
  line-height: 1.7;
  margin-left: 7.5vw;
  margin-right: 7.5vw;
}
@media (max-width: 769px) {
  .service .content-tit .jp-tit, .news .content-tit .jp-tit, .archive .content-tit .jp-tit {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
@media (max-width: 577px) {
  .service .content-tit .jp-tit, .news .content-tit .jp-tit, .archive .content-tit .jp-tit {
    margin-left: 7.5vw;
    margin-right: 7.5vw;
  }
}
.service .content-tit .en-tit, .news .content-tit .en-tit, .archive .content-tit .en-tit {
  position: absolute;
  top: -2.5rem;
  left: 0;
  color: #B5A877;
  z-index: -1;
}
.service .content-tit .en-tit-child, .news .content-tit .en-tit-child, .archive .content-tit .en-tit-child {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 4.375rem;
  opacity: 0.21;
  margin-bottom: 0;
}
@media (max-width: 577px) {
  .service .content-tit .en-tit-child, .news .content-tit .en-tit-child, .archive .content-tit .en-tit-child {
    font-size: 3rem;
  }
}

.service .link_button_katachi {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
  background-color: #655A33;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  color: white;
  transition: all 0.2s;
}
@media (hover: hover) {
  .service .link_button_katachi:hover {
    box-shadow: 0 0.5rem 1rem transparent;
  }
}
.service .content-tit .service-content-header span {
  display: inline-block;
}
.service .content-tit .service-slider-firstview {
  opacity: 0;
}
.service .content-tit .service-slider-firstview.slick-initialized {
  opacity: 1;
}
.service .content-tit .service-slider-firstview img {
  height: 16vw;
  min-height: 120px;
  max-height: 200px;
}
.service .content-firstview .firstview-text-box {
  margin-right: 7.5vw;
}
@media (max-width: 769px) {
  .service .content-firstview .firstview-text-box {
    margin-right: 10vw;
    margin-left: 10vw;
  }
}
@media (max-width: 577px) {
  .service .content-firstview .firstview-text-box {
    margin-right: 7.5vw;
    margin-left: 7.5vw;
  }
}
.service .content-flow-chart {
  background-color: #FAF9F3;
}
.service .content-flow-chart .slant-bg {
  position: relative;
  margin: 10vw 0;
  padding-top: 2rem;
}
.service .content-flow-chart .slant-bg::before, .service .content-flow-chart .slant-bg::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #FAF9F3;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.service .content-flow-chart .slant-bg::before {
  bottom: 70px;
  background-color: #FAF9F3;
  transform: skewY(-5deg);
  z-index: -2;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.service .content-flow-chart .slant-bg::after {
  background-color: #FAF9F3;
  transform: skewY(-5deg);
  z-index: -2;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
}
.service .content-flow-chart .deco_line_bottom_bold {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.service .content-flow-chart .deco_line_bottom_bold::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: calc(100% + 2em);
  transform: translateX(-1em);
  height: 0.6em;
  background-color: #BEAB6A;
  opacity: 0.6;
  z-index: 0;
}
.service .content-flow-chart .flow_item {
  width: 20%;
}
@media (max-width: 769px) {
  .service .content-flow-chart .flow_item {
    width: 100%;
  }
}
.service .content-flow-chart .flow_image {
  width: 12vw;
  height: 12vw;
  min-width: 100px;
  min-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 769px) {
  .service .content-flow-chart .flow_image {
    width: auto;
    height: auto;
    margin-top: 0.5rem;
  }
}
.service .content-flow-chart .arrow_icon {
  max-width: 35px;
  max-height: 35px;
  min-width: 1rem;
  min-height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.service .content-plan .service_plan_box p {
  margin-bottom: 0;
}
.service .content-plan .service_plan_box .plan_img_wrap {
  overflow: hidden;
}
.service .content-plan .service_plan_box .plan_img_wrap img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 577px) {
  .service .content-plan .service_plan_box .plan_img_wrap img {
    height: auto;
  }
}
.service .content-plan .service_plan_box .service_plan_col {
  border: 3px solid #BEAB6A;
}
.service .content-plan .service_plan_box .plan_list_head {
  color: white;
  background-color: #BEAB6A;
}
.service .content-plan .service_plan_box .plan_list_body {
  box-sizing: content-box;
  height: 3rem;
  min-height: 3rem;
}
.service .content-plan .scan_plan_head_red, .service .content-plan .scan_plan_head_green {
  padding: 0.5rem;
}
@media (max-width: 577px) {
  .service .content-plan .scan_plan_head_red, .service .content-plan .scan_plan_head_green {
    padding-bottom: calc(0.5rem - 2px);
  }
}
.service .content-plan .scan_plan_head_red {
  background-color: #CB6969;
}
.service .content-plan .scan_plan_head_green {
  background-color: #5D8468;
}
.service .content-plan .scan_plan_item_red {
  border: 4px solid #CB6969;
}
.service .content-plan .scan_plan_item_green {
  border: 2px solid #5D8468;
  border-left-width: 4px;
  border-right-width: 4px;
}
.service .content-plan .scan_plan_item_green:nth-of-type(1) {
  border-top-width: 4px;
}
.service .content-plan .scan_plan_item_green:nth-last-of-type(1) {
  border-bottom-width: 4px;
}
.service .content-question {
  background-color: #F1F1EE;
}
.service .content-question .slant-bg {
  position: relative;
  margin: 10vw 0;
  padding-bottom: 2rem;
}
.service .content-question .slant-bg::before, .service .content-question .slant-bg::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #F1F1EE;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.service .content-question .slant-bg::before {
  background-color: #f1f1ef;
  transform: skewY(5deg);
  z-index: -2;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4rem;
}
.service .content-question .slant-bg::after {
  background-color: #f1f1ef;
  transform: skewY(5deg);
  z-index: -2;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
}
.service .content-question .question-icon, .service .content-question .answer-icon {
  color: white;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.service .content-question .question-icon::after, .service .content-question .answer-icon::after {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  color: white;
  padding-top: 1px;
  font-weight: bold;
}
.service .content-question .question-icon {
  background-color: #655A33;
}
.service .content-question .question-icon::after {
  content: "Q";
  padding-left: 1px;
}
.service .content-question .answer-icon {
  background-color: #B5A877;
  margin-top: -6px;
}
.service .content-question .answer-icon::after {
  content: "A";
}
.service .content-question .accordion .accordion-item {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.service .content-question .accordion .accordion-button {
  background-color: white;
  color: #333333;
}
.service .content-question .accordion .accordion-button:focus {
  box-shadow: none;
}
.service .content-question .accordion .accordion-body {
  padding: 0.5rem 0.6125rem;
}
.service .content-question .accordion .answer-wrap {
  background-color: rgba(190, 170, 106, 0.1490196078);
}
.service .content_info {
  margin-bottom: 0;
}
.service .content_info .info_item {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.service .content_info .link-tit {
  font-size: 1.2rem !important;
}

/*=============================*/
/*新着情報ページ*/
/*=============================*/
.archive-links__title {
  font-weight: bold;
  background-color: antiquewhite;
  margin: 0 0 0.25rem;
  padding: 0.2rem 0.2rem 0.2rem 1rem;
}
.archive-links__content {
  padding: 0.5rem;
  list-style: none;
}
.archive-links li {
  line-height: 1.9;
  font-size: 0.9rem;
  font-weight: normal;
}
.archive-links > ul {
  background-color: floralwhite;
}
.archive-links > ul > li {
  position: relative;
  margin-left: 1rem;
}
.archive-links > ul > li::before {
  content: "";
  width: 0;
  height: 0;
  margin-top: -4px;
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  border: 5px solid transparent;
  border-left: 9px solid #3C8A9C;
}
.archive-links > ul > li:not(:first-of-type) {
  margin-top: 0.5rem;
}
.archive-links .js-accordion-btn {
  position: relative;
}
.archive-links .js-accordion-btn::before {
  content: "";
  width: 0;
  height: 0;
  margin-top: -4px;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5rem);
  border: 5px solid transparent;
  border-top: 9px solid #00436C;
}
.archive-links .js-accordion-btn.js-opened::before {
  border-top: none;
  border-bottom: 9px solid #00436C;
}

.news .content-tit, .archive .content-tit {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.news .news_tag, .archive .news_tag {
  padding: 0.25rem 0.5rem 0.15rem;
  font-size: 0.8rem;
  text-wrap: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -0.1rem;
  min-width: 6em;
  display: flex;
  justify-content: center;
}
.news .news_tag.tag_kagami, .archive .news_tag.tag_kagami {
  background-color: #F774BA;
  color: white;
}
.news .news_tag.tag_katachi, .archive .news_tag.tag_katachi {
  background-color: #B5A877;
  color: white;
}
.news .news_tag.tag_info, .archive .news_tag.tag_info {
  background-color: #ff9300;
  color: white;
}
.news .news_tag.tag_service, .archive .news_tag.tag_service {
  background-color: #00436C;
  color: white;
}
.news .content_news_pagenation .page-numbers, .news .pagination .page-numbers, .archive .content_news_pagenation .page-numbers, .archive .pagination .page-numbers {
  display: inline-flex;
  width: 2em;
  font-weight: bold;
  color: #3C8A9C;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  transition: all 0.2s;
  opacity: 1;
}
.news .content_news_pagenation .page-numbers.current, .news .pagination .page-numbers.current, .archive .content_news_pagenation .page-numbers.current, .archive .pagination .page-numbers.current {
  color: white;
  background-color: #3C8A9C;
}
.news .content_news_pagenation .page-numbers:not(.next):not(.prev), .news .pagination .page-numbers:not(.next):not(.prev), .archive .content_news_pagenation .page-numbers:not(.next):not(.prev), .archive .pagination .page-numbers:not(.next):not(.prev) {
  border-radius: 50%;
  border: 1px solid #3C8A9C;
}
@media (hover: hover) {
  .news .content_news_pagenation a.page-numbers:hover, .news .pagination a.page-numbers:hover, .archive .content_news_pagenation a.page-numbers:hover, .archive .pagination a.page-numbers:hover {
    opacity: 0.4;
  }
}

/*=============================*/
/*アーカイブページ*/
/*=============================*/
/*=============================*/
/*お問い合わせページ*/
/*=============================*/
.mw_wp_form .form_hidden_item {
  display: none !important;
}
.mw_wp_form .form_accordion_btn {
  color: #c0456f;
  background-color: inherit;
  font-weight: normal;
}
.mw_wp_form .form_accordion_btn.plus_minus_icon::before {
  content: "\f146";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 0.25rem;
}
.mw_wp_form .form_accordion_btn.collapsed.plus_minus_icon::before {
  content: "\f0fe";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 0.25rem;
}
.mw_wp_form .form_item_children {
  background-color: aliceblue;
  padding: 0.5rem 0;
  border-left: 3px solid lightblue;
  margin-left: 0.25rem;
  margin-top: -1rem;
  margin-right: 0;
}
@media (max-width: 577px) {
  .mw_wp_form.mw_wp_form_input .c-form__items__content .mwform-radio-field {
    width: 100%;
  }
}
.figure-order_input label {
  width: 100%;
}

.figure-order_about {
  max-width: 53em;
  margin: auto;
}
.figure-order_about__detail .catch p span {
  padding: 0 0.5rem;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.figure-order_about__detail .txt p .sp-br {
  display: none;
}
@media (max-width: 993px) {
  .figure-order_about__detail .txt p .sp-br {
    display: block;
  }
}
.figure-order_about__detail .txt p span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff0082;
  background: none;
}

.form-link-list {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.form-link-list ul {
  list-style: none;
  padding: 0;
}
.form-link-list li {
  margin-top: 2em;
}
.form-link-list a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.form-link-list a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #3c8a9c;
  border-right: solid 2px #3c8a9c;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 577px) {
  .form-link-list {
    margin-bottom: 5em;
  }
  .form-link-list a {
    line-height: 1.3;
  }
}

.c-form__items__content__forms {
  margin: 0;
}

.form-attn {
  list-style: none;
  padding-left: 0;
}
.form-attn li {
  text-indent: -1em;
  padding-left: 1em;
}

.c-form textarea.form-control {
  height: auto;
}

.trp-shortcode-overlay {
  top: 10px;
  padding: 0;
}

.trp-language-item__current span {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */