@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Montserrat:wght@400;500;700&family=Oswald:wght@500;600&display=swap');

.main-ttl-block {
  width: 700px;
  color: #000000;
  padding: 56px 0 28px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 2px solid #15a8cb;
  background: url(../img/ttl_top_bg.webp) center top/700px 39px no-repeat;
}

.main-ttl-block .main-ttl {
  text-align: center;
  font-family: yu-mincho-pr6, sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.38;
}

.main-ttl-block .main-ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * .5em);
  content: "";
}

.main-ttl-block .main-ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * .5em);
  content: "";
}

.main-ttl-block .main-sub-ttl {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .main-ttl-block {
    padding: calc(66/750 * 100vw) 0 calc(28/750 * 100vw);
    margin: 0 auto;
    width: calc(670/750 * 100vw);
    border-bottom: calc(2/750 * 100vw) solid #15a8cb;
    background: url(../img/ttl_top_bg_sp.webp) center top/calc(670/750 * 100vw) calc(50/750 * 100vw) no-repeat;
  }

  .main-ttl-block .main-ttl {
    font-size: calc(48/750 * 100vw);
    line-height: 1.29;
  }

  .main-ttl-block .main-ttl::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * .5em);
    content: "";
  }

  .main-ttl-block .main-ttl::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * .5em);
    content: "";
  }

  .main-ttl-block .main-sub-ttl {
    font-size: calc(22/750 * 100vw);
    padding-bottom: calc(5/750 * 100vw);
  }
}

/*------------------------------------------------------------------
共通
------------------------------------------------------------------*/
body {
  font-family: "游ゴシック", "Yu Gothic", "Yu Gothic bold", "游ゴシック medium", "Yu Gothic", "游ゴシック bold", "Yu Gothic", "游ゴシック Heavy", "Yu Gothic", Arial, "Yu Gothic Heavy", sans-serif;
  font-weight: 300;
  font-size: 16px;
  background: #fff;
  color: #000000;
  line-height: 1.7;
  width: 100%;
  min-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: calc(26/750 * 100vw);
  }
}

