@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 {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.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: #2F2F2D;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

body.event-template-default {
  overflow: hidden;
}

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

a {
  text-decoration: none;
  color: #2F2F2D;
  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;
  }
}

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

::-moz-selection {
  background-color: #fff800;
  color: #2F2F2D;
}

::selection {
  background-color: #fff800;
  color: #2F2F2D;
}

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

#container {
  position: relative;
}

.inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 8%;
  }
}

.inner_l {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_l {
    padding: 0 8%;
  }
}

.inner_s {
  max-width: 1138px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_s {
    padding: 0 8%;
  }
}

.inner_ss {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_ss {
    padding: 0 8%;
  }
}

.inner_pc {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_pc {
    padding: 0;
  }
}

#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: 90px 0 115px;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 {
    padding: 80px 0 120px;
  }
}
.section_top .section_01 .inner_l {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.section_top .section_01 .inner_l .box_l {
  width: 43%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .inner_l .box_l {
    width: 100%;
  }
}
.section_top .section_01 .inner_l .box_l::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/top_dec_concept.svg) no-repeat center/cover;
  aspect-ratio: 418/55;
  width: 418px;
  transform: translateX(-50%) rotate(-14deg);
  bottom: 20%;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .inner_l .box_l::after {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .inner_l .box_l::after {
    bottom: 18%;
    width: 250px;
  }
}
.section_top .section_01 .inner_l .box_r {
  width: 52%;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .inner_l .box_r {
    padding-top: 30px;
    width: 100%;
  }
}
.section_top .section_01 .inner_l .box_r::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/dec_logo.svg) no-repeat center/cover;
  aspect-ratio: 571/487;
  width: 570px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .inner_l .box_r::after {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .inner_l .box_r::after {
    width: 190px;
    bottom: -50px;
  }
}
.section_top .section_01 .inner_l .box_r .ttl {
  color: #B1B1B1;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.16em;
  margin-bottom: 3px;
}
.section_top .section_01 .inner_l .box_r .ttl2 {
  font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .inner_l .box_r .ttl2 {
    margin-bottom: 20px;
  }
}
.section_top .section_01 .inner_l .box_r .txt_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .inner_l .box_r .txt_wrap {
    margin-bottom: 25px;
  }
}
.section_top .section_02 {
  padding: 95px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 {
    padding: 55px 0 60px;
  }
}
.section_top .section_02::before {
  position: absolute;
  content: "";
  background: #FAFAFA;
  width: 74%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_top .section_02::before {
    width: 50%;
  }
}
.section_top .section_02 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_top .section_02 .inner .box_l {
  position: relative;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .inner .box_l {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_top .section_02 .inner .box_r {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .inner .box_r {
    width: 100%;
  }
}
.section_top .section_03 {
  padding: 115px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_03 {
    padding: 75px 0 0;
  }
}
.section_top .section_03::after {
  position: absolute;
  content: "";
  background: #FAFAFA;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 340px;
  z-index: -1;
}
.section_top .section_04 {
  padding: 115px 0 223px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 {
    padding: 75px 0 80px;
  }
}
.section_top .section_05 {
  padding: 240px 0 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 {
    padding: 0 0 90px;
  }
}
.section_top .section_05 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_top .section_05 .inner .box_l {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .inner .box_l {
    width: 100%;
    margin-bottom: 70px;
  }
}
.section_top .section_05 .inner .box_r {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .inner .box_r {
    width: 100%;
  }
}

.section_concept .section_01 {
  padding: 160px 0 0;
}
@media screen and (max-width: 767px) {
  .section_concept .section_01 {
    padding: 80px 0 0;
  }
}
.section_concept .section_01 .concept_box_1 {
  width: 100%;
  height: 810px;
  background: url(../images/concept_main_01.jpg) no-repeat center top/cover;
  display: grid;
  place-items: center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 15px;
}
.section_concept .section_01 .concept_box_1 .ttl {
  font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_concept .section_01 .concept_box_1 .ttl {
    margin-bottom: 30px;
  }
}
.section_concept .section_01 .concept_box_1 .txt > p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .section_concept .section_01 .concept_box_1 .txt > p {
    margin-bottom: 20px;
  }
}
.section_concept .section_01 .concept_box_1 .txt > p:last-of-type {
  margin-bottom: 0;
}
.section_concept .section_02 {
  padding: 115px 0 0;
}
@media screen and (max-width: 767px) {
  .section_concept .section_02 {
    padding: 80px 0 0;
  }
}
.section_concept .section_02 .concept_box_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_concept .section_02 .concept_box_2 {
    margin-bottom: 80px;
  }
}
.section_concept .section_02 .concept_box_2 .txt_wrap {
  width: 40%;
  padding-left: 9.3%;
}
@media screen and (max-width: 767px) {
  .section_concept .section_02 .concept_box_2 .txt_wrap {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 30px;
  }
}
.section_concept .section_02 .concept_box_2 .txt_wrap > p {
  margin-bottom: 20px;
}
.section_concept .section_02 .concept_box_2 .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_concept .section_02 .concept_box_2 img {
  display: block;
  width: 54.7%;
}
@media screen and (max-width: 767px) {
  .section_concept .section_02 .concept_box_2 img {
    width: 100%;
  }
}
.section_concept .section_03 {
  padding: 135px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_concept .section_03 {
    padding: 80px 0 80px;
  }
}
.section_concept .section_03 img.bg_concept {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_concept .section_03 img.bg_concept {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_concept .section_03 .team_box {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section_concept .section_03 .team_box {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.section_concept .section_03 .team_box .img_wrap {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_concept .section_03 .team_box .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_concept .section_03 .team_box .txt_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_concept .section_03 .team_box .txt_wrap {
    width: 100%;
  }
}
.section_concept .section_03 .team_box .txt_wrap > p {
  margin-bottom: 20px;
}
.section_concept .section_03 .team_box .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_concept .section_04 {
  padding: 110px 0 100px;
  background: url(../images/bg_concept_reform.jpg) no-repeat center top/cover;
  color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_concept .section_04 {
    padding: 80px 0 80px;
    margin-bottom: 80px;
  }
}
.section_concept .section_04 .text_box_16px {
  text-align: center;
}
.section_concept .section_04 .text_box_16px > p {
  margin-bottom: 20px;
}
.section_concept .section_04 .text_box_16px > p:last-of-type {
  margin-bottom: 0;
}

.section_about .section_01 {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 {
    padding: 100px 0 80px;
  }
}
.section_about .section_02 {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 {
    padding: 0 0 80px;
  }
}
.section_about .section_03 {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 {
    padding: 0 0 80px;
  }
}
.section_about .section_04 {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .section_about .section_04 {
    padding: 0 0 80px;
  }
}
.section_about .section_05 {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_about .section_05 {
    padding: 80px 0 100px;
  }
}
.section_about .section_06 {
  padding: 100px 0 0;
  background: #2F2F2D;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section_about .section_06 {
    padding: 80px 0 0;
  }
}
.section_about .background_01, .section_about .background_04, .section_about .background_03, .section_about .background_02 {
  width: 100%;
  aspect-ratio: 150/44;
  background: url(../images/about_bg_01.jpg) no-repeat center/cover;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .section_about .background_01, .section_about .background_04, .section_about .background_03, .section_about .background_02 {
    aspect-ratio: auto;
    padding: 80px 8%;
    display: block;
    margin-bottom: 60px;
  }
}
.section_about .background_01 .lbl_ttl, .section_about .background_04 .lbl_ttl, .section_about .background_03 .lbl_ttl, .section_about .background_02 .lbl_ttl {
  text-align: center;
}
.section_about .background_01 .lbl_ttl > span, .section_about .background_04 .lbl_ttl > span, .section_about .background_03 .lbl_ttl > span, .section_about .background_02 .lbl_ttl > span {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  display: inline-block;
  background-color: #2F2F2D;
  color: #fff;
  line-height: 1.3;
  padding: 5px 25px;
  margin-bottom: 10px;
}
.section_about .background_01 .lbl_ttl > span:last-of-type, .section_about .background_04 .lbl_ttl > span:last-of-type, .section_about .background_03 .lbl_ttl > span:last-of-type, .section_about .background_02 .lbl_ttl > span:last-of-type {
  margin-bottom: 0;
}
.section_about .background_01 .text_box_16px, .section_about .background_04 .text_box_16px, .section_about .background_03 .text_box_16px, .section_about .background_02 .text_box_16px {
  padding-top: 30px;
}
.section_about .background_02 {
  background: url(../images/about_bg_02.jpg) no-repeat center/cover;
}
.section_about .background_03 {
  background: url(../images/about_bg_03.jpg) no-repeat center/cover;
}
.section_about .background_04 {
  background: url(../images/about_bg_04.jpg) no-repeat center/cover;
}

.section_lineup .section_01 {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .section_lineup .section_01 {
    padding: 100px 0 80px;
  }
}
.section_lineup .section_02 {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .section_lineup .section_02 {
    padding: 0 0 80px;
  }
}
.section_lineup .section_03 {
  padding: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .section_lineup .section_03 {
    padding: 0 0 100px;
  }
}

.section_lineup_detail .section_01 {
  padding: 120px 0 145px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_lineup_detail .section_01 {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 1200px) {
  .section_lineup_detail .section_01 {
    align-items: flex-start;
  }
}
.section_lineup_detail .section_01 .txt_wrap {
  width: 47.8%;
  padding-left: 11.3%;
}
@media screen and (max-width: 1200px) {
  .section_lineup_detail .section_01 .txt_wrap {
    width: 50%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_lineup_detail .section_01 .txt_wrap {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 20px;
  }
}
.section_lineup_detail .section_01 .img_wrap {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .section_lineup_detail .section_01 .img_wrap {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .section_lineup_detail .section_01 .img_wrap {
    width: 100%;
  }
}
.section_lineup_detail .section_02 {
  padding: 0 0 145px;
}
@media screen and (max-width: 767px) {
  .section_lineup_detail .section_02 {
    padding: 0 0 80px;
  }
}
.section_lineup_detail .section_03 {
  padding: 0 0 145px;
}
@media screen and (max-width: 767px) {
  .section_lineup_detail .section_03 {
    padding: 0 0 80px;
  }
}
.section_lineup_detail .section_04 {
  padding: 0 0 155px;
}
@media screen and (max-width: 767px) {
  .section_lineup_detail .section_04 {
    padding: 0 0 0;
  }
}
.section_lineup_detail .section_05 {
  padding: 0 0 145px;
}
@media screen and (max-width: 767px) {
  .section_lineup_detail .section_05 {
    padding: 0 0 80px;
  }
}

.section_contact .section_01 {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 {
    padding: 100px 0 80px;
  }
}
.section_contact .section_02 {
  padding: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .section_contact .section_02 {
    padding: 0 0 100px;
  }
}

.section_policy .section_01 {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 {
    padding: 80px 0 100px;
  }
}

.article {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 2;
}

.breadcrumb_wrap, .breadcrumb_wrap_3 {
  width: 100%;
  position: absolute;
  transform: rotate(90deg) translateX(50%);
  top: 130px;
  right: -47.6%;
  z-index: 20;
}
@media screen and (max-width: 1200px) {
  .breadcrumb_wrap, .breadcrumb_wrap_3 {
    top: 110px;
  }
}
.breadcrumb_wrap_3 {
  color: #fff;
}
.breadcrumb_wrap_3 a {
  color: #fff;
}

.section_company .section_01 {
  padding: 137px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 {
    padding: 100px 0 100px;
  }
}
.section_company .section_01 .ttl_wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.section_company .section_01 .ttl_wrap > span {
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 500;
}
.section_company .section_01 .ttl_wrap .ttl {
  margin-left: 10px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
}
.section_company .section_01 .txt_01 {
  font-size: clamp(1.625rem, 1.534rem + 0.45vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.section_company .section_01 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 .inner {
    flex-direction: column-reverse;
  }
}
.section_company .section_01 .inner .img_wrap {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 .inner .img_wrap {
    width: 100%;
  }
}
.section_company .section_01 .inner .txt_wrap {
  width: 56%;
  padding-right: 5.7%;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 .inner .txt_wrap {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.section_company .bg_img {
  width: 100%;
}
.section_company .bg_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_company .bg_img img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_company .section_02 {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_company .section_02 {
    padding: 80px 0 100px;
  }
}
.section_company .section_02 .company_box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 117px;
}
@media screen and (max-width: 1200px) {
  .section_company .section_02 .company_box_01 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_company .section_02 .company_box_01 {
    margin-bottom: 80px;
  }
}
.section_company .section_02 .company_box_01 .txt_wrap {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .section_company .section_02 .company_box_01 .txt_wrap {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section_company .section_02 .company_box_01 .txt_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_company .section_02 .company_box_01 .txt_wrap .txt_en {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}
.section_company .section_02 .company_box_01 .img_wrap {
  width: 39%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_company .section_02 .company_box_01 .img_wrap {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .section_company .section_02 .company_box_01 .img_wrap {
    width: 100%;
  }
}
.section_company .section_02 .company_box_01 .img_wrap::after {
  position: absolute;
  content: "";
  background: url(../images/company_sign.svg) no-repeat center top/contain;
  width: 264px;
  aspect-ratio: 264/60;
  transform: rotate(-12deg);
  bottom: 20px;
  right: -70px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .section_company .section_02 .company_box_01 .img_wrap::after {
    right: -20px;
    bottom: 50px;
    width: 200px;
  }
}
.section_company .section_02 .company_box_01 .img_wrap img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.section_company .section_02 .company_box_01 .img_wrap .name {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  letter-spacing: 0.04em;
}
.section_company .section_02 .company_box_02 .en_ttl {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_company .section_02 .company_box_02 .en_ttl {
    margin-bottom: 40px;
  }
}
.section_company .section_02 .company_box_02 .en_ttl > span {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  background-color: #fff;
  padding-right: 17px;
  z-index: 2;
}
.section_company .section_02 .company_box_02 .en_ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  background-color: #2F2F2D;
  left: 0;
  z-index: -1;
}
.section_company .slide {
  width: 100%;
}
.section_company .section_03 {
  padding: 130px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_company .section_03 {
    padding: 100px 0 100px;
  }
}

.section_event .section_01 {
  padding: 137px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_event .section_01 {
    padding: 100px 0 100px;
  }
}

.section_topics .section_01 {
  padding: 130px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_topics .section_01 {
    padding: 100px 0 100px;
  }
}

.section_topics_2 .section_01 {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .section_topics_2 .section_01 {
    padding: 0 0 100px;
  }
}
.section_topics_2 .section_01 .article_wrap {
  border-top: solid 1px #2F2F2D;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .section_topics_2 .section_01 .article_wrap {
    padding-top: 50px;
  }
}
.section_topics_2 .section_02 {
  padding: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .section_topics_2 .section_02 {
    padding: 0 0 100px;
  }
}
.section_topics_2 .section_02 .category_box {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .section_topics_2 .section_02 .category_box {
    margin-bottom: 60px;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 25px;
}

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

.header_ttl img.logo {
  width: 206px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 165px;
  }
}

#header_right .h_button {
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  #header_right .h_button {
    margin-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  #header_right .h_button {
    margin-right: 0;
    position: fixed;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
}

#gnavi {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: 100%;
  max-width: 762px;
  margin: 0 auto 36px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #gnavi {
    margin: 0 auto 40px;
    display: block;
  }
}
#gnavi ul {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    margin-right: 0;
  }
}
#gnavi ul:last-of-type {
  margin-right: 0;
}
#gnavi ul li {
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    margin-bottom: 23px;
  }
}
#gnavi ul li:last-of-type {
  margin-bottom: 0;
}
#gnavi ul li a {
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #fff;
}
#gnavi ul li .sub_list {
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  #gnavi ul li .sub_list {
    padding-bottom: 23px;
  }
}
#gnavi ul li .sub_list > li {
  color: #fff;
  padding-left: 15px;
}

