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

  共通部分 

=============================================================== */ :root {
  --text_color: #333333;
  --main_blue: #0075B9;
}
html {
  scroll-padding-top: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  color: #333333;
  background: #F0F0F0;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
h1 {
  margin-bottom: 0;
  font-weight: bold;
  color: #B2ABA7;
}
h1.parallelogram {
  position: relative;
  min-width: 8em;
  padding: .5rem 1em;
  color: #fff;
  z-index: 2;
}
h1.parallelogram::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(180, 0, 20, .8);
  transform: skew(-20deg);
  content: "";
  z-index: -1;
}
#underlayer h1 {
  color: #fff;
}
#underlayer h1 span {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  #underlayer h1 span {
    font-size: .85rem;
  }
}
h2 {
  margin-bottom: 5rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1em;
  font-size: 2.666rem;
  color: #0075B9;
  text-align: left;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.666rem;
  }
}
.back_blue h2, .back_blue_morphism h2 {
  color: #fff;
}
h2 span {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #333333;
}
@media (min-width: 768px) {
  h2 span {
    font-size: 1rem;
  }
}
.back_blue h2 span, .back_blue_morphism h2 span {
  color: #D9DDE2;
}
#toplayer h3 {
	margin-bottom: .6em;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}
@media (min-width: 992px) {
  #toplayer h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  #toplayer h3 {
    font-size: 2.388rem;
  }
}
#toplayer h3 span {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #toplayer h3 span {
    font-size: .85rem;
  }
}
#underlayer h3 {
  color: #0075B9;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