a {
  color: #147ac8;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}

img {
  width: 100%;
  font-size: 0;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc-in {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

.bold-text {
  font-weight: bold;
}

.nomal-text {
  font-weight: normal;
}

.orange-text {
  color: #ff7800;
}

.red-pink {
  color: #e74863;
  font-weight: bold;
}

.pink-txt {
  color: #ff8181;
}

.gold-text {
  color: #9b8b55;
}

.maker-pink {
  background: linear-gradient(transparent 60%, #fed9d9 60%);
  font-weight: bold;
}

.maker-orange {
  background: linear-gradient(transparent 60%, #ffecd3 60%);
  font-weight: bold;
}

.maker-green {
  background: linear-gradient(transparent 60%, #e2f5f1 60%);
  font-weight: bold;
}

.maker-yellow {
  background: linear-gradient(transparent 80%, #ffef00 80%);
  font-weight: bold;
}

.maker-cream {
  background: linear-gradient(transparent 60%, #fff5b2 60%);
  font-weight: bold;
}

.dot-text {
  padding-bottom: 10px;
  background: url(../img/dot_line.webp) left bottom/8px 4px repeat-x;
}

@media screen and (max-width: 767px) {
  .dot-text {
    padding-bottom: calc(12/750 * 100vw);
    background: url(../img/dot_line.webp) left bottom/calc(8/750 * 100vw) calc(4/750 * 100vw) repeat-x;
  }
}

* {
  box-sizing: border-box;
}

sup {
  vertical-align: top;
  font-size: 70%;
}

.tac {
  text-align: center;
}

.small {
  font-size: 70%;
}

.small-text18 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .small-text18 {
    font-size: calc(30/750 * 100vw);
    line-height: 1 !important;
    font-feature-settings: "palt";
  }
}

.small-text16 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .small-text16 {
    font-size: calc(20/750 * 100vw);
    line-height: 1 !important;
    font-feature-settings: "palt";
  }
}

.small-text14 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .small-text14 {
    font-size: calc(16/750 * 100vw);
    line-height: 1 !important;
    font-feature-settings: "palt";
  }
}

.small-text12 {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .small-text12 {
    font-size: calc(16/750 * 100vw);
    line-height: 1 !important;
    font-feature-settings: "palt";
  }
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*------------------------------------------------------------------
top-wrap
------------------------------------------------------------------*/
.top-wrap {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  height: 110px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .top-wrap {
    height: calc(100/750 * 100vw);
    width: calc(750/750 * 100vw);
  }
}

.top-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .top-inner {
    height: calc(200/750 * 100vw);
    width: calc(750/750 * 100vw);
    padding: 0 calc(14/750 * 100vw);
  }
}

.logo {
  width: 306px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  box-sizing: border-box;
  font-size: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .logo {
    width: calc(274/750 * 100vw);
    padding: 0;
  }
}

.logo .logo_icon {
  width: 55px;
  font-size: 0;
}

.logo .logo-txt {
  width: 204px;
}

@media screen and (max-width: 767px) {
  .logo .logo_icon {
    width: calc(55/750 * 100vw);
  }

  .logo .logo-txt {
    width: calc(204/750 * 100vw);
  }
}



.logo .logo01 {
  width: 204px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .logo .logo01 {
    width: calc(181/750 * 100vw);
  }
}

.top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}

@media screen and (max-width: 767px) {
  .top-container {
    height: calc(100/750 * 100vw);
  }
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 510px;
}

@media screen and (max-width: 767px) {
  .top-box {
    width: calc(260/750 * 100vw);
    margin: 0 calc(20/750 * 100vw) 0 0;
  }
}

.top-list {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.top-list-item-btn {
  width: 310px;
  height: auto;
  margin-right: 50px;
  font-size: 0;
  transition: 0.2s;
}

.top-list-item-btn:hover {
  opacity: 0.8;
}

.top-list-item-tel {
  width: 264px;
  height: auto;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .top-list-item-tel {
    width: calc(264/750 * 100vw);
  }
}

/*------------------------------------------------------------------
hero-header
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hero-header-wrap {
    margin-bottom: 0;
  }
}

.hero-header-inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .hero-header-inner {
    min-height: calc(800/750 * 100vw);
    margin-bottom: 0;
  }
}

.mv {
  height: 680px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../img/mv.webp) center center/cover no-repeat, #fff;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
    height: calc(820/750 * 100vw);
    background: url(../img/mv_sp.webp) center top/100% auto no-repeat, #d5dadd;
    margin-bottom: 0;
  }
}

/* ============================
  main-visual
=============================*/
.main-visual {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: calc(1135 / 750 * 100vw);
    margin: 0 auto calc(280/750 * 100vw);
  }
}

.main-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  height: 700px;
}

@media screen and (max-width: 767px) {
  .main-visual__bg {
    height: calc(1135 / 750 * 100vw);
  }
}

.hide {
  overflow: hidden;
  text-indent: 100%;
  opacity: 0;
}

.main-visual__inner-ttl01 {
  position: absolute;
  z-index: 100;
  display: block;
  top: 30px;
  right: 0;
  width: 608px;
  height: 252px;
  background: url(../img/mv_copy01.webp) top right/608px auto no-repeat;
}

@media screen and (max-width: 767px) {
  .main-visual__inner-ttl01 {
    top: calc(30 / 750 * 100vw);
    width: calc(486 / 750 * 100vw);
    height: calc(192 / 750 * 100vw);
    background: url(../img/mv_copy01_sp.webp) top right/calc(486 / 750 * 100vw) auto no-repeat;
  }
}

.main-visual__inner-ttl02 {
  position: absolute;
  z-index: 100;
  transform: translate(50%, 50%);
  bottom: 0;
  right: 50%;
  width: 1050px;
  height: 330px;
  background: url(../img/mv_copy02.webp) bottom center/1050px auto no-repeat;
}

@media screen and (max-width: 767px) {
  .main-visual__inner-ttl02 {
    width: calc(628 / 750 * 100vw);
    height: calc(549 / 750 * 100vw);
    bottom: calc(-280 / 750 * 100vw);
    transform: translate(50%, 0%);
    background: url(../img/mv_copy02_sp.webp) bottom center/calc(628 / 750 * 100vw) auto no-repeat;
  }
}

.main-visual__bg.__01 {
  animation: bgAnime_01 19s infinite;
  background: url(../img/mv01_img.webp) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .main-visual__bg.__01 {
    background: url(../img/mv01_img_sp.webp) no-repeat center top/cover;
  }
}

.main-visual__bg.__02 {
  animation: bgAnime_02 19s infinite;
  background: url(../img/mv02_img.webp) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .main-visual__bg.__02 {
    background: url(../img/mv02_img_sp.webp) no-repeat center top/cover;
  }
}

.main-visual__bg.__03 {
  animation: bgAnime_03 19s infinite;
  background: url(../img/mv03_img.webp) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .main-visual__bg.__03 {
    background: url(../img/mv03_img_sp.webp) no-repeat center top/cover;
  }
}

.main-visual__bg.__04 {
  animation: bgAnime_04 19s infinite;
  background: url(../img/mv04_img.webp) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .main-visual__bg.__04 {
    background: url(../img/mv04_img_sp.webp) no-repeat center top/cover;
  }
}

.main-visual__bg.__05 {
  animation: bgAnime_05 19s infinite;
  background: url(../img/mv05_img.webp) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .main-visual__bg.__05 {
    background: url(../img/mv05_img_sp.webp) no-repeat center top/cover;
  }
}

@keyframes bgAnime_01 {
  0% {
    opacity: 1;
  }

  11% {
    opacity: 1;
  }

  16% {
    opacity: 0;
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  11% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  32% {
    opacity: 1;
  }

  37% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

  32% {
    opacity: 0;
  }

  37% {
    opacity: 1;
  }

  53% {
    opacity: 1;
  }

  58% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

  53% {
    opacity: 0;
  }

  58% {
    opacity: 1;
  }

  74% {
    opacity: 1;
  }

  79% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

  74% {
    opacity: 0;
  }

  79% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ============================
cv
=============================*/
.mv-under {
  display: flex;
  flex-direction: column;
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .mv-under {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: calc(80 / 750 * 100vw);
  }
}

.cv-wrap {
  text-align: center;
}

.cv-btn {
  display: block;
  width: 890px;
  font-size: 0;
  margin: 0 auto;
  transition: 0.2s;
}

.cv-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .cv-btn {
    width: calc(670 / 750 * 100vw);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .bg-brown-sp {
    background-color: #f5f3eb;
    padding: calc(60 / 750 * 100vw) 0;
  }
}

.mv-under-txt {
  text-align: center;
  color: #626262;
  padding: 40px 0 60px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

@media screen and (max-width: 767px) {
  .mv-under-txt {
    text-align: left;
    font-size: calc(18 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(40 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}

/* ============================
about
=============================*/
* {
  box-sizing: border-box;
}

.about-inner {
  width: 100%;
  font-size: 0;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .about-inner {
    margin-bottom: calc(55 / 750 * 100vw);
  }
}

.about-copy {
  display: block;
  width: 416px;
  height: 166px;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 200;
}

.about-inner:before {
  content: "";
  display: block;
  padding-top: 91.5%;
  /* 高さを幅の75%に固定 */
}

@media screen and (max-width: 767px) {
  .about-inner:before {
    padding-top: 0;
  }
}

.about-inner-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-spacing: 0ch;
  background: #342317;
}

.about-row01 {
  width: 100%;
  height: 26%;
  display: flex;
}

.about-row02 {
  width: 100%;
  height: 52%;
  display: flex;
}

.about-row01-clm01 {
  width: 37.5%;
  height: 100%;
  display: block;
  background: url(../img/about_img01.webp) center/100% auto no-repeat;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  border-top: #342317 2px solid;
}

.about-row01-clm01:hover {
  background: url(../img/about_img01.webp) center/110% auto no-repeat;
}

.about-row03 {
  width: 100%;
  height: 22%;
  background: url(../img/about_img22.webp) center/100% auto no-repeat;
  z-index: 100;
}

.about-row01-clm02 {
  width: 12.5%;
  height: 100%;
}

.about-row01-clm03 {
  width: 25%;
  height: 100%;
  display: block;
  background: url(../img/about_img04.webp) center/100% auto no-repeat;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  border-top: #342317 2px solid;
}

.about-row01-clm03:hover {
  background: url(../img/about_img04.webp) center/110% auto no-repeat;
}

.about-row01-clm04 {
  width: 25%;
}

.about-row01-clm02-block01 {
  width: 100%;
  height: 50%;
  display: block;
  background: url(../img/about_img02.webp) center/100% auto no-repeat;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  border-top: #342317 2px solid;
}

.about-row01-clm02-block01:hover {
  background: url(../img/about_img02.webp) center/110% auto no-repeat;
}

.about-row01-clm02-block02 {
  width: 100%;
  height: 50%;
  display: block;
  background: url(../img/about_img03.webp) center/100% auto no-repeat;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
}

.about-row01-clm02-block02:hover {
  background: url(../img/about_img03.webp) center/110% auto no-repeat;
}

.about-row01-clm04-block01 {
  width: 100%;
  height: 50%;
  display: block;
  background: url(../img/about_img05.webp) center/100% auto no-repeat;
  transition: 0.5s;
  border-bottom: #342317 2px solid;
  border-top: #342317 2px solid;
}

.about-row01-clm04-block01:hover {
  background: url(../img/about_img05.webp) center/110% auto no-repeat;
}

.about-row01-clm04-block02 {
  width: 100%;
  height: 50%;
  display: block;
  border-bottom: #342317 2px solid;
  transition: 0.5s;
  background: url(../img/about_img06.webp) center/100% auto no-repeat;
}

.about-row01-clm04-block02:hover {
  background: url(../img/about_img06.webp) center/110% auto no-repeat;
}

.about-row02-clm01 {
  width: 62.5%;
  height: 100%;
}

.about-row02-clm02 {
  width: 37.5%;
  height: 100%;
}

.about-row02-clm01-block01 {
  display: flex;
  width: 100%;
  height: 50%;
}

.about-row02-clm01-block02 {
  display: flex;
  width: 100%;
  height: 50%;
}

.about-row02-clm01-block01-box01 {
  width: 20%;
  height: 100%;
}

.about-row02-clm01-block01-box02 {
  width: 40%;
  height: 100%;
}

.about-row02-clm01-block01-box03 {
  width: 40%;
  height: 100%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_ttl.webp) center/100% auto no-repeat;
}

.about-row02-clm01-block01-box01-cell01 {
  height: 50%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img07.webp) center/100% auto no-repeat;
}

.about-row02-clm01-block01-box01-cell01:hover {
  background: url(../img/about_img07.webp) center/110% auto no-repeat;
}

.about-row02-clm01-block01-box01-cell02 {
  height: 50%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img08.webp) center/100% auto no-repeat;
}

.about-row02-clm01-block01-box02-cell01 {
  height: 50%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img09.webp) center/100% auto no-repeat;
}

.about-row02-clm01-block01-box02-cell01:hover {
  background: url(../img/about_img09.webp) center/110% auto no-repeat;
}

.about-row02-clm01-block01-box02-cell02 {
  height: 50%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img10.webp?update=20240327) center center/83% auto no-repeat, #fefefe;
}

.about-row02-clm02-block01 {
  width: 100%;
  height: 25%;
  display: flex;
}

.about-row02-clm02-block02 {
  width: 100%;
  height: 50%;
  display: flex;
}

.about-row02-clm02-block03 {
  width: 100%;
  height: 25%;
  display: flex;
}

.about-row02-clm01-block02-box01 {
  width: 40%;
  height: 100%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img11.webp) center/100% auto no-repeat;
}

.about-row02-clm01-block02-box01:hover {
  background: url(../img/about_img11.webp) center/110% auto no-repeat;
}

.about-row02-clm01-block02-box02 {
  width: 60%;
  height: 100%;
}

.about-row02-clm02-block01-box01 {
  width: 66.6%;
  height: 100%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img16.webp) center/83% auto no-repeat, #fefefe;
}

.about-row02-clm02-block01-box02 {
  width: 33.4%;
  height: 100%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img17.webp) center/100% auto no-repeat;
}

