@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  font-size: 3.6vw;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.c_phoneArea > div:nth-child(2) {
  margin-top: 10px;
}
.c_phoneArea > div:nth-child(2) a {
  font-size: 23px;
}
/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */

.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}

.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

/* =======================================
	★ページャー
========================================== */

.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

#contact .popup-inner {
  padding: 40px 20px;
}
/* ---------------------------------------------------------------------------
  ★header footer
--------------------------------------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  height: 60px;
  border-top: none;
  box-shadow: 0 1px 12px rgb(0 28 47 / 6%);
  padding-top: 2px;
}

.header,
.header01 > ul {
  display: none;
}

.header01 {
  padding: 0;
  margin-top: 0;
}

.header01 h1.logo {
  width: 180px;
  padding-left: 10%;
}
.nav a {
  border-right: none;
  color: #1c1c1c;
  font-weight: bold;
}

/* アコーディオンメニュー */
.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  color: #fefefe;
  border-bottom: 2px solid #fefefe;
}

.accordion-title:after {
  position: relative;
  display: block;
  content: "";
  right: -11px;
  top: 0.9em;
  width: 1.5em;
  height: 1.5em;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
  background: url(../img/arrow03.svg) no-repeat center left;
}

.accordion-title.open:after {
  transform: rotate(90deg);
  top: 0.9em;
}

.dropdown-menu li a {
  color: #071daf;
  font-size: 14px;
}

header > .nav > nav > div.center.mT40 .f24 {
  font-size: 6.6vw !important;
}

nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 60px;
  height: auto;
  color: #fefefe;
  transition: all 0.6s;
  z-index: 999999;
  overflow-y: auto;
  background: #fefefe;
  width: 250px;
  display: flex;
  flex-flow: column-reverse;
}

nav .dropdown-menu {
  background: #fff;
  padding: 0 6%;
}

