@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* ================================================
base
================================================ */
html {
  font-size: 62.5%;
  /*scroll-behavior: auto;*/
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-noScroll { /* ハンバーガーメニュー開閉時 */
  width: 100%;
  height: 100%;
  position: fixed;
}
#wrapper {
  position: relative;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}
a:hover {
  opacity: .7;
  transition: .2s;
}

/* PC / SP
----------------------- */
.pc {display: none;}
.sp {display: block;}
.br_pc {display: none;}
.br_sp {display: inline;}
@media screen and (min-width: 768px) {
	.pc {display: block;}
	.sp {display: none;}
	.br_pc {display: inline;}
	.br_sp {display: none;}
}

/* スマホ幅のときだけtelリンク有効 */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* テキスト関係
----------------------- */
.t_left  {text-align: left;}
.t_center{text-align: center;}
.t_right {text-align: right;}

.fs8  {font-size: .8rem;}
.fs10 {font-size: 1.0rem;}
.fs11 {font-size: 1.1rem;}
.fs12 {font-size: 1.2rem;}
.fs13 {font-size: 1.3rem;}
.fs14 {font-size: 1.4rem;}
.fs15 {font-size: 1.5rem;}
.fs16 {font-size: 1.6rem;}
.fs18 {font-size: 1.8rem;}
.fs20 {font-size: 2.0rem;}
.fs24 {font-size: 2.4rem;}