.about-row02-clm01-block02-box02-cell01 {
  display: flex;
  width: 100%;
  height: 50%;
}

.about-row02-clm01-block02-box02-cell01-01 {
  width: 33.4%;
  height: 100%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img12.webp) center/100% auto no-repeat;
}

.about-row02-clm01-block02-box02-cell01-01:hover {
  background: url(../img/about_img12.webp) center/110% auto no-repeat;
}

.about-row02-clm01-block02-box02-cell01-02 {
  width: 66.6%;
  height: 100%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img13.webp) center/100% auto no-repeat;
}

.about-row02-clm01-block02-box02-cell01-02:hover {
  background: url(../img/about_img13.webp) center/110% auto no-repeat;
}

.about-row02-clm01-block02-box02-cell02 {
  display: flex;
  width: 100%;
  height: 50%;
}

.about-row02-clm01-block02-box02-cell02-01 {
  width: 66.6%;
  height: 100%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img14.webp) center/100% auto no-repeat;
}

.about-row02-clm01-block02-box02-cell02-01:hover {
  background: url(../img/about_img14.webp) center/110% auto no-repeat;
}

.about-row02-clm01-block02-box02-cell02-02 {
  width: 33.4%;
  height: 100%;
  transition: 0.5s;
  border-bottom: #342317 2px solid;
  border-right: #342317 2px solid;
  background: url(../img/about_img15.webp) center/100% auto no-repeat;
}