#underlayer h3 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: .8em;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  #underlayer h3 {
    font-size: 2rem;
  }
}
.underlayer_top h3 {
  margin-bottom: 2rem;
}
h4 {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.4;
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.8rem;
  }
}
main {
  letter-spacing: 2px
}
@media (max-width: 991px) {
  #toplayer main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
main dl.catchcopy dt {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5rem;
  color: #1E4585;
}
@media (min-width: 992px) {
  main dl.catchcopy dt {
    font-size: 2.5rem;
  }
}
p {
  text-align: left;
  line-height: 1.6em;
}
p strong {
  display: block;
  padding: 1em 0;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
em {
  font-style: normal;
}
#underlayer em {
  display: inline-block;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding-bottom: .8em;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.6;
  color: #0075B9;
  text-align: center;
}
@media (min-width: 992px) {
  #underlayer em {
    font-size: 2rem;
  }
}
ul {
  padding-left: 1.2em;
}
a {
  color: #333;
  text-decoration: none;
}
a.imgLink {
  overflow: hidden;
}
a.imgLink img {
  transition: transform .6s ease; /* ゆっくり変化させる */
}
a.imgLink:hover img {
  transform: scale(1.1);
}
img {
  vertical-align: middle;
}
svg {
  vertical-align: bottom;
}
figcaption {
  margin-top: .5em;
}
.container_center {
  justify-content: space-around;
  align-items: center;
}
/* マージン調整 */
.marginBottom_0 {
  margin-bottom: 0 !important;
}
.marginTop_1 {
  margin-top: 1rem !important;
}
.marginTop_5 {
  margin-top: 5rem !important;
}
.marginBottom_5 {
  margin-bottom: 5rem !important;
}
.marginBottom_10 {
  margin-bottom: 10rem !important;
}
/* 並べ替え */
@media (max-width: 767px) {
  .order-1 {
    order: 1 !important;
  }
  .order-2 {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
}
/* ガターなし */
.no_gutter {
  padding-right: 0;
  padding-left: 0;
}
/* 上下中央寄せ */
.container_centered {
  align-items: center;
  justify-items: center;
}
/*
  メインイメージ
================================================ */
.mainImg {
  position: relative;
  text-align: center;
}
/*
  メインイメージテキスト
================================================ */
@media (max-width: 767px) {
  .mainImg_txt {
    position: relative;
    z-index: 0;
    margin-top: -68px;
    margin-bottom: 3rem;
    padding: 30px 15px;
  }
  .mainImg_txt::before {
    transform: skewY(-5deg);
    content: ""; /*ボックスを作る*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .mainImg_txt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
  }
}
@media (max-width: 767px) {
  #underlayer .mainTxt_wrap {
    padding: 1em 15px;
  }
}
@media (min-width: 768px) {
  #underlayer .mainTxt_wrap {
    width: 30%;
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  #underlayer .mainTxt_wrap_R {
    padding: 1em 15px;
  }
}
@media (min-width: 768px) {
  #underlayer .mainTxt_wrap_R {
    text-align: right;
  }
  #underlayer .mainTxt_wrap_R .profil p {
    text-align: right;
  }
}
@media (min-width: 768px) {
  #underlayer .mainTxt_wrap_R {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 30%;
    margin-right: 10%;
  }
}
#toplayer .mainTxt_wrap em {
  color: #0075B9;
  text-align: left;
}
@media (max-width: 767px) {
  #toplayer .mainTxt_wrap em {
    position: relative;
    z-index: 9;
    display: inline-block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #toplayer .mainTxt_wrap em {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-10%, -50%);
  }
}
/* 立方体 */
.cubeArea {
  width: 100%;
  height: calc(90px * 1);
  background: url("../img/common_img/cube.svg");
  background-size: 104px 90px;
}
.ulList ul {
  margin: 0;
  padding: 0;
}
.ulList ul li {
  list-style: none;
}
.dlList dl {
  margin-bottom: 1em;
}
.dlList dl dt {
  margin-bottom: .5em;
  padding: .5em;
  color: #fff;
  background: #403a91;
}
table {
  width: 100%;
  border: 2px solid #f4f4f4;
  font-size: .95em;
  line-height: 1.2;
}
table tr {
  border-bottom: 2px solid #f4f4f4;
}
table tr:last-of-type {
  border-bottom: none;
}
table tr td {
  line-height: 1.4;
}
@media (min-width: 1200px) {
  table tr td {
    font-size: 18px;
  }
}
table.colType caption {
  padding: 1em;
  color: #fff;
  background: #0b318f;
}
table.colType th {
  width: 20%;
  padding: 1em;
}
table.colType td {
  width: 80%;
  padding: 1em;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  table.colType {
    width: 100%;
  }
  table.colType th, table.colType td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
table.colType th, table.colType td {
  font-size: .8em;
}
table.rowType th {
  padding: 1em;
  color: #fff;
}
table.rowType th:first-of-type {
  width: 50%;
  background: linear-gradient(-65deg, #32327c 10%, #403a91 10%);
}
table.rowType th:last-of-type {
  width: 50%;
  background: #32327c;
}
table.rowType td {
  padding: 1em;
}
table.rowType td:first-of-type {
  width: 50%;
  background: linear-gradient(-65deg, #d1d1d1 10%, #e8e8e8 10%);
}
table.rowType td:last-of-type {
  width: 50%;
  background: #d1d1d1;
}
@media (max-width: 991px) {
  #underlayer table.colType th {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
  }
  #underlayer table.colType td {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 992px) {
  #underlayer table.colType th, #underlayer table.colType td {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
table tbody tr td dl {
  padding-bottom: 0;
}
table tr td dl dd:last-of-type {
  padding-bottom: 0;
}
table dl dt {
  margin-bottom: .5em;
}
table dl dt:nth-of-type(n+2) {
  margin-top: 1em;
}
/* 通常リスト */
@media (max-width: 767px) {
  .detail_list dl dt {
    padding: 10px 20px 5px;
  }
  .detail_list dl dd {
    padding: 5px 20px calc(.5rem + 10px);
    background: url("../img/common_img/nami.svg") repeat-x bottom left / auto 3px;
  }
}
@media (min-width: 768px) {
  .detail_list dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .detail_list dl dt, .detail_list dl dd {
    box-sizing: border-box;
  }
  .detail_list dl dt {
    display: flex;
    align-items: center;
    width: calc(3px * 74);
    padding: 20px;
    background: url("../img/common_img/nami.svg") repeat-x bottom left / auto 3px;
  }
  .detail_list dl dd {
    display: flex;
    align-items: center;
    width: calc(100% - (3px * 74));
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px;
    background: url("../img/common_img/nami.svg") repeat-x bottom left / auto 3px;
  }
}
@media (max-width: 767px) {
  .container {
    grid-gap: 0px;
  }
}
.txtBox {
  max-width: 710px;
  margin: 0 auto;
}
.tableBox {
  max-width: 864px;
  margin: 0 auto;
}
.newsBox_parent {
  max-width: 970px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .newsBox_parent {
    padding: 4em;
    background: #eeeeee;
  }
}
.imgFluid {
  max-width: 100%;
  height: auto;
}
.imgRotate {
  transform: rotate(180deg);
}
.txtEmpha {
  color: #D90012;
}
.txtBold {
  font-weight: bold;
}
.txtLink {
  text-decoration: underline;
  transition: .3s;
}
.txtCenter {
  text-align: center;
}
.txtRight {
  text-align: right;
}
.txtLeft {
  text-align: left;
}
.align_items_center {
  align-items: center;
}
.align_self_start {
  align-self: start;
}
.align_self_end {
  align-self: end;
}
.back_blue {
  color: #fff;
  background: #036EB8;
}
.back_blue_morphism {
  padding: 10% 5%;
  border-radius: 20px;
  background: #036EB8;
  box-shadow: inset 11px 11px 30px #025893, inset -11px -11px 30px #0484dd;
  color: #fff;
}
.back_white_rounded {
  padding: 5%;
  border-radius: 20px;
  background: #fff;
}
.color_white {
  color: #fff;
}
.mark_square::before {
  display: inline-block;
  content: " ";
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background: var(--text_color);
}
/* スマホのみ非表示 */
@media (max-width: 767px) {
  .hideSp {
    display: none;
  }
}
/* タブレットのみ非表示 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hideTab {
    display: none;
  }
}
/* パソコンのみ非表示 */
@media (min-width: 992px) {
  .hidePc {
    display: none;
  }
}
/* スマホミニのみ改行させる */
@media (max-width: 379px) {
  .brSpMini::before {
    content: "\A";
    white-space: pre;
  }
}
/* スマホのみ改行させる */
@media (max-width: 767px) {
  .brSp::before {
    content: "\A";
    white-space: pre;
  }
}
/* タブレットのみ改行させる */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brTab::before {
    content: "\A";
    white-space: pre;
  }
}
/* パソコンのみ改行させる */
@media (max-width: 991px) {
  .brPc {
    margin-left: -.2em;
  }
}
@media (min-width: 992px) {
  .brPc::before {
    content: "\A";
    white-space: pre;
  }
}
.caution {
  font-size: .85em;
}
@media (max-width: 991px) {
  .kochira p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .kochira {
    text-align: right;
  }
}
.kochira p {
  font-size: 1.85rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .kochira p {
    display: inline;
  }
}
/*
  リンクボタン
================================================ */
.btn a {
  font-family: "soleil", sans-serif;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 2em;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 10px 10px 23px #d3d3d3, -10px -10px 23px #ffffff;
  transition: 0.3s;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media (min-width: 1200px) {
  .btn a {
    width: 350px;
  }
}
.back_blue .btn a, .back_blue_morphism .btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 2em;
  border-radius: 10px;
  background: #036EB8;
  box-shadow: 10px 10px 23px #0361a2, -10px -10px 23px #037bce;
  color: #fff;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .back_blue .btn a, .back_blue_morphism .btn a {
    width: 350px;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 50vh;
  transition: 0.3s;
}
.back_blue .btn a::before, .back_blue_morphism .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50vh;
  transition: 0.3s;
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: #333333;
}
.back_blue .btn a::after, .back_blue_morphism .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: #fff;
}
.btn a:hover {
  text-decoration: none;
}
.btn a:hover::before {
  right: 1em;
}
.btn a:active {
  box-shadow: inset 9px 9px 18px #d3d3d3, inset -9px -9px 18px #ffffff;
}
.back_blue .btn a:active, .back_blue_morphism .btn a:active {
  box-shadow: inset 9px 9px 18px #0361a2, inset -9px -9px 18px #037bce;
}
/* 戻るボタン */
.btnReturn {
  text-align: center;
}
.btnReturn a {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: auto;
  padding: 2em;
  background: #F0F0F0;
  box-shadow: 10px 10px 23px #d3d3d3, -10px -10px 23px #ffffff;
  font-size: 14px;
  letter-spacing: 0.1em;
  border-radius: 10px;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .btnReturn a {
    width: 350px;
  }
}
.btnReturn a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid var(--text_color);
  border-left: 2px solid var(--text_color);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
.btnReturn a:hover {
  color: var(--text_color);
}
.btnReturn a:active {
  box-shadow: inset 9px 9px 18px #d3d3d3, inset -9px -9px 18px #ffffff;
}
/*
  矢印付きボタン
================================================ */
.btn_arrow a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1em 2em;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 10px 10px 23px #d3d3d3, -10px -10px 23px #ffffff;
  font-size: .9em;
  transition: 0.3s;
}
.btn_arrow a span.arrow {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background: #036EB8;
  transition: .3s;
}
.btn_arrow a:hover span.arrow {
  right: calc(2em - 5px);
  background: #05314E;
}
.btn_arrow a span.arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: calc(50% - 3px);
  left: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: .3s;
}
.btn_arrow a:hover {
  text-decoration: none;
}
.btn_arrow a:hover::before {
  right: 1em;
}
.btn_arrow a:active {
  box-shadow: inset 9px 9px 18px #d3d3d3, inset -9px -9px 18px #ffffff;
}
.btn_arrow .icon {
  margin-right: 1em;
}
/* クリップパス */
.clip_img_small {
  clip-path: inset(0px round 10px);
}
.clip_img_large {
  clip-path: inset(0px round 50px);
}
.overlay_color::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
/* 動画 */
.dougaArea {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #dfe9f0;
}
@media (min-width: 992px) {
  .dougaArea {
    margin-bottom: 100px;
  }
}
.douga {
  max-width: 800px;
}
.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.ytube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ytube a {
  /* lityを動かすためにiframeを覆う */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*
  画像付きリンク
================================================ */
.toLink_box {
  width: 100%;
  height: 600px;
}
@media (max-width: 991px) {
  .toLink_box {
    clip-path: inset(0px round 10px);
  }
}
@media (min-width: 992px) {
  .toLink_box {
    clip-path: inset(0px round 50px);
  }
}
.toLink_img a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
}
.toLink_img p {
  position: absolute; /*絶対配置*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1em;
  font-size: 2.875rem;
  color: #fff;
  text-align: center;
}
.toLink_img p span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1rem;
  line-height: 1.4;
  color: #60C2E2;
}
@media (min-width: 768px) {
  .toLink_img p span {
    font-size: 1.375rem;
  }
}
/* ===============================================================

  ヘッダー

=============================================================== */
/* ========================================================
 * ナビゲーション
 * ===================================================== */
/*
  共通
================================================ */
header {
  position: relative;
  font-size: 1rem;
  font-weight: 800;
}
header nav.g_nav img {
  width: 300px;
}
nav.g_nav ul {
  list-style-type: none;
}
header nav.g_nav ul li {
  letter-spacing: .01em;
}
header nav.g_nav ul li a:hover {
  text-decoration: none;
}
header nav.g_nav ul li a span {
  font-size: .75em;
}
/*
  PC用スタイル
================================================ */
@media (min-width: 992px) {
  header {
    position: absolute;
    width: 100%;
    min-height: 64px;
    padding: 40px 0;
    z-index: 999;
  }
  nav.g_nav {
    height: 100%;
  }
  nav.g_nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center !important;
    margin: 0 0 0 auto;
    padding: 0 30px;
    width: 100%;
  }
  nav.g_nav ul li {
    position: relative;
    filter: drop-shadow(5px 5px 10px rgb(62 110 179 / .6)) drop-shadow(-5px -5px 10px rgb(62 110 179 / .6));
  }
  nav.g_nav ul li:first-of-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
  nav.g_nav ul li:not(:first-of-type) {
    padding: 0 2em;
  }
  nav.g_nav ul li:not(:first-of-type)::before {
    content: "";
    background: url("../img/common_img/nav_nami.svg");
    display: inline-block;
    width: 5px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  nav.g_nav ul li a {
    display: block;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    transition: .3s;
  }
  nav.g_nav ul li:nth-of-type(8) a {
    min-width: 5em;
  }
}
@media (min-width: 992px) {
  nav.g_nav ul {
    max-width: 62%;
    font-size: .875em;
  }
}
@media (min-width: 1200px) {
  nav.g_nav ul {
    max-width: 57%;
    font-size: 1em;
  }
}
@media (min-width: 1500px) {
  nav.g_nav ul {
    max-width: 47%;
  }
}
@media (min-width: 1900px) {
  nav.g_nav ul {
    max-width: 80%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  nav.g_nav ul li:first-of-type {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  nav.g_nav ul {
    max-width: 100%;
    font-size: .875em;
  }
  nav.g_nav ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
  }
  nav.g_nav ul li:not(:first-of-type) {
    margin-top: 3rem;
  }
}
/*
  SP・TAB用スタイル
================================================ */
@media (max-width: 991px) {
  header .sp_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    background: #036EB8;
  }
  header .sp_logo img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 50%;
    z-index: 100;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header .sp_logo img {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header .sp_logo img {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 150;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  /* 初期状態（白いライン） */
  #underlayer .hamburger span {
    background: #fff;
    transition: .5s ease-out;
  }
  /* スクロール後（青いライン） */
  #underlayer .hamburger.scrolled span {
    background: #036EB8;
  }
  /* ハンバーガーメニューが開いているときは白に統一 */
  #underlayer .hamburger.is-active span {
    background: #fff;
  }
  .hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background: #036EB8;
    transition: transform .5s;
  }
  .hamburger.is-active span {
    background: #fff;
  }
  .hamburger span:nth-child(1) {
    top: 30%;
  }
  .hamburger span:nth-child(2) {
    top: 60%;
  }
  .hamburger span:nth-child(3) {
    top: 90%;
  }
  .drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    width: 100%;
    height: 100vh;
    background: rgba(3, 110, 184, .85);
    transition: opacity .3s, visibility .3s;
  }
  .drawer.is-active {
    visibility: visible;
    opacity: 1;
  }
  .drawer_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 20px;
    border: 1px solid;
  }
  nav.g_nav ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 0 0 0 -1.2rem;
    padding: 0;
  }
  nav.g_nav ul li {
    padding-bottom: 1em;
    letter-spacing: .25em;
  }
  nav.g_nav ul li:not(:first-of-type) {
    background: url("../img/common_img/nami_white.svg") repeat-x bottom left / auto 3px;
  }
  nav.g_nav ul li a {
    display: block;
    color: #fff;
  }
}
/* ===============================================================

  コンテンツをはみ出させる

=============================================================== */
.container_outArea {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.col-inner {
  position: relative;
  padding: 0;
}
@media (min-width: 576px) {
  .col-inner {
    padding: 0 15px;
  }
}
@media (min-width: 576px) {
  .col-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .col-inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .col-inner {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .col-inner {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .col-inner {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .col-inner {
    padding: 0 10px;
  }
}
.container_outArea .innerBox {
  display: flex;
  align-items: center;
}
.container_outArea .innerBox + .innerBox {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .container_outArea .innerBox_img {
    padding-left: 30px;
  }
}
.innerBox_img img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
.container_outArea .innerBox_img img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .container_outArea .innerBox:nth-child(odd) {
    margin-right: calc(50% - 50vw);
    flex-direction: row-reverse;
  }
  .container_outArea .innerBox:nth-child(odd) .innerBox_txt {
    margin-right: 30px;
  }
  .container_outArea .innerBox:nth-child(even) {
    margin-left: calc(50% - 50vw);
  }
  .container_outArea .innerBox:nth-child(even) .innerBox_txt {
    margin-left: 30px;
  }
  .container_outArea .innerBox_img {
    flex: 2 1 680px;
  }
  .container_outArea .innerBox_txt {
    flex: 1 1 510px;
  }
}
@media (max-width: 767px) {
  .container_outArea .innerBox {
    flex-direction: column;
  }
  .container_outArea .innerBox_img {
    margin: 0 calc(50% - 50vw);
  }
  .container_outArea .innerBox_txt {
    margin-top: 20px;
  }
}
/* ===============================================================

  トップページ

=============================================================== */
/*
  ヒーローエリア
================================================ */
/* videoエリア */
.top_videoArea {
  position: relative;
  width: 100%;
  height: 50vh;
}
@media (min-width: 992px) {
  .top_videoArea {
    height: 100vh;
  }
}
/* video部分 */
.top_videoArea .videoBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.top_videoArea .videoBox .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100vh;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .top_videoArea .videoBox .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* overlay */
.top_videoArea .overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(155, 228, 255, .6);
  background-size: 4px 4px;
  background-position: 6 6, 2px 2px;
  mix-blend-mode: multiply;
}
/* text */
.top_videoArea em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3%;
  z-index: 99;
  font-weight: 800;
  font-feature-settings: "palt";
  color: #fff;
  filter: drop-shadow(5px 5px 10px rgb(62 110 179 / .6)) drop-shadow(-5px -5px 10px rgb(62 110 179 / .6));
}
@media (max-width: 767px) {
  .top_videoArea em {
    padding-left: 50px;
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .top_videoArea em {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .top_videoArea em {
    padding-left: 100px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .top_videoArea em {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .top_videoArea em {
    font-size: 4rem;
  }
}
/* スクロールアニメーション */
.top_videoArea a {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 60px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: 0.2s;
  overflow: hidden;
}
@media (min-width: 992px) {
  .top_videoArea a {
    padding: 10px 10px 110px;
  }
}
.top_videoArea a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 50px;
  background: #fff;
}
@media (min-width: 992px) {
  .top_videoArea a::after {
    width: 2px;
    height: 100px;
  }
}
.top_videoArea a:hover {
  opacity: 0.5;
}
.top_videoArea a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 992px) {
  .top_videoArea a::before {
    width: 2px;
    height: 100px;
  }
}
.top_videoArea a::after {
  animation: scrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scrollLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.top_videoArea a span {
  display: inline-block;
  margin-bottom: .5em;
  font-weight: bold;
  text-align: center;
}
.top_videoArea a span img {
  width: 6px;
  height: 48px;
  transform: rotate(90deg);
}
/* ムービー下 */
.top_videoArea::before {
  content: "";
  position: absolute;
  width: 100%; /* 文字の長さに合わせる */
  height: 50px; /* 線の太さ */
  bottom: -50px; /* オフセット */
  left: 0;
  background: #036EB8;
  background-size: 104px 90px;
}
.top_videoArea::after {
  content: "";
  position: absolute;
  width: 100%; /* 文字の長さに合わせる */
  height: 50px; /* 線の太さ */
  bottom: -50px; /* オフセット */
  left: 0;
  background: url("../img/common_img/cube.svg");
  background-size: 104px 90px;
}
/* ===============================================================

  下層ページ

=============================================================== */
/* ========================================================
 * ヒーローエリア
 * ===================================================== */
.pageTitle_area {
  position: relative;
  width: 100%;
  background: #036EB8;
}
@media (max-width: 991px) {
  .pageTitle_area {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .pageTitle_area {
    height: 400px;
  }
}
/* ページイメージ */
.heroImg_area {
  position: relative;
}
.heroImg_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: saturate(120%);
  clip-path: inset(0px round 10px);
}
@media (max-width: 991px) {
  .heroImg_area img {
    width: calc(100% - 30px);
    height: 200px;
  }
}
@media (min-width: 992px) {
  .heroImg_area img {
    max-width: 1440px;
    width: calc(100% - 30px);
    height: 300px;
  }
}
/* ページタイトル */
.page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px - 2em);
  margin: 0 auto;
  text-align: center;
}
.page_title h1 {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 2px 2px 30px #036EB8, -2px 2px 10px #036EB8, 2px -2px 10px #036EB8, -2px -2px 10px #036EB8;
}
.page_title h1 span {
  font-weight: bold;
}
@media (max-width: 991px) {
  .page_title h1 span {}
}
.page_title h1 span {
  font-weight: bold;
}
/* ========================================================
 * ページ内リンクナビゲーション
 * ===================================================== */
.pageLink_area {
  height: 100%;
  padding-bottom: 50px;
  background: #eaecec;
}
.pageLink_area .cubeArea {
  height: calc(90px * 2);
}
.pageLink_area ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: calc(90px * 0.5);
  padding-left: 0;
  list-style: none;
  background: #eaecec;
}
@media (min-width: 992px) {
  .pageLink_area ul {
    padding-top: calc(90px * 2);
  }
}
@media (max-width: 767px) {
  .pageLink_area ul li {
    width: calc(100% - (15px * 2));
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .pageLink_area ul li {
    width: calc(100% / 2 - (15px * 2));
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .pageLink_area ul li {
    width: calc(100% / 3 - (15px * 3));
    margin-bottom: 2rem;
  }
}
/*
  矢印付きボタン
================================================ */
.pageLink_area .btn_arrow a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1em 2em;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 10px 10px 23px #d3d3d3, -10px -10px 23px #ffffff;
  font-size: .9em;
  font-weight: bold;
  transition: 0.3s;
}
.pageLink_area .btn_arrow a span.arrow {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(45deg);
  background: #036EB8;
  transition: .3s;
}
@media (max-width: 991px) {
  .pageLink_area .btn_arrow a span.arrow {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 992px) {
  .pageLink_area .btn_arrow a span.arrow {
    width: 20px;
    height: 20px;
  }
}
.pageLink_area .btn_arrow a:hover span.arrow {
  right: 2em;
  top: calc(50% + 5px);
  background: #05314E;
}
.pageLink_area .btn_arrow a span.arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0;
  height: 0;
  margin-top: 3px;
  margin-left: 3px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transition: .3s;
}
@media (max-width: 991px) {
  .pageLink_area .btn_arrow a span.arrow::after {
    transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  }
}
.pageLink_area .btn_arrow a:hover {
  text-decoration: none;
}
.pageLink_area .btn_arrow a:hover::before {
  right: 1em;
}
.pageLink_area .btn_arrow a:active {
  box-shadow: inset 9px 9px 18px #d3d3d3, inset -9px -9px 18px #ffffff;
}
.pageLink_area .btn_arrow .icon {
  margin-right: 1em;
}
/* ========================================================
 * サイドメニュー・メインコンテンツ
 * ===================================================== */
/*
  分割
================================================ */
@media (max-width: 991px) {
  .mainContents_wrap {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .mainContents_wrap {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .pageNav_box {
    margin-right: 30px;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .pageNav_box {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .mainContents_box {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .mainContents_box {
    width: 80%;
    padding-top: 0px;
  }
}
.pageTitle_txt p {
  margin: 0;
  padding: 0;
}
/*
  サイドメニュー
================================================ */
#page_nav {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  border-radius: 0 50px 50px 0;
  background: #bdd9ee;
  line-height: 1.6;
  z-index: 1;
}
@media (max-width: 991px) {
  #page_nav {
    padding: 1rem 2rem 0.25rem;
    font-size: 0.85rem;
  }
}
@media (min-width: 992px) {
  #page_nav {
    padding: 4rem 1rem 4rem 2rem;
  }
}
@media (min-width: 1200px) {
  #page_nav {
    padding: 4rem 2rem 4rem 3rem;
  }
}
@media (min-width: 1440px) {
  #page_nav {
    padding: 4rem 3rem 4rem 4rem;
  }
}
#page_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page_nav ul li {
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  #page_nav ul li {
    display: inline-block;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  #page_nav ul li {
    padding-left: 1.5rem;
  }
}
#page_nav ul li:not(:last-child) {
  margin-bottom: 1em;
}
/* ボタンのスタイル */
#page_nav ul li a {
  display: block;
  color: #1e458d;
  font-weight: 800;
  text-decoration: none;
  transition: .3s;
}
@media (min-width: 992px) {
  #page_nav ul li a {
    display: block;
  }
}
/* アイコンのスタイル */
#page_nav ul li a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -1rem;
  width: 1.5em; /* 横幅 */
  height: 1.5em; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #60caea;
}
#page_nav ul li a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -0.5rem;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  #page_nav ul li a::after {
    left: -0.5rem;
    width: 10px;
    height: 10px;
  }
}
#page_nav ul li a:hover {
  color: #009fdc;
}
/* ===============================================================

  COMPANY／企業情報

=============================================================== */
/* ========================================================
 * COMPANY／トップページ
 * ===================================================== */
/*
  About／田中段ボール工業について
================================================ */
@media (max-width: 767px) {
  #about img {
    margin-bottom: 1rem;
  }
}
/*
  作業風景（SDGs 段ボールとエコロジー）
================================================ */
#toplayer .ecoGreen_area {
  position: relative;
  background: linear-gradient(180deg, #E8EAEB 0%, #fff 25%, #fff 100%);
  z-index: 0;
}
@media (min-width: 768px) {
  #toplayer .ecoGreen_area .cubeArea {
    height: calc(90px * 2);
  }
}
@media (min-width: 992px) {
  #toplayer .ecoGreen_area .cubeArea {
    height: calc(90px * 3);
  }
}
@media (min-width: 1440px) {
  #toplayer .ecoGreen_area .cubeArea {
    height: calc(90px * 4);
  }
}
.eco_imgArea {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .eco_imgBox {
    display: grid;
    gap: 0;
    grid-template-columns: 2fr 1fr;
    position: absolute;
    top: calc(-90px / 2);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media (min-width: 576px) {
  .eco_imgBox {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .eco_imgBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    gap: 0;
    grid-template-columns: 2fr 1fr;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .eco_imgBox {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .eco_imgBox {
    width: 1140px;
  }
}
@media (min-width: 1440px) {
  .eco_imgBox {
    width: 1380px;
  }
}
.eco_img {
  aspect-ratio: 16 / 9;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 15px;
}
.eco_img_L {
  grid-row: 1 / 4;
}
.eco_img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  clip-path: inset(0px round 10px);
}
/*
  SDGs 段ボールとエコロジー
================================================ */
#toplayer #ecology {
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
  margin-top: calc(90px * 2);
  background-image: linear-gradient(90deg, #fff 0 50%, transparent 50%);
}
@media (min-width: 768px) {
  #toplayer #ecology {
    margin-top: calc(90px * 2);
  }
}
@media (min-width: 992px) {
  #toplayer #ecology {
    margin-top: calc(90px * 3);
  }
}
@media (min-width: 1440px) {
  #toplayer #ecology {
    margin-top: calc(90px * 4);
  }
}
.ecoGreen {
  position: relative;
  z-index: -1;
}
.ecoGreen::before {
  position: absolute;
  top: calc(90px * 4);
  right: 0;
  content: "";
  width: 538px;
  height: 662px;
  background: url("../img/top_img/ecoGreen.jpg") no-repeat;
  z-index: 0;
}
#toplayer #ecology .back_white_rounded {
  position: relative;
  padding: 20% 8% 5%;
  filter: drop-shadow(16px 16px 10px rgba(3, 110, 184, 0.2));
}
@media (min-width: 768px) {
  #toplayer #ecology .back_white_rounded {
    padding: 5% 10%;
  }
}
@media (min-width: 992px) {
  #toplayer #ecology .back_white_rounded {
    padding: 5% 10% 5% 20%;
  }
}
@media (min-width: 1200px) {
  #toplayer #ecology .back_white_rounded {
    padding: 5% 20%;
  }
}
@media (max-width: 767px) {
  #ecology .dboll_box {
    position: absolute;
    top: -50%;
    right: 0;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #ecology .dboll_box {
    position: absolute;
    top: -50%;
    right: 0;
    z-index: 100;
  }
}
@media (min-width: 992px) {
  #ecology .dboll_box {
    position: absolute;
    bottom: 0;
    left: -40%;
    z-index: 100;
  }
}
#ecology .dboll_box img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #ecology .dboll_box img {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  #ecology .dboll_box img {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  #ecology .dboll_box img {
    max-width: 320px;
  }
}
@media (min-width: 1440px) {
  #ecology .dboll_box img {
    max-width: 380px;
  }
}
/* ========================================================
 * COMPANY／下層ページ
 * ===================================================== */
/*
  代表挨拶
================================================ */
#greeting {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  #greeting {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
#greeting .container {
  max-width: 992px;
}
@media (max-width: 991px) {
  .sign dl {
    text-align: right;
  }
  .sign dl dd img {
    max-width: 200px;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .sign dl {
    display: flex;
    align-items: flex-end;
  }
  .sign dl dt {
    margin-right: 2rem;
    text-align: right;
  }
  .sign dl dd img {
    height: 3rem;
  }
}
/*
  社長挨拶swiper
================================================ */
#company .swiper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
/* コンテナー */
/* スライダーのwrapper */
#company .infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
/* スライド */
#company .infinite-slider .swiper-slide {
  height: 150px !important; /* 高さを指定 */
  width: auto !important;
}
@media (min-width: 992px) {
  #company .infinite-slider .swiper-slide {
    height: 300px !important; /* 高さを指定 */
  }
}
/* スライド内の画像 */
#company .infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}
#company .swiper-slide {
  margin-left: 22px;
}
/*
  経営理念
================================================ */
#misson {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  #misson {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
#misson h2, #misson p {
  text-align: center;
}
#misson p {
  font-weight: bold;
}
@media (min-width: 992px) {
  #misson p {
    font-size: 1.2em;
  }
}
/*
  沿革
================================================ */
#history {
  background: #E8EAEB;
}
#history {
  margin-top: 5rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  #history {
    margin-top: 10rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#history > section {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  #history > section {
    margin-top: 10rem;
  }
}
.history_contents dl {
  width: 100%;
  padding: 2em;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 10px 10px 23px #d3d3d3, -10px -10px 23px #ffffff;
}
@media (min-width: 992px) {
  .history_contents dl {
    display: flex;
    flex-wrap: wrap;
    padding: 3em 2em;
  }
}
.history_contents dl:not(:last-of-type) {
  margin-bottom: 2rem;
}
.history_contents dl dt {
  width: 100%;
}
@media (max-width: 991px) {
  .history_contents dl dt {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .history_contents dl dt {
    width: 15%;
    margin-right: 60px;
    text-align: right;
  }
}
.history_contents dl dd {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .history_contents dl dd {
    width: calc(85% - 60px);
  }
}
.history_contents .seireki {
  font-size: 2.625rem;
  color: #a3a3a3;
  line-height: 1;
}
@media (min-width: 992px) {
  .history_contents .seireki {
    font-size: 3.75rem;
  }
}
.history_contents .wareki {
  margin-left: 1rem;
  font-size: .75rem;
}
@media (min-width: 992px) {
  .history_contents .seireki, .history_contents .wareki {
    display: block;
  }
  .history_contents .wareki {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .history_contents dl dd .container .col-12:not(:last-of-type) img {
    margin-bottom: 1rem;
  }
}
.history_contents figcaption {
  font-size: .75rem;
  line-height: 1.6;
  text-align: center;
}
/*
  SDGs
================================================ */
#SDGs {
  padding-bottom: 5rem;
  background: linear-gradient(180deg, #E8EAEB 0%, #fff 10%, #fff 100%);
}
@media (min-width: 992px) {
  #SDGs {
    padding-bottom: 10rem;
  }
}
#SDGs .cubeArea {
  height: calc(90px * 3);
}
#SDGs > section {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  #SDGs > section {
    margin-top: 10rem;
  }
}
@media (min-width: 992px) {
  #SDGs > section > .container {
    grid-gap: 60px;
  }
}
#SDGs .recycle_box {
  border-radius: 10px;
  background: #EBECED;
}
@media (max-width: 991px) {
  #SDGs .recycle_box:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.recycle_contents {
  border-radius: 10px;
  background: #EBECED;
}
.recycle_contents img {
  border-radius: 10px 10px 0 0;
}
.recycle_contents dl {
  margin-bottom: 0;
  padding: 3rem;
  border-radius: 0 0 10px 10px;
  background: #EBECED;
}
.recycle_contents dl dt {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.recycle_contents .recycleContents_dboll {
  padding: 3rem;
}
/*
  会社概要
================================================ */
#companyDetails {
  background: #EAEBEC;
}
@media (min-width: 992px) {
  #companyDetails {}
}
#companyDetails .cubeArea {
  height: calc(90px * 1);
}
#companyDetails > section {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  #companyDetails > section {
    margin-top: 10rem;
  }
}
#companyDetails h3 {
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text_color);
  text-align: left;
  line-height: 1.4;
}
@media (min-width: 992px) {
  #companyDetails h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  #companyDetails h3 {
    font-size: 2.388rem;
  }
}
#companyDetails h3 span {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text_color);
  line-height: 1.4;
}
@media (min-width: 768px) {
  #companyDetails h3 span {
    font-size: .85rem;
  }
}
#companyDetails dl.embed_google dt {
  margin-top: 2rem;
}
.companyDetails_wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .companyDetails_wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.factoryList_wrap {
  padding-top: 3rem;
  background: #F0F0F0;
}
@media (min-width: 992px) {
  .factoryList_wrap {
    padding-top: 5rem;
  }
}
.factoryList_wrap .cubeArea {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .factoryList_wrap .cubeArea {
    margin-top: 10rem;
  }
}
#underlayer #company h3 {
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  line-height: 1.4;
}
@media (min-width: 992px) {
  #underlayer #company h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  #underlayer #company h3 {
    font-size: 2.388rem;
  }
}
#underlayer #company h3 span {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #underlayer #company h3 span {
    font-size: .85rem;
  }
}
@media (max-width: 575px) {
  #underlayer #company section {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  #underlayer #company section {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #underlayer #company section {
    margin-bottom: 150px;
  }
}
#underlayer #company section:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #underlayer #company h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #underlayer #company h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 379px) {
  #underlayer #company #company_profile .tableBox:last-of-type {
    margin-top: 0em;
  }
}
@media screen and (min-width: 380px) and (max-width: 991px) {
  #underlayer #company #company_profile .tableBox:last-of-type {
    margin-top: -2em;
  }
}
#underlayer #company table {
  border: none;
}
#underlayer #company table tr {
  border-bottom: 2px solid #E2E2E2;
}
@media (max-width: 640px) {
  #underlayer #company table.colType th {
    width: 100%;
  }
}
@media (min-width: 641px) {
  #underlayer #company table.colType th {
    vertical-align: top;
    width: 25%;
  }
}
@media (max-width: 640px) {
  #underlayer #company table.colType td {
    width: 100% !important;
  }
}
@media (min-width: 641px) {
  #underlayer #company table.colType td {
    width: 75%;
  }
}
@media (max-width: 991px) {
  #underlayer #company table.colType th, #underlayer #company table.colType td {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
#underlayer #company table td ul {
  margin-bottom: 0;
}
#underlayer #company .dougaArea {
  margin-top: 50px;
}
/*
  企業理念
================================================ */
.corporate_philosophy strong {
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 20px;
  font-size: 1.8rem;
  color: #fff;
  background: linear-gradient(-30deg, #FFFF1C 0%, #60CAEA 60%, #60CAEA 100%);
  text-align: center;
  line-height: 1.4;
}
.corporate_philosophy ol.count li {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .corporate_philosophy strong {
    font-size: 5rem;
  }
}
.corporate_philosophy ol.count li {
  line-height: 1.6;
  font-size: 1.333em !important;
}
@media (max-width: 991px) {
  .corporate_philosophy ol.count li {
    font-size: 1em !important;
  }
}
/*
  ＳＤＧｓ宣言
================================================ */
#SDGs h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5rem;
  color: #1E4585;
}
@media (min-width: 992px) {
  #SDGs h4 {
    font-size: 2.5rem;
  }
}
#SDGs .btn a {
  max-width: 320px;
}
dl.SDGs_list {
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 1rem;
  background: #f4f5f6;
  border-radius: 10px;
}
dl.SDGs_list dt {
  margin-bottom: .9rem;
  padding-bottom: .5rem;
  background-image: linear-gradient(90deg, #388ed9 0 20%, #fff 20%);
  background-repeat: no-repeat;
  background-size: 100% 6%;
  background-position: bottom;
}
dl.SDGs_list dd {
  font-size: .8em;
}
dl.SDGs_list dd:first-of-type {
  margin-bottom: 1rem;
}
dl.SDGs_list dd:last-of-type {
  margin-bottom: 0;
}
dl.SDGs_list dd ul {
  margin-bottom: 0;
}
dl.SDGs_list dd ul li:last-of-type {
  margin-bottom: 0;
}
/*
  会社概要
================================================ */
#underlayer #company > section {
  margin-top: 10rem;
  margin-bottom: 10rem !important;
}
/* 工場一覧 */
dl.factory_list dt {
  font-size: 1.2rem;
  color: #036EB8;
}
#underlayer #company hr {
  max-width: 1350px;
  width: 100%;
  height: 0;
  margin: 5rem auto;
  padding: 0;
  border: 0;
  border-top: 1px solid #fff;
}
/*
  アクセス
================================================ */
#access iframe {
  margin-top: 2rem !important;
}
/* ===============================================================

  Service & Products／事業内容・製品案内

=============================================================== */
/* ========================================================
 * Service & Products／下層ページ
 * ===================================================== */
/*
  共通
================================================ */
.products_item h2 {}
/*
  段ボールについて
================================================ */
#products_info {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  #products_info {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
#products_info h3 {
  margin-bottom: 2rem;
  padding: 25px 0;
  color: #036EB8;
  background: url("../img/common_img/nami_light.svg") repeat-x bottom left / auto 6px;
  text-align: left;
}
#products_info img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
dl.dboxType_table {
  padding: 5rem 10% 3rem;
  border-radius: 10px;
  background: #fff;
}
dl.dboxType_table dt {
  padding: .5em 1em;
  border-bottom: 1px solid #707070;
  color: #036EB8;
  text-align: center;
}
dl.dboxType_table dd {
  padding: .5em 1em;
  text-align: center;
}
#products_info .back_blue_morphism {
  margin-top: 3rem;
}
/*
  段ボール製品
================================================ */
#products_dbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eaecec;
}
@media (min-width: 992px) {
  #products_dbox {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.point_area {
  height: 100%;
  padding-bottom: 50px;
}
.point_area ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: calc(90px * 0.5);
  padding-left: 0;
  list-style: none;
  background: #eaecec;
}
@media (min-width: 768px) {
  .point_area ul {
    padding-top: calc(90px * 1);
  }
}
.point_area ul li {
  display: table;
  width: calc(100% / 1 - (15px * 2));
  min-height: 5em;
  margin-bottom: 2rem;
  padding: 1em 2em;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 10px 10px 23px #d3d3d3, -10px -10px 23px #ffffff;
  transition: 0.3s;
  letter-spacing: 0.1em;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 768px) {
  .point_area ul li {
    width: calc(100% / 2 - (15px * 2));
  }
}
@media (min-width: 1200px) {
  .point_area ul li {
    width: calc(100% / 3 - (15px * 3));
    height: 5rem;
    margin-bottom: 2rem;
  }
}
.point_area ul li p {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: auto;
  padding-left: calc(33px + 1em);
  margin-bottom: 0;
  font-weight: bold;
}
.point_area ul li p::before {
  content: "";
  background: url("../services-products/img/check.svg");
  display: inline-block;
  width: 33px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .products_item .col-lg-8 section {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .products_item .col-lg-8 section:not(:first-of-type) {
    margin-top: 10rem;
  }
}
.products_mainImg_area {
  margin-bottom: 3rem;
  padding: 1rem 10%;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .products_mainImg_area {
    margin-bottom: 5rem;
    padding: 3rem 10%;
  }
}
.products_item h3 {
  font-size: 1.5625rem !important;
  text-align: left !important;
}
ul.products_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .products_list .col-lg-6:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
ul.products_list dl dt {
  margin-top: 1rem;
  margin-bottom: .8rem;
}
ul.products_list section {}
@media (max-width: 991px) {
  ul.products_list section {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  ul.products_list section {
    margin-top: 10rem;
  }
}
#products_dbox .back_blue_morphism {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  #products_dbox .back_blue_morphism p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #products_dbox .back_blue_morphism .btn {
    margin-top: 2rem;
  }
}
.back_blue_morphism_txt .back_blue_morphism {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .back_blue_morphism_txt .back_blue_morphism {
    margin-top: 0 !important;
    padding: 10% 5% !important;
  }
}
/*
  紙製品
================================================ */
#products_kami {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fff;
}
@media (min-width: 992px) {
  #products_kami {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
#products_kami .back_blue_morphism {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  #products_kami .back_blue_morphism p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #products_kami .back_blue_morphism .btn {
    margin-top: 2rem;
  }
}
/*
  プラスチック製品
================================================ */
#products_plastic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #EAEBEC;
}
@media (min-width: 992px) {
  #products_plastic {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
#products_plastic .back_blue_morphism {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  #products_plastic .back_blue_morphism p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #products_plastic .back_blue_morphism .btn {
    margin-top: 2rem;
  }
}
/*
  梱包製品
================================================ */
#products_konpo {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  #products_konpo {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
#products_konpo .back_blue_morphism {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  #products_konpo .back_blue_morphism p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #products_konpo .back_blue_morphism .btn {
    margin-top: 2rem;
  }
}
/*
  よくあるご質問
================================================ */
#faq {
  padding-top: 5rem;
  background: #EAECEC;
}
@media (min-width: 992px) {
  #faq {
    padding-top: 10rem;
  }
}
ul.faq_area {
  margin: 0 0 5rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  ul.faq_area {
    margin: 0 0 10rem;
  }
}
.faq_box {
  position: relative;
  width: 100%;
  margin: 0 0 2rem 0;
  border-radius: 10px;
  background: #F0F0F0;
}
.faq_box input {
  display: none;
}
/* 質問 */
.faq_box label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 3em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 10px 10px 23px #d3d3d3, -10px -10px 23px #ffffff;
}
.faq_box label::before {
  content: "Q";
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
}
.faq_box label:hover {
  color: #046EB8;
  transition: all 0.3s;
}
/* --質問のアイコン */
.faq_box label span.arrow {
  content: "";
  margin: auto;
  position: absolute;
  top: 1em;
  right: 1em;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background: #036EB8;
  transition: .3s;
}
.faq_box label:hover span.arrow {
  background: #05314E;
}
.faq_box label span.arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: calc(50% - 3px);
  left: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: .3s;
}
/* 答え */
.faq_box .faq_a_content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 10px 10px;
  transition: max-height 0.2s;
}
.faq_box .faq_a_content::before {
  position: absolute;
  content: "A";
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.25em 0 0 -1em;
  padding: 0;
}
.faq_box .faq_a_content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
.faq_box input:checked ~ label {
  box-shadow: 0px, -10px -10px 23px #ffffff;
}
/* --答えの高さ */
.faq_box input:checked ~ .faq_a_content {
  max-height: 40em;
  border: 15px solid #F0F0F0;
  box-shadow: 10px 10px 23px #d3d3d3, -5px -5px 23px #ffffff;
  background: url("../img/common_img/nami.svg") repeat-x top left / auto 3px;
}
/* 質問をクリックした時のアイコンの動き */
.faq_box input:checked ~ label {
  color: #046EB8;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.faq_box input[type=checkbox]:checked + label span.arrow {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}
.faq_box input[type=checkbox]:checked + label span.arrow::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}
/* ===============================================================

  Equipments／設備紹介

=============================================================== */
/* ========================================================
 * 設備紹介／下層ページ
 * ===================================================== */
#equipments {
  margin-top: 5rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #fff;
}
@media (min-width: 992px) {
  #equipments {
    margin-top: 10rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}
#equipments section > section {
  margin-bottom: 10rem;
}
#equipments h3 {
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text_color);
  text-align: left;
  line-height: 1.4;
}
ul.equipments_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.equipments_list li dd {
  font-size: .888em;
}
ul.equipments_list li p {
  font-weight: bold;
}
/*
  photoswipe
================================================ */
.ps_area {
  margin: 0 auto;
}
.ps_area a {
  transition: .3s;
}
.ps_area a:hover {
  cursor: zoom-in;
  text-decoration: none;
}
.ps_area a img {
  width: 100%;
  height: auto;
  vertical-align: top;
  transition: .3s;
}
.ps_area a img:hover {
  filter: brightness(150%);
}
.ps_area figure {
  margin-top: .5em;
  font-size: 1rem;
  line-height: 1.4;
}
/* ===============================================================

  RECRUIT／採用情報

=============================================================== */
/* ========================================================
 * RECRUIT／トップページ
 * ===================================================== */
#toplayer #recruit {
  position: relative;
  padding: 3rem 0;
  z-index: 1;
}
@media (min-width: 992px) {
  #toplayer #recruit {
    padding: 10rem 0;
  }
}
#toplayer #recruit::before {
  content: "";
  position: absolute;
  width: 100%; /* 文字の長さに合わせる */
  height: 100%; /* 線の太さ */
  top: 0; /* オフセット */
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, #fff 0%, #fff 35%, #E8EAEB 35%, #E8EAEB 100%);
}
#toplayer #recruit::after {
  content: "";
  position: absolute;
  width: 100%; /* 文字の長さに合わせる */
  height: 65%; /* 線の太さ */
  top: 35%; /* オフセット */
  left: 0;
  z-index: 2;
  background: url("../img/common_img/cube.svg");
  background-size: 104px 90px;
}
.recruit_linkArea {
  display: grid;
  grid-template-columns: 1fr 2fr;
  position: relative;
  z-index: 3;
  clip-path: inset(0px round 10px);
  background: #05314E;
}
.recruit_linkArea_1st {
  grid-template-columns: 1fr;
}
.recruit_linkArea_1st img {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  #toplayer #recruit h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .recruit_linkArea {
    grid-template-areas:
      "area1"
      "area2";
  }
}
@media (max-width: 991px) {
  #recruit .container .col-12:not(:last-of-type) .recruit_linkArea {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .recruit_linkArea {
    grid-template-columns: 2fr 2fr;
    grid-template-areas:
      "area1 area2";
    margin-bottom: 1rem;
  }
}
.recruit_linkArea .img_area {
  grid-area: area1;
}
.recruit_linkArea .txt_area {
  grid-area: area2;
  padding: 3rem;
}
@media (min-width: 992px) {
  .recruit_linkArea .txt_area {
    padding: 10%;
  }
}
@media (min-width: 768px) {
  .col-lg-6 .recruit_linkArea .txt_area {
    padding: 5rem 0;
  }
  .col-lg-6 .recruit_linkArea .txt_area p {
    text-align: center;
  }
}
.recruit_linkArea .txt_area p {
  margin-bottom: 0;
}
.col-lg-6 .recruit_linkArea .txt_area p {
  margin-right: 10%;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.recruit_link_main {
  position: relative;
  height: 100%;
  background-image: url("../img/top_img/recruit_main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .recruit_link_main {
    background-position: left;
  }
}
@media (min-width: 1400px) {
  .recruit_link_main {
    background-position: center;
  }
}
.recruit_link_tel {
  position: relative;
  height: 100%;
  background-image: url("../img/top_img/recruit_tel.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit_link_mail {
  position: relative;
  height: 100%;
  background-image: url("../img/top_img/recruit_mail.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit_link_main::after, .recruit_link_tel::after, .recruit_link_mail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(-90deg, #05314E 0 10%, transparent 60%);
}
.recruit_linkArea a, .recruit_linkArea a h2, .recruit_linkArea a h2 span, .recruit_linkArea a h3 {
  color: #fff !important;
  text-decoration: none;
}
/*
  連番スタイル
================================================ */
dl.count {
  counter-reset: tsuyomi;
}
dl.count > dt {
  display: flex;
  line-height: 4rem;
  font-size: 1.8rem;
}
dl.count > dt::before {
  counter-increment: tsuyomi;
  content: counter(tsuyomi);
  background: #285db2;
  color: #fff;
  text-align: center;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  margin-right: 1.2rem;
  flex-shrink: 0;
}
ol.count {
  padding-left: 0;
  counter-reset: tsuyomi;
  font-weight: 800;
}
ol.count > li {
  display: flex;
  align-items: center;
  line-height: 4rem;
  font-size: 1.8rem;
}
ol.count > li::before {
  counter-increment: tsuyomi;
  content: counter(tsuyomi);
  background: #285db2;
  color: #fff;
  text-align: center;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  margin-right: 1.2rem;
  flex-shrink: 0;
}
/* ========================================================
 * RECRUIT／下層ページ
 * ===================================================== */
/*
  メインイメージ
================================================ */
/* ページタイトル */
.page_title_recruit {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page_title_recruit {
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 300px solid transparent;
    border-bottom: 100px solid transparent;
  }
}
.page_title_recruit h1 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px;
}
.page_title_recruit h1 span {
  font-size: 4em !important;
  font-style: italic;
}
.page_title_recruit p {
  display: inline;
  padding: .5em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2A9CEB;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.4;
}
/* ヒーローエリア */
.pageTitle_area_recruit {
  position: relative;
  width: 100%;
  height: 50vh;
}
@media (max-width: 991px) {
  .pageTitle_area_recruit {
  background: #036EB8;
  }
}
@media (min-width: 992px) {
  .pageTitle_area_recruit {
    height: 100vh;
  }
}
/* イメージ画像 */
.pageTitle_area_recruit .imgBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.pageTitle_area_recruit .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pageTitle_area_recruit .imgBox img {
  width: 100%;
  height: auto;
  }
}
@media (min-width: 768px) {
  .pageTitle_area_recruit .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* メインイメージ下 */
.pageTitle_area_recruit::before {
  content: "";
  position: absolute;
  width: 100%; /* 文字の長さに合わせる */
  height: 50px; /* 線の太さ */
  bottom: -50px; /* オフセット */
  left: 0;
  background: #036EB8;
  background-size: 104px 90px;
}
.pageTitle_area_recruit::after {
  content: "";
  position: absolute;
  width: 100%; /* 文字の長さに合わせる */
  height: 50px; /* 線の太さ */
  bottom: -50px; /* オフセット */
  left: 0;
  background: url("../img/common_img/cube.svg");
  background-size: 104px 90px;
}
/*
  ページ内リンク
================================================ */
.pageLink_area_recruit {
  height: 100%;
  padding-bottom: 50px;
  background: #eaecec;
}
.pageLink_area_recruit ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: calc(90px * 2);
  padding-left: 0;
  list-style: none;
  background: #eaecec;
  text-align: center;
}
.pageLink_area_recruit ul li {
  width: calc(100% / 2 - (15px * 2));
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .pageLink_area_recruit ul li {
    width: calc(100% / 3 - (15px * 3));
  }
}
@media (min-width: 1200px) {
  .pageLink_area_recruit ul li {
    width: calc(100% / 5 - (5px * 5));
  }
}
.pageLink_area_recruit ul li a {
  font-family: "soleil", sans-serif;
  display: inline-block;
  width: 100%;
  padding: 1em 5px;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 10px 10px 23px #d3d3d3, -10px -10px 23px #ffffff;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
.pageLink_area_recruit ul li a:hover {
  text-decoration: none;
}
.pageLink_area_recruit ul li a:active {
  box-shadow: inset 9px 9px 18px #d3d3d3, inset -9px -9px 18px #ffffff;
}
.pageLink_area_recruit ul li a span {
  display: block;
}
.pageLink_area_recruit ul li a span.en {
  font-size: 1.15em;
  color: #036EB8;
}
.pageLink_area_recruit ul li a span.ja {
  font-size: .6em;
  color: #8B8B8B;
}
/*
  Message / 採用メッセージ
================================================ */
#recruitMessage {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  #recruitMessage {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
#recruitMessage .container {
  position: relative;
}
/*
  Our Office / 社内風景
================================================ */
#ourOffice {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #EBECED;
}
@media (min-width: 992px) {
  #ourOffice {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 1025px) {
  #ourOffice .col-lg-4 {
    position: relative;
  }
  #ourOffice h2 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#ourOffice hr {
  border: none;
  max-width: 1350px;
  width: 100%;
  height: 6px;
  margin: 5rem auto;
  padding: 0;
  background: url("../img/common_img/nami_light.svg") repeat-x bottom left / auto 6px;
}
/*
  スライダー
================================================ */ :root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #036EB8;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}
img {
  border: 0;
  margin: 0;
}
figure {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0;
}
.l-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
[class*=swiper]:focus {
  outline: none;
}
.slide-media, .thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img, .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #05314E;
}
.swiper-button-prev::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #fff;
}
.swiper-button-next::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.card02 {
  overflow: hidden;
}
.card02 .swiper {
  overflow: visible;
}
.swiper-controller {
  display: flex;
  flex-direction: column; /* 全体を縦方向に配置 */
  align-items: flex-end; /* 全体を右端に寄せる */
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
.swiper-button-controller_box {
  display: flex; /* 横並び */
  gap: 1.6rem; /* ボタン同士の間隔 */
}
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: var(--transition);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  background: #036EB8;
}
.swiper-pagination {
  display: flex;
  flex-wrap: wrap; /* 二段組み */
  justify-content: flex-end; /* ページネーションを右端に寄せる */
  gap: 1.2rem 0.8rem;
  margin: 0 0 0 auto;
  text-align: center;
}
.card02 .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.card02 .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}
.card02 .swiper-button-prev, .card02 .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.card02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.card02 .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
  box-shadow: var(--box-shadow-inset);
}
.card02 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.card02 .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 10px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.card02 .slide-media {
  padding-top: 62.5%;
}
.card02 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
.card02 .slide-content {
  padding: 3.2rem;
}
@media only screen and (max-width: 1024px) {
  /*
  html {
    -webkit-text-size-adjust: 100%;
  }
	*/
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  /*
  html {
    font-size: 50%;
  }
	*/
  .pc-tab {
    display: none !important;
  }
  .card02 .slide {
    width: 24rem;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .card02 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card02 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card02 .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
  }
  .card02 .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
/*
  Staff Interview / 社員インタビュー
================================================ */
#interviewPage {
  margin-bottom: 5rem;
}
#staffInterview {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  #staffInterview {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
ul.staff_list {
  list-style: none;
}
@media only screen and (min-width: 1200px) {
  ul.staff_list {
    grid-gap: 80px;
  }
}
@media only screen and (max-width: 991px) {
  ul.staff_list li:nth-of-type(n+2) {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  ul.staff_list li:nth-of-type(n+3) {
    margin-top: 80px;
  }
}
ul.staff_list li dl dt {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.428rem;
}
ul.staff_list li dl dd {
  display: flex; /* 横並びにする */
  justify-content: space-between; /* pを左、span.btnを右寄せ */
  align-items: center; /* 縦方向を中央揃え */
  margin-top: 2rem;
  font-size: .888em;
}
ul.staff_list li dl dd p {
  flex: 1; /* 左側のpが自然に左詰めされるように設定 */
  text-align: left; /* 左寄せ（念のため） */
}
ul.staff_list li dl dd span.btn {
	width: 50%;
  margin-left: auto; /* pからの間隔を空ける */
}
ul.staff_list li .btn a {}
#underlayer #recruit section {
  margin-bottom: 5rem;
}
#underlayer #recruit .clip_imgBox_square {
  position: relative;
  overflow: hidden;
  clip-path: inset(0px round 10px);
}
#underlayer #recruit .clip_imgBox_square img {
  height: auto;
  transition: transform .6s ease;
}
#underlayer #recruit .clip_imgBox_square:hover img {
  transform: scale(1.1); /* 拡大 */
}
@media (max-width: 991px) {
  #underlayer #recruit .btn {
    margin-top: 1.5rem;
  }
}
/* インタビュー動画 */
#staffInterview .interview_movie {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  #staffInterview .interview_movie {
    margin-top: 10rem;
  }
}
.interview_movie h3 {
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1em;
  font-size: 1.5rem;
  text-align: center;
}
#staffInterview .interview_movie h3 {
  color: #fff !important;
}
@media (min-width: 768px) {
  .interview_movie h3 {
    font-size: 2.5rem;
  }
}
.interview_movie h3 span {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 768px) {
  .interview_movie h3 span {
    font-size: .888rem;
  }
}
.movie_box {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.movie_box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  z-index: 100;
  background-image: url("../recruit/img/play.svg");
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 992px) {
  .movie_box::after {
    width: 100px;
    height: 100px;
  }
}
.movie_box:hover::after {
  cursor: pointer;
}
.movie_box img {
  width: 100%;
  height: auto;
  transition: .4s ease;
  filter: brightness(60%);
  opacity: .9;
}
.movie_box img:hover {
  cursor: pointer;
  filter: none;
  opacity: 1;
}
.ed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  z-index: 9999;
}
div#modalOverlay {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
}
.ed-closeModal {
  position: absolute;
  top: -35px;
  right: 5px;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
}
.ed-closeModal::before, .ed-closeModal::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}
.ed-closeModal::before {
  left: 0;
}
.ed-closeModal::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
}
.modalContent {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}
.video_int {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  filter: drop-shadow(0px 2px 5px #313131);
}
.video iframe, .video_int iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/*
  職場紹介
================================================ */
ul.environment_list {
  list-style: none;
}
ul.environment_list > li > dl > dt, ul.environment_list li p {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0b318f;
}
/* 表展開 */
.accordion {}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title, .toggle_contents {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  margin-bottom: 0;
  padding: 1em 1em 1em 3em;
  display: block;
  color: #fff;
  font-weight: 800;
  background: #3B90C4;
}
.title::after, .title::before {
  content: "";
  position: absolute;
  left: 1.25em;
  top: 1.5em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.toggle_contents {
  max-height: 0;
  overflow: hidden;
}
.toggle:checked + .title + .toggle_contents {
  max-height: 9999px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
.toggle_contents table.colType {
  border: 1px solid #0B318F;
}
.toggle_contents table.colType tr {
  border: 1px solid #0B318F;
  background: #ccffcc;
}
.toggle_contents table.colType tr th {
  color: #1E458D;
  background: #E5ECF9;
}
.toggle_contents table.colType tr td ul {
  margin-bottom: 0;
}
/* ========================================================
 * RECRUIT／下層ページ／社員インタビュー
 * ===================================================== */
/*
  ページタイトル
================================================ */
/* ヒーローエリア */
.pageTitle_area_interview {
  position: relative;
  width: 100%;
  height: 50vh;
}
@media (min-width: 992px) {
  .pageTitle_area_interview {
    height: 100vh;
  }
}
/* img部分 */
.pageTitle_area_interview .imgBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
.pageTitle_area_interview .imgBox img {
    margin-top: 68px;
  }
}
.pageTitle_area_interview .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .pageTitle_area_interview .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.interview_deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.388rem;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
}
.interview_deco span {
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
  color: #fff !important;
  font-size: .777rem;
}
/* インタビュータイトル */
.page_title_interview {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 1140px;
  padding: 1.5rem 2rem 1rem;
  border-radius: 20px 20px 0px 0px;
  background: rgba(255, 255, 255, .6);
}
@media (min-width: 992px) {
.page_title_interview {
  padding: 3rem 5rem;
  background: #fff;
  }
}
.interview_num {
  font-size: .8rem;
  color: var(--main_blue) !important;
}
@media (max-width: 991px) {
.interview_num {
	display: block;
  margin-bottom: .8em !important;
  }
}
.page_title_interview h1 {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .page_title_interview h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.h1Box_interview_ProfBox {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
@media (max-width: 991px) {
.h1Box_interview_ProfBox {
  margin-bottom: .8em;
}
}
.interview_name {
  width: 3em;
  font-size: 1.5rem !important;
}
@media (min-width: 992px) {
.interview_name {
  font-size: 2.222rem !important;
}
}
.interview_Profile {
  border-left: 1px solid var(--main_blue);
  padding-left: 1rem;
}
.interview_name, .interview_Profile {
  color: var(--main_blue) !important;
}
.h1Box_interview_comment {
  flex: 2;
  color: var(--text_color) !important;
  line-height: 2 !important;
}
@media (min-width: 992px) {
.h1Box_interview_comment {
  font-size: 1.222rem !important;
  }
}
/*
  インタビュー内容
================================================ */
#interviewDetail {
  background: #fff;
}
ul.interview_list > li {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  ul.interview_list > li {
  display: flex;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
ul.interview_list > li img {
  flex-shrink: 0;
}
@media (max-width: 991px) {
ul.interview_list > li img {
  margin-bottom: 1rem;
}
}
@media (min-width: 992px) {
ul.interview_list > li img {
  max-width: calc(100% / 1.6 - 15px);
}
}
ul.interview_list > li:nth-child(even) {
  flex-direction: row-reverse;
}
ul.interview_list > li dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
ul.interview_list > li:nth-child(odd) dl {
  padding-left: 30px;
}
ul.interview_list > li:nth-child(even) dl {
  padding-right: 30px;
}
	}
.interview_list dl dt {
  margin-bottom: 1rem;
  font-size: 1.111rem;
  color: var(--main_blue);
}
div.interview_list {
  position: relative;
}
div.interview_list img {
  display: block;
  position: relative;
  margin: 0 auto;
}
div.interview_list dl {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 90%;
  max-width: 850px;
  margin-bottom: 0;
  padding: 2rem;
  border-radius: 10px;
  background: #fff;
}
div.interview_list dl dt {
  text-align: center;
}
/* インタビューメッセージ */
@media (min-width: 992px) {
.interview_message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
}
.interview_message img {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
}
.interview_message dl {
  width: 100%;
  padding: 3rem 0;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 992px) {
.interview_message dl {
  position: absolute;
  left: 50%;
  bottom: 0; /* 一旦 bottom を 0 に */
  transform: translate(-50%, 50%); /* 半分下にずらす */
  width: 80%;
  padding: 3rem 10%;
  background: #fff;
  border-radius: 10px;
}
}
.interview_message dl dt {
  margin-bottom: 1rem;
  font-size: 1.111rem;
  color: var(--main_blue);
}
@media (min-width: 992px) {
.interview_message dl dt {
  text-align: center;
}
}
.interview_message dl dd p:last-of-type {
  margin-bottom: 0;
}
/* インタビュー動画 */
#interviewDetail .interview_movie {
  margin-top: 0rem;
  padding-bottom: 5rem;
  background: linear-gradient(-180deg, #fff 0%, #fff 40%, #EBECED 40%, #EBECED 100%);
}
@media (min-width: 992px) {
  #interviewDetail .interview_movie {
    margin-top: 15rem;
    padding-bottom: 10rem;
  }
}
.movie_box {
  max-width: 900px;
  margin: 0 auto;
}
#interviewDetail .btn {
  margin-top: 2rem;
  text-align: center;
}
#interviewDetail .btn a {
  text-align: left;
}
.btn_area {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #EBECED;
  text-align: center;
}
/*
  福利厚生
================================================ */
#welfare {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  #welfare {
    padding-top: 5rem;
  }
}
.welfare_contents section {
  padding-bottom: 2rem;
  background: url("../img/common_img/nami_light.svg") repeat-x bottom left / auto 5px;
}
.welfare_contents section:nth-of-type(n+2) {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .welfare_contents section {
    padding-bottom: 4rem;
  }
  .welfare_contents section:nth-of-type(n+2) {
    padding-top: 4rem;
  }
  .welfare_contents section:last-of-type {
    background: none;
  }
}
.welfare_contents h3 {
  display: inline !important;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.333rem !important;
  text-align: left !important;
}
.welfare_contents h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  display: inline-block;
  background-color: var(--main_blue);
}
.welfare_contents p {
  margin-bottom: 0;
}
.welfare_contents img {
  margin-top: 1rem;
}
/*
  募集要項
================================================ */
.tab_menu {
  z-index: 2;
  position: relative;
  width: calc(100% / 2 - 10px * 2 - 4px);
  margin: 0 5px;
  padding: 1em;
  background: #006487;
  float: left;
  font-weight: bold;
  text-align: center;
  transition: all .3s ease;
  border: solid 2px var(--main_blue);
  border-radius: 30px 30px 0 0;
  color: #a2b7bc;
  cursor: pointer;
  box-sizing: border-box;
}
.tab_menu:first-of-type {
  margin: 0 5px 0 20px;
}
input:checked + .tab_menu {
  color: #fff;
  background: var(--main_blue);
  border-bottom: solid 2px var(--main_blue);
}
input[name="tab_menu"] {
  display: none;
}
.tab_content {
  display: none;
  z-index: 1;
  clear: both;
  border: solid 2px var(--main_blue);
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  position: relative;
  top: -2px;
  background: var(--main_blue);
}
@media (min-width: 992px) {
  .tab_content {
    display: none;
    z-index: 1;
    padding: 50px;
  }
}
#tab_chuto:checked ~ #tab_chuto_box, #tab_shinsotsu:checked ~ #tab_shinsotsu_box {
  display: block;
}
/*
  募集要項
================================================ */
#requirement {
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  #requirement {
    padding-bottom: 10rem;
  }
}
ul.boshu_area {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.boshu_area .boshu_box {
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0 10%;
  margin-top: 3rem;
  border-radius: 10px;
  background: var(--main_blue);
}
ul.boshu_area .boshu_box input {
  display: none;
}
/* 質問 */
ul.boshu_area .boshu_box label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em;
  cursor: pointer;
  border-radius: 10px;
  color: #fff;
  background: var(--main_blue);
  box-shadow: 10px 10px 23px #035e9c, -10px -10px 23px #037fd4;
}
ul.boshu_area .boshu_box label:hover {
  transition: all 0.3s;
}
/* --質問のアイコン */
ul.boshu_area .boshu_box label span.arrow {
  content: "";
  margin: auto;
  position: absolute;
  top: 1em;
  right: 1em;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background: #fff;
  transition: .3s;
}
ul.boshu_area .boshu_box label span.arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: calc(50% - 3px);
  left: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid var(--main_blue);
  transform: translateY(-50%) rotate(-45deg);
  transition: .3s;
}
/* 答え */
ul.boshu_area .boshu_box .requirement_content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 1em;
  border-radius: 0 0 10px 10px;
  transition: max-height 0.2s;
}
ul.boshu_area .boshu_box .requirement_content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
ul.boshu_area .boshu_box input:checked ~ label {
  box-shadow: inset 10px 10px 23px rgba(3, 127, 212, 1), inset 10px 10px 23px rgba(0, 0, 0, 0.1); /* 上だけ出さない、左右と下を陰つける */
}
/* --答えの高さ */
ul.boshu_area .boshu_box input:checked ~ .requirement_content {
  max-height: 1000em;
  padding: 10%;
  box-shadow: 0px 10px 7px -7px #035e9c, 7px 7px 7px -7px rgba(0, 0, 0, 0.1); /* 上だけ出さない、左右と下を陰つける */
  background: #fff;
}
/* 質問をクリックした時のアイコンの動き */
ul.boshu_area .boshu_box input:checked ~ label {
  color: #fff;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の＋の動き */
ul.boshu_area .boshu_box input[type=checkbox]:checked + label span.arrow {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}
ul.boshu_area .boshu_box input[type=checkbox]:checked + label span.arrow::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}
/* 募集リスト */
.requirement_content dl dt {
  color: var(--main_blue);
}
@media (max-width: 767px) {
  .requirement_content dl dt {
    padding: 10px 20px 5px;
  }
  .requirement_content dl dd {
    padding: 5px 20px calc(.5rem + 10px);
    border-bottom: 1px solid #B6BFC9;
  }
  .requirement_content dl dd:last-of-type {
    border-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .requirement_content dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .requirement_content dl dt, .requirement_content dl dd {
    box-sizing: border-box;
  }
  .requirement_content dl dt {
    display: flex;
    align-items: center;
    width: calc(3px * 74);
    padding: 20px;
    border-bottom: 1px solid #B6BFC9;
  }
  .requirement_content dl dt:last-of-type {
    border-bottom: 0px;
  }
  .requirement_content dl dd {
    display: flex;
    align-items: center;
    width: calc(100% - (3px * 74));
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px;
    border-bottom: 1px solid #B6BFC9;
  }
  .requirement_content dl dd:last-of-type {
    border-bottom: 0px;
  }
}
.requirement_btn {
  display: block;
  width: 100%;
  padding: .5em 1em;
  border: solid 1px var(--main_blue);
  color: var(--main_blue);
  text-align: center;
  transition: .3s;
}
.requirement_btn:hover {
  color: #fff;
  background: var(--main_blue);
  text-decoration: none;
}
/* ===============================================================

  ニュース

=============================================================== */
/*
  ニュース共通
================================================ */
#news {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: calc(5rem + 50px);
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  #news {
    padding-top: calc(10rem + 50px);
    padding-bottom: 10rem;
  }
}
.newslist {
  font-size: .95rem;
}
.newslist ul {
  margin: 0;
  padding: 0;
}
.newslist ul li a {
  position: relative;
  display: flex;
}
.newslist ul li {
  display: flex;
  padding: 25px 0;
  background: url("../img/common_img/nami.svg") repeat-x bottom left / auto 3px;
}
.newslist ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.newslist ul li a:hover {
  width: 100%;
  text-decoration: none;
}
.newslist ul li a time {
  margin-right: 2em;
  font-size: .8em;
  color: #8B8B8B;
}
.newslist ul li a p {
  position: relative;
  width: 100%;
  margin: 0;
  margin-right: calc(2em + 20px);
  padding: 0;
}
.newslist ul li a span.arrow {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg); /* 上下中央配置 */
  right: calc((20px * sqrt(2)) / 4);
  ;
  width: 20px;
  height: 20px;
  background: #036EB8;
  transition: .3s;
}
.newslist ul li a:hover span.arrow {
  right: 0;
  background: #05314E;
}
.newslist ul li a span.arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: calc(50% - 3px);
  left: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: .3s;
}
@media screen and (max-width: 1024px) {
  .news_list_item a {
    display: block;
  }
}
.newslist .newslist_txt {
  margin: 0;
  padding: 5px 20px;
  text-align: left;
}
.newslist .newslist_txt a {
  text-decoration: none;
  transition: .3s;
}
/* レスポンシブ */
@media (max-width: 767px) {
  .newslist {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 10px;
  }
  .newslist li {
    flex-direction: column;
  }
  .newslist .newslist_box {
    padding-left: 0;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .newslist .newslist_txt {
    padding-left: 0;
  }
}
/*
  ニュース下層ページ
================================================ */
.pageTitle_area_news {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .pageTitle_area_news {
    height: 200px;
    background: #036EB8;
  }
}
@media (min-width: 992px) {
  #underlayer main #news {
    padding-top: calc(150px + 5rem);
  }
}
#underlayer #news h2 {
  color: #2567AF;
}
#underlayer main #news h1 {
  margin-bottom: 0;
  margin-bottom: 5rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1em;
  font-size: 2.666rem;
  color: #0075B9;
  text-align: left;
}
@media (min-width: 768px) {
  #underlayer main #news h1 {
    font-size: 3.666rem;
  }
}
#underlayer main #news h1 span {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #333333;
}
@media (min-width: 768px) {
  #underlayer main #news h1 span {
    font-size: 1rem;
  }
}
#underlayer main #news label {
  position: relative;
}
#underlayer main #news label::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
#underlayer main #news select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  width: 300px;
  position: relative;
  padding: 1em;
  border: none;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 10px 10px 23px #d3d3d3, -10px -10px 23px #ffffff;
  outline: none; /* 選択中の枠線を消す */
}
#underlayer main #news select:hover {
  cursor: pointer;
}
#underlayer main #news select:active, #underlayer main #news select:focus {
  box-shadow: inset 9px 9px 18px #d3d3d3, inset -9px -9px 18px #ffffff;
}
.news_contents {
  margin-bottom: 2rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #BEC0C3;
}
.news_contents h1 {
  font-size: 2rem !important;
  font-weight: normal !important;
  color: #333333 !important;
}
.news_contents time {
  display: block;
  margin-bottom: 1.2em;
  font-size: 0.85em;
  color: #8E8E8E;
}
.newsContents_box {
  margin-top: 1.2em;
}
.newsContents_box img {
  margin-bottom: 2em;
}
.newsContents_box p {
  line-height: 2;
  font-size: 0.9em;
}
.newsContents_box .btn a {
  width: 100% !important;
}
.news_back_box {
  text-align: center;
}
.news_back_box a {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: .5em 2em;
  border-radius: 10px;
  background: #F0F0F0;
  box-shadow: 5px 5px 13px #d3d3d3, -5px -5px 13px #ffffff;
  transition: 0.3s;
  font-size: .9em;
  letter-spacing: 0.1em;
}
.news_back_box a:hover {
  color: var(--text_color);
  text-decoration: none;
}
.news_back_box a:active {
  box-shadow: inset 9px 9px 18px #d3d3d3, inset -9px -9px 18px #ffffff;
}
/* ===============================================================

  CONTACTリンク

=============================================================== */
#contact_foot {
  position: relative;
  background-image: url("../img/common/foot_contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
}
.contact_foot_filter {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(30, 69, 133, 0.7);
  background-image: radial-gradient(rgba(30, 69, 133, 0.2) 30%, transparent 31%), radial-gradient(rgba(30, 69, 133, 0.2) 30%, transparent 31%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
#contact_foot h2 {
  color: #fff;
}
#contact_foot a, #contact_foot a:hover {
  text-decoration: none;
  transition: .3s;
}
#contact_foot dl {
  text-align: center;
}
#contact_foot dl dt, #contact_foot dl dd {
  color: #fff;
}
#contact_foot dl dt {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  margin-bottom: .5em;
}
#contact_foot dl dt::before, #contact_foot dl dt::after {
  background: #fff; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
#contact_foot dl dt::before {
  margin-right: 1rem; /* 文字との余白 */
}
#contact_foot dl dt::after {
  margin-left: 1rem; /* 文字との余白 */
}
#contact_foot dl dt img.yajirushi, #contact_foot dl dt img.tel {
  width: 2rem;
  margin-right: .5em;
}
#contact_foot dl dd {
  font-size: .85em;
}
#contact_foot a:hover dl dd, #contact_foot a:hover dl dt {
  text-shadow: 2px 2px 10px #60c2e2, -2px 2px 10px #60c2e2, 2px -2px 10px #60c2e2, -2px -2px 10px #60c2e2;
  transition: .3s;
}
/* ===============================================================

  その他のコンテンツ  

=============================================================== */
/*
aside {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  aside {
    padding-bottom: 7rem;
  }
}
*/
.otherContents h2 {
  margin-bottom: 2rem;
  padding-bottom: .5em;
  border-bottom: 2px solid #2567AF;
  font-size: 1.166em;
  font-weight: bold;
  color: #2567AF;
}
/*
  メニュー
================================================ */
.otherContents ul {
  padding-left: 15px;
  list-style: none;
}
.otherContents ul li.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 100%;
  font-weight: bold;
  color: #2567AF;
  background: #F3FAFF;
  transition: .3s;
}
.otherContents ul li.button01 a {
  text-decoration: none;
}
.otherContents ul li.button01 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #2567AF;
  border-right: 2px solid #2567AF;
  transform: rotate(45deg);
}
.otherContents ul li.button01 a:hover {
  text-decoration: none;
  background: #FFFFCB;
}
/* ===============================================================

  プライバシーポリシー  

=============================================================== */
.policyArea {
  font-size: .95rem;
}
ol.policyBox {
  padding: 0;
  counter-reset: li;
}
ol.policyBox > li {
  position: relative;
  padding-left: 2em;
  list-style: none;
}
ol.policyBox > li:not(:last-of-type) {
  margin-bottom: 3rem;
}
ol.policyBox > li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0075B9;
  counter-increment: li;
  content: counter(li)'.';
}
@media (min-width: 768px) {
  ol.policyBox > li:before {
    font-size: 1.875rem;
  }
}
ol.policyBox > li > dl > dt h2 {
  margin-bottom: 1.5rem !important;
}
ol.policyBox > li > dl > dd > ol {
  padding-left: 1em;
}
ol.policyBox > li > dl > dd > ol > li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.policyBox > li > dl > dd > ol > li::before {
  content: "("counter(cnt) ") ";
}
.policyArea .midashi_M {
  padding-top: .1em;
  font-weight: bold;
  color: #0075B9;
}
@media (min-width: 768px) {
  .policyArea .midashi_M {
    font-size: 1.875rem;
  }
}
/* ===============================================================

  トップへ移動ボタン  

=============================================================== */
#up {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 99;
}
@media (min-width: 768px) {
  #up {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99;
  }
}
#up a {
  display: block;
  opacity: .9;
  transition: all .3s ease;
}
#up a:hover {
  text-decoration: none;
  opacity: .6;
}
@media (max-width: 767px) {
  #up a img {
    width: 80%;
  }
}
/* ===============================================================

  フッター  

=============================================================== */
footer {
  padding-top: 3rem;
  padding-bottom: 0;
  font-size: 12px;
  color: #fff;
  background: #036EB8;
}
@media (min-width: 992px) {
  footer {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  footer .container {
    font-size: 14px;
  }
}
footer dl dt {
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 1.125em;
  font-weight: bold;
}
footer dl dt a {
  color: #fff;
}
footer dl dd a {
  color: #B4B4B5;
}
footer a {
  transition: .3s;
}
footer a:hover {
  color: var(--main_blue);
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .col-xl-4 {
    margin-top: 1rem;
  }
}
footer nav.footNav ul {
  margin: 0;
  padding: 0;
}
footer nav.footNav > ul > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
footer nav.footNav ul li a {
  color: #fff;
}
footer nav.footNav ul.level_1 > li {
  list-style-type: none !important;
  position: relative;
  margin-left: 1.2em;
  line-height: 2.2;
}
footer nav.footNav ul.level_1 > li::before {
  content: "";
  position: absolute;
  display: block;
  top: .7em;
  width: .8em;
  height: .8em;
  left: -1.2em;
  z-index: 2;
  background: #fff;
  transition: all 0.3s;
}
footer nav.footNav ul.level_2 > li {
  list-style-type: none !important;
  position: relative;
  margin-left: 1.2em;
  line-height: 1.8;
}
footer nav.footNav ul.level_2 > li::before {
  content: "-";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: -1.2em;
  z-index: 2;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  address {
    margin-bottom: 2rem;
    text-align: center;
  }
}
address p {
  font-size: 1.3125em;
}
.footLogo_box {
  width: 100%;
}
@media (max-width: 767px) {
  .footLogo_box {
    text-align: center;
  }
}
.footLogo_box img {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .footLogo_box img {
    max-width: 260px;
  }
}
@media (min-width: 768px) {
  .footLogo_box img {
    max-width: 250px;
  }
}
footer .btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 11em;
  padding: 10px 0px 10px 15px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
@media (max-width: 767px) {
  footer .btn a {
    margin: auto;
  }
}
footer .btn a::before {
  width: 0.5em;
  height: 0.5em;
  left: .7em;
  border-top: solid 2px #1E4585;
  border-right: solid 2px #1E4585;
}
footer .btn a::after {
  width: 2em;
  height: 2em;
}
footer .btn a:hover::before {
  left: 1em;
}
.footPolicy {
  margin-top: .5em;
  font-size: .85em;
}
.footPolicy a, .footPolicy a:hover {
  text-decoration: underline;
}
footer small {
  display: block;
  margin-top: 1rem;
  padding: .5em;
  font-size: .85em;
  background: #05314e;
  text-align: center;
}
.copyright {
  margin-top: 3rem;
}
/* ===============================================================

  GSAP

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