.red  {color: #e8231a;}
.blue {color: #1E95D4;}

.bold {font-weight: bold!important;}
.fw300 {font-weight: 300;}
.fw500 {font-weight: 500!important;}
.normal {font-weight: normal!important;}

/* 余白
----------------------- */
.mt00 {margin-top:  0px!important;}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mb00 {margin-bottom:  0px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb100 {margin-bottom: 100px!important;}

/* ================================================
	header
================================================ */
.header-nav {
  background-color: #FFF;
  height: 90px;
  padding: 23px 1.5% 23px 1.5%;
  width: 100%;
}
.header-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .header-nav {
    height: 60px;
    padding: 13px 0 12px 3.5%;
  }
  .header-nav.is-fixed {
    z-index: 10; 
  }
}
/* サイトタイトル */
.site-id-wrapper {
  display: inline-block;
}
.site-id {
  display: flex;
  align-items: center;
}
.site-id-text .en {
  font-family: "Roboto", sans-serif;
}
.header-nav .site-id-text {
  font-weight: 700;
  line-height: 1.35;
  padding-left: 20px;
}
.header-nav .site-id-text .jp {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
}
.header-nav .site-id-text .en {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.footer_logo_wrap .site-id-text {
  font-weight: 700;
  line-height: 1.25;
  padding-left: 14px;
}
.footer_logo_wrap .site-id-text .jp {
  font-size: 1.1rem;
  letter-spacing: 0.025em;
}
.footer_logo_wrap .site-id-text .en {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  .header-nav .site-id-img {
    width: 33.6vw;
    max-width: 126px;
    height: auto;
  }
  .header-nav .site-id-text {
    line-height: 1.3;
    padding-left: 12px;
  }
  .header-nav .site-id-text .en {
    font-size: 1.2rem;
  }
  .footer_logo_wrap .site-id {
    display: block;
    text-align: center;
  }
  .footer_logo_wrap .site-id-img {
    width: 210px;
    height: auto;
    margin-bottom: 8px;
  }
  .footer_logo_wrap .site-id-text {
    padding-left: 0;
  }
  .footer_logo_wrap .site-id-text .jp {
    font-size: 1rem;
    padding-right: 1em;
  }
  .footer_logo_wrap .site-id-text .en {
    font-size: 1rem;
  }
  .footer_logo_wrap .site-id-text br {
    display: none;
  }
}

/* ================================================
	グローバルナビ
================================================ */
.gnav-pc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(21 / 15);
  padding: 18px 1.5% 18px 18px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}
.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list li {
  margin-right: 60px;
  white-space: nowrap;
}
.gnav-list a {
  display: block;
}
@media screen and (max-width: 1540px) {
  .gnav-list li {
    margin-right: 6%;
  }
}

/* ドロップダウンメニュー */
.drop-menu {
  cursor: pointer;
  padding-right: 17px;
  position: relative;
}
.drop-menu::after {
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #2EC2D8;
  position: absolute;
  top: 50%;
  right: 0;
}
.drop-menu:hover::after {
  border: 6px solid transparent;
  border-bottom: 6px solid #2EC2D8;
  margin-top: -7px;
}
.drop-menu-list {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: max-content;
  z-index: 1;
}
.drop-menu:hover .drop-menu-list {
  visibility: visible;
}
.drop-menu-list li {
  margin-bottom: 2px;
}
.drop-menu-list li:first-child {
  margin-top: 20px;
}
.drop-menu-list li a {
  background: #48CBDF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
}
.drop-menu-list li a:hover {
  background: #256097;
  opacity: 1;
}
.gnav-sp {
  display: none;
}
.btn-nav {
  display: none;
}
@media screen and (max-width: 1360px) {
  .gnav-pc {
    display: none;
  }
  .gnav-sp {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 4;
    transition: all 0.4s;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 100px 8% 0;
  }
  .gnav-sp .footer_nav_title .jp {
    color: #2EC2D8;
    font-weight: 500;
  }
  .gnav-sp.is-open {
    right: 0;
  }
  .gnav-sp .sns_list {
    width: 100%;
  }
  /* ハンバーガーボタン */
  .btn-nav {
    background-color: #2EC2D8;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .hamburger_line {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
  }
  .hamburger_line::before, .hamburger_line::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: inherit;
    transition: all 0.2s;
  }
  .hamburger_line::before {
    top: -6px;
    right: -6px;
  }
  .hamburger_line::after {
    top: 6px;
    right: 6px;
  }
  /* open時 */
  .btn-nav.is-open .hamburger_line {
    background-color: transparent;
    width: 26px;
  }
  .btn-nav.is-open .hamburger_line::before {
    background-color: #fff;
    top: 0;
    right: 0;
    transform: rotate(45deg);
  }
  .btn-nav.is-open .hamburger_line::after {
    background-color: #fff;
    top: 0;
    right: 0;
    transform: rotate(-45deg);
  }
  .screen_reader_text {
    display: none;
  }
}

/* ================================================
	フッターRECRUITリンク
================================================ */
.f_recruit_wrap {
  background: url("../images/common/bg_f_recruit.jpg") no-repeat 50% 50%;
  background-size: cover;
  min-height: 611px;
  width: 100%;
}
.f_recruit_content {
  margin-left: auto;
  padding: 66px 0 0;
  width: 50%;
}
.f_recruit_title {
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 15px;
  position: relative;
}
.f_recruit_title a {
  color: #fff;
}
.f_recruit_title .jp {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
.f_recruit_title .en {
  font-family: "Roboto", sans-serif;
  font-size: 10.8rem;
  font-style: italic;
  font-weight: 800;
}
.recruit_link_arrow {
  border: 1px solid #fff;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 26px;
  right: 56px;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1135px) {
  .f_recruit_title .jp {
    margin-top: 18px;
  }
  .f_recruit_title .en {
    font-size: 8rem; 
  }
  .recruit_link_arrow {
    bottom: 15px;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .f_recruit_wrap {
    background: url("../images/common/bg_f_recruit_sp.jpg") no-repeat 50% 50%;
    background-size: cover;
    min-height: auto;
    padding: 0 4.8% 30px;
  }
  .f_recruit_content {
    padding: 18px 0 0;
    width: 100%;
  }
  .f_recruit_title {
    display: block;
    margin-bottom: 32px;
    text-align: right;
  }
  .f_recruit_title .jp {
    font-size: 1.8rem;
    margin-top: 3px;
  }
  .f_recruit_title .en {
    font-size: 5.2rem;
  }
  .recruit_link_arrow {
    display: none; 
  }
}
.f_recruit_link li:not(:last-child) {
  margin-bottom: 15px;
}
.f_recruit_link li a {
  background-color: rgba(255, 255, 255, 0.85);
  color: #256097;
  font-size: 1.8rem;
  font-weight: 700;
  height: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.f_recruit_link li a:hover {
  opacity: 1;
}
.f_recruit_link .link_flow a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 35px;
  background-image: url("../images/common/icon_note.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 20px;
}
.f_recruit_link .link_faq a::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 40.5px;
  background-image: url("../images/common/icon_faq.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 17px;
}
.f_recruit_link .link_contact a::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 26px;
  background-image: url("../images/common/icon_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .f_recruit_link li:not(:last-child) {
    margin-bottom: 10px;
  }
  .f_recruit_link li a {
    font-size: 1.4rem;
    height: 60px;
  }
  .f_recruit_link .link_flow a::before {
    width: 20px;
    height: 23px;
    padding-right: 12px;
  }
  .f_recruit_link .link_faq a::before {
    width: 30px;
    height: 27px;
    padding-right: 12px;
  }
  .f_recruit_link .link_contact a::before {
    width: 30px;
    height: 22px;
    padding-right: 12px;
  } 
}

/* ================================================
	footer
================================================ */
.footer {
  margin-top: 102px;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: calc(1100px + 9.6%);
  padding: 0 4.8%;
}
/* ロゴ＋SNS部分 */
.footer_logo_wrap {
  width: 37%;
  min-width: 350px;
}
/* コーポサイトへのリンク */
.corp_link {
  font-size: 1rem;
  margin: 72px 0 60px;
}
.corp_link li {
  margin-bottom: 20px;
}
.corp_link a {
  position: relative;
}
.corp_link a::after {
  content: url("../images/common/icon_exlink.svg");
  width: 12px;
  height: auto;
  display: inline-block;
  margin-left: 8px;
}
/* SNSリンク */
.sns_list {
  display: flex;
  column-gap: 62px;
}
@media screen and (max-width: 1135px) {
  .footer_inner {
    padding: 0 4.8%;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    margin-top: 30px;
  }
  .footer_inner {
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .footer_logo_wrap {
    width: 100%;
  }
  .corp_link {
    margin: 30px 0 44px;
    text-align: center;
  }
  .sns_list {
    justify-content: center;
    column-gap: 52px;
    margin-bottom: 70px;
  }
}
/* フッターナビ */
.footer_nav {
  border-left: 1px solid rgba(112, 112, 112, 0.3);
  margin-bottom: 90px;
  padding: 0 0 20px 6%;
  width: 63%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 130px;
}
.footer_nav_item:not(:nth-of-type(3n)) {
  margin-right: 12%;
}
.footer_nav_title {
  margin: -8px 0 28px;
}
.footer_nav_title .en {
  color: #2EC2D8;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-right: 14px;
}
.footer_nav_title .jp {
  font-size: 1.1rem;
}
.footer_nav_list li {
  font-size: 1.3rem;
  letter-spacing: 0.013em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.footer_nav_list a {
  position: relative;
}
.footer_nav_list a::before {
  content: "–";
  padding-right: .2em;
}
.footer_nav_text {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 52px;
}
/* コピーライト */
.f_copyright {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin: 0 30px 25px;
  padding-right: 2%;
  text-align: right;
}
@media screen and (max-width: 1360px) {
  .footer_nav {
    padding-left: 30px;
    row-gap: 50px;
  }
  .footer_nav_item:not(:nth-of-type(3n)) {
    margin-right: 6%;
  }
  #gnav .footer_nav_item {
    width: 32%;
    min-width: 150px;
  }
  #gnav .footer_nav_item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .footer_nav {
    background-color: rgba(193, 193, 193, 0.13);
    border-left: none;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 40px 30px;
    width: 100%;
    row-gap: 0;
  }
  .footer_nav_item {
    width: 45%;
  }
  #gnav .footer_nav_item {
    width: 45%;
  }
  .footer_nav_item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .footer_nav_title {
    margin: 0 0 18px;
  }
  .footer_nav_title span {
    display: block;
  }
  .footer_nav_title .en {
    padding-right: 0; 
  }
  .footer_nav_title .jp {
    font-size: 1rem;
  }
  .footer_nav_list li {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
  .footer_nav_text {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  .f_copyright {
    margin-bottom: 65px;
    text-align: center;
  }
}

/* ページトップへ */
.f_pagetop a {
  background: #2EC2D8;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  height: 48px;
  letter-spacing: 0.1em;
  line-height: 48px;
  position: relative;
  text-align: center;
}
.f_pagetop a::after {
  content: url("../images/common/icon_pagetop.svg");
  width: 12px;
  height: auto;
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width: 960px) {
  .f_pagetop a {
    display: none;
  }
}

/* ================================================
	パンくず
================================================ */
.breadcrumb {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.12em;
  max-width: calc(1960px + 6%);
  margin: 110px auto 30px;
  padding: 0 3%;
  padding-left: 60px;
}
.breadcrumb li:not(:last-child):after {
  color: #000;
  content: "/";
  padding: 0 1em;
}
@media screen and (max-width: 960px) {
  .breadcrumb {
    display: none;
  }
}

/* ================================================
	共通パーツ
================================================ */
main {
  padding-top: 90px; /* ヘッダー分 */
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.initial {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1135px) {
  main {
    padding-top: 60px; /* ヘッダー分 */
  }
  .inner {
    padding: 0 4.8%;
  }
}
/* 下部ページタイトル */
.lowerpage_title_wrap {
  background-image: url("../images/common/bg_title_left.png"), url("../images/common/bg_title_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 30.2% auto, 21.4% auto;
  margin-bottom: 60px;
  padding-top: 106px;
  text-align: center;
}
.lowerpage_title {
  background: url("../images/common/bg_title_line.png") no-repeat 50% 50%;
  background-size: 280px auto;
  color: #47CCDF;
  margin: 0 0 46px;
  height: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lowerpage_title .en {
  font-family: "Roboto", sans-serif;
  font-size: 14rem;
  font-style: italic;
  font-weight: 800;
  line-height: 160px;
  margin-left: -8px;
}
.lowerpage_title .jp {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  position: absolute;
  bottom: 14px;
}
.lowerpage_lead {
  font-size: 1.8rem;
  font-weight: 700;
}
.recruit .lowerpage_title_wrap {
  padding-bottom: 50px;
}
@media screen and (max-width: 1135px) {
  .lowerpage_title .en {
    font-size: 10rem;
  }
  .recruit .lowerpage_title_wrap {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .lowerpage_title_wrap {
    background-size: 38.4% auto, 25% auto;
    margin-bottom: 35px;
    padding-top: 29px;
  }
  .lowerpage_title {
    background-size: 54px auto;
    margin: 0 0 46px;
    height: 48px;
  }
  .lowerpage_title .en {
    font-size: 2.6rem;
    line-height: 32px;
  }
  .lowerpage_title .jp {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    bottom: -10px;
  }
  .lowerpage_lead {
    color: #313132;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: calc(24 / 13);
  }
}
/* 三角背景 */
.bg_triangle_sec {
  background: url("../images/common/bg_triangle_sec.png") no-repeat 0 146px;
  padding: 100px 0 0;
}
.bg_triangle_sec h2 {
  color: #256097;
  line-height: 1.1;
  margin-bottom: 70px;
}
.bg_triangle_sec h2 .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  font-style: italic;
  font-weight: 600;
}
.bg_triangle_sec h2 .jp {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .bg_triangle_sec {
    background: url("../images/common/bg_triangle_sec_sp.png") no-repeat 0 20px;
    background-size: contain;
    padding: 0;
  }
  .bg_triangle_sec h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .bg_triangle_sec h2 .en {
    font-size: 3.6rem;
  }
  .bg_triangle_sec h2 .jp {
    font-size: 1.4rem;
  }
}

/* ================================================
	トップページ
================================================ */
/* スライドショー */
.mv {
  position: relative;
  margin-bottom: 100px;
}
.mv-slider img {
  height: calc(100vh - 90px);
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .mv {
    margin-bottom: 0;
    overflow: hidden;
  }
  .mv-text {
    left: 0;
    right: 0;
    top: 40%;
    transform: translate(0, -50%);
    margin: 0 6.1%;
    text-align: center;
  }
}
/* slide画像左右分け */
.mv-slider_wrap {
  display: flex;
}
.mv-slider_left,
.mv-slider_right {
  width: 50%;
}
.mv-slider_left img,
.mv-slider_right img {
  height: calc(100vh - 90px);
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

/* メッセージ */
.home-message {
  padding: 30px 0 140px;
  background-image: url("../images/common/bg_top_left.png"), url("../images/common/bg_top_right.png"), url("../images/common/bg_home_sec01.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 220px, right top, right bottom;
  background-size: 17.7%, 25%, auto;
}
.home-message-text {
  margin: 0 0 135px;
}
.home-message-text p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(56 / 18);
  text-align: center;
}
.home-message-text p:not(:last-child) {
  margin-bottom: 5.6rem;
}
.home-message-movie {
  padding: 0 4.8%;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
iframe[src*="youtube.com"], iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.mv-slider_wrap_sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .mv-slider_wrap {
    display: none;
  }
  .mv-slider_wrap_sp {
    display: block;
  }
  .home-message {
    background: none;
    background-image: url("../images/common/bg_home_sec01_sp.png");
    background-repeat: no-repeat;
    background-position: right -10px bottom 0;
    background-size: contain;
    padding: 47px 0 30px;
    position: relative;
  }
  .home-message::before {
    content: "";
    display: inline-block;
    width: 135px;
    height: 208px;
    background-image: url("../images/common/bg_top_left_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 260px;
    z-index: -1;
  }
  .home-message::after {
    content: "";
    display: inline-block;
    width: 187px;
    height: 205px;
    background-image: url("../images/common/bg_top_right_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -90px;
  }
  .home-message-text {
    margin: 0 0 110px;
    position: relative;
    z-index: 2;
  }
  .home-message-text p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: calc(28 / 14);
  }
  .home-message-text p:not(:last-child) {
    margin-bottom: 28px;
  }
  .home-message-movie {
    margin-top: -4px;
    padding: 0 4.8%;
    text-align: center;
  }
}
/* NEWS */
.home-news {
  background-color: #FFF069;
  padding: 120px 0 100px;
}
.home-news .inner {
  max-width: calc(780px + 6%);
  margin: 0 auto;
  padding: 0 3%;
}
.home-news-title {
  font-family: "Roboto", sans-serif;
  font-size: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 18px;
  margin: -10px 0 18px;
  text-align: center;
}
.home-news-title h2 {
  display: inline;
  font-weight: 600;
  padding-left: 53px;
  position: relative;
}
.home-news-title .arrow {
  font-size: 2rem;
  font-weight: normal;
  width: 35px;
  height: 35px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-news-title .arrow a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .home-news {
    padding: 24px 0;
  }
  .home-news .inner {
    padding: 0 4.8%;
  }
  .home-news-title {
    column-gap: 10px;
    margin: 0;
  }
  .home-news-title h2 {
    font-size: 2.9rem;
    margin-bottom: -4px;
    padding-left: 44px;
  }
  .home-news-title .arrow {
    width: 32px;
    height: 32px;
  }
}
.news-list > li {
  letter-spacing: 0.025em;
  padding: 40px 0;
}
.news-list > li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.news-list a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.news-list .date {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 0 77px;
  padding: 0 27px;
}
.news-list .title {
  margin-left: 18px;
}
@media screen and (max-width: 960px) {
  .news-list > li {
    padding: 20px 0 18px;
  }
  .news-list > li:last-child {
    padding-bottom: 0;
  }
  .news-list a {
    display: block;
  }
  .news-list .date {
    font-size: 1.2rem;
    margin: 0;
    padding: 3px 27px;
  }
  .news-list .title {
    margin: 14px 0 0;
  }  
}
/* 枠共通 */
.home-sec .content-title {
  background: url("../images/common/bg_title_line.png") no-repeat 96px 50%;
  background-size: 280px;
  color: #47CCDF;
  height: 250px;
  position: relative;
  z-index: 2;
  padding-top: 24px;
}
.home-sec .content-title .jp {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: -8px 0 -3px 5px; 
}
.home-sec .content-title .en {
  font-family: "Roboto", sans-serif;
  font-size: 12rem;
  font-weight: 800;
  font-style: italic;
  line-height: 144px;
  margin-left: -10px;
  width: calc(100% + 10px);
}
.home-sec .content-text {
  background-color: #47CCDF;
  color: #fff;
  margin-top: -69px;
  padding: 110px 0 94px 60px;
  width: 890px;
}
.home-sec .content-text p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(48 / 18);
  margin-bottom: 40px;
}
.more_link {
  width: 240px;
}
.more_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 190px;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.more_link a::after {
  background: #256097;
  color: #fff;
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 190px;
}
@media screen and (max-width: 960px) {
  .home-sec .content-title {
    background: url("../images/common/bg_title_line.png") no-repeat 44px 50%;
    background-size: 125px;
    height: 110px;
    padding: 0;
  }
  .home-sec .content-title .jp {
    font-size: 1.8rem;
    margin-left: 7px;
  }
  .home-sec .content-title .en {
    font-size: 5.2rem;
    line-height: 68px;
    margin-left: 0;
    width: 100%;
  }
  .home-sec .content-text {
    margin-top: -24px;
    margin-left: -5.3%;
    padding: 50px 16px 50px 5.3%;
    width: auto;
  }
  .home-sec .content-text p {
    font-size: 1.4rem;
    line-height: calc(24 / 14);
    margin: -2px;
    margin-bottom: 25px;
    padding-left: 2px;
  }
  /*.home-sec .more {
    text-align: right;
  }
  .home-sec .more img {
    width: 190px;
    height: 31px;
    object-fit: cover;
  }*/
  .home-sec .more_link {
    margin-left: auto;
    width: 192px;
  }
  .home-sec .more_link a {
    height: 32px;
    width: 160px;
    font-size: 1.2rem;
  }
  .more_link a::after {
    width: 32px;
    height: 32px;
    left: 160px;
    font-size: 1.8rem;
  }
}
/* TOP SERVICE 人と仕事を知る */
.home-service {
  background: url("../images/common/bg_home_sec01.png") no-repeat bottom right;
  padding-top: 140px;
  position: relative;
}
.home-service::after {
  content: "";
  display: inline-block;
  width: 17.7%;
  height: 525px;
  background-image: url("../images/common/bg_pattern01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -222px;
  right: 0;
  z-index: 1;
}
.home-service .inner {
  padding: 0 0 80px;
  position: relative;
}
.home-service .content-text {
  height: 570px;
}
.home-service_list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.home-service_list li {
  background-color: #fff;
  max-width: 490px;
  position: relative;
}
.home-service_list li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1135px) {
  .home-service .inner {
    padding: 0 4.8%;
  }
  .home-service_list {
    width: 40%; 
  }
  .home-service .content-text {
    height: 460px;
  }
  .home-service::after {
    bottom: -420px;
  }
}
@media screen and (max-width: 960px) {
  .home-service {
    background: url("../images/common/bg_home_sec02_sp.png") top right no-repeat;
    background-size: 100% auto;
    padding-top: 58px;
  }
  .home-service::after {
    background: none;
    width: 0;
    height: 0;
  }
  .home-service .inner {
    padding: 0 4.8%;
  }
  .home-service .content-text {
    height: auto;
    padding-bottom: 75px;
  }
  .home-service_list {
    margin: -75px 0 0 0;
    position: relative;
    width: 100%;
  }
  .home-service_list li:not(:last-child) {
    margin-bottom: 4px;
  }
}
/* TOP PERSON & JOB 人と仕事を知る */
.home-person {
  background: url("../images/common/bg_home_sec02.png") no-repeat top left;
  padding-top: 100px;
  padding-bottom: 290px;
  position: relative;
}
.home-person::after {
  content: "";
  display: inline-block;
  width: 17.7%;
  height: 448px;
  background-image: url("../images/common/bg_pattern02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -190px;
  left: 0;
}
.portrait_thumb {
  line-height: 0;
  margin-top: 37px;
  width: 430px;
}
.portrait_thumb li {
  background-color: #fff;
  margin-right: 23px;
  width: 120px;
}
.portrait_big {
  position: absolute;
  bottom: -1px;
  right: 0;
  line-height: 0;/* slick下の余白を消す */
  width: 670px;
}
.portrait_big li {
  background-color: #fff;
}
@media screen and (max-width: 1360px) {
  .home-person::after {
    bottom: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 1135px) {
  .home-person {
    background-position: top center;
  }
  .home-person::after {
    bottom: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 960px) {
  .home-person {
    background: url("../images/common/bg_home_sec03_sp.png") top right no-repeat;
    background-size: 100% auto;
    padding: 54px 0 0;
    overflow: hidden;
  }
  .home-person::after {
    background: none; 
  }
  .portrait_thumb {
    margin: 18px 11px 0 -5px;
    width: auto;
  }
  .portrait_thumb li {
    margin: 0 5px;
    width: 100%;
  }
  .portrait_thumb li:last-child {
    margin-right: 0;
  }
  .portrait_thumb img {
    width: auto;
  }
  .portrait_big {
    margin: -25px 16px 0 0;
    position: relative;
    width: auto;
  }
  .portrait_big img {
    width: 100%;
  }
}

/* TOP COMPANY 会社を知る */
.home-company {
  margin-top: -112px;
  position: relative;
}
.home-company::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1080px;
  background-image: url("../images/common/bg_home_sec01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -72px;
  left: 0;
  z-index: -1;
  background-position: top 0 left 100%;
}
.home-company::after {
  content: "";
  display: inline-block;
  width: 17.7%;
  height: 525px;
  background-image: url("../images/common/bg_pattern01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -342px;
  right: 0;
  z-index: 2;
}
.home-company .content-text {
  height: 570px;
}
.home-company_img {
  position: absolute;
  right: 0;
  bottom: -143px;
}
@media screen and (max-width: 1135px) {
  .home-company_img {
    width: 40%;
  }
  .home-company .content-text {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .home-company {
    background: url("../images/common/bg_home_sec04_sp.png") top right no-repeat;
    background-size: 100% auto;
    margin-top: 5px;
    padding: 55px 0 0;
  }
  .home-company::before,
  .home-company::after {
    display: none;
  }
  .home-company .content-text {
    height: auto;
  }
  .home-company_img {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: -25px;
    margin-right: 16px;
    width: auto;
  }
}
/* TOP SYSTEM 制度を知る */
.home-system {
  background: url("../images/common/bg_home_sec02.png") no-repeat bottom left;
  margin-top: 80px;
  padding: 180px 0 220px;
}
.home-system .content-text {
  height: 474px;
}
.home-system_list {
  position: absolute;
  bottom: -36px;
  right: 0;
  z-index: 2;
}
.home-system_list li {
  background-color: #fff;
  max-width: 490px;
  position: relative;
}
.home-system_list li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1135px) {
  .home-system_list {
    width: 40%; 
  }
}
@media screen and (max-width: 960px) {
  .home-system {
    background: url("../images/common/bg_home_sec05_sp.png") top right no-repeat;
    background-size: 100% auto;
    margin-top: 0;
    padding: 58px 0 0;
  }
  .home-system .content-text {
    height: auto;
    padding-bottom: 75px;
  }
  .home-system_list {
    position: relative;
    bottom: 0;
    right: 0;
    margin: -75px 0 25px;
    width: 100%;
  }
  .home-system_list li:not(:last-child) {
    margin-bottom: 4px;
  }
}
/* TOP プロジェクトストーリー */
.home-story {
  background: #FFF7AC url("../images/common/bg_project-story.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.home-story_title {
  color: #296198;
}
.home-story_title .jp {
  font-size: 2rem;
  font-weight: 700;
}
.home-story_title .en {
  font-family: "Roboto", sans-serif;
  font-size: 7.4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  z-index: 2;
  position: relative;
}
.home-story_img {
  margin: -30px auto 52px;
  max-width: calc(800px + 6%);
  padding: 0 3%;
}
.home-story_img a {
  position: relative;
}
.home-story_text {
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .home-story {
    background: #FFF7AC url("../images/common/bg_project-story_sp.png") no-repeat 50% 50%;
    background-size: contain;
    padding: 27px 0 37px;
  }
  .home-story_title .jp {
    font-size: 1.4rem;
  }
  .home-story_title .en {
    font-size: 3.6rem;
  }
  .home-story_img {
    margin: 16px 0 25px;
    padding: 0 4.8%;
  }
}

/* バナーの上に白文字 */
.bnrimg_text li {
  position: relative;
}
.bnrimg_text figcaption,
.service_bnr figcaption {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.bnrimg_text figcaption.caption_electrical,
.service_bnr figcaption.caption_electrical {
  letter-spacing: 0.025em;
}
.service_bnr figcaption {
  font-weight: bold;
}
.home-story_img a::after,
.bnrimg_text li a::after {
  background-color: #256097;
  color: #fff;
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .bnrimg_text figcaption {
    font-size: 1.8rem; 
  }
  .service_bnr figcaption {
    font-size: 1.6rem;
  }
  .home-story_img a::after,
  .bnrimg_text li a::after {
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
  }
  .bnrimg_text li {
    margin-right: 16px;
  }
}

/* ================================================
	事業を知る
================================================ */
/* ページタイトル */
.servicepage_title_wrap {
  margin-top: -90px;
}
.servicepage_title_wrap img {
  height: calc(100vh - 110px);
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.servicepage_title {
  text-align: center;
}
.servicepage_title .jp {
  background: #48CADF;
  clip-path: polygon(110px 0%, 100% 0%, calc(100% - 110px) 100%, 0% 100%);
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 110px;
  max-width: 910px;
  margin: -55px auto 20px;
  position: relative;
  z-index: 2;
}
.servicepage_title .en {
  color: #48CADF;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: calc(22 / 18);
}
@media screen and (max-width: 960px) {
  .servicepage_title_wrap {
    margin-top: 0;
    margin-bottom: 41px;
  }
  .servicepage_title_wrap img {
    height: auto;
  }
  .servicepage_title .jp {
    clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
    font-size: 1.8rem;
    line-height: 40px;
    max-width: 100%;
    margin: -20px 4.8% 11.5px;
    padding: 0;
  }
  .servicepage_title .en {
    font-size: 1.2rem;
  }
}

/* 背景 */
.service_sec_wrap {
  margin-top: 140px;
}
.service_sec {
  background: linear-gradient(180deg, #fff 0%, #fff 50px, #E8F8FA 50px, #E8F8FA calc(100% - 50px), #fff calc(100% - 50px), #fff 100%);
  margin-bottom: 260px;
  position: relative;
}
.service_sec .inner {
  padding-top: 255px;
}
@media screen and (max-width: 1360px) {
  .service_sec {
    margin-bottom: 150px;
  }
  .service_sec .inner {
    padding-top: 150px;
  }
}
@media screen and (max-width: 960px) {
  .service_sec_wrap {
    margin-top: 0;
  }
  .service_sec {
    margin-bottom: 100px;
  }
  .service_sec .inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .service_sec {
    background: linear-gradient(180deg, #E8F8FA 0%, #E8F8FA calc(100% - 80px), #fff calc(100% - 80px), #fff 100%);
    margin-bottom: 80px;
  }
  .service_sec .inner {
    padding: 30px 0 0;
  }
}

.sec_bg::before {
  content: "";
  display: block;
  position: absolute;
  /*bottom: 392px;*/
  right: 0;
  width: 60.9375%;
  height: 760px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
}
.sec01::before {
  background-image: url("../images/engineering/bg_sec01.png");
}
.sec02::before {
  background-image: url("../images/engineering/bg_sec02.png");
}
.sec03::before {
  background-image: url("../images/engineering/bg_sec03.png");
}
.sec04::before {
  background-image: url("../images/engineering/bg_sec04.png");
}
.sec05::before {
  background-image: url("../images/engineering/bg_sec05.png");
}
.sec06::before {
  background-image: url("../images/power-distribution/bg_sec01.png");
}
.sec07::before {
  background-image: url("../images/environmental/bg_sec01.png");
}
.sec08::before {
  background-image: url("../images/environmental/bg_sec02.png");
}
@media screen and (max-width: 960px) {
  .sec_bg::before {
    bottom: 360px; 
  }
}
@media screen and (max-width: 480px) {
  .sec_bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 110px;
    right: 0;
    width: 100%;
    height: 232px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    z-index: 2;
  }
  .sec01::before {
    background-image: url("../images/engineering/bg_sec01_sp.png");
  }
  .sec02::before {
    background-image: url("../images/engineering/bg_sec02_sp.png");
  }
  .sec03::before {
    background-image: url("../images/engineering/bg_sec03_sp.png");
  }
  .sec04::before {
    background-image: url("../images/engineering/bg_sec04_sp.png");
  }
  .sec05::before {
    background-image: url("../images/engineering/bg_sec05_sp.png");
  }
  .sec06::before {
    background-image: url("../images/power-distribution/bg_sec01_sp.png");
    top: 90px;
  }
  .sec07::before {
    background-image: url("../images/environmental/bg_sec01_sp.png");
  }
  .sec08::before {
    background-image: url("../images/environmental/bg_sec02_sp.png");
  }
}

/* 事業部名・営業品目 */
.service_division {
  font-size: 1.8rem;
  font-weight: 700;
}
.service_title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 10px 0 65px;
}
.service_text {
  min-height: 185px;
  padding-bottom: 1em;
}
.service_text p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: calc(46 / 24);
  letter-spacing: 0.12em;
}
.service_items {
  background-color: #48CBDF;
  color: #fff;
  font-weight: 500;
  line-height: calc(33 / 16);
  min-height: 240px;
  padding: 54px 60px;
  position: relative;
  z-index: 2;
}
.service_items .network_text {
  text-align: center;
}
.service_items .exlink a {
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  max-width: 400px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px auto 0;
  position: relative;
}
.service_items .exlink a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11px;
  background-image: url("../images/common/icon_exlink_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (max-width: 960px) {
  .service_division {
    font-size: 1.4rem;
    padding-left: 4.8%;
  }
  .service_title {
    font-size: 2rem;
    margin: 0 0 18px;
    padding-left: 4.8%;
  }
  .service_text {
    margin-right: 38%;
    min-height: 122px;
    padding-left: 4.8%;
  }
  .service_text p {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
  .sec01 .service_text br {
    display: inline;
  }
  .service_items {
    font-size: 1.2rem;
    min-height: auto;
    line-height: calc(20 / 12);
    padding: 27px 4.8% 30px;
    z-index: 1;
  }
  .service_items .network_text {
    text-align: left;
  }
  .service_items .network_text br {
    display: none;
  }
  .service_items .exlink {
    margin: 0 26px;
  }
  .service_items .exlink a {
    height: 40px;
    margin: 26px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .service_items {
    margin-right: 4.8%;
    padding: 142px 4.8% 30px;;
  }
  .service_text br {
    display: none;
  }
}

/* 事業写真スライド */
.service_photo_slider {
  line-height: 0; /* slider下の余白消すため */
  margin-top: 60px;
  overflow: visible;
}
.service_photo_slider li {
  margin: 0 40px;
  text-align: center;
  width: 382px;
}
/* slide arrow */
.service_photo_slider .slick-prev {
  left: auto;
  right: 270px;
  top: calc(100% + 20px);
}
.service_photo_slider .slick-next {
  right: 190px;
  top: calc(100% + 20px);
}
.service_photo_slider .slick-prev, .service_photo_slider .slick-next {
  width: 70px;
  height: 70px;
  z-index: 2;
}
.service_photo_slider .slick-prev:before, .service_photo_slider .slick-next:before {
  content: "" !important;
}
.service_photo_slider .slick-prev:after, .service_photo_slider .slick-next:after {
  background: #E7E7E7;
  border-radius: 50%;
  color: #256097;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}
.service_photo_slider .slick-prev:after {
  content: "←";
}
.service_photo_slider .slick-next:after {
  content: "→";
}
@media screen and (max-width: 960px) {
  .service_photo_slider {
    margin-top: 20px;
  }
  .service_photo_slider li {
    margin: 0 6px;
  }
  .service_photo_slider li img {
    margin: 0 auto;
    width: 100%;
    max-width: 383px;
  }
  .service_photo_slider .slick-prev {
    left: calc((100% - 191px) - 50px);
    top: 102%;
  }
  .service_photo_slider .slick-next {
    right: calc(191px - 60px);
    top: 102%;
  }
  .service_photo_slider .slick-prev, .service_photo_slider .slick-next {
    width: 50px;
    height: 50px;
  }
  .service_photo_slider .slick-prev:after, .service_photo_slider .slick-next:after {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .service_photo_slider .slick-prev {
    left: 68%;
  }
  .service_photo_slider .slick-next {
    right: 2%;
  }
}

/* 各事業へのリンクバナー */
.service_bnr {
  display: flex;
  justify-content: center;
  column-gap: 4px;
  margin: 0 0 10px;
}
.service_bnr li {
  position: relative;
}
@media screen and (max-width: 960px) {
  .service_bnr {
    display: block;
    margin: 0 0 2px;
  }
  .service_bnr li:not(:last-child) {
    margin-bottom: 2px;
  }
}
/* ================================================
	プロジェクトストーリー
================================================ */
.project_link_wrap {
  padding: 0 0 138px;
  position: relative;
}
.project_link_wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 44px);
  background: #FFF7AC url("../images/common/bg_project-story.png") no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
/* タイトル */
.project_link_title {
  color: #296198;
  margin-bottom: 136px;
  text-align: center;
}
.project_link_title .en {
  font-family: "Roboto", sans-serif;
  font-size: 7.4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 88px;
}
.project_link_title .jp {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 960px) {
  .project_link_wrap {
    padding: 0 0 30px;
  }
  .project_link_wrap::before {
    height: calc(100% - 22px);
    background: #FFF7AC url("../images/common/bg_project-story_sp.png") no-repeat 50% 50%;
    background-size: contain;
  }
  .project_link_title {
    margin-bottom: 30px;
  }
  .project_link_title .en {
    font-size: 3.6rem;
    line-height: calc(46 / 36);
  }
  .project_link_title .jp {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
/* リンク */
.project_link a {
  background: #256097;
  position: relative;
}
.project_link a:hover {
  opacity: 1;
}
.project_link a::after {
  background-color: #808689;
  color: #fff;
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.project_link_num {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 8.2rem;
  font-style: italic;
  font-weight: 200;
}
.project_link_text {
  color: #fff;
  text-align: center;
}
.project_link_text h3 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: calc(38 / 26);
}
@media screen and (max-width: 960px) {
  .project_link a::after {
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
  }
  .project_link_num {
    font-size: 5.4rem;
  }
  .project_link_text h3 {
    font-size: 1.6rem;
  }
}
/* 画像・テキストボックス横並びver */
.project_link.wide a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.project_link.wide .project_link_num {
  position: absolute;
  top: 76px;
  left: 444px;
}
.project_link.wide .project_link_img {
  width: 510px;
}
.project_link.wide .project_link_text {
  padding-top: 10px;
  width: 590px;
}
.project_link.wide .project_link_text h3 {
  margin: -5px 18px 36px 0;
}
.project_link.wide .project_link_text p {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: calc(32 / 16);
}
@media screen and (max-width: 960px) {
  .project_link.wide {
    max-width: 510px;
    margin: 0 auto;
  }
  .project_link.wide a {
    display: block;
    margin: 0 18px;
    padding-bottom: 40px;
  }
  .project_link.wide .project_link_num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .project_link.wide .project_link_img {
    width: 100%;
    max-height: 191px;
    overflow: hidden;
  }
  .project_link.wide .project_link_img img {
    width: 100%;
    max-height: 191px;
    object-fit: cover;
  }
  .project_link.wide .project_link_text {
    padding-top: 39px;
    width: 100%;
  }
  .project_link.wide .project_link_text h3 {
    margin: 0 0 20px;
  }
  .project_link.wide .project_link_text p {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: calc(24 / 14);
  }
}
/* 画像・テキストボックス縦並びver */
.project_link_list_wrap {
  background: linear-gradient(180deg, #FFF 0%, #FFF 153px, #E7F4FA 153px, #E7F4FA 100%);
  padding-bottom: 160px;
}
.project_link.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 7.2%;
  margin: 204px auto 0;
  max-width: calc(1100px + 9.6%);
  padding: 0 4.8%;
}
.project_link.list li {
  max-width: 510px;
  width: 46.4%;
}
.project_link.list .project_link_text {
  padding: 50px 0 146px;
}
.project_link.list .project_link_num {
  position: absolute;
  top: 220px;
  left: 0;
  text-align: center;
  width: 100%;
}
.project_link.list .project_link_text h3 {
  margin: 8px 0 43px;
}
.project_link.list .project_link_text p {
  line-height: calc(36 / 16);
}
@media screen and (max-width: 1135px) {
  .project_link.list {
    margin-top: 100px;
  }
  .project_link.list .project_link_num {
    top: 184px;
  }
}
@media screen and (max-width: 960px) {
  .project_link_list_wrap {
    padding-bottom: 26px; 
  }
  .project_link.list {
    margin-top: 50px;
  }
  .project_link.list li {
    text-align: center;
  }
  .project_link.list li:not(:last-child) {
    margin-bottom: 12px;
  }
  .project_link.list li img {
    width: 100%;
    max-height: 191px;
    object-fit: cover;
  }
  .project_link.list .project_link_text {
    padding: 39px 0 40px;
  }
  .project_link.list .project_link_text h3 {
    margin: 0 0 20px;
  }
  .project_link.list .project_link_num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .project_link.list .project_link_text p {
    line-height: calc(24 / 14);
  }
}
@media screen and (max-width: 480px) {
  .project_link.list {
    display: block;
  }
  .project_link.list li {
    width: 100%;
  }
}

/* ================================================
	人と仕事を知る　PERSON & JOB
================================================ */
/* 社員インタビュー 一覧 */
#interview {
  padding-bottom: 140px;
}
.interview_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.interview_list li {
  width: calc(25% - 15px);
  max-width: 260px;
}
.interview_list .interview_items {
  background: #256097;
  color: #fff;
  padding: 13px 18px;
  position: relative;
}
.interview_list .interview_items::after {
  background-color: #808689;
  color: #fff;
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.interview_list .interview_items .part {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 7px;
}
.interview_list .interview_items .join {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.interview_list .interview_items .initial {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 960px) {
  #interview {
    padding-bottom: 100px;
  }
  .interview_list {
    column-gap: 12px;
  }
  .interview_list li {
    width: calc(50% - 6px);
    max-width: 100%;
  }
  .interview_list img {
    width: 100%;
  }
  .interview_list li:not(:last-child) {
    margin-bottom: 12px;
  }
  .interview_list .interview_items {
    padding: 14px 20px 8px;
  }
  .interview_list .interview_items::after {
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
  }
  .interview_list .interview_items .part {
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
  .interview_list .interview_items .join {
    margin-bottom: 2px;
  }
  .interview_list .interview_items .initial {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .interview_list li {
    width: 100%;
  }
}
/* 職種紹介 一覧 */
#job-categories {
  margin-top: -50px;
}
.job_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}
.job_list > li {
  margin-bottom: 160px;
  position: relative;
  max-width: 525px;
  width: calc(50% - 25px);
}
.job_outline {
  background: #256097;
  color: #fff;
  margin: -82px 40px 0;
  min-height: 284px;
  padding: 25px 25px 50px;
  position: relative;
  z-index: 2;
}
.job_name {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.428;
  margin-bottom: 45px;
  text-align: center;
}
.job_text ul li, .job_text p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: calc(33 / 14);
  text-indent: -1em;
  padding-left: 1em;
}
.job_person {
  display: flex;
  align-items: center;
  column-gap: 12px;
  position: absolute;
  left: -3px;
  bottom: -60px;
  z-index: 2;
}
.job_person a {
  color: #256097;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 36px;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .job_list {
    column-gap: 12px;
  }
  .job_list > li {
    margin-bottom: 95px;
    width: calc(50% - 6px);
    max-width: 100%;
  }
  .job_outline {
    margin: -50px 13px 0;
    min-height: 17em;
    padding: 21px 19px 40px 16px;
  }
  .job_name {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    margin-bottom: 15px;
  }
  .job_text ul li, .job_text p {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: calc(22 / 12);
  }
  .job_person {
    left: 13px;
    bottom: -60px;
  }
  .job_person a {
    font-size: 1.3rem;
    margin-top: 0;
  }
  .job_person img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .job_list > li {
    width: 100%;  
  }
  .job_outline {
    min-height: auto;
  }
}

/* ================================================
	インタビュー詳細　Interview
================================================ */
.interview_page {
  background: linear-gradient(180deg, #FFF 0%, #FFF 230px, #E7F4FA 230px, #E7F4FA 100%);
}
.interview_page_bg { /* パターン背景 */
  background-image: url("../images/common/bg_pattern02.png"), url("../images/common/bg_pattern01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top 666px, right top 20px;
  background-size: 17.7% auto, 17.7% auto;
  padding-top: 60px;
}
@media screen and (max-width: 960px) {
  .interview_page_bg {
    background: none;
    padding-top: 18px;
  }
}
.interview_page_title {
  position: relative;
  max-width: calc(1100px + 9.6%);
  margin: 0 auto 122px;
  padding: 0 4.8%;
}
.interview_page_title .interview_items {
  background: #47CCDF;
  color: #fff;
  padding: 30px 60px;
  position: absolute;
  bottom: 10px;
  right: 4.8%;
  width: 378px;
  height: 206px;
}
.interview_page_title .interview_items::before {
  content: "INTERVIEW";
  width: 156px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3rem;
  background-color: #fff;
  color: #2EC2D8;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 0;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.interview_page_title .part {
  font-size: 2.1rem;
  font-weight: 700;
}
.interview_page_title .part_detail {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 2px 0 15px;
}
.interview_page_title .join {
  font-size: 1.4rem;
  font-weight: 700;
  border-top: 1px solid #fff;
  padding-top: 16px;
}
.interview_page_title .initial {
  font-size: 2.1rem;
  font-weight: 700;
  margin-top: 4px;
}
.interview_page_title .interview_catch {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: calc(46 / 26);
  margin-top: 42px;
}
@media screen and (max-width: 960px) {
  .interview_page_title {
    background:url("../images/common/bg_project_right_sp.png") no-repeat right bottom 10px;
    background-size: 122px auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .interview_page_title .interview_items {
    padding: 20px 26px;
    position: relative;
    bottom: 0;
    right: 0;
    width: 75%;
    height: auto;
  }
  .interview_page_title .interview_items::before {
    width: 128px;
    height: 22px;
    line-height: 22px;
    font-size: 1.2rem;
    top: -11px;
    left: 0;
  }
  .interview_page_title .part {
    font-size: 1.6rem;
  }
  .interview_page_title .part_detail {
    font-size: 1.2rem;
    padding: 2px 0 14px;
  }
  .interview_page_title .join {
    font-size: 1.2rem;
    padding-top: 15px;
  }
  .interview_page_title .initial {
    font-size: 1.6rem;
    margin-top: 4px;
  }
  .interview_page_title .interview_catch {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    line-height: calc(24 / 16);
    margin: 18px 0 35px;
  }
}
/* インタビュー大枠 */
.interview_detail {
  background: rgba(255, 255, 255, 0.6);
  max-width: 1300px;
  margin: 0 auto 100px;
  padding: 105px 4.8% 73px;
}
/* 質問＆回答テキスト */
.interview_sec {
  margin: 0 auto 100px;
  max-width: 1100px;
}
.interview_sec h3 {
  color: #256097;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  margin: -4px 0 25px;
}
.interview_sec h3::before {
  border-top: 1px solid;
  content: "";
  margin-right: 10px;
  margin-top: 15px;
  width: 40px;
}
.interview_sec p {
  line-height: calc(33 / 16);
  text-indent: 1em;
}
.interview_text .box:not(:last-child) {
  margin-bottom: 100px;
}
.interview_img {
  text-align: center;
}
@media screen and (max-width: 960px) {
  /* インタビュー大枠 */
  .interview_detail {
    background: #fff;
    background: linear-gradient(180deg, #E3F3F9 0%, #E3F3F9 75px, #fff 75px, #fff 100%);
    margin: 0 auto 50px;
    padding: 20px 4.8% 72px;
  }
  /* 質問＆回答テキスト */
  .interview_sec {
    margin-bottom: 35px;
  }
  .interview_sec h3 {
    font-size: 1.6rem;
    margin: 26px 0 15px;
  }
  .interview_sec h3::before {
    margin-right: 5.5px;
    margin-top: 13px;
    width: 20px;
  }
  .interview_sec p {
    line-height: calc(22 / 14);
  }
  .interview_text .box:not(:last-child) {
    margin-bottom: 26px;
  }
}
/* 写真＋テキストのかたまり */
.interview_detail .flex01 {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
}
.interview_detail .flex01 .interview_img {
  max-width: 413px;
  width: 38%;
}
.interview_detail .flex01 .interview_text {
  max-width: 627px;
  width: 57%;
}
.interview_detail .flex02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.interview_detail .flex02 .interview_img {
  margin-top: 16px;
  max-width: 367px;
  width: 34%;
}
.interview_detail .flex02 .interview_text {
  max-width: 627px;
  width: 57%;
}
.interview_detail .flex03 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
}
.interview_detail .flex03 .interview_img {
  max-width: 413px;
  width: 38%;
}
.interview_detail .flex03 .interview_text {
  max-width: 547px;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .interview_detail .flex01 {
    display: block;
  }
  .interview_detail .flex01 .interview_img {
    width: auto;
  }
  .interview_detail .flex01 .interview_text {
    width: auto;
    max-width: inherit;
  }
  .interview_detail .flex02 {
    display: block;
  }
  .interview_detail .flex02 .interview_img {
    width: auto;
    max-width: 413px;
  }
  .interview_detail .flex02 .interview_text {
    width: auto;
    max-width: inherit;
  }
  .interview_detail .flex03 {
    display: block;
  }
  .interview_detail .flex03 .interview_img {
    width: auto;
  }
  .interview_detail .flex03 .interview_text {
    width: auto;
    max-width: inherit;
  }
}
/* タイムスケジュール */
.time_schedule_title {
  background: #256097;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 45px) 100%, 0% 100%);
  padding: 7px 0 8px 18px;
  margin-bottom: 48px;
  max-width: 374px;
}
.time_schedule {
  margin: 0 auto;
}
.time_schedule dl {
  display: flex;
  align-items: center;
  position: relative;
}
.time_schedule dl:not(:last-child) {
  padding-bottom: 33px;
}
.time_schedule dl:not(:last-child)::before {
  background-color: #000;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 86px;
}
.time_schedule dt {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 0 34px 0 0;
  position: relative;
  text-align: right;
  width: 90px;
}
.time_schedule dt::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 10px;
  left: unset;
  right: 0;
}
.time_schedule dd {
  letter-spacing: 0.025em;
  padding-left: 30px;
  width: calc(100% - 90px);
}
@media screen and (max-width: 960px) {
  .time_schedule_title {
    font-size: 1.6rem;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 36px) 100%, 0% 100%);
    padding: 6px 0 6px 14.5px;
    margin: 26px 40px 22px 0;
  }
  .time_schedule dl:not(:last-child) {
    padding-bottom: 17px;
  }
  .time_schedule dl:not(:last-child)::before {
    top: 10px;
    left: 66px;
  }
  .time_schedule dt {
    padding: 0 20px 0 0;
    width: 70px;
  }
  .time_schedule dd {
    padding-left: 20px;
    width: calc(100% - 70px);
  }
}

/* インタビューへのリンク */
.interview_slider {
  padding-bottom: 120px;
}
.interview_slider li {
  position: relative;
}
.interview_slider .label {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFEB3B;
  font-weight: bold;
  padding: 8px 50px;
  letter-spacing: 0.025em;
}
.interview_slider .join {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 20px;
  text-align: right;
}
.interview_slider li {
  margin: 0 30px;
}
@media screen and (max-width: 960px) {
  .interview_slider {
    padding-bottom: 26px;
  }
  .interview_slider .label {
    font-size: 1.2rem;
    padding: 4px 18px;
  }
  .interview_slider .join {
    font-size: 1.2rem;
    margin-top: 5px;
    text-align: center;
  }
  .interview_slider li {
    margin: 0 6px;
  }
}

/* ================================================
	プロジェクトストーリー詳細　Project Story
================================================ */
.project-story_title {
  background-image: url("../images/common/bg_pattern01.png"), url("../images/common/bg_pattern02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right top 20px, left bottom 10px;
  background-size: 17.7% auto, 17.7% auto;
  padding: 60px 0 190px;
  text-align: center;
}
.project-story_title .mv {
  max-width: 1100px;
  margin: 0 auto 44px;
}
.story_num {
  background: #2EC2D8;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 19px;
  padding: 9px 44px 8px 44px;
}
.story_title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.042em;
  margin-bottom: 36px;
}
.story_lead {
  color: #256097;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: calc(46 / 32);
}
@media screen and (max-width: 960px) {
  .project-story_title .mv {
    padding: 0 4.8%;
  }
  .project-story_title {
    background: none;
    padding: 18px 0 0;
    position: relative;
  }
  .project-story_title:before {
    content: "";
    display: inline-block;
    width: 82px;
    height: 153px;
    background-image: url("../images/common/bg_project_right_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 1;
  }
  .project-story_title:after {
    content: "";
    display: inline-block;
    width: 74px;
    height: 150px;
    background-image: url("../images/common/bg_project_left_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -180px;
    left: 0;
    z-index: 1;
  }
  .project-story_title .mv {
    margin-bottom: 33px;
  }
  .story_num {
    font-size: 1.2rem;
    margin-bottom: 14px;
    padding: 5px 30px;
  }
  .story_title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .story_lead {
    font-size: 1.6rem;
    font-weight: 900;
  }
}
/* メンバーリスト */
.story_member_title {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: -35px 0 95px;
  position: relative;
  text-align: center;
}
.story_member_title::after {
  background-color: #707070;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px;
}
.story_member {
  display: flex;
  justify-content: center;
  column-gap: 130px;
  margin-bottom: 120px;
  text-align: center;
}
.story_member img {
  margin-bottom: 24px;
}
.story_member .part {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 26px;
}
.story_member .initial {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  .story_member_title {
    font-size: 1.2rem;
    margin: 60px 0 40px;
  }
  .story_member_title::after {
    bottom: -10px; 
  }
  .story_member {
    column-gap: 5%;
    margin-bottom: 60px;
  }
  .story_member li:not(:last-child) {
    margin-bottom: 46px;
  }
  .story_member li img {
    max-width: 170px;
    margin-bottom: 10px;
  }
  .story_member .part {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .story_member .part span {
    padding-left: 1em;
  }
  .story_member .initial {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .story_member {
    display: block;
  }
}
/* プロジェクトストーリー会話（ふきだし） */
.story-speech-wrap {
  background: rgba(227, 243, 249, 0.85);
  padding: 120px 0 20px;
}
.story_pic_sec {
  margin: 0 0 150px 128px;
  max-width: 666px;
}
.story_pic_sec img {
  border-radius: 15px;
}
.story_pic_sec p:not(:last-child) {
  margin-bottom: 20px;
}
.storybottom_project_link {
  margin: 180px auto 120px;
}
@media screen and (max-width: 960px) {
  .story-speech-wrap {
    padding: 30px 0 5px;
  }
  .storybottom_project_link {
    margin: 30px auto;
  }
  .story_pic_sec {
    margin: 0 0 100px 77px;
  }
}
/* ================================================
	制度を知る　System
================================================ */
#upskilling {
  margin-bottom: 170px;
}
.image-photo {
  margin-bottom: 70px;
  text-align: center;
}
.upskilling_list {}
.upskilling_list dt {
  font-weight: 500;
  margin-bottom: 10px;
}
.upskilling_list dt::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #2EC2D8;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.upskilling_list dd {
  line-height: calc(36 / 16);
}
.upskilling_list dd:not(:last-child) {
  margin-bottom: 80px;
}
.benefits_list li {
  line-height: 1.5;
  margin-bottom: 40px;
}
.benefits_list li b {
  font-weight: 500;
}
.benefits_list li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #2EC2D8;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 960px) {
  #upskilling {
    margin-bottom: 50px;
  }
  .image-photo {
    margin-bottom: 20px;
  }
  .upskilling_list {
     padding-bottom: 30px;
  }
  .upskilling_list dt {
    margin-bottom: 5px;
  }
  .upskilling_list dd {
    line-height: 1.75;
  }
  .upskilling_list dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .benefits_list {
    padding-bottom: 30px;
  }
  .benefits_list li {
    line-height: 1.75;
    margin-bottom: 10px;
  }
}
/* キャリアアップステップ例 */
.careerup_step {
  max-width: 550px;
  margin-top: 90px;
}
.careerup_step_title {
  background: #256097;
  clip-path: polygon(44px 0%, 100% 0%, calc(100% - 44px) 100%, 0% 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 42px;
  max-width: 342px;
  margin: 0 auto;
  text-align: center;
}
.careerup_step_flow {
  background: #E7F4FA;
  display: flex;
  flex-wrap: wrap;
  margin-top: -18px;
  padding: 72px 40px;
  position: relative;
  z-index: -1;
}
.careerup_step_flow::after {
  content: "";
  background: url("../images/system/arrow.png") no-repeat left bottom;
  background-size: 17px 347px;
  width: 17px;
  height: 347px;
  position: absolute;
  top: 72px;
  left: 106px;
}
.careerup_step_flow dt {
  margin-bottom: 50px;
  width: 7em;
}
.careerup_step_flow dd {
  margin-bottom: 50px;
  width: calc(100% - 7em);
}
@media screen and (max-width: 960px) {
  .careerup_step {
    margin-top: 10px;
  }
  .careerup_step_title {
    margin: 0 10px;
  }
  .careerup_step_flow {
    padding: 50px 40px;
  }
  .careerup_step_flow dt {
    margin-bottom: 30px;
  }
  .careerup_step_flow dd {
    margin-bottom: 30px;
  }
  .careerup_step_flow::after {
    width: 17px;
    height: 270px;
    position: absolute;
    top: 52px;
    left: 100px;
  }
}

/* 認定 */
.nintei_wrap {
  margin: 180px auto;
}
.nintei_title {
  color: #256097;
  font-weight: 700;
  text-align: center;
}
.nintei_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px auto 0;
  column-gap: 30px;
}
.nintei_list li {
  border: 1px solid rgba(112, 112, 112, 0.3);
  margin-bottom: 30px;
  padding: 40px;
  text-align: center;
}
.nintei_img {
  height: 174px;
}
.nintei_text {
  font-size: 1.4rem;
}
.nintei01 {
  width: calc(40% - 15px);
}
.nintei02 {
  width: calc(40% - 15px);
}
.nintei03 {
  width: 28%;
}
.nintei04 {
  width: 28%;
}
.nintei05 {
  width: 28%;
}
@media screen and (max-width: 960px) {
  .nintei_wrap {
    margin: 50px auto;
  }
  .nintei_list {
    column-gap: 10px;
    margin: 20px 0 0;
  }
  .nintei_list li {
    margin-bottom: 10px;
    padding: 18px;
  }
  .nintei_img {
    height: auto;
    margin-bottom: 10px;
  }
  .nintei_text {
    font-size: 1.3rem;
  }
  .nintei01, .nintei02, .nintei03, .nintei04, .nintei05 {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 480px) {
  .nintei01, .nintei02, .nintei03, .nintei04, .nintei05 {
    width: 100%;
  }
}
/* ================================================
	会社を知る　Company
================================================ */
.company_lead {
  line-height: calc(36 / 16);
    margin: 110px 0 130px;
}
.company_lead a {
  text-decoration: underline;
}
.company_lead a:hover {
  text-decoration: none;
}
.company_inpage_link {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 80px;
  text-align: center;
}
.company_inpage_link li {
  width: 100%;
}
.company_inpage_link li a {
  background: #256097;
  display: block;
  padding: 40px 0 30px;
  position: relative;
  width: 100%;
}
.company_inpage_link li a::after {
  content: "";
  display: block;
  width: 30px;
  height: 17.5px;
  background-image: url("../images/company/icon_arrow_bottom.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 18px auto 0;
}
.com_link_img img {
  height: 72px;
  margin-bottom: 18px;
}
.com_link_text {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .company_lead {
    line-height: calc(24 / 14);
    margin: 100px 4.8% 0;
    text-align: left;
  }
  .company_lead p {
    margin-bottom: 1em;
  }
  .company_lead br {
    display: none;
  }
  .company_inpage_link {
    flex-wrap: wrap;
    justify-content: center;
  }
  .company_inpage_link li {
    width: 48%;
    margin-bottom: 10px;
  }
  .company_inpage_link li a {
    padding: 20px 10px; 
  }
  .com_link_img img {
    height: 50px;
    margin-bottom: 10px;
  }
  .com_link_text {
    font-size: 1.6rem;
  }
  .company_inpage_link li a::after {
    width: 20px;
    height: 11.6px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .company_lead {
    margin: 30px 4.8% 0;
  }
}

/* 経営ビジョン */
.vision_img {
  margin: 205px 0 65px;
  text-align: center;
}
.vision_text {
  line-height: calc(36 / 16);
  text-align: center;
}
.vision_text small {
  font-size: 1.2rem;
}
.vision_list {
  margin: 56px 0 100px;
}
.vision_list li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding: 65px 0 74px;
}
.vision_list li:first-child {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
.vision_list h3 {
  color: #2EC2D8;
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 600;
  line-height: calc(46 / 32);
  margin-bottom: 15px;
}
.vision_list h3::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #2EC2D8;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  top: -3px;
  vertical-align: middle;
}
.vision_list p {
  line-height: calc(36 / 16);
}
@media screen and (max-width: 960px) {
  .vision_img {
    margin: 20px 0;
  }
  .vision_text {
    line-height: calc(24 / 12);
    margin-bottom: 30px;
  }
  .vision_text small {
    font-size: 1.1rem;
  }
  .vision_list {
    margin: 0 0 50px;
  }
  .vision_list li {
    padding: 20px 0
  }
  .vision_list h3 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .vision_list p {
    line-height: calc(24 / 12);
  }
}
/* 会社概要 */
#profile .image-photo {
  margin-top: 110px;
}
.profile_table {
  letter-spacing: 0.06em;
  line-height: 1.68;
  margin-bottom: 100px;
  width: 100%;
}
.profile_table th {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding: 22px 0 22px 16px;
  width: 246px;
}
.profile_table td {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding: 22px 0;
}
.profile_table th:first-of-type, .profile_table td:first-of-type {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 960px) {
  #profile .image-photo {
    margin-top: 20px;
  }
  .profile_table {
    font-size: 1.3rem;
    margin-bottom: 50px;
  }
  .profile_table th {
    padding: 12px 0 12px 6px;
    width: 105px;
  }
  .profile_table td {
    padding: 12px 0;
  }
}
/* 営業所一覧 */
.loc_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  margin: 110px 0 65px;
}
.loc_list li {
  width: 30%;
  margin-bottom: 96px;
}
.loc_img {
  margin-bottom: 14px;
}
.loc_name {
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
}
.loc_text p {
  line-height: calc(28 / 16);
}
/* 募集要項・選考フロー */
#job-details {
  padding-bottom: 300px;
}
@media screen and (max-width: 960px) {
  .loc_list {
    column-gap: 4%;
    margin: 30px 0;
  }
  .loc_list li {
    width: 48%;
    margin-bottom: 20px;
  }
  .loc_img {
    margin-bottom: 5px;
  }
  .loc_name {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }
  .loc_text p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #job-details {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}

/* ================================================
	よくあるご質問　FAQ
================================================ */
#faq.bg_triangle_sec {
  background: url(../images/common/bg_triangle_sec.png) no-repeat 0 166px;
  padding-top: 122px;
}
.qa_list {
  margin-bottom: 160px;
}
.qa_dl {
  margin-bottom: 20px;
}
.qa_dt {
  background-color: #FFFFFF;
  border: 1px solid #A8A8A8;
  padding: 31px 4rem 31px 30px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.qa_dt .i_box {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 26px;
  height: 26px;
  margin-top: -12px;
}
.qa_dt .i_box:before, .qa_dt .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  vertical-align: middle;
}
.qa_dt .i_box:before {
  border-top: 2px solid #676767;
  width: 26px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.qa_dt .i_box:after {
  border-left: 2px solid #676767;
  width: 0;
  height: 26px;
  top: 0;
  bottom: 0;
  right: 12px;
  transition: .3s;
}
.qa_dt.open .i_box:after {
  height: 0;
}
.qa_dd {
  display: none;
  background: #F4FBFD;
  border-left: 1px solid #A8A8A8;
  border-right: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
  padding: 31px 2rem 31px 28px;
}
.qa_dt_inner {
  display: block;
  padding-left: 38px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: calc(36 / 20);
}
.qa_dt_inner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #2EC2D8;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 1;
}
.qa_dd_inner {
  display: block;
  padding-left: 40px;
  position: relative;
  line-height: calc(36 / 16);
}
.qa_dd_inner::before {
  position: absolute;
  left: 0;
  content: "A";
  color: #676767;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 1;
}
.qa_dd_inner a {
  color: #256097;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  #faq.bg_triangle_sec {
    background: url(../images/common/bg_triangle_sec.png) no-repeat 0 20px;
    padding-top: 0;
  }
  .qa_list {
    margin-bottom: 50px;
  }
  .qa_dl {
    margin-bottom: 10px;
  }
  .qa_dt {
    padding: 10px 4rem 10px 14px;
  }
  .qa_dt .i_box {
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -9px;
  }
  .qa_dt .i_box:before {
    width: 18px;
  }
  .qa_dt .i_box:after {
    height: 18px;
    right: 8px;
  }
  .qa_dd {
    padding: 10px 2rem 10px 14px;
  }
  .qa_dt_inner {
    padding-left: 34px;
    font-size: 1.4rem;
    line-height: calc(36 / 16);
  }
  .qa_dt_inner::before {
    font-size: 3rem;
  }
  .qa_dd_inner {
    line-height: 1.6;
    padding-left: 34px;
  }
  .qa_dd_inner::before {
    font-size: 3rem;
  }
  .qa_dd_inner a {
    font-size: 1.3rem;
  }
}
/* ================================================
	お知らせ News
================================================ */
.newspage_wrap {
  margin: 120px 0;
}
.newspage_wrap .news_date {
  background: #256097;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 24px;
  margin-bottom: 30px;
  padding: 0 1.5em;
}
.newspage_wrap .news_title {
  border-bottom: 4px solid #256097;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: calc(42 / 32);
  letter-spacing: 0.025em;
  margin-bottom: 120px;
  padding: 0 0 30px;
}
.newspage_wrap .news_detail p {
  margin-bottom: 2em;
  line-height: 2;
}
.newspage_wrap .btn_back a {
  border: 1px solid #707070;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  margin: 50px 0 0 auto;
}
@media screen and (max-width: 960px) {
  .newspage_wrap {
    margin: 100px 0 60px;
  }
  .newspage_wrap .news_date {
    font-size: 1.3rem;
    margin-bottom: 14px;
  }
  .newspage_wrap .news_title {
    border-bottom: 3px solid #256097;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 0 0 20px;
  }
  .newspage_wrap .news_detail p {
    margin-bottom: 1.5em;
    line-height: 1.8;
  }
  .newspage_wrap .btn_back a {
    width: 240px;
    height: 50px;
    margin: 50px auto;
  }
}
/* ================================================
	採用情報 RECRUIT
================================================ */
.recruit-news {
  background: #E7F4FA;
  margin-top: -28px;
  padding: 70px 0 30px;
}
.recrui-news-wrap {
  margin-top: 100px;
}
.recruit-news-title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 17px;
  text-align: center;
  z-index: 3;
  margin-top: 78px;
}
.recruit-news-title h2 {
  color: #256097;
  display: inline;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 3.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 52px;
}
.news_all_list .recruit-news-title h2  {
  padding-left: 0;
}
.recruit-news-title .arrow {
  font-size: 2rem;
  font-weight: normal;
  width: 35px;
  height: 35px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-news-title .arrow a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .recrui-news-wrap {
    margin-top: 0;
  }
  .recruit-news {
    margin-top: -24px;
    padding: 20px 0 15px;
  }
  .recruit-news-title {
    column-gap: 10px;
    margin-top: 30px;
  }
  .recruit-news-title h2 {
    font-size: 2.6rem;
    padding-left: 0;
  }
  .news_all_list .recruit-news-title h2  {
    font-size: 3rem;
    padding-left: 0;
  }
  .recruit-news-title .arrow {
    font-size: 1.5rem;
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 480px) {
  .recrui-news-wrap {
    margin-top: -50px;
  }
}
.recruit-news .news-list {
  max-width: calc(780px + 3%);
  margin: 0 auto;
  padding-bottom: 100px;
}
.recruit-news .news-list .date {
  background: #256097;
}
.recruit-news .news-list > li:not(:last-of-type) {
  border-bottom: 2px solid #FFFFFF;
}
.recruit_title {
  color: #256097;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: calc(46 / 32);
  margin-bottom: 96px;
  position: relative;
  text-align: center;
}
.recruit_title::after {
  background-color: #256097;
  bottom: -45px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120px;
}
.recruit_text p {
  line-height: calc(36 / 16);
  text-align: center;
}
.recruit_text p:not(last-child) {
  margin-bottom: 2.2em;
}
@media screen and (max-width: 960px) {
  .recruit_title {
    font-size: 2rem;
    margin-bottom: 55px;
  }
  .recruit_title::after {
    bottom: -16px;
    width: 80px;
    height: 2px;
  }
  .recruit_text p {
    line-height: calc(24 / 14);
    text-align: left;
  }
  .recruit_text p:not(last-child) {
    margin-bottom: 1.7em;
  }
  .recruit_text p br {
    display: none;
  }
}
/* 採用担当者からのメッセージ */
.message_wrap {
  margin: 220px 0 276px;
}
.message_wrap .recruit_title::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 57px;
  background-image: url("../images/recruit/icon_speaker.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -85px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .message_wrap {
    margin: 80px 0 91px;
  }
  .message_wrap .recruit_title::before {
    width: 40px;
    height: 38px;
    top: -48px;
    left: 50%;
  }
}
/* 求める人物像 */
.jinzaizou_wrap {
  margin-bottom: 160px;
}
.jinzaizou_wrap .recruit_title::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 57px;
  background-image: url("../images/recruit/icon_person.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .jinzaizou_wrap {
    margin: 80px 0 38px;
  }
  .jinzaizou_wrap .recruit_title::before {
    width: 50px;
    height: 38px;
    top: -44px;
    left: 50%;
  }  
}

/* お問い合わせフォーム・エントリーへのリンク */
.recruit_link_wrap ul {
  display: flex;
  height: 230px;
}
.recruit_link_wrap li {
  width: 50%;
}
.recruit_link_wrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.recruit_link_wrap li a:hover {
  opacity: 1;
}
.recruit_link_contact {
  background: #2EC2D8;
}
.recruit_link_contact a::after {
  content: "";
  display: block;
  background: url("../images/recruit/circle_workplace-tour_pc.png") no-repeat 0 0;
  background-size: 161px 161px;
  width: 161px;
  height: 161px;
  position: absolute;
  top: -68px;
  left: 80px;
}
.recruit_link_entry {
  background: #FFE05D;
}
.recruit_link_wrap li a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .recruit_link_wrap ul {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-top: 74px;
  }
  .recruit_link_wrap li {
    height: 97px;
    width: 100%;
  }
  .recruit_link_wrap li img {
    width: auto;
    height: 17px;
  }
  .recruit_link_contact a::after {
    background: url("../images/recruit/circle_workplace-tour_sp.png") no-repeat 0 0;
    background-size: contain;
    width: 340px;
    height: 46px;
    position: absolute;
    top: -23px;
    left: calc(50% - 170px);
  }
}
/* スマホ用エントリーボタン */
.sp_btn_entry {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp_btn_entry {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
  .sp_btn_entry a {
    opacity: 1;
  }
}


/* ================================================
	お問合せフォーム contact from
================================================ */
.form_header {
  margin: 100px 0 70px;
}
.form_header_title {
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  margin: 0 0 50px;
  text-align: center;
}
.form_header_caution {
  background: rgba(0,0,0,0.1);
  line-height: 2;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .form_header {
    margin: 40px 0;
  }
  .form_header_title {
    font-size: 1.6rem;
    margin: 0 0 24px;
  }
  .form_header_caution {
    margin: 0 calc(50% - 50vw);
    padding: 30px 4.8%;
    width: 100vw;
    text-align: left;
  }
  .form_header_caution br {
    display: none;
  }
}

/* ステップバー */
.form_step ul {
  display: flex;
  justify-content: space-between;
}
.form_step ul li {
  background: #A3A3A3;
  position: relative;
  text-align: center;
  width: 33.33333%;
}
.form_step ul li:nth-child(n+2) {
  margin-left: 2%;
}
.form_step ul li:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 50%;
  border: 0 solid #A3A3A3;
  border-width: 20px 16px;
  width: 0;
  height: 0;
  left: -16px;
  border-left-color: transparent;
  transform: translateY(-50%);
}
.form_step ul li span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  position: relative;
  height: 40px;
  line-height: 40px;
  display: block;
}
.form_step ul li:not(:last-child) span:after {
  content: "";
  position: absolute;
  top: 50%;
  border: 0 solid #A3A3A3;
  border-width: 20px 16px;
  width: 0;
  height: 0;
  left: 100%;
  border-color: transparent;
  border-left-color: #A3A3A3;
  transform: translateY(-50%);
}
.form_step ul li.active {
  background: #256097;
}
.form_step ul li.active span:after {
  border-left-color: #256097;
}
.form_step ul li.active::before {
  border: 0 solid #256097;
  border-width: 20px 16px;
  border-left-color: transparent;
}
@media screen and (max-width: 960px) {
  .form_step {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .form_step ul li {
    width: 30%;
  }
}
  
/* レイアウト */
.contact_form {
  margin: 60px auto 160px;
  max-width: 750px;
}
.form-row {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid rgb(112,112,112,0.5);
}
.form-row:first-child {
  border-top: 1px solid rgb(112,112,112,0.5);
}
.form-row:last-child {
  border-bottom: none;
}
.form-label {
  display: flex;
  align-items: center;
  min-width: 240px;
}
.form-label label {
  font-weight: 500;
}
.form-label span {
  background-color: #FFEB3B;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 16px;
  padding: 2px 7px;
}
.form_date-select select {
  margin-right: 8px;
  width: 76px;
  cursor: pointer;
}
.form_date-select select:not(:first-child) {
  margin-left: 4px;
}
.contact_form input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 4px;
}
.contact_form input[type="text"].birth_year {
  margin-right: 4px;
  width: 76px;
}
.form_note {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .form-row {
    flex-wrap: wrap; 
  }
  .form-label {
    min-width: 100%;
    margin-bottom: 12px;
  }
  .form-row {
    padding: 26px 0 16px;
  }
}

/* ポリシーへのリンク */
.policy_ex {
  font-size: 1.4rem;
  margin: 40px 0 30px;
  text-align: center;
}
.policy_ex a {
    text-decoration: underline;
}
.policy_ex a:hover {
    text-decoration: none;
}
.policy_ex a.ex::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../images/common/icon_link@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 3px;
}
.policy_link {
  margin: 0 0 60px;
  text-align: center;
}
.policy_link a {
  text-decoration: underline;
}
.policy_link label {
  cursor: pointer;
}

/* フォームパーツのデザイン */
.contact_form input, .contact_form textarea {
  background-color: #F2F2F2;
  border: none;
  padding: 15px 20px;
  flex-grow: 1;
}
.contact_form input[type="text"], .contact_form input[type="tel"], .contact_form input[type="email"], .contact_form input[type="file"], .contact_form textarea {
  width: 100%;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder {
  color: #B3B3B3;
}
.contact_form select {
  background-color: #F2F2F2;
  border: none;
  padding: 15px 20px;
}
.contact_form input.form_btn {
  cursor: pointer;
  border: none;
  background-color: #256097;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 40px auto 28px;
  padding: 15px 0;
  width: 388px;
}
.contact_form input.form_back {
  cursor: pointer;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding: 0;
}
.form_btn_wrap {
  text-align: center;
}
.contact_form .form_btn_wrap input:hover {
  opacity: .7;
  transition: .2s;
}
.form_btn a {
  background-color: #256097;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 40px auto 28px;
  padding: 27px 0;
  text-align: center;
  max-width: 388px;
}
.contact_form .back {
  text-align: center;
}
.contact_form .back a {
  color: #000;
  text-decoration: underline;
}
.contact_form .form_send_text {
  margin-bottom: 200px;
  text-align: center;
}
span.wpcf7-spinner {
  display: none;
}
/* CF7チェックボックスを縦並びに */
span.wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 5px;
  display: block;
}
span.wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .contact_form .form_send_text {
    margin-bottom: 52px;
    text-align: left;
  }
  .contact_form input.form_btn {
    width: 100%;
  }
  .form_btn a {
    padding: 14px 0;
  }
}

/* ページネーション */
.pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 100px;
}
.pagination li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  height: 42px;
}
.pagination li > *:not(.dots) {
  width: 42px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  transition: color 0.3s ease, background 0.3s ease;
}
.pagination li > .current,
.pagination li > a:hover {
  background: #256097;
  color: #fff;
}
.pagination li .prev {
  background-color: transparent;
  color: #A5A5A5;
}
.pagination li .next {
  background-color: transparent;
  color: #111;
}
.pagination li .prev:hover,
.pagination li .next:hover {
  background-color: transparent;
  color: #A5A5A5;
}

/* ================================================
	エントリー
================================================ */
/* 各区分へのリンク */
.entry_link_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  margin-bottom: 80px;
}
.entry_link_list li {
  background: #256097;
  height: 120px;
  text-align: center;
  min-width: 340px;
}
.entry_link_list li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry_link_list li a::after {
  content: "";
  background-color: #fff;
  width: 14px;
  height: 8px;
  clip-path: polygon(0 0,100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  right: 50px;
}
@media screen and (max-width: 960px) {
  .entry_link_list {
    column-gap: 4%;
    margin-bottom: 40px;
  }
  .entry_link_list li {
    margin-bottom: 15px;
  }
}

.entry_sec {
  border: 1px solid #707070;
  margin-bottom: 60px;
  padding: 43px 46px 80px;
}
.entry_sec_title {
  background: url("../images/common/bg_entry.png") no-repeat 0 0;
  background-size: contain;
  height: 183px;
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
  padding-left: 40px;
}
.entry_sec_subtitle {
  color: #256097;
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 0.025em;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .entry_sec {
    padding: 0;
    margin: 0 4.8% 52px;
  }
  .entry_sec_title {
    font-size: 2.2rem;
    padding: .5em 18px;
    height: auto;
    margin-bottom: 10px;
    background-size: cover;
  }
  .entry_sec_text {
    padding: 10px 20px 20px;
  }
  .entry_sec_subtitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.entry_sec_table {
  margin: 60px 0 80px;
  width: 100%;
}
.entry_sec_table th {
  border-bottom: 1px solid rgba(112,112,112,0.25);
  font-weight: 500;
  padding: 34px 44px;
  vertical-align: top;
  white-space: nowrap;
}
.entry_sec_table td {
  border-bottom: 1px solid rgba(112,112,112,0.25);
  padding: 34px 0;
}
@media screen and (max-width: 960px) {
  .entry_sec_table {
    margin: 10px 0 50px;
  }
  .entry_sec_table th {
    padding: 10px 1.5em 10px 0;
  }
  .entry_sec_table td {
    padding: 10px 0;
  }
}
.entry_flow a {
  text-decoration: underline;
}
.entry_flow a:hover {
  text-decoration: none;
}
.entry_flow li {
  margin-bottom: 60px;
}
.entry_flow h5 {
  font-size: 2.1rem;
  font-weight: bold;
  height: 79px;
  display: flex;
  align-items: center;
  margin-left: 29px;
  margin-bottom: 30px;
}
.entry_flow h5 .num {
  background: #000;
  color: #fff;  
  border-radius: 50%;
  height: 58px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-left: -25px;  
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 2.8rem;
}
.entry_flow .flow1 {
  background: rgba(0,0,0,0.07);
}
.entry_flow .flow2 {
  background: rgba(0,0,0,0.13);
}
.entry_flow .flow3 {
  background: rgba(0,0,0,0.19);
}
.entry_flow .flow4 {
  background: rgba(0,0,0,0.25);
}
.entry_flow p {
  margin-left: 82px;
}
#mid-career {
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .entry_flow li {
    margin-bottom: 20px;
  }
  .entry_flow h5 {
    font-size: 1.8rem;
    height: 50px;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  .entry_flow h5 .num {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    margin-left: -20px;  
    font-size: 2rem;
  }
  .entry_flow p {
    margin-left: 52px;
  }
  #mid-career {
    margin-bottom: 80px;
  }
}

/* 送信ボタン有効でないとき */
.wpcf7-form-control.wpcf7-submit.has-spinner:disabled {
    background: #ddd;
    color: #666;
    cursor: not-allowed;
}