.about-row02-clm01-block02-box02-cell02-02:hover {
  background: url(../img/about_img15.webp) center/110% auto no-repeat;
}

.about-row02-clm02-block02-box01 {
  width: 66.6%;
  height: 100%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img18.webp) center/100% auto no-repeat;
}

.about-row02-clm02-block02-box01:hover {
  background: url(../img/about_img18.webp) center/110% auto no-repeat;
}

.about-row02-clm02-block02-box02 {
  width: 33.4%;
  height: 100%;
  transition: 0.5s;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img19.webp) center/100% auto no-repeat;
}

.about-row02-clm02-block02-box02:hover {
  background: url(../img/about_img19.webp) center/110% auto no-repeat;
}

.about-row02-clm02-block03-box01 {
  width: 33.4%;
  height: 100%;
  transition: 0.5s;
  border-right: #342317 2px solid;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img20.webp) center/100% auto no-repeat;
}

.about-row02-clm02-block03-box02 {
  width: 66.6%;
  height: 100%;
  transition: 0.5s;
  border-bottom: #342317 2px solid;
  background: url(../img/about_img21.webp) center/100% auto no-repeat;
}

.about-row02-clm02-block03-box02:hover {
  background: url(../img/about_img21.webp) center/110% auto no-repeat;
}

.about-sp-block01 {
  display: flex;
  width: 100%;
  height: calc(380 / 750 * 100vw);
  background: #342317;
}

.about-sp-block01-box01 {
  width: 50%;
  height: 100%;
  background: url(../img/about_ttl.webp) center/100% auto no-repeat;
}

.about-sp-block01-box02 {
  width: 50%;
  height: 100%;
}

.about-sp-block01-box02-img01 {
  height: 50%;
  width: 100%;
  background: url(../img/about_ttl_img01_sp.webp) center/100% auto no-repeat;
}

.about-sp-block01-box02-img02 {
  height: 50%;
  width: 100%;
  background: url(../img/about_ttl_img02_sp.webp) center/100% auto no-repeat;
}

.about-sp-block02 {
  background: url(../img/about_img01_sp.webp) center/100% auto no-repeat;
  width: 100%;
  height: calc(500 / 750 * 100vw);
  border-top: #342317 solid calc(2 / 750 * 100vw);
  border-bottom: #342317 solid calc(2 / 750 * 100vw);
}

.about-sp-block03 {
  position: relative;
  overflow: hidden;
  padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  background: #faf5ed;
  z-index: -2;
}

.about-sp-block03 p {
  font-size: calc(20 / 750 * 100vw);
  z-index: 100;
  font-weight: 500;
}

.bgsq:before {
  background-color: #ece5d6;
  content: "";
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  z-index: -1;
  top: calc(-177 / 750 * 100vw);
  left: calc(-196 / 750 * 100vw);
  width: calc(330 / 750 * 100vw);
  height: calc(330 / 750 * 100vw);
}

.bgsq02:after {
  background-color: #ece5d6;
  content: "";
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  z-index: -1;
  bottom: calc(-177 / 750 * 100vw);
  right: calc(-196 / 750 * 100vw);
  width: calc(330 / 750 * 100vw);
  height: calc(330 / 750 * 100vw);
}

.about-sp-block04 {
  display: flex;
  width: 100%;
  height: calc(380 / 750 * 100vw);
  background: #342317;
}

.about-sp-block04-box01 {
  height: 100%;
  width: 50%;
}

.about-sp-block04-box01-img01 {
  height: 50%;
  width: 100%;
  background: url(../img/about_img02_sp.webp) center/100% auto no-repeat;
}

.about-sp-block04-box01-img02 {
  height: 50%;
  width: 100%;
  background: url(../img/about_img03_sp.webp) center/100% auto no-repeat;
}

.about-sp-block04-box02 {
  height: 100%;
  width: 50%;
  background: url(../img/about_img04_sp.webp) center/100% auto no-repeat;
}

.about-sp-block05 {
  display: flex;
  width: 100%;
  height: calc(380 / 750 * 100vw);
  background: #342317;
}

.about-sp-block05-box01 {
  height: 100%;
  width: 50%;
  background: url(../img/about_img05_sp.webp) center/100% auto no-repeat;
}

.about-sp-block05-box02 {
  height: 100%;
  width: 25%;
}

.about-sp-block05-box02-img01 {
  height: 50%;
  width: 100%;
  background: url(../img/about_img06_sp.webp) center/100% auto no-repeat;
}

.about-sp-block05-box02-img02 {
  height: 50%;
  width: 100%;
  background: url(../img/about_img07_sp.webp) center/100% auto no-repeat;
}

.about-sp-block05-box03 {
  height: 100%;
  width: 25%;
  background: url(../img/about_img08_sp.webp) center/100% auto no-repeat;
}

.about-sp-block06 {
  position: relative;
  overflow: hidden;
  padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  background: #faf5ed;
  z-index: -2;
}

