﻿*,
*::before,
*::after {
  box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0
}

ul[role="list"],
ol[role="list"] {
  list-style: none
}

html:focus-within {
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

img,
picture {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

@media (prefers-reduced-motion:reduce) {
  html:focus-within {
    scroll-behavior: auto
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important
  }
}

body {
  word-break: break-all;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #523924;
  line-height: 1.75;
  font-size: 14px;
  background: #fdf6ed;
  text-align: justify
}

@media (min-width:920px) {
  body {
    font-size: 16px;
    line-height: 2
  }
}

img,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

svg {
  max-width: 100%
}

button {
  cursor: pointer
}

a {
  color: inherit;
  text-decoration: none
}

a:hover {
  cursor: pointer !important;
  text-decoration: none;
  color: inherit
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

ul.disc {
  list-style-type: disc;
  padding-left: 1.5em;
  list-style-position: outside
}

.site_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh
}

.site_body {
  margin-bottom: auto
}

.container-base {
  width: 100%;
  max-width: calc(1160px + 40px);
  padding: 0 20px;
  margin: 0 auto
}

@media (min-width:920px) {
  .container-base {
    max-width: calc(1160px + 80px);
    padding: 0 40px
  }
}

.container-middle {
  width: 100%;
  max-width: calc(1160px + 40px);
  padding: 0 20px;
  margin: 0 auto
}

@media (min-width:920px) {
  .container-middle {
    max-width: calc(866px + 80px);
    padding: 0 40px
  }
}

.link_btn {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  z-index: 0
}

@media (min-width:920px) {
  .link_btn {
    gap: 16px
  }
}

.link_btn .icon::before,
.link_btn .icon::after {
  transition: translate 0.2s ease-out, background-color 0.3s
}

.link_btn_center {
  margin: 0 auto
}

.link_btn_right {
  margin: 0 0 0 auto
}

.link_btn .text {
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif
}

@media (min-width:920px) {
  .link_btn .text {
    font-size: 18px
  }
}

.link_btn .text_white {
  color: #fff
}

.icon-arrow {
  position: relative;
  overflow: hidden;
  display: inline-block
}

.icon-arrow::before,
.icon-arrow::after {
  content: "";
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
  mask-image: url(../img/common/btn_arrow.svg);
  background: #fff;
  transition: translate 0.2s ease-out;
  width: 20px;
  height: 20px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  display: block
}

@media (min-width:920px) {

  .icon-arrow::before,
  .icon-arrow::after {
    width: min(24px, 2vw);
    height: min(24px, 2vw)
  }
}

.icon-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  translate: -100% 0
}

@media (min-width:920px) {

  a:hover .icon-arrow::before,
  button:hover .icon-arrow::before {
    translate: 100% 0
  }
}

@media (min-width:920px) {

  a:hover .icon-arrow::after,
  button:hover .icon-arrow::after {
    translate: 0 0
  }
}

.icon-plus {
  position: relative
}

.icon-plus::before {
  content: "";
  -webkit-mask-image: url(../img/common/btn_plus.svg);
  mask-image: url(../img/common/btn_plus.svg);
  background: #fff;
  transform: scale(1);
  transition: transform 0.2s ease-out;
  width: 20px;
  height: 20px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  display: block
}

@media (min-width:920px) {
  .icon-plus::before {
    width: min(24px, 2vw);
    height: min(24px, 2vw)
  }
}

.icon_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(../img/common/arrow_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 52px;
  height: 36px
}

@media (min-width:920px) {
  .icon_bg {
    width: min(71px, 5.9166666667vw);
    height: min(49px, 4.0833333333vw)
  }
}

.icon_bg_white {
  background-image: url(../img/common/arrow_bg_white.svg);
  width: 48px;
  height: 33px
}

@media (min-width:920px) {
  .icon_bg_white {
    width: min(71px, 5.9166666667vw);
    height: min(49px, 4.0833333333vw)
  }
}

.icon_bg_white .icon-arrow::before,
.icon_bg_white .icon-arrow::after {
  background: #EC9700
}

.icon-external::before,
.icon-external::after {
  content: "";
  -webkit-mask-image: url(../img/common/icon-external.svg);
  mask-image: url(../img/common/icon-external.svg)
}

.section_title {
  font-size: 26px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 20px
}

@media (min-width:920px) {
  .section_title {
    font-size: min(40px, 3.3333333333vw);
    line-height: 1.5;
    margin-bottom: 40px
  }
}

.section_title_white {
  color: #fff
}

.section_title_center {
  text-align: center
}

.section_title_wrap {
  display: contents
}

@media (min-width:920px) {
  .section_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px
  }
}

.section_title_wrap .section_title {
  margin-bottom: 0
}

@media (max-width:919px) {
  .section_title_wrap .section_title {
    order: 1;
    margin: 0 auto 40px
  }
}

@media (max-width:919px) {
  .section_title_wrap .link_btn {
    order: 3;
    margin: 0 auto
  }
}

.br_pc {
  display: none
}

@media (min-width:920px) {
  .br_pc {
    display: block
  }
}

.br_sp {
  display: block
}

@media (min-width:920px) {
  .br_sp {
    display: none
  }
}

.section_text {
  font-size: 14px;
  text-align: center
}

@media (min-width:920px) {
  .section_text {
    font-size: 16px
  }
}

.primary_line {
  position: relative
}

.primary_line::before {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #ec970066;
  position: absolute;
  left: 0;
  bottom: 0
}

.gray_line {
  background: linear-gradient(transparent 80%, rgba(247, 198, 104, 0.2) 80%, #ebe3dd 90%, rgba(247, 198, 104, 0.2))
}

.asterisk {
  display: block;
  font-size: 12px;
  padding-left: 13px;
  position: relative;
  width: fit-content;
  line-height: 1.5
}

.asterisk::before {
  content: "※";
  font-size: 12px;
  color: #523924;
  position: absolute;
  top: 0;
  left: 0
}

.asterisk.right {
  margin-left: auto
}

.asterisk.red {
  color: #cf4043
}

.asterisk.red::before {
  content: "※";
  font-size: 12px;
  color: #cf4043;
  position: absolute;
  top: 0;
  left: 0
}

.hover_line {
  display: inline-block;
  position: relative;
  line-height: 1.5
}

.hover_line::before {
  background-color: #523924;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%
}

@media (min-width:920px) {
  .hover_line:hover::before {
    transform-origin: left top;
    transform: scale(1, 1)
  }
}

.hidden_pc {
  display: block !important
}

@media (min-width:920px) {
  .hidden_pc {
    display: none !important
  }
}

.hidden_sp {
  display: none !important
}

@media (min-width:920px) {
  .hidden_sp {
    display: block !important
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #EC9700;
  width: 100%;
  padding: 8px;
  font-weight: 700;
  transition: background 0.3s ease
}

.btn .download_icon {
  -webkit-mask-image: url(../img/common/download_icon.svg);
  mask-image: url(../img/common/download_icon.svg);
  background: #fff;
  transition: color 0.3s ease-out;
  width: 16px;
  height: 16px;
  display: block
}

@media (min-width:920px) {
  .btn:hover {
    background: #c98100;
    color: #fff
  }
}

.link_line {
  background-image: linear-gradient(to right, #EC9700, #EC9700);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  line-height: 1;
  color: #EC9700
}

.link_line:hover {
  animation: linkLineReverse 0.5s ease forwards;
  color: #EC9700
}

@keyframes linkLineReverse {
  0% {
    background-size: 100% 1px;
    background-position: bottom right
  }

  50% {
    background-size: 0 1px;
    background-position: bottom right
  }

  51% {
    background-position: bottom left
  }

  100% {
    background-size: 100% 1px
  }
}

.link_line.black {
  background-image: linear-gradient(to right, #523924, #523924);
  color: #523924
}

.link_line.black:hover {
  color: inherit
}

.arrow_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EC9700;
  border-radius: 8px;
  padding: 16px 12px;
  transition: background 0.3s ease;
  flex: 1
}

@media (min-width:920px) {
  .arrow_btn {
    padding: min(23px, 1.9166666667vw) min(40px, 3.3333333333vw);
    border-radius: 12px
  }
}

.arrow_btn .icon_bg_white {
  width: 45px;
  height: 30px
}

@media (min-width:920px) {
  .arrow_btn .icon_bg_white {
    width: 56px;
    height: 38px
  }
}

.arrow_btn_text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif
}

@media (max-width:919px) {
  .arrow_btn_text {
    width: 81%
  }
}

.arrow_btn_text .small {
  font-size: 14px
}

.arrow_btn:hover {
  background: #c98100
}

.arrow_btn.width {
  max-width: 370px
}

.tel {
  text-decoration: none;
  pointer-events: auto
}

@media (min-width:920px) {
  .tel {
    pointer-events: none
  }
}

@media (max-width:919px) {
  .tel.tel_orange {
    color: #EC9700
  }
}



.site_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 89.7435897436vw;
  padding: 10px 20px;
  box-shadow: 0px 0px 12px 0px #5c5c5c1f;
  border-radius: 8px;
  align-items: center;
  background: #fff
}

@media (min-width:920px) {
  .site_header {
    top: 20px;
    width: 94.2857142857vw;
    padding: 0;
    box-shadow: unset;
    border-radius: 0;
    background: transparent
  }
}

.site_header_logo {
  max-width: min(268px, 19.1538461538vw)
}

@media (max-width:599px) {
  .site_header_logo {
    max-width: 120px
  }
}

.global_nav {
  position: relative;
  z-index: 99;
  display: flex
}

@media (min-width:920px) {
  .global_nav {
    padding: 16px 40px;
    box-shadow: 0px 0px 12px 0px #5c5c5c1f;
    border-radius: 12px;
    align-items: center;
    background: #fff
  }
}

.global_nav_toggle {
  box-shadow: none;
  display: block;
  width: 50px;
  height: 32px;
  border: none;
  position: relative;
  z-index: 1001;
  background: transparent;
  color: #fff;
  transition: 0.3s linear;
  text-align: left;
  padding: 0;
  border-radius: 0
}

@media (min-width:920px) {
  .global_nav_toggle {
    width: 72px
  }
}

.global_nav_toggle_bar {
  height: 2px;
  background: #523924;
  display: block;
  position: absolute;
  transition: 0.3s linear;
  transition-property: transform, opacity, width;
  transform-origin: 100% 50%;
  right: 0;
  width: 50px;
  border-radius: 10px
}

@media (min-width:920px) {
  .global_nav_toggle_bar {
    width: 72px
  }
}

.global_nav_toggle_bar-top {
  top: 8px
}

.global_nav_toggle_bar-mid {
  top: 50%;
  transform: translateY(-50%)
}

.global_nav_toggle_bar-btm {
  bottom: 8px
}

@media (max-width:919px) {
  .global_nav_toggle.is-active .global_nav_toggle_bar-top {
    transform: translateY(2px) rotate(-11deg)
  }
}

@media (max-width:919px) {
  .global_nav_toggle.is-active .global_nav_toggle_bar-mid {
    opacity: 0
  }
}

@media (max-width:919px) {
  .global_nav_toggle.is-active .global_nav_toggle_bar-btm {
    transform: translateY(-2px) rotate(12deg)
  }
}

.global_nav_overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.2s linear;
  overflow-y: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #00000052;
  background: #fff
}

@media (min-width:920px) {
  .global_nav_overlay {
    z-index: 999;
    background: transparent;
    overflow-y: unset
  }
}

.global_nav_overlay.is-open {
  visibility: visible;
  opacity: 1
}

.global_nav_menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 116px 40px 120px;
  position: relative;
  z-index: 0;
  width: 100%;
  background: #fff
}

@media (min-width:920px) {
  .global_nav_menu {
    width: fit-content;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    margin-left: auto;
    border-radius: 40px 0 0 40px;
    box-shadow: 0px 0px 16px 0px #00000040;
    padding: 72px 120px 72px 60px;
    min-height: 100%
  }
}

.global_nav_menu_inr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 0;
  width: 100%
}

@media (min-width:920px) {
  .global_nav_menu_inr {
    overflow-y: auto;
    width: fit-content;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    height: 100%;
    padding: 0 20px 0 0
  }
}

.global_nav_menu_contents {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.global_nav_menu .global_nav_menu_toggle {
  position: absolute;
  top: 30px;
  right: 40px
}

@media (max-width:919px) {
  .global_nav_menu .global_nav_menu_toggle {
    display: none
  }
}

.global_nav_menu .global_nav_menu_toggle .global_nav_toggle_bar-top {
  transform: translateY(1px) rotate(-10deg)
}

.global_nav_menu .global_nav_menu_toggle .global_nav_toggle_bar-mid {
  opacity: 0
}

.global_nav_menu .global_nav_menu_toggle .global_nav_toggle_bar-btm {
  transform: translateY(-1px) rotate(10deg)
}

.global_nav_menu .global_nav_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  flex: 1;
  min-height: 43px
}

