@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

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

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-ylw {
  background-color: #fffa70;
}

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

.notes02 {
  color: #71797c;
  font-size: 13.3333333333px;
}
@media screen and (max-width: 767px) {
  .notes02 {
    font-size: 2.6666666667vw;
  }
}

.txt-alph {
  font-family: "Raleway", sans-serif;
}

.txt-pop {
  font-family: "Poppins", sans-serif;
}

.sp-wrap .notes {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  padding-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .sp-wrap .notes {
    font-size: 3.2vw;
  }
}

.main-ttl {
  color: #32aec1;
  font-size: 37.3333333333px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 26.6666666667px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-ttl {
    font-size: 7.4666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.main-ttl .big {
  font-size: 120%;
}

.sub-ttl {
  color: #32aec1;
  font-size: 26.6666666667px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 21.3333333333px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 4.2666666667vw;
  }
}
.sub-ttl .big {
  font-size: 120%;
}

.line-ttl {
  color: #32aec1;
  font-size: 29.3333333333px;
  font-weight: bold;
  line-height: 1.2;
  padding: 21.3333333333px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 446.6666666667px;
  border-top: 1px solid #32aec1;
  border-bottom: 1px solid #32aec1;
  margin: 0 auto 42.6666666667px;
}
@media screen and (max-width: 767px) {
  .line-ttl {
    font-size: 5.8666666667vw;
    width: 89.3333333333vw;
    padding: 4.2666666667vw 0;
    border-top: 1px solid #32aec1;
    border-bottom: 1px solid #32aec1;
    margin: 0 auto 8.5333333333vw;
  }
}
.line-ttl div {
  width: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .line-ttl div {
    width: 5.3333333333vw;
  }
}
.line-ttl h3 {
  padding: 0 0.5rem;
}
.line-ttl .small {
  font-size: 80%;
}

.dot-ttl {
  color: #32aec1;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 21.3333333333px;
}
@media screen and (max-width: 767px) {
  .dot-ttl {
    font-size: 4.8vw;
    width: 89.3333333333vw;
    margin: 0 auto 4.2666666667vw;
    gap: 3.2vw;
  }
}
.dot-ttl div {
  font-size: 0;
  width: 52px;
}
@media screen and (max-width: 767px) {
  .dot-ttl div {
    width: 10.4vw;
  }
}
.dot-ttl p {
  padding: 0 0.5rem;
}

.gradation-ttl {
  padding: 0.4em 0.6em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(50, 197, 220)), to(rgb(153, 245, 86)));
  background: linear-gradient(90deg, rgb(50, 197, 220) 0%, rgb(153, 245, 86) 100%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 10.6666666667px;
}
@media screen and (max-width: 767px) {
  .gradation-ttl {
    font-size: 3.2vw;
    border-radius: 0.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.gradation-ttl .big {
  font-size: 150%;
}
.gradation-ttl h2 {
  font-weight: 500;
}

.zab-ttl {
  background: #32aec1;
  border-radius: 50px;
  color: #fff;
  line-height: 1;
  display: inline-block;
  padding: 0.4em 1em;
  font-size: 26.6666666667px;
  font-weight: 600;
  margin-bottom: 21.3333333333px;
}
@media screen and (max-width: 767px) {
  .zab-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}

.career-list-ttl {
  border-bottom: dotted 4px #32aec1;
  color: #32aec1;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 21.3333333333px;
}
@media screen and (max-width: 767px) {
  .career-list-ttl {
    font-size: 4.2666666667vw;
  }
}

.nuki-ttl {
  border: #32aec1 2px solid;
  color: #32aec1;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 21.3333333333px;
}
@media screen and (max-width: 767px) {
  .nuki-ttl {
    font-size: 4.2666666667vw;
  }
}

.common-txt {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 17.3333333333px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .common-txt {
    font-size: 3.4666666667vw;
  }
}

.common-txt-box {
  padding: 0 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .common-txt-box {
    padding: 0 5.3333333333vw;
  }
}
.common-txt-box .common-txt {
  text-align: left;
}

.catch-txt {
  font-size: 18.6666666667px;
  line-height: 1.7;
  font-weight: 800;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .catch-txt {
    font-size: 3.7333333333vw;
  }
}

.anc-btn {
  width: 406.6666666667px;
  height: 84px;
  padding: 0 37.3333333333px;
  background: #fff;
  border: #707070 2px solid;
  color: #707070;
  font-size: 21.3333333333px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 26.6666666667px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 10.6666666667px;
}
@media screen and (max-width: 767px) {
  .anc-btn {
    width: 81.3333333333vw;
    height: 16.8vw;
    padding: 0 7.4666666667vw;
    border: #707070 0.4vw solid;
    font-size: 4.2666666667vw;
    border-radius: 2.1333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.anc-btn p {
  margin: 0 auto;
}
.anc-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}
.anc-btn:hover {
  opacity: 0.8;
}

.mb-40 {
  margin-bottom: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 5.3333333333vw;
  }
}

.mb-72 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .mb-72 {
    margin-bottom: 9.6vw;
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #414445;
  font-weight: 400;
  font-size: 18.6666666667px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    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;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main {
  background: url(../img/bg_marble.jpg) no-repeat top center fixed;
  background-size: cover;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main {
    height: auto;
  }
}

.main-bg {
  background: url(../img/bg_marble.jpg) no-repeat top center fixed;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main-bg {
    display: none;
  }
}

.floating-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 500px 1fr;
  grid-template-columns: 1fr 500px 1fr;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .floating-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc_center {
    width: 500px;
    height: 100vh;
    margin: 80px auto 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
  }
}

.sp-wrap {
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(72, 72, 72, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(72, 72, 72, 0.2);
}

.pc_center::-webkit-scrollbar {
  display: none;
}

.pc_header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .pc_header {
    display: none;
  }
}

.pc_header-innner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0 1em;
  gap: 0.8em;
  height: 100%;
}
.pc_header-innner p {
  height: 80%;
  display: block;
}
.pc_header-innner p img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pc_header-innner {
    display: none;
  }
}

.pc_right {
  -ms-grid-column: 3;
  grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto;
}

.pc_right .qr-wrap {
  text-align: center;
}

.pc_right .qr-wrap .qr {
  width: 130px;
  height: 130px;
  background: #fff;
  text-align: center;
  margin: 12px auto 40px;
}

.pc-cv-wrap {
  text-align: center;
  margin-bottom: 24px;
}

.cv-catch {
  font-size: 14px;
  font-weight: bold;
  color: #ff8f16;
}

.cv-btn {
  width: 310px;
  height: 70px;
  background: #ff8f16;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  -webkit-box-shadow: 0px 8px 0px 0px rgb(169, 80, 14);
          box-shadow: 0px 8px 0px 0px rgb(169, 80, 14);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  padding: 0 1em;
}
.cv-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
}
.cv-btn p {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cv-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 8px;
    margin-bottom: -8px;
  }
}
@media screen and (max-width: 767px) {
  .cv-btn {
    -webkit-box-shadow: 0px 4px 0px 0px rgb(169, 80, 14);
            box-shadow: 0px 4px 0px 0px rgb(169, 80, 14);
  }
}

@media screen and (max-width: 767px) {
  .pc-cv-wrap .cv-btn {
    display: none !important;
  }
}

.pc_tel {
  width: 266px;
}

.pc_left {
  -ms-grid-column: 1;
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto;
}

.pc_left-inner {
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
}

.pc-nav-list {
  margin-top: -10px;
}

.futaba {
  width: 26px;
  margin: 0 auto 8px;
  font-size: 0;
  line-height: 1;
}

.pc-nav-list-ttl {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #32aec1;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
}

.pc-nav-list .pc-nav-list-item a {
  font-size: 18px;
  color: #414445;
  line-height: 1.4;
  margin-bottom: 8px;
  margin-top: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  line-height: 1.4;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
}

.pc-nav-list .pc-nav-list-item a:hover, .pc-nav-list .pc-nav-list-item a.is-active {
  color: #32aec1;
  border-bottom: 2px solid #32aec1;
}

.pc-nav-list .pc-nav-list-item a.is-active {
  color: #32aec1;
  border-bottom: 2px solid #32aec1;
}

.pc-nav-list .pc-nav-list-item-in {
  line-height: 1;
  position: relative;
  padding-left: 32px;
}
.pc-nav-list .pc-nav-list-item-in::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 24px;
  height: 2px;
  background: #32aec1;
}

.pc-nav-list .pc-nav-list-item-in a {
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1;
}

.sp-wrap .header {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  padding: 0 2.6666666667vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.sp-wrap .header .cv-btn {
  width: 37.8666666667vw;
  height: 9.6vw;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .sp-wrap .header {
    display: none;
  }
}
.sp-wrap .header .cv-btn {
  margin: 0;
  -webkit-box-shadow: 0px 4px 0px 0px rgb(169, 80, 14);
          box-shadow: 0px 4px 0px 0px rgb(169, 80, 14);
}

.logo {
  width: 10.6666666667vw;
  margin-right: 3.2vw;
}

.hoiku-logo {
  width: 27.8666666667vw;
  margin-right: 3.2vw;
}

/* =========================================================
hamburger-menu
========================================================= */
.hamburger-menu {
  position: fixed;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

.hamburger-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 8.5333333333vw;
  width: 8.5333333333vw;
  margin-left: 2.6666666667vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 120;
  border-radius: 0.8vw;
}
.hamburger-menu-btn p {
  position: absolute;
  bottom: -1.0666666667vw;
  font-family: "Poppins", sans-serif;
  font-size: 2.8vw;
  line-height: 1;
  font-weight: 500;
}

.hamburger-menu-btn span {
  content: "";
  display: block;
  height: 0.5333333333vw;
  width: 8.5333333333vw;
  border-radius: 3px;
  background-color: #898989;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hamburger-menu-btn .bar01 {
  top: 0.5333333333vw;
}

.hamburger-menu-btn .bar02 {
  top: 2.6666666667vw;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: center;
          transform-origin: center; /* 中央を軸に縮む */
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.hamburger-menu-btn .bar03 {
  top: 4.8vw;
}

.hamburger-menu-btn.is-show .bar01 {
  top: 2.6666666667vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-menu-btn.is-show .bar02 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.hamburger-menu-btn.is-show .bar03 {
  top: 2.6666666667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sp-menu-content ul li a {
  display: block;
  font-size: 0;
  color: #414445;
  font-weight: bold;
  font-size: 4.2666666667vw;
  margin: 0 auto 4vw;
}

.sp-menu-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: -100vh;
  z-index: 110;
  background: #e6fcff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; /*アニメーション設定*/
}
.sp-menu-content .cv-list {
  padding-top: 8vw;
  padding-bottom: 6.4vw;
}
.sp-menu-content .tel-box {
  margin: 0 auto;
  text-align: center;
}
.sp-menu-content .tel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.1em;
}

.sp-menu-list {
  padding-top: 13.3333333333vw;
  padding-bottom: 6.4vw;
  padding-left: 9.6vw;
}

.sp-menu-content.is-show {
  top: 0; /*メニューを画面内へ*/
}

.sp-menu-content .entry-btn {
  width: 56vw;
  height: 10.6666666667vw;
  margin: 10.6666666667vw auto;
}

@media screen and (min-width: 768px) {
  .sp-menu-content {
    display: none;
  }
}
.sp-menu-content .cv-list {
  display: none;
}
.sp-menu-content .tel-box {
  display: none;
}

.sp-menu-content.is-show .cv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-menu-content.is-show .tel-box {
  display: block;
}

.sp-menu-list .sp-menu-item a {
  font-size: 4.2666666667vw;
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sp-menu-list .sp-menu-item a::before {
  content: "・";
  color: #32aec1;
}

.sp-menu-list .sp-menu-item-in a {
  padding-left: 6.4vw;
  font-size: 3.4666666667vw;
  margin-top: 3.2vw;
  margin-bottom: 3.2vw;
  margin-left: 5.3333333333vw;
  padding-top: 0.2666666667vw;
  padding-bottom: 0.2666666667vw;
  position: relative;
  line-height: 1;
}
.sp-menu-list .sp-menu-item-in a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 5.0666666667vw;
  height: 0.2666666667vw;
  background: #32aec1;
}

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

.sp-wrap .cv-catch {
  font-size: 18.6666666667px;
  font-weight: bold;
  color: #ff8f16;
  padding-bottom: 10.6666666667px;
}
@media screen and (max-width: 767px) {
  .sp-wrap .cv-catch {
    font-size: 3.7333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}

.sp-wrap .cv-btn {
  width: 406.6666666667px;
  height: 93.3333333333px;
  background: #ff8f16;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 21.3333333333px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  -webkit-box-shadow: 0px 5.3333333333px 0px 0px rgb(169, 80, 14);
          box-shadow: 0px 5.3333333333px 0px 0px rgb(169, 80, 14);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  padding: 0 1em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sp-wrap .cv-btn {
    width: 81.3333333333vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
    -webkit-box-shadow: 0px 1.0666666667vw 0px 0px rgb(169, 80, 14);
            box-shadow: 0px 1.0666666667vw 0px 0px rgb(169, 80, 14);
  }
}
.sp-wrap .cv-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
}
.sp-wrap .cv-btn p {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sp-wrap .cv-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 5.3333333333px;
    margin-bottom: -5.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .sp-wrap .cv-btn {
    -webkit-box-shadow: 0px 4px 0px 0px rgb(169, 80, 14);
            box-shadow: 0px 4px 0px 0px rgb(169, 80, 14);
  }
}

.sp-wrap .hoiku-btn {
  background: #29d71c;
  width: 325.3333333333px;
  height: 82.6666666667px;
  font-size: 17.3333333333px;
  -webkit-box-shadow: 0px 5.3333333333px 0px 0px rgb(6, 115, 21);
          box-shadow: 0px 5.3333333333px 0px 0px rgb(6, 115, 21);
}
@media screen and (max-width: 767px) {
  .sp-wrap .hoiku-btn {
    width: 65.0666666667vw;
    height: 16.5333333333vw;
    font-size: 3.4666666667vw;
    -webkit-box-shadow: 0px 1.0666666667vw 0px 0px rgb(6, 115, 21);
            box-shadow: 0px 1.0666666667vw 0px 0px rgb(6, 115, 21);
  }
}

.sp-wrap .sp-cv-wrap .hoiku-btn {
  margin-bottom: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .sp-wrap .sp-cv-wrap .hoiku-btn {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sp-wrap .sp-cv-wrap .hoiku-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 21.3333333333px;
  }
}

.mv {
  width: 500px;
  height: 679.3333333333px;
  position: relative;
  background: url(../img/mv.jpg) top center/500px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv.jpg) top center/100% auto no-repeat;
    width: 100%;
    margin-top: 13.3333333333vw;
    height: 135.8666666667vw;
  }
}