nav .dropdown-menu.con {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

nav .nav_01 > li > a {
  position: relative;
  margin: 0;
  /* border-bottom: 1px solid #dde4e1; */
  padding: 0.4em 0.8em 0.4em 0.8em;
  font-weight: normal;
  color: #353535;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background-size: 16px;
  font-size: 15px;
}
.accordion-title {
  padding: 0 !important;
  width: 3em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

nav .dropdown-menu .accordion-title,
nav .dropdown-menu .dropdown-menu li {
  padding: 0.8em 0.8em 0.8em 2.25em;
  border-bottom: 1px solid #dde4e1;
}

nav .dropdown-menu .dropdown-menu li {
  padding: 0.3em 0.3em 0.3em 4.25em;
  border-bottom: none;
}

nav .dropdown-menu .dropdown-menu li a {
  color: #fefefe;
}

nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

nav .center a {
  color: #3c3c3c;
}

.dropdown-menu li {
  /* padding: 5px 20px; */
  /* border-bottom: 1px solid #949292; */
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 100;
  background: linear-gradient(18deg, #004aa0 0%, #007aff 80%);
}

.hamburger__line {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 2px;
  background-color: #fefefe;
  transition: all 0.6s;
  border-radius: 50em;
}

.hamburger__line--1 {
  top: 21px;
}

.hamburger__line--2 {
  top: 28px;
}

.hamburger__line--3 {
  top: 35px;
}

.black-bg01 {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #7ac0ea99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open nav {
  right: 0;
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 28px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 28px;
}

.accordion-box {
  position: relative;
}

.accordion-close {
  display: none;
  padding-left: 0.8em;
  padding-bottom: 0.8em;
  padding-top: 0.3em;
  border-bottom: 1px solid #dde4e1;
}

.nav li:nth-child(1) a {
  border-left: none !important;
}

.accordion-close li a {
  padding: 6px 0 0px;
  font-weight: 500;
  color: #006fbd;
}

nav .dropdown-menu {
  background: #f3f3f3;
  padding: 10px 6% 12px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

nav .dropdown-menu > p {
  color: #ffffff;
  text-align: center;
  padding: 0.3em 0 0.1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: linear-gradient(to right, #f9bd00, #f2e400);
  width: calc(100% + 13%);
  transform: translate(-6%, 0px);
  margin-bottom: 10px;
}

nav .dropdown-menu a {
  padding: 0 0 4px;
  font-weight: 500;
}

nav .dropdown-menu li:nth-child(odd) {
  width: 100%;
}

nav .dropdown-menu li:nth-child(2n) {
  /* width: 11em; */
}
nav .dropdown-menu .h_btn a {
  margin: 9px auto 0;
  text-align: center;
  width: 155px;
}
nav .dropdown-menu p span {
  background: url(../img/mv_icon01.svg) no-repeat center left / 1.4em;
  padding-left: 1.75em;
  color: #0c0419;
}
nav .telArea {
  width: 90%;
  margin: auto;
}

nav .telArea a {
  padding-bottom: 10px;
}

nav .tel {
  font-size: 3.2rem;
  color: #1c1c1c;
  font-weight: 500;
  width: 237px;
  margin: 0 auto 7px;
}

nav .h_btn {
  padding: 0;
}

nav .h_btn > a {
  color: #fff !important;
  background: url(../img/h_contact.svg) no-repeat left 2em center/1.3em,
    linear-gradient(to right, #120060, #0339e5) !important;
  /* border-radius: 1.5em; */
  width: 231px;
  /* padding: 7px 5px 5px 2em; */
  /* font-weight: 500 !important; */
  margin: auto;
}

.c_prevArea {
  font-size: 12px;
}

.c_prevArea li a {
  margin: 0px 3px;
}

.c_table_01 th,
.c_table_01 td {
  display: block;
}

.c_table_01 th {
  font-weight: bold;
}
.c_table_01 td {
  margin-bottom: 14px;
}
.footer01 {
  background: url(../img/foote_bg.jpg) no-repeat center top;
  color: #fff;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 1000;
}

.footer01 .h2Tit {
  color: #fff;
  font-weight: 400;
}

.footer01 ul a {
  background: #ffffff center left 2em no-repeat;
  display: block;
  border-radius: 50em;
  line-height: 130%;
  text-align: left;
  width: 375px;
  height: 102px;
  padding: 15px;
  padding-left: 5.2em;
  color: #dd1b1b;
}

.footer01 ul li:nth-child(1) a {
  background: #ffffff center left 2.5em no-repeat;
  background-image: url(../img/f_tel.svg);
  background-size: 2em;
}

.footer01 ul li:nth-child(2) a {
  background-image: url(../img/f_mail.svg);
  background-size: 2.5em;
}

.footer01 ul li:nth-child(3) a {
  background: #ffffff center left 2.5em no-repeat;
  background-image: url(../img/line.svg);
  background-size: 2.8em;
  padding-left: 6em;
}

.footer01 ul li:nth-child(1) .f29 {
  font-size: 34px !important;
}

.footer01 ul li .f29 {
  height: 31px;
  display: flex;
  align-items: center;
  padding-top: 1px;
  margin-top: 9px;
  font-weight: 400;
}

.footer02 .f_nav {
  display: none;
}

.sp_column01 {
  display: block;
}

.sp_column01 > * {
  width: 100% !important;
  float: inherit !important;
  margin-right: 0 !important;
}
.img_r img {
  margin-bottom: 10px;
}
.popup-inner {
  padding: 30px 20px;
  width: 90%;
}

.mv h2 {
  width: 78vw;
  padding-bottom: 39vw;
}

.mv {
  background: url(../img/mv.jpg) no-repeat top calc(15vw + 40px) left;
  height: auto;
  background-size: 186vw;
  padding-top: 40px;
}

.mv:before {
  width: 121vw;
  height: 23vw;
  min-width: auto;
  min-height: auto;
  z-index: 3;
  bottom: auto;
  top: calc(34vw + 40px);
}

.homeNews {
  position: relative;
  top: auto;
  transform: none;
  width: 100%;
  right: 0;
  padding: 12px 10% 15px;
}

.homeNews > div {
  transform: none;
  flex-wrap: wrap;
}

.homeNews .btn02 {
  width: 100%;
  margin-top: 7px;
}

.btn_l {
  min-width: 250px;
  font-size: 100%;
  padding: 13px 30px;
}

.h2Tit_fE .fE {
  font-size: 3.5rem;
}

.h2Tit_fE .c_tit {
  font-size: 1.8rem;
}

.home02 .cl33 p {
  margin: 8px 21px;
}

.c_tit {
  font-size: 1.8rem;
}

.home02 .u_01 {
  display: block;
  gap: 0;
}

.home02 .u_01 a {
  width: 266px;
  padding: 14px 30px 17px 66px;
  font-size: 1.8rem;
  margin: auto;
  background-size: 46px, 0.5em !important;
  margin-bottom: 12px;
}

.home02 .u_01 a {
}

.footer01 .inner,
.footer03 .inner {
  display: block;
}

.footer01 .u_01,
.footer03 .u_01 {
  margin: 0 0 10px;
}

.footer01 a,
.footer03 a {
  width: 250px;
  margin: auto;
  padding: 14px 15px 21px;
}

.f_logo {
  margin: 15px 0 8px;
  text-align: center;
  line-height: 140%;
}

.footer02 .f_logo > img {
  width: 150px;
  margin: auto;
}

.nav_02 ul {
  display: block;
}

.nav_02 {
  display: block;
}

.nav .nav_02 > a {
  width: 150px;
  margin: 16px auto 10px;
  display: block;
}

.nav_02 ul li a {
  text-align: center;
  margin: 0 auto 24px;
}

.nav_02 ul li:nth-child(2) {
  display: none;
}

ul.nav_01 {
  display: flex;
  flex-wrap: wrap;
}

ul.nav_01 > li:nth-child(odd) {
  width: 102px;
  background: #000;
}

ul.nav_01 > li.sp > a {
  background: #1052c6;
  padding: 0.8em;
}

ul.nav_01 > li.sp > a img {
  width: 6em;
}

.inpage_mv .h2Tit_l {
  font-size: 3rem;
}

.inpage_mv {
  height: calc(8vw + 110px);
  margin-top: 0;
  padding-top: 36px;
}

.inpage_mv:before {
  width: 121vw;
  height: 23vw;
  min-width: auto;
  min-height: auto;
  z-index: 3;
  bottom: 0;
}
.h2Tit,
.h2Tit_l,
.h2Tit_ll,
.h2Tit_b {
  font-size: 1.7rem;
}

.h2Tit_ll {
  font-size: 2.5rem;
}

.skew01 {
  position: relative;
  left: -12vw;
  margin-bottom: 10%;
}
.skew02 {
  position: relative;
  right: -12vw;
  margin-bottom: 10%;
}
.dec_maru {
  padding-top: 10vw;
}

.c_p {
  font-size: initial;
}
.strength01.pB80 {
  padding-bottom: 0 !important;
}

.anchorlinkBox {
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 7.5% !important;
  margin-bottom: 0% !important;
}

.anchorlinkBox li {
  width: 46%;
  margin-bottom: 4px;
}

.anchorlinkBox a {
  font-size: 90%;
  margin: 0;
}

.business01 {
  padding-bottom: 0% !important;
}

.anchorlink {
  padding-top: 70px;
  transform: translate(0px, -70px);
}

#works .anchorlinkBox {
  margin-bottom: 7% !important;
}

.line_b .c_tit {
  font-size: inherit;
}

.c_table_02 table tbody tr td {
  line-height: 140%;
  padding: 9px;
  font-size: 90%;
}

.c_table_02 table tbody tr td:nth-child(1){
	width: 20%;
}

.hukidashi {
  display: block;
}

.hukidashi .img {
  margin: 0 auto 17px;
}

.bg_w {
  padding: 15px;
}

.hukidashi .txt > * {
  padding-left: 0;
}

.hukidashi .txt02 {
  background: none;
  padding-bottom: 0;
}

.hukidashi p:last-child {
  margin-top: 8px;
  float: right;
}

.hukidashi .c_tit {
  text-align: center;
}
.hukidashi .txt {
  padding-bottom: 33px;
}

#esg01 .h2Tit_l {
  font-size: 2.7rem;
  margin-bottom: 2% !important;
}

.lh220 {
  line-height: 180% !important;
}

#esg01 .h2Tit_ll {
  position: relative;
  font-size: 2rem;
  text-align: center;
  margin: auto;
}

#esg02 {
  padding-top: 3% !important;
}

.sdgs_tit {
  display: block;
}

ul.sdgsBox.mT20 {
  margin: 0% 0 25px !important;
}

#equipment02 {
  transform: translate(0px, 0px);
}

#equipment02 .dec_maru {
  padding-top: 0;
}

