@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.eng, .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title .en, section.cont-02.center-section .ttl-01 .en, ul.info-box .info-box-item .info-box-textarea .info-box-btn-01, ul.info-box .info-box-item-tel .info-box-textarea .info-box-tel, .section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .ttl-01 .en, .section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dt .days, .section-wrapper.section-wrapper-business .unit-01 .title-column .ttl-01 .en, .section-wrapper.section-wrapper-company .ttl-01 .en, .section-wrapper.section-wrapper-recruit .top_recruit .ttl-01, .section-wrapper.section-wrapper-pr-voice .top_pr-voice .ttl-01, .pagetitle .inner .pagetitle-text .en, .pages .business-movie-section .ttl-01 .en {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* header
---------------------------------------- */
.top-head {
  margin: 0;
  padding: 0;
  width: 100%;
  transition: 0.6s;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  height: 72px;
}

.pages.lower .top-head {
  position: static;
}

.pages.lower .top-head .header .menu-area .menu > li > a {
  color: #333;
}

.pages.lower .top-head .header .menu-area .menu > li .submenu-wrapper {
  z-index: 10;
}

.top-head.is-fixed {
  position: fixed !important;
  background-color: #fff;
  animation: gnavScrolledSlideDown 0.4s ease-out forwards;
}

.top-head.is-fixed .header .menu-area .menu > li > a {
  color: #333;
}

.top-head .header {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 72px;
}

.top-head .header .menu-area {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

.top-head .header .menu-area .head-logo {
  width: 240px;
}

.top-head .header .menu-area .head-logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .head-logo {
    width: 140px;
  }
}

.top-head .header .menu-area .menu {
  margin: 0;
  padding: 0 180px 0 0;
  width: calc(100% - 160px - 240px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
  box-sizing: border-box;
  gap: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu {
    padding: 0 100px 0 0;
    width: calc(100% - 100px - 120px);
    gap: 12px;
  }
}

.top-head .header .menu-area .menu > li {
  margin: 0;
  padding: 0;
}

.top-head .header .menu-area .menu > li > a {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-weight: normal;
  transition: all 0.4s ease;
  height: 72px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > a {
    font-size: 11px;
  }
}

.top-head .header .menu-area .menu > li > a:hover {
  opacity: 0.5;
}

.top-head .header .menu-area .menu > li > .submenu-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  left: 0;
  top: 72px;
  background-color: #1974ce;
  position: absolute;
  width: 100%;
  z-index: 2;
  display: none;
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  min-height: 200px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu {
    padding: 0 5%;
  }
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title {
  text-align: left;
  line-height: 1;
  height: 100%;
  min-width: 220px;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title {
    min-width: 160px;
  }
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title .en {
  font-weight: 200;
  display: block;
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title .en {
    font-size: 24px;
  }
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title .jp {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title .jp {
    font-size: 12px;
  }
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 70px;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-list {
    gap: 24px 24px;
  }
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-list li a {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-list li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  margin-right: 12px;
  background: url("../img/arrow_w_r.svg") 0 0/contain no-repeat;
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-list li a:hover {
  opacity: 0.5;
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-img {
  width: 260px;
  flex: none;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-img {
    width: 180px;
  }
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-img img {
  width: 100%;
  height: auto;
}

.top-head .header .menu-area .contact-tel-box {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .contact-tel-box {
    width: 100px;
  }
}

.top-head .header .menu-area .contact-tel-box a {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  color: #fff;
  font-weight: 500;
  background-color: #0060c1;
  transition: all 0.4s ease;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .contact-tel-box a {
    font-size: 12px;
  }
}

.top-head .header .menu-area .contact-tel-box a:hover {
  opacity: 0.5;
}

@keyframes gnavScrolledSlideDown {
  0% {
    transform: translateY(-144px);
  }
  100% {
    transform: translateY(0);
  }
}

.footer {
  margin: 0;
  padding: 80px 0;
  background-color: #444444;
}

.footer .inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner {
    padding: 0 5%;
  }
}

.footer .inner .unit-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .inner .unit-01 .footer-logo-column {
  width: 274px;
  line-height: calc(24 / 14);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-logo-column {
    width: 200px;
  }
  .footer .inner .unit-01 .footer-logo-column img {
    width: 100%;
    height: auto;
  }
}

.footer .inner .unit-01 .footer-logo-column .foot-address {
  color: #fff;
  font-size: 14px;
  line-height: calc(24 / 14);
  margin-top: 28px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-logo-column .foot-address {
    font-size: 12px;
  }
}

.footer .inner .unit-01 .footer-logo-column .tel {
  color: #fff;
  line-height: calc(24 / 14);
}

.footer .inner .unit-01 .footer-menu-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
  width: calc(100% - 274px - 70px);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column {
    width: calc(100% - 200px - 30px);
    gap: 2%;
  }
}

.footer .inner .unit-01 .footer-menu-column .footer-menu {
  margin: 0;
  padding: 0;
  max-width: 220px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu:nth-child(4) {
    width: 24%;
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu:nth-child(5) {
    width: 19%;
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu {
    width: 16%;
    max-width: none;
  }
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item {
    font-size: 12px;
  }
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level + .first-level {
  margin-top: 10px;
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level > a {
    font-size: 12px;
  }
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level > a:hover {
  opacity: 0.5;
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level {
  margin: 16px 0 0;
  padding: 0;
  line-height: 1.5;
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level.submenu .submenu-item + .submenu-item {
  margin-top: 10px;
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level.submenu .submenu-item > a {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level.submenu .submenu-item > a {
    font-size: 10px;
  }
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level.submenu .submenu-item > a:before {
  content: "";
  display: block;
  flex: none;
  width: 8px;
  height: 14px;
  margin: 5px 12px 0 0;
  background: url("../img/arrow_w_r.svg") 0 0/contain no-repeat;
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level.submenu .submenu-item > a:hover {
  opacity: 0.5;
}

.footer .inner .copyright {
  text-align: center;
  color: #fff;
  margin-top: 80px;
  width: 100%;
}

/* Reset css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 500;
}

aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

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

embed,
object {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

abbr,
acronym,
fieldset,
img {
  border: 0;
}

li {
  list-style-type: none;
  list-style: none;
}

.edge li {
  white-space: nowrap;
}

img {
  vertical-align: bottom;
  height: auto;
}

hr {
  clear: both;
  border: none;
  background-color: #ffffff;
}

body {
  line-height: 1.8;
}

a {
  color: #231815;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

svg {
  overflow: visible;
}

html,
body {
  width: 100%;
}

body {
  color: #231815;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

.bg {
  background-color: #eff5ff;
}

.bg-gray {
  background-color: #f7f7f7;
}

/* 基本のスタイル */
.scroll-fade.delighter {
  opacity: 1;
  　transform: translate(0, 0);
}

.scroll-fade.delighter.started {
  　transform: translate(0, 45px);
  　transition: all 300ms;
}

/* スタート時のスタイル */
/* エンド時のスタイル */
/* sp
---------------------------------------- */
.forSP,
.forsp {
  display: none;
}

/* common
---------------------------------------- */
/* floatクリア */
#mobile-menu {
  display: none;
}

/* footer
---------------------------------------- */
.footer_ban_area {
  text-align: left;
  margin-bottom: 16px;
}

.footer_ban_area a {
  display: inline-block;
  border: 1px solid #ddd;
}

.footer_ban_area a:hover {
  opacity: 0.7;
}

.btn-info {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  background-color: #117cc0;
  border: 2px solid #117cc0;
  padding: 0px 50px;
  position: relative;
  color: #fff;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-info span {
  position: relative;
  line-height: 1.5rem;
}

.btn-info::before, .btn-info::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-info:hover {
  background-color: #7cbb44;
  border-color: #7cbb44;
  color: #f3f3f3;
}

.btn-info::before, .btn-info::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}

.btn-info::before {
  right: 0;
}

.btn-info::after {
  left: 0;
}

.btn-info:hover::before, .btn-info:hover::after {
  width: 0;
  background-color: #59b1eb;
}

a.btn-info.tel {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

a.btn-info.mail {
  font-size: 1.2rem;
  padding-left: 80px;
}

a.btn-info.tel span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 40px;
  background-image: url(../img/tel.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -9px;
  left: -30px;
}

a.btn-info.mail span:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 27px;
  background-image: url(../img/mail.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  /* top: -40; */
  /* right: 50%; */
  left: -45;
}

ul.forPC.footer-menu {
  text-align: left;
}

ul.under_menu li {
  margin: 2px 10px;
}

ul.under_menu li a {
  font-size: 12px;
}

ul.under_menu li:last-of-type {
  margin-left: auto;
}

p.contact_btn a {
  background-color: #fff;
  padding: 5px 30px;
  border: 1px solid #000;
  font-weight: 600;
}

p.contact_btn a:hover {
  background-color: #9f9080;
}

.copyright {
  text-align: center;
  font-size: 0.6em;
  letter-spacing: 0.1em;
}

ul.infoarea-box {
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /* margin-bottom: 100px; */
  padding-bottom: 30px;
}

.footer-info-area li.contact-tel-box {
  position: relative;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}

ul.infoarea-box li {
  margin: 10px;
  border: 1px solid #8bc01f;
  padding: 20px 30px;
  width: 492px;
  height: 114px;
}

li.contact-mail-box {
  background-color: #ffdc00;
  position: relative;
}

li.contact-mail-box p {
  font-size: 1.3rem;
  vertical-align: bottom;
  position: absolute;
  top: 60;
  left: 0;
  right: 0;
  /* bottom: 0; */
  margin: auto;
}

li.contact-mail-box p:before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 42px;
  /*画像の幅*/
  height: 27px;
  /*画像の高さ*/
  background-image: url(../img/mail.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -40;
  right: 50%;
}

ul.middle_inner {
  display: flex;
}

ul.middle_inner li {
  color: #fff;
}

ul.middle_inner li:first-child {
  padding-top: 70px;
  width: 70%;
}

ul.middle_inner li:last-child img {
  position: absolute;
  width: 45%;
  right: 0;
  top: -101px;
}

ul.list_box p.catch {
  width: 100%;
  text-align: left;
}

ul.list_box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

ul.list_box li {
  width: 322px;
  margin: 20px;
  transition: all 0.6s ease 0s;
}

ul.list_box li a:hover {
  transform: scale(1.1, 1.1);
}

ul.list_box li:first-child {
  width: 100%;
  color: #333;
}

ul.list_box a.morebtn {
  display: inline-block;
  border: 1px solid #1974ce;
  color: #1974ce;
  font-size: 14px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 160px;
  height: 30px;
  line-height: 5px;
  padding: 13px;
}

ul.list_box a.morebtn:hover {
  color: #ffffff;
  background-color: #0097e0;
  border: 1px solid #0097e0;
}

ul.list_box p.txt {
  text-align: left;
  line-height: 1.8rem;
  /* padding-top: 15px; */
  color: #1974ce;
  font-size: 14px;
  padding: 0px 20px 0px 10px;
  background-color: #fff;
}

/*----------------------------------------------------------------------------
XX：for other devices
----------------------------------------------------------------------------*/
/*@import '_aside.scss';*/
/*@import '_table.scss';*/
/*.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}*/
.u8fadeItem {
  transition: 0.8s;
}

.u8fadeItem.fadeDelay {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.u8fadeItem.fadeIn {
  opacity: 0;
  filter: alpha(opacity=0);
}

.u8fadeItem.fadeIn.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
}

.u8fadeItem.fadeInDown {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.u8fadeItem.fadeInDown.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.u8fadeItem.fadeInUp {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.u8fadeItem.fadeInUp.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 100px;
  background: #b8b8b8;
  z-index: 99;
}

#page-top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}

#page-top a::before {
  content: url(../img/toparrow.png);
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.pages .default-text {
  font-size: 16px;
  margin-top: 48px;
}

.pages .default-text + .default-text {
  margin-top: 1rem;
}

.another_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 48px;
}

.another_inner + .another_inner {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #ccc;
}

.another_inner article {
  box-sizing: border-box;
  background-color: #fff;
  width: 49%;
  padding: 32px 32px 96px 32px;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  position: relative;
}

.another_inner article .another_title {
  font-weight: bold;
  font-size: 18px;
}

.another_inner article a.map_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  height: 50px;
  width: 240px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 24px;
  background-color: #1974ce;
  border-radius: 4px;
  color: #fff;
}

.another_inner article a.map_btn:hover {
  opacity: 0.5;
}

.another_inner article a.map_btn .fa-map-marker-alt:before {
  padding-right: 5px;
}

p.txts {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1rem;
  padding-right: 30px;
}

.pages p.catch {
  padding: 20px;
  /*  padding-top: 20px;*/
}

.h1block {
  background-color: #1974ce;
  height: 300px;
  position: relative;
}

.pages .bg {
  background-color: #f4f9ff;
}

.main-contents {
  padding-top: 40px;
}

h2.pages-h2 {
  text-align: left;
  border-top: 1px solid #172f7a;
  border-bottom: 1px solid #172f7a;
  padding: 20px 0px;
  color: #172f7a;
  margin-bottom: 25px;
}

.pages-ttl {
  padding-bottom: 30px;
}

h2.pages-h2 span {
  font-size: 0.5em;
  color: #000;
  padding-left: 10px;
}

p.catch {
  line-height: 2rem;
  font-size: 16px;
}

table.office-table {
  width: 90%;
  margin: 42px auto 0;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  table.office-table {
    width: 100%;
  }
}

table.office-table thead th {
  padding: 20px 40px;
  line-height: 1.5;
  font-weight: bold;
  background-color: #f4f9ff;
}

table.office-table th {
  padding: 30px 0 30px 30px;
}

table.office-table td {
  padding: 30px 30px 30px 0;
}

table.office-table th {
  width: 20%;
  background-color: #fff;
  color: #1974ce;
  border-bottom: 1px solid #ddd;
  border-top: none;
  font-weight: 600;
  font-size: 1.1em;
}

table.office-table td {
  border-top: none;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  line-height: 1.4;
  background-color: #fff;
  font-size: 1em;
}

table.office-table.history tr:nth-child(2n) th {
  background-color: #eee;
}

table.office-table.history tr:nth-child(2n) td {
  background-color: #eee;
}

table.office-table.history th {
  width: 15%;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  table.office-table.history th {
    width: 25%;
  }
}

section.cont-02 {
  padding: 80px 0px;
}

section.cont-02.center-section .ttl-01 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

section.cont-02.center-section .ttl-01 span {
  display: block;
}

section.cont-02.center-section .ttl-01 .en {
  font-size: 32px;
  text-align: center;
  color: #1974ce;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  section.cont-02.center-section .ttl-01 .en {
    font-size: 24px;
  }
}

section.cont-02.center-section .ttl-01 .jp {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  section.cont-02.center-section .ttl-01 .jp {
    font-size: 14px;
  }
}

section.cont-02.center-section .ttl-01:after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #1974ce;
  margin: 24px auto 0;
}

section.cont-02.center-section .txt {
  color: #000;
  font-weight: 4000;
}

section.cont-02.center-section .img-01 {
  display: block;
  width: fit-content;
  margin: 42px auto 0;
}

section.cont-02 .inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  section.cont-02 .inner {
    padding: 0 5%;
  }
}

section.cont-02 .ttl-01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  section.cont-02 .ttl-01 {
    font-size: 22px;
  }
}

section.cont-02 .ttl-01:after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #1974ce;
  margin-top: 24px;
}

section.cont-02 .catch-01 {
  font-family: "IBM Plex Sans", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2;
  font-size: 24px;
  margin: 64px 0;
  color: #1974ce;
  text-align: center;
  font-weight: 600;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  section.cont-02 .catch-01 {
    font-size: 18px;
  }
}

.bg-grey {
  background-color: #f2f0ef;
}

/*====================
company
 ====================*/
.company_ban_area {
  margin-bottom: 40px;
}

.company_ban_area a:hover {
  opacity: 0.7;
}

figure.ph {
  padding-bottom: 30px;
}

figure.ph img {
  width: 400px;
}

.company p.catch {
  letter-spacing: 0.2rem;
  padding: 50px;
  line-height: 2.2rem;
}

.company h2.pages-h1 {
  padding-bottom: 50px;
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.company .h1block {
  background: url("../img/bg_company.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*====================
philosophy
 ====================*/
.philosophy .h1block {
  background: url("../img/bg_philosophy.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.philosophy p.txt {
  text-align: left;
  font-size: 16px;
  color: #1974ce;
  padding-top: 30px;
}

.pages main p.txt_m {
  text-align: left;
  font-size: 1.1rem;
  padding: 30px;
  line-height: 2rem;
  color: #ffffff;
}

.info .h1block {
  background: url("../img/bg_info.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.transportation.harbor_loading .h1block {
  background: url("../img/bg_harbor_loading.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*====================
news
 ====================*/
.philosophy.news .h1block {
  background: url("../img/bg_news.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ttl-cmn-02 span {
  font-size: 1rem;
  padding-right: 15px;
}

/*====================
採用情報
 ====================*/
.pages .recruit p.h3_txt {
  color: #1974ce;
  font-size: 16px;
  font-weight: 800;
  line-height: 2.5rem;
}

.recruit .h3_block h3 {
  font-size: 40px;
  color: #fff;
  -webkit-text-stroke: 1px #1974ce;
  text-stroke: 1px #1974ce;
}

.pages .recruit p.under_ttl {
  color: #1974ce;
  font-size: 26px;
  padding: 20px 0px 30px 0px;
  line-height: 2.5rem;
  font-weight: 700;
}

p.under_ttl span {
  position: relative;
  display: block;
  display: inline-block;
  margin-bottom: 10px;
}

p.under_ttl span:before {
  background-color: #1974ce;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.recruit .box {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit .box article {
  width: 28%;
  background-color: #f1f1f1;
  margin-bottom: 50px;
}

.recruit .box article h3 {
  background-color: #1974ce;
  color: #fff;
  padding: 15px;
  height: 70px;
  font-size: 24px;
  line-height: 3rem;
}

.recruit .recruitment .h3_block h3 {
  font-size: 40px;
  color: #1974ce;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}

.recruit .recruitment .inner.company_inner {
  background-image: url(../img/recruit_bg2.png);
  background-size: auto;
}

.recruit .recruitment .h3_block {
  position: absolute;
  width: 40%;
  top: 80px;
  left: 80px;
  right: inherit;
}

ul.info-box {
  padding-top: 42px;
  display: flex;
  justify-content: center;
  gap: 24px 2%;
}

ul.info-box .info-box-item {
  background-color: #fff;
  width: 49%;
  box-sizing: border-box;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

ul.info-box .info-box-item .info-box-ttl {
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  background-color: #1974ce;
  padding: 20px;
  font-size: 24px;
}

ul.info-box .info-box-item .info-box-textarea {
  padding: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  ul.info-box .info-box-item .info-box-textarea {
    padding: 24px 20px;
  }
}

ul.info-box .info-box-item .info-box-textarea .info-box-text-01 {
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  ul.info-box .info-box-item .info-box-textarea .info-box-text-01 {
    font-size: 14px;
  }
}

ul.info-box .info-box-item .info-box-textarea .info-box-btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin: 15px auto 15px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #1974ce;
  width: 320px;
  font-weight: bold;
  font-size: 20px;
  color: #1974ce;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  ul.info-box .info-box-item .info-box-textarea .info-box-btn-01 {
    font-size: 14px;
    width: 100%;
    height: 42px;
    margin: 15px 0 0 0;
  }
}

ul.info-box .info-box-item .info-box-textarea .info-box-btn-01:hover {
  background-color: #1974ce;
  color: #fff;
}

ul.info-box .info-box-item a.mynavi img {
  width: 273px;
  margin-top: 12px;
}

ul.info-box .info-box-item a.mynavi:hover {
  opacity: 0.8;
}

ul.info-box .info-box-item-tel .info-box-textarea {
  padding: 42px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

ul.info-box .info-box-item-tel .info-box-textarea .info-box-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 32px;
  text-align: center;
  color: #1974ce;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  ul.info-box .info-box-item-tel .info-box-textarea .info-box-tel {
    font-size: 23px;
  }
}

ul.info-box .info-box-item-tel .info-box-textarea .info-box-tel:before {
  content: "TEL.";
}

ul.info-box .info-box-item-tel .info-box-textarea .small {
  margin-top: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  ul.info-box .info-box-item-tel .info-box-textarea .small {
    font-size: 10px;
  }
}

.pages main p.infottl {
  color: #fff;
  font-size: 22px;
  padding-top: 15px;
  font-weight: bold;
}

p.infottl span {
  position: relative;
}

p.infottl span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

p.infottl span.read {
  font-size: 14px;
  margin-top: 1rem;
  display: inline-block;
  line-height: 1.2;
}

.info-box a.morebtn {
  /* padding: 15px 125px; */
  padding: 25px 88px;
  margin-top: 12px;
  letter-spacing: 0.1rem;
}

.info-box a.morebtn:hover {
  background-color: #fff;
  color: #1974ce;
}

.info-box a.morebtn2 {
  /* padding: 15px 125px; */
  padding: 26px 88px;
  margin-top: 12px;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  width: 273px;
}

.info-box a.morebtn2:hover {
  opacity: 0.8;
}

a.morebtn2 {
  display: inline-block;
  border: 1px solid #fff;
  overflow: #fff;
  color: #fff;
  padding: 15px 60px;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #1974ce;
}

a.tel_txt {
  color: #fff;
  font-size: 2.5rem;
  padding-top: 20px;
  display: inline-block;
  letter-spacing: 0.2rem;
}

a.tel_txt2 {
  color: #fff;
  font-size: 2.5rem;
  padding-top: 40px;
  display: inline-block;
  letter-spacing: 0.2rem;
}

.section.offices::before {
  top: 68px;
  background: #f5f7fa;
  bottom: 300px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: calc(12.5% + 20px);
  top: 8.5vw;
}

.section.offices ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  max-width: 1500px;
  padding: 0 6.25%;
}

.section.offices ul > li {
  max-width: 300px;
  min-width: 280px;
}

/* form
---------------------------------------- */
input {
  display: inline-block;
  vertical-align: middle;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

textarea,
label {
  display: inline-block;
  vertical-align: middle;
}

input,
textarea {
  border: 1px solid #b2b2b2;
  padding: 15px;
  line-height: 1;
}

select {
  border: 1px solid #b2b2b2;
  padding: 15px;
  line-height: 1;
  /*-webkit-appearance: none;*/
  /*border-radius: 0;*/
  /*background-color: #FFF;*/
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
  color: #ccc !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #808080;
}

label {
  line-height: 1;
  padding: 10px 0;
  margin-right: 20px;
}

textarea {
  width: 100%;
  height: 175px;
  resize: vertical;
  box-sizing: border-box;
  line-height: 1.7;
}

input[type="text"], input[type="email"] {
  width: 350px;
}

input#zip, input#dest-zip {
  width: 200px;
}

input#address, input#dest-address {
  width: 100%;
}

input#zip, input#dest-zip {
  margin-left: 10px;
}

select#city {
  margin-left: 10px;
}

input#etc1-text, input#etc2-text, input#etc3-text {
  margin-left: 10px;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: middle;
}

input[type="reset"].wpcf7c-conf {
  display: none;
}

#reset.wpcf7c-conf {
  display: none;
}

input[type="reset"], input[type="button"], input[type="submit"] {
  width: 300px;
  padding: 0;
  font-size: 1.2rem;
  line-height: 65px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  -webkit-appearance: none !important;
  margin: 20px;
}

input[type="reset"], input[type="button"] {
  background-color: #fff;
  border: 2px solid #333;
  margin-right: 20px;
}

input[type="submit"] {
  background-color: #808080;
  border: 2px solid #808080;
  color: #fff;
}

input[type="submit"][disabled] {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

form hr {
  border-top: 1px solid #b2b2b2;
  margin: 50px auto;
  width: 960px;
}

input.smallform {
  width: 100px;
}

/*====================
お問合わせフォーム
 ====================*/
.Contact .inner {
  width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .Contact .inner {
    width: 100%;
    max-width: 1120px;
    padding: 0 5%;
  }
}

.Contact .h1block {
  /*  background-color: #0097e0;
    height: 150px;
    position: relative;*/
  background: url("../img/bg_contact.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Contact .domain-info {
  margin: 20px 0 20px;
  background-color: #f2f2f2;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 1px;
  padding: 20px;
  text-align: center;
}

.Contact .domain-info > p {
  font-size: 13px;
}

.Contact .domain-info > p#domain strong {
  color: #e6144e;
  display: block;
}

.Contact .domain-info > p strong {
  display: block;
  padding: 0px;
}

/*.Contact h1 {
    color: #fff;
    letter-spacing: 0.1rem;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    padding-bottom: 10px;
}

.Contact h1 span {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
/*.Contact .h1block{
	background: url("../img/bg_safe_keeping.jpg");
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}*/
p#domain strong a {
  color: #1974ce;
  font-size: 1rem;
}

p#domain strong a:hover {
  text-decoration: none;
}

.Contact .domain-info p a:hover {
  text-decoration: underline;
}

.Contact .domain-info > p:last-child {
  margin: 0;
}

.Contact .formhead-need {
  background-color: #0097e0;
  color: #fff;
  font-size: 0.7em;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  top: 0;
  /* left: 0; */
}

.Contact .contactArea p.txt {
  text-align: center;
  padding-bottom: 30px;
}

.Contact .p.coutiontxt {
  line-height: 1.5em;
  padding-bottom: 50px;
}

.Contact .contactFormArea {
  xwidth: 810px;
  padding: 10px 25px;
  margin: 0 auto;
  border-color: #c8c9ca;
  border-style: solid;
  border-width: 1px;
}

.Contact .contactForm {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.Contact .contactForm.confirm td {
  padding-left: 20px;
  padding-right: 20px;
}

.Contact .contactForm th {
  border-width: 1px 0 1px 0;
  border-style: solid;
  position: relative;
  font-size: 18px;
  color: #1974ce;
  font-weight: normal;
  padding: 20px 0px 20px 10px;
  border-color: #1974ce;
  background-color: #eff5ff;
  background-clip: padding-box;
  width: 30%;
}

.Contact span.eng, .Contact .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title span.en, .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title .Contact span.en, .Contact section.cont-02.center-section .ttl-01 span.en, section.cont-02.center-section .ttl-01 .Contact span.en, .Contact ul.info-box .info-box-item .info-box-textarea span.info-box-btn-01, ul.info-box .info-box-item .info-box-textarea .Contact span.info-box-btn-01, .Contact ul.info-box .info-box-item-tel .info-box-textarea span.info-box-tel, ul.info-box .info-box-item-tel .info-box-textarea .Contact span.info-box-tel, .Contact .section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .ttl-01 span.en, .section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .ttl-01 .Contact span.en, .Contact .section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dt span.days, .section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dt .Contact span.days, .Contact .section-wrapper.section-wrapper-business .unit-01 .title-column .ttl-01 span.en, .section-wrapper.section-wrapper-business .unit-01 .title-column .ttl-01 .Contact span.en, .Contact .section-wrapper.section-wrapper-company .ttl-01 span.en, .section-wrapper.section-wrapper-company .ttl-01 .Contact span.en, .Contact .section-wrapper.section-wrapper-recruit .top_recruit span.ttl-01, .section-wrapper.section-wrapper-recruit .top_recruit .Contact span.ttl-01, .Contact .section-wrapper.section-wrapper-pr-voice .top_pr-voice span.ttl-01, .section-wrapper.section-wrapper-pr-voice .top_pr-voice .Contact span.ttl-01, .Contact .pagetitle .inner .pagetitle-text span.en, .pagetitle .inner .pagetitle-text .Contact span.en, .Contact .pages .business-movie-section .ttl-01 span.en, .pages .business-movie-section .ttl-01 .Contact span.en {
  margin-left: 10px;
  font-size: 0.8rem;
}

.Contact .contactForm td {
  font-size: 80%;
  border-width: 1px 0 1px 0;
  border-color: #1974ce;
  border-style: solid;
  text-align: left;
  padding: 20px 0px 20px 10px;
}

.Contact .contactForm td p.caution {
  padding: 10px 0px 2px 0px;
}

.Contact .mail-form-header {
  swidth: 800px;
  background-color: #eeeeef;
  padding: 10px 0;
  margin: 15px auto;
  text-align: center;
  font-size: 90%;
}

.Contact .mail-form-footer {
  xwidth: 800px;
  padding: 20px 0;
  margin: 15px auto;
  text-align: center;
}

.Contact .formhead-greed {
  width: 160px;
  xwidth: 100%;
  display: inline-block;
  xfont-weight: bold;
  color: #fff;
  background-color: #777;
  padding: 5px 15px;
  margin: auto 0;
  text-align: center;
}

.Contact p.end {
  padding-top: 5px;
}

.Contact p.txt-area {
  padding-top: 20px;
}

.Contact h1.contact-h1 {
  background-color: #dcdddd;
  padding: 50px 0px;
  font-size: 2em;
}

.Contact main#contact p.txt-area {
  padding: 30px 0px;
}

.Contact ul.contact_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 30px;
}

.Contact ul.contact_btn li {
  margin: 10px;
  text-align: center;
}

.Contact section.cont-01.u8fadeItem.fadeInDown.mail.efdone {
  /* margin-bottom: 50px; */
  padding: 64px 0px 64px 0px;
}

.Contact .office-table th {
  background-color: #f0f1f3;
  width: 35%;
  font-size: 18px;
  color: #1974ce;
  border-color: #777;
}

.contact .office-table th {
  background-color: #f0f1f3;
  width: 35%;
  font-size: 18px;
  color: #1974ce;
  border-color: #777;
}

.Contact .office-table th,
.contact .office-table td {
  border-color: #777;
}

.licence-table thead th {
  width: 33%;
  text-align: center;
}

.licence-table tbody th,
.licence-table tbody td {
  text-align: center;
  padding-right: 0;
}

.pages .Contact p.catch {
  padding: 20px;
  /*  padding-top: 20px;*/
  color: #1974ce;
  font-weight: 800;
}

.pages .Contact p.privacy {
  padding: 20px;
  color: #1974ce;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1em;
}

.pages .Contact p.privacy a {
  color: #d6990f;
}

/*====================
privacy
 ====================*/
.privacy > .inner {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 0 40px;
}

.privacy h2 {
  text-align: center;
  font-weight: bold;
  color: #1974ce;
  font-size: 24px;
}

.privacy h2:after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  margin: 16px auto;
  background-color: #1974ce;
}

.privacy h2 + p {
  margin-top: 2rem;
}

.privacy h3 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  color: #1974ce;
  margin-bottom: 16px;
  border-top: 2px solid #1974ce;
  border-bottom: 1px solid #ccc;
  padding: 24px 16px;
}

.privacy h3 + p {
  padding-left: 16px;
}

.privacy h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.privacy p {
  line-height: 2rem;
  font-size: 16px;
}

.privacy article {
  margin-bottom: 50px;
  text-align: left;
}

/*
.privacy .h1block {
    background-color: #0097e0;
    height: 150px;
    position: relative;
}

.privacy h1 {
    color: #fff;
    letter-spacing: 0.1rem;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    padding-bottom: 10px;
}
*/
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}

ul.pageArea-navi-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}

.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
  margin-right: 10px;
  list-style: none;
  line-height: 1.8;
}

ul.pageArea-navi-number li a {
  text-decoration: none;
}

ul.pageArea-navi-number li a:hover {
  background-color: #f9e33e;
}

span.pager_index {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #333;
  display: block;
  margin-top: 5px;
}

span.pager_index.nowpage {
  background-color: #f8f8f8;
  border: 1px solid #1974ce;
  padding: 5px 10px;
  color: #333;
}

.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/*COWTV_ban start*/
section.top_ban {
  padding-top: 30px;
}

.top_ban_box {
  width: 90%;
  margin: 0 auto;
}

.top_ban_box:not(:last-child) {
  margin-bottom: 30px;
}

.COWTV_ban {
  display: inline-block;
  width: 100%;
}

.recruit_ban_box {
  margin: 40px auto 0;
  width: 720px;
}

.recruit_ban_box .recruit_COWTV_ban a:hover {
  opacity: 0.5;
}

.recruit_ban_box .recruit_COWTV_ban img {
  width: 100%;
  height: auto;
}

.kv {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  position: relative;
}

.kv:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 25, 46, 0.39);
  top: 0;
  left: 0;
}

