/* CONTAINER */
.l-container {
  width: 82.0512%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-container {
    width: 90%;
  }
}
.l-container--1758 {
  max-width: 1758px;
}
.l-container--1620{
  max-width: 1620px;
}
.l-container--1550 {
  max-width: 1550px;
}
.l-container--1340 {
  max-width: 1340px;
}
.l-container--1200 {
  max-width: 1200px;
}
.l-container--1000 {
  max-width: 1000px;
}
/* BACK GROUND */
.bg_gray{
  position: relative;
}
.bg_gray::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #e6e6e6;
}
/* TXT BLOCK */
.txt_block p{
  margin-bottom: 0;
}
/* MARGIN */
.mb0{
  margin-bottom: 0;
}
/* NONE */
@media screen and (min-width: 992px) {
  .none_min992{
    display: none;
  }
  .none_max991{
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .none_min992{
    display: block;
  }
  .none_max991{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none{
    display: none;
  }
  .sp-none{
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-none{
    display: block;
  }
  .sp-none{
    display: none;
  }
}
/* BR */
.br_768-1699, .br_992-1199, .br_992-1499, .br_1200-1299, .br_1200-1399, .br_1400-1499{
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1699px) {
  .br_768-1699{
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .br_992-1199{
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1499px) {
  .br_992-1499{
    display: block;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .br_1200-1299{
    display: block;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .br_1200-1399{
    display: block;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .br_1400-1499{
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .br_min1500{
    display: block;
  }
  .br_max1499{
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .br_min1500{
    display: none;
  }
  .br_max1499{
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .br_min1400{
    display: block;
  }
}
@media screen and (max-width: 1399px) {
  .br_min1400{
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .br_min1300{
    display: block;
  }
}
@media screen and (max-width: 1299px) {
  .br_min1300{
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .br_min1200{
    display: block;
  }
  .br_max1199{
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .br_min1200{
    display: none;
  }
  .br_max1199{
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br_min992{
    display: block;
  }
  .br_max991{
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .br_min992{
    display: none;
  }
  .br_max991{
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .br_min768{
    display: block;
  }
  .br_max767{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br_min768{
    display: none;
  }
  .br_max767{
    display: block;
  }
}
/* SPACING */
.c-pl1 {
  padding-left: 4%;
}
@media screen and (max-width: 991px) {
  .c-pl1 {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .c-pl1 {
    padding-left: 8%;
  }
}
/* ULTILITIES */
.u-bg--white {
  background-color: #f5f5f5;
}
.u-bg--yel {
  background-color: #da9e2d;
  color: #fff;
}
.u-bg--green {
  background-color: #51977d;
  color: #fff;
}
.u-cl--yel {
  color: #da9e2d;
}
/* SHAPE */
.c-rect {
  position: absolute;
  z-index: 10;
}
/* LOGO */
.c-logo {
  margin-bottom: 0;
}
.c-logo a, .c-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
/* ======================================================================================= */
/* BTN WRAPPER */
.c-btns__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 991px) {
  .c-btns__wrapper {
    -webkit-box-orient: vertical;
  }
}
/* VM */
.vm{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #464646;
  color: #fff;
  position: relative;
  text-decoration: none;
  width: 200px;
  height: 50px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color ease .4s;
  cursor: pointer;
}
.vm::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #464646;
  transform-origin: 100% 50%;
  transform: scaleX(1);
  transition: transform ease .4s;
  z-index: -1;
}
.vm:hover{
  color: #464646;
  opacity: 1;
}
.vm:hover::before{
  transform: scaleX(0);
}
@media screen and (min-width: 1200px) {
  .vm{
    width: 240px;
    height: 60px;
    font-size: 1.4rem;
  }
}
/* VM 2 */
.vm2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #464646;
  color: #b4b4b4;
  position: relative;
  text-decoration: none;
  width: 180px;
  height: 46px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color ease .4s;
}
.vm2::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #464646;
  transform-origin: 100% 50%;
  transform: scaleX(1);
  transition: transform ease .4s;
  z-index: -1;
}
.vm2 .tab{
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  top: 50%;
  right: 9%;
  transform: translateY(-50%);
}
.vm2 .tab::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/icon-tab_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .4s;
  opacity: 1;
}
.vm2 .tab::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/icon-tab_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .4s;
  opacity: 0;
}
.vm2:hover{
  color: #464646;
  opacity: 1;
}
.vm2:hover::before{
  transform: scaleX(0);
}
.vm2:hover .tab::before{
  transition: .4s;
  opacity: 0;
}
.vm2:hover .tab::after{
  transition: .4s;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .vm2{
    width: 220px;
    height: 56px;
    font-size: 1.4rem;
  }
}
/* BTN 1 */
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.9rem;
  letter-spacing: 0;
  color: #fff;
  border: 2px solid transparent;
  background-color: #da9e2d;
  width: 280px;
  height: 70px;
  border-radius: 35px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-btn1:hover {
  opacity: 1;
  border-color: #da9e2d;
  background-color: #fafafa;
  color: #da9e2d;
}
.c-btn1--white {
  border: 1px solid #da9e2d;
  background-color: #fff;
  color: #da9e2d;
}
.c-btn1--white:hover {
  background-color: #da9e2d;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* BTN 2 */
.c-btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-btn2 .c-link__line {
  color: #da9e2d;
  font-size: 1.8rem;
}
.c-btn2 .c-link__line--white {
  color: #fff;
}
.c-btn2 .c-link__line:after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  margin-top: 4px;
  width: 100%;
}
.c-btn2 .c-link__arrow {
  margin-left: 34px;
}
.c-btn2:hover {
  opacity: 1;
}
.c-btn2--hovertarget:hover .c-link__line::after {
  -webkit-animation: lineani 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: lineani 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@-webkit-keyframes lineani {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes lineani {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
.c-btn2--hovertarget:hover .c-link__arrow::after {
  -webkit-animation: arrowani 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: arrowani 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@-webkit-keyframes arrowani {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes arrowani {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media screen and (max-width: 767px) {
  .c-btn2 .c-link__line {
    font-size: 1.4rem;
  }
  .c-btn2 .c-link__arrow {
    margin-left: 18px;
  }
}
/* ======================================================================================= */
/* LINK */
/* ARROW */
.c-link__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #da9e2d;
  transition: 0.4s;
}
.c-link__arrow--big {
  width: 84px;
  height: 84px;
}
.c-link__arrow::after {
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 4px solid transparent;
  transition: 0.4s;
}
.c-link__arrow--white {
  background-color: transparent;
  border: 1px solid #da9e2d;
}
.c-link__arrow--white::after {
  border-left-color: #da9e2d;
}
@media screen and (max-width: 767px) {
  .c-link__arrow {
    width: 40px;
    height: 40px;
  }
  .c-link__arrow::after {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
}
/* LINE */
.c-link__line::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
/* ======================================================================================= */
/* IMAGE */
.c-section-img {
  position: relative;
}
.c-section-img::before, .c-section-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* IMG WRAPPER */
/* IMG HOVER ZOOM */
.c-img__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  aspect-ratio: 3 / 2;
}
.c-img__wrapper img {
  width: 100%;
  display: block;
  height: 100%;
}
.c-img__wrapper img.eye-img {
  height: auto;
}
.c-img-hover--zoom {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-img-hover--default {
  background-color: #f1f1f1;
}
.c-img-hover--zoom img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.c-img-hover--default img.eye-img {
  height: auto !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .c-img-hover--zoom:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .c-img-hover--default:hover img.eye-img {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
}
/* IMAGE */
.c-svg-img {
  -o-object-fit: contain;
  object-fit: contain;
}
/* BACKGROUND IMAGE */
.c-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ======================================================================================= */
/* LAYOUT */
/* SECTION */
.c-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/* SECTION 2 COL */
.c-section__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-section__2col__first {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 5%;
}
.c-section__2col__second {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-section__2col__bottombreak {
  margin-bottom: 30px;
}
.c-section__2col__bottom {
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .c-section__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-section__2col__first {
    margin-right: 0;
  }
  .c-section__2col__second {
    width: 100%;
  }
}
/* SECTION TEXT IMAGE */
.c-section-textimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-section-textimg .c-section-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* SECTION HEADING */
.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-section-heading .c-title1, .c-section-heading .c-btn2 {
  margin-bottom: 10px;
}
.c-section-heading .c-title1 {
  margin-right: 10px;
}
/* SECTION INFO */
.c-section-info .c-title1 {
  margin-bottom: 26px;
}
.c-section-info .c-text.f-eng {
  margin-bottom: 6px;
}
.c-section-info .c-text--big {
  margin-bottom: 40px;
}
.c-section-info .c-text {
  max-width: 534px;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .c-section-info .c-title1 {
    margin-bottom: 10px;
  }
  .c-section-info .c-text.f-eng {
    margin-bottom: 10px;
  }
  .c-section-info .c-text--big {
    margin-bottom: 20px;
  }
  .c-section-info .c-text {
    margin-bottom: 30px;
  }
}
/* SECTION LIST */
.c-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.c-section-list a, .c-section-list img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 576px) {}
/* ======================================================================================= */
/* TEXT */
.c-text {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 32px;
  margin-bottom: 0;
}
.c-text--fw-400 {
  font-weight: 400;
}
.c-text.f-eng {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 28px;
}
.c-text--md {
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0;
}
.c-text--big {
  font-size: 3.4rem;
  letter-spacing: 0.16em;
  line-height: 54px;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 1.3rem;
    line-height: 22px;
  }
  .c-text--big {
    font-size: 2.4rem;
    line-height: 38px;
  }
  .c-text.f-eng {
    font-size: 1.1rem;
    line-height: 20px;
  }
}
/* NOTICE P */
.c-notice-p {
  margin: 30px !important;
}
/* VERTICAL TEXT */
.c-vertical-text {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
/* COPY RIGHT */
.c-copy-right {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 576px) {}
/* TITLE */
.c-title1 {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
.c-title1 .f-eng {
  display: block;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.c-title1 .c-moveleft {
  position: relative;
  left: -10px;
}
.c-title1 .f-eng--md {
  font-size: 7rem;
}
.c-title1 .f-eng--small {
  font-size: 6rem;
}
.c-title1 .f-eng--small.c-moveleft {
  left: -7px;
}
@media screen and (min-width: 768px) {
  .c-title1{
    font-size: 1.4rem;
  }
  .c-title1 .f-eng{
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-title1{
    font-size: 1.5rem;
  }
  .c-title1 .f-eng{
    font-size: 7rem;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 1500px) {
  .c-title1 .c-moveleft {
    left: -4px;
  }
  .c-title1 .f-eng--small {
    font-size: 4rem;
  }
  .c-title1 .f-eng--small.c-moveleft {
    left: -4px;
  }
}
/* LIMIT LINE PARAGRAPH */
.c-limit-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .c-limit-line {
    max-height: 2.4rem;
    line-height: 1.2rem;
  }
}
/* ======================================================================================= */
/* HOVER */
.c-hover-toggle {
  position: relative;
}
.c-hover-toggle .toggle-hide, .c-hover-toggle .toggle-show {
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-hover-toggle .toggle-hide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.c-hover-toggle:hover .toggle-hide {
  opacity: 1;
}
.c-hover-toggle:hover .toggle-show {
  opacity: 1;
}
/* ======================================================================================= */
/* NAV 1 */
.c-nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.c-nav1 a.disable-link {
  pointer-events: none;
}
.c-nav1 a {
  display: inline-block;
  color: currentColor;
  position: relative;
  white-space: nowrap;
  text-align: center;
}
.c-nav1 a:hover {
  opacity: 1;
}
.c-nav1 a span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: normal;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* SUB MENU */
.c-nav1__submenu-expand {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-nav1__submenu-expand::after {
  content: "";
  border-left: 4px solid transparent;
  border-top: 7px solid #000;
  border-right: 4px solid transparent;
  display: inline-block;
  margin-left: 5px;
  transition: 0.2s;
}
.c-nav1__submenu-expand:hover::after {
  transform: rotateX(180deg);
}
.c-nav1__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  background-color: #f9f9f9;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.c-nav1__submenu-expand:hover .c-nav1__submenu {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.c-nav1__submenu li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.c-nav1__submenu a {
  display: block;
  width: 210px;
  padding: 16px 0;
  text-align: center;
}
.c-nav1__submenu a:hover {
  background-color: #e9e9e9;
}
@media screen and (max-width: 1300px) {
  .c-nav1 a span {
    font-size: 1.3rem;
  }
}
/* ======================================================================================= */
/* NAV 2 */
.c-nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.c-nav2 li {
  width: 20%;
  border-top: 1px solid rgba(160, 160, 160, 0.25);
}
.c-nav2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.c-nav2 dt {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  padding: 33px 0 27px;
}
.c-nav2 dd {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.6rem;
}
.c-nav2 dd::before {
  content: "・";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 1.6rem;
  color: #787878;
  font-weight: 500;
}
.c-nav2 a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 32px;
  color: #787878;
}
.c-nav2 .c-seperator {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 1200px) {
  .c-nav2 dt{
    font-size: 1.9rem;
    padding: 20px 0 15px;
  }
  .c-nav2 dd::before{
    font-size: 1.4rem;
    top: 2px;
  }
  .c-nav2 a{
    font-size: 1.4rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .c-nav2 dt {
    font-size: 1.6rem;
    padding: 16px 14px;
    cursor: pointer;
    position: relative;
  }
  .c-nav2 dt .plus {
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .c-nav2 dt .plus::before,
  .c-nav2 dt .plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #4d4d4d;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
  }
  .c-nav2 dt .plus::before {
    width: 14px;
    height: 1px;
  }
  .c-nav2 dt .plus::after {
    width: 1px;
    height: 14px;
  }
  .c-nav2 dl.is-open dt .plus::after {
    transform: translate(-50%, -50%) scaleY(0);
  }
  .c-nav2 dd {
    display: none;
    margin: 0 14px;
  }
}
/* NAV 3 */
.c-nav3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-nav3 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.c-nav3 a::after {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  margin: 0 10px;
  background-color: #000;
}
.c-nav3 a:last-child:after {
  content: none;
}
@media screen and (max-width: 991px) {
  .c-nav2 li:last-child{
    border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .c-nav3 a {
    font-size: 1.3rem;
  }
}
/* NAV 4 */
.c-nav4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-nav4 li {
  margin-right: 90px;
}
.c-nav4 li:last-child {
  margin-right: 0;
}
.c-nav4 dt {
  font-size: 2rem;
  margin-bottom: 6px;
}
.c-nav4 dd {
  margin-bottom: 0;
}
.c-nav4 a {
  color: #808080;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .c-nav4 li {
    margin-right: 35px;
  }
  .c-nav4 dt {
    font-size: 1.6rem;
  }
  .c-nav4 a {
    font-size: 1.2rem;
    line-height: 24px;
  }
}
/* ======================================================================================= */
/* SLIDE */
.c-slider-wrapper {
  position: relative;
}
.c-slide {
  width: 100%;
  text-align: left;
  min-width: 1px;
  min-height: 1px;
}
.c-slide .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c-slide .slide-item {
  height: inherit;
}
.c-slide a, .c-slide img {
  display: block;
}
.c-slide a {
  height: 100%;
}
.c-slide img {
  width: 100%;
}
/* SLIDE ARROW */
.c-slide__arrows .slick-arrow {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  z-index: 10;
  border: 1px solid #da9e2d;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-slide__arrows .slick-arrow::before {
  content: none;
}
.c-slide__arrows .slick-arrow::after {
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-left: 9px solid #da9e2d;
  border-bottom: 4px solid transparent;
}
.c-slide__arrows .slick-prev::after {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.c-slide__arrows .slick-prev {
  left: 0;
}
.c-slide__arrows .slick-next {
  right: 0;
}
.c-slide__arrows .slick-prev:hover, .c-slide__arrows .slick-prev:focus, .c-slide__arrows .slick-next:hover, .c-slide__arrows .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .c-slide-arrow:hover::after {
    -webkit-animation: arrow_slide 0.5s ease-out alternate;
    animation: arrow_slide 0.5s ease-out alternate;
  }
}
@media screen and (max-width: 767px) {
  .c-slide__arrows .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
/* DOTS */
.c-slide__dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-slide__dots .slick-dots li {
  padding: 0;
  border: 1px solid #fff;
  margin: 0;
}
.c-slide__dots .slick-dots li + li {
  margin-left: 20px;
}
.c-slide__dots .slick-dots li.slick-active {
  background-color: #fff;
}
.c-slide__dots .slick-dots li button {
  display: none;
}
/* LIST */
.c-list1 {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.c-list1 li {
  position: relative;
}
.c-list1 li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.5);
  display: block;
}
.c-list1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0;
}
.c-list1 .item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
}
.c-list1 .item-title p {
  font-size: 3rem;
  letter-spacing: 0;
  margin-bottom: 0;
}
.c-list1 .item-title p.f-eng {
  font-size: 1.6rem;
}
.c-list1 a:hover {
  opacity: 0.9;
  color: #da9e2d;
}
.c-list1 li:hover::after {
  -webkit-animation: lineani2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: lineani2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@-webkit-keyframes lineani2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-color: #da9e2d;
  }
}
@keyframes lineani2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-color: #da9e2d;
  }
}
@media screen and (max-width: 767px) {
  .c-list1 a {
    padding: 15px 0;
  }
  .c-list1 .item-title {
    padding-right: 20px;
  }
  .c-list1 .item-title p {
    font-size: 1.8rem;
  }
  .c-list1 .item-title p.f-eng {
    font-size: 1.2rem;
  }
}
/* LIST 2 */
.c-list2__item + .c-list2__item {
  margin-top: 34px;
}
.c-list2__title, .c-list2__content {
  padding-left: 12px;
}
.c-list2__title {
  font-size: 2rem;
  margin-bottom: 4px;
  position: relative;
}
.c-list2__title2 {
  margin-bottom: 10px;
}
.c-list2__title::before {
  content: "";
  width: 2px;
  height: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #da9e2d;
}
.c-list2__content {
  color: #333333;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.c-list2__content + .c-list2__content {
  margin-top: 2px;
}
.c-list2__content--small {
  font-size: 1.6rem;
}
/* SUB LIST */
.c-list2__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list2__sublist li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.c-list2__sublist li:last-child {
  margin-right: 0;
}
.c-list2__sublist a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid rgba(179, 179, 179, 0.4);
  width: 120px;
  height: 90px;
}
.c-list2__sublist a img {
  display: block;
  width: 80%;
  max-height: 100%;
}
.c-list2__link {
  position: relative;
  color: #4d4d4d;
}
.c-list2__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .c-list2__item + .c-list2__item {
    margin-top: 20px;
  }
  .c-list2__title, .c-list2__content {
    padding-left: 10px;
  }
  .c-list2__title {
    font-size: 1.6rem;
  }
  .c-list2__title::before {
    height: 15px;
  }
  .c-list2__content {
    font-size: 1.3rem;
  }
  .c-list2__content--small {
    font-size: 1.1rem;
  }
  .c-list2__sublist li {
    margin-right: 5px;
  }
  .c-list2__sublist a {
    width: 105px;
    height: 75px;
  }
}
/* TEXT MARQUEE */
.c-marquee {
  width: 100vw;
  height: 288px;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.c-marquee__content {
  display: inline-block;
  line-height: 1;
  color: #f4f4f4;
  font-size: 38rem;
  letter-spacing: 0.05em;
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* BORDER  */
.c-border-botttom--yel {
  border-bottom: 8px solid #da9e2d;
}
/* ================================================================== */
/* PAGINATION  */
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 116px;
  margin-bottom: 0;
}
.c-pagination--center .c-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-pagination a {
  display: block;
  color: inherit;
}
.c-pagination a:hover {
  opacity: 0.7;
}
.c-pagination li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 24px;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  color: #464646;
  cursor: pointer;
  margin-right: 11px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-pagination li:last-child {
  margin-right: 0;
}
.c-pagination li.active {
  pointer-events: none;
  color: #a0a0a0;
  position: relative;
}
.c-pagination li.active::before{
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background-color: rgba(160,160,160,0.25);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-pagination li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 30px;
  }
  .c-pagination li {
    font-size: 1.5rem;
    margin-right: 6px;
  }
}
/* ================================================================== */
/* POST LOADING  */
.c-post-loading__wrapper {
  position: relative;
}
.c-post-loading {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 1px);
  transform: translate3d(-50%, -50%, 1px);
  display: none;
}
.c-post-loading__wrapper.loading .c-post-loading {
  display: inline-block;
}
.c-post-loading div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #da9e2d;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.c-post-loading div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
.c-post-loading div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.c-post-loading div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.c-post-loading div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
@media screen and (max-width: 767px) {}
/* ================================================================== */
/* INFORMATION POST */
.c-infor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.l-page-information .c-infor__content .infor-col {
  margin-right: 8.8%;
}
.c-infor__content .infor-col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11.2%;
}
.c-infor__content .infor-post__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#inforpost {
  min-height: 150px;
}
/* NAV  */
.c-infor__content #infor-nav {
  padding-top: 20px;
}
#infor-nav li + li {
  margin-top: 14px;
}
#infor-nav a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.5rem;
  min-width: 125px;
  padding: 4px 10px;
  border: 1px solid #da9e2d;
  color: #da9e2d;
  text-transform: uppercase;
  text-align: center;
}
#infor-nav a:hover, #infor-nav a.active {
  opacity: 1;
  background-color: #da9e2d;
  color: #fff;
}
/* INFOR SINGLE POST */
.c-post-infor{
  position: relative;
}
.c-post-infor::before, .c-post-infor::after{
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: rgba(160,160,160,0.25);
}
.c-post-infor:first-child:before{
  content: "";
  top: 0;
}
.c-post-infor::after{
  content: "";
  bottom: 0;
}
.c-post-infor a {
  display: block;
  padding: 20px 0;
  position: relative;
}
.c-post-infor a::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .4s,opacity ease .6s;
  opacity: 0;
  z-index: -1;
}
.c-post-infor a:hover::before{
  transform-origin: 0% 50%;
  transform: scaleX(1);
  opacity: 1;
}
.c-post-infor--flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transform: translateX(0);
  transition: .4s;
}
.c-post-infor .c-img__wrapper {
  width: 200px;
  /* サムネイルは潰さない（post-info側の最小幅に押されて0幅になるのを防ぐ） */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 261 / 217;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.c-post-infor .post-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* .post-title が display:-webkit-box（-webkit-line-clamp）のため、
     min-width:auto のままだとタイトル全文の1行分が最小幅として扱われ、
     サムネイルが潰れて画面外にはみ出す。0を明示して縮小を許可する。 */
  min-width: 0;
  padding-left: 7.4%;
  padding-right: 5%;
}
.c-post-infor .post-heading {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.c-post-infor .post-cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  text-transform: uppercase;
  border: 1px solid currentColor;
  color: #464646;
  padding: 0 14px;
  margin-right: 15px;
}
.c-post-infor .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 1.8rem;
  line-height: 27px;
  max-height: 54px;
  margin-bottom: 0;
}
.c-post-infor a .arrow{
  position: absolute;
  width: 50px;
  height: 22px;
  background-color: #464646;
  background-image: url(../../images/arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-post-infor .post-info{
    padding-right: 90px;
  }
  .c-post-infor a:hover .c-post-infor--flex{
    transform: translateX(20px);
    transition: .4s;
  }
}
@media screen and (min-width: 992px) {
  .c-post-infor .post-info{
    padding-right: 100px;
  }
  .c-post-infor a{
    padding: 25px 0;
  }
  .c-post-infor a:hover .c-post-infor--flex{
    transform: translateX(25px);
  }
  .c-post-infor .c-img__wrapper{
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .c-post-infor .post-info{
    padding-right: 120px;
  }
  .c-post-infor a:hover .c-post-infor--flex{
    transform: translateX(25px);
  }
  .c-post-infor a .arrow{
    width: 60px;
    height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .c-infor__content .infor-col {
    margin-right: 8%;
  }
}
@media screen and (max-width: 991px) {
  .c-infor__content .infor-col {
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .c-infor__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: unset;
  }
  #inforpost ul.c-post-list {
    border-top: 1px solid rgba(153, 153, 153, 0.5);
  }
  /* NAV */
  .c-infor__content #infor-nav {
    padding-top: 0;
  }
  #infor-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #infor-nav li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  #infor-nav li:last-child {
    margin-right: 0;
  }
  #infor-nav li + li {
    margin-top: 0;
  }
  #infor-nav a {
    min-width: 70px;
    font-size: 1rem;
  }
  /* INFOR SINGLE POST */
  .c-post-infor a {
    padding: 20px 0;
  }
  .c-post-infor .c-img__wrapper {
    width: 90px;
  }
  .c-post-infor .post-info {
    padding-left: 5%;
  }
  .c-post-infor .post-heading {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .c-post-infor .post-cat {
    height: 18px;
    padding: 0 5px;
    margin-right: 5px;
  }
  .c-post-infor .post-title {
    font-size: 1.3rem;
    line-height: 20px;
    max-height: 42px;
  }
  .c-post-infor a .arrow{
    display: none;
  }
}
/* ================================================================== */
/* LINK SECTION  */
.c-seciton-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-seciton-links__item {
  width: calc((100% - 26px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding: 3.8% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}
.c-seciton-links__item:hover {
  color: #fff;
  opacity: 0.9;
}
.c-seciton-links__item .c-title1 {
  margin-bottom: 46px;
}
.c-seciton-links__item .c-btn2__text:after {
  margin-top: -1px;
}
@media screen and (max-width: 1500px) {
  .c-seciton-links__item {
    height: 350px;
  }
  .c-seciton-links__item .c-title1 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .c-seciton-links__item {
    width: 100%;
    height: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .c-seciton-links .c-seciton-links__item + .c-seciton-links__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-seciton-links__item {
    height: 210px;
  }
  .c-seciton-links__item .c-title1 {
    margin-bottom: 16px;
  }
  .c-seciton-links .c-title1 .f-eng {
    font-size: 2.8rem;
  }
}
/* ================================================================== */
/* VOICE POST */
.c-post-voice {
  display: block;
}
.c-post-voice .post-video {
  position: relative;
  height: 200px;
  background-color: #1a1a1a;
}
.c-post-voice .post-video iframe {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.c-post-voice .video-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: progress;
}
.c-post-voice .video-overlay img {
  width: 100%;
  height: 100%;
  display: block;
}
.c-post-voice .video-overlay__loading {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.c-post-voice .video-overlay__loading div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.c-post-voice .video-overlay__loading div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.c-post-voice .post-title {
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #777;
  transition: 0.2s;
}
.c-post-voice:hover {
  opacity: 1;
}
.c-post-voice:hover .post-title {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-post-voice .post-video {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .c-post-voice .post-video {
    height: 176px;
  }
}
/* ================================================================== */
/* PAGE */
/* MAIN */
.l-main {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-bottom: 115px;
}
.l-main--bg-gray {
  background-image: linear-gradient(#f9f9f9, #f9f9f9);
  background-repeat: no-repeat;
  background-size: 100% 88%;
  background-position: bottom right;
}
@media screen and (max-width: 767px) {
  .l-main {
    font-size: 1.4rem;
    padding-bottom: 70px;
  }
}
/* PAGE HEADING */
.c-page-heading {
  padding-top: 277px;
  margin-bottom: 118px;
}
.c-page-heading.acv-gallery--heading{
  margin-bottom: 0;
  padding-bottom: 118px;
  position: relative;
}
.c-page-heading.gallery_singular{
  padding-top: 150px;
  margin-bottom: 0;
}
.c-page-heading__bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 250px;
  background-position: 50% 74%;
  margin-top: 120px;
}
.c-page-heading .c-title1 {
  /*text-transform: uppercase;*/
  margin-bottom: 22px;
}
.c-page-heading .c-title1 .f-eng {
  font-size: 9rem;
}
@media screen and (min-width: 768px) {
  .c-page-heading.gallery_singular{
    padding-top: 200px;
  }
  .acv-gallery--search{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-heading.gallery_singular{
    padding-top: 300px;
  }
}
/* PAGE CONTAINER */
.c-page-container {
  padding-left: 9.7%;
}
@media screen and (min-width: 768px) {
  .c-page-heading__bg {
    height: auto;
    aspect-ratio: 9 / 4;
    max-height: 800px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-heading__bg {
    margin-top: 80px;
  }
  .c-page-heading .c-title1 .f-eng {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-heading {
    padding-top: 150px;
    margin-bottom: 70px;
  }
  .c-page-heading.acv-gallery--heading{
    padding-bottom: 35px;
  }
  .c-page-heading .c-title1 .f-eng {
    font-size: 3.5rem;
  }
  .c-page-heading__bg {
    margin-top: 40px;
  }
}
/* STEP */
ul.c-step {
  max-width: 585px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
ul.c-step::before {
  content: "";
  background-color: rgba(70, 70, 70, 0.7);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.c-step li {
  background-color: #f9f9f9;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 10px;
}
.c-step li:last-child {
  margin-right: 0;
}
.c-step li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #464646;
  margin-bottom: 8px;
}
.c-step li.active::before {
  background-color: #464646;
}
.c-step__index {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .c-step__index {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}
/* FORM MODEL */
#form-model .form-group {
  margin-bottom: 56px;
}
#form-model .form-label {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 24px;
}
#form-model .form-label__required {
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  background-color: #d41515;
  padding: 2px 10px;
  margin-right: 18px;
}
#form-model input, #form-model textarea, #form-model select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  margin: 0;
  border: 1px solid rgba(153, 153, 153, 0.5);
  padding: 23px 30px;
}
#form-model textarea {
  padding-bottom: 32px;
}
#form-model input, #form-model textarea, #form-model select {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0;
}
#form-model input.form-input__small300 {
  max-width: 300px;
}
#form-model input[type="submit"] {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  background-color: #464646;
  padding: 20px 10px;
  color: #fff;
  margin-top: 48px;
}
#form-model p {
  margin-bottom: 0;
}
#form-model .form-scroll {
  border: 1px solid rgba(153, 153, 153, 0.5);
  background: #fff none repeat scroll 0%;
  height: 150px;
  overflow: scroll;
  padding: 10px 19px;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 25px;
  margin-bottom: 36px;
}
#form-model .form-scroll__mb {
  margin-bottom: 30px;
}
#form-model .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}
/* RADIO */
#form-model .form-input__checkbox .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* CUSTOM CHECKBOX */
#form-model .form-input__checkbox .wpcf7-list-item {
  margin: 0;
}
#form-model .form-input__checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 6px;
}
#form-model .form-input__checkbox label {
  cursor: pointer;
}
#form-model .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form-model .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0;
  border-radius: 50%;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::before, #form-model .form-input__checkbox .wpcf7-list-item-label::after {
  content: "";
  border-radius: inherit;
  transition: 0.2s;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::before {
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 14px;
  border: 1px solid rgba(153, 153, 153, 0.5);
}
#form-model .form-input__checkbox .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0;
  background-color: #464646;
}
#form-model .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-top--text{
  margin-bottom: 4rem;
}
#form-model .form_c_item.datetime{
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
#form-model .form_c_item.datetime .select_item{
  position: relative;
  width: calc((100% - 5px)/2);
}
#form-model .form_c_item.datetime .select_item select{
  width: 100%;
  padding-right: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #ccc;
}
#form-model .form_c_item.datetime .select_item select.selected{
  color: #000;
}
#form-model .form_c_item.datetime .select_item::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #464646;
  border-bottom: 1px solid #464646;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .form-top--text, .form-bottom--text{
    text-align: center;
  }
  .form-top--text{
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #form-model .form-group {
    margin-bottom: 30px;
  }
  #form-model input.form-input__small300 {
    max-width: unset;
  }
  #form-model .form-label {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  #form-model .form-label__required {
    font-size: 1.1rem;
    margin-right: 10px;
  }
  #form-model input, #form-model textarea, #form-model select {
    font-size: 1.4rem;
    padding: 12px 16px;
  }
  #form-model input[type="submit"] {
    font-size: 1.6rem;
    padding: 16px 10px;
  }
  /* CUSTOM CHECKBOX */
  #form-model .form-input__checkbox .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
  #form-model .form-input__checkbox .wpcf7-list-item-label::before {
    height: 16px;
    width: 16px;
    margin-right: 10px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item-label::after {
    left: 3px;
    width: 10px;
    height: 10px;
  }
}
#form-model .wpcf7-spinner{
  display: none;
}

