@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap");
/*==============

    GENERAL
    wp
==============*/
* {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  overflow-wrap: break-word;
}

figure {
  margin: 0;
}

p {
  line-height: 2.87;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.03em;
}

body {
  overflow-x: hidden;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

html {
  margin-top: 0 !important;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: unset;
}

.imgWrap {
  line-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#sec1,
#sec2,
#sec3,
#sec4,
#sec5 {
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  p {
    line-height: 2;
  }
}

.w850 {
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.w1000 {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.w1140 {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

#global_wrap {
  border: 30px solid #111111;
  padding-top: 100px;
}

.global_inner {
  position: relative;
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 180px;
  padding-right: 180px;
}

.arw_btn {
  position: relative;
  font-family: futura-pt, sans-serif;
  padding-bottom: 6px;
  display: inline-block;
  margin: 0 24px 0 auto;
  text-align: center;
  padding: 0 24px 6px 10px;
}

.arw_btn::after,
.arw_btn::before {
  transition: all 0.3s ease-in-out;
}

.arw_btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: #111111;
  bottom: 0;
  left: 0;
}

.arw_btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: -24px;
  border-style: solid;
  border-width: 21px 0 0 24px;
  border-color: transparent transparent transparent #111111;
}

.arw_btn:hover::after,
.arw_btn:hover::before {
  transition: all 0.3s ease-in-out;
  transform: translateX(10px);
}

.commoncover {
  text-align: center;
}

.commoncover .header_logo a {
  display: inline-block;
}

.commoncover .header_logo a img {
  padding: 28px 3px 0px 0px;
}

.commoncover .header_logo a h1 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 14px 0 35px;
}

.commoncover .pagetitle h2 {
  font-size: 56px;
  font-weight: 600;
  /* font-family: futura-pt, sans-serif; */
  padding-bottom: 7px;
}

.commoncover .pagetitle span {
  position: relative;
  display: inline-block;
  padding-top: 21px;
  font-weight: 600;
  font-size: 20px;
}

.commoncover .pagetitle span::after {
  position: absolute;
  content: "";
  width: 94px;
  height: 4px;
  background: #111111;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.commoncover .pagetitle span.min {
  display: block;
  font-size: 16px;
  padding-top: 15px;
}

.commoncover .pagetitle span.min::after {
  display: none;
}

.commoncover .deco {
  line-height: 0;
  margin: 0 -11px;
  padding-top: 106px;
}

.commoncover .deco .line {
  border-top: 1px solid #111111;
  padding-bottom: 4px;
}

.commoncover .deco .brackets {
  position: relative;
  border: 2px solid #111111;
  border-bottom: none;
  padding-top: 46px;
  line-height: 0;
}

.title1 {
  font-weight: bold;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.title1 .title_inner {
  position: relative;
  padding: 0 76px;
  display: inline-block;
}

.title1 .title_inner::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 60px;
  height: 24px;
  background: no-repeat url(images/parts/ttl2_l.png);
  background-size: contain;
}

.title1 .title_inner::after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 0;
  width: 60px;
  height: 24px;
  background: no-repeat url(images/parts/ttl2_r.png);
  background-size: contain;
}

.title1 h3 {
  font-size: 30px;
  color: #111111;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1260px) {
  .global_inner {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media screen and (max-width: 1100px) {
  #global_wrap {
    padding-top: 80px;
    border-width: 20px 20px 30px 20px;
  }
  .global_inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .commoncover .pagetitle h2 {
    font-size: 66px;
    padding-bottom: 7px;
  }
  .commoncover .pagetitle span {
    padding-top: 18px;
    font-size: 18px;
  }
  .commoncover .deco {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  #global_wrap {
    padding-top: 40px;
    border-width: 10px 10px 14px 10px;
  }
  .global_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .commoncover .header_logo a img {
    padding: 10px 0px 0px 0px;
    width: 64px;
  }
  .commoncover .header_logo a h1 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 20px;
  }
  .commoncover .pagetitle h2 {
    font-size: 34px;
    padding-bottom: 7px;
    letter-spacing: 0.03em;
  }
  .commoncover .pagetitle span::after {
    width: 46px;
    height: 2px;
  }
  .commoncover .pagetitle span {
    padding-top: 10px;
    font-size: 14px;
  }
  .commoncover .deco {
    padding-top: 40px;
  }
  .commoncover .deco .brackets {
    padding-top: 28px;
  }
  .title1 .title_inner {
    padding: 0 38px;
  }
  .title1 .title_inner::before,
  .title1 .title_inner::after {
    width: 30px;
    height: 12px;
  }
  .title1 h3 {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 499px) {
  .ttl::before {
    left: calc(50% - 85px);
  }
}

/*=========
Animation Set
======*/
.PageTrans {
  position: relative;
  z-index: 99999;
}

.PageTrans::after {
  content: "";
  position: fixed;
  z-index: 4950;
  top: 0;
  left: 0;
  opacity: 0;
  /*　幕の大きさ */
  width: 100%;
  height: 100%;
  /* 背景カラー */
  background-color: white;
  /* 一番手前に */
  pointer-events: none;
  /* transition */
  transition: all 0.4s ease-in-out;
}

.PageTrans.fadeout::after {
  content: "";
  height: 100vh;
  width: 100%;
  opacity: 1;
  background-color: white;
  z-index: 0;
}

.ScAct.FI {
  opacity: 0;
  transition: all 2s cubic-bezier(0.34, 0.84, 0.36, 0.85);
}

.ScAct.FI.Ef {
  opacity: 1;
}

.ScAct.FIT {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2s cubic-bezier(0.34, 0.84, 0.36, 0.85);
}

.ScAct.FIT.Ef {
  transform: translateY(0);
  opacity: 1;
}

.ScAct.FIL {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 2s cubic-bezier(0.34, 0.84, 0.36, 0.85);
}

.ScAct.FIL.Ef {
  transform: translateX(0);
  opacity: 1;
}

.ScAct.FIR {
  opacity: 0;
  transform: translateX(30px);
  transition: all 2s cubic-bezier(0.34, 0.84, 0.36, 0.85);
}

.ScAct.FIR.Ef {
  transform: translateX(0);
  opacity: 1;
}

.ScAct.SerialFIT > :nth-child(1) {
  transition-delay: 0.3s;
}

.ScAct.SerialFIT > :nth-child(2) {
  transition-delay: 0.6s;
}

.ScAct.SerialFIT > :nth-child(3) {
  transition-delay: 0.9s;
}

.ScAct.SerialFIT > :nth-child(4) {
  transition-delay: 1.2s;
}

.ScAct.SerialFIT > :nth-child(5) {
  transition-delay: 1.5s;
}

.ScAct.SerialFIT > :nth-child(6) {
  transition-delay: 1.8s;
}

.ScAct.SerialFIT > * {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2s cubic-bezier(0.34, 0.84, 0.36, 0.85);
}

.ScAct.SerialFIT.Ef > * {
  transform: translateY(0);
  opacity: 1;
}

@-webkit-keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

/*=========================

    Header

=========================*/
header {
  position: relative;
  z-index: 1;
}

.header_wrap {
  position: fixed;
  top: 90px;
  right: 66px;
}

.header_wrap .nav {
  display: block;
}

.header_wrap .nav .nav_wrap {
  position: fixed;
  transition: all 0.5s ease-in-out;
  width: 0;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  z-index: -1;
  transition: z-index 0s ease 1s;
}

.header_wrap .nav .nav_wrap ul {
  position: relative;
  padding-top: 35px;
  padding-bottom: 25px;
  border-top: 1px solid #b4b4c4;
  border-bottom: 1px solid #b4b4c4;
  border: none;
}

.header_wrap .nav .nav_wrap ul li {
  padding-bottom: 10px;
}

.header_wrap .nav .nav_wrap ul li.min {
  padding-left: 20px;
}

.header_wrap .nav .nav_wrap ul a {
  padding: 4px 0 0;
  display: block;
  font-size: 20px;
  font-family: futura-pt, "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "Arial", sans-serif;
}

.header_wrap .nav .nav_wrap ul a:hover {
  opacity: 0.3;
}

.header_wrap .nav .nav_wrap.open {
  display: block;
  z-index: 1;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: z-index 0s ease;
  width: 525px;
  padding: 150px 40px 30px;
}

.header_wrap .nav .bottom_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
}

.header_wrap .nav .bottom_wrap .sns_link a {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.header_wrap .nav .bottom_wrap .sns_link a:hover {
  opacity: 0.6;
}

.header_wrap .nav .drawer_btn {
  position: relative;
  text-align: center;
  z-index: 3;
  display: block;
  cursor: pointer;
}

.header_wrap .nav .drawer_btn .btn_text {
  position: relative;
  font-family: futura-pt, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  text-align: right;
  padding-right: 24px;
}

.header_wrap .nav .drawer_btn .barset {
  position: relative;
  width: 80px;
  height: 32px;
  margin: 0 auto;
  pointer-events: painted;
}

.header_wrap .nav .drawer_btn .barset .bar {
  position: absolute;
  display: block;
  height: 3px;
  width: 42px;
  background: #111111;
  transition: all 0.6s ease-in-out;
}

.header_wrap .nav .drawer_btn .barset .bar:first-child {
  top: 0;
  right: 0;
  width: 80px;
}

.header_wrap .nav .drawer_btn .barset .bar:nth-child(2) {
  top: 11px;
  right: 0;
  width: 37px;
  transition: all 0.3s ease-in-out;
}

.header_wrap .nav .drawer_btn .barset .bar:last-child {
  bottom: 8px;
  right: 0;
  width: 50px;
}

.header_wrap .nav .drawer_btn.act .btn_text::after {
  position: absolute;
  content: "Close";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: futura-pt, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  text-align: right;
  padding-right: 24px;
  color: #fff;
  box-sizing: border-box;
}

.header_wrap .nav .drawer_btn.act .barset .bar {
  width: 40px;
  transition: all 0.6s ease-in-out;
  background: #fff;
}

.header_wrap .nav .drawer_btn.act .barset .bar:first-child {
  transform: rotate(-15deg);
  transform-origin: center;
  top: 11px;
  right: 0;
  width: 80px;
}

.header_wrap .nav .drawer_btn.act .barset .bar:nth-child(2) {
  top: 11px;
  right: 37px;
  width: 0;
  transition: all 0.3s ease-in-out;
}

.header_wrap .nav .drawer_btn.act .barset .bar:last-child {
  transform: rotate(15deg);
  transform-origin: center;
  bottom: 18px;
  right: 0;
  width: 80px;
}

.header_wrap .nav .drawer_bg {
  transition: all 0.6s ease-in-out;
}

.header_wrap .nav .drawer_bg.act {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.header_wrap .common_link {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
}

.header_wrap .common_link a:hover {
  opacity: 0.6;
}

.header_wrap .common_link .tl {
  margin: 20px 0 0;
  background: #122cb3;
  color: #fff;
  font-family: futura-pt, sans-serif;
  text-align: center;
  display: block;
  width: 120px;
  height: 50px;
  line-height: 49px;
  padding: 0 0 0 3px;
}

.header_wrap .nav .nav_wrap nav,
.header_wrap .nav .nav_wrap .bottom_wrap {
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.header_wrap .nav .nav_wrap.open nav,
.header_wrap .nav .nav_wrap.open .bottom_wrap {
  pointer-events: painted;
}

.header_wrap .nav .nav_wrap::after {
  position: absolute;
  content: "";
  position: fixed;
  width: 525px;
  height: 100%;
  top: 0;
  right: 0;
  background: #111111;
  transform: matrix(1, 0, -0.25881, 1, 657.094, 0);
  transition: all 1s ease-in-out;
  z-index: -1;
}

.header_wrap .nav .nav_wrap.open::after {
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all 1s ease-in-out;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(1) {
  transition-delay: 0.6s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(2) {
  transition-delay: 0.7s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(3) {
  transition-delay: 0.8s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(4) {
  transition-delay: 0.9s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(5) {
  transition-delay: 1s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(6) {
  transition-delay: 1.1s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(7) {
  transition-delay: 1.2s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(8) {
  transition-delay: 1.3s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(9) {
  transition-delay: 1.4s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(10) {
  transition-delay: 1.5s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(11) {
  transition-delay: 1.6s;
}

.header_wrap .nav .nav_wrap.open ul li:nth-child(12) {
  transition-delay: 1.7s;
}

.header_wrap .nav .nav_wrap ul {
  transition: all 0.2s cubic-bezier(0.34, 0.84, 0.36, 0.85) 0.5s;
}

.header_wrap .nav .nav_wrap ul > * {
  opacity: 0;
  transform: translateY(-10px);
}

.header_wrap .nav .nav_wrap .bottom_wrap {
  opacity: 0;
}

.header_wrap .nav .nav_wrap.open ul {
  border-top: 1px solid #b4b4c4;
  border-bottom: 1px solid #b4b4c4;
  transition: all 0.2s cubic-bezier(0.34, 0.84, 0.36, 0.85) 0.8s;
}

.header_wrap .nav .nav_wrap.open ul > * {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.34, 0.84, 0.36, 0.85) 0.5s;
}

.header_wrap .nav .nav_wrap.open .bottom_wrap {
  opacity: 1;
  transition: all 1s cubic-bezier(0.34, 0.84, 0.36, 0.85) 1.2s;
}

@media screen and (max-width: 1260px) {
  .header_wrap {
    top: 80px;
    right: 50px;
  }
  .header_wrap .nav .drawer_btn .barset {
    transform: scale(0.8);
    transform-origin: right bottom;
  }
  .header_wrap .nav .drawer_btn .btn_text {
    font-size: 12px;
  }
  .header_wrap .nav .drawer_btn.act .btn_text::after {
    font-size: 12px;
  }
  .header_wrap .common_link .icon_insta {
    width: 50px;
    margin: 0 auto;
  }
  .header_wrap .common_link .tl {
    margin: 16px 0 0;
    width: 110px;
    height: 40px;
    line-height: 39px;
    padding: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {
  .header_wrap {
    top: 60px;
    right: 30px;
  }
  .header_wrap .nav .drawer_btn .btn_text {
    padding-right: 0px;
  }
  .header_wrap .nav .drawer_btn.act .btn_text::after {
    padding-right: 0px;
  }
  .header_wrap .nav .drawer_btn .barset {
    margin: 0 0 0 auto;
  }
  .header_wrap .common_link {
    padding-top: 14px;
  }
  .header_wrap .common_link .icon_insta {
    width: 40px;
    margin: 0 0 0 auto;
  }
  .header_wrap .common_link .tl {
    margin: 8px 0 0;
    width: 94px;
    height: 30px;
    line-height: 31px;
    padding: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap {
    top: 16px;
    right: 12px;
  }
  .header_wrap .nav .drawer_btn .barset {
    transform: scale(0.5);
  }
  .header_wrap .common_link .icon_insta {
    width: 26px;
  }
  .header_wrap .common_link .tl {
    line-height: 27px;
    padding: 0;
    font-size: 12px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    width: 24px;
    height: 110px;
    margin: 8px 0 0 auto;
  }
  .header_wrap .nav .nav_wrap {
    min-height: 100%;
    height: auto;
    padding: 0;
  }
  .header_wrap .nav .nav_wrap.open {
    max-width: 400px;
    width: 100%;
    padding: 80px 20px 20px;
  }

  .header_wrap .nav .nav_wrap::after {
    max-width: 400px;
    width: 100%;
  }

  .header_wrap .nav .nav_wrap ul {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .header_wrap .nav .nav_wrap ul li {
    padding-bottom: 6px;
    font-size: 14px;
  }
  .header_wrap .nav .bottom_wrap {
    padding-top: 25px;
  }
  .header_wrap .nav .bottom_wrap .sns_link a img {
    width: 30px;
  }
  .header_wrap .nav .nav_wrap ul a {
    padding: 0;
    font-size: 18px;
  }
  .header_wrap .nav .nav_wrap ul li.min a {
    font-size: 14px;
  }
}

.pageTopDown {
  position: absolute;
  z-index: 1;
  bottom: 0;
  transition: right 0s;
  display: none;
}

.pageTopDown .rudder {
  transform-origin: center;
  line-height: 0;
}

.pageTopDown .rudder:hover {
  -webkit-animation: rotate1 2s ease-in-out;
  animation: rotate1 2s ease-in-out;
}

.pageTopDown .rudder.act {
  -webkit-animation: rotate2 2s ease-in-out forwards;
  animation: rotate2 2s ease-in-out forwards;
}

.pageTopDown span {
  transition: all 1s ease-in-out;
  display: block;
  text-align: center;
}

@-webkit-keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}

@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

#footer {
  position: relative;
}

#footer .footer_nav {
  padding: 30px 0 20px;
}

#footer .footer_nav ul {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .footer_nav ul li {
  border-right: 1px solid #111111;
  margin-top: 10px;
}

#footer .footer_nav ul li:last-child {
  border-right: none;
}

#footer .footer_nav ul li a {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 20px;
  font-size: 12px;
  padding: 0 16px;
}

#footer .footer_nav ul li a:hover {
  opacity: 0.6;
}

#footer .copyright {
  background: #111111;
  height: 30px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  position: relative;
  top: 30px;
}

@media screen and (max-width: 1100px) {
  #footer .copyright {
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    top: 20px;
  }
  #footer .footer_nav ul li a {
    padding: 0 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  #footer .copyright {
    height: 10px;
    line-height: 8px;
    font-size: 10px;
    top: 12px;
  }
  .pageTopDown img {
    width: 54px;
  }
  #footer .footer_nav ul li {
    margin-top: 6px;
  }
  #footer .footer_nav ul li a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 16px;
  }
}

#toppage {
  margin-top: 16px;
  margin-bottom: 120px;
  border: 20px solid #111111;
  border-width: 17px 20px 20px;
}

#toppage .keyv {
  display: flex;
  margin: 0 0 0 -20px;
}

#toppage .keyv .col1 {
  flex: 0 0 150px;
  background: #111111;
  text-align: center;
  padding: 0px 0 10px;
}

#toppage .keyv .col1 .logoimg {
  padding: 66px 0 0 0px;
}

#toppage .keyv .col1 h1 {
  color: #fff;
  font-size: 32px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-weight: 400;
  margin: 24px auto 123px;
  letter-spacing: 0.2em;
}

#toppage .keyv .col2 {
  position: relative;
  flex: 0 1 930px;
  border-bottom: 20px solid #111111;
}

#toppage .keyv .col2 .keyvtextwrap {
  position: absolute;
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  color: #fff;
  bottom: 22px;
  left: 59px;
}

#toppage .keyv .col2 .keyvimage {
  width: 100%;
  height: 100%;
}

#toppage .keyv .col2 .keyvimage .imageitem {
  line-height: 0;
  width: 100%;
  height: 100%;
}

#toppage .keyv .col2 .keyvimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#toppage .keyv .col2 .keyvimage img:not(.On) {
  display: none;
}

/* - 20220221追加 Start - */

#toppage #sec1 .news {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}

#toppage #sec1 .news .bottom {
  display: flex;
  justify-content: center;
}

#toppage #sec1 {
  border-bottom: 20px solid #111111;
  background: #f1f1f1;
  padding: 40px 20px;
}

#toppage #sec1 .sec_outer {
  background: #fff;
  min-height: 300px;
  padding: 48px 30px 20px;
}

#toppage #sec1 h3 {
  text-align: center;
}

#toppage #sec1 ul {
  padding: 39px 0 0;
  max-width: 700px;
  margin: 0 auto;
  min-height: 160px;
}

#toppage #sec1 ul li {
  border-bottom: 1px solid #111111;
  margin-bottom: 20px;
}

#toppage #sec1 ul li a {
  display: inline-block;
  padding-bottom: 2px;
}

#toppage #sec1 ul li .time {
  font-size: 16px;
  font-weight: 600;
  color: #122cb3;
  padding: 0 0 0 10px;
  display: block;
  letter-spacing: 0.06em;
}

#toppage #sec1 ul li .newstitle {
  padding: 7px 0 10px 10px;
  display: block;
  font-weight: 600;
  font-size: 16px;
}
#toppage #sec1 .no-important {
  text-align: center;
  padding-top: 80px;
}

@media screen and (max-width: 1100px) {
  #toppage #sec1 {
    border-width: 12px;
  }
}
@media screen and (max-width: 767px) {
  #toppage #sec1 {
    border-width: 5px;
  }

  #toppage #sec1 {
    padding: 20px 10px;
  }
}

/* - 20220221 END - */

#toppage #sec2 .sec_inner {
  padding: 40px 20px;
  background: no-repeat center url(images/frontpage/frontpage_2bg.jpg);
  background-size: cover;
}

#toppage #sec2 .news {
  background: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  min-height: 400px;
  margin: 0 auto;
  padding: 50px 20px 20px;
}

#toppage #sec2 .news .bottom {
  display: flex;
  justify-content: center;
}

#toppage #sec2 h2 {
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  padding: 0 0 0 27px;
}

#toppage #sec2 ul {
  padding: 39px 0 0;
}

#toppage #sec2 ul li {
  border-left: 5px solid #111111;
  border-bottom: 1px solid #111111;
  margin-bottom: 29px;
}

#toppage #sec2 ul li a {
  display: inline-block;
  padding-bottom: 2px;
}

#toppage #sec2 ul li .time {
  font-size: 12px;
  font-family: "Dosis", sans-serif;
  padding: 0 13px 0px 23px;
}

#toppage #sec3 {
  border-top: 20px solid #111111;
}

#toppage #sec3 .grid {
  background: #111111;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 307px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

#toppage #sec3 .girditem {
  line-height: 0;
}

#toppage #sec3 .girditem a {
  position: relative;
  display: inline-block;
  line-height: 0;
  z-index: 0;
  overflow: hidden;
  height: 309px;
}

#toppage #sec3 .girditem a img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

#toppage #sec3 .girditem a .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

#toppage #sec3 .girditem a .title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  margin: auto;
  width: 320px;
  height: 150px;
}

#toppage #sec3 .girditem a .title::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#toppage #sec3 .girditem a .title h3 {
  font-size: 40px;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
  padding: 27px 0 43px;
}

#toppage #sec3 .girditem a .title span {
  position: relative;
  display: inline-block;
  padding-top: 31px;
  font-size: 18px;
}

#toppage #sec3 .girditem a .title span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#toppage #sec3 .girditem a:hover img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}

#toppage #sec3 .girditem a:hover .cover {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.front #footer .footer_nav {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 1100px) {
  #toppage .keyv .col1 {
    flex: 0 0 130px;
  }
  #toppage .keyv .col1 .logoimg {
    padding: 16px 0 0 0px;
    font-size: 28px;
  }
  #toppage .keyv .col1 h1 {
    margin: 16px auto 80px;
  }
  #toppage .keyv .col2 .keyvtextwrap {
    font-size: 28px;
    bottom: 16px;
    left: 40px;
  }
  #toppage {
    border-width: 12px 12px 12px;
  }
  #toppage .keyv {
    margin: 0 0 0 -12px;
  }
  #toppage .keyv .col2 {
    border-bottom: 12px solid #111111;
  }
  #toppage #sec3 {
    border-top: 12px solid #111111;
  }
  #toppage #sec3 .grid {
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
  }
  #toppage #sec2 ul li span {
    padding: 2px 13px 4px 23px;
    display: block;
  }

  #toppage #sec3 .girditem a .title h3 {
    font-size: 34px;
    padding: 37px 0 33px;
  }
}