.recruit01 .h2Tit_ll {
  font-size: 2rem;
  margin: 0;
}

.recruit02 .sp_scroll {
  overflow-x: scroll;
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
}
.recruit02 .c_table_02 {
}

.recruit02 .dec_maru {
  width: 100%;
}

.recruit02 .c_table_02 table tbody tr th {
  writing-mode: horizontal-tb;
}

.recruit02 .c_table_02 table tbody tr th,
.recruit02 .c_table_02 table tbody tr td {
  padding: 14px;
}

.recruit02 thead th:nth-child(1) {
  min-width: 100px;
}

.recruit02 .c_table_02 table {
}

.hukidashi02 .img {
  width: 50px;
  padding-top: 41px;
}

.recruit02 thead th:nth-child(2),
.recruit02 thead th:nth-child(3) {
  font-size: 100%;
}

.recruit02 .u_01 p {
  font-size: 90%;
  padding: 8px 43px;
  top: -24px;
}

.recruit02 .u_01 p span:before {
  bottom: -17px;
}

.recruit02 thead th:nth-child(2),
.recruit02 tbody td:nth-child(2) {
  max-width: 210px;
}

.recruit02 thead th:nth-child(3) {
  min-width: 132px;
}

.hukidashi02 {
  margin-bottom: 16px;
}