/*---------- 予約状況 ----------*/
.event-form{
	margin-top: 5.4928rem;
}
/***** 予約状況エリア全体 *****/
.res-status-container {
    margin: 0 auto 5.892rem;
}
.res-status-title{
  font-size: 18px;
  font-weight: 500;
	margin-bottom: 10px;
  letter-spacing: 0.08em;
	line-height: 1.5;
}
.res-status-lead{
	margin-bottom: 5px;
}
.res-status-item{
	font-size: 12px;
	margin-bottom: 0;
}
.res-status-body{
	margin-top: 30px;
}

/***** 日付ごとのブロック（日付＋枠） *****/
.res-date-group + .res-date-group {
    margin-top: 30px; /* 日付ごとの間隔 */
}

/* 日付ラベル：枠の上に配置 */
.res-date-label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(200,200,200,0.5);
    color: #464646;
}

/***** 予約枠グリッド（横並びの箱） *****/
.res-slot-grid {
    display: flex;
    flex-wrap: wrap;    /* 入りきらない場合に折り返す */
    gap: 10px;          /* ボタン同士の隙間（上下左右） */
}

/***** 枠ボタンの基本設定 *****/
.res-slot-btn {
    position: relative; /* バッジ（absolute）の基準点 */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; /* 時間と記号を横に並べる */
    box-sizing: border-box;
    
    /* スマホ時：3列（隙間を考慮して約31%） */
    width: calc(33.333% - 7px); 
    
    padding: 10px 0;
    border: 1px solid #ddd;
    text-decoration: none;
    background: #fff;
    gap: 6px;
    transition: all 0.2s ease;
}
.res-slot-btn:hover{
	text-decoration: none;
}

