@charset "UTF-8";
/* ===================================

  @mixin name で設定
  @include name で呼び出し

====================================== */
/*
Theme Name: 森本工務店 採用サイト
Theme URL: https://recruit.morimoto-koumuten.jp/
Description: 森本工務店 採用サイト
Author: 森本工務店
Version: 1.0.0
Tags: 森本工務店
License: 森本工務店
License URI: https://recruit.morimoto-koumuten.jp/
*/
/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

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

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

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

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus-visible {
  outline: 2px solid #2F3E3F;
  outline-offset: 2px;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  background-color: #f7f6f2;
  color: #3E1F00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
  line-break: strict;
}

body:not(.home) {
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

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

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}

::-webkit-file-upload-button {
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
}

.btn,
::file-selector-button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* =============================================

- 下層ページ背景色
- 下層MV：画像あり: lmv-thumb
- section-title
- link-btn
- CTA: まずは森本工務店を見て、体験してみてください。

================================================ */
/* ---------------------------------
  下層ページ背景色
----------------------------------- */
body:not(.home) {
  background-color: #f7f6f2;
}
body:not(.home) .header,
body:not(.home) .lmv-thumb {
  background-color: #f7f6f2;
}

/* ---------------------------------
  下層MV：画像あり: lmv-thumb
----------------------------------- */
.lmv-thumb {
  margin-top: 70px;
}
.lmv-thumb__inner {
  width: 1100px;
  margin: 0 auto;
}
.lmv-thumb__head {
  padding: 61px 0 56px;
}
.lmv-thumb__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 18px;
}
.lmv-thumb__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #3E1F00;
}
.lmv-thumb__title .title {
  margin-top: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.lmv-thumb__title .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.lmv-thumb__img {
  width: 100%;
  padding-top: 34.9%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .lmv-thumb {
    margin-top: 65px;
  }
  .lmv-thumb__inner {
    width: 100%;
    padding: 0 30px;
  }
  .lmv-thumb__head {
    padding: 50px 0 45px;
  }
  .lmv-thumb__title {
    padding-bottom: 15px;
  }
  .lmv-thumb__title .title {
    margin-top: 8px;
    font-size: 26px;
  }
  .lmv-thumb__title .subtitle {
    font-size: 14px;
  }
  .lmv-thumb__img {
    padding-top: 35%;
  }
}
@media screen and (max-width: 758px) {
  .lmv-thumb__inner {
    padding: 0 20px;
  }
  .lmv-thumb__head {
    padding: 42px 0 36px;
  }
  .lmv-thumb__title {
    padding-bottom: 10px;
  }
  .lmv-thumb__title::after {
    height: 1px;
  }
  .lmv-thumb__title .title {
    margin-top: 3px;
    font-size: 22px;
  }
  .lmv-thumb__title .subtitle {
    font-size: 12px;
  }
  .lmv-thumb__img {
    padding-top: 55.56%;
  }
}
/* ---------------------------------
  section-title
----------------------------------- */
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 28px;
}
.section-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #3E1F00;
}
.section-title .title {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.section-title .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2F3E3F;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .section-title {
    padding-bottom: 20px;
  }
  .section-title::after {
    width: 30px;
  }
  .section-title .title {
    margin-top: 8px;
    font-size: 24px;
  }
  .section-title .subtitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .section-title {
    padding-bottom: 17px;
  }
  .section-title .title {
    margin-top: 6px;
    font-size: 22px;
  }
  body:not(.home) .section-title {
    padding-bottom: 17px;
  }
  body:not(.home) .section-title .title {
    margin-top: 6px;
    font-size: 20px;
  }
}
/* ---------------------------------
  link-btn
----------------------------------- */
.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 65px;
  background-image: url(img/ico/ico-arrow-right-bk.svg);
  background-repeat: no-repeat;
  background-size: 9px 11px;
  background-position: center right 23px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2F3E3F;
  letter-spacing: 0.1em;
  border: 1px solid #2F3E3F;
}
.link-btn:hover {
  background-color: #2F3E3F;
  background-image: url(img/ico/ico-arrow-right-wh.svg);
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .link-btn {
    margin-top: 40px;
    width: 200px;
    height: 50px;
    background-size: 7px 10px;
    background-position: center right 20px;
    font-size: 14px;
  }
  .link-btn:hover {
    background-color: transparent;
    background-image: url(img/ico/ico-arrow-right-bk.svg);
  }
}
@media screen and (max-width: 758px) {
  .link-btn {
    width: 100%;
  }
}
/* ===================================

  パンくす：breadcrumb

====================================== */
.breadcrumb-wrap {
  background-color: #f7f6f2;
}
.breadcrumb-wrap .breadcrumb {
  word-break: break-all;
  width: 1020px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap .breadcrumb {
    width: 100%;
    padding: 10px 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap .breadcrumb {
    padding: 8px 20px;
  }
}
/* ===========================================

  CTA: まずは森本工務店を見て、体験してみてください。

============================================== */
.cta__head {
  width: 100%;
}
.cta__bg {
  display: block;
  width: 100%;
}
.cta__bg.sp {
  display: none;
}
.cta__body {
  position: relative;
  width: 100%;
  margin-top: -50px;
  z-index: 1;
}
.cta__contents {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding: 62px 210px 70px;
}
.cta__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.cta__title .sp {
  display: none;
}
.cta__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 46px;
}
.cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 2);
          flex: 0 0 calc((100% - 80px) / 2);
  width: calc((100% - 80px) / 2);
  height: 65px;
  background-image: url(img/ico/ico-arrow-right-bk.svg);
  background-repeat: no-repeat;
  background-size: 9px 11px;
  background-position: center right 23px;
  font-size: 16px;
  font-weight: 500;
  color: #2F3E3F;
  letter-spacing: 0.1em;
  border: 1px solid #2F3E3F;
}
.cta__link:hover {
  background-color: #2F3E3F;
  background-image: url(img/ico/ico-arrow-right-wh.svg);
  color: #fff;
  opacity: 1;
}
.cta__link.exp {
  background-color: #2F3E3F;
  background-image: url(img/ico/ico-arrow-right-wh.svg);
  color: #fff;
}
.cta__link.exp:hover {
  background-color: #fff;
  background-image: url(img/ico/ico-arrow-right-bk.svg);
  color: #2F3E3F;
}

@media screen and (max-width: 1199px) {
  .cta__body {
    margin-top: -40px;
  }
  .cta__contents {
    width: calc(100% - 60px);
    padding: 40px;
  }
  .cta__title {
    font-size: 20px;
  }
  .cta__links {
    margin-top: 35px;
  }
  .cta__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    height: 50px;
    background-size: 7px 10px;
    background-position: center right 20px;
    font-size: 14px;
  }
  .cta__link:hover {
    background-color: #fff;
    background-image: url(img/ico/ico-arrow-right-bk.svg);
    color: #2F3E3F;
  }
  .cta__link.exp:hover {
    background-color: #2F3E3F;
    background-image: url(img/ico/ico-arrow-right-wh.svg);
    color: #fff;
  }
}
@media screen and (max-width: 758px) {
  .cta__bg.pc {
    display: none;
  }
  .cta__bg.sp {
    display: block;
  }
  .cta__contents {
    width: calc(100% - 40px);
    padding: 46px 30px 50px;
  }
  .cta__title {
    font-size: 18px;
  }
  .cta__title .sp {
    display: block;
  }
  .cta__links {
    display: block;
  }
  .cta__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    background-size: 6px 8px;
    background-position: center right 14px;
  }
  .cta__link + .cta__link {
    margin-top: 20px;
  }
}
.home .cta {
  margin-top: 140px;
}

