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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  color: #3e3e3e;
  /* remを10pxをベースに */
  font-size: 62.5%;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

*:focus {
  outline: none;
}

@media screen and (max-width: 360px) {
  .is-maxsp-only {
    display: none !important;
  }
}
@media screen and (min-width: 349px) {
  .is-minsp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-tb-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .is-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .is-sm-tb-only {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-max-pc-only {
    display: none !important;
  }
}
.f-14 {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: justify;
}

.f-12 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: justify;
}

.f-24 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}

/*-----------------------------------------------------------------------------------------------------
スマホ時
------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .f-sp-20 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
  .f-sp-20 {
    font-size: 5.16vw;
  }
}
@media screen and (max-width: 767px) {
  .f-sp-18 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .f-sp-12 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.more-btn-b {
  background: url("../images/arrow-white.svg");
  background-color: #3e3e3e;
  background-position: center right 30px;
  background-repeat: no-repeat;
  color: #ffffff;
  transition: all 0.3s;
}
@media screen and (max-width: 350px) {
  .more-btn-b {
    background-position: center right 9px;
  }
}
@media screen and (min-width: 1000px) {
  .more-btn-b:hover {
    background: url("../images/arrow-black.svg");
    background-color: #ffffff;
    background-position: center right 30px;
    background-repeat: no-repeat;
    color: #3e3e3e;
    transition: all 0.3s;
  }
}

.more-btn-w {
  background: url("../images/arrow-black.svg");
  background-color: #ffffff;
  background-position: center right 30px;
  background-repeat: no-repeat;
  color: #3e3e3e;
  transition: all 0.3s;
}
@media screen and (max-width: 350px) {
  .more-btn-w {
    background-position: center right 9px;
  }
}
@media screen and (min-width: 1000px) {
  .more-btn-w:hover {
    background: url("../images/arrow-white.svg");
    background-color: #3e3e3e;
    background-position: center right 30px;
    background-repeat: no-repeat;
    color: #ffffff;
    transition: all 0.3s;
  }
}

.more-btn-download {
  background: url("../images/download-white.svg");
  background-color: #3e3e3e;
  background-position: center right 30px;
  background-repeat: no-repeat;
  color: #ffffff;
  transition: all 0.3s;
}
@media screen and (max-width: 350px) {
  .more-btn-download {
    background-position: center right 20px;
  }
}
@media screen and (min-width: 1000px) {
  .more-btn-download:hover {
    background: url("../images/download-black.svg");
    background-color: #ffffff;
    background-position: center right 30px;
    background-repeat: no-repeat;
    color: #3e3e3e;
    transition: all 0.3s;
  }
}

.more-btn {
  align-items: center;
  border: 1px solid #3e3e3e;
  border-radius: 100px;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.6px;
  max-width: 320px;
  padding-bottom: 19px;
  padding-top: 19px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .more-btn {
    max-width: 250px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

.service-link {
  align-items: center;
  background-color: #fff;
  border: 1px solid #858585;
  border-radius: 100px;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 170px;
  padding-bottom: 10px;
  padding-top: 10px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-link {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .service-link:hover {
    background-color: #858585;
    transition: all 0.3s;
  }
  .service-link:hover span {
    display: block;
  }
  .service-link:hover span:nth-child(1) {
    color: #ffffff;
    transition: all 0.3s;
  }
  .service-link:hover span:nth-child(2) {
    background: url("../images/tab-white.svg");
    background-repeat: no-repeat;
    height: 10px;
    transition: all 0.3s;
    width: 10px;
  }
}
.service-link span {
  display: block;
}
.service-link span:nth-child(1) {
  color: #858585;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.6px;
}
.service-link span:nth-child(2) {
  background: url("../images/tab.svg");
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
}

.header {
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header__inner {
  background: #fff;
  border-radius: 38px;
  margin: 25px auto 0;
  max-width: 1400px;
  padding-left: 85px;
  padding-right: 60px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .header__inner {
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 40px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .header__inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header__flex {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.header-nav {
  height: 100%;
}

.header-nav > .header-menu {
  align-items: center;
  display: flex;
  gap: 40px;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .header-nav > .header-menu {
    gap: 20px;
  }
}

.header-nav .header-menu > li {
  height: 100%;
}

.header-nav .header-menu > li > a {
  color: #3e3e3e;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-bottom: 29px;
  padding-top: 29px;
  position: relative;
}
.header-nav .header-menu > li > a::after {
  -webkit-transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
  background: #a61527;
  bottom: 20px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: center top;
  /*アニメーションの指定*/
  transition: all 0.2s;
  /*線の形状*/
  width: 100%;
  /*上部中央基点*/
}
.header-nav .header-menu > li > a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.logo {
  flex-shrink: 1;
  max-width: 124px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .logo {
    max-width: 80px;
  }
}
.logo a {
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .logo a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

/* ---- メガメニューロゴ（横1行） ---- */
.mega-menu-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 22px;
  margin-right: 10px;
}
.mega-menu-logo img {
  max-height: 22px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
}
.mega-menu-text {
  flex: 1;
}
/* 子メニュー（LMS・CBT）ロゴ小さめ */
.sub-menu-children .mega-menu-logo {
  height: 16px;
  margin-right: 6px;
}
.sub-menu-children .mega-menu-logo img {
  max-height: 16px;
  max-width: 70px;
}

