@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  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;
}

button {
     -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
}

a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

a:hover {
  opacity: 0.8;
}

/*-------------------------------------------------------
フォームのリセット
---------------------------------------------------------*/
/* テキスト */
.text-reset, .number-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

@media screen and (max-width: 1449px) {
  .text-reset, .number-reset {
    border-width: 0.16667vw;
  }
}

.text-reset:focus, .number-reset:focus, .wpcf7-free-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

@media screen and (max-width: 1449px) {
  .text-reset:focus, .number-reset:focus, .wpcf7-free-text:focus {
    border-width: 0.16667vw;
  }
}

.wpcf7-free-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
}

@media screen and (max-width: 1449px) {
  .wpcf7-free-text {
    border-width: 0.16667vw;
  }
}

/* テキストエリア */
.textarea-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

@media screen and (max-width: 1449px) {
  .textarea-reset {
    border-width: 0.16667vw;
    height: 16.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .textarea-reset {
    height: 26.04167vw;
  }
}

.textarea-reset:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

@media screen and (max-width: 1449px) {
  .textarea-reset:focus {
    border-width: 0.16667vw;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -moz-appearance: button;
  -webkit-appearance: button;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
       appearance: button;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

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

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

/* ラジオボタン */
.radio-reset input[type="radio"] {
  display: none !important;
}

.radio-reset input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1.8em;
  position: relative;
}

.radio-reset input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #f5f4f1;
  border-radius: 50%;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

@media screen and (max-width: 1449px) {
  .radio-reset input[type="radio"] + span::before {
    height: 3.66667vw;
    width: 3.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .radio-reset input[type="radio"] + span::before {
    height: 4.16667vw;
    width: 4.16667vw;
  }
}

.radio-reset input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  background: #333;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 12px;
}

@media screen and (max-width: 1449px) {
  .radio-reset input[type="radio"] + span::after {
    height: 2vw;
    left: 0.83333vw;
    width: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .radio-reset input[type="radio"] + span::after {
    height: 2.08333vw;
    left: 1.14583vw;
    width: 2.08333vw;
  }
}

.radio-reset input[type="radio"]:checked + span::after {
  opacity: 1;
}

/* チェックボタン */
.check-reset {
  display: none !important;
}

.check-reset + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.check-reset + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

@media screen and (max-width: 1449px) {
  .check-reset + span::before {
    border-radius: 0.33333vw;
    border-width: 0.16667vw;
  }
}

.check-reset + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

@media screen and (max-width: 1449px) {
  .check-reset + span::after {
    border-width: 0.5vw;
  }
}

.check-reset:checked + span::after {
  opacity: 1;
}

/* チェックボタン２ */
.check-reset2 input[type="checkbox"] {
  display: none !important;
}

.check-reset2 input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.check-reset2 input[type="checkbox"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

@media screen and (max-width: 1449px) {
  .check-reset2 input[type="checkbox"] + span::before {
    border-width: 0.16667vw;
    height: 2.66667vw;
    width: 2.66667vw;
  }
}

.check-reset2 input[type="checkbox"] + span::after {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 8px;
}

@media screen and (max-width: 1449px) {
  .check-reset2 input[type="checkbox"] + span::after {
    border-width: 0.16667vw;
    height: 1.33333vw;
    left: 0.66667vw;
    padding: 0.33333vw;
    width: 1.33333vw;
  }
}

.check-reset2 input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

/* セレクトボックス（ドロップダウン） */
.select-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/contact/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

@media screen and (max-width: 1449px) {
  .select-reset {
    background: transparent url(../img/contact/form-css-arrow.png) no-repeat center right 0.5 2.66667vw;
  }
}

.select-reset::-ms-expand {
  display: none;
}

.select-reset:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

@media screen and (max-width: 1449px) {
  .select-reset:focus {
    border-width: 0.16667vw;
  }
}

/* ボタン */
.submit-reset {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

.submit-reset:hover,
.submit-reset:focus {
  outline: none;
}

.submit-reset::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* ファイル選択 */
#file-reset {
  display: none;
}

#file-reset-label {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 0.4em 0.8em;
}

@media screen and (max-width: 1449px) {
  #file-reset-label {
    border-width: 0.16667vw;
  }
}

#file-reset-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  display: none;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0;
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
}

a {
  text-decoration: none;
}

body {
  box-sizing: border-box;
  color: #141414;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴシック", "Avenir", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-serif;
  overflow: hidden;
}

.m-inner {
  margin-top: 110px;
}

@media screen and (max-width: 1449px) {
  .m-inner {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .m-inner {
    margin-top: 60px;
  }
}

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

.is-pc {
  display: block;
}

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

.is-tab {
  display: none;
}

@media screen and (max-width: 1449px) {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}

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

.is-sp-s {
  display: none;
}

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

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

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

.inner {
  margin: 0 auto;
  max-width: 1450px;
  padding: 0 15px;
}

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

.inner_s {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1449px) {
  .inner_s {
    max-width: calc(100% - 120px);
  }
}

@media screen and (max-width: 768px) {
  .inner_s {
    max-width: calc(100% - 30px);
  }
}

.breadcrumbs {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  margin-bottom: 120px;
}

.breadcrumbs li {
  font-size: 14px;
  font-weight: 400;
}

.breadcrumbs li + li {
  margin-left: 30px;
  position: relative;
}

.breadcrumbs li + li:before {
  -webkit-transform: translateY(-50%);
  content: "｜";
  font-size: 1em;
  left: -22px;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
}

.breadcrumbs li a,
.breadcrumbs li p {
  display: block;
}

@media screen and (max-width: 1449px) {
  .breadcrumbs {
    margin-bottom: 80px;
  }
  .breadcrumbs li {
    font-size: 14px;
    font-weight: 400;
  }
  .breadcrumbs li + li {
    margin-left: 26px;
  }
  .breadcrumbs li + li:before {
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
  .breadcrumbs li {
    font-size: 11px;
    font-weight: 400;
  }
  .breadcrumbs li + li {
    margin-left: 15px;
  }
  .breadcrumbs li + li:before {
    left: -13px;
  }
}

/*----------------------------------------------
共通パーツ
------------------------------------------------*/
img.ofi,
video.ofi {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
     object-fit: cover;
     object-position: 50% 50%;
  /*IE対策*/
}

.pagetop {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 11;
}

.pagetop a {
  display: block;
  height: 70px;
  width: 70px;
}

@media screen and (max-width: 1449px) {
  .pagetop {
    bottom: 18px;
    right: 18px;
  }
  .pagetop a {
    height: 60px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 15px;
    right: 15px;
  }
  .pagetop a {
    height: 45px;
    width: 45px;
  }
}

.com_tit01 small {
  color: #3eab52;
  display: block;
  font-family: "Quantico", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 38px;
  position: relative;
}

.com_tit01 small:before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/common/icon_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 24px;
}

.com_tit01 span {
  display: block;
  font-size: 48px;
  font-weight: 700;
}

.com_tit02 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
}

.com_tit03 {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  background-image: url(../img/common/icon_logo.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  color: #3eab52;
  font-family: "Quantico", sans-serif;
  font-size: 74px;
  font-weight: 700;
  left: -38px;
  letter-spacing: -0.05em;
  padding-left: 50px;
  position: absolute;
  top: 20px;
          transform: rotate(90deg);
          transform-origin: 0% 0%;
}

.com_tit04 {
  -webkit-box-align: center;
          align-items: center;
  color: #3eab52;
  display: -webkit-box;
  display: flex;
  font-family: "Quantico", sans-serif;
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.com_tit04 span {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴシック", "Avenir", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 30px;
}

.com_subtit01 {
  background-color: #fff;
  border-radius: 7px;
  color: #3eab52;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 100px;
  padding: 5px 40px 5px 100px;
  position: relative;
}

.com_subtit01:before {
  content: "ー";
  font-size: 1em;
  left: 40px;
  position: absolute;
  top: 5px;
}

.com_btn01 {
  background-image: -webkit-gradient(linear, left top, right top, from(#3eab52), to(#8cd57e));
  background-image: linear-gradient(90deg, #3eab52, #8cd57e);
  border-radius: 10px;
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
  padding: 27px 55px 27px 35px;
  position: relative;
  width: 320px;
}

.com_btn01:before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/common/arrow_r01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 35px;
  top: 50%;
          transform: translateY(-50%);
  width: 12px;
}

@media screen and (max-width: 1449px) {
  .com_tit01 small {
    font-size: 20px;
    margin-bottom: 18px;
    padding-left: 32px;
  }
  .com_tit01 small:before {
    height: 20px;
    width: 20px;
  }
  .com_tit01 span {
    font-size: 38px;
  }
  .com_tit02 {
    font-size: 45px;
    margin-bottom: 1em;
  }
  .com_tit03 {
    background-size: 20px 20px;
    font-size: 60px;
    left: -15px;
    padding-left: 40px;
    top: 15px;
  }
  .com_tit04 {
    font-size: 60px;
  }
  .com_tit04 span {
    font-size: 20px;
    margin-left: 25px;
  }
  .com_subtit01 {
    border-radius: 7px;
    font-size: 30px;
    margin-bottom: 70px;
    padding: 6px 25px 6px 70px;
  }
  .com_subtit01:before {
    left: 30px;
    top: 6px;
  }
  .com_btn01 {
    border-radius: 8px;
    font-size: 16px;
    padding: 20px 40px 20px 25px;
    width: 250px;
  }
  .com_btn01:before {
    height: 9px;
    right: 20px;
    width: 11px;
  }
}

@media screen and (max-width: 768px) {
  .com_tit01 small {
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .com_tit01 small:before {
    height: 16px;
    width: 16px;
  }
  .com_tit01 span {
    font-size: 25px;
  }
  .com_tit02 {
    font-size: 26px;
    margin-bottom: 1em;
  }
  .com_tit03 {
    background-size: 18px 18px;
    font-size: 25px;
    left: -5px;
    padding-left: 25px;
    top: 10px;
  }
  .com_tit04 {
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
            align-items: flex-start;
            flex-direction: column;
    font-size: 30px;
    gap: 10px 0;
  }
  .com_tit04 span {
    display: block;
    font-size: 15px;
    margin-left: 0;
  }
  .com_subtit01 {
    border-radius: 6px;
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 5px 20px 5px 50px;
  }
  .com_subtit01:before {
    left: 20px;
    top: 5px;
  }
  .com_btn01 {
    border-radius: 8px;
    display: block;
    font-size: 15px;
    margin: 0 auto;
    padding: 15px 35px 15px 25px;
    width: 100%;
  }
  .com_btn01:before {
    height: 9px;
    right: 20px;
    width: 11px;
  }
}

/*----------------------------------------------
ヘッダー 
------------------------------------------------*/
#header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#header .pc-header {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  height: 110px;
  padding: 22px 35px 0;
}

#header .pc-header .header_logo a {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
}

#header .pc-header .header_logo a img {
  width: 352px;
}

#header .pc-header .header_logo a span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴシック", "Avenir", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding-left: 48px;
  padding-top: 19px;
}

#header .pc-header .global-nav {
  margin-left: auto;
  padding-top: 19px;
}

#header .pc-header .global-nav .menu {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  gap: 0 45px;
}