@media screen and (max-width: 1199px) {
  .home .cta {
    margin-top: 100px;
  }
}
@media screen and (max-width: 758px) {
  .home .cta {
    margin-top: 80px;
  }
}
/* ===================================

  ヘッダー

====================================== */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.show {
  background-color: #f7f6f2;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
  padding-left: 55px;
}
.header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo__img {
  display: block;
  width: 265px;
}
.header-logo__txt {
  margin-left: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
}
.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .g-nav {
  padding-right: 6px;
}
.header .g-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .g-nav .menu-item a {
  display: block;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
}
.header-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 70px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #2F3E3F;
}
.header-btn__link:hover {
  opacity: 1;
}
.header-btn__link.inter {
  background-color: #fff;
}
.header-btn__link.inter:hover {
  background-color: #2F3E3F;
  color: #fff;
}
.header-btn__link.exp {
  background-color: #2F3E3F;
  color: #fff;
}
.header-btn__link.exp:hover {
  background-color: #fff;
  color: #2F3E3F;
}
.header .menu-btn {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header__inner {
    height: 65px;
    padding-left: 30px;
  }
  .header-logo__img {
    width: 180px;
  }
  .header-logo__txt {
    margin-left: 12px;
    font-size: 12px;
  }
  .header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .g-nav {
    display: none;
  }
  .header-btn {
    display: none;
  }
  .header .menu-btn {
    display: block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 10;
    width: 65px;
    height: 65px;
    border: none;
    background-color: #2F3E3F;
    overflow: hidden;
    outline: none;
  }
  .header .menu-btn span {
    position: absolute;
    top: 27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .menu-btn span:first-child {
    top: 28px;
  }
  .header .menu-btn span:last-of-type {
    top: 38px;
  }
  .header .menu-btn.active span:first-of-type {
    -webkit-transform: rotate(45deg) translateX(0);
        -ms-transform: rotate(45deg) translateX(0);
            transform: rotate(45deg) translateX(0);
    top: 50%;
    left: 20px;
  }
  .header .menu-btn.active span:last-of-type {
    -webkit-transform: rotate(-45deg) translateX(0);
        -ms-transform: rotate(-45deg) translateX(0);
            transform: rotate(-45deg) translateX(0);
    top: 50%;
    left: 20px;
  }
}
@media screen and (max-width: 758px) {
  .header__inner {
    padding-left: 20px;
  }
  .header-logo__img {
    width: 172px;
  }
  .header-logo__txt {
    margin-left: 11px;
    font-size: 10px;
  }
}
/* ---------------------------------
  スマホメニュー
----------------------------------- */
.dnav {
  display: none;
}

@media screen and (max-width: 1199px) {
  .dnav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background-color: #F0EFE9;
    z-index: -100;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dnav.show {
    opacity: 1;
    right: 0;
    z-index: 99;
  }
  .dnav__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 65px;
  }
  .dnav__body {
    max-width: 360px;
    margin: 0 auto;
    padding: 22px 40px 135px;
  }
  .dnav .d-nav .menu-item {
    border-bottom: 1px solid #ccc;
  }
  .dnav .d-nav .menu-item a {
    display: block;
    padding: 24px 0;
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (max-width: 758px) {
  .dnav {
    min-height: 100vh;
  }
  .dnav__body {
    max-width: auto;
    margin: 0;
  }
}
/* ===================================


- ポップアップナビ
- フッター


====================================== */
/* ===================================

  ポップアップナビ

====================================== */
.popup {
  display: none;
}

@media screen and (max-width: 1199px) {
  .popup {
    position: fixed;
    bottom: -100px;
    display: block;
    width: 100%;
    height: 80px;
    background-color: #f7f6f2;
    opacity: 0;
    z-index: -110;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .popup.show {
    bottom: 0;
    opacity: 1;
    z-index: 110;
  }
  .popup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popup__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 180px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border: 1px solid #2F3E3F;
  }
  .popup__link.inter {
    background-color: #fff;
  }
  .popup__link.exp {
    background-color: #2F3E3F;
    color: #fff;
  }
}
@media screen and (max-width: 758px) {
  .popup__link {
    width: 50%;
  }
}
/* ===================================

  フッター

====================================== */
.footer {
  padding-top: 100px;
  background-color: #f7f6f2;
}
.footer__inner {
  width: 860px;
  margin: 0 auto;
}
.footer-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-logo__img {
  display: block;
  width: 265px;
}
.footer-logo__txt {
  margin-left: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
}
.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 85px 0 48px;
}
.footer .footer-nav {
  padding-right: 100px;
}
.footer .footer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer-nav .menu-item {
  margin-right: 40px;
  margin-bottom: 27px;
}
.footer .footer-nav .menu-item a {
  font-size: 14px;
  font-weight: 500;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 27px;
}
.footer__sns .sns-link {
  width: 25px;
}
.footer__sns .sns-link + .sns-link {
  margin-left: 10px;
}
.footer__sns .sns-link__img {
  display: block;
  width: 100%;
}
.footer__bottom {
  padding: 34px 0;
  background-color: #2F3E3F;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 860px;
  margin: 0 auto;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__link {
  font-size: 14px;
  color: #fff;
}
.footer__link + .footer__link {
  margin-left: 50px;
}
.footer__link.outlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__link.outlink::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 3px;
  background-image: url(img/ico/ico-outlink.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}
.footer .copyright {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #ccc;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding-top: 60px;
  }
  .footer__inner {
    width: 100%;
    padding: 0 30px;
  }
  .footer-logo__img {
    width: 180px;
  }
  .footer-logo__txt {
    margin-left: 12px;
    font-size: 12px;
  }
  .footer__contents {
    display: block;
    padding: 60px 0 50px;
  }
  .footer .footer-nav {
    padding-right: 0;
  }
  .footer .footer-nav .menu-item {
    margin-right: 30px;
    margin-bottom: 25px;
  }
  .footer .footer-nav .menu-item a {
    font-size: 12px;
  }
  .footer__sns {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .footer__sns .sns-link {
    width: 22px;
  }
  .footer__sns .sns-link + .sns-link {
    margin-left: 15px;
  }
  .footer__bottom {
    padding: 34px 0 120px;
  }
  .footer__container {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .footer__link {
    font-size: 12px;
  }
  .footer__link + .footer__link {
    margin-left: 50px;
  }
  .footer__link.outlink::after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .footer .copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    padding-top: 57px;
  }
  .footer__inner {
    padding: 0 20px;
  }
  .footer-logo__img {
    width: 172px;
  }
  .footer-logo__txt {
    margin-left: 11px;
    font-size: 10px;
  }
  .footer__contents {
    padding: 50px 0;
  }
  .footer .footer-nav .nav-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer-nav .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer .footer-nav .menu-item:nth-child(n+3) {
    margin-top: 23px;
  }
  .footer__sns {
    margin-top: 52px;
  }
  .footer__bottom {
    padding: 25px 0 120px;
  }
  .footer__container {
    padding: 0 20px;
  }
  .footer__links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__link + .footer__link {
    margin-left: 0;
  }
  .footer .copyright {
    margin-top: 20px;
  }
}
.trg {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.trg.fadeUp {
  -webkit-animation-name: fadeUpAction;
          animation-name: fadeUpAction;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.trg_fi {
  opacity: 0;
}
.trg_fi.fadeIn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-name: fadeInAction;
          animation-name: fadeInAction;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAction {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAction {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInAction {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAction {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ===================================

  トップページ

====================================== */
/* ===================================

  メインビジュアル

====================================== */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.home .mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.home .mv__inner {
  width: 100%;
  height: 100%;
}
.home .mv__contents {
  position: absolute;
  left: 5vw;
  bottom: 6.46vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #fff;
  z-index: 5;
}
.home .mv__title {
  margin-top: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
.home .mv__txt {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.home .mv .swiper {
  position: relative;
  height: 100%;
}
.home .mv .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.home .mv .swiper-slide-active .swiper-slide-img,
.home .mv .swiper-slide-duplicate-active .swiper-slide-img,
.home .mv .swiper-slide-prev .swiper-slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.home .mv .swiper-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(img/top-mv-1-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .mv .swiper-slide-img.img1 {
  background-image: url(img/top-mv-1-80.jpg);
}
.home .mv .swiper-slide-img.img2 {
  background-image: url(img/top-mv-2-80.jpg);
}
.home .mv .swiper-slide-img.img3 {
  background-image: url(img/top-mv-3-80.jpg);
}
.home .mv .swiper-pagination {
  width: auto;
  left: 5vw;
  bottom: 3.65vw;
}
.home .mv .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.home .mv .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2F3E3F;
}
.home .mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.home .mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.home .mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.home .mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1199px) {
  .home .mv {
    height: 80vh;
  }
  .home .mv__contents {
    left: 30px;
    bottom: 20vw;
  }
  .home .mv__title {
    margin-top: 24px;
    font-size: 42px;
  }
  .home .mv__txt {
    font-size: 16px;
  }
  .home .mv .swiper-slide-img.img1 {
    background-image: url(img/top-mv-1-80.jpg);
  }
  .home .mv .swiper-slide-img.img2 {
    background-image: url(img/top-mv-2-80.jpg);
  }
  .home .mv .swiper-slide-img.img3 {
    background-image: url(img/top-mv-3-80.jpg);
  }
  .home .mv .swiper-pagination {
    left: 30px;
    bottom: 10vw;
  }
  .home .mv .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
  }
  .home .mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .home .mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
}
@media screen and (max-width: 758px) {
  .home .mv {
    height: 640px;
  }
  .home .mv__contents {
    left: 20px;
    bottom: 30.55vw;
  }
  .home .mv__title {
    margin-top: 34px;
    font-size: 32px;
  }
  .home .mv__txt {
    font-size: 12px;
  }
  .home .mv .swiper-slide-img.img1 {
    background-image: url(img/sp-top-mv-1-80.jpg);
  }
  .home .mv .swiper-slide-img.img2 {
    background-image: url(img/sp-top-mv-2-80.jpg);
  }
  .home .mv .swiper-slide-img.img3 {
    background-image: url(img/sp-top-mv-3-80.jpg);
  }
  .home .mv .swiper-pagination {
    left: 20px;
    bottom: 18.8vw;
  }
}
/* ---------------------------------
  main
----------------------------------- */
.home .main {
  padding-top: 140px;
}

@media screen and (max-width: 1199px) {
  .home .main {
    padding-top: 100px;
  }
}
@media screen and (max-width: 758px) {
  .home .main {
    padding-top: 80px;
  }
}
/* ===================================

  2カラムコンポーネント

====================================== */
.home .c-col2 .col2 + .col2 {
  margin-top: 140px;
}
.home .c-col2 .col2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 4.5%;
  padding-left: 4.5%;
}
.home .c-col2 .col2__head {
  width: 47%;
}
.home .c-col2 .col2__img {
  display: block;
  width: 100%;
}
.home .c-col2 .col2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47%;
  padding-right: 5.2vw;
  padding-left: 5.2vw;
}
.home .c-col2 .col2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .c-col2 .col2__title.pc {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 28px;
}
.home .c-col2 .col2__title.pc::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #3E1F00;
}
.home .c-col2 .col2__title.pc .title {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.home .c-col2 .col2__title.pc .txt {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2F3E3F;
  letter-spacing: 0.1em;
}
.home .c-col2 .col2__title.sp {
  display: none;
}
.home .c-col2 .col2__copy {
  margin-top: 34px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
.home .c-col2 .col2__txt {
  margin-top: 28px;
  line-height: 2;
}
.home .c-col2 .col2__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  width: 240px;
  height: 65px;
  background-image: url(img/ico/ico-arrow-right-bk.svg);
  background-repeat: no-repeat;
  background-size: 9px 11px;
  background-position: center right 23px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2F3E3F;
  letter-spacing: 0.1em;
  border: 1px solid #2F3E3F;
}
.home .c-col2 .col2__btn:hover {
  background-color: #2F3E3F;
  background-image: url(img/ico/ico-arrow-right-wh.svg);
  color: #fff;
  opacity: 1;
}
.home .c-col2 .col2__lists {
  margin-top: 42px;
}
.home .c-col2 .col2__list + .col2__list {
  margin-top: 15px;
}
.home .c-col2 .col2__link {
  display: block;
  padding: 20px 0;
  width: 300px;
  background-image: url(img/ico/ico-arrowcircle-right-bk.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center right 16px;
  font-size: 16px;
  font-weight: 500;
  color: #2F3E3F;
  border-bottom: 1px solid #ccc;
}
.home .c-col2 .col2:nth-child(even) .col2__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
  .home .c-col2 .col2 + .col2 {
    margin-top: 100px;
  }
  .home .c-col2 .col2__inner {
    width: 100%;
    padding: 0 30px;
  }
  .home .c-col2 .col2__body {
    display: block;
    padding: 0 3vw;
  }
  .home .c-col2 .col2__title.pc {
    padding-bottom: 20px;
  }
  .home .c-col2 .col2__title.pc::after {
    width: 30px;
  }
  .home .c-col2 .col2__title.pc .title {
    margin-top: 8px;
    font-size: 22px;
  }
  .home .c-col2 .col2__copy {
    margin-top: 24px;
    font-size: 18px;
  }
  .home .c-col2 .col2__txt {
    margin-top: 1em;
  }
  .home .c-col2 .col2__btn {
    margin-top: 40px;
    width: 200px;
    height: 50px;
    background-size: 7px 10px;
    background-position: center right 20px;
    font-size: 14px;
  }
  .home .c-col2 .col2__btn:hover {
    background-color: transparent;
    background-image: url(img/ico/ico-arrow-right-bk.svg);
  }
  .home .c-col2 .col2__lists {
    margin-top: 30px;
  }
  .home .c-col2 .col2__list + .col2__list {
    margin-top: 10px;
  }
  .home .c-col2 .col2__link {
    padding: 16px 0;
    width: 250px;
    font-size: 14px;
    background-size: 13px 13px;
    background-position: center right 15px;
  }
}
@media screen and (max-width: 758px) {
  .home .c-col2 .col2 + .col2 {
    margin-top: 80px;
  }
  .home .c-col2 .col2__inner {
    display: block;
    padding: 0;
  }
  .home .c-col2 .col2__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .home .c-col2 .col2__thumb {
    width: calc(100% - 80px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .home .c-col2 .col2__title.pc {
    display: none;
  }
  .home .c-col2 .col2__title.sp {
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    display: block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-right: 20px;
  }
  .home .c-col2 .col2__title.sp .title {
    font-size: 22px;
    font-weight: 700;
    margin-right: 8px;
    letter-spacing: 0.1em;
  }
  .home .c-col2 .col2__title.sp .txt {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #2F3E3F;
    letter-spacing: 0.1em;
  }
  .home .c-col2 .col2__body {
    width: 100%;
    padding: 0 20px;
  }
  .home .c-col2 .col2__copy {
    margin-top: 30px;
    font-size: 18px;
    line-height: 2;
  }
  .home .c-col2 .col2__txt {
    margin-top: 20px;
  }
  .home .c-col2 .col2__btn {
    margin: 46px auto 0;
  }
  .home .c-col2 .col2__lists {
    margin-top: 40px;
  }
  .home .c-col2 .col2__list + .col2__list {
    margin-top: 4px;
  }
  .home .c-col2 .col2__link {
    width: 100%;
  }
  .home .c-col2 .col2:nth-child(even) .col2__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home .c-col2 .col2:nth-child(even) .col2__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home .c-col2 .col2:nth-child(even) .col2__title.sp {
    padding-right: 15px;
    padding-left: 0;
  }
}
/* ===================================

  募集職種

====================================== */
.home .rec {
  margin-top: 140px;
}
.home .rec .container {
  width: 1100px;
}
.home .rec__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .rec__head {
  width: calc(100% - 120px);
  max-width: 980px;
}
.home .rec__thumb {
  width: 100%;
  height: 100%;
  padding-top: 60%;
  background-image: url(img/top-recruitment-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .rec__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  width: 500px;
  margin-top: -300px;
  margin-left: auto;
  padding: 60px;
  background-color: #f0efe9;
}
.home .rec__txt {
  margin-top: 38px;
  line-height: 2;
}
.home .rec .link-btn {
  margin-top: 42px;
}

@media screen and (max-width: 1199px) {
  .home .rec {
    margin-top: 100px;
  }
  .home .rec .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .rec__head {
    width: calc(100% - 100px);
    max-width: 800px;
  }
  .home .rec__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    width: 67%;
    margin-top: -100px;
    padding: 40px;
  }
  .home .rec__txt {
    margin-top: 24px;
  }
  .home .rec .link-btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .home .rec {
    margin-top: 80px;
  }
  .home .rec .container {
    padding: 0;
  }
  .home .rec__inner {
    display: block;
  }
  .home .rec__head {
    width: 100%;
    max-width: 100%;
  }
  .home .rec__thumb {
    padding-top: 75%;
  }
  .home .rec__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
            flex: 0 0 calc(100% - 40px);
    width: calc(100% - 40px);
    margin: -40px auto 0;
    padding: 40px 26px;
  }
  .home .rec__txt {
    margin-top: 26px;
  }
  .home .rec .link-btn {
    margin: 34px auto 0;
    width: 200px;
  }
}
/* ===================================

  働く人

====================================== */
.home .people {
  margin-top: 140px;
  padding-bottom: 45px;
}
.home .people__inner {
  width: 860px;
  margin: 0 auto;
}
.home .people__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 38px;
}
.home .people__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  width: 440px;
  line-height: 2;
}
.home .people .link-btn {
  margin-top: 0.5em;
}
.home .people .link-btn.sp {
  display: none;
}
.home .people__contents {
  position: relative;
  margin-top: 110px;
}
.home .people .entry {
  width: 100%;
}
.home .people .entry__link {
  display: block;
}
.home .people .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .people .entry__thumb-img {
  width: 100%;
  padding-top: 84.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .people .entry__link:hover {
  opacity: 0.6;
}
.home .people .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .people .entry__contents {
  word-break: break-all;
  padding: 30px 30px 25px;
  background-color: #fff;
}
.home .people .entry__departs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2F3E3F;
  line-height: 1.5;
}
.home .people .entry__departs span {
  padding: 0 0.2em;
}
.home .people .entry__departs span:first-child {
  padding-left: 0;
}
.home .people .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.home .people .entry__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 21px;
  line-height: 1.5;
}
.home .people .entry__foot span {
  padding: 0 0.2em;
}
.home .people .entry__foot span:first-child {
  padding-left: 0;
}
.home .people .people-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  padding: 0 4.5%;
  bottom: -45px;
  text-align: center;
}
.home .people .people-swiper-pagination .swiper-pagination-bullet {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.home .people .people-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ccc;
}
.home .people .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.home .people .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.home .people .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.home .people .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1199px) {
  .home .people {
    margin-top: 100px;
    padding-bottom: 35px;
  }
  .home .people__inner {
    width: 100%;
    padding: 0 30px;
  }
  .home .people__head {
    margin-top: 30px;
  }
  .home .people__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    padding-right: 100px;
  }
  .home .people .link-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    margin-top: 0;
  }
  .home .people__contents {
    margin-top: 80px;
  }
  .home .people .entry__link:hover {
    opacity: 1;
  }
  .home .people .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .people .entry__contents {
    padding: 20px 15px 18px;
    font-size: 12px;
  }
  .home .people .entry__title {
    font-size: 15px;
  }
  .home .people .entry__foot {
    margin-top: 20px;
  }
  .home .people .people-swiper-pagination {
    padding: 0 30px;
    bottom: -35px;
  }
  .home .people .people-swiper-pagination .swiper-pagination-bullet {
    height: 4px;
  }
}
@media screen and (max-width: 758px) {
  .home .people {
    margin-top: 60px;
    padding-bottom: 0;
  }
  .home .people__inner {
    width: 100%;
    padding: 0 20px;
  }
  .home .people__head {
    display: block;
    margin-top: 18px;
  }
  .home .people__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
  .home .people .link-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
    margin: 70px auto 0;
  }
  .home .people .link-btn.pc {
    display: none;
  }
  .home .people .link-btn.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .people__contents {
    margin-top: 38px;
  }
  .home .people .people-swiper-pagination {
    padding: 0 20px;
    bottom: -35px;
  }
}
/* ===================================

  選考について

====================================== */
.home .process {
  margin-top: 140px;
}
.home .process .container {
  width: 1100px;
}
.home .process__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .process__head {
  width: calc(100% - 120px);
  max-width: 980px;
  margin-left: auto;
}
.home .process__thumb {
  width: 100%;
  height: 100%;
  padding-top: 51%;
  background-image: url(img/top-process-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .process__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  width: 500px;
  margin-top: -305px;
  padding: 60px;
  background-color: #f0efe9;
}
.home .process__txt {
  margin-top: 38px;
  line-height: 2;
}
.home .process .link-btn {
  margin-top: 42px;
}

@media screen and (max-width: 1199px) {
  .home .process {
    margin-top: 100px;
  }
  .home .process .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .process__head {
    width: calc(100% - 100px);
    max-width: 800px;
  }
  .home .process__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    width: 67%;
    margin-top: -100px;
    padding: 40px;
  }
  .home .process__txt {
    margin-top: 24px;
  }
  .home .process .link-btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 758px) {
  .home .process {
    margin-top: 80px;
  }
  .home .process .container {
    padding: 0;
  }
  .home .process__inner {
    display: block;
  }
  .home .process__head {
    width: 100%;
    max-width: 100%;
  }
  .home .process__thumb {
    padding-top: 51%;
  }
  .home .process__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
            flex: 0 0 calc(100% - 40px);
    width: calc(100% - 40px);
    margin: -40px auto 0;
    padding: 40px 26px;
  }
  .home .process__txt {
    margin-top: 26px;
  }
  .home .process .link-btn {
    margin: 34px auto 0;
    width: 200px;
  }
}
/* ===================================

  半日職場体験
  インターンシップ

====================================== */
.home .exp-intern {
  margin-top: 140px;
}

@media screen and (max-width: 1199px) {
  .home .exp-intern {
    margin-top: 100px;
  }
}
@media screen and (max-width: 758px) {
  .home .exp-intern {
    margin-top: 80px;
  }
}
/* ===================================

  よくある質問

====================================== */
.home .faq {
  margin-top: 140px;
}
.home .faq .container {
  width: 100%;
  padding-right: 4.5%;
  padding-left: 4.5%;
}
.home .faq__inner {
  position: relative;
  background-color: #f0efe9;
  border-radius: 16px;
}
.home .faq__contents {
  width: 860px;
  margin: 0 auto;
  padding: 70px 0 95px;
}
.home .faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .faq .link-btn {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
.home .faq .link-btn.sp {
  display: none;
}
.home .faq__body {
  margin-top: 70px;
}
.home .faq__body .item {
  background-color: #fff;
}
.home .faq__body .item + .item {
  margin-top: 25px;
}
.home .faq__body .item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 30px 25px;
  background-image: url(img/ico/ico-plus@3x.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center right 30px;
  cursor: pointer;
}
.home .faq__body .item-q.active {
  background-image: url(img/ico/ico-minus@3x.png);
  background-size: 20px 2px;
}
.home .faq__body .item-q__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
}
.home .faq__body .item-q__ico {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #2F3E3F;
}
.home .faq__body .item-q__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 70px;
  word-break: break-all;
}
.home .faq__body .item-q__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.home .faq__body .item-a {
  padding: 0 30px 40px;
}
.home .faq__body .item-a__body {
  padding-top: 25px;
  border-top: 1px dashed #ccc;
}
.home .faq__body .item-a__txt {
  line-height: 2;
}
.home .faq__body .item-a__txt + .item-a__txt {
  margin-top: 1em;
}

@media screen and (max-width: 1199px) {
  .home .faq {
    margin-top: 100px;
  }
  .home .faq .container {
    width: 100%;
    padding: 0;
  }
  .home .faq__inner {
    border-radius: 0;
  }
  .home .faq__contents {
    width: 100%;
    padding: 60px 30px 80px;
  }
  .home .faq .link-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .home .faq__body {
    margin-top: 50px;
  }
  .home .faq__body .item + .item {
    margin-top: 20px;
  }
  .home .faq__body .item-q {
    padding: 25px 25px 22px;
    background-size: 16px 16px;
    background-position: center right 25px;
  }
  .home .faq__body .item-q.active {
    background-size: 16px 2px;
  }
  .home .faq__body .item-q__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    width: 45px;
  }
  .home .faq__body .item-q__ico {
    font-size: 32px;
  }
  .home .faq__body .item-q__body {
    padding-right: 60px;
  }
  .home .faq__body .item-q__title {
    font-size: 16px;
  }
  .home .faq__body .item-a {
    padding: 0 25px 30px;
  }
  .home .faq__body .item-a__body {
    padding-top: 20px;
  }
}
@media screen and (max-width: 758px) {
  .home .faq {
    margin-top: 80px;
  }
  .home .faq__contents {
    padding: 50px 20px;
  }
  .home .faq .link-btn {
    width: 200px;
    margin: 40px auto 0;
  }
  .home .faq .link-btn.pc {
    display: none;
  }
  .home .faq .link-btn.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .faq__body {
    margin-top: 40px;
  }
  .home .faq__body .item + .item {
    margin-top: 15px;
  }
  .home .faq__body .item-q {
    padding: 11px 15px 11px;
    background-size: 15px 15px;
    background-position: center right 20px;
  }
  .home .faq__body .item-q.active {
    background-size: 15px 2px;
  }
  .home .faq__body .item-q__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
  }
  .home .faq__body .item-q__ico {
    font-size: 28px;
  }
  .home .faq__body .item-q__body {
    padding-right: 30px;
  }
  .home .faq__body .item-q__title {
    font-size: 15px;
  }
  .home .faq__body .item-a {
    padding: 0 20px 20px;
  }
  .home .faq__body .item-a__body {
    padding-top: 11px;
  }
}
/* ===================================

  働く環境：page-workstyle

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-workstyle .main .container {
  width: 1100px;
}

@media screen and (max-width: 1199px) {
  .page-workstyle .main .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-workstyle .main .container {
    padding: 0 20px;
  }
}
/* ---------------------------------
  数字で見る森本工務店
----------------------------------- */
.page-workstyle .figures {
  padding: 160px 0 170px;
  background-color: #f7f6f2;
}
.page-workstyle .figures__contents {
  margin-top: 55px;
}
.page-workstyle .figures .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-workstyle .figures .item {
  width: 340px;
  height: 300px;
  background-color: #fff;
}
.page-workstyle .figures .item + .item {
  margin-left: 40px;
}
.page-workstyle .figures .item:nth-child(n+3) {
  margin-top: 40px;
}
.page-workstyle .figures .item:nth-child(3), .page-workstyle .figures .item:nth-child(6) {
  margin-left: 0;
}
.page-workstyle .figures .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border-bottom: 2px solid #3E1F00;
}
.page-workstyle .figures .item__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-workstyle .figures .item__body {
  padding-top: 40px;
}
.page-workstyle .figures .item__img {
  display: block;
  height: 90px;
  margin: 0 auto;
}
.page-workstyle .figures .item__txt {
  margin-top: 20px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  color: #2F3E3F;
}
.page-workstyle .figures .item__txt .small {
  position: relative;
  top: -2px;
  font-size: 36px;
}
.page-workstyle .figures .item__txt .notice {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.page-workstyle .figures .item.wide {
  width: 720px;
}
.page-workstyle .figures .item.wide .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 52px 57px 0 49px;
}
.page-workstyle .figures .item.wide .item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-workstyle .figures .item.wide .item__img {
  height: 124px;
}
.page-workstyle .figures .item.wide .item__txt .sex {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.page-workstyle .figures .item.gragh .item__body {
  width: 100%;
  height: calc(100% - 50px);
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-workstyle .figures .item.gragh .item__gragh {
  width: calc(100% - 75px);
}
.page-workstyle .figures .item.gragh .item__gragh img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-workstyle .figures {
    padding: 100px 0 120px;
  }
  .page-workstyle .figures__contents {
    margin-top: 40px;
  }
  .page-workstyle .figures .item {
    width: calc((100% - 40px) / 3);
    height: auto;
    min-height: 300px;
  }
  .page-workstyle .figures .item + .item {
    margin-left: 20px;
  }
  .page-workstyle .figures .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .page-workstyle .figures .item:nth-child(3), .page-workstyle .figures .item:nth-child(6) {
    margin-left: 0;
  }
  .page-workstyle .figures .item__head {
    height: 45px;
  }
  .page-workstyle .figures .item__title {
    font-size: 16px;
  }
  .page-workstyle .figures .item__body {
    padding-top: 42px;
  }
  .page-workstyle .figures .item__img {
    height: 80px;
  }
  .page-workstyle .figures .item__txt {
    margin-top: 18px;
    font-size: 50px;
  }
  .page-workstyle .figures .item__txt .small {
    top: -2px;
    font-size: 28px;
    margin-left: 0.05em;
  }
  .page-workstyle .figures .item__txt .notice {
    font-size: 16px;
  }
  .page-workstyle .figures .item.wide {
    width: calc(100% - (100% - 15px) / 3 - 15px);
  }
  .page-workstyle .figures .item.wide .item__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 52px 20px 0;
  }
  .page-workstyle .figures .item.wide .item__contents + .item__contents {
    margin-left: 40px;
  }
  .page-workstyle .figures .item.wide .item__img {
    height: 100px;
  }
  .page-workstyle .figures .item.wide .item__txt .sex {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .page-workstyle .figures .item.gragh .item__body {
    height: calc(100% - 45px);
  }
  .page-workstyle .figures .item.gragh .item__gragh {
    width: 90%;
  }
}
@media screen and (max-width: 758px) {
  .page-workstyle .figures {
    padding: 60px 0;
  }
  .page-workstyle .figures__contents {
    margin-top: 30px;
  }
  .page-workstyle .figures .item {
    width: 100%;
    min-height: auto;
  }
  .page-workstyle .figures .item:nth-child(n+3) {
    margin-top: 0;
  }
  .page-workstyle .figures .item + .item {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-workstyle .figures .item__head {
    height: 40px;
  }
  .page-workstyle .figures .item__title {
    font-size: 16px;
  }
  .page-workstyle .figures .item__body {
    padding: 25px 15px;
  }
  .page-workstyle .figures .item__img {
    height: 60px;
  }
  .page-workstyle .figures .item__txt {
    margin-top: 15px;
    font-size: 42px;
  }
  .page-workstyle .figures .item__txt .small {
    font-size: 22px;
  }
  .page-workstyle .figures .item__txt .notice {
    font-size: 14px;
  }
  .page-workstyle .figures .item.wide {
    width: 100%;
  }
  .page-workstyle .figures .item.wide .item__body {
    padding: 40px 15px;
  }
  .page-workstyle .figures .item.wide .item__contents + .item__contents {
    margin-left: 20px;
  }
  .page-workstyle .figures .item.wide .item__img {
    height: 75px;
  }
  .page-workstyle .figures .item.wide .item__txt {
    font-size: 33px;
  }
  .page-workstyle .figures .item.wide .item__txt .sex {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .page-workstyle .figures .item.gragh .item__body {
    height: auto;
    padding: 25px 15px;
  }
}
/* ---------------------------------
  社員を支える支援制度
----------------------------------- */
.page-workstyle .support {
  padding: 160px 0;
  background-color: #fff;
}
.page-workstyle .support__contents {
  margin-top: 55px;
}
.page-workstyle .support__contents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-workstyle .support__contents .item + .item {
  margin-top: 70px;
}
.page-workstyle .support__contents .item__thumb, .page-workstyle .support__contents .item__contents {
  width: calc((100% - 60px) / 2);
}
.page-workstyle .support__contents .item__img {
  display: block;
  width: 100%;
}
.page-workstyle .support__contents .item__contents {
  padding: 60px 60px 0 30px;
}
.page-workstyle .support__contents .item__title {
  position: relative;
  padding-bottom: 28px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.page-workstyle .support__contents .item__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #3E1F00;
}
.page-workstyle .support__contents .item__txt {
  margin-top: 32px;
  line-height: 2;
}
.page-workstyle .support__contents .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-workstyle .support__contents .item:nth-child(2n) .item__contents {
  padding: 60px 30px 0 60px;
}

@media screen and (max-width: 1199px) {
  .page-workstyle .support {
    padding: 100px 0;
  }
  .page-workstyle .support__contents {
    margin-top: 40px;
  }
  .page-workstyle .support__contents .item + .item {
    margin-top: 50px;
  }
  .page-workstyle .support__contents .item__thumb, .page-workstyle .support__contents .item__contents {
    width: calc((100% - 40px) / 2);
  }
  .page-workstyle .support__contents .item__contents {
    padding: 20px 0 0 0;
  }
  .page-workstyle .support__contents .item__title {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .page-workstyle .support__contents .item__title::after {
    width: 30px;
  }
  .page-workstyle .support__contents .item__txt {
    margin-top: 20px;
  }
  .page-workstyle .support__contents .item:nth-child(2n) .item__contents {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 758px) {
  .page-workstyle .support {
    padding: 60px 0;
  }
  .page-workstyle .support__contents {
    margin-top: 30px;
  }
  .page-workstyle .support__contents .item {
    display: block;
  }
  .page-workstyle .support__contents .item + .item {
    margin-top: 40px;
  }
  .page-workstyle .support__contents .item__thumb, .page-workstyle .support__contents .item__contents {
    width: 100%;
  }
  .page-workstyle .support__contents .item__contents {
    padding-top: 15px;
  }
  .page-workstyle .support__contents .item__title {
    padding-bottom: 15px;
    font-size: 16px;
  }
  .page-workstyle .support__contents .item__txt {
    margin-top: 15px;
  }
  .page-workstyle .support__contents .item:nth-child(2n) .item__contents {
    padding-top: 15px;
  }
}
/* ---------------------------------
  努力に報いる手当支給制度
----------------------------------- */
.page-workstyle .effort {
  padding: 160px 0;
  background-color: #f7f6f2;
}
.page-workstyle .effort__txt {
  margin-top: 42px;
  line-height: 2;
}
.page-workstyle .effort__contents {
  margin-top: 54px;
}
.page-workstyle .effort .item {
  padding: 60px;
  background-color: #fff;
}
.page-workstyle .effort .item + .item {
  margin-top: 40px;
}
.page-workstyle .effort .item__title {
  font-size: 20px;
  font-weight: 700;
  color: #2F3E3F;
  letter-spacing: 0.1em;
}
.page-workstyle .effort .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}
.page-workstyle .effort .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc((100% - 80px) / 2);
  padding-bottom: 11px;
  border-bottom: 1px solid #ccc;
  line-height: 2;
}
.page-workstyle .effort .item dl:nth-child(n+3) {
  margin-top: 18px;
}
.page-workstyle .effort .item dt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-workstyle .effort .item dt::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #2F3E3F;
  border-radius: 50%;
}
.page-workstyle .effort .item dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  width: 190px;
}

@media screen and (max-width: 1199px) {
  .page-workstyle .effort {
    padding: 100px 0;
  }
  .page-workstyle .effort__txt {
    margin-top: 30px;
  }
  .page-workstyle .effort__contents {
    margin-top: 40px;
  }
  .page-workstyle .effort .item {
    padding: 40px;
  }
  .page-workstyle .effort .item + .item {
    margin-top: 25px;
  }
  .page-workstyle .effort .item__title {
    font-size: 18px;
  }
  .page-workstyle .effort .item__body {
    margin-top: 25px;
  }
  .page-workstyle .effort .item dl {
    display: block;
    width: calc((100% - 25px) / 2);
    padding-bottom: 15px;
  }
  .page-workstyle .effort .item dl:nth-child(n+3) {
    margin-top: 15px;
  }
  .page-workstyle .effort .item dt {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
  }
  .page-workstyle .effort .item dt::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
  .page-workstyle .effort .item dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 758px) {
  .page-workstyle .effort {
    padding: 60px 0;
  }
  .page-workstyle .effort__txt {
    margin-top: 22px;
  }
  .page-workstyle .effort__contents {
    margin-top: 30px;
  }
  .page-workstyle .effort .item {
    padding: 30px 20px;
  }
  .page-workstyle .effort .item + .item {
    margin-top: 15px;
  }
  .page-workstyle .effort .item__title {
    font-size: 16px;
  }
  .page-workstyle .effort .item__body {
    display: block;
    margin-top: 20px;
  }
  .page-workstyle .effort .item dl {
    width: 100%;
    padding-bottom: 12px;
  }
  .page-workstyle .effort .item dl:nth-child(n+2) {
    margin-top: 12px;
  }
  .page-workstyle .effort .item dt {
    font-size: 14px;
  }
}
/* ---------------------------------
  福利厚生
----------------------------------- */
.page-workstyle .benefit {
  padding: 160px 0;
  background-color: #fff;
}
.page-workstyle .benefit__txt {
  margin-top: 42px;
  line-height: 2;
}
.page-workstyle .benefit__contents {
  margin-top: 54px;
}
.page-workstyle .benefit .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-workstyle .benefit .items::after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 3);
}
.page-workstyle .benefit .item {
  padding: 40px 40px 30px;
  width: calc((100% - 80px) / 3);
  background-color: #f7f6f2;
}
.page-workstyle .benefit .item:nth-child(n+4) {
  margin-top: 40px;
}
.page-workstyle .benefit .item__title {
  font-size: 20px;
  font-weight: 700;
  color: #2F3E3F;
  letter-spacing: 0.1em;
}
.page-workstyle .benefit .item__body {
  margin-top: 22px;
}
.page-workstyle .benefit .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
.page-workstyle .benefit .item ul li::before {
  content: "";
  position: relative;
  top: 2px;
  width: 15px;
  height: 1px;
  margin-right: 10px;
  background-color: #3E1F00;
}
.page-workstyle .benefit .item ul li + li {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .page-workstyle .benefit {
    padding: 100px 0;
  }
  .page-workstyle .benefit__txt {
    margin-top: 30px;
  }
  .page-workstyle .benefit__contents {
    margin-top: 40px;
  }
  .page-workstyle .benefit .items::after {
    display: none;
  }
  .page-workstyle .benefit .item {
    padding: 30px;
    width: calc((100% - 20px) / 2);
    background-color: #f7f6f2;
  }
  .page-workstyle .benefit .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .page-workstyle .benefit .item__title {
    font-size: 18px;
  }
  .page-workstyle .benefit .item__body {
    margin-top: 18px;
  }
  .page-workstyle .benefit .item ul li::before {
    top: 2px;
    width: 12px;
    margin-right: 8px;
  }
  .page-workstyle .benefit .item ul li + li {
    margin-top: 6px;
  }
}
@media screen and (max-width: 758px) {
  .page-workstyle .benefit {
    padding: 60px 0;
  }
  .page-workstyle .benefit__txt {
    margin-top: 22px;
  }
  .page-workstyle .benefit__contents {
    margin-top: 30px;
  }
  .page-workstyle .benefit .items {
    display: block;
  }
  .page-workstyle .benefit .item {
    padding: 30px 20px;
    width: 100%;
  }
  .page-workstyle .benefit .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .page-workstyle .benefit .item__title {
    font-size: 16px;
  }
  .page-workstyle .benefit .item__body {
    margin-top: 15px;
  }
  .page-workstyle .benefit .item ul li::before {
    width: 10px;
  }
  .page-workstyle .benefit .item ul li + li {
    margin-top: 5px;
  }
}
/* ===================================

  森本工務店について: page-about

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-about .main .container {
  width: 1100px;
}

@media screen and (max-width: 1199px) {
  .page-about .main .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .main .container {
    padding: 0 20px;
  }
}
/* ---------------------------------
  事業について
----------------------------------- */
.page-about .busi {
  padding: 160px 0;
  background-color: #f7f6f2;
}
.page-about .busi .section-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-about .busi .section-title-wrap .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-about .busi .section-title-wrap .section-title__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 624px;
          flex: 0 0 624px;
}
.page-about .busi .section-title-wrap .section-title__txt .txt {
  padding-top: 0.75em;
  line-height: 2;
}
.page-about .busi__contents {
  margin-top: 65px;
}
.page-about .busi .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-about .busi .item {
  width: calc((100% - 90px) / 2);
}
.page-about .busi .item:nth-child(n+3) {
  margin-top: 52px;
}
.page-about .busi .item__thumb, .page-about .busi .item__img {
  display: block;
  width: 100%;
}
.page-about .busi .item__body {
  padding-top: 28px;
}
.page-about .busi .item__title {
  padding-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #3E1F00;
}
.page-about .busi .item__subtitle {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.page-about .busi .item__txt {
  margin-top: 15px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-about .busi {
    padding: 100px 0;
  }
  .page-about .busi .section-title-wrap {
    display: block;
  }
  .page-about .busi .section-title-wrap .section-title__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-about .busi .section-title-wrap .section-title__txt .txt {
    padding-top: 0;
    margin-top: 24px;
  }
  .page-about .busi__contents {
    margin-top: 40px;
  }
  .page-about .busi .item {
    width: calc((100% - 30px) / 2);
  }
  .page-about .busi .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-about .busi .item__body {
    padding-top: 20px;
  }
  .page-about .busi .item__title {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .page-about .busi .item__subtitle {
    margin-top: 22px;
    font-size: 18px;
  }
  .page-about .busi .item__txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .busi {
    padding: 60px 0;
  }
  .page-about .busi .section-title-wrap .section-title__txt .txt {
    margin-top: 20px;
  }
  .page-about .busi__contents {
    margin-top: 30px;
  }
  .page-about .busi .items {
    display: block;
  }
  .page-about .busi .item {
    width: 100%;
  }
  .page-about .busi .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .page-about .busi .item__body {
    padding-top: 15px;
  }
  .page-about .busi .item__title {
    padding-bottom: 8px;
    font-size: 18px;
  }
  .page-about .busi .item__subtitle {
    margin-top: 16px;
    font-size: 16px;
  }
  .page-about .busi .item__txt {
    margin-top: 6px;
  }
}
/* ---------------------------------
  代表挨拶
----------------------------------- */
.page-about .msg {
  padding: 160px 0;
  background-color: #fff;
}
.page-about .msg__contents {
  margin-top: 55px;
}
.page-about .msg .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-about .msg .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
}
.page-about .msg .item__img {
  display: block;
  width: 100%;
}
.page-about .msg .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 30px;
  padding: 40px 60px 0;
}
.page-about .msg .item__greeting {
  position: relative;
  padding-bottom: 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.page-about .msg .item__greeting::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #3E1F00;
}
.page-about .msg .item__body {
  margin-top: 32px;
}
.page-about .msg .item__txt {
  line-height: 2;
}
.page-about .msg .item__txt + .item__txt {
  margin-top: 2em;
}
.page-about .msg .item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 29px;
}
.page-about .msg .item__name span {
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .page-about .msg {
    padding: 100px 0;
  }
  .page-about .msg__contents {
    margin-top: 40px;
  }
  .page-about .msg .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .page-about .msg .item__contents {
    margin-left: 20px;
    padding: 10px 30px 0;
  }
  .page-about .msg .item__greeting {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .page-about .msg .item__greeting::after {
    width: 30px;
  }
  .page-about .msg .item__body {
    margin-top: 25px;
  }
  .page-about .msg .item__name {
    margin-top: 20px;
  }
  .page-about .msg .item__name span {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .msg {
    padding: 60px 0;
  }
  .page-about .msg__contents {
    margin-top: 30px;
  }
  .page-about .msg .item {
    display: block;
  }
  .page-about .msg .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-about .msg .item__img {
    width: 200px;
  }
  .page-about .msg .item__contents {
    margin-left: 0;
    padding: 0;
    margin-top: 20px;
  }
  .page-about .msg .item__greeting {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .page-about .msg .item__body {
    margin-top: 16px;
  }
  .page-about .msg .item__txt + .item__txt {
    margin-top: 1em;
  }
  .page-about .msg .item__name span {
    font-size: 16px;
  }
}
/* ---------------------------------
  社訓・経営理念
----------------------------------- */
.page-about .motto {
  padding: 120px 0;
  background-color: #f7f6f2;
}
.page-about .motto .box {
  padding: 50px 80px;
  background-color: #fff;
}
.page-about .motto .box + .box {
  margin-top: 50px;
}
.page-about .motto .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.page-about .motto .box dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  font-size: 30px;
}
.page-about .motto .box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 0.05em;
  font-size: 24px;
}
.page-about .motto .box dl.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-about .motto .box dl.aic dd {
  padding-top: 0;
}

@media screen and (max-width: 1199px) {
  .page-about .motto {
    padding: 80px 0;
  }
  .page-about .motto .box {
    padding: 40px 60px;
  }
  .page-about .motto .box + .box {
    margin-top: 30px;
  }
  .page-about .motto .box dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    font-size: 24px;
  }
  .page-about .motto .box dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .motto {
    padding: 40px 0;
  }
  .page-about .motto .box {
    padding: 30px 20px;
  }
  .page-about .motto .box + .box {
    margin-top: 20px;
  }
  .page-about .motto .box dl {
    display: block;
  }
  .page-about .motto .box dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 20px;
  }
  .page-about .motto .box dd {
    margin-top: 15px;
    font-size: 15px;
  }
}
/* ---------------------------------
  ミッション・ビジョン・バリュー
----------------------------------- */
.page-about .mission {
  padding: 120px 0;
  background-color: #fff;
}
.page-about .mission .box {
  padding: 50px 80px;
  background-color: #f7f6f2;
}
.page-about .mission .box + .box {
  margin-top: 50px;
}
.page-about .mission .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.page-about .mission .box dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  font-size: 30px;
}
.page-about .mission .box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 0.15em;
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .page-about .mission {
    padding: 80px 0;
  }
  .page-about .mission .box {
    padding: 40px 60px;
  }
  .page-about .mission .box + .box {
    margin-top: 30px;
  }
  .page-about .mission .box dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    font-size: 24px;
  }
  .page-about .mission .box dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .mission {
    padding: 40px 0;
  }
  .page-about .mission .box {
    padding: 30px 20px;
  }
  .page-about .mission .box + .box {
    margin-top: 20px;
  }
  .page-about .mission .box dl {
    display: block;
  }
  .page-about .mission .box dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 20px;
  }
  .page-about .mission .box dd {
    margin-top: 15px;
    font-size: 15px;
  }
}
/* ---------------------------------
  沿革
----------------------------------- */
.page-about .history {
  padding: 160px 0;
  background-color: #f7f6f2;
}
.page-about .history__contents {
  margin-top: 50px;
  padding: 100px 120px;
  background-color: #fff;
}
.page-about .history__contents .item {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-about .history__contents .item + .item {
  margin-top: -22px;
}
.page-about .history__contents .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
.page-about .history__contents .item__num {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #2F3E3F;
}
.page-about .history__contents .item__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 0.3em;
  padding-bottom: 125px;
  padding-left: 58px;
  border-left: 5px solid #e6e6e6;
}
.page-about .history__contents .item__body::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -10px;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #2F3E3F;
  border-radius: 9999px;
}
.page-about .history__contents .item__txt {
  margin-top: -0.8em;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-about .history__contents .item__img {
  display: block;
  margin-top: 20px;
}
.page-about .history__contents .item__img.hor {
  width: 360px;
}
.page-about .history__contents .item:last-child .item__body {
  border-color: transparent;
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .page-about .history {
    padding: 100px 0;
  }
  .page-about .history__contents {
    margin-top: 40px;
    padding: 50px 30px;
  }
  .page-about .history__contents .item + .item {
    margin-top: -20px;
  }
  .page-about .history__contents .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  .page-about .history__contents .item__num {
    font-size: 18px;
  }
  .page-about .history__contents .item__body {
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 27px;
    border-left: 4px solid #e6e6e6;
  }
  .page-about .history__contents .item__body::before {
    top: 0;
    left: -8px;
    width: 12px;
    height: 12px;
  }
  .page-about .history__contents .item__txt {
    margin-top: -0.75em;
    font-size: 18px;
  }
  .page-about .history__contents .item__img {
    margin-top: 18px;
  }
  .page-about .history__contents .item__img.hor {
    width: 300px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .history {
    padding: 60px 0;
  }
  .page-about .history__contents {
    margin-top: 30px;
    padding: 30px 20px 50px;
  }
  .page-about .history__contents .item {
    position: relative;
    display: block;
    padding-top: 0;
    padding-left: 25px;
    border-left: 4px solid #e6e6e6;
  }
  .page-about .history__contents .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 12px;
    height: 12px;
    background-color: #2F3E3F;
    border-radius: 9999px;
  }
  .page-about .history__contents .item:last-child {
    border-color: transparent;
  }
  .page-about .history__contents .item + .item {
    margin-top: 0;
  }
  .page-about .history__contents .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-about .history__contents .item__num {
    position: relative;
    top: -3px;
    font-size: 16px;
  }
  .page-about .history__contents .item__body {
    margin-top: 5px;
    padding-bottom: 70px;
    padding-left: 0;
    border-left: none;
  }
  .page-about .history__contents .item__body::before {
    display: none;
  }
  .page-about .history__contents .item__txt {
    margin-top: 0;
    font-size: 14px;
  }
  .page-about .history__contents .item__img {
    margin-top: 30px;
  }
  .page-about .history__contents .item__img.hor {
    width: 100%;
  }
  .page-about .history__contents .item__img.ver {
    width: 75%;
  }
}
/* ---------------------------------
  会社概要
----------------------------------- */
.page-about .outline {
  padding: 160px 0;
  background-color: #fff;
}
.page-about .outline__contents {
  margin-top: 55px;
}
.page-about .outline__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 20px;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
.page-about .outline__contents dt,
.page-about .outline__contents dd {
  line-height: 2;
}
.page-about .outline__contents dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  font-weight: 700;
}
.page-about .outline__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 1199px) {
  .page-about .outline {
    padding: 100px 0;
  }
  .page-about .outline__contents {
    margin-top: 40px;
  }
  .page-about .outline__contents dl {
    padding: 18px 10px;
  }
  .page-about .outline__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .outline {
    padding: 60px 0;
  }
  .page-about .outline__contents {
    margin-top: 30px;
  }
  .page-about .outline__contents dl {
    display: block;
    padding: 15px 5px;
  }
  .page-about .outline__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-about .outline__contents dd {
    margin-top: 5px;
  }
}
/* ===================================

  インターンシップ：internship

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-internship .main .container {
  width: 1100px;
}

@media screen and (max-width: 1199px) {
  .page-internship .main .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-internship .main .container {
    padding: 0 20px;
  }
}
/* ---------------------------------
  インターンシップ
----------------------------------- */
.page-internship .sbj {
  padding: 160px 0;
  background-color: #f7f6f2;
}
.page-internship .sbj .section-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-internship .sbj .section-title-wrap .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-internship .sbj .section-title-wrap .section-title__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 624px;
          flex: 0 0 624px;
}
.page-internship .sbj .section-title-wrap .section-title__txt .txt {
  padding-top: 0.75em;
  line-height: 2;
}
.page-internship .sbj__contents {
  margin-top: 80px;
}
.page-internship .sbj .box {
  background-color: #fff;
}
.page-internship .sbj .box + .box {
  margin-top: 70px;
}
.page-internship .sbj .box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #3E1F00;
}
.page-internship .sbj .box__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-internship .sbj .box__body {
  padding: 30px 120px 64px;
}
.page-internship .sbj .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 20px;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
.page-internship .sbj .box dl:last-child {
  border-bottom: none;
}
.page-internship .sbj .box dt,
.page-internship .sbj .box dd {
  line-height: 2;
}
.page-internship .sbj .box dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  font-weight: 700;
}
.page-internship .sbj .box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-internship .sbj .box .items {
  padding-top: 20px;
}
.page-internship .sbj .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-internship .sbj .box .item + .item {
  margin-top: 52px;
}
.page-internship .sbj .box .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
.page-internship .sbj .box .item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #2F3E3F;
}
.page-internship .sbj .box .item__number .number {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.page-internship .sbj .box .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-internship .sbj .box .item__time {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #2F3E3F;
}
.page-internship .sbj .box .item__title {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #2F3E3F;
  line-height: 1.5;
}
.page-internship .sbj .box .item__title span {
  font-size: 16px;
}
.page-internship .sbj .box .item__contents {
  margin-top: 17px;
}
.page-internship .sbj .box .item__txt {
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-internship .sbj {
    padding: 100px 0;
  }
  .page-internship .sbj .section-title-wrap {
    display: block;
  }
  .page-internship .sbj .section-title-wrap .section-title__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-internship .sbj .section-title-wrap .section-title__txt .txt {
    padding-top: 0;
    margin-top: 24px;
  }
  .page-internship .sbj__contents {
    margin-top: 40px;
  }
  .page-internship .sbj .box + .box {
    margin-top: 30px;
  }
  .page-internship .sbj .box__head {
    height: 60px;
  }
  .page-internship .sbj .box__title {
    font-size: 20px;
  }
  .page-internship .sbj .box__body {
    padding: 20px 30px 50px;
  }
  .page-internship .sbj .box dl {
    padding: 18px 10px;
  }
  .page-internship .sbj .box dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
  .page-internship .sbj .box .items {
    padding-top: 10px;
  }
  .page-internship .sbj .box .item + .item {
    margin-top: 30px;
  }
  .page-internship .sbj .box .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  .page-internship .sbj .box .item__number {
    width: 40px;
    height: 40px;
  }
  .page-internship .sbj .box .item__number .number {
    font-size: 16px;
  }
  .page-internship .sbj .box .item__title {
    margin-top: 4px;
    font-size: 18px;
  }
  .page-internship .sbj .box .item__title span {
    font-size: 14px;
  }
  .page-internship .sbj .box .item__contents {
    margin-top: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-internship .sbj {
    padding: 60px 0;
  }
  .page-internship .sbj .section-title-wrap .section-title__txt .txt {
    margin-top: 20px;
  }
  .page-internship .sbj__contents {
    margin-top: 30px;
  }
  .page-internship .sbj .box + .box {
    margin-top: 20px;
  }
  .page-internship .sbj .box__head {
    height: 46px;
  }
  .page-internship .sbj .box__title {
    font-size: 16px;
  }
  .page-internship .sbj .box__body {
    padding: 10px 15px 30px;
  }
  .page-internship .sbj .box dl {
    display: block;
    padding: 15px 5px;
  }
  .page-internship .sbj .box dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-internship .sbj .box dd {
    margin-top: 5px;
  }
  .page-internship .sbj .box .items {
    padding-top: 20px;
  }
  .page-internship .sbj .box .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
  }
  .page-internship .sbj .box .item__time {
    font-size: 14px;
  }
  .page-internship .sbj .box .item__title {
    margin-top: 3px;
    font-size: 18px;
  }
  .page-internship .sbj .box .item__title span {
    font-size: 14px;
  }
  .page-internship .sbj .box .item__contents {
    margin-top: 8px;
  }
}
/* ---------------------------------
  インターン参加学生の声：voice
----------------------------------- */
.page-internship .voice {
  padding: 160px 0;
  background-color: #fff;
}
.page-internship .voice__contents {
  margin-top: 55px;
}
.page-internship .voice .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-internship .voice .item {
  width: calc((100% - 80px) / 3);
  min-height: 220px;
  padding: 30px 30px 26px;
  background-color: #f7f6f2;
  word-break: break-all;
}
.page-internship .voice .item:nth-child(n+4) {
  margin-top: 40px;
}
.page-internship .voice .item__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.page-internship .voice .item__txt {
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-internship .voice {
    padding: 100px 0;
  }
  .page-internship .voice__contents {
    margin-top: 40px;
  }
  .page-internship .voice .item {
    width: calc((100% - 30px) / 2);
    min-height: auto;
    padding: 30px 20px 30px;
  }
  .page-internship .voice .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .page-internship .voice .item__title {
    font-size: 16px;
  }
  .page-internship .voice .item__txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-internship .voice {
    padding: 60px 0;
  }
  .page-internship .voice__contents {
    margin-top: 30px;
  }
  .page-internship .voice .items {
    display: block;
  }
  .page-internship .voice .item {
    width: 100%;
    padding: 25px 20px 22px;
  }
  .page-internship .voice .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .page-internship .voice .item__title {
    font-size: 15px;
  }
  .page-internship .voice .item__txt {
    margin-top: 10px;
  }
}
/* ===================================

  選考について

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-process .main .container {
  width: 1100px;
}

@media screen and (max-width: 1199px) {
  .page-process .main .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-process .main .container {
    padding: 0 20px;
  }
}
/* ---------------------------------
  選考ステップ
----------------------------------- */
.page-process .selection {
  padding: 160px 0;
  background-color: #f7f6f2;
}
.page-process .selection__contents {
  margin-top: 55px;
}
.page-process .selection .item {
  padding: 40px 80px 37px;
  background-color: #fff;
}
.page-process .selection .item + .item {
  margin-top: 40px;
}
.page-process .selection .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-process .selection .item__number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #3E1F00;
  border-radius: 50%;
}
.page-process .selection .item__number .number {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.page-process .selection .item__title {
  margin-left: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.page-process .selection .item__txt {
  margin-top: 22px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-process .selection {
    padding: 100px 0;
  }
  .page-process .selection__contents {
    margin-top: 40px;
  }
  .page-process .selection .item {
    padding: 30px 30px 35px;
  }
  .page-process .selection .item + .item {
    margin-top: 30px;
  }
  .page-process .selection .item__number {
    width: 40px;
    height: 40px;
  }
  .page-process .selection .item__number .number {
    font-size: 16px;
  }
  .page-process .selection .item__title {
    margin-left: 20px;
    font-size: 18px;
  }
  .page-process .selection .item__txt {
    margin-top: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-process .selection {
    padding: 60px 0;
  }
  .page-process .selection__contents {
    margin-top: 30px;
  }
  .page-process .selection .item {
    padding: 20px 20px 25px;
  }
  .page-process .selection .item + .item {
    margin-top: 15px;
  }
  .page-process .selection .item__title {
    margin-left: 15px;
    font-size: 16px;
  }
  .page-process .selection .item__txt {
    margin-top: 12px;
  }
}
/* ===================================

  半日職場体験：workexperience

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-workexperience .main .container {
  width: 1100px;
}

@media screen and (max-width: 1199px) {
  .page-workexperience .main .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-workexperience .main .container {
    padding: 0 20px;
  }
}
/* ---------------------------------
  半日職場体験とは
----------------------------------- */
.page-workexperience .whats {
  padding: 160px 0;
  background-color: #f7f6f2;
}
.page-workexperience .whats .section-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-workexperience .whats .section-title-wrap .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-workexperience .whats .section-title-wrap .section-title__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 624px;
          flex: 0 0 624px;
}
.page-workexperience .whats .section-title-wrap .section-title__txt .txt {
  padding-top: 0.75em;
  line-height: 2;
}
.page-workexperience .whats__contents {
  margin-top: 55px;
}
.page-workexperience .whats .box {
  background-color: #fff;
}
.page-workexperience .whats .box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #3E1F00;
}
.page-workexperience .whats .box__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-workexperience .whats .box__body {
  padding: 63px 120px 110px;
}
.page-workexperience .whats .box .item {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-workexperience .whats .box .item + .item {
  margin-top: -22px;
}
.page-workexperience .whats .box .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.page-workexperience .whats .box .item__num {
  display: inline-block;
  margin-top: -1em;
  font-size: 16px;
  font-weight: 500;
  color: #2F3E3F;
  line-height: 1.5;
}
.page-workexperience .whats .box .item__num span {
  font-family: "Inter", sans-serif;
}
.page-workexperience .whats .box .item__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 0.3em;
  padding-bottom: 125px;
  padding-left: 58px;
  border-left: 5px solid #e6e6e6;
}
.page-workexperience .whats .box .item__body::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -10px;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #2F3E3F;
  border-radius: 9999px;
}
.page-workexperience .whats .box .item__title {
  margin-top: -0.8em;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #2F3E3F;
}
.page-workexperience .whats .box .item__txt {
  margin-top: 10px;
  line-height: 2;
}
.page-workexperience .whats .box .item:last-child .item__body {
  border-color: transparent;
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .page-workexperience .whats {
    padding: 100px 0;
  }
  .page-workexperience .whats .section-title-wrap {
    display: block;
  }
  .page-workexperience .whats .section-title-wrap .section-title__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-workexperience .whats .section-title-wrap .section-title__txt .txt {
    padding-top: 0;
    margin-top: 24px;
  }
  .page-workexperience .whats__contents {
    margin-top: 40px;
  }
  .page-workexperience .whats .box__head {
    height: 60px;
  }
  .page-workexperience .whats .box__title {
    font-size: 20px;
  }
  .page-workexperience .whats .box__body {
    padding: 50px 30px 80px;
  }
  .page-workexperience .whats .box .item + .item {
    margin-top: -20px;
  }
  .page-workexperience .whats .box .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
  .page-workexperience .whats .box .item__num {
    font-size: 16px;
  }
  .page-workexperience .whats .box .item__body {
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 27px;
    border-left: 4px solid #e6e6e6;
  }
  .page-workexperience .whats .box .item__body::before {
    top: 0;
    left: -8px;
    width: 12px;
    height: 12px;
  }
  .page-workexperience .whats .box .item__title {
    margin-top: -0.75em;
    font-size: 18px;
  }
  .page-workexperience .whats .box .item__txt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 758px) {
  .page-workexperience .whats {
    padding: 60px 0;
  }
  .page-workexperience .whats .section-title-wrap .section-title__txt .txt {
    margin-top: 20px;
  }
  .page-workexperience .whats__contents {
    margin-top: 30px;
  }
  .page-workexperience .whats .box__head {
    height: 46px;
  }
  .page-workexperience .whats .box__title {
    font-size: 16px;
  }
  .page-workexperience .whats .box__body {
    padding: 40px 20px 50px;
  }
  .page-workexperience .whats .box .item {
    position: relative;
    display: block;
    padding-top: 0;
    padding-left: 25px;
    border-left: 4px solid #e6e6e6;
  }
  .page-workexperience .whats .box .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 12px;
    height: 12px;
    background-color: #2F3E3F;
    border-radius: 9999px;
  }
  .page-workexperience .whats .box .item:last-child {
    border-color: transparent;
  }
  .page-workexperience .whats .box .item + .item {
    margin-top: 0;
  }
  .page-workexperience .whats .box .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-workexperience .whats .box .item__num {
    position: relative;
    top: -3px;
    font-size: 14px;
  }
  .page-workexperience .whats .box .item__body {
    margin-top: 5px;
    padding-bottom: 70px;
    padding-left: 0;
    border-left: none;
  }
  .page-workexperience .whats .box .item__body::before {
    display: none;
  }
  .page-workexperience .whats .box .item__title {
    margin-top: 0;
    font-size: 18px;
  }
  .page-workexperience .whats .box .item__txt {
    margin-top: 3px;
  }
}
/* ===================================

  プライバシーポリシー

====================================== */
.page-privacy-policy .main {
  padding: 36px 0 160px;
}
.page-privacy-policy .main .container {
  width: 860px;
}
.page-privacy-policy .main .contents .entry__body {
  word-break: break-all;
}
.page-privacy-policy .main .contents .entry__body > *:first-child {
  padding-top: 0 !important;
}
.page-privacy-policy .main .contents .entry__body h2 {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.5;
}
.page-privacy-policy .main .contents .entry__body p {
  margin-top: 1em;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-privacy-policy .main {
    padding: 30px 0 100px;
  }
  .page-privacy-policy .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-privacy-policy .main .contents .entry__body h2 {
    margin-top: 1.5em;
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  .page-privacy-policy .main {
    padding: 20px 0 60px;
  }
  .page-privacy-policy .main .container {
    padding: 0 20px;
  }
  .page-privacy-policy .main .contents .entry__body h2 {
    margin-top: 1.5em;
    font-size: 18px;
  }
}
/* ===================================

  404エラー
  サンクスページ

====================================== */
/* ---------------------------------
  背景
----------------------------------- */
/* ---------------------------------
  背景色
----------------------------------- */
body.error404,
body.page-thanks {
  background-color: #f7f6f2;
}
body.error404 .header,
body.error404 .lmv-thumb,
body.page-thanks .header,
body.page-thanks .lmv-thumb {
  background-color: #f7f6f2;
}

/* ---------------------------------
  コンテンツ
----------------------------------- */
.error404 .main,
.page-thanks .main {
  padding: 56px 0 160px;
  background-color: #f7f6f2;
}
.error404 .main .container,
.page-thanks .main .container {
  width: 860px;
}
.error404 .main .contents__title,
.page-thanks .main .contents__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.error404 .main .contents__txt,
.page-thanks .main .contents__txt {
  margin-top: 60px;
  line-height: 2;
}
.error404 .main .contents .link-btn,
.page-thanks .main .contents .link-btn {
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1199px) {
  .error404 .main,
  .page-thanks .main {
    padding: 30px 0 100px;
  }
  .error404 .main .container,
  .page-thanks .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .error404 .main .contents__title,
  .page-thanks .main .contents__title {
    font-size: 23px;
  }
  .error404 .main .contents__txt,
  .page-thanks .main .contents__txt {
    margin-top: 30px;
  }
  .error404 .main .contents .link-btn,
  .page-thanks .main .contents .link-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .error404 .main,
  .page-thanks .main {
    padding: 20px 0 60px;
  }
  .error404 .main .container,
  .page-thanks .main .container {
    padding: 0 20px;
  }
  .error404 .main .contents__title,
  .page-thanks .main .contents__title {
    font-size: 18px;
  }
}
/* ===================================

  よくある質問

====================================== */
/* ---------------------------------
  コンテンツ
----------------------------------- */
.post-type-archive-faq .main {
  padding: 56px 0 160px;
  background-color: #f7f6f2;
}
.post-type-archive-faq .main .container {
  width: 860px;
}
.post-type-archive-faq .main .items .item {
  background-color: #fff;
}
.post-type-archive-faq .main .items .item + .item {
  margin-top: 25px;
}
.post-type-archive-faq .main .items .item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 30px 25px;
  background-image: url(img/ico/ico-plus@3x.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center right 30px;
  cursor: pointer;
}
.post-type-archive-faq .main .items .item-q.active {
  background-image: url(img/ico/ico-minus@3x.png);
  background-size: 20px 2px;
}
.post-type-archive-faq .main .items .item-q__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
}
.post-type-archive-faq .main .items .item-q__ico {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #2F3E3F;
}
.post-type-archive-faq .main .items .item-q__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 70px;
  word-break: break-all;
}
.post-type-archive-faq .main .items .item-q__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.post-type-archive-faq .main .items .item-a {
  padding: 0 30px 40px;
}
.post-type-archive-faq .main .items .item-a__body {
  padding-top: 25px;
  border-top: 1px dashed #ccc;
}
.post-type-archive-faq .main .items .item-a__txt {
  line-height: 2;
}
.post-type-archive-faq .main .items .item-a__txt + .item-a__txt {
  margin-top: 1em;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-faq .main {
    padding: 30px 0 100px;
  }
  .post-type-archive-faq .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-faq .main .items .item + .item {
    margin-top: 20px;
  }
  .post-type-archive-faq .main .items .item-q {
    padding: 25px 25px 22px;
    background-size: 16px 16px;
    background-position: center right 25px;
  }
  .post-type-archive-faq .main .items .item-q.active {
    background-size: 16px 2px;
  }
  .post-type-archive-faq .main .items .item-q__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    width: 45px;
  }
  .post-type-archive-faq .main .items .item-q__ico {
    font-size: 32px;
  }
  .post-type-archive-faq .main .items .item-q__body {
    padding-right: 60px;
  }
  .post-type-archive-faq .main .items .item-q__title {
    font-size: 16px;
  }
  .post-type-archive-faq .main .items .item-a {
    padding: 0 25px 30px;
  }
  .post-type-archive-faq .main .items .item-a__body {
    padding-top: 20px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-faq .main {
    padding: 20px 0 60px;
  }
  .post-type-archive-faq .main .container {
    padding: 0 20px;
  }
  .post-type-archive-faq .main .items .item + .item {
    margin-top: 15px;
  }
  .post-type-archive-faq .main .items .item-q {
    padding: 11px 15px 11px;
    background-size: 15px 15px;
    background-position: center right 20px;
  }
  .post-type-archive-faq .main .items .item-q.active {
    background-size: 15px 2px;
  }
  .post-type-archive-faq .main .items .item-q__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
  }
  .post-type-archive-faq .main .items .item-q__ico {
    font-size: 28px;
  }
  .post-type-archive-faq .main .items .item-q__body {
    padding-right: 30px;
  }
  .post-type-archive-faq .main .items .item-q__title {
    font-size: 15px;
  }
  .post-type-archive-faq .main .items .item-a {
    padding: 0 20px 20px;
  }
  .post-type-archive-faq .main .items .item-a__body {
    padding-top: 11px;
  }
}
/* ===================================

  働く人たち一覧：archive-people

====================================== */
.post-type-archive-people .main {
  padding: 160px 0;
  background-color: #f7f6f2;
}
.post-type-archive-people .main .container {
  width: 1100px;
}
.post-type-archive-people .main .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-people .main .entry {
  width: calc((100% - 50px) / 2);
}
.post-type-archive-people .main .entry:nth-child(n+3) {
  margin-top: 60px;
}
.post-type-archive-people .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-people .main .entry__thumb-img {
  width: 100%;
  padding-top: 84.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-people .main .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-people .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-people .main .entry__body {
  background-color: #fff;
  padding: 30px;
  word-break: break-all;
}
.post-type-archive-people .main .entry__info {
  color: #2F3E3F;
}
.post-type-archive-people .main .entry__info span {
  padding: 0 0.2em;
}
.post-type-archive-people .main .entry__info span:first-child {
  padding-left: 0;
}
.post-type-archive-people .main .entry__msg {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.post-type-archive-people .main .entry__foot {
  margin-top: 30px;
}
.post-type-archive-people .main .entry__foot span {
  padding: 0 0.2em;
}
.post-type-archive-people .main .entry__foot span:first-child {
  padding-left: 0;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-people .main {
    padding: 100px 0;
  }
  .post-type-archive-people .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-people .main .entry {
    width: calc((100% - 30px) / 2);
  }
  .post-type-archive-people .main .entry:nth-child(n+3) {
    margin-top: 30px;
  }
  .post-type-archive-people .main .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-people .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-people .main .entry__body {
    padding: 20px;
  }
  .post-type-archive-people .main .entry__msg {
    margin-top: 18px;
    font-size: 16px;
  }
  .post-type-archive-people .main .entry__foot {
    margin-top: 18px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-people .main {
    padding: 60px 0;
  }
  .post-type-archive-people .main .container {
    padding: 0 20px;
  }
  .post-type-archive-people .main .entries {
    display: block;
  }
  .post-type-archive-people .main .entry {
    width: 100%;
  }
  .post-type-archive-people .main .entry:nth-child(n+2) {
    margin-top: 25px;
  }
  .post-type-archive-people .main .entry__body {
    padding: 22px 15px;
  }
  .post-type-archive-people .main .entry__msg {
    margin-top: 16px;
    font-size: 16px;
  }
  .post-type-archive-people .main .entry__foot {
    margin-top: 16px;
  }
}
/* ===================================

  募集職種一覧：archive-recruitment

====================================== */
.post-type-archive-recruitment .main {
  padding: 160px 0;
  background-color: #f7f6f2;
}
.post-type-archive-recruitment .main .container {
  width: 1100px;
}
.post-type-archive-recruitment .main .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 55px;
}
.post-type-archive-recruitment .main .entry {
  width: calc((100% - 80px) / 2);
}
.post-type-archive-recruitment .main .entry:nth-child(n+3) {
  margin-top: 60px;
}
.post-type-archive-recruitment .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-recruitment .main .entry__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-recruitment .main .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-recruitment .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-recruitment .main .entry__body {
  background-color: #fff;
  padding: 30px;
  word-break: break-all;
}
.post-type-archive-recruitment .main .entry__title {
  font-size: 20px;
  font-weight: 700;
  color: #2F3E3F;
}
.post-type-archive-recruitment .main .entry__txt {
  word-break: break-all;
  margin-top: 12px;
  padding-right: 50px;
  background-image: url(img/ico/ico-link-circle.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: top 0.5em right 0;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-recruitment .main {
    padding: 100px 0;
  }
  .post-type-archive-recruitment .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-recruitment .main .entries {
    margin-top: 40px;
  }
  .post-type-archive-recruitment .main .entry {
    width: calc((100% - 30px) / 2);
  }
  .post-type-archive-recruitment .main .entry:nth-child(n+3) {
    margin-top: 30px;
  }
  .post-type-archive-recruitment .main .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-recruitment .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-recruitment .main .entry__body {
    padding: 30px 20px;
  }
  .post-type-archive-recruitment .main .entry__title {
    font-size: 18px;
  }
  .post-type-archive-recruitment .main .entry__txt {
    margin-top: 10px;
    padding-right: 40px;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-recruitment .main {
    padding: 60px 0;
  }
  .post-type-archive-recruitment .main .container {
    padding: 0 20px;
  }
  .post-type-archive-recruitment .main .entries {
    display: block;
    margin-top: 30px;
  }
  .post-type-archive-recruitment .main .entry {
    width: 100%;
  }
  .post-type-archive-recruitment .main .entry:nth-child(n+2) {
    margin-top: 25px;
  }
  .post-type-archive-recruitment .main .entry__body {
    padding: 30px 15px;
  }
  .post-type-archive-recruitment .main .entry__txt {
    margin-top: 12px;
    padding-right: 40px;
    background-size: 30px 30px;
  }
}
/* ===================================

  働く人たち：single-people

====================================== */
.single-people .main {
  padding: 130px 0 160px;
}
.single-people .main .container {
  width: 880px;
}
.single-people .main .entry {
  width: 100%;
}
.single-people .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.single-people .main .entry__thumb-img {
  width: 100%;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-people .main .entry__contents {
  padding: 0 110px;
}
.single-people .main .entry__box {
  margin-top: -56px;
  padding: 40px;
  background-color: #fff;
  word-break: break-all;
}
.single-people .main .entry__department {
  color: #2F3E3F;
}
.single-people .main .entry__department span {
  padding: 0 0.2em;
}
.single-people .main .entry__department span:first-child {
  padding-left: 0;
}
.single-people .main .entry__title {
  margin-top: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.single-people .main .entry__info {
  margin-top: 25px;
}
.single-people .main .entry__info span {
  padding: 0 0.2em;
}
.single-people .main .entry__info span:first-child {
  padding-left: 0;
}
.single-people .main .entry__body {
  padding: 85px 110px;
  word-break: break-all;
}
.single-people .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single-people .main .entry__body h2 {
  margin-top: 75px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #2F3E3F;
}
.single-people .main .entry__body p {
  margin-top: 18px;
  line-height: 2;
}
.single-people .main .entry__body .wp-block-image {
  margin-top: 72px;
}
.single-people .main .entry__body .wp-block-image img {
  margin: 0;
}
.single-people .main .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single-people .main .entry__body .aligncenter {
  margin: 72px auto 0;
}
.single-people .main .entry__body .alignright {
  margin-left: auto;
}
.single-people .main .entry__foot .box {
  background-color: #fff;
}
.single-people .main .entry__foot .box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #3E1F00;
}
.single-people .main .entry__foot .box__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.single-people .main .entry__foot .box__body {
  padding: 52px 60px 61px;
}
.single-people .main .entry__foot .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 20px;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
.single-people .main .entry__foot .box dl:last-child {
  border-bottom: none;
}
.single-people .main .entry__foot .box dt,
.single-people .main .entry__foot .box dd {
  line-height: 2;
}
.single-people .main .entry__foot .box dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.single-people .main .entry__foot .box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.single-people .sidebar {
  padding-bottom: 160px;
}
.single-people .sidebar .container {
  width: 1100px;
}
.single-people .sidebar__contents {
  margin-top: 55px;
}
.single-people .sidebar .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-people .sidebar .items .item {
  width: calc((100% - 50px) / 2);
}
.single-people .sidebar .items .item__thumb {
  width: 100%;
  overflow: hidden;
}
.single-people .sidebar .items .item__thumb-img {
  width: 100%;
  padding-top: 84.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-people .sidebar .items .item__link:hover {
  opacity: 0.6;
}
.single-people .sidebar .items .item__link:hover .item__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.single-people .sidebar .items .item__body {
  background-color: #fff;
  padding: 30px;
  word-break: break-all;
}
.single-people .sidebar .items .item__info {
  color: #2F3E3F;
}
.single-people .sidebar .items .item__info span {
  padding: 0 0.2em;
}
.single-people .sidebar .items .item__info span:first-child {
  padding-left: 0;
}
.single-people .sidebar .items .item__msg {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.single-people .sidebar .items .item__foot {
  margin-top: 30px;
}
.single-people .sidebar .items .item__foot span {
  padding: 0 0.2em;
}
.single-people .sidebar .items .item__foot span:first-child {
  padding-left: 0;
}

@media screen and (max-width: 1199px) {
  .single-people .main {
    padding: 95px 0 100px;
  }
  .single-people .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .single-people .main .entry__contents {
    padding: 0 60px;
  }
  .single-people .main .entry__box {
    margin-top: -40px;
    padding: 40px 30px;
  }
  .single-people .main .entry__title {
    margin-top: 16px;
    font-size: 24px;
  }
  .single-people .main .entry__info {
    margin-top: 22px;
  }
  .single-people .main .entry__body {
    padding: 50px 60px;
  }
  .single-people .main .entry__body h2 {
    margin-top: 50px;
    font-size: 18px;
  }
  .single-people .main .entry__body p {
    margin-top: 16px;
  }
  .single-people .main .entry__body .wp-block-image {
    margin-top: 50px;
  }
  .single-people .main .entry__body .aligncenter {
    margin: 50px auto 0;
  }
  .single-people .main .entry__foot .box__head {
    height: 60px;
  }
  .single-people .main .entry__foot .box__title {
    font-size: 20px;
  }
  .single-people .main .entry__foot .box__body {
    padding: 20px 30px 30px;
  }
  .single-people .main .entry__foot .box dl {
    padding: 18px 10px;
  }
  .single-people .main .entry__foot .box dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  .single-people .sidebar {
    padding-bottom: 100px;
  }
  .single-people .sidebar .container {
    width: 100%;
    padding: 0 30px;
  }
  .single-people .sidebar__contents {
    margin-top: 40px;
  }
  .single-people .sidebar .items .item {
    width: calc((100% - 30px) / 2);
  }
  .single-people .sidebar .items .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .single-people .sidebar .items .item__link:hover {
    opacity: 1;
  }
  .single-people .sidebar .items .item__link:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .single-people .sidebar .items .item__body {
    padding: 20px;
  }
  .single-people .sidebar .items .item__msg {
    margin-top: 18px;
    font-size: 16px;
  }
  .single-people .sidebar .items .item__foot {
    margin-top: 18px;
  }
}
@media screen and (max-width: 758px) {
  .single-people .main {
    padding: 65px 0 60px;
  }
  .single-people .main .container {
    width: 100%;
    padding: 0;
  }
  .single-people .main .entry__contents {
    padding: 0 20px;
  }
  .single-people .main .entry__box {
    margin-top: -30px;
    padding: 35px 20px;
  }
  .single-people .main .entry__title {
    margin-top: 15px;
    font-size: 18px;
  }
  .single-people .main .entry__info {
    margin-top: 20px;
  }
  .single-people .main .entry__body {
    padding: 40px 20px 60px;
  }
  .single-people .main .entry__body h2 {
    font-size: 17px;
  }
  .single-people .main .entry__foot {
    padding: 0 20px;
  }
  .single-people .main .entry__foot .box__head {
    height: 46px;
  }
  .single-people .main .entry__foot .box__title {
    font-size: 16px;
  }
  .single-people .main .entry__foot .box__body {
    padding: 10px 15px 30px;
  }
  .single-people .main .entry__foot .box dl {
    display: block;
    padding: 15px 5px;
  }
  .single-people .main .entry__foot .box dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .single-people .main .entry__foot .box dd {
    margin-top: 5px;
  }
  .single-people .sidebar {
    padding-bottom: 60px;
  }
  .single-people .sidebar .container {
    padding: 0 20px;
  }
  .single-people .sidebar__contents {
    margin-top: 30px;
  }
  .single-people .sidebar .items {
    display: block;
  }
  .single-people .sidebar .items .item {
    width: 100%;
  }
  .single-people .sidebar .items .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .single-people .sidebar .items .item__body {
    padding: 22px 15px;
  }
  .single-people .sidebar .items .item__msg {
    margin-top: 16px;
    font-size: 16px;
  }
  .single-people .sidebar .items .item__foot {
    margin-top: 16px;
  }
}
/* ===================================

  募集職種詳細：single-people

====================================== */
.single-recruitment .main {
  padding: 130px 0 160px;
}
.single-recruitment .main .container {
  width: 980px;
}
.single-recruitment .main .entry {
  width: 100%;
}
.single-recruitment .main .entry__head {
  padding: 0 160px;
}
.single-recruitment .main .entry .section-title .title {
  margin: 0;
}
.single-recruitment .main .entry__copy {
  margin-top: 48px;
  line-height: 2;
}
.single-recruitment .main .entry__thumb {
  margin-top: 55px;
  width: 100%;
  overflow: hidden;
}
.single-recruitment .main .entry__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-recruitment .main .entry__body {
  margin-top: 90px;
}
.single-recruitment .main .entry__body .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-recruitment .main .entry__body .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 50px;
  background-color: #f2f2f2;
  font-weight: 700;
  color: #2F3E3F;
}
.single-recruitment .main .entry__body .tab.active {
  background-color: #fff;
  cursor: auto;
}
.single-recruitment .main .entry__contents .box {
  background-color: #fff;
}
.single-recruitment .main .entry__contents .box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #3E1F00;
}
.single-recruitment .main .entry__contents .box__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.single-recruitment .main .entry__contents .box #newgra {
  display: none;
}
.single-recruitment .main .entry__contents .box #newgra.show {
  display: block;
}
.single-recruitment .main .entry__contents .box #midcarrer {
  display: none;
}
.single-recruitment .main .entry__contents .box #midcarrer.show {
  display: block;
}
.single-recruitment .main .entry__contents .box__body {
  padding: 38px 60px 62px;
}
.single-recruitment .main .entry__contents .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 20px;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
.single-recruitment .main .entry__contents .box dl:last-child {
  border-bottom: none;
}
.single-recruitment .main .entry__contents .box dt,
.single-recruitment .main .entry__contents .box dd {
  line-height: 2;
}
.single-recruitment .main .entry__contents .box dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  font-weight: 700;
}
.single-recruitment .main .entry__contents .box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 1199px) {
  .single-recruitment .main {
    padding: 105px 0 100px;
  }
  .single-recruitment .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .single-recruitment .main .entry__head {
    padding: 0 100px;
  }
  .single-recruitment .main .entry__copy {
    margin-top: 30px;
  }
  .single-recruitment .main .entry__thumb {
    margin-top: 35px;
  }
  .single-recruitment .main .entry__body {
    margin-top: 50px;
  }
  .single-recruitment .main .entry__body .tab {
    width: 135px;
    height: 45px;
  }
  .single-recruitment .main .entry__contents .box__head {
    height: 60px;
  }
  .single-recruitment .main .entry__contents .box__title {
    font-size: 20px;
  }
  .single-recruitment .main .entry__contents .box__body {
    padding: 20px 30px 50px;
  }
  .single-recruitment .main .entry__contents .box dl {
    padding: 18px 10px;
  }
  .single-recruitment .main .entry__contents .box dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
  .single-recruitment .main .entry__contents .box .items {
    padding-top: 10px;
  }
  .single-recruitment .main .entry__contents .box .item + .item {
    margin-top: 30px;
  }
  .single-recruitment .main .entry__contents .box .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  .single-recruitment .main .entry__contents .box .item__number {
    width: 40px;
    height: 40px;
  }
  .single-recruitment .main .entry__contents .box .item__number .number {
    font-size: 16px;
  }
  .single-recruitment .main .entry__contents .box .item__title {
    margin-top: 4px;
    font-size: 18px;
  }
  .single-recruitment .main .entry__contents .box .item__title span {
    font-size: 14px;
  }
  .single-recruitment .main .entry__contents .box .item__contents {
    margin-top: 15px;
  }
}
@media screen and (max-width: 758px) {
  .single-recruitment .main {
    padding-bottom: 60px;
  }
  .single-recruitment .main .container {
    width: 100%;
    padding: 0 20px;
  }
  .single-recruitment .main .entry__head {
    padding: 0;
  }
  .single-recruitment .main .entry__thumb {
    margin-top: 30px;
  }
  .single-recruitment .main .entry__body {
    margin-top: 30px;
  }
  .single-recruitment .main .entry__body .tab {
    width: 50%;
    height: 45px;
  }
  .single-recruitment .main .entry__contents .box__head {
    height: 46px;
  }
  .single-recruitment .main .entry__contents .box__title {
    font-size: 16px;
  }
  .single-recruitment .main .entry__contents .box__body {
    padding: 10px 15px 30px;
  }
  .single-recruitment .main .entry__contents .box dl {
    display: block;
    padding: 15px 5px;
  }
  .single-recruitment .main .entry__contents .box dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .single-recruitment .main .entry__contents .box dd {
    margin-top: 5px;
  }
  .single-recruitment .main .entry__contents .box .items {
    padding-top: 20px;
  }
  .single-recruitment .main .entry__contents .box .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
  }
  .single-recruitment .main .entry__contents .box .item__time {
    font-size: 14px;
  }
  .single-recruitment .main .entry__contents .box .item__title {
    margin-top: 3px;
    font-size: 18px;
  }
  .single-recruitment .main .entry__contents .box .item__title span {
    font-size: 14px;
  }
  .single-recruitment .main .entry__contents .box .item__contents {
    margin-top: 8px;
  }
}
/* ==========================================

  フォーム
  - 共通
  - インターンシップ申し込み：internship form
  - 半日職場体験申し込み：entry form

============================================= */
/* ---------------------------------
  共通
----------------------------------- */
.page-internship-form .main,
.page-entry-form .main {
  padding: 36px 0 160px;
}
.page-internship-form .main .container,
.page-entry-form .main .container {
  width: 860px;
}
.page-internship-form .main__txt,
.page-entry-form .main__txt {
  line-height: 2;
}
.page-internship-form .main .form-wrap,
.page-entry-form .main .form-wrap {
  margin-top: 45px;
}
.page-internship-form .main .form__group,
.page-entry-form .main .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-internship-form .main .form__group + .form__group,
.page-entry-form .main .form__group + .form__group {
  margin-top: 30px;
}
.page-internship-form .main .form__label,
.page-entry-form .main .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  width: 260px;
}
.page-internship-form .main .form__label label,
.page-entry-form .main .form__label label {
  font-size: 20px;
  font-weight: 700;
}
.page-internship-form .main .form__label span,
.page-entry-form .main .form__label span {
  color: #2F3E3F;
  margin-left: 12px;
}
.page-internship-form .main .form__body,
.page-entry-form .main .form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-internship-form .main .form__body > .wpcf7-form-control-wrap,
.page-entry-form .main .form__body > .wpcf7-form-control-wrap {
  width: 100%;
}
.page-internship-form .main .form__body input[type=text],
.page-internship-form .main .form__body input[type=email],
.page-internship-form .main .form__body input[type=tel],
.page-internship-form .main .form__body input[type=number],
.page-internship-form .main .form__body select,
.page-entry-form .main .form__body input[type=text],
.page-entry-form .main .form__body input[type=email],
.page-entry-form .main .form__body input[type=tel],
.page-entry-form .main .form__body input[type=number],
.page-entry-form .main .form__body select {
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  color: inherit;
  border-radius: 0;
}
.page-internship-form .main .form__body input[type=text]::-webkit-input-placeholder, .page-internship-form .main .form__body input[type=email]::-webkit-input-placeholder, .page-internship-form .main .form__body input[type=tel]::-webkit-input-placeholder, .page-internship-form .main .form__body input[type=number]::-webkit-input-placeholder, .page-internship-form .main .form__body select::-webkit-input-placeholder, .page-entry-form .main .form__body input[type=text]::-webkit-input-placeholder, .page-entry-form .main .form__body input[type=email]::-webkit-input-placeholder, .page-entry-form .main .form__body input[type=tel]::-webkit-input-placeholder, .page-entry-form .main .form__body input[type=number]::-webkit-input-placeholder, .page-entry-form .main .form__body select::-webkit-input-placeholder {
  color: #999;
}
.page-internship-form .main .form__body input[type=text]::-moz-placeholder, .page-internship-form .main .form__body input[type=email]::-moz-placeholder, .page-internship-form .main .form__body input[type=tel]::-moz-placeholder, .page-internship-form .main .form__body input[type=number]::-moz-placeholder, .page-internship-form .main .form__body select::-moz-placeholder, .page-entry-form .main .form__body input[type=text]::-moz-placeholder, .page-entry-form .main .form__body input[type=email]::-moz-placeholder, .page-entry-form .main .form__body input[type=tel]::-moz-placeholder, .page-entry-form .main .form__body input[type=number]::-moz-placeholder, .page-entry-form .main .form__body select::-moz-placeholder {
  color: #999;
}
.page-internship-form .main .form__body input[type=text]:-ms-input-placeholder, .page-internship-form .main .form__body input[type=email]:-ms-input-placeholder, .page-internship-form .main .form__body input[type=tel]:-ms-input-placeholder, .page-internship-form .main .form__body input[type=number]:-ms-input-placeholder, .page-internship-form .main .form__body select:-ms-input-placeholder, .page-entry-form .main .form__body input[type=text]:-ms-input-placeholder, .page-entry-form .main .form__body input[type=email]:-ms-input-placeholder, .page-entry-form .main .form__body input[type=tel]:-ms-input-placeholder, .page-entry-form .main .form__body input[type=number]:-ms-input-placeholder, .page-entry-form .main .form__body select:-ms-input-placeholder {
  color: #999;
}
.page-internship-form .main .form__body input[type=text]::-ms-input-placeholder, .page-internship-form .main .form__body input[type=email]::-ms-input-placeholder, .page-internship-form .main .form__body input[type=tel]::-ms-input-placeholder, .page-internship-form .main .form__body input[type=number]::-ms-input-placeholder, .page-internship-form .main .form__body select::-ms-input-placeholder, .page-entry-form .main .form__body input[type=text]::-ms-input-placeholder, .page-entry-form .main .form__body input[type=email]::-ms-input-placeholder, .page-entry-form .main .form__body input[type=tel]::-ms-input-placeholder, .page-entry-form .main .form__body input[type=number]::-ms-input-placeholder, .page-entry-form .main .form__body select::-ms-input-placeholder {
  color: #999;
}
.page-internship-form .main .form__body input[type=text]::placeholder,
.page-internship-form .main .form__body input[type=email]::placeholder,
.page-internship-form .main .form__body input[type=tel]::placeholder,
.page-internship-form .main .form__body input[type=number]::placeholder,
.page-internship-form .main .form__body select::placeholder,
.page-entry-form .main .form__body input[type=text]::placeholder,
.page-entry-form .main .form__body input[type=email]::placeholder,
.page-entry-form .main .form__body input[type=tel]::placeholder,
.page-entry-form .main .form__body input[type=number]::placeholder,
.page-entry-form .main .form__body select::placeholder {
  color: #999;
}
.page-internship-form .main .form__body .wpcf7-radio,
.page-entry-form .main .form__body .wpcf7-radio {
  font-weight: 500;
}
.page-internship-form .main .form__body .wpcf7-radio > .wpcf7-list-item,
.page-entry-form .main .form__body .wpcf7-radio > .wpcf7-list-item {
  margin-left: 0;
}
.page-internship-form .main .form__body .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item,
.page-entry-form .main .form__body .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 80px;
}
.page-internship-form .main .form__body input[type=radio],
.page-entry-form .main .form__body input[type=radio] {
  margin-right: 10px;
}
.page-internship-form .main .form__body option,
.page-entry-form .main .form__body option {
  color: inherit;
}
.page-internship-form .main .form__body textarea,
.page-entry-form .main .form__body textarea {
  padding: 20px;
  width: 100%;
  height: 240px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 0;
  line-height: 1.5;
}
.page-internship-form .main .form__body textarea::-webkit-input-placeholder, .page-entry-form .main .form__body textarea::-webkit-input-placeholder {
  color: #999;
}
.page-internship-form .main .form__body textarea::-moz-placeholder, .page-entry-form .main .form__body textarea::-moz-placeholder {
  color: #999;
}
.page-internship-form .main .form__body textarea:-ms-input-placeholder, .page-entry-form .main .form__body textarea:-ms-input-placeholder {
  color: #999;
}
.page-internship-form .main .form__body textarea::-ms-input-placeholder, .page-entry-form .main .form__body textarea::-ms-input-placeholder {
  color: #999;
}
.page-internship-form .main .form__body textarea::placeholder,
.page-entry-form .main .form__body textarea::placeholder {
  color: #999;
}
.page-internship-form .main .form__body.age > .wpcf7-form-control-wrap, .page-internship-form .main .form__body.zip > .wpcf7-form-control-wrap,
.page-entry-form .main .form__body.age > .wpcf7-form-control-wrap,
.page-entry-form .main .form__body.zip > .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  margin-left: 0;
}
.page-internship-form .main .form__body.age span, .page-internship-form .main .form__body.zip span,
.page-entry-form .main .form__body.age span,
.page-entry-form .main .form__body.zip span {
  margin-left: 15px;
}
.page-internship-form .main .form__body .date-wrap,
.page-internship-form .main .form__body .select-wrap,
.page-entry-form .main .form__body .date-wrap,
.page-entry-form .main .form__body .select-wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  height: 50px;
}
.page-internship-form .main .form__body .date-wrap::after,
.page-internship-form .main .form__body .select-wrap::after,
.page-entry-form .main .form__body .date-wrap::after,
.page-entry-form .main .form__body .select-wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #999 transparent transparent transparent;
  pointer-events: none;
}
.page-internship-form .main .form__body .date-wrap input[type=text],
.page-internship-form .main .form__body .date-wrap input[type=email],
.page-internship-form .main .form__body .date-wrap input[type=tel],
.page-internship-form .main .form__body .date-wrap input[type=number],
.page-internship-form .main .form__body .date-wrap select,
.page-internship-form .main .form__body .select-wrap input[type=text],
.page-internship-form .main .form__body .select-wrap input[type=email],
.page-internship-form .main .form__body .select-wrap input[type=tel],
.page-internship-form .main .form__body .select-wrap input[type=number],
.page-internship-form .main .form__body .select-wrap select,
.page-entry-form .main .form__body .date-wrap input[type=text],
.page-entry-form .main .form__body .date-wrap input[type=email],
.page-entry-form .main .form__body .date-wrap input[type=tel],
.page-entry-form .main .form__body .date-wrap input[type=number],
.page-entry-form .main .form__body .date-wrap select,
.page-entry-form .main .form__body .select-wrap input[type=text],
.page-entry-form .main .form__body .select-wrap input[type=email],
.page-entry-form .main .form__body .select-wrap input[type=tel],
.page-entry-form .main .form__body .select-wrap input[type=number],
.page-entry-form .main .form__body .select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
}
.page-internship-form .main .form__body input[type=number]::-webkit-outer-spin-button,
.page-internship-form .main .form__body input[type=number]::-webkit-inner-spin-button,
.page-entry-form .main .form__body input[type=number]::-webkit-outer-spin-button,
.page-entry-form .main .form__body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-internship-form .main .form__radio,
.page-entry-form .main .form__radio {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
}
.page-internship-form .main .form__radio .form__label,
.page-entry-form .main .form__radio .form__label {
  padding-top: 0.15em;
}
.page-internship-form .main .form__radio .form__body,
.page-entry-form .main .form__radio .form__body {
  display: block;
}
.page-internship-form .main .form__df,
.page-entry-form .main .form__df {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-internship-form .main .form__group.textarea,
.page-entry-form .main .form__group.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-internship-form .main .form__group.textarea .form__label,
.page-entry-form .main .form__group.textarea .form__label {
  padding-top: 15px;
}
.page-internship-form .main .form__agree,
.page-entry-form .main .form__agree {
  margin-top: 55px;
  text-align: center;
}
.page-internship-form .main .form__agree .wpcf7-list-item-label,
.page-entry-form .main .form__agree .wpcf7-list-item-label {
  margin-left: 8px;
}
.page-internship-form .main .form__agree .wpcf7-list-item-label > a,
.page-entry-form .main .form__agree .wpcf7-list-item-label > a {
  text-decoration: underline;
  color: #2F3E3F;
}
.page-internship-form .main .form__submit,
.page-entry-form .main .form__submit {
  margin-top: 75px;
}
.page-internship-form .main .form__submit input[type=submit],
.page-entry-form .main .form__submit input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 400px;
  height: 65px;
  background-color: #2F3E3F;
  border: 1px solid #2F3E3F;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-internship-form .main .form__submit input[type=submit]:hover,
.page-entry-form .main .form__submit input[type=submit]:hover {
  opacity: 1;
  background-color: #fff;
  color: #2F3E3F;
}
.page-internship-form .main .wpcf7-response-output,
.page-entry-form .main .wpcf7-response-output {
  display: none;
  opacity: 0;
}
.page-internship-form .main .wpcf7-form-control-wrap > .wpcf7-not-valid-tip,
.page-entry-form .main .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 0.3em;
}
.page-internship-form .main .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip,
.page-entry-form .main .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

@media screen and (max-width: 1199px) {
  .page-internship-form .main,
  .page-entry-form .main {
    padding: 30px 0 100px;
  }
  .page-internship-form .main .container,
  .page-entry-form .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-internship-form .main .form-wrap,
  .page-entry-form .main .form-wrap {
    margin-top: 40px;
  }
  .page-internship-form .main .form__group,
  .page-entry-form .main .form__group {
    font-size: 16px;
  }
  .page-internship-form .main .form__group + .form__group,
  .page-entry-form .main .form__group + .form__group {
    margin-top: 20px;
  }
  .page-internship-form .main .form__label,
  .page-entry-form .main .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
  .page-internship-form .main .form__label label,
  .page-entry-form .main .form__label label {
    font-size: 17px;
  }
  .page-internship-form .main .form__label span,
  .page-entry-form .main .form__label span {
    margin-left: 10px;
  }
  .page-internship-form .main .form__body input[type=text],
  .page-internship-form .main .form__body input[type=email],
  .page-internship-form .main .form__body input[type=tel],
  .page-internship-form .main .form__body input[type=number],
  .page-internship-form .main .form__body select,
  .page-entry-form .main .form__body input[type=text],
  .page-entry-form .main .form__body input[type=email],
  .page-entry-form .main .form__body input[type=tel],
  .page-entry-form .main .form__body input[type=number],
  .page-entry-form .main .form__body select {
    padding: 0 15px;
  }
  .page-internship-form .main .form__body .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item,
  .page-entry-form .main .form__body .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 50px;
  }
  .page-internship-form .main .form__body input[type=radio],
  .page-entry-form .main .form__body input[type=radio] {
    top: 3px;
    margin-right: 8px;
  }
  .page-internship-form .main .form__body textarea,
  .page-entry-form .main .form__body textarea {
    padding: 15px;
    height: 200px;
  }
  .page-internship-form .main .form__body.age > .wpcf7-form-control-wrap, .page-internship-form .main .form__body.zip > .wpcf7-form-control-wrap,
  .page-entry-form .main .form__body.age > .wpcf7-form-control-wrap,
  .page-entry-form .main .form__body.zip > .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px) / 2);
            flex: 0 0 calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    margin-left: 0;
  }
  .page-internship-form .main .form__body.age span, .page-internship-form .main .form__body.zip span,
  .page-entry-form .main .form__body.age span,
  .page-entry-form .main .form__body.zip span {
    margin-left: 12px;
  }
  .page-internship-form .main .form__body .date-wrap,
  .page-internship-form .main .form__body .select-wrap,
  .page-entry-form .main .form__body .date-wrap,
  .page-entry-form .main .form__body .select-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px) / 2);
            flex: 0 0 calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
  }
  .page-internship-form .main .form__body .date-wrap::after,
  .page-internship-form .main .form__body .select-wrap::after,
  .page-entry-form .main .form__body .date-wrap::after,
  .page-entry-form .main .form__body .select-wrap::after {
    right: 10px;
    border-width: 10px 6px 0 6px;
  }
  .page-internship-form .main .form__radio,
  .page-entry-form .main .form__radio {
    padding: 8px 0;
  }
  .page-internship-form .main .form__group.textarea .form__label,
  .page-entry-form .main .form__group.textarea .form__label {
    padding-top: 1em;
  }
  .page-internship-form .main .form__agree,
  .page-entry-form .main .form__agree {
    margin-top: 40px;
  }
  .page-internship-form .main .form__agree .wpcf7-list-item-label,
  .page-entry-form .main .form__agree .wpcf7-list-item-label {
    margin-left: 6px;
  }
  .page-internship-form .main .form__submit,
  .page-entry-form .main .form__submit {
    margin-top: 40px;
  }
  .page-internship-form .main .form__submit input[type=submit],
  .page-entry-form .main .form__submit input[type=submit] {
    width: 300px;
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-internship-form .main,
  .page-entry-form .main {
    padding: 20px 0 60px;
  }
  .page-internship-form .main .container,
  .page-entry-form .main .container {
    padding: 0 20px;
  }
  .page-internship-form .main .form-wrap,
  .page-entry-form .main .form-wrap {
    margin-top: 30px;
  }
  .page-internship-form .main .form__group,
  .page-entry-form .main .form__group {
    display: block;
  }
  .page-internship-form .main .form__group + .form__group,
  .page-entry-form .main .form__group + .form__group {
    margin-top: 30px;
  }
  .page-internship-form .main .form__label,
  .page-entry-form .main .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-internship-form .main .form__label span,
  .page-entry-form .main .form__label span {
    margin-left: 15px;
    font-size: 12px;
  }
  .page-internship-form .main .form__body,
  .page-entry-form .main .form__body {
    margin-top: 12px;
  }
  .page-internship-form .main .form__body input[type=text],
  .page-internship-form .main .form__body input[type=email],
  .page-internship-form .main .form__body input[type=tel],
  .page-internship-form .main .form__body input[type=number],
  .page-internship-form .main .form__body select,
  .page-entry-form .main .form__body input[type=text],
  .page-entry-form .main .form__body input[type=email],
  .page-entry-form .main .form__body input[type=tel],
  .page-entry-form .main .form__body input[type=number],
  .page-entry-form .main .form__body select {
    padding: 0 10px;
  }
  .page-internship-form .main .form__body .wpcf7-radio .wpcf7-list-item,
  .page-entry-form .main .form__body .wpcf7-radio .wpcf7-list-item {
    display: block;
  }
  .page-internship-form .main .form__body .wpcf7-radio .wpcf7-list-item:first-child,
  .page-entry-form .main .form__body .wpcf7-radio .wpcf7-list-item:first-child {
    margin-top: 1.5em;
    margin-left: 0;
  }
  .page-internship-form .main .form__body .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item,
  .page-entry-form .main .form__body .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 0;
    margin-top: 1em;
  }
  .page-internship-form .main .form__body input[type=radio],
  .page-entry-form .main .form__body input[type=radio] {
    top: 1px;
    margin-right: 6px;
  }
  .page-internship-form .main .form__body textarea,
  .page-entry-form .main .form__body textarea {
    padding: 15px 10px;
    height: 150px;
  }
  .page-internship-form .main .form__body.zip > .wpcf7-form-control-wrap,
  .page-entry-form .main .form__body.zip > .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px) / 2);
            flex: 0 0 calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }
  .page-internship-form .main .form__body.age > .wpcf7-form-control-wrap,
  .page-entry-form .main .form__body.age > .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
  }
  .page-internship-form .main .form__body.age span,
  .page-entry-form .main .form__body.age span {
    margin-left: 10px;
  }
  .page-internship-form .main .form__body .date-wrap,
  .page-internship-form .main .form__body .select-wrap,
  .page-entry-form .main .form__body .date-wrap,
  .page-entry-form .main .form__body .select-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-internship-form .main .form__body .date-wrap::after,
  .page-internship-form .main .form__body .select-wrap::after,
  .page-entry-form .main .form__body .date-wrap::after,
  .page-entry-form .main .form__body .select-wrap::after {
    right: 12px;
    border-width: 12px 7px 0 7px;
  }
  .page-internship-form .main .form__body .date-wrap + .select-wrap,
  .page-entry-form .main .form__body .date-wrap + .select-wrap {
    margin-top: 5px;
  }
  .page-internship-form .main .form__group.textarea .form__label,
  .page-entry-form .main .form__group.textarea .form__label {
    padding-top: 0;
  }
  .page-internship-form .main .form__df,
  .page-entry-form .main .form__df {
    display: block;
  }
  .page-internship-form .main .form__agree input[type=checkbox],
  .page-entry-form .main .form__agree input[type=checkbox] {
    position: relative;
    top: 1px;
  }
  .page-internship-form .main .form__submit input[type=submit],
  .page-entry-form .main .form__submit input[type=submit] {
    max-width: 100%;
    font-size: 16px;
  }
}
/* ---------------------------------
  インターンシップ申し込み：internship
----------------------------------- */
.page-internship-form .main .form__notice {
  margin-top: 1.5em;
}