.header_tel_wrap {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
  letter-spacing: 0.16em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.header_tel_wrap > a {
  color: #fff;
}

.h_tel_txt {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  text-align: center;
  color: #fff;
}

a.h_contact_btn {
  color: #fff;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.16em;
  font-family: "Roboto", sans-serif;
  width: 100%;
  max-width: 325px;
  height: 65px;
  display: grid;
  place-items: center;
  border: solid #fff 1px;
  position: relative;
  margin: 33px auto 0;
}
a.h_contact_btn::before {
  display: block;
  position: absolute;
  content: "";
  width: 22px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  top: 28px;
  right: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.h_contact_btn {
    margin: 28px auto 0;
  }
}
a.h_contact_btn:hover {
  background-color: #fff;
  color: #2F2F2D;
}
a.h_contact_btn:hover::before {
  border-bottom: 1px solid #2F2F2D;
  border-right: 1px solid #2F2F2D;
}

.menu-trigger {
  top: 0;
  left: auto;
  right: 0;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: fixed;
  width: 90px;
  height: 90px;
  z-index: 10000;
  color: #2F2F2D;
  background-color: #2F2F2D;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.6s;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  z-index: 4;
  bottom: 25px;
  width: 1px;
  height: 33px;
  background: #fff;
  transform-origin: bottom right;
}
.menu-trigger span:nth-of-type(1) {
  left: 28px;
}
.menu-trigger span:nth-of-type(2) {
  left: 48px;
  height: 42px;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  left: 68px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: rotate(45deg);
  left: 36px;
  height: 47px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  left: 60px;
}

@media screen and (max-width: 767px) {
  .menu-trigger.scroll {
    top: 25px;
  }
}

#overlay {
  text-align: left;
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #2F2F2D;
  box-sizing: border-box;
  overflow-y: scroll;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: stretch;
  scrollbar-width: none;
}
#overlay.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  box-shadow: none;
}
#overlay::-webkit-scrollbar {
  display: none;
}
#overlay .box_l {
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #overlay .box_l {
    display: none;
  }
}
#overlay .box_l video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#overlay .box_r {
  width: 60%;
  padding: 120px 0 67px;
}
@media screen and (max-width: 1200px) {
  #overlay .box_r {
    width: 100%;
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #overlay .box_r {
    padding: 0;
  }
}
#overlay .box_r .inner {
  padding-bottom: 67px;
}
@media screen and (max-width: 767px) {
  #overlay .box_r .inner {
    padding-top: 25px;
    padding-bottom: 93px;
  }
}

