@charset "UTF-8";
/*
Theme Name : interlock_template
*/

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h1,
h2,
h3,
h4,
h5,
ul,
li,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
}

header {
  background: transparent;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: 0.4s;
}

.fixed {
  background: rgba(0, 0, 0, 0.7);
  transition: 0.4s;
}

header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}
@media (max-width: 1099px) {
  header .header_pc {
    height: 60px;
  }
}

header .header_pc .header_logo {
  width: 104px;
  margin-left: clamp(20px, 2.2693997072vw, 31px);
}
@media (max-width: 1099px) {
  header .header_pc .header_logo {
    width: 90px;
  }
}
header .header_pc .header_logo a {
  display: flex;
  align-items: center;
  justify-self: center;
}

header .header_pc .header_item {
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  header .header_pc .header_item {
    display: none;
  }
}

header .header_pc .header_item .header_nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 clamp(20px, 3.6603221083vw, 50px);
  list-style: none;
}

header .header_pc .header_item .header_nav ul li {
  margin-right: 20px;
}
@media (max-width: 1300px) {
  header .header_pc .header_item .header_nav ul li {
    margin-right: 15px;
  }
}
@media (max-width: 1240px) {
  header .header_pc .header_item .header_nav ul li {
    margin-right: 12px;
  }
}

.header_nav .parent {
  position: relative;
  float: left;
}
.header_nav .parent a {
  margin: -3px 0px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.4s all;
}
.header_nav .child {
  
  display: none !important;
  margin: 0 !important;
  width: 100%;
  transition: 0.4s;
}
.header_nav .child a {
  font-size: 14px !important;
}
.header_nav .parent:hover > ul {
  transition: 0.4s all;
  display: block !important;
  position: absolute !important;
  opacity: 1;
  top: 104%;
}
.header_nav .child li {
  width: 100%;
}
.header_nav .bt_none {
  border-top: none !important;
}
.header_nav .child li a {
  background: #42352c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  width: 207px;
  height: 70px;
  transition: 0.4s all;
  padding: 0 21px 0 21px !important;
  font-weight: 500 !important;
  margin: 0;
  line-height: 1.7 !important;
  transition: 0.4s;
  text-align: start;
}
.header_nav .child li a:hover {
  background: #9a2d33;
}
.header_nav .child li a::after {
  display: none;
}

header .header_pc .header_item .header_nav ul li:last-of-type {
  margin-right: 0;
}

header .header_pc .header_item .header_nav ul li a {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 1210px) {
  header .header_pc .header_item .header_nav ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  header .header_pc .header_item .header_nav ul li a {
    font-size: 11px;
  }
}

.hedaer_button {
  width: 130px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  background: #9a2d33;
  color: #fff;
  transition: 0.4s;
}
.hedaer_button:hover {
  transition: 0.4s;
  opacity: 0.7;
}

header .header_pc .header_item .header_cta {
  width: 150px;
  height: 80px;
}

.icon_flex i {
  color: #9a2d33;
  margin-left: 5px;
}

header .header_pc .header_item .header_cta a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #282d49;
  color: #fff;
  font-weight: bold;
}

header .header_pc .header_item .header_cta a::before {
  font-size: 16px;
  font-family: "fontello";
  content: "\e801";
  color: #fff;
}

.navigation {
  height: 70px;
  background: #fff;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  .navigation {
    display: contents;
  }
}
.navigation .nav-list {
  position: absolute;
  width: 100%;
  height: auto;
  top: 60px;
  max-height: calc(100vh - 60px);
  overflow: auto;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  padding-top: 5px;
  transition: 0.4;
}
.brand img {
  max-width: 110px;
  transition: 0.4s;
}
.brand img:hover {
  transition: 0.4s;
  opacity: 0.7;
}

.nav-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1099px) {
  nav {
    float: right;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav ul li {
    float: left;
    position: relative;
  }
  nav ul li img {
    width: 45px;
    height: 45px;
  }
  nav ul li .img_flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  nav ul li a,
  nav ul li a:visited {
    display: block;
    padding: 0 20px;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 70px;
    background: #42352c;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
  }
  nav ul li a:hover,
  nav ul li a:visited:hover {
    background: #9a2d33;
    color: #fff;
  }
  nav ul li a:not(:only-child):after,
  nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
  }
  nav ul li ul li {
    min-width: 190px;
  }
  nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
    background: #c25b60;
    font-size: 14px;
  }
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 60px;
  width: 60px;
}

@media only screen and (max-width: 1099px) {
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
}
#nav-toggle {
  position: absolute;
  left: 10px;
  top: 20px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 32px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.logo {
  position: fixed;
  padding-top: 1vh;
  padding-left: 6vw;
  font-size: 48px;
  z-index: 10001;
}

.left_side_bar {
  height: 100vh;
  width: 50px;
  position: fixed;
  z-index: 10001;
  top: 0;
  transition: 0.4s;
  left: 0;
  padding-top: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_side_bar .left_copyright {
  writing-mode: vertical-rl;
  position: relative;
  transition: 0.4s all;
}
.left_side_bar .fix_arrow {
  position: absolute;
  padding: 12px;
  border: 1px solid black;
  border-radius: 50%;
  bottom: -50%;
  left: 3vw;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .left_side_bar .fix_arrow {
    padding: 8px;
  }
}

.copy_remove {
  display: none;
  transition: 0.4s all;
}

#section-scroller-button.rotate .fa-solid {
  transform: rotate(180deg);
  transition: 0.4s;
}

.fa-arrow-down:before {
  color: #222;
}

.right_side_bar {
  height: 100vh;
  width: 150px;
  position: fixed;
  top: 0;
  z-index: 10001;
  right: 0;
  padding-top: 15vh;
  background-color: transparent;
}
@media (max-width: 1050px) {
  .right_side_bar {
    display: none;
  }
}
.right_side_bar .text_content {
  margin-bottom: 15vh;
}
.right_side_bar .text_content a {
  font-weight: bold;
  color: #222;
  font-size: 20px;
  margin-bottom: 10px;
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pagetop_block .contact_sp a {
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 425px) {
  .pagetop_block .contact_sp a {
    padding: 10px;
  }
}

.pagetop_block .contact_sp a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 13px;
  margin-right: 10px;
  font-weight: normal;
}

.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}

.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #9a2d33;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}

.contact_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .contact_sp {
    display: flex !important;
  }
}

.copy {
  padding: clamp(20px, 2.9282576867vw, 40px) 0;
  text-align: center;
  font-size: clamp(10px, 0.878477306vw, 12px);
  font-weight: 500 !important;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
}
.copy::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  content: "";
}
@media (max-width: 769px) {
  .copy::after {
    width: 77.5%;
  }
}
@media (max-width: 425px) {
  .copy::after {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .copy {
    font-size: 9ox;
  }
}

.footer_nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}

.footer_nav ul li {
  padding: 20px 10px;
}

.footer_nav ul li a {
  color: #222 !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .footer_nav ul li a {
    font-size: 14px;
  }
}

footer .footer_nav ul {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer_nav ul {
    flex-direction: column;
    padding-left: 20px;
  }
}

.footer {
  border-top: none;
}

figure {
  margin: 0 !important;
}

.fa-solid {
  font-family: "Font Awesome 5 Free" !important;
  font-style: initial !important;
}

.main_slider {
  position: relative;
}
@media (max-width: 600px) {
  .main_slider .slide_pc {
    display: none;
  }
}
.main_slider .slide_sp {
  display: none;
}
@media (max-width: 600px) {
  .main_slider .slide_sp {
    display: inherit;
  }
}

.slick-dots {
  display: none !important;
}

.slider_title {
  position: absolute;
  bottom: clamp(40px, 5.8565153734vw, 80px);
  left: clamp(20px, 7.3206442167vw, 100px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.slider_title .slider_sub {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: clamp(25px, 2.4890190337vw, 34px);
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: clamp(15px, 1.5373352855vw, 21px);
}
@media (max-width: 360px) {
  .slider_title .slider_sub {
    font-size: 21px;
  }
}
.slider_title .slider_main {
  background: #9a2d33;
  color: #fff;
  padding: 3px 14px;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  display: inline-block;
  line-height: 1.513;
  letter-spacing: 0.04em;
  margin-bottom: 13px;
  font-size: clamp(30px, 2.8550512445vw, 39px);
}
@media (max-width: 360px) {
  .slider_title .slider_main {
    font-size: 26px;
  }
}
.slider_title .slicer_content {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  line-height: 1.727;
  letter-spacing: 0.04em;
}
@media (max-width: 360px) {
  .slider_title .slicer_content {
    font-size: 18px;
  }
}
.slider_title .slider_space {
  display: none;
}
@media (max-width: 700px) {
  .slider_title .slider_space {
    display: block;
  }
}
@media (max-width: 700px) {
  .slider_title .pc_only {
    display: none;
  }
}
.slider_title .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .slider_title .sp_only {
    display: inline-block;
  }
}
.slider_title .space_sp {
  display: none;
}
@media (max-width: 700px) {
  .slider_title .space_sp {
    display: block;
  }
}

.slick-slide {
  height: 100vh;
  width: 100vw;
}
.slick-slide img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

#s01 {
  padding-bottom: clamp(100px, 11.3469985359vw, 155px);
  overflow: hidden;
}
#s01 .catch {
  font-family: "Amiri", serif;
  line-height: 0.8;
  letter-spacing: 0.05em;
  color: #ececec;
  font-weight: bold;
  font-size: 13.3333333333vw;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 769px) {
  #s01 .catch {
    font-size: 24.7074122237vw;
  }
}
#s01 .catch .sp_only {
  display: none;
}
@media (max-width: 769px) {
  #s01 .catch .sp_only {
    display: block;
  }
}
@media (max-width: 1024px) {
  #s01 .inner {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}
#s01 .inner .wrap {
  margin: 0 20px;
}
#s01 .inner .wrap .cat {
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 1.756954612vw, 24px);
  margin-bottom: 0;
  color: #9a2d33;
  text-align: center;
}
#s01 .inner .wrap .title {
  color: #42352c;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 2.3426061493vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: clamp(50px, 6.0029282577vw, 82px);
  text-align: center;
}
#s01 .inner .wrap .title .sp_370 {
  display: none;
}
@media (max-width: 370px) {
  #s01 .inner .wrap .title .sp_370 {
    display: block;
  }
}
#s01 .inner .wrap .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 7.2916666667vw;
       column-gap: 7.2916666667vw;
  max-width: 1675px;
  width: 100%;
  margin: 0 auto 60px auto;
}
@media (max-width: 1024px) {
  #s01 .inner .wrap .grid_box {
    grid-template-columns: 1fr;
  }
}
#s01 .inner .wrap .grid_box .col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (max-width: 1024px) {
  #s01 .inner .wrap .grid_box .col {
    display: block;
  }
}
#s01 .inner .wrap .grid_box .col .num {
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 74px;
  color: #9a2d33;
  line-height: 1.5;
  margin-bottom: 0;
}
#s01 .inner .wrap .grid_box .col .card_title {
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #42352c;
  line-height: 1.636;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#s01 .inner .wrap .grid_box .col .content {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2.2;
  font-size: 16px;
  color: #42352c;
}
#s01 .inner .wrap .grid_box .s01_line {
  position: relative;
}
@media (max-width: 1024px) {
  #s01 .inner .wrap .grid_box .s01_line {
    padding: 50px 0;
    margin: 50px 0;
  }
}
#s01 .inner .wrap .grid_box .s01_line::after {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 7.2916666667vw);
  height: 70%;
  border-right: 2px solid #ececec;
  border-left: 2px solid #ececec;
  content: "";
}
@media (max-width: 1024px) {
  #s01 .inner .wrap .grid_box .s01_line::after {
    width: 70%;
    border-right: unset;
    border-left: unset;
    height: 100%;
    border-top: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
    top: 50%;
  }
}
#s01 .inner .wrap .button a {
  background: #fff;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #9a2d33;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  transition: all 0.2s ease;
  width: 250px;
  border: 1px solid #9a2d33;
  padding-left: 20px;
  height: 56px;
  line-height: 1.8;
  margin: 0 auto;
}
@media (max-width: 425px) {
  #s01 .inner .wrap .button a {
    font-size: 16px;
  }
}
#s01 .inner .wrap .button a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #9a2d33;
  top: 50%;
  right: 0;
}
#s01 .inner .wrap .button a:hover {
  background: #9a2d33;
  transition: 0.4s;
  color: #fff;
}
#s01 .inner .wrap .button a:hover::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}