.about-sp-block06 p {
  font-size: calc(20 / 750 * 100vw);
  z-index: 100;
  font-weight: 500;
}

.about-sp-block07 {
  display: flex;
  width: 100%;
  height: calc(380 / 750 * 100vw);
  background: #342317;
}

.about-sp-block07-box01 {
  height: 100%;
  width: 50%;
}

.about-sp-block07-box01-img01 {
  height: 50%;
  width: 100%;
  background: url(../img/about_img09_sp.webp) center/100% auto no-repeat;
}

.about-sp-block07-box01-img02 {
  height: 50%;
  width: 100%;
  background: url(../img/about_img10_sp.webp) center/100% auto no-repeat;
}

.about-sp-block07-box02 {
  height: 100%;
  width: 50%;
  background: url(../img/about_img11_sp.webp) center/100% auto no-repeat;
}

.about-sp-block08 {
  display: flex;
  width: 100%;
  height: calc(190 / 750 * 100vw);
  background: #342317;
}

.about-sp-block08-box01 {
  width: 25%;
  height: 100%;
  border-bottom: #342317 solid calc(2 / 750 * 100vw);
  background: url(../img/about_img12_sp.webp) center/100% auto no-repeat;
}

.about-sp-block08-box02 {
  width: 25%;
  height: 100%;
  border-bottom: #342317 solid calc(2 / 750 * 100vw);
  background: url(../img/about_img13_sp.webp) center/100% auto no-repeat;
}

.about-sp-block08-box03 {
  width: 50%;
  height: 100%;
  border-bottom: #342317 solid calc(2 / 750 * 100vw);
  background: url(../img/about_img14_sp.webp) center/100% auto no-repeat;
}