@media screen and (max-width: 767px) {
  #toppage {
    border-width: 5px;
  }
  #toppage .keyv {
    margin: 0 0 0 -5px;
  }
  #toppage .keyv .col2 {
    border-bottom: 5px solid #111111;
  }
  #toppage #sec3 {
    border-top: 5px solid #111111;
  }
  #toppage #sec3 .grid {
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 5px;
  }
  #toppage .keyv {
    position: relative;
    margin: 0 0 0 -5px;
    display: block;
    margin: 0;
    z-index: 0;
  }
  #toppage .keyv .col1 {
    position: relative;
    padding: 20px 0 30px;
  }
  #toppage .keyv .col1 .logoimg {
    padding: 10px 0 0 0px;
    width: 50px;
    margin: 0 auto;
  }
  #toppage .keyv .col1 h1 {
    margin: 8px auto 0px;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  #toppage .keyv .col1 .scroll {
    position: absolute;
    z-index: 1;
    width: 60px;
    bottom: -80px;
    left: 8px;
  }
  #toppage .keyv .col2 .keyvimage {
    height: 60vh;
  }
  #toppage .keyv .col2 .keyvtextwrap {
    font-size: 18px;
    bottom: 3px;
    left: 5px;
  }
  #toppage #sec2 .sec_inner {
    padding: 40px 10px;
  }
  #toppage #sec2 .news {
    padding: 30px 10px;
  }
  #toppage #sec2 h2 {
    font-size: 22px;
    padding: 0;
  }
  #toppage #sec2 ul li {
    border-left: 3px solid #111111;
    margin-bottom: 15px;
  }
  #toppage #sec2 ul li .time {
    padding: 0 6px 0px;
  }
  #toppage #sec2 ul li span {
    padding: 2px 6px 2px;
    font-size: 12px;
  }
  #toppage #sec3 .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 220px;
  }
  #toppage #sec3 .girditem a .title {
    width: auto;
    height: 110px;
  }
  #toppage #sec3 .girditem a .title::after {
    width: 110px;
    height: 110px;
  }
  #toppage #sec3 .girditem a {
    height: 100%;
  }
  #toppage #sec3 .girditem a .title h3 {
    font-size: 26px;
    padding: 30px 0 24px;
  }
  #toppage #sec3 .girditem a .title span {
    padding-top: 20px;
    font-size: 12px;
  }
}

#concept {
  margin-top: 16px;
}

#concept .sec_inner {
  margin: 0 auto;
}

#concept #sec2 {
  margin-bottom: 40px;
}

#concept #sec2 .ttl {
  margin: 0 auto 55px;
  display: flex;
}

#concept #sec2 .ttl br {
  display: none;
}

#concept #sec2 .ttl h2 {
  font-size: 24px;
  color: #122cb3;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin: 40px auto;
  text-align: center;
}

#concept #sec2 .ttl h2::before {
  position: absolute;
  content: "";
  top: -50%;
  left: 0;
  width: 50px;
  height: 51px;
  background: no-repeat url(images/parts/ttl_rogo.png);
  background-size: auto;
}

#concept #sec2 .ttl span {
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin-left: 28px;
}

#concept #sec2 .text {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

#concept #sec2 .text p {
  font-size: 24px;
  line-height: 3.5em;
  text-align: center;
}

#concept #sec2 .text:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f1f1f1;
  z-index: -1;
}

#concept #sec2 .text::before {
  position: absolute;
  content: "";
  top: 40%;
  left: 50%;
  width: 4px;
  height: 30px;
  background: #f1f1f1;
  z-index: -1;
}

#concept #sec1 {
  background: #f1f1f1;
}

#concept #sec1 .sec_inner {
  margin: 40px 0;
  padding: 90px 20px;
  background: repeat-x url(images/concept/bg_img_nami.png);
  background-position: bottom left;
}

#concept #sec1 .flex_wrap {
  display: flex;
  margin: 80px auto 0;
}

#concept #sec1 .flex_wrap .col1 {
  flex: 1;
  vertical-align: top;
  text-align: center;
}

#concept #sec1 .flex_wrap .col1 p {
  line-height: 1.77;
  font-weight: 600;
}

#concept #sec1 .flex_wrap .col1 img {
  margin-bottom: 25px;
}

#concept #sec1 .flex_wrap .col1 .t_job {
  text-align: center;
}

#concept #sec1 .flex_wrap .col1 .t_name {
  font-size: 24px;
  text-align: center;
}

#concept #sec1 .flex_wrap .col2 {
  flex: 1;
  padding: 0 20px;
  vertical-align: top;
  max-width: 520px;
  width: 100%;
  margin-left: 30px;
}

#concept #sec1 .flex_wrap .col2 p {
  line-height: 2.3;
}

#concept #sec3 {
  margin-top: 100px;
}

#concept #sec3 .sec_inner .poricy {
  margin: 90px 0;
  border: 11px solid #f1f1f1;
  padding: 20px;
  background: no-repeat url(images/concept/bg_img_rogo.png);
  background-size: auto;
  background-position: center center;
  position: relative;
  z-index: 0;
}

#concept #sec3 .sec_inner .poricy::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 280px 280px;
  border-color: transparent transparent #f1f1f1 transparent;
  z-index: -1;
}

#concept #sec3 .content {
  margin-bottom: 40px;
}

#concept #sec3 .content li {
  padding: 20px 40px 20px 0;
  margin-bottom: 12px;
  background-image: linear-gradient(to right, #767676 10%, rgba(17, 17, 17, 0) 0%);
  background-position: bottom;
  background-size: 15px 3px;
  background-repeat: repeat-x;
}

#concept #sec3 .content li p {
  margin-left: 4vw;
}

#concept h3.title3 {
  font-size: 24px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 8px solid #111111;
  margin-bottom: 25px;
}

#concept h4.title4 {
  font-size: 20px;
  color: #122cb3;
  padding-left: 2vw;
  margin-bottom: 17px;
}

@media screen and (max-width: 1023px) {
  #concept #sec2 .text p {
    font-size: 21px;
  }
}

@media screen and (max-width: 819px) {
  #concept #sec2 .text {
    font-size: 18px;
  }
  #concept #sec1 .flex_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  #concept #sec1 .flex_wrap .col1,
  #concept #sec1 .flex_wrap .col2 {
    flex: unset;
  }
  #concept #sec1 .flex_wrap .img {
    max-width: 300px;
    width: 100%;
  }
}

@media screen and (max-width: 651px) {
  #concept #sec2 .text::after,
  #concept #sec2 .text::before {
    display: none;
  }
  #concept #sec2 .text p {
    line-height: 2.1em;
    text-align: left;
  }
  #concept #sec2 .text p br {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #concept .title1 h3 {
    font-size: 22px;
  }
  #concept #sec1 .flex_wrap .col2 {
    padding: unset;
    margin-left: unset;
  }
  #concept #sec3 .content li {
    padding: 20px 0 20px 0;
  }
  #concept #sec3 .sec_inner .poricy {
    background-size: 180px auto;
  }
  #concept h3.title3 {
    font-size: 20px;
  }
  #concept h4.title4 {
    font-size: 18px;
  }
  #concept #sec2 .ttl br {
    display: block;
  }
  #concept #sec2 .ttl span {
    margin-left: unset;
    line-height: 2;
  }
  #concept #sec2 .ttl h2 {
    padding-left: 0;
    padding-top: 20px;
  }
  #concept #sec2 .ttl h2::before {
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-size: contain;
    top: -37px;
  }
  #concept #sec3 .sec_inner .poricy::after {
    border-width: 0 0 150px 150px;
  }
}

#business {
  margin-top: 16px;
}

#business .sec_inner {
  margin: 0 auto;
}

#business #sec1 .flex_wrap {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

#business #sec1 .ttl {
  flex: 1;
  display: flex;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  align-items: center;
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  padding: 0 20px 0 50px;
  position: relative;
}

#business #sec1 .ttl span {
  font-size: 22px;
}

#business #sec1 .ttl:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 1.6vw;
  width: 6px;
  height: 220px;
  background: #111111;
}

#business #sec1 .text {
  flex: 3;
  padding: 10px 20px;
  box-sizing: border-box;
}

#business #sec1 .text p {
  line-height: 2.2;
}

#business #sec1 .content1 .title3 {
  font-size: 48px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

#business #sec1 .content2 {
  background: #f1f1f1;
  padding: 20px;
}

#business #sec1 .content2 p {
  line-height: 2.2;
}

#business #sec2 {
  margin-top: 100px;
}

#business #sec2 .content {
  margin-bottom: 40px;
}

#business #sec2 .content:nth-child(odd) .flex_wrap {
  flex-direction: row-reverse;
}

#business #sec2 .content p {
  line-height: 2.2;
  min-height: 150px;
}

#business #sec2 .title1 {
  margin-bottom: 90px;
}

#business #sec2 .title1:before {
  left: calc(50% - 190px);
}

#business #sec2 .title1:after {
  right: calc(50% - 190px);
}

#business #sec2 .flex_wrap {
  display: flex;
}

#business #sec2 .flex_wrap .col1 {
  background: #122cb3;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#business #sec2 .flex_wrap .col2 {
  flex: 4;
  padding: 10px 20px;
}

#business #sec2 .flex_wrap .col2 .btn_wrap {
  margin: 0 0 0 auto;
}

#business #sec2 .flex_wrap .col2 .btn_wrap .btn {
  max-width: 160px;
  width: 100%;
}

#business #sec2 .flex_wrap .col2 .bottom {
  display: flex;
  justify-content: left;
  padding: 0 25px 0 20px;
  margin-bottom: 20px;
  margin-top: 60px;
}

#business #sec2 .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#business #sec2 .ttl .eng_title {
  color: #8091e6;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 30px;
  width: 100%;
  text-align: center;
  line-height: 0.9em;
  letter-spacing: 0.15em;
}

#business #sec2 .ttl .eng_title:first-child:first-letter {
  font-weight: 500;
  font-size: 68px;
}

#business #sec2 .ttl .eng_title span {
  left: 0;
  font-size: 24px;
}

#business #sec2 .ttl .jp_title {
  font-size: 32px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: relative;
  color: #fff;
  font-weight: lighter;
  padding-top: 5px;
}

#business #sec2 .img_list {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

#business #sec2 .content.ctn3 .bottom {
  margin-top: 125px;
}

#business h3.title3 {
  font-size: 24px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 8px solid #111111;
  margin-bottom: 25px;
}

#business h4.title4 {
  font-size: 20px;
  color: #122cb3;
  padding-left: 2vw;
  margin-bottom: 17px;
}

@media screen and (max-width: 1157px) {
  #business #sec2 .ttl {
    padding: 0 10px 0 10px;
  }
}

@media screen and (max-width: 599px) {
  #business #sec1 .ttl {
    margin: 0 auto;
  }
  #business #sec1 .text {
    padding: 10px 0;
  }
  #business #sec1 .flex_wrap,
  #business #sec2 .flex_wrap {
    display: block;
  }
  #business #sec2 .ttl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #business #sec2 .img_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  #business #sec2 .content.ctn3 .bottom {
    margin-top: 35px;
  }
  #business #sec2 .flex_wrap .col2 {
    padding: 10px 0px;
  }
  #business .img_wrap {
    margin-bottom: 10px;
  }
}

#ships {
  margin-top: 16px;
}

#ships .sec_inner {
  margin: 0 auto;
}

#ships #sec1 {
  padding: 50px 0 40px;
}

#ships #sec1 .text {
  font-size: 20px;
  padding-bottom: 35px;
  text-align: center;
}

#ships #sec1 .line1,
#ships #sec1 .line2,
#ships #sec1 .line3 {
  padding: 10px 0;
  display: block;
  margin: 0 auto;
}

#ships #sec1 .cat {
  margin: 40px 0 15px;
}

#ships #sec1 .cat ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#ships #sec1 .cat ul .icon {
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
  width: 106px;
  height: 82px;
  background: no-repeat url(images/ships/cat_icon.png);
  background-position: center center;
  background-size: auto;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 5px 5px 5px 10px;
  transition: all 0.2s;
  opacity: 1;
  text-align: center;
}

#ships #sec1 .cat ul .icon:hover {
  transition: all 0.2s;
  opacity: 0.5;
  -webkit-filter: drop-shadow(6px 6px 1px #dddddd);
  filter: drop-shadow(6px 6px 1px #dddddd);
  transform: scale(1.05, 1.05);
}

#ships #sec1 .cat ul .icon:active {
  transition: all 0.2s;
  -webkit-filter: unset;
  filter: unset;
}

#ships #sec1 .cat ul a {
  width: 100%;
}

#ships #sec2 {
  margin-bottom: 70px;
}

#ships #sec2 .list {
  background: #f1f1f1;
  padding: 20px;
}

#ships #sec2 .list .item {
  display: flex;
}

#ships #sec2 .list .item:not(:last-child) {
  padding-bottom: 20px;
}

#ships #sec2 .list .item .img_wrap {
  flex: 1;
  outline: 4px solid #fff;
  outline-offset: -4px;
  line-height: 0;
  box-sizing: border-box;
}

#ships #sec2 .list .item .img_wrap img {
  width: 100%;
  height: 287px;
  -o-object-fit: cover;
  object-fit: cover;
}

#ships #sec2 .list .item .info {
  flex: 1;
  background: #fff;
}

#ships #sec2 .list .item .info .name {
  padding-top: 40px;
  color: #122cb3;
  font-size: 22px;
  font-weight: lighter;
  text-align: center;
  padding-left: 0;
  letter-spacing: 0.09em;
}

#ships #sec2 .list .item .info .name::before {
  content: url(images/ships/name_parts.png);
  padding-right: 10px;
}

#ships #sec2 .list .item .info table {
  width: 100%;
  padding: 10px 25px;
}

#ships #sec2 .list .item .info table th,
#ships #sec2 .list .item .info table td {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 2px solid #f6f6f6;
  padding: 5px 0;
  font-weight: 500;
}

#ships #sec2 .list .item .info table th {
  text-align: left;
  vertical-align: middle;
  width: 8vw;
  min-width: 160px;
  position: relative;
  z-index: 0;
}

#ships #sec2 .list .item .info table th:after {
  position: absolute;
  content: "";
  top: 30%;
  right: 0;
  background: #f6f6f6;
  width: 2px;
  height: 10px;
}

#ships #sec2 .list .item .info table td {
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}

#ships #sec2 .wp-pagenavi {
  padding-top: 50px;
}

@media screen and (max-width: 899px) {
  #ships #sec2 .list .item {
    display: block;
  }
}

@media screen and (max-width: 551px) {
  #ships #sec2 .list .item .img_wrap img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
  #ships #sec2 .list .item .info table th {
    min-width: 90px;
  }
  #ships #sec2 .list .item .info table {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 399px) {
  #ships #sec2 .list {
    padding: 10px;
  }
  #ships #sec2 .list .item:not(:last-child) {
    padding-bottom: 10px;
  }
  #ships #sec2 .list .item .info .name {
    letter-spacing: 0.05em;
    text-align: left;
    padding: 20px 6px 0;
    font-size: 18px;
  }
  #ships #sec2 .list .item .info .name::before {
    padding-right: 6px;
  }
  #ships #sec2 .list .item .info table tr {
    display: block;
  }
  #ships #sec2 .list .item .info table th {
    display: block;
    min-width: 80px;
    width: 100%;
    padding: 12px 6px 6px;
    font-weight: 600;
  }
  #ships #sec2 .list .item .info table td {
    display: block;
    width: 100%;
    padding: 6px;
  }
}

#news #sec1 .sec_inner {
  display: flex;
  justify-content: space-between;
  padding: 34px 0 90px;
}

#news #sec1 .col1 {
  flex: 0 1 780px;
}

#news #sec1 .col2 {
  flex: 0 1 230px;
  margin: 0 0 0 20px;
}

#news #sec1 .post_list {
  padding-bottom: 80px;
}

#news #sec1 .post_item {
  position: relative;
  padding: 44px 22px 41px 38px;
}

#news #sec1 .post_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: repeat-x top left url(images/parts/dot.jpg);
  top: 0;
  left: 0;
}

#news #sec1 .post_item:last-of-type::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: repeat-x top left url(images/parts/dot.jpg);
  bottom: 0;
  left: 0;
}

#news #sec1 .post_item a {
  display: flex;
  align-items: center;
}

#news #sec1 .post_item a:hover {
  opacity: 0.6;
}

#news #sec1 .post_item .post_img {
  line-height: 0;
  flex: 0 0 360px;
}

#news #sec1 .post_item .post_img img {
  width: 320px;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

#news #sec1 .post_item .post_text {
  padding: 0 0 0 3px;
}

#news #sec1 .post_item .post_text .head {
  display: flex;
  align-items: center;
  padding: 23px 0 30px;
}

#news #sec1 .post_item .post_text .head .time {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  padding-right: 19px;
  border-right: 2px solid #111111;
  line-height: 24px;
  margin-right: 22px;
}

#news #sec1 .post_item .post_text .head .cate {
  min-width: 78px;
  text-align: center;
  line-height: 22px;
  padding-top: 2px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  background: #122cb3;
}

