@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  word-wrap: break-word;
}

html,
body {
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
figure,
table,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

/* common */
@media (min-width: 1441px) {
  .u-hidden-pc {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media (min-width: 1441px) {
  .u-hidden-pc-only {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .u-hidden-pc-only {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .u-hidden-pc-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-hidden-pc-only {
    display: none;
  }
}

@media (min-width: 1441px) {
  .u-hidden-sp-only {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .u-hidden-sp-only {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .u-hidden-sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-hidden-sp-only {
    display: block;
  }
}

body {
  font-family: "M PLUS 2", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: #000000;
  background-color: #ffffff;
}

.inner {
  padding-inline: 1.25rem;
  margin-inline: auto;
  max-width: min(1240px, 100%);
}

.section__title {
  font-size: clamp(1.875rem, 1.7592592593rem + 0.6172839506vw, 2.5rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.045em;
  text-align: center;
}

.section__lead {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}

.section__head {
  color: #ffffff;
  font-size: clamp(1.875rem, 1.7592592593rem + 0.6172839506vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  padding: 3.5625rem 0;
  text-align: center;
}

.fc-red {
  color: #db0000;
}

/* topに戻るボタン */
.to-top__btn {
  position: fixed;
  z-index: 100;
  bottom: 7%;
  right: 5%;
  width: 8.75vw;
  height: 8.75vw;
}
@media (max-width: 767px) {
  .to-top__btn {
    width: 68px;
    height: 68px;
  }
}
.to-top__btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/* header
___________________________*/
.header {
  background: #000000;
  padding: 1.25rem 0 0.375rem;
}

.header__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__inner {
    display: block;
  }
}

.header__logo {
  width: 28.6%;
}
@media (max-width: 767px) {
  .header__logo {
    width: 35%;
    margin-inline: auto;
  }
}
.header__logo .text {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__logo .text {
    font-size: clamp(0.75rem, 0.5096153846rem + 1.2820512821vw, 1.125rem);
  }
}
@media (max-width: 767px) {
  .header__logo .text {
    font-size: clamp(0.75rem, 0.5894004283rem + 0.8565310493vw, 1rem);
  }
}

.header__infoWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__infoWrap {
    display: block;
    margin-right: 4.375rem;
  }
}
@media (max-width: 767px) {
  .header__infoWrap {
    display: block;
    text-align: center;
  }
}

.header__info {
  color: #ffffff;
}
.header__info .text {
  font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem);
  line-height: 1.8;
}
.header__info .text:nth-child(2) {
  margin-top: 0.3125rem;
}
.header__info .tel {
  font-size: clamp(1.25rem, 1.1342592593rem + 0.6172839506vw, 1.875rem);
  font-weight: 700;
  line-height: 1;
}
.header__info .tel span {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
}

.header__contact {
  background-color: #ffffff;
  font-size: clamp(0.75rem, 0.7152777778rem + 0.1851851852vw, 0.9375rem);
  line-height: 1;
  color: #000000;
  border-radius: 12px;
  padding: 0.3125rem 0;
  text-align: center;
  margin-left: 0.75rem;
  display: block;
  width: 25.7%;
  max-height: 25px;
}
.header__contact:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__contact {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header__contact {
    width: 50%;
    margin-inline: auto;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: flex;
  align-items: center;
}

.header__item {
  font-size: clamp(0.75rem, 0.7152777778rem + 0.1851851852vw, 0.9375rem);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 0 2.25rem;
  position: relative;
}
.header__item::before {
  background: #ffffff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 32px;
  transform: translateY(-50%);
}
.header__item a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.header__item:last-child::after {
  background: #ffffff;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 32px;
  transform: translateY(-50%);
}

.button {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.hamburger {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 200;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #ffffff;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover, .hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(161, 161, 161, 0.5);
}
@media (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}

.hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: #000000;
  transition: inherit;
}
.hamburger__line::before, .hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: inherit;
}

.hamburger__line::before {
  top: -5px;
}

.hamburger__line::after {
  top: 5px;
}

.hamburger[aria-expanded=true] {
  border: 1px solid #fff !important;
}

.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}
.hamburger[aria-expanded=true] .hamburger__line::before, .hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  background-color: #000000;
}

.hamburger[aria-expanded=true] .hamburger__line::before {
  transform: rotate(45deg);
}

.hamburger[aria-expanded=true] .hamburger__line::after {
  transform: rotate(-45deg);
}

.sp-global-menu {
  position: fixed;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #000000;
  color: #fff;
  visibility: hidden;
  z-index: 199;
  padding: 6.25rem 3.75rem;
}

.global-menu__item {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  text-align: center;
}
.global-menu__item:not(:first-child) {
  margin-top: 3.125rem;
}
.global-menu__item a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/* fv
___________________________*/
.fv__info {
  background-color: #db0000;
  padding: 1.25rem 0;
}
@media (max-width: 767px) {
  .fv__info {
    padding: 1.25rem;
  }
}

.fv__infoTxt {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .fv__infoTxt {
    text-align: left;
  }
}

.fv__img {
  position: relative;
  height: 600px;
}
.fv__img img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__messageBox {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  opacity: 0.8;
  padding: 1.4375rem 1.625rem;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .fv__messageBox {
    padding: 1.25rem 0.625rem;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .fv__messageBox {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv__messageBox {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .fv__messageBox {
    width: 90%;
    padding: 0.625rem;
  }
}

.fv__text {
  font-size: clamp(1.375rem, 1.2824074074rem + 0.4938271605vw, 1.875rem);
  font-weight: 500;
  line-height: 1.2333;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .fv__text {
    font-size: clamp(1.375rem, 1.3214285714rem + 0.2857142857vw, 1.625rem);
  }
}
@media (max-width: 767px) {
  .fv__text {
    text-align: left;
  }
}
.fv__text .fz-small {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
}

.fv__text.mt-38 {
  margin-top: 2.375rem;
}
@media (max-width: 767px) {
  .fv__text.mt-38 {
    margin-top: 0.625rem;
  }
}

.fv__lead {
  font-size: clamp(1.875rem, 1.5277777778rem + 1.8518518519vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 2.375rem;
}
@media (max-width: 767px) {
  .fv__lead {
    text-align: left;
    margin-top: 0.625rem;
  }
}

/* catch
___________________________*/
.catch {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .catch {
    margin-top: 3.75rem;
  }
}

.catch__title {
  font-size: clamp(1.5rem, 1.4305555556rem + 0.3703703704vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .catch__title {
    line-height: 1.5;
  }
}
.catch__title .bb-orange {
  border-bottom: 6px solid #ff8400;
}

.catch__box {
  border: solid 1px #000;
  padding: 1.25rem 8.75rem;
  margin: 1rem auto 0;
  width: 88.25%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .catch__box {
    padding: 1.25rem 1.875rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catch__box {
    padding: 0.625rem;
    width: 100%;
  }
}

.catchBox__text {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.catch__text {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 1.625rem;
}

.catch__arrow {
  font-size: clamp(4.375rem, 4.1435185185rem + 1.2345679012vw, 5.625rem);
  line-height: 1;
  color: #db0000;
  text-align: center;
  margin-top: 0.625rem;
}

/* reason
___________________________*/
.reason {
  margin-top: 2.5625rem;
  padding-bottom: 8.5rem;
}

.reason__title {
  font-size: clamp(1.25rem, 1.1342592593rem + 0.6172839506vw, 1.875rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.reason__title .fc-orange {
  font-size: clamp(1.875rem, 1.7592592593rem + 0.6172839506vw, 2.5rem);
  font-weight: 700;
  line-height: 1.7;
  color: #ff8400;
}

.reason__lists {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .reason__lists {
    margin-top: 1.875rem;
  }
}

.reason__list {
  display: flex;
  justify-content: space-between;
}
.reason__list:not(:first-child) {
  margin-top: 1.9375rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason__list {
    gap: 1.25rem;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .reason__list {
    display: block;
  }
}

.reason__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .reason__img {
    margin-top: 1.25rem;
  }
}

.list__content {
  width: 60%;
}
@media (max-width: 767px) {
  .list__content {
    width: 100%;
  }
}
.list__content .titleWrap {
  display: flex;
}
.list__content .titleWrap span {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  color: #ff8400;
  display: inline-block;
  border: solid 3px #ff8400;
  padding: 0.25rem 0.6875rem;
  margin-right: 0.75rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .list__content .titleWrap span {
    min-width: 70px;
  }
}
@media (max-width: 767px) {
  .list__content .titleWrap span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 65px;
  }
}
.list__content .titleWrap .title {
  font-size: clamp(1.3125rem, 1.2662037037rem + 0.2469135802vw, 1.5625rem);
  font-weight: 700;
  line-height: 1.12;
  display: flex;
  align-items: center;
}
.list__content .textWrap {
  margin-top: 2.1875rem;
}
.list__content .textWrap .text {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  line-height: 1.3333;
}
.list__content .textWrap .text:not(:first-child) {
  margin-top: 1.25rem;
}

/* about
___________________________*/
.about {
  background-color: rgba(232, 220, 204, 0.4);
  padding: 3.125rem 0 7.3125rem;
}

.about__lead {
  margin-top: 2.5rem;
  border-bottom: 3px dotted #000000;
  padding-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .about__lead {
    text-align: left;
  }
}

.flow__title {
  font-size: clamp(1.25rem, 1.1342592593rem + 0.6172839506vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 2.5rem;
}
.flow__title .fc-red {
  color: #db0000;
}

.flow__lists {
  margin-top: 4.375rem;
  border-bottom: 3px dotted #000000;
  padding-bottom: 4.25rem;
}

.flow__list {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
.flow__list:not(:first-child) {
  margin-top: 2.625rem;
}
@media (max-width: 767px) {
  .flow__list {
    display: block;
  }
}

.flow__img {
  width: 38%;
}
.flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .flow__img {
    width: 100%;
  }
}

.flow__content {
  width: 59%;
}
@media (max-width: 767px) {
  .flow__content {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.flow__subTitle {
  font-size: clamp(1.125rem, 1.1018518519rem + 0.1234567901vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.375rem;
  padding-top: 1.625rem;
}
.flow__subTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 106px;
  background-color: #db0000;
}

.flow__text {
  margin-top: 3.125rem;
  letter-spacing: 0.045em;
}

.recommend {
  padding: 3.125rem 0 0;
}

.recommend__title {
  font-size: clamp(1.25rem, 1.1342592593rem + 0.6172839506vw, 1.875rem);
  font-weight: 700;
  line-height: 2.2666;
  text-align: center;
}

.recommend__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.9375rem;
       column-gap: 2.9375rem;
  row-gap: 1.3125rem;
  margin: 0.875rem auto 0;
  width: 93%;
}
@media (max-width: 767px) {
  .recommend__lists {
    grid-template-columns: 1fr;
  }
}

.recommend__list {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border: solid 1px #000000;
  display: flex;
  align-items: center;
}
.recommend__list img {
  width: 54px;
  height: 54px;
  margin-right: 1.0625rem;
}

/* welfare
___________________________*/
.welfare {
  padding: 2.5rem 0 4.8125rem;
  overflow: hidden;
}

.welfare__list {
  background-color: #0095eb;
  font-size: clamp(1.25rem, 1.1342592593rem + 0.6172839506vw, 1.875rem);
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  box-shadow: 3.1px 5.1px 5.6px 2.4px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  padding: 5.875rem 0;
  width: 251px;
  height: 251px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.welfare__list span {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  display: block;
}

/* swiper */
#swiper01 {
  position: relative;
  height: 384px;
  margin-top: 4.3125rem;
  overflow: visible;
}

#swiper01 .swiper-scrollbar {
  background: #c8c8c8;
  position: absolute;
  border-radius: 9px;
  left: 12%;
}

#swiper01 .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 69.2%;
  position: relative;
  background: #000000;
  border-radius: 9px;
  left: 0;
  top: 0;
}

#swiper01 .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 75.3%;
  height: 18px;
}

/* swiper-containerの幅を調整し、見切れ部分を表示 */
.swiper-container {
  width: 100%;
  padding: 0 20px;
  overflow: visible;
  /* スライドの見切れ部分を表示するために追加 */
}

.swiper-slide {
  width: 100%;
  /* スライドの幅を100%に設定 */
  height: auto;
  flex-shrink: 0;
}

/* voice
___________________________*/
.voice {
  background-color: rgba(232, 220, 204, 0.4);
  padding: 1.875rem 0 6.8125rem;
}

.voice__lists {
  margin-top: 2.6875rem;
}

.voice__list {
  box-shadow: 2.1px 3.4px 0 5px rgba(0, 0, 0, 0.35);
  width: 652px;
}

.voice__img {
  position: relative;
  padding-top: 2.6875rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.voice__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.voice__img .label {
  background-image: url("../img/label.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 5%;
  width: 6.5625vw;
  height: 8.125vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .voice__img .label {
    width: 80px;
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .voice__img .label {
    width: 80px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .voice__img .label {
    width: 80px;
    height: 110px;
  }
}
.voice__img .label .text {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .voice__img .label .text {
    font-size: clamp(1rem, 0.9671052632rem + 0.1754385965vw, 1.125rem);
  }
}
.voice__img .label .text span {
  font-size: clamp(1.25rem, 0.8217592593rem + 2.2839506173vw, 3.5625rem);
  display: block;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .voice__img .label .text span {
    font-size: clamp(1.25rem, 1.0855263158rem + 0.8771929825vw, 1.875rem);
  }
}
.voice__img .name {
  font-size: clamp(1.25rem, 1.1342592593rem + 0.6172839506vw, 1.875rem);
  font-weight: 500;
  text-align: center;
  z-index: 2;
  position: relative;
}
.voice__img .name span {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  display: block;
}
.voice__img img {
  margin: 2.8125rem auto 0;
  display: block;
  z-index: 2;
  position: relative;
}

.voice__img.k-san {
  background-image: url("../img/voice_img01.jpg");
}

.voice__img.n-san {
  background-image: url("../img/voice_img02.jpg");
}

.voice__img.h-san {
  background-image: url("../img/voice_img03.jpg");
}

.voice__content {
  color: #ffffff;
  background-color: #32aafe;
  padding: 3.0625rem 1.875rem 14.9375rem;
  max-height: 550px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .voice__content {
    padding: 3.0625rem 2.5rem 14.9375rem;
  }
}
@media (max-width: 767px) {
  .voice__content {
    padding: 1.25rem 3.125rem 6.25rem;
  }
}
.voice__content .title {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  font-weight: 500;
}
.voice__content .text {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  line-height: 2;
  margin-top: 2.0625rem;
}

/* swiper */
#swiper02 {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  background: none;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #db0000;
  position: relative;
  width: 55px;
  height: 55px;
  transform: translateX(-25%) rotate(45deg);
}
@media (max-width: 767px) {
  .dli-chevron-round-right {
    width: 40px;
    height: 40px;
  }
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
}

.dli-chevron-round-left {
  display: inline-block;
  vertical-align: middle;
  color: #db0000;
  position: relative;
  width: 55px;
  height: 55px;
  transform: translateX(25%) rotate(-135deg);
}
@media (max-width: 767px) {
  .dli-chevron-round-left {
    width: 40px;
    height: 40px;
  }
}

.dli-chevron-round-left::before,
.dli-chevron-round-left::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.dli-chevron-round-left::before {
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
}

.dli-chevron-round-left::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
}

/* youtube
___________________________*/
.youtube {
  background: url(../img/youtube_bg.png) no-repeat center center/cover;
  padding-bottom: 2.0625rem;
}

.youtube_inner {
  padding: 12.5rem 0 25.6875rem;
}

.ytArea {
  width: 404px;
  height: 404px;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
@media (max-width: 500px) {
  .ytArea {
    width: 300px;
    height: 300px;
  }
}
.ytArea iframe {
  width: 100%;
  height: 100%;
}

.youtube__text {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  margin-top: 2rem;
}

/* recruit
___________________________*/
.recruit {
  padding-bottom: 2.5rem;
}

.recruit__head {
  background: url(../img/recruit_head_bg.jpg) no-repeat center center/cover;
}

.recruit__content {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  margin-top: 2.4375rem;
}
.recruit__content table {
  border: 3px solid #626262;
  background: #FFFFFF;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.recruit__content th {
  border: 2px solid #000000;
  background-color: #c0e4ff;
  font-weight: 500;
  width: 35.5833%;
  padding: 3rem 4.875rem;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .recruit__content th {
    padding: 0.625rem;
  }
}
.recruit__content td {
  border: 2px solid #000000;
  font-weight: 500;
  text-align: left;
  padding: 3rem 2.5rem 3rem 2.75rem;
  line-height: 1.85;
}
@media (max-width: 767px) {
  .recruit__content td {
    padding: 0.625rem;
  }
}
.recruit__content td .fz-small {
  font-size: clamp(0.75rem, 0.7152777778rem + 0.1851851852vw, 0.9375rem);
}
.recruit__content td .fz-small .block {
  display: block;
}

/* contact
___________________________*/
.contact {
  padding-bottom: 7.875rem;
}

.contact__head {
  background: url(../img/contact_head_bg.jpg) no-repeat center center/cover;
}

.contact__lead {
  line-height: 1;
  margin-top: 0.875rem;
}

.contact__flowWrap {
  margin-top: 2.25rem;
}

.contact__flowHead {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
}

.contact__text {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  line-height: 1.95;
  text-align: justify;
  margin-top: 3.375rem;
  margin-inline: auto;
  width: 28%;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .contact__text {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact__text {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .contact__text {
    width: 90%;
  }
}

.contact__info {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 1.75rem 0;
  margin: 2.8125rem auto 0;
  width: 54.25%;
}
@media (max-width: 767px) {
  .contact__info {
    width: 100%;
    padding: 0.625rem;
  }
}
.contact__info .tel {
  font-size: clamp(1.25rem, 1.1342592593rem + 0.6172839506vw, 1.875rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.contact__info .tel a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.contact__info .open {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.1em;
}

.contact__form {
  margin-top: 2.5625rem;
}
.contact__form table {
  width: 100%;
  border-top: solid #000000 1px;
}
.contact__form tr {
  position: relative;
}
.contact__form tr::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid #000000 1px;
}

.contact__title {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  width: 26.91667%;
  padding: 3.625rem 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .contact__title {
    width: 32%;
    padding: 1.25rem 0;
  }
}
.contact__title span {
  color: #db0000;
  font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem);
}
@media (max-width: 767px) {
  .contact__title span {
    display: block;
  }
}

.contact__input {
  vertical-align: middle;
  padding: 2.5rem 0;
}
.contact__input input[type=text],
.contact__input input[type=email] {
  width: 100%;
  height: 58px;
  padding: 0 1.25rem;
  background-color: #fff8e7;
  border: 1px solid #000000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.contact__input input[type=number] {
  width: 31.4709%;
  height: 58px;
  padding: 0 1.25rem;
  background-color: #fff8e7;
  border: 1px solid #000000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
@media (max-width: 767px) {
  .contact__input input[type=number] {
    width: 50%;
  }
}

.post-number {
  position: relative;
}
.post-number input[type=text] {
  width: 37.2%;
  height: 58px;
  padding: 0 1.25rem;
  background-color: #fff8e7;
  border: 1px solid #000000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  margin-left: 7%;
}
@media (max-width: 767px) {
  .post-number input[type=text] {
    width: 60%;
    margin-left: 18%;
  }
}
.post-number::before {
  position: absolute;
  content: "〒";
  width: 30px;
  height: 30px;
  top: 35%;
  left: 1%;
  font-size: 30px;
}
@media (max-width: 767px) {
  .post-number::before {
    font-size: 1.25rem;
  }
}

.contact__textarea {
  padding: 1.5rem 0;
}
.contact__textarea textarea {
  padding: 1.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff8e7;
  border: 1px solid #000000;
  background-image: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  resize: vertical;
  width: 100%;
  min-height: 547px;
}

.contact__btn {
  background-color: #000000;
  font-size: 1.25rem;
  color: #fbf9fa;
  line-height: 1.65;
  padding: 1.4375rem 0;
  width: 30.4167%;
  max-width: 100%;
  text-align: center;
  border: none;
  margin: 1.5625rem auto;
  display: block;
  cursor: pointer;
}
.contact__btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact__btn {
    width: 90%;
  }
}

/* company
___________________________*/
.company__bg {
  background: url(../img/company_bg.jpg) no-repeat center center/cover;
  padding: 2.5rem 0 1.625rem;
}

.company__head {
  font-size: clamp(1.875rem, 1.7592592593rem + 0.6172839506vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.company__infoList {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .company__infoList {
    display: block;
  }
}

.info__list {
  font-weight: 400;
  font-style: normal;
  width: 100%;
  flex: 0 0 48.2%;
}
.info__list table {
  width: 100%;
}
.info__list tr {
  border-bottom: 1px solid #b2b0aa;
}
.info__list tr:last-child {
  border: none;
}
@media (max-width: 767px) {
  .info__list tr:last-child {
    border-bottom: 1px solid #b2b0aa;
  }
}
.info__list th {
  width: 40%;
  padding: 1.625rem 0 1.625rem 4.1875rem;
}
@media (max-width: 767px) {
  .info__list th {
    width: 25%;
    padding: 1.625rem 0 1.625rem 0;
  }
}
.info__list td {
  padding: 1.625rem 0 1.625rem 0;
  display: block;
}
@media (max-width: 767px) {
  .info__list td {
    padding: 1.625rem 0 1.625rem 1.25rem;
  }
}

.company__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 22.5%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .company__map {
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .company__map {
    padding-top: 50%;
  }
}
.company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company__textBox {
  background-color: #262b33;
  padding: 0.625rem 0;
}
.company__textBox .text {
  color: #ffffff;
  text-align: justify;
  width: 23%;
  margin-inline: auto;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .company__textBox .text {
    width: 27%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .company__textBox .text {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .company__textBox .text {
    width: 90%;
  }
}

/* footer
___________________________*/
.footer {
  background-color: #000000;
  padding-top: 1.75rem;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__inner {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    display: block;
    padding-bottom: 1.25rem;
  }
}

.footer__logo {
  width: 28.6%;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 35%;
    margin-inline: auto;
  }
}

.footer__infoWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__infoWrap {
    display: block;
    margin-right: 4.375rem;
  }
}
@media (max-width: 767px) {
  .footer__infoWrap {
    display: block;
    text-align: center;
  }
}

.footer__info {
  color: #ffffff;
}
.footer__info .text {
  font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem);
  line-height: 1.8;
}
.footer__info .text:nth-child(2) {
  margin-top: 0.3125rem;
}
.footer__info .tel {
  font-size: clamp(1.25rem, 1.1342592593rem + 0.6172839506vw, 1.875rem);
  font-weight: 700;
  line-height: 1;
}
.footer__info .tel span {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
}

.footer__contact {
  background-color: #ffffff;
  font-size: clamp(0.75rem, 0.7152777778rem + 0.1851851852vw, 0.9375rem);
  color: #000000;
  border-radius: 12px;
  padding: 0.3125rem 0;
  text-align: center;
  margin-left: 0.75rem;
  display: block;
  width: 25.7%;
  max-height: 25px;
}
.footer__contact:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__contact {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__contact {
    width: 50%;
    margin-inline: auto;
  }
}

.footer__nav {
  display: flex;
  align-items: center;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}

.footer__list {
  display: flex;
  align-items: center;
}

.footer__item {
  font-size: clamp(0.75rem, 0.7152777778rem + 0.1851851852vw, 0.9375rem);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 0 2.25rem;
  position: relative;
}
.footer__item::before {
  background: #ffffff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 32px;
  transform: translateY(-50%);
}
.footer__item a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.footer__item:last-child::after {
  background: #ffffff;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 32px;
  transform: translateY(-50%);
}

.footer__copyright {
  background-color: #db0000;
  font-size: clamp(0.75rem, 0.7152777778rem + 0.1851851852vw, 0.9375rem);
  color: #ffffff;
  text-align: center;
  padding: 0.875rem 0;
}

/* thanks
___________________________*/
.thanks {
  margin-top: 6.25rem;
}

.thanks__text {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem);
  line-height: 1.5;
  text-align: center;
}

.thanks-btn {
  max-width: 300px;
  margin: 3% auto;
}
.thanks-btn a {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  border: none;
  margin: 2% auto;
  display: block;
  cursor: pointer;
  padding: 0.5rem;
}
.thanks-btn a:hover {
  opacity: 0.8;
  transition: 0.3s;
}