/* 時間と記号の文字設定 */
.slot-time {
    font-size: 14px;
    font-weight: 500;
    color: #464646;
}
.slot-icon {
    font-size: 14px;
    color: #464646;
}

/***** 個別ステータス設定 *****/

/* --- 残りわずか (is-low) --- */
.res-slot-btn.is-low {
    border: 2px solid #808080 !important;
    background-color: #f5f5f5;
}
.res-slot-btn.is-low .slot-icon {
    color: #464646;
    font-weight: 500;
}

/* バッジ（残りn枠） */
.slot-badge {
    position: absolute;
    top: -8px;      /* ボタンの枠より少し上に出す */
    right: 5px;      /* 右側に配置 */
    z-index: 2;
    padding: 2px 6px 3px;
    background: #808080;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    border-radius: 10px;
}

/* --- 満員 (is-full) --- */
.res-slot-btn.is-full {
    background-color: #F0F0F0;
    border: 1px solid #e0e0e0;
    pointer-events: none;
}
.res-slot-btn.is-full .slot-time,
.res-slot-btn.is-full .slot-icon {
    color: #b3b3b3;
}

/* --- 選択中のスタイル (is-active) --- */
.res-slot-btn.is-active {
    background-color: #464646 !important; /* ボタン全体の色 */
    border-color: #464646 !important;
    color: #fff !important;
}

