@charset "UTF-8";
.mv_container {
  position: relative;
  width: 100%;
  height: 97vh;
  background: url("../img/top/mv_pc.png") no-repeat center/cover;
}
@media screen and (max-width: 1180px) {
  .mv_container {
    height: 83vh;
  }
}
@media screen and (max-width: 1024px) {
  .mv_container {
    height: 57vh;
  }
}
@media (max-width: 768px) {
  .mv_container {
    height: 50vh;
  }
}
@media screen and (max-width: 520px) {
  .mv_container {
    height: 90vh;
    background: url("../img/top/mv_sp.png") no-repeat center/cover;
  }
}
.mv_container .main_catch {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .mv_container .main_catch {
    transform: initial;
    top: initial;
    bottom: 20px;
    right: inherit;
    left: 5%;
  }
}
.mv_container .small_font {
  margin-top: 20px;
  color: #fff;
  line-height: 1.6;
  font-size: clamp(16px, 1.8vw, 34px);
}
@media screen and (max-width: 767px) {
  .mv_container .small_font {
    margin-top: 4px;
    font-size: 16px;
  }
}
.mv_container .top_catch {
  text-align: left;
  color: #fff;
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 1.3rem;
  margin: 0;
  opacity: 0;
  animation: fadeInUp 1s ease-out 1.9s forwards;
}
@media screen and (max-width: 1366px) {
  .mv_container .top_catch {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .mv_container .top_catch {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 820px) {
  .mv_container .top_catch {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .top_catch {
    font-size: 3rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 360px) {
  .mv_container .top_catch {
    font-size: 2.8rem;
  }
}
.mv_container .top_catch span {
  font-size: 7rem;
  background: linear-gradient(-45deg, #996e00 0%, #b59523 30%, #fdf3dc 40%, #b59523 70%, #996e00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1366px) {
  .mv_container .top_catch span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .mv_container .top_catch span {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 820px) {
  .mv_container .top_catch span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .top_catch span {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 360px) {
  .mv_container .top_catch span {
    font-size: 3.8rem;
  }
}
.mv_container .top_catch br:nth-of-type(1) + span {
  animation: fadeInUp 1s ease-out 1.9s forwards;
}
.mv_container .top_catch br:nth-of-type(2) + span {
  animation: fadeInUp 1s ease-out 1.9s forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv_container .scroll_down {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
@media screen and (max-width: 520px) {
  .mv_container .scroll_down {
    bottom: 30%;
  }
}
.mv_container .scroll_down .orbit {
  position: relative;
  width: 116px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv_container .scroll_down .orbit {
    width: 86px;
  }
}
.mv_container .scroll_down .orbit__text {
  width: 100%;
  height: 100%;
  display: block;
  animation: orbit-rotate 14s linear infinite;
}
.mv_container .scroll_down .orbit__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv_container .scroll_down .orbit__arrow {
    width: 56px;
  }
}
@keyframes orbit-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.lower_container {
  width: 100%;
  height: 47vh;
  background: url("../img/common/page_tit_bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .lower_container {
    height: 29vh;
  }
}
@media screen and (max-width: 520px) {
  .lower_container {
    height: 30vh;
  }
}
@media screen and (max-width: 375px) {
  .lower_container {
    height: 37vh;
  }
}
.lower_container .lower_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding-top: 33px;
}
.lower_container .lower_catch .lower_catch__tit {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .lower_container .lower_catch .lower_catch__tit {
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .lower_container .lower_catch .lower_catch__tit {
    font-size: 3rem;
  }
}
@media screen and (max-width: 820px) {
  .lower_container .lower_catch .lower_catch__tit {
    font-size: 2.7rem;
  }
}
.lower_container .lower_catch span {
  font-size: 1.4rem;
  margin-top: 7px;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 1024px) {
  .lower_container .lower_catch span {
    margin-top: 5px;
  }
}

/* ===== section ===== */
.industrys {
  background: url(../img/top/industry_bg.jpg) no-repeat center/cover;
  padding: 80px 20px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .industrys {
    background: url(../img/top/industry_bg_sp.png) no-repeat center/cover;
  }
}

.industrys__cards {
  display: flex;
  flex-wrap: wrap;
  margin: 37px auto 0;
}

.industrys-card {
  position: relative;
  flex: 1;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1090px) {
  .industrys-card {
    flex: initial;
    width: 100%;
    aspect-ratio: 4/3;
    margin-bottom: 10px;
  }
}
.industrys-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.industrys-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  padding: 25px;
  height: 230px;
}
@media screen and (max-width: 767px) {
  .industrys-card__overlay {
    height: 155px;
    padding: 15px;
  }
}
.industrys-card__title {
  font-size: 2.7rem;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .industrys-card__title {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 7px;
  }
}
.industrys-card__title::after {
  content: "";
  position: absolute;
  bottom: 35%;
  right: 5%;
  transform: translateY(-50%);
  background-image: url(../img/top/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 7px;
}
.industrys-card__text {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 820px) {
  .industrys-card__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .industrys-card__text {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.industrys-card img {
  transition: transform 0.5s ease;
}

.absolute {
  background: url(../img/top/absolute_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 520px) {
  .absolute {
    background: url(../img/top/absolute_bg_sp.png) no-repeat center/cover;
  }
}
.absolute .proof-container {
  padding-top: 30px;
}
@media screen and (max-width: 520px) {
  .absolute .proof-container {
    padding-top: 0;
  }
}
.absolute .proof-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 60px;
}
.absolute .proof-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .absolute .proof-item {
    gap: 10px;
  }
}
@media screen and (max-width: 820px) {
  .absolute .proof-item {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .absolute .proof-item:nth-child(even) {
    flex-direction: column;
  }
}
.absolute .proof-item .proof-img {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 820px) {
  .absolute .proof-item .proof-img {
    width: 100%;
  }
}
.absolute .proof-item .proof-img img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.absolute .proof-item .proof-text {
  flex: 1;
  padding: 0 20px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 820px) {
  .absolute .proof-item .proof-text {
    flex: initial;
    width: 100%;
    padding: 0;
  }
}
.absolute .proof-item .proof-text .sub-label {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1rem;
  display: block;
  margin-bottom: 17px;
}
@media screen and (max-width: 1366px) {
  .absolute .proof-item .proof-text .sub-label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .absolute .proof-item .proof-text .sub-label {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.absolute .proof-item .proof-text h3 {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #b59523;
  margin-bottom: 50px;
}
@media screen and (max-width: 1366px) {
  .absolute .proof-item .proof-text h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .absolute .proof-item .proof-text h3 {
    font-size: 2rem;
  }
}
.absolute .proof-item .proof-text hr {
  border: none;
  border-top: 1px solid #fff;
  width: 43px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1366px) {
  .absolute .proof-item .proof-text hr {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .absolute .proof-item .proof-text hr {
    font-size: 2rem;
  }
}
.absolute .proof-item .proof-text p {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .absolute .proof-item .proof-text p {
    line-height: 1.5;
  }
}
.absolute .proof-item:nth-child(even) .proof-img::after {
  left: auto;
  right: -20px;
}

.complete {
  background: #282828;
}
.complete .button-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .complete .button-nav {
    gap: 10px;
  }
}
.complete .button-nav .btn-gold {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  height: 60px;
  background: url(../img/top/complete_btn.png) no-repeat center/cover;
}
.complete .button-nav .btn-gold .btn-text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 520px) {
  .complete .button-nav .btn-gold {
    max-width: 255px;
    height: 50px;
    background-size: contain;
  }
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 35px auto 0;
}
@media screen and (max-width: 1180px) {
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .service-list {
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}

.service-item {
  background-color: #393939;
}
.service-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 40px 30px;
}
@media screen and (max-width: 1366px) {
  .service-item a {
    padding: 40px 15px;
  }
}
.service-item .service-icon {
  max-width: 110px;
  height: 110px;
  margin-bottom: 25px;
}
.service-item .service-icon img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-item .service-title {
  color: #b59523;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1500px) {
  .service-item .service-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .service-item .service-title {
    font-size: 1.9rem;
  }
}
.service-item .service-desc {
  letter-spacing: 0.1rem;
  color: #fff;
  line-height: 2;
  text-align: justify;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .service-item .service-desc {
    font-size: 1.5rem;
    letter-spacing: 0.08rem;
    line-height: 1.7;
  }
}
.service-item__sp a {
  padding: 20px 15px;
  align-items: flex-start;
}
.service-item__sp .service-title {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: left;
}
.service-item__sp .service_txtarea {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.service-item__sp .service_txtarea .service-desc {
  width: 75%;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.12rem;
}
.service-item__sp .service_txtarea .service-icon {
  width: 23%;
  height: auto;
  margin-top: 13px;
  margin-bottom: 0;
}

.specialist {
  background: url(../img/top/specialist_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .specialist {
    background: url(../img/top/specialist_bg_sp.png) no-repeat center/cover;
  }
}
.specialist .main-section {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 1500px) {
  .specialist .main-section {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  .specialist .main-section {
    gap: 10px;
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
}
.specialist .main-section .profile-image {
  width: 48%;
}
.specialist .main-section .profile-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 820px) {
  .specialist .main-section .profile-image {
    width: 100%;
  }
}
.specialist .main-section .profile-content {
  flex: 1;
  width: 50%;
  color: #d4c5a0;
  padding-top: 20px;
}
@media screen and (max-width: 820px) {
  .specialist .main-section .profile-content {
    width: 100%;
  }
}
.specialist .main-section .profile-content .main-title {
  font-size: 4.6rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1500px) {
  .specialist .main-section .profile-content .main-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1180px) {
  .specialist .main-section .profile-content .main-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 820px) {
  .specialist .main-section .profile-content .main-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .specialist .main-section .profile-content .main-title {
    font-size: 2.1rem;
  }
}
.specialist .main-section .profile-content .english-subtitle {
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .specialist .main-section .profile-content .english-subtitle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .specialist .main-section .profile-content .english-subtitle {
    font-size: 1rem;
    letter-spacing: 0.08rem;
  }
}
.specialist .main-section .profile-content .description {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  margin-bottom: 50px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1500px) {
  .specialist .main-section .profile-content .description {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .specialist .main-section .profile-content .description {
    margin-bottom: 10px;
    letter-spacing: 0.08rem;
    line-height: 1.7;
  }
}
.specialist .main-section .tablet_hide {
  display: none;
}
@media screen and (max-width: 820px) {
  .specialist .main-section .tablet_hide {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 820px) {
  .specialist .main-section .tablet_over_hide {
    display: none;
  }
}
.specialist .cards-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .specialist .cards-section {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .specialist .cards-section {
    gap: 0;
    padding: 10px 0 30px;
  }
}
.specialist .cards-section .card {
  flex: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 75px 30px 50px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .specialist .cards-section .card {
    flex: initial;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 820px) {
  .specialist .cards-section .card {
    width: calc(50% - 20px);
    padding: 75px 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .specialist .cards-section .card {
    width: 100%;
    padding: 27px 0;
    border-top: none;
  }
  .specialist .cards-section .card01 {
    background: url(../img/top/card01.png) no-repeat center/contain;
    background-size: 83%;
  }
  .specialist .cards-section .card02 {
    background: url(../img/top/card02.png) no-repeat center/contain;
    background-size: 83%;
  }
  .specialist .cards-section .card03 {
    background: url(../img/top/card03.png) no-repeat center/contain;
    background-size: 83%;
  }
  .specialist .cards-section .card:last-child {
    border-bottom: none;
  }
}
.specialist .cards-section .card-title {
  font-size: 3.2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .specialist .cards-section .card-title {
    font-size: 2rem;
    text-align: left;
  }
}
.specialist .cards-section .card-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
  height: 130px;
}
.specialist .cards-section .card-title01::before {
  background: url(../img/top/card01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .specialist .cards-section .card-title01::before {
    background: none;
    display: none;
  }
}
.specialist .cards-section .card-title02::before {
  background: url(../img/top/card02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .specialist .cards-section .card-title02::before {
    background: none;
    display: none;
  }
}
.specialist .cards-section .card-title03::before {
  background: url(../img/top/card03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .specialist .cards-section .card-title03::before {
    background: none;
    display: none;
  }
}
.specialist .cards-section .card-subtitle {
  font-size: 2.2rem;
  color: #fff;
  margin: 35px 0 25px;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 820px) {
  .specialist .cards-section .card-subtitle {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .specialist .cards-section .card-subtitle {
    font-size: 1.8rem;
    margin: 7px 0 10px;
    text-align: left;
  }
}
@media screen and (max-width: 360px) {
  .specialist .cards-section .card-subtitle {
    font-size: 1.6rem;
  }
}
.specialist .cards-section .card-description {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .specialist .cards-section .card-description {
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

.name-container {
  max-width: 325px;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .name-container {
    max-width: 290px;
  }
}
@media screen and (max-width: 820px) {
  .name-container {
    max-width: 195px;
  }
}
.name-container .label-section {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}
@media screen and (max-width: 1500px) {
  .name-container .label-section {
    margin-bottom: 5px;
  }
}
.name-container .label-section .label-text {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .name-container .label-section .label-text {
    font-size: 1rem;
  }
}
.name-container .label-section .label-line {
  flex: 1;
  width: 96px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.name-container .name-primary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .name-container .name-primary {
    gap: 5px;
    margin-bottom: 0;
  }
}
.name-container .name-primary .name-jp {
  font-size: 2.8rem;
  font-family: #b59523;
  letter-spacing: 0.1rem;
  font-weight: 400;
  white-space: nowrap;
  padding-bottom: 8px;
}
@media screen and (max-width: 1500px) {
  .name-container .name-primary .name-jp {
    font-size: 1.5rem;
  }
}
.name-container .en-font {
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 5rem;
  letter-spacing: 0.3rem;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .name-container .en-font {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 820px) {
  .name-container .en-font {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .youtube .inner {
    padding: 0;
  }
}
.youtube .youtube_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding-top: 30px;
}
.youtube .youtube_box li {
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 820px) {
  .youtube .youtube_box li {
    width: calc(50% - 10px);
  }
}
.youtube .youtube_box li .youtube-link,
.youtube .youtube_box li a {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.youtube .youtube_box li .youtube-link img,
.youtube .youtube_box li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.youtube .youtube-swiper {
  padding-top: 30px;
}
.youtube .youtube-swiper .splide__track {
  width: 100%;
  padding-bottom: 20px;
}
.youtube .youtube-swiper .splide__slide {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  height: 100%;
}
.youtube .youtube-swiper .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.youtube .youtube-swiper .splide__pagination {
  display: none;
}

.news {
  background: #fff;
}
.news .news-section__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news .news-section__header {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.news .news-section__header .news-section__title-area {
  flex-shrink: 0;
  width: 20%;
}
@media screen and (max-width: 1366px) {
  .news .news-section__header .news-section__title-area {
    width: 27%;
  }
}
@media screen and (max-width: 1180px) {
  .news .news-section__header .news-section__title-area {
    width: 100%;
  }
}
.news .news-section__header .news-section__title-area .news-section__title {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: 12px;
  color: #000;
}
@media screen and (max-width: 1366px) {
  .news .news-section__header .news-section__title-area .news-section__title {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 1180px) {
  .news .news-section__header .news-section__title-area .news-section__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .news .news-section__header .news-section__title-area .news-section__title {
    font-size: 2.4rem;
  }
}
.news .news-section__header .news-section__title-area .news-section__subtitle {
  font-size: 1.4rem;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1rem;
  color: #000;
}
@media screen and (max-width: 1180px) {
  .news .news-section__header .news-section__title-area .news-section__subtitle {
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .news .news-section__header .news-section__title-area .news-section__subtitle::before, .news .news-section__header .news-section__title-area .news-section__subtitle::after {
    content: "";
    width: 30px;
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
  }
}
.news .news-section__header .news_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  margin-top: 40px;
  width: 100%;
  height: 60px;
  background: url(../img/top/news_btn.png) no-repeat center/cover;
}
.news .news-section__header .news_btn__txt {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: #fff;
}
.news .news-section__header .news_btn_sp {
  display: none;
}
@media screen and (max-width: 1180px) {
  .news .news-section__header .news_btn_sp {
    display: flex;
    max-width: 270px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/top/complete_btn.png) no-repeat center/cover;
  }
  .news .news-section__header .news_btn_sp .news_btn__txt {
    color: #000;
  }
}
@media screen and (max-width: 1180px) {
  .news .news-section__header .news_btn_pc {
    display: none;
  }
}
.news .news-section__header .news-section__list {
  width: 78%;
  flex: 1;
}
@media screen and (max-width: 1180px) {
  .news .news-section__header .news-section__list {
    width: 100%;
    flex: initial;
  }
}
.news .news-section__header .news-section__list .news-item {
  border-bottom: 1px solid #ccc;
  padding: 28px 0;
}
.news .news-section__header .news-section__list .news-item:first-child {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .news .news-section__header .news-section__list .news-item {
    padding: 15px 0;
  }
}
.news .news-section__header .news-section__list .news-item__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s ease;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .news .news-section__header .news-section__list .news-item__link {
    gap: 5px;
  }
}
.news .news-section__header .news-section__list .news-item__link:hover {
  opacity: 0.7;
}
.news .news-section__header .news-section__list .news-item__date {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.news .news-section__header .news-section__list .news-item__badge {
  background-color: #b59523;
  color: #fff;
  padding: 4px 12px;
  font-size: 1.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news .news-section__header .news-section__list .news-item__badge {
    font-size: 1.3rem;
  }
}
.news .news-section__header .news-section__list .news-item__title {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 1180px) {
  .news .news-section__header .news-section__list .news-item__title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news .news-section__header .news-section__list .news-item__title {
    font-size: 1.7rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.cta {
  background: url(../img/common/cta_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 1180px) {
  .cta {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    background: url(../img/common/cta_bg_sp.png) no-repeat center/cover;
    padding-bottom: 50px !important;
  }
}
.cta .line-text::before, .cta .line-text::after {
  display: none;
}
.cta .cta-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
  margin: 35px auto 0;
  letter-spacing: 0.2rem;
}
.cta .cta-container .cta-box {
  width: calc(33.3333333333% - 10px);
  position: relative;
  background: url(../img/common/contact_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 820px) {
  .cta .cta-container .cta-box {
    width: 100%;
  }
}
.cta .cta-container .cta-box a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  padding: 35px 20px;
}
@media screen and (max-width: 1180px) {
  .cta .cta-container .cta-box a {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .cta .cta-container .cta-box a {
    padding: 20px 20px;
  }
}
.cta .cta-container .cta-box .cta-label {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cta .cta-container .cta-box .cta-label {
    margin-bottom: 5px;
  }
}
.cta .cta-container .cta-box .cta-main {
  font-size: 3rem;
}
@media screen and (max-width: 1180px) {
  .cta .cta-container .cta-box .cta-main {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta .cta-container .cta-box .cta-main {
    font-size: 2.2rem;
  }
}
.cta .cta-container .cta-box .cta-main_tel {
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 1180px) {
  .cta .cta-container .cta-box .cta-main_tel {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta .cta-container .cta-box .cta-main_tel {
    font-size: 3.5rem;
  }
}
.cta .cta-container .cta-box .cta-sub {
  font-size: 1.4rem;
  margin-top: 7px;
  display: block;
}

.lower_common_cont {
  padding: 70px 15px;
  background: url(../img/common/lower_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lower_common_cont {
    padding: 55px 0;
  }
}
.lower_common_cont .about_tit {
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .lower_common_cont .about_tit {
    font-size: 3rem;
  }
}
@media screen and (max-width: 820px) {
  .lower_common_cont .about_tit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower_common_cont .about_tit {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.09rem;
  }
}
.lower_common_cont .lower_txt {
  padding: 15px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower_common_cont .lower_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lower_common_cont .lower_txt {
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.6;
  }
}
.lower_common_cont .lower_txt p {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .lower_common_cont .lower_txt p {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lower_common_cont .lower_txt p {
    padding-top: 15px;
  }
}

.column_profile {
  background: url(../img/company/profile_bg.png) no-repeat center/cover;
  position: relative;
}
.column_profile .tit_box {
  margin-bottom: 25px;
}
.column_profile .tit_box .profile_title {
  color: #fff;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}
.column_profile .profile_box {
  display: flex;
  align-items: stretch;
  gap: 25px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 1024px) {
  .column_profile .profile_box {
    gap: 15px;
  }
}
@media screen and (max-width: 820px) {
  .column_profile .profile_box {
    flex-wrap: wrap;
  }
}
.column_profile .profile_box__photo {
  width: 49%;
}
@media screen and (max-width: 820px) {
  .column_profile .profile_box__photo {
    width: 100%;
  }
}
.column_profile .profile_box__photo figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_profile .profile_box__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: top left;
}
.column_profile .profile_box__body {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .column_profile .profile_box__body {
    width: 100%;
  }
}
.column_profile .profile_box__heading {
  margin-bottom: 17px;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .column_profile .profile_box__heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 520px) {
  .column_profile .profile_box__heading {
    font-size: 1.9rem;
  }
}
.column_profile .profile_box__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-bottom: 30px;
}
@media screen and (max-width: 520px) {
  .column_profile .profile_box__text {
    font-size: 1.4rem;
  }
}
.column_profile .profile_box .name-container .name-primary {
  line-height: 1;
}
.column_profile .profile_meta {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 37px;
}
@media screen and (max-width: 820px) {
  .column_profile .profile_meta {
    flex-wrap: wrap;
    padding-top: 27px;
  }
}
.column_profile .profile_meta__col {
  width: 49%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 37px 0;
}
@media screen and (max-width: 820px) {
  .column_profile .profile_meta__col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column_profile .profile_meta__col {
    font-size: 1.9rem;
    padding: 17px 0;
  }
}
.column_profile .profile_meta__ttl {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_profile .profile_meta__ttl {
    font-size: 1.9rem;
  }
}
.column_profile .profile_meta__dl {
  color: #fff;
}
.column_profile .profile_meta__dl .row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .column_profile .profile_meta__dl .row {
    flex-direction: column;
    gap: 7px;
  }
}
.column_profile .profile_meta__dl .row dt {
  width: 20%;
  flex: 0 0 90px;
  font-size: 2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .column_profile .profile_meta__dl .row dt {
    width: 100%;
    flex: 0 0 10px;
  }
}
.column_profile .profile_meta__dl .row dd {
  width: 77%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .column_profile .profile_meta__dl .row dd {
    width: 100%;
  }
}
.column_profile .profile_meta__dl .row dd span {
  display: block;
}
.column_profile .profile_meta__dl .row dd span::before {
  content: "⚫︎";
  padding-right: 3px;
}
.column_profile .profile_meta__list {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.column_vision {
  background: #282828;
  padding: 80px 0;
}
.column_vision .tit_bg {
  padding-top: 40px;
}
.column_vision .tit_bg::before {
  background: url(../img/company/vision.png) no-repeat center/cover;
  max-width: 450px;
  width: 100%;
  top: -10%;
}
@media screen and (max-width: 1024px) {
  .column_vision .tit_bg::before {
    max-width: 200px;
    background-size: contain;
  }
}
.column_vision .tit_bg .vision_title {
  z-index: 2;
  position: relative;
}
.column_vision .vision_box__list {
  margin: 50px auto;
  max-width: 920px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .column_vision .vision_box__list {
    margin: 50px auto 30px;
  }
}
.column_vision .vision_box__item {
  text-align: center;
  padding: 37px 15px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, #282828 0%, #f7f7f7 50%, #282828 100%) 1;
     border-image: linear-gradient(to right, #282828 0%, #f7f7f7 50%, #282828 100%) 1;
}
.column_vision .vision_box__item:last-child {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #282828 0%, #f7f7f7 50%, #282828 100%) 1;
     border-image: linear-gradient(to right, #282828 0%, #f7f7f7 50%, #282828 100%) 1;
}
@media screen and (max-width: 767px) {
  .column_vision .vision_box__item {
    padding: 37px 0;
  }
}
.column_vision .vision_box__cap {
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #b59523;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .column_vision .vision_box__cap {
    font-size: 1.8rem;
  }
}
.column_vision .vision_box__ttl {
  margin-bottom: 15px;
  font-size: 3.6rem;
  letter-spacing: 0.14em;
  color: #b59523;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .column_vision .vision_box__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .column_vision .vision_box__ttl {
    font-size: 2.3rem;
  }
}
.column_vision .vision_box__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .column_vision .vision_box__txt {
    font-size: 1.4rem;
  }
}

.column_company {
  background: #fff;
}
.column_company .company {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 820px) {
  .column_company .company {
    flex-wrap: wrap;
  }
}
.column_company .company__head {
  width: 27%;
  padding-top: 12px;
}
@media screen and (max-width: 820px) {
  .column_company .company__head {
    width: 100%;
  }
}
.column_company .company__title {
  margin: 0 0 6px;
  font-size: 5rem;
  letter-spacing: 0.12em;
  color: #111;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1180px) {
  .column_company .company__title {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 767px) {
  .column_company .company__title {
    font-size: 2.7rem;
  }
}
.column_company .company__sub {
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.column_company .company__body {
  width: 72%;
}
@media screen and (max-width: 820px) {
  .column_company .company__body {
    width: 100%;
  }
}
.column_company .company__table {
  border-top: 1px solid #8e8e8e;
}
.column_company .company__row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #8e8e8e;
  min-height: 54px;
}
@media screen and (max-width: 767px) {
  .column_company .company__row {
    flex-direction: column;
  }
}
.column_company .company__th {
  flex: 0 0 170px;
  background: #282828;
  color: #b59523;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 17px;
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column_company .company__th {
    width: 100%;
    flex-basis: auto;
    justify-content: flex-start;
    padding: 10px 14px;
  }
}
.column_company .company__td {
  flex: 1;
  padding: 12px 16px 12px 30px;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #111;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .column_company .company__td {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 12px 14px;
  }
}

.column_crises {
  background: #2f2f2f;
}

.crises_subtxt {
  width: 100%;
  margin: 33px auto;
  padding: 27px 0;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  -o-border-image: linear-gradient(to right, #282828 0%, #f7f7f7 50%, #282828 100%) 1;
     border-image: linear-gradient(to right, #282828 0%, #f7f7f7 50%, #282828 100%) 1;
  border-top: 1px solid;
  border-bottom: 1px solid;
  letter-spacing: 0.11em;
}
.crises_subtxt span {
  color: #b59523;
  margin-left: 3px;
}
@media screen and (max-width: 820px) {
  .crises_subtxt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .crises_subtxt {
    font-size: 1.9rem;
  }
}

.crises__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .crises__list {
    padding-top: 0;
  }
}
.crises__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 820px) {
  .crises__item {
    flex-wrap: wrap;
  }
}
.crises__item:nth-child(even) {
  flex-direction: row-reverse;
}
.crises__item:nth-child(even) .crises__body {
  text-align: left;
  padding-right: 40px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .crises__item:nth-child(even) .crises__body {
    padding-right: 0;
  }
}
.crises__media {
  width: 50%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .crises__media {
    width: 100%;
  }
}
.crises__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.crises__body {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .crises__body {
    padding-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .crises__body {
    width: 100%;
  }
}
.crises__kicker {
  margin-bottom: 5px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .crises__kicker {
    font-size: 1.4rem;
  }
}
.crises__ttl {
  margin-bottom: 13px;
  color: #b59523;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.3;
}
.crises__ttl::after {
  content: "";
  width: 43px;
  height: 1px;
  background: #fff;
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .crises__ttl::after {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .crises__ttl {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .crises__ttl {
    font-size: 2rem;
    margin-bottom: 7px;
  }
}
.crises__txt {
  margin-top: 25px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .crises__txt {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .crises__txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 520px) {
  .crises__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.09em;
  }
}
.crises__txt li {
  margin-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 5px;
}
.crises__txt li:last-child {
  margin-bottom: 0;
}

.crises_plan .crises_txt_onry {
  color: #fff;
}
.crises_plan.lp_btn .btn-gold .btn-text {
  position: relative;
  left: -5px;
}
@media screen and (max-width: 520px) {
  .crises_plan.lp_btn .btn-gold {
    max-width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .crises_plan.lp_btn .btn-gold .btn-text {
    font-size: 1.3rem;
  }
}
.crises_plan .btn-gold {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  margin: 30px auto 0;
  height: 60px;
  background: url(../img/top/complete_btn.png) no-repeat center/cover;
}
.crises_plan .btn-gold .btn-text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 520px) {
  .crises_plan .btn-gold {
    max-width: 255px;
    height: 50px;
    background-size: contain;
  }
}

.column_crisestxt {
  padding: 50px 15px;
  text-align: center;
  letter-spacing: 0.1em;
  background: url(../img/medical/crises_bg.png) no-repeat center/cover;
  color: #fff;
}
.column_crisestxt h2 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1200px) {
  .column_crisestxt h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1180px) {
  .column_crisestxt h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 820px) {
  .column_crisestxt h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .column_crisestxt h2 {
    font-size: 2rem;
  }
}
.column_crisestxt p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .column_crisestxt p {
    font-size: 1.6rem;
  }
}

.tax_list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .tax_list {
    flex-direction: column;
    gap: 60px;
  }
}
.tax_list__item {
  width: calc(33.3333333333% - 20px);
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .tax_list__item {
    width: 100%;
    padding: 25px 20px;
  }
}
.tax_list__item::after {
  content: "";
  background-color: #fff;
  width: 25px;
  height: 50px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .tax_list__item::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 90px;
    height: 30px;
    right: initial;
    transform: translateX(-50%);
    top: initial;
    bottom: -45px;
    left: 50%;
  }
}
.tax_list__item:last-child::after {
  display: none;
}
.tax_list__item figure {
  aspect-ratio: 9/4;
  overflow: hidden;
}
.tax_list__item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.tax_list__item-txt {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
.tax_list__item-txt h3 {
  font-size: 2.3rem;
  color: #b59523;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
}
@media screen and (max-width: 767px) {
  .tax_list__item-txt h3 {
    font-size: 2rem;
  }
}

.pillar_list {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pillar_list {
    gap: 15px;
  }
}
.pillar_list__item {
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  background: #393939;
  padding: 25px;
}
@media screen and (max-width: 820px) {
  .pillar_list__item {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .pillar_list__item {
    padding: 15px;
  }
}
.pillar_list__item-txt {
  margin-bottom: 15px;
  color: #fff;
}
.pillar_list__item-txt h3 {
  font-size: 2.3rem;
  color: #b59523;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
}
@media screen and (max-width: 767px) {
  .pillar_list__item-txt h3 {
    font-size: 1.9rem;
  }
}
.pillar_list__item-txt p {
  text-align: center;
}
.pillar_list__item-img {
  aspect-ratio: 9/4;
  overflow: hidden;
}
.pillar_list__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.crisesStep {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .crisesStep {
    gap: 15px;
  }
}
.crisesStep__item {
  width: calc(33.3333333333% - 25px);
  display: flex;
  flex-direction: column;
  background: #393939;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  .crisesStep__item {
    padding: 15px;
  }
}
@media screen and (max-width: 820px) {
  .crisesStep__item {
    width: 100%;
  }
}
.crisesStep__item-txt {
  margin-top: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.crisesStep__item-txt h3 {
  font-size: 2.3rem;
  color: #b59523;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
}
@media screen and (max-width: 1180px) {
  .crisesStep__item-txt h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .crisesStep__item-txt h3 {
    font-size: 1.9rem;
  }
}
.crisesStep__item-txt ul li {
  position: relative;
  margin-left: 0.7rem;
  text-indent: -0.7rem;
}
.crisesStep__item figure {
  aspect-ratio: 9/4;
  overflow: hidden;
}
.crisesStep__item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.price_table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.price_table__table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: none;
}
.price_table__table th,
.price_table__table td {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  padding: 16px 18px;
  font-weight: 400;
  vertical-align: middle;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.price_table__table tr > *:last-child {
  border-right: none;
}
.price_table__table tbody tr:last-child > * {
  border-bottom: none;
}
.price_table__table thead th {
  background: #b59523;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .price_table__table thead th {
    font-size: 1.6rem;
  }
}
.price_table__table tbody th.is-left {
  background: #a8a082;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .price_table__table tbody th.is-left {
    font-size: 1.6rem;
  }
}
.price_table__table tbody td {
  background: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .price_table__table tbody td {
    font-size: 1.4rem;
  }
}
.price_table__table .col-name {
  width: 18%;
}
.price_table__table .col-fee {
  width: 18%;
}
.price_table__table .col-desc {
  width: 34%;
}
.price_table__table .col-point {
  width: 30%;
}

.column_privacy {
  background: #fff;
}
.column_privacy .privacy_box {
  padding: 30px 0;
}
.column_privacy .privacy_box__txt {
  padding-bottom: 30px;
  letter-spacing: 0.09em;
}
.column_privacy .privacy_box__txt h2 {
  color: #b59523;
  position: relative;
  font-size: 2.3rem;
}
.column_privacy .privacy_box__txt h2::after {
  content: "";
  width: 45px;
  height: 1px;
  background: #000;
  display: block;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .column_privacy .privacy_box__txt h2 {
    font-size: 2rem;
  }
}

.error-404 {
  background: #fff;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .error-404 {
    padding: 50px 0;
  }
}
.error-404 .not_found_text {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .error-404 .not_found_text {
    font-size: 1.4rem;
  }
}
.error-404 .not_found_text .btn {
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
}

.column_contact {
  background: url(../img/contact/contact_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 360px) {
  .column_contact {
    background: url(../img/contact/contact_bg_sp.png) no-repeat center/cover;
  }
}
.column_contact .contact_caution {
  background: #fff;
  padding: 25px 20px;
  max-width: 790px;
  width: 100%;
  margin: 30px auto 0;
  border-radius: 7px;
}
@media screen and (max-width: 1180px) {
  .column_contact .contact_caution {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .contact_caution {
    padding: 15px;
    margin: 15px auto;
  }
}
.column_contact .contact_caution__tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  font-weight: 600;
}
.column_contact .contact_caution__tit img {
  width: 27px;
  height: 27px;
  display: block;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_caution__tit img {
    width: 20px;
    height: 20px;
  }
}
.column_contact .contact_caution__tit p {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_caution__tit p {
    font-size: 1.7rem;
  }
}
.column_contact .contact_caution ul {
  margin-top: 30px;
}
.column_contact .contact_caution ul li {
  position: relative;
  padding-left: 1.4em;
  text-indent: -1em;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 5px;
}
.column_contact .contact_caution ul li:last-child {
  margin-bottom: 0;
}
.column_contact .contact_caution ul li::before {
  content: "・";
  color: #b59523;
}
.column_contact .contact_form_dark {
  margin-top: 35px;
  background: #171717;
  padding: 26px 30px 28px;
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark {
    padding: 15px 0;
  }
}
.column_contact .contact_form_dark__dl {
  margin: 0;
  padding: 0;
}
.column_contact .contact_form_dark__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4c4c4c;
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark__row {
    flex-direction: column;
  }
}
.column_contact .contact_form_dark__row.is-textarea {
  align-items: stretch;
}
.column_contact .contact_form_dark__row.is-textarea .contact_form_dark__dd {
  padding-top: 16px;
  padding-bottom: 16px;
}
.column_contact .contact_form_dark__dt {
  width: 25%;
  padding: 14px 14px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
  margin-top: 3px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .column_contact .contact_form_dark__dt {
    width: 30%;
  }
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark__dt {
    align-items: center;
    padding: 14px 14px 0;
    width: 100%;
  }
}
.column_contact .contact_form_dark__label {
  white-space: nowrap;
  font-size: 1.8rem;
}
@media screen and (max-width: 1180px) {
  .column_contact .contact_form_dark__label {
    font-size: 1.7rem;
  }
}
.column_contact .contact_form_dark__label span {
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}
.column_contact .contact_form_dark__req {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 13px;
  background: #a50000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 2px;
}
.column_contact .contact_form_dark__dd {
  width: 74%;
  padding: 12px 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .column_contact .contact_form_dark__dd {
    width: 68%;
  }
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark__dd {
    width: 100%;
    padding: 10px 14px 20px;
  }
}
.column_contact .contact_form_dark__select, .column_contact .contact_form_dark__input, .column_contact .contact_form_dark__textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: #fff;
  color: #111;
  border-radius: 5px;
  padding: 17px 12px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  outline: none;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__select, .column_contact .contact_form_dark__input, .column_contact .contact_form_dark__textarea {
    padding: 11px 12px;
  }
}
.column_contact .contact_form_dark__select:focus, .column_contact .contact_form_dark__input:focus, .column_contact .contact_form_dark__textarea:focus {
  border-color: rgba(153, 110, 0, 0.8);
  box-shadow: 0 0 0 3px rgba(153, 110, 0, 0.18);
}
.column_contact .contact_form_dark__select {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__select {
    max-width: 100%;
  }
}
.column_contact .contact_form_dark__textarea {
  min-height: 245px;
  resize: vertical;
}
.column_contact .contact_form_dark__bottom {
  margin-top: 30px;
}
.column_contact .contact_form_dark__note {
  margin: 14px 0 10px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.column_contact .contact_form_dark__agree {
  margin: 10px auto 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.column_contact .contact_form_dark__agree input {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__agree {
    font-size: 1.3rem;
    gap: 5px;
  }
}
.column_contact .contact_form_dark__agree .wpcf7-form-control-wrap {
  width: auto;
}
.column_contact .contact_form_dark__agreeText {
  white-space: nowrap;
}
.column_contact .contact_form_dark__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  margin: 15px auto 0;
  border: none;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 100px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.14em;
  background: #b59523;
  transition: 0.3s;
}
.column_contact .contact_form_dark__submit:hover {
  color: #b59523;
  background: #fff;
}
.column_contact .contact_form_dark__submit.previous {
  border: #fff 2px solid;
  background: #555;
  color: #fff;
}
.column_contact .contact_form_dark__submit.previous:hover {
  opacity: 0.8;
}

.confirm .column_contact .contact_form_dark__dd {
  color: #fff;
}

.column_contact-thanks {
  padding: 80px 0 !important;
}

.thanks_cont .thanks_txt {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .thanks_cont .thanks_txt {
    font-size: 1.6rem;
  }
}
.thanks_cont .thanks_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 100px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.14em;
  background: #b59523;
  transition: 0.3s;
}
.thanks_cont .thanks_btn:hover {
  color: #b59523;
  background: #fff;
}

.accordion_header,
.accordion_content {
  width: 100%;
}

.accordion_header {
  cursor: pointer;
  position: relative;
}

.accordion_content {
  display: none;
}

.accordion_header::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .accordion_header::before {
    width: 17px;
    right: 5px;
  }
}

.accordion_header::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .accordion_header::after {
    width: 17px;
    right: 5px;
  }
}

.accordion_header.open::before {
  transform: rotate(180deg);
}

.accordion_header.open::after {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */