@charset "UTF-8";
/****************************************
変数
****************************************/
/****************************************
共通テーマ
****************************************/
/*
Theme Name: with Theme
Theme URI:
Author: with
Author URI:
Description: Original Theme of with
Version: 1.0
License: with
License URI:
Tags:
Text Domain:
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.05em;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background: #000000;
}

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

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "Sawarabi Mincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@font-face {
  font-family: "Tantinotes";
  src: url("/withgroup/wp-content/themes/withgroup/font/Tantinotes.woff2") format("woff2"), url("/withgroup/wp-content/themes/withgroup/font/Tantinotes.woff") format("woff"), url("/withgroup/wp-content/themes/withgroup/font/Tantinotes.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.Tantinotes {
  font-family: "Tantinotes", cursive;
}

@font-face {
  font-family: "RyoGothicPlusN";
  src: url("/withgroup/wp-content/themes/withgroup/font/RyoGothicPlusN.woff2") format("woff2"), url("/withgroup/wp-content/themes/withgroup/font/RyoGothicPlusN.woff") format("woff"), url("/withgroup/wp-content/themes/withgroup/font/RyoGothicPlusN.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.RyoGothicPlusN {
  font-family: "RyoGothicPlusN", cursive;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
input[type=date] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration,
input[type=date]:-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=date]:focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.login {
  background: #ffffff;
  background-size: cover;
}
.login #login h1 a {
  background: url("images/base/logo-yoko.png") no-repeat center center;
  background-size: contain;
  width: 100%;
}
.login #login form {
  background: #000000;
  color: #ffffff !important;
  border: none;
}
.login #login form .user-pass-wrap .wp-pwd button span:before {
  color: #000000;
}
.login #login form .submit input {
  background: #ffffff;
  border: none;
  color: #000000;
}
.login #login #nav a {
  color: #000000 !important;
}
.login #login #backtoblog a {
  color: #000000 !important;
}

/* -----------------------------------
  basic
----------------------------------- */
html {
  margin-top: 0px !important;
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  background: #ffffff;
  color: #000000;
  font-family: "RyoGothicPlusN", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body.blog {
  margin-bottom: 0;
}
body.menu-open {
  overflow: hidden; /* メニュー表示中のスクロール防止 */
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.l-container {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}

.m-container {
  max-width: 900px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.pcTab {
  display: block !important;
}

.sp {
  display: none !important;
}

.pagenavi {
  width: 100%;
  line-height: 1;
  text-align: center;
  margin: 4rem 0;
}
.pagenavi span {
  text-decoration: none;
  border: 1px solid #000000;
  padding: 3px 5px;
  margin: 2px;
  color: #000000;
  margin-right: 10px;
}
.pagenavi .current {
  color: #ffffff;
  background: #000000;
  border: 2px solid #000000 !important;
}
.pagenavi a {
  text-decoration: none;
  color: #000000;
  border: 1px solid;
  padding: 5px;
  margin-right: 5px;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.error {
  padding-top: 6rem;
  margin-bottom: 10rem;
}

.onlySp {
  display: none;
}

.bgYel {
  background: #ffe100;
}

.bgBlk {
  background: #000000;
}

/* -----------------------------------
  bread_crumb
----------------------------------- */
.bread_crumb {
  white-space: nowrap;
  padding-top: 9rem;
}
.bread_crumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.bread_crumb__item {
  color: #000000;
  font-weight: bold;
}
.bread_crumb__item::after {
  color: #000000;
  content: ">";
  display: inline-block;
  margin: 0 1rem;
}
.bread_crumb__item:last-child::after {
  content: none;
}
.bread_crumb__item a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bread_crumb__item a:hover {
  opacity: 0.5;
}
.bread_crumb__item:last-child {
  font-weight: normal;
}
.bread_crumb.lp {
  position: absolute;
  bottom: 2rem;
}
.bread_crumb.lp .bread_crumb__item {
  color: #000000;
}
.bread_crumb.lp .bread_crumb__item:after {
  color: #000000;
}
.bread_crumb.lp a {
  color: #000000;
}
.bread_crumb.page {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: 86px;
}

/* -----------------------------------
  共通仕様
----------------------------------- */
/**
* footer直上の共通項目
* 
* page-mission
* page-interview
* page-number
* page-education
* page-career
* page-workstyle
* page-benefits
* page-culture
* page-recruitment
*
**/
.subFooterSc .lineWrap {
  background: #ffe100;
  text-align: center;
  padding: 2rem 0;
}
.subFooterSc .lineWrap .logo {
  width: 6rem;
  padding-top: 2rem;
  margin: 0 auto;
}
.subFooterSc .lineWrap h2 {
  font-size: 2.5rem;
  padding: 1rem 0;
}
.subFooterSc .lineWrap .addFriend {
  padding: 2rem 0;
}
.subFooterSc .lineWrap .addFriend .bgBlkBtn {
  padding: 1.5rem 2rem;
}
.subFooterSc .containerWrap {
  background: #004aad;
}
.subFooterSc .containerWrap .l-container .flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subFooterSc .containerWrap .l-container .flexParent .flexChild1 {
  width: 50%;
  position: relative;
}
.subFooterSc .containerWrap .l-container .flexParent .flexChild1 .textArea {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
.subFooterSc .containerWrap .l-container .flexParent .flexChild1 .textArea h3 {
  font-size: 4.5rem;
  line-height: 1;
  padding-bottom: 1rem;
  white-space: nowrap;
}
.subFooterSc .containerWrap .l-container .flexParent .flexChild1 .textArea h2 {
  font-size: 1.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subFooterSc .containerWrap .l-container .flexParent .flexChild1 .textArea h2::after {
  content: "";
  width: 3rem;
  display: inline-block;
  color: #ffffff;
  border-bottom: 0.1rem solid;
  margin-left: 1rem;
}
.subFooterSc .containerWrap .l-container .flexParent .flexChild1 .textArea p {
  padding-right: 8rem;
}
.subFooterSc .containerWrap .l-container .flexParent .flexChild2 {
  width: 50%;
}
.subFooterSc .containerWrap .l-container .flexParent .flexChild2 img {
  width: 100%;
}
.subFooterSc .flexBtnParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subFooterSc .flexBtnParent a {
  width: 33.3333333333%;
  padding: 3rem 1rem;
  background: #ffe100;
  color: #000000;
  border: 1px solid #ffffff;
  border-collapse: collapse;
  text-align: center;
}

/**
* フッター部ページリンク
* 
* page-education
* page-career
* page-workstyle
* page-benefits
*
**/
.flexLinkSc .flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexLinkSc .flexParent a {
  background: #262626;
  width: 25%;
  text-align: center;
  padding: 8rem 0;
  border-collapse: collapse;
  position: relative;
  background-size: cover;
}
.flexLinkSc .flexParent a h2 {
  font-size: clamp(2rem, 3vw, 3.5rem);
  background: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
}
.flexLinkSc .flexParent a h3 {
  background: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
}
.flexLinkSc .flexParent a h2,
.flexLinkSc .flexParent a h3 {
  position: relative;
  z-index: 2;
}
.flexLinkSc .flexParent a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.flexLinkSc .flexParent .link1 {
  background-image: url("images/base/link1.png");
}
.flexLinkSc .flexParent .link2 {
  background-image: url("images/base/link2.png");
}
.flexLinkSc .flexParent .link3 {
  background-image: url("images/base/link3.png");
}
.flexLinkSc .flexParent .link4 {
  background-image: url("images/base/link4.png");
}

/**
* ページタイトル
* 
* page-mission
* page-interview
* page-number
* page-education
* page-career
* page-workstyle
* page-benefits
* page-culture
* page-recruitment
*
**/
.pageTitleSc {
  height: 500px;
  background-position: center;
  background-size: cover;
  place-items: center;
  background-image: url("images/base/page-title-bg.png");
}
.pageTitleSc .l-container {
  height: 100%;
  position: relative;
}
.pageTitleSc .l-container .titleWrap {
  color: #000000;
  position: absolute;
  bottom: -60px;
}
.pageTitleSc .l-container .titleWrap h1 {
  font-size: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffe100;
  padding: 0 1rem;
}
.pageTitleSc .l-container .titleWrap h2 {
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffe100;
  padding: 0 1rem;
}

/**
* 縦書きテキスト右
* 
* index
* page-mission
*
**/
.textVerticalRight p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  font-size: 2.5rem;
  top: -2.5rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  white-space: nowrap;
}
.textVerticalRight .col1 {
  right: -2rem;
}
.textVerticalRight .col2 {
  right: 3rem;
}
.textVerticalRight .col3 {
  right: 8rem;
}

/**
* 縦書きテキスト左
* 
* page-career
* page-benefits
* page-workstyle
* page-education
* page-mission
*
**/
.textVerticalLeft p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  font-size: 2.5rem;
  top: -2.5rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffe100;
  white-space: nowrap;
}
.textVerticalLeft .col1 {
  left: 8rem;
}
.textVerticalLeft .col2 {
  left: 3rem;
}
.textVerticalLeft .col3 {
  left: -2rem;
}

/**
* 右に画像左に文章
* 
* page-education
* page-culture
*
**/
.flexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexRight .flexRightChild1 {
  width: 70%;
}
.flexRight .flexRightChild1 .flexTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexRight .flexRightChild1 .flexTitle h3 {
  font-size: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.1;
  border-right: 1px solid #000000;
}
.flexRight .flexRightChild1 .flexTitle p {
  padding-top: 0;
}
.flexRight .flexRightChild1 .flexTitle .innerTitle {
  padding-left: 1rem;
}
.flexRight .flexRightChild1 .flexTitle .innerTitle h2 {
  font-size: 1.8rem;
}
.flexRight .flexRightChild1 p {
  padding-top: 2rem;
  padding-right: 2rem;
}
.flexRight .flexRightChild2 {
  width: 30%;
}

/**
* 背景付タイトル
*
**/
.titleWithBg {
  margin-bottom: 2rem;
}
.titleWithBg h2 {
  font-size: 2rem;
  margin-bottom: 0.3rem;
}
.titleWithBg h3 {
  font-size: 3rem;
}
.titleWithBg h2,
.titleWithBg h3 {
  background: #2a2727;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  padding: 0 0.5rem;
}

/* -----------------------------------
  header.php
----------------------------------- */
.mainHeader {
  position: relative;
}
.mainHeader .innerHeader {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 20px;
}
.mainHeader .innerHeader img {
  width: 360px;
  position: absolute;
  left: 32px;
}
.mainHeader .innerHeader .entryBtn {
  background: #ffe100;
  color: #000000;
  border-radius: 20px;
  padding: 0.3rem 2.5rem;
  text-align: center;
  right: 110px;
  position: absolute;
}
.mainHeader .innerHeader #toggle-nav {
  display: none;
}
.mainHeader .innerHeader #toggle-nav:checked ~ .hamburger {
  height: 28px;
}
.mainHeader .innerHeader #toggle-nav:checked ~ .hamburger div {
  background-color: #000000;
}
.mainHeader .innerHeader #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
  margin-top: 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mainHeader .innerHeader #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
  opacity: 0;
}
.mainHeader .innerHeader #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
  width: 40px;
  margin-top: -12px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.mainHeader .innerHeader #toggle-nav:checked ~ .menu {
  opacity: 1;
  visibility: visible;
}
.mainHeader .innerHeader .hamburger {
  cursor: pointer;
  position: fixed;
  z-index: 1020;
  top: 30px;
  right: 32px;
  width: 40px;
  height: 14px;
  margin: 0;
  padding: 0;
}
.mainHeader .innerHeader .hamburger div {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, transform 0.5s;
  transition: background-color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.mainHeader .innerHeader .hamburger div:nth-of-type(2) {
  margin: 4px 0;
}
.mainHeader .innerHeader .hamburger div:nth-of-type(3) {
  width: 32px;
  position: absolute;
  right: 0;
}
.mainHeader .innerHeader .menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  will-change: opacity, visibility;
  background-color: #ffe100;
  color: #000000;
}
.mainHeader .innerHeader .menu .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14rem;
}
.mainHeader .innerHeader .menu .l-container .listWrapper .linkList {
  margin-bottom: 4rem;
}
.mainHeader .innerHeader .menu .l-container .listWrapper .pageLinkParent {
  margin-bottom: 4rem;
}
.mainHeader .innerHeader .menu .l-container .listWrapper .linkListParent {
  margin-bottom: 0.5rem;
}
.mainHeader .innerHeader .menu .l-container .listWrapper .color1 {
  color: #000000;
}
.mainHeader .innerHeader .menu .l-container .listWrapper .color2 {
  color: #000000;
}
.mainHeader .innerHeader .menu .l-container .listWrapper .pageLink {
  line-height: 1;
}
.mainHeader .innerHeader .menu .l-container .listWrapper .pageLink span {
  font-size: clamp(3rem, 10vw, 4rem);
  font-weight: bold;
  letter-spacing: 0rem;
}
.mainHeader .innerHeader .menu .l-container .listWrapper .pageLink p {
  color: #000000;
}
.mainHeader .innerHeader .menu .l-container .listWrapper .pageLinkChild {
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.mainHeader .innerHeader .menu .l-container .listWrapper .pageLinkChild::before {
  content: "";
  width: 1.2rem;
  display: inline-block;
  color: #000000;
  border-bottom: 0.1rem solid;
  margin-right: 1rem;
}

/* -----------------------------------
  footer.php
----------------------------------- */
.mainFooter .containerWrap {
  background: #262626;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.mainFooter .containerWrap .m-container .withInfo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.mainFooter .containerWrap .m-container .withInfo span {
  padding-left: 2rem;
  font-size: 1.3rem;
}
.mainFooter .containerWrap .m-container .withInfo .small {
  font-size: 1rem;
  padding-left: 0;
}
.mainFooter .containerWrap .m-container .withInfo a {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 2rem;
}
.mainFooter .containerWrap .m-container .pageLink {
  width: 95%;
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.mainFooter .containerWrap .m-container .pageLink ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: top;
}
.mainFooter .containerWrap .m-container .pageLink ul li {
  padding-top: 0.5rem;
}
.mainFooter .l-container .flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainFooter .l-container .flexParent p {
  font-size: 1.4rem;
}
.mainFooter .l-container .flexParent img {
  width: 180px;
}

/* -----------------------------------
  index.php
----------------------------------- */
/**
*
* 斜めのタイトル
* 
*/
.leanTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.leanTitle h2 {
  font-size: 12rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/**
*
* 文字色のみ背景色のボタン
* 
*/
.linkBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.linkBtn a {
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
.linkBtn p,
.linkBtn h2 {
  background: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
}
.linkBtn p {
  font-size: 1.4rem;
}
.linkBtn h2 {
  font-size: 2.3rem;
}

/**
*
* l-containerのpadding-rightに対応する
*
*/
.adjustRight {
  right: 0rem;
}

/**
*
* 黒背景ボタン
*
*/
.bgBlkBtn {
  background: #000000;
  padding: 1rem 2rem;
}

/**
*
* 黄色背景ボタン
*
*/
.bgYelBtn {
  background: #ffe100;
  color: #000000;
  padding: 1rem 2rem;
}

/**
*
* 水平タイトル
*
*/
.normalTitle {
  font-size: 5rem;
  line-height: 0.8;
}

/*top画像アニメーション*/
/*=== スライドのアニメーション ========================= */
@-webkit-keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  6% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  6% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
.topFvTopSc {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topFvTopSc .slide2 {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  opacity: 0;
}
.topFvTopSc .slide3 {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
  opacity: 0;
}
.topFvTopSc .slide4 {
  -webkit-animation-delay: 21s;
          animation-delay: 21s;
  opacity: 0;
}
.topFvTopSc .slideimg {
  width: 100%;
  position: absolute;
  -webkit-animation-duration: 28s;
          animation-duration: 28s;
  -webkit-animation-name: slider-1;
          animation-name: slider-1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -o-object-fit: cover;
     object-fit: cover;
}
.topFvTopSc .l-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  text-align: left;
  bottom: 10rem;
}
.topFvTopSc .l-container h1 {
  color: #ffe100;
  font-size: 6rem;
  line-height: 1;
}
.topFvTopSc .l-container h2 {
  font-size: 1.8rem;
  color: #ffe100;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topFvTopSc .l-container h2::after {
  content: "";
  width: 6rem;
  display: inline-block;
  color: #ffe100;
  border-bottom: 0.1rem solid;
  margin-left: 1rem;
}
.topFvTopSc img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.topMessageSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.topMessageSc .l-container {
  position: relative;
}
.topMessageSc .l-container .leanTitle {
  position: absolute;
}
.topMessageSc .l-container .m-container .flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topMessageSc .l-container .m-container .flexParent .flexChild1 {
  width: 70%;
  margin-top: 16rem;
}
.topMessageSc .l-container .m-container .flexParent .flexChild1 .subText {
  margin-top: 3rem;
  background: #2a2727;
  font-size: 2.3rem;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.topMessageSc .l-container .m-container .flexParent .flexChild1 .hashTag {
  margin-top: 1rem;
}
.topMessageSc .l-container .m-container .flexParent .flexChild2 {
  width: 25%;
  position: relative;
  background-image: url(images/top/top-bg01.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}
.topMessageSc .l-container .m-container .flexParent .flexChild2 h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 1rem;
  font-size: 3.5rem;
  top: 7rem;
  font-weight: bold;
}

.topGallerySc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.topGallerySc .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.topGallerySc .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.topGallerySc .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.topGallerySc .scroll-infinity__item {
  width: 20vw;
}
.topGallerySc .scroll-infinity__item > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.topFutureSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.topFutureSc .l-container {
  position: relative;
}
.topFutureSc .l-container .containerChild {
  background: #ffe100;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  margin-right: -3rem;
  padding-right: 3rem;
}
.topFutureSc .l-container .containerChild .subText {
  font-size: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1rem;
  font-weight: bold;
}
.topFutureSc .l-container .containerChild .subText .col1,
.topFutureSc .l-container .containerChild .subText .col2 {
  background: #ffffff;
}
.topFutureSc .l-container .containerChild .subText .col2 {
  position: absolute;
  left: 20rem;
}
.topFutureSc .l-container .containerChild .leanTitle {
  position: absolute;
  right: 1rem;
  top: 0;
}
.topFutureSc .l-container .containerChild .linkBtn {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.topFutureSc .l-container .containerChild img {
  margin-top: 3rem;
  position: relative;
}

.topNumberSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.topNumberSc .l-container .flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 4rem;
  gap: 1rem;
}
.topNumberSc .l-container .flexParent .flexChild1 {
  width: 45%;
}
.topNumberSc .l-container .flexParent .flexChild2 {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.topNumberSc .l-container .flexParent .flexChild2 .flexGrandChild {
  padding: 1rem 2rem;
  background: #ffe100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-weight: bold;
}
.topNumberSc .l-container .flexParent .flexChild2 .flexGrandChild h2 {
  font-size: 5.5rem;
  line-height: 0.9;
  padding: 0 0.6rem;
  letter-spacing: -0.3rem;
}
.topNumberSc .l-container .bgYelBtn {
  padding: 1rem 2rem;
}

.topCultureSc {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
.topCultureSc .l-container {
  position: relative;
}
.topCultureSc .l-container .containerChild {
  background: #ffe100;
  margin-right: calc(-50vw + 51%);
  padding-right: calc(50vw - 50%);
  margin-left: -3rem;
  padding-left: 3rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.topCultureSc .l-container .containerChild .innerContainer {
  position: relative;
}
.topCultureSc .l-container .containerChild .innerContainer .leanTitle {
  top: -8rem;
  position: absolute;
}

.topInterviewSc {
  padding-top: 5rem;
}
.topInterviewSc .l-container .flexParentTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
.topInterviewSc .l-container .interviewFlexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
.topInterviewSc .l-container .interviewFlexParent .interviewFlexChild {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  width: 32%;
}
.topInterviewSc .l-container .interviewFlexParent .interviewFlexChild .textWrapper {
  padding: 1rem;
}
.topInterviewSc .l-container .interviewFlexParent .interviewFlexChild .textWrapper .title {
  padding: 1rem 0rem;
  font-size: 1.4rem;
}
.topInterviewSc .l-container .interviewFlexParent .interviewFlexChild .textWrapper .name {
  color: #004aad;
  font-size: 1.8rem;
  font-weight: bold;
}
.topInterviewSc .l-container .interviewFlexParent .interviewFlexChild .textWrapper .detail {
  padding-bottom: 1rem;
  font-size: 1.4rem;
}
.topInterviewSc .l-container .interviewFlexParent .interviewFlexChild .thumnailWrapper {
  overflow: hidden;
  width: 100%;
}
.topInterviewSc .l-container .interviewFlexParent .interviewFlexChild .thumnailWrapper img {
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.topInterviewSc .l-container .viewAll {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto;
}
.topInterviewSc .l-container .viewAll .bgYelBtn {
  padding: 1rem 2rem;
  font-size: 2rem;
}

.topEducationSc,
.topWorkStyleSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.topEducationSc .l-container .flexParent,
.topWorkStyleSc .l-container .flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topEducationSc .l-container .flexParent .flexChild1,
.topWorkStyleSc .l-container .flexParent .flexChild1 {
  width: 50%;
}
.topEducationSc .l-container .flexParent .flexChild2,
.topWorkStyleSc .l-container .flexParent .flexChild2 {
  width: 50%;
}
.topEducationSc .l-container .flexParent .flexChild2 .textWrap,
.topWorkStyleSc .l-container .flexParent .flexChild2 .textWrap {
  width: 80%;
  margin: 0 auto;
}
.topEducationSc .l-container .flexParent .flexChild2 .textWrap p,
.topWorkStyleSc .l-container .flexParent .flexChild2 .textWrap p {
  margin: 2rem 0;
}

.topCareerSc,
.topBenefitsSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.topCareerSc .l-container .flexParent,
.topBenefitsSc .l-container .flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topCareerSc .l-container .flexParent .flexChild1,
.topBenefitsSc .l-container .flexParent .flexChild1 {
  width: 50%;
}
.topCareerSc .l-container .flexParent .flexChild1 .textWrap,
.topBenefitsSc .l-container .flexParent .flexChild1 .textWrap {
  width: 80%;
}
.topCareerSc .l-container .flexParent .flexChild1 .textWrap p,
.topBenefitsSc .l-container .flexParent .flexChild1 .textWrap p {
  margin: 2rem 0;
}
.topCareerSc .l-container .flexParent .flexChild2,
.topBenefitsSc .l-container .flexParent .flexChild2 {
  width: 50%;
}

/* -----------------------------------
  page-education.php
----------------------------------- */
.educationSc .m-container .flexMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0;
}
.educationSc .m-container .flexMessage .flexMessageChild1 {
  width: 45%;
  position: relative;
}
.educationSc .m-container .flexMessage .flexMessageChild2 {
  width: 55%;
}
.educationSc .m-container .flexMessage .flexMessageChild2 p {
  padding-left: 2rem;
}
.educationSc .m-container .centerTitle {
  text-align: center;
  padding-top: 5rem;
}
.educationSc .m-container .centerTitle h2 {
  font-size: 3rem;
}
.educationSc .m-container .flexParentProgram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0;
}
.educationSc .m-container .flexParentProgram .flexChildProgram1,
.educationSc .m-container .flexParentProgram .flexChildProgram2,
.educationSc .m-container .flexParentProgram .flexChildProgram3,
.educationSc .m-container .flexParentProgram .flexChildProgram4 {
  background: #f2f2f2;
}
.educationSc .m-container .flexParentProgram .flexChildProgram1 h3,
.educationSc .m-container .flexParentProgram .flexChildProgram2 h3,
.educationSc .m-container .flexParentProgram .flexChildProgram3 h3,
.educationSc .m-container .flexParentProgram .flexChildProgram4 h3 {
  text-align: center;
  background: #ffe100;
  padding: 0.5rem 0;
}
.educationSc .m-container .flexParentProgram .flexChildProgram1 ul,
.educationSc .m-container .flexParentProgram .flexChildProgram2 ul,
.educationSc .m-container .flexParentProgram .flexChildProgram3 ul,
.educationSc .m-container .flexParentProgram .flexChildProgram4 ul {
  padding: 1rem;
}
.educationSc .m-container .flexParentProgram .flexChildProgram1 li,
.educationSc .m-container .flexParentProgram .flexChildProgram2 li,
.educationSc .m-container .flexParentProgram .flexChildProgram3 li,
.educationSc .m-container .flexParentProgram .flexChildProgram4 li {
  list-style: inside;
}
.educationSc .m-container .flexParentProgram .flexChildProgram2 .listWrapper,
.educationSc .m-container .flexParentProgram .flexChildProgram4 .listWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.educationSc .m-container .flexParentProgram .flexChildProgram1 {
  width: 22%;
}
.educationSc .m-container .flexParentProgram .flexChildProgram2 {
  width: 76%;
}
.educationSc .m-container .flexParentProgram .flexChildProgram3 {
  width: 35%;
}
.educationSc .m-container .flexParentProgram .flexChildProgram4 {
  width: 63%;
}
.educationSc .programBg {
  background: #fffad3;
  padding: 5rem 0;
}
.educationSc .programBg .m-container .bgTitle {
  text-align: center;
  background: #ffe100;
  padding-top: 0.5rem;
  font-size: 2.3rem;
  font-weight: 600;
}
.educationSc .programBg .m-container .flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0;
}
.educationSc .programBg .m-container .flexParent .flexChild1 {
  width: 30%;
}
.educationSc .programBg .m-container .flexParent .flexChild2 {
  width: 65%;
}
.educationSc .programBg .m-container .normalTitle {
  text-align: center;
  font-size: 3rem;
}
.educationSc .programBg .m-container .challenge {
  position: relative;
}
.educationSc .programBg .m-container .challenge h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #ffe100;
  border-radius: 15rem;
  padding: 0.5rem 2rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -2rem;
  text-align: center;
}
.educationSc .programBg .m-container .challenge .flexWrap {
  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;
  background: #ffffff;
  padding: 3rem 2rem 1rem;
  margin-top: 5rem;
}
.educationSc .programBg .m-container .challenge .flexWrap p {
  width: 32%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.educationSc .programBg .m-container .challenge .flexWrap p::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(images/base/chekck-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
.educationSc .programBg .m-container .messageWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 3rem 0;
}
.educationSc .programBg .m-container .messageWrap::before {
  content: "";
  display: inline-block;
  border-top: 2.5rem solid transparent;
  border-bottom: 2.5rem solid transparent;
  border-left: 2.5rem solid #ffe100;
  width: 2.5rem;
  margin-right: 5rem;
  margin-left: 5rem;
}
.educationSc .programBg .m-container .messageWrap .messageInner h3 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

/* -----------------------------------
  page-career.php
----------------------------------- */
.careerSc .m-container .flexMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7rem 0;
}
.careerSc .m-container .flexMessage .flexMessageChild1 {
  width: 45%;
  position: relative;
}
.careerSc .m-container .flexMessage .flexMessageChild2 {
  width: 55%;
  padding-left: 2rem;
}
.careerSc .m-container .flexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7rem 0;
}
.careerSc .m-container .flexRight .flexRightChild1 {
  width: 65%;
  padding-right: 2rem;
}
.careerSc .m-container .flexRight .flexRightChild1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
.careerSc .m-container .flexRight .flexRightChild1 p {
  padding-top: 1rem;
  padding-right: 1rem;
}
.careerSc .m-container .flexRight .flexRightChild2 {
  width: 35%;
  position: relative;
}
.careerSc .m-container .flexRight .flexRightChild2 .innerImg {
  position: absolute;
  bottom: 0;
}
.careerSc .m-container .challenge {
  margin: 7rem 0;
}
.careerSc .m-container .challenge .title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.careerSc .m-container .challenge .flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.careerSc .m-container .challenge .flexParent .flexChild1 {
  width: 60%;
  padding-right: 2rem;
  position: relative;
}
.careerSc .m-container .challenge .flexParent .flexChild1 .bgYelBtn {
  position: absolute;
  bottom: 0;
}
.careerSc .m-container .challenge .flexParent .flexChild2 {
  width: 40%;
}
.careerSc .graph {
  background: #fffad3;
  margin: 4rem 0;
  padding: 4rem 0;
}
.careerSc .graph .m-container img {
  margin-bottom: 2rem;
}
.careerSc .graph .m-container p {
  font-size: 1.5rem;
}

/* -----------------------------------
  page-workstyle.php
----------------------------------- */
.history {
  margin: 5rem 0;
}
.history .m-container .historyItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.history .m-container .historyItem .historyMarker {
  position: relative;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.history .m-container .historyItem .historyMarker::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.3rem;
  background: #888;
}
.history .m-container .historyItem .historyMarker .dot {
  width: 2rem;
  height: 2rem;
  background: #f2d500;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-top: 6rem;
}
.history .m-container .historyItem .historyContent {
  padding-left: 3rem;
  padding-top: 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.history .m-container .historyItem .historyContent .year {
  font-size: 2.8rem;
  font-weight: bold;
}
.history .m-container .historyItem .historyContent .text {
  margin-bottom: 2rem;
}
.history .m-container .historyItem .historyContent .historyImages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
/* -----------------------------------
  page-benefits.php
----------------------------------- */
.benefitsSc .m-container .flexBenefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7rem 0;
}
.benefitsSc .m-container .flexBenefit .flexBenefitChild1 {
  width: 45%;
  position: relative;
}
.benefitsSc .m-container .flexBenefit .flexBenefitChild2 {
  width: 55%;
  padding-left: 2rem;
}
.benefitsSc .m-container .flexBenefit .flexBenefitChild2 ul {
  list-style: inside;
}
.benefitsSc .m-container .titleWithNumber {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  text-align: center;
}
.benefitsSc .m-container .titleWithNumber h2 {
  font-size: 3rem;
}
.benefitsSc .m-container .titleWithNumber p {
  font-size: 2.6rem;
}
.benefitsSc .socialInsurance {
  background: #fffad3;
  padding: 4rem 0;
}
.benefitsSc .socialInsurance img {
  margin-top: 5rem;
}
.benefitsSc .InsuranceOthers {
  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;
  margin-top: 5rem;
}
.benefitsSc .InsuranceOthers img {
  width: 30%;
}
.benefitsSc .InsuranceText {
  margin: 4rem 0rem;
}

/* -----------------------------------
  page-culture.php
----------------------------------- */
.cultureSc .m-container .containerTitle {
  text-align: center;
  font-size: 2.5rem;
  padding: 4rem 0;
}
.cultureSc .m-container .flexRight .flexRightChild1 .whiteCompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: -10rem;
}
.cultureSc .m-container .flexRight .flexRightChild1 .whiteCompany .flexWhiteCompany1 {
  width: 12%;
}
.cultureSc .m-container .flexRight .flexRightChild1 .whiteCompany .flexWhiteCompany2 {
  width: 88%;
  padding-left: 2rem;
}
.cultureSc .m-container .flexRight .flexRightChild1 .whiteCompany .flexWhiteCompany2 p {
  padding-top: 0;
  font-size: 1.5rem;
}
.cultureSc .m-container .pcAdjust {
  margin-bottom: 20rem;
}

/* -----------------------------------
  page-recruitment.php
----------------------------------- */
.recruitmentSc .m-container .containerTitle {
  text-align: center;
  font-size: 3rem;
  padding: 4rem 0;
}
.recruitmentSc .m-container table {
  width: 100%;
}
.recruitmentSc .m-container table tr {
  border: 1px solid #000000;
  border-collapse: collapse;
}
.recruitmentSc .m-container table tr th {
  width: 30%;
  vertical-align: middle;
  border-right: 1px solid #000000;
  background: #ffe100;
}
.recruitmentSc .m-container table tr td {
  width: 70%;
  padding: 1rem;
}
.recruitmentSc .m-container .flowStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #707070;
  padding: 2rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruitmentSc .m-container .flowStep .innerOther {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitmentSc .m-container .flowStep .innerOther .number {
  text-align: center;
  width: 10rem;
}
.recruitmentSc .m-container .flowStep .innerOther .number h2 {
  font-size: 5rem;
  line-height: 1;
}
.recruitmentSc .m-container .flowStep .innerOther .innerImg {
  width: calc(100% - 10rem);
  padding: 0 2rem;
}
.recruitmentSc .m-container .flowStep .innerText {
  width: 58%;
}
.recruitmentSc .m-container .flowStep .innerText h2 {
  font-size: 2.4rem;
}
.recruitmentSc .m-container .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  margin: 4rem auto;
  border-color: #676767 transparent transparent transparent;
}
.recruitmentSc .m-container .faqType .typeTitle {
  text-align: center;
  padding-top: 2rem;
  font-size: 2rem;
}
.recruitmentSc .m-container .faqType .faqTypeList {
  color: #000000;
  display: none;
  margin-bottom: 2rem;
}
.recruitmentSc .m-container .faqType .faqTypeList .question {
  margin-top: 2rem;
  color: #000000;
  position: relative;
  padding: 1rem;
  border: 1px solid #000000;
}
.recruitmentSc .m-container .faqType .faqTypeList .question .text {
  width: 90%;
}
.recruitmentSc .m-container .faqType .faqTypeList .question:after {
  content: "＋";
  position: absolute;
  font-size: 1.8rem;
  right: 2rem;
  top: 20%;
}
.recruitmentSc .m-container .faqType .faqTypeList .question:hover {
  cursor: pointer;
}
.recruitmentSc .m-container .faqType .faqTypeList .toggle:after {
  content: "−";
  position: absolute;
  right: 2rem;
  top: 20%;
  font-size: 1.8rem;
}
.recruitmentSc .m-container .faqType .faqTypeList .answer {
  display: none;
  margin-top: 1rem;
}
.recruitmentSc .m-container .faqType .faqTypeList .answer p {
  padding: 0 1rem;
}
.recruitmentSc .flexBtnParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem 0;
}
.recruitmentSc .flexBtnParent a {
  width: 50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffe100;
  border: 1px solid #ffffff;
  border-collapse: collapse;
  text-align: center;
  color: #000000;
}
.recruitmentSc .flexBtnParent .lineLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruitmentSc .flexBtnParent .lineLink:before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-image: url("images/base/LINE_Brand_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

/* -----------------------------------
  コンタクトフォーム
  page-newgrad.php
  page-entry.php
  page-entrance.php
----------------------------------- */
.newgradSc .m-container .topContainer,
.entrySc .m-container .topContainer,
.entranceSc .m-container .topContainer {
  text-align: center;
}
.newgradSc .m-container .topContainer .containerTitle,
.entrySc .m-container .topContainer .containerTitle,
.entranceSc .m-container .topContainer .containerTitle {
  font-size: 2.5rem;
  padding: 4rem 0 2rem 0;
}
.newgradSc .m-container .topContainer a,
.entrySc .m-container .topContainer a,
.entranceSc .m-container .topContainer a {
  color: #ff3333;
  text-decoration: underline;
}
.newgradSc .m-container .contactForm,
.entrySc .m-container .contactForm,
.entranceSc .m-container .contactForm {
  padding-top: 3rem;
  padding-bottom: 8rem;
}
.newgradSc .m-container .contactForm .formTable,
.entrySc .m-container .contactForm .formTable,
.entranceSc .m-container .contactForm .formTable {
  width: 100%;
}
.newgradSc .m-container .contactForm .formTable tr,
.entrySc .m-container .contactForm .formTable tr,
.entranceSc .m-container .contactForm .formTable tr {
  border-top: 1px solid #000000;
}
.newgradSc .m-container .contactForm .formTable tr th,
.entrySc .m-container .contactForm .formTable tr th,
.entranceSc .m-container .contactForm .formTable tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 2rem 0;
  white-space: nowrap;
}
.newgradSc .m-container .contactForm .formTable tr th .cf7Req,
.entrySc .m-container .contactForm .formTable tr th .cf7Req,
.entranceSc .m-container .contactForm .formTable tr th .cf7Req {
  font-size: 0.9em;
  padding: 5px;
  background: #ff0000;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 1em;
  margin-left: 1em;
}
.newgradSc .m-container .contactForm .formTable tr th .cf7Opt,
.entrySc .m-container .contactForm .formTable tr th .cf7Opt,
.entranceSc .m-container .contactForm .formTable tr th .cf7Opt {
  font-size: 0.9em;
  padding: 5px;
  background: #797979;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 1em;
  margin-left: 1em;
}
.newgradSc .m-container .contactForm .formTable tr td,
.entrySc .m-container .contactForm .formTable tr td,
.entranceSc .m-container .contactForm .formTable tr td {
  width: 70%;
  padding: 2rem 1rem;
}
.newgradSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control,
.entrySc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control,
.entranceSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  font-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.newgradSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
.entrySc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
.entranceSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  border-radius: 3px;
  margin: 0;
  border: 1px solid #707070;
  width: calc(33.3333333333% - 1rem);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.5rem;
}
.newgradSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-text,
.entrySc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-text,
.entranceSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-text {
  border-radius: 3px;
  border: 1px solid #707070;
}
.newgradSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-date,
.entrySc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-date,
.entranceSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-date {
  border: 1px solid #707070;
  border-radius: 3px;
  background: #ffffff;
}
.newgradSc .m-container .contactForm .formTable tr .freeText .wpcf7-form-control-wrap .wpcf7-textarea,
.entrySc .m-container .contactForm .formTable tr .freeText .wpcf7-form-control-wrap .wpcf7-textarea,
.entranceSc .m-container .contactForm .formTable tr .freeText .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 200px;
  font-size: 100%;
  resize: none;
  vertical-align: text-top;
}
.newgradSc .m-container .contactForm .wpcf7-submit,
.entrySc .m-container .contactForm .wpcf7-submit,
.entranceSc .m-container .contactForm .wpcf7-submit {
  width: 100%;
  padding: 2rem 0;
  color: white;
  background: #acacac;
  font-size: 1.7rem;
  margin-top: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newgradSc .m-container .contactForm .wpcf7-submit:hover,
.entrySc .m-container .contactForm .wpcf7-submit:hover,
.entranceSc .m-container .contactForm .wpcf7-submit:hover {
  background: #000000;
  cursor: pointer;
}

/* -----------------------------------
  page-confirm.php
----------------------------------- */
.confirmSc .m-container .containerTitle {
  text-align: center;
  font-size: 2.5rem;
  padding: 2rem 0;
}
.confirmSc .m-container .topContainer {
  text-align: center;
}
.confirmSc .m-container .topContainer .containerTitle {
  font-size: 2.5rem;
  padding: 4rem 0 2rem 0;
}
.confirmSc .m-container .topContainer a {
  color: #ff3333;
  text-decoration: underline;
}
.confirmSc .m-container .contactForm {
  padding-top: 1rem;
  padding-bottom: 8rem;
}
.confirmSc .m-container .contactForm .formTable {
  width: 100%;
}
.confirmSc .m-container .contactForm .formTable tr {
  border-top: 1px solid #000000;
}
.confirmSc .m-container .contactForm .formTable tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 2rem 0;
}
.confirmSc .m-container .contactForm .formTable tr th .cf7Req {
  font-size: 0.9em;
  padding: 5px;
  background: #ff0000;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 1em;
  margin-left: 1em;
}
.confirmSc .m-container .contactForm .formTable tr th .cf7Opt {
  font-size: 0.9em;
  padding: 5px;
  background: #797979;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 1em;
  margin-left: 1em;
}
.confirmSc .m-container .contactForm .formTable tr td {
  width: 70%;
  padding: 2rem 1rem 2rem 3rem;
}
.confirmSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  font-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.confirmSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  border-radius: 3px;
  margin: 0;
  border: 1px solid #707070;
  width: calc(33.3333333333% - 1rem);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.confirmSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-text {
  border-radius: 3px;
  border: 1px solid #707070;
}
.confirmSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-date {
  border: 1px solid #707070;
  border-radius: 3px;
  background: #ffffff;
}
.confirmSc .m-container .contactForm .formTable tr .freeText .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 200px;
  font-size: 100%;
  resize: none;
  vertical-align: text-top;
}
.confirmSc .m-container .contactForm .cf7Step p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 5rem;
}
.confirmSc .m-container .contactForm .cf7Step p .wpcf7-form-control {
  padding: 2rem 4rem;
  color: white;
  background: #acacac;
  width: 45%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.confirmSc .m-container .contactForm .cf7Step p .wpcf7-form-control:hover {
  cursor: pointer;
  background: #000000;
}
.confirmSc .m-container .contactForm .cf7Step p .wpcf7-spinner {
  display: none;
}

/* -----------------------------------
  page-entrance.php
----------------------------------- */
.entranceSc .m-container .containerTitle {
  text-align: center;
  font-size: 2.5rem;
  padding: 2rem 0;
}
.entranceSc .m-container .flexMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7rem 0;
}
.entranceSc .m-container .flexMessage .flexMessageChild1 {
  width: 48%;
  position: relative;
}
.entranceSc .m-container .flexMessage .flexMessageChild1 h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  font-weight: bold;
  font-size: 3rem;
  top: -20px;
}
.entranceSc .m-container .flexMessage .flexMessageChild2 {
  width: 52%;
}
.entranceSc .m-container .flexMessage .flexMessageChild2 p {
  padding-left: 2rem;
}
.entranceSc .m-container .flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entranceSc .m-container .flexParent .flexChild {
  width: 46%;
}
.entranceSc .m-container .flexParent .flexChild h2 {
  font-size: 2.5rem;
  padding-left: 1rem;
  border-left: 3px solid #707070;
  margin-bottom: 1rem;
}
.entranceSc .m-container .application {
  margin-top: 4rem;
  padding-bottom: 2rem;
}
.entranceSc .m-container .application .text {
  margin-top: 3rem;
}

/* -----------------------------------
  page-mission.php
----------------------------------- */
.missionSc .missionMessage {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
.missionSc .missionMessage .l-container {
  position: relative;
}
.missionSc .missionMessage .l-container .containerChild {
  background: #ffe100;
  margin-right: calc(-50vw + 51%);
  padding-right: calc(50vw - 50%);
  margin-left: -3rem;
  padding-left: 3rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.missionSc .missionMessage .l-container .containerChild .innerContainer {
  position: relative;
}
.missionSc .missionMessage .l-container .containerChild .innerContainer .leanTitle {
  top: -8rem;
  position: absolute;
}
.missionSc .layerTitle {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.missionSc .layerTitle h2 {
  font-size: 3.5rem;
}
.missionSc .layerTitle h3 {
  font-size: 9rem;
  position: absolute;
  top: 0;
  line-height: 0.5;
  color: hsla(0, 0%, 0%, 0.1);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.missionSc .relationParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
.missionSc .relationParent .relationChild {
  width: 30%;
}
.missionSc .relationParent .relationChild h3 {
  border-bottom: 0.2rem #000000 solid;
  padding-bottom: 0.5rem;
  font-size: 2.3rem;
}
.missionSc .relationParent .relationChild p {
  padding-top: 0.5rem;
}
.missionSc .flexVision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7rem 0;
}
.missionSc .flexVision .flexVisionChild1 {
  width: 45%;
  position: relative;
}
.missionSc .flexVision .flexVisionChild2 {
  width: 55%;
  padding-left: 2rem;
}
.missionSc .flexVision .flexVisionChild2 ul {
  list-style: inside;
}
.missionSc .missionBgwrap .m-container .containerChild {
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  background: #ffe100;
  margin-right: -3rem;
}
.missionSc .missionBgwrap .m-container .containerChild .leanTitle h2 {
  font-size: 7rem;
  position: relative;
  left: -5rem;
}
.missionSc .missionBgwrap .m-container .containerChild .bgTitle {
  background: #2a2727;
  color: #ffffff;
  padding: 0.5rem 0 0.5rem 0.5rem;
  font-size: 2.3rem;
}
.missionSc .missionBgwrap .flexParent1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  padding-top: 4rem;
}
.missionSc .missionBgwrap .flexParent1 .flexChild1 {
  width: 55%;
  padding-right: 3rem;
}
.missionSc .missionBgwrap .flexParent1 .flexChild1 h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  padding-bottom: 2rem;
}
.missionSc .missionBgwrap .flexParent1 .flexChild2 {
  width: 45%;
}
.missionSc .missionBgwrap .flexParent2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.missionSc .missionBgwrap .flexParent2 .flexChild1 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(-50vw + 48%);
}
.missionSc .missionBgwrap .flexParent2 .flexChild1 .nameVertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 8rem;
}
.missionSc .missionBgwrap .flexParent2 .flexChild1 .nameVertical span {
  font-size: 2.3rem;
}
.missionSc .missionBgwrap .flexParent2 .flexChild1 img {
  width: calc(100% - 8rem);
}
.missionSc .missionBgwrap .flexParent2 .flexChild2 {
  width: 50%;
  margin-left: calc(50vw - 62%);
  padding-left: calc(-50vw + 63%);
}
.missionSc .missionBgwrap .flexParent2 .flexChild2 h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  padding-bottom: 2rem;
}