img.n_logo {
  display: block;
  width: 206px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  img.n_logo {
    width: 165px;
    margin: 0 0 50px 0;
  }
}

.h_instagram_btn_wrap {
  text-align: center;
}

a.h_instagram_btn {
  margin-top: 20px;
  color: #fff;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
a.h_instagram_btn::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../images/icon_instagram.svg) no-repeat top center/contain;
  width: 18px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
a.h_instagram_btn:hover {
  opacity: 0.6;
}

.sub_header {
  position: relative;
  padding-top: 90px;
}
.sub_header .h_header_img {
  width: 94.1%;
}
.sub_header .h_header_img img {
  width: 100%;
}
.sub_header .page_ttl {
  position: absolute;
  left: 10.3%;
  bottom: 0;
  z-index: 100;
  transform: translateY(50%);
}

.sub_header_02, .sub_header_02_03, .sub_header_02_02, .sub_header_02_01 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.sub_header_02::before, .sub_header_02_03::before, .sub_header_02_02::before, .sub_header_02_01::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}
.sub_header_02 .lineup_ttl_wrap, .sub_header_02_03 .lineup_ttl_wrap, .sub_header_02_02 .lineup_ttl_wrap, .sub_header_02_01 .lineup_ttl_wrap {
  position: absolute;
  left: 10.3%;
  bottom: 68px;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .sub_header_02 .lineup_ttl_wrap, .sub_header_02_03 .lineup_ttl_wrap, .sub_header_02_02 .lineup_ttl_wrap, .sub_header_02_01 .lineup_ttl_wrap {
    left: 30px;
  }
}
.sub_header_02 .lineup_ttl_wrap .category, .sub_header_02_03 .lineup_ttl_wrap .category, .sub_header_02_02 .lineup_ttl_wrap .category, .sub_header_02_01 .lineup_ttl_wrap .category {
  display: inline-block;
  background-color: #fff;
  color: #2F2F2D;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 7px 20px;
  margin-bottom: 15px;
}

.sub_header_02_01 {
  background: url(../images/sumai_ides.jpg) no-repeat center/cover;
}

.sub_header_02_02 {
  background: url(../images/sumai_pact.jpg) no-repeat center/cover;
}

.sub_header_02_03 {
  background: url(../images/sumai_kimaru.jpg) no-repeat center/cover;
}

.sub_header_event_wrap {
  width: 100%;
  position: relative;
  padding-top: 90px;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .sub_header_event_wrap {
    height: auto;
  }
}

.sub_header_event {
  background: url(../images/bg_event.jpg) no-repeat center/cover;
  width: 94.1%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub_header_event {
    width: 100%;
  }
}
.sub_header_event::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}
.sub_header_event .event_ttl_wrap {
  position: absolute;
  left: 10.3%;
  top: 34%;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .sub_header_event .event_ttl_wrap {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sub_header_event .event_ttl_wrap {
    display: none;
  }
}
.sub_header_event .event_ttl_wrap .page_ttl {
  color: #fff;
}

.sub_header_topics {
  position: relative;
  padding-top: 90px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .sub_header_topics {
    padding-bottom: 10px;
  }
}
.sub_header_topics .h_header_img {
  width: 53.4%;
  aspect-ratio: 80/53;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sub_header_topics .h_header_img {
    width: 100%;
  }
}
.sub_header_topics .h_topics_ttl_wrap {
  width: 65%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  padding: 50px 65px;
}
@media screen and (max-width: 1200px) {
  .sub_header_topics .h_topics_ttl_wrap {
    width: 80%;
    padding: 30px 45px;
  }
}
@media screen and (max-width: 767px) {
  .sub_header_topics .h_topics_ttl_wrap {
    position: static;
    width: 100%;
    padding: 20px 8%;
  }
}
.sub_header_topics .h_topics_ttl_wrap .date {
  display: block;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.sub_header_topics .h_topics_ttl_wrap .category {
  background-color: #2F2F2D;
  color: #fff;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.5;
  padding: 5px 10px;
  border-radius: 50px;
}
.sub_header_topics .h_topics_ttl_wrap .ttl_01 {
  margin-top: 20px;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-weight: 500;
  line-height: 1.5;
}
.sub_header_topics .h_topics_ttl_wrap .writer_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
  background-color: #fff;
}
.sub_header_topics .h_topics_ttl_wrap .writer_box .img_wrap {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sub_header_topics .h_topics_ttl_wrap .writer_box .img_wrap {
    width: 80px;
  }
}
.sub_header_topics .h_topics_ttl_wrap .writer_box .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_header_topics .h_topics_ttl_wrap .writer_box .name_box {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .sub_header_topics .h_topics_ttl_wrap .writer_box .name_box {
    width: calc(100% - 100px);
  }
}
.sub_header_topics .h_topics_ttl_wrap .writer_box .name_box .heading {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: solid 2px #2F2F2D;
  margin-bottom: 5px;
}
.sub_header_topics .h_topics_ttl_wrap .writer_box .name_box .name {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.16em;
  font-weight: 500;
  margin-bottom: 5px;
}
.sub_header_topics .h_topics_ttl_wrap .writer_box .name_box .comment {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.h_button_wrap {
  display: flex;
  align-items: center;
}

.h_button_wrap_2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .h_button_wrap_2 .h_button {
    display: none;
  }
}

.h_Instagram_button {
  display: inline-block;
  width: 35px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .h_Instagram_button {
    position: absolute;
    top: 21px;
    right: 84px;
  }
}

.grecaptcha_text {
  padding-top: 20px;
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  line-height: 1.5;
}
.grecaptcha_text a {
  color: #fff;
}

.contact_section {
  background: #2F2F2D;
  color: #fff;
  padding: 90px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_section {
    padding: 75px 0 0;
  }
}
.contact_section .inner {
  padding: 0 0 80px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .contact_section .inner {
    padding: 0 8% 50px;
  }
}
.contact_section a.form_btn {
  display: grid;
  place-items: center;
  width: 256px;
  height: 50px;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  font-family: "Roboto", sans-serif;
  position: relative;
  border: solid 1px #fff;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contact_section a.form_btn {
    width: 80%;
    margin: auto;
  }
}
.contact_section a.form_btn::after {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg) translateY(-80%);
  top: 50%;
  right: 15px;
  transition: 0.3s;
}
.contact_section a.form_btn:hover {
  background: #fff;
  color: #2F2F2D;
}
.contact_section a.form_btn:hover::after {
  border-bottom: 1px solid #2F2F2D;
  border-right: 1px solid #2F2F2D;
}

footer {
  background: #2F2F2D;
  color: #fff;
  padding: 75px 0 75px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 60px 0 67px;
  }
}

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

.footer_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
}

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

.f_navi {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .f_navi {
    margin: 0 auto 40px;
    display: block;
  }
}
.f_navi ul {
  margin-right: 80px;
}
@media screen and (max-width: 1200px) {
  .f_navi ul {
    margin-right: 40px;
  }
}
.f_navi ul:last-of-type {
  margin-right: 0;
}
.f_navi ul li {
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .f_navi ul li {
    margin-bottom: 10px;
  }
}
.f_navi ul li:last-of-type {
  margin-bottom: 0;
}
.f_navi ul li a {
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .f_navi ul li a {
    font-size: 0.75rem;
  }
}
.f_navi ul li a:hover {
  opacity: 0.6;
}
.f_navi ul li .sub_list {
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .f_navi ul li .sub_list {
    padding-bottom: 23px;
  }
}
.f_navi ul li .sub_list > li {
  color: #fff;
  padding-left: 15px;
}

.f_logo {
  max-width: 230px;
  width: 100%;
  margin: 0 0 30px;
}

.f_text {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 2;
  letter-spacing: 0.04em;
}

.copy {
  margin-top: 20px;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}

.f_button_wrap {
  display: flex;
  align-items: center;
}

.instagram_btn_wrap {
  max-width: 30px;
  width: 100%;
}
.instagram_btn_wrap > a:hover {
  opacity: 0.6;
}

.line_btn_wrap {
  margin-left: 20px;
  max-width: 30px;
  width: 100%;
}
.line_btn_wrap > a:hover {
  opacity: 0.6;
}