.about-sp-block09 {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: calc(55 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  background: #faf5ed;
  z-index: -2;
  border-bottom: #342317 solid calc(2 / 750 * 100vw);
}

.about-sp-block09 p {
  font-size: calc(30 / 750 * 100vw);
  z-index: 100;
  font-weight: bold;
  color: #342317;
}

.about-sp-block09 p span {
  color: #9b8b55;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.aboout-sp-img-cont {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(710/750 * 100vw);
  height: auto;
  box-sizing: border-box;
}

.modal-about-cont-inner {
  position: relative;
  font-size: 0;
}

.modal-about-cont-inner img {
  width: calc(710/750 * 100vw);
  height: auto;
  margin: 0 auto;
}

.member-modal__btn {
  position: absolute;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 11;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .member-modal__btn {
    top: calc(-55 / 750 * 100vw);
    left: calc(-40 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    font-size: calc(62 / 750 * 100vw);
    line-height: calc(44 / 750 * 100vw);
  }
}


/* ============================
careerup
=============================*/
.careerup-ttl {
  width: 100%;
  height: 223px;
  margin: 80px auto 40px;
  font-size: 0;
  background: url(../img/careerup_ttl_bg.webp) center top/1920px auto no-repeat, #13394d;
}

@media screen and (max-width: 767px) {
  .careerup-ttl {
    width: 100%;
    margin: calc(60 / 750 * 100vw) auto calc(35 / 750 * 100vw);
    height: calc(210 / 750 * 100vw);
    background: url(../img/careerup_ttl_bg_sp.webp) center top/100% auto no-repeat, #13394d;
  }
}

.careerup-inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .careerup-inner {
    width: calc(750 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.careerup-txt {
  font-size: 32px;
  font-weight: bold;
  color: #9b8b55;
  text-align: center;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 767px) {
  .careerup-txt {
    font-size: calc(30 / 750 * 100vw);
    bottom: calc(-70 / 750 * 100vw);
  }
}

.careerup-ttl-notes {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  padding-bottom: 40px;
  text-align: center;
  font-weight: 500;
  color: #626262;
}

@media screen and (max-width: 767px) {
  .careerup-ttl-notes {
    text-align: left;
    font-size: calc(18 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.careerup-list-item {
  background: #f5f3eb;
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .careerup-list-item {
    margin-bottom: calc(100 / 750 * 100vw);
  }
}

.careerup-list-item01::after {
  content: "";
  display: block;
  width: 1200px;
  height: 28px;
  background: url(../img/step_bottom_bg.webp) center/1200px 28px no-repeat;
}

@media screen and (max-width: 767px) {
  .careerup-list-item01::after {
    width: calc(670 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    background: url(../img/step_bottom_bg_sp.webp) center/calc(670 / 750 * 100vw) calc(26 / 750 * 100vw) no-repeat;
  }
}

.careerup-list-item02::after {
  content: "";
  display: block;
  width: 1200px;
  height: 28px;
  background: url(../img/step_bottom_bg.webp) center/1200px 28px no-repeat;
}

@media screen and (max-width: 767px) {
  .careerup-list-item02::after {
    width: calc(670 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    background: url(../img/step_bottom_bg_sp.webp) center/calc(670 / 750 * 100vw) calc(26 / 750 * 100vw) no-repeat;
  }
}

.careerup-list-item03::after {
  content: "";
  display: block;
  width: 1200px;
  height: 28px;
  background: url(../img/step_bottom_bg.webp) center/1200px 28px no-repeat;
}

@media screen and (max-width: 767px) {
  .careerup-list-item03::after {
    content: none;
    width: calc(0 / 750 * 100vw);
    height: calc(0 / 750 * 100vw);
    background: none;
  }
}

.careerup-list-item-ttl-wrap {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: center;
  background: #9b8b55;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-ttl-wrap {
    justify-content: start;
    height: calc(120 / 750 * 100vw);
  }
}

.careerup-list-item-ttl {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-ttl {
    font-size: calc(30 / 750 * 100vw);
    padding: 0 0 0 calc(155 / 750 * 100vw);
  }
}

.careerup-list-item-icon {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-icon {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    top: 0;
    left: 0;
  }
}

.careerup-list-item-block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-block {
    flex-direction: column;
  }

  .careerup-list-item-noimg-block {
    flex-direction: row;
  }

  .careerup-list-item-noimg-block .careerup-list-item-box-spfx {
    justify-content: center;
  }
}

.careerup-list-item-box {
  padding: 0 40px;
  margin: 40px 0 70px;
  border-right: #a99b6c dotted 3px;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box {
    width: calc(620 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
    box-sizing: border-box;
  }

  .careerup-list-item-box-noimg {
    width: calc(330 / 750 * 100vw);
  }

  .careerup-list-item-box-noimg:first-child {
    border-bottom: none;
    border-right: #a99b6c dotted calc(2 / 750 * 100vw);

  }

}

@media screen and (max-width: 767px) {
  .careerup-list-item-box {
    border-right: none;
    border-bottom: #a99b6c dotted calc(2 / 750 * 100vw);
  }
}

.careerup-list-item-box:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box:last-child {
    border-bottom: none;
  }
}

.careerup-list-item03 {
  margin-bottom: 0;
}

.careerup-list-item03 .careerup-list-item-block {
  margin: 0 31px;
}

@media screen and (max-width: 767px) {
  .careerup-list-item03 .careerup-list-item-block {
    margin: 0;
  }
}

.careerup-list-item03 .careerup-list-item-block .careerup-list-item-box {
  padding: 0 19px;
}

@media screen and (max-width: 767px) {
  .careerup-list-item03 .careerup-list-item-block .careerup-list-item-box {
    padding: 0 calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .careerup-list-item-box-two {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .careerup-list-item-box-three {
    width: 33.3%;
  }
}

.careerup-list-item-box-one {
  width: 100%;
  text-align: center;
}

.careerup-list-item-box-one:first-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-one:first-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-one .careerup-list-item-box-notes {
    text-align: left;
  }
}

.careerup-list-item-box-one-inner .careerup-list-item-box-ttl {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-one-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 calc(60 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
}

.careerup-list-item-box-ttl {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0px 7px;
  margin-bottom: 20px;
  display: inline-block;
  font-feature-settings: "palt";
  width: 248px;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-ttl {
    width: calc(248 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(0 / 750 * 100vw) calc(4 / 750 * 100vw);
  }
}

.careerup-list-item-box-ttl-grn {
  background: #669b55;
}

.careerup-list-item-box-ttl-brwn {
  background: #9b8b55;
}

.careerup-list-item-box-ttl-rng {
  background: #9c7256;
}

.careerup-list-item-box-ttl-blue {
  background: #55839b;
}

.careerup-list-item-box-ttl-red {
  background: #9b5569;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-spfx {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

.careerup-list-item-box-ttl-wrap {
  text-align: center;
}

.careerup-list-item-box-img {
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-img {
    width: calc(312 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-txtbox {
    width: calc(250 / 750 * 100vw);
  }
}

.careerup-list-item-box-income {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-income {
    margin-bottom: calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.careerup-list-item-box-income p {
  display: inline-block;
  text-align: left;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-income p {
    text-align: center;
  }

  .careerup-list-item-box-income .nyoro {
    display: block;
    line-height: 1.6;
    padding-right: calc(20 / 750 * 100vw);
    transform: rotate(90deg);
  }
}

.careerup-list-item-box-income p .medi {
  font-size: 26px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-income p .medi {
    font-size: calc(26 / 750 * 100vw);
    padding-bottom: 0;
    line-height: 0;
  }
}

.careerup-list-item-box-income p .num {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 70px;
  line-height: 0.8;
  font-weight: 500;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-income p .num {
    font-size: calc(60 / 750 * 100vw);
    padding: 0 calc(4 / 750 * 100vw);
  }
}

.careerup-list-item-box-income p .sup {
  font-size: 50%;
  vertical-align: top;
  line-height: 0;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .income-yokodumi-block-wrap {
    display: flex;
    align-items: flex-end;
  }

  .income-yokodumi-block {
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .income-yokodumi-block {
    vertical-align: bottom;
    display: flex;
    align-items: center;
  }
}

.income-tatedumi-block {
  display: inline-flex;
  justify-content: right;
  flex-direction: column;
}

.tatedumi-block .sup {
  margin-left: auto;
}

.careerup-list-item-box-income img {
  height: 90px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-income img {
    height: calc(198 / 750 * 100vw);
  }
}

.careerup-list-item-box-three .careerup-list-item-box-income img {
  height: 90px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-three .careerup-list-item-box-income img {
    height: calc(90 / 750 * 100vw);
  }
}

.careerup-list-item-box-notes {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  color: #626262;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-notes {
    font-size: calc(18 / 750 * 100vw);
    padding-bottom: calc(30 / 750 * 100vw);
  }
}

.careerup-list-item-box-four {
  width: 640px;
  margin: 20px auto 80px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .careerup-list-item-box-four {
    margin: 0px auto calc(60 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
  }
}

.jobchange-wrap {
  width: 100%;
  background: #f5f3eb;
  padding-bottom: 20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .jobchange-wrap {
    padding-bottom: calc(10 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.jobchange-ttl {
  width: 100%;
  height: 223px;
  margin: 80px auto 40px;
  font-size: 0;
  background: url(../img/jobchange_ttl_bg.webp) center top/1920px auto no-repeat, #13394d;
}

@media screen and (max-width: 767px) {
  .jobchange-ttl {
    width: 100%;
    margin: calc(60 / 750 * 100vw) auto calc(60 / 750 * 100vw);
    height: calc(273 / 750 * 100vw);
    background: url(../img/jobchange_ttl_bg_sp.webp) center top/100% auto no-repeat, #13394d;
  }
}

.jobchange-inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .jobchange-inner {
    width: 100%;
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.jobchange-list {
  width: 1100px;
  margin: 0 auto;
}

.jobchange-list li {
  margin-bottom: 60px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .jobchange-list {
    width: calc(672 / 750 * 100vw);
  }

  .jobchange-list li {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

/*------------------------------------------------------------------
parttime
------------------------------------------------------------------*/
.parttime-wrap {
  width: 100%;
  background: #f5f3eb;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .parttime-wrap {
    padding-bottom: calc(0 / 750 * 100vw);
    margin-bottom: calc(0 / 750 * 100vw);
  }
}


.parttime-ttl {
  width: 100%;
  height: 223px;
  margin: 80px auto 80px;
  font-size: 0;
  background: url(../img/parttime_ttl_bg.webp) center top/1920px auto no-repeat, #13394d;
}

@media screen and (max-width: 767px) {
  .parttime-ttl {
    width: 100%;
    margin: calc(60 / 750 * 100vw) auto;
    height: calc(210 / 750 * 100vw);
    background: url(../img/parttime_ttl_bg_sp.webp) center top/100% auto no-repeat, #13394d;
  }
}

.parttime-inner {
  width: 890px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 86px;
}

@media screen and (max-width: 767px) {
  .parttime-inner {
    width: 100%;
    padding: 0;
  }
}

.parttime-salary-list {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .parttime-salary-list {
    width: calc(630 / 750 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto calc(20 / 750 * 100vw);
  }
}

.parttime-salary-list-item {
  width: 410px;
}

@media screen and (max-width: 767px) {
  .parttime-salary-list-item {
    width: 100%;
    text-align: center;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.parttime-salary-list-ttl {
  background: #9b8b55;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .parttime-salary-list-ttl {
    font-size: calc(26 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.parttime-salary-list-txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  padding-top: 15px;
  font-weight: 500;
  height: 92px;
}

@media screen and (max-width: 767px) {
  .parttime-salary-list-txt {
    font-size: calc(20 / 750 * 100vw);
    height: auto;
    padding-top: calc(20 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

.parttime-salary-list-txt .em {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .parttime-salary-list-txt .em {
    font-size: calc(26 / 750 * 100vw);
    height: auto;
    padding-top: calc(20 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

.parttime-salary-list-txt .big {
  font-size: 150%;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
}


.parttime-salary-list-main {
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .parttime-salary-list-main {
    font-size: calc(32 / 750 * 100vw);
  }
}

.parttime-salary-list-main .num {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 76px;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .parttime-salary-list-main .num {
    font-size: calc(76 / 750 * 100vw);
  }
}


.parttime-salary-list-main .em {
  font-size: 250%;
  font-weight: bold;
}

.parttime-salary-list-notes {
  padding-top: -20px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .parttime-salary-list-notes {
    font-size: calc(20 / 750 * 100vw);
  }
}

.parttime-check-list-wrap {
  background: #fff;
  border: #13394c 2px solid;
  border-radius: 10px;
  padding: 60px 0px 60px 240px;
}

@media screen and (max-width: 767px) {
  .parttime-check-list-wrap {
    background: url(../img/parttime-check-list-txt-bg.webp) top left /100% auto no-repeat;
    border: none;
    border-radius: 0;
    padding: calc(80 / 750 * 100vw) 0 calc(0 / 750 * 100vw) calc(0 / 750 * 100vw);
    width: calc(694 / 750 * 100vw);
    margin-left: calc(16 / 750 * 100vw);
    height: calc(525 / 750 * 100vw);
  }
}

.parttime-check-list {}

@media screen and (max-width: 767px) {
  .parttime-check-list {
    padding-left: calc(160 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

.parttime-check-list-item {
  font-size: 26px;
  font-weight: bold;
  color: #9b8b55;
}

@media screen and (max-width: 767px) {
  .parttime-check-list-item {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4em;
  }
}

.parttime-check-list-item .far {
  color: #13394c;
  padding-right: 10px;
}

.parttime-check-list-txt {
  font-size: 26px;
  font-weight: 500;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .parttime-check-list-txt {
    font-size: calc(30 / 750 * 100vw);
    padding-left: 10px;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

.notes {
  font-size: 16px;
  font-weight: 500;
  color: #626262;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .notes {
    font-size: calc(20 / 750 * 100vw);
  }
}

.parttime-check-list-notes {
  padding-left: 32px;
  padding-right: 28%;
}

@media screen and (max-width: 767px) {
  .parttime-check-list-notes {
    padding-left: calc(30 / 750 * 100vw);
    text-align: center;
    padding-right: calc(10 / 750 * 100vw);
  }
}

.parttime-check-list-item .small {
  vertical-align: text-top;
}

.parttime-check-list-img {
  position: absolute;
  bottom: 0px;
  left: -110px;
  line-height: 0px;
}

@media screen and (max-width: 767px) {
  .parttime-check-list-img {
    display: none;
  }
}


/*------------------------------------------------------------------
jobchange
------------------------------------------------------------------*/
.jobchange-wrap {
  width: 100%;
  background: #f5f3eb;
  padding-bottom: 20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .jobchange-wrap {
    padding-bottom: calc(10 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.jobchange-ttl {
  width: 100%;
  height: 223px;
  margin: 80px auto 40px;
  font-size: 0;
  background: url(../img/jobchange_ttl_bg.webp) center top/1920px auto no-repeat, #13394d;
}

@media screen and (max-width: 767px) {
  .jobchange-ttl {
    width: 100%;
    margin: calc(0 / 750 * 100vw) auto calc(60 / 750 * 100vw);
    height: calc(273 / 750 * 100vw);
    background: url(../img/jobchange_ttl_bg_sp.webp) center top/100% auto no-repeat, #13394d;
  }
}

.jobchange-inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .jobchange-inner {
    width: 100%;
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.jobchange-list {
  width: 1100px;
  margin: 0 auto;
}

.jobchange-list li {
  margin-bottom: 60px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .jobchange-list {
    width: calc(672 / 750 * 100vw);
  }

  .jobchange-list li {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.support-wrap {
  width: 100%;
  background: #f5f3eb;
  margin-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .support-wrap {
    padding-bottom: calc(40 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}

.support-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .support-inner {
    width: 100%;
    padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.support-ttl {
  font-style: 0;
  padding-bottom: 50px;
  width: 499px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .support-ttl {
    width: calc(499 / 750 * 100vw);
    padding-bottom: calc(30 / 750 * 100vw);
  }
}

.support-box {
  border: 2px solid #13394d;
}

.support-btn {
  background: #13394d;
  text-align: center;
  padding: 0 30px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  cursor: pointer;
}

.support-btn p {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .support-btn p {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .support-btn {
    height: calc(100 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.support-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 40px;
  color: #fff;
  display: inline-block;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .support-btn::after {
    font-size: calc(40 / 750 * 100vw);
  }
}

.support-btn.is-open::after {
  transform: rotate(180deg);
}

.support-cont {
  display: none;
  background: #fff;
  padding: 40px 50px 60px;
}

@media screen and (max-width: 767px) {
  .support-cont {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(70 / 750 * 100vw);
  }
}

.support-cont.is-open {
  display: block;
}

.support-txt {
  width: 731px;
  margin: 0 auto 30px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .support-txt {
    width: 100%;
    margin: 0 auto calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .support-notes-wrap {
    text-align: center;
  }
}

.support-notes {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  display: inline-block;
  color: #626262;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .support-notes {
    font-size: calc(18 / 750 * 100vw);
  }
}

.support-notes a {
  color: #0068b7;
  text-decoration: underline;
}

.support-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .support-list {
    flex-direction: column;
    margin-top: calc(60 / 750 * 100vw);
  }
}

.support-list-item {
  width: 350px;
  font-size: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .support-list-item {
    width: 100%;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .support-list-item:last-child {
    margin-bottom: calc(15 / 750 * 100vw);
  }
}

.tar {
  text-align: right;
  display: block;
}

.flow-wrap {
  width: 100%;
  background: #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .flow-wrap {
    padding-bottom: calc(20 / 750 * 100vw);
    margin-bottom: calc(0 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .sp-gray {
    background: #e6e6e6;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}

.flow-ttl {
  width: 100%;
  height: 223px;
  margin: 80px auto 60px;
  font-size: 0;
  background: url(../img/flow_ttl_bg.webp) center top/1920px auto no-repeat, #13394d;
}

@media screen and (max-width: 767px) {
  .flow-ttl {
    width: 100%;
    margin: calc(60 / 750 * 100vw) auto calc(70 / 750 * 100vw);
    height: calc(162 / 750 * 100vw);
    background: url(../img/flow_ttl_bg_sp.webp) center top/100% auto no-repeat, #13394d;
  }
}

.flow-inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .flow-inner {
    width: 100%;
    padding: 0;
  }
}

.flow-list {
  margin-left: 45px;
  border-left: #13394d 4px solid;
  width: auto;
}

@media screen and (max-width: 767px) {
  .flow-list {
    margin: 0 calc(40 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}

.flow-list-item {
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .flow-list-item {
    margin-bottom: calc(40 / 750 * 100vw);
    width: calc(645 / 750 * 100vw);
  }
}

.flow-list-item-txtbox {
  width: 695px;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .flow-list-item-txtbox {
    width: calc(400 / 750 * 100vw);
  }
}

.flow-list-item-txtbox-icon {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .flow-list-item-txtbox-icon {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}

.flow-list-item-txtbox-icon img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .flow-list-item-txtbox-icon img {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}

.flow-list-item-txtbox-inner {
  padding-left: 80px;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .flow-list-item-txtbox-inner {
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
  }
}

.flow-list-item-img {
  width: 455px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .flow-list-item-img {
    width: calc(245 / 750 * 100vw);
  }
}

.flow-list-item-ttl {
  color: #9b8b55;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .flow-list-item-ttl {
    font-size: calc(30 / 750 * 100vw);
  }
}

.flow-list-item-txt {
  color: #000000;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .flow-list-item-txt {
    font-size: calc(22 / 750 * 100vw);
  }
}

/*------------------------------------------------------------------
footer
------------------------------------------------------------------*/
.footer-inner {
  padding: 100px 0 50px;
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    width: 100%;
    padding: calc(40/750 * 100vw) calc(20/750 * 100vw) calc(0/750 * 100vw);
  }
}

.footer-box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-box {
    flex-direction: column;
  }
}

.footer-box-logo {
  width: 334px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .footer-box-logo {
    width: calc(426/750 * 100vw);
    padding-bottom: calc(15/750 * 100vw);
  }
}

.footer-box-adress {
  width: 435px;
  padding-left: 30px;
  font-size: 14px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .footer-box-adress {
    font-size: calc(16/750 * 100vw);
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.footer-box-adress-copy {
  font-size: 14px;
  text-align: center;
  font-feature-settings: "palt";
  padding: 30px 0;
  border-top: 2px #8e8e8e solid;
}

@media screen and (max-width: 767px) {
  .footer-box-adress-copy {
    font-size: calc(16/750 * 100vw);
    padding: calc(30/750 * 100vw) 0 calc(60/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .footer-box-adress-copy {
    border-top: none;
  }
}