#news #sec1 .post_item .post_text .title {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 14px;
  line-height: 1.8;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 988px) {
  #news #sec1 .sec_inner {
    flex-wrap: wrap;
  }
  #news #sec1 .col2 {
    flex: 0 1 100%;
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 723px) {
  #news #sec1 .sec_inner {
    display: block;
    justify-content: unset;
  }
  #news #sec1 .post_item a {
    display: block;
  }
  #news #sec1 .post_item {
    padding: 44px 0 41px;
  }
  #news #sec1 .post_item .post_img {
    line-height: 0;
    flex: 0 0 100%;
    justify-content: center;
    display: flex;
  }
  #news #sec1 .post_item .post_img img {
    max-width: 100%;
    height: auto;
  }
}

#news_single #sec1 .sec_inner {
  display: flex;
  justify-content: space-between;
  padding: 34px 0 58px;
}

#news_single #sec1 .sec_inner .col1 {
  flex: 0 1 720px;
}

#news_single #sec1 .sec_inner .col1 .col1_inner {
  max-width: 640px;
  margin: 0 0 0 auto;
}

#news_single #sec1 .sec_inner .col1 .col1_inner .head {
  display: flex;
  align-items: center;
  padding: 0 0 17px;
}

#news_single #sec1 .sec_inner .col1 .col1_inner .head .time {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  padding-right: 19px;
  border-right: 2px solid #111111;
  line-height: 24px;
  margin-right: 22px;
}

#news_single #sec1 .sec_inner .col1 .col1_inner .head .cate {
  min-width: 78px;
  text-align: center;
  line-height: 22px;
  padding-top: 2px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  background: #122cb3;
}

#news_single #sec1 .sec_inner .col1 .col1_inner .title {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 40px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

#news_single #sec1 .sec_inner .col1 .col1_inner .postcontent {
  padding: 40px 0;
}

#news_single #sec1 .sec_inner .col1 .col1_inner .postcontent p {
  line-height: 2;
}

#news_single #sec1 .sec_inner .col2 {
  flex: 0 1 230px;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 988px) {
  #news_single #sec1 .sec_inner {
    flex-wrap: wrap;
  }
  #news_single #sec1 .sec_inner .col2 {
    flex: 0 1 100%;
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 723px) {
  #news_single #sec1 .post_item a {
    display: block;
  }
  #news_single #sec1 .sec_inner {
    display: block;
  }
  #news_single #sec1 .sec_inner .col1 .col1_inner .title {
    font-size: 20px;
  }
}

.sideblock {
  padding: 0 0 148px;
}

.sideblock .side {
  text-align: center;
  height: 50px;
  line-height: 44px;
  color: #fff;
  background: #122cb3;
  font-weight: 500;
  font-size: 22px;
  padding-top: 4px;
}

.sideblock ul {
  padding: 14px 0 0;
}

.sideblock ul li a {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 12px 10px 12px 18px;
  font-weight: 500;
  line-height: 1.6;
  font-weight: 600;
}

.sideblock ul li a:hover {
  opacity: 0.4;
}

.sideblock ul.category li a {
  position: relative;
  padding: 12px 10px 12px 42px;
}

.sideblock ul.category li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background: no-repeat center url(images/parts/sidebar_arw.png);
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}

@media screen and (max-width: 988px) {
  .sideblock {
    padding: 0 0 30px;
  }
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi .current {
  display: block;
  margin: 0 9px;
  width: 33px;
  line-height: 26px;
  padding: 3px 0 2px 2px;
  color: #fff;
  background: #111111;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  border-radius: 999px;
  border: 0.5px solid #111111;
}

#ships .wp-pagenavi a,
#ships .wp-pagenavi .current {
  border-radius: 50%;
  border: 1px solid #111111;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current:hover {
  color: #111111;
  background: #fff;
}

#ships .wp-pagenavi a:hover,
#ships .wp-pagenavi .current:hover {
  border: 1px solid #111111;
}
.wp-pagenavi .current {
  color: #111111;
  background: #fff;
  pointer-events: none;
}

#ships .wp-pagenavi .current {
  border: 1px solid #111111;
  background: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: #fff;
  border: none;
  background: #111111;
  border: 1px solid #111111;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.wp-pagenavi .previouspostslink::after {
  background: no-repeat center url(images/parts/arw_prev.png);
  right: 2px;
}

.wp-pagenavi .nextpostslink::after {
  background: no-repeat center url(images/parts/arw_next.png);
  left: 2px;
}

@media screen and (max-width: 399px) {
  .wp-pagenavi a,
  .wp-pagenavi .current {
    margin: 0 5px;
    width: 25px;
    line-height: 16px;
    font-size: 16px;
    padding: 5px 0 2px 2px;
  }
}

.singlepagenavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0 31px;
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
}

.singlepagenavi a {
  position: relative;
  letter-spacing: 0.05em;
}

.singlepagenavi a:hover {
  opacity: 0.4;
  text-decoration: underline;
}

.singlepagenavi > div:not(:nth-child(2)) a {
  padding: 10px 0 7px 4px;
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.singlepagenavi > div:not(:nth-child(2)) a span {
  line-height: 19px;
  display: inline-block;
}

.singlepagenavi > div:nth-child(1) a {
  padding: 0 0 0 20px;
  background: no-repeat left center url(images/parts/arw_single_prev.png);
}

.singlepagenavi > div:nth-child(2) {
  padding: 0 20px;
}

.singlepagenavi > div:nth-child(2) a {
  text-align: center;
  padding-top: 3px;
  line-height: 45px;
  width: 200px;
  background: #111111;
  color: #fff;
  border: 1px solid #111111;
  display: inline-block;
}

.singlepagenavi > div:nth-child(2) a:hover {
  text-decoration: none;
  opacity: 1;
  background: #fff;
  color: #111111;
}

.singlepagenavi > div:nth-child(3) a {
  padding: 0 20px 0 0;
  background: no-repeat right center url(images/parts/arw_single_next.png);
}

@media screen and (max-width: 988px) {
  .singlepagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 0 0;
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (max-width: 488px) {
  .singlepagenavi > div:nth-child(2) a {
    width: 110px;
  }
  .singlepagenavi > div:nth-child(2) {
    padding: 0 10px;
  }
}

#privacy_policy #sec1 {
  padding-top: 29px;
  padding-bottom: 35px;
}

#privacy_policy .block {
  padding-bottom: 30px;
}

#privacy_policy .block h3 {
  color: #122cb3;
  font-size: 20px;
}

#privacy_policy .block p {
  line-height: 2;
  font-weight: 600;
}

#sitemap .sec_inner {
  padding: 35px 20px 20px;
  min-height: 510px;
  max-width: 1020px;
  margin: 0 auto;
  width: 100%;
}

#sitemap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sitemap .list > li {
  width: 300px;
}

#sitemap .list > li > a {
  display: block;
  max-width: 300px;
  width: 100%;
  font-weight: 600;
  border: 2px solid #dddddd;
  border-color: #dddddd #dddddd #dddddd #122cb3;
  box-sizing: border-box;
  padding: 7px 5px 5px 22px;
  margin-bottom: 40px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
}

#sitemap .list > li > a span {
  display: block;
  font-size: 12px;
}

#sitemap .list > li > a:hover {
  opacity: 0.4;
}

#sitemap .list .min {
  padding: 0 0 13px 28px;
  margin: -25px 0 18px;
}

#sitemap .list .min li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 7px;
}

#sitemap .list .min li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background: no-repeat center url(images/parts/sidebar_arw.png);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#sitemap .list .min li a {
  font-size: 14px;
  font-weight: 600;
}

#sitemap .list .min li a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 1400px) {
  #sitemap .list > li {
    width: 20vw;
  }
}

@media screen and (max-width: 1100px) {
  #sitemap .list > li {
    width: 25vw;
  }
}

@media screen and (max-width: 900px) {
  #sitemap .list > li {
    width: 23vw;
  }
}

@media screen and (max-width: 767px) {
  #sitemap .sec_inner {
    padding: 35px 10px 20px;
  }
  #sitemap .list > li {
    max-width: 300px;
    width: 100%;
  }
}

#corporate #sec1 .tab ul {
  margin: 0 auto;
  padding: 54px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#corporate #sec1 .tab ul li {
  position: relative;
  background: #f1f1f1;
  border: none;
  width: 50%;
  height: 72px;
  padding: 10px 23px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#corporate #sec1 .tab ul li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 14px 0 14px;
  border-color: #122cb3 transparent transparent transparent;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

#corporate #sec1 .tab ul li[aria-selected="true"] {
  background: #122cb3;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