.main_img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.main_img .video_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_img .video_wrap video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_img .video_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #000000 0.5px, transparent 0.5px);
  background-position: 0 0;
  background-size: 4px 4px;
  z-index: 3;
  top: 0;
  left: 0;
}
.main_img .mv_txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  font-weight: 200;
  z-index: 10;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  width: 100%;
}
.main_img .mv_txt_wrap .mv_txt {
  position: relative;
  padding-top: 90px;
}
.main_img .mv_txt_wrap .mv_txt::before {
  position: absolute;
  content: "";
  background: url(../images/logo_2.svg) no-repeat top center/contain;
  aspect-ratio: 81/69;
  width: 81px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_img .mv_en {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  width: 90%;
  max-width: 845px;
  z-index: 10;
}

.section_article {
  font-size: 0.9375em;
}
.section_article .date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_article .date {
    font-size: 0.8em;
  }
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.top_about_box > div {
  text-align: center;
}
.top_about_box > div .ttl {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.top_about_box > div .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_about_box > div .txt {
    margin-bottom: 40px;
  }
}
.top_about_box > div .txt > p {
  margin-bottom: 25px;
}
.top_about_box > div .txt > p:last-of-type {
  margin-bottom: 0;
}

.concept_video {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 55px;
}
@media screen and (max-width: 1200px) {
  .concept_video {
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .concept_video {
    grid-column-gap: 15px;
  }
}
.concept_video > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.concept_video > div:nth-of-type(2) video {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .concept_video > div:nth-of-type(2) video {
    margin-top: 20px;
  }
}
.concept_video > div:nth-of-type(3) video {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .concept_video > div:nth-of-type(3) video {
    margin-top: 40px;
  }
}
.concept_video > div video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.after_service_wrap {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .after_service_wrap {
    margin-top: 40px;
  }
}

.after_service_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .after_service_box {
    margin-top: 30px;
  }
}
.after_service_box .box_01 {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .after_service_box .box_01 {
    width: 100%;
  }
}
.after_service_box .box_02 {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .after_service_box .box_02 {
    width: 100%;
  }
}

.after_service_txt_wrap {
  margin-top: 40px;
}
.after_service_txt_wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .after_service_txt_wrap img {
    aspect-ratio: 4/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.event_article_section {
  position: absolute;
  z-index: 10;
  width: 55%;
  height: 88%;
  background-color: #fff;
  padding: 50px;
  overflow-X: hidden;
  overflow-y: auto;
  bottom: 0;
  right: 8.5%;
  overscroll-behavior: contain;
}
@media screen and (max-width: 1200px) {
  .event_article_section {
    right: 30px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .event_article_section {
    width: 100%;
    position: relative;
    height: auto;
    padding: 30px 8% 80px;
    right: 0;
  }
}
.event_article_section .article_box {
  min-height: 650px;
}
@media screen and (max-width: 767px) {
  .event_article_section .article_box {
    min-height: auto;
  }
}
.event_article_section .article_box .article_img_01 {
  width: 100%;
  margin-bottom: 40px;
}
.event_article_section .article_box .article_img_01 img {
  width: 100%;
}
.event_article_section .article_box .event_date {
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.event_article_section .article_box .event_date .heading {
  display: inline-block;
  background-color: #2F2F2D;
  color: #fff;
  padding: 3px 23px;
  border-radius: 30px;
  margin-right: 20px;
}
.event_article_section .article_box .ttl {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}
.event_article_section .article_box .txt_s {
  font-size: 0.875rem;
}
.event_article_section .article_box .recommendation_box > ul {
  margin-top: 20px;
  border-top: solid 1px #2F2F2D;
  border-bottom: solid 1px #2F2F2D;
  padding: 20px 0;
  margin-bottom: 80px;
}
.event_article_section .article_box .recommendation_box > ul > li {
  display: flex;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-left: 42px;
  position: relative;
  margin-bottom: 20px;
}
.event_article_section .article_box .recommendation_box > ul > li:last-of-type {
  margin-bottom: 0;
}
.event_article_section .article_box .recommendation_box > ul > li::before {
  position: absolute;
  content: "";
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../images/icon_check.svg) no-repeat center top/contain;
  top: 0;
  left: 0;
}
.event_article_section .article_box .benefits_box {
  background-color: #FAFAFA;
  padding: 40px 0;
}
.event_article_section .article_box .benefits_box .sub_inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .event_article_section .article_box .benefits_box .sub_inner {
    padding: 0 8%;
  }
}
.event_article_section .article_box .benefits_box .img_wrap {
  width: 280px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .event_article_section .article_box .benefits_box .img_wrap {
    width: 140px;
  }
}
.event_article_section .article_box .benefits_box .img_wrap img {
  width: 100%;
  border-radius: 50%;
}
.event_article_section .article_box .benefits_box .benefits_ttl {
  font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem);
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 10px;
}
.event_article_section .article_box .list_event_point > li {
  margin-bottom: 40px;
}
.event_article_section .article_box .list_event_point > li:last-of-type {
  margin-bottom: 0;
}
.event_article_section .article_box .list_event_point > li .img_wrap {
  margin-bottom: 25px;
}
.event_article_section .article_box .list_event_point > li .img_wrap img {
  width: 100%;
}
.event_article_section .article_box .list_event_point > li .ttl_01 {
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 15px;
}
.event_article_section .article_box .list_event_point > li .txt {
  font-style: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.event_article_section .article_box .txt_01 {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 10px;
}
.event_article_section .article_box .event_contact_box .txt_wrap {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.04em;
}
.event_article_section .article_box .event_contact_box .event_teL_box {
  background-color: #FAFAFA;
  border-radius: 5px;
  text-align: center;
  padding: 30px 15px;
}
.event_article_section .article_box .event_contact_box .event_teL_box .ttl_01 {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  margin-bottom: 10px;
}
.event_article_section .article_box .event_contact_box .event_teL_box .tel {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
  letter-spacing: 0.06em;
  padding-left: 32px;
  position: relative;
}
.event_article_section .article_box .event_contact_box .event_teL_box .tel::before {
  position: absolute;
  content: "";
  background: url(../images/icon_tel.svg) no-repeat center top/contain;
  width: 20px;
  aspect-ratio: 20/35;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.event_article_section .section_02 {
  padding-top: 80px;
}
.event_article_section .section_03 {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .list_event {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 63px;
  }
}
@media screen and (max-width: 1200px) {
  .list_event {
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_event {
    grid-column-gap: 0;
    display: flex;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_event > li {
    padding-left: 15px;
  }
}
.list_event > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 20px;
  transition: 0.3s;
}
.list_event > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_event > li > a .text_wrap .txt_1 {
  display: inline-block;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.list_event > li > a .text_wrap .ttl_1 {
  padding-top: 5px;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 6px;
}
.list_event > li > a .text_wrap .txt_2 {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .list_event > li > a:hover {
    opacity: 0.6;
  }
  .list_event > li > a:hover .img_wrap {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
  }
}
.list_event .over {
  position: relative;
}
.list_event .over .img_wrap {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 20px;
  transition: 0.3s;
}
.list_event .over .img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_event .over .img_wrap .over_ttl {
  position: absolute;
  color: #fff;
  z-index: 5;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list_event .over .img_wrap::after {
  position: absolute;
  content: "";
  background: rgba(47, 47, 45, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.list_event .over .text_wrap .txt_1 {
  display: inline-block;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.list_event .over .text_wrap .ttl_1 {
  padding-top: 5px;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 6px;
}
.list_event .over .text_wrap .txt_2 {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.list_event_02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 55px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 767px) {
  .list_event_02 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .list_event_02 > li {
    margin-bottom: 60px;
  }
  .list_event_02 > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_event_02 > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 20px;
  transition: 0.3s;
}
.list_event_02 > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_event_02 > li > a .text_wrap .txt_1 {
  display: inline-block;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.list_event_02 > li > a .text_wrap .ttl_1 {
  padding-top: 5px;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 6px;
}
.list_event_02 > li > a .text_wrap .txt_2 {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .list_event_02 > li > a:hover {
    opacity: 0.6;
  }
  .list_event_02 > li > a:hover .img_wrap {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
  }
}
.list_event_02 li.over {
  position: relative;
}
.list_event_02 li.over .img_wrap {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 20px;
  transition: 0.3s;
}
.list_event_02 li.over .img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_event_02 li.over .img_wrap .over_ttl {
  position: absolute;
  color: #fff;
  z-index: 5;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list_event_02 li.over .img_wrap::after {
  position: absolute;
  content: "";
  background: rgba(47, 47, 45, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.list_event_02 li.over .text_wrap .txt_1 {
  display: inline-block;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.list_event_02 li.over .text_wrap .ttl_1 {
  padding-top: 5px;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 6px;
}
.list_event_02 li.over .text_wrap .txt_2 {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.list_top_about {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .list_top_about {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.list_top_about > li {
  position: relative;
}
.list_top_about > li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.list_top_about > li:nth-of-type(1) {
  background: url(../images/top_about_01.jpg) no-repeat center top/cover;
}
.list_top_about > li:nth-of-type(2) {
  background: url(../images/top_about_02.jpg) no-repeat center top/cover;
}
.list_top_about > li:nth-of-type(3) {
  background: url(../images/top_about_03.jpg) no-repeat center top/cover;
}
.list_top_about > li:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.list_top_about > li > a {
  display: block;
  position: relative;
  aspect-ratio: 500/663;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .list_top_about > li > a {
    aspect-ratio: 375/280;
  }
}
.list_top_about > li > a .comment {
  position: absolute;
  left: 50px;
  bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .list_top_about > li > a .comment {
    left: 10px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about > li > a .comment {
    left: 25px;
    bottom: 35px;
    padding-right: 0;
  }
}
.list_top_about > li > a .comment .txt_1,
.list_top_about > li > a .comment .txt_2,
.list_top_about > li > a .comment .txt_3 {
  color: #fff;
}
.list_top_about > li > a .comment .txt_1 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 500;
  display: inline-block;
  border-bottom: solid 1px #fff;
  margin-bottom: 13px;
}
.list_top_about > li > a .comment .txt_2 {
  font-size: clamp(1.5rem, 1.409rem + 0.45vw, 1.75rem);
  margin-bottom: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.list_top_about > li > a .comment .txt_3 {
  font-style: 0.875rem;
  letter-spacing: 0.04em;
}
.list_top_about > li > a::after {
  position: absolute;
  content: "";
  background: url(../images/btn_arrow_circle.svg) no-repeat center top/contain;
  width: 40px;
  aspect-ratio: 1/1;
  right: 38px;
  bottom: 86px;
}
@media screen and (max-width: 1200px) {
  .list_top_about > li > a::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about > li > a::after {
    width: 40px;
  }
}

.list_lineup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 65px;
  grid-row-gap: 55px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .list_lineup {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }
}
.list_lineup > li {
  color: #fff;
}
.list_lineup > li .img_wrap {
  width: 100%;
  aspect-ratio: 378/260;
  position: relative;
  margin-bottom: 25px;
  transition: 0.3s;
  overflow: hidden;
}
.list_lineup > li .img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_lineup > li .text_wrap {
    padding: 0 8%;
  }
}
.list_lineup > li .text_wrap .category {
  display: inline-block;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #797979;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 15px;
}
.list_lineup > li .text_wrap .ttl_1 {
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.list_lineup > li .text_wrap .txt_1 {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.list_lineup > li .text_wrap .btn_arrow_circle {
  width: 30px;
  transition: 0.3s;
}
.list_lineup > li > a {
  color: #fff;
}
.list_lineup > li > a:hover .img_wrap img {
  transform: scale(1.1);
}
.list_lineup > li > a:hover .text_wrap .btn_arrow_circle {
  transform: translateX(15px);
}

.list_lineup_2 > li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .list_lineup_2 > li {
    margin-bottom: 80px;
  }
}
.list_lineup_2 > li:last-of-type {
  margin-bottom: 0;
}
.list_lineup_2 > li .text_wrap {
  width: 46%;
  padding-top: 344px;
  padding-left: 7.3%;
}
@media screen and (max-width: 1200px) {
  .list_lineup_2 > li .text_wrap {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .list_lineup_2 > li .text_wrap {
    width: 100%;
    padding: 0 8%;
  }
}
.list_lineup_2 > li .text_wrap .category {
  display: inline-block;
  background-color: #2F2F2D;
  color: #fff;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 5px 18px;
  margin-bottom: 15px;
}
.list_lineup_2 > li .text_wrap .ttl_1 {
  line-height: 1.5;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_lineup_2 > li .text_wrap .ttl_1 {
    margin-bottom: 30px;
  }
}
.list_lineup_2 > li .text_wrap .ttl_1::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
.list_lineup_2 > li .text_wrap .square_btn {
  margin: 0;
}
.list_lineup_2 > li .text_wrap .sp_img_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .list_lineup_2 > li .text_wrap .sp_img_wrap {
    display: block;
    margin-bottom: 20px;
  }
  .list_lineup_2 > li .text_wrap .sp_img_wrap img {
    width: 100%;
  }
}
.list_lineup_2 > li .img_wrap {
  width: 54%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_lineup_2 > li .img_wrap {
    display: none;
  }
}
.list_lineup_2 > li .img_wrap img {
  width: 100%;
}
.list_lineup_2 > li .img_wrap::before {
  content: "";
  position: absolute;
  width: 109%;
  height: 67%;
  background-color: #FAFAFA;
  z-index: -1;
  right: 0;
  bottom: -68px;
}

.list_top_column {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .list_top_column {
    display: flex;
    grid-row-gap: 0;
  }
}
.list_top_column > li > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list_top_column > li > a .img_wrap {
  width: 21%;
  aspect-ratio: 1/1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_top_column > li > a .img_wrap {
    aspect-ratio: 325/176;
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_top_column > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_top_column > li > a .text_wrap {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .list_top_column > li > a .text_wrap {
    width: 100%;
  }
}
.list_top_column > li > a .text_wrap .category {
  display: inline-block;
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #2F2F2D;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.list_top_column > li > a .text_wrap .date {
  display: inline-block;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  letter-spacing: 0.04em;
}
.list_top_column > li > a .text_wrap .ttl_1 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.list_top_column > li > a .text_wrap .txt_1 {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.list_concept > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.list_concept > li:last-of-type {
  margin-bottom: 0;
}
.list_concept > li .txt_wrap {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .list_concept > li .txt_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_concept > li .txt_wrap .txt_01 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.16em;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: solid #2F2F2D 1px;
  margin-bottom: 20px;
}
.list_concept > li .txt_wrap .txt_02 {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.list_concept > li .img_wrap {
  width: 56%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_concept > li .img_wrap {
    width: 100%;
  }
}
.list_concept > li:nth-of-type(1) .img_wrap::after {
  content: "";
  position: absolute;
  width: 203px;
  aspect-ratio: 203/97;
  background: url(../images/concept_dec_01.svg) no-repeat center top/contain;
  transform: translate(-50%, -50%) rotate(-14deg);
  top: 50%;
  left: 50%;
}
.list_concept > li:nth-of-type(2) .img_wrap::after {
  content: "";
  position: absolute;
  width: 165px;
  aspect-ratio: 80/50;
  background: url(../images/concept_dec_02.svg) no-repeat center top/contain;
  transform: translate(-50%, -50%) rotate(-14deg);
  top: 50%;
  left: 50%;
}
.list_concept > li:nth-of-type(3) .img_wrap::after {
  content: "";
  position: absolute;
  width: 230px;
  aspect-ratio: 90/43;
  background: url(../images/concept_dec_03.svg) no-repeat center top/contain;
  transform: translate(-50%, -50%) rotate(-14deg);
  top: 50%;
  left: 50%;
}

.frame_box {
  border: solid 10px #2F2F2D;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .frame_box {
    padding: 30px 0;
    border: solid 5px #2F2F2D;
  }
}
.frame_box .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.frame_box .box_01 .txt_wrap {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .frame_box .box_01 .txt_wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.frame_box .box_01 .txt_wrap .txt_01 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.16em;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: solid #2F2F2D 1px;
  margin-bottom: 20px;
  margin-left: 11%;
}
@media screen and (max-width: 767px) {
  .frame_box .box_01 .txt_wrap .txt_01 {
    margin-left: 8%;
  }
}
.frame_box .box_01 .txt_wrap .lbl_ttl_01 {
  display: inline-block;
  background-color: #2F2F2D;
  color: #fff;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  padding: 5px 23px 5px 11%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .frame_box .box_01 .txt_wrap .lbl_ttl_01 {
    padding: 5px 23px 5px 8%;
  }
}
.frame_box .box_01 .txt_wrap .line_ttl {
  padding-left: 11%;
}
@media screen and (max-width: 767px) {
  .frame_box .box_01 .txt_wrap .line_ttl {
    padding: 0 8%;
  }
}
.frame_box .box_01 .txt_wrap p {
  padding-left: 11%;
}
@media screen and (max-width: 767px) {
  .frame_box .box_01 .txt_wrap p {
    padding: 0 8%;
  }
}
.frame_box .box_01 .txt_wrap .about_txt_01_wrap {
  padding-left: 11%;
  width: 100%;
  max-width: 490px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .frame_box .box_01 .txt_wrap .about_txt_01_wrap {
    margin-top: 20px;
    padding: 0 8%;
  }
}
.frame_box .box_01 .txt_wrap .about_txt_02_wrap {
  padding-left: 11%;
  width: 100%;
  max-width: 460px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .frame_box .box_01 .txt_wrap .about_txt_02_wrap {
    margin-top: 20px;
    padding: 0 8%;
  }
}
.frame_box .box_01 .txt_wrap .table_lbl_wrap {
  margin-top: 30px;
  padding-left: 11%;
}
@media screen and (max-width: 767px) {
  .frame_box .box_01 .txt_wrap .table_lbl_wrap {
    margin-top: 20px;
    padding: 0 8%;
  }
}
.frame_box .box_01 .img_wrap {
  width: 38%;
  padding-right: 6%;
}
@media screen and (max-width: 767px) {
  .frame_box .box_01 .img_wrap {
    width: 100%;
    padding: 0 8%;
  }
}
.frame_box .sub_inner {
  max-width: 88.3%;
  width: 100%;
  margin: auto;
}
.frame_box .sub_inner > ul.list_point {
  border-top: solid 1px #2F2F2D;
  padding-top: 60px;
}
.frame_box .sub_inner > ul.list_point > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .frame_box .sub_inner > ul.list_point > li {
    margin-bottom: 50px;
  }
}
.frame_box .sub_inner > ul.list_point > li:last-of-type {
  margin-bottom: 0;
}
.frame_box .sub_inner > ul.list_point > li .img_wrap {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .frame_box .sub_inner > ul.list_point > li .img_wrap {
    width: 100%;
  }
}
.frame_box .sub_inner > ul.list_point > li .img_wrap img {
  width: 100%;
}
.frame_box .sub_inner > ul.list_point > li .txt_wrap {
  padding-top: 120px;
  width: 43%;
}
@media screen and (max-width: 1200px) {
  .frame_box .sub_inner > ul.list_point > li .txt_wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .frame_box .sub_inner > ul.list_point > li .txt_wrap {
    padding-top: 30px;
    width: 100%;
  }
}
.frame_box .sub_inner > ul.list_point > li .txt_wrap p {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 2;
  letter-spacing: 0.04em;
}
.frame_box .sub_inner .txt_01 {
  margin-top: 45px;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .frame_box .sub_inner .txt_01 {
    margin-top: 30px;
    text-align: left;
  }
}

.list_inspection_flow {
  padding-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 55px;
}
@media screen and (max-width: 767px) {
  .list_inspection_flow {
    padding-top: 45px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 40px;
  }
}
.list_inspection_flow li .img_wrap {
  position: relative;
  margin-bottom: 20px;
}
.list_inspection_flow li .img_wrap .number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: #2F2F2D;
  color: #fff;
  width: 48px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .list_inspection_flow li .img_wrap .number {
    width: 40px;
  }
}
.list_inspection_flow li .img_wrap img {
  width: 100%;
}
.list_inspection_flow li p {
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.list_after_service {
  width: 100%;
}
.list_after_service > li {
  display: grid;
  place-items: center;
  width: 100%;
  height: 56px;
  border: solid 1px #2F2F2D;
  margin-bottom: 20px;
  position: relative;
}
.list_after_service > li:nth-of-type(1) {
  background-color: #2F2F2D;
  color: #fff;
}
.list_after_service > li:last-of-type {
  margin-bottom: 0;
  border-bottom: solid #fff 1px;
}
.list_after_service > li:last-of-type::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  aspect-ratio: 289/21;
  background: url(../images/after_arrow.svg) no-repeat center top/contain;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}

.list_after_service_2 {
  padding-top: 30px;
}
.list_after_service_2 > li {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .list_after_service_2 > li {
    margin-bottom: 50px;
  }
}
.list_after_service_2 > li:last-of-type {
  margin-bottom: 0;
}
.list_after_service_2 > li .txt_s {
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  letter-spacing: 0.04em;
}
.list_after_service_2 > li .ttl {
  position: relative;
  background-color: #6E6E6E;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 10px 20px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list_after_service_2 > li .ttl {
    padding: 10px 10px;
    flex-wrap: wrap;
  }
}
.list_after_service_2 > li .ttl .txt_s {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .list_after_service_2 > li .ttl .txt_s {
    width: 100%;
    display: block;
    margin-top: 3px;
    padding-left: 0;
  }
}
.list_after_service_2 > li .ttl .number_wrap {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  z-index: 3;
}
.list_after_service_2 > li .ttl .number_wrap .number {
  background-color: #2F2F2D;
  color: #fff;
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 5px;
  display: grid;
  place-items: center;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .list_after_service_2 > li .ttl .number_wrap .number {
    width: 50px;
  }
}
.list_after_service_2 > li .ttl .number_wrap .number:last-of-type {
  margin-right: 0;
}
.list_after_service_2 > li .ttl .number_wrap .number span {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.list_after_service_2 > li .txt_wrap {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.list_after_service_2 > li .inspection_point_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .list_after_service_2 > li .inspection_point_wrap {
    flex-wrap: wrap;
  }
}
.list_after_service_2 > li .inspection_point_wrap img.img_point {
  display: block;
  width: 21%;
}
@media screen and (max-width: 767px) {
  .list_after_service_2 > li .inspection_point_wrap img.img_point {
    width: 100%;
  }
}
.list_after_service_2 > li .inspection_point_wrap .inspection_point_box_01 {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .list_after_service_2 > li .inspection_point_wrap .inspection_point_box_01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_after_service_2 > li .inspection_point {
  margin-top: 20px;
  display: flex;
  align-items: first baseline;
}
@media screen and (max-width: 767px) {
  .list_after_service_2 > li .inspection_point {
    flex-wrap: wrap;
  }
}
.list_after_service_2 > li .inspection_point .point_ttl {
  background-color: #B1B1B1;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  width: 100px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .list_after_service_2 > li .inspection_point .point_ttl {
    margin-bottom: 10px;
  }
}
.list_after_service_2 > li .inspection_point .point_txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.list_lineup_detail > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_lineup_detail > li {
    margin-bottom: 60px;
  }
}
.list_lineup_detail > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list_lineup_detail > li:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .list_lineup_detail > li:nth-of-type(odd) .text_wrap {
    padding-right: 7.3%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .list_lineup_detail > li:nth-of-type(odd) .text_wrap {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .list_lineup_detail > li:nth-of-type(odd) .text_wrap .number {
    padding-left: 20px;
  }
  .list_lineup_detail > li:nth-of-type(odd) .text_wrap .number::before {
    right: auto;
    left: -700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .list_lineup_detail > li:nth-of-type(odd) .text_wrap .number::before {
    left: -300px;
  }
}
.list_lineup_detail > li .text_wrap {
  width: 44.2%;
  padding-left: 7.3%;
}
@media screen and (max-width: 1200px) {
  .list_lineup_detail > li .text_wrap {
    width: 50%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_lineup_detail > li .text_wrap {
    width: 100%;
    padding: 0 8%;
  }
}
.list_lineup_detail > li .text_wrap .number {
  display: inline-block;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  position: relative;
}
.list_lineup_detail > li .text_wrap .number::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 710px;
  height: 1px;
  background-color: #2F2F2D;
  top: 49%;
  right: -720px;
}
@media screen and (max-width: 1200px) {
  .list_lineup_detail > li .text_wrap .number::before {
    right: -300px;
    width: 300px;
  }
}
.list_lineup_detail > li .text_wrap .sp_img_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .list_lineup_detail > li .text_wrap .sp_img_wrap {
    display: block;
    margin-bottom: 20px;
  }
  .list_lineup_detail > li .text_wrap .sp_img_wrap img {
    width: 100%;
  }
}
.list_lineup_detail > li .img_wrap {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .list_lineup_detail > li .img_wrap {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .list_lineup_detail > li .img_wrap {
    display: none;
  }
}
.list_lineup_detail > li .img_wrap img {
  width: 100%;
}

.list_performance {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .list_performance {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }
}
.list_performance > li {
  border: solid 1px #2F2F2D;
  position: relative;
  border-radius: 5px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .list_performance > li {
    padding: 20px;
  }
}
.list_performance > li::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 4px;
  background-color: #2F2F2D;
  top: -2px;
  left: 44px;
}
@media screen and (max-width: 767px) {
  .list_performance > li::after {
    left: 20px;
  }
}
.list_performance > li .ttl {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.list_performance > li .txt > p {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}

.list_other_lineup_wrap {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .list_other_lineup_wrap {
    padding-bottom: 50px;
  }
}
.list_other_lineup_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 122/40;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #2F2F2D;
}
@media screen and (max-width: 767px) {
  .list_other_lineup_wrap::before {
    aspect-ratio: auto;
    height: 86%;
  }
}

.list_other_lineup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_other_lineup {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
    padding: 0 8%;
  }
}
.list_other_lineup > li > a {
  color: #fff;
}
.list_other_lineup > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 378/260;
  position: relative;
  margin-bottom: 25px;
  transition: 0.3s;
  overflow: hidden;
}
.list_other_lineup > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_other_lineup > li > a .text_wrap {
    padding: 0 8%;
  }
}
.list_other_lineup > li > a .text_wrap .category {
  display: inline-block;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #797979;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 15px;
}
.list_other_lineup > li > a .text_wrap .ttl_1 {
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.list_other_lineup > li > a .text_wrap .txt_1 {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.list_other_lineup > li > a:hover .img_wrap img {
  transform: scale(1.1);
}

.list_style > li {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .list_style > li {
    margin-bottom: 80px;
  }
}
.list_style > li:last-of-type {
  margin-bottom: 0;
}
.list_style > li .img_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .list_style > li .img_wrap {
    display: none;
  }
}
.list_style > li .img_wrap img {
  width: 50%;
}
.list_style > li .img_wrap_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .list_style > li .img_wrap_sp {
    margin-top: 30px;
    display: block;
    width: 100%;
  }
  .list_style > li .img_wrap_sp img {
    display: block;
    width: 100%;
  }
}
.list_style > li .txt_box_01 .txt_01 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  display: inline-block;
  line-height: 1.3;
  padding-bottom: 5px;
  border-bottom: solid 1px #2F2F2D;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_style > li .txt_box_01 .txt_01 {
    margin-bottom: 10px;
  }
}
.list_style > li .txt_box_01 .txt_02 {
  font-size: 1rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_style > li .txt_box_01 .txt_02 {
    margin-bottom: 20px;
  }
}
.list_style > li .txt_box_02 {
  display: flex;
  flex-wrap: wrap;
}
.list_style > li .txt_box_02 .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_style > li .txt_box_02 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_style > li .txt_box_02 .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_style > li .txt_box_02 .box_r {
    width: 100%;
  }
}

.list_member > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_member > li {
    margin-bottom: 70px;
  }
}
.list_member > li:last-of-type {
  margin-bottom: 0;
}
.list_member > li .img_wrap {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_member > li .img_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_member > li .img_wrap img {
  width: 100%;
}
.list_member > li .comment_wrap {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .list_member > li .comment_wrap {
    width: 100%;
  }
}
.list_member > li .comment_wrap .txt_01 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #838383;
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_member > li .comment_wrap .txt_01 {
    margin-bottom: 5px;
  }
}
.list_member > li .comment_wrap .name {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.875rem, 1.739rem + 0.68vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_member > li .comment_wrap .name {
    margin-bottom: 5px;
  }
}
.list_member > li .comment_wrap .txt_02 {
  font-size: 1rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_member > li .comment_wrap .txt_02 {
    margin-bottom: 10px;
  }
}

.list_policy > li {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_policy > li {
    margin-bottom: 40px;
  }
}
.list_policy > li:last-of-type {
  margin-bottom: 0;
}
.list_policy > li .ttl_01 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 5px;
  border-bottom: solid 1px #2F2F2D;
  margin-bottom: 20px;
}
.list_policy > li p {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.list_policy > li p:last-of-type {
  margin-bottom: 0;
}

.list_topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 55px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 767px) {
  .list_topics {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .list_topics > li {
    margin-bottom: 60px;
  }
  .list_topics > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_topics > li > a .img_wrap {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.list_topics > li > a .img_wrap img {
  width: 100%;
  transition: 0.3s;
}
.list_topics > li > a .img_wrap .category {
  position: absolute;
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  letter-spacing: 0.04em;
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 30px;
  top: 10px;
  left: 10px;
  z-index: 5;
}
.list_topics > li > a .text_wrap {
  width: 100%;
}
.list_topics > li > a .text_wrap .txt_01 {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .list_topics > li > a .text_wrap .txt_01 {
    margin-bottom: 5px;
  }
}
.list_topics > li > a .text_wrap .ttl_1 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_topics > li > a .text_wrap .ttl_1 {
    margin-bottom: 5px;
  }
}
.list_topics > li > a .text_wrap .txt_2 {
  font-size: 0.875rem;
}
.list_topics > li > a:hover .img_wrap img {
  transform: scale(1.1);
}

.category_box .ttl_01 {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .category_box .ttl_01 {
    margin-bottom: 20px;
  }
}
.category_box .ttl_01 > span {
  position: relative;
  display: inline-block;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 500;
  background-color: #fff;
  padding-right: 20px;
  z-index: 2;
}
.category_box .ttl_01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2F2F2D;
  left: 0;
  top: 50%;
  z-index: -1;
}

.list_category {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .list_category {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .list_category {
    margin-bottom: 50px;
  }
}
.list_category > li {
  display: inline-block;
  color: #fff;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-weight: 400;
  line-height: 1.5;
  border-radius: 30px;
  overflow: hidden;
}
.list_category > li > a {
  display: block;
  padding: 7px 17px;
  background-color: #797979;
  color: #fff;
}
.list_category > li > a:hover {
  background-color: #2F2F2D;
}
.list_category > li.current > a {
  background-color: #2F2F2D;
}

.dlist_policy {
  border-top: 1px solid #2F2F2D;
  border-bottom: 1px solid #2F2F2D;
  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%;
  margin-bottom: 60px;
}
.table_company th {
  width: 20.5%;
  font-size: clamp(0.938rem, 0.827rem + 0.23vw, 1rem);
  font-weight: 400;
  padding: 30px 17px;
  border-bottom: 1px solid #2F2F2D;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_company th {
    width: 100%;
    display: block;
    padding: 20px 17px 0 17px;
    border-bottom: none;
  }
}
.table_company td {
  width: 79.5%;
  font-size: clamp(0.938rem, 0.827rem + 0.23vw, 1rem);
  font-weight: 400;
  padding: 30px 17px;
  border-bottom: 1px solid #2F2F2D;
}
@media screen and (max-width: 767px) {
  .table_company td {
    width: 100%;
    display: block;
    padding: 10px 17px 20px 17px;
  }
}

.table_lbl {
  width: 100%;
}
.table_lbl tr:last-of-type th, .table_lbl tr:last-of-type td {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .table_lbl tr:last-of-type th {
    padding-bottom: 10px;
  }
}
.table_lbl th {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
  vertical-align: top;
  font-weight: 400;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .table_lbl th {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
}
.table_lbl th > span {
  text-align: center;
  width: 100px;
  display: inline-block;
  background-color: #2F2F2D;
  color: #fff;
  padding: 3px 10px;
  border-radius: 30px;
}
.table_lbl td {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .table_lbl td {
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
}

.page_ttl {
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
.page_ttl::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(3.125rem, 2.67rem + 2.27vw, 4.375rem);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .page_ttl::before {
    letter-spacing: 0.15em;
  }
}

.lineup_ttl {
  line-height: 1.5;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.08em;
  color: #fff;
}
.lineup_ttl::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(2.5rem, 1.364rem + 5.68vw, 5.625rem);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}

.main_ttl, .main_ttl_center_s, .main_ttl_center {
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.08em;
}
.main_ttl::before, .main_ttl_center_s::before, .main_ttl_center::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(2.25rem, 2.159rem + 0.45vw, 2.5rem);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .main_ttl::before, .main_ttl_center_s::before, .main_ttl_center::before {
    margin-bottom: 5px;
  }
}

.main_ttl_center {
  text-align: center;
}
.main_ttl_center::before {
  text-align: center;
}

.main_ttl_center_s {
  text-align: center;
}
.main_ttl_center_s::before {
  text-align: center;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
}

.line_ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.line_ttl::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #2F2F2D;
  margin-top: 10px;
}

.sub_ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  padding: 30px 0;
  border-top: 3px solid #2F2F2D;
  border-bottom: 3px solid #2F2F2D;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    padding: 15px 0;
  }
}

.bg_gray {
  background: #efefef;
}
.bg_maincolor {
  background: #2F2F2D;
  color: #fff;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

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

a.h_button {
  background-color: #2F2F2D;
  color: #fff;
  font-size: 1rem;
  display: grid;
  place-items: center;
  letter-spacing: 0.06em;
  width: 254px;
  height: 50px;
  border-radius: 50px;
  border: solid 1px #2F2F2D;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.h_button {
    border: solid 1px #fff;
  }
}
a.h_button:hover {
  background-color: #fff;
  color: #2F2F2D;
  color: #2F2F2D;
}
a.more {
  display: inline-block;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.16em;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-right: 40px;
}
a.more::after {
  display: block;
  position: absolute;
  content: "";
  width: 22px;
  height: 4px;
  border-bottom: 1px solid #2F2F2D;
  border-right: 1px solid #2F2F2D;
  transform: skew(45deg) translateY(-80%);
  top: 50%;
  right: 0;
  transition: 0.3s;
}
a.more:hover::after {
  right: -5px;
}
a.square_btn {
  display: grid;
  place-items: center;
  width: 256px;
  height: 50px;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  font-family: "Roboto", sans-serif;
  position: relative;
  border: solid 1px #2F2F2D;
  color: #2F2F2D;
  margin: auto;
}
@media screen and (max-width: 767px) {
  a.square_btn {
    width: 80%;
    margin: auto;
  }
}
a.square_btn::after {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  border-bottom: 1px solid #2F2F2D;
  border-right: 1px solid #2F2F2D;
  transform: skew(45deg) translateY(-80%);
  top: 50%;
  right: 15px;
  transition: 0.3s;
}
a.square_btn:hover {
  background: #2F2F2D;
  color: #fff;
}
a.square_btn:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
a.square_btn_w {
  display: grid;
  place-items: center;
  width: 256px;
  height: 50px;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  font-family: "Roboto", sans-serif;
  position: relative;
  border: solid 1px #fff;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 767px) {
  a.square_btn_w {
    width: 80%;
    margin: auto;
  }
}
a.square_btn_w::after {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg) translateY(-80%);
  top: 50%;
  right: 15px;
  transition: 0.3s;
}
a.square_btn_w:hover {
  background: #fff;
  color: #2F2F2D;
}
a.square_btn_w:hover::after {
  border-bottom: 1px solid #2F2F2D;
  border-right: 1px solid #2F2F2D;
}
a.btn {
  background-color: #2F2F2D;
  color: #fff;
  font-size: 1rem;
  display: grid;
  place-items: center;
  letter-spacing: 0.06em;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: solid 1px #2F2F2D;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.btn {
    border: solid 1px #fff;
  }
}
a.btn:hover {
  background-color: #fff;
  color: #2F2F2D;
  color: #2F2F2D;
}

.renovation_banner_wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1280px;
  height: 247px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .renovation_banner_wrap {
    position: relative;
    transform: none;
    left: 0;
    margin-bottom: 75px;
  }
}

.about_renovation_wrap {
  margin-top: 100px;
  width: 100%;
  height: 247px;
}
@media screen and (max-width: 767px) {
  .about_renovation_wrap {
    margin-top: 60px;
  }
}

.renovation_banner_wrap_2 {
  width: 100%;
  height: 247px;
}

.renovation_banner {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0 30px;
  background: url(../images/bg_renovation.jpg) no-repeat center top/cover;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.renovation_banner .ttl {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 9px;
}
.renovation_banner .txt {
  font-size: clamp(1.875rem, 1.83rem + 0.23vw, 2rem);
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-left: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .renovation_banner .txt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .renovation_banner {
    padding: 0 8%;
  }
}
.renovation_banner::before {
  position: absolute;
  content: "RENOVATION";
  color: #fff;
  font-size: clamp(5rem, 3.182rem + 9.09vw, 10rem);
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.16em;
  line-height: 1;
  opacity: 0.2;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 40%);
  font-weight: 500;
}
.renovation_banner::after {
  display: block;
  position: absolute;
  content: "";
  width: 90px;
  height: 16px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg) translateY(-80%);
  top: 50%;
  right: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .renovation_banner::after {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    transform: skew(45deg) translateX(-63%);
  }
}
.renovation_banner:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
.renovation_banner:hover::after {
  right: 20px;
}

.map {
  overflow: hidden;
  filter: brightness(70%);
}
.map iframe {
  aspect-ratio: 1500/436;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map iframe {
    aspect-ratio: 375/438;
  }
}

.map_company {
  overflow: hidden;
  filter: brightness(70%);
}
.map_company iframe {
  aspect-ratio: 1078/330;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map_company iframe {
    aspect-ratio: 375/438;
  }
}

#list_breadcrumb {
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
}

.text_box_16px {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.04em;
}
.text_box_16px > p {
  margin-bottom: 25px;
}
.text_box_16px > p:last-of-type {
  margin-bottom: 0;
}

.catchphrase_32px {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  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: #5F5F5F;
  color: #fff;
  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: #000;
}
.wp-pagenavi .current {
  background: #000;
}

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

/* 配置 */
.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;
  }
}