.res-slot-btn.is-active .slot-time,
.res-slot-btn.is-active .slot-icon {
    color: #fff !important; /* 中の文字や記号も白抜きにする */
}


/***** レスポンシブ設定（PC画面） *****/
@media screen and (min-width: 768px) {
    .res-slot-btn {
        /* PCでは固定幅にして、横にたくさん並ぶようにする */
        width: 130px;
        padding: 12px 0;
    }
    
    .slot-time, .slot-icon {
        font-size: 15px;
    }
	.slot-badge{
		right: 10px;
		padding: 4px 8px;
	}
}
@media screen and (min-width: 1200px){
	#ev_form{
		margin-top: 8.928rem;
	}
	.event-form{
		margin-top: 8.527rem;
	}
	.res-status-container{
		margin-bottom: 10.528rem;
	}
	.res-status-title{
		font-size: 20px;
		margin-bottom: 0.785rem;
	}
}


/* ================================================================== */
/* 404  */
.block404{
  display: block;
  margin-bottom: 100px;
}
.head-text--404{
  margin-top: 10px;
}
.c-page-heading .c-title1 .head-text--404 .f-eng{
  font-size: unset;
  display: inline;
  margin-right: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block404{
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .block404{
    margin-bottom: 160px;
  }
}
/* ================================================================== */
/* POST EVENT archive  */

.c-event-list{
  margin-bottom: 0;
}
.c-event-list li{
  list-style-type: none;
  margin-top: 5rem;
}
.c-event-list li:first-child{
  margin-top: 0;
}
.event_img.zoom{
  aspect-ratio: 101 / 80;
  position: relative;
}
.event_img.zoom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event_status{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
}
.event-ttl{
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #464646;
  margin-top: 24px;
  margin-bottom: 10px;
}
.event_info{
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.57;
  color: #a0a0a0;
}
@media screen and (min-width: 768px) {
  .c-event-list{
    display: flex;
    flex-wrap: wrap;
  }
  .c-event-list li{
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }
  .c-event-list li:nth-child(3n){
    margin-right: 0;
  }
  .c-event-list li:nth-child(2), .c-event-list li:nth-child(3){
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-event-list li{
    width: calc((100% - 80px)/3);
    margin-right: 40px;
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-ttl{
    font-size: 1.7rem;
    margin-top: 22px;
    margin-bottom: 13px;
  }
  .event_info{
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .c-event-list li {
    width: calc((100% - 120px)/4);
    margin-right: 40px;
  }
  .c-event-list li:nth-child(3n){
    margin-right: 40px;
  }
  .c-event-list li:nth-child(4n){
    margin-right: 0;
  }
  .c-event-list li:nth-child(4){
    margin-top: 0;
  }
}
@media screen and (min-width: 1800px) {
  .c-event-list li {
    width: calc((100% - 180px)/4);
    margin-right: 60px;
  }
  .c-event-list li:nth-child(3n){
    margin-right: 60px;
  }
  .c-event-list li:nth-child(4n){
    margin-right: 0;
  }
}
/* POST EVENT single */
.event-info #form{
  margin-bottom: 0;
}
.event-info #form th, .event-info #form td{
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  padding: 20px 0;
  font-weight: 500;
  line-height: 27px;
  vertical-align: baseline;
}
.event-info #form tr:first-child th, .event-info #form tr:first-child td{
  border-top: 1px solid rgba(160, 160, 160, 0.25);
}
.event-info .vm{
  margin-top: 4rem;
}
.event-contents{
  margin-top: 8rem;
}
.ev_block + .ev_block{
  margin-top: 4.5rem;
}
.ev_img{
  margin-bottom: 2.5rem;
}
#ev_form{
  margin-top: 6rem;
}
#main2 #ev_form .c-title1{
  background: transparent;
  color: unset;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0;
  margin-bottom: 42px;
}
.page-button.ev_bottom{
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .event-info .vm{
    margin-top: 6rem;
  }
  .ev_block + .ev_block{
    margin-top: 7rem;
  }
  .ev_block .txt_block .c-text{
    line-height: 27px;
  }
  #ev_form{
    margin-top: 8.5rem;
  }
  #main2 #ev_form .c-title1{
    font-size: 1.4rem;
    margin-bottom: 61px;
  }
  .page-button.ev_bottom{
    margin-top: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .ev_block + .ev_block{
    margin-top: 8rem;
  }
  #ev_form{
    margin-top: 10rem;
  }
  #main2 #ev_form .c-title1{
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-contents{
    margin-top: 10rem;
  }
  .page-button.ev_bottom{
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 479px) {
  .event-info #form th, .event-info #form td{
    display: table-cell;
    padding: 14px 0;
  }
  .event-info #form th{
    width: 30%;
  }
  .event-info #form td{
    width: 70%;
  }
}