#corporate #sec1 .tab ul li[aria-selected="true"]::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

#corporate #sec1 .tab ul li.act {
  pointer-events: none;
}

#corporate #sec1 .tab_content[role="tabpanel"] {
  display: none;
  opacity: 0;
  -webkit-animation: tab_fade 1s ease-in-out 0s forwards;
  animation: tab_fade 1s ease-in-out 0s forwards;
}

#corporate #sec1 .tab_content[role="tabpanel"][aria-hidden="false"] {
  display: block;
  -webkit-animation: tab_fade 1s ease-in-out 0s forwards;
  animation: tab_fade 1s ease-in-out 0s forwards;
}

#corporate #sec1 .tab_content_outer {
  padding: 53px 0 0;
}

#corporate #sec1 #panel1 .table {
  padding-top: 82px;
  max-width: 960px;
}

#corporate #sec1 #panel1 .table dl {
  display: flex;
  padding: 0 0 25px;
}

#corporate #sec1 #panel1 .table dt {
  position: relative;
  flex: 0 0 176px;
}

#corporate #sec1 #panel1 .table dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 4px);
  background: #122cb3;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

#corporate #sec1 #panel1 .table dd {
  padding: 0 10px 0 26px;
}

#corporate #sec1 #panel1 .table dt,
#corporate #sec1 #panel1 .table dd {
  font-weight: 600;
  text-align: left;
  line-height: 2;
}

#corporate #sec1 #panel2 .history {
  position: relative;
  border: 2px solid #f1f1f1;
  margin-top: 65px;
  margin-bottom: 107px;
  padding: 0 0 50px;
  z-index: 0;
}

#corporate #sec1 #panel2 .history::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  background: #f1f1f1;
  z-index: -1;
}

#corporate #sec1 #panel2 .history::after {
  position: absolute;
  content: "";
  bottom: -108px;
  left: -64px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 107px 128px 0 128px;
  z-index: -1;
  border-color: #f1f1f1 transparent transparent transparent;
}

#corporate #sec1 #panel2 .history .item .row {
  display: flex;
}

#corporate #sec1 #panel2 .history .item .row .col1 {
  flex: 0 1 128px;
  background: #f1f1f1;
}

#corporate #sec1 #panel2 .history .item .row .col2 {
  flex: 1 1 500px;
}

#corporate #sec1 #panel2 .history .item .row .y {
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #122cb3;
  text-align: center;
  line-height: 2;
  padding: 20px 0 14px;
  letter-spacing: 0.1em;
}

#corporate #sec1 #panel2 .history .item .row .bar {
  position: relative;
}

#corporate #sec1 #panel2 .history .item .row .bar::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #122cb3;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 2px;
}

#corporate #sec1 #panel2 .history .item .row .text {
  padding: 2px 20px 0 50px;
  font-weight: 600;
  line-height: 2.3;
}

#corporate #sec1 .bottomlink {
  padding-top: 43px;
}

#corporate #sec1 .bottomlink .btn_black {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 50px;
  padding-top: 2px;
  line-height: 48px;
  color: #fff;
  background: #111111;
  text-align: center;
  margin-right: 43px;
}

#corporate #sec1 .bottomlink .btn_black:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 13px;
  border-color: transparent transparent transparent #111111;
  top: 0px;
  bottom: 0px;
  right: -11px;
  margin: auto;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

#corporate #sec1 .bottomlink .btn_black:hover {
  opacity: 0.6;
}

#corporate #sec2 .sec_inner {
  padding: 113px 0 0;
}

#corporate #sec2 .chart {
  position: relative;
  border: 2px solid #f1f1f1;
  margin-top: 42px;
  padding: 44px 20px 50px;
  text-align: center;
}

#corporate #sec3 .sec_inner {
  padding-top: 111px;
  padding-bottom: 70px;
}

#corporate #sec3 .map {
  padding-top: 72px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#corporate #sec3 .map iframe {
  max-width: 100%;
  width: 100%;
  height: 560px;
}

@-webkit-keyframes tab_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tab_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#recruit #recruit_top .sec_inner {
  display: flex;
  padding: 54px 0 70px;
}

#recruit #recruit_top .sec_inner .col1 {
  flex: 0 1 714px;
  padding: 0 20px 0 40px;
}

#recruit #recruit_top .sec_inner .col1 h3 {
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-top: 5px;
  max-width: 600px;
}

#recruit #recruit_top .sec_inner .col1 p {
  font-weight: 600;
  letter-spacing: 0.1em;
  max-width: 660px;
  padding: 29px 0 0;
  line-height: 2.15;
}

#recruit #recruit_top .sec_inner .col1 .bottomlink {
  padding-top: 75px;
  position: relative;
  z-index: 0;
}

#recruit #recruit_top .sec_inner .col1 .bottomlink .btn_blue {
  position: relative;
  display: inline-block;
  height: 41px;
  padding: 2px 12px 0;
  line-height: 40px;
  color: #fff;
  background: #122cb3;
  text-align: center;
  margin-right: 19px;
  margin-bottom: 10px;
}

#recruit #recruit_top .sec_inner .col1 .bottomlink .btn_blue:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #122cb3;
  top: 0px;
  bottom: 0px;
  right: -11px;
  margin: auto;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

#recruit #recruit_top .sec_inner .col1 .bottomlink .btn_blue:hover {
  opacity: 0.6;
}

#recruit #recruit_top .sec_inner .col2 {
  flex: 0 1 360px;
}

#recruit #recruit_top .sec_inner .col2 .btn_wrap {
  text-align: right;
  padding: 28px 22px 0 0;
}

#recruit #recruit_top .sec_inner .col2 .btn_wrap .arw_btn {
  padding: 0 24px 6px 17px;
}

@media screen and (max-width: 1400px) {
  #recruit #recruit_top .sec_inner .col1 h3 br {
    display: none;
  }
  #recruit #recruit_top .sec_inner .col1 .bottomlink .btn_blue {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 988px) {
  #recruit #recruit_top .sec_inner .col1 .bottomlink {
    padding-top: 35px;
  }
  #recruit #recruit_top .sec_inner .col1 h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 614px) {
  #recruit #recruit_top .sec_inner {
    display: block;
  }
  #recruit #recruit_top .sec_inner .col1 {
    padding: 0;
  }
}

#recruit #recruit_common .sec_inner {
  padding: 48px 0 0;
}

#recruit #recruit_common .sec_inner .no_table {
  text-align: center;
  padding: 100px 0;
  font-size: 22px;
  font-weight: 600;
}

#recruit #recruit_common .title1 {
  padding-bottom: 88px;
}

#recruit #recruit_common .table {
  width: 100%;
  padding-bottom: 39px;
}

#recruit #recruit_common .table .row {
  display: flex;
}

#recruit #recruit_common .table .row p {
  border-bottom: 10px solid #fff;
  line-height: 1.8;
  min-height: 50px;
  letter-spacing: 0.1em;
}

#recruit #recruit_common .table .row p:first-of-type {
  border-right: 1px solid #fff;
  background: #dddddd;
  flex: 0 0 299px;
  padding: 5px 0 0 18px;
}

#recruit #recruit_common .table .row p:last-of-type {
  background: #f1f1f1;
  flex: 1 1 auto;
  padding: 5px 0 5px 20px;
}

#recruit #application {
  padding-bottom: 70px;
}

#recruit #application .sec_inner {
  border: 5px solid #122cb3;
  padding: 44px 20px 39px;
  text-align: center;
}

#recruit #application .sec_inner .appli_content {
  padding: 46px 0 0;
}

#recruit #application .sec_inner .appli_content * {
  letter-spacing: 0.1em;
}

#recruit #application .sec_inner .appli_content h4 {
  font-size: 20px;
  font-weight: 600;
}

#recruit #application .sec_inner .appli_content p {
  max-width: 610px;
  margin: 0 auto;
  text-align: left;
  padding: 15px 0 0 10px;
  line-height: 1.9;
  font-weight: 600;
}

#recruit #application .sec_inner .appli_content .flex {
  padding: 20px 0 0;
}

#recruit #application .sec_inner .appli_content .flex a {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 50px 0px 0;
}

#recruit #application .sec_inner .appli_content .flex a:hover {
  opacity: 0.6;
}