article.article_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  line-height: 2;
  letter-spacing: 0.04em;
}
article.article_wrap h1 {
  font-size: clamp(1.625rem, 1.489rem + 0.68vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article.article_wrap h1 {
    margin-bottom: 20px;
  }
}
article.article_wrap h2 {
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article.article_wrap h2 {
    margin-bottom: 20px;
  }
}
article.article_wrap h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  padding-left: 20px;
  border-left: solid 5px #2F2F2D;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article.article_wrap h3 {
    margin-bottom: 10px;
  }
}
article.article_wrap .article_ttl_01 {
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article.article_wrap .article_ttl_01 {
    margin-bottom: 20px;
  }
}
article.article_wrap .article_ttl_02 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  padding-left: 20px;
  border-left: solid 5px #2F2F2D;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article.article_wrap .article_ttl_02 {
    margin-bottom: 10px;
  }
}
article.article_wrap img {
  display: block;
  width: 100%;
  margin: 35px 0;
}
article.article_wrap .article_frame {
  background-color: #FAFAFA;
  padding: 35px;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
}
@media screen and (max-width: 767px) {
  article.article_wrap .article_frame {
    padding: 20px;
  }
}
article.article_wrap a.btn_article {
  background-color: #2F2F2D;
  color: #fff;
  font-size: 1rem;
  display: grid;
  place-items: center;
  letter-spacing: 0.06em;
  max-width: 340px;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: solid 1px #2F2F2D;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  article.article_wrap a.btn_article {
    border: solid 1px #fff;
  }
}
article.article_wrap a.btn_article:hover {
  background-color: #fff;
  color: #2F2F2D;
  color: #2F2F2D;
  opacity: 1;
}
article.article_wrap a {
  text-decoration: underline;
}
article.article_wrap a:hover {
  opacity: 0.6;
}

.coming_soon {
  display: grid;
  place-items: center;
  width: 256px;
  height: 50px;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  font-family: "Roboto", sans-serif;
  position: relative;
  background-color: #B1B1B1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .coming_soon {
    width: 80%;
  }
}

a.line_banner {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  a.line_banner {
    max-width: 88%;
    margin: 0 auto 80px;
  }
}

.contactform {
  margin-bottom: 45px;
  width: 100%;
}
.contactform tr th {
  padding: 0 0 10px;
  text-align: left;
  width: 100%;
  display: block;
  font-size: 1.125em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 100%;
  display: block;
  padding: 0 0 2em;
  text-align: left;
  font-size: 1.0625em;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    padding: 0 0 2em;
    font-size: 1em;
  }
}

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

input[type=checkbox], input[type=radio] {
  width: 35px;
  height: 35px;
  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 {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: 400;
  background: #2F2F2D;
  transition: 0.3s;
  border-radius: 0;
  font-size: 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

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

.required {
  font-size: 0.8125em;
  display: inline-block;
  margin-left: 15px;
  line-height: 1;
  color: #ED0000;
  padding: 0;
  vertical-align: middle;
}

.input_s {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .input_s {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .input_s {
    width: 100%;
  }
}

.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;
}

.policy_wrap {
  margin-bottom: 40px;
}
.policy_wrap .ttl_01 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  font-weight: 400;
}
.policy_wrap .txt {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.06em;
}
.policy_wrap label {
  display: inline-block;
}

a.link {
  text-decoration: underline;
}

.m0 {
  margin-bottom: 0;
}

.m05 {
  margin-bottom: 0.5px;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.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: 1px solid #2F2F2D;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-weight: 400;
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin: 60px auto 30px;
  }
}
.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: 45px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev > a {
    padding-left: 50px;
  }
}
.list_pagination li.prev > a::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../images/arrow_circle_b.svg) no-repeat top center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
  transform: scale(-1, 1);
}
.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%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next {
    width: 100%;
  }
}
.list_pagination li.next > a {
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next > a {
    padding-right: 50px;
  }
}
.list_pagination li.next > a::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../images/arrow_circle_b.svg) no-repeat top center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:hover {
  opacity: 0.5;
}
.list_pagination li a.btn_blog {
  position: relative;
  margin: auto;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-top: 45px;
  padding-bottom: 5px;
}
.list_pagination li a.btn_blog::before {
  position: absolute;
  content: "";
  background: url(../images/three_line.svg) no-repeat center/cover;
  aspect-ratio: 1/1;
  width: 30px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

a.btn_blog_sp {
  display: inline-block;
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0 20px 10px;
  border-bottom: solid 1px #000;
}

.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;
}

.swiper_event,
.swiper_column {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .swiper_event,
  .swiper_column {
    margin-bottom: 40px;
  }
}
.swiper_event .swiper-button-next,
.swiper_column .swiper-button-next {
  display: none;
  height: 46px;
  width: 46px;
}
@media screen and (max-width: 767px) {
  .swiper_event .swiper-button-next,
  .swiper_column .swiper-button-next {
    display: block;
  }
}
.swiper_event .swiper-button-next::after,
.swiper_column .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../images/icon_circle_arrow.svg);
}

.swiper_event .swiper-button-next {
  right: -15px;
  top: 160px;
}

.swiper_column .swiper-button-next {
  right: -15px;
  top: 90px;
}

.swiper_company .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper_company .swiper-slide:nth-of-type(even) {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .swiper_company .swiper-slide:nth-of-type(even) {
    padding-top: 20px;
  }
}

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

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

.anm-fade-in-2 {
  animation: anm-fade-in-2 1.5s 0.3s ease-in-out forwards;
}

.anm-fade-in-3 {
  animation: anm-fade-in-3 1.5s 0.6s 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;
  }
}
.btn_fade_in {
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=layout.css.map */