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

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 20px;
  line-height: 1.25;
  color: #000000;
  font-family: "M PLUS 2", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

header,
footer,
section,
main,
aside {
  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;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 1.25rem;
  }
}

/* common */
@media (min-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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;
  }
}

.section__title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section__title {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .section__title {
    font-size: 1.5rem;
  }
}

.section__head {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  padding: 4.0625rem 0;
  text-align: center;
}

.fc-red {
  color: #dd0000;
}

.fc-orange {
  color: #ff8400;
}

/* topに戻るボタン */
.to-top__btn {
  position: fixed;
  bottom: 7%;
  right: 5%;
}
.to-top__btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .to-top__btn img {
    width: 14vw;
    height: 14vw;
  }
}
@media (max-width: 767px) {
  .to-top__btn img {
    width: 21.875vw;
    height: 21.875vw;
  }
}

/* header
___________________________*/
.header {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 100;
  background: #fff;
  top: 0;
  left: 0;
}

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

.header__logo {
  width: 44%;
  margin-top: 1rem;
}
.header__logo img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__logo {
    width: 20%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header__logo {
    margin-inline: auto;
  }
}

.header__infoWrap {
  width: 100%;
}

.header__infoBlock {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__infoBlock .text {
  font-size: 0.9375rem;
}
.header__infoBlock .tel {
  font-size: 1.875rem;
  font-weight: 700;
}
.header__infoBlock .tel img {
  width: 11px;
  height: 25px;
  margin-right: 0.4375rem;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .header__infoBlock .tel {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__infoBlock {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header__infoBlock {
    display: block;
    text-align: center;
  }
}

.infoBlock__wrap {
  margin-right: 0.75rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .infoBlock__wrap {
    margin-right: 0;
    margin-top: 0.625rem;
  }
}
@media (max-width: 767px) {
  .infoBlock__wrap {
    margin-right: 0;
    margin-top: 0.625rem;
  }
}
.infoBlock__wrap a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.header__contact {
  min-width: 197px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__contact {
    width: 50%;
    margin: 0.625rem auto 0;
  }
}
@media (max-width: 767px) {
  .header__contact {
    width: 30%;
    margin: 0.625rem auto 0;
  }
}

.header__contactBox {
  display: block;
  background: #000000;
  border-radius: 12px;
  padding: 0.25rem 0;
  font-size: 0.9375rem;
  color: #ffffff;
  text-align: center;
}
.header__contactBox:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__contactBox {
    font-size: 0.9375rem;
    padding: 0.4em;
    display: block;
    text-align: center;
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header__contactBox {
    font-size: 0.9375rem;
    padding: 0.4em;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.header__nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.75rem;
}
@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: 0.9375rem;
  font-weight: 700;
  text-align: center;
  padding: 0 2.25rem;
  position: relative;
}
.header__item::before {
  background: #1e468d;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 32px;
  transform: translateY(-50%);
}
.header__item:last-child::after {
  background: #1e468d;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 32px;
  transform: translateY(-50%);
}
.header__item a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.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: 11;
  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: 1200px) {
  .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: 10;
  padding: 6.25rem 3.75rem;
}

.global-menu__item {
  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: #000000;
  padding: 1.25rem 0;
}
@media (max-width: 767px) {
  .fv__info {
    padding: 1.25rem;
  }
}

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

.fv__infoTxt {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
  width: 36%;
  margin-inline: auto;
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .fv__infoTxt {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv__infoTxt {
    font-size: 1.125rem;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .fv__infoTxt {
    font-size: 1.125rem;
    width: 100%;
  }
}

.fv__inner {
  padding-top: 6.25rem;
  padding-bottom: 7.3125rem;
}
@media (max-width: 767px) {
  .fv__inner {
    padding-bottom: 0;
  }
}

.fv__messageBox {
  background-color: #ffffff;
  opacity: 0.8;
  padding: 2.8125rem 0 3.25rem 1rem;
  position: absolute;
  top: 16%;
  left: 18.5416666667vw;
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .fv__messageBox {
    left: 10%;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .fv__messageBox {
    left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv__messageBox {
    padding: 1.25rem;
    top: 22%;
    left: 5%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .fv__messageBox {
    padding: 0.625rem;
    margin-top: 8.125rem;
    top: 0;
    left: 5%;
    width: 90%;
  }
}

.fv__text {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.06666;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv__text {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .fv__text {
    font-size: 1.5rem;
  }
}
.fv__text .fz-small {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv__text .fz-small {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .fv__text .fz-small {
    font-size: 1rem;
  }
}

.fv__lead {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 2.125rem 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv__lead {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  .fv__lead {
    font-size: 1.75rem;
  }
}

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

.catch__title .bb-orange {
  position: relative;
  display: inline-block;
}
.catch__title .bb-orange::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #ff8400;
  position: absolute;
  top: 36px;
  left: 0;
}
@media (max-width: 767px) {
  .catch__title .bb-orange::after {
    top: 28px;
  }
}

.catch__box {
  border: solid 1px #000;
  padding: 1.3125rem 0;
  margin-top: 1.25rem;
  margin-inline: auto;
  width: 88.25%;
}
@media (max-width: 767px) {
  .catch__box {
    width: 100%;
  }
}

.catchBox__text {
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .catchBox__text {
    padding: 0 1.25rem;
  }
}

.catch__text {
  text-align: center;
  margin-top: 1.625rem;
}

/* reason
___________________________*/
.reason {
  margin-top: 10.75rem;
}
@media (max-width: 767px) {
  .reason {
    margin-top: 6.25rem;
  }
}

.reason__title {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.reason__lists {
  margin-top: 1.875rem;
}

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

.list__content {
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .list__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .list__content {
    width: 100%;
  }
}
.list__content .titleWrap {
  display: flex;
}
.list__content .titleWrap span {
  font-size: 1.25rem;
  color: #ff8400;
  display: inline-block;
  border: solid 3px #ff8400;
  padding: 0.625rem 0.625rem;
  margin-right: 0.9375rem;
  text-align: center;
}
@media (max-width: 767px) {
  .list__content .titleWrap span {
    font-size: 1rem;
    margin-right: 0.625rem;
    width: 20%;
    max-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.list__content .title {
  font-size: 1.5625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .list__content .title {
    width: 80%;
  }
}
.list__content .text {
  font-size: 0.9375rem;
  line-height: 1.3333;
  letter-spacing: 0.015em;
  margin-top: 1.875rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reason__img {
    margin: 1.25rem auto 0;
  }
}
@media (max-width: 767px) {
  .reason__img {
    margin: 0.625rem auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason__img img {
    width: 100%;
  }
}

/* about
___________________________*/
.about {
  background-color: rgba(204, 222, 232, 0.8);
  margin-top: 8.75rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .about {
    margin-top: 6.25rem;
  }
}

.about__inner {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__inner {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .about__inner {
    padding: 0 1.25rem;
  }
}

.about__title {
  position: absolute;
  top: -9%;
  right: 19%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__title {
    top: -7%;
    right: 0;
    width: 30%;
    height: 30%;
  }
}
@media (max-width: 767px) {
  .about__title {
    top: -5%;
    right: 0;
    width: 30%;
    height: 30%;
  }
}
.about__list {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__list {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .about__list {
    flex-direction: column-reverse;
  }
}

.about__list.reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__list.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .about__list.reverse {
    flex-direction: column-reverse;
  }
}

.about__listWrap {
  width: 30.5208%;
  margin-top: 7.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__listWrap {
    width: 100%;
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .about__listWrap {
    width: 100%;
    margin-top: 1.875rem;
  }
}
.about__listWrap .title {
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.4em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__listWrap .title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .about__listWrap .title {
    font-size: 2.5rem;
  }
}
.about__listWrap .text {
  margin-top: 2.375rem;
  line-height: 1.25;
  letter-spacing: 0.002em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__listWrap .text {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .about__listWrap .text {
    font-size: 1.25rem;
  }
}
.about__listWrap h3.title.kaitai {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__listWrap h3.title.kaitai {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .about__listWrap h3.title.kaitai {
    text-align: justify;
  }
}

.about__listImg {
  width: 48.4375%;
  margin-right: 1.875rem;
  margin-top: 3.125rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__listImg {
    width: 100%;
    margin-top: 1.25rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .about__listImg {
    width: 100%;
    margin-top: 1.25rem;
    margin-right: 0;
  }
}
.about__listImg img {
  width: 100%;
}

.about__listImg.kaitai {
  margin-right: 0;
  margin-left: 2.1875rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__listImg.kaitai {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about__listImg.kaitai {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

/* cta
___________________________*/
.cta {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3.375rem 0;
}

.cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cta__inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .cta__inner {
    display: block;
  }
}

.cta__logo {
  width: 23.5833%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cta__logo {
    width: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cta__logo {
    width: 44%;
    margin: 0 auto;
  }
}
.cta__logo img {
  width: 100%;
}

.cta__infoBlock {
  position: relative;
}
@media (min-width: 1200px) {
  .cta__infoBlock::before, .cta__infoBlock::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 184px;
    background-color: rgba(0, 0, 0, 0.24);
  }
  .cta__infoBlock::before {
    left: -40px;
  }
  .cta__infoBlock::after {
    right: -40px;
  }
}
.cta__infoBlock .text {
  font-size: 1.875rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cta__infoBlock .text {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 0.625rem;
  }
}
@media (max-width: 767px) {
  .cta__infoBlock .text {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 0.625rem;
  }
}
.cta__infoBlock .tel {
  font-size: 3.4375rem;
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cta__infoBlock .tel {
    font-size: 2.125rem;
    margin-top: 0.625rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta__infoBlock .tel {
    font-size: 1.875rem;
    margin-top: 0.625rem;
    text-align: center;
  }
}
.cta__infoBlock .tel span {
  font-size: 2.5rem;
  font-weight: 700;
  margin-right: 0.625rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cta__infoBlock .tel span {
    font-size: 1.5rem;
    margin-top: 0.625rem;
  }
}
@media (max-width: 767px) {
  .cta__infoBlock .tel span {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}
.cta__infoBlock .tel a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.cta__contact {
  background: #2b9d30;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cta__contact {
    width: 34%;
    margin: 1.25rem auto 0;
  }
}
@media (max-width: 767px) {
  .cta__contact {
    width: 100%;
    margin: 0.625rem auto 0;
  }
}

.cta__contactBox {
  display: flex;
  align-items: center;
  padding: 1rem 1.125rem;
}
.cta__contactBox:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cta__contactBox {
    justify-content: center;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cta__contactBox {
    justify-content: center;
    padding: 1rem;
  }
}
.cta__contactBox .icon {
  width: 56px;
  margin-right: 0.9375rem;
}
.cta__contactBox .text {
  font-weight: 700;
  color: #ffffff;
}

/* schedule
___________________________*/
.schedule {
  margin-top: 5rem;
}

.schedule__title {
  font-size: 3.4375rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .schedule__title {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .schedule__title {
    font-size: 2.5rem;
  }
}

.schedule__text {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .schedule__text {
    font-size: 1.5rem;
  }
}

.schedule__content {
  position: relative;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .schedule__content {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 767px) {
  .schedule__content {
    padding-bottom: 6.25rem;
  }
}
.schedule__content .img img {
  width: 100%;
}
.schedule__content .text {
  position: absolute;
  bottom: -7%;
  right: 4%;
  border: 1px solid #000000;
  padding: 0.8125rem 1.125rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .schedule__content .text {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .schedule__content .text {
    font-size: 1rem;
    bottom: 0;
    right: 0;
    padding: 0.625rem;
  }
}

.schedule__desc {
  font-weight: 500;
  text-align: center;
  margin-top: 5.25rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .schedule__desc {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .schedule__desc {
    margin-top: 3.75rem;
  }
}

/* youtube
___________________________*/
.youtube {
  background-color: #ebf2f6;
  margin-top: 6.0625rem;
  padding: 6.375rem 0 6.8125rem;
}

.youtube__inner {
  position: relative;
}

.youtube__img {
  margin-inline: auto;
}

.youtube__area {
  position: absolute;
  top: 4%;
  left: 3%;
  width: 94%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .youtube__area {
    left: 5%;
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .youtube__area {
    top: 4%;
    left: 5%;
    width: 90%;
  }
}
@media (min-width: 400px) and (max-width: 601px) {
  .youtube__area {
    top: 2%;
    left: 5%;
    width: 90%;
  }
}
@media (max-width: 401px) {
  .youtube__area {
    top: 3%;
    left: 6%;
    width: 88%;
  }
}

.ytArea {
  width: 100%;
  aspect-ratio: 16/9;
}
.ytArea iframe {
  width: 100%;
  height: 100%;
}

.youtube__text {
  margin-top: 2.5rem;
  text-align: center;
}

/* ng
___________________________*/
.ng {
  margin-top: 3.75rem;
  padding-bottom: 10.4375rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ng {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .ng {
    padding-bottom: 3.75rem;
  }
}

.ng__title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ng__title {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .ng__title {
    font-size: 1.5rem;
  }
}

.ng__text {
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 2.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .ng__text {
    text-align: justify;
  }
}

.ng__lists {
  margin-top: 1.875rem;
}

.ng__list {
  display: flex;
  border-bottom: dashed 1px #000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ng__list {
    display: block;
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .ng__list {
    display: block;
    margin-top: 1.25rem;
  }
}

.ng__listContent {
  width: 59%;
  margin-right: 4.375rem;
  margin-top: 2.625rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ng__listContent {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ng__listContent {
    width: 100%;
    margin: 0;
  }
}
.ng__listContent .title {
  font-size: 1.5625rem;
  font-weight: 700;
}
.ng__listContent .text {
  font-size: 0.9375rem;
  line-height: 1.6666;
  letter-spacing: 0.0015em;
  margin-top: 2.125rem;
}

.team__img {
  padding-top: 3.125rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .team__img {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .team__img {
    padding-top: 0;
  }
}

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

.recruit__content {
  margin-top: 3.375rem;
}
.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: 2.5rem 2.75rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .recruit__content td {
    padding: 0.625rem;
  }
}

td.shikaku__text {
  line-height: 1.85;
}

/* contact
___________________________*/
.contact {
  margin-top: 3.9375rem;
  padding-bottom: 6.25rem;
}

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

.contact__lead {
  margin-top: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.contact__flowWrap {
  margin-top: 1.625rem;
}

.contact__flowHead {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.contact__flowImg {
  margin-top: 0.5rem;
}

.contact__flowBox {
  margin-top: 0.5625rem;
}

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

.contact__form {
  margin-top: 2.5rem;
}
.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 {
  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: #dd0000;
  font-size: 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: 2.9em;
  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: 2.9em;
  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: 2.9em;
  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 {
  -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 {
  background: url(../img/company_bg.jpg) no-repeat center center/cover;
  padding: 4rem 0 7.5rem;
}

.company__head {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

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

.info__list {
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  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: 30%;
  text-align: center;
  padding: 1.625rem 0;
}
.info__list td {
  padding: 1.625rem 0 1.625rem 3.875rem;
  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%;
}

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

.footer__logo {
  width: 44%;
  margin-top: 1rem;
}
.footer__logo img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__logo {
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    margin-inline: auto;
  }
}

.footer__infoWrap {
  width: 100%;
}

.footer__infoBlock {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer__infoBlock .text {
  font-size: 0.9375rem;
}
.footer__infoBlock .tel {
  font-size: 1.875rem;
  font-weight: 700;
}
.footer__infoBlock .tel img {
  width: 11px;
  height: 25px;
  margin-right: 0.4375rem;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .footer__infoBlock .tel {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__infoBlock {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__infoBlock {
    display: block;
    text-align: center;
  }
}

.footer__contact {
  min-width: 197px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__contact {
    width: 50%;
    margin: 0.625rem auto 0;
  }
}
@media (max-width: 767px) {
  .footer__contact {
    width: 30%;
    margin: 0.625rem auto 0;
  }
}

.footer__contactBox {
  display: block;
  background: #000000;
  border-radius: 12px;
  padding: 0.25rem 0;
  font-size: 0.9375rem;
  color: #ffffff;
  text-align: center;
}
.footer__contactBox:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__contactBox {
    font-size: 0.9375rem;
    padding: 0.4em;
    display: block;
    text-align: center;
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer__contactBox {
    font-size: 0.9375rem;
    padding: 0.4em;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.footer__nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.75rem;
}
@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: 0.9375rem;
  font-weight: 700;
  text-align: center;
  padding: 0 2.25rem;
  position: relative;
}
.footer__item::before {
  background: #1e468d;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 32px;
  transform: translateY(-50%);
}
.footer__item:last-child::after {
  background: #1e468d;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 32px;
  transform: translateY(-50%);
}
.footer__item:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.footer__copyright {
  font-size: 0.9375rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  padding: 1.375rem 0;
}

/* animation
___________________________*/
.fadein {
  opacity: 0;
}

.thanks {
  margin-top: 6.25rem;
}

.thanks__text {
  text-align: center;
}
@media (max-width: 767px) {
  .thanks__text {
    font-size: 1.25rem;
  }
}

.thanks-btn {
  max-width: 300px;
  margin: 3% auto;
}
.thanks-btn a {
  background-color: #000000;
  color: #fbf9fa;
  font-size: 1.25rem;
  line-height: 1.65;
  padding: 2% 9.4%;
  text-align: center;
  border: none;
  margin: 2% auto;
  display: block;
  cursor: pointer;
}