@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
  background: #fff;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

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

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 1.88;
  letter-spacing: 0.02em;
  color: #595757;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #595757;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

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

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 999999;
  display: none;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 980px) {
  .hnavi_btn {
    display: block;
  }
}
.hnavi_btn.on_mv {
  mix-blend-mode: normal;
}
.hnavi_btn.on_mv .menu-button i:before, .hnavi_btn.on_mv .menu-button i:after {
  background: #FFF;
}

.menu-button {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 56px;
  height: 1px;
  background: transparent;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 0;
  top: 28px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #595757;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.menu-button i:after {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

.sp_navi {
  position: fixed;
  right: -285px;
  top: 0;
  width: 285px;
  height: 100dvh;
  padding: 64px 40px 64px 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  z-index: 99999;
  overflow: auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_navi.active {
  opacity: 1;
  right: 0;
}
.sp_navi .sp_gnavi {
  margin-bottom: 48px;
}
.sp_navi .sp_gnavi li {
  font-family: "Spectral", "Noto Serif JP", serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.sp_navi .sp_gnavi li.open_navi {
  position: relative;
  cursor: pointer;
}
.sp_navi .sp_gnavi li.open_navi::before {
  content: "";
  display: block;
  background: url("../img/common/plus.svg") no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0.54em;
  left: -18px;
}
.sp_navi .sp_gnavi li ul {
  display: none;
  margin-top: 8px;
}
.sp_navi .sp_gnavi li ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  margin-bottom: 3px;
}
.sp_navi .village_btn {
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.sp_navi .village_btn a {
  width: 188px;
  height: 48px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #595757;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
}
.sp_navi .sprecruit {
  margin-bottom: 16px;
}
.sp_navi .sprecruit a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #000;
  font-family: "Spectral", "Noto Serif JP", serif;
}
.sp_navi .sprecruit a:hover::after {
  width: 13px;
  height: 13px;
}
.sp_navi .contact_btn {
  margin-bottom: 24px;
}
.sp_navi .contact_btn a {
  background: #FFFFFF;
  color: #000;
  font-family: "Spectral", "Noto Serif JP", serif;
  font-weight: 400;
}
.sp_navi .sp_navi_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp_navi .sp_navi_sns li {
  margin-right: 4px;
}
.sp_navi .sp_navi_sns li:last-of-type {
  margin-right: 0;
}
.sp_navi .sp_navi_sns li a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9A9595;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

.sp_navi_bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_navi_bg.active {
  opacity: 0.1;
  pointer-events: all;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 80px 0 16px;
  margin-bottom: 160px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 1000;
}
@media screen and (max-width: 1180px) {
  .header {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 48px;
  }
}
.header.top_header {
  position: fixed;
  top: -56px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.show {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.header .hlogo {
  font-size: 0;
}
.header .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .header .gnavi {
    display: none;
  }
}
.header .gnavi li {
  font-size: 13px;
  font-family: "Spectral", "Noto Serif JP", serif;
  text-transform: uppercase;
  margin-left: 24px;
}
.header .gnavi li.open_navi {
  position: relative;
}
.header .gnavi li.open_navi > a {
  padding-left: 13px;
  cursor: pointer;
}
.header .gnavi li.open_navi > a::before {
  content: "";
  display: block;
  background: url("../img/common/plus.svg");
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.64em;
  left: 0;
}
.header .gnavi li ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: -24px;
  left: -16px;
  padding: 24px;
  width: 165px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.header .gnavi li ul.active {
  opacity: 1;
  pointer-events: all;
}
.header .gnavi li ul li {
  font-size: 13px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 3px;
}

.wrap_footer {
  padding: 80px 40px 48px;
  background: #FFF;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1180px) {
  .wrap_footer {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer {
    padding: 48px 24px 48px;
  }
}
.wrap_footer .footer {
  max-width: 1200px;
  margin: 0 auto 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
}
.wrap_footer .footer .flogo {
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 200px;
}
@media screen and (max-width: 1280px) {
  .wrap_footer .footer .flogo {
    margin-right: calc(100% - 966px);
  }
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .flogo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 32px;
  }
}
.wrap_footer .footer .flogo a:hover {
  opacity: 0.6;
}
.wrap_footer .footer .f_events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .f_events {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .f_events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrap_footer .footer .f_events li {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .f_events li {
    max-width: 100%;
  }
}
.wrap_footer .footer .f_events li:first-of-type {
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .f_events li:first-of-type {
    margin: 0 0 16px;
  }
}
.wrap_footer .footer .f_events li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wrap_footer .footer .f_events li a:hover .img {
  padding: 4px;
}
.wrap_footer .footer .f_events li a .img {
  width: 96px;
  font-size: 0;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .f_events li a .img {
    width: 80px;
    margin-right: 24px;
  }
}
.wrap_footer .footer .f_events li a .cnt {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
}
.wrap_footer .footer .f_events li a .cnt .en {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
}
.wrap_footer .footer .f_events li a .cnt .ttl {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .f_events li a .cnt .ttl {
    font-size: 15px;
  }
}
.wrap_footer .footer .f_events li a .cnt .btn_icon {
  position: absolute;
  right: 0;
  bottom: 16px;
}
.wrap_footer .footer .fcontact {
  text-align: center;
  margin-left: auto;
  width: 180px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fcontact {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
  }
}
.wrap_footer .footer .fcontact a {
  color: #000;
  text-decoration: none !important;
}
.wrap_footer .footer .fcontact .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 6px;
}
.wrap_footer .footer .fcontact .tel {
  font-size: 26px;
  font-family: "Spectral", "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
.wrap_footer .footer .fcontact .tel * {
  border: none !important;
  text-decoration: none !important;
}
.wrap_footer .footer .fcontact .txt {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 1.6;
}
.wrap_footer .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .fnavi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
}
.wrap_footer .fnavi .fsns {
  margin-right: 200px;
}
@media screen and (max-width: 1280px) {
  .wrap_footer .fnavi .fsns {
    margin-right: calc(100% - 966px);
  }
}
@media screen and (max-width: 1080px) {
  .wrap_footer .fnavi .fsns {
    margin: 0 auto 40px;
  }
}
.wrap_footer .fnavi .fsns .fig li {
  margin-bottom: 16px;
}
.wrap_footer .fnavi .fsns .fig li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-family: "Spectral", "Noto Serif JP", serif;
}
.wrap_footer .fnavi .fsns .fig li a:hover {
  opacity: 0.6;
}
.wrap_footer .fnavi .fsns .fig li a img {
  margin-right: 8px;
}
.wrap_footer .fnavi .fsns .fsns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_footer .fnavi .fsns .fsns_list li {
  margin-right: 20px;
  font-size: 0;
}
.wrap_footer .fnavi .fsns .fsns_list li:last-of-type {
  margin-right: 0;
}
.wrap_footer .fnavi .fsns .fsns_list li a:hover {
  opacity: 0.6;
}
.wrap_footer .fnavi .fnavi_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .wrap_footer .fnavi .fnavi_cnt {
    display: none;
  }
}
.wrap_footer .fnavi .fnavi_cnt > ul {
  margin-right: 20px;
}
.wrap_footer .fnavi .fnavi_cnt > ul:last-of-type {
  margin-right: 0;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li {
  font-size: 13px;
  font-family: "Spectral", "Noto Serif JP", serif;
  margin-bottom: 13px;
  letter-spacing: 0;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li > a {
  color: #000;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li > a:hover {
  opacity: 0.5;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li > b {
  color: #000;
  font-weight: 400;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li ul {
  margin-top: 5px;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li ul.flineup {
  width: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li ul.flineup li {
  margin-right: 10px;
  width: 85px;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li ul.flineup li:nth-of-type(even) {
  width: 70px;
  margin-right: 0;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li ul li {
  margin-bottom: 6px;
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  letter-spacing: 0;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li ul li::before {
  content: "-";
  margin-right: 0.2em;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li ul li a {
  color: #9A9595;
}
.wrap_footer .fnavi .fnavi_cnt > ul > li ul li a:hover {
  opacity: 0.5;
}
.wrap_footer .fnavi .fnavi_contact {
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .fnavi .fnavi_contact {
    margin: 0 auto;
  }
}
.wrap_footer .fnavi .fnavi_contact .fbunjo_btn,
.wrap_footer .fnavi .fnavi_contact .fcontact_btn {
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.wrap_footer .fnavi .fnavi_contact .fbunjo_btn a,
.wrap_footer .fnavi .fnavi_contact .fcontact_btn a {
  width: 180px;
  height: 40px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #595757;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
}
.wrap_footer .fnavi .fnavi_contact .fbunjo_btn a:hover,
.wrap_footer .fnavi .fnavi_contact .fcontact_btn a:hover {
  background: #000;
  color: #FFF;
}
.wrap_footer .fnavi .fnavi_contact .fcontact_btn {
  margin-bottom: 24px;
}
.wrap_footer .fnavi .fnavi_contact .fcontact_btn a {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000;
  font-family: "Spectral", "Noto Serif JP", serif;
  font-weight: 400;
}
.wrap_footer .fnavi .fnavi_contact .frecruit {
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .fnavi .fnavi_contact .frecruit {
    margin-bottom: 32px;
  }
}
.wrap_footer .fnavi .fnavi_contact .frecruit a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #000;
  font-family: "Spectral", "Noto Serif JP", serif;
}
.wrap_footer .fnavi .fnavi_contact .frecruit a:hover {
  color: #595757;
}
.wrap_footer .fnavi .fnavi_contact .frecruit a:hover::after {
  width: 10px;
  height: 12px;
}
.wrap_footer .fnavi .fnavi_contact .frecruit a::after {
  content: "";
  display: block;
  background: url("../img/common/arrow1.svg") no-repeat center;
  background-size: 100%;
  width: 8px;
  height: 10px;
  margin-left: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrap_footer .fnavi .fnavi_contact .pp {
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .fnavi .fnavi_contact .pp {
    text-align: center;
  }
}
.wrap_footer .fnavi .fnavi_contact .pp a {
  font-size: 11px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9A9595;
}
.wrap_footer .fnavi .fnavi_contact .pp a:hover {
  opacity: 0.6;
}
.wrap_footer .copyright {
  font-size: 11px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9A9595;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -3em;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .copyright {
    margin-top: 0;
    text-align: center;
  }
}

.side_btn {
  position: fixed;
  right: 0;
  bottom: 190px;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .side_btn {
    display: none;
  }
}
.side_btn.top_side_btn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side_btn.show {
  opacity: 1;
  pointer-events: all;
}
.side_btn a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #FFF;
  background: #595757;
  border-radius: 4px 0 0 4px;
  padding: 24px 6px;
}
.side_btn a:hover {
  background: #000;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 500;
  mix-blend-mode: exclusion;
}
.pagetop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagetop a::before {
  content: "";
  display: block;
  height: 80px;
  width: 1px;
  background: #333333;
  margin-bottom: 10px;
}

.sp_fbtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_fbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 5px;
    left: 5px;
    display: flex;
    z-index: 9999;
  }
}
.sp_fbtn li {
  margin-right: 5px;
}
.sp_fbtn li a {
  height: 44px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp_fbtn li.sp_fcontact a {
  width: 145px;
  background: #FFF;
  font-family: "Spectral", "Noto Serif JP", serif;
}
.sp_fbtn li.sp_fkurashi a {
  width: 145px;
  line-height: 1.3;
  font-size: 12px;
  text-align: center;
  background: #595757;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
}
.sp_fbtn li.sp_ftel a {
  width: 40px;
  background: #9A9595;
}

.page_header {
  border-bottom: 1px solid #E8E8E8;
  margin-left: 148px;
  padding-right: 80px;
  padding-bottom: 36px;
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 1180px) {
  .page_header {
    margin-left: 88px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .page_header {
    margin-left: 48px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page_header {
    padding: 8px 20px 8px 0;
    margin-left: 40px;
    margin-bottom: 64px;
  }
}
.page_header.mb64 {
  margin-bottom: 64px;
}
.page_header::before {
  content: "";
  display: block;
  width: 12px;
  height: 60%;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
  position: absolute;
  left: -68px;
  top: 0;
}
@media screen and (max-width: 980px) {
  .page_header::before {
    left: -28px;
  }
}
@media screen and (max-width: 767px) {
  .page_header::before {
    left: -28px;
  }
}
.page_header::after {
  content: "";
  display: block;
  width: 12px;
  height: 60%;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  position: absolute;
  left: -68px;
  bottom: 0;
}
@media screen and (max-width: 980px) {
  .page_header::after {
    left: -28px;
  }
}
@media screen and (max-width: 767px) {
  .page_header::after {
    left: -28px;
  }
}
.page_header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_header .wrap {
    display: block;
  }
}
.page_header .wrap .page_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page_header .wrap .page_ttl {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.page_header .wrap .page_ttl span {
  font-size: 48px;
  font-family: "Spectral", "Noto Serif JP", serif;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page_header .wrap .page_ttl span {
    font-size: 28px;
  }
}
.page_header .wrap .sub_ttl {
  margin-left: 52px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-top: 16px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page_header .wrap .sub_ttl {
    margin: 0;
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.page_header .wrap .sub_ttl::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #E8E8E8;
  position: absolute;
  left: -36px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  .page_header .wrap .sub_ttl::before {
    display: none;
  }
}
.page_header .wrap .pan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .page_header .wrap .pan {
    position: static;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.page_header .wrap .pan li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9A9595;
  line-height: 1.4;
}
.page_header .wrap .pan li:last-of-type::after {
  display: none;
}
.page_header .wrap .pan li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E8E8E8;
  margin: 0 6px;
}
.page_header .wrap .pan li a {
  color: #9A9595;
}

/*/ common ///////////////////////////////////////////*/
.arrow_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 31px;
  border-right: 1px solid #E8E8E8;
  font-family: "Spectral", "Noto Serif JP", serif;
  padding-right: 16px;
  position: relative;
}
.arrow_btn a:hover {
  padding-right: 11px;
  border-right: 1px solid transparent;
}
.arrow_btn a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  top: 0;
  right: -1px;
}
.arrow_btn a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  bottom: 0;
  right: -1px;
}
.arrow_btn a i {
  background: url("../img/common/arrow.svg") no-repeat;
  margin-left: 14px;
  width: 38px;
  height: 5px;
}

a:hover .btn_icon {
  padding-right: 2px;
  border-right: 1px solid transparent;
}
a:hover .btn_icon img {
  width: 10px;
}
a:hover .btn_icon.external {
  padding-right: 9px;
}
a:hover .btn_icon.external img {
  width: 13px;
}
a .btn_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 12px;
  border-right: 1px solid #E8E8E8;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a .btn_icon.external img {
  width: 11px;
}
a .btn_icon::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  top: 0;
  right: -1px;
}
a .btn_icon::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  bottom: 0;
  right: -1px;
}
a .btn_icon img {
  width: 6px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .link a {
    padding-bottom: 16px;
  }
}
.link a:hover .cnt p {
  color: #595757;
}
.link a .cnt p {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.link a .cnt .en {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .link a .cnt .en {
    font-size: 17px;
  }
}
.link a .cnt .link_ttl {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}

.side_ctrl.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .side_ctrl.sp {
    display: block;
  }
}
.side_ctrl .slide_prev,
.side_ctrl .slide_next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: #F7F7F7;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .side_ctrl .slide_prev,
  .side_ctrl .slide_next {
    width: 48px;
    height: 48px;
  }
}
.side_ctrl .slide_prev:hover,
.side_ctrl .slide_next:hover {
  background: #E8E8E8;
}
.side_ctrl .slide_prev {
  margin-right: 8px;
}

.sec_ttl {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 56px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    margin-bottom: 40px;
  }
}
.sec_ttl.center {
  text-align: center;
}
.sec_ttl span {
  font-size: 34px;
  display: block;
  font-family: "Spectral", "Noto Serif JP", serif;
  line-height: 1.35;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec_ttl span {
    font-size: 24px;
  }
}

.bg_section {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 16px;
  margin-bottom: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bg_section {
    display: block;
    padding: 16px 0;
    margin-bottom: 100px;
  }
}
.bg_section.company_bg_section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0;
}
.bg_section.company_bg_section .bg_section_ttl {
  border-left: 1px solid #E8E8E8;
}
.bg_section.company_bg_section .bg_section_ttl .recruit_link {
  font-size: 24px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #000;
  width: 100%;
  height: 100%;
}
.bg_section.company_bg_section .bg_section_ttl .recruit_link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.bg_section.company_bg_section .bg_section_ttl .recruit_link a i {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .bg_section.company_bg_section .bg_section_liks {
    display: none;
  }
}
.bg_section .bg_section_ttl {
  width: 35.4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0;
  border-right: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .bg_section .bg_section_ttl {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.bg_section .bg_section_ttl .box {
  height: 384px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .bg_section .bg_section_ttl .box {
    height: auto;
    padding: 48px 24px 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bg_section .bg_section_ttl .box .sec_ttl {
  margin-bottom: 0;
}
.bg_section .bg_section_liks {
  width: 64.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .bg_section .bg_section_liks {
    width: 100%;
    padding: 0;
  }
}
.bg_section .bg_section_liks .box {
  height: 384px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .bg_section .bg_section_liks .box {
    width: 100%;
    height: auto;
    padding: 0 24px 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.img_slide {
  overflow-x: hidden;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .img_slide {
    margin-bottom: 100px;
  }
}
.img_slide ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.img_slide ul li {
  width: auto;
}

.wrap_form_area {
  padding: 16px;
  position: relative;
  border-top: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .wrap_form_area {
    padding: 8px;
  }
}
.wrap_form_area::before {
  content: "";
  display: block;
  background: #E8E8E8;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 72px;
  top: 0;
}
@media screen and (max-width: 1240px) {
  .wrap_form_area::before {
    left: 24px;
  }
}
.wrap_form_area::after {
  content: "";
  display: block;
  background: #E8E8E8;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 72px;
  top: 0;
}
@media screen and (max-width: 1240px) {
  .wrap_form_area::after {
    right: 24px;
  }
}
.wrap_form_area .form_area {
  background: #F7F7F7;
  padding: 144px 40px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area {
    padding: 60px 32px;
  }
}
.wrap_form_area .form_area .form_header {
  max-width: 996px;
  margin: 0 auto 8px;
}
.wrap_form_area .form_area .form_header .copy {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_header .copy {
    text-align: left;
    font-size: 16px;
  }
}
.wrap_form_area .form_area .form_header .txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_header .txt {
    text-align: left;
  }
}
.wrap_form_area .form_area .form_header .flow {
  background: #FFF;
  padding: 56px 64px;
}
@media screen and (max-width: 980px) {
  .wrap_form_area .form_area .form_header .flow {
    padding: 24px;
  }
}
.wrap_form_area .form_area .form_header .flow .flow_ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  margin-bottom: 32px;
}
.wrap_form_area .form_area .form_header .flow .flow_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .wrap_form_area .form_area .form_header .flow .flow_list {
    display: block;
  }
}
.wrap_form_area .form_area .form_header .flow .flow_list li {
  margin-right: 42px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 980px) {
  .wrap_form_area .form_area .form_header .flow .flow_list li {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .wrap_form_area .form_area .form_header .flow .flow_list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
  }
}
.wrap_form_area .form_area .form_header .flow .flow_list li:last-of-type {
  margin-right: 0;
}
.wrap_form_area .form_area .form_header .flow .flow_list li:last-of-type::after {
  display: none;
}
.wrap_form_area .form_area .form_header .flow .flow_list li::after {
  content: "";
  display: block;
  background: url("../img/common/step_arrow.svg") no-repeat;
  width: 10px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: -16px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_header .flow .flow_list li::after {
    top: auto;
    bottom: -16px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(90deg);
            transform: translateX(-50%) translateY(50%) rotate(90deg);
  }
}
.wrap_form_area .form_area .form_header .flow .flow_list li .img {
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.wrap_form_area .form_area .form_header .flow .flow_list li .cnt .num {
  font-size: 12px;
  color: #9F9E9E;
  font-family: "Spectral", "Noto Serif JP", serif;
  line-height: 1;
}
.wrap_form_area .form_area .form_header .flow .flow_list li .cnt .step {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
.wrap_form_area .form_area .form_header .flow .flow_txt {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_header .flow .flow_txt {
    text-align: left;
  }
}
.wrap_form_area .form_area .form_box {
  max-width: 996px;
  margin: 0 auto;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table {
  border-top: 1px solid #E8E8E8;
  padding-top: 8px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #F0F0F0;
  padding: 8px 8px 8px 56px;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li {
    padding: 8px 8px 8px 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li {
    display: block;
    padding: 16px 8px;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li::after {
  content: "";
  display: block;
  background: #E8E8E8;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_ttl {
  width: 330px;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
@media screen and (max-width: 1140px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_ttl {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_ttl {
    width: 100%;
    padding-top: 0;
    margin-bottom: 8px;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_ttl .his {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  width: 32px;
  height: 18px;
  border-radius: 2px;
  background: #9A9595;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-left: 8px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt {
  width: calc(100% - 330px);
  background: #F0F0F0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1140px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt {
    width: 100%;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.tel {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1140px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.tel .input_area {
    width: 32%;
  }
}
@media screen and (max-width: 1140px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.tel .input_area input {
    width: 100%;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.name p {
  margin-right: 8px;
  width: calc(50% - 4px);
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.name p input[type=text] {
  width: 100%;
  margin-right: 8px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.name p:last-of-type {
  margin-right: 0;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.w100 p {
  width: 100%;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.textarea p {
  width: 100%;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ulnaiyo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 9px;
  overflow: hidden;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ulnaiyo .select_ttl {
  margin-bottom: 8px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ulnaiyo .wpcf7-list-item {
  width: 210px;
  margin: 0 24px 3px 0;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ulnaiyo input[type=text] {
  height: 32px;
  margin-top: 8px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 9px;
  overflow: hidden;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 > p {
  margin-bottom: 8px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul {
    display: block;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul li {
  width: auto;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul li {
    display: block;
    margin-bottom: 10px;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul li .wpcf7-list-item {
  margin: 0 16px 0 0;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul li span.wpcf7-list-item-label::before,
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul li span.wpcf7-list-item-label::after {
  display: none;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul li input {
  width: auto;
  display: inline-block;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul li label {
  margin-right: 8px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul li p {
  margin-bottom: 10px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 ul li p input[type=text] {
  width: 100%;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 .kaijo {
  width: 100%;
  margin-top: 16px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 .kaijo p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 4px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 .kaijo p .wpcf7-form-control-wrap {
  width: 100%;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul1 .kaijo p input {
  width: calc(100% - 20px);
  margin-left: 16px;
  height: 32px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 .select_ttl {
  margin-bottom: 17px;
  font-weight: 500;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul {
  letter-spacing: -0.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li {
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.w100 {
  width: 100%;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.w100 > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.w100 > p .wpcf7-list-item label {
  width: 110px;
  display: block;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.w100 > p .wpcf7-form-control-wrap {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.w100 > p .wpcf7-form-control-wrap {
    width: calc(100% - 130px);
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.w100 input[type=text] {
  width: calc(100% - 10px);
  height: 32px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.sonota {
  margin-top: -36px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.sonota {
    margin-top: 0;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.col3_1 {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.col3_1 {
    width: 100%;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.col3_2 {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.col3_2 {
    width: 100%;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.col3_3 {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li.col3_3 {
    width: 100%;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li:first-of-type {
  width: 100%;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li .wpcf7-list-item {
  margin: 0 16px 8px 0;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li .wpcf7-list-item input[type=radio] {
  margin-right: 10px;
  margin-left: 0;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li span.wpcf7-list-item-label::before,
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li span.wpcf7-list-item-label::after {
  display: none;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li label {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li label {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li label.w95 {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li label.w95 {
    width: 65px;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li label.w130 {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li label.w130 {
    width: 100px;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li label.w225 {
  width: 226px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li label.w225 {
    width: 180px;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li input[type=text] {
  width: 227px;
  border: 1px solid #e1dcd6;
  margin-left: 10px;
  vertical-align: text-top;
  padding: 10px 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li input[type=text] {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li input[type=text]::-webkit-input-placeholder {
  color: #bcb3aa;
  font-size: 13px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li input[type=text]::-moz-placeholder {
  color: #bcb3aa;
  font-size: 13px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li input[type=text]:-ms-input-placeholder {
  color: #bcb3aa;
  font-size: 13px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li input[type=text]::-ms-input-placeholder {
  color: #bcb3aa;
  font-size: 13px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.ul2 ul li input[type=text]::placeholder {
  color: #bcb3aa;
  font-size: 13px;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.checkbox {
  padding: 8px 0;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.checkbox .wpcf7-list-item {
  margin: 0;
  width: 240px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt.checkbox .wpcf7-list-item {
    width: 100%;
    margin: 0;
  }
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #E8E8E8;
  background: #FFF;
  border-radius: 2px;
  width: 200px;
  height: 48px;
  padding: 0 16px;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=date] {
  border: 1px solid #E8E8E8;
  background: #FFF;
  border-radius: 2px;
  width: 200px;
  height: 48px;
  padding: 0 16px;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=text],
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=tel],
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=number],
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=email] {
  border: 1px solid #E8E8E8;
  background: #FFF;
  border-radius: 2px;
  width: 196px;
  height: 48px;
  padding: 0 24px;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=text]::-webkit-input-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=tel]::-webkit-input-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=number]::-webkit-input-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=email]::-webkit-input-placeholder {
  color: #9A9595;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=text]::-moz-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=tel]::-moz-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=number]::-moz-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=email]::-moz-placeholder {
  color: #9A9595;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=text]:-ms-input-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=tel]:-ms-input-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=number]:-ms-input-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=email]:-ms-input-placeholder {
  color: #9A9595;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=text]::-ms-input-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=tel]::-ms-input-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=number]::-ms-input-placeholder, .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=email]::-ms-input-placeholder {
  color: #9A9595;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=text]::placeholder,
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=tel]::placeholder,
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=number]::placeholder,
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=email]::placeholder {
  color: #9A9595;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=text].w100,
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=tel].w100,
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=number].w100,
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt input[type=email].w100 {
  width: 100%;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt .your-message {
  width: 100%;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt textarea {
  border: 1px solid #E8E8E8;
  background: #FFF;
  border-radius: 2px;
  width: 100%;
  height: 148px;
  padding: 16px 24px;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_box .form_cnt .form_table > li .form_table_cnt span {
    font-size: 13px;
  }
}
.wrap_form_area .form_area .enquete_box {
  max-width: 996px;
  margin: 0 auto;
  padding-top: 144px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box {
    padding-top: 64px;
  }
}
.wrap_form_area .form_area .enquete_box::before {
  content: "";
  display: block;
  background: #E8E8E8;
  width: 1px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box::before {
    height: 40px;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_header .copy {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_header .copy {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_header .txt {
  text-align: center;
  font-size: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_header .txt {
    text-align: left;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_header .img {
  text-align: center;
  font-size: 0;
  margin-bottom: 56px;
}
.wrap_form_area .form_area .enquete_box .enquete_header .enquete_btn {
  width: 100%;
  height: 56px;
  background: #595757;
  border-radius: 4px;
  color: #FFF;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_header .enquete_btn {
    font-size: 15px;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_header .enquete_btn:hover {
  background: #000;
}
.wrap_form_area .form_area .enquete_box .enquete_header .enquete_btn.active::before, .wrap_form_area .form_area .enquete_box .enquete_header .enquete_btn.active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.wrap_form_area .form_area .enquete_box .enquete_header .enquete_btn::before {
  content: "";
  display: block;
  background: url("../img/common/enquete_arrow.svg") no-repeat left center;
  width: 40px;
  height: 10px;
  margin-right: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_header .enquete_btn::before {
    background-size: 34px;
    width: 20px;
    margin-right: 13px;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_header .enquete_btn::after {
  content: "";
  display: block;
  background: url("../img/common/enquete_arrow.svg") no-repeat right center;
  width: 40px;
  height: 10px;
  margin-left: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_header .enquete_btn::after {
    background-size: 34px;
    width: 20px;
    margin-left: 13px;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt {
  background: #FFF;
  padding: 80px;
  display: none;
}
@media screen and (max-width: 1140px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt {
    padding: 32px 24px;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li {
    display: block;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .ttl {
  width: 220px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .ttl {
    width: 100%;
    margin: 0 0 16px;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .ttl span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  color: #9A9595;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table .wpcf7-checkbox,
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table .wpcf7-radio {
  display: grid;
  grid-template-columns: auto auto 1fr;
}
@media screen and (max-width: 1100px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table .wpcf7-checkbox,
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table .wpcf7-radio {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table .wpcf7-checkbox,
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table .wpcf7-radio {
    display: block;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table4 .wpcf7-checkbox,
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table4 .wpcf7-radio {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table4 .wpcf7-checkbox,
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table4 .wpcf7-radio {
    grid-template-columns: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table4 .wpcf7-checkbox,
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.grid_table4 .wpcf7-radio {
    display: block;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.sodan {
  width: 100%;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.sodan .wpcf7-form-control .wpcf7-list-item {
  display: block;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.sodan .wpcf7-form-control .wpcf7-list-item:last-of-type {
  display: inline-block;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.yosan p {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.tochi .wpcf7-list-item + br {
    display: none;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.tochi > .tochi_box {
  margin-top: 24px;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.tochi .tochi_txt {
  display: inline-block;
  width: 72px;
  margin-bottom: 8px;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.tochi .tochi_txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.tochi .wpcf7-text {
    margin-left: 0 !important;
    margin-bottom: 8px;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.hensai .hensai_txt {
  display: inline-block;
  width: 100px;
  margin-bottom: 8px;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.hensai .wpcf7-list-item {
  display: block;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.loan .wpcf7-list-item {
  display: block;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area.loan .wpcf7-list-item label {
  display: inline-block;
  width: 100px;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area .wpcf7-list-item {
  margin: 0 16px 8px 0;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area .wpcf7-list-item {
    display: block;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text],
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel],
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email] {
  border: 1px solid #E8E8E8;
  background: #FFF;
  border-radius: 2px;
  width: 100%;
  height: 32px;
  padding: 0 16px;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text]::-webkit-input-placeholder, .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel]::-webkit-input-placeholder, .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email]::-webkit-input-placeholder {
  color: #9A9595;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text]::-moz-placeholder, .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel]::-moz-placeholder, .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email]::-moz-placeholder {
  color: #9A9595;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text]:-ms-input-placeholder, .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel]:-ms-input-placeholder, .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email]:-ms-input-placeholder {
  color: #9A9595;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text]::-ms-input-placeholder, .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel]::-ms-input-placeholder, .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email]::-ms-input-placeholder {
  color: #9A9595;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text]::placeholder,
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel]::placeholder,
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email]::placeholder {
  color: #9A9595;
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text].w80,
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel].w80,
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email].w80 {
  width: 80px;
  margin-left: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 1100px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text].w80,
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel].w80,
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email].w80 {
    width: 60px;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text].w140,
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel].w140,
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email].w140 {
  width: 140px;
  margin-left: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 1100px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text].w140,
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel].w140,
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email].w140 {
    width: 80px;
  }
}
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text].w450,
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel].w450,
.wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email].w450 {
  width: 440px;
  margin-left: 16px;
}
@media screen and (max-width: 980px) {
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=text].w450,
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=tel].w450,
  .wrap_form_area .form_area .enquete_box .enquete_cnt .form_cnt li .input_area input[type=email].w450 {
    width: 100%;
  }
}
.wrap_form_area .form_area .form_txt {
  text-align: center;
  margin: 56px 0 0;
}
@media screen and (max-width: 767px) {
  .wrap_form_area .form_area .form_txt {
    text-align: left;
  }
}
.wrap_form_area .form_area .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}
.wrap_form_area .form_area .submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 176px;
  height: 48px;
  background: #9A9595;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_form_area .form_area .submit input:hover {
  background: #000;
}

/*/ top ///////////////////////////////////////////*/
.top_mv {
  width: 100%;
  height: 100dvh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.top_mv::before {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top_mv .mv_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
}
.top_mv .mv_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv .hlogo {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_mv .hlogo {
    width: 64px;
    top: 22px;
    left: 10px;
  }
}
.top_mv .mv_copy {
  position: absolute;
  top: 50%;
  left: 13.4%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_mv .mv_copy {
    left: 0;
    width: 100%;
    text-align: center;
  }
  .top_mv .mv_copy img {
    width: 60.8%;
    max-width: 280px;
  }
}
.top_mv .top_mv_navi {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_mv .top_mv_navi {
    display: none;
  }
}
.top_mv .top_mv_navi .mv_gnavi {
  width: 140px;
}
.top_mv .top_mv_navi .mv_gnavi li {
  font-family: "Spectral", "Noto Serif JP", serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.top_mv .top_mv_navi .mv_gnavi li.open_navi > a {
  position: relative;
  cursor: pointer;
}
.top_mv .top_mv_navi .mv_gnavi li.open_navi > a::before {
  content: "";
  display: block;
  background: url("../img/common/plus_w.svg") no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0.54em;
  left: -18px;
}
.top_mv .top_mv_navi .mv_gnavi li a {
  color: #FFF;
}
.top_mv .top_mv_navi .mv_gnavi li ul {
  display: none;
  margin-top: 8px;
}
.top_mv .top_mv_navi .mv_gnavi li ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  margin-bottom: 3px;
  white-space: nowrap;
}
.top_mv .top_mv_navi .kurashi_btn,
.top_mv .top_mv_navi .contact_btn {
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.top_mv .top_mv_navi .kurashi_btn a,
.top_mv .top_mv_navi .contact_btn a {
  width: 140px;
  height: 48px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #595757;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
}
.top_mv .top_mv_navi .contact_btn {
  margin-bottom: 24px;
}
.top_mv .top_mv_navi .contact_btn a {
  background: #FFFFFF;
  color: #000;
  font-family: "Spectral", "Noto Serif JP", serif;
  font-weight: 400;
}
.top_mv .top_mv_navi .mv_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top_mv .top_mv_navi .mv_sns li {
  margin-right: 4px;
}
.top_mv .top_mv_navi .mv_sns li:last-of-type {
  margin-right: 0;
}
.top_mv .top_mv_navi .mv_sns li a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #969696;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

.top_contents {
  background: #FFF;
  position: relative;
  z-index: 100;
  overflow-x: hidden;
}

.top_sec_ttl {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #595757;
  font-family: "Noto Serif JP", serif;
}
.top_sec_ttl span {
  font-size: 34px;
  font-family: "Spectral", "Noto Serif JP", serif;
  display: block;
  line-height: 1.35;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top_sec_ttl span {
    font-size: 28px;
  }
}

.top_sec_head {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .top_sec_head {
    display: block;
    margin-bottom: 40px;
  }
}
.top_sec_head .view_all a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top_event {
  padding-top: 240px;
  background: #FFF;
  z-index: 10;
  position: relative;
  margin-bottom: 240px;
}
@media screen and (max-width: 1280px) {
  .top_event {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_event {
    padding-top: 120px;
    margin-bottom: 80px;
  }
}
.top_event .wrap {
  max-width: 1200px;
  margin: 0 auto 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_event .wrap {
    display: block;
  }
}
.top_event .wrap .top_sec_ttl {
  margin-right: 187px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .top_event .wrap .top_sec_ttl {
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_event .wrap .top_sec_ttl {
    margin: 0 0 40px;
  }
}
.top_event .wrap .top_event_list {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.top_event .wrap .top_event_list li {
  width: 238px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 56px;
  border-right: 1px solid #E8E8E8;
}
@media screen and (max-width: 1280px) {
  .top_event .wrap .top_event_list li {
    padding-right: 24px;
  }
}
.top_event .wrap .top_event_list li a:hover .img img {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.top_event .wrap .top_event_list li .img {
  font-size: 0;
  margin-bottom: 24px;
}
.top_event .wrap .top_event_list li .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #E8E8E8;
}
.top_event .wrap .top_event_list li .cnt {
  position: relative;
}
.top_event .wrap .top_event_list li .cnt .type {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
  padding-right: 42px;
}
.top_event .wrap .top_event_list li .cnt .status {
  width: 60px;
  height: 20px;
  border-radius: 2px;
  background: #9A9595;
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.top_event .wrap .top_event_list li .cnt .status.event_start {
  background: #000;
}
.top_event .wrap .top_event_list li .cnt .date {
  font-size: 16px;
  font-family: "Spectral", "Noto Serif JP", serif;
  line-height: 1.4;
}
.top_event .wrap .top_event_list li .cnt .ttl {
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  color: #000;
}
.top_event .side_ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1240px;
  margin: 0 auto 24px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_event .view_all {
  max-width: 1200px;
  margin: 0 auto 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_event .top_events {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1280px) {
  .top_event .top_events {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_event .top_events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_event .top_events li {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1080px) {
  .top_event .top_events li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .top_event .top_events li {
    width: 100%;
    margin: 0 0 16px;
  }
}
.top_event .top_events li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top_event .top_events li a:hover .img {
  padding: 4px;
}
.top_event .top_events li a .img {
  width: 200px;
  font-size: 0;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .top_event .top_events li a .img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .top_event .top_events li a .img {
    width: 120px;
    margin-right: 24px;
  }
}
.top_event .top_events li a .cnt {
  position: relative;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .top_event .top_events li a .cnt {
    padding-bottom: 16px;
  }
}
.top_event .top_events li a .cnt .en {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
  margin-bottom: 3px;
}
.top_event .top_events li a .cnt .ttl {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top_event .top_events li a .cnt .ttl {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.top_event .top_events li a .cnt .lead {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}
.top_event .top_events li a .cnt .btn_icon {
  position: absolute;
  right: 0;
  bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_event .top_events li a .cnt .btn_icon {
    bottom: 14px;
  }
}

.top_concept {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .top_concept {
    margin-bottom: 100px;
  }
}
.top_concept .concept_head {
  max-width: 1084px;
  margin: 0 auto 145px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_head {
    display: block;
    margin-bottom: 56px;
  }
}
.top_concept .concept_head .top_sec_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 214px;
  height: 152px;
  background: url("../img/common/concept_icon.png") no-repeat left center;
  background-size: 150px;
}
@media screen and (max-width: 980px) {
  .top_concept .concept_head .top_sec_ttl {
    background-size: 88px;
    padding-left: 120px;
  }
}
.top_concept .concept_head .img {
  margin-right: -20px;
  margin-left: auto;
  width: 40%;
}
.top_concept .top_concept_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1044px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_concept .top_concept_cnt {
    display: block;
  }
}
.top_concept .top_concept_cnt .cnt {
  width: 536px;
}
@media screen and (max-width: 980px) {
  .top_concept .top_concept_cnt .cnt {
    padding-left: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .top_concept .top_concept_cnt .cnt {
    width: auto;
    padding: 0 20px;
  }
}
.top_concept .top_concept_cnt .cnt .copy {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .top_concept .top_concept_cnt .cnt .copy {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.top_concept .top_concept_cnt .cnt .txt {
  font-size: 14px;
  margin-bottom: 56px;
}
.top_concept .top_concept_cnt .cnt .arrow_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_concept .top_concept_cnt .img {
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_concept .top_concept_cnt .img .img1 {
    width: 7.65%;
    margin-left: 11.35%;
  }
}
.top_concept .top_concept_cnt .img .img2 {
  margin-left: 104px;
}
@media screen and (max-width: 767px) {
  .top_concept .top_concept_cnt .img .img2 {
    width: 13.3%;
    margin-left: 19%;
  }
}
.top_concept .imgs {
  font-size: 0;
  max-width: 1044px;
  margin: 0 auto;
}
.top_concept .imgs .img3 {
  width: calc(104px + 50vw - 50%);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .top_concept .imgs .img3 {
    width: 19%;
    margin: 0;
  }
}
.top_concept .imgs .img4 {
  width: calc(81vw + 104px);
  margin-left: 104px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .top_concept .imgs .img4 {
    width: 81%;
    margin: 0;
    margin-left: auto;
  }
}

.top_modelhouse {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .top_modelhouse {
    margin-bottom: 100px;
  }
}
.top_modelhouse .top_model_slide {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 24px;
  padding: 0 15px;
}
.top_modelhouse .top_model_slide ul li {
  border-right: 1px solid #E8E8E8;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_modelhouse .top_model_slide ul li a:hover .img {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.top_modelhouse .top_model_slide ul li .img {
  font-size: 0;
  margin-bottom: 48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_modelhouse .top_model_slide ul li .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_modelhouse .top_model_slide ul li .cnt .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top_modelhouse .top_model_slide ul li .cnt .type {
  margin-right: 12px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1.3;
}
.top_modelhouse .top_model_slide ul li .cnt .area {
  margin-right: 32px;
  font-size: 12px;
  line-height: 1.3;
}
.top_modelhouse .side_ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto 24px;
}

.wrap_lineup_list {
  margin-bottom: 184px;
}
@media screen and (max-width: 767px) {
  .wrap_lineup_list {
    margin-bottom: 100px;
  }
}
.wrap_lineup_list .top_sec_head {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .wrap_lineup_list .top_sec_head {
    margin-bottom: 32px;
  }
}
.wrap_lineup_list .lead {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 56px;
}
@media screen and (max-width: 767px) {
  .wrap_lineup_list .lead {
    margin-bottom: 48px;
  }
}
.wrap_lineup_list .lineup_list {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wrap_lineup_list .lineup_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap_lineup_list .lineup_list li {
  width: calc(25% - 36px);
  margin-right: 48px;
  margin-bottom: 56px;
}
@media screen and (max-width: 980px) {
  .wrap_lineup_list .lineup_list li {
    width: calc(25% - 18px);
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_lineup_list .lineup_list li {
    width: 48%;
    margin: 0 0 40px;
  }
}
.wrap_lineup_list .lineup_list li:nth-of-type(4n) {
  margin-right: 0;
}
.wrap_lineup_list .lineup_list li a:hover .img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.wrap_lineup_list .lineup_list li .img {
  margin-bottom: 16px;
  font-size: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrap_lineup_list .lineup_list li .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_lineup_list .lineup_list li .cnt .ttl span {
  font-size: 14px;
  font-family: "Spectral", "Noto Serif JP", serif;
  margin-right: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wrap_lineup_list .lineup_list li .cnt .ttl span {
    font-size: 13px;
  }
}

.wrap_quality {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .wrap_quality {
    margin-bottom: 100px;
  }
}
.wrap_quality .quality_img {
  width: 34%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wrap_quality .quality_img {
    display: none;
  }
}
.wrap_quality .quality_img .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrap_quality .quality_img .img img {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wrap_quality .quality_img .img1 {
  z-index: 3;
}
.wrap_quality .quality_img .img2 {
  z-index: 2;
}
.wrap_quality .quality_img .img3 {
  z-index: 1;
}
.wrap_quality .top_quality_cnt {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .wrap_quality .top_quality_cnt {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt {
    width: 100%;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt_head {
  height: 100dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt .quality_cnt_head {
    padding: 0 20px;
    height: auto;
    margin-bottom: 24px;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt_head .top_sec_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 214px;
  height: 130px;
  background: url("../img/common/concept_icon.png") no-repeat right center;
  background-size: 128px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt .quality_cnt_head .top_sec_ttl {
    background-size: 88px;
    padding-right: 120px;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt .quality_cnt1 {
    display: block;
    margin-bottom: 40px;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt1 .cnt {
  width: 57.5%;
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt .quality_cnt1 .cnt {
    padding-top: 0;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt1 .cnt .copy {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 1180px) {
  .wrap_quality .top_quality_cnt .quality_cnt1 .cnt .copy {
    font-size: 3vw;
  }
}
@media screen and (max-width: 540px) {
  .wrap_quality .top_quality_cnt .quality_cnt1 .cnt .copy {
    font-size: 6vw;
    margin-bottom: 40px;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt1 .cnt .txt {
  margin-bottom: 56px;
}
.wrap_quality .top_quality_cnt .quality_cnt1 .cnt .txt p {
  font-size: 14px;
  margin-bottom: 24px;
}
.wrap_quality .top_quality_cnt .quality_cnt1 .cnt .arrow_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrap_quality .top_quality_cnt .quality_cnt1 .img {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt .quality_cnt1 .img {
    margin-left: auto;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt2 {
  font-size: 0;
  margin-bottom: 163px;
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt .quality_cnt2 {
    margin-bottom: 80px;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt2 .img1 {
  width: 15.6%;
}
.wrap_quality .top_quality_cnt .quality_cnt2 .img2 {
  width: 21.6%;
  margin-right: 12.9%;
  margin-left: auto;
}
.wrap_quality .top_quality_cnt .quality_cnt2 .img3 {
  width: 35%;
  margin-right: 34.2%;
  margin-left: auto;
}
.wrap_quality .top_quality_cnt .quality_cnt3 .quality_link {
  width: 510px;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt .quality_cnt3 .quality_link {
    width: 100%;
    max-width: 100%;
    padding: 0 30px 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt3 .quality_link li {
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
}
.wrap_quality .top_quality_cnt .quality_cnt3 .quality_link li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap_quality .top_quality_cnt .quality_cnt3 .quality_link li a:hover .ttl {
  color: #595757;
}
.wrap_quality .top_quality_cnt .quality_cnt3 .quality_link li a .num {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt .quality_cnt3 .quality_link li a .num {
    font-size: 10px;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt3 .quality_link li a .ttl {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt .quality_cnt3 .quality_link li a .ttl {
    font-size: 18px;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt3 .quality_link li a .ttl span {
  font-size: 14px;
  display: block;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wrap_quality .top_quality_cnt .quality_cnt3 .quality_link li a .ttl span {
    font-size: 13px;
  }
}
.wrap_quality .top_quality_cnt .quality_cnt3 .quality_link li a i {
  margin-left: auto;
  margin-top: auto;
}

.top_gallery {
  margin-bottom: 200px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .top_gallery {
    margin-bottom: 100px;
  }
}
.top_gallery .top_gallery_slide {
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .top_gallery .top_gallery_slide {
    margin-bottom: 64px;
  }
}
.top_gallery .top_gallery_slide ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top_gallery .top_gallery_slide ul li {
  font-size: 0;
}
.top_gallery .top_gallery_slide ul li.slide1 {
  width: 240px;
}
.top_gallery .top_gallery_slide ul li.slide1 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide2 {
  width: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_gallery .top_gallery_slide ul li.slide2 img {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide2 a {
  display: block;
}
.top_gallery .top_gallery_slide ul li.slide2 a:nth-of-type(1):hover img {
  -webkit-transform: scale(0.92) translateY(-50%);
          transform: scale(0.92) translateY(-50%);
}
.top_gallery .top_gallery_slide ul li.slide2 a:nth-of-type(1) img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_gallery .top_gallery_slide ul li.slide2 a:nth-of-type(2):hover img {
  -webkit-transform: scale(0.92) translateY(50%);
          transform: scale(0.92) translateY(50%);
}
.top_gallery .top_gallery_slide ul li.slide2 a:nth-of-type(2) img {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.top_gallery .top_gallery_slide ul li.slide3 {
  width: 240px;
}
.top_gallery .top_gallery_slide ul li.slide3 img {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide4 {
  width: 360px;
}
.top_gallery .top_gallery_slide ul li.slide4 img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide5 {
  width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_gallery .top_gallery_slide ul li.slide5 img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide5 a:nth-of-type(1):hover img {
  -webkit-transform: scale(0.92) translateY(-50%);
          transform: scale(0.92) translateY(-50%);
}
.top_gallery .top_gallery_slide ul li.slide5 a:nth-of-type(1) img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_gallery .top_gallery_slide ul li.slide5 a:nth-of-type(2):hover img {
  -webkit-transform: scale(0.92) translateY(50%);
          transform: scale(0.92) translateY(50%);
}
.top_gallery .top_gallery_slide ul li.slide5 a:nth-of-type(2) img {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.top_gallery .top_gallery_slide ul li.slide5 a:nth-of-type(3):hover img {
  -webkit-transform: scale(0.92) translateY(-50%);
          transform: scale(0.92) translateY(-50%);
}
.top_gallery .top_gallery_slide ul li.slide5 a:nth-of-type(3) img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_gallery .top_gallery_slide ul li.slide6 {
  width: 240px;
}
.top_gallery .top_gallery_slide ul li.slide6 img {
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide7 {
  width: 240px;
}
.top_gallery .top_gallery_slide ul li.slide7 img {
  width: 240px;
  height: 360px;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide8 {
  width: 240px;
}
.top_gallery .top_gallery_slide ul li.slide8 img {
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide9 {
  width: 360px;
}
.top_gallery .top_gallery_slide ul li.slide9 img {
  width: 360px;
  height: 240px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide10 {
  width: 240px;
}
.top_gallery .top_gallery_slide ul li.slide10 img {
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide11 {
  width: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_gallery .top_gallery_slide ul li.slide11 img {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_gallery .top_gallery_slide ul li.slide11 a {
  display: block;
}
.top_gallery .top_gallery_slide ul li.slide11 a:nth-of-type(1):hover img {
  -webkit-transform: scale(0.92) translateY(-50%);
          transform: scale(0.92) translateY(-50%);
}
.top_gallery .top_gallery_slide ul li.slide11 a:nth-of-type(1) img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_gallery .top_gallery_slide ul li.slide11 a:nth-of-type(2):hover img {
  -webkit-transform: scale(0.92) translateY(50%);
          transform: scale(0.92) translateY(50%);
}
.top_gallery .top_gallery_slide ul li.slide11 a:nth-of-type(2) img {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.top_gallery .top_gallery_slide ul li a:hover img {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.top_gallery .top_gallery_slide ul li a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_gallery .voice_btn {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 16px;
}
.top_gallery .voice_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F7F7F7;
}
.top_gallery .voice_btn a:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.top_gallery .voice_btn a .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1084px;
  width: 100%;
  padding: 20px 20px 20px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_gallery .voice_btn a .wrap {
    display: block;
    padding: 16px;
  }
}
.top_gallery .voice_btn a .wrap .img {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_gallery .voice_btn a .wrap .img {
    margin-bottom: 32px;
  }
}
.top_gallery .voice_btn a .wrap .img img {
  margin-left: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .top_gallery .voice_btn a .wrap .img img {
    width: calc(33.33% - 4px);
  }
}
.top_gallery .voice_btn a .wrap .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-family: "Spectral", "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .top_gallery .voice_btn a .wrap .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 18px;
  }
}
.top_gallery .voice_btn a .wrap .btn i {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .top_gallery .voice_btn a .wrap .btn i {
    margin-left: 24px;
  }
}

.top_news {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .top_news {
    margin-bottom: 100px;
  }
}
.top_news .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top_news .wrap {
    display: block;
  }
}
.top_news .wrap .top_sec_ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 205px;
}
@media screen and (max-width: 1080px) {
  .top_news .wrap .top_sec_ttl {
    margin-right: 120px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .wrap .top_sec_ttl {
    margin: 0 0 32px;
  }
}
.top_news .wrap .top_news_list li {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .top_news_list li {
    margin-bottom: 24px;
  }
}
.top_news .wrap .top_news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .top_news_list li a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.top_news .wrap .top_news_list li a .date {
  font-family: "Spectral", "Noto Serif JP", serif;
  font-size: 14px;
  margin-right: 20px;
  width: 64px;
  color: #595757;
}
.top_news .wrap .top_news_list li a .cat {
  min-width: 112px;
  height: 24px;
  background: #F4F4F4;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #9A9595;
  margin-right: 20px;
}
.top_news .wrap .top_news_list li a .ttl {
  font-size: 14px;
  line-height: 1.6;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .top_news_list li a .ttl {
    width: 100%;
    margin-top: 8px;
  }
}
.top_news .arrow_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top_mind {
  max-width: 1200px;
  margin: 0 auto 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_mind {
    margin-bottom: 100px;
  }
}
.top_mind .mind_cnt {
  position: absolute;
  top: 98px;
  left: -16px;
}
@media screen and (max-width: 1280px) {
  .top_mind .mind_cnt {
    left: 16px;
    top: 3.5vw;
  }
}
@media screen and (max-width: 840px) {
  .top_mind .mind_cnt {
    position: static;
    padding: 0 20px;
    margin-bottom: 48px;
  }
}
.top_mind .mind_cnt .top_sec_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 214px;
  height: 130px;
  background: url("../img/common/concept_icon.png") no-repeat right center;
  background-size: 128px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1180px) {
  .top_mind .mind_cnt .top_sec_ttl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 840px) {
  .top_mind .mind_cnt .top_sec_ttl {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-size: 88px;
    padding-right: 120px;
  }
}
.top_mind .mind_cnt .copy {
  margin-left: 64px;
  font-size: 36px;
  line-height: 1.88;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 1180px) {
  .top_mind .mind_cnt .copy {
    font-size: 2.8vw;
    margin-bottom: 2vw;
    margin-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .top_mind .mind_cnt .copy {
    font-size: 5.2vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 840px) {
  .top_mind .mind_cnt .copy br {
    display: none;
  }
}
.top_mind .mind_cnt .txt {
  margin-left: 64px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1180px) {
  .top_mind .mind_cnt .txt {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .top_mind .mind_cnt .txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 840px) {
  .top_mind .mind_cnt .txt .spn {
    display: none;
  }
}
.top_mind .img {
  margin-left: 165px;
  margin-right: calc(50% - 50vw);
  padding-right: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .top_mind .img {
    margin: 0;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.top_mind .mind_link {
  max-width: 1040px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .top_mind .mind_link {
    padding: 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .top_mind .mind_link {
    display: block;
  }
}
.top_mind .mind_link li {
  width: 430px;
}
@media screen and (max-width: 640px) {
  .top_mind .mind_link li {
    width: 100%;
  }
}
.top_mind .mind_link li:first-of-type {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .top_mind .mind_link li:first-of-type {
    margin-right: 40px;
  }
}
@media screen and (max-width: 540px) {
  .top_mind .mind_link li:first-of-type {
    margin: 0 0 24px;
  }
}
.top_mind .mind_link li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .top_mind .mind_link li a {
    padding-bottom: 16px;
  }
}
.top_mind .mind_link li a:hover .cnt {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.top_mind .mind_link li a .cnt {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_mind .mind_link li a .cnt .num {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
}
.top_mind .mind_link li a .cnt .en {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .top_mind .mind_link li a .cnt .en {
    font-size: 16px;
  }
}
.top_mind .mind_link li a .cnt .ttl {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}

.top_brand {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 16px;
  margin-bottom: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_brand {
    display: block;
    padding: 16px 0;
    margin-bottom: 100px;
  }
}
.top_brand .top_brand_ttl {
  width: 35.4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0;
  border-right: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .top_brand .top_brand_ttl {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.top_brand .top_brand_ttl .box {
  height: 384px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_brand .top_brand_ttl .box {
    height: auto;
    padding: 48px 24px 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top_brand .top_brand_liks {
  width: 64.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .top_brand .top_brand_liks {
    width: 100%;
    padding: 0;
  }
}
.top_brand .top_brand_liks .box {
  height: 384px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_brand .top_brand_liks .box {
    width: 100%;
    height: auto;
    padding: 0 24px 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .top_brand .top_brand_liks .box ul {
    width: 100%;
  }
}
.top_brand .top_brand_liks .box ul li {
  width: 377px;
}
@media screen and (max-width: 767px) {
  .top_brand .top_brand_liks .box ul li {
    width: 100%;
  }
}
.top_brand .top_brand_liks .box ul li:first-of-type {
  margin-bottom: 32px;
}
.top_brand .top_brand_liks .box ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .top_brand .top_brand_liks .box ul li a {
    padding-bottom: 16px;
  }
}
.top_brand .top_brand_liks .box ul li a:hover .cnt {
  opacity: 0.6;
}
.top_brand .top_brand_liks .box ul li a .cnt {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_brand .top_brand_liks .box ul li a .cnt .en {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .top_brand .top_brand_liks .box ul li a .cnt .en {
    font-size: 16px;
  }
}
.top_brand .top_brand_liks .box ul li a .cnt .ttl {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}

.top_blog {
  max-width: 1240px;
  margin: 0 auto 240px;
}
@media screen and (max-width: 767px) {
  .top_blog {
    margin-bottom: 100px;
  }
}
.top_blog .blog_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_blog .blog_list {
    display: block;
  }
}
.top_blog .blog_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_blog .blog_list li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E8E8E8;
  }
}
.top_blog .blog_list li:last-of-type::after {
  display: none;
}
.top_blog .blog_list li::after {
  content: "";
  display: block;
  background: #E8E8E8;
  width: 1px;
  height: 100%;
  margin: 0 52px;
}
@media screen and (max-width: 1280px) {
  .top_blog .blog_list li::after {
    margin: 0 1.8vw;
  }
}
.top_blog .blog_list li a {
  width: 156px;
}
@media screen and (max-width: 1280px) {
  .top_blog .blog_list li a {
    width: calc(16vw - 1px);
  }
}
@media screen and (max-width: 767px) {
  .top_blog .blog_list li a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_blog .blog_list li a .img {
  font-size: 0;
  margin-bottom: 24px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 767px) {
  .top_blog .blog_list li a .img {
    width: 100px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_blog .blog_list li a .cnt {
    width: calc(100% - 120px);
  }
}
.top_blog .blog_list li a .cnt .date {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9A9595;
  line-height: 1.6;
}
.top_blog .blog_list li a .cnt .ttl {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  margin-bottom: 8px;
}
.top_blog .blog_list li a .cnt .staff_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_blog .blog_list li a .cnt .staff_box .icon {
  font-size: 0;
  margin-right: 10px;
  width: 32px;
}
.top_blog .blog_list li a .cnt .staff_box .icon img {
  border-radius: 50%;
}
.top_blog .blog_list li a .cnt .staff_box .name {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9A9595;
  line-height: 1.4;
}
.top_blog .blog_list li a .cnt .staff_box .name span {
  font-size: 10px;
  display: block;
}

.top_links {
  border-top: 1px solid #E8E8E8;
}
@media screen and (max-width: 640px) {
  .top_links {
    margin-bottom: 100px;
  }
}
.top_links .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .top_links .wrap {
    display: block;
    padding: 0 20px;
  }
}
.top_links .wrap .top_recruit {
  width: 406px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  padding: 16px 16px 156px;
}
@media screen and (max-width: 640px) {
  .top_links .wrap .top_recruit {
    border: none;
    padding: 20px 0 0;
    width: 100%;
    margin-bottom: 80px;
  }
}
.top_links .wrap .top_recruit a:hover .img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.top_links .wrap .top_recruit .img {
  font-size: 0;
  margin-bottom: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_links .wrap .top_recruit .img img {
  width: 100%;
}
.top_links .wrap .top_recruit .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top_links .wrap .top_recruit .cnt .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 31px;
  font-family: "Spectral", "Noto Serif JP", serif;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_links .wrap .top_recruit .cnt .btn i {
  margin-left: 16px;
}
.top_links .wrap .top_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px 24px 156px;
}
@media screen and (max-width: 640px) {
  .top_links .wrap .top_sns {
    padding: 0;
    display: block;
  }
}
.top_links .wrap .top_sns .top_sec_ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .top_links .wrap .top_sns .top_sec_ttl {
    margin-bottom: 40px;
  }
}
.top_links .wrap .top_sns .sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 588px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top_links .wrap .top_sns .sns_list {
    display: block;
  }
}
.top_links .wrap .top_sns .sns_list li {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .top_links .wrap .top_sns .sns_list li {
    margin: 0 0 24px !important;
    width: 100%;
  }
}
.top_links .wrap .top_sns .sns_list li:first-of-type {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.top_links .wrap .top_sns .sns_list li:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.top_links .wrap .top_sns .sns_list li:nth-of-type(3) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  margin-bottom: 0;
}
.top_links .wrap .top_sns .sns_list li.yt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.top_links .wrap .top_sns .sns_list li.tt {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.top_links .wrap .top_sns .sns_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 640px) {
  .top_links .wrap .top_sns .sns_list li a {
    font-size: 16px;
  }
}
.top_links .wrap .top_sns .sns_list li a:hover {
  color: #595757;
}
.top_links .wrap .top_sns .sns_list li a:hover::after {
  width: 13px;
  height: 13px;
}
.top_links .wrap .top_sns .sns_list li a::after {
  content: "";
  display: block;
  background: url("../img/common/external_icon.svg") no-repeat center;
  background-size: 100%;
  width: 11px;
  height: 11px;
  margin-left: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_links .wrap .top_sns .sns_list li a .icon {
  margin-right: 10px;
}

/*/ event ///////////////////////////////////////////*/
.archive_event {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .archive_event {
    margin-bottom: 100px;
  }
}
.archive_event .event_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1107px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 40px;
}
.archive_event .event_list li {
  width: 238px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 56px;
  border-right: 1px solid #E8E8E8;
  margin-right: 56px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1140px) {
  .archive_event .event_list li {
    width: 23.5%;
    margin-right: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .archive_event .event_list li {
    width: 48% !important;
    margin-right: 4%;
    padding-right: 4%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .archive_event .event_list li:nth-of-type(even) {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
.archive_event .event_list li:nth-of-type(4n) {
  width: 182px;
  margin-right: 0;
  padding-right: 0;
  border: none;
}
@media screen and (max-width: 1140px) {
  .archive_event .event_list li:nth-of-type(4n) {
    width: 20.5%;
  }
}
.archive_event .event_list li.event_end {
  pointer-events: none;
}
.archive_event .event_list li.event_end a {
  pointer-events: none;
}
.archive_event .event_list li a:hover .img img {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.archive_event .event_list li .img {
  font-size: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .archive_event .event_list li .img {
    margin-bottom: 16px;
  }
}
.archive_event .event_list li .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #E8E8E8;
}
.archive_event .event_list li .cnt {
  position: relative;
}
.archive_event .event_list li .cnt .type {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
  padding-right: 42px;
}
@media screen and (max-width: 767px) {
  .archive_event .event_list li .cnt .type {
    font-size: 10px;
  }
}
.archive_event .event_list li .cnt .status {
  width: 60px;
  height: 20px;
  border-radius: 2px;
  background: #000;
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .archive_event .event_list li .cnt .status {
    font-size: 10px;
    width: 56px;
    height: 18px;
  }
}
.archive_event .event_list li .cnt .status.event_before {
  background: #9A9595;
}
.archive_event .event_list li .cnt .status.event_start {
  background: #000;
}
.archive_event .event_list li .cnt .status.event_after {
  background: #fff;
  border: 1px solid #E8E8E8;
  color: #595757;
}
.archive_event .event_list li .cnt .date {
  font-size: 16px;
  font-family: "Spectral", "Noto Serif JP", serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .archive_event .event_list li .cnt .date {
    font-size: 14px;
  }
}
.archive_event .event_list li .cnt .ttl {
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  color: #000;
}

.event_header {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .event_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 64px;
  }
}
.event_header.kurashi_header {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .event_header.kurashi_header {
    margin-bottom: 100px;
  }
}
.event_header > .img {
  width: 510px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .event_header > .img {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
  }
}
.event_header > .img img {
  border: 1px solid #E8E8E8;
}
.event_header .cnt {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .event_header .cnt {
    max-width: 520px;
    width: 100%;
  }
}
.event_header .cnt.kurashi_cnt .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 32px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .event_header .cnt.kurashi_cnt .ttl {
    font-size: 20px;
  }
}
.event_header .cnt.kurashi_cnt .ttl::before {
  content: "";
  display: block;
  background: url("../img/common/free.svg") no-repeat;
  width: 96px;
  height: 96px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .event_header .cnt.kurashi_cnt .ttl::before {
    width: 64px;
    height: 64px;
    background-size: 100%;
    margin-right: 16px;
  }
}
.event_header .cnt.kurashi_cnt .copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .event_header .cnt.kurashi_cnt .copy {
    margin-bottom: 24px;
  }
}
.event_header .cnt.kurashi_cnt .copy p {
  width: calc(50% - 4px);
  height: 80px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.6;
}
.event_header .cnt.kurashi_cnt .kurashi_txt {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.event_header .cnt.kurashi_cnt .kurashi_txt .txt {
  font-size: 14px;
  margin-bottom: 0;
}
.event_header .cnt.kurashi_cnt .kurashi_txt .img {
  width: 126px;
  margin-left: 36px;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .event_header .cnt.kurashi_cnt .kurashi_txt .img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.event_header .cnt .event_ttl {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .event_header .cnt .event_ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.event_header .cnt .copy {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  padding: 12px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .event_header .cnt .copy {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.event_header .cnt .txt {
  font-size: 14px;
  margin-bottom: 32px;
}

.event_data {
  border-left: 1px solid #E8E8E8;
  padding-left: 16px;
}
.event_data li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.event_data li .data_ttl {
  width: 112px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background: #F4F4F4;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .event_data li .data_ttl {
    width: 80px;
  }
}
.event_data li .data_txt {
  font-size: 14px;
}

.event_reserve {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .event_reserve {
    margin-bottom: 100px;
  }
}
.event_reserve.mb0 {
  margin-bottom: 0;
}
.event_reserve.mt200 {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .event_reserve.mt200 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .event_reserve .bg_section_ttl .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .event_reserve .bg_section_ttl .box .sec_ttl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .event_reserve .bg_section_liks .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.event_reserve .bg_section_liks .box .reserve_cnt {
  width: 100%;
  max-width: 526px;
}
@media screen and (max-width: 767px) {
  .event_reserve .bg_section_liks .box .reserve_cnt .txt {
    text-align: center;
  }
}
.event_reserve .box {
  padding: 0 24px;
}
.event_reserve .reserve_btn {
  margin-bottom: 24px;
  width: 100%;
}
.event_reserve .reserve_btn a {
  width: 100%;
  max-width: 526px;
  min-width: 320px;
  height: 72px;
  background: #595757;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 24px 8px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  position: relative;
  font-weight: 600;
}
.event_reserve .reserve_btn a:hover {
  background: #000;
}
.event_reserve .reserve_btn a:hover i {
  padding-right: 6px;
  border-right: 1px solid transparent;
}
.event_reserve .reserve_btn a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 12px;
  border-right: 1px solid #E8E8E8;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event_reserve .reserve_btn a i.external img {
  width: 11px;
}
.event_reserve .reserve_btn a i::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  top: 0;
  right: -1px;
}
.event_reserve .reserve_btn a i::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  bottom: 0;
  right: -1px;
}
.event_reserve .reserve_btn a i img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.event_reserve .txt {
  font-size: 14px;
  margin-bottom: 16px;
}
.event_reserve .event_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 980px) {
  .event_reserve .event_tel {
    display: block;
    text-align: center;
  }
}
.event_reserve .event_tel span {
  font-size: 26px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #000;
  font-weight: 500;
  margin: 0 14px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .event_reserve .event_tel span {
    display: block;
    margin: 8px 0;
  }
}

.event_cnt {
  max-width: 1200px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .event_cnt {
    margin-bottom: 100px;
  }
}
.event_cnt .copy {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 120px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .event_cnt .copy {
    font-size: 4.8vw;
    margin-bottom: 48px;
    padding: 0 8px;
  }
}
.event_cnt .mv {
  font-size: 0;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .event_cnt .mv {
    margin-bottom: 80px;
  }
}
.event_cnt .event_point {
  padding: 0 20px;
  margin-bottom: 120px;
}
.event_cnt .event_point .sec_ttl {
  margin-bottom: 80px;
}
.event_cnt .event_point .point_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .event_cnt .event_point .point_list {
    display: block;
  }
}
.event_cnt .event_point .point_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(50% - 40px);
  margin-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  .event_cnt .event_point .point_list li {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 980px) {
  .event_cnt .event_point .point_list li {
    display: block;
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .event_cnt .event_point .point_list li {
    width: 100%;
  }
}
.event_cnt .event_point .point_list li .img {
  width: 218px;
  margin-right: 56px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .event_cnt .event_point .point_list li .img {
    width: 100%;
    margin: 0 0 24px;
  }
}
.event_cnt .event_point .point_list li .cnt {
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
.event_cnt .event_point .point_list li .cnt .num {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
}
.event_cnt .event_point .point_list li .cnt .ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  margin-bottom: 16px;
}
.event_cnt .event_point .point_list li .cnt .txt {
  font-size: 14px;
}

.event_access {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .event_access {
    margin-bottom: 100px;
  }
}
.event_access .share {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .event_access .share {
    margin-top: 100px;
  }
}
.event_access.showroom_access .wrap .cnt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event_access.showroom_access .wrap .cnt .map_img {
  margin-top: auto;
}
.event_access.company_access .wrap .cnt {
  width: 520px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 980px) {
  .event_access.company_access .wrap .cnt {
    width: 100%;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .event_access.company_access .wrap .cnt {
    display: block;
  }
}
.event_access.company_access .wrap .cnt .event_info .event_data {
  margin-bottom: 27px;
}
.event_access.company_access .wrap .cnt .map_img {
  margin-bottom: 27px;
  font-size: 0;
}
.event_access.company_access .wrap .cnt .btn a {
  max-width: 520px;
  width: 100%;
  height: 56px;
  background: #595757;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 24px 8px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  position: relative;
  font-weight: 600;
}
.event_access.company_access .wrap .cnt .btn a:hover {
  background: #000;
}
.event_access.company_access .wrap .cnt .btn a:hover i {
  padding-right: 6px;
  border-right: 1px solid transparent;
}
.event_access.company_access .wrap .cnt .btn a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 12px;
  border-right: 1px solid #E8E8E8;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event_access.company_access .wrap .cnt .btn a i.external img {
  width: 11px;
}
.event_access.company_access .wrap .cnt .btn a i::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  top: 0;
  right: -1px;
}
.event_access.company_access .wrap .cnt .btn a i::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  bottom: 0;
  right: -1px;
}
.event_access.company_access .wrap .cnt .btn a i img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.event_access.company_access .wrap .gmap {
  width: 520px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .event_access.company_access .wrap .gmap {
    width: calc(100% - 560px);
  }
}
@media screen and (max-width: 980px) {
  .event_access.company_access .wrap .gmap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .event_access.company_access .wrap .gmap {
    height: 400px;
  }
}
.event_access.company_access .wrap .gmap iframe {
  width: 180%;
  height: 180%;
  position: absolute;
  top: -40%;
  left: -40%;
}
.event_access .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .event_access .wrap {
    display: block;
  }
}
.event_access .wrap .cnt {
  width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .event_access .wrap .cnt {
    width: 100%;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .event_access .wrap .cnt {
    display: block;
  }
}
.event_access .wrap .cnt .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .event_access .wrap .cnt .icon img {
    width: 64px;
  }
}
.event_access .wrap .cnt .event_info .ttl {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 20px;
}
.event_access .wrap .cnt .event_info .event_data {
  margin-bottom: 56px;
}
.event_access .wrap .cnt .event_info .map_img {
  font-size: 0;
}
.event_access .wrap .gmap {
  width: 600px;
  height: 600px;
}
@media screen and (max-width: 1180px) {
  .event_access .wrap .gmap {
    width: calc(100% - 520px);
  }
}
@media screen and (max-width: 980px) {
  .event_access .wrap .gmap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .event_access .wrap .gmap {
    height: 400px;
  }
}
.event_access .wrap .gmap iframe {
  width: 100%;
  height: 100%;
}

.kurashi_planner {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .kurashi_planner {
    margin-bottom: 100px;
    overflow-x: hidden;
  }
}
.kurashi_planner .planner_list {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kurashi_planner .planner_list {
    display: block;
  }
}
.kurashi_planner .planner_list li {
  width: 33.33%;
  position: relative;
  border-right: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .kurashi_planner .planner_list li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
}
.kurashi_planner .planner_list li:first-of-type .img img {
  max-width: none;
  position: relative;
  bottom: -2.7vw;
  width: 26.1vw;
}
@media screen and (max-width: 767px) {
  .kurashi_planner .planner_list li:first-of-type .img img {
    width: 80%;
  }
}
.kurashi_planner .planner_list li:nth-of-type(2) .img img {
  max-width: none;
  width: 36.7vw;
  position: relative;
  bottom: -2.6vw;
  left: -1.3vw;
}
@media screen and (max-width: 767px) {
  .kurashi_planner .planner_list li:nth-of-type(2) .img img {
    width: 108%;
  }
}
.kurashi_planner .planner_list li:nth-of-type(3) {
  border-right: none;
}
.kurashi_planner .planner_list li:nth-of-type(3) .img img {
  width: 13vw;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .kurashi_planner .planner_list li:nth-of-type(3) .img img {
    width: 36%;
  }
}
.kurashi_planner .planner_list li .wrap_name {
  position: absolute;
  top: 48px;
  right: 35px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 980px) {
  .kurashi_planner .planner_list li .wrap_name {
    top: 24px;
    right: 10px;
  }
}
.kurashi_planner .planner_list li .wrap_name .katagaki {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9A9595;
  text-transform: uppercase;
}
.kurashi_planner .planner_list li .wrap_name .name {
  font-size: 20px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #000;
  line-height: 1.4;
}
.kurashi_planner .planner_list li .img {
  font-size: 0;
  text-align: center;
  height: 32.79vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .kurashi_planner .planner_list li .img {
    height: 80vw;
  }
}
.kurashi_planner .planner_list li .cnt {
  padding: 88px 72px 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #E8E8E8;
}
@media screen and (max-width: 980px) {
  .kurashi_planner .planner_list li .cnt {
    padding: 48px 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .kurashi_planner .planner_list li .cnt {
    padding: 24px 20px 32px;
  }
}
.kurashi_planner .planner_list li .cnt .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}
.kurashi_planner .planner_list li .cnt .txt {
  font-size: 14px;
}

.event_consultation {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .event_consultation {
    margin-bottom: 100px;
  }
}
.event_consultation .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .event_consultation .wrap {
    display: block;
    margin-bottom: 48px;
  }
}
.event_consultation .wrap .cntl {
  width: 552px;
  margin-right: 80px;
}
@media screen and (max-width: 980px) {
  .event_consultation .wrap .cntl {
    margin-right: 0;
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .event_consultation .wrap .cntl {
    width: 100%;
    margin: 0 0 56px;
  }
}
.event_consultation .wrap .cntl .txt {
  max-width: 408px;
  font-size: 14px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .event_consultation .wrap .cntl .txt {
    margin-bottom: 48px;
  }
}
.event_consultation .wrap .cntr {
  width: 567px;
  background: #F7F7F7;
  padding: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .event_consultation .wrap .cntr {
    width: 46%;
    padding: 48px 32px;
  }
}
@media screen and (max-width: 767px) {
  .event_consultation .wrap .cntr {
    width: 100%;
  }
}
.event_consultation .wrap .cntr .copy {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 20px;
  margin-bottom: 24px;
}
.event_consultation .wrap .cntr .copy span {
  font-size: 14px;
  display: block;
  line-height: 1.4;
}
.event_consultation .wrap .cntr ul li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 8px;
}
.event_consultation .wrap .cntr ul li:last-of-type {
  margin-bottom: 0;
}
.event_consultation .wrap .cntr ul li::before {
  content: "";
  display: block;
  background: url("../img/common/check_list_icon.svg") no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.event_consultation .consultation_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .event_consultation .consultation_cnt {
    display: block;
  }
}
.event_consultation .consultation_cnt li {
  width: calc(33.33% - 48px);
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .event_consultation .consultation_cnt li {
    width: calc(33.33% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .event_consultation .consultation_cnt li {
    width: 100%;
    margin-bottom: 24px;
  }
}
.event_consultation .consultation_cnt li .cnt_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .event_consultation .consultation_cnt li .cnt_header {
    margin-bottom: 16px;
  }
}
.event_consultation .consultation_cnt li .cnt_header .icon {
  font-size: 0;
  margin-right: 24px;
}
.event_consultation .consultation_cnt li .cnt_header .ttl {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.event_consultation .consultation_cnt li .cnt_header .ttl span {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
  display: block;
  line-height: 1;
}
.event_consultation .consultation_cnt li .txt {
  font-size: 14px;
}

/*/ concept ///////////////////////////////////////////*/
.concept_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 240px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept_header {
    margin-bottom: 0;
  }
}
.concept_header.lineup_concept .concept_header_cnt .concept_header_cnt1 .cnt .txt {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .concept_header.lineup_concept .concept_header_cnt .concept_header_cnt1 .cnt .txt {
    margin-bottom: 48px;
  }
}
.concept_header .concept_header_img {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .concept_header .concept_header_img {
    display: none;
  }
}
.concept_header .concept_header_img .img {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
}
.concept_header .concept_header_img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept_header .concept_header_cnt {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .concept_header .concept_header_cnt {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .concept_header .concept_header_cnt {
    width: 100%;
  }
}
.concept_header .concept_header_cnt .concept_cnt_head {
  height: 100dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .concept_header .concept_header_cnt .concept_cnt_head {
    padding: 0 20px;
    height: auto;
    margin-bottom: 24px;
  }
}
.concept_header .concept_header_cnt .concept_cnt_head .top_sec_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 214px;
  height: 130px;
  background: url("../img/common/concept_icon.png") no-repeat right center;
  background-size: 128px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .concept_header .concept_header_cnt .concept_cnt_head .top_sec_ttl {
    background-size: 88px;
    padding-right: 120px;
  }
}
.concept_header .concept_header_cnt .concept_header_cnt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .concept_header .concept_header_cnt .concept_header_cnt1 {
    display: block;
    margin-bottom: 40px;
  }
}
.concept_header .concept_header_cnt .concept_header_cnt1 .cnt {
  width: 57.5%;
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  .concept_header .concept_header_cnt .concept_header_cnt1 .cnt {
    padding-top: 0;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 48px;
  }
}
.concept_header .concept_header_cnt .concept_header_cnt1 .cnt .copy {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .concept_header .concept_header_cnt .concept_header_cnt1 .cnt .copy {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 980px) {
  .concept_header .concept_header_cnt .concept_header_cnt1 .cnt .copy {
    font-size: 3vw;
  }
}
@media screen and (max-width: 540px) {
  .concept_header .concept_header_cnt .concept_header_cnt1 .cnt .copy {
    font-size: 6vw;
    margin-bottom: 32px;
  }
}
.concept_header .concept_header_cnt .concept_header_cnt1 .cnt .txt {
  margin-bottom: 56px;
}
.concept_header .concept_header_cnt .concept_header_cnt1 .cnt .txt p {
  font-size: 14px;
  margin-bottom: 24px;
}
.concept_header .concept_header_cnt .concept_header_cnt1 .cnt .arrow_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.concept_header .concept_header_cnt .concept_header_cnt1 .img {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .concept_header .concept_header_cnt .concept_header_cnt1 .img {
    margin-left: auto;
    width: 38%;
  }
}
.concept_header .concept_header_cnt .concept_header_cnt2 {
  font-size: 0;
  margin-bottom: 163px;
}
@media screen and (max-width: 767px) {
  .concept_header .concept_header_cnt .concept_header_cnt2 {
    margin-bottom: 80px;
    margin-top: -10vw;
  }
}
.concept_header .concept_header_cnt .concept_header_cnt2 .img1 {
  width: 15.6%;
}
@media screen and (max-width: 767px) {
  .concept_header .concept_header_cnt .concept_header_cnt2 .img1 {
    width: 20%;
    margin-left: 5%;
    margin-top: -16vw;
    margin-bottom: 8vw;
  }
}
.concept_header .concept_header_cnt .concept_header_cnt2 .img2 {
  width: 21.6%;
  margin-right: 12.9%;
  margin-left: auto;
}
.concept_header .concept_header_cnt .concept_header_cnt2 .img3 {
  width: 35%;
  margin-right: 34.2%;
  margin-left: auto;
}

.concept_cnt1 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .concept_cnt1 {
    margin-bottom: 100px;
  }
}
.concept_cnt1 .wrap {
  max-width: 1080px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .concept_cnt1 .wrap {
    display: block;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .concept_cnt1 .wrap > .img {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .concept_cnt1 .wrap > .img img {
    width: 100%;
  }
}
.concept_cnt1 .wrap .cnt {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .concept_cnt1 .wrap .cnt {
    width: 100%;
    margin-bottom: 56px;
  }
}
.concept_cnt1 .wrap .cnt .img {
  margin-left: -80px;
  margin-bottom: 138px;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  .concept_cnt1 .wrap .cnt .img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .concept_cnt1 .wrap .cnt .img {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .concept_cnt1 .wrap .cnt .img img {
    width: 80%;
  }
}
.concept_cnt1 .wrap .cnt .txt {
  font-size: 14px;
}
@media screen and (max-width: 1240px) {
  .concept_cnt1 .wrap .cnt .txt {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .concept_cnt1 .wrap .cnt .txt {
    margin-right: 0;
  }
}
.concept_cnt1 .example {
  max-width: 1080px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.concept_cnt1 .example .example_ttl {
  font-family: "Spectral", "Noto Serif JP", serif;
  font-size: 20px;
  margin-bottom: 24px;
}
.concept_cnt1 .example .example_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .concept_cnt1 .example .example_list {
    display: block;
  }
}
.concept_cnt1 .example .example_list li {
  width: calc(50% - 38px);
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .concept_cnt1 .example .example_list li {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .concept_cnt1 .example .example_list li {
    width: 100%;
  }
}
.concept_cnt1 .example .example_list li .img {
  width: 184px;
  font-size: 0;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .concept_cnt1 .example .example_list li .img {
    width: 40%;
    margin-right: 0;
  }
}
.concept_cnt1 .example .example_list li .img img {
  width: 100%;
}
.concept_cnt1 .example .example_list li .cnt {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .concept_cnt1 .example .example_list li .cnt {
    width: 54%;
    padding-bottom: 16px;
  }
}
.concept_cnt1 .example .example_list li .cnt .num {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
  line-height: 1.5;
}
.concept_cnt1 .example .example_list li .cnt .ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1.6;
}
.concept_cnt1 .example .example_list li .cnt .txt {
  font-size: 14px;
}

.concept_cnt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .concept_cnt2 {
    display: block;
    margin-bottom: 100px;
  }
}
.concept_cnt2 + .wrap_lineup_list {
  margin-bottom: 144px;
}
.concept_cnt2 .img1 {
  width: 21%;
  margin-right: 3.67%;
  margin-top: auto;
  padding-bottom: 16px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1280px) {
  .concept_cnt2 .img1 {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .concept_cnt2 .img1 {
    width: 36%;
    margin-top: -10vw;
  }
}
.concept_cnt2 .img2 {
  width: 34.1%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 767px) {
  .concept_cnt2 .img2 {
    margin-left: auto;
    width: 50%;
  }
}
.concept_cnt2 .cnt {
  width: 29.4%;
  margin-right: 11.76%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1280px) {
  .concept_cnt2 .cnt {
    width: 38%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .concept_cnt2 .cnt {
    width: 100%;
    margin: 0 0 64px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.concept_cnt2 .cnt .copy {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .concept_cnt2 .cnt .copy {
    font-size: 3vw;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .concept_cnt2 .cnt .copy {
    font-size: 6vw;
  }
}
.concept_cnt2 .cnt .txt {
  margin-bottom: 56px;
}
.concept_cnt2 .cnt .txt p {
  font-size: 14px;
  margin-bottom: 24px;
}
.concept_cnt2 .cnt .arrow_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.concept_cnt3 {
  max-width: 1080px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .concept_cnt3 {
    display: block;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .concept_cnt3 .cntl {
    margin-bottom: 32px;
  }
}
.concept_cnt3 .cntl .copy {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 56px;
}
@media screen and (max-width: 540px) {
  .concept_cnt3 .cntl .copy {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .concept_cnt3 .cntl .img {
    display: none;
  }
}
.concept_cnt3 .cntr {
  width: 377px;
}
@media screen and (max-width: 767px) {
  .concept_cnt3 .cntr {
    width: 100%;
  }
}
.concept_cnt3 .cntr .img {
  font-size: 0;
  margin-bottom: 40px;
  text-align: center;
}
.concept_cnt3 .cntr .img2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .concept_cnt3 .cntr .img2 {
    display: block;
    margin-bottom: 48px;
  }
}
.concept_cnt3 .cntr .img2 img {
  width: 100%;
}
.concept_cnt3 .cntr .links li {
  width: 100%;
}
.concept_cnt3 .cntr .links li:first-of-type {
  margin-bottom: 32px;
}
.concept_cnt3 .cntr .links li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
.concept_cnt3 .cntr .links li a:hover .cnt p {
  color: #595757;
}
.concept_cnt3 .cntr .links li a .cnt p {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.concept_cnt3 .cntr .links li a .cnt .en {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
.concept_cnt3 .cntr .links li a .cnt .ttl {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}

/*/ lineup ///////////////////////////////////////////*/
.lineup_mv {
  padding: 0 80px;
  font-size: 0;
  margin-bottom: 200px;
}
@media screen and (max-width: 1280px) {
  .lineup_mv {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_mv {
    margin-bottom: 80px;
  }
}
.lineup_mv img {
  width: 100%;
}

.lineup_cnt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .lineup_cnt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
}
.lineup_cnt1 + .wrap_lineup_list {
  margin-bottom: 144px;
}
.lineup_cnt1 .img2 {
  width: 21%;
  margin-top: auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .lineup_cnt1 .img2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
    width: 45%;
    margin-top: -12vw;
  }
}
.lineup_cnt1 .img1 {
  width: 34.1%;
}
@media screen and (max-width: 980px) {
  .lineup_cnt1 .img1 {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .lineup_cnt1 .img1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
    width: 50%;
  }
}
.lineup_cnt1 .cnt {
  width: 29.4%;
  margin-right: 3.67%;
  margin-left: 11.76%;
}
@media screen and (max-width: 980px) {
  .lineup_cnt1 .cnt {
    width: 34%;
    margin-left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .lineup_cnt1 .cnt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 48px;
  }
}
.lineup_cnt1 .cnt .copy {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 1320px) {
  .lineup_cnt1 .cnt .copy {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup_cnt1 .cnt .copy {
    font-size: 24px;
  }
}
.lineup_cnt1 .cnt .txt {
  margin-bottom: 56px;
}
.lineup_cnt1 .cnt .txt p {
  font-size: 14px;
  margin-bottom: 24px;
}
.lineup_cnt1 .cnt .arrow_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lineup_imgs {
  position: relative;
  height: 88.24vw;
  margin: 0 80px;
}
@media screen and (max-width: 767px) {
  .lineup_imgs {
    margin: 0;
  }
}
.lineup_imgs img {
  position: absolute;
}
.lineup_imgs img.img1 {
  width: 12%;
  left: 6.5%;
  top: 5.514705882vw;
}
.lineup_imgs img.img2 {
  width: 8.666666667%;
  left: 25.16666667%;
  top: 0;
  -webkit-transform: translateY(282.7%);
          transform: translateY(282.7%);
}
.lineup_imgs img.img3 {
  width: 15.16666667%;
  left: 33.83333333%;
  top: 0vw;
}
.lineup_imgs img.img4 {
  width: 42.5%;
  right: 0%;
  top: 0vw;
}
.lineup_imgs img.img5 {
  width: 40.5%;
  left: 0%;
  top: 37.5vw;
}
.lineup_imgs img.img6 {
  width: 12%;
  left: 51%;
  top: 54.04411765vw;
}
.lineup_imgs img.img7 {
  width: 8.666666667%;
  left: 63%;
  top: 54.04411765vw;
  -webkit-transform: translateY(138.46%);
          transform: translateY(138.46%);
}
.lineup_imgs img.img8 {
  width: 15.16666667%;
  left: 76.33333333%;
  top: 48.52941176vw;
}

.price_sec.canvas_price .bg_section_liks .box,
.price_sec.canvas_price .bg_section_ttl .box {
  height: 394px;
}
@media screen and (max-width: 767px) {
  .price_sec.canvas_price .bg_section_liks .box,
  .price_sec.canvas_price .bg_section_ttl .box {
    height: auto;
  }
}
.price_sec .bg_section_ttl {
  width: 28.38vw;
}
@media screen and (max-width: 767px) {
  .price_sec .bg_section_ttl {
    width: 100%;
  }
}
.price_sec .bg_section_ttl .box {
  height: 248px;
}
@media screen and (max-width: 767px) {
  .price_sec .bg_section_ttl .box {
    height: auto;
  }
}
.price_sec .bg_section_liks {
  width: 71.62vw;
}
@media screen and (max-width: 767px) {
  .price_sec .bg_section_liks {
    width: 100%;
  }
}
.price_sec .bg_section_liks .box {
  height: 248px;
  padding-right: 11.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .price_sec .bg_section_liks .box {
    padding-right: 24px;
    height: auto;
  }
}
.price_sec .bg_section_liks .box .price_cnt .txt {
  font-size: 14px;
  line-height: 1;
}
.price_sec .bg_section_liks .box .price_cnt .price {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .price_sec .bg_section_liks .box .price_cnt .price {
    font-size: 24px;
  }
}
.price_sec .bg_section_liks .box .price_cnt .price:last-child {
  margin-bottom: 0;
}
.price_sec .bg_section_liks .box .price_cnt .price span {
  font-size: 12px;
  margin-left: 12px;
}

.lineup_spec {
  margin-bottom: 200px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .lineup_spec {
    margin-bottom: 100px;
  }
}
.lineup_spec .wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lineup_spec .wrap {
    display: block;
  }
}
.lineup_spec .wrap ul {
  display: table;
  width: calc(50% - 88px);
}
@media screen and (max-width: 1080px) {
  .lineup_spec .wrap ul {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .lineup_spec .wrap ul {
    width: 100%;
  }
}
.lineup_spec .wrap ul:first-of-type {
  position: relative;
}
.lineup_spec .wrap ul:first-of-type::after {
  content: "";
  display: block;
  background: #E8E8E8;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -96px;
  top: 0;
}
@media screen and (max-width: 1080px) {
  .lineup_spec .wrap ul:first-of-type::after {
    right: -32px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_spec .wrap ul:first-of-type::after {
    display: none;
  }
}
.lineup_spec .wrap ul li {
  display: table-row;
}
.lineup_spec .wrap ul li .ttl {
  display: table-cell;
  font-size: 14px;
  color: #000;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .lineup_spec .wrap ul li .ttl {
    width: 80px;
  }
}
.lineup_spec .wrap ul li .txt {
  display: table-cell;
  font-size: 14px;
}

.quality_link {
  width: 510px;
}
@media screen and (max-width: 767px) {
  .quality_link {
    width: 100%;
  }
}
.quality_link li {
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
}
.quality_link li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.quality_link li a:hover .ttl {
  color: #595757;
}
.quality_link li a .num {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
  margin-right: 16px;
}
.quality_link li a .ttl {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.quality_link li a .ttl span {
  font-size: 14px;
  display: block;
  line-height: 1.6;
}
.quality_link li a i {
  margin-left: auto;
  margin-top: auto;
}

.canvas_sec {
  margin-bottom: 200px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .canvas_sec {
    margin-bottom: 80px;
  }
}
.canvas_sec .canvas_ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .canvas_sec .canvas_ttl {
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.5;
  }
}
.canvas_sec .canvas_ttl span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}
.canvas_sec .canvas_imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 48px;
}
.canvas_sec .canvas_imgs li {
  margin-right: 24px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .canvas_sec .canvas_imgs li {
    margin: 0 4px;
  }
}
.canvas_sec .canvas_imgs li:last-of-type {
  margin-right: 0;
}
.canvas_sec .txt {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .canvas_sec .txt {
    text-align: left;
  }
}

/* LINEUP一覧 */
.lineup_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .lineup_list {
    margin-bottom: 100px;
  }
}
.lineup_list + .share {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .lineup_list + .share {
    margin-bottom: 100px;
  }
}
.lineup_list.top_lineup_list li .cnt .kikaku {
  position: static;
  margin-left: auto;
  margin-right: 12px;
  font-size: 12px;
  width: 40px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .lineup_list.top_lineup_list li .cnt .kikaku {
    width: 32px;
    font-size: 11px;
    height: 18px;
    margin-right: 5px;
  }
}
.lineup_list.concept_lineup li .cnt {
  display: block;
}
.lineup_list.concept_lineup li .cnt .copy {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
.lineup_list.concept_lineup li .cnt .ttl {
  font-size: 12px;
  color: #9A9595;
}
.lineup_list.concept_lineup li .cnt .kikaku {
  font-size: 12px;
  width: 40px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .lineup_list.concept_lineup li .cnt .kikaku {
    width: 32px;
    font-size: 11px;
    height: 18px;
  }
}
.lineup_list li {
  width: calc(50% - 30px);
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .lineup_list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.lineup_list li a:hover .img img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.lineup_list li a:hover .cnt .copy {
  color: #595757;
}
.lineup_list li .img {
  font-size: 0;
  margin-bottom: 24px;
}
.lineup_list li .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lineup_list li .cnt {
  position: relative;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 16px;
}
.lineup_list li .cnt:has(.kikaku) .copy {
  padding-right: 54px;
}
@media screen and (max-width: 767px) {
  .lineup_list li .cnt:has(.kikaku) .copy {
    padding-right: 40px;
  }
}
.lineup_list li .cnt .copy {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 4px;
  line-height: 1.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .lineup_list li .cnt .copy {
    font-size: 16px;
  }
}
.lineup_list li .cnt .ttl {
  font-size: 16px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9A9595;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .lineup_list li .cnt .ttl {
    font-size: 14px;
  }
}
.lineup_list li .cnt .kikaku {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F4F4F4;
  font-size: 14px;
  color: #9A9595;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lineup_list li .cnt .kikaku {
    font-size: 12px;
    width: 32px;
    height: 20px;
  }
}

/*/ quality ///////////////////////////////////////////*/
.quality_header {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 136px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .quality_header {
    display: block;
    margin-bottom: 64px;
  }
}
.quality_header > .cnt {
  width: 317px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .quality_header > .cnt {
    width: 100%;
    margin: 0 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.quality_header > .cnt .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quality_header > .cnt .img {
    margin-left: 24px;
  }
}
.quality_header .quality_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 572px;
}
@media screen and (max-width: 767px) {
  .quality_header .quality_navi {
    width: 100%;
  }
}
.quality_header .quality_navi li {
  width: calc(50% - 20px);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .quality_header .quality_navi li {
    width: 100%;
    margin-bottom: 16px;
  }
}
.quality_header .quality_navi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
}
.quality_header .quality_navi li a:hover .cnt .ttl {
  color: #595757;
}
.quality_header .quality_navi li a .cnt {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.quality_header .quality_navi li a .cnt .num {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
}
@media screen and (max-width: 767px) {
  .quality_header .quality_navi li a .cnt .num {
    line-height: 1;
  }
}
.quality_header .quality_navi li a .cnt .ttl {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 980px) {
  .quality_header .quality_navi li a .cnt .ttl {
    font-size: 16px;
  }
}
.quality_header .quality_navi li a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.quality_cnt {
  border-top: 1px solid #E8E8E8;
  padding-top: 160px;
  padding-bottom: 160px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 160px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .quality_cnt {
    padding-top: 60px;
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
.quality_cnt ul {
  max-width: 900px;
  margin: 0 auto;
}
.quality_cnt ul li {
  font-size: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .quality_cnt ul li {
    margin-bottom: 56px;
  }
}
.quality_cnt ul li:last-of-type {
  margin-bottom: 0;
}

.quality_footer {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 136px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .quality_footer {
    display: block;
  }
}
.quality_footer .cnt {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .quality_footer .cnt {
    margin: 0 0 40px;
  }
}
.quality_footer .cnt .sec_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 374px;
  height: 152px;
  background: url("../img/common/concept_icon.png") no-repeat right center;
  background-size: 150px;
  margin-bottom: 111px;
}
@media screen and (max-width: 767px) {
  .quality_footer .cnt .sec_ttl {
    background-size: 88px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 120px;
    line-height: 2.4;
    margin-bottom: 48px;
    height: 90px;
  }
}
.quality_footer .cnt .copy {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 56px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .quality_footer .cnt .copy {
    font-size: 6vw;
    margin-bottom: 32px;
  }
}
.quality_footer .cnt .txt {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .quality_footer .cnt .txt {
    margin-bottom: 80px;
  }
}
.quality_footer .cnt .txt p {
  font-size: 14px;
  margin-bottom: 24px;
}
.quality_footer .quality_footer_nav {
  width: 510px;
}
@media screen and (max-width: 980px) {
  .quality_footer .quality_footer_nav {
    width: 100%;
  }
}
.quality_footer .quality_footer_nav .img {
  font-size: 0;
  text-align: right;
  margin-right: 102px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .quality_footer .quality_footer_nav .img {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 980px) {
  .quality_footer .quality_footer_nav .quality_link {
    width: 100%;
  }
}

/*/ model house ///////////////////////////////////////////*/
.modelhouse_header {
  position: relative;
  padding: 0 80px;
  margin-bottom: 11.25vw;
}
@media screen and (max-width: 767px) {
  .modelhouse_header {
    padding: 0 20px 24vw;
  }
}
.modelhouse_header .copy {
  font-size: 36px;
  font-size: 2.65vw;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .modelhouse_header .copy {
    font-size: 4.2vw;
    margin-bottom: 40px;
  }
}
.modelhouse_header .txt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  margin-left: 34vw;
  max-width: 40%;
}
@media screen and (max-width: 1200px) {
  .modelhouse_header .txt {
    margin-left: 26vw;
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_header .txt {
    margin: 0;
    width: 100%;
    max-width: none;
  }
}
.modelhouse_header .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modelhouse_header .img_box {
    position: relative;
    top: auto;
    left: auto;
    height: 40vw;
    margin-top: 48px;
  }
}
.modelhouse_header .img1 {
  width: 13.6%;
  position: absolute;
  top: 0;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .modelhouse_header .img1 {
    width: 32%;
    right: 0;
  }
}
.modelhouse_header .img2 {
  width: 13.23%;
  position: absolute;
  top: 18.45vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .modelhouse_header .img2 {
    width: 26%;
    top: 22vw;
  }
}
.modelhouse_header .img3 {
  width: 7.65%;
  position: absolute;
  top: 31.68vw;
  left: 13.23%;
}
@media screen and (max-width: 767px) {
  .modelhouse_header .img3 {
    width: 14%;
    left: 26%;
    top: 45.2vw;
  }
}

.wrap_model_cnt {
  padding-bottom: 160px;
  margin-bottom: 160px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .wrap_model_cnt {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.wrap_model_cnt .model_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .wrap_model_cnt .model_cnt {
    display: block;
    padding: 0 20px;
    margin-bottom: 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.wrap_model_cnt .model_cnt:last-of-type {
  margin-bottom: 0;
}
.wrap_model_cnt .model_cnt:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .wrap_model_cnt .model_cnt:nth-of-type(even) {
    padding-right: 20px;
  }
}
.wrap_model_cnt .model_cnt:nth-of-type(even) .img {
  width: 43.4%;
}
@media screen and (max-width: 767px) {
  .wrap_model_cnt .model_cnt:nth-of-type(even) .img {
    width: 100%;
  }
}
.wrap_model_cnt .model_cnt:nth-of-type(even) .cnt {
  margin-right: calc(50dvw - 50%);
  padding-right: 152px;
  padding-left: 0;
}
@media screen and (max-width: 1360px) {
  .wrap_model_cnt .model_cnt:nth-of-type(even) .cnt {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .wrap_model_cnt .model_cnt:nth-of-type(even) .cnt {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_model_cnt .model_cnt:nth-of-type(even) .cnt {
    padding-right: 0;
  }
}
.wrap_model_cnt .model_cnt .img {
  width: 37.5vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_model_cnt .model_cnt .img {
    width: 100%;
    margin: 0 0 40px !important;
  }
}
.wrap_model_cnt .model_cnt .cnt {
  margin-left: calc(50vw - 50%);
  padding-left: 158px;
}
@media screen and (max-width: 1080px) {
  .wrap_model_cnt .model_cnt .cnt {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrap_model_cnt .model_cnt .cnt {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
  }
}
.wrap_model_cnt .model_cnt .cnt .num {
  font-size: 14px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9A9595;
}
.wrap_model_cnt .model_cnt .cnt .ttl {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .wrap_model_cnt .model_cnt .cnt .ttl {
    font-size: 18px;
  }
}
.wrap_model_cnt .model_cnt .cnt .txt {
  font-size: 14px;
}

/* archive */
.archive_modelhouse {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .archive_modelhouse {
    margin-bottom: 100px;
  }
}

.modelhouse_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #E8E8E8;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .modelhouse_list {
    padding: 0 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.modelhouse_list li {
  padding: 16px 16px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .modelhouse_list li {
    padding: 10px 10px 32px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_list li:nth-of-type(even) {
    border-right: 1px solid #E8E8E8;
    position: relative;
  }
  .modelhouse_list li:nth-of-type(even)::after {
    content: "";
    display: block;
    background: #E8E8E8;
    width: 100vw;
    height: 1px;
    position: absolute;
    right: -16px;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .modelhouse_list li:nth-of-type(3n) {
    border-right: 1px solid #E8E8E8;
    position: relative;
  }
  .modelhouse_list li:nth-of-type(3n)::after {
    content: "";
    display: block;
    background: #E8E8E8;
    width: 100vw;
    height: 1px;
    position: absolute;
    right: -16px;
    bottom: 0;
  }
}
.modelhouse_list li a:hover .img img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.modelhouse_list li .img {
  font-size: 0;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .modelhouse_list li .img {
    margin-bottom: 24px;
  }
}
.modelhouse_list li .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modelhouse_list li .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modelhouse_list li .cnt .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.modelhouse_list li .cnt .type {
  margin-right: 12px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .modelhouse_list li .cnt .type {
    font-size: 16px;
  }
}
.modelhouse_list li .cnt .area {
  margin-right: 32px;
  font-size: 12px;
  line-height: 1.4;
}

.modelhouse_showroom {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .modelhouse_showroom {
    margin-bottom: 100px;
  }
}
.modelhouse_showroom .top_sec_head {
  padding: 0;
}
.modelhouse_showroom .txt {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .modelhouse_showroom .txt {
    margin-bottom: 32px;
  }
}

/*/ showroom ///////////////////////////////////////////*/
.showroom_header {
  padding: 0 80px 200px;
}
@media screen and (max-width: 1080px) {
  .showroom_header {
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 767px) {
  .showroom_header {
    padding-bottom: 64px;
  }
}
.showroom_header .copy {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 120px;
}
@media screen and (max-width: 1140px) {
  .showroom_header .copy {
    font-size: 3vw;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .showroom_header .copy {
    font-size: 4.2vw;
    margin-bottom: 40px;
  }
}
.showroom_header .mv {
  font-size: 0;
}

.showroom_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.showroom_cnt .cnt .copy {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .showroom_cnt .cnt .copy {
    font-size: 17px;
    margin-bottom: 24px;
  }
}
.showroom_cnt .cnt .txt {
  font-size: 14px;
  line-height: 2.1;
}

.showroom_cnt1 {
  padding-left: 80px;
  padding-right: 158px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .showroom_cnt1 {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .showroom_cnt1 {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 56px;
  }
}
.showroom_cnt1 .img {
  width: 24.85vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 103px;
}
@media screen and (max-width: 1080px) {
  .showroom_cnt1 .img {
    margin-right: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .showroom_cnt1 .img {
    width: 100%;
    margin-top: 40px;
  }
}
.showroom_cnt1 .cnt {
  width: 43.16vw;
}
@media screen and (max-width: 767px) {
  .showroom_cnt1 .cnt {
    width: 100%;
  }
}

.showroom_cnt2 {
  padding-right: 80px;
  padding-left: 158px;
  margin-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .showroom_cnt2 {
    padding: 0 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .showroom_cnt2 {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 56px;
  }
}
.showroom_cnt2 .cnt {
  width: 31.76vw;
}
@media screen and (max-width: 1080px) {
  .showroom_cnt2 .cnt {
    margin-right: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .showroom_cnt2 .cnt {
    width: 100%;
  }
}
.showroom_cnt2 .img {
  width: 37.5vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 103px;
}
@media screen and (max-width: 767px) {
  .showroom_cnt2 .img {
    width: 100%;
    margin-top: 40px;
  }
}

.showroom_cnt3 {
  padding-left: 80px;
  padding-right: 158px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .showroom_cnt3 {
    padding: 0 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .showroom_cnt3 {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .showroom_cnt3 {
    display: block;
    margin-bottom: 56px;
  }
}
.showroom_cnt3 .cnt {
  width: 31.47vw;
}
@media screen and (max-width: 767px) {
  .showroom_cnt3 .cnt {
    width: 100%;
  }
}
.showroom_cnt3 .img {
  width: 37.5vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 103px;
}
@media screen and (max-width: 1080px) {
  .showroom_cnt3 .img {
    margin-right: 10vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .showroom_cnt3 .img {
    width: 100%;
    margin-top: 40px;
  }
}

.showroom_cnt4 {
  padding-right: 80px;
  padding-left: 158px;
  margin-bottom: 200px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1080px) {
  .showroom_cnt4 {
    padding: 0 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .showroom_cnt4 {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .showroom_cnt4 .cnt {
    margin-right: 10vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .showroom_cnt4 .cnt {
    margin: 0 0 40px;
  }
}
.showroom_cnt4 .img {
  width: 45vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .showroom_cnt4 .img {
    width: 100%;
  }
}
.showroom_cnt4 .img .img1 {
  width: 10.88vw;
}
@media screen and (max-width: 767px) {
  .showroom_cnt4 .img .img1 {
    width: 32vw;
  }
}
.showroom_cnt4 .img p {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .showroom_cnt4 .img p {
    margin-top: 20vw;
  }
}
.showroom_cnt4 .img .img2 {
  width: 10.59vw;
}
@media screen and (max-width: 767px) {
  .showroom_cnt4 .img .img2 {
    width: 18vw;
  }
}
.showroom_cnt4 .img .img3 {
  width: 17.2vw;
  margin-right: 10.59vw;
}
@media screen and (max-width: 767px) {
  .showroom_cnt4 .img .img3 {
    width: 40vw;
    margin-right: 18vw;
  }
}

.showroom_txt {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  height: 347px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .showroom_txt {
    margin-bottom: 100px;
    height: 280px;
  }
}
.showroom_txt::before {
  content: "";
  display: block;
  width: 16px;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  height: calc(100% + 32px);
  position: absolute;
  top: -16px;
  left: 80px;
}
@media screen and (max-width: 840px) {
  .showroom_txt::before {
    left: 16px;
  }
}
.showroom_txt::after {
  content: "";
  display: block;
  width: 16px;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  height: calc(100% + 32px);
  position: absolute;
  top: -16px;
  right: 80px;
}
@media screen and (max-width: 840px) {
  .showroom_txt::after {
    right: 16px;
  }
}
.showroom_txt p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #000;
  padding: 0 56px;
}
@media screen and (max-width: 767px) {
  .showroom_txt p {
    font-size: 16px;
    text-align: left;
  }
}

/*/ company ///////////////////////////////////////////*/
.company_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1056px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 600px) {
  .company_header {
    display: block;
    margin-bottom: 80px;
  }
}
.company_header .txt p {
  margin-bottom: 24px;
}

.company_mv {
  font-size: 0;
  padding: 0 80px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1080px) {
  .company_mv {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .company_mv {
    margin-bottom: 80px;
  }
}

.company_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .company_cnt {
    padding-bottom: 60px;
    margin-bottom: 60px;
    display: block;
  }
}
.company_cnt .img {
  font-size: 0;
}
.company_cnt .cnt .copy {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  color: #000;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .company_cnt .cnt .copy {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt .cnt .copy {
    font-size: 6vw;
    margin-bottom: 40px;
  }
}
.company_cnt .cnt .lead {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .company_cnt .cnt .lead {
    font-size: 16px;
  }
}
.company_cnt .cnt .txt p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.1;
}
.company_cnt .links li {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .company_cnt .links li {
    margin-bottom: 24px;
  }
}
.company_cnt .links li:last-of-type {
  margin-bottom: 0;
}
.company_cnt .links li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .company_cnt .links li a {
    padding-bottom: 16px;
  }
}
.company_cnt .links li a:hover .cnt p {
  color: #595757;
}
.company_cnt .links li a .cnt p {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company_cnt .links li a .cnt .en {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
.company_cnt .links li a .cnt .ttl {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}

.company_cnt1 {
  padding-left: 80px;
  padding-right: 158px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1180px) {
  .company_cnt1 {
    padding: 0 20px 160px;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt1 {
    padding-bottom: 60px;
  }
}
.company_cnt1 .img {
  width: 36.47vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 103px;
}
@media screen and (max-width: 1180px) {
  .company_cnt1 .img {
    width: 45%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt1 .img {
    width: 100%;
  }
}
.company_cnt1 .cnt {
  width: 29.48vw;
}
@media screen and (max-width: 1180px) {
  .company_cnt1 .cnt {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt1 .cnt {
    width: 100%;
    margin-bottom: 48px;
  }
}

.company_cnt2 {
  padding-right: 80px;
  padding-left: 158px;
  margin-bottom: 120px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1180px) {
  .company_cnt2 {
    padding: 0 20px 160px;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt2 {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.company_cnt2 .cnt {
  width: 30.3vw;
}
@media screen and (max-width: 1180px) {
  .company_cnt2 .cnt {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt2 .cnt {
    width: 100%;
  }
}
.company_cnt2 .img {
  width: 37.5vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 103px;
}
@media screen and (max-width: 1180px) {
  .company_cnt2 .img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt2 .img {
    width: 100%;
    margin-top: 40px;
  }
}

.company_cnt3 {
  padding: 0 158px 160px;
}
@media screen and (max-width: 1180px) {
  .company_cnt3 {
    padding: 0 20px 160px;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt3 {
    padding-bottom: 60px;
  }
}
.company_cnt3 .wrap {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .company_cnt3 .wrap {
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  .company_cnt3 .wrap > .cnt {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt3 .wrap > .cnt {
    width: 100%;
    margin-bottom: 48px;
  }
}
.company_cnt3 .wrap > .cnt .lead {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .company_cnt3 .wrap > .cnt .lead {
    font-size: 5vw;
    margin-bottom: 48px;
  }
}
.company_cnt3 .wrap > .cnt .img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .company_cnt3 .wrap > .cnt .img {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt3 .wrap > .cnt .img img {
    max-width: 60%;
  }
}
.company_cnt3 .wrap .links {
  width: 377px;
}
@media screen and (max-width: 1180px) {
  .company_cnt3 .wrap .links {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt3 .wrap .links {
    width: 100%;
  }
}

.company_cnt4 {
  padding-right: 80px;
  padding-left: 158px;
  margin-bottom: 120px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1180px) {
  .company_cnt4 {
    padding: 0 20px 160px;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt4 {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.company_cnt4 .cntl {
  width: 30vw;
}
@media screen and (max-width: 1180px) {
  .company_cnt4 .cntl {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt4 .cntl {
    width: 100%;
  }
}
.company_cnt4 .cntl .overview li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.company_cnt4 .cntl .overview li:last-of-type {
  margin-bottom: 0;
}
.company_cnt4 .cntl .overview li:last-of-type .txt::after {
  display: none;
}
.company_cnt4 .cntl .overview li .ttl {
  width: 72px;
  margin-right: 8px;
  font-weight: 500;
  color: #000;
}
.company_cnt4 .cntl .overview li .txt {
  width: calc(100% - 80px);
  position: relative;
}
.company_cnt4 .cntl .overview li .txt::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #9A9595;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.company_cnt4 .cntr {
  width: 33.45vw;
  margin-top: 154px;
}
@media screen and (max-width: 1180px) {
  .company_cnt4 .cntr {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .company_cnt4 .cntr {
    width: 100%;
    margin-top: 24px;
  }
}
.company_cnt4 .cntr .img {
  width: 28.24vw;
  margin-bottom: 200px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .company_cnt4 .cntr .img {
    width: 48%;
    margin-bottom: 40px;
  }
}
.company_cnt4 .cntr .links {
  max-width: 377px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .company_cnt4 .cntr .links {
    max-width: none;
  }
}

.greeting {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .greeting {
    margin-bottom: 100px;
  }
}
.greeting .copy {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 136px;
}
@media screen and (max-width: 767px) {
  .greeting .copy {
    font-size: 5vw;
    margin-bottom: 48px;
  }
}
.greeting .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .greeting .wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .greeting .wrap .img {
    text-align: center;
  }
}
.greeting .wrap .txt {
  width: 534px;
}
@media screen and (max-width: 980px) {
  .greeting .wrap .txt {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 767px) {
  .greeting .wrap .txt {
    width: 100%;
    margin-bottom: 48px;
  }
}
.greeting .wrap .txt p {
  margin-bottom: 24px;
  line-height: 2.1;
}
.greeting .wrap .txt .signe {
  text-align: right;
  margin-top: 32px;
  margin-bottom: 0;
}

.history {
  padding: 104px 0 48px;
  background: #F7F7F7;
  margin-bottom: 200px;
  overflow-x: hidden;
}
.history .sec_ttl {
  margin-left: 80px;
}
.history .history_cnt {
  position: relative;
}
.history .history_cnt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #595757;
  position: absolute;
  top: 20px;
  left: 0;
}
.history .history_cnt .history_list {
  margin: 0 260px;
}
.history .history_cnt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
}
.history .history_cnt ul li {
  width: 231px;
  margin-right: 56px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.history .history_cnt ul li .year {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 36px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F7F7F7;
  font-size: 24px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 8px;
}
.history .history_cnt ul li .cnt {
  padding-left: 16px;
}
.history .history_cnt ul li .cnt p {
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.6;
}
.history .history_cnt ul li .cnt p::before {
  content: "";
  display: block;
  background: url("../img/common/history_icon.svg") no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0.48em;
}

.history__scrollbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 80px 10vw 40px;
}

.history__scrollbar-track {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 4px;
  margin: 0 auto;
  background-color: #E8E8E8;
  cursor: pointer;
  overflow: visible;
}

.history__scrollbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #9A9595; /* 進捗ラインの色 */
  pointer-events: none;
}

/*/ staff ///////////////////////////////////////////*/
.staff_header {
  padding-left: 80px;
  padding-right: 158px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1180px) {
  .staff_header {
    padding: 0 20px 160px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .staff_header {
    padding-bottom: 60px;
    margin-bottom: 60px;
    display: block;
  }
}
.staff_header .cnt {
  width: 45.44vw;
}
@media screen and (max-width: 1180px) {
  .staff_header .cnt {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .staff_header .cnt {
    width: 100%;
    margin-bottom: 48px;
  }
}
.staff_header .cnt .sec_ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 78px;
  padding-right: 214px;
  height: 152px;
  background: url("../img/common/concept_icon.png") no-repeat right center;
  background-size: 150px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  .staff_header .cnt .sec_ttl {
    padding-left: 0;
    max-width: 100%;
    height: 92px;
  }
}
@media screen and (max-width: 767px) {
  .staff_header .cnt .sec_ttl {
    background-size: 88px;
    padding-right: 120px;
    margin-bottom: 48px;
  }
}
.staff_header .cnt .copy {
  margin-left: 78px;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 200px;
}
@media screen and (max-width: 1180px) {
  .staff_header .cnt .copy {
    font-size: 3vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .staff_header .cnt .copy {
    margin-bottom: 0;
    font-size: 5vw;
  }
}
.staff_header .cnt .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 37.43vw;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .staff_header .cnt .img {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .staff_header .cnt .img {
    margin-top: 16px;
    width: 68%;
  }
}
.staff_header .cnt .img .img1 {
  width: 10.59vw;
  margin-top: 5.51vw;
}
@media screen and (max-width: 767px) {
  .staff_header .cnt .img .img1 {
    width: 20%;
  }
}
.staff_header .cnt .img P {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .staff_header .cnt .img P {
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.staff_header .cnt .img .img2 {
  width: 13.38vw;
  margin-bottom: 7.65vw;
}
@media screen and (max-width: 767px) {
  .staff_header .cnt .img .img2 {
    width: 49.8%;
  }
}
.staff_header .cnt .img .img3 {
  width: 7.65vw;
}
@media screen and (max-width: 767px) {
  .staff_header .cnt .img .img3 {
    width: 28%;
  }
}
.staff_header .txt {
  width: 22.05vw;
}
@media screen and (max-width: 1180px) {
  .staff_header .txt {
    width: 40%;
    padding-top: 108px;
  }
}
@media screen and (max-width: 767px) {
  .staff_header .txt {
    width: 100%;
    padding-top: 0;
  }
}
.staff_header .txt p {
  margin-bottom: 24px;
  line-height: 2.1;
}

.staff_sec {
  padding: 0 20px 160px;
  margin-bottom: 160px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .staff_sec {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.staff_sec .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.staff_sec .ttl {
  font-size: 34px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 8px;
}
.staff_sec .lead {
  margin-bottom: 56px;
}
.staff_sec .staff_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid #E8E8E8;
}
.staff_sec .staff_list:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.staff_sec .staff_list > li {
  width: 220px;
  padding-right: 52px;
  padding-left: 52px;
  border-right: 1px solid #E8E8E8;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .staff_sec .staff_list > li {
    padding-right: 30px;
    padding-left: 30px;
    width: calc(25% - 51px);
  }
}
@media screen and (max-width: 767px) {
  .staff_sec .staff_list > li {
    padding-right: 20px;
    padding-left: 20px;
    width: calc(50% - 21px);
    margin-bottom: 64px;
  }
}
.staff_sec .staff_list > li:first-of-type {
  padding-left: 0;
}
.staff_sec .staff_list > li:last-of-type {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .staff_sec .staff_list > li:nth-of-type(odd) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .staff_sec .staff_list > li:nth-of-type(even) {
    padding-right: 0;
    margin-right: 0;
    border: none;
    position: relative;
  }
  .staff_sec .staff_list > li:nth-of-type(even)::after {
    content: "";
    width: calc(100vw - 40px);
    height: 1px;
    background: #E8E8E8;
    position: absolute;
    right: 0;
    bottom: -32px;
  }
}
.staff_sec .staff_list > li .img {
  font-size: 0;
  margin-bottom: 24px;
}
.staff_sec .staff_list > li .img a:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.staff_sec .staff_list > li .img a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.staff_sec .staff_list > li .cnt {
  position: relative;
}
.staff_sec .staff_list > li .cnt .katagaki {
  font-size: 12px;
  color: #9A9595;
  line-height: 1.5;
}
.staff_sec .staff_list > li .cnt .name {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
.staff_sec .staff_list > li .cnt .sns {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .staff_sec .staff_list > li .cnt .sns {
    position: static;
    padding-top: 8px;
  }
}
.staff_sec .staff_list > li .cnt .sns li {
  margin-left: 8px;
  font-size: 0;
}
.staff_sec .staff_list > li .cnt .sns li:first-of-type {
  margin-left: 0;
}
.staff_sec .staff_list > li .cnt .sns li a:hover {
  opacity: 0.6;
}

.owners_voice {
  overflow-x: hidden;
  margin-bottom: 56px;
}
.owners_voice .owners_voice_head {
  padding-right: 80px;
  padding-left: 158px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1240px) {
  .owners_voice .owners_voice_head {
    padding: 0 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .owners_voice .owners_voice_head {
    display: block;
    margin-bottom: 80px;
  }
}
.owners_voice .owners_voice_head .owners_voice_ttl {
  width: 30vw;
  min-width: 320px;
  position: relative;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .owners_voice .owners_voice_head .owners_voice_ttl {
    width: 100%;
    margin-bottom: 40px;
  }
}
.owners_voice .owners_voice_head .owners_voice_ttl .sec_ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin-bottom: 0;
}
.owners_voice .owners_voice_head .cnt {
  width: 40.22vw;
}
@media screen and (max-width: 767px) {
  .owners_voice .owners_voice_head .cnt {
    width: 100%;
  }
}
.owners_voice .owners_voice_head .cnt .txt {
  width: 34.48vw;
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .owners_voice .owners_voice_head .cnt .txt {
    width: 100%;
    margin-bottom: 64px;
  }
}
.owners_voice .owners_voice_head .cnt .txt p {
  margin-bottom: 24px;
}
.owners_voice .owners_voice_head .cnt .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 35.74vw;
  font-size: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .owners_voice .owners_voice_head .cnt .img {
    width: 80%;
  }
}
.owners_voice .owners_voice_head .txt {
  width: 22.05vw;
}
.owners_voice .owners_voice_head .txt p {
  margin-bottom: 24px;
  line-height: 2.1;
}
.owners_voice .voice_list_slide {
  margin-bottom: 56px;
  padding: 16px 0 16px 32px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide {
    padding: 8px 0 8px 8px;
  }
}
.owners_voice .voice_list_slide > ul > li {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  width: 1033px;
  padding: 120px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}
@media screen and (max-width: 1120px) {
  .owners_voice .voice_list_slide > ul > li {
    width: calc(100dvw - 96px);
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide > ul > li {
    width: calc(100% - 24px);
    display: block;
    padding: 16px 16px 16px 24px;
    height: auto;
  }
}
.owners_voice .voice_list_slide > ul > li::after {
  content: "";
  display: block;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  width: 16px;
  height: calc(100% + 32px);
  position: absolute;
  top: -16px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide > ul > li::after {
    height: calc(100% + 16px);
    width: 8px;
    top: -8px;
  }
}
.owners_voice .voice_list_slide > ul > li .cntl {
  width: 173px;
  margin-right: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide > ul > li .cntl {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    margin-right: 0;
  }
}
.owners_voice .voice_list_slide > ul > li .cntl .img {
  font-size: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide > ul > li .cntl .img {
    margin: 0 24px 0 0;
    width: 120px;
  }
}
.owners_voice .voice_list_slide > ul > li .cntl .num {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide > ul > li .cntl .num {
    font-size: 18px;
  }
}
.owners_voice .voice_list_slide > ul > li .cntl .num span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide > ul > li .cntl .num span {
    font-size: 16px;
  }
}
.owners_voice .voice_list_slide > ul > li .cntl .name {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide > ul > li .cntl .name {
    font-size: 18px;
  }
}
.owners_voice .voice_list_slide > ul > li .cntr {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide > ul > li .cntr {
    width: 100%;
  }
}
.owners_voice .voice_list_slide > ul > li .cntr .wrap_stats {
  padding: 20px 53px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide > ul > li .cntr .wrap_stats {
    padding: 16px;
  }
}
.owners_voice .voice_list_slide > ul > li .cntr .wrap_stats li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 181px;
}
@media screen and (max-width: 1000px) {
  .owners_voice .voice_list_slide > ul > li .cntr .wrap_stats li {
    width: 100% !important;
  }
}
.owners_voice .voice_list_slide > ul > li .cntr .wrap_stats li:nth-of-type(even) {
  width: 230px;
}
.owners_voice .voice_list_slide > ul > li .cntr .wrap_stats li:nth-of-type(even) .ttl {
  width: 147px;
}
.owners_voice .voice_list_slide > ul > li .cntr .wrap_stats li .ttl {
  width: 98px;
  font-size: 12px;
  color: #9A9595;
  margin-right: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .owners_voice .voice_list_slide > ul > li .cntr .wrap_stats li .ttl {
    width: 147px !important;
  }
}
.owners_voice .voice_list_slide > ul > li .cntr .wrap_opinion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .owners_voice .voice_list_slide > ul > li .cntr .opinion {
    width: 100%;
  }
}
.owners_voice .voice_list_slide > ul > li .cntr .opinion li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .owners_voice .voice_list_slide > ul > li .cntr .opinion li {
    display: block;
    margin-bottom: 16px;
  }
}
.owners_voice .voice_list_slide > ul > li .cntr .opinion li:last-of-type {
  margin-bottom: 0;
}
.owners_voice .voice_list_slide > ul > li .cntr .opinion li .ttl {
  width: 264px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1120px) {
  .owners_voice .voice_list_slide > ul > li .cntr .opinion li .ttl {
    margin-bottom: 8px;
  }
}
.owners_voice .voice_list_slide > ul > li .cntr .opinion li .ttl span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 16px;
  border: 1px solid #E8E8E8;
  border-radius: 100px 100px 0 100px;
  margin-left: auto;
}
@media screen and (max-width: 1120px) {
  .owners_voice .voice_list_slide > ul > li .cntr .opinion li .ttl span {
    margin-left: 0;
  }
}
.owners_voice .voice_list_slide > ul > li .cntr .opinion li .txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .owners_voice .voice_list_slide > ul > li .cntr .opinion li .txt {
    padding-left: 18px;
  }
}
.owners_voice .voice_list_slide > ul > li .cntr .comment p {
  font-size: 14px;
}
.owners_voice .side_ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 80px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .owners_voice .side_ctrl {
    padding-right: 20px;
  }
}
.owners_voice .side_ctrl .slide_prev,
.owners_voice .side_ctrl .slide_next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: #F7F7F7;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.owners_voice .side_ctrl .slide_prev:hover,
.owners_voice .side_ctrl .slide_next:hover {
  background: #E8E8E8;
}
.owners_voice .side_ctrl .slide_prev {
  margin-right: 8px;
}
.owners_voice .arrow_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .owners_voice .arrow_btn {
    padding-right: 20px;
  }
}

.staff_modal {
  display: none;
}

.wrap_modal {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.wrap_modal.active {
  opacity: 1;
  pointer-events: all;
}
.wrap_modal.active .staff_modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap_modal .modal_bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.wrap_modal .modal_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_modal .modal {
  max-width: 1360px;
  width: 100%;
  background: #FFF;
  position: relative;
  z-index: 100;
  padding: 126px 126px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E8E8E8;
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1420px) {
  .wrap_modal .modal {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1080px) {
  .wrap_modal .modal {
    padding: 72px 64px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal {
    width: 100%;
    height: 100%;
    padding: 72px 24px 36px 40px;
  }
}
.wrap_modal .modal.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.wrap_modal .modal::before {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 100%;
  position: absolute;
  left: 16px;
  top: 0;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  pointer-events: none;
}
.wrap_modal .modal::after {
  content: "";
  display: block;
  height: calc(100% - 32px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 16px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  pointer-events: none;
}
.wrap_modal .modal .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal .wrap {
    width: 100%;
    height: 100%;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
  }
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .wrap {
    display: block;
  }
}
.wrap_modal .modal .modal_img {
  width: 430px;
}
@media screen and (max-width: 1380px) {
  .wrap_modal .modal .modal_img {
    width: 35%;
  }
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .modal_img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.wrap_modal .modal .modal_cnt {
  width: 568px;
}
@media screen and (max-width: 1380px) {
  .wrap_modal .modal .modal_cnt {
    width: 60%;
  }
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .modal_cnt {
    width: 100%;
  }
}
.wrap_modal .modal .modal_cnt .modal_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .modal_cnt .modal_header {
    margin-bottom: 16px;
  }
}
.wrap_modal .modal .modal_cnt .modal_header .cnt .katagaki {
  font-size: 12px;
  color: #9A9595;
  font-family: "Noto Serif JP", serif;
}
.wrap_modal .modal .modal_cnt .modal_header .cnt .name {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 1080px) {
  .wrap_modal .modal .modal_cnt .modal_header .cnt .name {
    font-size: 3.2vw;
  }
}
.wrap_modal .modal .modal_cnt .modal_header .cnt .en {
  font-family: "Spectral", "Noto Serif JP", serif;
  font-size: 14px;
  color: #9A9595;
}
.wrap_modal .modal .modal_cnt .modal_header .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap_modal .modal .modal_cnt .modal_header .sns li {
  margin-left: 8px;
}
.wrap_modal .modal .modal_cnt .modal_header .sns li a:hover {
  opacity: 0.6;
}
.wrap_modal .modal .modal_cnt .modal_txt .copy {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .wrap_modal .modal .modal_cnt .modal_txt .copy {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .modal_cnt .modal_txt .copy {
    font-size: 5vw;
  }
}
.wrap_modal .modal .modal_cnt .modal_txt .txt {
  margin-bottom: 32px;
}
.wrap_modal .modal .modal_cnt .modal_txt .blog_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}
.wrap_modal .modal .close {
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 100;
  cursor: pointer;
}

/*/ village ///////////////////////////////////////////*/
.village_logo {
  text-align: center;
  margin-bottom: 120px;
  padding: 0 20px;
}

.village_header {
  padding-left: 80px;
  padding-right: 158px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 240px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .village_header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .village_header {
    display: block;
    margin-bottom: 100px;
  }
}
.village_header .img {
  width: 35.74vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 188px;
  font-size: 0;
}
@media screen and (max-width: 1280px) {
  .village_header .img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .village_header .img {
    width: 100%;
    margin-top: 0;
  }
}
.village_header .img .img1 {
  width: 30vw;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .village_header .img .img1 {
    width: 70%;
    margin-bottom: 24px;
  }
}
.village_header .img .img2 {
  display: block;
  width: 7.65vw;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .village_header .img .img2 {
    width: 25%;
  }
}
.village_header .cnt {
  width: 46.76vw;
}
@media screen and (max-width: 1280px) {
  .village_header .cnt {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .village_header .cnt {
    width: 100%;
    margin-bottom: 48px;
  }
}
.village_header .cnt .copy {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .village_header .cnt .copy {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .village_header .cnt .copy {
    font-size: 4.5vw;
  }
}
.village_header .cnt .txt p {
  margin-bottom: 24px;
  line-height: 2.1;
}

.vilagge_concept {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 240px;
}
@media screen and (max-width: 767px) {
  .vilagge_concept {
    margin-bottom: 80px;
  }
}
.vilagge_concept .concept_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .vilagge_concept .concept_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.vilagge_concept .concept_list li {
  width: 352px;
  margin-right: 72px;
  margin-bottom: 56px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 1280px) {
  .vilagge_concept .concept_list li {
    width: calc(33.33% - 48px);
  }
}
@media screen and (max-width: 1080px) {
  .vilagge_concept .concept_list li {
    margin-right: 0;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .vilagge_concept .concept_list li {
    width: 100%;
  }
}
.vilagge_concept .concept_list li:nth-of-type(3n) {
  margin-right: 0;
}
.vilagge_concept .concept_list li .village_concept_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.vilagge_concept .concept_list li .village_concept_head .icon {
  width: 72px;
  margin-right: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 0;
}
.vilagge_concept .concept_list li .village_concept_head .cnt .num {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9F9E9E;
  line-height: 1;
}
.vilagge_concept .concept_list li .village_concept_head .cnt .en {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .vilagge_concept .concept_list li .village_concept_head .cnt .en {
    font-size: 18px;
  }
}
.vilagge_concept .concept_list li .village_concept_head .cnt .ttl {
  font-size: 12px;
  color: #9F9E9E;
}

.village_item_list {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 240px;
}
.village_item_list .share {
  margin-top: 160px;
}
.village_item_list .item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .village_item_list .item_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.village_item_list .item_list li {
  width: 352px;
  margin-right: 72px;
  margin-bottom: 56px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 1280px) {
  .village_item_list .item_list li {
    width: calc(33.33% - 48px);
  }
}
@media screen and (max-width: 1080px) {
  .village_item_list .item_list li {
    margin-right: 0;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .village_item_list .item_list li {
    width: 100%;
  }
}
.village_item_list .item_list li:nth-of-type(3n) {
  margin-right: 0;
}
.village_item_list .item_list li a:hover .img img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.village_item_list .item_list li .img {
  font-size: 0;
  margin-bottom: 20px;
}
.village_item_list .item_list li .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.village_item_list .item_list li .cnt {
  position: relative;
}
.village_item_list .item_list li .cnt .kukaku {
  position: absolute;
  top: 3px;
  right: 0;
  height: 20px;
  background: #F4F4F4;
  padding: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 12px;
  color: #9A9595;
}
.village_item_list .item_list li .cnt .ttl {
  font-size: 18px;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 8px;
  padding-right: 88px;
  line-height: 1.6;
}
.village_item_list .item_list li .cnt .area {
  font-size: 12px;
  color: #9F9E9E;
}
.village_item_list .item_list li .cnt .price {
  font-size: 12px;
  color: #9F9E9E;
}

/* village single */
.area_mv {
  max-width: 1036px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .area_mv {
    margin-bottom: 48px;
  }
}

.area_txt {
  max-width: 1036px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .area_txt {
    margin-bottom: 48px;
  }
}
.area_txt .copy {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 24px;
}

.area_imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 240px;
}
@media screen and (max-width: 767px) {
  .area_imgs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
}
.area_imgs li {
  width: calc(25% - 36px);
  margin-right: 48px;
  font-size: 0;
}
@media screen and (max-width: 980px) {
  .area_imgs li {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .area_imgs li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
.area_imgs li:last-of-type {
  margin-right: 0;
}

.wrap_detail {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 240px;
}
@media screen and (max-width: 767px) {
  .wrap_detail {
    margin-bottom: 80px;
  }
}
.wrap_detail .wrap_table {
  width: 100%;
  overflow: auto;
  padding: 0 0 16px;
  margin-bottom: 64px;
}
.wrap_detail .kukaku_table {
  width: 996px;
  margin: 0 auto;
  background: #F7F7F7;
  border: 8px solid #F7F7F7;
  border-collapse: collapse;
}
.wrap_detail .kukaku_table tr th {
  font-weight: 400;
  border-bottom: 1px solid #E8E8E8;
}
.wrap_detail .kukaku_table tr th p {
  border-right: 1px solid #E8E8E8;
}
.wrap_detail .kukaku_table tr:first-of-type th {
  background: #FFF;
  border: none;
  width: 255px;
  text-align: center;
  color: #000;
  padding: 10px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 12px solid #F7F7F7;
}
.wrap_detail .kukaku_table tr:first-of-type th:first-of-type {
  width: 138px;
}
.wrap_detail .kukaku_table tr:first-of-type th:nth-child(2) {
  width: 224px;
}
.wrap_detail .kukaku_table tr:first-of-type th:nth-child(5) {
  width: 124px;
}
.wrap_detail .kukaku_table tr.row2 th, .wrap_detail .kukaku_table tr.row2 td {
  padding-top: 0;
}
.wrap_detail .kukaku_table tr.row2 td:nth-of-type(2), .wrap_detail .kukaku_table tr.row2 td:nth-of-type(3) {
  border-bottom: none;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}
.wrap_detail .kukaku_table tr.row2 td:nth-of-type(2) p, .wrap_detail .kukaku_table tr.row2 td:nth-of-type(3) p {
  border: none;
}
.wrap_detail .kukaku_table tr:last-of-type th, .wrap_detail .kukaku_table tr:last-of-type td {
  padding-bottom: 4px solid #E8E8E8;
}
.wrap_detail .kukaku_table tr td {
  padding: 12px 0;
  border-bottom: 1px solid #E8E8E8;
  text-align: center;
}
.wrap_detail .kukaku_table tr td:nth-of-type(1) p {
  border-right: none;
}
.wrap_detail .kukaku_table tr td p {
  border-right: 1px solid #E8E8E8;
}
.wrap_detail .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 996px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 1040px) {
  .wrap_detail .wrap {
    width: 100%;
    display: block;
  }
}
.wrap_detail .wrap ul {
  width: calc(50% - 28px);
}
@media screen and (max-width: 1040px) {
  .wrap_detail .wrap ul {
    width: 100%;
  }
}
.wrap_detail .wrap ul li {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap_detail .wrap ul li .ttl {
  width: 132px;
  padding: 10px 0;
  background: #F7F7F7;
  color: #000;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.7;
}
.wrap_detail .wrap ul li .ttl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 16px;
}
.wrap_detail .wrap ul li .txt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 10px 0;
  line-height: 1.7;
}
.wrap_detail .wrap ul li .txt span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.wrap_detail .biko {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 996px;
  margin: 0 auto;
}
.wrap_detail .biko .ttl {
  color: #9A9595;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.wrap_detail .biko .txt li {
  padding-left: 14px;
  position: relative;
}
.wrap_detail .biko .txt li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E8E8E8;
  position: absolute;
  top: 0.8em;
  left: 0;
}

.village_access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 240px;
}
@media screen and (max-width: 767px) {
  .village_access {
    display: block;
    margin-bottom: 100px;
  }
}
.village_access + .share {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .village_access + .share {
    margin-bottom: 100px;
  }
}
.village_access .sec_ttl {
  margin-right: 175px;
}
@media screen and (max-width: 767px) {
  .village_access .sec_ttl {
    margin-right: 0;
  }
}
.village_access .access_cnt {
  width: calc(100% - 213px);
}
@media screen and (max-width: 767px) {
  .village_access .access_cnt {
    width: 100%;
  }
}
.village_access .access_cnt .gmap {
  width: 100%;
  height: 380px;
  margin-bottom: 32px;
}
.village_access .access_cnt .gmap iframe {
  width: 100%;
  height: 100%;
}
.village_access .access_cnt .adrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.village_access .access_cnt .adrs .ttl {
  width: 112px;
  border-left: 1px solid #E8E8E8;
  padding-left: 16px;
  margin-right: 16px;
  color: #000;
  font-size: 12px;
}
.village_access .access_cnt .adrs .ttl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 112px;
  height: 100%;
  padding: 5px;
  background: #F4F4F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.village_access .access_cnt .adrs .txt {
  width: calc(100% - 128px);
  padding: 2px 0;
}

/*/ village ///////////////////////////////////////////*/
.news_header {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news_header {
    display: block;
    margin-bottom: 100px;
  }
}
.news_header .news_cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .news_header .news_cats {
    width: 100%;
  }
}
.news_header .news_cats li {
  width: calc(50% - 24px);
  margin-bottom: 32px;
}
.news_header .news_cats li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .news_header .news_cats li a {
    padding-bottom: 16px;
  }
}
.news_header .news_cats li a:hover .cnt {
  color: #595757;
}
.news_header .news_cats li a .cnt {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Noto Serif JP", serif;
  color: #000;
}

.archive_news {
  max-width: 626px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 168px;
}
@media screen and (max-width: 767px) {
  .archive_news {
    margin-bottom: 100px;
  }
}

.news_list {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .news_list {
    margin-bottom: 60px;
  }
}
.news_list li {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .news_list li {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .news_list li a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.news_list li a .date {
  font-family: "Spectral", "Noto Serif JP", serif;
  font-size: 14px;
  margin-right: 20px;
  width: 64px;
  color: #595757;
}
.news_list li a .cat {
  min-width: 112px;
  height: 24px;
  background: #F4F4F4;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #9A9595;
  margin-right: 20px;
}
.news_list li a .ttl {
  font-size: 14px;
  line-height: 1.6;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .news_list li a .ttl {
    width: 100%;
    margin-top: 8px;
  }
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination ul li {
  font-family: "Spectral", "Noto Serif JP", serif;
  margin: 0 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .pagination ul li {
    margin: 0 10px;
  }
}
.pagination ul li a {
  color: #000;
}
.pagination ul li.active {
  color: #9A9595;
  text-decoration: underline;
}
.pagination ul li.prev a, .pagination ul li.next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: #F7F7F7;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev a, .pagination ul li.next a {
    width: 40px;
    height: 40px;
  }
}
.pagination ul li.prev a:hover, .pagination ul li.next a:hover {
  background: #E8E8E8;
}
.pagination ul li.prev {
  margin: 0 16px 0 0;
}
.pagination ul li.next {
  margin: 0 0 0 16px;
}

.wrap_single {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_single {
    display: block;
    margin-bottom: 80px;
  }
}
.wrap_single .single_mv {
  width: 432px;
}
@media screen and (max-width: 1040px) {
  .wrap_single .single_mv {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_single .single_mv {
    width: 100%;
    margin-bottom: 48px;
    text-align: center;
  }
}
.wrap_single .single_mv .img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .wrap_single .single_mv .img {
    position: static;
  }
}
.wrap_single .single_cnt {
  width: calc(100% - 534px);
}
@media screen and (max-width: 1040px) {
  .wrap_single .single_cnt {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_single .single_cnt {
    width: 100%;
  }
}
.wrap_single .single_cnt .single_cnt_header .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.wrap_single .single_cnt .single_cnt_header .data .cat {
  min-width: 112px;
  height: 24px;
  background: #F4F4F4;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #9A9595;
  margin-right: 20px;
}
.wrap_single .single_cnt .single_cnt_header .data .date {
  font-family: "Noto Serif JP", serif;
  color: #000;
}
.wrap_single .single_cnt .single_cnt_header .entry_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 56px;
}
@media screen and (max-width: 1040px) {
  .wrap_single .single_cnt .single_cnt_header .entry_ttl {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .wrap_single .single_cnt .single_cnt_header .entry_ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.wrap_single .single_cnt .entry_body h2 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 0;
  margin-bottom: 24px;
}
.wrap_single .single_cnt .entry_body h3 {
  border-left: 3px solid #9A9595;
  padding-left: 18px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.4;
}
.wrap_single .single_cnt .entry_body h4 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 16px;
}
.wrap_single .single_cnt .entry_body h4::before {
  content: "◯";
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_single .single_cnt .entry_body h5 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  padding-left: 1em;
  position: relative;
  margin-bottom: 16px;
}
.wrap_single .single_cnt .entry_body h5::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_single .single_cnt .entry_body ul {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_single .single_cnt .entry_body ul {
    margin-bottom: 40px;
  }
}
.wrap_single .single_cnt .entry_body ul li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 3px;
}
.wrap_single .single_cnt .entry_body ul li::before {
  content: "";
  display: block;
  background: #9A9595;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.64em;
}
.wrap_single .single_cnt .entry_body ol {
  list-style: none;
  counter-reset: number;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_single .single_cnt .entry_body ol {
    margin-bottom: 40px;
  }
}
.wrap_single .single_cnt .entry_body ol li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
}
.wrap_single .single_cnt .entry_body ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0.36em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9A9595;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_single .single_cnt .entry_body p {
  line-height: 2.14;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .wrap_single .single_cnt .entry_body p {
    margin-bottom: 40px;
  }
}
.wrap_single .single_cnt .entry_body .link_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap_single .single_cnt .entry_body .link_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 46px;
  padding: 8px 56px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #9A9595;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
}
.wrap_single .single_cnt .entry_body .link_btn a:hover {
  background: #000;
}

.single_footer {
  border-top: 1px solid #E8E8E8;
  padding-top: 120px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .single_footer {
    padding-top: 80px;
    margin-bottom: 100px;
  }
}

.single_pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
}
.single_pagination .back_all {
  padding: 0 56px;
  margin: 0 40px;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .single_pagination .back_all {
    padding: 0 24px;
    margin: 0 24px;
  }
}
.single_pagination .back_all a {
  color: #000;
  border-bottom: 1px solid transparent;
}
.single_pagination .back_all a:hover {
  color: #595757;
  border-bottom: 1px solid #595757;
}
.single_pagination .prev {
  min-width: 104px;
}
@media screen and (max-width: 767px) {
  .single_pagination .prev {
    min-width: 88px;
  }
}
.single_pagination .prev a {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_pagination .prev a:hover {
  color: #595757;
}
.single_pagination .prev a:hover::before {
  background: #000;
  background: #E8E8E8 url("../img/common/prev.svg") no-repeat center;
  background-size: 8px;
}
.single_pagination .prev a::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: #F7F7F7 url("../img/common/prev.svg") no-repeat center;
  background-size: 8px;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .single_pagination .prev a::before {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
}
.single_pagination .next {
  min-width: 104px;
}
@media screen and (max-width: 767px) {
  .single_pagination .next {
    min-width: 88px;
  }
}
.single_pagination .next a {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_pagination .next a:hover {
  color: #595757;
}
.single_pagination .next a:hover::after {
  background: #000;
  background: #E8E8E8 url("../img/common/next.svg") no-repeat center;
  background-size: 8px;
}
.single_pagination .next a::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: #F7F7F7 url("../img/common/next.svg") no-repeat center;
  background-size: 8px;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .single_pagination .next a::after {
    width: 40px;
    height: 40px;
    margin-left: 16px;
  }
}

.entry_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 56px;
}
.entry_tags li {
  margin-right: 12px;
  font-size: 12px;
}
.entry_tags li:last-of-type {
  margin-right: 0;
}
.entry_tags li a {
  color: #9A9595;
}
.entry_tags li a::before {
  content: "#";
}
.entry_tags li a:hover {
  color: #000;
}

.share {
  margin-bottom: 56px;
}
.share:has(+ .entry_tags) {
  margin-bottom: 16px;
}
.share .share_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.share .share_sns li {
  margin-right: 24px;
}
.share .share_sns li:last-of-type {
  margin-right: 0;
}
.share .share_sns li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
.share .share_sns li a:hover {
  opacity: 0.6;
}
.share .share_sns li a img {
  margin-right: 6px;
}
.share .url_copy {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 16px;
}
.share .url_copy a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 36px;
  font-family: "Noto Serif JP", serif;
  background: #F7F7F7;
  border-radius: 4px;
}
.share .url_copy a:hover {
  background: #E8E8E8;
}
.share .copied_msg {
  position: absolute;
  margin-left: 12px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  background: #F7F7F7;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: -20px;
  left: calc(50% - 80px);
  padding: 8px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.share .copied_msg.is-show {
  opacity: 1;
}

/*/ gallery ///////////////////////////////////////////*/
.archive_gallery {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .archive_gallery {
    margin-bottom: 100px;
  }
}
.archive_gallery .pagination {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .archive_gallery .pagination {
    margin-bottom: 100px;
  }
}

.gallery_list_header {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .gallery_list_header {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .gallery_list_header {
    margin-bottom: 80px;
  }
}
.gallery_list_header .gallery_list_header_cnt {
  position: relative;
}
.gallery_list_header .gallery_list_header_cnt .view_all {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gallery_list_header .gallery_cat_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 680px;
}
@media screen and (max-width: 540px) {
  .gallery_list_header .gallery_cat_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gallery_list_header .gallery_cat_list li {
  margin-right: 40px;
  width: 200px;
  margin-bottom: 32px;
}
@media screen and (max-width: 540px) {
  .gallery_list_header .gallery_cat_list li {
    width: 48%;
    margin: 0 0 16px;
  }
}
.gallery_list_header .gallery_cat_list li:nth-of-type(3n) {
  margin-right: 0;
}
.gallery_list_header .gallery_cat_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery_list_header .gallery_cat_list li a img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
  line-height: 1;
}
@media screen and (max-width: 540px) {
  .gallery_list_header .gallery_cat_list li a img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}
.gallery_list_header .gallery_cat_list li a span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 540px) {
  .gallery_list_header .gallery_cat_list li a span {
    font-size: 13px;
  }
}

.gallery_list {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .gallery_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gallery_list li {
  width: calc(33.33% - 40px);
  margin-bottom: 48px;
  margin-right: 60px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .gallery_list li {
    width: calc(50% - 10px);
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .gallery_list li {
    width: 100%;
  }
}
.gallery_list li:nth-of-type(3n) {
  margin-right: 0;
}
.gallery_list li a:hover .img img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.gallery_list li a .img {
  font-size: 0;
  margin-bottom: 16px;
}
.gallery_list li a .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery_list li a .cnt {
  padding-bottom: 16px;
}
.gallery_list li a .cnt .type {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
.gallery_list li a .cnt .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.gallery_list li a .cnt .ttl span {
  display: block;
  font-size: 12px;
  color: #B1B1B1;
  font-family: "Spectral", "Noto Serif JP", serif;
  margin-right: 6px;
}

/* gallery single */
.gallery_header {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .gallery_header {
    margin-bottom: 40px;
  }
}
.gallery_header .gallery_ttl {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .gallery_header .gallery_ttl {
    font-size: 20px;
  }
}
.gallery_header .gallery_comment {
  margin-bottom: 48px;
}
.gallery_header .gallery_spec {
  width: 258px;
  margin-left: auto;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .gallery_header .gallery_spec {
    width: 180px;
  }
}
.gallery_header .gallery_spec li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .gallery_header .gallery_spec li {
    margin-bottom: 0;
  }
}
.gallery_header .gallery_spec li .ttl {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  color: #B1B1B1;
  margin-right: 32px;
}
.gallery_header .gallery_spec li .txt {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  .gallery_header .gallery_spec li .txt {
    font-size: 16px;
  }
}

.gallery_cnt {
  max-width: 1200px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .gallery_cnt {
    margin-bottom: 100px;
  }
}
.gallery_cnt .gallery_img {
  font-size: 0;
  margin-bottom: 60px;
}
.gallery_cnt .gallery_img img {
  width: 100%;
}
.gallery_cnt .gallery_imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  .gallery_cnt .gallery_imgs {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .gallery_cnt .gallery_imgs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 44px;
  }
}
.gallery_cnt .gallery_imgs li {
  width: calc(33.33% - 40px);
  margin-right: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .gallery_cnt .gallery_imgs li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
.gallery_cnt .gallery_imgs li:nth-of-type(3n) {
  margin-right: 0;
}
.gallery_cnt .gallery_imgs li img {
  width: 100%;
}

/*/ interview ///////////////////////////////////////////*/
.archive_interview {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .archive_interview {
    margin-bottom: 100px;
  }
}
.archive_interview .pagination {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .archive_interview .pagination {
    margin-bottom: 100px;
  }
}

.interview_list {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .interview_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.interview_list li {
  width: calc(33.33% - 40px);
  margin-bottom: 48px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .interview_list li {
    width: calc(50% - 10px);
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .interview_list li {
    width: 100%;
  }
}
.interview_list li:nth-of-type(3n) {
  margin-right: 0;
}
.interview_list li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.interview_list li a:hover .img img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.interview_list li a .img {
  font-size: 0;
  margin-bottom: 16px;
}
.interview_list li a .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.interview_list li a .cnt {
  margin-top: auto;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
}
.interview_list li a .cnt .num {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  color: #B1B1B1;
}
.interview_list li a .cnt .ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #000;
}

/* interview single */
.single_interview {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .single_interview {
    margin-bottom: 100px;
  }
}
.single_interview .interview_header {
  max-width: 1180px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single_interview .interview_header {
    display: block;
    margin-bottom: 80px;
  }
}
.single_interview .interview_header .img {
  font-size: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .single_interview .interview_header .img {
    margin: 0 0 24px;
  }
}
.single_interview .interview_header .cnt {
  width: 714px;
}
@media screen and (max-width: 767px) {
  .single_interview .interview_header .cnt {
    width: 100%;
  }
}
.single_interview .interview_header .cnt .copy {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1.6;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .single_interview .interview_header .cnt .copy {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .single_interview .interview_header .cnt .copy {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.single_interview .interview_wrap {
  border-top: 1px solid #E8E8E8;
}
.single_interview .interview_wrap .interview_mv {
  position: relative;
  max-width: 1044px;
  margin: 0 auto;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
@media screen and (max-width: 1140px) {
  .single_interview .interview_wrap .interview_mv {
    padding: 16px 48px;
  }
}
.single_interview .interview_wrap .interview_mv::before {
  content: "";
  display: block;
  width: 16px;
  height: calc(100% + 16px);
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  position: absolute;
  top: -16px;
  left: -16px;
}
@media screen and (max-width: 1140px) {
  .single_interview .interview_wrap .interview_mv::before {
    left: 16px;
  }
}
.single_interview .interview_wrap .interview_mv::after {
  content: "";
  display: block;
  width: 16px;
  height: calc(100% + 16px);
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  position: absolute;
  top: -16px;
  right: -16px;
}
@media screen and (max-width: 1140px) {
  .single_interview .interview_wrap .interview_mv::after {
    right: 16px;
  }
}
.single_interview .interview_wrap2 {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.single_interview .interview_wrap2 .interviw_cnt {
  position: relative;
  padding: 120px 32px 1px;
  max-width: 1044px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .single_interview .interview_wrap2 .interviw_cnt {
    padding: 64px 20px 1px;
  }
}
.single_interview .interview_wrap2 .interviw_cnt::before {
  content: "";
  display: block;
  width: 16px;
  height: calc(100% + 16px);
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  position: absolute;
  bottom: -16px;
  left: -16px;
}
.single_interview .interview_wrap2 .interviw_cnt::after {
  content: "";
  display: block;
  width: 16px;
  height: calc(100% + 16px);
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  position: absolute;
  bottom: -16px;
  right: -16px;
}
.single_interview .interview_wrap2 .interviw_cnt .text2,
.single_interview .interview_wrap2 .interviw_cnt .text3 {
  max-width: 792px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .single_interview .interview_wrap2 .interviw_cnt .text2,
  .single_interview .interview_wrap2 .interviw_cnt .text3 {
    margin-bottom: 64px;
  }
}
.single_interview .interview_wrap2 .interviw_cnt .img {
  text-align: center;
  font-size: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .single_interview .interview_wrap2 .interviw_cnt .img {
    margin-bottom: 64px;
  }
}
.single_interview .interview_points {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 160px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single_interview .interview_points {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.single_interview .interview_points li {
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .single_interview .interview_points li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .single_interview .interview_points li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.single_interview .interview_points li .img {
  width: 215px;
  margin-right: 56px;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .single_interview .interview_points li .img {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .single_interview .interview_points li .img {
    width: calc(50% - 20px);
  }
}
.single_interview .interview_points li .img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_interview .interview_points li .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .single_interview .interview_points li .cnt {
    width: 50%;
  }
}
.single_interview .interview_points li .cnt .num {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #B1B1B1;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}

/*/ blog ///////////////////////////////////////////*/
.archive_blog {
  padding: 0 20px 160px;
  margin-bottom: 160px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .archive_blog {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.archive_blog .blog_list {
  max-width: 1047px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.archive_blog .blog_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .archive_blog .blog_list li {
    margin-bottom: 48px;
  }
}
.archive_blog .blog_list li:nth-of-type(4n)::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .archive_blog .blog_list li:nth-of-type(even)::after {
    display: none;
  }
}
.archive_blog .blog_list li::after {
  content: "";
  display: block;
  background: #E8E8E8;
  width: 1px;
  height: 100%;
  margin: 0 52px;
}
@media screen and (max-width: 1080px) {
  .archive_blog .blog_list li::after {
    margin: 0 24px;
  }
}
.archive_blog .blog_list li a {
  width: 177px;
}
@media screen and (max-width: 1080px) {
  .archive_blog .blog_list li a {
    width: calc(25vw - 52px);
  }
}
@media screen and (max-width: 767px) {
  .archive_blog .blog_list li a {
    width: calc(50vw - 52px);
  }
}
.archive_blog .blog_list li a:hover .img img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.archive_blog .blog_list li a .img {
  font-size: 0;
  margin-bottom: 24px;
}
.archive_blog .blog_list li a .img img {
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.archive_blog .blog_list li a .cnt .date {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9A9595;
  line-height: 1.6;
}
.archive_blog .blog_list li a .cnt .ttl {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  margin-bottom: 8px;
}
.archive_blog .blog_list li a .cnt .txt {
  font-size: 12px;
  color: #9A9595;
  margin-bottom: 12px;
}
.archive_blog .blog_list li a .cnt .staff_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive_blog .blog_list li a .cnt .staff_box .icon {
  font-size: 0;
  margin-right: 10px;
  width: 32px;
}
.archive_blog .blog_list li a .cnt .staff_box .icon img {
  border-radius: 50%;
}
.archive_blog .blog_list li a .cnt .staff_box .name {
  font-size: 12px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9A9595;
  line-height: 1.4;
}
.archive_blog .blog_list li a .cnt .staff_box .name span {
  font-size: 10px;
  display: block;
}

.blog_list_footer {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .blog_list_footer {
    display: block;
  }
}
.blog_list_footer .blog_list_footer_cnt {
  position: relative;
}
.blog_list_footer .blog_list_footer_cnt .view_all {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog_list_footer .blog_staff_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  .blog_list_footer .blog_staff_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.blog_list_footer .blog_staff_list li {
  margin-right: 40px;
  width: 200px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .blog_list_footer .blog_staff_list li {
    width: 48%;
    margin: 0 0 24px;
  }
}
.blog_list_footer .blog_staff_list li:nth-of-type(3n) {
  margin-right: 0;
}
.blog_list_footer .blog_staff_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_list_footer .blog_staff_list li a img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .blog_list_footer .blog_staff_list li a img {
    width: 32px;
    height: 32px;
  }
}
.blog_list_footer .blog_staff_list li a p {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .blog_list_footer .blog_staff_list li a p {
    font-size: 12px;
  }
}
.blog_list_footer .blog_staff_list li a p span {
  display: block;
  font-size: 10px;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #9A9595;
  line-height: 1;
}

.staff_prof {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 120px auto 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .staff_prof {
    display: block;
  }
}
.staff_prof .staff_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .staff_prof .staff_box {
    margin: 0 0 32px;
  }
}
.staff_prof .staff_box .img {
  width: 120px;
  margin-right: 40px;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.staff_prof .staff_box .cnt {
  padding-top: 16px;
}
.staff_prof .staff_box .cnt .katagaki {
  font-size: 12px;
  color: #9A9595;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
.staff_prof .staff_box .cnt .name {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  .staff_prof .staff_box .cnt .name {
    font-size: 18px;
  }
}
.staff_prof .staff_box .cnt .en {
  font-family: "Spectral", "Noto Serif JP", serif;
  font-size: 14px;
  color: #9A9595;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .staff_prof .staff_box .cnt .en {
    font-size: 12px;
  }
}
.staff_prof .staff_box .cnt .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.staff_prof .staff_box .cnt .sns li {
  margin-right: 8px;
}
.staff_prof .staff_box .cnt .sns li:last-of-type {
  margin-right: 0;
}
.staff_prof .staff_box .cnt .sns li a:hover {
  opacity: 0.6;
}
.staff_prof .staff_text {
  width: 612px;
  margin-top: 60px;
  padding-top: 112px;
  border-top: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .staff_prof .staff_text {
    padding-top: 24px;
    margin-top: 0;
    width: 100%;
  }
}
.staff_prof .staff_text .copy {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .staff_prof .staff_text .copy {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.staff_prof .staff_text .txt {
  margin-bottom: 32px;
}
.staff_prof .staff_text .blog_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}

/*/ lifemarket ///////////////////////////////////////////*/
.lifemarket_img {
  max-width: 1020px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 100px;
}

.shop_sec {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .shop_sec {
    margin-bottom: 40px;
  }
}
.shop_sec.shop2 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .shop_sec.shop2 {
    margin-bottom: 60px;
  }
}
.shop_sec .shop_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .shop_sec .shop_list {
    margin-bottom: 0;
  }
}
.shop_sec .shop_list:last-of-type {
  margin-bottom: 0;
}
.shop_sec .shop_list > li {
  width: 220px;
  padding-right: 52px;
  padding-left: 52px;
  border-right: 1px solid #E8E8E8;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .shop_sec .shop_list > li {
    padding-right: 30px;
    padding-left: 30px;
    width: calc(25% - 51px);
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .shop_list > li {
    padding-right: 20px;
    padding-left: 20px;
    width: calc(50% - 21px);
    margin-bottom: 40px;
  }
}
.shop_sec .shop_list > li:first-of-type {
  padding-left: 0;
}
.shop_sec .shop_list > li:last-of-type {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .shop_sec .shop_list > li:nth-of-type(odd) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .shop_sec .shop_list > li:nth-of-type(even) {
    padding-right: 0;
    margin-right: 0;
    border: none;
    position: relative;
  }
}
.shop_sec .shop_list > li .img {
  font-size: 0;
  margin-bottom: 16px;
}
.shop_sec .shop_list > li .name {
  font-size: 12px;
  color: #9A9595;
  margin-bottom: 12px;
}
.shop_sec .shop_list > li .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop_sec .shop_list > li .sns li {
  margin-right: 8px;
  font-size: 0;
}
.shop_sec .shop_list > li .sns li:last-of-type {
  margin-left: 0;
}
.shop_sec .shop_list > li .sns li a:hover {
  opacity: 0.6;
}

.lifemarket_movie {
  max-width: 1020px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .lifemarket_movie {
    margin-bottom: 80px;
  }
}
.lifemarket_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*/ contact ///////////////////////////////////////////*/
.page_contact .share {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page_contact .share {
    margin-bottom: 100px;
  }
}
.page_contact .thanks_cnt {
  margin-bottom: 170px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .page_contact .thanks_cnt {
    margin-bottom: 80px;
  }
}
.page_contact .thanks_ttl {
  font-size: 20px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_contact .thanks_ttl {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.page_contact .thanks_txt {
  max-width: 424px;
  height: 160px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  margin: 0 auto 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_contact .thanks_txt2 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page_contact .thanks_txt2 {
    text-align: left;
  }
}
.page_contact .thanks_footer {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page_contact .thanks_footer {
    margin-bottom: 100px;
  }
}
.page_contact .thanks_footer .sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 588px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .page_contact .thanks_footer .sns_list {
    display: block;
  }
}
.page_contact .thanks_footer .sns_list li {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .page_contact .thanks_footer .sns_list li {
    margin: 0 0 24px !important;
    width: 100%;
  }
}
.page_contact .thanks_footer .sns_list li:first-of-type {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.page_contact .thanks_footer .sns_list li:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.page_contact .thanks_footer .sns_list li:nth-of-type(3) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  margin-bottom: 0;
}
.page_contact .thanks_footer .sns_list li.yt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.page_contact .thanks_footer .sns_list li.tt {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.page_contact .thanks_footer .sns_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Spectral", "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 640px) {
  .page_contact .thanks_footer .sns_list li a {
    font-size: 16px;
  }
}
.page_contact .thanks_footer .sns_list li a:hover {
  color: #595757;
}
.page_contact .thanks_footer .sns_list li a:hover::after {
  width: 13px;
  height: 13px;
}
.page_contact .thanks_footer .sns_list li a::after {
  content: "";
  display: block;
  background: url("../img/common/external_icon.svg") no-repeat center;
  background-size: 100%;
  width: 11px;
  height: 11px;
  margin-left: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page_contact .thanks_footer .sns_list li a .icon {
  margin-right: 10px;
}

/*/ PRIVACY POLICY ///////////////////////////////////////////*/
.page_privacy {
  max-width: 1020px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
.page_privacy ul li {
  margin-bottom: 64px;
}
.page_privacy ul li .ttl {
  border-left: 3px solid #9A9595;
  padding-left: 18px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .page_privacy ul li .ttl {
    font-size: 18px;
  }
}
.page_privacy ul li .cnt p {
  margin-bottom: 24px;
}
.page_privacy ul li .cnt ul li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 3px;
}
.page_privacy ul li .cnt ul li::before {
  content: "";
  display: block;
  background: #9A9595;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.72em;
}

.not404 {
  margin-bottom: 170px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .not404 {
    margin-bottom: 80px;
  }
}
.not404 .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
.not404 .btn a {
  width: 240px;
  height: 48px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #595757;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
}
.not404 .btn a:hover {
  background: #000;
}

.anime_img {
  z-index: 0;
  -webkit-mask-image: url("../img/common/img-mask.webp");
          mask-image: url("../img/common/img-mask.webp");
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
.anime_img.move {
  opacity: 1;
  -webkit-animation: 2s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
.page-transition {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100%;
  height: 200vh;
  z-index: 99999999;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.18, 1);
}

body.is-loaded .page-transition {
  -webkit-transform: translateY(200vh);
          transform: translateY(200vh);
}

body.is-leaving .page-transition {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.grecaptcha-badge {
  display: none;
}

/* スクロールヒント */
.scroll-hint-icon {
  position: absolute;
  top: calc(16% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
  z-index: 100;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll-hint-icon-wrap {
    display: block;
  }
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/*/ RECRUIT ///////////////////////////////////////////*/
.page_recruit .recruit_header {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .page_recruit .recruit_header {
    margin-bottom: 100px;
  }
}
.page_recruit .recruit_header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .page_recruit .recruit_header .wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_recruit .recruit_header .wrap {
    display: block;
    margin-bottom: 56px;
  }
}
.page_recruit .recruit_header .wrap > .cnt {
  margin-right: 80px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .page_recruit .recruit_header .wrap > .cnt {
    margin: 0 0 72px;
  }
}
.page_recruit .recruit_header .wrap > .cnt .copy {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 1.88;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .page_recruit .recruit_header .wrap > .cnt .copy {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.page_recruit .recruit_header .wrap > .cnt .txt {
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 56px;
}
.page_recruit .recruit_header .wrap > .cnt .link {
  max-width: 377px;
}
.page_recruit .recruit_header .wrap > .cnt .link .ttl {
  font-family: "Noto Serif JP", serif;
}
.page_recruit .recruit_header .wrap .img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page_recruit .recruit_header .wrap .img {
    text-align: center;
  }
}
.page_recruit .recruit_header .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
@media screen and (max-width: 1080px) {
  .page_recruit .recruit_header .imgs {
    padding-right: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .page_recruit .recruit_header .imgs {
    display: block;
    padding-right: 0;
  }
}
.page_recruit .recruit_header .imgs .img2 {
  padding-top: 150px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .page_recruit .recruit_header .imgs .img2 {
    margin: 64px 0 0;
    padding: 0;
    text-align: right;
  }
}
.page_recruit .recruit_img {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .page_recruit .recruit_img {
    margin-bottom: 100px;
  }
}
.page_recruit .message {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .page_recruit .message {
    margin-bottom: 100px;
  }
}
.page_recruit .message .sec_ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_recruit .message .sec_ttl {
    margin-bottom: 56px;
  }
}
.page_recruit .message .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_recruit .message .wrap {
    display: block;
  }
}
.page_recruit .message .wrap .img {
  font-size: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .page_recruit .message .wrap .img {
    margin: 0 0 56px;
  }
}
.page_recruit .message .wrap .cnt {
  width: 534px;
}
@media screen and (max-width: 767px) {
  .page_recruit .message .wrap .cnt {
    width: 100%;
  }
}
.page_recruit .message .wrap .cnt p {
  line-height: 2.14;
  margin-bottom: 32px;
}
.page_recruit .message .wrap .cnt .signe {
  text-align: right;
  margin-bottom: 0;
}
.page_recruit .movie {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .page_recruit .movie {
    width: 100%;
    margin-bottom: 100px;
  }
}
.page_recruit .movie .youtube {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.page_recruit .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_recruit .jobs {
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_recruit .jobs {
    margin-bottom: 100px;
  }
}
.page_recruit .jobs .sec_ttl {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page_recruit .jobs .sec_ttl {
    margin-bottom: 48px;
  }
}
.page_recruit .jobs .job_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 80px;
  padding-left: 158px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .page_recruit .jobs .job_list li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_recruit .jobs .job_list li {
    padding: 0;
    display: block;
    margin-bottom: 72px;
  }
}
.page_recruit .jobs .job_list li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 80px;
  padding-right: 158px;
}
@media screen and (max-width: 1280px) {
  .page_recruit .jobs .job_list li:nth-of-type(even) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_recruit .jobs .job_list li:nth-of-type(even) {
    padding: 0;
  }
}
.page_recruit .jobs .job_list li:nth-of-type(even) .cnt {
  margin-right: 0;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .page_recruit .jobs .job_list li:nth-of-type(even) .cnt {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .page_recruit .jobs .job_list li:nth-of-type(even) .img {
    text-align: right;
  }
}
.page_recruit .jobs .job_list li:nth-of-type(3) {
  padding-right: 0;
}
.page_recruit .jobs .job_list li .cnt {
  width: 432px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .page_recruit .jobs .job_list li .cnt {
    width: 100%;
    margin: 0 0 48px;
  }
}
.page_recruit .jobs .job_list li .cnt .ttl {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 24px;
  margin-bottom: 24px;
}
.page_recruit .jobs .job_list li .cnt .txt {
  font-size: 14px;
  line-height: 2.14;
}
.page_recruit .wrap_requirements {
  max-width: 1084px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .page_recruit .wrap_requirements {
    margin-bottom: 100px;
  }
}
.page_recruit .wrap_requirements .sec_ttl {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page_recruit .wrap_requirements .sec_ttl {
    margin-bottom: 48px;
  }
}
.page_recruit .wrap_requirements .requirements {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page_recruit .wrap_requirements .requirements {
    margin-bottom: 80px;
  }
}
.page_recruit .wrap_requirements .requirements .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 56px;
}
@media screen and (max-width: 1040px) {
  .page_recruit .wrap_requirements .requirements .wrap {
    width: 100%;
    display: block;
  }
}
.page_recruit .wrap_requirements .requirements .wrap ul {
  width: calc(50% - 8px);
}
@media screen and (max-width: 1040px) {
  .page_recruit .wrap_requirements .requirements .wrap ul {
    width: 100%;
  }
}
.page_recruit .wrap_requirements .requirements .wrap ul:last-of-type li:last-of-type {
  min-height: 68px;
}
@media screen and (max-width: 1040px) {
  .page_recruit .wrap_requirements .requirements .wrap ul:last-of-type li:last-of-type {
    min-height: 0;
  }
}
.page_recruit .wrap_requirements .requirements .wrap ul li {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_recruit .wrap_requirements .requirements .wrap ul li .ttl {
  width: 132px;
  padding: 10px 0;
  background: #F7F7F7;
  color: #000;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page_recruit .wrap_requirements .requirements .wrap ul li .ttl {
    width: 100px;
  }
}
.page_recruit .wrap_requirements .requirements .wrap ul li .ttl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 16px;
}
.page_recruit .wrap_requirements .requirements .wrap ul li .txt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 10px 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page_recruit .wrap_requirements .requirements .wrap ul li .txt {
    -webkit-flex-shrink: initial;
        -ms-flex-negative: initial;
            flex-shrink: initial;
  }
}
.page_recruit .wrap_requirements .requirements .wrap ul li .txt span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.page_recruit .event_reserve {
  margin-bottom: 0;
}
.page_recruit .event_reserve.recruit_application .bg_section_ttl {
  border-right: none;
}

.about_links {
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about_links {
    display: block;
    padding: 16px 0;
  }
}
.about_links.bg {
  border-top: 1px solid #E8E8E8;
}
.about_links.bg .about_links_ttl .box {
  background: #F7F7F7;
}
.about_links.bg .about_links_liks .box {
  background: #F7F7F7;
}
.about_links.bg .about_links_liks .box .reserve_cnt .reserve_btn {
  font-size: 16px;
  letter-spacing: 0.02em;
}
.about_links .about_links_ttl {
  width: 35.4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0;
  border-right: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .about_links .about_links_ttl {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.about_links .about_links_ttl .box {
  height: 384px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about_links .about_links_ttl .box {
    height: auto;
    padding: 48px 24px 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about_links .about_links_liks {
  width: 64.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .about_links .about_links_liks {
    width: 100%;
    padding: 0;
  }
}
.about_links .about_links_liks .box {
  height: 384px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .about_links .about_links_liks .box {
    width: 100%;
    height: auto;
    padding: 0 24px 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .about_links .about_links_liks .box ul {
    width: 100%;
  }
}
.about_links .about_links_liks .box ul li {
  width: 377px;
}
@media screen and (max-width: 767px) {
  .about_links .about_links_liks .box ul li {
    width: 100%;
  }
}
.about_links .about_links_liks .box ul li:first-of-type {
  margin-bottom: 32px;
}
.about_links .about_links_liks .box ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .about_links .about_links_liks .box ul li a {
    padding-bottom: 16px;
  }
}
.about_links .about_links_liks .box ul li a:hover .cnt {
  opacity: 0.6;
}
.about_links .about_links_liks .box ul li a .cnt {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about_links .about_links_liks .box ul li a .cnt .en {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .about_links .about_links_liks .box ul li a .cnt .en {
    font-size: 16px;
  }
}
.about_links .about_links_liks .box ul li a .cnt .ttl {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}

/* エントリーフォーム */
.recruit_entry .recruit_form_header {
  max-width: 1084px;
  padding: 0 20px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .recruit_entry .recruit_form_header {
    margin-bottom: 88px;
  }
}
.recruit_entry .recruit_form_header .copy {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruit_entry .recruit_form_header .copy {
    font-size: 24px;
    margin-bottom: 56px;
  }
}
.recruit_entry .recruit_form_header .txt p {
  font-size: 14px;
  margin-bottom: 32px;
}
.recruit_entry .thanks_utxt {
  text-align: center;
  margin-top: 32px;
}/*# sourceMappingURL=style.css.map */