@media (min-width:920px) {
  .global_nav_menu .global_nav_item {
    width: 244px;
    min-height: 57px
  }
}

.global_nav_menu .global_nav_item .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif
}

.global_nav_menu .global_nav_item .icon-arrow::before,
.global_nav_menu .global_nav_item .icon-arrow::after {
  background: #EC9700
}

@media (max-width:919px) {

  .global_nav_menu .global_nav_item .icon-arrow::before,
  .global_nav_menu .global_nav_item .icon-arrow::after {
    width: 24px;
    height: 24px
  }
}

.global_nav_menu .global_nav_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #EBE3DD;
  left: 0;
  bottom: 0
}

.global_nav_menu .global_nav_item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EC9700;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  pointer-events: none
}

@media (min-width:920px) {

  .global_nav_menu .global_nav_item:hover::after,
  .global_nav_menu .global_nav_item:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left
  }
}

.global_nav_btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: min(18px, 1.3846153846vw);
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background: #EC9700;
  transition: background 0.3s ease, color 0.3s ease;
  padding: 3px 24px;
  margin: 0 min(20px, 1.5384615385vw) 0 min(32px, 2.4615384615vw)
}

@media (min-width:920px) {
  .global_nav_btn:hover {
    background: #c98100;
    color: #fff
  }
}

@media (max-width:919px) {
  .global_nav_btn {
    display: none
  }
}

.global_nav_list {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%
}

@media (max-width:919px) {
  .global_nav_list {
    display: none
  }
}

@media (min-width:920px) {
  .global_nav_list {
    flex-direction: row;
    gap: min(28px, 2.1538461538vw);
    width: auto
  }
}

@media (min-width:920px) {
  .global_nav_list_item {
    display: flex;
    align-items: center
  }
}

@media (max-width:919px) {
  .global_nav_list_item {
    border-top: 1px solid rgba(153, 175, 198, 0.5)
  }
}

.global_nav_list_link {
  display: flex;
  align-items: center;
  line-height: 1.4;
  transition: opacity 0.3s ease-out;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  color: #523924;
  font-family: "Zen Maru Gothic", sans-serif
}

@media (max-width:919px) {
  .global_nav_list_link {
    text-align: center;
    padding: 10px 0
  }
}

@media (min-width:920px) {
  .global_nav_list_link {
    font-size: min(18px, 1.3846153846vw)
  }
}

.side_nav {
  position: fixed;
  z-index: 980;
  display: flex
}

@media (min-width:920px) {
  .side_nav {
    flex-direction: column;
    gap: 4px;
    right: 0;
    top: 9.857143vw
  }
}

@media (max-width:919px) {
  .side_nav {
    border-top: 1px solid #EBE3DD;
    width: 100%;
    left: 0;
    bottom: 0
  }
}

.side_nav_item {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  transition: background 0.3s ease;
  flex: 1;
  border-right: 1px solid #EBE3DD;
  padding: 8px
}

@media (min-width:920px) {
  .side_nav_item {
    border-radius: 12px 0 0 12px;
    box-shadow: 0px 0px 12px 0px #8686861f;
    flex-direction: column;
    width: 111px;
    height: 88px;
    gap: 8px;
    border-right: none;
    padding: 0;
    flex: none
  }
}

.side_nav_item:nth-child(3) {
  border-right: none
}

.side_nav_item:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.side_nav_item:nth-child(2) .side_nav_arrow {
  -webkit-mask-image: url(../img/common/side_nav_arrow.svg);
  mask-image: url(../img/common/side_nav_arrow.svg);
  background: #523924;
  transition: background 0.3s ease-out;
  width: 19px;
  height: 19px;
  display: block
}

.side_nav_item span {
  font-size: 13px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  transition: color 0.3s ease
}

@media (min-width:920px) {
  .side_nav_item span {
    font-size: 14px
  }
}

.side_nav_item.tel {
  font-size: 16px;
  font-weight: 500
}

.side_nav_item.tel .color_primary {
  color: #EC9700
}

@media (min-width:920px) {
  .side_nav_item.web:hover {
    background: #EC9700
  }
}

@media (min-width:920px) {
  .side_nav_item.web:hover .side_nav_arrow {
    background: #fff
  }
}

@media (min-width:920px) {
  .side_nav_item.web:hover span {
    color: #fff
  }
}

.side_nav_item.line span {
  color: #03c100
}

@media (max-width:919px) {
  .side_nav_item.line img {
    width: 24px
  }
}

.side_nav_item.line:hover {
  background: #03c100
}

@media (min-width:920px) {
  .side_nav_item.line:hover span {
    color: #fff
  }
}

.bottom_nav {
  display: flex;
  gap: 16px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20
}

@media (max-width:919px) {
  .bottom_nav {
    width: 100%;
    gap: 10px;
    right: 50%;
    transform: translateX(50%);
    padding: 0 20px;
    max-width: 600px;
    margin: 0 auto
  }
}

.bottom_nav .arrow_btn {
  flex: 1;
  padding: 16px 20px
}

@media (min-width:920px) {
  .bottom_nav .arrow_btn {
    width: 240px
  }
}

@media (max-width:919px) {
  .bottom_nav .arrow_btn_text {
    font-size: 14px
  }
}

@media (max-width:919px) {
  .bottom_nav .arrow_btn .icon_bg_white {
    width: 46px;
    height: 27px
  }
}

.bottom_nav .arrow_btn:last-child {
  background-color: #F09092
}

.bottom_nav .arrow_btn:last-child .icon-arrow::before {
  background-color: #F09092
}

.bottom_nav .arrow_btn:last-child:hover {
  background-color: #d88283
}

.footer_contact {
  position: relative;
  padding: 80px 0 0
}

@media (min-width:920px) {
  .footer_contact {
    padding: 12.9285714286vw 0 0
  }
}

.footer_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(../img/common/contact_top.png);
  background-image: image-set(url(../img/common/contact_top.png) 1x, url(../img/common/contact_top@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/common/contact_top.png) 1x, url(../img/common/contact_top@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center
}

@media (min-width:920px) {
  .footer_contact::before {
    height: 12.9285714286vw
  }
}

.footer_contact_inr {
  background: #fff
}

.footer_contact_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
  border-bottom: 2px solid #EBE3DD
}

@media (min-width:920px) {
  .footer_contact_body {
    flex-direction: row;
    padding-bottom: 60px
  }
}

.footer_contact_body_box {
  flex: 1;
  background: #fdf6ed;
  border-radius: 8px;
  padding: 20px
}

@media (min-width:920px) {
  .footer_contact_body_box {
    padding: min(40px, 3.3333333333vw);
    border-radius: 12px
  }
}

.footer_contact_body_box_top {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25;
  margin-bottom: 12px
}

@media (min-width:920px) {
  .footer_contact_body_box_top {
    font-size: 24px;
    margin-bottom: 28px
  }
}

.footer_contact_body_box_flex {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media (min-width:920px) {
  .footer_contact_body_box_flex {
    flex-direction: row
  }
}

.footer_contact_body_box_tel {
  flex: 1;
  width: 100%
}

@media (min-width:920px) {
  .footer_contact_body_box_tel {
    width: auto
  }
}

.footer_contact_body_box_tel .top {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25
}

@media (min-width:920px) {
  .footer_contact_body_box_tel .top {
    font-size: min(18px, 1.5vw)
  }
}

.footer_contact_body_box_tel .num {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25;
  margin: 0 auto;
  display: block
}

@media (min-width:920px) {
  .footer_contact_body_box_tel .num {
    font-size: min(32px, 2.6666666667vw)
  }
}

.footer_contact_body_box_tel .num a {
  text-decoration: none !important;
  pointer-events: none !important
}

.footer_contact_body_box_tel .time {
  text-align: center;
  font-size: 12px;
  line-height: 1.25
}

.footer_contact_body_box_tel:first-child {
  padding: 0 0 16px 0;
  border-bottom: 1px solid #EBE3DD
}

@media (min-width:920px) {
  .footer_contact_body_box_tel:first-child {
    padding: 0 32px 0 0;
    border-right: 1px solid #EBE3DD;
    border-bottom: none
  }
}

.footer_contact_body_box_tel:first-child .top {
  color: #EC9700
}

.footer_contact_body_box_tel:last-child {
  padding: 16px 0 0
}

@media (min-width:920px) {
  .footer_contact_body_box_tel:last-child {
    padding: 0 0 0 32px
  }
}

.footer_contact_body_box_tel:last-child .top {
  color: #F09092
}

.footer_contact_body_box_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EC9700;
  border-radius: 8px;
  padding: 16px 12px;
  transition: background 0.3s ease
}

@media (min-width:920px) {
  .footer_contact_body_box_btn {
    padding: min(23px, 1.9166666667vw) min(40px, 3.3333333333vw);
    border-radius: 12px
  }
}

.footer_contact_body_box_btn .icon_bg_white {
  width: 45px;
  height: 30px
}

@media (min-width:920px) {
  .footer_contact_body_box_btn .icon_bg_white {
    width: 56px;
    height: 38px
  }
}

.footer_contact_body_box_btn span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25
}

@media (min-width:920px) {
  .footer_contact_body_box_btn span {
    font-size: min(18px, 1.5vw)
  }
}

.footer_contact_body_box_btn:hover {
  background: #c98100
}

.site_footer {
  padding: 40px 0 30px;
  background: #fff
}

@media (max-width:919px) {
  .site_footer {
    padding: 58px 0 100px
  }
}

.site_footer_logo {
  text-align: center;
  margin-bottom: 24px
}

@media (max-width:919px) {
  .site_footer_logo img {
    max-width: 180px
  }
}

.site_footer_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  column-gap: 8px;
  margin: 0 auto 24px;
  flex-wrap: wrap
}

@media (min-width:920px) {
  .site_footer_nav {
    max-width: 864px;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
  }
}

.site_footer_nav_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  flex: 1;
  min-height: 43px
}

@media (min-width:920px) {
  .site_footer_nav_item {
    width: min(204px, 20.4vw);
    min-height: 57px
  }
}

.site_footer_nav_item .text {
  font-size: min(13px, 3.4666666667vw);
  font-weight: 500;
  line-height: 1.25
}

@media (min-width:920px) {
  .site_footer_nav_item .text {
    font-size: min(16px, 1.4545454545vw)
  }
}

.site_footer_nav_item .icon-arrow::before,
.site_footer_nav_item .icon-arrow::after {
  background: #EC9700
}

@media (max-width:919px) {

  .site_footer_nav_item .icon-arrow::before,
  .site_footer_nav_item .icon-arrow::after {
    width: 14px;
    height: 14px
  }
}

.site_footer_nav_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #EBE3DD;
  left: 0;
  bottom: 0
}

.site_footer_nav_item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EC9700;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  pointer-events: none
}

.site_footer_nav_item:hover::after,
.site_footer_nav_item:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left
}

.site_footer_link {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 36px
}

.site_footer_link_item {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif
}

.site_footer_link_item img {
  width: 16px;
  height: 16px
}

.site_footer_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 864px;
  margin: 0 auto 40px
}

@media (min-width:920px) {
  .site_footer_bottom {
    flex-direction: row;
    gap: 40px;
    margin: 0 auto 60px
  }
}

.site_footer_bottom_item_title {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 8px
}

@media (min-width:920px) {
  .site_footer_bottom_item_title {
    font-size: 20px
  }
}

.site_footer_bottom .settlement {
  max-width: 572px
}

.site_footer_bottom .insurance {
  display: flex;
  gap: 4px
}

@media (min-width:920px) {
  .site_footer_bottom .insurance {
    gap: 8px;
    max-width: 254px
  }
}

.site_footer_bottom .insurance_item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex: 1;
  padding: 8px;
  transition: background 0.3s ease
}

@media (min-width:920px) {
  .site_footer_bottom .insurance_item {
    padding: 16px
  }
}

.site_footer_bottom .insurance_item_green {
  border: 1px solid #008451
}

.site_footer_bottom .insurance_item_green:hover {
  background: rgba(0, 132, 81, 0.1)
}

.site_footer_bottom .insurance_item_red {
  border: 1px solid #ee2314
}

.site_footer_bottom .insurance_item_red:hover {
  background: rgba(238, 35, 20, 0.1)
}

.site_footer .copyright {
  font-size: 12px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center
}

.home .footer_contact::before,
.single-post .footer_contact::before,
.single .footer_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fffcf4;
  background-image: url(../img/common/contact_top.png);
  background-image: image-set(url(../img/common/contact_top.png) 1x, url(../img/common/contact_top@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/common/contact_top.png) 1x, url(../img/common/contact_top@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center
}

@media (min-width:920px) {

  .home .footer_contact::before,
  .single-post .footer_contact::before,
  .single .footer_contact::before {
    height: 12.9285714286vw
  }
}

.single-blog .footer_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: transparent;
  background-image: url(../img/common/contact_top.png);
  background-image: image-set(url(../img/common/contact_top.png) 1x, url(../img/common/contact_top@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/common/contact_top.png) 1x, url(../img/common/contact_top@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center
}

@media (min-width:920px) {
  .single-blog .footer_contact::before {
    height: 12.9285714286vw
  }
}

.page_top {
  position: fixed;
  bottom: 170px;
  right: 20px;
  z-index: 990;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s ease;
  width: 60px
}

.page_top.is-show {
  opacity: 1;
  pointer-events: auto
}

@media (min-width:920px) {
  .page_top {
    width: auto;
    bottom: 110px;
    right: 20px
  }
}

@media (min-width:920px) {
  .page_top:hover {
    transform: translateY(-10px)
  }
}

.transfusion .page_contents_body_main_content_list .check {
  font-size: 14px
}

@media (min-width:920px) {
  .transfusion .page_contents_body_main_content_list .check {
    font-size: min(16px, 1.2307692308vw)
  }
}

.policy_body {
  margin-bottom: 120px
}

.policy_title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #EC9700;
  line-height: 1.25;
  padding-bottom: 12px;
  margin-bottom: 18px;
  position: relative;
  width: fit-content
}

@media (min-width:920px) {
  .policy_title {
    font-size: min(24px, 2vw);
    margin-bottom: 14px;
    padding-bottom: 18px
  }
}

.policy_title::before {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #EBE3DD;
  position: absolute;
  left: 0;
  bottom: 0
}

.policy_top {
  font-size: 14px;
  margin-bottom: 60px
}

@media (min-width:920px) {
  .policy_top {
    font-size: 16px;
    margin-bottom: 82px
  }
}

.policy_text {
  font-size: 14px;
  line-height: 1.75;
  text-align: justify
}

@media (min-width:920px) {
  .policy_text {
    font-size: 16px
  }
}

.policy ul,
.policy ol {
  margin: 0;
  padding-left: 20px
}

.policy ul li,
.policy ol li {
  font-size: 14px
}

@media (min-width:920px) {

  .policy ul li,
  .policy ol li {
    font-size: 16px;
    line-height: 1.75
  }
}

.policy_contents {
  margin-bottom: 40px
}

@media (min-width:920px) {
  .policy_contents {
    margin-bottom: 64px
  }
}

.policy_contents:last-child {
  margin-bottom: 0
}

.policy .policy_list_eng {
  list-style-type: lower-alpha
}

.policy .policy_list_roma {
  list-style-type: lower-roman
}

.policy_box {
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px
}

@media (min-width:920px) {
  .policy_box {
    flex-direction: row;
    margin-bottom: 64px;
    border-radius: 24px;
    padding: 40px
  }
}

.policy_box_logo {
  padding: 0 0 20px 0
}

@media (min-width:920px) {
  .policy_box_logo {
    padding: 0 60px 0 0
  }
}

.policy_box .policy_text {
  padding: 20px 0 0 0;
  border-top: 2px dotted #f9d8a7
}

@media (min-width:920px) {
  .policy_box .policy_text {
    padding: 20px 0 20px 60px;
    border-top: none;
    border-left: 4px dotted #f9d8a7
  }
}

.page_contents_body_main_content_table.option .border_radius_none {
  border-radius: 0 !important
}

.page_contents_body_main_content_table.option .border_radius_left {
  border-radius: 0 0 0 10px !important
}

.page_contents_body_main_content_table.option th:nth-child(1) {
  width: 30.03%
}

.page_contents_body_main_content_table.option th:nth-child(2) {
  width: 44.61%
}

.page_contents_body_main_content_table.option th:nth-child(3) {
  width: 11.39%
}

.page_contents_body_main_content_table.option th:nth-child(4) {
  width: 13.97%
}

.page_contents_body_main_content_table.basic {
  margin-top: 0 !important
}

.page_contents_body_main_content_table.basic th:nth-child(1) {
  width: 30%
}

.page_contents_body_main_content_table.basic th:nth-child(2) {
  width: 70%
}

.page_contents_body_main_content_table.basic_dog {
  margin-top: 0 !important
}

.page_contents_body_main_content_table.basic_cat {
  margin-top: 0 !important
}

.page_contents_body_main_content_table.basic_cat th:nth-child(1) {
  width: 30%
}

.page_contents_body_main_content_table.basic_cat th:nth-child(2) {
  width: 35%
}

.page_contents_body_main_content_table.basic_cat th:nth-child(3) {
  width: 35%
}

.page_contents_body_main_content_table.other {
  margin-top: 0 !important
}

.page_contents_body_main_content_table.other th:nth-child(1) {
  width: 30%
}

.page_contents_body_main_content_table.other th:nth-child(2) {
  width: 45.8%
}

.page_contents_body_main_content_table.other th:nth-child(3) {
  width: 24.2%
}

.page_contents_body_main_content_table.hotel_dog {
  margin: 0 !important
}

.page_contents_body_main_content_table.hotel_dog th:nth-child(1) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_dog th:nth-child(2) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_dog th:nth-child(3) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_dog th:nth-child(4) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_cat {
  margin-top: 0 !important
}

.page_contents_body_main_content_table.hotel_cat th:nth-child(1) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_cat th:nth-child(2) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_cat th:nth-child(3) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_cat th:nth-child(4) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_small {
  margin-top: 0 !important
}

.page_contents_body_main_content_table.hotel_small th:nth-child(1) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_small th:nth-child(2) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_small th:nth-child(3) {
  width: 25%
}

.page_contents_body_main_content_table.hotel_small th:nth-child(4) {
  width: 25%
}

.page_contents_body_main_content_table .small {
  font-size: 12px
}

.page_contents_body_main_content.trainer h4 {
  font-size: 18px;
  margin-bottom: 4px
}

.trainer_name {
  text-align: right
}

.trainer_name_en {
  font-size: 14px
}

@media (min-width:920px) {
  .trainer_name_en {
    font-size: 16px
  }
}

.trainer_name_ja {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25
}

@media (min-width:920px) {
  .trainer_name_ja {
    font-size: 24px
  }
}

.trainer_name_ja .small {
  font-size: 14px
}

.trainer_img {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden
}

.trainer_info {
  background-color: #fdf6ed;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px
}

@media (min-width:920px) {
  .trainer_info {
    border-radius: 12px;
    flex-direction: row;
    padding: 40px
  }
}

.trainer_info_item {
  flex: 1
}

.trainer_info_item:first-child {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d6cfca
}

@media (min-width:920px) {
  .trainer_info_item:first-child {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #d6cfca;
    padding-bottom: 0;
    border-bottom: none
  }
}

.trainer_info_item_top {
  margin-bottom: 8px
}

@media (min-width:920px) {
  .trainer_info_item_top {
    margin-bottom: 10px
  }
}

.trainer_info_item_list li {
  line-height: 1.5;
  margin-bottom: 4px
}

@media (min-width:920px) {
  .trainer_info_item_list li {
    margin-bottom: 8px
  }
}

.trainer_info_item_list li:last-child {
  margin-bottom: 0
}

.news {
  margin-bottom: 120px
}

.news_list {
  list-style: none;
  padding: 0;
  margin: 0 auto 80px auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  max-width: 600px
}

@media (min-width:920px) {
  .news_list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 52px;
    max-width: none;
    margin: 0 0 80px 0
  }
}

.news_list li {
  flex: 1
}

.news_list li a {
  display: inline-block;
  width: 100%
}

@media (min-width:920px) {
  .news_list li a:hover .thumb img {
    transform: scale(1.075)
  }
}

.news_list li a .thumb {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px
}

@media (max-width:919px) {
  .news_list li a .thumb {
    border-radius: 8px;
    margin-bottom: 10px
  }
}

.news_list li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease
}

.news_list li a .meta {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 8px
}

@media (max-width:919px) {
  .news_list li a .meta {
    margin-bottom: 8px;
    align-items: unset;
    gap: 12px
  }
}

.news_list li a .meta .post_date {
  font-size: 14px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif
}

.news_list li a .meta .cats {
  display: flex;
  align-items: center;
  gap: 8px
}

.news_list li a .meta .cats .cat {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 99px;
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1
}

@media (min-width:920px) {
  .news_list li a .meta .cats .cat {
    padding: 5px 12px
  }
}

.news_list li a .meta .cats .cat-news {
  background: #EC9700
}

.news_list li a .meta .cats .cat-information {
  background: #EC9700
}

.news_list li a .meta .cats .cat-event {
  background: #f09092
}

.news_list li a .meta .cats .cat-other {
  background: #00b1ec
}

.news_list li a .post_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (min-width:920px) {
  .news_list li a .post_title {
    font-size: min(18px, 1.5vw)
  }
}

.blog {
  margin-bottom: 120px
}

.blog_list {
  list-style: none;
  padding: 0;
  margin: 0 auto 80px auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  max-width: 600px
}

@media (min-width:920px) {
  .blog_list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 52px;
    max-width: none;
    margin: 0 0 80px 0
  }
}

.blog_list li {
  flex: 1
}

.blog_list li a {
  display: inline-block;
  width: 100%
}

@media (min-width:920px) {
  .blog_list li a:hover .thumb img {
    transform: scale(1.075)
  }
}

.blog_list li a .thumb {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px
}

@media (max-width:919px) {
  .blog_list li a .thumb {
    border-radius: 8px;
    margin-bottom: 10px
  }
}

.blog_list li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease
}

.blog_list li a .meta {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 8px
}

@media (max-width:919px) {
  .blog_list li a .meta {
    margin-bottom: 8px;
    align-items: unset;
    gap: 12px
  }
}

.blog_list li a .meta .post_date {
  font-size: 14px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif
}

.blog_list li a .post_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (min-width:920px) {
  .blog_list li a .post_title {
    font-size: min(18px, 1.5vw)
  }
}

.blog_other {
  overflow: hidden;
  padding: 60px 0 80px
}

@media (min-width:920px) {
  .blog_other {
    padding: 76px 0 80px
  }
}

.blog_other_top {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 16px
}

@media (min-width:920px) {
  .blog_other_top {
    font-size: 32px;
    margin-bottom: 30px
  }
}

.blog_other .other_slider .swiper {
  overflow: visible
}

.blog_other .other_slider .swiper-slide {
  width: 200px
}

@media (min-width:920px) {
  .blog_other .other_slider .swiper-slide {
    width: 26.4285714286vw
  }
}

.blog_other .other_slider .swiper-slide img {
  width: 100%
}

.blog_other .other_slider .swiper-slide .slide_date {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif
}

.blog_other .other_slider .swiper-slide .slide_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75
}

@media (min-width:920px) {
  .blog_other .other_slider .swiper-slide .slide_title {
    font-size: 18px
  }
}

.blog_other .other_slider .swiper-slide a {
  display: block
}

.blog_other .other_slider .swiper-slide a .slide_img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 8px
}

@media (min-width:920px) {
  .blog_other .other_slider .swiper-slide a .slide_img {
    border-radius: 12px;
    margin-bottom: 12px
  }
}

.blog_other .other_slider .swiper-slide a .slide_img img {
  transition: transform 0.3s ease
}

@media (min-width:920px) {
  .blog_other .other_slider .swiper-slide a:hover .slide_img img {
    transform: scale(1.05)
  }
}

.blog_other .other_slider .swiper-controller {
  margin-top: px;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px
}

@media (min-width:920px) {
  .blog_other .other_slider .swiper-controller {
    margin-top: 42px;
    gap: 40px
  }
}

.blog_other .other_slider .swiper-controller .swiper-button-disabled {
  pointer-events: none
}

.blog_other .other_slider .swiper-controller .swiper-button-disabled.swiper-button-next {
  background: #EBE3DD
}

.blog_other .other_slider .swiper-controller .swiper-button-disabled.swiper-button-prev {
  background: #EBE3DD
}

.blog_other .other_slider_navigation {
  display: flex;
  gap: 8px
}

@media (min-width:920px) {
  .blog_other .other_slider_navigation {
    gap: 16px
  }
}

.blog_other .other_slider_btn {
  background: #fff;
  border: 1px solid #EC9700;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: opacity 0.3s, background-color 0.3s, border-color 0.3s;
  z-index: 3
}

@media (max-width:919px) {
  .blog_other .other_slider_btn {
    width: 48px;
    height: 48px
  }
}

.blog_other .other_slider_btn-prev {
  left: 0
}

.blog_other .other_slider_btn-next {
  rotate: 180deg;
  right: 0
}

