html {
  width: 100%;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  margin: 0 auto;
  letter-spacing: 0.02em;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  min-width: 1180px;
  animation: loading 1s;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.js-box {
  opacity: 0;
  transition: .6s;
  position: relative;
  top: 6px;
}

.active {
  opacity: 1;
  top: 0;
}


.deley01 {
  transition-delay: 0.6s;
}

.deley02 {
  transition-delay: 1s;
}

.deley03 {
  transition-delay: 1.2s;
}

.deley04 {
  transition-delay: 1.8s;
}

.deley05 {
  transition-delay: 2.2s;
}

.deley06 {
  transition-delay: 2.8s;
}


* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
  color: #231815;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

th {
  font-weight: normal;
}


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

.inner {
  width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  text-align: left;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

button {
  display: block;
  margin: 60px auto 0;
  cursor: pointer;
}

button a {
  width: auto;
  min-width: 300px;
  display: inline-block;
  border: 1px solid #6A6A6A;
  padding: 12px 24px;
  letter-spacing: 0.16em;
  text-align: left;
  position: relative;
  color: #231815;
}

.arrow-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  fill: #231815;
  transition: fill 0.3s ease;
}

button a:hover {
  color: #fff;
  background-color: #231815;
  opacity: 1;
}

.arrow-icon path {
  fill: #231815;
  transition: fill 0.3s ease;

}

a:hover .arrow-icon path {
  fill: #fff;
  opacity: 1;
}


.grecaptcha-badge {
  visibility: hidden;
}

header {
  width: 100%;
  padding: 0 4%;
  z-index: 10;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  transition: .5s;
}

/* ファーストビューを過ぎたあとのヘッダー */
.js-header.transform {
  background-color: rgba(255, 255, 255, 1);
}

header>.row {
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.header_logo {
  width: 140px;
  height: 60px;
  position: relative;
  z-index: 300;
}

.header_logo img {
  vertical-align: text-top;
}

header .row .row {
  align-items: center;
}

.online_link {
  width: 40px;
  padding: 6px;
  z-index: 300;
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
#nav-wrapper {
  display: block;
}

.hamburger {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 300;
}

.open .hamburger {
  border: none;
}

.hamburger__line {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 100vmax;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #727171;
  transition: all 0.5s;
}

.hamburger__line--1 {
  transform: translateY(-8px);
}


.hamburger__line--3 {
  transform: translateY(8px);
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  /* ふわっと表示 */
  transition: 0.5s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 200;
  /* メニューが多くなったらスクロールできるように */
  display: inherit;
}

.open .sp-nav {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}

.sp-nav_header {
  display: flex;
  padding: 32px 22px 32px;
}

header .header_nav {
  display: none;
}

.spnav_menu {
  background-color: #fff;
  height: inherit;
}

header .sp-nav .spnav_menu {
  padding: 130px 150px 100px 150px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
  height: auto;
}

.site_map_list {
  width: 408px;
}

.list_line.site_map_list li {
  margin-bottom: 2.4em;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1em;
}

.site_map_list.site_map_list_s li {
  border: none;
  font-size: 16px;
  margin-bottom: 0;
}

.list_line.site_map_list li a {
  padding-bottom: 1em;
  display: block;
}

.site_map_list.site_map_list_s li a {
  padding: 0;
}

.list_line.site_map_list li:last-of-type {
  margin-bottom: 0;
}

.site_map_list li span {
  font-size: 0.9em;
  display: block;
}

.list_line.site_map_list li span a {
  padding-left: 1.2em;
  padding-bottom: 0.6em;
  display: block;
  position: relative;
  padding-left: 1.2em;
  margin-left: 1em;
}

.list_line.site_map_list li span:last-of-type a {
  padding-bottom: 1.2em;
}


.site_map_list li span a::before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 1px;
  background-color: #A2A2A2;
  top: 15px;
  left: 0;
}

.site_map_list img {
  width: 14px;
  vertical-align: baseline;
  margin-left: 0.6em;
}

.site_map_list_s {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .noimage_mv {
    padding: 80px 0 80px 0;
  }

  .noimage_mv .mv_catch h2 {
    font-size: 20px;
  }

  .sec_site_map>.row {
    gap: 1em;
  }

  .site_map_list {
    width: 100%;
  }

  .spnav_menu>div {
    width: 100%;
  }

  .list_line.site_map_list li {
    font-size: 16px;
  }

  .site_map_list li span a::before {
    top: 12px;
  }

  .site_map_list.site_map_list_s li {
    border: none;
    font-size: 14px;
  }
}

footer .inner_02 {
  padding: 40px 150px;
  background-color: #C3B367;
  align-items: center;
  gap: 24px;
}

footer .footer_logo {
  width: 146px;
}

footer .nav_list {
  width: 760px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 60px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.2em;
  gap: 2px 8px;
  font-weight: 500;
  font-size: 14px;
}

footer .sns_list {
  width: 160px;
  display: flex;
  gap: 16px;
}

footer .sns_list li {
  width: 30px;
}

.external_link a {
  padding-right: 1.4em;
  position: relative;
}

.external_link a::after {
  content: "";
  background-image: url(../image/common/external_link_icon.svg);
  position: absolute;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

.copyright {
  font-size: 12px;
  margin: 10px;
  text-align: center;
}

.border_space {
  height: 180px;
  position: relative;
}

.border_space::after {
  content: "";
  height: 0;
  width: 1px;
  background-color: #A2A2A2;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: 1.2s;
  position: absolute;
  transition-delay: 0.6s;
}

.border_space.active::after {
  height: 130px;
}

.associate_link {
  padding: 40px 0;
  border-top: 1px solid #A2A2A2;
}

.associate_link ul {
  justify-content: center;
  gap: 80px;
  align-items: center;
}

.associate_link ul li {
  width: 140px;
}

.associate_link ul li:first-of-type {
  width: 145px;
}

.associate_link ul li:last-of-type img {
  margin-top: -7px;
}

@media screen and (max-width: 1030px) {
  footer .nav_list {
    display: none;
  }

}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 15px;
    line-height: 1.8;
  }

  .inner {
    width: calc(100% - 48px);
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .row {
    flex-wrap: wrap;
  }

  header {
    padding: 0;
    height: 60px;
    overflow: hidden;
  }

  .header_logo {
    width: 128px;
    padding: 8px;
    z-index: 100;
  }

  header .inner {
    width: 100%;
    padding-right: 0;
  }

  header .sp-nav .spnav_menu {
    padding: 90px 30px 100px 30px;
    height: auto;
    gap: 1em;
  }

  .spnav_menu>div {
    width: 100%;
  }

  footer .inner_02 {
    padding: 40px 30px;
    gap: 24px;
    flex-direction: column;
  }

  footer .footer_logo {
    width: 126px;
  }


  footer .sns_list {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: center;
  }

  footer .sns_list li {
    width: 24px;
  }

  .copyright {
    font-size: 12px;
  }

  .border_space {
    height: 130px;
    position: relative;
  }

  .border_space::after {
    transition-delay: 0.2s;
  }

  .associate_link ul {
    gap: 1.4em;

  }

  .associate_link ul li {
    width: 90px;
  }

  .associate_link ul li:first-of-type {
    width: 98px;
  }

}

.news_list li {
  border-bottom: 1px solid #A2A2A2;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.news_list li::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 8px;
  background-image: url(../image/top/arrow_triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: -1;
}

.news_list li a {
  display: flex;
  padding: 30px 64px 30px 0;
  align-items: center;
  width: 100%;
}

.news_list li:first-of-type a {
  padding-top: 0;
}

.news_list li .date {
  color: #666666;
  line-height: 0;
  display: inline-block;
}

.news_list li p:first-of-type {
  width: 27%;
}


.news_list li .news_title {
  margin-top: -4px;
  width: 72%;
}

.news_list li p .category {
  letter-spacing: 0.1em;
  width: auto;
  display: block;
}

.news_list li p .title {
  width: 600px;
}

.sec_lineup h3 {
  width: 125px;
}



/* newリスト */
@media screen and (max-width: 767px) {

  .news_list li a {
    padding: 20px 30px 20px 0;
    display: inline-block;
  }

  .news_list li:first-of-type {
    border-top: 1px solid #A2A2A2;
  }

  .news_list li:first-of-type a {
    padding-top: 20px;
  }

  .news_list li p {
    flex-wrap: wrap;
    line-height: 1.6;
    display: flex;
  }

  .news_list li p:first-of-type,
  .news_list li p .title {
    width: 100%;
  }

  .news_list li {
    font-size: 15px;
  }

  .news_list li p .category {
    letter-spacing: normal;
    margin-left: 12px;
    letter-spacing: 0.1em;
  }

  .news_list li::after {
    right: 8px;
  }

  .news_list li .news_title {
    width: 100%;
    margin-top: 8px;
  }

  .news_list li .date {
    line-height: inherit;
  }

}

/* recruitセクション */
.sec_recruit {
  display: none;
  padding: 40px;
  border-top: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
  align-items: center;
  max-width: 900px;
}

.sec_recruit h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}

.sec_recruit .col_04 {
  width: 400px;
}

.sec_recruit .col_03 {
  width: 320px;
}

.sec_recruit .col_04 {
  width: auto;
}

.btn_l {
  background-color: #C3B367;
  width: 280px;
  max-width: 100%;
  padding: 12px 20px;
  display: block;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-top: 32px;
}

.btn_l::after {
  content: "";
  background-image: url(../image/top/recruit_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 50px;
  height: 6px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .sec_recruit {
    padding: 32px 24px;
  }

  .sec_recruit .col_04 {
    margin-top: 16px;
  }

  .sec_recruit h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .btn_l {
    margin-top: 20px;
  }
}