@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #333333;
  position: relative;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body:has(.site-header #toggle-menu-btn:checked) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

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

img.imgauto {
  width: 100%;
}

img.fit_cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
  height: 100%;
}

h1, h2, h3, h4 {
  line-height: 1.1;
  font-weight: 500;
}

em, i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

button:focus-visible {
  outline: none;
}

.inline_block {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  br.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  br.__pc {
    display: none;
  }
}
.br_clone {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
._link_disable > a {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
  color: #450C00;
}

.color_white {
  color: #FFF;
}

.bg_white {
  background-color: #FFF;
}

.color_black {
  color: #231815;
}

.color_main {
  color: #450C00;
}

.color_sub {
  color: #FB876B;
}

.color_blue {
  color: #354756;
}

.bg_main {
  background-color: #450C00;
  color: #FFF;
}

.bg_sub {
  background-color: #FB876B;
  color: #FFF;
}

.bg_ivory {
  background-color: #FFFBF2;
}

.bg_brown {
  background-color: #A48046;
}

.bg_sand {
  background-color: #F6F2E4;
}

.__underline {
  position: relative;
}
.__underline::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FB876B;
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
}

.__bold {
  font-weight: 700;
}

.thin_txt {
  font-weight: 300;
}
@media screen and (min-width: 1025px) {
  .thin_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .thin_txt {
    font-size: 12px;
  }
}

.font_serif {
  font-family: "Hannari", serif;
}

.font_maru {
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 500;
}

.fs18 {
  font-size: 18px;
}

@media screen and (min-width: 1025px) {
  .fs20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fs20 {
    font-size: 16px;
  }
}

.ls0 {
  letter-spacing: 0;
}

.ls60 {
  letter-spacing: 0.06em;
}

.marker {
  background: linear-gradient(180deg, transparent 70%, #FBF58D 70%);
}

.fit_center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 80%;
    max-width: 1200px;
    min-width: 940px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}

@media screen and (min-width: 1280px) {
  .page_content.__aside .container {
    width: 65%;
    min-width: unset;
  }
}
.position_rel {
  position: relative;
}

a {
  transition: all ease 0.5s;
}