@media (min-width:920px) {
  .blog_other .other_slider_btn:hover {
    background: #EC9700;
    border-color: #EC9700
  }
}

.blog_other .other_slider_btn:hover::before {
  background: #fff
}

.blog_other .other_slider .swiper-pagination-progressbar,
.blog_other .other_slider .swiper-progressbar {
  width: 100%;
  height: 4px;
  background: #EBE3DD;
  position: relative;
  border-radius: 2px;
  overflow: hidden
}

.blog_other .other_slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.blog_other .other_slider .swiper-pagination-progressbar .swiper-scrollbar-drag,
.blog_other .other_slider .swiper-progressbar .swiper-pagination-progressbar-fill,
.blog_other .other_slider .swiper-progressbar .swiper-scrollbar-drag {
  display: block;
  height: 100%;
  background: #EC9700;
  transform-origin: left top;
  transition: transform 0.3s ease
}

.blog_other .other_slider .swiper-pagination-progressbar .swiper-scrollbar-drag,
.blog_other .other_slider .swiper-progressbar .swiper-scrollbar-drag {
  cursor: grab
}

.blog_other .other_slider_item {
  display: block
}

.event_list .blog_other .other_slider_item {
  width: 100%
}

.blog_other .other_slider_item_img {
  aspect-ratio: 1;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 12px
}

.blog_other .other_slider_item_img .new {
  background: #004381;
  color: #fff;
  line-height: 1;
  padding: 10px 8px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: rem(12);
  font-weight: 700
}

@media (min-width:920px) {
  .blog_other .other_slider_item_img .new {
    font-size: rem(15)
  }
}

.blog_other .other_slider_item_img .icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: background-color 0.3s, border-color 0.3s
}

@media (min-width:920px) {
  .blog_other .other_slider_item_img .icon {
    width: 40px;
    height: 40px
  }
}

.blog_other .other_slider_item_img .icon::before,
.blog_other .other_slider_item_img .icon::after {
  width: 20px;
  height: 20px;
  transition: translate 0.2s ease-out, background-color 0.3s
}

@media (min-width:920px) {

  .blog_other .other_slider_item_img .icon::before,
  .blog_other .other_slider_item_img .icon::after {
    width: 24px;
    height: 24px
  }
}

@media (min-width:920px) {
  .blog_other .other_slider_item:hover .blog_other .other_slider_item_img img {
    scale: 1.05
  }
}

@media (min-width:920px) {
  .blog_other .other_slider_item:hover .icon {
    background: #004381;
    border-color: #004381
  }
}

.blog_other .other_slider_item:hover .icon::before,
.blog_other .other_slider_item:hover .icon::after {
  background-color: #004381
}

.blog_other .other_slider_item_title {
  font-weight: 700;
  font-size: rem(15);
  line-height: 1.5;
  transition: color 0.3s;
  margin-bottom: 0.5em
}

@media (min-width:920px) {
  .blog_other .other_slider_item_title {
    font-size: rem(18)
  }
}

.blog_other .other_slider_item_area,
.blog_other .other_slider_item_schedule {
  font-size: rem(12);
  line-height: 1.5
}

@media (min-width:920px) {

  .blog_other .other_slider_item_area,
  .blog_other .other_slider_item_schedule {
    font-size: rem(15)
  }
}

.blog_other .other_slider_item_cate {
  font-size: rem(12);
  font-weight: 700;
  margin-top: 16px;
  gap: 8px;
  display: flex;
  flex-wrap: wrap
}

@media (min-width:920px) {
  .blog_other .other_slider_item_cate {
    font-size: rem(13)
  }
}

.blog_other .other_slider_item_cate li {
  display: inline-block;
  border: 1px solid #004381;
  padding: 10px 8px;
  line-height: 1;
  border-radius: 4px
}

@media (min-width:920px) {
  .blog_other .other_slider_item:hover .blog_other .other_slider_item_title {
    color: #004381
  }
}

.blog_other .other .swiper-button-prev.swiper-button-disabled,
.blog_other .other .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default
}

.blog_other .button_wrap {
  display: flex;
  align-items: center;
  gap: 8px
}

.blog_other .swiper-button-prev {
  position: relative;
  background-color: #EC9700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 0;
  left: 0
}

@media (min-width:920px) {
  .blog_other .swiper-button-prev {
    width: 40px;
    height: 40px
  }
}

.blog_other .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  mask-image: url("../img/page/btn_prev_arrow.svg");
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .blog_other .swiper-button-prev::after {
    mask-image: url("../img/page/btn_prev_arrow.svg");
    width: 20px;
    height: 20px
  }
}

.blog_other .swiper-button-next {
  position: relative;
  background-color: #EC9700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 0;
  right: 0
}

@media (min-width:920px) {
  .blog_other .swiper-button-next {
    width: 40px;
    height: 40px
  }
}

.blog_other .swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  mask-image: url("../img/page/btn_next_arrow.svg");
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .blog_other .swiper-button-next::after {
    mask-image: url("../img/page/btn_next_arrow.svg");
    width: 20px;
    height: 20px
  }
}

@media (min-width:920px) {

  .blog_other .swiper-button-prev:hover,
  .blog_other .swiper-button-next:hover {
    background-color: #c98100
  }
}

.recruit_mv {
  position: relative
}

.recruit_mv_slider .swiper-wrapper {
  transition-timing-function: linear
}

.recruit_mv_slider .swiper-slide {
  width: auto;
  height: 167.1794871795vw
}

@media (min-width:920px) {
  .recruit_mv_slider .swiper-slide {
    width: 231.4285714286vw;
    height: auto
  }
}

.recruit_mv_slider .swiper-slide img {
  width: 100%
}

@media (max-width:919px) {
  .recruit_mv_slider .swiper-slide img {
    width: auto;
    height: 100%
  }
}

.recruit_mv_catch {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  position: absolute;
  z-index: 10;
  left: 5.1282051282vw;
  bottom: 6.1538461538vw
}

@media (min-width:920px) {
  .recruit_mv_catch {
    left: 4.2857142857vw;
    bottom: 3.5714285714vw
  }
}

.recruit_mv_catch_ja {
  font-weight: 700;
  line-height: 1.25;
  font-size: max(28px, 7.1794871795vw);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  margin-bottom: 8px
}

@media (min-width:920px) {
  .recruit_mv_catch_ja {
    font-size: 4vw;
    margin-bottom: 0.5714285714vw
  }
}

.recruit_mv_catch_en {
  font-weight: 700;
  line-height: 1.25;
  font-size: max(12px, 3.0769230769vw);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.2)
}

@media (min-width:920px) {
  .recruit_mv_catch_en {
    font-size: 1.4285714286vw
  }
}

.recruit_interview {
  padding: 80px 0 200px;
  overflow: hidden
}

@media (min-width:920px) {
  .recruit_interview {
    padding: 160px 0 23.1428571429vw
  }
}

@media (max-width:919px) {
  .recruit_interview_body {
    display: flex;
    flex-direction: column
  }
}

@media (max-width:919px) {
  .recruit_interview_body .section_title {
    order: 1
  }
}

@media (max-width:919px) {
  .recruit_interview_slider {
    order: 2;
    margin-bottom: 60px
  }
}

.recruit_interview_slider .swiper {
  overflow: visible
}

.recruit_interview_slider .swiper-slide {
  width: 200px
}

@media (min-width:920px) {
  .recruit_interview_slider .swiper-slide {
    width: 34.2857142857vw
  }
}

.recruit_interview_slider .swiper-slide img {
  width: 100%
}

.recruit_interview_slider .swiper-slide .slide_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif
}

@media (min-width:920px) {
  .recruit_interview_slider .swiper-slide .slide_title {
    font-size: 24px
  }
}

.recruit_interview_slider .swiper-slide .meta {
  display: flex;
  align-items: center;
  gap: 8px
}

.recruit_interview_slider .swiper-slide .meta .slide_occupation {
  font-size: 16px
}

.recruit_interview_slider .swiper-slide .meta .slide_name {
  font-size: 20px
}

.recruit_interview_slider .swiper-slide a {
  display: block
}

.recruit_interview_slider .swiper-slide a .slide_img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 8px
}

@media (min-width:920px) {
  .recruit_interview_slider .swiper-slide a .slide_img {
    border-radius: 12px;
    margin-bottom: 12px
  }
}

.recruit_interview_slider .swiper-slide a .slide_img img {
  transition: transform 0.3s ease
}

@media (min-width:920px) {
  .recruit_interview_slider .swiper-slide a:hover .slide_img img {
    transform: scale(1.05)
  }
}

.recruit_interview_slider .swiper-controller {
  margin-top: px;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px
}

@media (min-width:920px) {
  .recruit_interview_slider .swiper-controller {
    margin-top: 42px;
    gap: 40px
  }
}

.recruit_interview_slider .swiper-controller .swiper-button-disabled {
  pointer-events: none
}

.recruit_interview_slider .swiper-controller .swiper-button-disabled.swiper-button-next {
  background: #EBE3DD
}

.recruit_interview_slider .swiper-controller .swiper-button-disabled.swiper-button-prev {
  background: #EBE3DD
}

.recruit_interview_slider_navigation {
  display: flex;
  gap: 8px
}

@media (min-width:920px) {
  .recruit_interview_slider_navigation {
    gap: 16px
  }
}

.recruit_interview_slider_btn {
  background: #fff;
  border: 1px solid #EC9700;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: opacity 0.3s, background-color 0.3s, border-color 0.3s;
  z-index: 3
}

@media (max-width:919px) {
  .recruit_interview_slider_btn {
    width: 48px;
    height: 48px
  }
}

.recruit_interview_slider_btn-prev {
  left: 0
}

.recruit_interview_slider_btn-next {
  rotate: 180deg;
  right: 0
}

@media (min-width:920px) {
  .recruit_interview_slider_btn:hover {
    background: #EC9700;
    border-color: #EC9700
  }
}

.recruit_interview_slider_btn:hover::before {
  background: #fff
}

.recruit_interview_slider .swiper-pagination-progressbar,
.recruit_interview_slider .swiper-progressbar {
  width: 100%;
  height: 4px;
  background: #EBE3DD;
  position: relative;
  border-radius: 2px;
  overflow: hidden
}

.recruit_interview_slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.recruit_interview_slider .swiper-pagination-progressbar .swiper-scrollbar-drag,
.recruit_interview_slider .swiper-progressbar .swiper-pagination-progressbar-fill,
.recruit_interview_slider .swiper-progressbar .swiper-scrollbar-drag {
  display: block;
  height: 100%;
  background: #EC9700;
  transform-origin: left top;
  transition: transform 0.3s ease
}

.recruit_interview_slider .swiper-pagination-progressbar .swiper-scrollbar-drag,
.recruit_interview_slider .swiper-progressbar .swiper-scrollbar-drag {
  cursor: grab
}

.recruit_interview_slider .swiper-button-prev.swiper-button-disabled,
.recruit_interview_slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default
}

.recruit_interview_slider .button_wrap {
  display: flex;
  align-items: center;
  gap: 8px
}

.recruit_interview_slider .swiper-button-prev {
  position: relative;
  background-color: #EC9700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .recruit_interview_slider .swiper-button-prev {
    width: 40px;
    height: 40px
  }
}

.recruit_interview_slider .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  mask-image: url("../img/page/btn_prev_arrow.svg");
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .recruit_interview_slider .swiper-button-prev::after {
    mask-image: url("../img/page/btn_prev_arrow.svg");
    width: 20px;
    height: 20px
  }
}

.recruit_interview_slider .swiper-button-next {
  position: relative;
  background-color: #EC9700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .recruit_interview_slider .swiper-button-next {
    width: 40px;
    height: 40px
  }
}

.recruit_interview_slider .swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  mask-image: url("../img/page/btn_next_arrow.svg");
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .recruit_interview_slider .swiper-button-next::after {
    mask-image: url("../img/page/btn_next_arrow.svg");
    width: 20px;
    height: 20px
  }
}

.recruit_interview_slider .swiper-button-prev,
.recruit_interview_slider .swiper-button-next {
  top: auto;
  right: auto;
  left: auto;
  margin-top: 0
}

@media (min-width:920px) {

  .recruit_interview_slider .swiper-button-prev:hover,
  .recruit_interview_slider .swiper-button-next:hover {
    background-color: #c98100
  }
}

.recruit_movie {
  background: #32A86B;
  padding: 0 0 170px;
  position: relative
}

@media (min-width:920px) {
  .recruit_movie {
    padding: 0 0 12.1428571429vw
  }
}

.recruit_movie .container-base {
  max-width: calc(1013px + 40px)
}

@media (min-width:920px) {
  .recruit_movie .container-base {
    max-width: calc(1013px + 80px)
  }
}

.recruit_movie::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(../img/recruit/movie_top.png);
  background-image: image-set(url(../img/recruit/movie_top.png) 1x, url(../img/recruit/movie_top@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/recruit/movie_top.png) 1x, url(../img/recruit/movie_top@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  z-index: 1
}

@media (min-width:920px) {
  .recruit_movie::before {
    height: 11.8571428571vw;
    top: -11.8571428571vw
  }
}

.recruit_movie_body {
  width: 100%;
  aspect-ratio: 1.7777777778;
  position: relative
}

.recruit_movie_body iframe {
  width: 100%;
  height: 100%
}

.recruit_movie_body .movie_icon {
  position: absolute;
  z-index: 1
}

.recruit_movie_body .movie_icon-01 {
  width: 100px;
  top: -120px;
  left: 0
}

@media (min-width:920px) {
  .recruit_movie_body .movie_icon-01 {
    width: min(160px, 13.3333333333vw);
    top: -90px;
    left: 0
  }
}

.recruit_movie_body .movie_icon-02 {
  width: 110px;
  top: -230px;
  right: 0
}

@media (min-width:920px) {
  .recruit_movie_body .movie_icon-02 {
    width: min(191px, 15.9166666667vw);
    top: -230px;
    right: 0
  }
}

.recruit_skill {
  padding: 20px 0 200px;
  background: #c3d99c;
  position: relative
}

@media (min-width:920px) {
  .recruit_skill {
    padding: 40px 0 20vw
  }
}

.recruit_skill .container-base {
  max-width: calc(1013px + 40px)
}

@media (min-width:920px) {
  .recruit_skill .container-base {
    max-width: calc(1013px + 80px)
  }
}

.recruit_skill::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(../img/recruit/skill_top.png);
  background-image: image-set(url(../img/recruit/skill_top.png) 1x, url(../img/recruit/skill_top@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/recruit/skill_top.png) 1x, url(../img/recruit/skill_top@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  z-index: 1
}

@media (min-width:920px) {
  .recruit_skill::before {
    height: 7.1428571429vw;
    top: -7.1428571429vw
  }
}

.recruit_skill_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative
}

.recruit_skill_body .skill_icon {
  position: absolute;
  z-index: 1
}

.recruit_skill_body .skill_icon-01 {
  width: 90px;
  top: -200px;
  left: 20px
}

@media (min-width:920px) {
  .recruit_skill_body .skill_icon-01 {
    width: min(126px, 10.5vw);
    top: -190px;
    left: -20px
  }
}

.recruit_skill_body .skill_icon-02 {
  width: 120px;
  bottom: -90px;
  right: 10px
}

@media (min-width:920px) {
  .recruit_skill_body .skill_icon-02 {
    width: min(286px, 23.8333333333vw);
    bottom: -150px;
    right: -30px
  }
}

.recruit_skill_item {
  padding-left: 30px;
  position: relative
}

@media (min-width:920px) {
  .recruit_skill_item {
    padding-left: 48px
  }
}

.recruit_skill_item .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #32A86B;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media (min-width:920px) {
  .recruit_skill_item .circle {
    width: 100px;
    height: 100px
  }
}

.recruit_skill_item .circle_text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25;
  text-align: center
}

@media (min-width:920px) {
  .recruit_skill_item .circle_text {
    font-size: 18px
  }
}

.recruit_skill_item_inr {
  border-radius: 8px;
  background: #fff;
  padding: 20px 20px 20px 52px;
  display: flex;
  flex-direction: column
}

@media (min-width:920px) {
  .recruit_skill_item_inr {
    border-radius: 12px;
    padding: 42px 40px 42px 72px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }
}

.recruit_skill_item_simplicity {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 8px
}

@media (min-width:920px) {
  .recruit_skill_item_simplicity {
    font-size: 24px;
    margin-bottom: 2px
  }
}

.recruit_skill_item_detail {
  font-size: 14px;
  text-align: justify
}

@media (min-width:920px) {
  .recruit_skill_item_detail {
    width: 553px;
    line-height: 1.75;
    font-size: 16px
  }
}

.recruit_occupation {
  padding: 20px 0 120px;
  position: relative
}

@media (min-width:920px) {
  .recruit_occupation {
    padding: 56px 0 120px
  }
}

.recruit_occupation::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(../img/recruit/occupation_top.png);
  background-image: image-set(url(../img/recruit/occupation_top.png) 1x, url(../img/recruit/occupation_top@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/recruit/occupation_top.png) 1x, url(../img/recruit/occupation_top@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  z-index: 1
}

@media (min-width:920px) {
  .recruit_occupation::before {
    height: 6.2857142857vw;
    top: -6.2857142857vw
  }
}

.recruit_occupation_body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  position: relative
}

@media (min-width:920px) {
  .recruit_occupation_body {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
  }
}

.recruit_occupation_body .occupation_icon {
  position: absolute;
  z-index: 1
}

.recruit_occupation_body .occupation_icon-01 {
  width: 120px;
  top: -180px;
  left: 20px
}

@media (min-width:920px) {
  .recruit_occupation_body .occupation_icon-01 {
    width: min(275px, 22.9166666667vw);
    top: -270px;
    left: 80px
  }
}

.recruit_occupation_body .occupation_icon-02 {
  width: 100px;
  bottom: -140px;
  right: 20px
}

@media (min-width:920px) {
  .recruit_occupation_body .occupation_icon-02 {
    width: min(179px, 14.9166666667vw);
    bottom: -200px;
    right: 20px
  }
}

.recruit_occupation_item {
  all: unset;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden
}

@media (min-width:920px) {
  .recruit_occupation_item {
    border-radius: 12px
  }
}

.recruit_occupation_item_imgArea {
  overflow: hidden
}

.recruit_occupation_item_imgArea img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.3s ease
}

.recruit_occupation_item_textArea {
  padding: 20px 24px;
  background: #fff
}

@media (min-width:920px) {
  .recruit_occupation_item_textArea {
    padding: 20px
  }
}

.recruit_occupation_item_textArea .type {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25;
  margin-bottom: 20px
}

@media (min-width:920px) {
  .recruit_occupation_item_textArea .type {
    font-size: 32px;
    margin-bottom: 30px
  }
}

.recruit_occupation_item .link_btn {
  margin-left: auto
}

.recruit_occupation_item .icon-plus::before {
  transform: scale(1);
  transition: transform 0.25s ease
}

.recruit_occupation_item:hover .recruit_occupation_item_imgArea img {
  transform: scale(1.05)
}

.recruit_occupation_item:hover .icon-plus::before {
  transform: scale(1.3)
}

.recruit_occupation .modal_content {
  padding: 80px 20px 40px;
  overflow: scroll;
  height: 80vh
}

@media (min-width:920px) {
  .recruit_occupation .modal_content {
    padding: 80px;
    max-width: none;
    width: min(1013px, 84.4166666667vw)
  }
}

.recruit_occupation .modal_content_img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  aspect-ratio: 2.1325
}

@media (min-width:920px) {
  .recruit_occupation .modal_content_img {
    border-radius: 12px;
    margin-bottom: 20px
  }
}

.recruit_occupation .modal_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.recruit_occupation .modal_content_wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EBE3DD
}

@media (min-width:920px) {
  .recruit_occupation .modal_content_wrap {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between
  }
}

.recruit_occupation .modal_content_wrap .occupation_type {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25;
  margin-bottom: 12px
}

@media (min-width:920px) {
  .recruit_occupation .modal_content_wrap .occupation_type {
    width: 320px;
    font-size: 40px;
    margin-bottom: 4px
  }
}

.recruit_occupation .modal_content_wrap .occupation_text {
  font-size: 14px;
  text-align: justify
}

@media (min-width:920px) {
  .recruit_occupation .modal_content_wrap .occupation_text {
    width: 493px;
    font-size: 16px
  }
}

.recruit_occupation .modal_content_requirements h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 12px
}

@media (min-width:920px) {
  .recruit_occupation .modal_content_requirements h3 {
    font-size: 24px;
    margin-bottom: 20px
  }
}

.recruit_occupation .modal_content dl {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 40px
}

@media (min-width:920px) {
  .recruit_occupation .modal_content dl {
    grid-template-columns: 19% 1fr;
    margin-bottom: 80px
  }
}

.recruit_occupation .modal_content dl dt {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.75;
  padding: 8px 0 0;
  color: #EC9700
}

@media (min-width:920px) {
  .recruit_occupation .modal_content dl dt {
    border-bottom: 1px solid #EBE3DD;
    padding: 16px 0;
    font-size: 16px
  }
}

.recruit_occupation .modal_content dl dt:last-of-type {
  border-bottom: none;
  padding-bottom: 0
}

.recruit_occupation .modal_content dl dd {
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 0 0
}

@media (min-width:920px) {
  .recruit_occupation .modal_content dl dd {
    border-bottom: 1px solid #EBE3DD;
    padding: 16px 0;
    font-size: 16px
  }
}

.recruit_occupation .modal_content dl dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0
}

.recruit_occupation .modal_content_top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px
}

.recruit_occupation .modal_content_top_num {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #EC9700;
  padding: 2px 8px 4px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif
}

@media (min-width:920px) {
  .recruit_occupation .modal_content_top_num {
    font-size: min(12px, 1.2vw)
  }
}

.recruit_occupation .modal_content_top_text {
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif
}

@media (min-width:920px) {
  .recruit_occupation .modal_content_top_text {
    font-size: min(18px, 1.5vw)
  }
}

.recruit_occupation .modal_content_text {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 20px
}

@media (min-width:920px) {
  .recruit_occupation .modal_content_text {
    font-size: min(16px, 1.3333333333vw);
    margin-bottom: 40px
  }
}

.recruit_occupation .modal_content_text.margin {
  margin-bottom: 12px
}

.recruit_occupation .modal_content_text .flex {
  display: inline-flex;
  align-items: center
}

.recruit_occupation .modal_content_text .flex .link_line {
  line-height: 1.5
}

.recruit_occupation .modal_content_text .small {
  font-size: 12px
}

.recruit_occupation .modal_content .close_btn_bottom {
  padding: 20px 57px;
  border-radius: 8px
}

@media (min-width:920px) {
  .recruit_occupation .modal_content .close_btn_bottom {
    padding: 34px 20px;
    border-radius: 12px;
    width: 100%;
    max-width: 440px
  }
}

.recruit_occupation .modal_content_list {
  background: #fdf6ed;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 20px
}

.recruit_occupation .modal_content_list li {
  font-size: 14px;
  position: relative;
  padding-left: 12px;
  line-height: 1.75
}

@media (min-width:920px) {
  .recruit_occupation .modal_content_list li {
    font-size: 16px
  }
}

.recruit_occupation .modal_content_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
  background: #523924;
  width: 4px;
  height: 4px
}

.interview.single_page {
  padding-top: 120px !important
}

@media (min-width:920px) {
  .interview.single_page {
    padding-top: 182px !important
  }
}

.interview.single_page .post_head {
  margin-bottom: 48px;
  padding-bottom: 0;
  border-bottom: none
}

@media (min-width:920px) {
  .interview.single_page .post_head {
    margin-bottom: 60px
  }
}

.interview.single_page .post_head .post_top {
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 12px
}

@media (min-width:920px) {
  .interview.single_page .post_head .post_top {
    font-size: 24px;
    margin-bottom: 20px
  }
}

.interview.single_page .post_head .post_title {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  font-weight: 700
}

@media (min-width:920px) {
  .interview.single_page .post_head .post_title {
    font-size: 40px;
    width: 793px
  }
}

.interview .post_content_row {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px
}

@media (min-width:920px) {
  .interview .post_content_row {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 80px
  }
}

@media (min-width:920px) {
  .interview .post_content_profile {
    padding-top: 82px;
    width: 20.17%
  }
}

.interview .post_content_profile .occupation_type {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 16px
}

@media (min-width:920px) {
  .interview .post_content_profile .occupation_type {
    font-size: 20px
  }
}

.interview .post_content_profile .name {
  margin-bottom: 12px
}

@media (min-width:920px) {
  .interview .post_content_profile .name {
    margin-bottom: 20px
  }
}

.interview .post_content_profile .name_ja {
  font-size: 20px;
  line-height: 1.25
}

@media (min-width:920px) {
  .interview .post_content_profile .name_ja {
    font-size: 28px
  }
}

.interview .post_content_profile .name_en {
  font-size: 16px
}

.interview .post_content_profile .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 26px
}

.interview .post_content_profile .info_content {
  display: flex;
  gap: 8px;
  align-items: center
}

.interview .post_content_profile .info_content_boxText {
  background: #e5ded8;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.25;
  padding: 14px 4px;
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center
}

.interview .post_content_profile .info_content_text {
  font-size: 16px;
  line-height: 1.5
}

.interview .post_content_profile .affiliation_head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #523924
}

.interview .post_content_profile .affiliation ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 2px
}

.interview .post_content_profile .affiliation ul li:last-child {
  margin-bottom: 0
}

@media (min-width:920px) {
  .interview .post_content_visual {
    width: 74.65%
  }
}

.interview .post_content_img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px
}

.interview .post_content_img img {
  width: 100%
}

.interview .post_content_box {
  padding: 20px;
  border-radius: 12px;
  background: #fdf6ed;
  display: flex;
  flex-direction: column
}

@media (min-width:920px) {
  .interview .post_content_box {
    flex-direction: row;
    padding: 40px
  }
}

@media (min-width:920px) {
  .interview .post_content_box_item {
    flex: 1;
    padding-right: 40px
  }
}

.interview .post_content_box_item:last-child {
  padding-right: 0
}

@media (min-width:920px) {
  .interview .post_content_box_item:last-child {
    padding-left: 40px;
    border-left: 1px solid #EBE3DD
  }
}

.interview .post_content_box_item:first-child {
  margin-bottom: 20px
}

@media (min-width:920px) {
  .interview .post_content_box_item:first-child {
    margin-bottom: 0
  }
}

.interview .post_content_box_item p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px
}

@media (min-width:920px) {
  .interview .post_content_box_item p {
    font-size: 18px
  }
}

.interview .post_content_box_item ul li {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 8px
}

@media (min-width:920px) {
  .interview .post_content_box_item ul li {
    font-size: 16px
  }
}

.interview .post_content_box_item ul li:last-child {
  margin-bottom: 0
}

.interview .post_content_qa {
  border-radius: 12px;
  background: #fff;
  padding: 32px 20px;
  max-width: 1013px;
  margin: 0 auto 40px
}

@media (min-width:920px) {
  .interview .post_content_qa {
    margin: 0 auto 72px;
    padding: 70px 74px
  }
}

.interview .post_content_qa_item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBE3DD
}

@media (min-width:920px) {
  .interview .post_content_qa_item {
    padding-bottom: 56px;
    margin-bottom: 56px
  }
}

.interview .post_content_qa_item_head {
  font-size: 18px;
  font-weight: 700;
  color: #EC9700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 8px
}

@media (min-width:920px) {
  .interview .post_content_qa_item_head {
    font-size: 24px;
    margin-bottom: 12px
  }
}

@media (max-width:919px) {
  .interview .post_content_qa_item_head {
    line-height: 1.5
  }
}

.interview .post_content_qa_item_text {
  font-size: 16px;
  text-align: justify
}

@media (min-width:920px) {
  .interview .post_content_qa_item_text {
    font-size: 18px
  }
}

.interview .post_content_qa_item:last-child {
  padding-bottom: 0;
  border-bottom: none
}

.interview_slider {
  position: relative
}

.interview_slider .swiper .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  width: 71.7948717949vw;
  height: 54.6153846154vw
}

@media (min-width:920px) {
  .interview_slider .swiper .swiper-slide {
    width: 64.2857142857vw;
    height: 42.8571428571vw;
    border-radius: 12px
  }
}

.interview_slider .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center, center
}

.interview_slider .swiper .swiper-slide.swiper-slide-active {
  opacity: 1
}

.interview_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 1
}

@media (min-width:920px) {
  .interview_slider .swiper-pagination {
    bottom: 20px;
    gap: 8px
  }
}

.interview_slider .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  width: 30px
}

@media (min-width:920px) {
  .interview_slider .swiper-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 4px
  }
}

.interview_slider .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: orange;
  animation: progress 4s linear forwards;
  width: 100%
}

@keyframes progress {
  from {
    width: 0%
  }

  to {
    width: 100%
  }
}

.interview_slider .button_wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  gap: 61.5384615385vw
}

@media (min-width:920px) {
  .interview_slider .button_wrap {
    gap: 55.5714285714vw
  }
}

.interview_slider .swiper-button-prev {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .interview_slider .swiper-button-prev {
    width: 40px;
    height: 40px
  }
}

.interview_slider .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  mask-image: url("../img/page/btn_prev_arrow.svg");
  background-color: #523924;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .interview_slider .swiper-button-prev::after {
    mask-image: url("../img/page/btn_prev_arrow.svg");
    width: 20px;
    height: 20px
  }
}

.interview_slider .swiper-button-next {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .interview_slider .swiper-button-next {
    width: 40px;
    height: 40px
  }
}

.interview_slider .swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  mask-image: url("../img/page/btn_next_arrow.svg");
  background-color: #523924;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .interview_slider .swiper-button-next::after {
    mask-image: url("../img/page/btn_next_arrow.svg");
    width: 20px;
    height: 20px
  }
}

.interview_slider .swiper-button-prev,
.interview_slider .swiper-button-next {
  top: auto;
  right: auto;
  left: auto;
  margin-top: 0
}

@media (min-width:920px) {

  .interview_slider .swiper-button-prev:hover,
  .interview_slider .swiper-button-next:hover {
    background-color: #EC9700
  }
}

.interview_slider .swiper-button-prev:hover::after,
.interview_slider .swiper-button-next:hover::after {
  background-color: #fff
}

.interview_other {
  overflow: hidden;
  padding: 100px 0 0
}

@media (min-width:920px) {
  .interview_other {
    padding: 146px 0 0
  }
}

@media (max-width:919px) {
  .interview_other_body {
    display: flex;
    flex-direction: column
  }
}

@media (max-width:919px) {
  .interview_other_body .section_title {
    order: 1
  }
}

@media (max-width:919px) {
  .interview_other_slider {
    order: 2;
    margin-bottom: 40px
  }
}

.interview_other_slider .swiper {
  overflow: visible
}

.interview_other_slider .swiper-slide {
  width: 200px
}

@media (min-width:920px) {
  .interview_other_slider .swiper-slide {
    width: 34.2857142857vw
  }
}

.interview_other_slider .swiper-slide img {
  width: 100%
}

.interview_other_slider .swiper-slide .slide_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 12px
}

@media (min-width:920px) {
  .interview_other_slider .swiper-slide .slide_title {
    font-size: 24px;
    margin-bottom: 0
  }
}

.interview_other_slider .swiper-slide .slide_wrap {
  display: flex;
  flex-direction: column
}

@media (min-width:920px) {
  .interview_other_slider .swiper-slide .slide_wrap {
    gap: 8px;
    flex-direction: row;
    align-items: center
  }
}

.interview_other_slider .swiper-slide .slide_wrap .slide_occupation {
  font-size: 14px
}

@media (min-width:920px) {
  .interview_other_slider .swiper-slide .slide_wrap .slide_occupation {
    font-size: 16px
  }
}

.interview_other_slider .swiper-slide .slide_wrap .slide_name {
  font-size: 16px
}

@media (min-width:920px) {
  .interview_other_slider .swiper-slide .slide_wrap .slide_name {
    font-size: 20px
  }
}

.interview_other_slider .swiper-slide a {
  display: block
}

.interview_other_slider .swiper-slide a .slide_img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 8px
}

@media (min-width:920px) {
  .interview_other_slider .swiper-slide a .slide_img {
    border-radius: 12px;
    margin-bottom: 12px
  }
}

.interview_other_slider .swiper-slide a .slide_img img {
  transition: transform 0.3s ease
}

@media (min-width:920px) {
  .interview_other_slider .swiper-slide a:hover .slide_img img {
    transform: scale(1.05)
  }
}

.interview_other_slider .swiper-controller {
  margin-top: px;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px
}

@media (min-width:920px) {
  .interview_other_slider .swiper-controller {
    margin-top: 42px;
    gap: 40px
  }
}

.interview_other_slider .swiper-controller .swiper-button-disabled {
  pointer-events: none
}

.interview_other_slider .swiper-controller .swiper-button-disabled.swiper-button-next {
  background: #EBE3DD
}

.interview_other_slider .swiper-controller .swiper-button-disabled.swiper-button-prev {
  background: #EBE3DD
}

.interview_other_slider_navigation {
  display: flex;
  gap: 8px
}

@media (min-width:920px) {
  .interview_other_slider_navigation {
    gap: 16px
  }
}

.interview_other_slider_btn {
  background: #fff;
  border: 1px solid #EC9700;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: opacity 0.3s, background-color 0.3s, border-color 0.3s;
  z-index: 3
}

@media (max-width:919px) {
  .interview_other_slider_btn {
    width: 48px;
    height: 48px
  }
}

.interview_other_slider_btn-prev {
  left: 0
}

.interview_other_slider_btn-next {
  rotate: 180deg;
  right: 0
}

@media (min-width:920px) {
  .interview_other_slider_btn:hover {
    background: #EC9700;
    border-color: #EC9700
  }
}

@media (min-width:920px) {
  .interview_other_slider_btn:hover::before {
    background: #fff
  }
}

.interview_other_slider .swiper-pagination-progressbar,
.interview_other_slider .swiper-progressbar {
  width: 100%;
  height: 4px;
  background: #EBE3DD;
  position: relative;
  border-radius: 2px;
  overflow: hidden
}

.interview_other_slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.interview_other_slider .swiper-pagination-progressbar .swiper-scrollbar-drag,
.interview_other_slider .swiper-progressbar .swiper-pagination-progressbar-fill,
.interview_other_slider .swiper-progressbar .swiper-scrollbar-drag {
  display: block;
  height: 100%;
  background: #EC9700;
  transform-origin: left top;
  transition: transform 0.3s ease
}

.interview_other_slider .swiper-pagination-progressbar .swiper-scrollbar-drag,
.interview_other_slider .swiper-progressbar .swiper-scrollbar-drag {
  cursor: grab
}

.interview_other_slider_item {
  display: block
}

.interview_other .swiper-button-prev.swiper-button-disabled,
.interview_other .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default
}

.interview_other .button_wrap {
  display: flex;
  align-items: center;
  gap: 8px
}

.interview_other .swiper-button-prev {
  position: relative;
  background-color: #EC9700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .interview_other .swiper-button-prev {
    width: 40px;
    height: 40px
  }
}

.interview_other .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  mask-image: url("../img/page/btn_prev_arrow.svg");
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .interview_other .swiper-button-prev::after {
    mask-image: url("../img/page/btn_prev_arrow.svg");
    width: 20px;
    height: 20px
  }
}

.interview_other .swiper-button-next {
  position: relative;
  background-color: #EC9700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .interview_other .swiper-button-next {
    width: 40px;
    height: 40px
  }
}

.interview_other .swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  mask-image: url("../img/page/btn_next_arrow.svg");
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease
}

@media (min-width:920px) {
  .interview_other .swiper-button-next::after {
    mask-image: url("../img/page/btn_next_arrow.svg");
    width: 20px;
    height: 20px
  }
}

.interview_other .swiper-button-prev,
.interview_other .swiper-button-next {
  top: auto;
  right: auto;
  left: auto;
  margin-top: 0
}

@media (min-width:920px) {

  .interview_other .swiper-button-prev:hover,
  .interview_other .swiper-button-next:hover {
    background-color: #c98100
  }
}

.about h5 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 0 12px
}

.about .greeting_img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 34px
}

.about .greeting_img img {
  width: 100%
}

.about .greeting_flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px
}

@media (min-width:920px) {
  .about .greeting_flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 0
  }
}

@media (min-width:920px) {
  .about .greeting_info {
    width: 30.3%
  }
}

.about .greeting_info .name {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBE3DD;
  margin-bottom: 20px
}

@media (min-width:920px) {
  .about .greeting_info .name {
    font-size: min(16px, 1.3333333333vw)
  }
}

.about .greeting_info .name span {
  font-size: 16px
}

.about .greeting_info dl {
  display: grid;
  grid-template-columns: 36% 1fr
}

.about .greeting_info dl dt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px
}

.about .greeting_info dl dt:last-child {
  margin-bottom: 0
}

.about .greeting_info dl dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px
}

.about .greeting_info dl dd:last-child {
  margin-bottom: 0
}

@media (min-width:920px) {
  .about .greeting_textArea {
    width: 64.34%
  }
}

.about .greeting_textArea_catch {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 12px
}

@media (min-width:920px) {
  .about .greeting_textArea_catch {
    font-size: min(20px, 1.6666666667vw)
  }
}

.about .greeting_textArea_text {
  font-size: 16px;
  line-height: 1.75
}

@media (min-width:920px) {
  .about .greeting_textArea_text {
    font-size: min(16px, 1.3333333333vw)
  }
}

.about .page_contents_body_main_content_box.flex {
  display: flex;
  flex-direction: column;
  gap: 12px
}

@media (min-width:920px) {
  .about .page_contents_body_main_content_box.flex {
    flex-direction: row;
    gap: 20px
  }
}

.about .page_contents_body_main_content_box.flex .list_item {
  flex: 1
}

.about .page_contents_body_main_content_box.flex .list_item .page_contents_body_main_content_list {
  gap: 6px
}

.about .page_contents_body_main_catch {
  background: #fdf6ed;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 18px;
  margin-bottom: 16px;
  gap: 8px
}

@media (min-width:920px) {
  .about .page_contents_body_main_catch {
    padding: 23px
  }
}

.about .page_contents_body_main_catch p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center
}

@media (min-width:920px) {
  .about .page_contents_body_main_catch p {
    font-size: min(20px, 1.8181818182vw)
  }
}

@media (min-width:920px) {
  .about .page_contents_body_main_catch.basic {
    min-height: 156px
  }
}

.about .page_contents_body_main_catch.basic p {
  font-size: 20px
}

@media (min-width:920px) {
  .about .page_contents_body_main_catch.basic p {
    font-size: min(24px, 2.1818181818vw)
  }
}

.about .page_contents_body_main_catch .top {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center
}

.about .page_contents_body_main_catch .bottom {
  font-size: 16px;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400
}

.about .grid_list {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 40px
}

@media (min-width:920px) {
  .about .grid_list {
    grid-template-columns: 21% 1fr
  }
}

.about .grid_list.last {
  margin-bottom: 0
}

.about .grid_list dt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  padding: 20px 0 8px
}

@media (min-width:920px) {
  .about .grid_list dt {
    font-size: 16px;
    padding: 32px 0 16px;
    border-bottom: 1px solid #EBE3DD
  }
}

.about .grid_list dt.first {
  padding-top: 0
}

.about .grid_list dd {
  border-bottom: 1px solid #EBE3DD;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 16px
}

@media (min-width:920px) {
  .about .grid_list dd {
    font-size: 16px;
    padding: 32px 0 16px
  }
}

.about .grid_list dd.first {
  padding-top: 0
}

.about .grid_list dd .access {
  margin-bottom: 24px
}

.about .grid_list dd .access:last-child {
  margin-bottom: 0
}

.about .grid_list dd .access_clinic {
  font-size: 16px;
  font-weight: 700
}

.about .grid_list dd .list {
  margin-bottom: 12px
}

@media (min-width:920px) {
  .about .grid_list dd .list {
    margin-bottom: 16px
  }
}

.about .grid_list dd .list.last {
  margin-bottom: 0
}

.about .grid_list dd .list_top {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px
}

.about .grid_list dd .list ul {
  display: grid;
  gap: 8px
}

@media (min-width:920px) {
  .about .grid_list dd .list ul {
    grid-template-columns: repeat(4, 1fr)
  }
}

.about .grid_list dd .list ul li {
  font-size: 14px;
  padding-left: 12px;
  position: relative
}

@media (min-width:920px) {
  .about .grid_list dd .list ul li {
    font-size: 16px
  }
}

.about .grid_list dd .list ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #523924;
  top: 9px;
  left: 4px
}

@media (min-width:920px) {
  .about .grid_list dd .list ul li::before {
    top: 11px
  }
}

.about .grid_list dd .right {
  text-align: right
}

@media (max-width:919px) {
  .about .grid_list dd .right {
    margin-bottom: 8px
  }
}

.about .grid_list dd.settlement .asterisk {
  font-size: 14px;
  margin-top: 12px;
  padding-left: 16px
}

@media (min-width:920px) {
  .about .grid_list dd.settlement .asterisk {
    font-size: 16px
  }
}

.about .grid_list dd.settlement .asterisk:before {
  font-size: 14px
}

@media (min-width:920px) {
  .about .grid_list dd.settlement .asterisk:before {
    font-size: 16px
  }
}

@media (max-width:919px) {
  .about .grid_list dd.possible .list ul {
    grid-template-columns: repeat(2, 1fr)
  }
}

.about .grid_list dd.possible .asterisk {
  font-size: 14px
}

.about .grid_list dd.possible .asterisk:before {
  font-size: 14px
}

.about .flex_item_text h4 {
  font-size: 16px;
  margin-bottom: 4px
}

.about .overview {
  overflow: hidden
}

.about .overview_slider {
  overflow: visible;
  margin-left: -58px
}

.about .overview_slider_top {
  margin-bottom: 4px
}

.about .overview_slider .swiper {
  overflow: visible
}

.about .overview_slider .swiper-wrapper {
  transition-timing-function: linear
}

.about .overview_slider .swiper-slide {
  width: 292px
}

@media (min-width:920px) {
  .about .overview_slider .swiper-slide {
    width: 292px
  }
}

.about .overview_slider .swiper-slide img {
  width: 100%
}

.question .accordion_title {
  position: relative;
  padding: 16px 40px 16px 46px
}

@media (min-width:920px) {
  .question .accordion_title {
    padding: 30px 30px 30px 74px
  }
}

.question .accordion_title .circle {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%)
}

@media (min-width:920px) {
  .question .accordion_title .circle {
    left: 32px
  }
}

.question .accordion_content {
  position: relative;
  padding-left: 46px
}

@media (min-width:920px) {
  .question .accordion_content {
    padding-left: 74px
  }
}

.question .accordion_content .circle {
  position: absolute;
  left: 10px;
  top: 20px
}

@media (min-width:920px) {
  .question .accordion_content .circle {
    left: 32px;
    top: 30px
  }
}

.question .accordion_content p {
  font-size: 14px
}

@media (min-width:920px) {
  .question .accordion_content p {
    font-size: 16px
  }
}

.question .accordion_content p .bold {
  font-weight: 700
}

.question .accordion .circle {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%
}

@media (min-width:920px) {
  .question .accordion .circle {
    width: 32px;
    height: 32px
  }
}

.question .accordion .circle_text {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1
}

@media (min-width:920px) {
  .question .accordion .circle_text {
    font-size: 18px;
    transform: translate(0px, -2px)
  }
}

.question .accordion .circle.a {
  background: #EC9700
}

.question .accordion .circle.a .circle_text {
  color: #fff
}

.question .accordion .circle.q {
  background: #ebe3dd
}

.question .accordion .circle.q .circle_text {
  color: #523924
}

.feature .btn_wrap {
  display: flex;
  align-items: center;
  gap: 8px
}

.feature .btn_wrap .arrow_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EC9700;
  border-radius: 8px;
  padding: 16px 12px;
  transition: background 0.3s ease;
  flex: 1
}

@media (min-width:920px) {
  .feature .btn_wrap .arrow_btn {
    padding: min(23px, 1.9166666667vw) min(40px, 3.3333333333vw);
    border-radius: 12px
  }
}

.feature .btn_wrap .arrow_btn .icon_bg_white {
  width: 44px;
  height: 30px
}

@media (min-width:920px) {
  .feature .btn_wrap .arrow_btn .icon_bg_white {
    width: 56px;
    height: 38px
  }
}

.feature .btn_wrap .arrow_btn_text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif
}

.feature .btn_wrap .arrow_btn_text .small {
  font-size: 14px
}

.feature .btn_wrap .arrow_btn:hover {
  background: #c98100
}

.feature .page_contents_body_main_box {
  overflow: hidden
}

.feature .page_contents_body_main_content_box {
  overflow: hidden
}

.feature .page_contents_body_main_content_box.cat_friendly {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px
}

@media (min-width:920px) {
  .feature .page_contents_body_main_content_box.cat_friendly {
    flex-direction: row
  }
}

.feature .page_contents_body_main_content_box.cat_friendly .cat_friendly_catch {
  font-size: 14px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  margin-bottom: 12px
}

@media (min-width:920px) {
  .feature .page_contents_body_main_content_box.cat_friendly .cat_friendly_catch {
    font-size: 18px
  }
}

.feature .page_contents_body_main_content_box.cat_friendly .cat_friendly_catch .color_primary {
  color: #EC9700
}

.feature .page_contents_body_main_content_box.cat_friendly .cat_friendly_logo {
  flex-shrink: 0
}

@media (min-width:920px) {
  .feature .page_contents_body_main_content_box.cat_friendly .cat_friendly_logo {
    width: 245px
  }
}

.feature .page_contents_body_main_content_box.cat_friendly .cat_friendly_logo img {
  width: 100%
}

.feature .page_contents_body_main_content .doctor_img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px
}

.feature .page_contents_body_main_content .doctor_name {
  margin-top: 20px
}

.feature .page_contents_body_main_content .doctor_name_top {
  font-size: 16px;
  line-height: 1.5;
  text-align: right
}

.feature .page_contents_body_main_content .doctor_name_bottom {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25;
  text-align: right
}

.feature .page_contents_body_main_content .circulatory_slider {
  margin-top: 20px
}

.feature .page_contents_body_main_content .achievements_list {
  margin-bottom: 40px;
  display: grid
}

@media (min-width:920px) {
  .feature .page_contents_body_main_content .achievements_list {
    grid-template-columns: 14.23162% 1fr
  }
}

.feature .page_contents_body_main_content .achievements_list dt {
  font-size: 12px;
  font-weight: 500;
  padding: 16px 0 0
}

@media (min-width:920px) {
  .feature .page_contents_body_main_content .achievements_list dt {
    border-bottom: 1px solid #EBE3DD;
    padding: 16px 0
  }
}

.feature .page_contents_body_main_content .achievements_list dt .bold {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #EC9700;
  line-height: 1.25
}

@media (max-width:919px) {
  .feature .page_contents_body_main_content .achievements_list .first {
    padding-top: 0
  }
}

.feature .page_contents_body_main_content .achievements_list dd {
  font-size: 14px;
  padding: 8px 0 16px;
  border-bottom: 1px solid #EBE3DD
}

@media (min-width:920px) {
  .feature .page_contents_body_main_content .achievements_list dd {
    border-bottom: 1px solid #EBE3DD;
    padding: 16px 0
  }
}

.feature .page_contents_body_main_content .introduction_slider {
  overflow: visible;
  margin-left: -58px
}

.feature .page_contents_body_main_content .introduction_slider .swiper {
  overflow: visible
}

.feature .page_contents_body_main_content .swiper-wrapper {
  transition-timing-function: linear
}

.feature .page_contents_body_main_content .swiper-slide {
  width: 292px
}

@media (min-width:920px) {
  .feature .page_contents_body_main_content .swiper-slide {
    width: 292px
  }
}

.feature .page_contents_body_main_content .swiper-slide img {
  width: 100%
}

.feature .page_contents_body_main_content .modal_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
  row-gap: 20px
}

@media (min-width:920px) {
  .feature .page_contents_body_main_content .modal_body {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 8px;
    row-gap: 26px
  }
}

.feature .page_contents_body_main_content .modal_body_item {
  position: relative;
  flex: 1;
  padding: 32px 8px 20px 8px;
  border-radius: 8px;
  background: #fdf6ed;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px
}

@media (min-width:920px) {
  .feature .page_contents_body_main_content .modal_body_item {
    padding: 48px 10px 20px 10px;
    gap: 12px
  }
}

.feature .page_contents_body_main_content .modal_body_item .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  width: 88px
}

@media (min-width:920px) {
  .feature .page_contents_body_main_content .modal_body_item .title {
    width: 134px;
    top: -16px
  }
}

.feature .page_contents_body_main_content .modal_body_item .open_btn {
  background-color: transparent;
  line-height: 1.5;
  color: #523924;
  padding: 0;
  border: none;
  cursor: pointer;
  display: block;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  max-width: none;
  min-height: 0;
  z-index: 0;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  background-image: linear-gradient(to right, #523924, #523924)
}

@media (max-width:919px) {
  .feature .page_contents_body_main_content .modal_body_item .open_btn {
    font-size: 12px
  }
}

.feature .page_contents_body_main_content .modal_body_item .open_btn::before {
  display: none
}

.feature .page_contents_body_main_content .modal_body_item .link_line {
  line-height: 1.5;
  color: #523924;
  background-image: linear-gradient(to right, #523924, #523924)
}

@media (max-width:919px) {
  .feature .page_contents_body_main_content .modal_body_item .link_line {
    font-size: 12px
  }
}

.feature .page_contents_body_main_content_table.disease th:nth-child(1) {
  width: 29.29%
}

.feature .page_contents_body_main_content_table.disease th:nth-child(2) {
  width: 70.71%
}

#cataract,
#glaucoma {
  scroll-margin-top: 120px
}

.form {
  padding: 140px 0 80px
}

@media (min-width:920px) {
  .form {
    padding: 208px 0 120px
  }
}

.form .mw_wp_form_input .confirm_head {
  display: none
}

.form_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

@media (min-width:920px) {
  .form_head {
    margin-bottom: 40px
  }
}

.form_head_title {
  font-size: 28px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25
}

@media (min-width:920px) {
  .form_head_title {
    font-size: 52px
  }
}

.form_head_sub {
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25
}

@media (min-width:920px) {
  .form_head_sub {
    font-size: 40px
  }
}

.form_head_img {
  display: none
}

@media (min-width:920px) {
  .form_head_img {
    display: block
  }
}

.form_area__content_body_caution {
  font-size: 14px;
  font-weight: 700;
  color: #d91717;
  margin-bottom: 20px
}

@media (min-width:920px) {
  .form_area__content_body_caution {
    font-size: 16px;
    margin-bottom: 40px
  }
}

.form .post_row {
  display: flex;
  flex-direction: column;
  gap: 40px
}

@media (min-width:920px) {
  .form .post_row {
    flex-direction: row;
    justify-content: space-between
  }
}

@media (min-width:920px) {
  .form .post_row .post_side {
    width: 32.7586%
  }
}

@media (min-width:920px) {
  .form .post_row .post_side_sticky {
    position: sticky;
    top: 160px
  }
}

.form .post_row .post_side_textArea {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBE3DD
}

.form .post_row .post_side_text {
  font-size: 14px;
  line-height: 1.75
}

@media (min-width:920px) {
  .form .post_row .post_side_text {
    font-size: 16px
  }
}

.form .post_row .post_side_text.bold {
  font-weight: 700
}

.form .post_row .post_side_flex {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.form .post_row .post_side_flex_item {
  display: flex;
  gap: 12px
}

.form .post_row .post_side_flex_label {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px
}

@media (min-width:920px) {
  .form .post_row .post_side_flex_label {
    width: 104px
  }
}

.form .post_row .post_side_flex_label_text {
  font-size: 14px;
  font-weight: 700;
  color: #fff
}

@media (min-width:920px) {
  .form .post_row .post_side_flex_label_text {
    font-size: 16px
  }
}

.form .post_row .post_side_flex_label.color_primary {
  background: #EC9700
}

.form .post_row .post_side_flex_label.color_pink {
  background: #F09092
}

.form .post_row .post_side_flex_text .num {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  display: block;
  line-height: 1.25;
  margin-bottom: 4px
}

@media (min-width:920px) {
  .form .post_row .post_side_flex_text .num {
    font-size: 32px
  }
}

.form .post_row .post_side_flex_text .time {
  font-size: 14px;
  display: block;
  line-height: 1.25
}

@media (min-width:920px) {
  .form .post_row .post_main {
    width: 61.9827586%
  }
}

.form_area__content {
  border-radius: 12px;
  background: #fff;
  padding: 40px 20px
}

@media (min-width:920px) {
  .form_area__content {
    padding: 60px 40px
  }
}

.form_area__content h4 {
  font-size: 18px;
  color: #EC9700;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Zen Maru Gothic", sans-serif
}

@media (min-width:920px) {
  .form_area__content h4 {
    margin-bottom: 24px
  }
}

.form_label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  margin-bottom: 8px
}

@media (min-width:920px) {
  .form_label {
    gap: 16px;
    font-size: 20px
  }
}

.form_label_txt {
  display: inline-block
}

.form_label .required {
  color: #fff;
  background: #d91717;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
  padding: 6px 8px
}

.form_label .small {
  font-size: 14px;
  font-weight: 500
}

@media (min-width:920px) {
  .form_label .small {
    font-size: 16px
  }
}

.form_label_col {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px
}

.form_label .bubble {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-top: 1px
}

.form_label .bubble__icon {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  line-height: 1
}

.form_label .bubble__icon img {
  display: block
}

.form_label .bubble__icon:active {
  transform: translateY(1px)
}

.form_label .bubble__pop {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 14px;
  left: -30px;
  z-index: 50;
  width: 200px;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease
}

@media (min-width:920px) {
  .form_label .bubble__pop {
    width: 260px;
    left: -36px
  }
}

.form_label .bubble__pop img {
  width: 100%
}

.form_label .bubble.is-open .bubble__pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.form_row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px
}

@media (min-width:920px) {
  .form_row {
    flex-direction: row
  }
}

.form_row:last-of-type {
  margin-bottom: 0
}

@media (min-width:920px) {
  .form_row .form_input_wrap {
    flex: 1
  }
}

.form_row-address {
  flex-direction: column
}

@media (min-width:920px) {
  .form_row-address .form_input_wrap:first-child {
    width: 50%
  }
}

.form .date {
  font-size: 14px
}

.form .date::placeholder {
  color: #523924;
  opacity: 1
}

.form_container {
  margin-bottom: 20px
}

@media (min-width:920px) {
  .form_container {
    margin-bottom: 40px
  }
}

.form_container.border_gray {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBE3DD
}

@media (min-width:920px) {
  .form_container.border_gray {
    padding-bottom: 40px;
    margin-bottom: 40px
  }
}

.form .mwform-radio-field {
  line-height: 1.5
}

.form_input_label {
  font-size: 14px;
  margin-bottom: 4px
}

.form_input_caution {
  font-size: 12px
}

.form_input_check_file {
  height: 54px
}

@media (min-width:920px) {
  .form_input_check_file {
    height: 76px
  }
}

.form_input_check .error {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 17px
}

.form_input_box {
  position: relative;
  background: #fff;
  border-radius: 8px;
  align-items: center;
  border: 1px solid #ebe3dd;
  width: 100%
}

.form_input_box input,
.form_input_box select,
.form_input_box textarea {
  border: none;
  background: transparent;
  padding: 12px;
  outline: none;
  width: 100%;
  height: 54px;
  appearance: none;
  font-size: 16px;
  resize: none
}

@media (min-width:920px) {

  .form_input_box input,
  .form_input_box select,
  .form_input_box textarea {
    padding: 22px 16px;
    height: 76px
  }
}

.form_input_box textarea {
  height: 120px
}

@media (min-width:920px) {
  .form_input_box textarea {
    height: 172px
  }
}

.form_input_box input {
  font-size: 16px
}

.form_input_box-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/page/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 10px auto;
  padding-right: 25px;
  font-size: 16px
}

@media (min-width:920px) {
  .form_input_box-select select {
    font-size: 14px
  }
}

.form .error {
  font-size: 10px !important
}

.form_policy {
  text-align: center
}

.form_policy_check {
  margin-bottom: 40px
}

.form .form_submit {
  max-width: 440px;
  margin: 0 auto
}

.form .form_submit input[type="submit"] {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #EC9700;
  width: 100%;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 700;
  transition: background 0.3s ease;
  cursor: pointer
}

@media (min-width:920px) {
  .form .form_submit input[type="submit"] {
    padding: 25px 20px
  }
}

@media (min-width:920px) {
  .form .form_submit input[type="submit"]:hover {
    background: #c98100;
    color: #fff
  }
}

.form .mw_wp_form_confirm .page_contents_body_main_content,
.form .mw_wp_form_confirm .post_side,
.form .mw_wp_form_confirm .form_head,
.form .mw_wp_form_confirm .form_policy,
.form .mw_wp_form_confirm .error,
.form .mw_wp_form_confirm .required,
.form .mw_wp_form_confirm .bubble,
.form .mw_wp_form_confirm .form_input_caution {
  display: none
}

.form .mw_wp_form_confirm .post_main {
  margin: 0 auto;
  width: 100%
}

@media (min-width:920px) {
  .form .mw_wp_form_confirm .post_main {
    max-width: 720px
  }
}

.form .mw_wp_form_confirm h3 {
  display: none
}

.form .mw_wp_form_confirm .confirm_head {
  margin-bottom: 24px
}

.form .mw_wp_form_confirm .confirm_head_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 36px
}

.form .mw_wp_form_confirm .confirm_head_title {
  font-size: 28px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25
}

@media (min-width:920px) {
  .form .mw_wp_form_confirm .confirm_head_title {
    font-size: 52px
  }
}

.form .mw_wp_form_confirm .confirm_head_sub {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25
}

@media (min-width:920px) {
  .form .mw_wp_form_confirm .confirm_head_sub {
    font-size: 40px
  }
}

.form .mw_wp_form_confirm .confirm_head_desc {
  text-align: center;
  font-size: 14px;
  font-weight: 500
}

@media (min-width:920px) {
  .form .mw_wp_form_confirm .confirm_head_desc {
    font-size: 16px
  }
}

.form .mw_wp_form_confirm .form_area__content {
  border-radius: 0;
  background: transparent;
  padding: 0
}

.form .mw_wp_form_confirm .form_area__content_body {
  border-radius: 12px;
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 60px
}

@media (min-width:920px) {
  .form .mw_wp_form_confirm .form_area__content_body {
    padding: 60px 40px
  }
}

.form .mw_wp_form_confirm .form_row {
  gap: 4px
}

.form .mw_wp_form_confirm .form_row .form_input_wrap {
  flex: unset
}

.form .mw_wp_form_confirm .form_input_check {
  line-height: 1.25
}

.form .mw_wp_form_confirm .form_container {
  display: flex;
  flex-direction: column;
  gap: 8px
}

@media (min-width:920px) {
  .form .mw_wp_form_confirm .form_container {
    flex-direction: row;
    gap: 80px;
    align-items: baseline
  }
}

.form .mw_wp_form_confirm .form_container .form_label {
  font-size: 16px;
  margin-bottom: 0;
  width: 150px;
  flex-shrink: 0
}

.form .mw_wp_form_confirm .form_container .form_input_box {
  border: none;
  border-radius: 50%
}

.form .mw_wp_form_confirm .form_container:last-of-type {
  margin-bottom: 0
}

.form .mw_wp_form_confirm .form_row-address .form_input_wrap:first-child {
  width: 100%;
  flex: unset
}

.form .mw_wp_form_confirm .form_submit {
  margin-bottom: 20px
}

.form .mw_wp_form_confirm .form_submit_back input[type="submit"] {
  padding: 0 0 6px 0;
  width: fit-content;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  background-image: linear-gradient(to right, #523924, #523924);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  line-height: 1;
  color: #523924
}

.form .mw_wp_form_confirm .form_submit_back input[type="submit"]:hover {
  animation: linkLineReverse 0.5s ease forwards;
  color: #523924
}

@keyframes linkLineReverse {
  0% {
    background-size: 100% 1px;
    background-position: bottom right
  }

  50% {
    background-size: 0 1px;
    background-position: bottom right
  }

  51% {
    background-position: bottom left
  }

  100% {
    background-size: 100% 1px
  }
}

.form .mw_wp_form_confirm .confirm_hidden_text {
  display: none
}

.thanks {
  padding: 200px 0 80px
}

@media (min-width:920px) {
  .thanks {
    padding: 208px 0 120px
  }
}

.thanks_head {
  margin-bottom: 86px;
  position: relative
}

@media (max-width:919px) {
  .thanks_head {
    margin-bottom: 40px
  }
}

.thanks_head_img {
  position: absolute
}

.thanks_head_img-01 {
  top: 0;
  left: 0
}

@media (max-width:919px) {
  .thanks_head_img-01 {
    top: -90px;
    left: 20px;
    width: 100px
  }
}

.thanks_head_img-02 {
  bottom: -77px;
  right: 8px
}

@media (max-width:919px) {
  .thanks_head_img-02 {
    width: 70px
  }
}

.thanks_head_catch {
  font-size: 28px;
  font-weight: 700;
  color: #EC9700;
  line-height: 1.25;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif
}

@media (min-width:920px) {
  .thanks_head_catch {
    font-size: 52px
  }
}

.thanks_head_en {
  font-size: 18px;
  font-weight: 700;
  color: #EC9700;
  line-height: 1.25;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif
}

@media (min-width:920px) {
  .thanks_head_en {
    font-size: 24px
  }
}

.thanks_body_text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px
}

@media (min-width:920px) {
  .thanks_body_text {
    font-size: 16px
  }
}

.thanks_body_box {
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  margin: 0 auto 60px;
  max-width: 798px
}

@media (min-width:920px) {
  .thanks_body_box {
    padding: 20px 80px
  }
}

.thanks_body_box_top {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px
}

@media (min-width:920px) {
  .thanks_body_box_top {
    font-size: 20px
  }
}

.thanks_body_box_text {
  font-size: 14px
}

@media (min-width:920px) {
  .thanks_body_box_text {
    font-size: 16px
  }
}

.thanks .link_btn {
  margin: 0 auto
}


@media screen and (max-width:980px) {
  #miracle-chatbot-open-button {
    bottom: 78px !important
  }
  .page-id-35 #miracle-chatbot-button-area {
  position: absolute;
  bottom: 20px !important;
  right: 0;
  display: flex;
}
}


@media (min-width:920px) {
  .page-id-35 #miracle-chatbot-button-area {
    position: absolute;
    bottom: 40px !important;
    right: 0;
    display: flex;
  }
}