#header .pc-header .global-nav .menu .menu-item a {
  -webkit-transition: 0.4s;
  font-size: 16px;
  font-weight: 700;
  transition: 0.4s;
}

#header .pc-header .global-nav .menu .menu-item a:hover {
  -webkit-transition: 0.4s;
  color: #3eab52;
  opacity: 1;
  transition: 0.4s;
}

#header .pc-header .header_entry {
  margin-left: 45px;
  margin-top: -36px;
}

@media screen and (max-width: 1449px) {
  #header .pc-header {
    height: 80px;
    padding: 15px 20px 0;
  }
  #header .pc-header .header_logo a img {
    width: 250px;
  }
  #header .pc-header .header_logo a span {
    display: inline-block;
    font-family: "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴシック", "Avenir", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-serif !important;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 15px;
  }
  #header .pc-header .global-nav {
    margin-left: auto;
    padding-top: 13px;
  }
  #header .pc-header .global-nav .menu {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  #header .pc-header .global-nav .menu .menu-item a {
    font-size: 14px;
  }
  #header .pc-header .header_entry {
    margin-left: 20px;
    margin-top: -28px;
  }
}

@media screen and (max-width: 1000px) {
  #header .pc-header {
    padding: 22px 10px 0;
  }
  #header .pc-header .header_logo a img {
    width: 200px;
  }
  #header .pc-header .header_logo a span {
    font-family: "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴシック", "Avenir", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-serif !important;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 12px;
  }
  #header .pc-header .global-nav {
    margin-left: auto;
    padding-top: 8px;
  }
  #header .pc-header .global-nav .menu {
    -webkit-box-pack: end;
    flex-wrap: wrap;
    gap: 10px 10px;
            justify-content: flex-end;
  }
  #header .pc-header .global-nav .menu .menu-item a {
    font-size: 12px;
  }
  #header .pc-header .header_entry {
    font-feature-settings: "palt";
    font-size: 12px;
    margin-left: 15px;
    margin-top: -30px;
    padding: 20px 20px 20px 15px;
    width: 175px;
  }
  #header .pc-header .header_entry:before {
    right: 7px;
  }
}

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

#header .sp-header {
  -webkit-transition: all 0.6s;
  background-color: #fff;
  display: none;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #header .sp-header {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
  }
}

#header .sp-header .header_logo {
  padding-left: 10px;
  position: relative;
  z-index: 201;
}

#header .sp-header .header_logo a {
  display: block;
  width: 180px;
}

#header .sp-header .menu {
  -webkit-transition: all 0.6s;
  background-color: #fff;
  height: 100vh;
  left: -320px;
  overflow-y: auto;
  padding-top: 60px;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  width: 210px;
  z-index: 200;
}

#header .sp-header .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header .sp-header .menu-item {
  position: relative;
  text-align: left;
}

#header .sp-header .menu-item::before {
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.5s 0s ease;
  border-right: 2px solid #3eab52;
  border-top: 2px solid #3eab52;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 7%;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.5s 0s ease;
  vertical-align: middle;
  width: 8px;
}

#header .sp-header .menu-item:first-child a {
  border-top: 1px solid #eee;
}

#header .sp-header .menu-item a {
  border-bottom: 1px solid #eee;
  color: #111;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0 16px 14px;
  text-decoration: none;
}

#header .sp-header .menu-item a .menu-item-description {
  display: block;
  font-size: 0.8em;
  padding-top: 4px;
}

#header .sp-header .menu-item a:hover {
  background-color: #eee;
}

#header .sp-header .menu-item.menu-item-has-children:before {
  display: none;
}

#header .sp-header .menu-item.menu-item-has-children > a {
  border-bottom: none;
}

#header .sp-header .menu-item.menu-item-has-children .sub-menu li a {
  padding-left: 2em;
}

#header .sp-header .hamburger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 300;
}

#header .sp-header .hamburger__line {
  -webkit-transition: all 0.6s;
  background-color: #000;
  height: 1px;
  left: 19px;
  position: absolute;
  transition: all 0.6s;
  width: 22px;
}

#header .sp-header .hamburger__line--1 {
  top: 22px;
}

#header .sp-header .hamburger__line--2 {
  top: 30px;
}

#header .sp-header .hamburger__line--3 {
  top: 38px;
}

#header .sp-header .black-bg {
  -webkit-transition: all 0.6s;
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}

#header.header_page {
  background-color: #e7e2e0;
}

/* ハンバーガーメニュー 表示された時用のCSS */
.nav-open .menu {
  left: 0 !important;
}

.nav-open .black-bg {
  opacity: 0.8 !important;
  visibility: visible !important;
}

.nav-open .hamburger__line {
  background-color: #fff !important;
}

.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
  top: 28px !important;
          transform: rotate(45deg);
}

.nav-open .hamburger__line--2 {
  left: 50%;
  opacity: 0;
  width: 0;
}

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
  top: 28px !important;
          transform: rotate(-45deg);
}

/*----------------------------------------------
フッター
------------------------------------------------*/
.footer {
  background-image: url(../img/common/footer_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 110px;
}

.footer .entry_banner {
  -webkit-box-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#3eab52), to(#8cd57e));
  background-image: linear-gradient(90deg, #3eab52, #8cd57e);
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  height: 300px;
  margin-bottom: 100px;
  padding-left: 156px;
}

.footer .entry_banner .entry_tit {
  color: #fff;
  font-family: "Quantico", sans-serif;
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.footer .entry_banner .entry_desc {
  background-color: #fff;
  border-radius: 8px;
  color: #3eab52;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-left: 84px;
  padding: 8px;
}

.footer .entry_banner .entry_btn {
  margin-left: auto;
  margin-right: 68px;
  width: 48px;
}

.footer .footer_main {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          justify-content: space-between;
}

.footer .footer_main .footer_txt .footer_logo {
  display: block;
  width: 285px;
}

.footer .footer_main .footer_txt .footer_address {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(22 / 14);
  margin-left: 60px;
  margin-top: -6px;
}

.footer .footer_main .footer_nav {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
  padding-top: 22px;
}

.footer .footer_main .footer_nav .footer_nav-list {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  gap: 0 45px;
  margin-right: 35px;
}

.footer .footer_main .footer_nav .footer_nav-list li {
  font-size: 16px;
  font-weight: 500;
}

.footer .footer_main .footer_nav .footer_nav-corp {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-left: auto;
  margin-top: 30px;
  padding-right: 28px;
  position: relative;
}

.footer .footer_main .footer_nav .footer_nav-corp:before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/common/icon_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%);
  width: 14px;
}

.footer .copyright {
  color: #54565a;
  font-size: 12px;
  font-weight: 500;
  padding: 50px 0 55px 60px;
}

@media screen and (max-width: 1449px) {
  .footer {
    padding-top: 80px;
  }
  .footer .entry_banner {
    border-radius: 8px;
    height: 200px;
    margin-bottom: 80px;
    padding-left: 100px;
  }
  .footer .entry_banner .entry_tit {
    font-size: 60px;
  }
  .footer .entry_banner .entry_desc {
    border-radius: 8px;
    font-size: 18px;
    margin-left: 60px;
    padding: 8px;
  }
  .footer .entry_banner .entry_btn {
    margin-right: 50px;
    width: 40px;
  }
  .footer .footer_main {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            justify-content: space-between;
  }
  .footer .footer_main .footer_txt .footer_logo {
    display: block;
    width: 240px;
  }
  .footer .footer_main .footer_txt .footer_address {
    font-size: 13px;
    margin-left: 50px;
    margin-top: -6px;
  }
  .footer .footer_main .footer_nav {
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
            align-items: flex-end;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
    padding-top: 18px;
  }
  .footer .footer_main .footer_nav .footer_nav-list {
    -webkit-box-pack: end;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
            justify-content: flex-end;
    margin-right: 25px;
  }
  .footer .footer_main .footer_nav .footer_nav-list li {
    font-size: 14px;
  }
}

@media screen and (max-width: 1449px) and (max-width: 1000px) {
  .footer .footer_main .footer_nav .footer_nav-list {
    max-width: 300px;
  }
}

@media screen and (max-width: 1449px) {
  .footer .footer_main .footer_nav .footer_nav-corp {
    font-size: 14px;
    margin-top: 25px;
    padding-right: 25px;
  }
  .footer .footer_main .footer_nav .footer_nav-corp:before {
    height: 13px;
    width: 13px;
  }
  .footer .copyright {
    font-size: 11px;
    padding: 40px 0 45px 50px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 50px;
  }
  .footer .entry_banner {
    border-radius: 8px;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 50px;
    padding: 30px 50px 30px 30px;
    position: relative;
  }
  .footer .entry_banner .entry_tit {
    font-size: 35px;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer .entry_banner .entry_desc {
    border-radius: 8px;
    font-size: 14px;
    margin-left: 0px;
    padding: 8px;
  }
  .footer .entry_banner .entry_btn {
    -webkit-transform: translateY(-50%);
    margin-right: 0px;
    position: absolute;
    right: 20px;
    top: 50%;
            transform: translateY(-50%);
    width: 30px;
  }
  .footer .footer_main {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
            align-items: center;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            justify-content: space-between;
  }
  .footer .footer_main .footer_txt {
    width: 300px;
  }
  .footer .footer_main .footer_txt .footer_logo {
    display: block;
    margin: 0 auto 15px;
    width: 230px;
  }
  .footer .footer_main .footer_txt .footer_address {
    font-size: 13px;
    margin: 0;
    margin-left: 0px;
    margin-top: -6px;
    text-align: center;
  }
  .footer .footer_main .footer_nav {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
            align-items: center;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
    padding-top: 50px;
  }
  .footer .footer_main .footer_nav .footer_nav-list {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 25px;
            justify-content: center;
    margin-right: 0px;
    max-width: 320px;
  }
  .footer .footer_main .footer_nav .footer_nav-list li {
    font-size: 14px;
  }
  .footer .footer_main .footer_nav .footer_nav-corp {
    font-size: 14px;
    margin: 30px auto 0;
    padding-right: 22px;
  }
  .footer .footer_main .footer_nav .footer_nav-corp:before {
    height: 11px;
    width: 11px;
  }
  .footer .copyright {
    font-size: 11px;
    padding: 60px 20px 30px;
    text-align: center;
  }
}

.company_page .company {
  background-image: url(../img/company/bg01.png), url(../img/company/bg02.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 180px 0 130px;
}

.company_page .com_tit04 {
  margin-bottom: 100px;
}

.company_page .message {
  margin-top: -60px;
  padding-top: 120px;
}

.company_page .message .message_contents {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  gap: 0 0;
          justify-content: space-between;
  padding-left: 260px;
  position: relative;
}

.company_page .message .message_contents .message_view {
  left: -260px;
  position: absolute;
  top: 0;
  width: 444px;
}

.company_page .message .message_contents .message_txt {
  margin-top: 20px;
  width: 57.5%;
}

.company_page .message .message_contents .message_txt .message_ttl {
  color: #3eab52;
    display: -webkit-box;
    font-family: "Quantico", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}


.company_page .message .message_contents .message_txt .message_desc {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: calc(37 / 18);
}

.company_page .message .message_contents .message_figure {
  width: 34.5%;
}

.company_page .message .message_contents .message_figure .message_figure-txt {
  padding-left: 24px;
  padding-top: 50px;
}

.company_page .message .message_contents .message_figure .message_figure-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.company_page .message .message_contents .message_figure .message_figure-txt .message_figure-name {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}

.company_page .message .message_contents .message_figure .message_figure-txt .message_figure-name span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.company_page .message .message_contents .message_figure .message_figure-txt .message_figure-name img {
  margin-left: -2px;
  max-width: 100%;
  width: 244px;
}

.company_page .seek {
  padding-top: 165px;
}

.company_page .seek .seek_contents {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  gap: 0 50px;
}

.company_page .seek .seek_contents .seek_item {
  width: calc(100% / 3 - 50px * 2 / 3);
}

.company_page .seek .seek_contents .seek_item:nth-of-type(1) .seek_item-tit {
  background-image: url(../img/company/number01.png);
}

.company_page .seek .seek_contents .seek_item:nth-of-type(2) .seek_item-tit {
  background-image: url(../img/company/number02.png);
}

.company_page .seek .seek_contents .seek_item:nth-of-type(3) .seek_item-tit {
  background-image: url(../img/company/number03.png);
}

.company_page .seek .seek_contents .seek_item-tit {
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #3eab52;
  display: -webkit-box;
  display: flex;
  font-size: 40px;
  font-weight: 500;
  height: 118px;
          justify-content: center;
  margin-bottom: 25px;
  margin-top: 50px;
  text-align: center;
}

.company_page .seek .seek_contents .seek_item-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.company_page .company_info {
  padding: 150px 0 60px;
}

.company_page .company_info .company_info-table dl {
  border-top: 1px solid #c5e6cb;
}

.company_page .company_info .company_info-table dl > div {
  border-bottom: 1px solid #c5e6cb;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.company_page .company_info .company_info-table dl > div dt {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
          align-items: center;
  background-color: #ecf7ee;
  display: -webkit-box;
  display: flex;
          justify-content: space-between;
  padding: 31px 45px;
  text-align: center;
  width: 200px;
}

.company_page .company_info .company_info-table dl > div dd {
  padding: 31px 45px;
  width: calc(100% - 200px);
}

@media screen and (max-width: 1449px) {
  .company_page .company {
    padding: 120px 0 80px;
  }
  .company_page .com_tit04 {
    margin-bottom: 70px;
  }
  .company_page .message {
    margin-top: -20px;
    padding-top: 70px;
  }
  .company_page .message .message_contents {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    gap: 0 0;
            justify-content: space-between;
    padding-left: 280px;
    position: relative;
  }
  .company_page .message .message_contents .message_view {
    left: -50px;
    position: absolute;
    top: 0;
    width: 300px;
  }
  .company_page .message .message_contents .message_txt {
    margin-top: 15px;
    width: 59%;
  }
  .company_page .message .message_contents .message_txt .message_desc {
    font-size: 16px;
  }
  .company_page .message .message_contents .message_figure {
    width: 36%;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt {
    padding-left: 20px;
    padding-top: 35px;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt p {
    font-size: 15px;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt .message_figure-name {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt .message_figure-name span {
    font-size: 15px;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt .message_figure-name img {
    margin-left: -2px;
    max-width: 100%;
    width: 180px;
  }
}

@media screen and (max-width: 1449px) and (max-width: 1000px) {
  .company_page .message .message_contents {
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 30px;
    padding-left: 0;
  }
  .company_page .message .message_contents .message_view {
    left: auto;
    position: static;
    top: auto;
    width: calc(47.8% - 30px * 1 / 2);
  }
  .company_page .message .message_contents .message_txt {
    width: 100%;
  }
  .company_page .message .message_contents .message_txt .message_desc {
    font-size: 16px;
  }
  .company_page .message .message_contents .message_figure {
    width: calc(52.2% - 30px * 1 / 2);
  }
  .company_page .message .message_contents .message_figure .message_figure-txt {
    text-align: center;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt .message_figure-name {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1449px) {
  .company_page .seek {
    padding-top: 120px;
  }
  .company_page .seek .seek_contents {
    gap: 0 20px;
  }
  .company_page .seek .seek_contents .seek_item {
    width: calc(100% / 3 - 20px * 2 / 3);
  }
  .company_page .seek .seek_contents .seek_item-tit {
    font-size: 28px;
    height: 80px;
    margin-bottom: 20px;
    margin-top: 35px;
  }
  .company_page .seek .seek_contents .seek_item-desc {
    font-size: 17px;
  }
}

@media screen and (max-width: 1449px) and (max-width: 1000px) {
  .company_page .seek .seek_contents .seek_item-tit {
    font-size: 24px;
  }
  .company_page .seek .seek_contents .seek_item-desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 1449px) {
  .company_page .company_info {
    padding: 100px 0 20px;
  }
  .company_page .company_info .company_info-table dl > div {
    display: -webkit-box;
    display: flex;
    font-size: 16px;
  }
  .company_page .company_info .company_info-table dl > div dt {
    padding: 28px 35px;
    width: 180px;
  }
  .company_page .company_info .company_info-table dl > div dd {
    padding: 28px 35px;
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 768px) {
  .company_page .company {
    padding: 60px 0 40px;
  }
  .company_page .com_tit04 {
    margin-bottom: 40px;
  }
  .company_page .message {
    margin-top: -40px;
    padding-top: 70px;
  }
  .company_page .message .message_contents {
    -webkit-box-align: start;
    -webkit-box-pack: center;
            align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 0px;
            justify-content: center;
    padding-left: 0;
  }
  .company_page .message .message_contents .message_view {
    -webkit-box-ordinal-group: 4;
    left: auto;
    margin-top: 0px;
    max-width: 400px;
            order: 3;
    position: static;
    top: auto;
    width: 100%;
  }
  .company_page .message .message_contents .message_txt {
    -webkit-box-ordinal-group: 3;
    margin-top: 0px;
            order: 2;
    width: 100%;
  }
  .company_page .message .message_contents .message_txt .message_desc {
    font-size: 15px;
  }
  .company_page .message .message_contents .message_figure {
    -webkit-box-ordinal-group: 2;
    max-width: 400px;
            order: 1;
    width: 100%;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt {
    padding-left: 20px;
    padding-top: 35px;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt p {
    font-size: 15px;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt .message_figure-name {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt .message_figure-name span {
    font-size: 15px;
  }
  .company_page .message .message_contents .message_figure .message_figure-txt .message_figure-name img {
    margin-left: -2px;
    max-width: 100%;
    width: 180px;
  }
  .company_page .seek {
    padding-top: 80px;
  }
  .company_page .seek .seek_contents {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
            flex-direction: column;
    gap: 40px 0;
  }
  .company_page .seek .seek_contents .seek_item {
    width: 100%;
  }
  .company_page .seek .seek_contents .seek_item-tit {
    font-size: 21px;
    height: 60px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .company_page .seek .seek_contents .seek_item-desc {
    font-size: 15px;
  }
  .company_page .company_info {
    padding: 80px 0 10px;
  }
  .company_page .company_info .inner_s {
    max-width: 100%;
  }
  .company_page .company_info .company_info-table dl > div {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
  }
  .company_page .company_info .company_info-table dl > div dt {
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding: 20px 20px;
    width: 100%;
  }
  .company_page .company_info .company_info-table dl > div dd {
    padding: 20px 20px;
    width: 100%;
  }
}

.index_page .mv {
  background-color: #edf9ff;
  background-image: url(../img/index/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 840px;
  min-height: 300px;
  position: relative;
}

.index_page .mv .mv_img {
  position: absolute;
  top: 0;
  width: 100%;
}

.index_page .mv .mv_img .mv_img-top {
  -webkit-animation: loop 60s linear infinite;
  animation: loop 60s linear infinite;
  background-image: url(../img/index/mv_img01.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 300px;
  display: block;
  height: 300px;
  padding-top: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

.index_page .mv .mv_img .mv_img-top img {
  -webkit-transform: translate(-50%, 0);
  display: block;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.index_page .mv .mv_img .mv_img-bottom {
  -webkit-animation: loop_r 60s linear infinite;
  animation: loop_r 60s linear infinite;
  background-image: url(../img/index/mv_img02.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 300px;
  display: block;
  height: 300px;
  margin-top: 240px;
  padding-top: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

.index_page .mv .mv_img-inner {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-transform: translateY(-50%);
          align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
          justify-content: space-between;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%);
  width: 100%;
}

.index_page .mv .mv_img-inner .mv_copy01 {
  display: block;
  width: 647px;
}

.index_page .mv .mv_img-inner .mv_copy02 {
  font-size: 22px;
  font-weight: 500;
  line-height: calc(37 / 22);
}

@-webkit-keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1914px 0;
  }
}

@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1914px 0;
  }
}

@-webkit-keyframes loop_r {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1914px 0;
  }
}

@keyframes loop_r {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1914px 0;
  }
}

.index_page .interview {
  padding-top: 150px;
}

.index_page .interview .com_tit01 {
  margin-bottom: 60px;
}

.index_page .interview .interview_box {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  gap: 0 50px;
          justify-content: space-between;
  margin-bottom: 80px;
}

.index_page .interview .interview_box .interview_item .interview_figure {
  border-radius: 10px;
  position: relative;
}

.index_page .interview .interview_box .interview_item .interview_figure span {
  background-color: #3eab52;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  left: 16px;
  line-height: 1;
  padding: 8px;
  position: absolute;
  top: 16px;
}

.index_page .interview .interview_box .interview_item .interview_figure .interview_tit {
  -webkit-transform: translateX(-50%);
  bottom: 32px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  left: 50%;
  line-height: 1.3;
  position: absolute;
          transform: translateX(-50%);
  width: 75%;
}

.index_page .interview .interview_box .interview_item .interview_txt {
  padding: 25px 60px 30px 50px;
  position: relative;
}

.index_page .interview .interview_box .interview_item .interview_txt:before {
  background-image: url(../img/common/arrow_r02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 48px;
  position: absolute;
  right: 8px;
  top: 25px;
  width: 48px;
}

.index_page .interview .interview_box .interview_item .interview_txt .interview_txt-tit {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}

.index_page .interview .interview_box .interview_item .interview_txt .interview_txt-tag {
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
  gap: 10px 0;
}

.index_page .interview .interview_box .interview_item .interview_txt .interview_txt-tag span {
  background-color: #e6f4e8;
  border-radius: 8px;
  color: #3eab52;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 8px;
}

.index_page .interview .realvoice {
  -webkit-box-align: center;
          align-items: center;
  background-image: url(../img/index/real_bg_pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  height: 300px;
  padding-left: 156px;
}

.index_page .interview .realvoice .realvoice_tit {
  color: #fff;
  font-family: "Quantico", sans-serif;
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.index_page .interview .realvoice .realvoice_desc {
  background-color: #fff;
  border-radius: 8px;
  color: #3eab52;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-left: 84px;
  padding: 8px;
}

.index_page .interview .realvoice .realvoice_btn {
  margin-left: auto;
  margin-right: 68px;
  width: 48px;
}

.index_page .workplace {
  padding-top: 200px;
}

.index_page .workplace .com_tit01 {
  margin-bottom: 55px;
}

.index_page .workplace .workplace_box {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 42px 38px;
          justify-content: space-between;
}

.index_page .workplace .workplace_box .workplace_item {
  border-radius: 12px;
  box-shadow: 0px 0px 15px 0px rgba(62, 171, 82, 0.1);
  padding: 47px 40px 80px;
  width: calc(100% / 2 - 38px * 1 / 2);
}

.index_page .workplace .workplace_box .workplace_item .numbers{display: flex;}
.index_page .workplace .workplace_box .workplace_item .numbers div{
  width: 29%;
}
.index_page .workplace .workplace_box .workplace_item .numbers img{
  width: 100%;
}

.index_page .workplace .workplace_box .workplace_item .numbers .numbers_ttl{
      border: 1px solid #3eab52;
    color: #3eab52;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 5px;
}

.index_page .workplace .workplace_box .workplace_item .numbers .numbers_note{
    color: #3eab52;
    text-align: right;
    display: block;
  }

.index_page .workplace .workplace_box .workplace_item .workplace_item-tit {
  border: 1px solid #3eab52;
  border-radius: 8px;
  color: #3eab52;
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  padding: 8px;
}

.index_page .workplace .workplace_box .workplace_item .workplace_item-subtit {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 18px;
  margin-left: 55px;
}

.index_page .workplace .workplace_box .workplace_item ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-left: 55px;
}

.index_page .workplace .workplace_box .workplace_item ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-left: 14px;
  position: relative;
}

.index_page .workplace .workplace_box .workplace_item ul li span {
  display: block;
  font-size: 14px;
  margin-left: -1em;
  padding-top: 5px;
}

.index_page .workplace .workplace_box .workplace_item ul li:before {
  background-color: #3eab52;
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 11px;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(1) {
  background-image: url(../img/index/workplace_img04.png), url(../img/index/workplace_img01.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: auto 300px, auto 300px;
  width: 100%;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul {
  max-width: 820px;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n) {
  width: 90px;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 1), .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 2) {
  width: 150px;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 3) {
  width: 210px;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 4) {
  width: 200px;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(2) {
  background-image: url(../img/index/workplace_img04.png), url(../img/index/workplace_img03.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: auto 300px, auto 300px;
  width: 100%;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(2) ul {
  max-width: 250px;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(2) ul li:nth-of-type(2n) {
  width: 90px;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(2) ul li:nth-of-type(2n - 1) {
  width: 150px;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(3) {
  background-image: url(../img/index/workplace_img04.png), url(../img/index/workplace_img03.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: auto 300px, auto 300px;
}

.index_page .workplace .workplace_box .workplace_item:nth-of-type(3) ul li {
  width: 100%;
}

.index_page .company {
  padding-top: 200px;
}

.index_page .company .com_tit01 {
  margin-bottom: 40px;
}

.index_page .company .company_block {
  background-image: url(../img/index/company_bg01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 79px 0 94px;
}

.index_page .company .company_block .inner .company_block-btn {
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  gap: 0 20px;
          justify-content: center;
  padding-top: 35px;
}

.index_page .company .company_block .inner .company_block-txt {
  max-width: 815px;
  width: 100%;
}

@media screen and (max-width: 1449px) {
  .index_page .mv {
    height: 700px;
    min-height: 300px;
  }
  .index_page .mv .mv_img .mv_img-top {
    -webkit-animation: loop 60s linear infinite;
    animation: loop 60s linear infinite;
    background-image: url(../img/index/mv_img01.png);
    background-size: auto 250px;
    height: 250px;
  }
  .index_page .mv .mv_img .mv_img-bottom {
    -webkit-animation: loop_r 60s linear infinite;
    animation: loop_r 60s linear infinite;
    background-image: url(../img/index/mv_img02.png);
    background-size: auto 250px;
    height: 250px;
    margin-top: 200px;
    width: 100%;
  }
  .index_page .mv .mv_img-inner {
    max-width: 1180px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .index_page .mv .mv_img-inner .mv_copy01 {
    width: 450px;
  }
  .index_page .mv .mv_img-inner .mv_copy02 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1449px) and (max-width: 1000px) {
  .index_page .mv .mv_img-inner {
    -webkit-box-pack: center;
    gap: 0 20px;
            justify-content: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .index_page .mv .mv_img-inner .mv_copy01 {
    width: 350px;
  }
  .index_page .mv .mv_img-inner .mv_copy02 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1449px) {
  @-webkit-keyframes loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1595px 0;
    }
  }
  @keyframes loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1595px 0;
    }
  }
  @-webkit-keyframes loop_r {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 1595px 0;
    }
  }
  @keyframes loop_r {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 1595px 0;
    }
  }
  .index_page .interview {
    padding-top: 100px;
  }
  .index_page .interview .com_tit01 {
    margin-bottom: 40px;
  }
  .index_page .interview .interview_box {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    gap: 0 30px;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .index_page .interview .interview_box .interview_item .interview_figure {
    border-radius: 10px;
  }
  .index_page .interview .interview_box .interview_item .interview_figure span {
    font-size: 15px;
    left: 14px;
    padding: 8px;
    top: 14px;
  }
  .index_page .interview .interview_box .interview_item .interview_figure .interview_tit {
    bottom: 18px;
    font-size: 1.8vw;
    width: 80%;
  }
  .index_page .interview .interview_box .interview_item .interview_txt {
    padding: 25px 45px 20px 30px;
  }
  .index_page .interview .interview_box .interview_item .interview_txt:before {
    height: 35px;
    right: 5px;
    top: 25px;
    width: 35px;
  }
  .index_page .interview .interview_box .interview_item .interview_txt .interview_txt-tit {
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
  }
  .index_page .interview .interview_box .interview_item .interview_txt .interview_txt-tag {
    gap: 7px 0;
  }
  .index_page .interview .interview_box .interview_item .interview_txt .interview_txt-tag span {
    border-radius: 8px;
    font-size: 14px;
    padding: 8px;
  }
  .index_page .interview .realvoice {
    border-radius: 8px;
    height: 200px;
    margin-bottom: 80px;
    padding-left: 50px;
  }
  .index_page .interview .realvoice .realvoice_tit {
    font-size: 55px;
  }
  .index_page .interview .realvoice .realvoice_desc {
    border-radius: 8px;
    font-size: 16px;
    margin-left: 45px;
    padding: 8px;
  }
  .index_page .interview .realvoice .realvoice_btn {
    margin-right: 30px;
    width: 40px;
  }
  .index_page .workplace {
    padding-top: 80px;
  }
  .index_page .workplace .com_tit01 {
    margin-bottom: 40px;
  }
  .index_page .workplace .workplace_box {
    gap: 30px 25px;
  }
  .index_page .workplace .workplace_box .workplace_item {
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(62, 171, 82, 0.1);
    padding: 35px 25px 50px;
    width: calc(100% / 2 - 25px * 1 / 2);
  }
  .index_page .workplace .workplace_box .workplace_item .workplace_item-tit {
    border-radius: 8px;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 8px;
  }
  .index_page .workplace .workplace_box .workplace_item .workplace_item-subtit {
    font-size: 17px;
    margin-bottom: 18px;
    margin-left: 25px;
  }
  .index_page .workplace .workplace_box .workplace_item ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-left: 25px;
  }
  .index_page .workplace .workplace_box .workplace_item ul li {
    font-size: 15px;
    padding-left: 13px;
  }
  .index_page .workplace .workplace_box .workplace_item ul li span {
    display: block;
    font-size: 13px;
    margin-left: -1em;
    padding-top: 5px;
  }
  .index_page .workplace .workplace_box .workplace_item ul li:before {
    content: "";
    height: 10px;
    top: 3px;
    width: 10px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) {
    background-image: url(../img/index/workplace_img04.png), url(../img/index/workplace_img01.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: auto 200px, auto 200px;
    width: 100%;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul {
    max-width: 600px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n) {
    width: 90px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 1), .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 2) {
    width: 100px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 3) {
    width: 130px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 4) {
    width: 130px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(2) {
    background-image: url(../img/index/workplace_img04.png), url(../img/index/workplace_img03.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: auto 200px, auto 150px;
    width: 100%;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(2) ul {
    max-width: 220px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(2) ul li:nth-of-type(2n) {
    width: 80px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(2) ul li:nth-of-type(2n - 1) {
    width: 90px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(3) {
    background-image: url(../img/index/workplace_img04.png), url(../img/index/workplace_img03.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: auto 200px, auto 200px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(3) ul li {
    width: 100%;
  }
  .index_page .company {
    padding-top: 100px;
  }
  .index_page .company .com_tit01 {
    margin-bottom: 40px;
  }
  .index_page .company .company_block {
    padding: 60px 0 60px;
  }
  .index_page .company .company_block .inner .company_block-btn {
    padding-top: 0;
  }
  .index_page .company .company_block .inner .company_block-txt {
    max-width: 600px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .index_page .mv {
    height: 600px;
    min-height: 300px;
  }
  .index_page .mv .mv_img .mv_img-top {
    -webkit-animation: loop 50s linear infinite;
    animation: loop 50s linear infinite;
    background-image: url(../img/index/mv_img01.png);
    background-size: auto 180px;
    height: 180px;
  }
  .index_page .mv .mv_img .mv_img-bottom {
    -webkit-animation: loop_r 50s linear infinite;
    animation: loop_r 50s linear infinite;
    background-image: url(../img/index/mv_img02.png);
    background-size: auto 180px;
    height: 180px;
    margin-top: 240px;
    width: 100%;
  }
  .index_page .mv .mv_img-inner {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
            align-items: center;
            flex-direction: column;
    gap: 30px 0;
            justify-content: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .index_page .mv .mv_img-inner .mv_copy01 {
    max-width: 100%;
    width: 320px;
  }
  .index_page .mv .mv_img-inner .mv_copy02 {
    font-size: 15px;
  }
  @-webkit-keyframes loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1595px 0;
    }
  }
  @keyframes loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1595px 0;
    }
  }
  @-webkit-keyframes loop_r {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 1595px 0;
    }
  }
  @keyframes loop_r {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 1595px 0;
    }
  }
  .index_page .interview {
    padding-top: 60px;
  }
  .index_page .interview .com_tit01 {
    margin-bottom: 30px;
  }
  .index_page .interview .interview_box {
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
    gap: 30px 10px;
    margin-bottom: 30px;
  }
  .index_page .interview .interview_box .interview_item {
    width: calc(100% / 2 - 10px * 1 / 2);
  }
  .index_page .interview .interview_box .interview_item .interview_figure {
    border-radius: 10px;
  }
  .index_page .interview .interview_box .interview_item .interview_figure span {
    font-size: 12px;
    left: 10px;
    padding: 6px;
    top: 10px;
  }
  .index_page .interview .interview_box .interview_item .interview_figure .interview_tit {
    bottom: 10px;
    font-size: 2.6vw;
    text-align: center;
    width: 92%;
  }
  .index_page .interview .interview_box .interview_item .interview_txt {
    padding: 25px 30px 20px 10px;
  }
  .index_page .interview .interview_box .interview_item .interview_txt:before {
    height: 25px;
    right: 10px;
    top: 34px;
    width: 25px;
  }
  .index_page .interview .interview_box .interview_item .interview_txt .interview_txt-tit {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .index_page .interview .interview_box .interview_item .interview_txt .interview_txt-tag {
    gap: 5px 0;
  }
  .index_page .interview .interview_box .interview_item .interview_txt .interview_txt-tag span {
    border-radius: 6px;
    font-size: 2.1vw;
    padding: 6px;
  }
  .index_page .interview .realvoice {
    border-radius: 8px;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 50px;
    padding: 30px 50px 30px 30px;
    position: relative;
  }
  .index_page .interview .realvoice .realvoice_tit {
    font-size: 35px;
    margin-bottom: 20px;
    width: 100%;
  }
  .index_page .interview .realvoice .realvoice_desc {
    border-radius: 8px;
    font-size: 14px;
    margin-left: 0px;
    padding: 8px;
  }
  .index_page .interview .realvoice .realvoice_btn {
    -webkit-transform: translateY(-50%);
    margin-right: 0px;
    position: absolute;
    right: 20px;
    top: 50%;
            transform: translateY(-50%);
    width: 30px;
  }
  .index_page .workplace {
    padding-top: 60px;
  }
  .index_page .workplace .com_tit01 {
    margin-bottom: 30px;
  }
  .index_page .workplace .workplace_box {
    gap: 20px 0px;
  }
  .index_page .workplace .workplace_box .workplace_item {
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(62, 171, 82, 0.1);
    padding: 30px 20px 40px;
    width: 100%;
  }
  .index_page .workplace .workplace_box .workplace_item .workplace_item-tit {
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 6px;
  }
  .index_page .workplace .workplace_box .workplace_item .workplace_item-subtit {
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .index_page .workplace .workplace_box .workplace_item ul {
    gap: 15px 0;
    margin-left: 15px;
  }
  .index_page .workplace .workplace_box .workplace_item ul li {
    font-size: 15px;
    padding-left: 13px;
  }
  .index_page .workplace .workplace_box .workplace_item ul li span {
    display: block;
    font-size: 13px;
    margin-left: -1em;
    padding-top: 5px;
  }
  .index_page .workplace .workplace_box .workplace_item ul li:before {
    content: "";
    height: 10px;
    top: 3px;
    width: 10px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) {
    background-image: url(../img/index/workplace_img04.png), url(../img/index/workplace_img01.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: auto 120px, auto 120px;
    width: 100%;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul {
    max-width: 100%;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n) {
    width: auto;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 1), .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 2) {
    width: auto;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 3) {
    width: auto;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(5n - 4) {
    width: auto;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(2n) {
    width: 120px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(1) ul li:nth-of-type(2n-1) {
    width: 130px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(2) {
    background-image: url(../img/index/workplace_img04.png), url(../img/index/workplace_img03.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: auto 150px, auto 130px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(2) ul {
    max-width: 220px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(2) ul li:nth-of-type(2n) {
    width: 80px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(2) ul li:nth-of-type(2n - 1) {
    width: 90px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(3) {
    background-image: url(../img/index/workplace_img04.png), url(../img/index/workplace_img03.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: auto 150px, auto 150px;
  }
  .index_page .workplace .workplace_box .workplace_item:nth-of-type(3) ul li {
    width: 100%;
  }

.index_page .workplace .workplace_box .workplace_item .numbers{display: block;}
.index_page .workplace .workplace_box .workplace_item .numbers div{width: 80%;
    margin-bottom: 20px;}
.index_page .workplace .workplace_box .workplace_item .numbers .numbers_ttl {
    font-size: 13px;
    margin-bottom: 10px;
}

  .index_page .company {
    padding-top: 60px;
  }
  .index_page .company .com_tit01 {
    margin-bottom: 30px;
  }
  .index_page .company .company_block {
    padding: 40px 0 40px;
  }
  .index_page .company .company_block .inner .company_block-btn {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
    width: 100%;
  }
  .index_page .company .company_block .inner .company_block-btn a + a {
    margin-top: 20px;
  }
  .index_page .company .company_block .inner .company_block-txt {
    max-width: 100%;
    width: 100%;
  }
}

.interview_page .interview {
  background-color: #f1faf1;
  background-image: url(../img/interview/bg01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 180px 0 220px;
}

.interview_page .interview .interview_items {
  position: relative;
}

.interview_page .interview .interview_items .interview_item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.interview_page .interview .interview_items .interview_item .open_btn {
  background-image: url(../img/interview/icon_plus.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 62px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 62px;
}

.interview_page .interview .interview_items .interview_item .open_btn.minus {
  background-image: url(../img/interview/icon_minus.png);
}

.interview_page .interview .interview_items .interview_item + .interview_item {
  margin-top: 60px;
}

.interview_page .interview .interview_items .interview_item .interview_item-head {
  -webkit-box-align: start;
          align-items: flex-start;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  gap: 0 50px;
  padding: 70px;
}

.interview_page .interview .interview_items .interview_item .interview_item-head .head_figure {
  width: 56.6%;
}

.interview_page .interview .interview_items .interview_item .interview_item-head .head_txt {
  margin-top: 45px;
  width: calc(100% - 56.6%);
}

.interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit {
  margin-bottom: 40px;
}

.interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span {
  background-color: #fff;
  border-radius: 7px;
  color: #3eab52;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  padding: 5px 20px;
}

.interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span:nth-of-type(1) {
  margin-left: -200px;
}

.interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span:nth-of-type(2) {
  margin-left: -50px;
  margin-top: 10px;
}

.interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-name {
  -webkit-box-align: center;
          align-items: center;
  color: #141414;
  display: -webkit-box;
  display: flex;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-name span {
  background-color: #3eab52;
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
  padding: 8px 12px;
}

.interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tags li {
  background-color: #e6f4e8;
  border-radius: 8px;
  color: #3eab52;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 7px 13px;
}

.interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tags li + li {
  margin-top: 10px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents {
  -webkit-transition: all 0.4s ease;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 70px 0;
  transition: all 0.4s ease;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box01 + .interview_item-box01 {
  margin-top: 55px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box01 .box01_tit {
  color: #3eab52;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(46 / 28);
  margin-bottom: 25px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box01 .box01_desc {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(37 / 18);
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  gap: 0 50px;
  margin-top: 55px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_txt {
  width: calc(100% - 50%);
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_txt .box02_tit {
  color: #3eab52;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(46 / 28);
  margin-bottom: 25px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_txt .box02_desc {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(37 / 18);
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_figure {
  width: 50%;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule {
  margin-bottom: 100px;
  margin-top: 140px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_tit {
  -webkit-box-align: center;
          align-items: center;
  color: #3eab52;
  display: -webkit-box;
  display: flex;
  font-family: "Quantico", sans-serif;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 1em;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_tit span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 35px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl {
  width: 50%;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl:nth-of-type(2) {
  margin-left: 64px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl:nth-of-type(2) div:last-of-type dt:after {
  -webkit-transform: none;
  bottom: 50%;
  height: calc(50% + 45px);
  top: auto;
          transform: none;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl div {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  vertical-align: middle;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl div + div {
  margin-top: 45px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl div:nth-child(1) dt:after {
  -webkit-transform: none;
  bottom: auto;
  height: calc(50% + 75px);
  top: 50%;
          transform: none;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt {
  color: #3eab52;
  font-family: "Quantico", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  line-height: calc(52 / 30);
  padding-left: 30px;
  position: relative;
  width: 150px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt:before, .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt:after {
  background-color: #3eab52;
  content: "";
  display: inline-block;
  position: absolute;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt:before {
  -webkit-transform: translateY(-50%);
  background-image: -webkit-gradient(linear, left top, right top, from(#3eab52), to(#8cd57e));
  background-image: linear-gradient(90deg, #3eab52, #8cd57e);
  border-radius: 50%;
  height: 12px;
  left: 0px;
  top: 50%;
          transform: translateY(-50%);
  width: 12px;
  z-index: 2;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt:after {
  -webkit-transform: translateY(-50%);
  height: calc(100% + 45px);
  left: 5.5px;
  top: 50%;
          transform: translateY(-50%);
  width: 1px;
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt.long01:after {
  -webkit-transform: translateY(-50%);
  height: calc(100% + 100px);
  top: calc(50% + 25px);
          transform: translateY(-50%);
}

.interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dd {
  font-size: 20px;
  font-weight: 500;
  line-height: calc(52 / 20);
  width: calc(100% - 150px);
}

.interview_page .interview .interview_items .interview_item.open .interview_item-contents {
  max-height: none;
  /* 十分な高さを指定 */
  opacity: 1;
  overflow: auto;
}

.interview_page .realvoice {
  background-image: url(../img/interview/bg02.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 180px 0 40px;
}

.interview_page .realvoice .realvoice_contents {
  padding-left: 70px;
  position: relative;
}

.interview_page .realvoice .realvoice_items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 70px 70px;
}

.interview_page .realvoice .realvoice_items .realvoice_item {
  width: calc(100% / 2 - 70px * 1 / 2);
}

.interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-name {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  font-family: "Quantico", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}

.interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-name span {
  background-color: #3eab52;
  color: #fff;
  display: block;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴシック", "Avenir", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 15px;
  padding: 6px 8px;
}

.interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-tit {
  color: #3eab52;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

.interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-q {
  background-color: #e6f4e8;
  border-radius: 6px;
  color: #3eab52;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0 15px;
  padding: 6px 30px 6px 45px;
  position: relative;
}

.interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-q:before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/interview/icon_q.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  left: -4px;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 40px;
}

@media screen and (max-width: 1449px) {
  .interview_page .interview {
    padding: 120px 0 170px;
  }
  .interview_page .interview .interview_items .interview_item .open_btn {
    height: 50px;
    right: 25px;
    top: 25px;
    width: 50px;
  }
  .interview_page .interview .interview_items .interview_item + .interview_item {
    margin-top: 50px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head {
    border-radius: 10px;
    gap: 0 25px;
    padding: 50px 40px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_figure {
    width: 56.6%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt {
    margin-top: 30px;
    width: calc(100% - 56.6%);
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit {
    margin-bottom: 40px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span {
    border-radius: 7px;
    font-size: 25px;
    padding: 5px 12px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span:nth-of-type(1) {
    margin-left: -140px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span:nth-of-type(2) {
    margin-left: -20px;
    margin-top: 10px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-name {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-name span {
    font-size: 13px;
    margin-right: 15px;
    padding: 7px 10px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tags li {
    border-radius: 8px;
    font-size: 14px;
    padding: 7px 10px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tags li + li {
    margin-top: 8px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents {
    padding: 0 40px 0;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box01 + .interview_item-box01 {
    margin-top: 40px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box01 .box01_tit {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box01 .box01_desc {
    font-size: 16px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 {
    gap: 0 35px;
    margin-top: 50px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_txt {
    width: calc(100% - 50%);
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_txt .box02_tit {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_txt .box02_desc {
    font-size: 16px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_figure {
    width: 50%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule {
    margin-bottom: 80px;
    margin-top: 100px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_tit {
    font-size: 40px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_tit span {
    font-size: 20px;
    margin-left: 25px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time {
    display: -webkit-box;
    display: flex;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl {
    width: 50%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl:nth-of-type(2) {
    margin-left: 25px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl:nth-of-type(2) div:last-of-type dt:after {
    height: calc(50% + 45px);
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl div + div {
    margin-top: 30px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl div:nth-child(1) dt:after {
    height: calc(50% + 75px);
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt {
    font-size: 22px;
    padding-left: 25px;
    width: 110px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt:before {
    height: 12px;
    width: 12px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt:after {
    height: calc(100% + 45px);
    left: 5.5px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt.long01:after {
    height: calc(100% + 100px);
    top: calc(50% + 25px);
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dd {
    font-size: 16px;
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 1449px) and (max-width: 1000px) {
  .interview_page .interview .interview_items .interview_item .interview_item-head {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
            flex-direction: column;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_figure {
    width: 70%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt {
    margin-top: 30px;
    width: 100%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span:nth-of-type(1) {
    margin-left: 0px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span:nth-of-type(2) {
    margin-left: 0px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl {
    width: 100%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl:nth-of-type(1) div:last-of-type dt:after {
    height: calc(50% + 150px);
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl:nth-of-type(2) {
    margin-left: 0px;
    margin-top: 30px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl:nth-of-type(2) div:last-of-type dt:after {
    height: calc(50% + 45px);
  }
}

@media screen and (max-width: 1449px) {
  .interview_page .realvoice {
    padding: 110px 0 30px;
  }
  .interview_page .realvoice .realvoice_contents {
    padding-left: 10px;
  }
  .interview_page .realvoice .realvoice_items {
    gap: 40px 40px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item {
    width: calc(100% / 2 - 40px * 1 / 2);
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-name {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-name span {
    font-size: 13px;
    margin-left: 12px;
    padding: 6px 8px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-tit {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-desc {
    font-size: 15px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-q {
    border-radius: 6px;
    font-size: 17px;
    font-weight: 500;
    margin: 28px 0 12px;
    padding: 6px 12px 6px 40px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-q:before {
    height: 35px;
    left: -3px;
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  .interview_page .interview {
    padding: 60px 0 80px;
  }
  .interview_page .interview .interview_items .interview_item .open_btn {
    height: 35px;
    right: 15px;
    top: 15px;
    width: 35px;
  }
  .interview_page .interview .interview_items .interview_item + .interview_item {
    margin-top: 40px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    border-radius: 10px;
            flex-direction: column;
    gap: 0 25px;
    padding: 60px 15px 40px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_figure {
    width: 100%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt {
    margin-top: 15px;
    width: 100%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit {
    margin-bottom: 15px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span {
    background-color: transparent;
    border-radius: 7px;
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span:nth-of-type(1) {
    margin-left: 0;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tit span:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-name {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-name span {
    font-size: 12px;
    margin-right: 12px;
    padding: 6px 8px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tags li {
    border-radius: 8px;
    font-size: 11px;
    padding: 6px 8px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-head .head_txt .head_txt-tags li + li {
    margin-top: 8px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents {
    padding: 0 15px 0;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box01 + .interview_item-box01 {
    margin-top: 40px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box01 .box01_tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box01 .box01_desc {
    font-size: 15px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 {
    flex-wrap: wrap;
    gap: 30px 0px;
    margin-top: 40px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_txt {
    width: 100%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_txt .box02_tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_txt .box02_desc {
    font-size: 15px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-box02 .box02_figure {
    width: 100%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule {
    margin-bottom: 40px;
    margin-top: 60px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_tit {
    flex-wrap: wrap;
    font-size: 28px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_tit span {
    display: block;
    font-size: 18px;
    margin-left: 0px;
    margin-top: 12px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl {
    width: 100%;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl:nth-of-type(1) div:last-of-type dt:after {
    height: calc(50% + 150px);
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl:nth-of-type(2) {
    margin-left: 0;
    margin-top: 15px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl:nth-of-type(2) div:last-of-type dt:after {
    height: calc(50% + 45px);
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl div + div {
    margin-top: 15px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl div:nth-child(1) dt:after {
    height: calc(50% + 75px);
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt {
    font-size: 16px;
    line-height: calc(30 / 16);
    padding-left: 18px;
    width: 75px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt:before {
    height: 12px;
    width: 12px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt:after {
    height: calc(100% + 45px);
    left: 5.5px;
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dt.long01:after {
    height: calc(100% + 100px);
    top: calc(50% + 25px);
  }
  .interview_page .interview .interview_items .interview_item .interview_item-contents .interview_item-schedule .schedule_time dl dd {
    font-size: 14px;
    line-height: calc(30 / 14);
    width: calc(100% - 75px);
  }
  .interview_page .realvoice {
    padding: 80px 0 20px;
  }
  .interview_page .realvoice .realvoice_contents {
    padding-left: 10px;
  }
  .interview_page .realvoice .realvoice_items {
    gap: 50px 0px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item {
    width: 100%;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-name {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-name span {
    font-size: 13px;
    margin-left: 12px;
    padding: 6px 8px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-desc {
    font-size: 14px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-q {
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    margin: 23px 0 12px;
    padding: 6px 12px 6px 35px;
  }
  .interview_page .realvoice .realvoice_items .realvoice_item .realvoice_item-q:before {
    height: 32px;
    left: -3px;
    width: 32px;
  }
}