a.hover_zoom {
  display: block;
  overflow: hidden;
}
a.hover_zoom img {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a.hover_zoom:hover {
    opacity: 1;
  }
  a.hover_zoom:hover img {
    transform: scale(1.1);
  }
}
a.text_link {
  color: #450C00;
  text-decoration: underline;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.link_button {
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .link_button {
    height: 60px;
    border-radius: 30px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    height: 50px;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    border-radius: 25px;
  }
}
.link_button .btn_txt {
  letter-spacing: 0.06em;
}
@media (hover: hover) {
  .link_button:hover {
    opacity: 1;
  }
}
.link_button.btn_color {
  background-color: #450C00;
}
.link_button.btn_color .btn_txt {
  color: #FFF;
}
@media (hover: hover) {
  .link_button.btn_color:hover {
    background-color: #FFF;
    border: 1px solid #450C00;
  }
  .link_button.btn_color:hover .btn_txt {
    color: #450C00;
  }
  .link_button.btn_color:hover .btn_arw {
    background: #450C00;
  }
}
.link_button.btn_center {
  margin-inline: auto;
}
.link_button .btn_arw {
  height: 2px;
  position: absolute;
  top: 50%;
  background: linear-gradient(90deg, #FFF 0%, #FFF 50%, #450C00 50%);
}
.link_button .btn_arw::before {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #450C00;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(20deg);
  transform-origin: right;
  content: "";
}
@media screen and (min-width: 1025px) {
  .link_button .btn_arw {
    width: 78px;
    right: -39px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button .btn_arw {
    width: 70px;
    right: -35px;
  }
}
.link_button:has(.btn_arw) {
  justify-content: flex-start;
  padding-left: 30px;
}

.btn_grad {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgb(251, 145, 80) 11.92%, rgb(250, 75, 59) 100%);
  border-radius: 12px;
}
.btn_grad .btn_txt {
  color: #FFF;
  font-weight: 700;
}
.btn_grad .btn_icon {
  width: 24px;
}
.btn_grad .btn_icon img {
  display: block;
}
.btn_grad.btn_center {
  margin-inline: auto;
}
@media (hover: hover) {
  .btn_grad:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1025px) {
  .btn_grad {
    -moz-column-gap: 42px;
         column-gap: 42px;
    height: 103px;
  }
  .btn_grad .btn_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .btn_grad {
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: 65px;
  }
  .btn_grad .btn_txt {
    font-size: 18px;
  }
}

.link_arw {
  position: relative;
}
.link_arw__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 50%;
}
.link_arw {
  width: 28px;
  height: 28px;
}
.link_arw::before {
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  content: "";
}
.link_arw__arw {
  display: block;
  position: absolute;
  border-right: 1px solid #450C00;
  border-bottom: 1px solid #450C00;
  content: "";
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .link_arw__arw {
    width: 7px;
    height: 7px;
    top: calc(50% - 3.5px);
    left: calc(50% - 5px);
  }
}
@media screen and (max-width: 1024px) {
  .link_arw__arw {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
  }
}

.link_view {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.link_view .link_txt {
  font-family: "Work Sans", sans-serif;
  color: #450C00;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .link_view .link_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .link_view .link_txt {
    font-size: 14px;
  }
}

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
@media screen and (min-width: 1025px) {
  .breadcrumb span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb span {
    font-size: 12px;
  }
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
  color: #450C00;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb1em {
  margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 104px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}

.c-text {
  line-height: 2.21;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
.c-text span {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (min-width: 1025px) {
  .mb20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .mb20 {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .mb40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .mb80 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pb50 {
  padding-bottom: 50px;
}

.pb80 {
  padding-bottom: 80px;
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table th, .c-table td {
  vertical-align: middle;
}
.c-table th {
  font-weight: 900;
  color: #450C00;
  padding-left: 1em;
}
.c-table td {
  font-weight: 500;
}
.c-table tr:nth-child(even) th, .c-table tr:nth-child(even) td {
  background-color: #D9DFE3;
}
@media screen and (min-width: 1025px) {
  .c-table th, .c-table td {
    font-size: 20px;
    padding-block: 0.75em;
  }
}
@media screen and (max-width: 1024px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .c-table th {
    padding-top: 0.75em;
  }
  .c-table td {
    padding-left: 30px;
    padding-right: 15px;
    padding-block: 0.75em;
  }
}

.loop_slider {
  display: flex;
  overflow: hidden;
}
.loop_slider__list {
  display: flex;
  flex-shrink: 0;
  animation: scroll-left 30s infinite linear 0.5s both;
}
.loop_slider__list li {
  flex-shrink: 0;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.cp_hr {
  display: block;
  height: 2px;
  border-width: 0;
  background-repeat: repeat-x;
  background-size: 0.7em 0.3em, 1.7em 0.3em, 3.5em 0.3em, 3.7em 0.3em;
  background-position: right bottom;
  background-image: radial-gradient(0.3em 0.2em at center center, #450c00, rgba(246, 89, 115, 0)), radial-gradient(0.5em 0.2em at center center, #450c00, rgba(246, 89, 115, 0)), radial-gradient(0.8em 0.2em at center center, #450c00, rgba(246, 89, 115, 0)), radial-gradient(7.2em 0.2em at center center, #450c00, rgba(246, 89, 115, 0));
}

.white_shadow {
  text-shadow: #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em;
}

.site-header {
  position: sticky;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  bottom: auto;
  left: 0;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.site-header .header_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: background-color 0.5s;
}
.site-header:not(.header_mv) .header_bg {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
.site-header.header_mv .header_bg {
  background-color: transparent;
}
.site-header .header_container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    justify-content: space-between;
    width: 96%;
    min-width: 990px;
    height: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    width: 90%;
    height: 70px;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .site-header .site-branding {
    flex-basis: 13.8%;
    max-width: 254px;
    min-width: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .site-header .site-branding {
    flex-basis: 208px;
  }
}
.site-header .main-navigation {
  height: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.7vw;
       column-gap: 1.7vw;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2.03vw;
       column-gap: 2.03vw;
  height: 100%;
  position: relative;
}
.site-header .main-navigation .main_menu > .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header .main-navigation .main_menu > .menu-item > a {
  line-height: 2;
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 0.06em;
  position: relative;
  display: inline-block;
}
.site-header .main-navigation .main_menu > .menu-item > a::before {
  display: block;
  width: 0;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FB876B;
  border-radius: 50%;
  transition: width ease 0.4s;
  content: "";
}
.site-header .main-navigation .menu-item__l1 {
  position: relative;
}
.site-header .main-navigation .menu-item__spin {
  display: none;
}
.site-header .main-navigation .header_btns {
  flex-basis: 23%;
  min-width: 270px;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.35vw;
       column-gap: 1.35vw;
  height: 100%;
}
.site-header .menu-item {
  cursor: pointer;
}
.site-header .menu-item.menu_label > a {
  pointer-events: none;
}
.site-header .main-navigation .main_menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -1em;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 1em;
  padding-inline: 1em;
  background-color: #FB876B;
  transition: all ease 0.4s;
  transform-origin: center top;
  transform: scaleY(0);
  cursor: initial;
}
.site-header .main-navigation .main_menu .sub-menu .sub-menu-item {
  white-space: nowrap;
  line-height: 2;
  position: relative;
  color: #FFF;
  cursor: pointer;
  margin-bottom: 1em;
}
.site-header .main-navigation .main_menu .sub-menu .sub-menu-item:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .site-header .main_menu > .menu-item > a:hover {
    opacity: 1;
  }
  .site-header .main_menu > .menu-item:hover > a::before {
    width: 10px;
  }
  .site-header .main_menu > .menu-item.menu-item__l1:hover > .sub-menu {
    transform: scaleY(1);
  }
}
@media screen and (min-width: 1200px) {
  .site-header .main_menu_btn {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .site-header .main_menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: absolute;
    right: 5%;
    top: calc(50% - 12.5px);
    z-index: 1;
    width: 48px;
    height: 25px;
    background-color: #AE669A;
    border-radius: 12.5px;
  }
  .site-header .main_menu_btn ._mobile_menu_btn {
    display: block;
    position: relative;
    width: 18px;
    height: 6px;
    cursor: pointer;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #FFF;
    border-radius: 0.5px;
    transition: all 0.5s;
    transform-origin: left;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
    top: 0%;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
    top: 100%;
  }
  .site-header .main_menu_btn:active {
    border: none;
  }
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .main_menu_btn ._menu_bar._bar1 {
  transform: rotate(20deg);
}
.site-header #toggle-menu-btn:checked ~ .main_menu_btn ._menu_bar._bar2 {
  transform: rotate(-20deg);
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 0;
  z-index: -1;
  position: fixed;
  top: 70px;
  left: 0;
  transition: all ease 0.5s;
  background-color: #A47BB5;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .site-header .mobile_modal_window {
    display: none;
  }
}
.site-header .mobile_modal_window .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-top: 40px;
}
.site-header .mobile_modal_window .modal_container {
  margin: 0 auto;
  width: 90%;
}
.site-header .mobile_modal_window .modal_nav .main_menu {
  margin-bottom: 38px;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item {
  line-height: 2;
  position: relative;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item a {
  display: block;
  width: 100%;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item {
  font-size: 15px;
  color: #FFF;
  padding-block: 1em;
  border-bottom: 1px solid #FFF;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item.menu-item-has-children a {
  position: relative;
}
.site-header .mobile_modal_window .modal_nav .main_menu .sub-menu {
  display: none;
  padding-left: 1em;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item__spin {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item__spin::before, .site-header .mobile_modal_window .modal_nav .main_menu .menu-item__spin::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  content: "";
  transition: transform 0.5s;
  left: 0;
  top: calc(50% - 1px);
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item__spin::after {
  transform: rotate(90deg);
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item-has-children.is-open .menu-item__spin::after {
  transform: rotate(0deg);
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  height: 100vh;
}

.menu-btn {
  height: 50px;
  border-radius: 25px;
  text-align: center;
}
.menu-btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.menu-btn.menu_recruit {
  font-weight: 700;
  color: #FFF;
  background: linear-gradient(90deg, rgb(251, 135, 107) 0%, rgb(213, 175, 202) 100%);
}
.menu-btn.menu_contact {
  background-color: #FFF;
  border: 1px solid #FB876B;
}

.main-navigation .menu-btn {
  flex: 1;
  min-width: 110px;
  max-width: 170px;
  font-size: clamp(14px, 1vw, 16px);
}

.modal_nav .menu-btn {
  width: 300px;
  text-align: center;
  margin-inline: auto;
}
.modal_nav .menu-btn.menu_recruit {
  margin-block: 50px;
}

body.page-company .main-navigation .main_menu .menu_company > a::before,
body.page-philosophy .main-navigation .main_menu .menu_company > a::before,
body.page-data .main-navigation .main_menu .menu_company > a::before,
body.page-webinar .main-navigation .main_menu .menu_webinar > a::before,
body.page-entry .main-navigation .main_menu .menu_webinar > a::before,
body:has(.parent-entry) .main-navigation .main_menu .menu_webinar > a::before,
body.page-environment .main-navigation .main_menu .menu_environment > a::before,
body.post-type-archive-interview .main-navigation .main_menu .menu_interview > a::before,
body.single-interview .main-navigation .main_menu .menu_interview > a::before,
body.single-topics .main-navigation .main_menu .menu_topics > a::before,
body.post-type-archive-topics .main-navigation .main_menu .menu_topics > a::before {
  width: 10px;
}

.home_link {
  display: block;
  width: 100%;
}
.home_link .logo_txt {
  display: block;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home_link .logo_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .logo_txt {
    font-size: 10px;
  }
}

.site-footer {
  position: relative;
}
.site-footer .footer_container {
  position: relative;
  z-index: 1;
  background-color: #F6F2E4;
}
.site-footer .footer_nav {
  display: flex;
}
.site-footer .footer_nav__l1, .site-footer .footer_nav__l2 {
  letter-spacing: 0.06em;
}
.site-footer .footer_nav__l1 {
  font-weight: 700;
  color: #450C00;
  margin-bottom: 1em;
}
.site-footer .footer_nav__l2 {
  margin-bottom: 0.5em;
}
.site-footer .footer_nav__l2 span, .site-footer .footer_nav__l2 a {
  display: inline-block;
  vertical-align: middle;
}
.site-footer .footer_nav__arw {
  width: 20px;
  height: 20px;
  background-color: #450C00;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
}
.site-footer .footer_nav__arw img {
  display: block;
  width: 7px;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(180deg);
}
.site-footer .footer_nav__ext {
  width: 13px;
  margin-left: 10px;
}
.site-footer .footer_nav__ext img {
  display: block;
}
.site-footer .footer_signature .home_link {
  margin-inline: auto;
  text-align: center;
}
.site-footer .footer_signature .home_link__txt {
  letter-spacing: 0;
}
.site-footer .footer_address {
  display: flex;
  letter-spacing: 0;
}
.site-footer .footer_top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.site-footer .footer_top img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.site-footer .footer_contact {
  border-bottom: 1px solid #BAAD8D;
}
.site-footer .footer_contact__wrap {
  display: flex;
  -moz-column-gap: 11%;
       column-gap: 11%;
}
.site-footer .footer_contact__catch {
  position: relative;
  letter-spacing: 0;
  border-radius: 6px;
}
.site-footer .footer_contact__catch .quote {
  display: block;
  position: absolute;
}
.site-footer .footer_contact__catch .quote img {
  display: block;
}
.site-footer .footer_contact__catch .quote.__head {
  left: 3px;
  top: -7px;
}
.site-footer .footer_contact__catch .quote.__bottom {
  right: 2px;
  bottom: -4px;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_container {
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
  }
  .site-footer .footer_signature {
    padding-top: 58px;
    padding-bottom: 54px;
  }
  .site-footer .footer_signature .home_link {
    width: 315px;
    margin-bottom: 24px;
  }
  .site-footer .footer_signature .home_link__txt {
    font-size: 14px;
  }
  .site-footer .footer_signature .footer_address {
    justify-content: center;
    -moz-column-gap: 1em;
         column-gap: 1em;
    font-size: 14px;
  }
  .site-footer .footer_nav {
    justify-content: center;
    -moz-column-gap: 7%;
         column-gap: 7%;
    padding-bottom: 110px;
  }
  .site-footer .footer_contact {
    padding-top: 85px;
    padding-bottom: 76px;
  }
  .site-footer .footer_contact .top_h2__ja {
    font-size: 26px;
  }
  .site-footer .footer_contact__wrap {
    width: 100%;
    max-width: 1054px;
    margin-inline: auto;
  }
  .site-footer .footer_contact__head {
    flex-shrink: 0;
  }
  .site-footer .footer_contact__body {
    flex-grow: 1;
  }
  .site-footer .footer_contact__body .link_button {
    margin-top: 24px;
    width: 280px;
  }
  .site-footer .footer_contact__catch {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    line-height: 67px;
    padding-inline: 30px;
    margin-bottom: 36px;
  }
  .site-footer .footer_contact__catch .quote {
    width: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_container {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    padding-bottom: 70px;
  }
  .site-footer .footer_signature {
    padding-top: 49px;
    padding-bottom: 45px;
  }
  .site-footer .footer_signature .home_link {
    width: 287px;
    margin-bottom: 20px;
  }
  .site-footer .footer_signature .home_link__txt {
    font-size: 14px;
  }
  .site-footer .footer_signature .footer_address {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 1em;
         column-gap: 1em;
    font-size: 14px;
  }
  .site-footer .footer_signature .footer_address span {
    flex-shrink: 0;
  }
  .site-footer .footer_nav {
    flex-wrap: wrap;
    row-gap: 40px;
    max-width: 300px;
    margin-inline: auto;
  }
  .site-footer .footer_nav > div {
    flex-basis: 100%;
  }
  .site-footer .footer_nav {
    padding-bottom: 42px;
  }
  .site-footer .footer_contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-footer .footer_contact .top_h2 {
    margin-bottom: 55px;
  }
  .site-footer .footer_contact .top_h2__ja {
    font-size: 26px;
  }
  .site-footer .footer_contact__wrap {
    flex-wrap: wrap;
    margin-inline: auto;
  }
  .site-footer .footer_contact__head {
    flex-basis: 100%;
    padding-left: 11px;
  }
  .site-footer .footer_contact__body {
    flex-basis: 100%;
  }
  .site-footer .footer_contact__body .link_button {
    margin-top: 34px;
    width: 280px;
  }
  .site-footer .footer_contact__catch {
    width: 100%;
    max-width: 350px;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 34px;
  }
  .site-footer .footer_contact__catch .quote {
    width: 17px;
  }
  .site-footer .footer_contact__catch + p {
    width: 90%;
    margin-inline: auto;
  }
}

body:not(.home) .site-footer .footer_top {
  display: none;
}

@media screen and (min-width: 1025px) {
  body.home .site-footer {
    padding-top: 682px;
  }
  body.home .site-footer .footer_top {
    height: 772px;
  }
}
@media screen and (max-width: 1024px) {
  body.home .site-footer {
    padding-top: 64.8vw;
  }
  body.home .site-footer .footer_top {
    height: 71vw;
  }
}
.copyright__pc {
  position: absolute;
  left: 1.25vw;
  top: 50vh;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 10px;
  writing-mode: vertical-rl;
  color: #717071;
  font-size: 10px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .copyright__pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .copyright__sp {
    display: none;
  }
}
.copyright__sp {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.08em;
}

.floating_banner {
  width: 180px;
  position: fixed;
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: ft-fadeIn 0.8s ease-out;
}
@media (hover: hover) {
  .floating_banner:hover {
    transform: translateY(-8px);
  }
  .floating_banner:hover a {
    opacity: 1;
  }
  .floating_banner:hover .floating_banner__inner {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  }
}
.floating_banner__inner {
  display: block;
  background: url("../images/ayame_bg.webp") center/cover no-repeat;
  border-radius: 12px;
  overflow: hidden;
}
.floating_banner__content {
  padding-inline: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}
.floating_banner__img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.floating_banner__txt {
  transform: translateY(-7px);
}
.floating_banner__txt span {
  display: block;
  text-align: center;
  line-height: 1.1;
}
.floating_banner__txt .__small {
  font-size: 14px;
}
.floating_banner__txt .__large {
  font-size: 28px;
}
.floating_banner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  height: 32px;
}
.floating_banner__link .__link__txt {
  font-size: 15px;
}
.floating_banner__link .__link__icon {
  width: 14px;
}
.floating_banner__link .__link__icon img {
  display: block;
}
.floating_banner__close {
  display: block;
  width: 10px;
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
}
.floating_banner.is-hidden, .floating_banner.is-closed {
  visibility: hidden;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .floating_banner {
    right: 24px;
    bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .floating_banner {
    right: 12px;
    bottom: 0;
  }
  .floating_banner__inner {
    transform: scale(0.5);
    transform-origin: right top;
  }
}

@keyframes ft-fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
#totop_btn {
  display: block;
  width: 61px;
  height: 61px;
  border-top-left-radius: 12px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
#totop_btn.is-visible {
  z-index: 1000;
  opacity: 1;
}
#totop_btn img {
  display: block;
  width: 38px;
  position: absolute;
  inset: 0;
  margin: auto;
}

.top_h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .top_h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    margin-bottom: 34px;
  }
}
.top_h2__ja, .top_h2__en {
  display: block;
}
.top_h2__ja {
  letter-spacing: 0;
}
.top_h2__en {
  color: #FB876B;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .top_h2__en {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__en {
    font-size: 18px;
  }
}
.top_h2__under {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
}

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

.top_mv {
  position: relative;
}
.top_mv__bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}
.top_mv__point {
  display: block;
  position: absolute;
}
.top_mv__point__txt {
  color: #808080;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
  position: absolute;
}
.top_mv__img {
  position: absolute;
  z-index: 1;
  right: 0;
}
.top_mv__catch__h2 {
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  line-height: 1;
}
.top_mv__catch__h2 span {
  display: block;
}
.top_mv__catch__h2 img, .top_mv__catch__h2 i {
  vertical-align: middle;
}
.top_mv__catch__p {
  line-height: 1.5;
}
.top_mv__about__h2 {
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.06em;
}
.top_mv__about__catch {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #231815;
  letter-spacing: 0;
  line-height: 1.58;
  border-radius: 7px;
}
.top_mv__about__catch .quote.__head {
  left: 3px;
  top: -7px;
}
.top_mv__about__catch .quote.__bottom {
  right: 2px;
  bottom: -4px;
}
.top_mv__about__txt {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2.4;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    padding-top: 96px;
    padding-bottom: 150px;
  }
  .top_mv__bg, .top_mv__img {
    top: -90px;
  }
  .top_mv__bg {
    height: calc(100% + 90px);
  }
  .top_mv__container {
    padding-bottom: 417px;
  }
  .top_mv__point {
    left: 10%;
    top: 330px;
    width: 43.96vw;
  }
  .top_mv__point__txt {
    left: 55.5%;
    top: 49.1%;
  }
  .top_mv__catch__h2 {
    font-size: clamp(30px, 2.82vw, 48px);
    margin-bottom: 20px;
  }
  .top_mv__catch__svg {
    width: clamp(280px, 27.77vw, 471px);
    margin-right: 12px;
  }
  .top_mv__catch__p {
    font-size: 25px;
  }
  .top_mv__img {
    width: 61.8%;
  }
  .top_mv__about {
    padding-top: 70px;
    padding-left: 4.4%;
  }
  .top_mv__about__h2 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.55;
  }
  .top_mv__about__h2 .indent_1em {
    display: inline-block;
    text-indent: 1em;
  }
  .top_mv__about__catch {
    font-size: 24px;
    padding-inline: 30px;
    padding-block: 15px;
    margin-bottom: 30px;
  }
  .top_mv__about__catch .quote {
    display: block;
    position: absolute;
    width: 22px;
  }
  .top_mv__about__catch .quote img {
    display: block;
  }
  .top_mv__about__txt .top_btn {
    margin-left: auto;
  }
  .top_mv__about__txt .top_btn .circleText__text {
    --spin-text-color: #FB876B;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    padding-top: 224px;
    padding-bottom: 150px;
  }
  .top_mv__bg, .top_mv__img {
    top: 0;
  }
  .top_mv__bg {
    height: 100%;
  }
  .top_mv__container {
    padding-bottom: 57vw;
  }
  .top_mv__point {
    left: 5%;
    top: 286px;
    width: 85.6vw;
    max-width: 600px;
  }
  .top_mv__point__txt {
    left: 70%;
    top: 63.7%;
    font-size: 13px;
  }
  .top_mv__catch__h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .top_mv__catch__svg {
    width: 253px;
    margin-right: 12px;
  }
  .top_mv__catch__p {
    font-size: 18px;
  }
  .top_mv__img {
    width: 100%;
    max-width: 780px;
  }
  .top_mv__about {
    padding-top: 77px;
  }
  .top_mv__about .top_h2__en {
    font-size: 16px;
  }
  .top_mv__about__h2 {
    font-size: 26px;
    margin-bottom: 32px;
    line-height: 1.38;
  }
  .top_mv__about__h2 span {
    display: inline-block;
  }
  .top_mv__about__catch {
    font-size: 22px;
    padding-inline: 28px;
    padding-block: 20px;
    margin-bottom: 44px;
  }
  .top_mv__about__catch span {
    display: inline-block;
    white-space: nowrap;
  }
  .top_mv__about__catch .quote {
    display: block;
    position: absolute;
    width: 22px;
  }
  .top_mv__about__catch .quote img {
    display: block;
  }
  .top_mv__about__txt .top_btn {
    margin-inline: auto;
    margin-top: 66px;
  }
  .top_mv__about__txt .top_btn .circleText__text {
    --spin-text-color: #FB876B;
  }
}

.top_h3__ja, .top_h3__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.top_h3__en {
  color: #450C00;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 1025px) {
  .top_h3__ja {
    font-size: clamp(18px, 1.71vw, 24px);
  }
  .top_h3__en {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h3__ja {
    font-size: 20px;
  }
  .top_h3__en {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.top_btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.top_btn .btn_txt {
  color: #450C00;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.top_btn .btn_arw {
  width: 54px;
  height: 1px;
  background-color: #450C00;
  position: relative;
}
.top_btn .btn_arw::before {
  display: block;
  width: 30%;
  height: 1px;
  background-color: #450C00;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(24deg);
  transform-origin: right;
  content: "";
}
.top_btn .btn_spin {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: calc(50% - 60px);
  z-index: 1;
}
.top_btn .btn_spin .circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
}
.top_btn .btn_spin .circleText__circle {
  fill: none;
}
.top_btn .btn_spin .circleText__text {
  fill: var(--spin-text-color);
  letter-spacing: 0.08em;
  font-size: 17px;
}
@media screen and (min-width: 1025px) {
  .top_btn .btn_txt {
    font-size: 20px;
  }
  .top_btn .btn_spin {
    right: -32px;
  }
}
@media screen and (max-width: 1024px) {
  .top_btn .btn_txt {
    font-size: 18px;
  }
  .top_btn .btn_spin {
    right: -6px;
  }
}
@media (hover: hover) {
  .top_btn:hover .btn_spin .circleText {
    animation-play-state: paused;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top_issue__container {
  display: flex;
}
.top_issue__item {
  flex-shrink: 0;
  background-color: #FFF;
  box-shadow: 0 0 5px #EAAC68;
  border-radius: 14px;
  position: relative;
}
.top_issue__item__img {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
}
.top_issue__item__catch {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #FFE1DA;
}
.top_issue__more {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .top_issue {
    padding-top: 75px;
    padding-bottom: 140px;
  }
  .top_issue .page_h2 {
    margin-bottom: 70px;
  }
  .top_issue .page_h2__svg {
    width: 140px;
  }
  .top_issue .page_h2__under {
    width: 500px;
    top: calc(100% + 10px);
  }
  .top_issue__container {
    max-width: 1020px;
    margin-inline: auto;
    justify-content: space-between;
  }
  .top_issue__item {
    flex-basis: 47%;
  }
  .top_issue__item__inner {
    padding-bottom: 70px;
    padding-top: 30px;
    position: relative;
  }
  .top_issue__item__txt {
    padding-inline: 12%;
  }
  .top_issue__item__h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .top_issue__item__h3.__mb0 {
    margin-bottom: 10px;
  }
  .top_issue__item__catch {
    font-size: 15px;
    line-height: 36px;
    border-radius: 18px;
    padding-inline: 20px;
    margin-bottom: 18px;
  }
  .top_issue__more {
    width: 100px;
    right: -23px;
    bottom: -16px;
  }
}
@media screen and (max-width: 1024px) {
  .top_issue {
    padding-top: 48px;
    padding-bottom: 70px;
  }
  .top_issue .page_h2 {
    margin-bottom: 57px;
  }
  .top_issue .page_h2 br.__sp {
    display: none;
  }
  .top_issue .page_h2__svg {
    width: 128px;
  }
  .top_issue__container {
    margin-inline: auto;
    flex-wrap: wrap;
    row-gap: 50px;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .top_issue__item {
    flex-basis: 100%;
    max-width: 477px;
  }
  .top_issue__item__inner {
    padding-bottom: 50px;
    padding-top: 20px;
    position: relative;
  }
  .top_issue__item__txt {
    padding-inline: 11%;
    font-size: 14px;
  }
  .top_issue__item__h3 {
    font-size: 20px;
    margin-bottom: 23px;
  }
  .top_issue__item__h3.__mb0 {
    margin-bottom: 10px;
  }
  .top_issue__item__catch {
    font-size: 12px;
    line-height: 28px;
    border-radius: 14px;
    padding-inline: 12px;
    margin-bottom: 10px;
  }
  .top_issue__more {
    width: 83px;
    right: 18px;
    bottom: -24px;
  }
}
@media screen and (max-width: 767px) {
  .top_issue .page_h2 br.__sp {
    display: block;
  }
}

.top_service {
  position: relative;
}
.top_service__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top_service__bg img {
  position: absolute;
}
.top_service__container {
  position: relative;
  z-index: 1;
}
.top_service__h2 {
  display: flex;
  align-items: center;
}
.top_service__h2__ja {
  color: #FFF;
  font-weight: 700;
}
.top_service__inner p {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.top_service__inner .marker {
  font-weight: 700;
}
.top_service__ttl {
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
.top_service__ttl .__ttl__left {
  line-height: 1.25;
}
.top_service__ttl .__ttl__right {
  line-height: 1;
}
.top_service .top_btn .circleText__text {
  --spin-text-color: #E9D5B3;
}
@media screen and (min-width: 1025px) {
  .top_service__bg .__bg__pic {
    width: 60.9%;
    top: 0;
    left: 0;
  }
  .top_service__bg .__bg__color {
    width: 58.7%;
    min-width: 740px;
    top: 0;
    right: 0;
    -o-object-position: left;
       object-position: left;
  }
  .top_service__bg .__bg__illust {
    width: 19.8%;
    min-width: 260px;
    max-width: 380px;
    right: 8.8%;
    bottom: 9.3%;
  }
  .top_service__container {
    width: 50%;
    min-width: 640px;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 128px;
  }
  .top_service__h2 {
    -moz-column-gap: 42px;
         column-gap: 42px;
    margin-bottom: 50px;
  }
  .top_service__h2__en {
    font-size: 30px;
    color: #FB876B;
  }
  .top_service__h2__ja {
    font-size: 17px;
  }
  .top_service__inner {
    padding-left: 40px;
  }
  .top_service__inner .br6 {
    border-radius: 6px;
    padding-inline: 14px;
    padding-block: 8px;
  }
  .top_service__inner p {
    font-size: clamp(16px, 1vw, 18px);
  }
  .top_service__inner .br_clone {
    line-height: 3.3;
  }
  .top_service__inner .top_service__ttl {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 25px;
    padding-block: 14px;
  }
  .top_service__inner .top_service__ttl .__ttl__left {
    font-size: 20px;
  }
  .top_service__inner .top_service__ttl .__ttl__right {
    font-size: 44px;
  }
  .top_service .top_btn {
    margin-top: 97px;
  }
}
@media screen and (max-width: 1024px) {
  .top_service {
    margin-bottom: 51.5vw;
  }
  .top_service__bg .__bg__pic {
    width: 100%;
    aspect-ratio: 390/284;
    top: calc(100% - 23vw);
    left: 0;
    height: auto;
  }
  .top_service__bg .__bg__color {
    width: 100%;
    top: 0;
    left: 0;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .top_service__bg .__bg__illust {
    width: 54.6%;
    right: 5%;
    top: 45px;
  }
  .top_service__container {
    width: 90%;
    margin-inline: auto;
    padding-top: 38px;
    padding-bottom: 24.87vw;
  }
  .top_service__h2 {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .top_service__h2__en {
    flex-basis: 100%;
    font-size: 30px;
    color: #FFF;
    margin-bottom: 14px;
  }
  .top_service__h2__ja {
    font-size: 17px;
  }
  .top_service__inner .br6 {
    border-radius: 6px;
    padding-inline: 14px;
    padding-block: 8px;
  }
  .top_service__inner p {
    padding-right: 1em;
  }
  .top_service__inner .br_clone {
    line-height: 3.3;
  }
  .top_service__inner .top_service__ttl {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 25px;
    padding-block: 14px;
    padding-inline: 16px;
  }
  .top_service__inner .top_service__ttl .__ttl__left {
    font-size: 16px;
  }
  .top_service__inner .top_service__ttl .__ttl__right {
    font-size: 36px;
  }
  .top_service .top_btn {
    margin-top: 50px;
    margin-inline: auto;
  }
}

.top_benefit {
  z-index: 2;
}
.top_benefit .page_h2 .__check {
  position: relative;
}
.top_benefit .page_h2 .__check::before {
  display: block;
  width: 11px;
  height: 7px;
  background: url("../images/top/check.svg") center/contain no-repeat;
  position: absolute;
  bottom: calc(100% - 5px);
  left: calc(50% - 5.5px);
  content: "";
}
.top_benefit__bg {
  position: absolute;
  z-index: 1;
}
.top_benefit__group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_benefit__item {
  background-color: #FFF;
  border: 2px solid #FB876B;
  position: relative;
  cursor: pointer;
}
.top_benefit__item__h3 {
  text-align: center;
}
.top_benefit__item__h3 span {
  display: inline-block;
}
.top_benefit__item__txt {
  display: none;
  position: relative;
  margin-top: 1em;
}
.top_benefit__item__txt::before {
  display: block;
  width: 66px;
  height: 2px;
  background-color: #FB876B;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 33px);
  content: "";
}
.top_benefit__item__btn {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #450C00;
  border-radius: 50%;
  position: absolute;
  top: calc(100% - 19px);
  left: calc(50% - 19px);
}
.top_benefit__item__btn::before, .top_benefit__item__btn::after {
  display: block;
  width: 17px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  transition: 0.5s;
}
.top_benefit__item:not(.is-open) .top_benefit__item__btn::after {
  transform: rotate(90deg);
}
.top_benefit__item.is-open .top_benefit__item__btn::after {
  transform: rotate(0deg);
}
@media screen and (min-width: 1025px) {
  .top_benefit {
    padding-top: 115px;
    padding-bottom: 220px;
  }
  .top_benefit .page_h2 {
    margin-bottom: 70px;
    font-size: clamp(28px, 1.88vw, 32px);
  }
  .top_benefit .page_h2__svg {
    width: 280px;
  }
  .top_benefit .page_h2__under {
    width: 500px;
    top: calc(100% + 35px);
  }
  .top_benefit__bg {
    width: 100%;
    max-width: 1560px;
    height: 480px;
    left: 0;
    top: 0;
  }
  .top_benefit__bg img {
    -o-object-position: right;
       object-position: right;
  }
  .top_benefit__group {
    margin-top: -30px;
    padding-inline: 2.25%;
    -moz-column-gap: 2.2%;
         column-gap: 2.2%;
    row-gap: 50px;
    margin-bottom: 67px;
  }
  .top_benefit__item {
    flex-basis: 31.8%;
    flex-shrink: 0;
    align-self: flex-start;
    border-radius: 24px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-inline: 2.4%;
    min-height: 157px;
  }
  .top_benefit__item__h3 {
    font-size: clamp(22px, 1.73vw, 26px);
  }
  .top_benefit__item__txt {
    padding-top: 30px;
  }
  .top_benefit .link_button {
    width: 270px;
  }
}
@media screen and (max-width: 1024px) {
  .top_benefit {
    padding-top: 72px;
    padding-bottom: 130px;
  }
  .top_benefit .page_h2 {
    margin-bottom: 70px;
    font-size: 24px;
  }
  .top_benefit .page_h2__svg {
    display: block;
    margin-block: 20px;
    width: 234px;
  }
  .top_benefit .page_h2__under {
    top: calc(100% + 35px);
  }
  .top_benefit__bg {
    width: 100%;
    height: 66.66vw;
    max-height: 480px;
    left: 0;
    top: 0;
  }
  .top_benefit__group {
    margin-top: 28px;
    -moz-column-gap: 2.2%;
         column-gap: 2.2%;
    row-gap: 48px;
    margin-bottom: 60px;
  }
  .top_benefit__item {
    flex-basis: 100%;
    max-width: 365px;
    flex-shrink: 0;
    align-self: flex-start;
    border-radius: 24px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-inline: 5%;
  }
  .top_benefit__item__h3 {
    font-size: 26px;
  }
  .top_benefit__item__txt {
    padding-top: 16px;
  }
  .top_benefit .link_button {
    width: 270px;
  }
}

.top_interview {
  position: relative;
}
.top_interview__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top_interview__bg img {
  -o-object-position: right top;
     object-position: right top;
}
.top_interview__wrap {
  height: 100%;
  background-color: #FFF;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top_interview__head {
  position: relative;
  z-index: 1;
  display: flex;
}
.top_interview__slider {
  position: relative;
  z-index: 1;
}
.top_interview .top_btn {
  z-index: 1;
}
.top_interview .top_btn .circleText__text {
  --spin-text-color: #FB876B;
}
.top_interview__illust {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_interview {
    padding-bottom: 13vw;
  }
  .top_interview__bg {
    height: calc(100% + 428px);
  }
  .top_interview__wrap {
    width: calc(50% + 50vw);
  }
  .top_interview__container {
    padding-block: 66px;
  }
  .top_interview__head {
    align-items: center;
    -moz-column-gap: clamp(64px, 6.4vw, 80px);
         column-gap: clamp(64px, 6.4vw, 80px);
    margin-bottom: 70px;
    padding-right: 5.5%;
  }
  .top_interview__head .top_h2 {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .top_interview__head .top_h2__ja {
    font-size: clamp(24px, 2.13vw, 32px);
  }
  .top_interview__head__txt {
    flex-grow: 1;
  }
  .top_interview__head__txt span {
    display: inline-block;
  }
  .top_interview__slider__arrows {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .top_interview__slider__arrows.__sp {
    display: none;
  }
  .top_interview__slider__arrow {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background-color: #450C00;
    border-radius: 50%;
    position: relative;
  }
  .top_interview__slider__arrow .arrow_icon {
    width: 18px;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  .top_interview__slider__arrow.__arrow--next .arrow_icon {
    transform: rotate(180deg);
  }
  .top_interview__slider {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .top_interview .top_btn {
    margin-top: 35px;
    margin-left: auto;
    margin-right: 50px;
  }
  .top_interview__illust {
    width: 47.9%;
    left: 50%;
    bottom: 0;
    transform: translateX(-80%);
  }
}
@media screen and (max-width: 1024px) {
  .top_interview {
    padding-bottom: 228px;
  }
  .top_interview__bg {
    height: calc(100% + 167px);
  }
  .top_interview__wrap {
    width: calc(50% + 50vw);
  }
  .top_interview__container {
    padding-top: 40px;
    padding-bottom: 87px;
  }
  .top_interview__head {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
  .top_interview__head .top_h2 {
    flex-basis: fit-content;
    margin-bottom: 54px;
  }
  .top_interview__head .top_h2__ja {
    font-size: 29px;
  }
  .top_interview__head__txt {
    flex-basis: 100%;
  }
  .top_interview__slider__arrows {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .top_interview__slider__arrows.__pc {
    display: none;
  }
  .top_interview__slider__arrow {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background-color: #450C00;
    border-radius: 50%;
    position: relative;
  }
  .top_interview__slider__arrow .arrow_icon {
    width: 18px;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  .top_interview__slider__arrow.__arrow--next .arrow_icon {
    transform: rotate(180deg);
  }
  .top_interview__slider {
    padding-inline: 10px;
    padding-bottom: 30px;
  }
  .top_interview__slider__track {
    padding-bottom: 30px;
    scrollbar-color: #AE669A #BABBBC;
    scrollbar-width: thin;
  }
  .top_interview__slider__list {
    display: flex !important;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .top_interview .top_btn {
    margin-inline: auto;
  }
  .top_interview__illust {
    width: 90%;
    max-width: 350px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }
}

.top_news__container {
  background: url("../images/top/top_news_bg.png");
}
.top_news__wrap {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_news {
    padding-top: 83px;
    padding-bottom: 87px;
  }
  .top_news__container {
    border-radius: 80px;
  }
  .top_news__wrap {
    padding-top: 100px;
    padding-bottom: 127px;
    -moz-column-gap: 4.8%;
         column-gap: 4.8%;
  }
  .top_news__head {
    flex-basis: 240px;
    flex-shrink: 0;
  }
  .top_news__head .link_button {
    height: 50px;
    margin-top: 150px;
  }
  .top_news .top_h2__ja {
    font-size: 26px;
  }
  .top_news__body {
    flex-grow: 1;
  }
  .top_news .link_button.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    padding-top: 40px;
    padding-bottom: 42px;
  }
  .top_news__container {
    border-radius: 40px;
    width: 90%;
    margin-inline: auto;
  }
  .top_news__wrap {
    padding-top: 33px;
    padding-bottom: 42px;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .top_news__head {
    flex-basis: 100%;
  }
  .top_news__head .link_button {
    display: none;
  }
  .top_news .top_h2__ja {
    font-size: 26px;
  }
  .top_news__body {
    flex-basis: 100%;
    padding-bottom: 30px;
    scrollbar-color: #AE669A #BABBBC;
    scrollbar-width: thin;
  }
  .top_news .link_button {
    max-width: 226px;
  }
}

.top_news__archive {
  display: flex;
  width: 100%;
}
.top_news__archive .news_article {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .top_news__archive {
    justify-content: space-between;
  }
  .top_news__archive .news_article {
    flex-basis: 30%;
  }
  .top_news__archive .news_article:nth-child(2) {
    transform: translateY(34px);
  }
}
@media screen and (max-width: 1024px) {
  .top_news__archive {
    padding-inline: 16px;
    padding-bottom: 12px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 22px;
  }
  .top_news__archive .news_article {
    flex-basis: 100%;
    max-width: 350px;
  }
}

.top_recruit {
  position: relative;
}
.top_recruit__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_recruit__wrap {
  position: relative;
}
.top_recruit__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FB876B;
  border-radius: 5px;
  color: #FFF;
  letter-spacing: 0;
}
.top_recruit__txt {
  font-size: 18px;
  line-height: 2.3;
  letter-spacing: 0.06em;
}
.top_recruit__txt .__bolf {
  font-size: 20px;
}
.top_recruit__banner {
  position: absolute;
  left: 0;
  z-index: 1;
}
.top_recruit__banner span {
  vertical-align: middle;
}
.top_recruit__banner .__banner__txt {
  color: rgba(251, 135, 107, 0.3);
  letter-spacing: 0.03em;
}
.top_recruit__banner .__banner__illust {
  display: inline-block;
}
.top_recruit__banner .loop_slider__list {
  animation-duration: 45s;
}
@media screen and (min-width: 1025px) {
  .top_recruit {
    padding-top: 270px;
    padding-bottom: 370px;
  }
  .top_recruit .top_h2 {
    margin-bottom: 80px;
  }
  .top_recruit .top_h2__ja {
    font-size: 24px;
  }
  .top_recruit__wrap {
    padding-left: 8px;
  }
  .top_recruit__body .page_h2 {
    margin-left: 0;
    margin-bottom: 38px;
  }
  .top_recruit__body .page_h2__svg {
    width: 150px;
  }
  .top_recruit__body .page_h2__under {
    width: 100%;
    top: calc(100% + 10px);
  }
  .top_recruit__body .link_button {
    width: 254px;
    height: 65px;
    border-radius: 32.5px;
  }
  .top_recruit__catch {
    width: 490px;
    height: 67px;
    font-size: 24px;
    margin-bottom: 48px;
  }
  .top_recruit__txt {
    margin-bottom: 48px;
  }
  .top_recruit__pic {
    width: 62%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(23%, -50%);
  }
  .top_recruit__banner {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .top_recruit__banner .__banner__txt {
    font-size: 46px;
  }
  .top_recruit__banner .__banner__illust {
    margin-right: 15px;
  }
  .top_recruit__banner .loop_slider__list {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .top_recruit__banner.__upper {
    top: 90px;
  }
  .top_recruit__banner.__upper .loop_slider__list {
    width: 2378px;
  }
  .top_recruit__banner.__upper .__banner__illust {
    width: 216px;
  }
  .top_recruit__banner.__lower {
    bottom: 138px;
  }
  .top_recruit__banner.__lower .loop_slider__list {
    width: 3050px;
  }
  .top_recruit__banner.__lower .__banner__illust {
    width: 181px;
  }
}
@media screen and (max-width: 1024px) {
  .top_recruit {
    padding-top: 190px;
    padding-bottom: 187px;
    overflow-x: hidden;
  }
  .top_recruit .top_h2__ja {
    font-size: 24px;
  }
  .top_recruit__body {
    margin-bottom: 48px;
  }
  .top_recruit__body .page_h2 {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .top_recruit__body .page_h2__svg {
    width: 102px;
  }
  .top_recruit__body .page_h2__under {
    width: 100%;
    top: calc(100% + 10px);
  }
  .top_recruit__body .link_button {
    width: 254px;
    height: 65px;
    border-radius: 32.5px;
  }
  .top_recruit__catch {
    line-height: 47px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
  }
  .top_recruit__txt {
    margin-bottom: 25px;
  }
  .top_recruit__pic {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
  }
  .top_recruit__banner {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .top_recruit__banner .__banner__txt {
    font-size: 30px;
  }
  .top_recruit__banner .__banner__illust {
    margin-right: 8px;
  }
  .top_recruit__banner.__upper {
    top: 44px;
  }
  .top_recruit__banner.__upper .loop_slider__list {
    width: 1520px;
  }
  .top_recruit__banner.__upper .__banner__illust {
    width: 138px;
  }
  .top_recruit__banner.__lower {
    bottom: 68px;
  }
  .top_recruit__banner.__lower .loop_slider__list {
    width: 1982px;
  }
  .top_recruit__banner.__lower .__banner__illust {
    width: 125px;
  }
}

.top_seminar {
  background-color: #F6F2E4;
}
.top_seminar__container {
  position: relative;
}
.top_seminar__head {
  position: absolute;
  z-index: 1;
}
.top_seminar__h2 {
  background-color: #450C00;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  color: #FFF;
  letter-spacing: 0.06em;
}
.top_seminar__h2 .__large {
  font-weight: 700;
}
.top_seminar__head__sub {
  color: #E6DAB3;
  letter-spacing: 0.03em;
}
.top_seminar .top_btn {
  position: relative;
  z-index: 1;
}
.top_seminar .top_btn .circleText__text {
  --spin-text-color: #79C56D;
}
@media screen and (min-width: 1025px) {
  .top_seminar {
    padding-block: 118px;
  }
  .top_seminar__container {
    width: 90%;
    max-width: 1100px;
    margin-inline: auto;
  }
  .top_seminar__head {
    bottom: calc(100% - 4px);
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .top_seminar__h2 {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
    height: 58px;
    font-size: 18px;
    padding-inline: 32px;
  }
  .top_seminar__h2 .__large {
    font-size: 22px;
  }
  .top_seminar__head__sub {
    flex-shrink: 0;
    font-size: 21px;
  }
  .top_seminar .seminar_banner {
    margin-bottom: 24px;
  }
  .top_seminar .top_btn {
    margin-left: auto;
    margin-right: 9.6%;
  }
  .top_seminar .top_btn .btn_spin {
    width: 166px;
    height: 166px;
    right: -83px;
    top: calc(50% - 83px);
  }
}
@media screen and (max-width: 1024px) {
  .top_seminar {
    padding-top: 143px;
    padding-bottom: 106px;
  }
  .top_seminar__container {
    width: 90%;
    max-width: 900px;
    margin-inline: auto;
  }
  .top_seminar__head {
    bottom: calc(100% - 24px);
    width: 100%;
  }
  .top_seminar__h2 {
    font-size: 18px;
    line-height: 1.5;
    padding-inline: 5%;
    padding-top: 20px;
    padding-bottom: 42px;
  }
  .top_seminar__h2 .__large {
    font-size: 22px;
  }
  .top_seminar__h2 span {
    display: block;
  }
  .top_seminar__head__sub {
    display: none;
  }
  .top_seminar .seminar_banner {
    margin-bottom: 34px;
  }
  .top_seminar .top_btn {
    margin-inline: auto;
  }
}

.seminar_banner {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}
.seminar_banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.seminar_banner__content {
  position: relative;
  z-index: 2;
}
.seminar_banner__txt {
  font-size: 18px;
}
.seminar_banner__txt span {
  vertical-align: middle;
  display: inline-block;
}
.seminar_banner__txt .__em {
  font-size: 20px;
  line-height: 1.8;
  padding-inline: 0.5em;
  border-radius: 6px;
}
@media screen and (min-width: 1025px) {
  .seminar_banner {
    padding-top: 29px;
    padding-bottom: 50px;
    padding-left: 6.3%;
  }
  .seminar_banner__catch {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
  .seminar_banner__catch__svg {
    flex-basis: 37.7%;
    flex-shrink: 0;
  }
  .seminar_banner__catch__illust {
    flex-basis: 13.8%;
    flex-shrink: 0;
  }
  .seminar_banner__img {
    width: 476px;
    height: 100%;
    position: absolute;
    right: 4.5%;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .seminar_banner {
    padding-block: 30px;
    padding-inline: 2.5%;
  }
  .seminar_banner__catch {
    width: 298px;
    margin-inline: auto;
    margin-bottom: 42px;
    position: relative;
  }
  .seminar_banner__catch__illust {
    display: block;
    width: 93px;
    position: absolute;
    left: -13px;
    bottom: -26px;
  }
  .seminar_banner__img {
    width: 275px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
  }
  .seminar_banner__txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 520px) {
  .seminar_banner__txt {
    width: 300px;
  }
}

.loop_gallery {
  position: relative;
  z-index: 1;
  --slides: 6;
}
@media screen and (min-width: 1025px) {
  .loop_gallery {
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-bottom: 67px;
  }
  .loop_gallery .loop_slider__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: 2132px;
  }
  .loop_gallery .loop_slider__list li {
    flex-basis: 322px;
  }
  .loop_gallery .loop_slider__list li:nth-child(even) {
    transform: translateY(67px);
  }
}
@media screen and (max-width: 1024px) {
  .loop_gallery {
    -moz-column-gap: 23px;
         column-gap: 23px;
    padding-bottom: 40px;
  }
  .loop_gallery .loop_slider__list {
    -moz-column-gap: 23px;
         column-gap: 23px;
    width: 1183px;
  }
  .loop_gallery .loop_slider__list li {
    flex-basis: 178px;
  }
  .loop_gallery .loop_slider__list li:nth-child(even) {
    transform: translateY(40px);
  }
}

.page_header {
  position: relative;
}
.page_header__bg {
  width: calc(50% + 50vw);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page_header__bg img {
  -o-object-position: right top;
     object-position: right top;
}
.page_header .container {
  height: 100%;
}
.page_header__container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_header {
    height: 400px;
  }
  .page_header__container {
    padding-top: 118px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    height: 200px;
  }
  .page_header__container {
    padding-top: 55px;
  }
}
.page_header .breadcrumb {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .single_content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .single_content {
    padding-bottom: 50px;
  }
}

.page_h1 span {
  display: block;
}
.page_h1__en {
  color: #FB876B;
}
.page_h1__en::first-letter {
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .page_h1__en {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .page_h1__ja {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1__en {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .page_h1__ja {
    font-size: 20px;
  }
}

.page_h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  letter-spacing: 0.06em;
}
.page_h2 span {
  vertical-align: middle;
  display: inline-block;
}
.page_h2__svg {
  display: inline-block;
}
.page_h2__under {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    margin-bottom: 100px;
    font-size: 32px;
    line-height: 1.75;
  }
  .page_h2__under {
    width: 357px;
    left: 50%;
    top: calc(100% + 20px);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    margin-bottom: 54px;
    font-size: 28px;
    line-height: 1.25;
  }
  .page_h2__under {
    width: 100%;
    left: 0;
    top: calc(100% + 13px);
  }
}

.page_h3 {
  background-color: #FFF;
  border-radius: 13px;
  box-shadow: 0px 0px 10px #EAAC68;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 22px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 30px;
    padding-block: 1em;
    padding-inline: 0.5em;
  }
  .page_h3 span {
    display: inline-block;
  }
}

.page_lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-size: 18px;
}

.page_col {
  display: flex;
}
.page_col__body .c-text {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_col {
    align-items: flex-start;
    -moz-column-gap: 2.7%;
         column-gap: 2.7%;
  }
  .page_col__body {
    flex-grow: 1;
  }
  .page_col__pic {
    flex-basis: 40%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_col {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .page_col__body {
    flex-basis: 100%;
  }
  .page_col__pic {
    flex-basis: 100%;
  }
}

.page_grid {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .page_grid.__3col {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .page_grid.__2col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .page_grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 520px) {
  .page_grid.__4col {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**/
.page_anchor_nav {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .page_anchor_nav {
    justify-content: center;
  }
}

.page_anchor_link {
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-block: 0.5em;
  padding-inline: 1em;
  border: 1px solid #450C00;
  border-radius: 6px;
  background-color: #FFF;
  color: #450C00;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_anchor_link {
    min-width: 110px;
  }
}
.page_anchor_link.__current {
  background-color: #450C00;
  color: #FFF;
}
.page_anchor_link .__link__arw {
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #450C00;
  border-bottom: 1px solid #450C00;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  content: "";
}

.page_section {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_section {
    padding-block: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_section {
    padding-block: 55px;
  }
}
.page_section.pb0 {
  padding-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .page_1st_section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .page_1st_section {
    padding-top: 40px;
  }
}

.container .page_narrow {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .container .page_narrow {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 1020px;
  }
}
@media screen and (max-width: 1024px) {
  .container .page_narrow {
    width: 100%;
    max-width: 700px;
  }
}

.page_dl {
  display: flex;
  border-bottom: 1px solid #E0E0E1;
  line-height: 20px;
}
.page_dl:first-child {
  border-top: 1px solid #E0E0E1;
}
.page_dl dt {
  background-color: #F2E3EA;
}
@media screen and (min-width: 1025px) {
  .page_dl dt, .page_dl dd {
    padding-block: 20px;
    padding-inline: 30px;
  }
  .page_dl dt {
    flex-shrink: 0;
  }
  .page_dl dd {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .page_dl dt, .page_dl dd {
    padding-block: 16px;
    padding-inline: 16px;
  }
  .page_dl dt {
    flex-basis: 150px;
    flex-shrink: 0;
  }
  .page_dl dd {
    flex-grow: 1;
  }
  .page_dl.__sp__wrap {
    flex-wrap: wrap;
  }
  .page_dl.__sp__wrap dt, .page_dl.__sp__wrap dd {
    flex-basis: 100%;
  }
}

.page_ul li {
  position: relative;
  padding-left: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
.page_ul li::before {
  display: block;
  width: 1em;
  height: 1em;
  background-color: #FB876B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25em;
  content: "";
}

.page_ol {
  list-style: decimal;
  list-style-position: inside;
}
.page_ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  line-height: 2;
  padding: 0 0.5em;
  color: #450C00;
}
.wp-pagenavi .current {
  border: 1px solid #450C00;
}
.wp-pagenavi .previouspostslink .page_nav, .wp-pagenavi .nextpostslink .page_nav {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #450C00;
  border-radius: 50%;
  position: relative;
}
.wp-pagenavi .previouspostslink .page_nav::before, .wp-pagenavi .nextpostslink .page_nav::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  background: url("../images/arrow.svg") center/contain no-repeat;
}
.wp-pagenavi .nextpostslink .page_nav::before {
  transform: rotate(180deg);
}

.news_archive {
  display: grid;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (min-width: 1025px) {
  .news_archive {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 80px;
    margin-bottom: 80px;
  }
  .news_archive .news_article__title {
    min-height: 3.5em;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  .news_archive {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news_article__date {
  line-height: 1.5;
}
.news_article__img {
  aspect-ratio: 9/7;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
}
.news_article__title {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.75;
}
.news_article__date, .news_article__cat {
  font-size: 14px;
}
.news_article__cat {
  position: relative;
  text-align: right;
}
.news_article__cat__under {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
}

.single_h1 {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.33;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .single_h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .single_h1 {
    font-size: 22px;
  }
}

.single_news__meta {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  margin-bottom: 1em;
}
.single_news__cat {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 2.2;
  border-radius: 1.1em;
  padding-inline: 1em;
}
@media screen and (min-width: 1025px) {
  .single_news {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .single_news {
    padding-bottom: 50px;
  }
}

.single_news__content h2 {
  position: relative;
  padding: 0 0.4em 0.6em;
  border-bottom: 1px solid #ACACAC;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .single_news__content h2 {
    font-size: 22px;
  }
}
.single_news__content h2::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(25vw, 10em);
  height: 1px;
  background: #450C00;
  content: "";
}
.single_news__content h3 {
  position: relative;
  padding: 0.2em 0 0.2em 1em;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .single_news__content h3 {
    font-size: 20px;
  }
}
.single_news__content h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 3px;
  background: #450C00;
  content: "";
}
.single_news__content h4 {
  font-size: 16px;
}
@media (min-width: 1025px) {
  .single_news__content h4 {
    font-size: 18px;
  }
}
.single_news__content h5 {
  font-size: 15px;
}
@media (min-width: 1025px) {
  .single_news__content h5 {
    font-size: 17px;
  }
}
.single_news__content > * + * {
  margin-top: 1.5em;
}
.single_news__content * + h2, .single_news__content * + h3, .single_news__content * + h4, .single_news__content * + h5, .single_news__content * + h6 {
  margin-top: 2em;
}

.single_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_nav .link_button {
  width: 280px;
}
.single_nav .single_nav_next a, .single_nav .single_nav_prev a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.single_nav .single_nav_next .single_nav_arw {
  transform: rotate(180deg);
}
.single_nav .single_nav_arw {
  width: 25px;
  height: 25px;
  background-color: #450C00;
  border-radius: 50%;
  position: relative;
}
.single_nav .single_nav_arw::before {
  display: block;
  width: 12px;
  height: 10px;
  background: url("../images/arrow.svg") center/contain no-repeat;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
}
.single_nav .top_btn .circleText__text {
  --spin-text-color: #FB876B;
}
@media screen and (min-width: 1025px) {
  .single_nav .single_nav_next, .single_nav .single_nav_prev {
    min-width: 162px;
  }
  .single_nav .single_nav_back {
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .single_nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
  }
  .single_nav .single_nav_prev {
    order: 1;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next {
    order: 2;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next a {
    justify-content: flex-end;
  }
  .single_nav .single_nav_back {
    order: 3;
    flex-basis: 100%;
  }
}

.page_pp__container .page_pp__h2 {
  margin-bottom: 0.5em;
  line-height: 1.22;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_pp__container .page_pp__h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .page_pp__container .page_pp__h2 {
    font-size: 18px;
  }
}
.page_pp__container .c-text + .page_pp__h2 {
  margin-top: 1em;
}
.page_pp__container .c-text {
  padding-left: 1em;
}
.page_pp__container .link_button {
  width: 200px;
  margin-top: 50px;
}

.page_border {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .page_border {
    height: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_border {
    height: 70px;
  }
}

/*********************** サイドメニューanimation ***************************/
/* サイドメニューリンク */
.all_sub_side_nav {
  height: 100%;
  position: fixed;
  left: 1px;
  top: 400px;
  z-index: 666;
  transition: opacity 0.4s ease, top 0.4s ease;
}
.all_sub_side_nav.display_no {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.all_sub_side_nav {
  width: 236px;
}
@media only screen and (max-width: 1670px) {
  .all_sub_side_nav {
    width: 206px;
  }
}
@media only screen and (max-width: 1279px) {
  .all_sub_side_nav {
    display: none;
  }
}

.all_sub_side_nav ._list_wrap {
  width: 100%;
  height: 100%;
}

.all_sub_side_nav ._list {
  background: #fff;
  max-height: 85vh;
  overflow-y: auto;
  top: 12vh;
  pointer-events: auto;
  border-radius: 0 30px 30px 0;
  border: 1px solid #BABBBC;
  padding: 1.5em 1em 1.5em 1em;
}

.all_sub_side_nav ._list li + li {
  margin-top: 24px;
}

.all_sub_side_nav ._list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  text-decoration: none;
}

.all_sub_side_nav ._list li a ._text {
  max-width: 180px;
  font-size: 15px;
  font-weight: bold;
  color: #363636;
  transition: 0.25s ease;
}
@media only screen and (max-width: 1670px) {
  .all_sub_side_nav ._list li a ._text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.all_sub_side_nav ._list li a.current ._text {
  color: #FB876B;
}

.all_sub_side_nav ._list li a ._circle_sec {
  width: var(--ring-size);
  height: var(--ring-size);
  position: relative;
  flex: 0 0 var(--ring-size);
}

.all_sub_side_nav ._list li a ._circle_sec svg {
  position: absolute;
  top: -14px;
  right: -9px;
}
@media only screen and (max-width: 1670px) {
  .all_sub_side_nav ._list li a ._circle_sec svg {
    right: -6px;
  }
}

._circle {
  stroke-width: var(--ring-stroke);
  border-radius: 50%; /* 丸く */
  stroke: #BABBBC;
}

._circle_orange {
  stroke-width: var(--ring-stroke);
  transform: rotate(-90deg);
  stroke-linecap: butt; /* ← round を butt に変更 */
  transition: stroke-dasharray 0.35s ease;
  stroke: #FB876B;
}

._arrow {
  stroke-width: var(--ring-stroke);
  stroke: #BABBBC;
  transition: 0.25s ease;
}

.all_sub_side_nav ._list li a.current ._circle_sec ._arrow {
  stroke: #363636;
  transform: rotate(-90deg);
}

/**/
#sideMenu {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 666;
}
@media only screen and (min-width: 1280px) {
  #sideMenu {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #sideMenu {
    top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  #sideMenu {
    top: 70px;
  }
}

.open .navBlock {
  display: none;
}
.navBlock {
  top: 0;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  border: solid 1px #FB876B;
  padding: 0 0.5em;
  border-radius: 5px;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.navBlock.hide {
  transform: translateY(-275%);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.site-header.header_mv ~ #sideMenu .navBlock {
  transform: translateY(-275%);
  opacity: 0;
}

.naviTitle {
  font-size: 16px;
}
.naviTitle.__small {
  padding: 0;
}
.naviTitle {
  padding: 1.2em 0.5em 1.2em 0.5em;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
}

.naviList {
  display: none;
  padding-bottom: 1.5em;
}
.naviList > li:not(:first-child) {
  margin-top: 1.1em;
}
.naviList > li {
  padding-top: 1.1em;
  border-top: solid 1px #FB876B;
  position: relative;
}
.naviList > li > a {
  display: block;
  position: relative;
}
.naviList > li > a span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.7;
}
.naviList > li > a::after {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  opacity: 0.7;
  background: url("../images/angle.svg") center/contain no-repeat;
  content: "";
}
.naviList > li > a.active span {
  opacity: 1;
}
.naviList > li > a.active::after {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .naviList {
    padding-bottom: 1em;
  }
}

.open .openBtn3 {
  pointer-events: none;
}
.openBtn3 {
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
  position: relative;
}
.openBtn3::after, .openBtn3::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #FB876B;
  border-radius: 10px;
  transition: 0.3s;
  z-index: 8;
}
.openBtn3::before {
  width: 18px;
  height: 3px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.openBtn3::after {
  width: 3px;
  height: 18px;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.openBtn3.on::before {
  opacity: 0;
}
.openBtn3.on::after {
  width: 3px;
  right: 10px;
  top: 34%;
  transform: rotate(-90deg);
}

/**/
.archive_interview__wrap {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .archive_interview__wrap {
    padding-top: 37px;
    padding-bottom: 118px;
  }
}
@media screen and (max-width: 1024px) {
  .archive_interview__wrap {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.archive_interview__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .archive_interview__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .archive_interview__head {
    margin-bottom: 30px;
  }
}

.archive_interview {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .archive_interview {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 5.5%;
         column-gap: 5.5%;
    row-gap: 66px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .archive_interview {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5.5%;
         column-gap: 5.5%;
    row-gap: 40px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .archive_interview {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (hover: hover) {
  .archive_interview .interview_article:hover a {
    opacity: 1;
  }
  .archive_interview .interview_article:hover img {
    transform: scale(1.1);
  }
}

.interview_article__img {
  aspect-ratio: 430/345;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.interview_article__img img {
  transition: transform 0.6s ease;
}
.interview_article__catch {
  position: absolute;
  right: 0;
  bottom: 30px;
  background-color: #FFF;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 1em;
  letter-spacing: 0.06em;
  line-height: 1.34;
}
.interview_article:nth-child(odd) .interview_article__catch {
  color: #F47154;
}
.interview_article:nth-child(even) .interview_article__catch {
  color: #00938B;
}
.interview_article__meta {
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
.interview_article__ttl {
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .interview_article__ttl {
    font-size: 32px;
  }
  .interview_article__catch {
    width: 83%;
  }
}
@media screen and (max-width: 1024px) {
  .interview_article {
    flex-basis: 100%;
    max-width: 330px;
  }
  .interview_article__ttl {
    font-size: 32px;
  }
  .interview_article__catch {
    width: 83%;
  }
}

.single_interview {
  position: relative;
}
.single_interview__head {
  display: flex;
}
.single_interview__img {
  position: relative;
}
.single_interview__img__wrap {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 430/345;
}
.single_interview__img__illust {
  position: absolute;
}
.single_interview__catch {
  letter-spacing: 0.06em;
  line-height: 1.57;
}
.single_interview__catch .__catch__txt {
  position: relative;
}
.single_interview__catch .__catch__txt::before, .single_interview__catch .__catch__txt::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
}
.single_interview__catch .__catch__txt::before {
  background: url("../images/page/quote_top.svg") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 100%;
}
.single_interview__catch .__catch__txt::after {
  background: url("../images/page/quote_tail.svg") center/contain no-repeat;
  transform: translateY(50%);
}
.single_interview__tag {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 18px;
}
.single_interview__name {
  letter-spacing: 0;
}
.single_interview .interview__cat {
  border: 1px solid #FB876B;
  border-radius: 6px;
  background-color: #FFF;
  color: #FB876B;
  font-size: 14px;
  line-height: 20px;
  padding-block: 10px;
  padding-inline: 10px;
  text-align: center;
  min-width: 110px;
}
.single_interview__section:last-of-type {
  padding-bottom: 0;
}
.single_interview__h2 {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2em;
       column-gap: 1.2em;
  margin-bottom: 45px;
}
.single_interview__h2 .__h2__icon {
  width: 31px;
}
.single_interview__h2 .__h2__under {
  position: absolute;
  width: 100%;
  top: calc(100% + 20px);
}
.single_interview__answer {
  border-radius: 12px;
  background: url("../images/page/interview_a_bg.webp");
}
.single_interview__bg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.single_interview__bg img {
  display: block;
  position: absolute;
}
.single_interview__bg .__bg__left_1, .single_interview__bg .__bg__left_2 {
  left: 0;
  width: 33.8%;
}
.single_interview__bg .__bg__right_1, .single_interview__bg .__bg__right_2, .single_interview__bg .__bg__right_3 {
  right: 0;
}
.single_interview__bg .__bg__left_1 {
  top: 22.6%;
}
.single_interview__bg .__bg__left_2 {
  top: 60.4%;
}
.single_interview__bg .__bg__right_1 {
  width: 38.8%;
  top: 1.3%;
}
.single_interview__bg .__bg__right_2, .single_interview__bg .__bg__right_3 {
  width: 38.1%;
}
.single_interview__bg .__bg__right_2 {
  top: 39.5%;
}
.single_interview__bg .__bg__right_3 {
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .single_interview {
    padding-top: 60px;
    margin-bottom: 120px;
    min-height: 50vw;
    background: url("../images/page/interview_bg.webp") center 0/contain repeat-y;
  }
  .single_interview__head {
    -moz-column-gap: 32px;
         column-gap: 32px;
    align-items: flex-start;
    margin-bottom: 74px;
  }
  .single_interview__img {
    flex-basis: 42.5%;
    flex-shrink: 0;
  }
  .single_interview__img__illust {
    width: 70%;
    right: -33%;
    bottom: -13.2%;
  }
  .single_interview__meta {
    flex-grow: 1;
  }
  .single_interview__catch {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .single_interview__name {
    font-size: 46px;
  }
  .single_interview__section {
    padding-bottom: 84px;
  }
  .single_interview__h2 {
    font-size: 20px;
  }
  .single_interview__answer {
    width: 90%;
    max-width: 1000px;
    margin-inline: auto;
    padding-block: 35px;
    padding-inline: 2.5%;
  }
}
@media screen and (max-width: 1024px) {
  .single_interview {
    padding-top: 30px;
    margin-bottom: 80px;
  }
  .single_interview__head {
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 127px;
    max-width: 700px;
    margin-inline: auto;
  }
  .single_interview__img {
    flex-basis: 100%;
  }
  .single_interview__img__illust {
    width: 70%;
    max-width: 300px;
    right: 0;
    bottom: 0;
    transform: translate(9.7%, 55%);
  }
  .single_interview__meta {
    flex-basis: 100%;
  }
  .single_interview__catch {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .single_interview__name {
    font-size: 46px;
  }
  .single_interview__section {
    padding-bottom: 50px;
  }
  .single_interview__h2 {
    font-size: 18px;
  }
  .single_interview__answer {
    padding-block: 35px;
    padding-inline: 2.5%;
  }
}
@media screen and (max-width: 520px) {
  .single_interview__bg {
    display: none;
  }
}

.mission__txt span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .mission__txt {
    margin-bottom: 72px;
    text-align: center;
  }
  .mission__gallery {
    padding-bottom: 67px;
  }
}
@media screen and (max-width: 1024px) {
  .mission__txt {
    margin-bottom: 40px;
  }
  .mission__gallery {
    padding-bottom: 40px;
  }
}

.promise {
  position: relative;
}
.promise__block:last-child {
  margin-bottom: 0;
}
.promise__h4 {
  font-weight: 700;
  margin-bottom: 2em;
}
.promise__bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .promise {
    padding-top: 42px;
    padding-bottom: 296px;
  }
  .promise__lead {
    margin-bottom: 40px;
  }
  .promise__block {
    margin-bottom: 80px;
  }
  .promise__inner {
    padding-inline: 5.5%;
  }
  .promise__h4 {
    font-size: 18px;
  }
  .promise__bottom {
    width: 790px;
    transform: translate(-50%, 23%);
  }
}
@media screen and (max-width: 1024px) {
  .promise {
    padding-top: 42px;
    padding-bottom: 200px;
  }
  .promise__lead {
    margin-bottom: 28px;
  }
  .promise__block {
    margin-bottom: 50px;
  }
  .promise__h4 {
    font-size: 18px;
  }
  .promise__bottom {
    width: 330px;
    transform: translateX(-50%);
  }
}

.mission_ayame {
  position: relative;
}
.mission_ayame__lead .__bold {
  font-size: 18px;
  padding-inline: 4px;
}
.mission_ayame__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mission_ayame__care {
  display: flex;
}
.mission_ayame__care__body {
  background-color: #FFF;
  border-radius: 6px;
}
.mission_ayame__care__h4 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .mission_ayame {
    padding-top: 102px;
    padding-bottom: 104px;
  }
  .mission_ayame__bg {
    height: 122%;
  }
  .mission_ayame__lead {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 70px;
  }
  .mission_ayame__lead.__indent {
    padding-left: 30px;
    margin-bottom: 0;
  }
  .mission_ayame__care {
    width: 90%;
    margin-inline: auto;
    align-items: flex-end;
    margin-bottom: 43px;
  }
  .mission_ayame__care:last-of-type {
    margin-bottom: 75px;
  }
  .mission_ayame__care__head {
    flex-basis: 273px;
    flex-shrink: 0;
    padding-bottom: 24px;
  }
  .mission_ayame__care__idx {
    width: 62px;
    margin-bottom: 34px;
  }
  .mission_ayame__care__h4 {
    font-size: 24px;
  }
  .mission_ayame__care__h4 .cp_hr {
    width: 100%;
  }
  .mission_ayame__care__body {
    flex-grow: 1;
    padding-inline: 28px;
    padding-block: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .mission_ayame {
    padding-top: 52px;
    padding-bottom: 54px;
  }
  .mission_ayame__bg {
    height: 122%;
  }
  .mission_ayame__lead {
    margin-bottom: 35px;
  }
  .mission_ayame__lead.__indent {
    padding-left: 1em;
    margin-bottom: 0;
  }
  .mission_ayame__lead .__bold {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mission_ayame__care {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 16px;
    margin-bottom: 40px;
  }
  .mission_ayame__care:last-of-type {
    margin-bottom: 75px;
  }
  .mission_ayame__care__head {
    flex-basis: 100%;
    padding-bottom: 16px;
  }
  .mission_ayame__care__idx {
    width: 62px;
    margin-bottom: 20px;
  }
  .mission_ayame__care__h4 {
    font-size: 20px;
  }
  .mission_ayame__care__h4 .cp_hr {
    width: 100%;
  }
  .mission_ayame__care__body {
    flex-basis: 100%;
    padding-inline: 18px;
    padding-block: 20px;
  }
}

.mission_csi__h4 {
  text-align: center;
  position: relative;
  letter-spacing: 0.06em;
}
.mission_csi__h4::before, .mission_csi__h4::after {
  display: block;
  position: absolute;
  content: "";
}
.mission_csi__h4::before {
  width: 100%;
  height: 1px;
  background-color: #B99162;
  left: 0;
  bottom: -20px;
}
.mission_csi__h4::after {
  width: 150px;
  height: 4px;
  background-color: #FB876B;
  border-radius: 2px;
  left: calc(50% - 75px);
  bottom: -22px;
}
.mission_csi__content {
  display: flex;
}
.mission_csi__img {
  border-radius: 12px;
  overflow: hidden;
}
.mission_csi__list {
  background: url("../images/page/philosophy_csi_bg.webp") center/contain;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.mission_csi__list .page_ul li {
  font-weight: 700;
}
.mission_csi__illust__1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mission_csi__illust__2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mission_csi .instagram_link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #AE669A;
  border-radius: 6px;
  background-color: #FFF;
  height: 89px;
}
.mission_csi .instagram_link .btn_icon {
  width: 35px;
  flex-shrink: 0;
}
.mission_csi .instagram_link .btn_arw {
  width: 17px;
  flex-shrink: 0;
}
.mission_csi .instagram_link .btn_arw img {
  display: block;
}
.mission_csi .instagram_link .btn_txt {
  font-size: 15px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1025px) {
  .mission_csi__h4 {
    font-size: 18px;
    margin-bottom: 80px;
  }
  .mission_csi__content {
    justify-content: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .mission_csi__body {
    flex-grow: 1;
    max-width: 573px;
  }
  .mission_csi__body:has(.mission_csi__illust__2) {
    padding-bottom: 140px;
    position: relative;
  }
  .mission_csi__illust__1 {
    width: 39%;
  }
  .mission_csi__illust__2 {
    width: 45.8%;
  }
  .mission_csi__img {
    flex-basis: 40.5%;
    max-width: 487px;
  }
  .mission_csi__list {
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 120px;
    margin-top: 30px;
  }
  .mission_csi__list .page_ul li {
    font-size: 18px;
  }
  .mission_csi + .page_h3 {
    margin-top: 134px;
  }
  .mission_csi .instagram_link {
    width: 445px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .mission_csi__h4 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .mission_csi__content {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .mission_csi__body {
    flex-basis: 100%;
  }
  .mission_csi__body:has(.mission_csi__illust__2) {
    padding-bottom: 140px;
    position: relative;
  }
  .mission_csi__illust__1 {
    width: 223px;
  }
  .mission_csi__illust__2 {
    width: 263px;
  }
  .mission_csi__img {
    flex-basis: 100%;
  }
  .mission_csi__list {
    padding-inline: 16px;
    padding-top: 20px;
    padding-bottom: 120px;
    margin-top: 20px;
  }
  .mission_csi__list .page_ul li {
    font-size: 16px;
  }
  .mission_csi + .page_h3 {
    margin-top: 60px;
  }
  .mission_csi .instagram_link {
    width: 100%;
    max-width: 445px;
    margin-top: 25px;
    margin-inline: auto;
  }
}

.ayame_banner {
  position: relative;
}
.ayame_banner__wrap {
  display: block;
  position: relative;
}
.ayame_banner__bg__color, .ayame_banner__bg__illust {
  position: absolute;
}
.ayame_banner__content {
  position: relative;
}
.ayame_banner__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 10px;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (min-width: 1025px) {
  .ayame_banner {
    width: 90%;
    max-width: 1040px;
    margin-inline: auto;
  }
  .ayame_banner__bg__pic {
    width: 61%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .ayame_banner__bg__color {
    width: 59%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .ayame_banner__bg__illust {
    width: 52.7%;
    left: -37%;
    bottom: 6%;
    z-index: 3;
  }
  .ayame_banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 323px;
    margin-left: auto;
    text-align: center;
    z-index: 3;
  }
  .ayame_banner__lead {
    line-height: 2.1;
    margin-bottom: 11px;
  }
  .ayame_banner__ttl {
    -moz-column-gap: 16px;
         column-gap: 16px;
    height: 85px;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 25px;
  }
  .ayame_banner__ttl .__ttl__left {
    font-size: 20px;
  }
  .ayame_banner__ttl .__ttl__right {
    font-size: 44px;
  }
  .ayame_banner .link_button {
    width: 254px;
  }
}
@media screen and (max-width: 1024px) {
  .ayame_banner {
    width: 100%;
  }
  .ayame_banner__bg__pic {
    width: 100%;
    aspect-ratio: 390/284;
  }
  .ayame_banner__bg__color {
    width: 100%;
    height: 56.5%;
    max-height: 340px;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .ayame_banner__bg__color img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .ayame_banner__bg__illust {
    width: 58.2%;
    max-width: 274px;
    left: 4.3%;
    bottom: -85px;
    z-index: 2;
  }
  .ayame_banner__content {
    padding-top: 44px;
    padding-bottom: 65px;
    z-index: 2;
  }
  .ayame_banner__lead {
    display: none;
  }
  .ayame_banner__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    -moz-column-gap: 16px;
         column-gap: 16px;
    height: 65px;
    margin-bottom: 24px;
    padding-left: 17px;
    padding-right: 20px;
  }
  .ayame_banner__ttl .__ttl__left {
    font-size: 16px;
  }
  .ayame_banner__ttl .__ttl__right {
    font-size: 36px;
  }
  .ayame_banner .link_button {
    width: 254px;
  }
}

.data_lead {
  display: flex;
  align-items: center;
}
.data_lead__p {
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.1;
}
@media screen and (min-width: 1025px) {
  .data_lead__p {
    flex-basis: fit-content;
    font-size: 18px;
  }
  .data_lead__illust {
    flex-basis: 28.4%;
    flex-shrink: 0;
    min-width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .data_lead {
    flex-wrap: wrap;
    justify-content: center;
  }
  .data_lead__p {
    flex-basis: 100%;
    font-size: 18px;
  }
  .data_lead__illust {
    flex-basis: 100%;
    max-width: 290px;
  }
}

.data_content {
  position: relative;
}
.data_content__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.data_content__head {
  position: relative;
}
.data_content__head__catch {
  color: rgba(251, 135, 107, 0.3);
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}
.data_content__head__illust {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .data_content {
    padding-top: 142px;
    padding-bottom: 215px;
  }
  .data_content__head {
    margin-bottom: 56px;
  }
  .data_content__head__catch {
    font-size: clamp(28px, 2.65vw, 34px);
  }
  .data_content__head__illust {
    width: 34%;
  }
}
@media screen and (max-width: 1024px) {
  .data_content {
    padding-top: 102px;
    padding-bottom: 105px;
  }
  .data_content__head {
    margin-bottom: 74px;
  }
  .data_content__head__catch {
    font-size: 20px;
  }
  .data_content__head__catch span {
    display: block;
  }
  .data_content__head__illust {
    width: 230px;
  }
}

.data_grid {
  display: grid;
}
.data_grid__item {
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgba(224, 174, 85, 0.75);
}
.data_grid__h3 {
  display: flex;
  position: relative;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.data_grid__num {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.data_grid__num .__num__large {
  line-height: 1;
  background: linear-gradient(60deg, #FB9150 0%, #FB9150 8%, #FA4B3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-inline: 0.1em;
}
.data_grid__num .__sup {
  position: relative;
  top: -1em;
}
.data_grid__num.__flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.data_grid__num.__flex p {
  text-align: center;
}
.data_grid__num.__flex p span {
  display: block;
}
.data_grid__num.__flex .__num__large {
  padding: 0;
}
.data_grid__txt {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .data_grid {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 48px;
  }
  .data_grid__item {
    padding-inline: 9%;
    padding-top: 32px;
    padding-bottom: 44px;
  }
  .data_grid__item.__slide {
    position: relative;
    transform: translateY(104px);
  }
  .data_grid__h3 {
    font-size: 20px;
  }
  .data_grid__txt {
    font-size: 14px;
  }
  .data_grid__num {
    padding-block: 28px;
    font-size: 22px;
  }
  .data_grid__num .__num__large {
    font-size: clamp(54px, 4.85vw, 68px);
  }
  .data_grid__num .__fs58 {
    font-size: clamp(32px, 2.5vw, 48px);
  }
}
@media screen and (max-width: 1024px) {
  .data_grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 28px;
  }
  .data_grid__item {
    padding-inline: 5%;
    padding-top: 18px;
    padding-bottom: 24px;
  }
  .data_grid__h3 {
    font-size: 14px;
  }
  .data_grid__txt {
    font-size: 14px;
  }
  .data_grid__num {
    padding-block: 18px;
  }
  .data_grid__num .__num__large {
    font-size: 34px;
  }
  .data_grid__num .__fs58 {
    font-size: clamp(28px, 3.3vw, 34px);
  }
}

.data_backside {
  display: flex;
  margin-top: 40px;
}
.data_backside__item {
  box-shadow: 0 0 5px #EAAC68;
  border-radius: 13px;
  background: url("../images/page/data_backside_swatch.png");
  overflow: hidden;
  position: relative;
}
.data_backside__inner {
  position: relative;
  z-index: 1;
  padding-top: 135px;
  padding-bottom: 126px;
  padding-left: 5.7%;
}
.data_backside__img {
  position: absolute;
  right: 4.4%;
  top: 7%;
  z-index: 1;
  width: 59.8%;
}
.data_backside__tag {
  width: 165px;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.data_backside__item.__environment .data_backside__tag {
  background-color: #450C00;
}
.data_backside__item.__staff .data_backside__tag {
  background-color: #00AD8B;
}
.data_backside__txt .bg_white {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  line-height: 1.68;
  margin-bottom: 7px;
  padding-left: 13px;
  padding-right: 6px;
}
.data_backside__bottom {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.data_backside__bottom .arrow_icon {
  width: 18px;
  transform: rotate(180deg);
}
.data_backside__item.__environment .data_backside__bottom {
  background-color: #FB876B;
}
.data_backside__item.__staff .data_backside__bottom {
  background-color: #006445;
}
@media screen and (min-width: 1025px) {
  .data_backside {
    justify-content: space-between;
  }
  .data_backside__item {
    flex-basis: 46.66%;
    flex-shrink: 0;
  }
  .data_backside__txt {
    font-size: 28px;
  }
  .data_backside__bottom {
    height: 65px;
    justify-content: flex-end;
    padding-right: 5.5%;
  }
}
@media screen and (max-width: 1024px) {
  .data_backside {
    flex-wrap: wrap;
    row-gap: 36px;
    justify-content: center;
  }
  .data_backside__item {
    flex-basis: 100%;
    max-width: 560px;
  }
  .data_backside__txt {
    font-size: 25px;
  }
  .data_backside__bottom {
    justify-content: space-between;
    height: 96px;
    padding-inline: 5%;
  }
  .data_backside__bottom span {
    display: block;
  }
}

.data_bottom__illust {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .data_bottom {
    padding-bottom: 246px;
  }
  .data_bottom__illust {
    width: 90%;
    max-width: 662px;
    bottom: -29px;
  }
}
@media screen and (max-width: 1024px) {
  .data_bottom {
    padding-bottom: 126px;
  }
  .data_bottom__illust {
    width: 85%;
    max-width: 560px;
    bottom: -14px;
  }
}

.env_lead {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .env_lead {
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    max-width: 1100px;
    margin-inline: auto;
  }
  .env_lead__img {
    flex-basis: 45%;
    flex-shrink: 0;
  }
  .env_lead__body {
    flex-grow: 1;
    max-width: 512px;
  }
  .env_lead__catch {
    font-size: 28px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .env_lead {
    justify-content: center;
    flex-wrap: wrap;
  }
  .env_lead__img {
    flex-basis: 100%;
    max-width: 540px;
  }
  .env_lead__body {
    flex-basis: 100%;
    max-width: 640px;
  }
  .env_lead__catch {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.env_support__grid {
  display: grid;
}
.env_support__item {
  background-color: #FFF;
  box-shadow: 0 0 5px #EAAC68;
  border-radius: 13px;
  position: relative;
}
.env_support__tag {
  width: 170px;
  position: absolute;
  left: 20px;
  top: -30px;
}
.env_support__h3 {
  font-weight: 700;
  text-align: center;
  position: relative;
}
.env_support__h3::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EBC478;
  position: absolute;
  left: 0;
  content: "";
}
@media screen and (min-width: 1025px) {
  .env_support {
    padding-block: 100px;
  }
  .env_support__grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 90px;
  }
  .env_support__item {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-inline: 8%;
  }
  .env_support__h3 {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .env_support__h3::after {
    bottom: -20px;
  }
  .env_support__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .env_support {
    padding-block: 55px;
    width: 100%;
    max-width: 570px;
    margin-inline: auto;
  }
  .env_support__grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 70px;
  }
  .env_support__item {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-inline: 4%;
  }
  .env_support__h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .env_support__h3::after {
    bottom: -10px;
  }
  .env_support__ttl {
    margin-bottom: 10px;
  }
}

.env_career__steps {
  position: relative;
}
.env_career__steps::before {
  display: block;
  background-color: #450C00;
  position: absolute;
  z-index: 1;
  content: "";
}
.env_career__step {
  position: relative;
  z-index: 1;
  background: url("../images/page/env_career_bg.png");
  border-radius: 12px;
}
.env_career__step__num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 32px);
  top: -32px;
  font-size: 14px;
}
.env_career__step__num .__num {
  font-size: 23px;
  line-height: 1;
  padding-left: 0.25em;
}
.env_career__step__h3 {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .env_career__steps {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3.1%;
         column-gap: 3.1%;
    margin-top: 84px;
  }
  .env_career__steps::before {
    width: 50%;
    height: 3px;
    inset: 0;
    margin: auto;
  }
  .env_career__step {
    flex-basis: 31%;
    max-width: 320px;
    padding-top: 82px;
    padding-bottom: 28px;
    padding-inline: 5%;
  }
  .env_career__step__h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .env_career__steps {
    margin-top: 44px;
  }
  .env_career__steps::before {
    width: 3px;
    height: 50%;
    inset: 0;
    margin: auto;
  }
  .env_career__step {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    margin-bottom: 60px;
    padding-top: 52px;
    padding-bottom: 24px;
    padding-inline: 5%;
  }
  .env_career__step:last-child {
    margin-bottom: 0;
  }
  .env_career__step__h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.env_data {
  position: relative;
}
.env_data__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.env_data__catch {
  color: rgba(251, 135, 107, 0.3);
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-bottom: 40px;
}
.env_data .data_grid__num {
  padding-bottom: 0;
}
.env_data .data_grid__item {
  padding-bottom: 24px;
}
.env_data .data_grid {
  margin-bottom: 50px;
}
.env_data .data_grid__h3 {
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .env_data {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .env_data__h2 {
    margin-bottom: 68px;
  }
  .env_data__catch {
    font-size: clamp(28px, 2.65vw, 34px);
  }
  .env_data .data_grid__item {
    padding-inline: 0;
  }
  .env_data .data_grid__h3 {
    font-size: clamp(16px, 1.17vw, 20px);
    padding-inline: 9%;
  }
  .env_data .data_grid__num {
    font-size: clamp(20px, 1.57vw, 22px);
  }
  .env_data .data_grid__num .__num__large {
    font-size: clamp(54px, 3.5vw, 68px);
  }
}
@media screen and (max-width: 1024px) {
  .env_data {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .env_data__catch {
    font-size: 20px;
  }
}

.env_entry__content__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.env_entry__content {
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
.env_entry__content__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.env_entry__h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0;
  background: linear-gradient(60deg, #13B3A7 0%, #13B3A7 11%, #FB876B 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  line-height: 1;
}
.env_entry__h2 .cp_hr {
  width: 100%;
}
.env_entry__note {
  font-size: 14px;
}
.env_entry__bottom {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .env_entry {
    padding-bottom: 185px;
  }
  .env_entry__content__bg {
    height: calc(100% - 60px);
  }
  .env_entry__h2 {
    font-size: 54px;
    margin-bottom: 70px;
  }
  .env_entry__h2 .page_h2__under {
    top: calc(100% + 27px);
  }
  .env_entry__content {
    width: 770px;
  }
  .env_entry__content__inner {
    padding-bottom: 82px;
  }
  .env_entry .btn_grad {
    width: 482px;
  }
  .env_entry__bottom {
    width: 866px;
  }
}
@media screen and (max-width: 1024px) {
  .env_entry {
    padding-bottom: 110px;
  }
  .env_entry__h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .env_entry__content__inner {
    padding-top: 72px;
    padding-bottom: 82px;
  }
  .env_entry .btn_grad {
    width: 100%;
    max-width: 482px;
  }
  .env_entry__bottom {
    width: 90%;
    max-width: 866px;
  }
}

.webinar_lead {
  display: flex;
}
.webinar_lead .link_button {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .webinar_lead {
    align-items: flex-start;
  }
  .webinar_lead__head {
    flex-grow: 1;
  }
  .webinar_lead__img {
    flex-basis: 48%;
    flex-shrink: 0;
  }
  .webinar_lead__catch {
    font-size: 28px;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 1024px) {
  .webinar_lead {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    max-width: 600px;
    margin-inline: auto;
  }
  .webinar_lead__head {
    flex-basis: 100%;
  }
  .webinar_lead__img {
    flex-basis: 100%;
    max-width: 576px;
  }
  .webinar_lead__catch {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.webinar_merit__list {
  display: flex;
}
.webinar_merit__item {
  background-color: #FFF;
  box-shadow: 0 0 5px #EAAC68;
  border-radius: 13px;
  position: relative;
}
.webinar_merit__h3 {
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #EBC478;
}
.webinar_merit__tag {
  width: 170px;
  position: absolute;
  top: -33px;
  left: 20px;
}
.webinar_merit__illust {
  width: 34.2%;
  max-width: 120px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .webinar_merit .page_h2 {
    margin-bottom: 78px;
  }
  .webinar_merit__wrap {
    padding-top: 104px;
    padding-bottom: 96px;
  }
  .webinar_merit__list {
    justify-content: space-between;
  }
  .webinar_merit__item {
    flex-basis: 29.2%;
    flex-shrink: 0;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-inline: 38px;
  }
  .webinar_merit__h3 {
    font-size: clamp(18px, 1.76vw, 24px);
    padding-bottom: 20px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .webinar_merit .page_h2 {
    margin-bottom: 48px;
    font-size: 24px;
  }
  .webinar_merit__wrap {
    padding-block: 55px;
  }
  .webinar_merit__list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 60px;
    max-width: 350px;
    margin-inline: auto;
  }
  .webinar_merit__item {
    flex-basis: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-inline: 25px;
  }
  .webinar_merit__h3 {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}

.webinar_voice__item {
  position: relative;
}
.webinar_voice__item:last-child {
  margin-bottom: 0;
}
.webinar_voice__content {
  position: relative;
  border: 1px solid #354756;
  border-radius: 12px;
  background-color: #FFFFE7;
}
.webinar_voice__illust {
  position: absolute;
}
.webinar_voice__tag {
  position: absolute;
}
.webinar_voice__h3 {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .webinar_voice__item {
    max-width: 1010px;
    margin-inline: auto;
    margin-bottom: 90px;
  }
  .webinar_voice__content {
    width: 80.5%;
    padding-block: 42px;
    padding-inline: 6%;
  }
  .webinar_voice__content::before {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #354756;
    background-color: #FFFFE7;
    position: absolute;
    top: calc(50% - 20px);
    z-index: -1;
    content: "";
  }
  .webinar_voice__item.__img__left .webinar_voice__content {
    margin-left: auto;
  }
  .webinar_voice__item.__img__left .webinar_voice__content::before {
    left: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  .webinar_voice__item.__img__right .webinar_voice__content::before {
    right: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  .webinar_voice__h3 {
    font-size: 22px;
  }
  .webinar_voice__item.__img__right .webinar_voice__h3 {
    text-align: right;
  }
  .webinar_voice__illust {
    width: 12.9%;
    top: 50%;
    transform: translateY(-50%);
  }
  .webinar_voice__item.__img__left .webinar_voice__illust {
    left: 0;
  }
  .webinar_voice__item.__img__right .webinar_voice__illust {
    right: 0;
  }
  .webinar_voice__tag {
    width: 105px;
    top: 0;
    transform: translateY(-50%);
  }
  .webinar_voice__item.__img__left .webinar_voice__tag {
    right: 0;
  }
  .webinar_voice__item.__img__right .webinar_voice__tag {
    left: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .webinar_voice .page_h2 {
    margin-bottom: 100px;
  }
  .webinar_voice__item {
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 110px;
  }
  .webinar_voice__content {
    width: 100%;
    padding-top: 94px;
    padding-bottom: 42px;
    padding-inline: 5%;
  }
  .webinar_voice__h3 {
    font-size: 20px;
    line-height: 1.33;
  }
  .webinar_voice__illust {
    width: 120px;
    top: 0;
    transform: translateY(-50%);
    left: 25px;
  }
  .webinar_voice__tag {
    width: 90px;
    top: 0;
    transform: translateY(-50%);
    right: 25px;
  }
}

.webinar_banner {
  position: relative;
}
.webinar_banner__h2 {
  background-color: #354756;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .webinar_banner__h2 {
    font-size: 20px;
    padding-inline: 1.6em;
    padding-block: 19px;
  }
  .webinar_banner .link_button {
    width: 430px;
    transform: translateY(-20px);
    position: relative;
    z-index: 1;
  }
  .webinar_banner .link_button .btn_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .webinar_banner {
    padding-top: 146px;
  }
  .webinar_banner__h2 {
    font-size: 20px;
    line-height: 1.5;
    padding-inline: 1.6em;
    padding-top: 20px;
    padding-bottom: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -95px;
    z-index: 1;
  }
  .webinar_banner__h2 span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .webinar_banner__h2 i {
    display: block;
  }
  .webinar_banner .link_button {
    width: 300px;
    margin-top: 20px;
  }
  .webinar_banner .link_button .btn_txt {
    font-size: 14px;
  }
}

.webinar_outline__block:last-child {
  padding-bottom: 0;
}
.webinar_outline__h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px #EAAC68;
  background-color: #FFF;
  border-radius: 13px;
}
.webinar_outline__schedule {
  display: flex;
  border: 1px solid #E0E0E1;
}
.webinar_outline__schedule:last-child {
  margin-bottom: 0;
}
.webinar_outline__schedule__date {
  display: flex;
  align-items: center;
}
.webinar_outline__schedule__date .__schedule__ttl {
  background-color: #F2E3EA;
  text-align: center;
  line-height: 60px;
  width: 97px;
  flex-shrink: 0;
}
.webinar_outline__schedule__date .__schedule__date i {
  display: inline-block;
  padding-right: 1em;
}
.webinar_outline__note {
  background-color: #E9E9E9;
  border-radius: 6px;
}
.webinar_outline__note p {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .webinar_outline__block {
    padding-bottom: 100px;
  }
  .webinar_outline__h3 {
    height: 80px;
    font-size: 22px;
    margin-bottom: 58px;
  }
  .webinar_outline__schedule {
    width: 908px;
    margin-inline: auto;
    height: 96px;
    align-items: center;
    padding-inline: 24px;
    margin-bottom: 24px;
  }
  .webinar_outline__schedule__date {
    flex-basis: 50%;
    flex-shrink: 0;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .webinar_outline__table {
    max-width: 1000px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .webinar_outline__table .page_dl dd {
    line-height: 1.84;
  }
  .webinar_outline__table .page_dl dt {
    display: flex;
    align-items: center;
    flex-basis: 194px;
  }
  .webinar_outline .link_button {
    width: 460px;
  }
  .webinar_outline__note {
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 60px;
    padding-block: 42px;
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .webinar_outline__block {
    max-width: 640px;
    margin-inline: auto;
    padding-bottom: 50px;
  }
  .webinar_outline__h3 {
    height: 50px;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .webinar_outline__schedule {
    padding-inline: 20px;
    padding-block: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .webinar_outline__schedule__date {
    flex-basis: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .webinar_outline__table {
    max-width: 1000px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .webinar_outline__table .page_dl {
    margin-bottom: 16px;
  }
  .webinar_outline__table .page_dl dd {
    line-height: 1.84;
  }
  .webinar_outline__table .page_dl dt {
    display: flex;
    align-items: center;
  }
  .webinar_outline .link_button {
    max-width: 460px;
  }
  .webinar_outline__note {
    max-width: 680px;
    margin-inline: auto;
    margin-top: 40px;
    padding-block: 30px;
    padding-inline: 5%;
  }
}

.webinar_faq__block {
  border-radius: 12px;
  border: 1px solid #450C00;
  overflow: hidden;
}
.webinar_faq__h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.webinar_faq__h3__spin {
  width: 20px;
  height: 20px;
  position: relative;
}
.webinar_faq__h3__spin::before, .webinar_faq__h3__spin::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  content: "";
  transition: 0.5s;
}
.webinar_faq__block:not(.is-open) .webinar_faq__h3__spin::after {
  transform: rotate(90deg);
}
.webinar_faq__block.is-open .webinar_faq__h3__spin::after {
  transform: rotate(0deg);
}
.webinar_faq__answer {
  display: flex;
  background-color: #FFF;
}
.webinar_faq .expand_target {
  display: none;
}
@media screen and (min-width: 1025px) {
  .webinar_faq__wrap {
    padding-top: 67px;
    padding-bottom: 86px;
  }
  .webinar_faq__block {
    max-width: 1000px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .webinar_faq__block:last-of-type {
    margin-bottom: 67px;
  }
  .webinar_faq__h3 {
    height: 81px;
    padding-inline: 34px;
  }
  .webinar_faq__answer {
    padding-inline: 34px;
    padding-block: 26px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .webinar_faq__answer .__answer__hd {
    font-size: 20px;
    line-height: 28px;
  }
  .webinar_faq .link_button {
    width: 460px;
  }
}
@media screen and (max-width: 1024px) {
  .webinar_faq__wrap {
    padding-block: 50px;
  }
  .webinar_faq__block {
    max-width: 680px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .webinar_faq__block:last-of-type {
    margin-bottom: 47px;
  }
  .webinar_faq__h3 {
    padding-inline: 20px;
    padding-block: 12px;
    line-height: 1.2;
  }
  .webinar_faq__answer {
    padding-inline: 20px;
    padding-block: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .webinar_faq__answer .__answer__hd {
    font-size: 18px;
    line-height: 28px;
  }
  .webinar_faq .link_button {
    max-width: 460px;
  }
}

.company_head .page_anchor_nav {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .company_head .page_anchor_link {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .company_head .page_anchor_link {
    width: 160px;
  }
}

.company_table .page_dl dt {
  font-weight: 700;
}
.company_table .page_dl dt .__small {
  font-weight: 500;
  font-size: 14px;
}
.company_table .page_dl dd p {
  margin-bottom: 0.5em;
}
.company_table .page_dl dd .__ttl {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .company_table {
    margin-top: 30px;
  }
  .company_table .page_dl {
    max-width: 900px;
    margin-inline: auto;
  }
  .company_table .page_dl dt {
    flex-basis: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .company_table {
    margin-top: 20px;
  }
  .company_table .page_dl {
    max-width: 600px;
    margin-inline: auto;
  }
}

.company_btns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .company_btns {
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-bottom: 90px;
  }
  .company_btns .link_button {
    flex-basis: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .company_btns {
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
    padding-bottom: 55px;
  }
  .company_btns .link_button {
    flex-basis: 300px;
    margin-inline: 0;
  }
}

@media screen and (min-width: 1025px) {
  .e404 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .e404 {
    padding-bottom: 55px;
  }
}
.e404 .link_button {
  width: 200px;
}

.contact_lead {
  text-align: center;
  margin-bottom: 50px;
}

.contact_caution {
  margin-inline: auto;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #450C00;
  margin-bottom: 50px;
  position: relative;
}
.contact_caution a {
  font-weight: 700;
  text-align: center;
  display: block;
  color: #450C00;
}
.contact_caution a:hover {
  opacity: 1;
}
.contact_caution p {
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.contact_caution .expand_target {
  display: none;
  margin-top: 20px;
}
.contact_caution .expand_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #450C00;
  border-radius: 50%;
}
.contact_caution .expand_btn::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin: auto;
  transition: all ease 0.4s;
  content: "";
}
.contact_caution:not(.is-open) .expand_btn::before {
  transform: translateY(-2px) rotate(45deg);
}
.contact_caution.is-open .expand_btn::before {
  transform: translateY(2px) rotate(-135deg);
}
@media screen and (min-width: 1025px) {
  .contact_caution {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution a {
    font-size: 24px;
  }
  .contact_caution .expand_btn {
    right: 5%;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution a {
    font-size: 20px;
  }
  .contact_caution .expand_btn {
    right: 16px;
    top: 32px;
  }
}

.contact_confirm {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .contact_confirm {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_confirm {
    width: 100%;
    max-width: 900px;
  }
}

.contact_tel {
  text-align: center;
}
.contact_tel_phone {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.contact_tel_phone .phone_icon svg {
  width: 100%;
}
.contact_tel_phone .phone_num {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 1025px) {
  .contact_tel {
    margin-bottom: 70px;
  }
  .contact_tel .phone_icon {
    width: 30px;
  }
  .contact_tel .phone_num {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_tel {
    margin-bottom: 40px;
  }
  .contact_tel .phone_icon {
    width: 22px;
  }
  .contact_tel .phone_num {
    font-size: 24px;
  }
}

.contactform_table {
  table-layout: fixed;
  margin: 0 auto;
}
.contactform_table th {
  font-weight: 500;
  position: relative;
}
.contactform_table .th_wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .contactform_table .th_wrap {
    justify-content: space-between;
  }
  .contactform_table .th_wrap:not(.th_2row) {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .th_wrap {
    -moz-column-gap: 1em;
         column-gap: 1em;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.contactform_table .form_title .__note {
  display: inline-block;
  font-size: 12px;
}
.contactform_table td {
  vertical-align: middle;
}
.contactform_table .td__flex {
  display: flex;
}
.contactform_table .td__address__zip {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  margin-bottom: 20px;
}
.contactform_table .td__address__zip span[data-name=your-zip] {
  width: 140px;
}
.contactform_table .td__address__txt .wpcf7-form-control-wrap {
  width: 100%;
}
.contactform_table.confirm .td__address .td__address__zip {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_table {
    width: 900px;
    margin-bottom: 50px;
  }
  .contactform_table th {
    width: 260px;
    padding: 1.5em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table td {
    padding: 1.5em 0;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .contactform_table .td__flex .wpcf7-form-control-wrap {
    flex: 1;
  }
  .contactform_table.confirm .td__flex {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .contactform_table th, .contactform_table td {
    display: block;
    width: 100%;
  }
  .contactform_table th {
    padding: 0.5em 0;
  }
  .contactform_table td {
    padding: 0.5em 0.5em 2em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .contactform_table .td__flex .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }
}
.contactform_table input[type=text], .contactform_table input[type=tel], .contactform_table input[type=email], .contactform_table textarea, .contactform_table select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 1em;
  background-color: #F4F4F4;
}
.contactform_table input[type=text].postal_code {
  width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.contactform_table textarea {
  resize: none;
}
.contactform_table input[type=radio], .contactform_table input[type=checkbox], .contactform_table select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label input[type=radio], .contactform_table .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  vertical-align: middle;
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .form_note {
  margin-top: 20px;
  padding: 0 0.5em;
  line-height: 1.33;
  font-size: 14px;
}
.contactform_table .form_required {
  flex-shrink: 0;
}

.form_required {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #990000;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

.form_accept {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
}
.form_accept_head {
  margin-bottom: 1.5em;
  padding: 0 1em;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #450C00;
}
.form_accept_check {
  position: relative;
  text-align: center;
}
.form_accept_check input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_accept_check span[data-name=acceptance] {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-left: 1em;
  margin-right: 0.5em;
}
.form_accept_check label {
  display: inline-block;
}
.form_accept .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .form_accept {
    width: 900px;
    padding: 50px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .form_accept {
    width: 100%;
    max-width: 900px;
    padding: 20px;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  width: -moz-max-content;
  width: max-content;
}
.wpcf7-form-control-wrap:has(textarea) {
  width: 100%;
}

.contactform_btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_btns {
    margin-block: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_btns {
    margin-block: 50px;
  }
}

.wpcf7 .wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-previous {
  border-radius: 2em;
  font-weight: 700;
  font-size: 18px;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  border: 2px solid #450C00;
  color: #450C00;
  transition: all ease 0.3s;
  width: 160px;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover, .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    background-color: #FFF;
    color: #450C00;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit._confirm, .wpcf7 .wpcf7-form .wpcf7-submit._send,
.wpcf7 .wpcf7-form .wpcf7-previous._confirm,
.wpcf7 .wpcf7-form .wpcf7-previous._send {
  background-color: #450C00;
  color: #FFF;
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #450C00;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.complete_message {
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    margin-bottom: 30px;
  }
}

.entry_complete .c-text + .page_h3 {
  margin-top: 50px;
}

@media screen and (min-width: 1025px) {
  .page_thanks {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .page_thanks {
    padding-bottom: 55px;
  }
}
.page_thanks .link_button {
  width: 200px;
}
@media screen and (min-width: 1025px) {
  .page_thanks .link_button {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_thanks .link_button {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */