@charset "utf-8";

/*-------------------------------
	基本設定
-------------------------------*/

/*----- フォント設定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  line-height: 1.5;
  word-wrap: break-word;
}
html {
  font-size: 62.5% !important;
}
body {
  /* opacity: 0; */
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #000;
  /* font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*----- 画像関連 */
img {
  height: auto;
  vertical-align: bottom;
}

/* SVG表示されないとき */
.svg {
  line-height: 1;
  display: block;
}
.svg img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}

/* object-fit */
.obj-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*----- ホバー系 */
a {
  transition: 0.3s all ease;
  color: #002562;
}
*:not(.not-a) > a:hover {
  opacity: 0.6;
}

/* 画像拡大 */
.hover_zoom img {
  transition: 0.3s all ease;
}
.hover_zoom:hover img {
  transform: scale(1.2);
}

/*----- コンテンツ */
.fullwidth {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.basewidth {
  max-width: 110rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.maxwidth {
  width: 100%;
  max-width: 119.3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.sec {
  /* padding-top: 9rem;
    padding-bottom: 9rem; */
}
.main {
  display: block;
}

/*----- アニメーション */
.view {
  opacity: 0;
  transform: translate(0, 0.7rem);
  transition: all 750ms;
}
.view.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.view2 {
  overflow: hidden;
  position: relative;
}
.view2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #fff;
  transition: all ease-in-out 750ms;
}
.view2.scrollin2:after {
  left: 100%;
}

.font-segoe {
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.outer {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
.sp {
  display: none;
}
/*-------------------------------
	ヘッダー
-------------------------------*/

.header {
}

/*-------------------------------
	フッター
-------------------------------*/

.footer {
}
.gotop {
}

/*-------------------------------
	パーツ
-------------------------------*/
.mainvisual__wrap {
  background-image: url(../images/recruit/mainvisual-gray.png);
  background-color: #919090;
  background-position: center;
  background-repeat: no-repeat;
  height: 60rem;
  width: 100%;
  color: #fff;
}
.mainvisual__lead {
  font-size: 2.4rem;
  width: fit-content;
  margin: 0 auto;
  padding-top: 3.2rem;
  text-align: center;
}
.mainvisual__title-eng {
  font-size: 8rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
  margin-top: 14.6rem;
}
.mainvisual__title-jp {
  font-size: 2.4rem;
  letter-spacing: 0.045em;
  border: 1px solid #fff;
  width: fit-content;
  margin: 0 auto;
  margin-top: 7.6rem;
  padding: 5px;
}
.main-menu {
  background-color: #08242d;
  width: 100%;
  /* height: 27.1rem; */
  display: flex;
  align-items: center;
  margin-top: -1px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.main-menu__inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5.7rem;
  row-gap: 4.7rem;
  width: 100.2rem;
}
.main-menu__item {
  width: 29.6rem;
  height: 7.4rem;
  border: 1.14px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-menu__item::after {
  content: url(../images/recruit/arrow-small.svg);
}
.intro {
}
.intro__catch {
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #eee509 0%);
  width: fit-content;
  margin: 0 auto;
  margin-top: 9.6rem;
}
.intro__subcatch {
  font-size: 1.6rem;
  letter-spacing: 3px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 5.4rem;
  text-align: center;
  font-weight: 500;
}
.intro__img {
  text-align: center;
  margin-top: 9.6rem;
}
.intro__img img {
  width: 100%;
}
.message__sec-title {
  margin-top: 18rem;
}
.message__content {
  display: flex;
  margin-top: 8.1rem;
}
.message__content-text {
  width: 50%;
  padding-right: 5vw;
  font-weight: 500;
}
.message__content-figure {
  width: 50%;
}
.message__content-figure img {
  width: 100%;
}
.message__content-caption {
  margin-top: 2.4rem;
  font-weight: 500;
}
.message__form-btn {
  margin-top: 14.1rem;
}
.environmet {
  margin-top: 15.7rem;
}

.lead {
  font-size: 3.6rem;
  text-align: center;
  margin: 50px auto;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "游明朝体", serif;
  font-weight: bold;
}

.environment__text {
  text-align: center;
  background-color: #f4f4f4;
  margin-top: 5.9rem;
  padding-bottom: 4rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.environment__text p {
  padding-top: 2.6rem;
  font-size: 1.8rem;
  letter-spacing: 3px;
  font-weight: 500;
  line-height: 2;
}
.environment__text p span {
  background: linear-gradient(transparent 60%, #eee509 0%);
}
.environment__img {
  max-width: 119.3rem;
  margin: 0 auto;
  margin-top: 4.4rem;
}
.environment__img img {
  width: 100%;
}
.environment__catch {
  font-size: 4rem;
  font-weight: bold;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.voice {
  margin-top: 18.1rem;
}
.voice__chara {
  margin-top: 18rem;
  margin-bottom: 6.4rem;
  display: flex;
  height: 80px;
}
.voice__roll {
  background-color: #19718e;
  color: #fff;
  font-size: 2.4rem;
  width: 32%;
  padding-right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
}
.voice__name {
  color: #19718e;
  font-size: 2.4rem;
  width: 68%;
  padding-left: 3.6rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.voice__box {
  display: flex;
  flex-wrap: wrap;
}
.voice__box-item {
  width: 50%;
  aspect-ratio: 801 / 701;
  background-color: #f4f4f4;
  padding: min(5.2vw, 40px) min(2.5vw, 30px);
}
.voice__box-item--img {
  width: 50%;
  object-fit: cover;
}
.voice__box-item--img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.voice__box-item--reverse {
  width: 50%;
  aspect-ratio: 801 / 701;
  color: #fff;
  padding: min(5.2vw, 40px) min(2.5vw, 30px);
  background-color: #19718e;
}

.voice__box-title_pre {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  color: #19718e;
}

.voice__box-text_pre {
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.voice__box-title {
  color: #19718e;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
}
.voice__box-item--reverse .voice__box-title {
  color: #fff;
}
.voice__box-text {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  line-height: 2.4;
  font-weight: 500;
}
.voice__box-timetable-caption {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding-right: 4rem;
  margin-top: 4rem;
}
.voice__box-timetable-caption span {
  font-size: 2.4rem;
  padding-right: 2rem;
}
.voice__box-timetable {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  margin-top: 4rem;
}
.voice__box-timetable tr {
  height: 3.6rem;
}
.voice__box-timetable td {
  width: 50%;
}
.voice__box-timetable td:first-child {
  text-align: left;
  /* padding-right: 16%; */
}
.voice__box-timetable td:last-child {
}
.movie {
  margin-top: 16.6rem;
}
.movie__video {
  margin-top: 8.1rem;
}
.movie__video img {
  width: 100%;
}
.guideline {
  margin-top: 18rem;
}
.guideline__table-title {
  font-size: 3rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 12rem;
}
.guideline__table-title span {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 2rem;
  display: block;
}
.guideline__table-title span::after {
  content: "／";
  font-size: 3.2rem;
  vertical-align: -webkit-baseline-middle;
  padding-right: 2rem;
}
.guideline__table {
  width: 100%;
  border: 1px solid #7d7d7d;
  margin-top: 1.6rem;
}
.guideline__table tr {
  /* height: 8rem; */
}
.guideline__table tr:not(:first-child) {
  border-top: 1px solid #7d7d7d;
}
.guideline__table th {
  width: 20rem;
  background-color: #d9d9d9;
  /* line-height: 8rem; */
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.guideline__table td {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 500;
}
.entry {
  margin-top: 9.8rem;
  padding-top: 9.1rem;
  padding-bottom: 9.6rem;
  background-image: url(../images/recruit/bgForm1.png);
}
.entry__inner {
  background-color: #fff;
  padding: 8rem;
  /* width: 120rem; */
}
.entry .wpcf7 {
  margin-top: 4.2rem !important;
}
.checkbox-945 > span {
  display: flex;
}
#footer_top {
  margin-top: 0 !important;
}
/*----- 見出し */
/* 大見出し */
.sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-title__eng {
  /* font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3rem;
  letter-spacing: 3px;
  color: #19718e;
  line-height: 2;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.sec-title__jp {
  padding-top: 0.8rem;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 3px;
}
.sec-title__border {
  height: 3px;
  background-color: #000;
  width: 11.3rem;
}
/*----- ボタン */
.Button-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Button {
}
.form_btn {
  border: 1px solid #000;
  position: relative;
  padding: 2.75rem 3.67rem 2.57rem 2.84rem;
  width: fit-content;
  font-weight: 500;
  font-size: 2.06rem;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 100);
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}
.form_btn img {
  padding-right: 1.12rem;
}
.form_btn::after {
  content: "";
  display: block;
  border: 1px solid #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.3rem;
  left: 0.3rem;
  z-index: -1;
}
.form_btn:hover {
  opacity: unset !important;
  background-color: #d9d9d9;
}
.form_btn:hover::after {
  background-color: #d9d9d9;
}

.wpcf7 p {
  font-size: 1.6rem !important;
}
.wpcf7 label {
  font-size: 1.6rem;
  display: block;
}
.wpcf7-list-item-label {
  font-size: 1.6rem !important;
}
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
.require-input {
  color: red;
}
.wpcf7-submit {
  zoom: 1.1;
}
.require-label {
  font-size: 12px;
}

/*-------------------------------
	PC専用
-------------------------------*/
@media screen and (min-width: 769px), print {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width: 768px), print {
  /* 14px 1.4rem; */
  /*-------------------------------
		基本設定
	-------------------------------*/

  html {
    /* font-size: 2.666666vw !important; */
    font-size: 1.333333vw !important;
  }
  body {
    min-width: 100%;
    font-size: 1.4rem;
  }

  /*----- コンテンツ */
  .fullwidth {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .basewidth {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .sp_basewidth {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sec {
    /* padding-top: 5rem;
		padding-bottom: 5rem; */
  }
  .main {
    padding-top: 0;
  }

  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /*-------------------------------
		ヘッダー
	-------------------------------*/

  .header {
  }

  /*----- ナビ */
  .header-nav {
    display: none;
  }

  /*----- ハンバーガー */
  .menu-button {
    width: 12rem;
    height: 12rem;
    padding: 4rem 3rem;
    box-sizing: border-box;
    display: block !important;
    z-index: 9900;
    cursor: pointer;
    background: #3c3c3c;
    position: fixed;
    right: 0;
    top: 0;
  }
  .menu-button i {
    display: block;
    width: 100%;
    height: 0.4rem;
    background: #fff;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    position: relative;
    left: 0px;
    top: 1.8rem;
  }
  .menu-button i:before,
  .menu-button i:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.4rem;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  .menu-button i:before {
    -webkit-transform: translateY(1.8rem);
    -ms-transform: translateY(1.8rem);
    transform: translateY(1.8rem);
  }
  .menu-button i:after {
    -webkit-transform: translateY(-1.8rem);
    -ms-transform: translateY(-1.8rem);
    transform: translateY(-1.8rem);
  }
  *:before,
  *:after {
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .is_open i {
    background: transparent;
  }
  .is_open i:after {
    transform: translateY(0px) rotate(-45deg);
  }
  .is_open i:before {
    transform: translateY(0px) rotate(45deg);
  }

  /*-------------------------------
		サブページ
	-------------------------------*/

  /*----- キービジュアル */
  .keyvisual {
  }

  /*-------------------------------
		フッター
	-------------------------------*/

  .footer {
  }

  /*-------------------------------
		パーツ
	-------------------------------*/

  /*----- 見出し */
  .sec-title {
  }
  .sec-subtitle {
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px), print {
  .mainvisual__wrap {
    height: 60rem;
    width: 100%;
    background-size: contain;
  }
  .mainvisual__lead {
    font-size: 2.8rem;
    margin: 0 auto;
    padding-top: 5.2rem;
  }
  .mainvisual__title-eng {
    font-size: 7rem;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 13.6rem;
  }
  .mainvisual__title-jp {
    font-size: 3.2rem;
    letter-spacing: 0.045em;
    margin: 0 auto;
    margin-top: 7.6rem;
    padding: 0 0.8rem;
  }
  .main-menu {
    width: 100%;
    margin-top: -1px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .main-menu__inner {
    margin: 0 auto;
    column-gap: 5.7rem;
    row-gap: 4.7rem;
    width: 100.2rem;
  }
  .main-menu__item {
    width: 31.6rem;
    height: 11.4rem;
  }
  .main-menu__item::after {
    zoom: 0.8;
    margin-top: 8px;
  }
  .intro {
  }
  .intro__catch {
    font-size: 4.4rem;
    margin: 0 auto;
    margin-top: 9.6rem;
  }
  .intro__subcatch {
    font-size: 3.2rem;
    letter-spacing: 3px;
    margin: 0 auto;
    margin-top: 5.4rem;
  }
  .intro__img {
    margin-top: 9.6rem;
  }
  .intro__img img {
    width: 100%;
  }
  .message__sec-title {
    margin-top: 18rem;
  }
  .message__content {
    flex-direction: column-reverse;
    margin-top: 8.1rem;
  }
  .message__content-text {
    width: 100%;
    margin-top: 5rem;
    padding-right: 0;
  }
  .message__content-figure {
    width: 100%;
  }
  .message__content-figure img {
    width: 100%;
  }
  .message__content-caption {
    margin-top: 2.4rem;
  }
  .message__form-btn {
    margin-top: 14.1rem;
  }
  .environmet {
    margin-top: 15.7rem;
  }
  .lead {
    width: 70%;
    font-size: 4.4rem;
    text-align: center;
    margin: 50px auto;
    line-height: 2;
    letter-spacing: 0.1em;
    font-family: "游明朝体", serif;
    font-weight: bold;
  }

  .environment__text {
    margin-top: 5.9rem;
    padding-bottom: 4rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    font-size: 3.4rem;
  }
  .environment__text p {
    padding-top: 2.6rem;
    font-size: 2.2rem;
    letter-spacing: 3px;
    line-height: 1.8;
  }
  .environment__text p span {
  }
  .environment__img {
    max-width: 119.3rem;
    margin: 0 auto;
    margin-top: 4.4rem;
  }
  .environment__img img {
    width: 100%;
  }
  .environment__catch {
    font-size: 5rem;
  }
  .voice {
    margin-top: 18.1rem;
  }
  .voice__chara {
    margin-top: 18rem;
    margin-bottom: 6.4rem;
    height: 50px;
  }
  .voice__roll {
    font-size: 4rem;
    width: 42%;
    padding-right: 2.4rem;
  }
  .voice__name {
    font-size: 4rem;
    width: 68%;
    padding-left: 3.6rem;
  }
  .voice__box {
    flex-direction: column;
  }
  .voice__box-item {
    width: 100%;
    aspect-ratio: unset;
    padding: min(5.2vw, 40px) min(2.5vw, 30px);
  }
  .voice__box-item--img {
    width: 100%;
  }
  .voice__box-item--img img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
  .voice__box-item--reverse {
    width: 100%;
    aspect-ratio: unset;
    padding: min(5.2vw, 40px) min(2.5vw, 30px);
  }
  .voice__box-title_pre {
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.75;
    color: #19718e;
  }

  .voice__box-text_pre {
    margin-bottom: 3.8rem;
    font-size: 2.6rem;
    line-height: 1.6;
  }

  .voice__box-title {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.75;
  }
  .voice__box-item--reverse .voice__box-title {
  }
  .voice__box-text {
    margin-top: 3.8rem;
    font-size: 2.6rem;
    line-height: 1.8;
  }
  .voice__box-timetable-caption {
    width: 100%;
    font-size: 2.2rem;
    padding-right: 4rem;
    margin-top: 4rem;
  }
  .voice__box-timetable-caption span {
    font-size: 4.4rem;
    padding-right: 2rem;
  }
  .voice__box-timetable {
    width: 80%;
    max-width: 330px;
    margin: 0 auto;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  .voice__box-timetable tr {
    height: 3.6rem;
    padding-top: 0.4rem;
  }
  .voice__box-timetable td {
    width: 50%;
  }
  .voice__box-timetable td:first-child {
    /* padding-right: 16%; */
    padding-top: 1rem;
  }
  .voice__box-timetable td:last-child {
  }
  .movie {
    margin-top: 16.6rem;
  }
  .movie__video {
    margin-top: 8.1rem;
  }
  .movie__video img {
    width: 100%;
  }
  .guideline {
    margin-top: 18rem;
  }
  .guideline__table-title {
    font-size: 4rem;
    margin-top: 12rem;
  }
  .guideline__table-title span {
    font-size: 4rem;
    padding-bottom: 2rem;
  }
  .guideline__table-title span::after {
    font-size: 4.2rem;
    padding-right: 2rem;
  }
  .guideline__table {
    width: 100%;
    margin-top: 1.6rem;
  }
  .guideline__table tr {
    /* height: 8rem; */
  }
  .guideline__table tr:not(:first-child) {
  }
  .guideline__table th {
    width: 20rem;
  }
  .guideline__table td {
    padding-left: 2.4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .entry {
    margin-top: 9.8rem;
    background-image: url(../images/recruit/bgForm1.png);
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .entry__inner {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
  }
  /*----- 見出し */
  /* 大見出し */
  .sec-title {
  }
  .sec-title__eng {
    font-size: 6rem;
    letter-spacing: 3px;
    line-height: 2;
  }
  .sec-title__jp {
    padding-top: 0.8rem;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
  .sec-title__border {
    height: 3px;
    width: 16.3rem;
  }
  /*----- ボタン */
  .Button-wrap {
    width: 100%;
  }
  .Button {
  }
  .form_btn {
    padding: 3rem 4rem 3rem 3rem;
    font-weight: 500;
    font-size: 3.06rem;
  }
  .form_btn::after {
    top: 0.4rem;
    left: 0.5rem;
  }
  .wpcf7 p {
    font-size: 3.2rem !important;
  }
  .wpcf7 label {
    font-size: 3.2rem;
    display: block;
  }
  .wpcf7-list-item-label {
    font-size: 3.2rem !important;
  }
  .wpcf7-radio {
  }
  .require-input {
  }
  .wpcf7-submit {
    zoom: 1.1;
  }
  .require-label {
    font-size: 2.4rem;
  }
}