/* -----------------------------------
  page-number.php
----------------------------------- */
.numberSc {
  margin-top: 5rem;
}
.numberSc .containerTitle {
  text-align: center;
  font-size: 2.5rem;
  padding-bottom: 3rem;
  font-weight: bold;
}
.numberSc .innerContainer {
  background: #f5f5f5;
  padding: 3rem;
  margin: 5rem 0;
}
.numberSc .flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5rem 0;
}
.numberSc .flexContainer .flexChild {
  width: 46%;
  padding: 3rem;
  background: #f5f5f5;
}
.numberSc .m-container .numberList {
  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;
}
.numberSc .m-container .numberList .box {
  margin-bottom: 4rem;
  width: 48%;
}
.numberSc .m-container .numberList .solo {
  width: 100%;
}
.numberSc .m-container .companyFeature {
  margin-top: 2rem;
}
.numberSc .m-container .workBalance {
  margin: 6rem 0;
}

/* -----------------------------------
  archive-interview.php
----------------------------------- */
.acInterviewSc .l-container .interviewFlexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.acInterviewSc .l-container .interviewFlexParent .interviewFlexChild {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  width: 32%;
  margin: 2rem 0;
}
.acInterviewSc .l-container .interviewFlexParent .interviewFlexChild .textWrapper {
  padding: 1rem;
}
.acInterviewSc .l-container .interviewFlexParent .interviewFlexChild .textWrapper .title {
  padding: 1rem 0rem;
  font-size: 1.4rem;
}
.acInterviewSc .l-container .interviewFlexParent .interviewFlexChild .textWrapper .name {
  color: #004aad;
  font-size: 1.4rem;
}
.acInterviewSc .l-container .interviewFlexParent .interviewFlexChild .textWrapper .detail {
  padding-bottom: 1rem;
  font-size: 1.4rem;
}
.acInterviewSc .l-container .interviewFlexParent .interviewFlexChild .thumnailWrapper {
  overflow: hidden;
  width: 100%;
}
.acInterviewSc .l-container .interviewFlexParent .interviewFlexChild .thumnailWrapper img {
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -----------------------------------
  single.php
----------------------------------- */
.singleInterviewSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.singleInterviewSc .m-container .singleTitle {
  border-left: 5px solid #ffe100;
  margin-bottom: 2rem;
  background-color: #004aad;
  padding: 1rem;
}
.singleInterviewSc .m-container .singleTitle h2 {
  font-size: 3rem;
  padding-left: 2rem;
  color: #ffffff;
}
.singleInterviewSc .m-container .blockContents {
  padding: 0 2rem;
}
.singleInterviewSc .m-container .blockContents .innerContent .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  width: 100%;
}
.singleInterviewSc .m-container .blockContents .innerContent .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
.singleInterviewSc .m-container .blockContents .innerContent strong, .singleInterviewSc .m-container .blockContents .innerContent b {
  font-weight: bold;
}
.singleInterviewSc .m-container .blockContents .innerContent .wp-block-image {
  margin: 2rem 0;
}
.singleInterviewSc .m-container .blockContents .backArchive {
  margin-top: 4rem;
}

/* -----------------------------------
  page-privacy.php
----------------------------------- */
.privacySc .m-container .policy {
  padding-top: 5rem;
}
.privacySc .m-container .policy table tr th {
  width: 40px;
}
.privacySc .m-container .policy table tr td {
  width: calc(100% - 40px);
}
.privacySc .m-container .policy table tr td ul {
  padding-left: 24px;
}
.privacySc .m-container .policy table tr td ul li {
  list-style: outside;
}

/* -----------------------------------
  page-thanks.php
----------------------------------- */
.successSc .m-container {
  text-align: center;
}
.successSc .m-container p {
  padding: 5rem 0;
}

@media only screen and (max-width:1440px) {
  /* -----------------------------------
    basic
  ----------------------------------- */
}
@media only screen and (max-width:1279px) {
  /* -----------------------------------
    basic
  ----------------------------------- */
  body {
    font-size: 1.6rem;
  }
  .l-container,
  .m-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .pcTab {
    display: block;
  }
  .sp {
    display: none;
  }
  .adjustRight {
    right: 3rem;
  }
  /* -----------------------------------
    header.php
  ----------------------------------- */
}
@media only screen and (max-width:767px) {
  /* -----------------------------------
    basic
  ----------------------------------- */
  body {
    font-size: 1.5rem !important;
  }
  .l-container,
  .m-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .pcTab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .adjustRight {
    right: 1.5rem;
  }
  /* -----------------------------------
    共通仕様
  ----------------------------------- */
  /**
  * footer直上の共通項目
  * 
  * page-mission
  * page-interview
  * page-number
  * page-education
  * page-career
  * page-workstyle
  * page-benefits
  * page-culture
  * page-recruitment
  *
  **/
  .subFooterSc .lineWrap .l-container .logo {
    width: 4rem;
  }
  .subFooterSc .lineWrap .l-container h2 {
    font-size: 1.8rem;
  }
  .subFooterSc .lineWrap .l-container p,
  .subFooterSc .lineWrap .l-container h2 {
    text-align: left;
  }
  .subFooterSc .containerWrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .subFooterSc .containerWrap .l-container .flexParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subFooterSc .containerWrap .l-container .flexParent .flexChild1 {
    width: 100%;
    position: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .subFooterSc .containerWrap .l-container .flexParent .flexChild1 .textArea {
    position: unset;
    top: unset;
    -webkit-transform: translateY(-50%);
    transform: unset;
  }
  .subFooterSc .containerWrap .l-container .flexParent .flexChild1 .textArea h3 {
    font-size: 4rem;
    line-height: 1;
    padding-bottom: 0;
  }
  .subFooterSc .containerWrap .l-container .flexParent .flexChild1 .textArea h2 {
    font-size: 1.2rem;
  }
  .subFooterSc .containerWrap .l-container .flexParent .flexChild1 .textArea p {
    padding-right: 0rem;
    font-size: 1.2rem;
  }
  .subFooterSc .containerWrap .l-container .flexParent .flexChild2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .subFooterSc .containerWrap .l-container .flexParent .flexChild2 img {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, black), to(transparent));
            mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  }
  .subFooterSc .flexBtnParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subFooterSc .flexBtnParent a {
    width: 100%;
  }
  /**
  * ページタイトル
  * 
  * page-mission
  * page-interview
  * page-number
  * page-education
  * page-career
  * page-workstyle
  * page-benefits
  * page-culture
  * page-recruitment
  *
  **/
  .pageTitleSc {
    height: 25rem;
  }
  .pageTitleSc .l-container {
    position: relative;
    z-index: 2;
  }
  .pageTitleSc .l-container .titleWrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
  }
  .pageTitleSc .l-container .titleWrap h1 {
    font-size: 3rem;
  }
  .pageTitleSc .l-container .titleWrap h2 {
    font-size: 1.5rem;
  }
  .pageTitleSc .l-container .titleWrap h1,
  .pageTitleSc .l-container .titleWrap h2 {
    background: unset;
    color: #ffffff;
  }
  .pageTitleSc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  /**
  * 縦書きテキスト右
  * 
  * index
  * page-mission
  *
  **/
  .textVerticalRight p {
    font-size: 2rem;
  }
  .textVerticalRight .col1 {
    right: 0;
    z-index: 1;
  }
  .textVerticalRight .col2 {
    right: 3.5rem;
    z-index: 1;
  }
  .textVerticalRight .col3 {
    right: 7rem;
    z-index: 1;
  }
  /**
  * 縦書きテキスト左
  * 
  * page-career
  * page-benefits
  * page-workstyle
  * page-education
  * page-mission
  *
  **/
  .textVerticalLeft p {
    font-size: 2rem;
  }
  .textVerticalLeft .col1 {
    left: 7rem;
  }
  .textVerticalLeft .col2 {
    left: 3.5rem;
  }
  .textVerticalLeft .col3 {
    left: 0rem;
  }
  /* -----------------------------------
    bread_crumb
  ----------------------------------- */
  .bread_crumb {
    padding-top: 2rem;
  }
  /**
  * フッター部ページリンク
  * 
  * page-education
  * page-career
  * page-workstyle
  * page-benefits
  *
  **/
  .flexLinkSc .flexParent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexLinkSc .flexParent a {
    width: 50%;
    padding: 2rem 0;
  }
  .flexLinkSc .flexParent a h1 {
    font-size: 2rem;
  }
  .flexLinkSc .flexParent a h2 {
    font-size: 1.4rem;
  }
  /**
  * 右に画像左に文章
  * 
  * page-education
  * page-culture
  *
  **/
  .flexRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 0;
  }
  .flexRight .flexRightChild1 {
    width: 100%;
  }
  .flexRight .flexRightChild1 .flexTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flexRight .flexRightChild1 .flexTitle .innerTitle {
    padding-left: 1rem;
  }
  .flexRight .flexRightChild1 .flexTitle .innerTitle h2 {
    font-size: 1.8rem;
  }
  .flexRight .flexRightChild1 .flexTitle h3 {
    font-size: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .flexRight .flexRightChild1 p {
    padding-right: 0;
  }
  .flexRight .flexRightChild2 {
    width: 100%;
    margin: 2rem auto;
  }
  /**
  * 背景付タイトル
  *
  **/
  .titleWithBg h2 {
    font-size: 1.6rem;
  }
  .titleWithBg h3 {
    font-size: 2.3rem;
  }
  /* -----------------------------------
    header.php
  ----------------------------------- */
  .mainHeader .innerHeader img {
    left: 10px;
    width: 180px;
  }
  .mainHeader .innerHeader .entryBtn {
    padding: 0.3rem 1rem;
    right: 90px;
  }
  .mainHeader .innerHeader .hamburger {
    top: 28px;
  }
  .mainHeader .innerHeader .menu {
    overflow-y: scroll;
  }
  .mainHeader .innerHeader .menu .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10rem;
  }
  .mainHeader .innerHeader .menu .l-container .listWrapper {
    width: 90%;
    margin: 0 auto;
  }
  .mainHeader .innerHeader .menu .l-container .listWrapper .linkList {
    border-top: 0.1rem solid #000000;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  .mainHeader .innerHeader .menu .l-container .listWrapper .linkListParent {
    border-top: 0.1rem solid #dfdfdf;
    padding-top: 2rem;
  }
  .mainHeader .innerHeader .menu .l-container .listWrapper .pageLinkParent {
    margin-bottom: 2rem;
  }
  /* -----------------------------------
    footer.php
  ----------------------------------- */
  .mainFooter .l-container .sp-icon {
    width: 45%;
    margin: 0 auto;
    padding: 3rem 0;
  }
  .mainFooter .l-container .link {
    text-align: center;
    padding: 1rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .mainFooter .l-container .link a {
    color: #000000;
    font-size: 2rem;
  }
  .mainFooter .l-container .copyright {
    font-size: 1rem;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  /* -----------------------------------
    index.php
  ----------------------------------- */
  /**
  *
  * 斜めのタイトル
  * 
  */
  .leanTitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .leanTitle h2 {
    font-size: 4rem;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  /**
  *
  * 水平タイトル
  *
  */
  .normalTitle {
    font-size: 2.5rem;
    line-height: 1;
  }
  /**
  *
  * 文字色のみ背景色のボタン
  * 
  */
  .linkBtn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .linkBtn a {
    position: absolute;
    bottom: 0;
  }
  .linkBtn p,
  .linkBtn h2 {
    background: #000000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .linkBtn p {
    font-size: 1.2rem;
  }
  .linkBtn h2 {
    font-size: 1.8rem;
  }
  .topFvTopSc .l-container h1 {
    font-size: 5rem;
  }
  .topFvTopSc .l-container h2 {
    font-size: 1.5rem;
  }
  .topMessageSc {
    padding-top: 5rem;
    padding-bottom: 0;
    margin-top: 2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(images/top/top-bg01.png);
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(images/top/top-bg01.png);
    background-repeat: no-repeat;
    background-origin: unset;
    background-position-x: center;
    background-position-y: center;
    background-size: 100%;
  }
  .topMessageSc .l-container .leanTitle {
    right: 0;
    top: -5rem;
  }
  .topMessageSc .l-container .m-container .flexParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topMessageSc .l-container .m-container .flexParent .flexChild1 {
    width: 100%;
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topMessageSc .l-container .m-container .flexParent .flexChild1 .subTextSp {
    margin-top: 5rem;
  }
  .topMessageSc .l-container .m-container .flexParent .flexChild1 .subTextSp p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #2a2727;
    font-size: 2rem;
    color: #ffffff;
  }
  .topMessageSc .l-container .m-container .flexParent .flexChild2 {
    width: 100%;
    position: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-image: unset;
    margin-bottom: 2rem;
  }
  .topMessageSc .l-container .m-container .flexParent .flexChild2 h2 {
    position: unset;
    font-size: 3rem;
    line-height: 1.2;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  .topGallerySc .scroll-infinity__item {
    width: 33.3333333333vw;
  }
  .topFutureSc {
    background: #ffe100;
    padding: 0;
  }
  .topFutureSc .l-container .containerChild {
    padding: 0;
    margin: 0;
    background: unset;
  }
  .topFutureSc .l-container .containerChild .subText {
    font-size: 1.5rem;
    float: right;
  }
  .topFutureSc .l-container .containerChild .subText .col2 {
    left: unset;
    right: 0;
  }
  .topFutureSc .l-container .containerChild .leanTitle {
    position: absolute;
    left: 2rem;
  }
  .topFutureSc .l-container .containerChild .linkBtn a {
    left: 0;
  }
  .topNumberSc .l-container .flexParent {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topNumberSc .l-container .flexParent .flexChild1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topNumberSc .l-container .flexParent .flexChild1 p {
    padding: 1rem 0;
  }
  .topNumberSc .l-container .flexParent .flexChild2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topNumberSc .l-container .flexParent .flexChild2 .flexGrandChild {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0;
  }
  .topNumberSc .l-container .flexParent .flexChild2 .flexGrandChild p {
    line-height: 1.2;
  }
  .topNumberSc .l-container .flexParent .flexChild2 .flexGrandChild h2 {
    font-size: 4rem;
  }
  .topCultureSc {
    background-color: #ffe100;
    padding-top: 3rem;
  }
  .topCultureSc .l-container .containerChild {
    padding: 0;
    margin: 0;
    background: none;
  }
  .topCultureSc .l-container .containerChild .innerContainer .leanTitle {
    top: unset;
    bottom: -3rem;
    z-index: 1;
    right: 0;
  }
  .topCultureSc .l-container .containerChild .innerContainer .imgWrapper {
    height: 30rem;
    overflow: hidden;
    position: relative;
  }
  .topCultureSc .l-container .containerChild .innerContainer .imgWrapper img {
    width: unset;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
  .topCultureSc .l-container .linkBtn a {
    position: unset;
  }
  .topInterviewSc .l-container .flexParentTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .topInterviewSc .l-container .flexParentTitle .flexChild2 {
    padding: 1rem 0;
  }
  .topInterviewSc .spInterviewFlexParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topInterviewSc .spInterviewFlexParent .interviewFlexChild {
    width: 50%;
    position: relative;
  }
  .topInterviewSc .spInterviewFlexParent .interviewFlexChild .textArea {
    position: absolute;
    bottom: 0;
    left: 1rem;
    line-height: 1.5;
    font-size: 1.2rem;
    z-index: 2;
  }
  .topInterviewSc .spInterviewFlexParent .interviewFlexChild .textArea .name {
    color: #ffe100;
  }
  .topInterviewSc .spInterviewFlexParent .interviewFlexChild::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
    pointer-events: none;
  }
  .topInterviewSc .spInterviewFlexParent img {
    height: 25rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topInterviewSc .viewAll {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3rem auto;
  }
  .topInterviewSc .viewAll .bgYelBtn {
    padding: 1rem 2rem;
    font-size: 2rem;
  }
  .topEducationSc .l-container .flexParent,
  .topWorkStyleSc .l-container .flexParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topEducationSc .l-container .flexParent .flexChild1,
  .topWorkStyleSc .l-container .flexParent .flexChild1 {
    width: 100%;
    padding-bottom: 1rem;
  }
  .topEducationSc .l-container .flexParent .flexChild2,
  .topWorkStyleSc .l-container .flexParent .flexChild2 {
    width: 100%;
  }
  .topEducationSc .l-container .flexParent .flexChild2 .textWrap,
  .topWorkStyleSc .l-container .flexParent .flexChild2 .textWrap {
    width: 100%;
    padding-left: 0rem;
  }
  .topEducationSc .l-container .flexParent .flexChild2 .textWrap p,
  .topWorkStyleSc .l-container .flexParent .flexChild2 .textWrap p {
    margin: 1rem 0;
  }
  .topEducationSc .l-container .flexParent .flexChild2 .textWrap a,
  .topWorkStyleSc .l-container .flexParent .flexChild2 .textWrap a {
    float: right;
  }
  .topCareerSc .l-container .flexParent,
  .topBenefitsSc .l-container .flexParent {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topCareerSc .l-container .flexParent .flexChild1,
  .topBenefitsSc .l-container .flexParent .flexChild1 {
    width: 100%;
    padding-bottom: 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topCareerSc .l-container .flexParent .flexChild1 .textWrap,
  .topBenefitsSc .l-container .flexParent .flexChild1 .textWrap {
    width: 100%;
    padding-right: 0rem;
  }
  .topCareerSc .l-container .flexParent .flexChild1 .textWrap p,
  .topBenefitsSc .l-container .flexParent .flexChild1 .textWrap p {
    margin: 1rem 0;
  }
  .topCareerSc .l-container .flexParent .flexChild1 .textWrap a,
  .topBenefitsSc .l-container .flexParent .flexChild1 .textWrap a {
    float: right;
  }
  .topCareerSc .l-container .flexParent .flexChild2,
  .topBenefitsSc .l-container .flexParent .flexChild2 {
    width: 100%;
    padding-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* -----------------------------------
    page-mission.php
  ----------------------------------- */
  .missionSc .missionMessage {
    background: #ffe100;
    padding-top: 4rem;
    margin: 5rem 0;
  }
  .missionSc .missionMessage .l-container .containerChild {
    margin: unset;
    padding: unset;
    background: unset;
  }
  .missionSc .missionMessage .l-container .containerChild .innerContainer .leanTitle {
    top: unset;
    bottom: -3rem;
  }
  .missionSc .missionMessage .l-container .containerChild .innerContainer .imgWrapper {
    overflow-x: hidden;
  }
  .missionSc .missionMessage .l-container .containerChild .innerContainer .imgWrapper img {
    min-width: 60rem;
    float: right;
  }
  .missionSc .relationParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .missionSc .relationParent .relationChild {
    width: 100%;
    margin-bottom: 2rem;
  }
  .missionSc .flexVision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .missionSc .flexVision .flexVisionChild1 {
    width: 100%;
  }
  .missionSc .flexVision .flexVisionChild2 {
    width: 100%;
    padding-left: 0rem;
    margin-top: 3rem;
  }
  .missionSc .missionBgwrap {
    background: #ffe100;
  }
  .missionSc .missionBgwrap .m-container .containerChild {
    margin: unset;
    padding: unset;
  }
  .missionSc .missionBgwrap .m-container .containerChild .leanTitle h2 {
    left: 0;
    font-size: 5rem;
  }
  .missionSc .missionBgwrap .m-container .containerChild .bgTitle {
    margin-right: calc(-50vw + 50%);
    padding-right: calc(50vw - 50%);
  }
  .missionSc .missionBgwrap .flexParent1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .missionSc .missionBgwrap .flexParent1 .flexChild1,
  .missionSc .missionBgwrap .flexParent1 .flexChild2 {
    width: 100%;
  }
  .missionSc .missionBgwrap .flexParent1 .flexChild1 {
    padding-right: 0;
  }
  .missionSc .missionBgwrap .flexParent2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .missionSc .missionBgwrap .flexParent2 .flexChild1,
  .missionSc .missionBgwrap .flexParent2 .flexChild2 {
    width: 100%;
  }
  .missionSc .missionBgwrap .flexParent2 .flexChild1 {
    margin-left: 0;
    margin-bottom: 2rem;
    display: block;
    position: relative;
  }
  .missionSc .missionBgwrap .flexParent2 .flexChild1 img {
    width: 100%;
  }
  .missionSc .missionBgwrap .flexParent2 .flexChild1 .nameVertical {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  .missionSc .missionBgwrap .flexParent2 .flexChild2 {
    margin: 0;
    padding: 0;
  }
  /* -----------------------------------
    page-culture.php
  ----------------------------------- */
  .cultureSc .m-container .containerTitle {
    padding: 4rem 0 1rem 0;
  }
  .cultureSc .m-container .flexRight .flexRightChild1 .whiteCompany {
    position: relative;
    bottom: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .cultureSc .m-container .flexRight .flexRightChild1 .whiteCompany .flexWhiteCompany1 {
    width: 30%;
    margin-bottom: 1rem;
  }
  .cultureSc .m-container .flexRight .flexRightChild1 .whiteCompany .flexWhiteCompany2 {
    width: 100%;
    padding-left: 0;
  }
  .cultureSc .m-container .flexRight .flexRightChild1 .whiteCompany .flexWhiteCompany2 p {
    padding-right: 0;
  }
  .cultureSc .m-container .pcAdjust {
    margin-bottom: 5rem;
  }
  /* -----------------------------------
    page-education.php
  ----------------------------------- */
  .educationSc .m-container .flexMessage {
    display: block;
  }
  .educationSc .m-container .flexMessage .flexMessageChild1 {
    width: 100%;
  }
  .educationSc .m-container .flexMessage .flexMessageChild2 {
    width: 100%;
    padding: 2rem 0;
  }
  .educationSc .m-container .flexMessage .flexMessageChild2 p {
    padding: 0;
  }
  .educationSc .m-container .centerTitle {
    text-align: center;
    padding-top: 3.5rem;
  }
  .educationSc .m-container .centerTitle h2 {
    font-size: 2.4rem;
  }
  .educationSc .m-container .flexRight .flexRightChild1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .educationSc .m-container .flexRight .flexRightChild2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .educationSc .m-container .flexParentProgram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .educationSc .m-container .flexParentProgram .flexChildProgram1,
  .educationSc .m-container .flexParentProgram .flexChildProgram2,
  .educationSc .m-container .flexParentProgram .flexChildProgram3,
  .educationSc .m-container .flexParentProgram .flexChildProgram4 {
    width: 100%;
  }
  .educationSc .m-container .flexParentProgram .flexChildProgram2 .listWrapper,
  .educationSc .m-container .flexParentProgram .flexChildProgram4 .listWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .educationSc .m-container .flexParentProgram .flexChildProgram1 ul {
    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;
  }
  .educationSc .m-container .flexParentProgram .flexChildProgram1 ul li {
    width: 49%;
  }
  .educationSc .programBg .m-container .bgTitle {
    font-size: 1.7rem;
  }
  .educationSc .programBg .m-container .flexParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
  .educationSc .programBg .m-container .flexParent .flexChild1 {
    width: 75%;
  }
  .educationSc .programBg .m-container .flexParent .flexChild2 {
    margin-top: 2rem;
    width: 100%;
  }
  .educationSc .programBg .m-container .normalTitle {
    font-size: 2.3rem;
  }
  .educationSc .programBg .m-container .challenge h3 {
    padding: 0.5rem 0.3rem;
    font-size: 1.1rem;
    min-width: 95%;
  }
  .educationSc .programBg .m-container .challenge .flexWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .educationSc .programBg .m-container .challenge .flexWrap p {
    width: 100%;
  }
  .educationSc .programBg .m-container .messageWrap::before {
    display: none;
  }
  .educationSc .programBg .m-container .messageWrap .messageInner h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .educationSc .programBg .m-container .messageWrap .messageInner h3::before {
    content: "";
    display: inline-block;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #ffe100;
    margin-right: 0.5rem;
  }
  /* -----------------------------------
    page-career.php
  ----------------------------------- */
  .careerSc .m-container .flexMessage {
    display: block;
    margin: 5rem 0;
  }
  .careerSc .m-container .flexMessage .flexMessageChild1 {
    width: 100%;
  }
  .careerSc .m-container .flexMessage .flexMessageChild2 {
    width: 100%;
    padding-left: 0rem;
    margin-top: 2rem;
  }
  .careerSc .m-container .flexRight {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .careerSc .m-container .flexRight .flexRightChild1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
  .careerSc .m-container .flexRight .flexRightChild1 h2 {
    font-size: 2.3rem;
  }
  .careerSc .m-container .flexRight .flexRightChild1 p {
    padding: 0;
  }
  .careerSc .m-container .flexRight .flexRightChild2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .careerSc .m-container .challenge .flexParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .careerSc .m-container .challenge .flexParent .flexChild1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
  .careerSc .m-container .challenge .flexParent .flexChild1 .innerMessage {
    margin-bottom: 2rem;
  }
  .careerSc .m-container .challenge .flexParent .flexChild1 .bgYelBtn {
    position: unset;
    bottom: unset;
  }
  .careerSc .m-container .challenge .flexParent .flexChild2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .careerSc .graph {
    overflow-x: scroll;
    margin-bottom: 0;
  }
  .careerSc .graph .m-container {
    width: 60rem;
  }
  .careerSc .scroll {
    padding: 0 1rem;
  }
  /* -----------------------------------
    page-benefits.php
  ----------------------------------- */
  .benefitsSc .m-container .flexBenefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .benefitsSc .m-container .flexBenefit .flexBenefitChild1 {
    width: 100%;
  }
  .benefitsSc .m-container .flexBenefit .flexBenefitChild2 {
    width: 100%;
    padding-left: 0rem;
    margin-top: 3rem;
  }
  .benefitsSc .m-container .InsuranceOthers img {
    width: 45%;
  }
  /* -----------------------------------
    page-recruitment.php
  ----------------------------------- */
  .recruitmentSc .m-container .flowStep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
  .recruitmentSc .m-container .flowStep .innerOther {
    width: 100%;
    border: 1px solid #000000;
    padding: 2rem 1rem;
  }
  .recruitmentSc .m-container .flowStep .innerOther .number h1 {
    font-size: 3rem;
  }
  .recruitmentSc .m-container .flowStep .innerOther .innerImg {
    padding: 0 1rem;
  }
  .recruitmentSc .m-container .flowStep .innerText {
    width: 100%;
    margin-top: 2rem;
  }
  .recruitmentSc .flexBtnParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruitmentSc .flexBtnParent a {
    width: 100%;
  }
  /* -----------------------------------
    page-newgrad.php
    page-entry.php
  ----------------------------------- */
  .newgradSc .m-container .contactForm .formTable tr th,
  .entrySc .m-container .contactForm .formTable tr th,
  .confirmSc .m-container .contactForm .formTable tr th,
  .entranceSc .m-container .contactForm .formTable tr th {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 0.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .newgradSc .m-container .contactForm .formTable tr td,
  .entrySc .m-container .contactForm .formTable tr td,
  .confirmSc .m-container .contactForm .formTable tr td,
  .entranceSc .m-container .contactForm .formTable tr td {
    width: 100%;
    display: block;
    padding-top: 0.3rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .newgradSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control,
  .entrySc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control,
  .confirmSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control,
  .entranceSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newgradSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
  .entrySc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
  .confirmSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
  .entranceSc .m-container .contactForm .formTable tr td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    width: calc(50% - 1rem);
  }
  .newgradSc .m-container .flexParent,
  .entrySc .m-container .flexParent,
  .confirmSc .m-container .flexParent,
  .entranceSc .m-container .flexParent {
    display: block;
  }
  .newgradSc .m-container .flexParent .flexChild,
  .entrySc .m-container .flexParent .flexChild,
  .confirmSc .m-container .flexParent .flexChild,
  .entranceSc .m-container .flexParent .flexChild {
    width: 100%;
    margin-bottom: 4rem;
  }
  /* -----------------------------------
    page-entrance.php
  ----------------------------------- */
  .entranceSc .m-container .flexMessage {
    display: block;
  }
  .entranceSc .m-container .flexMessage .flexMessageChild1 {
    width: 100%;
  }
  .entranceSc .m-container .flexMessage .flexMessageChild1 h2 {
    font-size: 2rem;
  }
  .entranceSc .m-container .flexMessage .flexMessageChild2 {
    width: 100%;
  }
  .entranceSc .m-container .flexMessage .flexMessageChild2 p {
    padding: 1rem;
  }
  .entranceSc .m-container .flexParent .flexChild h1 {
    font-size: 2rem;
  }
  /* -----------------------------------
    page-number.php
  ----------------------------------- */
  .numberSc .containerTitle {
    font-size: 2rem;
  }
  .numberSc .innerContainer {
    display: inline-block;
    margin: 2rem 0;
  }
  .numberSc .flexContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .numberSc .flexContainer .flexChild {
    width: 100%;
    margin: 2rem 0;
  }
  .numberSc .sp .innerContainer {
    background: unset;
  }
  .numberSc .changeBg {
    color: #ffe100;
    background: #262626;
  }
  .numberSc .m-container .numberList {
    display: block;
  }
  .numberSc .m-container .numberList .box {
    width: 100%;
  }
  /* -----------------------------------
    page-workstyle.php
  ----------------------------------- */
  .history .m-container .historyItem .historyContent {
    padding-left: 0;
  }
  .history .m-container .historyItem .historyContent .historyImages {
    grid-template-columns: 1fr;
  }
  /* -----------------------------------
    archive-interview.php
  ----------------------------------- */
  .acInterviewSc .l-container .interviewFlexParent {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .acInterviewSc .l-container .interviewFlexParent .interviewFlexChild {
    width: 100%;
  }
  /* -----------------------------------
    single.php
  ----------------------------------- */
  .singleInterviewSc .m-container .singleTitle h2 {
    font-size: 2.4rem;
  }
  .singleInterviewSc .m-container .blockContents {
    padding: 0;
  }
}
@media only screen and (max-width:350px) {
  /* -----------------------------------
    basic
  ----------------------------------- */
  body {
    font-size: 1.5rem !important;
  }
}
/****************************************
共通仕様
****************************************/
.bg-blk {
  background-color: #000000 !important;
}

/****************************************
margin
****************************************/
.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-200 {
  margin-bottom: 20rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mx-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/****************************************
padding
****************************************/
.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.px-10 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-relative {
  position: relative !important;
}

.txt-center {
  text-align: center !important;
}

.bdr-t-no {
  border-top: none !important;
}

.bdr-l-no {
  border-left: none !important;
}

.bdr-r-no {
  border-right: none !important;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.ls-none {
  list-style: none !important;
}/*# sourceMappingURL=style.css.map */