#s02 {
  padding-bottom: 45px;
  background: #f6f3f0;
  position: relative;
}
#s02::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 8.6458333333vw;
  content: "";
  background: #fff;
}
@media (max-width: 1366px) {
  #s02::after {
    height: 6.588579795vw;
  }
}
@media (max-width: 769px) {
  #s02::after {
    height: 20%;
  }
}
#s02 .inner {
  position: relative;
  z-index: 1;
}
#s02 .inner .wrap {
  margin-right: 6.25vw;
}
@media (max-width: 769px) {
  #s02 .inner .wrap {
    margin-right: 0;
  }
}
#s02 .inner .wrap .flex_box {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: clamp(55px, 5.7291666667vw, 110px);
       column-gap: clamp(55px, 5.7291666667vw, 110px);
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: 50px;
  }
}
#s02 .inner .wrap .flex_box .img_area {
  max-width: 850px;
  width: 100%;
}
#s02 .inner .wrap .flex_box .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: clamp(100px, 7.8125vw, 150px);
}
@media (max-width: 1300px) {
  #s02 .inner .wrap .flex_box .img_area {
    height: 600px;
  }
}
@media (max-width: 1100px) {
  #s02 .inner .wrap .flex_box .img_area {
    height: 700px;
  }
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box .img_area {
    height: auto;
    margin-right: clamp(20px, 6.5019505852vw, 50px);
  }
}
#s02 .inner .wrap .flex_box .text_area {
  max-width: 660px;
  width: 100%;
  margin-bottom: clamp(0px, 3.75vw, 72px);
}
@media (max-width: 1440px) {
  #s02 .inner .wrap .flex_box .text_area {
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box .text_area {
    max-width: 100%;
    padding: 0 20px;
  }
}
#s02 .inner .wrap .flex_box .text_area .cat {
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 1.25vw, 24px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  color: #9a2d33;
  text-transform: uppercase;
  text-align: start;
}
#s02 .inner .wrap .flex_box .text_area .title {
  color: #42352c;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  text-align: start;
}
#s02 .inner .wrap .flex_box .text_area .title .title_space {
  display: none;
}
@media (max-width: 1024px) {
  #s02 .inner .wrap .flex_box .text_area .title .title_space {
    display: block;
  }
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box .text_area .title .title_space {
    display: none;
  }
}
@media (max-width: 500px) {
  #s02 .inner .wrap .flex_box .text_area .title .title_space {
    display: block;
  }
}
#s02 .inner .wrap .flex_box .text_area .content {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2.2;
  font-size: 16px;
  color: #42352c;
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
#s02 .inner .wrap .flex_box .text_area .button a {
  background: #fff;
  font-weight: bold;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  color: #9a2d33;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  transition: all 0.2s ease;
  width: 250px;
  border: 1px solid #9a2d33;
  padding-left: 20px;
  height: 56px;
  line-height: 1.8;
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  #s02 .inner .wrap .flex_box .text_area .button a {
    font-size: 16px;
  }
}
#s02 .inner .wrap .flex_box .text_area .button a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #9a2d33;
  top: 50%;
  right: 0;
}
#s02 .inner .wrap .flex_box .text_area .button a:hover {
  background: #9a2d33;
  transition: 0.4s;
  color: #fff;
}
#s02 .inner .wrap .flex_box .text_area .button a:hover::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}

#s03 {
  padding-bottom: 45px;
  background: #fff;
  position: relative;
}
#s03::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 8.6458333333vw;
  content: "";
  background: #f6f3f0;
}
@media (max-width: 1366px) {
  #s03::after {
    height: 6.588579795vw;
  }
}
@media (max-width: 769px) {
  #s03::after {
    height: 20%;
  }
}
#s03 .inner {
  position: relative;
  z-index: 1;
}
#s03 .inner .wrap {
  margin-left: 6.25vw;
}
@media (max-width: 769px) {
  #s03 .inner .wrap {
    margin-left: 0;
  }
}
#s03 .inner .wrap .flex_box {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: clamp(55px, 5.7291666667vw, 110px);
       column-gap: clamp(55px, 5.7291666667vw, 110px);
  justify-content: flex-end;
}
@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}
#s03 .inner .wrap .flex_box .img_area {
  max-width: 850px;
  width: 100%;
  overflow: hidden;
}
#s03 .inner .wrap .flex_box .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: clamp(100px, 7.8125vw, 150px);
}
@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box .img_area img {
    margin-left: clamp(20px, 6.5019505852vw, 50px);
  }
}
@media (max-width: 1300px) {
  #s03 .inner .wrap .flex_box .img_area {
    height: 600px;
  }
}
@media (max-width: 1100px) {
  #s03 .inner .wrap .flex_box .img_area {
    height: 700px;
  }
}
@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box .img_area {
    height: auto;
  }
}
#s03 .inner .wrap .flex_box .text_area {
  max-width: 660px;
  width: 100%;
  margin-bottom: clamp(0px, 3.75vw, 72px);
}
@media (max-width: 1440px) {
  #s03 .inner .wrap .flex_box .text_area {
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box .text_area {
    max-width: 100%;
    padding: 0 20px;
  }
}
#s03 .inner .wrap .flex_box .text_area .cat {
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 1.25vw, 24px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  color: #9a2d33;
  text-transform: uppercase;
  text-align: start;
}
#s03 .inner .wrap .flex_box .text_area .title {
  color: #42352c;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  text-align: start;
}
#s03 .inner .wrap .flex_box .text_area .title .title_space {
  display: none;
}
@media (max-width: 1024px) {
  #s03 .inner .wrap .flex_box .text_area .title .title_space {
    display: block;
  }
}
@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box .text_area .title .title_space {
    display: none;
  }
}
@media (max-width: 500px) {
  #s03 .inner .wrap .flex_box .text_area .title .title_space {
    display: block;
  }
}
#s03 .inner .wrap .flex_box .text_area .content {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2.2;
  font-size: 16px;
  color: #42352c;
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
#s03 .inner .wrap .flex_box .text_area .button a {
  background: #fff;
  font-weight: bold;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  color: #9a2d33;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  transition: all 0.2s ease;
  width: 250px;
  border: 1px solid #9a2d33;
  padding-left: 20px;
  height: 56px;
  line-height: 1.8;
}
@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  #s03 .inner .wrap .flex_box .text_area .button a {
    font-size: 16px;
  }
}
#s03 .inner .wrap .flex_box .text_area .button a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #9a2d33;
  top: 50%;
  right: 0;
}
#s03 .inner .wrap .flex_box .text_area .button a:hover {
  background: #9a2d33;
  transition: 0.4s;
  color: #fff;
}
#s03 .inner .wrap .flex_box .text_area .button a:hover::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}

#s04 {
  padding: clamp(60px, 6.588579795vw, 90px) 0 clamp(124px, 18.1551976574vw, 248px);
}
#s04 .inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s04 .inner {
    max-width: 640px;
  }
}
#s04 .inner .wrap {
  margin: 0 20px;
}
#s04 .inner .wrap .button_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(30px, 3.2210834553vw, 44px);
       column-gap: clamp(30px, 3.2210834553vw, 44px);
}
@media (max-width: 769px) {
  #s04 .inner .wrap .button_grid {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
#s04 .inner .wrap .button_grid figure a {
  transition: 0.4s;
}
#s04 .inner .wrap .button_grid figure a:hover {
  transition: 0.4s;
  opacity: 0.7;
}

.footer_bg {
  background: #fff;
  position: relative;
}
.footer_bg::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../images/footer_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 60%;
}
@media (max-width: 1010px) {
  .footer_bg::after {
    height: 70%;
  }
}
.footer_bg #s11 {
  margin-bottom: 0 !important;
  z-index: 1;
  position: relative;
  padding-top: clamp(62px, 8.5651537335vw, 117px);
}
.footer_bg #s11 .inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.footer_bg #s11 .inner .wrap {
  margin: 0 20px;
}
.footer_bg #s11 .inner .wrap .box {
  background: #f6f3f0;
  padding: clamp(65px, 6.0029282577vw, 82px) clamp(20px, 5.4904831625vw, 75px);
}
@media (max-width: 860px) {
  .footer_bg #s11 .inner .wrap .box {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}
.footer_bg #s11 .inner .wrap .box .contact_flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(30px, 3.6603221083vw, 50px);
       column-gap: clamp(30px, 3.6603221083vw, 50px);
}
@media (max-width: 860px) {
  .footer_bg #s11 .inner .wrap .box .contact_flex {
    flex-direction: column;
    row-gap: 50px;
  }
}
.footer_bg #s11 .inner .wrap .box .contact_flex .left_area {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 860px) {
  .footer_bg #s11 .inner .wrap .box .contact_flex .left_area {
    max-width: 100%;
  }
}
.footer_bg #s11 .inner .wrap .box .contact_flex .left_area .cat {
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 1.756954612vw, 24px);
  margin-bottom: 0;
  color: #9a2d33;
}
.footer_bg #s11 .inner .wrap .box .contact_flex .left_area .title {
  color: #42352c;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 2.3426061493vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: clamp(20px, 2.7086383602vw, 37px);
}
.footer_bg #s11 .inner .wrap .box .contact_flex .left_area .content {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #42352c;
  line-height: 2.25;
  margin-bottom: 10px;
}
.footer_bg #s11 .inner .wrap .box .contact_flex .left_area .content .content_space {
  display: none;
}
@media (max-width: 1210px) {
  .footer_bg #s11 .inner .wrap .box .contact_flex .left_area .content .content_space {
    display: block;
  }
}
@media (max-width: 860px) {
  .footer_bg #s11 .inner .wrap .box .contact_flex .left_area .content .content_space {
    display: none;
  }
}
.footer_bg #s11 .inner .wrap .box .contact_flex .left_area .btn_mb {
  margin-bottom: clamp(30px, 3.6603221083vw, 50px);
}
.footer_bg #s11 .inner .wrap .box .contact_flex .right_area {
  max-width: 480px;
  width: 100%;
}
@media (max-width: 860px) {
  .footer_bg #s11 .inner .wrap .box .contact_flex .right_area {
    max-width: 100%;
  }
}
.footer_bg #s11 .inner .wrap .box .contact_flex .right_area .content_flex {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-bottom: clamp(30px, 3.074670571vw, 42px);
}
.footer_bg #s11 .inner .wrap .box .contact_flex .right_area .content_flex .content_head {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #42352c;
}
@media (max-width: 360px) {
  .footer_bg #s11 .inner .wrap .box .contact_flex .right_area .content_flex .content_head {
    font-size: 17px;
  }
}
.footer_bg #s11 .inner .wrap .box .contact_flex .right_area .content_flex .content_body {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #42352c;
  line-height: 1.5;
}
@media (max-width: 360px) {
  .footer_bg #s11 .inner .wrap .box .contact_flex .right_area .content_flex .content_body {
    font-size: 15px;
  }
}
.footer_bg #s11 .inner .wrap .box .contact_flex .right_area .content_flex .content_body .red_high {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #9a2d33;
}
.footer_bg #s11 .inner .wrap .box .contact_flex .right_area .content_flex .content_body .mt30 {
  margin-top: clamp(20px, 2.196193265vw, 30px);
  display: inline-block;
}
.footer_bg #s11 .inner .wrap .box .contact_flex .right_area .content_flex .content_body .sp_450 {
  display: none;
}
@media (max-width: 450px) {
  .footer_bg #s11 .inner .wrap .box .contact_flex .right_area .content_flex .content_body .sp_450 {
    display: block;
  }
}
.footer_bg #s11 .inner .wrap .box .contact_flex .right_area .btn_mb {
  margin-bottom: clamp(30px, 3.6603221083vw, 50px);
}
.footer_bg #s11 .inner .wrap .box .contact_flex .right_area .al_center {
  align-items: center;
}
.footer_bg #s11 .inner .wrap .box .button_flex a {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(20px, 2.196193265vw, 30px);
       column-gap: clamp(20px, 2.196193265vw, 30px);
  transition: 0.4s;
}
@media (max-width: 860px) {
  .footer_bg #s11 .inner .wrap .box .button_flex a {
    justify-content: center;
  }
}
.footer_bg #s11 .inner .wrap .box .button_flex a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
@media (max-width: 360px) {
  .footer_bg #s11 .inner .wrap .box .button_flex a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.footer_bg #s11 .inner .wrap .box .button_flex a figure {
  width: clamp(50px, 5.8565153734vw, 80px);
  height: clamp(50px, 5.8565153734vw, 80px);
}
@media (max-width: 360px) {
  .footer_bg #s11 .inner .wrap .box .button_flex a figure {
    width: 40px;
    height: 40px;
  }
}
.footer_bg #s11 .inner .wrap .box .button_flex a figure img {
  width: 100%;
}
.footer_bg #s11 .inner .wrap .box .button_flex a .button_content {
  color: #42352c;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 2.3426061493vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 425px) {
  .footer_bg #s11 .inner .wrap .box .button_flex a .button_content {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .footer_bg #s11 .inner .wrap .box .button_flex a .button_content {
    font-size: 18px;
  }
}
.footer_bg #s11 .inner .wrap .box .button_flex a .ff_ch {
  font-family: "Amiri", serif;
  font-size: clamp(32px, 3.3674963397vw, 46px);
}
@media (max-width: 425px) {
  .footer_bg #s11 .inner .wrap .box .button_flex a .ff_ch {
    font-size: 26px;
  }
}

#footer {
  position: relative;
  z-index: 1;
}
#footer .inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
#footer .inner .wrap {
  margin: 0 20px;
}
#footer .footer_flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 1010px) {
  #footer .footer_flex {
    flex-direction: column;
  }
}
@media (max-width: 1010px) {
  #footer .footer_flex .logo_area {
    text-align: center;
    margin-bottom: clamp(30px, 3.2942898975vw, 45px);
  }
}
#footer .footer_nav_title {
  color: #fff;
  text-align: start;
  /* 1 */
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.44px;
}
#footer .title_small {
  color: #fff;
  text-align: center;
  /* 2 */
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
#footer .inner {
  padding-top: 62px;
  padding-bottom: 74px;
}
@media (max-width: 1010px) {
  #footer .inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#footer .inner .footer-item-wrap {
  max-width: 940px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap {
    display: block;
    text-align: start;
  }
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap .nav01 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap .nav07 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap .nav08 {
    margin-bottom: 12px;
  }
}
#footer .inner .mb_33 {
  padding: 20px 0 10px 0 !important;
}
#footer .inner .pd10 {
  padding: 4px 0 !important;
}
@media (max-width: 1010px) {
  #footer .inner .pd10 {
    padding: 4px 0 !important;
  }
}
#footer .inner .pd10 a {
  font-size: 15px !important;
}
@media (max-width: 1010px) {
  #footer .inner .pd10 a {
    font-size: 13px !important;
  }
}
#footer .inner .nav-title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  padding: 20px 0;
}
@media (max-width: 1010px) {
  #footer .inner .nav-title a {
    font-size: 15px;
    padding: 15px 0;
  }
}
#footer .inner .nav-list li {
  padding: 20px 0;
}
@media (max-width: 1010px) {
  #footer .inner .nav-list li {
    padding: 7px 0;
  }
}
#footer .inner .nav-list li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1010px) {
  #footer .inner .nav-list li a {
    font-size: 15px;
  }
}
#footer .inner .nav-list li a:hover {
  color: #9a2d33;
  text-decoration: none;
  transition: 0.4s;
}

/**side_button**/
#side_button {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 250px;
  font-size: 16px;
  transform: translateX(0px);
  transition: transform 0.35s;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

#side_button a {
  text-align: center;
  display: flex;
  line-height: 52px;
  color: #fff;
  padding: 10px 0 10px px 0;
  min-height: 216px;
  height: auto;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 18px;
  opacity: 0.8;
  background: #333;
  transition: 0.4s;
  border-right: none;
  z-index: 101;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-right: none;
  z-index: 101;
}
#side_button a .ready {
  font-size: 14px;
  padding-top: 24px;
}
@media (max-width: 1250px) {
  #side_button a {
    display: none;
  }
}
#side_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: all 0.3s;
}
#side_button a:hover {
  background: #be8445;
  opacity: 1;
  transition: 0.4s;
}
#side_button a:hover::after {
  
}
#side_button a span i {
  margin-top: 10px;
}

.news_wrap a {
  display: flex;
  -moz-column-gap: clamp(20px, 2.9282576867vw, 40px);
       column-gap: clamp(20px, 2.9282576867vw, 40px);
  align-items: center;
  border-bottom: 1px solid #dcd5cf;
  padding: clamp(20px, 2.0497803807vw, 28px) 0 clamp(15px, 1.4641288433vw, 20px);
}
@media (max-width: 769px) {
  .news_wrap a {
    flex-direction: column;
    padding: 15px 0;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.news_wrap .date {
  font-size: clamp(16px, 1.317715959vw, 18px);
  padding-left: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #333;
  line-height: 1.444;
}
@media (max-width: 425px) {
  .news_wrap .date {
    font-size: 14px;
    padding-left: 0;
  }
}
.news_wrap .title {
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #333;
  line-height: 1.444;
}
@media (max-width: 769px) {
  .news_wrap .title {
    margin: 0;
    padding-left: 20px;
  }
}
@media (max-width: 425px) {
  .news_wrap .title {
    font-size: 14px;
  }
}

#s05 {
  padding: clamp(50px, 8.3333333333vw, 160px) 0 clamp(50px, 10.4166666667vw, 200px);
  position: relative;
}
#s05::after {
  width: 70%;
  height: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #f6f3f0;
  border-top-left-radius: clamp(100px, 14.6412884334vw, 200px);
  border-bottom-left-radius: clamp(100px, 14.6412884334vw, 200px);
  content: "";
}
@media (max-width: 769px) {
  #s05::after {
    width: 100%;
  }
}
#s05::before {
  position: absolute;
  top: -5.625vw;
  left: 0;
  font-size: 14.3229166667vw;
  text-transform: uppercase;
  content: "service";
  color: #ececec;
  font-family: "Amiri", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 425px) {
  #s05::before {
    font-size: 22.8235294118vw;
    top: -14.1176470588vw;
  }
}
#s05 .top_inner {
  position: relative;
  z-index: 2;
}
#s05 .top_inner .top_wrap {
  margin-left: 6.1458333333vw;
}
@media (max-width: 1099px) {
  #s05 .top_inner .top_wrap {
    margin-left: 0;
  }
}
#s05 .top_inner .top_wrap .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: clamp(70px, 12.4450951684vw, 170px);
}
@media (max-width: 1099px) {
  #s05 .top_inner .top_wrap .grid_box {
    grid-template-columns: 1fr;
    max-width: 640px;
    width: 100%;
    margin: 0 auto clamp(70px, 12.4450951684vw, 170px) auto;
  }
}
#s05 .top_inner .top_wrap .grid_box .col {
  border-right: 1px solid #fff;
}
#s05 .top_inner .top_wrap .grid_box .col a {
  display: block;
  position: relative;
}
#s05 .top_inner .top_wrap .grid_box .col a:hover figure {
  filter: brightness(1.3);
  transition: 0.4s;
}
#s05 .top_inner .top_wrap .grid_box .col a figure {
  transition: 0.4s;
  line-height: 0;
}
#s05 .top_inner .top_wrap .grid_box .col a figure img {
  width: 100%;
}
#s05 .top_inner .top_wrap .grid_box .col a .title_area {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
#s05 .top_inner .top_wrap .grid_box .col a .title_area .cat {
  font-family: "Amiri", serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 13px;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  #s05 .top_inner .top_wrap .grid_box .col a .title_area .cat {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  #s05 .top_inner .top_wrap .grid_box .col a .title_area .cat {
    font-size: 18px;
  }
}
#s05 .top_inner .top_wrap .grid_box .col a .title_area .title {
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.357;
}
@media (max-width: 1099px) {
  #s05 .top_inner .top_wrap .grid_box .col a .title_area .title {
    font-size: 34px;
  }
}
@media (max-width: 550px) {
  #s05 .top_inner .top_wrap .grid_box .col a .title_area .title {
    font-size: 28px;
  }
}
#s05 .top_inner .top_wrap .grid_box .col a .content {
  width: 100%;
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 clamp(20px, 2.1875vw, 42px) 0 clamp(20px, 3.2291666667vw, 62px);
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 2.25;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1710px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    top: 60%;
  }
}
@media (max-width: 1560px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    top: 55%;
  }
}
@media (max-width: 1400px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    top: 52%;
  }
}
@media (max-width: 1360px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    top: 40%;
  }
}
@media (max-width: 1180px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    top: 30%;
  }
}
@media (max-width: 1099px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    top: 50%;
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    top: 45%;
  }
}
@media (max-width: 370px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    top: 40%;
  }
}
@media (max-width: 330px) {
  #s05 .top_inner .top_wrap .grid_box .col a .content {
    top: 35%;
  }
}
#s05 .top_inner .top_wrap .grid_box .col a .button {
  position: absolute;
  bottom: clamp(30px, 1.8229166667vw, 35px);
  right: clamp(26px, 3.2291666667vw, 62px);
}
@media (max-width: 1366px) {
  #s05 .top_inner .top_wrap .grid_box .col a .button {
    bottom: 20px;
    right: 20px;
  }
}
#s05 .top_inner .top_wrap .grid_box .col a .button img {
  width: 40px;
  height: 40px;
}

#s06 {
  padding: clamp(70px, 7.34375vw, 141px) 0 70px;
}
#s06 .inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s06 .inner {
    max-width: 640px;
  }
}
#s06 .inner .wrap {
  margin: 0 20px;
}
#s06 .inner .wrap .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(30px, 3.074670571vw, 42px);
       column-gap: clamp(30px, 3.074670571vw, 42px);
}
@media (max-width: 769px) {
  #s06 .inner .wrap .grid_box {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
#s06 .inner .wrap .grid_box .col a:hover figure {
  filter: brightness(1.2);
  transition: 0.4s;
}
#s06 .inner .wrap .grid_box .col a .card {
  position: relative;
  margin-bottom: 20px;
}
#s06 .inner .wrap .grid_box .col a .card figure {
  transition: 0.4s;
  line-height: 0;
}
#s06 .inner .wrap .grid_box .col a .card .card_title {
  position: absolute;
  bottom: clamp(13px, 1.4583333333vw, 28px);
  left: clamp(15px, 2.7086383602vw, 37px);
}
#s06 .inner .wrap .grid_box .col a .card .card_title .title {
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: clamp(20px, 1.756954612vw, 24px);
  margin-bottom: 0;
  color: #fff;
}
#s06 .inner .wrap .grid_box .col a .card .card_title .title_jp {
  color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 2.3426061493vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: bold;
}
#s06 .inner .wrap .grid_box .col a .card .button {
  position: absolute;
  right: clamp(18px, 1.756954612vw, 24px);
  bottom: clamp(17px, 2.0497803807vw, 28px);
}
#s06 .inner .wrap .grid_box .col a .card .button img {
  width: clamp(25px, 2.9282576867vw, 40px);
  height: clamp(25px, 2.9282576867vw, 40px);
}
#s06 .inner .wrap .grid_box .col a .content {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2.2;
  font-size: 16px;
  color: #42352c;
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
#s06 .inner .wrap .grid_box .mt_ch {
  margin-top: clamp(60px, 5.270863836vw, 72px);
}
@media (max-width: 769px) {
  #s06 .inner .wrap .grid_box .mt_ch {
    margin-top: 0;
  }
}

.bottom_inner {
  position: relative;
  z-index: 1;
}
.bottom_inner .bottom_wrap {
  margin-right: 6.25vw;
}
@media (max-width: 769px) {
  .bottom_inner .bottom_wrap {
    margin-right: 0;
  }
}
.bottom_inner .bottom_wrap .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(55px, 5.7291666667vw, 110px);
       column-gap: clamp(55px, 5.7291666667vw, 110px);
}
@media (max-width: 1099px) {
  .bottom_inner .bottom_wrap .flex_box {
    align-items: flex-start;
  }
}
@media (max-width: 769px) {
  .bottom_inner .bottom_wrap .flex_box {
    flex-direction: column;
    row-gap: 50px;
  }
}
.bottom_inner .bottom_wrap .flex_box .img_area {
  max-width: 850px;
  width: 100%;
}
@media (max-width: 769px) {
  .bottom_inner .bottom_wrap .flex_box .img_area figure {
    margin-right: 24px !important;
  }
}
.bottom_inner .bottom_wrap .flex_box .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: clamp(100px, 7.8125vw, 150px);
}
@media (max-width: 769px) {
  .bottom_inner .bottom_wrap .flex_box .img_area {
    margin-right: clamp(20px, 6.5019505852vw, 50px);
  }
}
.bottom_inner .bottom_wrap .flex_box .text_area {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 1440px) {
  .bottom_inner .bottom_wrap .flex_box .text_area {
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  .bottom_inner .bottom_wrap .flex_box .text_area {
    max-width: 100%;
    padding: 0 20px 0 10px;
  }
}
.bottom_inner .bottom_wrap .flex_box .text_area .cat {
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 1.25vw, 24px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  color: #9a2d33;
  text-transform: uppercase;
  text-align: start;
}
.bottom_inner .bottom_wrap .flex_box .text_area .title {
  color: #42352c;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  text-align: start;
}
.bottom_inner .bottom_wrap .flex_box .text_area .title .title_space {
  display: none;
}
@media (max-width: 1024px) {
  .bottom_inner .bottom_wrap .flex_box .text_area .title .title_space {
    display: block;
  }
}
@media (max-width: 769px) {
  .bottom_inner .bottom_wrap .flex_box .text_area .title .title_space {
    display: none;
  }
}
@media (max-width: 500px) {
  .bottom_inner .bottom_wrap .flex_box .text_area .title .title_space {
    display: block;
  }
}
.bottom_inner .bottom_wrap .flex_box .text_area .content {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2.2;
  font-size: 16px;
  color: #42352c;
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
.bottom_inner .bottom_wrap .flex_box .text_area .button a {
  background: #fff;
  font-weight: bold;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  color: #9a2d33;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  transition: all 0.2s ease;
  width: 250px;
  border: 1px solid #9a2d33;
  padding-left: 20px;
  height: 66px;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .bottom_inner .bottom_wrap .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .bottom_inner .bottom_wrap .flex_box .text_area .button a {
    font-size: 16px;
  }
}
.bottom_inner .bottom_wrap .flex_box .text_area .button a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #9a2d33;
  top: 50%;
  right: 0;
}
.bottom_inner .bottom_wrap .flex_box .text_area .button a:hover {
  background: #9a2d33;
  transition: 0.4s;
  color: #fff;
}
.bottom_inner .bottom_wrap .flex_box .text_area .button a:hover::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}

#s07 {
  padding-bottom: clamp(110px, 11.5666178624vw, 158px);
}
#s07 .inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s07 .inner {
    max-width: 640px;
  }
}
#s07 .inner .wrap {
  margin: 0 20px;
}
#s07 .inner .wrap .box {
  background: url(../images/top_members_img.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(53px, 8.0527086384vw, 110px) clamp(28px, 5.1244509517vw, 70px) clamp(60px, 9.0043923865vw, 123px) clamp(32px, 9.1508052709vw, 125px);
}
@media (max-width: 600px) {
  #s07 .inner .wrap .box {
    background: url(../images/top_members_img_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
#s07 .inner .wrap .box .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 769px) {
  #s07 .inner .wrap .box .flex_box {
    flex-direction: column;
    row-gap: 40px;
    align-items: flex-start;
  }
}
#s07 .inner .wrap .box .flex_box .title_area {
  max-width: 260px;
  width: 100%;
}
#s07 .inner .wrap .box .flex_box .title_area .cat {
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 1.756954612vw, 24px);
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
#s07 .inner .wrap .box .flex_box .title_area .title {
  color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 2.3426061493vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: clamp(26px, 2.9282576867vw, 40px);
}
#s07 .inner .wrap .box .flex_box .title_area .button a {
  background: transparent;
  font-weight: bold;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  transition: all 0.2s ease;
  max-width: 250px;
  width: 100%;
  border: 1px solid #fff;
  padding-left: 20px;
  height: 56px;
  line-height: 1.8;
}
@media (max-width: 425px) {
  #s07 .inner .wrap .box .flex_box .title_area .button a {
    font-size: 16px;
  }
}
#s07 .inner .wrap .box .flex_box .title_area .button a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}
#s07 .inner .wrap .box .flex_box .title_area .button a:hover {
  background: #9a2d33;
  transition: 0.4s;
  color: #fff;
}
#s07 .inner .wrap .box .flex_box .title_area .button a:hover::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}
#s07 .inner .wrap .box .flex_box .content_area {
  max-width: 580px;
  width: 100%;
}
#s07 .inner .wrap .box .flex_box .content_area .content {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 2.25;
  margin-bottom: 10px;
}

#s08 {
  position: relative;
}
#s08::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50px;
  content: "";
  background: #f6f3f0;
}
#s08 .inner {
  position: relative;
  z-index: 1;
}
#s08 .inner .wrap {
  margin-right: 6.25vw;
}
@media (max-width: 769px) {
  #s08 .inner .wrap {
    margin-right: 0;
  }
}
#s08 .inner .wrap .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(55px, 5.7291666667vw, 110px);
       column-gap: clamp(55px, 5.7291666667vw, 110px);
}
@media (max-width: 1099px) {
  #s08 .inner .wrap .flex_box {
    align-items: flex-start;
  }
}
@media (max-width: 769px) {
  #s08 .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: 50px;
  }
}
#s08 .inner .wrap .flex_box .img_area {
  max-width: 850px;
  width: 100%;
}
@media (max-width: 769px) {
  #s08 .inner .wrap .flex_box .img_area figure {
    margin-right: 24px !important;
  }
}
#s08 .inner .wrap .flex_box .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: clamp(100px, 7.8125vw, 150px);
}
@media (max-width: 769px) {
  #s08 .inner .wrap .flex_box .img_area {
    margin-right: clamp(20px, 6.5019505852vw, 50px);
  }
}
#s08 .inner .wrap .flex_box .text_area {
  max-width: 545px;
  width: 100%;
}
@media (max-width: 1440px) {
  #s08 .inner .wrap .flex_box .text_area {
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  #s08 .inner .wrap .flex_box .text_area {
    max-width: 100%;
    padding: 0 20px 0 10px;
  }
}
#s08 .inner .wrap .flex_box .text_area .cat {
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 1.25vw, 24px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  color: #9a2d33;
  text-transform: uppercase;
  text-align: start;
}
#s08 .inner .wrap .flex_box .text_area .title {
  color: #42352c;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  text-align: start;
}
#s08 .inner .wrap .flex_box .text_area .title .title_space {
  display: none;
}
@media (max-width: 1024px) {
  #s08 .inner .wrap .flex_box .text_area .title .title_space {
    display: block;
  }
}
@media (max-width: 769px) {
  #s08 .inner .wrap .flex_box .text_area .title .title_space {
    display: none;
  }
}
@media (max-width: 500px) {
  #s08 .inner .wrap .flex_box .text_area .title .title_space {
    display: block;
  }
}
#s08 .inner .wrap .flex_box .text_area .content {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2.2;
  font-size: 16px;
  color: #42352c;
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
#s08 .inner .wrap .flex_box .text_area .button a {
  background: #fff;
  font-weight: bold;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  color: #9a2d33;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  transition: all 0.2s ease;
  width: 250px;
  border: 1px solid #9a2d33;
  padding-left: 20px;
  height: 56px;
  line-height: 1.8;
}
@media (max-width: 769px) {
  #s08 .inner .wrap .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  #s08 .inner .wrap .flex_box .text_area .button a {
    font-size: 16px;
  }
}
#s08 .inner .wrap .flex_box .text_area .button a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #9a2d33;
  top: 50%;
  right: 0;
}
#s08 .inner .wrap .flex_box .text_area .button a:hover {
  background: #9a2d33;
  transition: 0.4s;
  color: #fff;
}
#s08 .inner .wrap .flex_box .text_area .button a:hover::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}

#s_news {
  padding: clamp(66px, 7.906295754vw, 108px) 0 clamp(72px, 6.4421669107vw, 88px);
  background: #f6f3f0;
}
#s_news .inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
#s_news .inner .wrap {
  margin: 0 20px;
}
#s_news .inner .wrap .flex_box {
  display: flex;
  -moz-column-gap: clamp(30px, 5.8333333333vw, 112px);
       column-gap: clamp(30px, 5.8333333333vw, 112px);
  margin-bottom: clamp(51px, 5.4172767204vw, 74px);
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: clamp(50px, 9.1027308192vw, 70px);
  }
}
#s_news .inner .wrap .flex_box .mt_ch {
  margin-top: 20px;
}
#s_news .inner .wrap .flex_box .col {
  width: 50%;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .col {
    width: 100%;
  }
}
#s_news .inner .wrap .flex_box .col .cat {
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 1.25vw, 24px);
  margin-bottom: 0;
  color: #9a2d33;
  text-transform: uppercase;
  text-align: start;
}
#s_news .inner .wrap .flex_box .col .title {
  color: #42352c;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  text-align: start;
}
#s_news .inner .wrap .flex_box .col .news_wrap .date {
  font-size: 16px;
  color: #9a2d33;
  font-family: "Amiri", serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#s_news .inner .wrap .flex_box .col .news_wrap .blog_title {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #42352c;
  font-size: 14px;
}
#s_news .inner .wrap .sns_box {
  background: #fff;
  padding: clamp(20px, 2.4158125915vw, 33px);
  display: flex;
  align-items: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  -moz-column-gap: clamp(20px, 2.5622254758vw, 35px);
       column-gap: clamp(20px, 2.5622254758vw, 35px);
}
#s_news .inner .wrap .sns_box .sns_title {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 1.25vw, 24px);
  margin-bottom: 0;
  color: #9a2d33;
  text-transform: uppercase;
  text-align: start;
}
@media (max-width: 425px) {
  #s_news .inner .wrap .sns_box .sns_title {
    font-size: 17px;
  }
}
#s_news .inner .wrap .sns_box .sns_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: clamp(20px, 2.196193265vw, 30px);
       column-gap: clamp(20px, 2.196193265vw, 30px);
}
#s_news .inner .wrap .sns_box .sns_area a {
  transition: 0.4s;
}
#s_news .inner .wrap .sns_box .sns_area a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s_news .inner .wrap .sns_box .sns_area img {
  width: 30px;
  height: 30px;
}

#s09 {
  padding-top: clamp(70px, 8.78477306vw, 120px);
}
#s09 .inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
#s09 .inner .wrap {
  margin: 0 20px;
}
#s09 .inner .wrap .cat {
  font-family: "Amiri", serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 1.25vw, 24px);
  margin-bottom: 0;
  color: #9a2d33;
  text-transform: uppercase;
  text-align: start;
}
#s09 .inner .wrap .title {
  color: #42352c;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  text-align: start;
}
#s09 .inner .wrap iframe {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}/*# sourceMappingURL=style.css.map */