.hukidashi02 .txt {
  transform: translate(33px, 0px);
}

.recruit03 .bg_blue {
  padding: 15px 16px 1px;
}

.footer03 a {
  margin-bottom: 10px;
  padding-bottom: 14px;
}

.footer03 a:nth-child(1) p.fE,
.footer03 a:nth-child(2) p.fE {
  padding-top: 6px;
  padding-bottom: 5px;
}

.support02 .u_01 .hukidashi02 {
  transform: rotate(0deg);
  top: -54px;
  right: 0;
}

.support02 .hukidashi02 .txt p {
  font-size: 90%;
}

.support02 .hukidashi02 .txt {
  width: 18em;
  transform: translate(30px, 14px);
}

.linkArea ul {
  display: block;
}

.linkArea ul li {
  margin-bottom: 10px;
}

.linkArea ul li a {
  min-width: 200px;
}

.cl20 li {
  max-width: inherit;
  width: 120px !important;
}

.support03 .inner_1200 {
  width: 100%;
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 12px;
}

.c_table_02 table tbody tr th {
  width: 100px;
  padding-left: 3px;
  padding-right: 3px;
}

.recruit_info02 .keyword .tag {
  display: inline-block;
  margin-bottom: 5px;
}

.tab-area .tab {
  height: 40px;
  line-height: 40px;
  font-size: 120%;
}

.tab-area {
  margin-bottom: 0% !important;
}

.content-area .content.show {
  margin-top: 26px;
}
    input.long, textarea.message {
        width: 100% !important;
        min-width: 100% !important;
    }


.senpai_voice02 .u_02 li:nth-child(2), .senpai_voice02 .u_03 li:nth-child(1) {
    padding-bottom: 30px;
}

