@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

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

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Noto Sans JP", sans-serif;
  color: #222222;
  text-align: left;
  letter-spacing: 1px;
  background-color: #EBE7E1;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #222222;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tb {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #fff800;
  color: #222222;
}

::selection {
  background-color: #fff800;
  color: #222222;
}

#container_wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner, .inner_l, .inner_s {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner, .inner_l, .inner_s {
    padding: 0 8%;
  }
}
.inner::after, .inner_l::after, .inner_s::after {
  content: "";
  display: block;
  clear: both;
}

.inner_s {
  max-width: 980px;
}

.inner_l {
  max-width: 1360px;
}

@media screen and (max-width: 767px) {
  .sp_inner {
    padding: 0 8%;
  }
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_top .section_01 {
  padding: 160px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 {
    padding: 30px 0 0;
  }
}
.section_top .section_01 .mv_txt_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .mv_txt_sp {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    line-height: 2.2;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_02 {
    padding: 100px 0 0;
  }
  .section_top .section_02 .box_right {
    padding-bottom: 0;
  }
}

.section_about .box_01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.section_about .box_01 .txt_box {
  width: 50%;
  padding: 0 2% 0 10.3%;
}
@media screen and (max-width: 767px) {
  .section_about .box_01 .txt_box {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 30px;
  }
}
.section_about .box_01 .txt_box .ttl .ttl_01 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 3px #222222;
  margin-bottom: 30px;
}
.section_about .box_01 .txt_box .ttl .ttl_02 {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .section_about .box_01 .txt_box .ttl .ttl_02 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .section_about .box_01 .txt_box .ttl .ttl_02 {
    font-size: 1.5rem;
  }
}
.section_about .box_01 .img_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about .box_01 .img_wrap {
    width: 100%;
  }
}
.section_about .box_01 .img_wrap img {
  width: 100%;
}
.section_about .section_01 .catchphrase_box {
  max-width: 878px;
  width: 100%;
  background-color: #fff;
  padding: 150px 40px 50px;
  margin: auto;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .section_about .section_01 .catchphrase_box {
    padding: 100px 40px 50px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .catchphrase_box {
    max-width: 84%;
    padding: 70px 30px 50px;
    margin-bottom: 100px;
  }
}
.section_about .section_01 .catchphrase_box::before {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 875/235;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.section_about .section_01 .catchphrase_box .about_txt {
  position: absolute;
  max-width: 670px;
  width: 100%;
  display: block;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
}
@media screen and (max-width: 1200px) {
  .section_about .section_01 .catchphrase_box .about_txt {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .catchphrase_box .about_txt {
    max-width: 80%;
  }
}
.section_about .section_01 .catchphrase_box p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .catchphrase_box p {
    line-height: 1.8;
  }
}
.section_about .section_01 .catchphrase_box p:last-child {
  margin-bottom: 0;
}
.section_about .section_01 .list_about {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 52px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .section_about .section_01 .list_about {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .list_about {
    grid-template-columns: 1fr;
  }
}
.section_about .section_01 .list_about > li .img_wrap {
  width: 63%;
  margin: 0 auto 30px;
}
.section_about .section_01 .list_about > li .img_wrap img {
  width: 100%;
}
.section_about .section_01 .list_about > li .ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section_about .section_01 .list_about > li .ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .list_about > li .ttl {
    font-size: 1.25rem;
  }
}
.section_about .section_01 .list_about > li .txt {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.section_about .section_02 {
  padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 {
    padding: 100px 0 0;
  }
}
.section_about .section_02 .dec_01 {
  max-width: 467px;
  width: 100%;
  margin: 0 auto 40px;
}
.section_about .section_03 {
  padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 {
    padding: 100px 0 0;
  }
}
.section_about .section_03 .ttl_01 > span {
  display: block;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
}
.section_about .section_03 .ttl_01 {
  text-align: center;
  font-size: clamp(1.625rem, 1.352rem + 1.36vw, 2.375rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.section_about .section_04 {
  padding: 150px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_about .section_04 {
    padding: 100px 0 100px;
  }
}
.section_about .section_04 .dec_catchphrase {
  max-width: 257px;
  width: 100%;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .section_about .section_04 .dec_catchphrase {
    max-width: 60%;
  }
}

.section_column {
  margin-top: 93px;
}
.section_column .section_category {
  border-top: dotted 1px #222222;
  padding: 20px 0;
  border-bottom: dotted 1px #222222;
}
.section_column .section_category .inner_l {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section_column .section_category .inner_l {
    flex-wrap: wrap;
  }
}
.section_column .section_category .inner_l .ttl {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-right: 40px;
  border-right: dotted 1px #222222;
}
@media screen and (max-width: 767px) {
  .section_column .section_category .inner_l .ttl {
    flex-wrap: wrap;
    border-right: none;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.section_column .section_category .inner_l .list_column_category {
  width: 89%;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
}
@media screen and (max-width: 767px) {
  .section_column .section_category .inner_l .list_column_category {
    padding-left: 0;
  }
}
.section_column .section_category .inner_l .list_column_category > li a {
  font-weight: bold;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.section_column .section_category .inner_l .list_column_category > li a:hover {
  opacity: 0.6;
}
.section_column .section_01 {
  padding: 107px 0 0;
}
@media screen and (max-width: 767px) {
  .section_column .section_01 .list_column {
    padding: 0 8%;
  }
}
.section_column .section_02 {
  border-top: dotted 1px #222222;
  border-bottom: dotted 1px #222222;
}
.section_column .section_03 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .section_column .section_03 {
    padding: 80px 0 0;
  }
}
.section_column .section_04 {
  padding: 120px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_column .section_04 {
    padding: 80px 0 80px;
    border-bottom: dotted #222222 1px;
  }
}
.section_column .section_04 .list_sns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section_column .section_04 .list_sns {
    margin-top: 25px;
  }
}

.section_column_detail {
  margin-top: 93px;
}
.section_column_detail .section_category {
  border-top: dotted 1px #222222;
  padding: 20px 0;
  border-bottom: dotted 1px #222222;
}
.section_column_detail .section_category .inner_l {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_category .inner_l {
    flex-wrap: wrap;
  }
}
.section_column_detail .section_category .inner_l .ttl {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-right: 40px;
  border-right: dotted 1px #222222;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_category .inner_l .ttl {
    flex-wrap: wrap;
    border-right: none;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.section_column_detail .section_category .inner_l .list_column_category {
  width: 89%;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_category .inner_l .list_column_category {
    padding-left: 0;
  }
}
.section_column_detail .section_category .inner_l .list_column_category > li a {
  font-weight: bold;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.section_column_detail .section_01 {
  padding: 107px 0 0;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_01 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_01 .list_column {
    padding: 0 8%;
  }
}
.section_column_detail .section_02 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_02 {
    padding: 0 0 0;
  }
}
.section_column_detail .section_03 {
  padding: 120px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_03 {
    padding: 80px 0 80px;
    border-bottom: dotted #222222 1px;
  }
}
.section_column_detail .section_03 .list_sns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_03 .list_sns {
    margin-top: 25px;
  }
}

.section_news {
  margin-top: 93px;
}
.section_news .section_01 {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_news .section_01 {
    padding: 80px 0 100px;
    border-bottom: dotted 1px #222222;
  }
}

.section_news_detail {
  margin-top: 93px;
}
.section_news_detail .section_01 {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_news_detail .section_01 {
    padding: 0 0 100px;
    border-bottom: dotted 1px #222222;
  }
}
.section_news_detail .section_01 .section_article {
  padding: 0;
}

.section_policy {
  margin-top: 93px;
}
.section_policy .section_01 {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 {
    padding: 0 0 100px;
    border-bottom: dotted 1px #222222;
  }
}
.section_policy .section_01 .dec_01 {
  max-width: 467px;
  width: 100%;
  margin: 0 auto 40px;
}

.section_breadcrumbs {
  border-top: dotted 1px #222222;
}
@media screen and (max-width: 767px) {
  .section_breadcrumbs {
    border-top: none;
    border-bottom: dotted 1px #222222;
  }
}

/* リキャプチャ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.header_box {
  width: 100%;
  max-width: 90%;
  margin: auto;
  padding: 20px 0 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header_box {
    max-width: 100%;
    padding: 30px 8% 0;
  }
}

.header_ttl img.logo {
  width: 235px;
}
@media screen and (max-width: 1200px) {
  .header_ttl img.logo {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 195px;
  }
}

#header_right {
  padding-right: 6%;
}

#gnavi {
  margin-top: 60px;
}
#gnavi > ul > li {
  margin-bottom: 43px;
}
#gnavi > ul > li:last-of-type {
  margin-bottom: 0;
}
#gnavi > ul > li > a {
  display: flex;
  align-items: baseline;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a {
    padding-left: 50px;
  }
}
#gnavi > ul > li > a::before {
  content: "";
  width: 53px;
  aspect-ratio: 1/1;
  position: absolute;
  background-color: #F5FF00;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a::before {
    width: 40px;
  }
}
#gnavi > ul > li > a::after {
  display: block;
  content: attr(data-title);
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a::after {
    display: none;
  }
}
#gnavi > ul > li > a:hover {
  opacity: 0.6;
}
#gnavi .list_sub_nav {
  padding-left: 110px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #gnavi .list_sub_nav {
    padding-left: 45px;
  }
}
#gnavi .list_sub_nav > li {
  margin-bottom: 20px;
}
#gnavi .list_sub_nav > li:last-of-type {
  margin-bottom: 0;
}
#gnavi .list_sub_nav > li > a {
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #gnavi .list_sub_nav > li > a {
    position: relative;
    padding-left: 17px;
  }
  #gnavi .list_sub_nav > li > a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    aspect-ratio: 1/1;
    background: url(../images/arrow.svg) no-repeat center/100%;
    transition: 0.3s;
  }
}

.list_nav_02 {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  border-top: solid 1px #222222;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .list_nav_02 {
    margin-top: 90px;
    padding-top: 15px;
  }
}
.list_nav_02 > li {
  padding: 0 20px;
  border-right: solid 1px #222222;
}
.list_nav_02 > li:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .list_nav_02 > li {
    padding: 0 15px;
  }
  .list_nav_02 > li:nth-of-type(1) {
    padding-left: 0;
  }
  .list_nav_02 > li:nth-of-type(2) {
    padding-right: 0;
  }
}
.list_nav_02 > li > a {
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.nav_logo {
  max-width: 242px;
  width: 100%;
  margin: 40px auto 60px;
}
@media screen and (max-width: 767px) {
  .nav_logo {
    margin: 40px auto 30px;
  }
}

.header_navi {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_navi {
    display: none;
  }
}
.header_navi li {
  margin-right: 20px;
}
.header_navi li:last-child {
  margin-right: 0;
}
.header_navi li a {
  position: relative;
  background: #fff;
  width: 327px;
  height: 53px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  padding-left: 30px;
}
.header_navi li a::before {
  content: "";
  width: 53px;
  height: 53px;
  position: absolute;
  background-color: #F5FF00;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.header_navi li a:hover {
  opacity: 0.6;
}

.menu-trigger {
  top: 20px;
  right: 4.6%;
  display: grid;
  place-items: center;
  transition: all 0.3s;
  box-sizing: border-box;
  position: fixed;
  width: 60px;
  height: 60px;
  z-index: 10000;
  color: #BBEC5B;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.6s;
}
.menu-trigger img {
  width: 60px;
  aspect-ratio: 60/54;
  transition: 0.3s;
}
.menu-trigger img.menu {
  display: block;
}
.menu-trigger img.close {
  display: none;
}
.menu-trigger.active img.menu {
  display: none;
}
.menu-trigger.active img.close {
  display: block;
}

#overlay {
  display: block;
  text-align: left;
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #EBE7E1;
  box-sizing: border-box;
  overflow-y: scroll;
  opacity: 0;
  transition: 0.5s;
}
#overlay.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  box-shadow: none;
}
#overlay {
  scrollbar-width: none;
}
#overlay::-webkit-scrollbar {
  display: none;
}

.nav_box {
  display: flex;
  min-height: 100vh;
  align-items: stretch;
}
.nav_box .box_l {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .nav_box .box_l {
    display: none;
  }
}
.nav_box .box_l img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_box .box_l .nav_txt_wrap {
  position: absolute;
  width: 100%;
  max-width: 257px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.nav_box .box_r {
  width: 50%;
  padding: 130px 4.6% 0;
}
@media screen and (max-width: 1200px) {
  .nav_box .box_r {
    width: 100%;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.search__inner {
  display: flex;
}

.search__input {
  max-width: 600px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

.search__btn {
  display: grid;
  place-items: center;
  width: 60px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.search__btn img {
  display: block;
  width: 80%;
}
.search__btn:hover {
  opacity: 0.6;
}

.ps {
  width: 100%;
}

.ps__tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 96%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ps__tabs {
    display: none;
  }
}
.ps__tabs .ps__tab {
  width: 19.2%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 12px;
  cursor: pointer;
  font: inherit;
  line-height: 1.5;
  color: #222222;
  transition: background 0.15s ease, color 0.15s ease;
  text-align: center;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.ps__tabs .ps__tab > span {
  display: block;
  font-size: 0.75rem;
}

.ps__select {
  display: none;
}
@media screen and (max-width: 767px) {
  .ps__select {
    display: block;
    margin-bottom: 20px;
  }
}

.ps__tab[aria-selected=true] {
  background: #fff;
}

.ps__tab:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 2px;
}

footer {
  border-top: dotted 1px #222222;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  footer {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#footer {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer {
    max-width: 100%;
    padding: 90px 8% 0;
  }
}

.footer_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.footer_left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer_right {
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}

.f_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .f_navi {
    justify-content: center;
    text-align: center;
  }
}
.f_navi > li {
  font-size: 0.875rem;
  padding: 0 20px;
  line-height: 1.5;
  border-right: solid 1px #222222;
}
.f_navi > li:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .f_navi > li {
    width: 100%;
    padding: 0;
    border-right: none;
    margin-bottom: 15px;
  }
  .f_navi > li:last-of-type {
    margin-bottom: 0;
  }
}

.f_logo {
  max-width: 300px;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    max-width: 100%;
    margin: 0;
  }
}

.copy {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .copy {
    text-align: center;
    margin: 30px auto 35px;
  }
}

.list_side > li {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_side > li {
    margin-bottom: 30px;
  }
}
.list_side > li:last-of-type {
  margin-bottom: 0;
}
.list_side > li .ttl {
  font-weight: bold;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .list_side > li .ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .list_side > li .ttl {
    font-size: 1rem;
  }
}

/* ローディング画面 */
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  inset: 0;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s ease;
}
#loading .img_wrap {
  position: absolute;
  width: 100%;
  max-width: 327px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  #loading .img_wrap img {
    display: block;
    width: 200px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #loading .img_wrap {
    max-width: 252px;
  }
}

/* フェードアウト用 */
#loading.hide {
  opacity: 0;
  pointer-events: none;
}

.main_img {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .main_img {
    aspect-ratio: 5/4;
  }
}
@media screen and (max-width: 767px) {
  .main_img {
    aspect-ratio: auto;
    height: auto;
  }
}
.main_img .mv_txt_wrap {
  position: absolute;
  width: 100%;
  max-width: 327px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .main_img .mv_txt_wrap img {
    display: block;
    width: 200px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .main_img .mv_txt_wrap {
    max-width: 252px;
  }
}
.main_img .mv_txt_wrap .txt_pc {
  margin-top: 25px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .main_img .mv_txt_wrap .txt_pc {
    display: none;
  }
}
.main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main_img img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.sub_img {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sub_img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .sub_img {
    aspect-ratio: 2/3;
  }
}
.sub_img img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .sub_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sub_img .ttl_box {
  position: absolute;
  z-index: 3;
  left: 10.3%;
  top: 40%;
  transform: translateY(-50%);
}
.sub_img .ttl_box .text_wrap {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sub_img .ttl_box {
    width: 100%;
    padding: 0 8%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sub_img .ttl_box .text_wrap {
    font-size: 0.875rem;
  }
  .sub_img .ttl_box .text_wrap p {
    margin-bottom: 10px;
  }
  .sub_img .ttl_box .text_wrap p:last-of-type {
    margin-bottom: 0;
  }
}

.text_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  line-height: 2;
  letter-spacing: 0.06em;
}
.text_wrap p {
  margin-bottom: 20px;
}
.text_wrap p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .section_article {
    padding: 0 8%;
  }
}
.section_article .category_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_article .category_box {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.section_article .category_box .category {
  display: inline-block;
  background-color: #fff;
  max-width: 60%;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  padding: 5px 15px;
  border: solid #707070 1px;
}
@media screen and (max-width: 767px) {
  .section_article .category_box .category {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.section_article .category_box .date {
  display: inline-block;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-family: "Outfit", sans-serif;
}
.section_article .ttl_01 {
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-bottom: 15px;
  border-bottom: dotted 1px #222222;
  margin-bottom: 18px;
}
.section_article .news_ttl .date {
  display: block;
  font-family: "Outfit", sans-serif;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.section_article .ttl_02 {
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 30px;
  border-bottom: dotted 1px #222222;
  margin-bottom: 40px;
}
.section_article .contents {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.06em;
  line-height: 2;
}
.section_article .contents .marker_yellow {
  display: inline-block;
  background: linear-gradient(rgba(245, 255, 0, 0) 60%, #F5FF00 60%);
}
.section_article .contents .column_button {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 16px 98px;
  border-radius: 50px;
  line-height: 1.5;
  margin: 30px 0;
}
@media screen and (max-width: 1200px) {
  .section_article .contents .column_button {
    padding: 16px 16px 16px 98px;
  }
}
@media screen and (max-width: 767px) {
  .section_article .contents .column_button {
    padding: 10px 15px 10px 80px;
  }
}
.section_article .contents .column_button::before {
  content: "";
  aspect-ratio: 1/1;
  height: 100%;
  position: absolute;
  background-color: #F5FF00;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.section_article .contents .column_button::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url(../images/arrow_2.svg) no-repeat center/25%;
}
.section_article .contents .column_button:hover {
  opacity: 0.6;
}
.section_article .contents img {
  display: block;
  margin: 30px 0;
}

.column_h2, .section_article .contents h2 {
  background-color: #fff;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 24px;
  border-left: #AAA49B solid 7px;
  margin: 80px 0 25px;
}

h2.column_h2_02 {
  background-color: #fff;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 25px 15px 80px !important;
  margin: 80px 0 25px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  position: relative;
  border-left: none !important;
}
h2.column_h2_02::before {
  position: absolute;
  content: "";
  width: 66px;
  aspect-ratio: 1/1;
  background: url(../images/ttl_02.svg) no-repeat center/contain;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

h2.column_h2_03 {
  background-color: #fff;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 25px 15px 80px !important;
  margin: 80px 0 25px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  position: relative;
  border-left: none !important;
}
h2.column_h2_03::before {
  position: absolute;
  content: "";
  width: 66px;
  aspect-ratio: 1/1;
  background: url(../images/ttl_03.svg) no-repeat center/contain;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

h2.column_h2_04 {
  background-color: #fff;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 25px 15px 80px !important;
  margin: 80px 0 25px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  position: relative;
  border-left: none !important;
}
h2.column_h2_04::before {
  position: absolute;
  content: "";
  width: 66px;
  aspect-ratio: 1/1;
  background: url(../images/ttl_04.svg) no-repeat center/contain;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.column_h3, .section_article .contents h3 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: dotted 1px #222222;
  margin: 60px 0 30px;
}

.column_box {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .column_box {
    padding: 0 8%;
    margin-bottom: 100px;
  }
}
.column_box > div {
  margin-bottom: 120px;
}
.column_box > div:last-of-type {
  margin-bottom: 0;
}

.about_stage_box {
  background-color: #fff;
  border-radius: 15px;
  padding: 70px 0 60px;
}
@media screen and (max-width: 767px) {
  .about_stage_box {
    padding: 50px 0 50px;
  }
}
.about_stage_box .sub_inner {
  max-width: 1280px;
  padding: 0 30px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about_stage_box .sub_inner {
    padding: 0 8%;
  }
}
.about_stage_box .sub_inner .img_wrap {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .about_stage_box .sub_inner .img_wrap {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.about_stage_box .sub_inner .img_wrap img.img_01 {
  display: block;
  width: 85%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .about_stage_box .sub_inner .img_wrap img.img_01 {
    width: 90%;
    margin: auto;
  }
}
.about_stage_box .sub_inner .txt_wrap {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .about_stage_box .sub_inner .txt_wrap {
    width: 100%;
  }
}
.about_stage_box .sub_inner .txt_wrap .ttl .ttl_01 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 3px #222222;
  margin-bottom: 30px;
}
.about_stage_box .sub_inner .txt_wrap .ttl .ttl_02 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
.about_stage_box .sub_inner .txt_wrap .list_sub_category {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.about_stage_box .sub_inner .txt_wrap .list_sub_category > li {
  border: #222222 3px solid;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  display: inline-block;
  padding: 5px 20px;
  font-weight: bold;
}

.main_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_box .box_left {
  width: 70%;
  padding: 0 4.2% 0 4.6%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .main_box .box_left {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .main_box .box_left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.main_box .box_left .ttl_wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.main_box .box_left .column_ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .main_box .box_left .column_ttl {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .main_box .box_left .column_ttl {
    margin-bottom: 70px;
  }
}
.main_box .box_left .radio_banner {
  display: block;
  overflow: hidden;
}
.main_box .box_left .radio_banner img {
  transition: 0.3s;
  width: 100%;
}
.main_box .box_left .radio_banner:hover img {
  transform: scale(1.1);
}
.main_box .box_left .list_sns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main_box .box_left .list_sns {
    margin-top: 25px;
  }
}
.main_box .box_right {
  width: 30%;
  padding: 0 2% 80px;
  border-left: dotted 1px #222222;
}
@media screen and (max-width: 767px) {
  .main_box .box_right {
    padding: 0 8% 80px;
    width: 100%;
    border-left: none;
  }
}
.main_box .box_right .side_ttl_wrap img {
  display: block;
}
.main_box .box_right .sub_inner {
  width: 81%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main_box .box_right .sub_inner {
    width: 100%;
    padding: 0 8%;
  }
}
.main_box .box_right .sub_inner img.side_ttl {
  margin: 30px auto 13px;
}
.main_box .box_right .sub_inner .txt_01 {
  text-align: center;
  color: #333333;
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
  margin-bottom: 30px;
}
.main_box .box_right .owners_club {
  margin-top: 80px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 0;
}
.main_box .box_right .owners_club .ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 25px;
}
.main_box .box_right .owners_club .ttl > span {
  display: block;
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
}

.list_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .list_column {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .list_column {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }
}
.list_column > li > a .img_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 427/270;
  margin-bottom: 20px;
}
.list_column > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.list_column > li > a .img_wrap .category {
  position: absolute;
  z-index: 3;
  display: inline-block;
  line-height: 1.5;
  padding: 10px 20px;
  background-color: #fff;
  border: dotted 2px #222222;
  border-radius: 40px;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .list_column > li > a .img_wrap .category {
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .list_column > li > a .img_wrap .category {
    top: 20px;
    right: 20px;
    font-size: 1rem;
    padding: 10px 20px;
  }
}
.list_column > li > a .img_wrap .new {
  position: absolute;
  background-color: #F5FF00;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .list_column > li > a .img_wrap .new {
    transform: translate(-30%, -50%);
  }
}
.list_column > li > a .ttl {
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_column > li > a .ttl {
    margin-bottom: 10px;
  }
}
.list_column > li > a .date {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.list_column > li > a:hover {
  opacity: 0.6;
}

.list_sns {
  width: 100%;
  display: flex;
  justify-content: center;
}
.list_sns > li {
  width: 57px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .list_sns > li {
    width: 37px;
    margin-right: 15px;
  }
}
.list_sns > li:last-of-type {
  margin-right: 0;
}
.list_sns > li > a:hover {
  opacity: 0.6;
}

.list_about_support > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.list_about_support > li:last-of-type {
  margin-bottom: 0;
}
.list_about_support > li .img_wrap {
  width: 45%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .list_about_support > li .img_wrap {
    width: 100%;
  }
}
.list_about_support > li .img_wrap img {
  width: 100%;
}
.list_about_support > li .txt_box {
  margin-top: 25px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_about_support > li .txt_box {
    width: 100%;
  }
}
.list_about_support > li .txt_box .number {
  display: inline-block;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  line-height: 1;
  margin-bottom: 10px;
}
.list_about_support > li .txt_box .ttl {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_about_support > li .txt_box .ttl {
    margin-bottom: 30px;
  }
}

.list_about_01 > li {
  margin-bottom: 80px;
}
.list_about_01 > li:last-of-type {
  margin-bottom: 0;
}
.list_about_01 > li:last-of-type .box_01 {
  margin-bottom: 0;
}
.list_about_01 > li .link_button {
  max-width: 310px;
}

.list_tag {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.list_tag > li {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-right: 20px;
}
.list_tag > li:last-of-type {
  margin-right: 0;
}
.list_tag > li a {
  border-bottom: solid 1px #222222;
}
.list_tag > li a:hover {
  opacity: 0.6;
}

.list_news_02 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 30px;
  z-index: 3;
  border-top: dotted 1px #222222;
}
@media screen and (max-width: 767px) {
  .list_news_02 {
    padding: 0 8%;
    margin: 0 auto 40px;
  }
}
.list_news_02 > li {
  padding: 20px 0;
  border-bottom: dotted 1px #222222;
}
.list_news_02 > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #222222;
  position: relative;
}
.list_news_02 > li > a .date {
  width: 10%;
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 1200px) {
  .list_news_02 > li > a .date {
    width: 100%;
  }
}
.list_news_02 > li > a .ttl {
  width: 88%;
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 1200px) {
  .list_news_02 > li > a .ttl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_news_02 > li > a .ttl {
    width: 100%;
  }
}

.list_policy > li {
  margin-bottom: 60px;
}
.list_policy > li:last-of-type {
  margin-bottom: 0;
}
.list_policy > li .ttl {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.list_policy > li .ttl_02 {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.list_policy > li .sub_box {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .list_policy > li .sub_box {
    margin-left: 20px;
  }
}

.list_tab {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_tab {
    margin-bottom: 60px;
  }
}
.list_tab li > a {
  display: inline-block;
  border: dashed 1px #222222;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.5;
  transition: 0.3s;
}
.list_tab li > a:hover {
  border: solid 1px #222222;
  background-color: #222222;
  color: #fff;
}

.dlist_policy {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

.table_company {
  width: 100%;
  border-top: 1px solid #000;
}
.table_company th {
  font-weight: 700;
  padding: 0.8em 1em;
  border-bottom: 1px solid #000;
}
.table_company td {
  padding: 0.8em 1em;
  border-bottom: 1px solid #000;
}

.top_ttl, .top_ttl_center {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: bold;
}
.top_ttl::before, .top_ttl_center::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 5px;
}

.top_ttl_center {
  text-align: center;
}

.top_ttl_2 {
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.top_ttl_2::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(0.938rem, 0.733rem + 1.02vw, 1.5rem);
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}

.sub_ttl, .sub_ttl_center {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: bold;
}
.sub_ttl::before, .sub_ttl_center::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 5px;
}

.sub_ttl_center {
  text-align: center;
}

.column_ttl {
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: clamp(1.563rem, 1.403rem + 0.8vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  .column_ttl {
    padding-left: 30px;
    font-size: 1.563rem;
  }
}
@media screen and (max-width: 767px) {
  .column_ttl {
    padding-left: 50px;
    display: block;
  }
}
.column_ttl::before {
  position: absolute;
  content: "";
  width: 68px;
  aspect-ratio: 68/115;
  background: url(../images/dec_door.svg) no-repeat center/contain;
  z-index: 0;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .column_ttl::before {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .column_ttl::before {
    width: 68px;
  }
}
.column_ttl::after {
  display: block;
  content: attr(data-title);
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 5px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .column_ttl::after {
    margin-left: 0;
  }
}

.column_ttl_02 {
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-bottom: 15px;
  border-bottom: dotted 1px #222222;
  margin-bottom: 18px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .column_ttl_02 {
    padding-left: 40px;
  }
}
.column_ttl_02::before {
  position: absolute;
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/dec_pen.svg) no-repeat center/contain;
  z-index: 0;
  left: 0;
  top: 20px;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .column_ttl_02::before {
    top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .column_ttl_02::before {
    top: 7px;
  }
}

.heading_lbl {
  text-align: center;
}
.heading_lbl span {
  display: inline-block;
  background-color: #fff;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  line-height: 1.5;
  font-weight: bold;
  padding: 8px 25px;
}
@media screen and (max-width: 767px) {
  .heading_lbl span {
    width: 83%;
    padding: 8px 10px;
  }
}

.about_ttl, .about_ttl_center {
  font-size: clamp(1.375rem, 1.011rem + 1.82vw, 2.375rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: bold;
}
.about_ttl::after, .about_ttl_center::after {
  margin-top: 10px;
  display: block;
  content: attr(data-title);
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #8D8D8D;
}

.about_ttl_center {
  text-align: center;
}

.ttl_36px {
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.ttl_18px {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

a.more {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: solid #222222 3px;
}
a.btn, a.btn_blue2, a.btn_yellow, a.btn_l_blue, a.btn_orange, a.btn_green, a.btn_pink, a.btn_blue, a.btn_blue_max360 {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  height: 65px;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  a.btn, a.btn_blue2, a.btn_yellow, a.btn_l_blue, a.btn_orange, a.btn_green, a.btn_pink, a.btn_blue, a.btn_blue_max360 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  a.btn, a.btn_blue2, a.btn_yellow, a.btn_l_blue, a.btn_orange, a.btn_green, a.btn_pink, a.btn_blue, a.btn_blue_max360 {
    height: 56px;
    font-size: 0.813rem;
  }
}
a.btn::before, a.btn_blue2::before, a.btn_yellow::before, a.btn_l_blue::before, a.btn_orange::before, a.btn_green::before, a.btn_pink::before, a.btn_blue::before, a.btn_blue_max360::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 1px;
  background: #222222;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  a.btn::before, a.btn_blue2::before, a.btn_yellow::before, a.btn_l_blue::before, a.btn_orange::before, a.btn_green::before, a.btn_pink::before, a.btn_blue::before, a.btn_blue_max360::before {
    right: 10px;
    width: 7px;
  }
}
@media screen and (max-width: 767px) {
  a.btn::before, a.btn_blue2::before, a.btn_yellow::before, a.btn_l_blue::before, a.btn_orange::before, a.btn_green::before, a.btn_pink::before, a.btn_blue::before, a.btn_blue_max360::before {
    right: 20px;
    width: 15px;
  }
}
a.btn::after, a.btn_blue2::after, a.btn_yellow::after, a.btn_l_blue::after, a.btn_orange::after, a.btn_green::after, a.btn_pink::after, a.btn_blue::after, a.btn_blue_max360::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  a.btn::after, a.btn_blue2::after, a.btn_yellow::after, a.btn_l_blue::after, a.btn_orange::after, a.btn_green::after, a.btn_pink::after, a.btn_blue::after, a.btn_blue_max360::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  a.btn::after, a.btn_blue2::after, a.btn_yellow::after, a.btn_l_blue::after, a.btn_orange::after, a.btn_green::after, a.btn_pink::after, a.btn_blue::after, a.btn_blue_max360::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
a.btn:hover::before, a.btn_blue2:hover::before, a.btn_yellow:hover::before, a.btn_l_blue:hover::before, a.btn_orange:hover::before, a.btn_green:hover::before, a.btn_pink:hover::before, a.btn_blue:hover::before, a.btn_blue_max360:hover::before, a.btn:hover::after, a.btn_blue2:hover::after, a.btn_yellow:hover::after, a.btn_l_blue:hover::after, a.btn_orange:hover::after, a.btn_green:hover::after, a.btn_pink:hover::after, a.btn_blue:hover::after, a.btn_blue_max360:hover::after {
  right: 10px;
}
a.btn_blue_max360 {
  background-color: #40C2EA;
  color: #fff;
  max-width: 360px;
  margin: auto;
}
a.btn_blue_max360::before {
  background: #fff;
}
a.btn_blue_max360::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
a.btn_blue {
  background-color: #40C2EA;
  color: #fff;
}
a.btn_blue::before {
  background: #fff;
}
a.btn_blue::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
a.btn_pink {
  background-color: #FE999E;
  color: #fff;
}
a.btn_pink::before {
  background: #fff;
}
a.btn_pink::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
a.btn_green {
  background-color: #BBEC5B;
}
a.btn_orange {
  background-color: #FFC179;
}
a.btn_l_blue {
  background-color: #79D9E8;
}
a.btn_yellow {
  background-color: #FFE78E;
}
a.btn_blue2 {
  background-color: #275AA5;
  color: #fff;
}
a.btn_blue2::before {
  display: none;
}
a.btn_blue2::after {
  display: none;
}
a.btn_blue2:hover {
  opacity: 0.6;
}

#list_breadcrumb {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
  padding: 20px 0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #list_breadcrumb {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    padding: 15px 0;
  }
}
#list_breadcrumb a {
  color: #222222;
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #fff;
  color: #222222;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #222222;
  color: #fff;
}
.wp-pagenavi .current {
  background: #222222;
  color: #fff;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

.grecaptcha_text {
  padding: 25px 0 0;
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .grecaptcha_text {
    text-align: center;
    padding: 30px 0 0;
  }
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

#ez-toc-container {
  margin: 40px 0 !important;
  padding: 0 !important;
  border: dashed #222222 1px !important;
}
#ez-toc-container .ez-toc-title-container {
  padding: 20px 30px 10px !important;
  border-bottom: dashed #222222 1px;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  padding-left: 45px !important;
  position: relative !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    padding-left: 35px !important;
  }
}
#ez-toc-container .ez-toc-title-container .ez-toc-title::before {
  position: absolute;
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/dec_pen.svg) no-repeat center/contain;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
#ez-toc-container nav {
  padding: 20px 70px !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container nav {
    padding: 20px 30px !important;
  }
}

.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  width: 100%;
  display: block;
  padding: 0 0 1em;
  font-weight: 400;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.contactform tr td {
  width: 100%;
  display: block;
  padding: 0 0 2em;
  font-weight: 400;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: solid 1px #222222;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 10px;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  display: grid;
  place-items: center;
  max-width: 500px;
  width: 90%;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto;
  padding: 1.5em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #539D98;
  transition: 0.3s;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #222222;
  margin-top: 1.5em;
}

.input_s {
  width: 25%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .input_s {
    width: 40%;
  }
}

.required {
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  color: #ED0000;
  vertical-align: middle;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

.m0 {
  margin-bottom: 0;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m15 {
  margin-bottom: 0.9375rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.m25 {
  margin-bottom: 1.5625rem;
}

.m30 {
  margin-bottom: 1.875rem;
}

.m35 {
  margin-bottom: 2.1875rem;
}

.m40 {
  margin-bottom: 2.5rem;
}

.m45 {
  margin-bottom: 2.8125rem;
}

.m50 {
  margin-bottom: 3.125rem;
}

.m60 {
  margin-bottom: 3.75rem;
}

.m70 {
  margin-bottom: 4.375rem;
}

.m80 {
  margin-bottom: 5rem;
}

.m90 {
  margin-bottom: 5.625rem;
}

.m100 {
  margin-bottom: 6.25rem;
}

.m120 {
  margin-bottom: 7.5rem;
}

.m130 {
  margin-bottom: 8.125rem;
}

.m140 {
  margin-bottom: 8.75rem;
}

.m160 {
  margin-bottom: 10rem;
}

.m190 {
  margin-bottom: 11.875rem;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin-bottom: 6.25rem;
  }
}

.list_pagination {
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: dotted 1px #222222;
  border-bottom: dotted 1px #222222;
  font-size: 0.9375rem;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin: 60px auto 50px;
  }
}
.list_pagination li.prev {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev {
    width: 100%;
  }
}
.list_pagination li.prev a {
  padding-left: 40px;
}
.list_pagination li.prev a::after {
  content: "";
  position: absolute;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_2.svg) no-repeat center top/contain;
  top: 8px;
  left: 0;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev a::after {
    left: 10px;
  }
}
.list_pagination li.middle {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    display: none;
  }
}
.list_pagination li.next {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next {
    width: 100%;
  }
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 40px;
}
.list_pagination li.next a::after {
  content: "";
  position: absolute;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_2.svg) no-repeat center top/100%;
  top: 8px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next a::after {
    right: 10px;
  }
}
.list_pagination li a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #222222;
}
.list_pagination li a:hover {
  opacity: 0.5;
}

a.btn_blog_sp {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #222222;
}

.add_ttl {
  border-left: 3px solid #0dac67;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0dac67;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

.fade-in,
.fade-in-2,
.fade-in-3 {
  opacity: 0;
}

.anm-fade-in {
  animation: anm-fade-in 1s ease-in-out forwards;
}

.anm-fade-in-2 {
  animation: anm-fade-in-2 1s 1.7s ease-in-out forwards;
}

.anm-fade-in-3 {
  animation: anm-fade-in-3 1s 1.5s ease-in-out forwards;
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-2 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_news_box_wrap {
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_news_box_wrap {
    display: none;
  }
}

.top_news_box_wrap_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_news_box_wrap_sp {
    display: block;
    margin-bottom: 80px;
  }
}

.top_news_box {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 3;
  width: 95.4%;
  margin: 0 0 0 auto;
  padding: 25px 0 25px 4.6%;
  border-radius: 100px 0 0 100px;
}
@media screen and (max-width: 767px) {
  .top_news_box {
    width: 100%;
    border-radius: 0;
    padding: 25px 0 25px 8%;
  }
}
.top_news_box .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_news_box .ttl {
    font-size: 1.125rem;
  }
}
.top_news_box .swiper_top_news .swiper-slide a {
  display: block;
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .top_news_box .swiper_top_news .swiper-slide a {
    padding-left: 25px;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
}
.top_news_box .swiper_top_news .swiper-slide a::before {
  position: absolute;
  content: "";
  width: 19px;
  aspect-ratio: 19/32;
  background: url(../images/dec_door_b.svg) no-repeat center/contain;
  z-index: 0;
  left: 0;
  top: -3px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .swiper_top_01 {
    overflow: visible;
    padding: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top_01 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
}
.swiper_top_01 .swiper-wrapper .swiper-slide {
  position: relative;
  padding-bottom: 25px;
}
.swiper_top_01 .swiper-wrapper .swiper-slide:nth-of-type(odd) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .swiper_top_01 .swiper-wrapper .swiper-slide:nth-of-type(odd) {
    margin-top: 0;
  }
}
.swiper_top_01 .swiper-wrapper .swiper-slide .date {
  text-align: right;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.swiper_top_01 .swiper-wrapper .swiper-slide .img_wrap {
  position: relative;
  aspect-ratio: 553/350;
}
.swiper_top_01 .swiper-wrapper .swiper-slide .img_wrap .number {
  position: absolute;
  width: 65px;
  height: 65px;
  background-color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .swiper_top_01 .swiper-wrapper .swiper-slide .img_wrap .number {
    transform: translate(-30%, -50%);
  }
}
.swiper_top_01 .swiper-wrapper .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper_top_01 .swiper-wrapper .swiper-slide .txt_ttl_wrap {
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: 3;
}
.swiper_top_01 .swiper-wrapper .swiper-slide .txt_ttl_wrap p {
  display: inline-block;
  background: #222222;
  border: solid #222222 3px;
  background-color: #fff;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.swiper_top_01 .swiper-wrapper .swiper-slide .txt_ttl_wrap p:last-of-type {
  margin-bottom: 0;
}/*# sourceMappingURL=layout.css.map */