.kv:after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1400/78;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: url("../img/bg_wave_01.png") 50% 0/cover no-repeat;
}

.kv .kv-inner .kv-catch-wrapper {
  position: absolute;
  z-index: 2;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2.5%;
  transform: translateY(-50%);
}

.kv .kv-inner .kv-catch-wrapper .kv-catch-01 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: calc(58 / 40);
}

.kv .kv-inner .kv-catch-wrapper .kv-catch-01 span {
  clip-path: inset(100% 0 0 0);
  display: block;
  transition: all 0.8s ease-in;
}

.kv .kv-inner .kv-catch-wrapper .kv-catch-01 span:nth-child(2) {
  transition-delay: 0.8s;
}

.kv .kv-inner .kv-catch-wrapper .kv-catch-01.animated span {
  clip-path: inset(0);
}

.kv .kv-inner .kv-catch-wrapper .kv-catch-02 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: calc(58 / 40);
  margin-top: 0.5rem;
}

.kv .kv-inner .kv-movie {
  margin: 0;
  padding: 0;
  display: block;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.section-wrapper.section-wrapper-topics {
  background-color: #f4faff;
  padding: 66px 0;
}

.section-wrapper.section-wrapper-topics .top_news .inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-topics .top_news .inner {
    padding: 0 5%;
  }
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 {
  display: flex;
  justify-content: space-between;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .ttl-01 {
  margin: 0;
  padding: 0;
  width: 200px;
  position: relative;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .ttl-01:before {
  content: "";
  display: block;
  position: absolute;
  width: 77px;
  height: 70px;
  background: url("../img/title_bg_01.svg") 0 0/contain no-repeat;
  top: -24px;
  left: -24px;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .ttl-01 span {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .ttl-01 .en {
  font-size: 36px;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .ttl-01 .jp {
  font-size: 14px;
  margin-top: 10px;
  color: #1974ce;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .link-01 {
  display: flex;
  align-items: center;
  margin: 45px 0 0;
  padding: 0;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  line-height: 1;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .link-01:hover {
  opacity: 0.5;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 .title-unit .link-01:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/arrow_rnd_b_r.svg") 0 0/contain no-repeat;
  margin-left: 15px;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section {
  width: 900px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-topics .top_news .unit-01 section {
    width: calc(100% - 200px);
  }
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box {
  margin: 0;
  padding: 0;
  min-height: auto;
  border: none;
  display: block;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl {
  margin: 0;
  padding: 0;
  overflow: visible;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl + dl {
  margin-top: 20px;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dt {
  margin: 0 10px 0 0;
  padding: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dt .days {
  margin: 0;
  padding: 0;
  color: #a5a5a5;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dt .icn-cat-wrapper {
  margin: 0 10px 0 0;
  padding: 0;
  width: 150px;
  letter-spacing: normal;
  flex: none;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dt .icn-cat-wrapper {
    width: 100px;
  }
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dt .icn-cat-wrapper .icn {
  margin: 0;
  padding: 0;
  padding: 0.5rem 0.5rem;
  display: block;
  width: fit-content;
  background-color: #fff;
  text-align: center;
  border: 1px solid #f7f7f7;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dt .icn-cat-wrapper .icn {
    font-size: 10px;
  }
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dd .text {
  margin: 0;
  padding: 0;
  display: block;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dd .text a {
  display: flex;
  transition: all 0.4s ease;
  width: 100%;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dd .text a:hover {
  opacity: 0.5;
  color: #000;
}

.section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dd .text .topics-title {
  display: block;
  padding: 8px 0 0;
  width: 100%;
  line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-topics .top_news .unit-01 section .topics_box dl dd .text .topics-title {
    font-size: 12px;
  }
}

.section-wrapper.section-wrapper-business {
  padding: 120px 0;
  position: relative;
  background: url("../img/top_business_bg_01.jpg") 50% 0/cover no-repeat;
  display: flex;
  flex-direction: column;
}

.section-wrapper.section-wrapper-business .top_business {
  position: relative;
  z-index: 2;
}

.section-wrapper.section-wrapper-business:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00060b;
  position: absolute;
  z-index: 1;
  top: 0;
  mix-blend-mode: overlay;
}

.section-wrapper.section-wrapper-business .inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-business .inner {
    padding: 0 5%;
  }
}

.section-wrapper.section-wrapper-business .unit-01 {
  display: flex;
  justify-content: space-between;
}

.section-wrapper.section-wrapper-business .unit-01 .title-column {
  width: 200px;
}

.section-wrapper.section-wrapper-business .unit-01 .title-column .ttl-01 {
  margin: 0;
  padding: 0;
  width: 200px;
  position: relative;
}

.section-wrapper.section-wrapper-business .unit-01 .title-column .ttl-01:before {
  content: "";
  display: block;
  position: absolute;
  width: 77px;
  height: 70px;
  background: url("../img/title_bg_01_w.svg") 0 0/contain no-repeat;
  top: -24px;
  left: -24px;
}

.section-wrapper.section-wrapper-business .unit-01 .title-column .ttl-01 span {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
}

.section-wrapper.section-wrapper-business .unit-01 .title-column .ttl-01 .en {
  font-size: 36px;
  color: #fff;
}

.section-wrapper.section-wrapper-business .unit-01 .title-column .ttl-01 .jp {
  font-size: 14px;
  margin-top: 10px;
  color: #1974ce;
  color: #fff;
}

.section-wrapper.section-wrapper-business .unit-01 .text-column {
  width: 900px;
  line-height: calc(30 / 14);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-business .unit-01 .text-column {
    width: calc(100% - 200px);
  }
}

.section-wrapper.section-wrapper-business .unit-01 .text-column p {
  color: #fff;
  line-height: calc(30 / 14);
}

.section-wrapper.section-wrapper-business .unit-02 {
  display: flex;
  gap: 42.5px;
  margin-top: 62px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-business .unit-02 {
    gap: 5%;
  }
}

.section-wrapper.section-wrapper-business .unit-02 .column {
  opacity: 0;
  width: 345px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 1s ease;
  transform: translateY(-30px);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-business .unit-02 .column {
    width: 30%;
  }
}

.section-wrapper.section-wrapper-business .unit-02 .column.column-01 {
  transition-delay: 0.2s;
}

.section-wrapper.section-wrapper-business .unit-02 .column.column-02 {
  transition-delay: 0.4s;
}

.section-wrapper.section-wrapper-business .unit-02 .column.column-03 {
  transition-delay: 0.6s;
}

.section-wrapper.section-wrapper-business .unit-02 .column.animated {
  opacity: 1;
  transform: translateY(0);
}

.section-wrapper.section-wrapper-business .unit-02 .column a {
  transition: all 0.4s ease;
}

.section-wrapper.section-wrapper-business .unit-02 .column a:hover {
  opacity: 0.5;
}

.section-wrapper.section-wrapper-business .unit-02 .column .column-figure {
  margin: 0;
  padding: 0;
}

.section-wrapper.section-wrapper-business .unit-02 .column .column-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}

.section-wrapper.section-wrapper-business .unit-02 .column .column-info {
  padding: 20px 25px;
}

.section-wrapper.section-wrapper-business .unit-02 .column .column-title {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #1974ce;
  line-height: 1.5;
  font-size: 19px;
}

.section-wrapper.section-wrapper-business .unit-02 .column .column-text {
  margin-top: 20px;
  letter-spacing: normal;
}

.section-wrapper.section-wrapper-business .unit-02 .column .column-text p {
  line-height: calc(24 / 14);
  color: #70706f;
}

.section-wrapper.section-wrapper-company {
  position: relative;
  background-color: #f7f7f7;
  padding: 80px 0;
}

.section-wrapper.section-wrapper-company.animated:before {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.section-wrapper.section-wrapper-company.animated:after {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.section-wrapper.section-wrapper-company.animated .ttl-01 {
  opacity: 1;
  transform: translateX(0);
}

.section-wrapper.section-wrapper-company.animated .unit-01 .text-column {
  opacity: 1;
  transform: translateX(0);
}

.section-wrapper.section-wrapper-company:before {
  transition: all 0.6s ease-in 0.1s;
  content: "";
  display: block;
  top: 80px;
  position: absolute;
  left: 0;
  width: clamp(1px, 61.42857vw, 1180px);
  height: 430px;
  background: url("../img/top_company_bg_01.jpg") 0 0/cover no-repeat;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
}

.section-wrapper.section-wrapper-company:after {
  transition: all 0.6s ease-in 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  width: clamp(1px, 61.42857vw, 1180px);
  height: 430px;
  background-color: rgba(0, 0, 0, 0.7);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
}

.section-wrapper.section-wrapper-company .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-company .inner {
    padding: 80px 5%;
  }
}

.section-wrapper.section-wrapper-company .top_company {
  position: relative;
  z-index: 3;
}

.section-wrapper.section-wrapper-company .ttl-01 {
  margin: 0;
  padding: 0;
  width: 200px;
  position: relative;
  transition: all 0.6s ease 1s;
  opacity: 0;
  transform: translateX(-30px);
}

.section-wrapper.section-wrapper-company .ttl-01:before {
  content: "";
  display: block;
  position: absolute;
  width: 77px;
  height: 70px;
  background: url("../img/title_bg_01_w.svg") 0 0/contain no-repeat;
  top: -24px;
  left: -24px;
}

.section-wrapper.section-wrapper-company .ttl-01 span {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
}

.section-wrapper.section-wrapper-company .ttl-01 .en {
  font-size: 36px;
  color: #fff;
}

.section-wrapper.section-wrapper-company .ttl-01 .jp {
  font-size: 14px;
  margin-top: 10px;
  color: #1974ce;
  color: #fff;
}

.section-wrapper.section-wrapper-company .unit-01 {
  display: flex;
  justify-content: space-between;
}

.section-wrapper.section-wrapper-company .unit-01 .text-column {
  width: 440px;
  padding: 30px 0 0;
  transition: all 0.6s ease 1s;
  opacity: 0;
  transform: translateX(-10px);
}

.section-wrapper.section-wrapper-company .unit-01 .text-column p {
  color: #fff;
  font-size: 16px;
  line-height: calc(30 / 16);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-company .unit-01 .text-column p {
    font-size: 12px;
  }
  .section-wrapper.section-wrapper-company .unit-01 .text-column p br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-company .unit-01 .text-column {
    width: 39.28571%;
  }
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column {
  box-sizing: border-box;
  width: 650px;
  padding: 6% 38px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  transition: all 0.6s ease 1s;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-company .unit-01 .menu-column {
    width: 58.03571%;
    padding: 6% 3.07692%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-company .unit-01 .menu-column .menu {
    width: 40.46154%;
  }
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list {
  margin: 0;
  padding: 0;
  width: 263px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list {
    width: 100%;
  }
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item {
  border-bottom: 1px solid #e9f1f8;
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item.noborder {
  border: none;
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item.nopadding {
  padding: 0;
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item + .menu-list-item {
  margin-top: 38px;
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
  padding: 0 10px 38px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > a {
    font-size: 12px;
    padding: 0 20px 24px;
  }
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > a:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/arrow_rnd_b_r.svg") 0 0/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > a:after {
    width: 16px;
    height: 16px;
  }
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > a:hover {
  opacity: 0.5;
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > .submenu {
  margin: 0;
  padding: 0;
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > .submenu > .submenu-item + .submenu-item {
  margin-top: 12px;
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > .submenu > .submenu-item > a {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  position: relative;
  padding-left: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > .submenu > .submenu-item > a {
    font-size: 10px;
  }
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > .submenu > .submenu-item > a:hover {
  opacity: 0.5;
}

.section-wrapper.section-wrapper-company .unit-01 .menu-column .menu-list > .menu-list-item > .submenu > .submenu-item > a:before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  margin-right: 12px;
  background: url("../img/arrow_b_r.svg") 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}

.section-wrapper.section-wrapper-recruit.animated .top_recruit:after {
  clip-path: inset(0);
}

.section-wrapper.section-wrapper-recruit.animated .top_recruit .recruit-img-list .recruit-img-list-item {
  clip-path: inset(0);
}

.section-wrapper.section-wrapper-recruit .top_recruit {
  margin: 0;
  padding: 0;
  position: relative;
}

.section-wrapper.section-wrapper-recruit .top_recruit:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.6s ease-out 0.4s;
  clip-path: inset(0 0 0 100%);
}

.section-wrapper.section-wrapper-recruit .top_recruit .recruit-img-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.section-wrapper.section-wrapper-recruit .top_recruit .recruit-img-list .recruit-img-list-item {
  transition: all 0.6s ease-out;
  clip-path: inset(0 100% 0 0);
  width: 25%;
}

.section-wrapper.section-wrapper-recruit .top_recruit .recruit-img-list .recruit-img-list-item:nth-child(2) {
  transition-delay: 0.1s;
}

.section-wrapper.section-wrapper-recruit .top_recruit .recruit-img-list .recruit-img-list-item:nth-child(3) {
  transition-delay: 0.3s;
}

.section-wrapper.section-wrapper-recruit .top_recruit .recruit-img-list .recruit-img-list-item:nth-child(4) {
  transition-delay: 0.5s;
}

.section-wrapper.section-wrapper-recruit .top_recruit .recruit-img-list .recruit-img-list-item:nth-child(5) {
  transition-delay: 0.7s;
}

.section-wrapper.section-wrapper-recruit .top_recruit .recruit-img-list .recruit-img-list-item:nth-child(6) {
  transition-delay: 0.9s;
}

.section-wrapper.section-wrapper-recruit .top_recruit .recruit-img-list .recruit-img-list-item:nth-child(7) {
  transition-delay: 1.1s;
}

.section-wrapper.section-wrapper-recruit .top_recruit .recruit-img-list .recruit-img-list-item:nth-child(8) {
  transition-delay: 1.3s;
}

.section-wrapper.section-wrapper-recruit .top_recruit .recruit-img-list .recruit-img-list-item img {
  width: 100%;
  height: auto;
}

.section-wrapper.section-wrapper-recruit .top_recruit .inner {
  max-width: 1130px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 0;
}

.section-wrapper.section-wrapper-recruit .top_recruit .unit-01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-recruit .top_recruit .unit-01 {
    width: 90%;
    margin: 0 auto;
  }
}

.section-wrapper.section-wrapper-recruit .top_recruit .ttl-01 {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #fff;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-recruit .top_recruit .ttl-01 {
    font-size: 36px;
  }
}

.section-wrapper.section-wrapper-recruit .top_recruit .catch-01 {
  color: #fff;
  text-align: center;
  line-height: calc(36 / 24);
  font-size: 24px;
  font-weight: bold;
  margin-top: 55px;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-recruit .top_recruit .catch-01 {
    font-size: 16px;
    margin-top: 32px;
  }
}

.section-wrapper.section-wrapper-recruit .top_recruit .catch-02 {
  color: #fff;
  text-align: center;
  line-height: calc(46 / 32);
  font-size: 32px;
  font-weight: bold;
  margin-top: 55px;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-recruit .top_recruit .catch-02 {
    font-size: 20px;
    margin-top: 24px;
  }
}

.section-wrapper.section-wrapper-recruit .top_recruit .btn-01 {
  margin-top: 64px;
  display: flex;
  width: 300px;
  height: 64px;
  font-size: 16px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: all 0.4s ease;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-recruit .top_recruit .btn-01 {
    margin-top: 32px;
  }
}

.section-wrapper.section-wrapper-recruit .top_recruit .btn-01:hover {
  background-color: #fff;
  color: #000;
}

.section-wrapper.section-wrapper-pr-voice {
  background-color: #fff;
  padding: 80px 0;
}

.section-wrapper.section-wrapper-pr-voice .top_pr-voice .inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-pr-voice .top_pr-voice .inner {
    width: 90%;
  }
}

.section-wrapper.section-wrapper-pr-voice .top_pr-voice .ttl-01 {
  font-size: 36px;
  color: #1974ce;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.section-wrapper.section-wrapper-pr-voice .top_pr-voice .bnrs-01 {
  width: 800px;
  margin: 26px auto 0;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .section-wrapper.section-wrapper-pr-voice .top_pr-voice .bnrs-01 {
    width: 90%;
  }
}

.section-wrapper.section-wrapper-pr-voice .top_pr-voice .bnrs-01 .bnr a {
  transition: all 0.4s ease;
}

.section-wrapper.section-wrapper-pr-voice .top_pr-voice .bnrs-01 .bnr a:hover {
  opacity: 0.5;
}

.section-wrapper.section-wrapper-pr-voice .top_pr-voice .bnrs-01 .bnr img {
  width: 100%;
  height: auto;
}

.breadcrumbs {
  top: 72px;
  width: 100%;
  background-color: #1974ce;
}

.breadcrumbs ul {
  width: 95%;
  margin: 0 auto;
  display: flex;
}

.breadcrumbs ul li {
  color: #fff;
  padding: 10px 0;
  line-height: 1.5;
  font-size: 14px;
}

.breadcrumbs ul li + li::before {
  margin: 0 0.5rem;
  content: ">";
}

.breadcrumbs ul li a {
  color: #fff;
  font-size: 14px;
}

.pagetitle {
  background-color: #f4f9ff;
  position: relative;
}

.pagetitle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  aspect-ratio: 2917/142;
  background: url("../img/bg_wave_03.png") 50% 120%/contain no-repeat;
  z-index: 2;
}

.pagetitle .inner {
  max-width: 1120px;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .pagetitle .inner {
    padding: 0 5%;
  }
}

.pagetitle .inner .pagetitle-text {
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.25em;
  padding-bottom: 30px;
}

.pagetitle .inner .pagetitle-text .jp {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 32px;
  color: #1974ce;
  margin-right: 16px;
}

.pagetitle .inner .pagetitle-text .en {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #707070;
}

.pages .business-movie-section {
  position: relative;
  min-height: 750px;
  box-sizing: border-box;
}

.pages .business-movie-section .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 0 188px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .pages .business-movie-section .inner {
    padding: 96px 5% 188px;
  }
}

.pages .business-movie-section .ttl-01 {
  color: #fff;
}

.pages .business-movie-section .ttl-01 span {
  display: block;
  text-align: center;
}

.pages .business-movie-section .ttl-01 .jp {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: calc(46 / 32);
}

.pages .business-movie-section .ttl-01 .en {
  color: #ccc;
  font-weight: 400;
  font-size: 15px;
}

.pages .business-movie-section .sttl-01 {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  line-height: calc(46 / 32);
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .pages .business-movie-section .sttl-01 {
    font-size: 20px;
  }
}

.pages .business-movie-section .sttl-01:after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #fff;
  margin-top: 26px;
}

.pages .business-movie-section .unit-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.pages .business-movie-section .unit-01 .text-column {
  width: 560px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .pages .business-movie-section .unit-01 .text-column {
    width: 49.60317%;
  }
}

.pages .business-movie-section .unit-01 .text-column .text-01 {
  color: #fff;
  margin-top: 34px;
}

.pages .business-movie-section .unit-01 .text-column .text-01 p {
  color: #fff;
  font-size: 16px;
  line-height: calc(30 / 16);
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .pages .business-movie-section .unit-01 .text-column .text-01 p {
    font-size: 13px;
  }
}

.pages .business-movie-section .unit-01 .img-column {
  width: 478px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .pages .business-movie-section .unit-01 .img-column {
    width: 47.42063%;
  }
}

.pages .business-movie-section .unit-01 .img-column img {
  width: 100%;
  height: auto;
}

.pages .business-movie-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 38, 121, 0.56);
  z-index: 2;
}

.pages .business-movie-section:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  aspect-ratio: 2918/142;
  background: url("../img/bg_wave_02.png") 50% 100%/cover no-repeat;
  z-index: 2;
}

.pages .business-movie-section .business-movie {
  margin: 0;
  padding: 0;
  display: block;
  object-fit: cover;
  position: absolute;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.pages .business-under-content {
  padding: 80px 0;
  background-color: #f7f7f7;
}

.pages .business-under-content .inner .unit-row {
  padding: 0;
  position: relative;
  min-height: 420px;
}

.pages .business-under-content .inner .unit-row + .unit-row {
  margin-top: 94px;
}

.pages .business-under-content .inner .unit-row:nth-child(2n):after {
  left: 0;
  right: auto;
}

.pages .business-under-content .inner .unit-row:nth-child(2n) .img-column {
  right: 0;
  left: auto;
  clip-path: inset(0 0 0 100%);
}

.pages .business-under-content .inner .unit-row:nth-child(2n) .text-column {
  left: 10%;
}

.pages .business-under-content .inner .unit-row.animated .img-column {
  clip-path: inset(0);
}

.pages .business-under-content .inner .unit-row.animated .text-column {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}

.pages .business-under-content .inner .unit-row:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 1400/420;
  right: 0;
  left: auto;
}

.pages .business-under-content .inner .unit-row .img-column {
  margin: 0;
  padding: 0;
  width: 64.28571%;
  position: absolute;
  left: 0;
  top: 0;
  height: 420px;
  z-index: 2;
  transition: all 0.6s ease-in;
  clip-path: inset(0 100% 0 0);
}

.pages .business-under-content .inner .unit-row .img-column figcaption {
  display: block;
  box-sizing: border-box;
  width: fit-content;
  padding: 0.3rem;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  line-height: 1;
}

.pages .business-under-content .inner .unit-row .img-column img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pages .business-under-content .inner .unit-row .text-column {
  width: 570px;
  padding: 60px 54px;
  box-sizing: border-box;
  position: absolute;
  left: 49.42857%;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  z-index: 2;
  top: 50%;
  opacity: 0;
  transition: all 0.6s ease-in 0.2s;
  transform: translateX(-30px) translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .pages .business-under-content .inner .unit-row .text-column {
    left: 40.71429%;
    width: 50.89286%;
    padding: 60px 30px;
  }
}

.pages .business-under-content .inner .unit-row .text-column .ttl-01 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  color: #1974ce;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .pages .business-under-content .inner .unit-row .text-column .ttl-01 {
    font-size: 20px;
  }
}

.pages .business-under-content .inner .unit-row .text-column .text-01 {
  margin-top: 36px;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .pages .business-under-content .inner .unit-row .text-column .text-01 {
    margin-top: 20px;
  }
}

.pages .business-under-content .inner .unit-row .text-column .text-01 p {
  color: #70706f;
  line-height: calc(30 / 16);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .pages .business-under-content .inner .unit-row .text-column .text-01 p {
    margin-top: 14px;
  }
}

.group .group-unit-row {
  padding: 82px 0 160px;
  background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .group .group-unit-row {
    padding: 60px 0;
  }
}

.group .group-unit-row:nth-child(odd) {
  background-color: #efefef;
}

.group .group-unit-row:nth-child(odd) .unit-01 {
  flex-direction: row-reverse;
}

.group .group-unit-row:nth-child(odd) .text-01 {
  left: 80px;
}

.group .group-unit-row.animated .unit-01 .figure {
  opacity: 1;
  transform: translateY(0);
}

.group .group-unit-row.animated .unit-01 .text-column {
  opacity: 1;
  transform: translateX(0);
}

.group .group-unit-row .inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .group .group-unit-row .inner {
    padding: 0 5%;
  }
}

.group .group-unit-row .group-ttl {
  font-weight: bold;
  font-size: 22px;
  color: #1974ce;
  border-bottom: 3px solid #aec8e2;
  padding: 10px 24px 10px 0;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .group .group-unit-row .group-ttl {
    font-size: 18px;
  }
}

.group .group-unit-row .group-ttl:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 64px;
  height: 3px;
  background-color: #1974ce;
}

.group .group-unit-row .unit-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .group .group-unit-row .unit-01 {
    margin-top: 0;
  }
}

.group .group-unit-row .unit-01 .figure {
  width: 580px;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .group .group-unit-row .unit-01 .figure {
    width: 51.78571%;
  }
}

.group .group-unit-row .unit-01 .figure img {
  width: 100%;
  height: auto;
}

.group .group-unit-row .unit-01 .text-column {
  opacity: 0;
  transition: all 0.8s ease 0.4s;
  width: 480px;
  z-index: 2;
  box-sizing: border-box;
  padding: 0;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-100px);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .group .group-unit-row .unit-01 .text-column {
    width: 42.85714%;
  }
}

.group .group-unit-row .unit-01 .text-column .group-sttl {
  font-size: 20px;
  color: #1974ce;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .group .group-unit-row .unit-01 .text-column .group-sttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.group .group-unit-row .unit-01 .text-column .text-01 {
  margin-top: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .group .group-unit-row .unit-01 .text-column .text-01 {
    font-size: 12px;
  }
}

.group .group-unit-row .unit-01 .text-column .text-01 .para + .category {
  margin-top: 16px;
}

.group .group-unit-row .unit-01 .text-column .text-01 .category {
  font-weight: 600;
}

.group .group-unit-row .unit-01 .btn-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-top: 48px;
  transition: all 0.4s ease;
  background-color: #1974ce;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .group .group-unit-row .unit-01 .btn-01 {
    margin-top: 16px;
    font-size: 12px;
    height: 24px;
  }
}

.group .group-unit-row .unit-01 .btn-01:hover {
  opacity: 0.5;
}

.group .group-unit-row .unit-01 .btn-01 + small {
  text-align: right;
  font-size: 12px;
  display: block;
}

.none-link {
  pointer-events: none;
}

.anchor-point {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.agreements {
  min-height: 720px;
}

.agreements-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.agreements-list .agreements-list-item {
  width: 49%;
}

.agreements-list .agreements-list-item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 24px 16px 62px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.agreements-list .agreements-list-item a:hover {
  opacity: 0.5;
}

.agreements-list .agreements-list-item a:before {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  aspect-ratio: 90/115;
  left: 16px;
  background: url("../img/icn_pdf.png") 0 0/contain no-repeat;
}

.cell-center {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