.mv h1 {
  font-size: 0;
}

.message {
  padding-top: 53.3333333333px;
  padding-bottom: 53.3333333333px;
  text-align: center;
  background: url(../img/message_bg.png) top 118.6666666667px center/100% auto no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background: url(../img/message_bg.png) top 23.7333333333vw center/100% auto no-repeat, #fff;
  }
}

.message-ttl {
  font-size: 0;
  width: 314.6666666667px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .message-ttl {
    width: 62.9333333333vw;
    margin: 0 auto 6.4vw;
  }
}

.message-common-txt {
  font-size: 17.3333333333px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .message-common-txt {
    font-size: 3.4666666667vw;
    padding-bottom: 6.4vw;
  }
}

.message-img01 {
  width: 460.6666666667px;
  margin: 42.6666666667px 0 66.6666666667px 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .message-img01 {
    width: 92.1333333333vw;
    margin: 8.5333333333vw 0 13.3333333333vw 5.3333333333vw;
  }
}

.message-img02 {
  width: 357.3333333333px;
  margin: 0 auto 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .message-img02 {
    width: 71.4666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.about {
  background: #effbff;
  padding: 53.3333333333px 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 10.6666666667vw 0;
  }
}

.white-dl {
  background: #fff;
  width: 333.3333333333px;
  padding: 21.3333333333px;
  border-radius: 10.6666666667px;
  font-size: 17.3333333333px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 auto 21.3333333333px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .white-dl {
    font-size: 3.4666666667vw;
    width: 66.6666666667vw;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
    margin: 0 auto 4.2666666667vw;
  }
}
.white-dl dt {
  text-align: center;
  font-weight: bold;
}
.white-dl dd {
  font-size: 90%;
}
.white-dl.beige-dl {
  background: #fff9ed;
}

.salary-img {
  width: 424px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .salary-img {
    width: 84.8vw;
    margin: 0 auto 9.6vw;
  }
}

.grade-img {
  width: 332px;
  margin: 26.6666666667px auto 64px;
}
@media screen and (max-width: 767px) {
  .grade-img {
    width: 66.4vw;
    margin: 5.3333333333vw auto 12.8vw;
  }
}

.about02 {
  background: #fff;
  padding: 53.3333333333px 0;
}
@media screen and (max-width: 767px) {
  .about02 {
    padding: 10.6666666667vw 0;
  }
}

.support-voice-box {
  margin-top: 32px;
  margin-bottom: 48px;
  font-size: 17.3333333333px;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .support-voice-box {
    margin-top: 6.4vw;
    margin-bottom: 9.6vw;
    font-size: 3.4666666667vw;
  }
}
.support-voice-box .notes {
  color: #71797c;
  font-size: 13.3333333333px;
  padding-top: 53.3333333333px;
}
@media screen and (max-width: 767px) {
  .support-voice-box .notes {
    font-size: 2.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}

.support-voice-box01 {
  height: 426.6666666667px;
  background: url(../img/support_img01.png) top center/100% auto no-repeat;
  padding: 258.6666666667px 160px 0 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .support-voice-box01 {
    height: 85.3333333333vw;
    padding: 51.7333333333vw 32vw 0 5.3333333333vw;
  }
}

.support-voice-box02 {
  height: 388.6666666667px;
  background: url(../img/support_img02.png) top center/100% auto no-repeat;
  padding: 213.3333333333px 26.6666666667px 0 160px;
}
@media screen and (max-width: 767px) {
  .support-voice-box02 {
    height: 77.7333333333vw;
    padding: 42.6666666667vw 5.3333333333vw 0 32vw;
  }
}

.support-voice-box03 {
  height: 358px;
  background: url(../img/support_img03.png) top center/100% auto no-repeat;
  padding: 208px 160px 0 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .support-voice-box03 {
    height: 71.6vw;
    padding: 41.6vw 32vw 0 5.3333333333vw;
  }
}

.about03 {
  background: #fff;
  padding: 53.3333333333px 0 0;
}
@media screen and (max-width: 767px) {
  .about03 {
    padding: 10.6666666667vw 0 0;
  }
}

.training-graph {
  width: 380px;
  margin: 0 auto 53.3333333333px;
}
@media screen and (max-width: 767px) {
  .training-graph {
    width: 76vw;
    margin: 0 auto 10.6666666667vw;
  }
}

.training-img {
  width: 352.6666666667px;
  margin: 0 auto 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .training-img {
    width: 70.5333333333vw;
    margin: 0 auto 11.2vw;
  }
}

.list-area {
  background: #fff9ed;
  padding: 53.3333333333px 0;
  margin-top: 53.3333333333px;
}
@media screen and (max-width: 767px) {
  .list-area {
    padding: 10.6666666667vw 0;
    margin-top: 10.6666666667vw;
  }
}

.list-area-ttl {
  position: relative;
}
.list-area-ttl .list-area-ttl-bg {
  width: 112px;
  position: absolute;
  top: -13.3333333333px;
  right: 37.3333333333px;
}
@media screen and (max-width: 767px) {
  .list-area-ttl .list-area-ttl-bg {
    width: 22.4vw;
    top: -2.6666666667vw;
    right: 7.4666666667vw;
  }
}

.qa {
  background: url(../img/grd_bg.jpg) top center/100% auto no-repeat;
  padding: 120px 0 53.3333333333px;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}

.qa-area-ttl {
  position: relative;
}
.qa-area-ttl .main-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 42.6666666667px;
}
@media screen and (max-width: 767px) {
  .qa-area-ttl .main-ttl {
    font-size: 8.5333333333vw;
  }
}
.qa-area-ttl .main-ttl .small {
  font-size: 90%;
}
.qa-area-ttl .qa-area-ttl-bg {
  width: 305.3333333333px;
  position: absolute;
  left: 52%;
  top: 6.6666666667px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .qa-area-ttl .qa-area-ttl-bg {
    width: 61.0666666667vw;
    top: 1.3333333333vw;
  }
}

.qa-list-item {
  width: 446.6666666667px;
  margin: 0 auto 53.3333333333px;
}
@media screen and (max-width: 767px) {
  .qa-list-item {
    width: 89.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
}

.q-box {
  background: #32aec1;
  border-radius: 5.3333333333px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 21.3333333333px;
  height: 73.3333333333px;
}
@media screen and (max-width: 767px) {
  .q-box {
    border-radius: 1.0666666667vw;
    padding: 0 4.2666666667vw;
    height: 14.6666666667vw;
  }
}
.q-box:hover {
  opacity: 0.8;
}
.q-box .qa-head {
  font-family: "Poppins", sans-serif;
  font-size: 26.6666666667px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .q-box .qa-head {
    font-size: 5.3333333333vw;
  }
}
.q-box .qa-body {
  font-weight: 600;
  font-size: 21.3333333333px;
  line-height: 1.2;
  padding: 0 21.3333333333px;
}
@media screen and (max-width: 767px) {
  .q-box .qa-body {
    font-size: 4.2666666667vw;
    padding: 0 4.2666666667vw;
  }
}
.q-box .toggle {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 20px;
  width: 20px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .q-box .toggle {
    width: 4vw;
    height: 4vw;
  }
}
.q-box .toggle span::before,
.q-box .toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 4px;
  vertical-align: middle;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .q-box .toggle span::before,
  .q-box .toggle span::after {
    width: 4vw;
    height: 0.5333333333vw;
  }
}
.q-box .toggle span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.q-box.is-open .toggle span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.q-box.is-open .toggle span::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.a-box {
  margin-top: 21.3333333333px;
  background: #fff;
  border-radius: 5.3333333333px;
  padding: 32px 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .a-box {
    margin-top: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    padding: 6.4vw 0;
  }
}
.a-box .grade-img {
  margin: 26.6666666667px auto 0px;
}
@media screen and (max-width: 767px) {
  .a-box .grade-img {
    margin: 5.3333333333vw auto 0vw;
  }
}

.career-list {
  margin-top: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .career-list {
    margin-top: 5.3333333333vw;
  }
}

.career-list-item {
  width: 393.3333333333px;
  margin: 0 auto 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .career-list-item {
    width: 78.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.fight-flag {
  width: 309.3333333333px;
  margin-left: 46.6666666667px;
}
@media screen and (max-width: 767px) {
  .fight-flag {
    width: 61.8666666667vw;
    margin-left: 9.3333333333vw;
  }
}

.case-list {
  margin-top: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .case-list {
    margin-top: 5.3333333333vw;
  }
}

.case-list-item {
  margin: 0 auto 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .case-list-item {
    margin: 0 auto 5.3333333333vw;
  }
}

.case-list-ttl {
  background: #fff9ed;
  width: 393.3333333333px;
  border-radius: 10.6666666667px;
  margin: 0 auto 10.6666666667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10.6666666667px 18.6666666667px;
}
@media screen and (max-width: 767px) {
  .case-list-ttl {
    width: 78.6666666667vw;
    border-radius: 2.1333333333vw;
    margin: 0 auto 2.1333333333vw;
    padding: 2.1333333333vw 3.7333333333vw;
  }
}
.case-list-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/ribbon.png) top center/100% auto no-repeat;
  width: 58px;
  height: 72.6666666667px;
  top: -7.3333333333px;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .case-list-ttl::before {
    width: 11.6vw;
    height: 14.5333333333vw;
    top: -1.4666666667vw;
    left: 2.4vw;
  }
}

.case-list-ttl-head {
  font-size: 14px;
  padding-right: 21.3333333333px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .case-list-ttl-head {
    font-size: 2.8vw;
    padding-right: 4.2666666667vw;
  }
}
.case-list-ttl-head .big {
  font-size: 140%;
}

.case-list-ttl-body {
  font-size: 21.3333333333px;
  color: #32aec1;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .case-list-ttl-body {
    font-size: 4.2666666667vw;
  }
}