/*20260619追加*/
.page-button{
    width: 85%;
    margin: 0 auto 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 60px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: .3s;
    position: relative;
}
.page-button a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: 100% 50%;
    transform: scaleX(1);
    transition: transform ease .4s;
    z-index: -1;
}
.page-button a:hover::before{
    transform: scaleX(0);
}
.page-button a:first-child{
    border: 1px solid #464646;
    color: #fff;
}
.page-button a:nth-child(2){
    border: 1px solid #b4b4b4;
    color: #fff;
}
.page-button a:first-child::before{
    background-color: #464646;
}
.page-button a:nth-child(2)::before{
    background-color: #b4b4b4;
}
.page-button a:first-child:hover{
    text-decoration: none;
    color: #464646;
}
.page-button a:nth-child(2):hover{
    text-decoration: none;
    color: #b4b4b4;
}
.page-button a + a{
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .page-button{
        flex-direction: row;
        justify-content: center;
        margin-bottom: 10rem;
    }
    .page-button a + a{
        margin-top: 0;
        margin-left: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .page-button{
        margin-bottom: 18rem;
    }
}


.related-thumb-img{
  aspect-ratio: 8 / 5;
}
.related-thumb-img img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* ================================================================== */
/* GALLERY */
.p-gallery{
  position: relative;
  padding-top: 140px;
}
.p-gallery::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(160,160,160,0.25);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery{
    padding-top: 70px;
  }
}
.c-post-gallery__list{
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  row-gap: 5rem;
}
.c-post-gallery__list li{
  width: 100%;
}
.c-post-gallery__list li a{
  display: block;
}
.gallery__list-eye.zoom{
  aspect-ratio: 4 / 3;
  margin-bottom: 19px;
}
.gallery__list-eye.zoom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__list-title{
  font-size: 15px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.gallery-tag{
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #a0a0a0;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .c-post-gallery__list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px;
  }
  .c-post-gallery__list li{
    width: calc((100% - 40px)/2);
  }
  .gallery__list-title{
    font-size: 17px;
  }
  .gallery-tag{
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .c-post-gallery__list{
    row-gap: 7.4rem;
  }
  .c-post-gallery__list li{
    width: calc((100% - 80px)/3);
  }
}
@media screen and (min-width: 1400px) {
  .c-post-gallery__list{
    column-gap: 60px;
  }
  .c-post-gallery__list li{
    width: calc((100% - 120px)/3);
  }
  .gallery__list-eye.zoom{
    margin-bottom: 24px;
  }
  .gallery-tag{
    margin-top: 14px;
  }
}
/* GALLERY - 絞り込み */
/**********************
ページ ヘッダー 共通ボタン
**********************/
.head-common-information-btn-list{
	display: flex;
	text-align: center;
	padding-left: 0;
	margin-bottom: 0;
}
.head-common-information-btn-list li{
	list-style: none;
	border-left: 1px #ccccc2 solid;
}
.head-common-information-btn-list li:last-of-type{
	border-right: 1px #ccccc2 solid;
}
.hcib-2-search-filter .head-common-information-btn-list li{
	width: 50%;
}
@media screen and (min-width: 768px){
	.head-common-information-pan-btn{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.head-common-information-btn.hcib-2-search-filter{
		width: 40rem;
    margin-left: auto;
	}
}
@media screen and (min-width: 1200px){
	.head-common-information-btn.hcib-2-search-filter{
		width: 53.6rem;
	}
}
@media screen and (max-width: 1199px){
	.head-common-information-btn{
		padding-top: 4rem;
	}
	.head-common-information-btn-list{
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1200px){
	.head-common-information-pan-btn{
		margin-top: -3rem;
	}
}
@media screen and (max-width: 767px) {
  .hcib-2-search-filter .head-common-information-btn-list li.hcib-2sf-category{
    width: 46%;
  }
  .hcib-2-search-filter .head-common-information-btn-list li.hcib-2sf-tag{
    width: 54%;
  }
}
.hcib-2-search-filter .search-filter-component-combobox{
	padding: 0;
	border: none;
  margin-right: auto;
  margin-left: auto;
}
.hcib-2-search-filter .search-filter-component-combobox__header{
	margin-right: auto;
	margin-left: auto;
	align-items: center;
}
/*  */
.hcib-2-search-filter .search-filter-base{
	letter-spacing: 0.05em;
}
.hcib-2-search-filter .search-filter-component-combobox--mode-single .search-filter-component-combobox__actions.search-filter-component-combobox__actions--empty{
	padding-right: 0;
}
.hcib-2-search-filter .search-filter-component-combobox .search-filter-component-combobox__selection, .hcib-2-search-filter .search-filter-component-combobox input[type=text]{
	padding-top: 1.35rem;
	padding-bottom: 1.35rem;
}
/* icon */
.hcib-2-search-filter .search-filter-component-combobox__listbox-toggle{
	flex: 0 0 30px;
}
.hcib-2-search-filter .search-filter-component-combobox .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle{
	flex-basis:initial;
	flex: initial;
	display: block;
}
.hcib-2-search-filter .search-filter-component-combobox__listbox-toggle::before{
	display: none;
}
.hcib-2-search-filter .search-filter-icon{
	background-color: #464646;
	position: relative;
  border-radius: 0;
}
.hcib-2-search-filter .search-filter-icon::after{
	content: " ";
	position: absolute;
	display: block;
	background-image: url(../../images/arrow_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: rotate(90deg);
}
.hcib-2-search-filter .search-filter-icon svg{
	display: none;
}
.hcib-2-search-filter .search-filter-component-combobox.search-filter-component-combobox-base--listbox-visible .search-filter-component-combobox__listbox-toggle{
transform: initial;
}
.hcib-2-search-filter .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle{
	flex-basis: initial;
}
.hcib-2-search-filter .search-filter-component-combobox .search-filter-component-combobox__clear-selection{
	display: none;
}
@media screen and (max-width: 1199px){
	.hcib-2-search-filter .search-filter-base{
		--search-filter-scale-font-size:1.2rem;
	}
	.hcib-2-search-filter .search-filter-component-combobox .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle{
		width: 2rem;
	}
	.hcib-2-search-filter .search-filter-icon{
		width: 50px;
    height: 22px;
	}
	.hcib-2-search-filter .search-filter-icon::after{
		width: 12px;
    height: 10px;
		top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
	}
}
@media screen and (min-width: 1200px){
	.hcib-2-search-filter .search-filter-base{
		--search-filter-scale-font-size:1.5rem;
	}
	.hcib-2-search-filter .search-filter-component-combobox .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle{
		width: 3rem;
	}
	.hcib-2-search-filter .search-filter-icon{
		width: 60px;
    height: 30px;
	}
	.hcib-2-search-filter .search-filter-icon::after{
		width: 12px;
    height: 10px;
		top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
	}
}
@media screen and (max-width: 767px) {
  .hcib-2-search-filter .search-filter-icon{
    width: 30px;
    height: 17px;
  }
	.hcib-2-search-filter .search-filter-icon::after{
		width: 8px;
    height: 7px;
		top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
	}
}
/* 項目ごとに変更 */
@media screen and (max-width: 1199px) {
  .hcib-2-search-filter .hcib-2sf-category .search-filter-component-combobox__header, .hcib-2-search-filter .hcib-2sf-tag .search-filter-component-combobox__header{
    min-width: 135px !important;
    max-width: 13.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .hcib-2-search-filter .hcib-2sf-category .search-filter-component-combobox__header{
    min-width: 111px !important;
    max-width: 111px !important;
  }
}
@media screen and (min-width: 1200px){
	.hcib-2-search-filter .hcib-2sf-category .search-filter-component-combobox__header,
  .hcib-2-search-filter .hcib-2sf-tag .search-filter-component-combobox__header{
		max-width: 15.8rem !important;
    min-width: 15.8rem !important;
	}
}
/* 表示するリスト */
.search-filter-component-popup.search-filter-field__popup--id-1, .search-filter-component-popup.search-filter-field__popup--id-2{
	background-color: #f5f5f5;
	border-color: transparent;
  border-radius: 0 !important;
}
@media screen and (max-width: 1199px){
	.search-filter-component-popup.search-filter-field__popup--id-1, .search-filter-component-popup.search-filter-field__popup--id-2{
		font-size: 1.2rem;
    width: 199px !important;
	}
}
@media screen and (max-width: 576px) {
  .search-filter-component-popup.search-filter-field__popup--id-1, .search-filter-component-popup.search-filter-field__popup--id-2{
    width: 165px !important;
  }
}
@media screen and (min-width: 1200px){
	.search-filter-component-popup.search-filter-field__popup--id-1, .search-filter-component-popup.search-filter-field__popup--id-2{
		margin-top: 20px;
	}
	.search-filter-component-popup.search-filter-field__popup--id-1, .search-filter-component-popup.search-filter-field__popup--id-2{
		width: 268px !important;
	}
	.search-filter-component-popup.search-filter-field__popup--id-1,.search-filter-component-popup.search-filter-field__popup--id-2{
		font-size: 1.5rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.search-filter-field__popup--id-1 .search-filter-component-combobox-base__listbox-option,.search-filter-field__popup--id-2 .search-filter-component-combobox-base__listbox-option{
		padding-right: 12.037%;
		padding-left: 12.037%;
	}
}
/* GALLERY - single */
.single-gallery--flex{
  margin-bottom: 100px;
}
.single-gallery--left h1{
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 34px;
}
.gallery-eye img{
  max-width: 100%;
  height: auto;
}
.gallery-description{
  text-align: justify;
  margin-top: 35px;
}
.gallery-cat_tag{
  margin-bottom: 15px;
}
.gallery-cat_tag .gallery-category{
  background-color: #464646;
  color: #fff;
  padding: 0 2rem;
  height: 30px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 10px;
}
.gallery-cat_tag .gallery-tag-list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 13px;
}
.gallery-cat_tag .gallery-tag-list .gallery-tag{
  color: #464646;
  margin: 0;
  transition: .4s;
}
.gallery-cat_tag .gallery-tag-list .gallery-tag:hover{
  opacity: 0.8;
}
.single-gallery-info-table{
  width: 100%;
  margin-top: 40px;
}
.single-gallery-info-table th, .single-gallery-info-table td{
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid rgba(160,160,160,0.25);
  padding: 1rem 0;
}
.single-gallery-info-table tr:first-child th, .single-gallery-info-table tr:first-child td{
  border-top: 1px solid rgba(160,160,160,0.25);
}
.gallery-btn{
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.gallery-btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 60px;
  font-size: 15px;
  letter-spacing: 0.04em;
  transition: .4s;
}
.gallery-btn a + a{
  margin-top: 15px;
}
.gallery-btn a::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: 100% 50%;
  transform: scaleX(1);
  transition: transform ease .4s;
  z-index: -1;
}
.gallery-btn a.btn_document{
  border: 1px solid #464646;
}
.gallery-btn a.btn_document::before{
  background-color: #464646;
}
.gallery-btn a.btn_gallery{
  border: 1px solid #b4b4b4;
}
.gallery-btn a.btn_gallery::before{
  background-color: #b4b4b4;
}
.gallery-btn a.btn_document:hover{
  color: #464646;
}
.gallery-btn a.btn_gallery:hover{
  color: #b4b4b4;
}
.gallery-btn a:hover::before{
  transform: scaleX(0);
}
.gallery-main-contents{
  margin-top: 60px;
}
.gallery-main-contents #main2{
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .single-gallery--flex{
    margin-bottom: 140px;
  }
  .single-gallery--left h1{
    font-size: 2.2rem;
    margin-bottom: 44px;
  }
  .gallery-description{
    margin-top: 53px;
    line-height: 27px;
  }
  .gallery-cat_tag{
    display: flex;
    margin-bottom: 40px;
  }
  .gallery-cat_tag .gallery-category{
    font-size: 15px;
    display: flex;
    height: 36px;
    padding: 0 2.4rem;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .gallery-cat_tag .gallery-tag-list{
    column-gap: 15px;
    padding-top: 5px;
    width: calc(100% - (132px + 20px));
  }
  .single-gallery-info-table th, .single-gallery-info-table td{
    padding: 1.67rem 0;
  }
  .gallery-btn{
    margin-top: 80px;
  }
  .gallery-main-contents{
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-gallery-info-table{
    margin-top: 54px;
  }
  .gallery-btn{
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .gallery-btn a + a{
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .single-gallery--flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .single-gallery--left{
    width: 27.16%;
    top: 100px;
    position: sticky;
  }
  /* position:stickyが祖先のoverflowで無効化される環境向けのJSフォールバック */
  .single-gallery--left.is-fixed{
    position: fixed;
    top: 100px;
  }
  .single-gallery--left.is-bottom{
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .single-gallery--left-placeholder{
    display: none;
  }
  .single-gallery--left-placeholder.is-active{
    display: block;
  }
  .single-gallery--right{
    width: 61.728%;
  }
  .gallery-btn a + a{
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .single-gallery--flex{
    margin-bottom: 200px;
  }
  .single-gallery-info-table th, .single-gallery-info-table td{
    font-size: 15px;
  }
  .gallery-main-contents{
    margin-top: 120px;
  }
}
/* 施工詳細用 */
.gallery-case-detail__img.zoom{
  margin-bottom: 18px;
}
.gallery-case-detail__img.zoom img{
  max-width: 100%;
  height: auto;
}
.gallery-case-detail__text{
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .gallery-case-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
    column-gap: 30px;
  }
  .gallery-case-detail__text{
      line-height: 27px;
  }
  .gallery-case-detail__item{
    width: calc((100% - 30px)/2);
  }
}
@media screen and (min-width: 1400px) {
  .gallery-case-detail{
    row-gap: 50px;
    column-gap: 40px;
  }
  .gallery-case-detail__item{
    width: calc((100% - 40px)/2);
  }
  .gallery-case-detail__img.zoom{
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .gallery-case-detail{
    row-gap: 60px;
    column-gap: 50px;
  }
  .gallery-case-detail__item{
    width: calc((100% - 50px)/2);
  }
  .gallery-case-detail__img.zoom{
    margin-bottom: 28px;
  }
}
/* ギャラリー用 */
.masonry-gallery{
  position: relative;
  --masonry-gap: 10px;
  margin-bottom: calc(var(--masonry-gap) * -1);
}
.masonry-sizer,
.masonry-item{
  width: calc(50% - (var(--masonry-gap) / 2));
}
.masonry-item{
  margin-bottom: var(--masonry-gap);
}
.masonry-item a{
  display: block;
  overflow: hidden;
  position: relative;
}
.masonry-item a::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.masonry-item a:hover::after{
  opacity: 1;
}
.masonry-item img{
  width: 100%;
  height: auto;
  display: block;
}
.masonry-item__caption{
  font-size: 10px;
  line-height: 1.6;
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.masonry-item a:hover ~ .masonry-item__caption{
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .masonry-sizer,
  .masonry-item{
    width: calc(33.333% - (var(--masonry-gap) * 2 / 3));
  }
  .masonry-item__caption{
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .masonry-gallery{
    --masonry-gap: 15px;
  }
}
@media screen and (min-width: 1800px) {
  .masonry-item__caption{
    font-size: 13px;
  }
}
/* STAFF COMMENT / OWNER VOICE */
.gallery-sc_ov{
  margin-top: 80px;
  margin-bottom: 0;
}
.gallery-sc_ov li{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.gallery-sc_ov li::before, .gallery-sc_ov li::after{
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: rgba(160,160,160,0.25);
}
.gallery-sc_ov li:first-child:before{
  content: "";
  top: 0;
}
.gallery-sc_ov li::after{
  content: "";
  bottom: 0;
}
.gallery-sc_ov-img{
  aspect-ratio: 19 / 14;
  width: 38%;
  align-self: flex-start;
}
.gallery-sc_ov-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-sc_ov-txtArea{
  width: 56%;
  position: relative;
  padding-top: 3px;
}
.gallery-sc_ov-txtArea.is-full{
  width: 100%;
}
.gallery-sc_ov--tit{
  position: relative;
  margin-bottom: 12px;
}
/* タイトルは常に上。本文をtxtArea全体の高さで中央寄せしてもタイトルと重ならない余白がある場合のみ、
   JSでis-compactを付与し、タイトルをabsoluteにして本文をtxtArea全体の上下中央に寄せる */
.gallery-sc_ov-txtArea.is-compact{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery-sc_ov-txtArea.is-compact .gallery-sc_ov--tit{
  position: absolute;
  top: 0;
  padding-top: 3px;
  left: 0;
  margin-bottom: 0;
}
.txt_inner.c-text{
  font-size: 13px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .gallery-sc_ov{
    margin-top: 100px;
  }
  .gallery-sc_ov-txtArea{
    padding-top: 12px;
  }
  .txt_inner.c-text{
    line-height: 27px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-sc_ov{
    margin-top: 140px;
  }
  .gallery-sc_ov li{
    padding: 30px 0;
  }
}
/* Gallery - roomtour */
.gallery-roomtour{
  margin-top: 72px;
}

  .gallery-roomtour .c-text.f-eng{
    margin-bottom: 11px;
  }
@media screen and (min-width: 768px) {
  .gallery-roomtour{
    margin-top: 92px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-roomtour{
    margin-top: 132px;
  }
}
/* Gallery - よくあるご質問 */
.gallery-faq{
  margin-top: 70px;
}
.gallery-faq-tit{
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .gallery-faq{
    margin-top: 90px;
  }
  .gallery-faq-tit{
    font-size: 22px;
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-faq{
    margin-top: 130px;
  }
}
/* accordion */
.accordion_area{
	position: relative;
}
.accordion_area::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background-color: rgba(160,160,160,0.25);
}
.accordion_area .accordion_one{
	position: relative;
}
.accordion_area .accordion_one::after{
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgba(160,160,160,0.25);
}
.accordion_area .accordion_one .ac_header {
	padding: 1.571rem 30px 1.5rem 0;
	position: relative;
	display: flex;
	z-index: 0;
	cursor: pointer;
	transition: .3s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
	opacity: 0.8;
	transition: .3s;
}
.accordion_area .accordion_one .ac_header .i_box {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 13px;
	height: 13px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
	position: absolute;
	content: "";
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
	border-top: 1px solid #000;
	width: 13px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
	border-left: 1px solid #000;
	width: 0;
	height: 13px;
	top: 0;
	bottom: 0;
	right: 6px;
	transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
	height: 0;
}
.accordion_area .accordion_one .ac_inner {
	display: none;
	padding: 0 30px 2rem 0;
	position: relative;
}
.accordion_area .accordion_one .ac_inner .ac_inner_flex{
	display: flex;
}
@media screen and (min-width: 768px){
	.accordion_area .accordion_one .ac_header{
		padding: 27px 3rem 27px 0;
	}
	.accordion_area .accordion_one .ac_header .i_box{
		width: 12px;
		height: 12px;
		top: 35px;
		right: 0;
	}
	.accordion_area .accordion_one .ac_header .i_box:before{
		width: 12px;
	}
	.accordion_area .accordion_one .ac_header .i_box:after{
		height: 12px;
		right: 5px;
	}
	.accordion_area .accordion_one .ac_inner{
		padding: 0 3rem 30px 0;
	}
}
.ac_q, .ac_a{
	font-size: 18px;
	margin-right: 7px;
}
.ac_q{
	line-height: 1.2;
}
.ac_a{
	line-height: 1.2;
}
.p-faq__q-txt{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
  letter-spacing: 0.06em;
	color: #464646;
	margin-bottom: 0;
}
.p-faq__a-txt p{
	font-size: 13px;
	text-align: justify;
  letter-spacing: 0.04em;
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.ac_q, .ac_a{
		font-size: 20px;
		margin-right: 10px;
	}
  .p-faq__q-txt{
    font-size: 16px;
  }
  .p-faq__a-txt p{
    font-size: 15px;
    line-height: 24px;
  }
}