#recruit #application .sec_inner .appli_content_mid {
  padding: 31px 0 0;
}

#recruit #application .sec_inner .appli_content_mid * {
  letter-spacing: 0.1em;
}

#recruit #application .sec_inner .appli_content_mid .chap {
  font-size: 20px;
  font-weight: 600;
}

#recruit #application .sec_inner .appli_content_mid .info {
  padding: 0px 0 0 60px;
  text-align: left;
  line-height: 1.8;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  #recruit #application .sec_inner .appli_content_mid .chap {
    line-height: 1.8;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #recruit #recruit_common .title1 {
    padding-bottom: 40px;
  }
  #recruit #recruit_common .table .row {
    display: block;
  }
  #recruit #recruit_common .table .row p:first-of-type {
    padding: 5px 10px;
    border: none;
    min-height: auto;
  }
  #recruit #recruit_common .table .row p:last-of-type {
    min-height: auto;
    padding: 10px;
  }

  #recruit #application .sec_inner .appli_content .flex a {
    padding: 0 0 30px 0;
  }
  #recruit #application .sec_inner .appli_content_mid .info {
    padding: 0;
  }
  #recruit #application .sec_inner .appli_content_mid .chap {
    line-height: 1.6;
    font-size: 15px;
  }
}

#contact #sec1 .chap {
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
  padding: 6px 0 0;
  font-weight: 600;
}

#contact #sec1 .title1 {
  padding-top: 56px;
}

#contact #sec1 .form_wrap {
  padding-top: 76px;
}

/*=========================
    Custom MWForm
=========================*/
.form_topText {
  color: #111111;
  line-height: 40px;
  letter-spacing: 0.1em;
}

.form_topText span {
  display: block;
  padding-top: 14px;
}

.form_box {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 0 7px 0 3px;
}

.form_box .form_lead {
  position: relative;
  flex: 0 1 260px;
  line-height: 1;
  padding-top: 12px;
  padding-left: 56px;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.form_box .form_lead .must {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  width: 35px;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  background: #bc1414;
  color: #fff;
  vertical-align: text-top;
  padding-top: 2px;
  box-sizing: border-box;
}

.form_box .form_cont {
  flex: 0 1 518px;
}

.form_box li {
  margin-top: 34px;
  padding-bottom: 6px;
  display: flex;
  justify-content: space-between;
}

.form_box li > p {
  line-height: 1;
}

.form_box li:first-of-type {
  margin-top: 0;
  padding-bottom: 1px;
}

.form_box li:first-of-type .form_lead {
  margin-top: 0;
}

.form_box li:last-of-type {
  border-bottom: none;
}

.form_box li .form_input {
  background: #fff;
  border: 2px solid #dddddd;
  box-sizing: border-box;
  line-height: 31px;
  padding: 6px 20px;
  width: 100%;
  letter-spacing: 0.1em;
}

.form_box li .form_input.big {
  width: 100%;
  min-height: 205px;
}

.form_box li .zip {
  position: relative;
  padding-left: 34px;
}

.form_box li .zip::before {
  position: absolute;
  content: "〒";
  top: 9px;
  left: 1px;
  font-size: 16px;
}

.form_box li .zip .form_cont {
  width: 60%;
}

.form_box li .tel {
  position: relative;
  max-width: 550px;
}

.form_box li .tel .form_cont {
  width: 29%;
  padding: 6px 10px;
  margin: 0 6px 0 5px;
}

.form_box li .tel .form_cont:first-of-type {
  margin-left: 0;
}

.mw_wp_form .error {
  color: #bc1414;
  font-weight: 700;
}

.form_pp {
  text-align: center;
  box-sizing: border-box;
  padding: 67px 20px 0px 35px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_pp .link {
  text-decoration: underline;
  letter-spacing: 0;
}

.form_pp .link:hover {
  opacity: 0.6;
}

.form_pp .ppttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}

.form_pp .pptext {
  padding-top: 23px;
  letter-spacing: 0;
}

.form_pp label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.form_pp input {
  display: none;
}

.form_pp .pp_txt + span {
  padding-left: 30px;
  letter-spacing: 0;
  position: relative;
  cursor: pointer;
}

.form_pp .pp_txt + span::before {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  border: 2px solid #111111;
  top: 1px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  z-index: 1;
  box-sizing: border-box;
}

.form_pp .pp_txt:checked + span {
  color: #111111;
}

.form_pp .pp_txt:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 8px;
  width: 6px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #111111;
  border-right: 2px solid #111111;
  z-index: 2;
}

.form_flex {
  padding: 47px;
  padding-bottom: 70px;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.form_send,
.form_back {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

.form_send input,
.form_back input {
  transition: all 0.2s ease-in-out;
}

.form_send input:hover,
.form_back input:hover {
  opacity: 0.6;
}

.form_send [type="submit"],
.form_back [type="submit"] {
  position: relative;
  z-index: 100;
  cursor: pointer;
  -moz-appearance: unset;
  appearance: unset;
  -webkit-appearance: unset;
  border: none;
  outline: none;
  font-weight: normal;
  color: #fff;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 60px;
  width: 100%;
  background: #111111;
}

.form_back {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .form_box li {
    display: block;
    margin-top: 0px;
  }
  .form_flex {
    padding-bottom: unset;
    padding: 47px 0 120px;
  }
  .form_pp {
    padding: 67px 0px 0px;
  }
  .form_pp .ppttl {
    font-size: 14px;
  }
  .form_box .form_lead {
    padding: 12px 0 5px 5px;
  }
  .form_box .form_lead .must {
    top: 0;
    left: 0;
    position: relative;
    display: block;
    margin-bottom: 6px;
  }
  .form_box li .form_input {
    line-height: 1.6;
    padding: 5px;
  }
  #corporate #sec1 #panel2 .history::after {
    bottom: -80px;
    left: -24px;
    border-width: 80px 90px 0 90px;
  }
}

@media screen and (max-width: 599px) {
  #corporate #sec1 #panel1 .table dt {
    flex: 0 0 76px;
  }
  #corporate #sec1 .bottomlink .btn_black {
    margin-right: unset;
    margin-bottom: unset;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }

  #corporate #sec1 #panel2 .history .item .row .y {
    font-size: 18px;
  }
  #corporate #sec1 #panel2 .history::before {
    width: 18vw;
  }
  #corporate #sec1 #panel2 .history::after {
    bottom: -14vw;
    left: -5.5vw;
    border-width: 14vw 14vw 0 14vw;
  }
}

@media screen and (max-width: 499px) {
  #corporate #sec1 #panel2 .history::before {
    width: 17vw;
  }
  #corporate #sec1 #panel2 .history .item .row .text {
    padding: 2px 10px 0 20px;
  }
}

@media screen and (max-width: 473px) {
  #corporate #sec1 #panel2 .history .item .row .bar::after {
    right: -6px;
  }
  #corporate #sec1 #panel1 .table dd {
    padding: 0 10px 0 10px;
  }
}

.nf-404 {
  background: #f1f1f1;
  padding: 20px;
}

.nf-404 h3 {
  margin-bottom: 20px;
}

#glt-translate-trigger {
  position: fixed;
  display: block;
  bottom: 0px;
  top: 240px;
  right: 65px;
  z-index: 0;
  padding: 16px 5px 13px;
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #fff;
  height: 22px;
  text-shadow: none;
  box-shadow: none;
}
.tool-container {
  bottom: auto !important;
  top: 200px !important;
  z-index: 0 !important;
}

@media screen and (max-width: 1260px) {
  #glt-translate-trigger {
    top: 220px;
    right: 65px;
    padding: 10px 5px 7px;
    font-size: 14px;
  }
  .tool-container {
    top: 185px !important;
  }
}

@media screen and (max-width: 1100px) {
  #glt-translate-trigger {
    top: 180px;
    right: 30px;
  }
  .tool-container {
    top: 145px !important;
  }
}
@media screen and (max-width: 767px) {
  #glt-translate-trigger {
    line-height: 27px;
    padding: 0;
    font-size: 12px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    width: 24px;
    height: 110px;
    margin: 8px 0 0 auto;
    top: 108px;
    right: 12px;
  }
  .tool-container {
    right: 30px;
    top: 85px !important;
  }
}
div.tool-container {
  z-index: 1 !important;
}
.pageTopDown {
  z-index: 0;
}