.case-list-txt {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .case-list-txt {
    font-size: 3.2vw;
  }
}

.housing-list {
  margin-top: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .housing-list {
    margin-top: 5.3333333333vw;
  }
}

.housing-list-item {
  width: 393.3333333333px;
  margin: 0 auto 42.6666666667px;
}
@media screen and (max-width: 767px) {
  .housing-list-item {
    width: 78.6666666667vw;
    margin: 0 auto 8.5333333333vw;
  }
}
.housing-list-item .notes02 {
  line-height: 1.5;
  padding-top: 1em;
}

.housing-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .housing-list-head {
    margin-top: 3.2vw;
  }
}
.housing-list-head p {
  width: 240px;
  font-size: 18.6666666667px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .housing-list-head p {
    width: 45.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.housing-list-head p.common-txt {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .housing-list-head p.common-txt {
    font-size: 3.2vw;
  }
}

.housing-list-pic {
  width: 146.6666666667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .housing-list-pic {
    width: 33.3333333333vw;
  }
}
.housing-list-pic.housing-list-pic-pig img {
  width: 86px;
}
@media screen and (max-width: 767px) {
  .housing-list-pic.housing-list-pic-pig img {
    width: 17.2vw;
  }
}
.housing-list-pic.housing-list-pic-track img {
  width: 124px;
}
@media screen and (max-width: 767px) {
  .housing-list-pic.housing-list-pic-track img {
    width: 24.8vw;
  }
}
.housing-list-pic.housing-list-pic-building img {
  width: 100.6666666667px;
}
@media screen and (max-width: 767px) {
  .housing-list-pic.housing-list-pic-building img {
    width: 20.1333333333vw;
  }
}
.housing-list-pic.housing-list-pic-house img {
  width: 107.3333333333px;
}
@media screen and (max-width: 767px) {
  .housing-list-pic.housing-list-pic-house img {
    width: 21.4666666667vw;
  }
}
.housing-list-pic.housing-list-pic-security img {
  width: 132px;
}
@media screen and (max-width: 767px) {
  .housing-list-pic.housing-list-pic-security img {
    width: 26.4vw;
  }
}

.housing-list-btm-box {
  width: 393.3333333333px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .housing-list-btm-box {
    width: 78.6666666667vw;
  }
}

.housing-list-btm-box-ttl {
  font-size: 18.6666666667px;
  font-weight: bold;
  color: #32aec1;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .housing-list-btm-box-ttl {
    font-size: 3.7333333333vw;
  }
}

.training-list {
  margin-top: 1em;
}

.training-dl {
  width: 393.3333333333px;
  margin: 0 auto 10.6666666667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .training-dl {
    width: 78.6666666667vw;
    margin: 0 auto 2.1333333333vw;
  }
}

.training-dt {
  width: 46.6666666667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .training-dt {
    width: 9.4666666667vw;
  }
}
.training-dt p {
  line-height: 1;
  font-weight: bold;
  font-size: 18.6666666667px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .training-dt p {
    font-size: 3.7333333333vw;
  }
}

.training-dd {
  width: 340px;
  padding: 16px 10.6666666667px;
  font-size: 17.3333333333px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .training-dd {
    padding: 3.2vw 2.1333333333vw;
    width: 68vw;
    font-size: 3.4666666667vw;
  }
}

.bg-green {
  background: #ddffd4;
}

.bg-blue {
  background: #d5f9ff;
}

.bg-beige {
  background: #fff9ed;
}

.part-time-img01 {
  margin: 32px auto;
  width: 373.3333333333px;
}
@media screen and (max-width: 767px) {
  .part-time-img01 {
    margin: 6.4vw auto;
    width: 74.6666666667vw;
  }
}

.part-time-img02 {
  margin: 0 0 26.6666666667px 26.6666666667px;
  width: 370px;
}
@media screen and (max-width: 767px) {
  .part-time-img02 {
    margin: 0 0 5.3333333333vw 5.3333333333vw;
    width: 74vw;
  }
}

.part-time-img03 {
  width: 393.3333333333px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 767px) {
  .part-time-img03 {
    width: 78.6666666667vw;
    margin: 0 auto 0vw;
  }
}

.part-time-box {
  width: 393.3333333333px;
  margin: 0 auto 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .part-time-box {
    width: 78.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.flow {
  background: #fff;
  padding: 53.3333333333px 0 53.3333333333px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}

.flow-list-item {
  width: 446.6666666667px;
  margin: 0 auto 13.3333333333px;
}
@media screen and (max-width: 767px) {
  .flow-list-item {
    width: 89.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}

.flow-list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-list-ttl-head {
  background: #32aec1;
  width: 65.3333333333px;
  height: 65.3333333333px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17.3333333333px;
  padding-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .flow-list-ttl-head {
    width: 13.0666666667vw;
    height: 13.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
.flow-list-ttl-head .big {
  font-size: 29.3333333333px;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .flow-list-ttl-head .big {
    font-size: 5.8666666667vw;
  }
}

.flow-list-ttl-body {
  width: 381.3333333333px;
  padding-left: 16px;
  font-size: 29.3333333333px;
  color: #32aec1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .flow-list-ttl-body {
    width: 76.2666666667vw;
    padding-left: 3.2vw;
    font-size: 5.8666666667vw;
  }
}

.flow-list-body {
  width: 416px;
  margin-left: auto;
  margin-top: 0.8em;
  font-size: 17.3333333333px;
  border-left: 5px dotted #32aec1;
  padding-left: 49.3333333333px;
  padding-bottom: 16px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-list-body {
    width: 83.2vw;
    font-size: 3.4666666667vw;
    padding-left: 9.8666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}

.flow-list-item:last-child .flow-list-body {
  border-left: none;
}

.box {
  width: 446.6666666667px;
  margin: 0 auto 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .box {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.list {
  background: #fff9ed;
  padding: 53.3333333333px 0 120px;
}
@media screen and (max-width: 767px) {
  .list {
    padding: 10.6666666667vw 0 24vw;
  }
}

.hoiku-list-ttl {
  font-size: 21.3333333333px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #32aec1;
  font-weight: bold;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #32aec1;
  padding: 0 0.2em;
}
@media screen and (max-width: 767px) {
  .hoiku-list-ttl {
    font-size: 4.2666666667vw;
  }
}
.hoiku-list-ttl:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 10px solid #32aec1;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hoiku-list-ttl:after {
    border-right: 4vw solid transparent;
    border-left: 4vw solid transparent;
    border-top: 2vw solid #32aec1;
  }
}
.hoiku-list-ttl:hover {
  opacity: 0.8;
}

.list-list {
  margin-top: 2em;
}

.list-list-item {
  width: 446.6666666667px;
  margin: 0 auto 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .list-list-item {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.list-open-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 21.3333333333px;
  font-size: 21.3333333333px;
  height: 53.3333333333px;
  border-radius: 10.6666666667px;
  background: #fff;
  color: #32aec1;
  border: 2px solid #32aec1;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .list-open-btn {
    font-size: 4.2666666667vw;
    padding: 0 8vw;
    height: 10.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.list-open-btn:hover {
  opacity: 0.8;
}
.list-open-btn p {
  margin: 0 auto;
  line-height: 1;
  padding-left: 1em;
  text-decoration: none;
}
.list-open-btn .toggle {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .list-open-btn .toggle {
    width: 4vw;
    height: 4vw;
  }
}
.list-open-btn .toggle span::before,
.list-open-btn .toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 4px;
  vertical-align: middle;
  background: #32aec1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .list-open-btn .toggle span::before,
  .list-open-btn .toggle span::after {
    width: 4vw;
    height: 0.5333333333vw;
  }
}
.list-open-btn .toggle span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.list-open-btn.is-open .toggle span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.list-open-btn.is-open .toggle span::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.list_body {
  margin-top: 1em;
  display: none;
}
.list_body h3 {
  font-size: 21.3333333333px;
  color: #32aec1;
  font-weight: bold;
  padding-bottom: 0.2em;
  border-bottom: 1px #32aec1 solid;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_body h3 {
    font-size: 4.2666666667vw;
  }
}
.list_body h3::before {
  content: "●";
}
.list_body tbody {
  width: 100%;
}
.list_body table {
  margin-bottom: 1em;
  width: 100%;
}
.list_body th {
  font-size: 17.3333333333px;
  color: #32aec1;
  font-weight: bold;
  padding-bottom: 0.2em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .list_body th {
    font-size: 3.4666666667vw;
  }
}
.list_body tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px #32aec1 solid;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  width: 100%;
}
.list_body tr:last-child {
  border-bottom: none;
}
.list_body td {
  font-size: 17.3333333333px;
  line-height: 1.5;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .list_body td {
    font-size: 3.4666666667vw;
  }
}
.list_body .year_color {
  font-size: 17.3333333333px;
  background: #ff8f16;
  line-height: 1;
  padding: 0.2em 0.4em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list_body .year_color {
    font-size: 3.4666666667vw;
  }
}

.floating-sp {
  position: fixed;
  opacity: 1;
  z-index: 100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: 14.6666666667vw;
  right: 1.3333333333vw;
  width: 16vw;
  height: 16vw;
}
@media screen and (min-width: 768px) {
  .floating-sp {
    display: none;
  }
}

.under-flo {
  z-index: 3000;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 13.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e6f0f3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .under-flo {
    display: none;
  }
}
.under-flo a.flo-tel {
  width: 50%;
  color: #32aec1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 4.2666666667vw;
  padding-left: 11.7333333333vw;
  border-right: #fff solid 1px;
}
.under-flo a.flo-tel i {
  line-height: 1;
  padding-right: 0.2em;
}
.under-flo a.flo-tel p {
  line-height: 1;
}
.under-flo .under-flo-r {
  color: #32aec1;
  font-size: 2.1333333333vw;
  line-height: 1.7;
  margin-left: 2em;
}
.under-flo .under-flo-r span {
  background: #fff;
  padding: 0 0.2em;
}

@media screen and (max-width: 767px) {
  .js-anchor-target {
    content: "";
    display: block;
    height: 13.3333333333vw;
    margin-top: -13.3333333333vw;
  }
}

.sa {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

a[href^=tel],
a[x-apple-data-detectors] {
  text-decoration: none !important;
}