/* ---- メガメニュー共通 ---- */
@media screen and (min-width: 1000px) {
  .sub-menu-wrap {
    background: #fff;
    border-radius: 0 0 38px 38px;
    border-top: 3px solid #a96363;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    left: 0;
    margin: auto;
    opacity: 0;
    padding-bottom: 60px;
    padding-top: 198px;
    position: absolute;
    right: 0;
    top: 60px;
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
    transform: translateY(-8px);
    visibility: hidden;
    width: 97.22%;
    z-index: -1;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1440px) {
  .sub-menu-wrap {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1000px) {
  .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .sub-menu > li {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: calc((100% - 40px * 2) / 3);
    width: 100%;
  }
  .sub-menu > li > a {
    color: #3e3e3e;
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
  .sub-menu-children {
    margin-top: 4px;
    padding-left: 0;
  }
  .sub-menu-children li a {
    display: block;
    color: #858585;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-size: 1.3rem;
    position: relative;
    padding-left: 16px;
  }
  .sub-menu-children li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    background-color: #c4c4c4;
    transition: background-color 0.3s;
  }
  .header-nav-company:hover .sub-menu-wrap,
  .header-nav-service:hover .sub-menu-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* ---- メガメニュー リンク共通 ---- */
.header-nav-company .sub-menu > li > a,
.header-nav-service .sub-menu > li > a {
  align-items: center;
  background: url("../images/arrow-red.svg");
  background-position: center right 4px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px;
  display: flex;
  padding-bottom: 12px;
  padding-right: 20px;
  padding-top: 12px;
  transition: all 0.25s ease;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .header-nav-company .sub-menu > li > a:hover,
  .header-nav-service .sub-menu > li > a:hover {
    background-color: #faf7f7;
    color: #a96363;
    padding-left: 6px;
  }
}

.js-company-hover > a::after {
  -webkit-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
}

/* ---- 企業情報タイトル ---- */
.header-nav-company .sub-menu {
  position: relative;
}
.header-nav-company .sub-menu::before {
  color: #3e3e3e;
  content: "企業情報";
  font-size: 1.5rem;
  font-weight: 600;
  left: 0;
  letter-spacing: 0.1em;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -65px;
  z-index: 2;
}
.header-nav-company .sub-menu::after {
  color: #f3f2f2;
  content: "COMPANY";
  font-family: 'Poppins', sans-serif;
  font-size: 6.5rem;
  font-weight: 600;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -115px;
  z-index: 1;
}

/* ---- サービス子メニュー ---- */
.header-nav-service .sub-menu-children li a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px;
  background: url("../images/arrow-red.svg");
  background-repeat: no-repeat;
  background-position: center right 4px;
  transition: all 0.25s ease;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .header-nav-service .sub-menu-children li a:hover {
    background-color: #faf7f7;
    color: #a96363;
    padding-left: 22px;
  }
  .header-nav-service .sub-menu-children li a:hover::before {
    background-color: #a96363;
  }
}

/* ---- サービスタイトル ---- */
.header-nav-service .sub-menu {
  position: relative;
}
.header-nav-service .sub-menu::before {
  color: #3e3e3e;
  content: "サービス";
  font-size: 1.5rem;
  font-weight: 600;
  left: 0;
  letter-spacing: 0.1em;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -65px;
  z-index: 2;
}
.header-nav-service .sub-menu::after {
  color: #f3f2f2;
  content: "SERVICE";
  font-family: 'Poppins', sans-serif;
  font-size: 6.5rem;
  font-weight: 600;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -115px;
  z-index: 1;
}

/*-----------------------------------------------------------------------------------------------------
                                           スマホ時・ハンバーガーメニュー
------------------------------------------------------------------------------------------------------*/
.header-left--btn {
  max-width: 132px;
  width: 100%;
}
@media screen and (max-width: 350px) {
  .header-left--btn {
    max-width: 112px;
  }
}

.openbtn {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  position: absolute;
  right: 30px;
  transition: all 0.4s;
  width: 50px;
  z-index: 1000;
}
.openbtn__box {
  height: 30px;
  transition: all 0.4s;
  width: 30px;
}

.openbtn.active {
  border: 1px solid #ffffff;
  border-radius: 25px;
  width: 70px;
}
/*ボタン内側*/
.openbtn span {
  background: #3e3e3e;
  display: inline-block;
  height: 2px;
  left: 15px;
  /*アニメーションの設定*/
  position: absolute;
  transition: all 0.4s;
  width: 40%;
}

.openbtn span:nth-of-type(1) {
  top: 16px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 30px;
}

.sp-open-cv_login {
  display: block;
  margin-top: 27px;
}

.sp-open-cv_btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.sp-open-cv_btn a {
  display: block;
}
.sp-open-cv_btn a:nth-child(1) {
  margin-right: 15px;
  max-width: 155px;
  width: 100%;
}
.sp-open-cv_btn a:nth-child(2) {
  max-width: 155px;
  width: 100%;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span {
  background: #ffffff;
}

.openbtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-42deg);
  border-radius: 10px;
  left: 24px;
  top: 17px;
  transform: translateY(6px) rotate(-42deg);
  width: 22px;
}

.openbtn.active span:nth-of-type(2) {
  /*真ん中の線は透過*/
  border-radius: 10px;
  left: 24px;
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(42deg);
  border-radius: 10px;
  left: 24px;
  top: 29px;
  transform: translateY(-6px) rotate(42deg);
  width: 22px;
}

.header-sp {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header-sp__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
.header-sp .header-nav ul li {
  width: 100%;
}
.header-sp .header-nav ul li a {
  color: #ffffff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 11px;
  padding-top: 11px;
  text-align: left;
}
@media screen and (max-width: 340px) {
  .header-sp .header-nav ul li a {
    font-size: 4.7vw;
  }
}
.header-sp .header-nav ul li a span {
  display: block;
}
.header-sp .header-nav ul li a span:nth-child(1) {
  color: #998676;
  font-size: 1.2rem;
}
.header-sp .header-nav ul li a span:nth-child(2) {
  color: #ffffff;
  font-size: 1.4rem;
  margin-top: 11px;
}
.header-sp .header-nav .menu-active {
  display: block;
}

#g-nav {
  /*ナビの高さ*/
  background: #3e3e3e;
  height: 100vh;
  max-width: 360px;
  padding-top: 36px;
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  right: -120%;
  /*ナビのスタート位置と形状*/
  top: 0;
  /*動き*/
  transition: all 0.6s;
  width: 96.26%;
  z-index: 999;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  max-width: 361px;
  /*表示する高さ*/
  overflow: auto;
  padding-bottom: 180px;
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 350px) {
  #g-nav.panelactive #g-nav-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*ナビゲーション*/
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

.sp-logo {
  margin-bottom: 17px;
  margin-left: 30px;
  max-width: 126px;
}
@media screen and (max-width: 350px) {
  .sp-logo {
    margin-left: 15px;
  }
}

.black-filter {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  translate: all 0.3s;
  width: 100%;
  z-index: 80;
}

.filter-active {
  display: block;
}

.sp-open-icon-top {
  display: block;
  height: 9px;
  margin-right: 10px;
  width: 18px;
}

.sp-open-icon {
  display: block;
  margin-right: 5px;
  transition: all 0.3s;
}
.sp-open-icon::before {
  background-image: url("../images/sp-header-open.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 9px;
  transition: all 0.3s;
  width: 18px;
}

.sp-accordion-open .sp-open-icon::before {
  background-image: url("../images/sp-header-close.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 9px;
  transition: all 0.3s;
  width: 18px;
}

.header-btn-icon {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-right: 13px;
}
.header-btn-icon::after {
  background: url("../images/footer-btn-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
}

.new-tab a span:nth-child(2)::after {
  content: url("../images/tab.svg");
  display: inline-block;
  margin-left: 10px;
}

.sp-sub-item {
  padding-left: 20px;
}

.sp-sub-item02 a {
  position: relative;
}
.sp-sub-item02 a::before {
  background-color: #858585;
  content: "";
  display: block;
  height: 1px;
  left: -12px;
  position: absolute;
  top: 50%;
  width: 6px;
}

.sp_header01 {
  padding-left: 30px;
  padding-right: 30px;
}

.sp_header02 {
  border-bottom: 1px solid #858585;
  margin-top: 9px;
  padding-bottom: 14px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
}

.header-nav .header-sp-menu-02 {
  display: flex;
  flex-wrap: wrap;
}
.header-nav .header-sp-menu-02 li {
  flex-grow: 1;
  width: 50% !important;
}

.sp_header03 {
  padding-left: 30px;
  padding-right: 30px;
}
.sp_header03__flex {
  display: flex;
  margin-top: 5px;
}
.sp_header03__flex a {
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 50%;
}
.sp_header03__mintxt {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.footer {
  background-color: #3e3e3e;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 68px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding-bottom: 27px;
    padding-top: 36px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1053px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .footer__inner {
    flex-direction: column;
    gap: 47px;
    justify-content: space-between;
    max-width: 343px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    gap: 84px;
  }
}

.footer-info-flex {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 1000px) {
  .footer-info-flex {
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
  }
}
.footer-info-flex__right {
  flex-grow: 1;
}
.footer-info-flex__logo {
  max-width: 126px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .footer-info-flex__logo:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.footer-info-flex__txt {
  margin-top: 11px;
}
@media screen and (max-width: 1000px) {
  .footer-info-flex__txt {
    margin-top: 16px;
  }
}
.footer-info-flex__txt .company-name {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer-info-flex__txt .address {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 14px;
}
@media screen and (max-width: 1000px) {
  .footer-info-flex__txt .address {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info-flex__txt .address {
    position: absolute;
  }
}
.footer-info-flex__contact {
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  max-width: 130px;
  padding: 8px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .footer-info-flex__contact:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1000px) {
  .footer-info-flex__contact {
    margin-left: auto;
  }
}

.footer-wrap {
  border-bottom: 1px solid #858585;
  max-width: 740px;
  padding-bottom: 40px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    padding-bottom: 25px;
    padding-right: 0px;
  }
}
.footer-wrap__flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-left: auto;
  max-width: 588px;
  width: 100%;
}
.footer-wrap__flex02 {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 395px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .footer-wrap__flex02 {
    flex-direction: column;
    gap: 0px;
    justify-content: space-between;
    max-width: 197px;
  }
}

.footer_03 {
  padding-top: 31px;
}
@media screen and (max-width: 1000px) {
  .footer_03 {
    padding-top: 0;
  }
}

.footer-nav ul li {
  width: 100%;
}
.footer-nav ul li a {
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 9px;
  padding-top: 9px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .footer-nav ul li a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 360px) {
  .footer-nav ul li a {
    font-size: 3.7vw;
  }
}
.footer-nav ul li a span {
  display: block;
}
.footer-nav ul li a span:nth-child(1) {
  color: #998676;
  font-size: 0.9rem;
}
.footer-nav ul li a span:nth-child(2) {
  color: #ffffff;
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  margin-top: 6px;
}
@media screen and (max-width: 360px) {
  .footer-nav ul li a span:nth-child(2) {
    font-size: 1.2rem;
  }
}
.footer-nav ul .new-tab a span:nth-child(2)::after {
  content: url(../images/tab.svg);
  display: inline-block;
  margin-left: auto;
  padding-left: 10px;
}
.footer-nav ul .sp-sub-item02 a::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  left: -17px;
  position: absolute;
  top: 50%;
  width: 10px;
}
@media screen and (max-width: 1000px) {
  .footer-nav ul .sp-sub-item02 a::before {
    background-color: #858585;
    width: 6px;
  }
}

.footer__bar {
  margin-left: auto;
  margin-right: auto;
  max-width: 1053px;
  padding-top: 19px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .footer__bar {
    padding-top: 25px;
  }
}
.footer__bar__inner {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-left: auto;
  max-width: 740px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .footer__bar__inner {
    display: block;
    margin-right: auto;
  }
}
.footer__bar__left {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 136px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .footer__bar__left {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.footer__bar__left a {
  display: block;
  height: 32px;
  width: 32px;
}
@media screen and (min-width: 1000px) {
  .footer__bar__left a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.footer__bar__right {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .footer__bar__right {
    justify-content: center;
    margin-top: 36px;
  }
}
.footer__bar__right a,
.footer__bar__right p {
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer__bar-spflex {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 330px) {
  .footer__bar-spflex {
    gap: 15px;
  }
}
.footer__bar-spflex a {
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.totop {
  bottom: 40px;
  position: fixed;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .totop {
    bottom: 35px;
    right: 22px;
  }
}
.totop a {
  display: block;
  height: 85px;
  width: 17px;
}
.totop a img {
  -o-object-fit: contain;
  object-fit: contain;
}

/*-----------------------------------------------------------------------------------------------------
　　メインビジュアル
------------------------------------------------------------------------------------------------------*/
.mv {
  position: relative;
}
.mv__scroll {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  bottom: 40px;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  right: 30px;
  writing-mode: vertical-rl;
}
.mv__scroll::after {
  -webkit-transform: translateX(-50%);
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  background: #eee;
  content: "";
  height: 30px;
  left: 40%;
  opacity: 0;
  /*描画位置*/
  position: absolute;
  top: 45px;
  transform: translateX(-50%);
  /*線の形状*/
  width: 2px;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
    top: 35px;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
    top: 70px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
    top: 35px;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
    top: 70px;
  }
}
/*-----------------------------------------------------------------------------------------------------
　　　　エデュコンについて
------------------------------------------------------------------------------------------------------*/
.top-about-ttl:before {
  -webkit-transform: translateX(-50%);
  color: #fbfbfb;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-about-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.top-about {
  overflow: hidden;
  padding-bottom: 113px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 156px;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding-bottom: 90px;
    padding-top: 56px;
  }
}
.top-about__box {
  background-color: #f8f7f6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 47px;
  max-width: 1166px;
  padding-bottom: 84px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 78px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-about__box {
    margin-top: 120px;
    padding-bottom: 194px;
    padding-top: 125px;
  }
}
.top-about__box::before {
  background: url("../images/top-about-left_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 701px;
  left: -40px;
  position: absolute;
  top: -80px;
  width: 358px;
}
@media screen and (max-width: 767px) {
  .top-about__box::before {
    aspect-ratio: 373.79/194.33;
    background: url("../images/top-about_top_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    left: -10px;
    margin: auto;
    right: -10px;
    width: calc(100% + 20px);
  }
}
.top-about__box::after {
  background: url("../images/top-about-right_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 696.23px;
  position: absolute;
  right: -57px;
  top: -60px;
  width: 382.23px;
}
@media screen and (max-width: 767px) {
  .top-about__box::after {
    aspect-ratio: 363.51/173.35;
    background: url("../images/top-about-bottom_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -87px;
    height: auto;
    left: -10px;
    margin: auto;
    right: -10px;
    top: auto;
    width: calc(100% + 20px);
  }
}
.top-about__img {
  background-color: #f8f7f6;
  margin-left: auto;
  margin-right: auto;
  max-width: 248.93px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about__img {
    max-width: 179.23px;
  }
}
.top-about__img img {
  aspect-ratio: 248.93/248.93;
}
@media screen and (max-width: 767px) {
  .top-about__img img {
    aspect-ratio: 179.2/179.23;
  }
}
.top-about__mission-label {
  background-color: #f8f7f6;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.top-about__mission-text {
  font-weight: 700;
}
.top-about__txt {
  background-color: #f8f7f6;
  line-height: 2.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 53px;
  max-width: 420px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about__txt {
    line-height: 2;
    margin-top: 25px;
  }
}

.top-about-morebtn {
  bottom: -17px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about-morebtn {
    bottom: 119px;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　　MOVIE
------------------------------------------------------------------------------------------------------*/
.top-movie {
  background: url("../images/top-movie-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 77px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .top-movie {
    background: url("../images/top-movie-bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 37px;
    padding-top: 86px;
  }
}
.top-movie__ttl {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 46px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-movie__ttl {
    font-size: 1.8rem;
    margin-top: 19px;
  }
}
.top-movie__txt {
  color: #ffffff;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-movie__txt {
    margin-top: 10px;
  }
}
.top-movie__youtube {
  aspect-ratio: 800/440;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-movie__youtube {
    aspect-ratio: 350/190;
  }
}
.top-movie__youtube:before {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #858585;
  content: "MOVIE";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18rem;
  font-weight: 700;
  left: -121px;
  opacity: 0.1;
  position: absolute;
  top: -113px;
  writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-movie__youtube:before {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    font-size: 5rem;
    left: -6px;
    top: -69px;
    writing-mode: horizontal-tb;
  }
}
.top-movie__youtube iframe {
  position: relative;
  z-index: 1;
}

/*-----------------------------------------------------------------------------------------------------
　　　サービス
------------------------------------------------------------------------------------------------------*/
.top-service-ttl {
  z-index: 2;
}
.top-service-ttl:before {
  -webkit-transform: translateX(-50%);
  color: #fbfbfb;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-service-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.top-service {
  background: url("../images/top-service-bg.png");
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 96px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 156px;
}
@media screen and (max-width: 767px) {
  .top-service {
    background: #f8f7f6;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 76px;
    padding-left: 0;
    padding-right: 0;
  }
}

.top-service-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 57px;
  max-width: 1260px;
  width: 100%;
}

.top-service-flex {
  display: flex;
}
.top-service-flex--mt {
  margin-top: 80px;
}
.top-service-flex__left {
  background-color: #ffffff;
  max-width: 730px;
  padding-bottom: 102px;
  padding-left: 40px;
  padding-right: 160px;
  padding-top: 102px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service-flex__left {
    padding-right: 40px;
  }
}
.top-service-flex__left--img-educon {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  width: 100%;
}
.top-service-flex__left--txt {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}
.top-service-flex__right {
  align-items: center;
  display: flex;
}
.top-service-flex__right--img {
  display: block;
  margin-left: -126px;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .top-service-flex__right--img:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .top-service-flex__right--img {
    margin-left: -50px;
  }
}
.top-service-flex__right--img img {
  -o-object-fit: contain;
  max-width: 500px;
  object-fit: contain;
}

.top-service-flex02 {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
.top-service-flex02__left {
  align-items: center;
  display: flex;
}
.top-service-flex02__left--img {
  margin-right: -126px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .top-service-flex02__left--img {
    margin-right: -50px;
  }
}
.top-service-flex02__left--img img {
  -o-object-fit: contain;
  max-width: 500px;
  object-fit: contain;
}
.top-service-flex02__right {
  background-color: #ffffff;
  max-width: 730px;
  padding-bottom: 102px;
  padding-left: 160px;
  padding-right: 40px;
  padding-top: 102px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service-flex02__right {
    padding-left: 40px;
  }
}
.top-service-flex02__right--img-pare {
  margin-left: auto;
  margin-right: auto;
  max-width: 303px;
  width: 100%;
}
.top-service-flex02__right--txt {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}
.top-service-flex02__right--desc {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}
.top-service-flex__left--desc {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}

.top-serivice-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.top-serivice-btn-min {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 250px;
  padding-bottom: 13px;
  padding-top: 13px;
}

.top-service-box-sp {
  margin-top: 56px;
}
.top-service-box-sp__flex--mt {
  margin-top: 30px;
}
.top-service-box-sp__flex {
  align-items: center;
  border-left: 1px solid #dfdfdf;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-left: 20px;
}
.top-service-box-sp__left {
  flex-grow: 1;
}
.top-service-box-sp__left--img {
  max-width: 200px;
  width: 100%;
}
.top-service-box-sp__left--img picture {
  display: block;
}
.top-service-box-sp__left--txt {
  color: #3e3e3e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 380px) {
  .top-service-box-sp__left--txt {
    font-size: 4.1vw;
  }
}
.top-service-box-sp__left--img-educon {
  margin-top: 10px;
  max-width: 162px;
  width: 100%;
}
.top-service-box-sp__left--img-pare {
  margin-top: 10px;
  max-width: 212.16px;
  width: 100%;
}
.top-service-box-sp__right {
  flex-shrink: 0;
}
.top-service-box-sp__right span {
  background: url("../images/gray-arrow.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  width: 10px;
}
.top-service-box-sp__wrap {
  border-left: 1px solid #dfdfdf;
  margin-top: 55px;
  padding-left: 20px;
}
.top-service-box-sp__flex02 {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.top-service-box-sp__flex03 {
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 15px;
  padding-top: 5px;
}
.top-service-box-sp__flex04 {
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 15px;
  padding-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

/* ーーーーーーーーーーーSPカード型サービス一覧ーーーーーーーーーー */
.top-service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
  padding: 0 20px;
  align-items: stretch;
}
.top-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 20px 14px 28px;
  text-decoration: none;
  transition: box-shadow 0.3s, transform 0.3s;
}
.top-service-card:active {
  transform: scale(0.97);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.top-service-card__label {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3e3e3e;
  text-align: center;
  line-height: 1.5;
}
.top-service-card__divider {
  width: 30px;
  height: 1px;
  background: #dfdfdf;
  margin: 12px auto;
}
.top-service-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
}
.top-service-card__logo img {
  max-width: 130px;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.top-service-card__logo--educon img {
  max-width: 120px;
}
.top-service-card__logo--pare img {
  max-width: 140px;
}
.top-service-card__arrow {
  position: absolute;
  bottom: 10px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c0c0c0;
  border-right: 2px solid #c0c0c0;
  transform: rotate(45deg);
}

.top-service-more-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top-service-more-btn {
    background-color: transparent;
    margin-top: 35px;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　採用情報
------------------------------------------------------------------------------------------------------*/
.top-recruit-ttl {
  z-index: 2;
}
.top-recruit-ttl:before {
  color: #858585;
  left: -130px;
  opacity: 0.1;
  top: -120px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-recruit-ttl:before {
    -webkit-transform: translateY(-50%);
    left: 0;
    top: 30%;
    transform: translateY(-50%);
  }
}

.top-recruit {
  background: url("../images/top-recruit-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 29px;
  padding-right: 11px;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    background: url("../images/top-recruit-bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.top-recruit__flex {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  width: 100%;
}
.top-recruit__left {
  flex-grow: 1;
  padding-bottom: 127px;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .top-recruit__left {
    padding-bottom: 77px;
    padding-top: 106px;
  }
}
.top-recruit__right {
  display: flex;
  gap: 20px;
}
.top-recruit__txt {
  color: #ffffff;
  line-height: 2;
  margin-top: 81px;
  max-width: 482px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-recruit__txt {
    margin-top: 63px;
    max-width: 195px;
  }
}

.top-recruit-morebtn {
  border: 1px solid #ffffff;
  margin-top: 91px;
}
@media screen and (max-width: 767px) {
  .top-recruit-morebtn {
    margin-top: 58px;
  }
}

.swiper-container01 {
  height: 650px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-container01 {
    height: 515px;
  }
}
.swiper-container01 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container01 .top-recruit-slide {
  height: 300px;
  width: 200px;
}
.swiper-container02 {
  height: 650px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-container02 {
    height: 515px;
  }
}
.swiper-container02 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container02 .top-recruit-slide {
  height: 300px;
  width: 200px;
}
.swiper-container03 {
  height: 650px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-container03 {
    height: 300px;
  }
}
.swiper-container03 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container03 .top-recruit-slide {
  height: 142.5px;
  width: 95px;
}
/*-----------------------------------------------------------------------------------------------------
　　　トップ note記事
------------------------------------------------------------------------------------------------------*/
.top-note {
  background-color: #f8f7f6;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-note {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .top-note.recruit-note {
    margin-top: 0;
  }
}
.top-note .top-note-slider {
  overflow: hidden;
  padding-bottom: 50px;
}
.top-note .top-note-slider .swiper-wrapper {
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .top-note .top-note-slider .swiper-wrapper {
    row-gap: 16px;
  }
}
.top-note .top-note-slider__pagination.swiper-pagination {
  bottom: 0;
}
.top-note .top-note-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 5px;
}
.top-note .top-note-slider__pagination .swiper-pagination-bullet-active {
  background: #a96363;
}
.top-note .top-note-slider__nav {
}
@media screen and (max-width: 767px) {
  .top-note .top-note-slider__nav {
    display: none;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　お知らせ
------------------------------------------------------------------------------------------------------*/
.top-news-ttl {
  padding-left: 12px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-news-ttl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.top-news-ttl:before {
  color: #fbfbfb;
  left: -160px;
  top: -105px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .top-news-ttl:before {
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .top-news-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.top-news {
  background-color: #f8f7f6;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 125px;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.top-news-top {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1191px;
  width: 100%;
}
.top-news-top__flex {
  display: flex;
  gap: 30px;
  max-width: 670px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .top-news-top__flex {
    flex-direction: column;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .top-news-top__flex {
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    max-width: 250px;
  }
}
.top-news-top__flex a {
  flex-grow: 1;
}

.top-news-list {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .top-news-list {
    margin-top: 55px;
  }
}
.top-news-list__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1078px;
  width: 100%;
}
.top-news-list__wrap {
  align-items: center;
  display: flex;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-news-list__wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}
.top-news-list__wrap--ttl {
  color: #3e3e3e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 10px;
}
.top-news-list__wrap--date {
  color: #998676;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.top-news-list__item {
  align-items: center;
  border-bottom: 2px solid #ffffff;
  display: flex;
  gap: 20px;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .top-news-list__item {
    gap: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .top-news-list__item-link:hover {
    opacity: 0.6;
    transition: all 0.3s;
  }
}
.top-news-list__flex {
  align-items: center;
  display: flex;
  gap: 18px;
  max-width: 170px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-news-list__flex {
    max-width: 100%;
  }
}
.top-news-list__flex--cat-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.top-news-list__flex--cat {
  background-color: #998676;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 3px 10px;
}

/*-----------------------------------------------------------------------------------------------------
　　　　　ページ下部の画像メニュー
------------------------------------------------------------------------------------------------------*/
.img-nav__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .img-nav__flex {
    flex-direction: column;
  }
}
.img-nav__flex a {
  display: block;
  flex-grow: 1;
  margin-top: -1px;
}
@media screen and (min-width: 1000px) {
  .img-nav__flex a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.img-nav__flex-02 {
  display: flex;
  width: 66.6666%;
}
@media screen and (max-width: 767px) {
  .img-nav__flex-02 {
    width: 100%;
  }
}
.img-nav__flex-02 a {
  display: block;
  margin-top: -1px;
  transition: all 0.3s;
}
.img-nav__flex-02 a img {
  -o-object-fit: cover;
  -o-object-position: center left;
  object-fit: cover;
  object-position: center left;
}
@media screen and (min-width: 1000px) {
  .img-nav__flex-02 a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.img-nav__flex-03 {
  display: flex;
  flex-direction: column;
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .img-nav__flex-03 {
    flex-direction: row;
    width: 100%;
  }
}
.img-nav__flex-03 a {
  display: block;
  flex-grow: 1;
  transition: all 0.3s;
  width: 100%;
}
.img-nav__flex-03 a img {
  -o-object-fit: cover;
  -o-object-position: center left;
  object-fit: cover;
  object-position: center left;
}
@media screen and (min-width: 1000px) {
  .img-nav__flex-03 a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .img-nav__flex-03 a {
    width: 50%;
  }
}

/*-----------------------------------------------------------------------------------------------------
2024.1.25追記
------------------------------------------------------------------------------------------------------*/
.top-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1180px;
  width: 100%;
}
.top-service-list li {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: calc((100% - 20px * 2) / 3);
  width: calc((100% - 20px * 2) / 3);
}
@media screen and (max-width: 767px) {
  .top-service-list li {
    max-width: 100%;
    width: 100%;
  }
}
.top-service-list li a {
  background-color: #fff;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .top-service-list li a:hover {
    transition: all 0.3s;
  }
  .top-service-list li a:hover .top-service-list__btn {
    background-color: #ffffff;
    color: #3e3e3e;
  }
  .top-service-list li a:hover .top-service-list__btn::after {
    -webkit-transform: translateY(-50%);
    background: url("../images/arrow-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 6px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
  }
}
.top-service-list li a picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  width: 100%;
}
.top-service-list li a picture img {
  aspect-ratio: 200/44;
}
.top-service-list__txt {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: -4px;
  text-align: center;
}
.top-service-list__btn {
  align-items: center;
  background-color: #3e3e3e;
  border: 1px solid #3e3e3e;
  border-radius: 100px;
  color: #ffffff;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 140px;
  padding-bottom: 6px;
  padding-top: 6px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.top-service-list__btn::after {
  -webkit-transform: translateY(-50%);
  background: url("../images/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

/*-----------------------------------------------------------------------------------------------------
　　　　お知らせ一覧
------------------------------------------------------------------------------------------------------*/
.page-news-ttl:before {
  -webkit-transform: translateX(-50%);
  color: #fbfbfb;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-news-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    color: #f3f2f2;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.news-page {
  padding-bottom: 70px;
  padding-top: 156px;
}
@media screen and (max-width: 767px) {
  .news-page {
    padding-bottom: 50px;
    padding-top: 76px;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　採用情報
------------------------------------------------------------------------------------------------------*/
.news-ttl {
  z-index: 2;
}
.news-ttl:before {
  color: #858585;
  left: -130px;
  opacity: 0.1;
  top: -120px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news-ttl:before {
    -webkit-transform: translateY(-50%);
    left: 0;
    top: 30%;
    transform: translateY(-50%);
  }
}

.news {
  background: url("../images/news-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 29px;
  padding-right: 11px;
}
@media screen and (max-width: 767px) {
  .news {
    background: url("../images/news-bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.news__flex {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  width: 100%;
}
.news__left {
  flex-grow: 1;
  padding-bottom: 127px;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .news__left {
    padding-bottom: 77px;
    padding-top: 106px;
  }
}
.news__right {
  display: flex;
  gap: 20px;
}
.news__txt {
  color: #3e3e3e;
  line-height: 2;
  margin-top: 81px;
  max-width: 482px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__txt {
    margin-top: 63px;
    max-width: 195px;
  }
}

.top-news-morebtn {
  margin-top: 91px;
}
@media screen and (max-width: 767px) {
  .top-news-morebtn {
    margin-top: 58px;
  }
}

.swiper-container04 {
  height: 650px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-container04 {
    height: 515px;
  }
}
.swiper-container04 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container04 .news-slide {
  height: 300px;
  width: 200px;
}
.swiper-container05 {
  height: 650px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-container05 {
    height: 515px;
  }
}
.swiper-container05 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container05 .news-slide {
  height: 300px;
  width: 200px;
}
.swiper-container06 {
  height: 650px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-container06 {
    height: 515px;
  }
}
.swiper-container06 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container06 .news-slide {
  height: 142.5px;
  width: 95px;
}
.news-mv {
  margin-top: 127px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .news-mv {
    margin-top: 26px;
  }
}
.news-mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 810px;
  width: 100%;
}
.news-mv__flex {
  align-items: center;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .news-mv__flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.news-mv__left {
  flex-shrink: 0;
}
.news-mv__left--ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.news-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news-cat__link {
  align-items: center;
  background-color: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 15px;
  color: #3e3e3e;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  padding: 4px 20px;
}
@media screen and (min-width: 1000px) {
  .news-cat__link:hover {
    background-color: #3e3e3e;
    color: #ffffff;
    transition: all 0.3s;
  }
}

.news-cat__link.active {
  background-color: #3e3e3e;
  color: #ffffff;
}

.news-presskit {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.news-presskit__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 810px;
  width: 100%;
}
.news-presskit__flex {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-left: auto;
  max-width: 606.03px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-presskit__flex {
    flex-direction: column;
    gap: 10px;
    max-width: 266px;
  }
}
.news-presskit p {
  line-height: 1.5;
  max-width: 266px;
  text-align: right;
  width: 100%;
}
.news-presskit__btn {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .news-presskit__btn {
    margin-left: auto;
  }
}

.news-list {
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .news-list {
    margin-top: 50px;
  }
}
.news-list__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 848px;
  width: 100%;
}
.news-list__wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.news-list__wrap--ttl {
  color: #3e3e3e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 10px;
}
.news-list__wrap--date {
  color: #998676;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-list__item {
  align-items: center;
  border-bottom: 1px solid #f3f2f2;
  display: flex;
  gap: 20px;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .news-list__item {
    gap: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .news-list__item-link:hover {
    opacity: 0.6;
    transition: all 0.3s;
  }
}
.news-list__flex {
  align-items: center;
  display: flex;
  gap: 18px;
}
.news-list__flex--cat-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news-list__flex--cat {
  background-color: #998676;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 3px 10px;
}

.news-list-arrow {
  display: block;
  height: 18.3px;
  position: relative;
  width: 8.61px;
}
@media screen and (max-width: 767px) {
  .news-list-arrow {
    height: 14.38px;
    width: 8.61px;
  }
}
.news-list-arrow::before {
  background: url("../images/arrow-brown.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 18.3px;
  position: absolute;
  width: 8.61px;
}
@media screen and (max-width: 767px) {
  .news-list-arrow::before {
    height: 14.38px;
    width: 8.61px;
  }
}

.news-pagination {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  max-width: 490px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-pagination {
    margin-top: 50px;
  }
}

.wp-pagenavi {
  flex-grow: 1;
}

.wp_pagenavi-mytxt {
  align-items: center;
  border: none;
  color: #bcb6b6;
  display: flex;
  flex-grow: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  height: 20px;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .wp_pagenavi-mytxt {
    font-size: 1.2rem;
    height: 20px;
  }
}

.wp_pagenavi-last-mytxt {
  align-items: center;
  border: none;
  color: #bcb6b6;
  display: flex;
  flex-grow: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  height: 20px;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .wp_pagenavi-last-mytxt {
    font-size: 1.2rem;
    height: 20px;
  }
}

/*----------------------------------------------------------
顧客対応ページ
------------------------------------------------------------*/
.single-news {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .single-news {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.single-news__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 848px;
  width: 100%;
}
.single-news__ttl {
  margin-top: 20px;
}
.single-news .post-content {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .single-news .post-content {
    margin-top: 40px;
  }
}
.single-news .post-content p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
}
.single-news .more-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .single-news .more-btn {
    margin-top: 60px;
  }
}

.job-page {
  padding-bottom: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .job-page {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
.job-page__secttl {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job-page__secttl {
    font-size: 2rem;
  }
}

.job-desc {
  padding-left: 25px;
  padding-right: 25px;
}
.job-desc__inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .job-desc__inner {
    margin-top: 30px;
  }
}
.job-desc__inner h3 {
  color: #a96363;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .job-desc__inner h3 {
    font-size: 2.4rem;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.job-desc__wrap {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .job-desc__wrap {
    margin-top: 50px;
  }
}
.job-desc__wrap__ttl {
  border-left: 2px solid #a96363;
  font-size: 2rem;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .job-desc__wrap__ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.job-desc__item {
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 30px 20px 30px 10px;
}
@media screen and (max-width: 767px) {
  .job-desc__item {
    flex-direction: column;
    padding: 30px 10px;
  }
}
.job-desc__minttl {
  color: #998676;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.job-desc__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .job-desc__txt {
    max-width: 100%;
  }
}

.job-desc-cta {
  padding-bottom: 100px;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .job-desc-cta {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.single-recruit-side {
  background-color: #f8f7f6;
  padding-bottom: 30px;
  padding-left: 190px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .single-recruit-side {
    padding-left: 40px;
  }
}
.single-recruit-side__ttl {
  color: #858585;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}
.single-recruit-side__wrap {
  margin-top: 20px;
  overflow: hidden;
}

.swiper-container-single .swiper-slide {
  height: auto;
  width: 220px;
}

.job-item-slide-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
  margin-top: 76px;
  max-width: 590px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .job-item-slide-wrap {
    margin-top: 0;
  }
}

.job-item-slide {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: -2px 2px 5px 0px rgba(191, 191, 191, 0.5);
  display: block;
  height: 100%;
  padding: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .job-item-slide:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.job-item-slide-flex01 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.job-item-slide-flex01__left h3 {
  color: #a96363;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .job-item-slide-flex01__left h3 {
    font-size: 1.4rem;
  }
}
.job-item-slide-flex01__right {
  flex-shrink: 0;
}
.job-item-slide-flex01__right span {
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}
@media screen and (max-width: 767px) {
  .job-item-slide-flex01__right span {
    height: 14.38px;
    width: 8.61px;
  }
}
.job-item-slide-flex01__right span::before {
  background: url("../images/arrow-right-circle.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}

.job-item-slide-flex02 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 10px;
}

.job-slide-flex__cat-black {
  background-color: #858585;
  border: 1px solid #858585;
  border-radius: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 3px 14px;
}

.job-slide-flex__cat-white {
  background-color: #ffffff;
  border: 1px solid #998676;
  border-radius: 20px;
  color: #998676;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 3px 14px;
}

.job-item-slide__txt {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 20px;
}

.page-contact {
  padding-bottom: 80px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-contact {
    padding-bottom: 50px;
  }
}
.page-contact__inner {
  padding-left: 25px;
  padding-right: 25px;
}
.page-contact__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.page-contact__txt {
  line-height: 2;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-contact__txt {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
  }
}

.page-contact-cta {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .page-contact-cta {
    margin-top: 50px;
  }
}

.form-sec {
  padding-bottom: 80px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .form-sec {
    padding-bottom: 50px;
  }
}

.min-subtxt {
  color: #3e3e3e;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
}
.mw_wp_form_confirm .min-subtxt {
  display: none;
}

.form-contact {
  margin-top: 95px;
  padding-bottom: 147px;
}
@media screen and (max-width: 767px) {
  .form-contact {
    margin-top: 38px;
    padding-bottom: 50px;
  }
}

.form-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  width: 100%;
}

.form-flow {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.form-flow__item {
  align-items: center;
  border-radius: 10px;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  max-width: 198px;
  padding-bottom: 14px;
  padding-top: 14px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form-flow__item {
    font-size: 12px;
  }
}
.form-flow__item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .form-flow__item:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .form-flow__item:nth-child(3) {
    max-width: 19%;
  }
}
.form-flow__active {
  background: url("../images/form-item_01.png") no-repeat center right;
  color: #ffffff;
}
.form-flow__nonactive {
  background: url("../images/form-item_02.png") no-repeat center right;
  color: #3e3e3e;
}

form {
  margin: 0 auto;
  max-width: 770px;
}

.required {
  background-color: #a96363;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  margin-left: 20px;
  padding: 3px 5px 3.5px;
  vertical-align: middle;
}

.any {
  background-color: #858585;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  margin-left: 20px;
  padding: 3px 5px 3.5px;
  vertical-align: middle;
}

.req1 {
  margin-left: 0px;
  vertical-align: middle !important;
}

/*=======================*/
.formTable {
  border-collapse: collapse;
  border-top: 1px solid #dfdfdf;
  margin-top: 130px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .formTable {
    margin-top: 50px;
  }
}

.formTr {
  border-bottom: 1px solid #dfdfdf;
  height: auto !important;
}

.formTh {
  color: #998676;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  padding-right: 0 !important;
  padding-top: 25px;
  text-align: right;
  vertical-align: top;
  width: 32.1%;
}
@media screen and (max-width: 767px) {
  .formTh {
    display: block;
    margin-top: 25px;
    padding-top: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
  }
}

.formTh .noneBorder {
  border: none;
}
@media screen and (max-width: 767px) {
  .formTh .noneBorder {
    border-bottom: 1px solid #dfdfdf;
  }
}

.formTd {
  height: auto;
  padding-left: 15px;
  padding-top: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .formTd {
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
}

input#zip::-webkit-input-placeholder {
  color: transparent;
}

input#zip::-moz-placeholder {
  color: transparent;
}

input#zip:-ms-input-placeholder {
  color: transparent;
}

input#zip::-ms-input-placeholder {
  color: transparent;
}

input#zip::placeholder {
  color: transparent;
}

textarea::-webkit-input-placeholder {
  color: #bcb6b6;
  font-weight: 400 !important;
}

textarea::-moz-placeholder {
  color: #bcb6b6;
  font-weight: 400 !important;
}

textarea:-ms-input-placeholder {
  color: #bcb6b6;
  font-weight: 400 !important;
}

textarea::-ms-input-placeholder {
  color: #bcb6b6;
  font-weight: 400 !important;
}

input,
select,
textarea::placeholder {
  color: #bcb6b6;
  font-weight: 400 !important;
}

/*=========入力欄===============*/
.formTd input {
  background-color: #fbfbfb;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding-left: 21px !important;
  width: 100%;
}

.formTd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url("../images/Polygon_1.svg") no-repeat center right 12px;
  background-color: #fbfbfb;
  background-size: auto;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  max-width: 280px;
  padding-left: 25px !important;
  width: 100%;
}
select.is-empty {
  color: #bcb6b6;
}

.formTd textarea {
  background-color: #fbfbfb;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  height: 80px;
  padding-left: 21px !important;
  padding-top: 10px;
  resize: vertical;
  width: 100%;
}

.formTd input::-webkit-input-placeholder {
  color: #bcb6b6;
  font-weight: 400;
}

.formTd input::-webkit-input-placeholder,
.formTd input::-moz-placeholder,
.formTd input:-ms-input-placeholder,
.formTd input::-ms-input-placeholder,
.formTd input::placeholder {
  color: #bcb6b6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .formTd input::-webkit-input-placeholder {
    font-weight: 400;
  }
  .formTd input::-webkit-input-placeholder,
.formTd input::-moz-placeholder,
.formTd input:-ms-input-placeholder,
.formTd input::-ms-input-placeholder,
.formTd input::placeholder {
    font-weight: 400;
  }
}

.mwform-radio-field {
  display: inline-block;
}
.mwform-radio-field label {
  display: inline-block;
}

.mwform-radio-field:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 395px) {
  .mwform-radio-field:not(:last-child) {
    margin-right: 8px;
  }
}

.mwform-radio-field-text {
  align-items: center;
  color: #3e3e3e;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  vertical-align: sub;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  display: inline-block;
  margin-left: 0px;
}

/*=========お名前===============*/
.tdStyleWrap {
  display: flex;
  justify-content: flex-end;
}
.tdStyleWrap .tdStyleWrap-flex03:nth-child(2) {
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .tdStyleWrap .tdStyleWrap-flex03:nth-child(2) {
    margin-left: 10px;
  }
}

.tdStyleWrap02 {
  display: flex;
}
.tdStyleWrap02 .tdStyleWrap-flex03:nth-child(2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .tdStyleWrap02 .tdStyleWrap-flex03:nth-child(2) {
    margin-left: 10px;
  }
}

.tdStyleWrap-flex03 {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 15px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .tdStyleWrap-flex03 {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

.tdStyleWrap-flex03 p:nth-child(2) {
  max-width: 200px;
  width: 100%;
}

.tdStyleWrap-flex03-txt {
  color: #858585;
  flex-shrink: 0;
  font-size: 14px;
}

.tdStyleWrap__input01 {
  flex-grow: 1;
}

.formTd input[name=name01] {
  width: 100%;
}
.formTd input[name=name02] {
  width: 100%;
}
.name-th {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .name-th {
    padding-bottom: 0px;
    width: 100%;
  }
}

.name-td {
  padding-bottom: 25px;
}
.name-td .attention-txt {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 4px;
}
/*==

/*=========お名前（ふりがな）===============*/
.formTd input[name=name_furigana01] {
  width: 100%;
}
.formTd input[name=name_furigana02] {
  width: 100%;
}
/*=========在・卒学校===============*/
/*=========ご記入者様と生徒様のご関係ーセレクトボックス==============*/
.select-school-th {
  vertical-align: baseline;
}

.select-school-td {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .select-school-td {
    padding-bottom: 20px;
  }
}

/*========媒体区分===============*/
.formTd input[name=relationship] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.formTd input[name=relationship] + span {
  position: relative;
}

.formTd input[name=relationship] + span:before {
  background-color: #fbfbfb;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
  width: 18px;
}

.formTd input[name=relationship]:checked + span::after {
  -webkit-transform: translateY(-50%);
  background-color: #ffffff;
  border: 4.5px solid #8fc2d5;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 18px;
  left: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 18px;
}

.relationship-td {
  vertical-align: middle;
}

/*=========電話番号===============*/
.formTd input[name=tel01] {
  font-size: 14px;
  width: 100%;
}

.tel-th {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .tel-th {
    padding-bottom: 0px;
    width: 100%;
  }
}

.tel-td {
  padding-bottom: 25px;
}
/*=========メールアドレス===============*/
.formTd input[name=mail] {
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .formTd input[name=mail] {
    max-width: 100%;
  }
}

.mail-confirm-th {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .mail-confirm-th {
    padding-bottom: 0px;
    width: 100%;
  }
}

.mail-confirm-td {
  padding-bottom: 25px;
}
.mail-confirm-td .attention-txt {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 4px;
}
.mw_wp_form_confirm .mail-tr {
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .mail-th {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .mail-td {
    padding-bottom: 20px;
  }
}
.mw_wp_form_confirm .mail-td .attention-txt {
  display: none;
}

/*=========郵便番号==============*/
.tdStyleWrap__input01 {
  flex-grow: 1;
}

.tdStyleWrap__input02 {
  flex-grow: 1;
  margin-left: 30px;
}

.formTd input[name=zip] {
  margin-right: 10.5px;
  max-width: 90px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .formTd input[name=zip] {
    margin-right: 0;
    max-width: 80px;
  }
}
@media screen and (max-width: 370px) {
  .formTd input[name=zip] {
    max-width: 60px;
    padding-left: 10px !important;
  }
}
.formTd input[name=zip1] {
  margin-left: 10.5px;
  max-width: 90px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .formTd input[name=zip1] {
    margin-left: 0;
    max-width: 80px;
  }
}
@media screen and (max-width: 370px) {
  .formTd input[name=zip1] {
    max-width: 60px;
    padding-left: 10px !important;
  }
}

.address-th {
  vertical-align: middle;
}

.address-td .address-auto {
  background-color: #858585;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 15px;
  padding: 6px 10px;
}
@media screen and (max-width: 370px) {
  .address-td .address-auto {
    margin-left: 5px;
  }
}
@media screen and (max-width: 322px) {
  .address-td .address-auto {
    padding: 6px 2px;
  }
}
.address-td label {
  color: #dfdfdf;
}

.place-flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.place-flex-txt {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .place-flex-txt {
    max-width: 70px;
  }
}

.place-flex p:nth-child(2) {
  width: 100%;
}

.place-td04 {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .place-td04 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .place-th01 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .place-th02 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .place-th03 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .place-th04 {
    margin-top: 0;
  }
}

.place-td01,
.place-td02,
.place-td03,
.place-td04 {
  padding-top: 10px;
}

.place-flex-02 {
  flex-grow: 1;
}

/*=========履歴書==============*/
.mw_wp_form input[type=file] {
  background-color: inherit;
  border: none;
  height: auto;
  padding-left: 0px !important;
}

.file-th {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .file-th {
    padding-bottom: 0px;
    width: 100%;
  }
}

.file-td {
  padding-bottom: 25px;
}
.mwform-file-delete {
  display: none;
}

/*=========応募職種（複数選択可）==============*/
.job-box {
  color: #3e3e3e;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  gap: 15px;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .job-box {
    gap: 5px;
  }
}
.job-box .mwform-checkbox-field-text {
  font-size: 14px;
  font-weight: 400;
  vertical-align: bottom;
}

.formTd input[name="job[data][]"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.formTd input[name="job[data][]"] + span {
  position: relative;
}

.formTd input[name="job[data][]"] + span:before {
  background-color: #fbfbfb;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 6px;
  margin-top: 3px;
  vertical-align: sub;
  width: 18px;
}

.formTd input[name="job[data][]"]:checked + span::after {
  -webkit-transform: rotate(-45deg);
  border-bottom: 3px solid #a96363;
  /*チェックの太さ*/
  border-left: 3px solid #a96363;
  content: "";
  display: inline-block;
  /*チェックの太さ*/
  height: 5px;
  left: 3px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 11px;
}

/*=========お問い合わせ内容（入力場所） ===============*/
.content th {
  color: #998676;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 25px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .content th {
    padding-top: 0;
  }
}

/*=========プライバシーへのリンク ===============*/
.privacy-link {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy-link {
    margin-top: 70px;
  }
}
.privacy-link a {
  color: #3e3e3e;
  text-decoration: underline;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .privacy-link a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.mw_wp_form_confirm .privacy-link {
  display: none;
}

.privacy-box {
  color: #3e3e3e;
  font-weight: 400;
  text-align: left;
}
.privacy-box .mwform-checkbox-field-text {
  font-size: 14px;
  font-weight: 400;
  vertical-align: bottom;
}

.formTd input[name="privacy[data][]"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.formTd input[name="privacy[data][]"] + span {
  position: relative;
}

.formTd input[name="privacy[data][]"] + span:before {
  background-color: #fbfbfb;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 6px;
  margin-top: 3px;
  vertical-align: sub;
  width: 18px;
}

.formTd input[name="privacy[data][]"]:checked + span::after {
  -webkit-transform: rotate(-45deg);
  border-bottom: 3px solid #a96363;
  /*チェックの太さ*/
  border-left: 3px solid #a96363;
  content: "";
  display: inline-block;
  /*チェックの太さ*/
  height: 5px;
  left: 3px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 11px;
}

/*=========※半角 ===============*/
.formTd .cautions {
  font-size: 12px;
  margin-left: 20px;
}

.formTd .cautions_r {
  margin-right: 10px;
}

.formTd input[type=checkbox] {
  height: 18px;
  width: 18px;
}

.cautions-sp {
  float: right;
  font-size: 13px;
}

.formTd textarea ::-webkit-input-placeholder {
  color: #bcb6b6;
  font-weight: 400;
}

.formTd textarea ::-moz-placeholder {
  color: #bcb6b6;
  font-weight: 400;
}

.formTd textarea :-ms-input-placeholder {
  color: #bcb6b6;
  font-weight: 400;
}

.formTd textarea ::-ms-input-placeholder {
  color: #bcb6b6;
  font-weight: 400;
}

.formTd textarea ::placeholder {
  color: #bcb6b6;
  font-weight: 400;
}

/*=========送信ボタン===============*/
.submit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .submit {
    display: block;
  }
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  border-radius: 0;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 11px 0;
  text-decoration: none;
  width: 190px;
}
@media screen and (max-width: 767px) {
  .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*=========確認ボタン(入力画面) ===============*/
.submitBtn {
  background-color: #a96363;
  border: 1px solid #a96363;
  border-radius: 5px;
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 1000px) {
  .submitBtn:hover {
    background-color: #ffffff;
    border: 1px solid #a96363;
    color: #a96363;
    transition: all 0.3s;
  }
}

/*-----------------------------------------------------------------------------------------------------
                                                  エラーページ
------------------------------------------------------------------------------------------------------*/
.error-pink input,
.error-pink select,
.error-pink textarea {
  background-color: #ffeded !important;
}

.mw_wp_form .error {
  margin-bottom: 4px;
}

/*------------------------------------------------------------------------------------------------------------------
                                                  お問い合わせ確認ページ
------------------------------------------------------------------------------------------------------------------*/
/*=========確認画面 ===============*/
.mw_wp_form_confirm .formTh {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .formTh {
    padding-top: 0px;
  }
}
.mw_wp_form_confirm .formTd {
  font-size: 14px;
  font-weight: 400;
  padding-left: 33px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .formTd {
    padding-left: 0;
    padding-top: 10px;
  }
}
.mw_wp_form_confirm .select-school-td {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .select-school-td {
    padding-bottom: 20px;
  }
}
.mw_wp_form_confirm .mail-td {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .mail-td {
    padding-bottom: 20px;
  }
}
.mw_wp_form_confirm .pb-td {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .pb-td {
    padding-bottom: 20px;
  }
}
.mw_wp_form_confirm .mail-tr {
  border-bottom: 1px solid #dfdfdf;
}
.mw_wp_form_confirm .mail-tr-confirm {
  display: none;
}
.mw_wp_form_confirm .place-flex-txt {
  display: none;
}
.mw_wp_form_confirm .tdStyleWrap {
  justify-content: flex-start;
}
.mw_wp_form_confirm .tdStyleWrap-flex03 {
  flex-grow: inherit;
}
.mw_wp_form_confirm .tdStyleWrap-flex03-txt {
  display: none;
}
.mw_wp_form_confirm .tdStyleWrap .tdStyleWrap-flex03:nth-child(2) {
  margin-left: 5px;
}
.mw_wp_form_confirm .tdStyleWrap02 .tdStyleWrap-flex03:nth-child(2) {
  margin-left: 5px;
}
.mw_wp_form_confirm .place-th01,
.mw_wp_form_confirm .place-th02,
.mw_wp_form_confirm .place-th03,
.mw_wp_form_confirm .place-th04 {
  padding-top: 0;
}
.mw_wp_form_confirm .place-td01,
.mw_wp_form_confirm .place-td02,
.mw_wp_form_confirm .place-td03,
.mw_wp_form_confirm .place-td04 {
  padding-top: 5px;
}

.mw_wp_form_confirm .address-td span {
  display: none;
}
.mw_wp_form_confirm .address-td label {
  color: #000000;
}

/*=========戻るボタン（確認画面） ===============*/
.prevBtn {
  background-color: #afb0bb;
  border: 1px solid #afb0bb;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 767px) {
  .prevBtn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .prevBtn:hover {
    background-color: #ffffff;
    color: #afb0bb;
    transition: all 0.3s;
  }
}

/*=========送信ボタン（確認画面） ===============*/
.mw_wp_form_confirm .submitMain {
  background-color: #a96363;
  border: 1px solid #a96363;
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 1000px) {
  .mw_wp_form_confirm .submitMain:hover {
    background-color: #ffffff;
    border: 1px solid #a96363;
    color: #a96363;
    transition: all 0.3s;
  }
}

.mw_wp_form_confirm .submitMainLabel {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .submitMainLabel {
    margin-left: auto;
  }
}

.confirm .formTh {
  padding: 20px 0px !important;
  width: 38%;
}
@media screen and (max-width: 767px) {
  .confirm .formTh {
    padding: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .confirm .formTh {
    width: 100%;
  }
}

.mw_wp_form_confirm .confirmTxt {
  font-size: 14px;
}

.mw_wp_form_confirm .formMessage {
  display: none;
}

.mw_wp_form_confirm .formNumber {
  display: none;
}

.mw_wp_form_confirm .formTtlbox {
  display: none;
}

.mw_wp_form_confirm .cautions {
  display: none;
}

.mw_wp_form_confirm .privacy_policy {
  display: none;
}

.mw_wp_form_confirm .privacyCheck {
  display: none;
}

.mw_wp_form_confirm .privacyConfirm {
  font-size: 14px;
}

.mw_wp_form_confirm .confirm-tr {
  display: none;
}

.mw_wp_form_confirm .resetLabel {
  display: none;
}

.mw_wp_form_confirm .submitBtnLabel {
  display: none;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .tdStyle {
    padding: 0 !important;
  }
}

.mw_wp_form_confirm .privacy-box {
  position: relative;
}
.mw_wp_form_confirm .privacy-box::before {
  background-color: #fbfbfb;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 6px;
  margin-top: 3px;
  vertical-align: sub;
  width: 18px;
}
.mw_wp_form_confirm .privacy-box::after {
  -webkit-transform: rotate(-45deg);
  border-bottom: 3px solid #a96363;
  border-left: 3px solid #a96363;
  content: "";
  display: inline-block;
  height: 5px;
  left: 3px;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 11px;
}

.mw_wp_form_confirm .privacy-td {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .service-td {
    padding: 20px 0 23px 0 !important;
  }
}

.mw_wp_form_confirm .tdStyleWrap__select {
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .tdStyleWrap__select {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .no-margin {
    margin-bottom: 0px;
  }
}

.mw_wp_form_confirm .tdStyleMessage {
  display: none;
}

/*------------------------------------------------------------------------------------------------------------------
                                                  お問い合わせ完了ページ
------------------------------------------------------------------------------------------------------------------*/
/*=========サンクスページ ===============*/
.thanks-txt {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.thanks-txt--ttl {
  border-bottom: 1px solid #dfdfdf;
  color: #998676;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 120px;
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks-txt--ttl {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 44px;
  }
}

.thanks-subtxt {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 30px;
  text-align: center;
}

.form-top-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-items: center;
  appearance: none;
  background-color: #bcb6b6;
  background-image: none;
  border: 1px solid #bcb6b6;
  border-radius: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  max-width: 210px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .form-top-btn:hover {
    background-color: #ffffff;
    color: #bcb6b6;
    transition: all 0.3s;
  }
}

.mw_wp_form_send_error {
  margin-top: 50px;
  text-align: center;
}

.sustainability-top {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .sustainability-top {
    padding-top: 100px;
  }
}
@media screen and (max-width: 385px) {
  .sustainability-top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sustainability-top h3 {
  color: #a96363;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sustainability-top h3 {
    font-size: 2.4rem;
  }
}
.sustainability-top p {
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 650px;
  width: 100%;
}

.top-social-ttl {
  padding-left: 12px;
  z-index: 2;
}
.top-social-ttl:before {
  color: #858585;
  font-size: 12rem !important;
  left: -160px;
  opacity: 0.2;
  top: -55px;
  z-index: -1;
}
@media screen and (max-width: 1190px) {
  .top-social-ttl:before {
    font-size: 13.6vw !important;
  }
}
@media screen and (max-width: 1000px) {
  .top-social-ttl:before {
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .top-social-ttl:before {
    -webkit-transform: translateY(-50%);
    left: -5%;
    top: 30%;
    transform: translateY(-50%);
  }
}

.social {
  margin-top: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .social {
    margin-top: 110px;
  }
}
.social__left {
  background-color: #3e3e3e;
  padding-bottom: 70px;
  padding-left: 160px;
  padding-right: 220px;
  padding-top: 104px;
  width: 71.18%;
}
@media screen and (max-width: 1000px) {
  .social__left {
    padding-left: 80px;
    padding-right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .social__left {
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 41px;
    width: 89.74%;
  }
}
@media screen and (max-width: 350px) {
  .social__left {
    padding-right: 20px;
  }
}
.social__left h3 {
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .social__left h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 54px;
  }
}
.social__left--txt {
  color: #ffffff;
  line-height: 2;
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .social__left--txt {
    margin-top: 30px;
  }
}
.social__right {
  max-width: 750px;
  position: absolute;
  right: 0;
  top: 10%;
  width: 46.18%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .social__right {
    top: 97%;
    width: 82.05%;
  }
}
.social__right::after {
  background: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40%;
  content: "";
  height: 353px;
  left: 16%;
  position: absolute;
  width: 40.78%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .social__right::after {
    height: 197.89px;
    left: -21%;
    width: 47.05%;
  }
}

.top-environment-ttl {
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-environment-ttl {
    padding-right: 55px;
  }
}
.top-environment-ttl:before {
  color: #dfdfdf;
  font-size: 12rem !important;
  opacity: 0.2;
  right: -160px;
  top: -55px;
  z-index: -1;
}
@media screen and (max-width: 1190px) {
  .top-environment-ttl:before {
    font-size: 13.6vw !important;
  }
}
@media screen and (max-width: 1260px) {
  .top-environment-ttl:before {
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .top-environment-ttl:before {
    -webkit-transform: translateY(-50%);
    right: -5%;
    top: 30%;
    transform: translateY(-50%);
  }
}

.environment {
  margin-top: 117px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .environment {
    margin-top: 87vw;
  }
}
.environment__left {
  left: 0;
  max-width: 750px;
  position: absolute;
  top: 30%;
  width: 46.18%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .environment__left {
    top: 97%;
    width: 82.05%;
  }
}
.environment__left::after {
  background: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40%;
  content: "";
  height: 353px;
  position: absolute;
  right: 16%;
  width: 40.78%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .environment__left::after {
    height: 197.89px;
    right: -21%;
    width: 47.05%;
  }
}
.environment__right {
  background-color: #bcb6b6;
  margin-left: auto;
  padding-bottom: 100px;
  padding-left: 160px;
  padding-right: 160px;
  padding-top: 105px;
  width: 70.97%;
}
@media screen and (max-width: 1260px) {
  .environment__right {
    padding-left: 220px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .environment__right {
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 61px;
    width: 89.74%;
  }
}
@media screen and (max-width: 350px) {
  .environment__right {
    padding-left: 20px;
  }
}
.environment__right h3 {
  color: #858585;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-left: auto;
  margin-top: 77px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .environment__right h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 54px;
  }
}
.environment__right--txt {
  color: #ffffff;
  line-height: 2;
  margin-left: auto;
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .environment__right--txt {
    margin-top: 30px;
  }
}

.top-governance-ttl {
  padding-left: 12px;
  z-index: 2;
}
.top-governance-ttl:before {
  color: #858585;
  font-size: 12rem !important;
  left: -160px;
  opacity: 0.2;
  top: -55px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .top-governance-ttl:before {
    left: -80px;
  }
}
@media screen and (max-width: 1190px) {
  .top-governance-ttl:before {
    font-size: 13.6vw !important;
  }
}
@media screen and (max-width: 767px) {
  .top-governance-ttl:before {
    -webkit-transform: translateY(-50%);
    left: -5%;
    top: 30%;
    transform: translateY(-50%);
  }
}

.governance {
  margin-bottom: 137px;
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .governance {
    margin-bottom: 72vw;
    margin-top: 87vw;
  }
}
.governance__left {
  background-color: #3e3e3e;
  padding-bottom: 100px;
  padding-left: 160px;
  padding-right: 220px;
  padding-top: 104px;
  width: 71.18%;
}
@media screen and (max-width: 1000px) {
  .governance__left {
    padding-left: 80px;
    padding-right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .governance__left {
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 61px;
    width: 89.74%;
  }
}
@media screen and (max-width: 350px) {
  .governance__left {
    padding-right: 20px;
  }
}
.governance__left h3 {
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .governance__left h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 54px;
  }
}
.governance__left--txt {
  color: #ffffff;
  line-height: 2;
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .governance__left--txt {
    margin-top: 30px;
  }
}
.governance__right {
  max-width: 750px;
  position: absolute;
  right: 0;
  top: 20%;
  width: 46.18%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .governance__right {
    top: 97%;
    width: 82.05%;
  }
}
.governance__right::after {
  background: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40%;
  content: "";
  height: 353px;
  left: 16%;
  position: absolute;
  width: 40.78%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .governance__right::after {
    bottom: -28%;
    height: 197.89px;
    left: -21%;
    width: 47.05%;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　　アクセスメイン
------------------------------------------------------------------------------------------------------*/
.top-access-ttl:before {
  -webkit-transform: translateX(-50%);
  color: #fbfbfb;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-access-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.access-page {
  padding-bottom: 50px;
  padding-top: 156px;
}
@media screen and (max-width: 767px) {
  .access-page {
    padding-top: 76px;
  }
}

.map {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 40px;
  }
}
.map__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}
.map iframe {
  aspect-ratio: 500/390;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map iframe {
    aspect-ratio: 350/273;
  }
}

.company-nav {
  padding-left: 10px;
  padding-right: 10px;
}
.company-nav__flex01 {
  display: flex;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 830px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-nav__flex01 {
    gap: 5px;
  }
}
.company-nav__flex01 a {
  display: block;
  display: block;
  max-width: calc((100% - 16px * 2) / 3);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-nav__flex01 a {
    max-width: calc((100% - 5px * 2) / 3);
  }
}
@media screen and (min-width: 1000px) {
  .company-nav__flex01 a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.company-nav__flex02 {
  display: flex;
  display: flex;
  gap: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 830px;
}
@media screen and (max-width: 767px) {
  .company-nav__flex02 {
    gap: 10px;
    margin-top: 10px;
  }
}
.company-nav__flex02 a {
  display: block;
  flex-grow: 1;
  max-width: calc((100% - 18px * 1) / 2);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-nav__flex02 a {
    max-width: calc((100% - 10px * 1) / 2);
  }
}
@media screen and (min-width: 1000px) {
  .company-nav__flex02 a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.mt-130 {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .mt-sp-50 {
    margin-top: 50px;
  }
}
.top-mission-ttl {
  padding-left: 12px;
  z-index: 2;
}
.top-mission-ttl:before {
  color: #858585;
  left: -160px;
  opacity: 0.2;
  top: -105px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .top-mission-ttl:before {
    left: -80px;
  }
}
@media screen and (max-width: 1190px) {
  .top-mission-ttl:before {
    font-size: 13.6vw !important;
  }
}
@media screen and (max-width: 767px) {
  .top-mission-ttl:before {
    -webkit-transform: translateY(-50%);
    left: -5%;
    top: 30%;
    transform: translateY(-50%);
  }
}

.mission {
  margin-top: 97px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mission {
    margin-top: 60px;
  }
}
.mission__left {
  background-color: #3e3e3e;
  padding-bottom: 70px;
  padding-left: 160px;
  padding-right: 220px;
  padding-top: 190px;
  width: 71.18%;
}
@media screen and (max-width: 1000px) {
  .mission__left {
    padding-left: 80px;
    padding-right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .mission__left {
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 61px;
    width: 89.74%;
  }
}
@media screen and (max-width: 350px) {
  .mission__left {
    padding-right: 20px;
  }
}
.mission__left h3 {
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .mission__left h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 54px;
  }
}
.mission__left--txt {
  color: #ffffff;
  line-height: 2;
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mission__left--txt {
    margin-top: 30px;
  }
}
.mission__right {
  max-width: 750px;
  position: absolute;
  right: 0;
  top: 10%;
  width: 46.18%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mission__right {
    top: 97%;
    width: 82.05%;
  }
}
.mission__right::after {
  background: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40%;
  content: "";
  height: 353px;
  left: 16%;
  position: absolute;
  width: 40.78%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mission__right::after {
    height: 197.89px;
    left: -21%;
    width: 47.05%;
  }
}

.top-value-ttl {
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-value-ttl {
    padding-right: 55px;
  }
}
.top-value-ttl:before {
  color: #dfdfdf;
  opacity: 0.2;
  right: -160px;
  top: -105px;
  z-index: -1;
}
@media screen and (max-width: 1260px) {
  .top-value-ttl:before {
    right: -80px;
  }
}
@media screen and (max-width: 1190px) {
  .top-value-ttl:before {
    font-size: 13.6vw !important;
  }
}
@media screen and (max-width: 767px) {
  .top-value-ttl:before {
    -webkit-transform: translateY(-50%);
    right: -5%;
    top: 30%;
    transform: translateY(-50%);
  }
}

.value {
  margin-top: 117px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .value {
    margin-top: 87vw;
  }
}
.value__left {
  left: 0;
  max-width: 750px;
  position: absolute;
  top: 30%;
  width: 46.18%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .value__left {
    top: 97%;
    width: 82.05%;
  }
}
.value__left::after {
  background: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40%;
  content: "";
  height: 353px;
  position: absolute;
  right: 16%;
  width: 40.78%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .value__left::after {
    height: 197.89px;
    right: -21%;
    width: 47.05%;
  }
}
.value__right {
  background-color: #bcb6b6;
  margin-left: auto;
  padding-bottom: 100px;
  padding-left: 160px;
  padding-right: 160px;
  padding-top: 190px;
  width: 70.97%;
}
@media screen and (max-width: 1260px) {
  .value__right {
    padding-left: 160px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .value__right {
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 61px;
    width: 89.74%;
  }
}
@media screen and (max-width: 350px) {
  .value__right {
    padding-left: 20px;
  }
}

.num-disc {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: auto;
  margin-top: 110px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .num-disc {
    margin-top: 84px;
  }
}
.num-disc__flex {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .num-disc__flex {
    gap: 10px;
  }
}
.num-disc__left {
  color: #858585;
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5rem;
  line-height: 1;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .num-disc__left {
    font-size: 4rem;
  }
}
.num-disc__right h3 {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .num-disc__right h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 385px) {
  .num-disc__right h3 {
    font-size: 5vw;
  }
}
.num-disc__right p {
  color: #ffffff;
  line-height: 2;
  margin-top: 10px;
}

.top-principle-ttl {
  padding-left: 12px;
  z-index: 2;
}
.top-principle-ttl:before {
  color: #858585;
  left: -160px;
  opacity: 0.2;
  top: -105px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .top-principle-ttl:before {
    left: -80px;
  }
}
@media screen and (max-width: 1190px) {
  .top-principle-ttl:before {
    font-size: 13.6vw !important;
  }
}
@media screen and (max-width: 767px) {
  .top-principle-ttl:before {
    -webkit-transform: translateY(-50%);
    left: -5%;
    top: 30%;
    transform: translateY(-50%);
  }
}

.principle {
  margin-bottom: 80px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .principle {
    margin-bottom: 80vw;
    margin-top: 87vw;
  }
}
.principle__left {
  background-color: #3e3e3e;
  padding-bottom: 100px;
  padding-left: 160px;
  padding-right: 220px;
  padding-top: 190px;
  width: 71.18%;
}
@media screen and (max-width: 1000px) {
  .principle__left {
    padding-left: 80px;
    padding-right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .principle__left {
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 61px;
    width: 89.74%;
  }
}
@media screen and (max-width: 350px) {
  .principle__left {
    padding-right: 20px;
  }
}
.principle__left h3 {
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .principle__left h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 54px;
  }
}
.principle__left--txt {
  color: #ffffff;
  line-height: 2;
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .principle__left--txt {
    margin-top: 30px;
  }
}
.principle__right {
  max-width: 750px;
  position: absolute;
  right: 0;
  top: 20%;
  width: 46.18%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .principle__right {
    top: 97%;
    width: 82.05%;
  }
}
.principle__right::after {
  background: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40%;
  content: "";
  height: 353px;
  left: 16%;
  position: absolute;
  width: 40.78%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .principle__right::after {
    height: 197.89px;
    left: -21%;
    width: 47.05%;
  }
}

.principle-num-disc {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 110px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .principle-num-disc {
    margin-top: 84px;
  }
}
.principle-num-disc__flex {
  align-items: flex-end;
  border-bottom: 1px solid #998676;
  display: flex;
  gap: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .principle-num-disc__flex {
    gap: 10px;
  }
}
.principle-num-disc__left {
  color: #998676;
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5rem;
  line-height: 1;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .principle-num-disc__left {
    font-size: 4rem;
  }
}
.principle-num-disc__right p {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .principle-num-disc__right p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 385px) {
  .principle-num-disc__right p {
    font-size: 5vw;
  }
}

.service-top {
  padding-bottom: 107px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .service-top {
    padding-bottom: 58px;
    padding-top: 50px;
  }
}
.service-top h3 {
  color: #a96363;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-top h3 {
    font-size: 2.4rem;
  }
}
.service-top__img {
  aspect-ratio: 955/147;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 76px;
  max-width: 955px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-top__img {
    aspect-ratio: 318/442.2;
    margin-top: 57px;
    max-width: 318px;
    width: 100%;
  }
}
.service-top__img img {
  aspect-ratio: 955/147;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-top__img img {
    aspect-ratio: 318/442.2;
    width: 100%;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　　サービスメイン
------------------------------------------------------------------------------------------------------*/
.service {
  background: url("../images/service-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 137px;
  padding-top: 156px;
}
@media screen and (max-width: 767px) {
  .service {
    background: url("../images/service-bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 110px;
    padding-top: 76px;
  }
}
.service__box {
  margin-top: 77px;
}

.service-flex {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-flex {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-flex__left {
  background-color: #fff;
  max-width: 730px;
  padding-bottom: 34px;
  padding-left: 40px;
  padding-right: 160px;
  padding-top: 60px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-flex__left {
    background-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 134px;
  }
  .service-flex__left::before {
    background-color: #fff;
    content: "";
    height: 88.23%;
    left: 0;
    position: absolute;
    top: 0;
    width: 74.92%;
    z-index: 0;
  }
}
.service-flex__left--inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.service-flex__left--img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 3400px;
  width: 100%;
}
.service-flex__left--img-educon {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  width: 100%;
}
.service-flex__left--img-manabite {
  margin-left: auto;
  margin-right: auto;
  max-width: 222.22px;
  width: 100%;
}
.service-flex__left--img-daikou {
  margin-left: auto;
  margin-right: auto;
  max-width: 307px;
  width: 100%;
}
.service-flex__left--subttl {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-flex__left--subttl {
    font-size: 1.4rem;
  }
}
.service-flex__left h3 {
  color: #a96363;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-flex__left h3 {
    margin-top: 40px;
  }
}
.service-flex__left--txt {
  line-height: 1.5;
  margin-top: 10px;
}
.service-flex__left--youtube {
  aspect-ratio: 350/192.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-flex__left--youtube {
    margin-top: 40px;
  }
}
.service-flex__left--youtube iframe {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.service-flex__right {
  align-items: center;
  display: flex;
}
.service-flex__right--img {
  margin-left: -126px;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .service-flex__right--img:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .service-flex__right--img {
    margin-left: -50px;
  }
}
.service-flex__right--img img {
  -o-object-fit: contain;
  max-width: 500px;
  object-fit: contain;
}
.service-flex__left-manabite {
  padding-bottom: 64px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .service-flex__left-manabite {
    padding-bottom: 67px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .service-flex__left-manabite::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 74.92%;
    z-index: 0;
  }
}
.service-flex__left-daikou {
  padding-bottom: 64px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .service-flex__left-daikou {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .service-flex__left-daikou::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 74.92%;
    z-index: 0;
  }
}

.service-flex02 {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-flex02 {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-flex02__left {
  align-items: center;
  display: flex;
}
.service-flex02__left--img {
  margin-right: -126px;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .service-flex02__left--img:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .service-flex02__left--img {
    margin-right: -50px;
  }
}
.service-flex02__left--img img {
  -o-object-fit: contain;
  max-width: 500px;
  object-fit: contain;
}
.service-flex02__right {
  background-color: #fff;
  max-width: 730px;
  padding-bottom: 34px;
  padding-left: 160px;
  padding-right: 40px;
  padding-top: 60px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-flex02__right {
    background-color: transparent;
    padding-bottom: 68px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 60px;
  }
  .service-flex02__right::before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 74.92%;
    z-index: 0;
  }
}
.service-flex02__right--inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.service-flex02__right--img-nareroku {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  width: 100%;
}
.service-flex02__right--subttl {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-flex02__right--subttl {
    font-size: 1.4rem;
  }
}
.service-flex02__right h3 {
  color: #a96363;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 30px;
  text-align: center;
}
.service-flex02__right--img {
  max-width: 340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: block;
}
.service-flex02__right--txt {
  line-height: 1.5;
  margin-top: 10px;
}
.service-flex02__right--youtube {
  aspect-ratio: 350/192.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  width: 100%;
}
.service-flex02__right--youtube iframe {
  position: relative;
  z-index: 1;
}

.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.service-pare {
  aspect-ratio: 1260/640;
  background: url("../images/service-pare.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 58px;
  padding-top: 42px;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .service-pare {
    padding-left: 28px;
    padding-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .service-pare {
    background: none;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
  }
}
.service-pare__inner {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-pare__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
.service-pare__img-pare {
  margin-right: auto;
  max-width: 303px;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .service-pare__img-pare {
    max-width: 27.1vw;
  }
}
@media screen and (max-width: 767px) {
  .service-pare__img-pare {
    margin-left: auto;
    max-width: 303px;
  }
}
.service-pare h3 {
  color: #a96363;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 30px;
}
@media screen and (max-width: 1110px) {
  .service-pare h3 {
    font-size: 2.16vw;
  }
}
@media screen and (max-width: 767px) {
  .service-pare h3 {
    font-size: 2rem;
    margin-top: 40px;
    text-align: center;
  }
}
.service-pare__txt {
  line-height: 1.5;
  line-height: 1.6;
  margin-top: 10px;
  max-width: 340px;
}
@media screen and (max-width: 1110px) {
  .service-pare__txt {
    font-size: 1.26vw;
    max-width: 31vw;
  }
}
@media screen and (max-width: 767px) {
  .service-pare__txt {
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }
}
.service-pare__img_sp {
  aspect-ratio: 340/733.43;
}
.service-pare__img_sp img {
  aspect-ratio: 340/733.43;
  width: 100%;
}

/*-----------------------------------------------------------------------------------------------------
2024.1.25追記
------------------------------------------------------------------------------------------------------*/
.service-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 170px 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 190px;
  max-width: 1045px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-item-list {
    align-items: center;
    flex-direction: column;
    gap: 140px;
  }
}
.service-item-list__item {
  align-items: center;
  background-color: #fff;
  display: flex;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 20px;
  max-width: calc((100% - 30px * 2) / 3);
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-item-list__item {
    gap: 10px;
    max-width: 460px;
    width: 100%;
  }
}
.service-item-list__item--img {
  margin-top: -107px;
  max-width: 351px;
  width: 100%;
}
.service-item-list__item--img img {
  aspect-ratio: 351/201;
}
.service-item-list__item picture {
  display: block;
}
.service-item-list__logo-box {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.service-item-list__logo-box--img {
  max-width: 312px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-item-list__logo-box--img {
    max-width: 260px;
  }
}
.service-item-list__logo-box h3 {
  color: #a96363;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-item-list__logo-box h3 {
    font-size: 1.8rem;
  }
}
.service-item-list__logo-box p {
  line-height: 1.5;
  margin-top: auto;
  margin-top: 20px;
  max-width: 330px;
}
.service-item-list__btn {
  margin-top: auto;
}

/*-----------------------------------------------------------------------------------------------------
　　　　沿革メイン
------------------------------------------------------------------------------------------------------*/
.top-history-ttl:before {
  -webkit-transform: translateX(-50%);
  color: #fbfbfb;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-history-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.history-page {
  padding-bottom: 50px;
  padding-top: 156px;
}
@media screen and (max-width: 767px) {
  .history-page {
    padding-bottom: 50px;
  }
}

.mt-180 {
  margin-top: 180px;
}

@media screen and (max-width: 767px) {
  .mt-sp-40 {
    margin-top: 40px;
  }
}
/*-----------------------------------------------------------------------------------------------------
　　　　代表メッセージメイン
------------------------------------------------------------------------------------------------------*/
.top-message-ttl:before {
  -webkit-transform: translateX(-50%);
  color: #fbfbfb;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-message-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.message-page {
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 156px;
}
@media screen and (max-width: 767px) {
  .message-page {
    padding-top: 76px;
  }
}

.message h3 {
  color: #a96363;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 87px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message h3 {
    font-size: 2.4rem;
    margin-top: 76px;
  }
}
.message__subtxt {
  margin-top: 50px;
}
.message__txts {
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 650px;
  width: 100%;
}
.message__img {
  margin-top: 50px;
}
.message__img__wrap {
  aspect-ratio: 500/500;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}
.message__img__wrap img {
  aspect-ratio: 500/500;
  width: 100%;
}
.message__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 50px;
  text-align: center;
}

.mt-60 {
  margin-top: 60px;
}

.top-presskit-ttl:before {
  -webkit-transform: translateX(-50%);
  color: #fbfbfb;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-presskit-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    color: #f3f2f2;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.presskit-page {
  padding-bottom: 200px;
  padding-top: 156px;
}
@media screen and (max-width: 767px) {
  .presskit-page {
    padding-bottom: 100px;
    padding-top: 76px;
  }
}

.presskit__txt {
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 127px;
  max-width: 525px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .presskit__txt {
    margin-top: 46px;
  }
}

.presskit-list {
  display: flex;
  flex-direction: column;
  gap: 150px;
  margin-top: 100px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .presskit-list {
    gap: 40px;
    margin-top: 70px;
    padding-top: 0;
  }
}

.presskit-item {
  margin-left: auto;
  margin-right: auto;
  max-width: 1013px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .presskit-item {
    border-top: 1px solid #dfdfdf;
    max-width: 340px;
    padding-top: 40px;
  }
}

.presskit__ttl {
  color: #998676;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .presskit__ttl {
    font-size: 2rem;
  }
}

.presskit__flex {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .presskit__flex {
    flex-direction: column-reverse;
    gap: 45px;
    margin-top: 45px;
  }
}

.presskit__left {
  flex-grow: 1;
  flex-shrink: 0;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .presskit__left {
    padding-left: 0;
    width: 100%;
  }
}
.presskit__left p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .presskit__left p {
    text-align: center;
  }
}

.presskit__right {
  flex-grow: 1;
  max-width: 470px;
  width: 100%;
}

.presskit__img-educon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  width: 100%;
}

.presskit__img-pare {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  width: 100%;
}

.presskit__img-manabite {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  width: 100%;
}

.presskit-download-btn {
  margin-top: 30px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .presskit-download-btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　　会社概要メイン
------------------------------------------------------------------------------------------------------*/
.top-company-ttl:before {
  -webkit-transform: translateX(-50%);
  color: #fbfbfb;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-company-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.company-page {
  padding-bottom: 70px;
  padding-top: 156px;
}
@media screen and (max-width: 767px) {
  .company-page {
    padding-bottom: 50px;
    padding-top: 76px;
  }
}

.company__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 130px;
  max-width: 660px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .company__img:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .company__img {
    margin-top: 40px;
  }
}
.company__img img {
  aspect-ratio: 660/200;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company__img img {
    -o-object-fit: cover;
    aspect-ratio: 350/115;
    object-fit: cover;
  }
}
.company__access-link {
  color: #3e3e3e;
  display: inline-block;
  text-decoration: underline;
}

.dl-list01 {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .dl-list01 {
    margin-top: 66px;
  }
}

.dl-list {
  margin-top: 77px;
  padding-left: 15px;
  padding-right: 15px;
}
.dl-list__flex {
  align-items: flex-start;
  border-bottom: 1px solid #f3f2f2;
  display: flex;
  gap: 36px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding: 30px 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dl-list__flex {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
}
.dl-list__flex dd {
  color: #3e3e3e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dl-list__flex dd {
    font-weight: 600;
  }
}
.dl-list__flex dt {
  color: #3e3e3e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .dl-list__flex dt {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}

.top-business-ttl:before {
  -webkit-transform: translateX(-50%);
  color: #fbfbfb;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-business-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.business {
  padding-bottom: 130px;
  padding-top: 186px;
}
@media screen and (max-width: 767px) {
  .business {
    padding-bottom: 90px;
    padding-top: 76px;
  }
}

.company-cta {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .company-cta {
    gap: 30px;
  }
}
.company-cta a {
  aspect-ratio: 1000/230;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .company-cta a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .company-cta a {
    aspect-ratio: 340/130;
  }
}
.company-cta a img {
  aspect-ratio: 1000/230;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-cta a img {
    aspect-ratio: 340/130;
  }
}

.recruit-message-ttl {
  color: #858585;
  padding-left: 12px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recruit-message-ttl {
    padding-left: 0;
    text-align: center;
  }
}
.recruit-message-ttl:before {
  color: #eee9e9;
  font-size: 12rem !important;
  left: -160px;
  opacity: 0.5;
  top: -55px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .recruit-message-ttl:before {
    left: -80px;
  }
}
@media screen and (max-width: 1190px) {
  .recruit-message-ttl:before {
    font-size: 13.6vw !important;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.recruit-message {
  margin-top: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-message {
    margin-top: 50px;
  }
}
.recruit-message__left {
  padding-bottom: 70px;
  padding-left: 160px;
  padding-right: 220px;
  padding-top: 104px;
  width: 71.18%;
}
@media screen and (max-width: 1000px) {
  .recruit-message__left {
    padding-left: 80px;
    padding-right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__left {
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 26px;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .recruit-message__left {
    padding-right: 20px;
  }
}
.recruit-message__left h3 {
  color: #a96363;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .recruit-message__left h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 76px;
    max-width: 500px;
    width: 100%;
  }
}
.recruit-message__left--txt {
  line-height: 2;
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-message__left--txt {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.recruit-message__right {
  max-width: 665px;
  position: absolute;
  right: 0;
  top: 2%;
  width: 46.18%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .recruit-message__right {
    top: 93%;
    width: 82.05%;
  }
}
.recruit-message__right::after {
  background: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40%;
  content: "";
  height: 353px;
  left: 16%;
  position: absolute;
  width: 40.78%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-message__right::after {
    bottom: -20%;
    height: 197.89px;
    left: -21%;
    width: 47.05%;
  }
}

.recruit-img {
  margin-bottom: 100px;
  margin-top: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-img {
    margin-bottom: 30px;
    margin-top: 84vw;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　　インタビュー
------------------------------------------------------------------------------------------------------*/
.interview {
  padding-bottom: 128px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 134px;
}
@media screen and (max-width: 767px) {
  .interview {
    padding-bottom: 50px;
    padding-top: 76px;
  }
}

.interview-ttl {
  color: #858585;
  margin-left: auto;
  margin-right: auto;
  max-width: 1096px;
  text-align: left;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .interview-ttl {
    text-align: center;
  }
}
.interview-ttl:before {
  color: #eee9e9;
  font-size: 12rem !important;
  left: -160px;
  opacity: 0.5;
  top: -55px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .interview-ttl:before {
    left: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .interview-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    color: #f3f2f2;
    font-size: 5rem !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.interview-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 94px;
  max-width: 1010px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview-wrap {
    gap: 40px 20px;
    margin-top: 36px;
  }
}

.interview-item {
  flex-grow: 1;
  max-width: calc((100% - 40px * 2) / 3);
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .interview-item:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .interview-item {
    max-width: calc((100% - 20px * 1) / 2);
  }
}
.interview-item__img img {
  aspect-ratio: 310/250;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview-item__img img {
    aspect-ratio: 160/129;
  }
}
.interview-item__ttl {
  color: #3e3e3e;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .interview-item__ttl {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 10px;
  }
}
.interview-item__flex {
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .interview-item__flex {
    margin-top: 5px;
  }
}
.interview-item__belong {
  color: #998676;
  font-size: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-weight: 400;
}
.interview-item__job {
  color: #998676;
  font-size: 1.2rem;
  font-weight: 400;
}

/*-----------------------------------------------------------------------------------------------------
　　　// モーダルウインドウ
------------------------------------------------------------------------------------------------------*/
.interview-card__inner {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .interview-card__inner {
    flex-direction: column;
  }
}
.interview-card__img {
  aspect-ratio: 350/200;
  max-width: 350px;
  width: 38.04%;
}
@media screen and (max-width: 767px) {
  .interview-card__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.interview-card__img img {
  -o-object-fit: cover;
  aspect-ratio: 350/200;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview-card__img img {
    aspect-ratio: 280/170;
  }
}
.interview-card__inner-wrap {
  width: calc(100% - (38.04% + 40px));
}
@media screen and (max-width: 767px) {
  .interview-card__inner-wrap {
    width: 100%;
  }
}
.interview-card__belong {
  color: #998676;
  font-size: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-weight: 400;
  line-height: 1.4;
}
.interview-card__job {
  color: #998676;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
}
.interview-card__ttl {
  color: #3e3e3e;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .interview-card__ttl {
    font-size: 1.6rem;
  }
}
.interview-card__txt {
  line-height: 2;
  margin-top: 40px;
}

.modaal-overlay {
  background-color: rgba(62, 62, 62, 0.7) !important;
}

.modaal-content-container {
  align-items: center;
  display: flex;
  min-height: 400px;
  padding: 110px 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container {
    justify-content: center;
    padding: 70px 20px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .modaal-content-container .teacher-card__desc {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.modaal-close {
  background: #ffffff !important;
  border-radius: 0;
  color: #4d4d4d;
  cursor: pointer;
  height: 45px;
  opacity: 1;
  position: absolute;
  right: 32px;
  top: 32px;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .modaal-close {
    right: 12px;
    top: 12px;
  }
}

.modaal-close:after,
.modaal-close:before {
  background: #4d4d4d;
  border-radius: 0;
  content: " ";
  display: block;
  height: 37px;
  left: 21px;
  position: absolute;
  top: 3px;
  width: 2px;
}

.modaal-close:hover:before,
.modaal-close:hover::after {
  background: #05163f;
}

/*-----------------------------------------------------------------------------------------------------
       募集職種
------------------------------------------------------------------------------------------------------*/
.recruit-job-desc {
  padding-bottom: 128px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .recruit-job-desc {
    padding-bottom: 50px;
    padding-top: 76px;
  }
}

.recruit-job-desc-ttl {
  color: #858585;
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recruit-job-desc-ttl {
    text-align: center;
  }
}
.recruit-job-desc-ttl:before {
  color: #eee9e9;
  font-size: 12rem !important;
  opacity: 0.5;
  right: -160px;
  top: -55px;
  z-index: -1;
}
@media screen and (max-width: 1260px) {
  .recruit-job-desc-ttl:before {
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-job-desc-ttl:before {
    -webkit-transform: translate(-50%, -50%);
    color: #f3f2f2;
    font-size: 5rem !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.recruit-job-desc {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-job-desc__flex {
    margin-top: 56px;
  }
}
.recruit-job-desc__left {
  left: 0;
  max-width: 750px;
  position: absolute;
  top: 23%;
  width: 37.15%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .recruit-job-desc__left {
    top: 94%;
    width: 82.05%;
  }
}
.recruit-job-desc__left::after {
  background: url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40%;
  content: "";
  height: 353px;
  position: absolute;
  right: 16%;
  width: 40.78%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-job-desc__left::after {
    height: 197.89px;
    right: -21%;
    width: 47.05%;
  }
}
.recruit-job-desc__right {
  background-color: #f8f7f6;
  margin-left: auto;
  padding-bottom: 100px;
  padding-left: 160px;
  padding-right: 160px;
  padding-top: 105px;
  width: 70.97%;
}
@media screen and (max-width: 1260px) {
  .recruit-job-desc__right {
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-job-desc__right {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    width: 89.74%;
  }
}
@media screen and (max-width: 350px) {
  .recruit-job-desc__right {
    padding-left: 20px;
  }
}

.job-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
  margin-top: 76px;
  max-width: 590px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .job-item-wrap {
    margin-top: 0;
  }
}

.job-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: -2px 2px 5px 0px rgba(191, 191, 191, 0.5);
  display: block;
  padding: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .job-item:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.job-item-flex01 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.job-item-flex01__left h3 {
  color: #a96363;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .job-item-flex01__left h3 {
    font-size: 1.4rem;
  }
}
.job-item-flex01__right {
  flex-shrink: 0;
}
.job-item-flex01__right span {
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}
@media screen and (max-width: 767px) {
  .job-item-flex01__right span {
    height: 14.38px;
    width: 8.61px;
  }
}
.job-item-flex01__right span::before {
  background: url("../images/arrow-right-circle.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}

.job-item-flex02 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.job-flex__cat-black {
  background-color: #858585;
  border: 1px solid #858585;
  border-radius: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 4px 15px;
}

.job-flex__cat-white {
  background-color: #ffffff;
  border: 1px solid #998676;
  border-radius: 20px;
  color: #998676;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 4px 15px;
}

.job-item__txt {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 20px;
}

/*-----------------------------------------------------------------------------------------------------
       note記事カード（スライダー）
------------------------------------------------------------------------------------------------------*/
.recruit-note {
  padding: 100px 25px 0;
  max-width: 1146px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-note {
    padding: 60px 20px 0;
    margin-top: 72vw;
  }
}
.recruit-note__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit-note__header {
    margin-bottom: 36px;
  }
}
.recruit-note-ttl {
  z-index: 2;
  text-align: left;
  color: #858585;
}
@media screen and (max-width: 767px) {
  .recruit-note-ttl {
    text-align: center;
    width: 100%;
  }
}
.recruit-note-ttl:before {
  color: #eee9e9;
  opacity: 0.5;
  top: -55px;
  left: -160px;
  z-index: -1;
  font-size: 12rem !important;
}
@media screen and (max-width: 1400px) {
  .recruit-note-ttl:before {
    left: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit-note-ttl:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem !important;
    color: #f3f2f2;
  }
}

.note-slider {
  overflow: hidden;
  padding-bottom: 50px;
}
.note-slider .swiper-wrapper {
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .note-slider .swiper-wrapper {
    row-gap: 16px;
  }
}
.note-slider__pagination.swiper-pagination {
  bottom: 0;
}
.note-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 5px;
}
.note-slider__pagination .swiper-pagination-bullet-active {
  background: #a96363;
}

.note-slider__nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .note-slider__nav {
    display: none;
  }
}
.note-slider__prev,
.note-slider__next {
  pointer-events: auto;
}
.note-slider__prev.swiper-button-prev,
.note-slider__prev.swiper-button-next,
.note-slider__next.swiper-button-prev,
.note-slider__next.swiper-button-next {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.note-slider__prev.swiper-button-prev::after,
.note-slider__prev.swiper-button-next::after,
.note-slider__next.swiper-button-prev::after,
.note-slider__next.swiper-button-next::after {
  font-size: 16px;
  color: #a96363;
  font-weight: 700;
}
.note-slider__prev.swiper-button-prev {
  left: -22px;
}
.note-slider__next.swiper-button-next {
  right: -22px;
}

.note-card {
  height: auto;
}
.note-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, transform 0.3s;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .note-card a:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
  }
}
.note-card__img {
  width: 100%;
  overflow: hidden;
}
.note-card__img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.note-card__body {
  padding: 16px 20px 12px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .note-card__body {
    padding: 12px 12px 8px;
  }
}
.note-card__date {
  display: block;
  font-size: 1.2rem;
  color: #998676;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .note-card__date {
    font-size: 1rem;
    margin-bottom: 4px;
  }
}
.note-card__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #3e3e3e;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .note-card__title {
    font-size: 1.2rem;
  }
}
.note-card__footer {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 20px 16px;
  border-top: 1px solid #f0eded;
}
@media screen and (max-width: 767px) {
  .note-card__footer {
    padding: 8px 12px 12px;
  }
}
.note-card__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .note-card__icon {
    width: 16px;
    height: 16px;
  }
}
.note-card__label {
  font-size: 1.2rem;
  color: #41c9b4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .note-card__label {
    font-size: 1rem;
  }
}

.recruit-note__link {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-note__link {
    margin-bottom: 50px;
  }
}
.recruit-note__link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #a96363;
  text-decoration: none;
  padding: 12px 32px;
  border: 1px solid #a96363;
  border-radius: 40px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .recruit-note__link-btn:hover {
    background: #a96363;
    color: #fff;
  }
  .recruit-note__link-btn:hover .recruit-note__link-arrow::before,
  .recruit-note__link-btn:hover .recruit-note__link-arrow::after {
    background: #fff;
  }
  .recruit-note__link-btn:hover .recruit-note__link-arrow::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .recruit-note__link-btn {
    font-size: 1.4rem;
    padding: 10px 24px;
  }
}
.recruit-note__link-arrow {
  position: relative;
  width: 20px;
  height: 20px;
}
.recruit-note__link-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #a96363;
  border-right: 2px solid #a96363;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}

/*-----------------------------------------------------------------------------------------------------
CTA

------------------------------------------------------------------------------------------------------*/
.recruit-cta {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-cta {
    padding-bottom: 50px;
  }
}

.privacy {
  padding-bottom: 110px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.privacy__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

.txt-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  width: 100%;
}

.txt-ttl {
  display: flex;
  margin-bottom: 13px;
  margin-top: 55px;
}
.txt-ttl span {
  color: #998676;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  word-break: break-all;
}

.txt-txt {
  line-height: 2;
}

.mt-55 {
  margin-top: 55px;
}

.mt-15 {
  margin-top: 15px;
}

.txt-flex {
  display: flex;
  gap: 8px;
}
.txt-flex span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.txt-flex span:nth-child(1) {
  text-align: right;
  width: 19.45px;
}
.txt-flex span:nth-child(2) {
  width: calc(100% - 27.45px);
}

.txt-flex02 {
  display: flex;
  gap: 5px;
}
.txt-flex02 span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.txt-flex02 span:nth-child(1) {
  width: 35px;
}
.txt-flex02 span:nth-child(2) {
  width: calc(100% - 40px);
}

.cookie {
  padding-bottom: 110px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .cookie {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.cookie__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

.txt-flex03 {
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
}
.txt-flex03 span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}
.txt-flex03 span:nth-child(1) {
  max-width: 350px;
  width: 100%;
}
.txt-flex03 span:nth-child(2) {
  word-wrap: break-word;
  max-width: 295px;
  width: 100%;
}

body {
  color: #3e3e3e;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
body img {
  height: 100%;
  width: 100%;
}

body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.no-events {
  pointer-events: none !important;
}

/*-----------------------------------------------------------------------------------------------------
　　　　セクションタイトル
------------------------------------------------------------------------------------------------------*/
.sec-ttl-b {
  color: #3e3e3e;
}

.sec-ttl-w {
  color: #ffffff;
}

.center {
  text-align: center;
}

.big-ttl {
  position: relative;
}
.big-ttl:before {
  content: attr(data-en);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18rem;
  font-weight: 700;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .big-ttl:before {
    font-size: 5rem;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　ファーストビュー
------------------------------------------------------------------------------------------------------*/
.fv {
  position: relative;
}

.fv__ttl {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 60%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    top: 62%;
  }
}
.fv__ttl span {
  display: block;
}
.fv__ttl span:nth-child(1) {
  border-bottom: 2px solid #858585;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .fv__ttl span:nth-child(1) {
    font-size: 3rem;
    padding-bottom: 8px;
  }
}
.fv__ttl span:nth-child(2) {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .fv__ttl span:nth-child(2) {
    font-size: 1rem;
    padding-top: 8px;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　　　共通マージン
------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　　　ページネーション
------------------------------------------------------------------------------------------------------*/
.cat-pagination .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  gap: 10px;
  justify-content: center;
}

/* 選択中のページ*/
.cat-pagination .current {
  align-items: center;
  background-color: #3e3e3e;
  border: none;
  color: #ffffff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  width: 20px;
}

/* 選択中以外のページ */
.cat-pagination .larger {
  align-items: center;
  background-color: #dfdfdf;
  border: none;
  color: #bcb6b6;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.cat-pagination .smaller {
  align-items: center;
  background-color: #dfdfdf;
  border: none;
  color: #bcb6b6;
  display: flex;
  font-size: 1.25rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  width: 20px;
}

/* 前へボタン
 */
.cat-pagination .previouspostslink {
  align-items: center;
  border: none;
  color: #3e3e3e;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  margin-right: auto;
}

/* 次へボタン */
.cat-pagination .nextpostslink {
  align-items: center;
  border: none;
  color: #3e3e3e;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  margin-left: auto;
}

/* ...部分*/
.cat-pagination .extend {
  align-items: center;
  background-color: #dfdfdf;
  border: none;
  color: #bcb6b6;
  display: flex;
  font-size: 0.8303rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  width: 20px;
}

/* 現在のページ/全ページの数 部分*/
.cat-pagination .pages {
  display: none !important;
}

/* 最後部分*/
.cat-pagination .last {
  display: none !important;
}

/* 最初部分*/
.cat-pagination .first {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  /* 選択中のページ*/
  .cat-pagination .current {
    font-size: 1.4rem;
    height: 20px;
    width: 20px;
  }

  /* 選択中以外のページ */
  .cat-pagination .larger {
    font-size: 1.24em;
    height: 20px;
    width: 20px;
  }

  .cat-pagination .larger:hover {
    opacity: 0.7;
  }

  .cat-pagination .smaller {
    font-size: 1.4rem;
    height: 20px;
    width: 20px;
  }

  .cat-pagination .smaller:hover {
    opacity: 0.7;
  }

  /* 前へボタン
  */
  .cat-pagination .previouspostslink {
    font-size: 1.2rem;
    height: 20px;
  }

  .cat-pagination .previouspostslink:hover {
    opacity: 0.7;
  }

  /* 次へボタン */
  .cat-pagination .nextpostslink {
    font-size: 1.2rem;
    height: 20px;
  }

  .cat-pagination .nextpostslink:hover {
    opacity: 0.7;
  }

  /* ...部分*/
  .cat-pagination .extend {
    font-size: 1.2rem;
    height: 20px;
    width: 20px;
  }

  .cat-pagination .extend:hover {
    opacity: 0.7;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=sourcemaps/style.css.map */