@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%;
  background-size: 56%;
}

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 {
  justify-content: space-between;
  align-items: center;
  top: 0;
  z-index: 9999;
  height: 60px;
  border-top: none;
}

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

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

.header01 h1.logo {
  width: 120px;
}
.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: #016dda;
  font-size: 14px;
}

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

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

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.8em 0.8em 0.8em 0.8em;
  font-weight: normal;
  color: #0067ba;
  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: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 100;
  background: #ffffff91;
  border-radius: 0 0 0 1em;
}

.hamburger__line {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 2px;
  background-color: #47525e;
  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: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: linear-gradient(22deg, #0067dd 22%, #07a3c0 72%, #87cbed 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open nav {
  right: 0;
  /* 上に寄せる（上基準） */
  /* 要素間の余白は gap で管理 */
  /* 最下部の外周余白は padding で */
}

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

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

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

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

.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: #f5fdff;
  padding: 10px 6% 12px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dde4e1;
}

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: 9.5em;
}

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 {
}

.footer01 ul li:nth-child(1) a {
  margin-bottom: 16px;
}

.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 #lottie {
  width: 40px;
  top: -40px;
}

.mv .u_btn {
  padding: 15px 16px;
  width: 90%;
  bottom: 22px;
  right: 0;
  left: 0;
  position: relative;
  border-radius: 1em;
  margin: 9px auto 0px;
}

.inner02 {
  width: 90%;
}

p.mainTitle1 {
  font-size: 24px;
}

.mv .h2Animation {
  bottom: 52%;
}

.header01 h1 img {
}

.home01 .txt,
.home01 .img {
  display: block;
  text-align: center;
}

.home01 > div {
  width: 88%;
}

.home01 {
  padding-top: 5% !important;
}

.home01 .img > div:nth-child(2) {
  padding-top: 14px;
  padding-left: 29%;
}

.home02 .cl33 {
  overflow: hidden;
}

.home03 li {
  width: 80% !important;
  margin: 0 auto 15px !important;
}

.btn03 {
  padding: 1.3em 2.5em;
  background-size: 1em;
}

.bg_mati {
  padding: 30px 30px !important;
}

.o_02 .head {
  display: block;
  position: relative;
}

.home06 .head .tag {
  position: absolute;
  top: -2px;
  left: 5em;
}

.footer01 > div {
  display: block;
}

.footer01 ul {
  width: 270px;
  padding: 20px 0;
  margin: auto;
}

.footer01 ul li:nth-child(1) a img {
}

.footer02 {
}

.footer02 .logo {
  margin: 0 auto;
  width: 150px;
  padding: 20px 0 0;
}

.footer02 p {
  text-align: center;
}

.footer02 .f_logo > ul {
  margin: auto;
}

ul.nav_02 li:nth-child(2) a {
  margin: 13px auto 0;
  display: block;
  text-align: center;
}

ul.nav_02 li:nth-child(1) a img {
  margin: 19px auto 0;
  display: block;
}

nav .dropdown-menu.dm_02 li {
  width: 100% !important;
}

ul.pankuzu {
  font-size: 11px;
  color: #cee1f7;
}

.inpage_mv .anime {
  width: 40px;
  height: 53px;
}

.bg_w {
  padding: 30px 30px;
}

.company02 .u_01 li {
  width: 100%;
}

.c_linkArea_02 .btn03 {
  text-align: left;
  padding-left: 1em;
}

.esg02 .cl50 li {
  display: block;
}

.esg02 .cl50 {
  padding: 20px 20px 10px;
}

.c_table_03 table,
.c_table_03 th,
.c_table_03 td {
  display: block;
}

.c_table_03 th {
  padding: 2px 1em;
}

.c_tit {
  font-size: 2rem;
}

.business01 .u_01 {
  flex-wrap: wrap;
}

.business01 .u_01 > li {
  width: 48% !important;
}

.img_right > .txt {
  padding-right: 0;
}

.img_right > .img,
.img_left > .img {
  position: relative;
  width: 100%;
  margin: 17px 0 0;
}

.img_right_02,
.img_left_02 {
  transform: translate(0px, -35px);
}

.img_right_02 > .fE {
  transform: rotateZ(0deg);
  top: -6.6rem;
  left: 0;
}

.cl20 li {
  margin-bottom: 18px;
}

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

#reason02 .img_right:nth-child(1) {
  padding-top: 15px;
}

.pointArea {
  padding: 30px;
  margin-bottom: 0% !important;
  padding-bottom: 0;
}

.pointArea_hukidashi > div {
  width: 180px;
}

.pointArea_hukidashi {
  left: -6px;
  top: -28px;
}

.img_left > .txt {
  padding-left: 0;
}

.img_right,
.img_left {
  padding-top: 30px;
}

.works01 a {
  background-size: 37px, cover;
  background-position: center left 8px, center;
  padding-left: 54px;
  border-radius: 1em;
  width: 315px;
  margin: auto;
}

.flowBox {
  display: block;
  padding-bottom: 72px;
}

.flowBox .img {
  margin: auto;
  padding-bottom: 0;
}

.flowBox .txt {
  width: 100%;
}

.flowBox:before {
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
  bottom: 19px;
}

.flowBox .u_01 {
  justify-content: center;
}

.flowBox .u_01 li:nth-child(2),
.flowBox .u_02 li:nth-child(2) {
  margin-right: 0;
}

.recruit03 .u_02 > div {
  display: block;
  padding: 22px;
}

.recruit03 .u_02 .tit {
  width: 100%;
  margin-right: 0;
  border: none;
}

.recruit_b_and_t03 ul.u_01 {
  flex-wrap: wrap;
  gap: 8px;
}

.recruit_b_and_t03 ul.u_01 li {
  width: 109px;
  height: 106px;
}

.recruit_b_and_t04 {
  padding-bottom: 33% !important;
}

.footer01_recruitBox ul {
  padding-top: calc(75px + 4em);
  position: relative;
}

.footer01_recruitBox ul li:last-child {
  width: 88%;
  top: 15px;
  margin: auto;
  left: 0;
  right: 0;
}

.content-area {
  padding: 26px;
}
.c_prevArea li a {
  width: 90px;
}
