@charset "UTF-8";
@keyframes slideIn {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8);
  }
  60% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideInRl {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #FFF;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

::-webkit-full-page-media, :future, :root body {
  /* safariおなじない */
  font-feature-settings: "pkna";
}

body, html, section, div, header, footer, p, address, small {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #5d524a;
}

h2, p, small, select, label, input, textarea, th, td {
  color: #5d524a;
}

p.error {
  color: #e90d05;
  margin-top: 5px;
}

h2 {
  font-size: 6rem;
  line-height: 6rem;
}

h3 {
  font-size: 3rem;
  line-height: 3rem;
}

input[type=text], input[type=email], input[type=tel], textarea {
  appearance: none;
  padding: 12px;
  border: 1px solid #f4ece6;
  border-radius: 5px;
  background: #FFF;
}

textarea {
  width: 100%;
  resize: vertical;
}

.clearfix {
  position: relative;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
  width: 0;
  height: 0;
}

.flex {
  display: flex;
  width: 100%;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

.sp-none {
  display: block;
}

.flex-sp-none {
  display: flex;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

::-webkit-scrollbar {
  width: 8px;
  background: none;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #e97116;
  border-radius: 4px;
}

/* button */
.btn-inner {
  text-align: center;
}

.btn-type-circle-orange {
  display: block;
  position: relative;
  border: 1px solid #e97116;
  background: #e97116;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.btn-type-circle-orange .other-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 13px;
  background: url(../img/icon_link_white.png) center no-repeat;
  background-size: 16px auto;
}
.btn-type-circle-orange:hover {
  background: #FFF !important;
}
.btn-type-circle-orange:hover .other-link {
  background: url(../img/icon_link_orange.png) center no-repeat;
  background-size: 16px auto;
}

.btn-type-circle-border {
  appearance: none;
  display: inline-block;
  position: relative;
  border: 1px solid #a89688;
  background: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-type-circle-border .prev, .btn-type-circle-border .next {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.btn-type-circle-border .prev:before, .btn-type-circle-border .next:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.btn-type-circle-border .prev {
  background: url(../img/icon_arrow_orange_l.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.btn-type-circle-border .prev:before {
  background: url(../img/icon_arrow_white_l.png);
  background-position: center right -100%;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.btn-type-circle-border .next {
  background: url(../img/icon_arrow_orange_r.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.btn-type-circle-border .next:before {
  background: url(../img/icon_arrow_white_r.png);
  background-position: center left -100%;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.btn-type-circle-border:hover {
  width: 100px;
  border: 1px solid #e97116;
  background: #e97116 !important;
}
.btn-type-circle-border:hover .prev {
  background-position: center left -100%;
}
.btn-type-circle-border:hover .prev:before {
  background-position: center;
}
.btn-type-circle-border:hover .next {
  background-position: center right -100%;
}
.btn-type-circle-border:hover .next:before {
  background-position: center;
}

.btn-type-yellow, .btn-type-orange, .btn-type-border, .btn-type-white, .btn-type-lightyellow {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
}
.btn-type-yellow .arrow, .btn-type-yellow .other-link, .btn-type-orange .arrow, .btn-type-orange .other-link, .btn-type-border .arrow, .btn-type-border .other-link, .btn-type-white .arrow, .btn-type-white .other-link, .btn-type-lightyellow .arrow, .btn-type-lightyellow .other-link {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  padding-top: 15.5px;
  border-radius: 50%;
  overflow: hidden;
}
.btn-type-yellow .arrow .arrow img, .btn-type-yellow .other-link .arrow img, .btn-type-orange .arrow .arrow img, .btn-type-orange .other-link .arrow img, .btn-type-border .arrow .arrow img, .btn-type-border .other-link .arrow img, .btn-type-white .arrow .arrow img, .btn-type-white .other-link .arrow img, .btn-type-lightyellow .arrow .arrow img, .btn-type-lightyellow .other-link .arrow img {
  display: block;
  margin: 0 auto;
}
.btn-type-yellow .arrow img, .btn-type-orange .arrow img, .btn-type-border .arrow img, .btn-type-white .arrow img, .btn-type-lightyellow .arrow img {
  max-width: 16px;
}
.btn-type-yellow .arrow:before, .btn-type-orange .arrow:before, .btn-type-border .arrow:before, .btn-type-white .arrow:before, .btn-type-lightyellow .arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.btn-type-yellow .other-link img, .btn-type-orange .other-link img, .btn-type-border .other-link img, .btn-type-white .other-link img, .btn-type-lightyellow .other-link img {
  max-width: 13px;
}

.btn-type-yellow {
  background: #fbb03b;
  color: #FFF;
  font-size: 1.8rem;
}
.btn-type-yellow .arrow, .btn-type-yellow .other-link {
  border: 1px solid #FFF;
  transition: 0.3s;
}
.btn-type-yellow .arrow {
  background-image: url(../img/icon_arrow_white_r.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.btn-type-yellow .arrow:before {
  background: url(../img/icon_arrow_yellow_r.png) center no-repeat;
  background-position: center left -100%;
  background-size: 14px auto;
}
.btn-type-yellow .other-link {
  background: url(../img/icon_link_white.png) center no-repeat;
  background-size: 13px auto;
}
.btn-type-yellow:hover .arrow {
  background-color: #FFF;
  background-position: center right -100%;
}
.btn-type-yellow:hover .arrow:before {
  background-position: center;
}

.btn-type-orange {
  background: #e97116;
  color: #FFF;
  font-size: 1.8rem;
}
.btn-type-orange .arrow, .btn-type-orange .other-link {
  border: 1px solid #FFF;
  transition: 0.3s;
}
.btn-type-orange .arrow {
  background-image: url(../img/icon_arrow_white_r.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.btn-type-orange .arrow:before {
  background: url(../img/icon_arrow_orange_r.png) no-repeat;
  background-position: center left -100%;
  background-size: 14px auto;
}
.btn-type-orange .other-link {
  background: url(../img/icon_link_white.png) center no-repeat;
  background-size: 13px auto;
}
.btn-type-orange:hover .arrow {
  background-color: #FFF;
  background-position: center right -100%;
}
.btn-type-orange:hover .arrow:before {
  background-position: center;
}
.btn-type-orange:hover .other-link {
  background: #FFF url(../img/icon_link_orange.png) center no-repeat;
  background-size: 13px auto;
}

.btn-type-white {
  background: #fbfbfb;
}
.btn-type-white .arrow {
  border: 1px solid #e97116;
  background: #FFF url(../img/icon_arrow_orange_r.png) center no-repeat;
  background-size: 14px auto;
  transition: 0.3s;
}
.btn-type-white .arrow:before {
  background: url(../img/icon_arrow_white_r.png) no-repeat;
  background-position: center left -100%;
  background-size: 14px auto;
}
.btn-type-white:hover .arrow {
  background-color: #e97116;
  background-position: center right -100%;
}
.btn-type-white:hover .arrow:before {
  background-position: center;
}
.btn-type-white.is-current .arrow {
  border: 1px solid #FFF;
  background: url(../img/icon_arrow_white_r.png) center no-repeat;
  background-size: 14px auto;
}
.btn-type-white.is-current .arrow::before {
  background: url(../img/icon_arrow_orange_r.png) no-repeat;
  background-size: 14px auto;
  background-position: center left -100%;
}
.btn-type-white.is-current:hover .arrow {
  background-color: #FFF;
  background-position: center right -100%;
}
.btn-type-white.is-current:hover .arrow:before {
  background-position: center;
}

.btn-type-border {
  position: relative;
  border: 1px solid #FFF;
  color: #FFF;
  overflow: hidden;
  transition: 0.3s;
}
.btn-type-border span:not(.arrow) {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-type-border .arrow {
  z-index: 2;
  border-radius: 50%;
  transition: 0.3s;
}

.btn-toggle-section {
  appearance: none;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  border: none;
  background: #FFF;
  color: #e97116;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
}
.btn-toggle-section.is-active {
  background: #e97116;
  color: #FFF;
}
.btn-toggle-section:hover {
  background: rgba(255, 255, 255, 0.6);
}
.btn-toggle-section.is-active:hover {
  background: rgba(233, 113, 22, 0.6);
}

.btn-type-lightyellow {
  background: #f9ca3c;
  color: #FFF;
  font-size: 1.8rem;
}
.btn-type-lightyellow .arrow {
  border: 1px solid #FFF;
  background-image: url(../img/icon_arrow_white_r.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  transition: 0.3s;
}
.btn-type-lightyellow .arrow:before {
  background: url(../img/icon_arrow_lightyellow_r.png) no-repeat;
  background-position: center left -100%;
  background-size: 14px auto;
}
.btn-type-lightyellow .other-link {
  position: absolute;
  background: url(../img/icon_link_white.png) center no-repeat;
  background-size: 16px auto;
}
.btn-type-lightyellow:hover .arrow {
  background-color: #FFF;
  background-position: center right -100%;
}
.btn-type-lightyellow:hover .arrow:before {
  background-position: center;
}

/* txt */
.txt-bold {
  font-weight: bold;
}

.txt-center {
  text-align: center;
}

.txt-inline {
  display: inline-block;
}

.txt-r {
  text-align: right;
}

.txt-small {
  font-size: 1.2rem;
}

.txt-white {
  color: #FFF;
}

.v-rl {
  writing-mode: vertical-rl;
}

.icon-txt {
  display: inline-block;
  line-height: 2.3rem;
  padding: 0 10px;
  border-radius: 5px;
  color: #FFF;
}
.icon-txt--1 {
  background: #fbb03b;
}
.icon-txt--2 {
  background: #ec9138;
}
.icon-txt--3 {
  background: #de7134;
}
.icon-txt--4 {
  background: #d05231;
}
.icon-txt--5 {
  background: #c1322d;
}

.icon-border {
  display: inline-block;
  padding: 0 10px;
  line-height: 2.5rem;
  border: 1px solid #e97116;
  color: #e97116;
}

/* animation */
.js-slidein, .js-slidein--delay, .js-slidein-common {
  display: block;
  overflow: hidden;
}

.js-slidein, .js-slidein--delay {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(5rem);
}
.js-slidein.is-enable, .js-slidein--delay.is-enable {
  animation: slideIn 0.75s forwards;
}

.js-slidein--delay {
  transition: 1.25s;
}
.js-slidein--delay.is-enable {
  opacity: 1.25s;
  animation: slideIn 1.25s forwards;
  animation-delay: 0.5s;
}

.js-slidein-common span {
  display: inline-block;
  transform: translateY(12rem);
}
.js-slidein-common.is-enable span {
  animation: slideIn 0.75s forwards;
}
.js-slidein-common span:nth-of-type(1) {
  animation-delay: 0.02s;
}
.js-slidein-common span:nth-of-type(2) {
  animation-delay: 0.04s;
}
.js-slidein-common span:nth-of-type(3) {
  animation-delay: 0.06s;
}
.js-slidein-common span:nth-of-type(4) {
  animation-delay: 0.08s;
}
.js-slidein-common span:nth-of-type(5) {
  animation-delay: 0.1s;
}
.js-slidein-common span:nth-of-type(6) {
  animation-delay: 0.12s;
}
.js-slidein-common span:nth-of-type(7) {
  animation-delay: 0.14s;
}
.js-slidein-common span:nth-of-type(8) {
  animation-delay: 0.16s;
}
.js-slidein-common span:nth-of-type(9) {
  animation-delay: 0.18s;
}
.js-slidein-common span:nth-of-type(10) {
  animation-delay: 0.2s;
}
.js-slidein-common span:nth-of-type(11) {
  animation-delay: 0.22s;
}
.js-slidein-common span:nth-of-type(12) {
  animation-delay: 0.24s;
}
.js-slidein-common span:nth-of-type(13) {
  animation-delay: 0.26s;
}
.js-slidein-common span:nth-of-type(14) {
  animation-delay: 0.28s;
}
.js-slidein-common span:nth-of-type(15) {
  animation-delay: 0.3s;
}
.js-slidein-common span:nth-of-type(16) {
  animation-delay: 0.32s;
}
.js-slidein-common span:nth-of-type(17) {
  animation-delay: 0.34s;
}
.js-slidein-common span:nth-of-type(18) {
  animation-delay: 0.36s;
}
.js-slidein-common span:nth-of-type(19) {
  animation-delay: 0.38s;
}
.js-slidein-common span:nth-of-type(20) {
  animation-delay: 0.4s;
}

.js-scale-down {
  opacity: 0;
  display: block;
  overflow: hidden;
  transition: 2s;
  transform: scale(1.2);
}
.js-scale-down.is-enable {
  opacity: 1;
  transform: scale(1);
}

.js-slidein-rl, .js-slidein-rl--delay {
  opacity: 0;
  transition: 2s;
  transform: translateX(30px);
}
.js-slidein-rl.is-enable, .js-slidein-rl--delay.is-enable {
  animation: slideInRl 1.25s forwards;
}

.js-slidein-rl--delay.is-enable {
  animation: slideInRl 1.25s forwards;
  animation-delay: 0.5s;
}

.page-cover {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #f9f9f9;
  opacity: 1;
  transition: 0.3s;
}
.page-cover.load {
  pointer-events: none;
  opacity: 0;
}

#top {
  position: relative;
  padding-top: 95px;
}

/* header */
.header {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: #FFF;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
}
.header__inner {
  height: 100%;
  padding: 14px 40px 0;
  justify-content: space-between;
}
.header__logo-area {
  width: 40%;
  position: relative;
}
.header__logo-area__img {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  transform: translateY(-50%);
}
.header__logo-area__img h1 img {
  display: inline-block;
  max-width: 180px;
  margin-right: 15px;
  vertical-align: middle;
}
.header__logo-area__img h1 span {
  color: #5d524a;
  font-size: 1.3rem;
}
.header__btn-menu {
  display: none;
}
.header__menu {
  width: 100%;
}
.header__menu .flex {
  justify-content: right;
  margin-bottom: 7px;
}
.header__menu .flex p {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #d9cec6;
  font-size: 1.4rem;
  line-height: 3.3rem;
}
.header__menu .sp-list {
  display: none;
}
.header__menu-suv__inner {
  width: 100%;
  justify-content: right;
  text-align: right;
}
.header__menu-suv__inner p:not(.sp-list) {
  margin: 0 1.25%;
  border-right: none;
}
.header__menu-suv__inner p:nth-of-type(7) {
  margin: 0 0 0 1.25%;
}
.header__menu-suv__inner p {
  display: inline-block;
}
.header__menu-suv__inner a {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 3.2rem;
  transition: 0.3s;
}
.header__menu-suv__inner p a.is-current, .header__menu-suv__inner p a:hover {
  color: #e97116;
}
.header__nav-area {
  justify-content: right;
}
.header .btn-type-orange, .header .btn-type-yellow, .header .btn-type-lightyellow {
  display: inline-block;
  width: 100%;
  max-width: 189px;
  border-radius: 25px;
  font-size: 1.6rem;
  line-height: 3.3rem;
  letter-spacing: -0.04em;
}
.header .btn-type-orange:hover, .header .btn-type-yellow:hover, .header .btn-type-lightyellow:hover {
  opacity: 0.6;
}
.header .btn-type-orange .other-link, .header .btn-type-yellow .other-link, .header .btn-type-lightyellow .other-link {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 0;
  background: none;
}
/* content */
.content {
  width: 100%;
}
.content__inner {
  width: 100%;
  margin: 0 auto;
}
.content__hero {
  position: relative;
}

#hero-pos {
  position: relative;
}
#hero-pos .hero-overlay {
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0;
  pointer-events: none;
}

.top-hero {
  z-index: 1000;
  position: absolute;
  bottom: calc(12.2% + 55px);
  left: 0;
  width: 100%;
  padding: 0 13%;
  pointer-events: none;
}
.top-hero__catch {
  overflow: hidden;
}
.top-hero__catch p {
  font-size: 8.3rem;
  line-height: 12rem;
  text-shadow: 0 0 17px rgba(0, 0, 0, 0.06);
}
.top-hero .hero-overlay {
  z-index: 1001;
}
.top-hero .top-hero-js-anim {
  overflow: hidden;
}
.top-hero .top-hero-js-anim span:not(.sp-block):not(.top-hero-js-anim) {
  display: inline-block;
  transform: translateY(12rem);
  animation: slideIn 0.75s forwards;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(1) {
  animation-delay: 0.02s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(2) {
  animation-delay: 0.04s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(3) {
  animation-delay: 0.06s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(4) {
  animation-delay: 0.08s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(5) {
  animation-delay: 0.1s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(6) {
  animation-delay: 0.12s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(7) {
  animation-delay: 0.14s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(8) {
  animation-delay: 0.16s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(9) {
  animation-delay: 0.18s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(10) {
  animation-delay: 0.2s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(11) {
  animation-delay: 0.22s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(12) {
  animation-delay: 0.24s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(13) {
  animation-delay: 0.26s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(14) {
  animation-delay: 0.28s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(15) {
  animation-delay: 0.3s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(16) {
  animation-delay: 0.32s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(17) {
  animation-delay: 0.34s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(18) {
  animation-delay: 0.36s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(19) {
  animation-delay: 0.38s;
}
.top-hero .top-hero-js-anim.top-js-first span:nth-of-type(20) {
  animation-delay: 0.4s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(1) {
  animation-delay: 0.62s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(2) {
  animation-delay: 0.64s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(3) {
  animation-delay: 0.66s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(4) {
  animation-delay: 0.68s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(5) {
  animation-delay: 0.7s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(6) {
  animation-delay: 0.72s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(7) {
  animation-delay: 0.74s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(8) {
  animation-delay: 0.76s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(9) {
  animation-delay: 0.78s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(10) {
  animation-delay: 0.8s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(11) {
  animation-delay: 0.82s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(12) {
  animation-delay: 0.84s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(13) {
  animation-delay: 0.86s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(14) {
  animation-delay: 0.88s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(15) {
  animation-delay: 0.9s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(16) {
  animation-delay: 0.92s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(17) {
  animation-delay: 0.94s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(18) {
  animation-delay: 0.96s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(19) {
  animation-delay: 0.98s;
}
.top-hero .top-hero-js-anim.top-js-second span:nth-of-type(20) {
  animation-delay: 1s;
}

.top-mv-pos .hero-border {
  z-index: 1002;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 90px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #faf7f0;
}

#mv-slider {
  width: 100%;
  height: calc(100vh - 5px);
  height: calc(100svh - 5px);
  max-height: 860px;
  overflow: hidden;
}
#mv-slider .slick-list, #mv-slider .slick-track, #mv-slider .mv-bg {
  height: 100%;
}
#mv-slider .slide-nav {
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#mv-slider .slide-nav li {
  display: inline-block;
  width: 100%;
  max-width: 88px;
  height: 5px;
  margin: 0 7.5px;
}
#mv-slider .slide-nav li button {
  width: 100%;
  height: 5px;
  border: none;
  border-radius: 2.5px;
  appearance: none;
  background: #FFF;
  cursor: pointer;
  transition: 0.3s;
}
#mv-slider .slide-nav li.slick-active button {
  background: #e97116;
}
#mv-slider .mv-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mv-slider .mv-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
#mv-slider .mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}

.hero {
  position: relative;
  height: 380px;
  padding: 90px 160px 0;
}
.hero-contact {
  background: url(../img/bg_hero_contact.jpg) top center no-repeat;
  background-size: cover;
}
.hero-recruit {
  background: url(../img/bg_hero_recruit.jpg) top center no-repeat;
  background-size: cover;
}
.hero-event {
  background: url(../img/bg_hero_event.jpg) top center no-repeat;
  background-size: 100% auto;
}
.hero-company {
  background: url(../img/bg_hero_company.jpg) top center no-repeat;
  background-size: cover;
}
.hero-interview {
  background: url(../img/bg_hero_interview.jpg) top center no-repeat;
  background-size: cover;
}
.hero-entry {
  background: url(../img/bg_hero_entry.jpg) top center no-repeat;
  background-size: cover;
}
.hero .flex {
  align-items: center;
}
.hero .title-line {
  display: inline-block;
  width: 30px;
  margin-right: 15px;
  border-bottom: 1px solid #FFF;
}
.hero .hero-border {
  z-index: 1002;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 90px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #FFF;
}
.hero h2 img {
  display: block;
  margin: 2px 0 10px;
}
.hero p {
  color: #FFF;
  font-size: 1.4rem;
}

.top-concept.content {
  background: #faf7f0;
}
.top-concept.content .content__inner {
  max-width: 1280px; /* +40px */
  margin: 0 auto;
  padding: 0 20px 70px;
}
.top-concept.content .concept-title {
  width: 120px;
  padding: 0 25px 0 35px;
}
.top-concept.content .concept-title .title-line {
  width: 8px;
  height: 38px;
  padding-left: 8px;
  margin-bottom: 14px;
  border-right: 1px solid #e97116;
}
.top-concept.content .concept-desc {
  width: 65%;
}
.top-concept.content .concept-desc h2 {
  font-size: 4.2rem;
}
.top-concept.content .concept-desc p {
  line-height: 4rem;
}

.concept-slide {
  width: calc(44% + 43px);
  justify-content: space-between;
}
.concept-slide .slider1 {
  width: 100%;
}
.concept-slide .slider-content {
  position: relative;
  min-width: 243px; /* 200px + padding-left 43px */
  width: 100%;
  height: 100%;
  padding-left: 43px;
  overflow: hidden;
}
.concept-slide .slider-box {
  /* デフォルトは右上配置 */
  z-index: 2;
  position: absolute;
  top: -40px;
  right: -60px; /* 右上 */
  min-width: 200px;
  width: calc(100% - 43px);
  max-width: 328px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
  rotate: 5deg;
  transition: 0.6s;
  opacity: 0;
}
.concept-slide .slider-box__img {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.concept-slide .slider-box__txt {
  position: relative;
  padding-left: 30px;
  background: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.concept-slide .slider-box__txt p {
  line-height: 7.2rem;
}
.concept-slide .slider-box__nav {
  padding: 1px 0 0 30px;
}
.concept-slide .slider-box__nav ul li {
  position: relative;
  padding-left: 5px;
}
.concept-slide .slider-box__nav ul li img {
  min-width: 63px;
}
.concept-slide .slider-box__nav ul li button {
  appearance: none;
  border: none;
  background: none;
}
.concept-slide .slider-box__nav ul li.selected::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-left: 2px solid #e97116;
}
.concept-slide .slider-box__link {
  position: absolute;
  top: 17px;
  right: 17px;
}
.concept-slide .slider-box .btn-type-circle-orange {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e97116;
}
.concept-slide .btn-type-circle-border {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.concept-slide .slider-box.is-active {
  z-index: 3;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  rotate: 0deg;
  opacity: 1;
}
.concept-slide .slider-box.is-active ::before {
  rotate: 0deg;
  opacity: 1;
}
.concept-slide .slider-box.is-prev {
  top: 120px;
  right: 60px; /* 左下 */
  rotate: -5deg;
  opacity: 0;
}
.concept-slide .bg1::before {
  background: url(../img/bg_concept_1.png) top left no-repeat;
}
.concept-slide .bg2::before {
  background: url(../img/bg_concept_2.png) top left no-repeat;
}
.concept-slide .bg3::before {
  background: url(../img/bg_concept_3.png) top left no-repeat;
}
.concept-slide .bg4::before {
  background: url(../img/bg_concept_4.png) top left no-repeat;
}
.concept-slide .bg5::before {
  background: url(../img/bg_concept_5.png) top left no-repeat;
}
.concept-slide .bg6::before {
  background: url(../img/bg_concept_6.png) top left no-repeat;
}
.concept-slide .bg1::before, .concept-slide .bg2::before, .concept-slide .bg3::before, .concept-slide .bg4::before, .concept-slide .bg5::before, .concept-slide .bg6::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -43px;
  min-width: 200px;
  width: calc(100% - 43px);
  max-width: 328px;
  height: 100%;
  background-size: 120% auto;
}
.concept-slide .slider-controller {
  justify-content: right;
  gap: 20px;
  max-width: calc(100% - 98px);
  text-align: left;
}

.top-company.content {
  padding: 80px 0;
  background: url(../img/bg_company.jpg) center no-repeat;
  background-size: cover;
}
.top-company.content .content__inner {
  max-width: 670px; /* +40px */
  padding: 105px 20px;
  border-radius: 20px;
  background: rgba(223, 113, 22, 0.9);
}
.top-company.content .title-line {
  width: 30px;
  margin: 0 auto 10px;
  border-bottom: 1px solid #FFF;
}
.top-company.content h2 img {
  display: block;
  margin: 2px auto 10px;
}
.top-company.content .btn-type-border {
  display: block;
  max-width: 290px;
  height: 60px;
  border-radius: 29.5px;
  margin: 0 auto;
}
.top-company.content .btn-type-border:before {
  /* ホバーアニメーション用 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 120%;
  height: 100%;
  background: #FFF;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
.top-company.content .btn-type-border:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.top-company.content .btn-type-border .arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding-top: 20.5px;
  border: 1px solid #FFF;
  background-color: #FFF;
  background-image: url(../img/icon_arrow_orange_r.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.top-company.content .btn-type-border .arrow:before {
  background: url(../img/icon_arrow_white_r.png) no-repeat;
  background-position: center left -100%;
  background-size: 14px auto;
}
.top-company.content .btn-type-border:hover {
  color: #e97116;
}
.top-company.content .btn-type-border:hover .arrow {
  background-color: #e97116;
  background-position: center right -100%;
}
.top-company.content .btn-type-border:hover .arrow:before {
  background-position: center;
}

.top-career.content .content__inner {
  max-width: 1040px; /* +40px */
  padding: 100px 20px;
}
.top-career.content .txt-r {
  position: relative;
  padding-top: 60px;
}
.top-career.content h2 {
  position: absolute;
  top: 0;
  right: 0;
}
.top-career.content h2 img {
  display: block;
}
.top-career.content .title-line {
  display: inline-block;
  width: 30px;
  margin-right: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #e97116;
}
.top-career.content .career-img {
  display: block;
}
.top-career.content .career-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 774px;
}
.top-career.content .career-txt {
  max-width: 914px;
  padding: 35px 5%;
  margin: 0 auto;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
}
.top-career.content .career-txt .flex {
  gap: 0 35px;
}
.top-career.content .career-txt .career-txt-sp-flex {
  width: 33%;
}
.top-career.content .career-txt p {
  line-height: 2.3rem;
}

.top-interview.content {
  overflow: hidden;
  background: #fef9f3;
}
.top-interview.content .content__inner {
  position: relative;
  max-width: 1160px; /* +40px */
  padding: 100px 20px 240px;
}
.top-interview.content .title-line {
  display: inline-block;
  width: 30px;
  margin-right: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #e97116;
}
.top-interview.content .slider-controller {
  position: absolute;
  top: 130px;
  right: 0;
  width: auto;
}
.top-interview.content a {
  width: 360px;
  max-width: 360px;
  margin-right: 20px;
  transition: 0.3s;
  opacity: 1;
}
.top-interview.content .slick-list {
  padding-bottom: 10px;
}
.top-interview.content a:hover .slider-box__img img {
  transform: scale(1.2);
}
.top-interview.content .slider-box {
  width: 100%;
  max-width: 360px;
}
.top-interview.content .slider-box__img, .top-interview.content .slider-box__txt {
  width: 100%;
  height: 100%;
}
.top-interview.content .slider-box__img {
  position: relative;
  max-height: 350px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.top-interview.content .slider-box__img img {
  max-width: 100%;
  transition: 0.6s;
}
.top-interview.content .slider-box__tag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  border-top-right-radius: 20px;
  background: #e97116;
  color: #FFF;
  font-size: 2.4rem;
  line-height: 5rem;
}
.top-interview.content .slider-box__name {
  font-size: 1.4rem;
}
.top-interview.content .slider-box__name span {
  font-size: 2rem;
}
.top-interview.content .slider-box__name .sub {
  font-size: 1.6rem;
}
.top-interview.content .slider-box__txt {
  padding: 25px 10px 25px 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.top-interview.content .slider-box__belong {
  letter-spacing: -0.15rem;
}
.top-interview.content .btn-type-orange {
  display: block;
  max-width: 247px;
  margin: 0 auto;
  border-radius: 30px;
  line-height: 6rem;
}
.top-interview.content .btn-type-orange .arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.top-interview.content .btn-type-circle-border {
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.top-interview.content .btn-type-circle-border.slick-prev {
  left: -35px;
}
.top-interview.content .btn-type-circle-border.slick-next {
  right: -25px;
}

.entry-link.content {
  background: url(../img/bg_entry.jpg) top center no-repeat;
  background-size: cover;
}
.entry-link.content .content__inner {
  max-width: 1000px; /* +40px */
  padding: 80px 20px;
}
.entry-link.content .content__inner .txt-bold.mb-50 {
  font-size: 2.2rem;
  line-height: 3.6rem;
}
.entry-link.content .entry-link-other {
  padding: 60px 40px 50px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
}
.entry-link.content .entry-link-other-txt {
  font-size: 3rem;
  line-height: 3rem;
}
.entry-link.content .flex {
  gap: 0 20px;
}
.entry-link.content .btn-type-white, .entry-link.content .btn-type-orange, .entry-link.content .btn-type-yellow, .entry-link.content .btn-type-lightyellow {
  display: block;
  border-radius: 20px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
}
.entry-link.content .btn-type-white {
  background: rgba(255, 255, 255, 0.95);
  padding: 45px 0 50px;
}
.entry-link.content .btn-type-white .btn-recruit-txt-current {
  /* ボタンのAxis部分 */
  display: none;
}
.entry-link.content .btn-type-white .arrow {
  bottom: 20px;
  right: 20px;
}
.entry-link.content .btn-type-white .btn-recruit-txt-normal img,
.entry-link.content .btn-type-white .btn-recruit-txt-current img {
  display: block;
  margin: 0 auto;
}
.entry-link.content .btn-type-white p:last-of-type {
  color: #e97116;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.entry-link.content .btn-type-white.is-current {
  /* recruitページで「is-current」を付けたときのクラス */
  background: rgba(233, 113, 22, 0.95);
}
.entry-link.content .btn-type-white.is-current .btn-recruit-txt-normal {
  /* ボタンのAxis部分 */
  display: none;
}
.entry-link.content .btn-type-white.is-current .btn-recruit-txt-current {
  /* ボタンのAxis部分 */
  display: block;
}
.entry-link.content .btn-type-white.is-current p:last-of-type {
  color: #FFF;
}
.entry-link.content .btn-type-orange, .entry-link.content .btn-type-yellow, .entry-link.content .btn-type-lightyellow {
  padding: 50px 0;
}
.entry-link.content .btn-type-orange .arrow, .entry-link.content .btn-type-yellow .arrow, .entry-link.content .btn-type-lightyellow .arrow {
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
}
.entry-link.content .btn-type-orange p, .entry-link.content .btn-type-yellow p, .entry-link.content .btn-type-lightyellow p {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.entry-link--simple.content .btn-type-orange, .entry-link--simple.content .btn-type-yellow {
  max-width: 510px;
  padding: 0;
  border-radius: 68px;
  font-size: 3rem;
  line-height: 13.6rem;
}
.entry-link--simple.content .btn-type-orange p:nth-child(1), .entry-link--simple.content .btn-type-yellow p:nth-child(1) {
  color: #FFF;
}
.entry-link--simple.content .btn-type-orange .arrow, .entry-link--simple.content .btn-type-yellow .arrow {
  top: 50%;
  bottom: auto;
  right: 40px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}

/* footer */
.footer {
  background: #e97f2f;
}
.footer__inner {
  justify-content: space-between;
  align-items: center;
}
.footer__link {
  width: 100%;
  max-width: 43%;
  padding: 60px 0 140px 15%;
  background: #faf6f2;
  border-top-right-radius: 48px 50%;
  border-bottom-right-radius: 48px 50%;
}
.footer__link .flex {
  align-items: flex-start;
}
.footer__link__logo {
  margin-right: 15px;
}
.footer__link__logo + p {
  font-size: 1.3rem;
}
.footer__link__logo img {
  max-width: 180px;
}
.footer__sitemap {
  justify-content: right;
  width: 100%;
  padding-right: 15%;
}
.footer__sitemap div:first-of-type {
  padding-right: 12.5%;
  border-right: 1px solid #FFF;
}
.footer__sitemap div:last-of-type {
  padding-left: 40px;
}
.footer__sitemap a {
  display: block;
  transition: 0.3s;
}
.footer__sitemap a:hover {
  opacity: 0.6;
}
.footer__sitemap a img {
  display: inline-block;
  max-width: 11px;
  margin-left: 8px;
}
.footer .btn-type-orange, .footer .btn-type-yellow, .footer .btn-type-lightyellow {
  display: block;
  max-width: 258px;
  border-radius: 20px;
  line-height: 4rem;
  transition: 0.3s;
}
.footer .btn-type-orange .other-link, .footer .btn-type-yellow .other-link, .footer .btn-type-lightyellow .other-link {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 0;
  background: none;
}
.footer .btn-type-orange:hover, .footer .btn-type-yellow:hover, .footer .btn-type-lightyellow:hover {
  opacity: 0.6;
}
/* progress bar , pagetop */
.progress-bar {
  position: fixed;
}

.pagetop {
  position: absolute;
}

.progress-bar, .pagetop {
  z-index: 1004;
  bottom: 60px;
  right: 70px;
  max-height: 60vh;
}
.progress-bar__inner, .pagetop__inner {
  margin-bottom: calc(10% + 10px);
  padding: 0 34.5px;
}
.progress-bar__line, .pagetop__line {
  position: relative;
  width: 1px;
  height: 25vh;
  height: 25svh;
  max-height: 270px;
  margin: 0 auto;
  background: #FFF;
  transition: 0.3s;
}
.progress-bar__dot, .pagetop__dot {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 50%;
  transition: 0.1s;
}
.progress-bar__dot:after, .pagetop__dot:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border: 1px solid #FFF;
  border-radius: 50%;
  transition: 0.3s;
}
.progress-bar__link, .progress-bar__txt, .pagetop__link, .pagetop__txt {
  width: 70px;
  max-height: 30%;
}
.progress-bar__link a, .progress-bar__txt a, .pagetop__link a, .pagetop__txt a {
  display: block;
}
.progress-bar__link img, .progress-bar__txt img, .pagetop__link img, .pagetop__txt img {
  width: 10px;
  max-height: 100%;
  margin: 0 auto;
}
.progress-bar__link, .pagetop__link {
  height: 90px;
  transition: 0.3s;
}
.progress-bar__link:hover, .pagetop__link:hover {
  opacity: 0.6;
}

.progress-bar {
  transition: 0.3s;
}
.progress-bar.is-moving {
  mix-blend-mode: difference;
}
.progress-bar__txt {
  margin-bottom: 10%;
}
.progress-bar__line {
  transition: 0.3s;
}
.progress-bar__dot {
  top: 0;
}
.progress-bar__dot:after {
  top: -45px;
}
.progress-bar__link a {
  display: none;
}

.pagetop__dot {
  bottom: 0;
}
.pagetop__dot:after {
  bottom: -45px;
}

/* contact */
.content-section:has(.content-progress) {
  position: relative;
}

.progress-1 {
  background: url(../img/bg_progress1.png) center no-repeat;
}

.progress-2 {
  background: url(../img/bg_progress2.png) center no-repeat;
}

.progress-3 {
  background: url(../img/bg_progress3.png) center no-repeat;
}

.content-progress.content {
  z-index: 1002;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 505px;
}
.content-progress.content .content__inner {
  width: 100%;
}
.content-progress.content .flex {
  justify-content: space-between;
}
.content-progress.content .progress-box {
  width: 54px;
  height: 54px;
  padding: 7.5px;
  border-radius: 50%;
}
.content-progress.content .progress-box.is-here {
  border: 1px solid #e97116;
}
.content-progress.content .progress-icon {
  position: relative;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.content-progress.content .progress-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-progress.content .is-enable .progress-icon {
  background: #e97116;
}
.content-progress.content .is-disable .progress-icon {
  background: #cfcfcf;
}
.content-progress.content p {
  padding-top: 15px;
}
.content-progress.content .is-enable p {
  color: #e97116;
}
.content-progress.content .is-disable p {
  color: #cfcfcf;
}

.content-form.content .content__inner {
  max-width: 900px;
  padding: 40px 50px;
  border-radius: 10px;
  background: #fcf9f2;
}
.content-form.content .flex {
  align-items: center;
}
.content-form.content .flex--top {
  /* お問い合わせ内容 */
  align-items: start;
}
.content-form.content .flex--top .form-title {
  padding-top: 16.5px;
}
.content-form.content .flex .name-input-area {
  width: 100%;
}
.content-form.content .form-title {
  width: 30%;
  align-items: center;
}
.content-form.content .form-title p {
  width: 100%;
}
.content-form.content .icon-required {
  max-width: 46px;
  line-height: 2.1rem;
  border-radius: 10.5px;
  background: #e97116;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.content-form.content .form-input-area {
  justify-content: space-between;
  width: 70%;
  padding-left: 60px;
}
.content-form.content .form-input-area input, .content-form.content .form-input-area textarea {
  width: 100%;
}
.content-form.content .form-input-area textarea {
  min-height: 200px;
}
.content-form.content .form-input-area textarea::placeholder {
  color: #DDD;
}
.content-form.content .input-short {
  max-width: 162px;
}
.content-form.content .label-helper {
  display: inline-block;
  color: #5d524a;
}
.content-form.content label {
  display: inline-block;
}
.content-form.content label .label-helper {
  min-width: 34px;
}
.content-form.content input[type=checkbox] {
  position: relative;
  height: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.content-form.content input[type=checkbox]:before {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d9cec6;
  border-radius: 3px;
  background: #FFF url(../img/icon_check.png) center no-repeat;
  background-size: 13px auto;
  transition: 0.3s;
}
.content-form.content input[type=checkbox]:checked:before {
  border: 1px solid #e97116;
  background: #e97116 url(../img/icon_check.png) center no-repeat;
  background-size: 13px auto;
}
.content-form.content .btn-type-orange, .content-form.content .btn-type-border {
  display: block;
  max-width: 264px;
  border: none;
  border-radius: 30px;
  line-height: 6rem;
}
.content-form.content .btn-type-orange {
  margin: 0 auto 20px;
}
.content-form.content .btn-type-orange .arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.content-form.content .btn-type-border {
  margin: 0 auto;
  border: 1px solid #e97116;
  background: #fcf9f2;
  color: #e97116;
}
.content-form.content .btn-type-border .arrow {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding-top: 20.5px;
  border: 1px solid #e97116;
  background-image: url(../img/icon_arrow_orange_l.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.content-form.content .btn-type-border .arrow:before {
  background: url(../img/icon_arrow_white_l.png) no-repeat;
  background-position: center right -100%;
  background-size: 14px auto;
}
.content-form.content .btn-type-border:hover .arrow {
  background-color: #e97116;
  background-position: center left -100%;
}
.content-form.content .btn-type-border:hover .arrow:before {
  background-position: center;
}
.content-form.content .error-terms {
  display: none;
}

.content-form--complete.content .content__inner {
  background: #FFF;
}
.content-form--complete.content h3 {
  color: #382d00;
  font-size: 4.5rem;
  line-height: 4.5rem;
}
.content-form--complete.content p {
  line-height: 2.8rem;
}

.contact-link.content {
  border-top: 1px solid #d9cec6;
  border-bottom: 1px solid #d9cec6;
}
.contact-link.content .content__inner {
  max-width: 1160px; /* + 40px */
  padding: 80px 20px;
}
.contact-link.content .btn-type-orange {
  display: block;
  max-width: 427px;
  padding-right: 20px;
  border-radius: 30px;
  font-size: 1.6rem;
  line-height: 6rem;
}
.contact-link.content .btn-type-orange .other-link {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.contact-link.content h3 {
  color: #e97116;
}
.contact-link.content .contact-tel img {
  display: inline-block;
}
.contact-link.content .icon-border {
  border-radius: 5px;
}

.contact-link--no-border {
  border-top: none;
  border-bottom: none;
}

.content-toggle-nav.content .content__inner {
  gap: 0 10px;
  max-width: 540px;
  padding: 10px 15px;
  border-radius: 40px;
  background: #faefe3;
}
.content-toggle-nav.content .btn-toggle-section {
  max-width: 250px;
  border-radius: 30px;
  line-height: 6rem;
}

.content-toggle-nav--interview.content .content__inner {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 32px);
  max-width: 870px;
  padding: 10px 11px 0;
  border-radius: 50px;
}
.content-toggle-nav--interview.content .btn-toggle-section {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  margin: 0 0 10px;
  padding: 13px 0;
  line-height: 1.7rem;
}
.content-toggle-nav--interview.content .btn-toggle-section span {
  font-size: 1.3rem;
}

/* recruit */
.content-recruit.content h3, .content-process.content h3 {
  color: #5d524a;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.content-recruit.content {
  transition: 0.3s;
}
.content-recruit.content .content__inner {
  max-width: 900px;
}
.content-recruit.content table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.content-recruit.content tr:first-child {
  border-top: 1px solid #e3d1c3;
}
.content-recruit.content tr td {
  border-bottom: 1px solid #e3d1c3;
  line-height: 2.7rem;
}
.content-recruit.content tr td:first-child {
  width: 30%;
  padding: 19px 0 19px 50px;
  background: #faefe3;
  color: #5d524a;
}
.content-recruit.content tr td:last-child {
  padding: 19px 25px;
}

.content-process.content {
  transition: 0.3s;
}
.content-process.content .content__inner {
  max-width: 1000px;
  padding: 0 50px 120px;
}
.content-process.content .process-major {
  font-size: 2rem;
}
.content-process.content .process-major span {
  margin-right: 18px;
  color: #e97116;
}
.content-process.content .process-major img {
  display: block;
  margin: 15px auto 30px;
}
.content-process.content picture {
  display: block;
  margin: 0 auto 10px;
}

.content-company-catch.content .content__inner {
  max-width: 900px;
  padding-bottom: 150px;
}
.content-company-catch.content .company-catch-sub {
  /* キャッチ前のテキスト */
  font-size: 3.8rem;
  line-height: 3.8rem;
}
.content-company-catch.content .flex {
  gap: 50px;
}
.content-company-catch.content h2 {
  max-width: 54%;
  padding-left: 4%;
  font-size: 5.4rem;
  line-height: 6.8rem;
}
.content-company-catch.content h2 .catch-main {
  position: relative;
  margin-right: 22px;
  color: #e8721b;
}
.content-company-catch.content h2 .catch-main:before, .content-company-catch.content h2 .catch-main:after {
  z-index: -1;
  display: block;
  content: "";
  position: absolute;
  width: 31px;
  height: 23px;
}
.content-company-catch.content h2 .catch-main:before {
  top: 0;
  left: -25px;
  background: url(../img/bg_kagi1.png) center no-repeat;
}
.content-company-catch.content h2 .catch-main:after {
  bottom: 0;
  right: -25px;
  background: url(../img/bg_kagi2.png) center no-repeat;
}
.content-company-catch.content p:not(.company-catch-sub) {
  max-width: 46%;
  padding-top: 15px;
  line-height: 3.8rem;
}

.content-company.content {
  background: #fbf8f3;
}
.content-company.content .content__inner {
  max-width: 940px;
  padding: 100px 20px 90px;
}
.content-company.content .flex {
  gap: 30px;
}
.content-company.content .company-desc-box {
  opacity: 0;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
  background: #FFF;
  transition: 0.6s;
}
.content-company.content .company-desc-box.is-enable {
  opacity: 1;
  animation: scaleUp 0.6s forwards;
}
.content-company.content .company-desc-box__catch {
  position: relative;
}
.content-company.content .company-desc-box__catch img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.content-company.content .company-desc-box__number img {
  margin: 0 auto;
}
.content-company.content .company-desc-box__sub p {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.content-company.content .company-desc-box__sub img {
  display: inline-block;
  max-width: 45px;
  vertical-align: middle;
}
.content-company.content .company-desc-box__catch p {
  position: absolute;
  font-size: 1.6vw;
}
.content-company.content .company-desc-box__catch p:nth-of-type(1) {
  top: -5%;
  right: -2.8%;
}
.content-company.content .company-desc-box__catch p:nth-of-type(2) {
  top: 44.3%;
  right: 4%;
}
.content-company.content .company-desc-box__catch p:nth-of-type(3) {
  top: -6px;
  right: 49%;
}
.content-company.content .company-desc-box__catch p:nth-of-type(4) {
  top: 79%;
  right: 35%;
}
.content-company.content .company-desc-box__catch p:nth-of-type(5) {
  top: 21%;
  left: -7%;
}
.content-company.content .company-desc-box__catch p:nth-of-type(6) {
  top: 71.3%;
  left: -3%;
}
.content-company.content .company-desc-box__txt-small {
  color: #e8721b;
  font-size: 1.5rem;
}
.content-company.content .flex:nth-of-type(1) .company-desc-box:nth-child(1) {
  width: calc(50% - 53px);
}
.content-company.content .flex:nth-of-type(1) .company-desc-box:nth-child(2) {
  width: calc(50% + 53px);
}
.content-company.content .flex:nth-of-type(2) .company-desc-box:nth-child(1) {
  width: 62%;
}
.content-company.content .flex:nth-of-type(2) .company-desc-box:nth-child(2) {
  width: 38%;
}
.content-company.content .flex:nth-of-type(3) .company-desc-box:nth-child(1) {
  width: calc(50% - 15px);
}
.content-company.content .flex:nth-of-type(3) .company-desc-box:nth-child(2) {
  width: calc(50% - 15px);
}
.content-company.content .flex:nth-of-type(4) .company-desc-box:nth-child(1) {
  width: 35%;
}
.content-company.content .flex:nth-of-type(4) .company-desc-box:nth-child(2) {
  width: 65%;
}
.content-company.content .company-desc-box:nth-of-type(1) {
  animation-delay: 0.04s;
}
.content-company.content .company-desc-box:nth-of-type(2) {
  animation-delay: 0.08s;
}
.content-company.content .company-desc-box:nth-of-type(3) {
  animation-delay: 0.12s;
}
.content-company.content .company-desc-box:nth-of-type(4) {
  animation-delay: 0.16s;
}
.content-company.content .company-desc-box:nth-of-type(5) {
  animation-delay: 0.2s;
}
.content-company.content .company-desc-box:nth-of-type(6) {
  animation-delay: 0.24s;
}
.content-company.content .company-desc-box:nth-of-type(7) {
  animation-delay: 0.28s;
}
.content-company.content .company-desc-box:nth-of-type(8) {
  animation-delay: 0.32s;
}
.content-company.content .company-desc-box:nth-of-type(9) {
  animation-delay: 0.36s;
}
.content-company.content .company-desc-box:nth-of-type(10) {
  animation-delay: 0.4s;
}
.content-company.content .company-desc-box:nth-of-type(11) {
  animation-delay: 0.44s;
}
.content-company.content .company-desc-box:nth-of-type(12) {
  animation-delay: 0.48s;
}
.content-company.content .company-desc-box:nth-of-type(13) {
  animation-delay: 0.52s;
}
.content-company.content .company-desc-box:nth-of-type(14) {
  animation-delay: 0.56s;
}
.content-company.content .company-desc-box:nth-of-type(15) {
  animation-delay: 0.6s;
}
.content-company.content .company-desc-box:nth-of-type(16) {
  animation-delay: 0.64s;
}
.content-company.content .company-desc-box:nth-of-type(17) {
  animation-delay: 0.68s;
}
.content-company.content .company-desc-box:nth-of-type(18) {
  animation-delay: 0.72s;
}
.content-company.content .company-desc-box:nth-of-type(19) {
  animation-delay: 0.76s;
}
.content-company.content .company-desc-box:nth-of-type(20) {
  animation-delay: 0.8s;
}
.content-company.content h3 {
  color: #5d524a;
  font-size: 3.4rem;
  line-height: 3.4rem;
}
.content-company.content p {
  font-size: 2.4rem;
  line-height: 3.3rem;
}
.content-company.content p span {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.content-interview.content .interview-person {
  padding-bottom: 40px;
  background: transparent linear-gradient(180deg, #FFF 0%, #FFF 32%, #fff9f2 32%, #fff9f2 100%) 0% 0% no-repeat padding-box;
}
.content-interview.content .interview-person__inner {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden;
}
.content-interview.content .interview-person__desc {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  max-width: 470px;
}
.content-interview.content .interview-person__plate {
  padding: 0 0 52px;
  border-radius: 20px;
  background-color: #FFF;
}
.content-interview.content .interview-person__plate__tag {
  margin-bottom: 34px;
  font-size: 2.6rem;
  line-height: 4.8rem;
}
.content-interview.content .interview-person__plate__tag span {
  padding: 8px 35px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #e97116;
  color: #FFF;
  line-height: 2.6rem;
}
.content-interview.content .interview-person__plate__name, .content-interview.content .interview-person__plate__belong {
  padding-left: 60px;
  letter-spacing: -0.1rem;
}
.content-interview.content .interview-person__plate__name {
  font-size: 1.6rem;
}
.content-interview.content .interview-person__plate__name span {
  font-size: 2.4rem;
}
.content-interview.content .interview-person__plate__name .sub {
  margin-right: 12px;
  font-size: 2rem;
}
.content-interview.content .interview-person__plate__belong {
  font-size: 2rem;
}
.content-interview.content .interview-person__picture-box {
  width: 100%;
  max-width: 633px;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
}
.content-interview.content .interview-person__picture-box picture {
  width: 100%;
  max-width: 633px;
}
.content-interview.content .interview-person__picture-box picture img {
  width: 100%;
}
.content-interview.content .interview-detail-flexbox {
  min-height: 600px;
  background: transparent linear-gradient(180deg, #FFF 0%, #FFF 25%, #fff9f2 25%, #fff9f2 100%) 0% 0% no-repeat padding-box;
}
.content-interview.content .interview-detail-flexbox__inner {
  gap: 75px;
  max-width: 1035px;
  margin: 0 auto;
  padding: 0 0 30px 45px;
}
.content-interview.content .interview-detail-flexbox__inner div:not(.interview-detail-flexbox__picture-box):not(.title-line) {
  /* インタビュー内写真とナンバー下線以外 */
  width: 100%;
}
.content-interview.content .interview-detail-flexbox__picture-box {
  width: 100%;
  max-width: 420px;
  overflow: hidden;
  border-radius: 10px;
}
.content-interview.content .interview-detail-flexbox__picture-box img {
  max-width: 100%;
}
.content-interview.content .interview-detail-flexbox__picture-box + div {
  padding-top: 10px;
}
.content-interview.content .interview-detail-flexbox .interview-detail__inner {
  padding: 0 45px 0 14px;
}
.content-interview.content .interview-detail-flexbox .interview-detail:last-of-type .interview-detail__inner {
  margin: 0 auto;
}
.content-interview.content .interview-detail__inner {
  max-width: 990px;
  margin: 0 auto 70px;
  padding: 0 45px;
}
.content-interview.content .interview-detail .title-line {
  display: none;
}
.content-interview.content .interview-detail__txt {
  line-height: 2.8rem;
}
.content-interview.content h3 {
  color: #5d524a;
  font-size: 3.5rem;
}

.content-entry-catch.content {
  padding-bottom: 150px;
}
.content-entry-catch.content .content__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content-entry-catch.content h3 {
  color: #5d524a;
}

.content-entry-detail.content {
  padding: 67px 0 124px;
  border-top: 1px solid #fbedc9;
}
.content-entry-detail.content .content__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content-entry-detail.content .entry-box {
  margin-bottom: 50px;
  padding: 50px 50px 60px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.1);
}
.content-entry-detail.content .entry-box:last-of-type {
  margin-bottom: 0;
}
.content-entry-detail.content .entry-box p {
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-align: center;
}
.content-entry-detail.content .entry-list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.content-entry-detail.content .entry-list li {
  margin: 0 14px;
}
.content-entry-detail.content .entry-list:nth-child(1) img, .content-entry-detail.content .entry-list:nth-child(4) img {
  max-height: 75px;
}
.content-entry-detail.content .entry-list:nth-child(2) img {
  max-height: 85px;
}
.content-entry-detail.content .entry-list:nth-child(3) img {
  max-height: 101px;
}
.content-entry-detail.content h4 {
  margin-bottom: 20px;
}
.content-entry-detail.content h4 img {
  max-width: 83px;
  margin: 0 auto;
}
.content-entry-detail.content .link-list {
  display: flex;
  justify-content: space-between;
}
.content-entry-detail.content .link-list li {
  width: 100%;
  max-width: calc(24% - 22.5px);
}
.content-entry-detail.content .link-list li a {
  display: block;
  border: 1px solid #fbedc9;
  transition: 0.3s;
}
.content-entry-detail.content .link-list li a:not(.imgLarge) {
  padding: 20px 24px;
}
.content-entry-detail.content .link-list li a.imgLarge {
  padding: 18px 24px 16px;
}
.content-entry-detail.content .link-list li a:hover {
  opacity: 0.6;
}
.content-entry-detail.content .link-list li .annotation {
  margin-top: 4px;
  font-size: 1.2rem;
  text-align: left;
}
.content-entry-detail.content .link-list + h4 {
  margin-top: 28px;
}

/* responsive */
@media screen and (max-height: 550px) {
  .lowH-block {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  .header__inner {
    padding: 13px 3%;
  }
  .header__logo-area__img {
    top: 50%;
  }
  .header__logo-area__img h1 img {
    max-width: 140px;
  }
  .header .btn-type-yellow, .header .btn-type-orange, .header .btn-type-lightyellow {
    max-width: 100px;
    font-size: 1.4rem;
  }
  .top-hero {
    padding: 0 6.5% 0;
  }
  .top-hero__catch p {
    font-size: 7vw;
    line-height: 10vw;
  }
  .footer__link {
    padding: 60px 0 60px 7.5%;
  }
  .footer__sitemap div:first-of-type {
    padding-right: 6.25%;
  }
  .footer__sitemap div:first-of-type p a {
    font-size: 1.4rem;
  }
  .footer__sitemap div:last-of-type {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #top {
    padding-top: 60px;
  }
  .header {
    height: 60px;
  }
  .header__inner {
    padding: 0;
  }
  .header__logo-area {
    width: 44%;
  }
  .header__logo-area__img {
    top: calc(50% + 15px);
    left: 15px;
    transform: translateY(calc(-50% - 15px));
  }
  .header__btn-menu {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #e97116;
  }
  .header__btn-menu div:nth-child(1), .header__btn-menu div:nth-child(2), .header__btn-menu div:nth-child(3) {
    position: absolute;
    height: 2px;
    background: #FFF;
    transition: 0.3s;
  }
  .header__btn-menu div:nth-child(1) {
    top: 16px;
    right: 15px;
    min-width: 30px;
  }
  .header__btn-menu div:nth-child(2) {
    top: 28px;
    right: 15px;
    width: 25px;
  }
  .header__btn-menu div:nth-child(3) {
    top: 40px;
    right: 15px;
    width: 20px;
  }
  .header__btn-menu.is-active div:nth-child(1) {
    top: 27.5px;
    rotate: 45deg;
  }
  .header__btn-menu.is-active div:nth-child(2) {
    display: none;
  }
  .header__btn-menu.is-active div:nth-child(3) {
    top: 27.5px;
    min-width: 30px;
    rotate: -45deg;
  }
  .header__menu, .header .btn-type-yellow, .header .btn-type-orange {
    display: none;
  }
  .header__btn-menu.is-active + .header__menu, .header__nav-area .is-active .btn-type-yellow, .header__nav-area .is-active .btn-type-orange {
    display: block;
    max-width: 100%;
  }
  .header__nav-area .is-active .btn-type-yellow {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header__menu {
    /* 表示しているとき用 */
    z-index: 1999;
    position: absolute;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 15px 30px;
    background: #faf7f0;
    overflow-y: scroll;
  }
  .header__menu .flex {
    display: none;
  }
  .header__menu-suv {
    /* 表示しているとき用 */
  }
  .header__menu-suv__inner {
    display: block;
    margin-bottom: 50px;
    text-align: left;
  }
  .header__menu-suv__inner .sp-list {
    display: block;
    padding: 0 1.25%;
  }
  .header__menu-suv__inner .has-link {
    display: block;
    border-bottom: 1px solid #d9cec6;
  }
  .header__menu-suv__inner p:last-child {
    /* お問い合わせのみtopをつける */
    border-top: 1px solid #d9cec6;
  }
  .header__menu-suv__inner .has-link--recruit {
    /* 募集要項 */
    display: block;
    border-bottom: none;
  }
  .header__menu-suv__inner p {
    margin-right: 0;
    border-right: none;
  }
  .header__menu-suv__inner p:nth-of-type(7) {
    padding: 0 1.25%;
  }
  .header__menu-suv__inner p a {
    display: block;
    width: 100%;
    background: url(../img/icon_arrow_orange_r.png) center right no-repeat;
    background-size: 13px auto;
  }
  .header__menu-suv__inner p a:not(.sp-menu-small) {
    /* 募集要項以外のa */
    line-height: 6rem;
  }
  .header__menu-suv__inner p .sp-menu-small {
    margin-bottom: 23px;
    padding: 0 18px;
    line-height: 1.4rem;
  }
  .header__menu-suv__inner .is-not-link {
    /* 募集要項のヘッド部分 */
    font-size: 1.4rem;
    line-height: 6rem;
  }
  .concept-slide .slider-box__nav {
    padding: 1px 0 0 15px;
  }
  .concept-slide .slider-box__nav ul li img {
    min-width: 40px;
  }
  .concept-slide .slider-controller {
    max-width: calc(100% - 80px);
  }
  .progress-bar {
    bottom: 30px;
    right: 35px;
  }
  .progress-bar__dot:after {
    top: -20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .sp-mr-0 {
    margin-right: 0px;
  }
  .sp-mr-5 {
    margin-right: 5px;
  }
  .sp-mr-10 {
    margin-right: 10px;
  }
  .sp-mr-15 {
    margin-right: 15px;
  }
  .sp-mr-20 {
    margin-right: 20px;
  }
  .sp-mr-25 {
    margin-right: 25px;
  }
  .sp-mr-30 {
    margin-right: 30px;
  }
  .sp-mr-35 {
    margin-right: 35px;
  }
  .sp-mr-40 {
    margin-right: 40px;
  }
  .sp-mr-45 {
    margin-right: 45px;
  }
  .sp-mr-50 {
    margin-right: 50px;
  }
  .sp-mr-55 {
    margin-right: 55px;
  }
  .sp-mr-60 {
    margin-right: 60px;
  }
  .sp-mr-65 {
    margin-right: 65px;
  }
  .sp-mr-70 {
    margin-right: 70px;
  }
  .sp-mr-75 {
    margin-right: 75px;
  }
  .sp-mr-80 {
    margin-right: 80px;
  }
  .sp-mr-85 {
    margin-right: 85px;
  }
  .sp-mr-90 {
    margin-right: 90px;
  }
  .sp-mr-95 {
    margin-right: 95px;
  }
  .sp-mr-100 {
    margin-right: 100px;
  }
  .sp-mb-0 {
    margin-bottom: 0px;
  }
  .sp-mb-5 {
    margin-bottom: 5px;
  }
  .sp-mb-10 {
    margin-bottom: 10px;
  }
  .sp-mb-15 {
    margin-bottom: 15px;
  }
  .sp-mb-20 {
    margin-bottom: 20px;
  }
  .sp-mb-25 {
    margin-bottom: 25px;
  }
  .sp-mb-30 {
    margin-bottom: 30px;
  }
  .sp-mb-35 {
    margin-bottom: 35px;
  }
  .sp-mb-40 {
    margin-bottom: 40px;
  }
  .sp-mb-45 {
    margin-bottom: 45px;
  }
  .sp-mb-50 {
    margin-bottom: 50px;
  }
  .sp-mb-55 {
    margin-bottom: 55px;
  }
  .sp-mb-60 {
    margin-bottom: 60px;
  }
  .sp-mb-65 {
    margin-bottom: 65px;
  }
  .sp-mb-70 {
    margin-bottom: 70px;
  }
  .sp-mb-75 {
    margin-bottom: 75px;
  }
  .sp-mb-80 {
    margin-bottom: 80px;
  }
  .sp-mb-85 {
    margin-bottom: 85px;
  }
  .sp-mb-90 {
    margin-bottom: 90px;
  }
  .sp-mb-95 {
    margin-bottom: 95px;
  }
  .sp-mb-100 {
    margin-bottom: 100px;
  }
  .sp-block {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .sp-none, .flex-sp-none {
    display: none !important;
  }
  .header__logo-area {
    min-width: 260px;
    width: 100%;
  }
  .header__logo-area__img {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__logo-area__img h1 img {
    max-width: 108px;
  }
  .header__logo-area__img h1 span {
    font-size: 1.1rem;
  }
  /* content responsive */
  .top-mv-pos .hero-border {
    bottom: -1px;
    height: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }
  .top-hero {
    bottom: 110px;
    padding: 0 0 0 15px;
  }
  .top-hero__catch p {
    font-size: 4.5rem;
    line-height: 6rem;
  }
  #mv-slider {
    min-height: 568px;
    height: 568px;
  }
  #mv-slider .slide-nav {
    bottom: 65px;
  }
  #mv-slider .slide-nav li {
    max-width: 40px;
    margin: 0 2.5px;
  }
  #mv-slider .slick-list, #mv-slider .slick-track, #mv-slider .mv-bg {
    min-height: 568px;
    height: 100%;
  }
  #mv-slider .mv-bg img {
    width: 100%;
    object-position: 50% 10%;
  }
  .top-concept.content .content__inner {
    padding: 40px 30px 90px;
  }
  .top-concept.content .flex {
    display: block;
  }
  .top-concept.content .concept-title {
    width: 100%;
    padding: 0;
  }
  .top-concept.content .concept-title h2 img {
    max-width: 194px;
  }
  .top-concept.content .concept-title .title-line {
    display: inline-block;
    width: 38px;
    height: 6px;
    margin-right: 8px;
    margin-bottom: 0;
    padding-left: 0;
    border-top: 1px solid #e97116;
    border-right: none;
  }
  .top-concept.content .v-rl {
    display: inline-block;
    writing-mode: inherit;
    font-size: 1.3rem;
  }
  .top-concept.content .concept-desc {
    width: 100%;
  }
  .top-concept.content .concept-desc h2 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    letter-spacing: -0.25rem;
  }
  .top-concept.content .concept-desc h2 span:first-of-type {
    text-indent: -18px;
  }
  .top-concept.content .concept-desc p {
    line-height: 3.6rem;
  }
  .concept-slide {
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .concept-slide .slider1, .concept-slide .slider-content {
    min-height: 340px;
  }
  .concept-slide .slider-content {
    padding-left: 0;
  }
  .concept-slide .slider-box {
    right: calc(30% - 115px); /* 右上 */
    max-width: 230px;
    padding-bottom: 35px; /* before見切れないように表示分 */
    box-shadow: none;
  }
  .concept-slide .slider-box__nav {
    padding: 0;
  }
  .concept-slide .slider-box__nav ul {
    display: flex;
    text-align: center;
    align-items: center;
  }
  .concept-slide .slider-box__nav ul li {
    width: 100%;
    margin: 0 6px;
    padding-left: 0;
  }
  .concept-slide .slider-box__nav ul li.selected:after {
    top: auto;
    bottom: -5px;
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: 3px solid #e97116;
  }
  .concept-slide .slider-box__nav ul li img {
    min-width: auto;
  }
  .concept-slide .slider-box__img, .concept-slide .slider-box__txt {
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
  }
  .concept-slide .slider-box.is-active {
    right: calc(50% - 115px);
  }
  .concept-slide .slider-box.is-prev {
    top: 60px;
    right: calc(30% + 115px); /* 左下 */
    max-width: 230px;
  }
  .concept-slide .slider-box:before {
    min-width: 230px;
    max-width: 230px;
    height: 100%;
  }
  .concept-slide .btn-type-circle-border {
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .concept-slide .btn-slider-prev {
    left: -7.5px;
  }
  .concept-slide .btn-slider-next {
    right: -7.5px;
  }
  .top-company.content {
    padding: 80px 0;
    background: url(../img/bg_company_sp.jpg) center no-repeat;
  }
  .top-company.content .content__inner {
    max-width: calc(100% - 30px);
    padding: 90px 20px 80px;
    background: rgba(223, 113, 22, 0.85);
  }
  .top-company.content h2 img {
    max-width: 202px;
    margin: 2px auto 15px;
  }
  .top-company.content p {
    font-size: 1.3rem;
  }
  .top-company.content .btn-type-border {
    max-width: 220px;
    height: 40px;
    font-size: 1.4rem;
  }
  .top-company.content .btn-type-border .arrow {
    width: 30px;
    height: 30px;
  }
  .top-career.content .content__inner {
    max-width: calc(100% - 30px);
    padding: 90px 0;
  }
  .top-career.content h2 img {
    max-width: 170px;
  }
  .top-career.content .txt-r {
    padding-top: 46px;
  }
  .top-career.content .txt-inline {
    font-size: 1.3rem;
  }
  .top-career.content .career-img img {
    max-width: 335px;
  }
  .top-career.content .title-line {
    margin-right: 8px;
  }
  .top-career.content .flex {
    display: block;
  }
  .top-career.content .career-txt {
    padding: 50px 20px;
  }
  .top-career.content .career-txt .career-txt-sp-flex {
    display: flex;
    width: 100%;
    margin-bottom: 13px;
  }
  .top-interview.content .content__inner {
    padding: 75px 15px 120px;
  }
  .top-interview.content #interview-slider {
    max-width: 570px;
    margin: 0 auto 30px;
  }
  .top-interview.content a {
    max-width: 275px;
    margin: 0 10px;
  }
  .top-interview.content h2 img {
    max-width: 240px;
    margin: 2px 0 15px;
  }
  .top-interview.content .slider-controller {
    position: relative;
    top: 0;
    justify-content: right;
  }
  .top-interview.content .slider-box {
    max-width: none;
  }
  .top-interview.content .slider-box__tag {
    padding: 0 20px;
    line-height: 4.4rem;
  }
  .top-interview.content .slider-box__txt {
    padding: 20px;
  }
  .top-interview.content .slider-box__name span {
    font-size: 1.8rem;
  }
  .top-interview.content .slider-box p {
    font-size: 1.4rem;
  }
  .top-interview.content .txt-inline {
    font-size: 1.3rem;
  }
  .top-interview.content .title-line {
    margin-right: 8px;
  }
  .top-interview.content .btn-type-orange {
    font-size: 1.4rem;
    line-height: 4.8rem;
  }
  .top-interview.content .btn-type-orange .arrow {
    width: 30px;
    height: 30px;
  }
  .top-interview.content .btn-type-circle-border.slick-prev, .top-interview.content .btn-type-circle-border.slick-next {
    width: 40px;
    height: 40px;
  }
  .top-interview.content .btn-type-circle-border.slick-prev {
    left: -24px;
  }
  .top-interview.content .btn-type-circle-border.slick-next {
    right: -24px;
  }
  .entry-link.content {
    background: url(../img/bg_entry_sp.jpg) top center no-repeat;
    background-size: cover;
  }
  .entry-link.content .content__inner {
    padding: 60px 15px;
  }
  .entry-link.content .content__inner .txt-bold.mb-50 {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .entry-link.content .entry-link-other {
    padding: 50px 20px;
  }
  .entry-link.content .entry-link-other-txt {
    font-size: 2.4rem;
  }
  .entry-link.content .flex {
    display: block;
  }
  .entry-link.content .btn-type-white, .entry-link.content .btn-type-orange, .entry-link.content .btn-type-yellow, .entry-link.content .btn-type-lightyellow {
    max-width: 100%;
    padding: 38px 0 41px;
  }
  .entry-link.content .btn-type-white .arrow, .entry-link.content .btn-type-orange .arrow, .entry-link.content .btn-type-yellow .arrow, .entry-link.content .btn-type-lightyellow .arrow {
    bottom: 15px;
    right: 15px;
  }
  .entry-link.content .btn-type-white p, .entry-link.content .btn-type-orange p, .entry-link.content .btn-type-yellow p, .entry-link.content .btn-type-lightyellow p {
    font-size: 2.4rem;
    line-height: 3.1rem;
  }
  .entry-link--simple.content .btn-type-orange, .entry-link--simple.content .btn-type-yellow {
    max-width: 300px;
    padding: 0;
    border-radius: 40px;
    line-height: 8rem;
  }
  .entry-link--simple.content .btn-type-orange p:nth-child(1), .entry-link--simple.content .btn-type-yellow p:nth-child(1) {
    font-size: 2.3rem;
  }
  .entry-link--simple.content .btn-type-orange .arrow, .entry-link--simple.content .btn-type-yellow .arrow {
    width: 46px;
    height: 46px;
  }
  .entry-link--simple.content .btn-type-orange {
    margin: 0 auto 25px;
  }
  .entry-link--simple.content .btn-type-yellow {
    margin: 0 auto 40px;
  }
  .fixbar {
    z-index: 1998;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .fixbar__inner {
    max-width: calc(100% - 20px);
    margin: 0 auto;
    padding: 16px 15px 10px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 3px 14px rgba(0, 35, 74, 0.12);
  }
  .fixbar p {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .fixbar .flex {
    width: 100%;
    gap: 8px;
    justify-content: center;
  }
  .fixbar .btn-type-orange, .fixbar .btn-type-yellow, .fixbar .btn-type-lightyellow {
    border-radius: 9px;
    font-size: 1.5rem;
    line-height: 4.7rem;
  }
  .footer {
    padding-bottom: 105px;
  }
  .footer__inner {
    display: block;
  }
  .footer__link, .footer__sitemap {
    width: 100%;
    max-width: 100%;
  }
  .footer__link {
    padding: 70px 15px 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50% 48px;
    border-bottom-right-radius: 50% 48px;
  }
  .footer__link__logo img {
    max-width: 167px;
  }
  .footer__link__logo img + p {
    font-size: 1.2rem;
  }
  .footer__link__sp-flex {
    display: flex;
  }
  .footer__sitemap {
    padding: 58px 15px 15px;
  }
  .footer__sitemap div {
    width: 100%;
  }
  .footer__sitemap div:first-of-type {
    padding-right: 15px;
  }
  .footer__sitemap div:last-of-type {
    padding-left: 15px;
  }
  .footer .btn-type-orange, .footer .btn-type-yellow, .footer .btn-type-lightyellow {
    width: 100%;
    border-radius: 26.5px;
    line-height: 5.3rem;
  }
  .footer .btn-type-orange .other-link, .footer .btn-type-yellow .other-link, .footer .btn-type-lightyellow .other-link {
    right: 15px;
  }
  .footer .btn-type-orange, .footer .btn-type-yellow {
    max-width: 100%;
  }
  .footer .btn-type-orange {
    margin-right: 10px;
  }
  .footer .btn-type-lightyellow {
    max-width: 100%;
  }
  /* contents */
  .hero {
    min-height: 224px;
    height: 100%;
    padding: 68px 0 120px 52px;
    background-size: cover;
  }
  .hero .hero-border {
    bottom: -1px;
    height: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }
  .hero h2 img {
    max-width: 202px;
  }
  .hero h2 p {
    font-size: 1.3rem;
  }
  .hero-interview {
    background: url(../img/bg_hero_interview_sp.jpg) top center no-repeat;
    background-size: 110% auto;
  }
  .content-progress.content {
    position: relative;
    top: 0;
    max-width: 256px;
  }
  .content-progress.content .content__inner {
    width: 100%;
  }
  .progress-1, .progress-2, .progress-3 {
    background-size: calc(100% - 15px) auto;
  }
  .content-form.content .content__inner {
    max-width: calc(100% - 40px);
    padding: 40px 15px;
  }
  .content-form.content .form-box {
    display: block;
    line-height: 2.8rem;
  }
  .content-form.content .form-title {
    width: 100%;
    font-size: 1.6rem;
  }
  .content-form.content .form-title p:not(.icon-required) {
    width: auto;
    margin-right: 7px;
  }
  .content-form.content .form-input-area {
    width: 100%;
    padding-left: 0;
    font-size: 1.6rem;
  }
  .content-form.content .form-input-area--sp-block {
    display: block;
  }
  .content-form.content .btn-type-orange, .content-form.content .btn-type-border {
    font-size: 1.4rem;
    line-height: 4.5rem;
  }
  .content-form.content .btn-type-orange .arrow, .content-form.content .btn-type-border .arrow {
    width: 30px;
    height: 30px;
  }
  .content-form--complete.content .content__inner {
    padding: 40px 0;
  }
  .content-form--complete.content h3 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  .content-form--complete.content p {
    letter-spacing: -0.2rem;
  }
  .contact-link.content .content__inner {
    padding: 60px 20px;
  }
  .contact-link.content .contact-tel img {
    max-width: 218px;
  }
  .contact-link.content h3 {
    font-size: 2.4rem;
  }
  .contact-link.content p:not(.contact-tel) {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .contact-link.content .contact-tel span {
    font-size: 1.6rem;
  }
  .contact-link.content .btn-type-orange {
    font-size: 1.4rem;
    line-height: 4.5rem;
    padding-right: 35px;
  }
  .contact-link.content .btn-type-orange .other-link {
    width: 30px;
    height: 30px;
  }
  .content-toggle-nav.content {
    padding-top: 20px;
  }
  .content-toggle-nav.content .content__inner {
    max-width: 344px;
    padding: 10px;
  }
  .content-toggle-nav.content .btn-toggle-section {
    line-height: 4.5rem;
  }
  .content-toggle-nav--interview.content {
    margin-top: 20px;
    padding-top: 0;
    background: #faefe3;
    overflow-x: scroll;
  }
  .content-toggle-nav--interview.content::-webkit-scrollbar {
    display: none;
  }
  .content-toggle-nav--interview.content .content__inner {
    flex-wrap: nowrap;
    justify-content: left;
    max-width: none;
    margin: 0 auto 0 0;
    border-radius: 0;
  }
  .content-toggle-nav--interview.content .btn-toggle-section {
    min-width: 129px;
    max-width: 129px;
    margin: 0 7px 0 0;
    padding: 5px 0;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .content-toggle-nav--interview.content .btn-toggle-section span {
    font-size: 1.1rem;
  }
  .content-recruit.content h3, .content-process.content h3 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .content-recruit.content .content__inner {
    max-width: calc(100% - 30px);
  }
  .content-recruit.content tr td:first-child {
    padding: 25px 0 25px 20px;
  }
  .content-process.content .content__inner {
    max-width: calc(100% - 30px);
    padding: 0 0 100px;
  }
  .content-process.content .process-major span {
    margin-right: 12px;
    font-size: 1.6rem;
  }
  .content-process.content picture {
    max-width: 334px;
    margin: 0 auto 10px;
  }
  .content-process.content img {
    display: block;
  }
  .content-process.content .txt-small {
    max-width: 334px;
    margin: 0 auto;
  }
  .content-company-catch.content .content__inner {
    padding: 30px 0 80px;
  }
  .content-company-catch.content .flex {
    display: block;
  }
  .content-company-catch.content .company-catch-sub {
    padding: 0 30px;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .content-company-catch.content h2 {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 30px 0;
    font-size: 3.7rem;
    line-height: 5.6rem;
  }
  .content-company-catch.content h2 .catch-main {
    margin-right: 17px;
  }
  .content-company-catch.content h2 .catch-main:before, .content-company-catch.content h2 .catch-main:after {
    background-size: 27px auto;
  }
  .content-company-catch.content h2 .catch-main:before {
    left: -15px;
  }
  .content-company-catch.content p:not(.company-catch-sub) {
    max-width: 100%;
    padding: 0 30px 0;
    line-height: 3.5rem;
  }
  .content-company.content .content__inner {
    padding: 80px 15px 100px;
  }
  .content-company.content h3, .content-company.content p {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .content-company.content h3 span, .content-company.content p span {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .content-company.content .flex {
    display: block;
  }
  .content-company.content .company-desc-box {
    width: 100% !important;
    padding: 40px 15px;
  }
  .content-interview.content .content__inner {
    padding-bottom: 0;
  }
  .content-interview.content .interview-person {
    padding: 0 15px;
  }
  .content-interview.content .interview-person__inner {
    padding-bottom: 160px;
  }
  .content-interview.content .interview-person__desc {
    max-width: 304px;
    bottom: 40px;
  }
  .content-interview.content .interview-person__desc__number {
    max-width: 218px;
  }
  .content-interview.content .interview-person__plate {
    padding: 0 0 30px;
  }
  .content-interview.content .interview-person__plate__name, .content-interview.content .interview-person__plate__belong {
    padding-left: 25px;
  }
  .content-interview.content .interview-person__plate__tag {
    margin-bottom: 30px;
  }
  .content-interview.content .interview-person__plate__tag span {
    font-size: 2.2rem;
    padding: 12px 30px;
  }
  .content-interview.content .interview-person__plate__name {
    font-size: 1.4rem;
  }
  .content-interview.content .interview-person__plate__name span {
    font-size: 2.2rem;
  }
  .content-interview.content .interview-person__plate__name .sub {
    margin-right: 10px;
    font-size: 1.8rem;
  }
  .content-interview.content .interview-person__plate__belong {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .content-interview.content .interview-person__picture-box {
    width: calc(100% - 30px);
    max-width: 500px;
  }
  .content-interview.content .interview-person__picture-box img {
    margin-left: auto;
  }
  .content-interview.content .interview-detail__inner {
    margin: 0 auto 60px;
    padding: 0 25px;
  }
  .content-interview.content .interview-detail__number img {
    display: block;
    margin: 0 auto;
  }
  .content-interview.content .interview-detail h3 {
    font-size: 2.2rem;
    text-align: center;
  }
  .content-interview.content .interview-detail .title-line {
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto 23px;
    background: #e97116;
  }
  .content-interview.content .interview-detail-flexbox {
    background: transparent linear-gradient(180deg, #FFF 0%, #FFF 70%, #fff9f2 70%, #fff9f2 100%) 0% 0% no-repeat padding-box;
  }
  .content-interview.content .interview-detail-flexbox__inner {
    padding: 0 0 60px 0;
  }
  .content-interview.content .interview-detail-flexbox .interview-detail__inner {
    padding: 0 25px;
  }
  .content-interview.content .interview-detail-flexbox__picture-box {
    width: calc(100% - 30px);
    max-width: 420px;
    margin: 50px auto 0;
  }
  .content-interview.content .interview-detail-flexbox__picture-box img {
    display: block;
    margin: 0 auto;
  }
  .content-entry-catch.content {
    padding-bottom: 70px;
  }
  .content-entry-catch.content .content__inner {
    width: calc(100% - 30px);
  }
  .content-entry-detail.content .content__inner {
    width: calc(100% - 30px);
  }
  .content-entry-detail.content .entry-box {
    margin-bottom: 20px;
    padding: 40px 15px 50px;
  }
  .content-entry-detail.content .entry-box p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .content-entry-detail.content .entry-list:nth-child(1) img {
    max-height: 57px;
  }
  .content-entry-detail.content .entry-list:nth-child(2) img {
    max-height: 57px;
  }
  .content-entry-detail.content .entry-list:nth-child(3) img {
    max-height: 78px;
  }
  .content-entry-detail.content .entry-list:nth-child(4) img {
    max-height: 63px;
  }
  .content-entry-detail.content h4 {
    margin-bottom: 10px;
  }
  .content-entry-detail.content .link-list {
    display: block;
  }
  .content-entry-detail.content .link-list li {
    max-width: none;
    margin-bottom: 11px;
  }
  .content-entry-detail.content .link-list li img {
    max-width: 146px;
    margin: 0 auto;
  }
  .content-entry-detail.content .link-list li .annotation {
    text-align: center;
  }
  .content-entry-detail.content .link-list + h4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  .top-interview.content #interview-slider {
    max-width: 275px;
  }
  .top-interview.content a {
    max-width: 275px;
  }
}
@media screen and (max-width: 450px) {
  .entry-link.content .entry-link-other p span:not(.br) {
    display: none;
  }
  .entry-link.content .entry-link-other p .br {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .top-hero__catch p {
    font-size: 3.5rem;
  }
  .contact-link.content .btn-type-orange {
    font-size: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .hero-interview {
    background-size: 120% auto;
  }
}
/* mv */
@media screen and (max-width: 768px) and (max-height: 568px) {
  .top-hero {
    bottom: 220px;
  }
}/*# sourceMappingURL=style.css.map */