@charset "UTF-8";

/* reset CSS */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  line-sizing: normal
}

body {
  margin: 0
}
*{
  caret-color:none;
}

h1 {
  font-size: 2rem
}

h2 {
  font-size: 1.5rem
}

h3 {
  font-size: 1.17rem
}

h4 {
  font-size: 1rem
}

h5 {
  font-size: .83rem
}

h6 {
  font-size: .67rem
}

h1 {
  margin: .67em 0
}

.fx05{font-size: 50%;}
.fx06{font-size: 60%;}
.fx07{font-size: 70%;}
.fx08{font-size: 80%;}
.fx09{font-size: 90%;}
.fx10{font-size: 100%;}
.fx12{font-size: 120%;}
.fx15{font-size: 150%;}
.fx20{font-size: 200%;}
@media screen and (max-width: 768px) {
  .fx05,.fx06,.fx07,.fx08,.fx09,.fx10,.fx12,.fx15,.fx20{font-size: 100%;}
}
pre {
  white-space: pre-wrap
}
.nowrap{
  white-space: nowrap;
}
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible
}
.ind01{
  text-indent: .75rem;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%
}
canvas,
img,
svg,
video {
  height: auto
}

audio {
  width: 100%
}

img {
  border-style: none
}

svg {
  overflow: hidden
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

/* Basic
------------------------------------------ */
section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input,
textarea {
  font-size: 100%;
  vertical-align: middle;
}

body,
div,
p,
address,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  border: none;
  max-width: 100%;
  height: auto;
}

caption {
  text-align: left;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  word-break: break-all;
}

fieldset {
  border: 0;
}

input {
  line-height: 100%;
}

ol,
ul {
  list-style-type: none;
}

label {
  cursor: pointer;
}

address {
  font-style: normal;
}

hr {
  display: none;
  visibility: hidden;
  height: 0;
  border: 0;
}

article,
aside,
header,
hgroup,
footer,
nav,
section,
dialog,
figure {
  display: block;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.nolink{
  pointer-events: none !important;
  color: #666 !important;
  /* opacity: .7; */
}
a.nolink::before{
  background-image: url(/assets/images/common/icn_arrow_06.svg) !important;
}
.end-recruit > *{
  position: relative;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.end-recruit > *::after{
  content: '現在募集しておりません';
  position: absolute;
  left: 0;
  top:0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #004bb1c7;
  color:#fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .2rem;
}
@media screen and (max-width: 768px) {
  .end-recruit > *::after{
    background: rgba(0,0,0,.7);
    font-size: 13px;
    letter-spacing: 0;
  }
}
em {
  font-weight: bold;
  font-style: normal;
}

body {
  position: relative;
  background: #FFF;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  font-feature-settings: “palt”;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0065EF;
  text-decoration: none;
  word-wrap: break-word;
  transition: all 0.3s ease;
}

body:not(.-is-touchDevice) a:hover {
  opacity: 0.7;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  opacity: 1;
}

body.-is-sp a[href*="tel:"] {
  pointer-events: auto;
}

.bottom-1em {
  margin-bottom: 1em !important;
}
.bottom-2em {
  margin-bottom: 2em !important;
}
.bottom-5em {
  margin-bottom: 5em !important;
}
.m-0{margin: 0 !important;}
.m-5rm{margin: .5rem !important;}
.m-10rm{margin: 1rem !important;}
.mt-0{margin-top: 0 !important;}
.mt-3rm{margin-top: .3rem !important;}
.mt-5rm{margin-top: .5rem !important;}
.mt-10rm{margin-top: 1rem !important;}
.mt-15rm{margin-top: 1.5rem !important;}
.mt-20rm{margin-top: 2rem !important;}
.mt-30rm{margin-top: 3rem !important;}
.mt-40rm{margin-top: 4rem !important;}
.mt-50rm{margin-top: 5rem !important;}
.mt-60rm{margin-top: 6rem !important;}
.mb-0{margin-bottom: 0 !important;}
.mb-3rm{margin-bottom: .3rem !important;}
.mb-5rm{margin-bottom: .5rem !important;}
.mb-10rm{margin-bottom: 1rem !important;}
.mb-15rm{margin-bottom: 1.5rem !important;}
.mb-20rm{margin-bottom: 2rem !important;}
.mb-30rm{margin-bottom: 3rem !important;}
.mb-40rm{margin-bottom: 4rem !important;}
.mb-50rm{margin-bottom: 5rem !important;}
.mb-60rm{margin-bottom: 6rem !important;}
.ml-0{margin-left: 0 !important;}
.ml-3rm{margin-left: .3rem !important;}
.ml-5rm{margin-left: .5rem !important;}
.ml-10rm{margin-left: 1rem !important;}
.ml-15rm{margin-left: 1.5rem !important;}
.ml-20rm{margin-left: 2rem !important;}
.mr-0{margin-right: 0 !important;}
.mr-3rm{margin-right: .3rem !important;}
.mr-5rm{margin-right: .5rem !important;}
.mr-10rm{margin-right: 1rem !important;}
.mr-15rm{margin-right: 1.5rem !important;}
.mr-20rm{margin-right: 2rem !important;}
.p-0{padding: 0 !important;}
.p-5rm{padding: .5rem !important;}
.p-10rm{padding: 1rem !important;}
.pt-0{padding-top: 0 !important;}
.pt-3rm{padding-top: .3rem !important;}
.pt-5rm{padding-top: .5rem !important;}
.pt-10rm{padding-top: 1rem !important;}
.pt-15rm{padding-top: 1.5rem !important;}
.pt-20rm{padding-top: 2rem !important;}
.pb-0{padding-bottom: 0 !important;}
.pb-3rm{padding-bottom: .3rem !important;}
.pb-5rm{padding-bottom: .5rem !important;}
.pb-10rm{padding-bottom: 1rem !important;}
.pb-15rm{padding-bottom: 1.5rem !important;}
.pb-20rm{padding-bottom: 2rem !important;}
.pl-0{padding-left: 0 !important;}
.pl-3rm{padding-left: .3rem !important;}
.pl-5rm{padding-left: .5rem !important;}
.pl-10rm{padding-left: 1rem !important;}
.pl-15rm{padding-left: 1.5rem !important;}
.pl-20rm{padding-left: 2rem !important;}
.pr-0{padding-right: 0 !important;}
.pr-3rm{padding-right: .3rem !important;}
.pr-5rm{padding-right: .5rem !important;}
.pr-10rm{padding-right: 1rem !important;}
.pr-15rm{padding-right: 1.5rem !important;}
.pr-20rm{padding-right: 2rem !important;}
.fs-80{font-size: .8rem !important;}
.fs-90{font-size: .9rem !important;}
.fs-100{font-size: 1.0rem !important;}
.fs-110{font-size: 1.1rem !important;}
.fs-120{font-size: 1.2rem !important;}
.fs-150{font-size: 1.5rem !important;}
/* Form
------------------------------------------ */
@keyframes linelink {
  0% {
    background-size: 100% 2px;
    background-position: 100% 100%
  }

  50% {
    background-size: 0 2px;
    background-position: 100% 100%
  }

  51% {
    background-size: 0 2px;
    background-position: 0 100%
  }

  to {
    background-size: 100% 2px;
    background-position: 0 100%
  }
}

/* Form
------------------------------------------ */
button,
select,
textarea,
input {
  font-family: inherit;
}

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
}

/* text */
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"] {
  line-height: normal;
}

/* password */
input[type="password"] {
  font-family: arial;
  ime-mode: disabled;
}

/* button */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
  cursor: pointer;
}

/* radio */
input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: 1px;
}

/* iOS style reset */
button[type="submit"],
button[type="button"],
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

button[type="submit"]::-webkit-search-decoration,
button[type="button"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

button[type="submit"]::focus,
button[type="button"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

textarea,
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"] {
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 100%;
  font-size: 16px;
}

input[type="password"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="text"]::-ms-clear {
  display: none;
}

/* text-align
------------------------------------------ */
.alL {
  text-align: left !important;
}

.alC {
  text-align: center !important;
}

.alR {
  text-align: right !important;
}

/* vertical-align
------------------------------------------ */
.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

/* show
------------------------------------------ */
.showPc {
  display: block !important;
}

.showPc.-inline {
  display: inline-block !important;
}

.showSp.-inline,
.showSp {
  display: none !important;
}

@media screen and (max-width: 768px) {

  .showPc.-inline,
  .showPc {
    display: none !important;
  }

  .showSp {
    display: block !important;
  }

  .showSp.-inline {
    display: inline-block !important;
  }
}

/* c-imageItem
------------------------------------------ */
.c-imageItem {
  display: block;
  line-height: 0;
}

.c-imageItem .c-imageItem_image {
  width: 100%;
  height: auto;
}

/* header
------------------------------------------ */
/* c-header */
.c-header {
  position: relative;
  padding: 0 80px 0 70px;
  z-index: 10;
}

body.home .c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-header_vessel {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}

.c-header_logo {
  padding: 60px 0 0 0;
  line-height: 0;
}

.c-header_logoA {
  display: inline-block;
}

.c-header_logoImg {
  width: 177px;
  height: 38px;
}

.c-header_nav {
  margin-left: auto;
  padding: 65px 0 0 0;
}



.nr_h2 { border-left:solid 7px #004BB1; margin: 40px 0 20px; padding:0 15px; font-size:20px; font-weight:bold; }

.c-topics_p_l { float:left; width:65%; margin-top: 38px; }

img.nr_r_img { float:right; width:30%; margin-top: 38px; }

.newsrelease_box {
border:solid 1px #CDD5DF ;
padding:30px;
font-size:14px;
margin:30px 0;
}

.newsrelease_box table {
  width: 100%;
}

.recruit .newsrelease_box th {
  vertical-align: top;
}
.recruit ul.disc{
  padding-left: 1.25rem;
  margin-left: .75rem;
}
.recruit ul.disc > li{
  list-style: disc;
}

.nr_table { border:solid 1px #222222 ; width:65%; float:left; }
.nr_table tr.on { background:#F7CAAC; }
.nr_table th { border-bottom:solid 1px #222222 ; padding:10px; }
.nr_table td { border-left:solid 1px #222222 ; border-bottom:solid 1px #222222 ; padding:10px; }

.nr_inq_box { border:solid 1px #222222 ; padding:10px; text-align:center; margin:50px 0; font-size:14px; }


@media screen and (max-width: 768px) {
  .c-header {
    padding: 0 30px 0 30px;
  }

  .c-header_vessel {
    display: block;
  }

  .c-header_logo {
    padding: 30px 0 0 0;
  }

  .c-header_logoImg {
    width: 100px;
    height: 22px;
  }

  .c-header_nav {
    display: none;
  }
.nr_h2 { line-height:1.5; }

.c-topics_p_l { float:none; width:100%; }
img.nr_r_img { float:none; width:100%; margin:20px 0 0; }

.newsrelease_box {
padding:15px 20px 20px;
font-size:12px;
}

.nr_table { width:100%; float:none; }

}

/* c-headerNav */
.c-headerNav {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.c-headerNav_items {
  position: relative;
}

.c-headerNav_items+.c-headerNav_items {
  margin-left: 50px;
}

.c-headerNav_a {
  position: relative;
  display: block;
  color: #000;
}

body.home .c-headerNav_a {
  color: #FFF;
}

body:not(.-is-touchDevice) .c-headerNav_a:hover {
  opacity: 1;
}

body:not(.-is-touchDevice, .home) .c-headerNav_a:hover {
  color: #004BB1;
}

body:not(.home) .c-headerNav_a.-current {
  color: #004BB1;
}

.bodyBoardmember .company .c-headerNav_a {
  color: #004BB1;
}

.c-headerNav_items.-hasLower .c-headerNav_a {
  padding-right: 15px;
}

.c-headerNav_items.-hasLower .c-headerNav_a::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 0;
  display: block;
  width: 10px;
  height: 7px;
  background: url(/assets/images/common/icn_headernav_01.svg) no-repeat;
  background-size: 10px 7px;
}

body.home .c-headerNav_items.-hasLower .c-headerNav_a::after {
  background: url(/assets/images/common/icn_headernav_02.svg) no-repeat;
  background-size: 10px 7px;
}

.c-headerNav_line {
  display: inline-block;
  padding-bottom: 7px;
  background: linear-gradient(#004BB1, #004BB1) right bottom / 0 2px no-repeat;
  transition: background-size .4s ease;
}

body.home .c-headerNav_line {
  background: linear-gradient(#FFFFFF, #FFFFFF) right bottom / 0 2px no-repeat;
}

body:not(.-is-touchDevice) .c-headerNav_a:hover .c-headerNav_line {
  background-position: left bottom;
  background-size: 100% 2px;
}

.c-headerNav_a.-current .c-headerNav_line {
  background: linear-gradient(#004BB1, #004BB1) 100% 100%/100% 2px no-repeat;
}

body:not(.-is-touchDevice) .c-headerNav_a.-current:hover .c-headerNav_line {
  animation: linelink 1s cubic-bezier(.23, 1, .32, 1) 0s;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .c-headerNav_items+.c-headerNav_items {
    margin-left: 3.57vw;
  }
}

/* c-headerNavL */
.c-headerNavL {
  transition: opacity 0.3s ease;

  position: absolute;
  margin-left: -59px;
}

.c-headerNavL.-is-hide {
  opacity: 0;
  pointer-events: none;
}

.c-headerNavL_vessel {
  margin-top: 33px;
  padding-bottom: 3px;
  width: 202px;
  background: #004BB1;
}

.c-headerNavL_items {
  position: relative;
}

.c-headerNavL_items+.c-headerNavL_items {
  padding-top: 1px;
}

.c-headerNavL_items+.c-headerNavL_items::after {
  content: '';
  position: absolute;
  top: 0;
  left: 26px;
  display: block;
  width: 150px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.13);
}

.c-headerNavL_a {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 64px;
  background: #004BB1;
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
}

/* c-navHambergerW */

.c-navHambergerW {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background: #004BB1;
  z-index: 100001;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-navHambergerW.open{
  display: block;

}

.c-navHambergerW_vessel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--viewport_vh) * 100);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.c-navHambergerW_inner {
  position: relative;
  padding: 118px 30px 120px 30px;
}

.c-navHambergerW_logo {
  position: absolute;
  top: 30px;
  left: 30px;
  line-height: 0;
}

.c-navHambergerW_logoImg {
  width: 100px;
  height: 22px;
}

.c-navHambergerW_close {
  position: absolute;
  top: 17px;
  right: 20px;
}

/* c-navHamberger */
.c-navHamberger_items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.c-navHamberger_a {
  display: flex;
  align-items: center;

  position: relative;
  height: 74px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.c-navHamberger_items.-hasLower .c-navHamberger_a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -3.5px;
  width: 10px;
  height: 7px;
  background: url(/assets/images/common/icn_headernav_02.svg) no-repeat;
  background-size: 10px 7px;

  transition: transform 0.3s ease;
}

.c-navHamberger_items.-hasLower .c-navHamberger_a.-is-open::after {
  transform: rotate(180deg);
}

/* c-navHambergerL */
.c-navHambergerLWrap {
  display: none;
}

.c-navHambergerLWrap_vessel {
  padding: 6px 0 30px 0;
}

.c-navHambergerL {
  font-size: 16px;
  line-height: 1.5;
}

.c-navHambergerL_a {
  display: block;
  padding: 10px 0 10px 0;
  color: #FFF;
}

/* pagetop
------------------------------------------ */
.c-pagetop {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.c-pagetop.-is-show {
  opacity: 1;
}

.c-pagetop_a {
  display: block;
  width: 54px;
  height: 54px;
  background: url(/assets/images/common/btn_pagetop_01.svg) no-repeat;
  background-size: 54px 54px;
  text-indent: -9999px;
  overflow: hidden;
}

  @media screen and (max-width: 768px) {
    .c-pagetop {
      right: 10px !important;
    }
  }

/* footer
------------------------------------------ */
/* c-footer */
.c-footer {
  padding: 0 100px;
  border-top: 1px solid #D5DAE1;
}

.c-footer_vessel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 128px;
}

.c-footer_nav {
  order: 2;

  margin-left: auto;
  padding: 4px 0 0 0;
}

.c-footer_copy {
  order: 1;

  padding: 2px 0 0 0;
  font-size: 13px;
  font-family: sofia-pro, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .c-footer {
    padding: 0 10px;
  }

  .c-footer_vessel {
    display: block;

    height: auto;
  }

  .c-footer_nav {
    margin: 0;
    padding: 31px 0 0 0;
  }

  .c-footer_copy {
    padding: 29px 0 35px 0;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
    letter-spacing: 0;
  }
}

/* c-footerNav */
.c-footerNav {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.c-footerNav_items {
  margin-right: 30px;
}

.c-footerNav .c-footerNav_items:last-child {
  margin-right: 0;
}

.c-footerNav_a {
  color: #222;
}

@media screen and (max-width: 768px) {
  .c-footerNav {
    display: block;

    text-align: center;
    text-indent: 0.03em;
  }

  .c-footerNav_items {
    margin: 0;
  }

  .c-footerNav_items+.c-footerNav_items {
    margin-top: 20px;
  }
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  padding: 10px;
}
.footer-container .col-left{
  width: 50%;
}
.footer-container .col-left .copy {
  font-size: 13px;
  font-family: sofia-pro, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.footer-container .col-right{
  width: auto;
  text-align: right;
}
.footer-container .col-right .box-isms{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 640px;
}
.footer-container .col-right .logo{
  padding: 10px;
  text-align: center;
}
.footer-container .col-right .logo img{
  max-width: 96px !important;
  width: 100%;
  margin: auto;
}
.footer-container .col-right .names {
  font-size: 12px;
  text-align: left;
}
.footer-container .col-right .names span{
  white-space: nowrap;
}
.footer-container .col-wide{
  width: 100%;
  text-align: right;
  font-size: 13px;
  padding: 5px;
}
@media screen and (min-width: 1520px) {
.footer-container .col-right .names {
  /* text-align: right; */
}
}
@media screen and (max-width: 768px) {
  .footer-container {
    flex-flow: row wrap-reverse;
  }
  .footer-container .col-left,
  .footer-container .col-right{
    width: 100%;
  }
  .footer-container .col-left .copy {
    font-size: 12px;
    text-align: center;
    letter-spacing:0;
  }
  .footer-container .col-right .box-isms{
    flex-flow: column;
    margin-bottom: 10px;
  }
  .footer-container .col-right .names {
    text-align: center;
  }
  .footer-container .col-wide{
    text-align: center;
  }
}
/* main
------------------------------------------ */
/* c-main */
.c-main {
  padding-top: 204px;
}

.c-main.-topicsSingle {
  padding-top: 150px;
}

.c-main_vessel {
  padding: 119px 60px 180px 60px;
}

.c-main.-company .c-main_vessel {
  padding-top: 80px;
}

.c-main.-boardmember .c-main_vessel {
  padding-top: 84px;
}

.c-main.-service .c-main_vessel {
  padding-top: 140px;
}

.c-main.-topicsSingle .c-main_vessel {
  padding-top: 0;
}

.c-main_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1020px;
}

#MVV { padding: 12.85vw 7.14vw 0 0; }
#MVV .c-homeTopics_main { margin-left: 0 !important; }

@media screen and (max-width: 768px) {

  .c-main.-topicsSingle,
  .c-main {
    padding-top: 100px;
  }

  .c-main_vessel {
    padding: 44px 30px 100px 30px;
  }

  .c-main.-company .c-main_vessel {
    padding-top: 32px;
  }

  .c-main.-boardmember .c-main_vessel {
    padding-top: 26px;
  }

  .c-main.-service .c-main_vessel {
    padding-top: 50px;
  }

  .c-main_inner {
    width: auto;
    max-width: 100%;
  }
  
  #MVV { margin: 0 20px 0 0 !important; padding: 12.85vw 0 0 0 !important; }
}
.c-homeTopics_main .c-homeMvv_list{
  border-top: dotted 2px #cfcfcf;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.c-homeTopics_main .c-homeMvv_list:last-of-type{
  border-bottom: dotted 2px #cfcfcf;
}
.c-homeTopics_main .c-homeMvv_list .list-ttl{
  width: 11rem;
  font-size: 28pt;
  font-weight: bold;
  color: #004BB1;
}
.c-homeTopics_main .c-homeMvv_list .list-note{
  font-weight: bold;
  font-size: 2.4vw;
  line-height: 1.8;
  border-left: solid 8px #fccf00;
  padding-left: 1rem;
}
.c-homeTopics_main .c-homeMvv_list .list-note .jp{
  display: inline-block;
  font-weight: bold;
  font-size: 60%;
}
.c-homeTopics_main .c-homeMvv_list .list-note .jp:not(:last-child){
  margin-bottom: 2rem;
}
@media screen and (max-width: 567px) {
  .c-homeTopics_main .c-homeMvv_list{
    padding: 1rem .5rem;
  }
  .c-homeTopics_main .c-homeMvv_list .list-ttl{
    width: 40%;
    font-size: 20pt;
  }
  .c-homeTopics_main .c-homeMvv_list .list-note{
    width: 60%;
    font-size: 4.5vw;
  }
}
/* c-mainHeader */
.c-mainHeader {
  padding: 0 50px;
}

.c-mainHeader_h {
  position: relative;
  margin: 0 auto;
  padding: 35px 0 0 0;
  width: 100%;
  max-width: 1020px;
  color: #000;
}

.c-mainHeader_h::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 6px;
  background: #004BB1;
}

.c-mainHeader_h::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 6px;
  background: #FFC400;
}

.c-mainHeader_en {
  display: block;
  font-size: 80px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1;
}

.c-mainHeader_ja {
  display: block;
  margin-top: 11px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-mainHeader {
    padding: 0 30px;
  }

  .c-mainHeader_h {
    padding: 28px 0 0 0;
    width: auto;
    max-width: 100%;
  }

  .c-mainHeader_h::before {
    content: '';
    width: 60px;
    height: 4px;
  }

  .c-mainHeader_h::after {
    content: '';
    width: 10px;
    height: 4px;
  }

  .c-mainHeader_en {
    font-size: 38px;
  }

  .c-mainHeader_ja {
    margin-top: 4px;
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .c-mainHeader_en {
    font-size: 9.5vw;
  }
}

/* c-hambergerBtn
------------------------------------------ */
.c-hambergerBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-hambergerBtn {
    display: block;

    position: absolute;
    top: 17px;
    right: 20px;
  }
}

/* c-hamberger
------------------------------------------ */
.c-hamberger {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 48px;
  height: 48px;
  line-height: 0;
}

.c-hamberger_vessel {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
}

.c-hamberger_line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1A1311;
  transition: all 0.3s ease;
}

.c-navHambergerW_vessel .c-hamberger_line,
body.home .c-header .c-hamberger_line {
  background: #FFF;
}

.c-hamberger_vessel .c-hamberger_line:nth-of-type(1) {
  top: 10px;
}

.c-hamberger_vessel .c-hamberger_line:nth-of-type(2) {
  bottom: 10px;
}

.c-hamberger.-is-active .c-hamberger_vessel .c-hamberger_line:nth-of-type(1) {
  top: 0;
  transform: translateY(12.5px) rotate(-45deg);
}

.c-hamberger.-is-active .c-hamberger_vessel .c-hamberger_line:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-12.5px) rotate(45deg);
}

/* c-breadcrumb
------------------------------------------ */
.c-breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: row;

  margin-top: 35px;
  padding-right: 80px;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
}

.c-breadcrumb_ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}

.c-breadcrumb_items {
  position: relative;
}

.c-breadcrumb_items+.c-breadcrumb_items {
  padding-left: 56px;
}

.c-breadcrumb_items+.c-breadcrumb_items::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 18px;
  display: block;
  width: 20px;
  height: 1px;
  background: #CDD5DF;
}

.c-breadcrumb_a {
  color: #A1A1A1;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb:not(.en) {
    display: none;
  }
  .c-breadcrumb.en{
    padding-right: 40px;
  }
}

/* common
------------------------------------------ */
/* c-headLv2 */
.c-headLv2 {
  position: relative;
  margin-top: 160px;
  padding: 0 0 0 47px;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
}
.c-headLv2.business{
  margin-top: 100px;
  margin-bottom: 2rem;
}
.c-headLv2::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  width: 27px;
  height: 4px;
  background: #004BB1;
}

.c-headLv2::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background: #FFC400;
}
.c-headLv2.service{
  margin-top: 100px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.c-headLv2.service::before {
  content: '';
  position: static;
  display: block;
  width: 48px;
  height: 48px;
  margin-right: .5rem;
}
.c-headLv2.service::after {
  display: none;
}
.c-headLv2.service.event::before {
  background:url(/assets/images/service/icn-service01.svg) center no-repeat;
}
.c-headLv2.service.digital::before {
  background:url(/assets/images/service/icn-service02.svg) center no-repeat;
}
.c-headLv2.service.media::before {
  background:url(/assets/images/service/icn-service03.svg) center no-repeat;
}
.c-headLv2.service.solution::before {
  background:url(/assets/images/service/icn-service04.svg) center no-repeat;
}
@media screen and (max-width: 768px) {
  .c-headLv2 {
    margin-top: 50px;
    padding: 0 0 0 34px;
    font-size: 22px;
    line-height: 1.5;
  }

  .c-headLv2::before {
    content: '';
    position: absolute;
    top: 16px;
    width: 20px;
  }

  .c-headLv2::after {
    content: '';
    position: absolute;
    top: 16px;
  }
}

/* c-mainImage */
.c-mainImage {
  position: relative;
  margin-left: 100px;
  margin-left: 7.14vw;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 0;
  overflow: hidden;
  z-index: 2;
}

.c-breadcrumb+.c-mainImage {
  /* margin-top: 27px; */
  margin-top: 90px;
  padding-top: 90px;
  background: #004BB1;
  padding-bottom: 100px;
  padding-left: 100px;
  margin-left: 0;
  border-radius: 0;
  overflow: visible;
}

.c-breadcrumb+.c-mainImage .c-imageItem{
  /* position: absolute; */
  /* top:-90px; */
  margin-top: -180px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 768px) {
  .c-mainImage {
    margin-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .c-breadcrumb+.c-mainImage {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .c-breadcrumb+.c-mainImage {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-breadcrumb+.c-mainImage .c-imageItem{
    margin-top: -150px;
  }
}

/* c-nav */
.c-nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}

.c-nav_items {
  width: 39.21%;
  max-width: 400px;
}

.c-nav_items+.c-nav_items {
  margin-left: 40px;
}

.c-nav_a {
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  border: 2px solid #004BB1;
  width: 100%;
  height: 88px;
  background: #FFF;
  color: #004BB1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}

.c-nav_a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 16px;
  display: block;
  margin-left: -10px;
  width: 20px;
  height: 3px;
  background: #FFF;
}

.c-nav_items.-current .c-nav_a {
  background: #004BB1;
  color: #FFF;
}

body:not(.-is-touchDevice) .c-nav_items.-current .c-nav_a:hover {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .c-nav {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
  }

  .c-nav_items {
    width: calc(50% - 4px);
    max-width: 100%;
    margin: 0 2px;
  }

  .c-nav_items+.c-nav_items {
    margin-left: 0;
  }

  .c-nav_a {
    height: 60px;
    font-size: 14px;
  }

  .c-nav_a::after {
    content: '';
    bottom: 9px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
  }
}

/* c-link */
a.c-link {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

a.c-link::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 12px;
  height: 13px;
  background: url(/assets/images/common/icn_arrow_02.svg) no-repeat;
  background-size: 12px 13px;
}

@media screen and (max-width: 768px) {
  a.c-link {
    font-size: 14px;
    line-height: 1.72;
  }

  a.c-link::after {
    content: '';
    position: absolute;
    top: 6px;
  }
}

/* c-banner */
.c-tabContnts_image+.c-banner {
  margin-top: 80px;
}

.c-banner_ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

.c-banner_items {
  margin: 28px 0 0 28px;
  width: calc((100% - 84px) / 4);
  line-height: 0;
}

.c-banner_ul .c-banner_items:nth-of-type(4),
.c-banner_ul .c-banner_items:nth-of-type(3),
.c-banner_ul .c-banner_items:nth-of-type(2),
.c-banner_ul .c-banner_items:nth-of-type(1) {
  margin-top: 0;
}

.c-banner_ul .c-banner_items:nth-of-type(4n+1) {
  margin-left: 0;
}

.c-banner_a {
  position: relative;
  display: block;
}

.c-banner_a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D5DAE1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c-tabContnts_image+.c-banner {
    margin-top: 40px;
  }

  .c-banner_items {
    margin: 12px 0 0 12px;
    width: calc((100% - 12px) / 2);
  }

  .c-banner_ul .c-banner_items:nth-of-type(4),
  .c-banner_ul .c-banner_items:nth-of-type(3) {
    margin-top: 12px;
  }

  .c-banner_ul .c-banner_items:nth-of-type(2),
  .c-banner_ul .c-banner_items:nth-of-type(1) {
    margin-top: 0;
  }

  .c-banner_ul .c-banner_items:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

/* home
------------------------------------------ */
/* c-homeVideo */
.c-homeVideo {
  position: relative;
}

.c-homeVideo_video {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.c-homeVideo::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 24, 33, 0.31);
  z-index: 2;
}

.c-homeVideo_text {
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  padding-top: 6.85vw;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .c-homeVideo {
    /* height: 149.33vw; */
    height: 56vw;
  }

  .c-homeVideo_video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .c-homeVideo_text {
    padding-top: 2px;

    font-size: 20px;
    font-size: 5.33vw;
    line-height: 2;
  }
}

/* c-ticker */
.c-ticker {
  position: absolute;
  bottom: -35px;
  bottom: -2.5vw;
  left: 30px;
  left: 2.14vw;
  z-index: 3;
  line-height: 0;

  overflow: hidden;
  mix-blend-mode: overlay;
}

.c-ticker_textImg {
  width: 1342px;
  width: 95.85vw;
  height: 182px;
  height: 13vw;
}

@media screen and (max-width: 768px) {
  .c-ticker {
    position: absolute;
    bottom: -10px;
    bottom: -2.66vw;
    left: 0;
  }

  .c-ticker_textImg {
    width: 375px;
    width: 100vw;
    height: 51px;
    height: 13.6vw;
  }

}

/* c-homeMessage */
.c-homeMessage {
  position: relative;
  padding-right: 7.14vw;
}

.c-homeMessage_header {
  position: absolute;
  top: calc(13.14vw + 370px);
  right: 40px;
}

.c-homeMessage_head {
  transform: rotate(90deg);
  transform-origin: top right;
}

.c-homeMessage_headJa {
  display: block;
  color: #004BB1;
  font-size: 15px;
  font-weight: 700;
}

.c-homeMessage_headEn {
  display: block;
  margin-top: 3px;
  color: #000;
  font-size: 80px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1;
}

.c-homeMessage_box {
  border-bottom-right-radius: 20px;
  padding: 184px 111px 150px 120px;
  padding: 13.14vw 111px 10.71vw 8.57vw;
  background: #E6EBF2;
}

.c-homeMessage_lo {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}

.c-homeMessage_image {
  order: 2;

  width: 331px;
  width: 25.46vw;
  min-width: 25.46vw;
}

.c-homeMessage_main {
  flex: 1;
  order: 1;

  padding: 0 4.5vw 0 0;
}

.c-homeMessage_text {
  font-size: 18px;
  line-height: 1.77;
}

.c-homeMessage_main .c-homeMessage_text:first-child {
  margin-top: -5px;
}

.c-homeMessage_text+.c-homeMessage_text {
  margin-top: 32px;
}

.c-homeMessage_sign {
  margin-top: 30px;
  line-height: 1.75;
  text-align: right;
}

.c-homeMessage_signTitle {
  display: block;
}

.c-homeMessage_signName {
  display: block;
  margin-top: -4px;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-homeMessage {
    padding: 39px 0 0 0;
    background: #E6EBF2;
  }

  .c-homeMessage_header {
    position: relative;
    top: auto;
    right: auto;
    padding: 0 0 0 40px;
  }

  .c-homeMessage_head {
    transform: rotate(0deg);
  }

  .c-homeMessage_headJa {
    font-size: 13px;
  }

  .c-homeMessage_headEn {
    margin-top: 0;
    font-size: 40px;
  }

  .c-homeMessage_box {
    border-bottom-right-radius: 0;
    padding: 34px 30px 73px 30px;
  }

  .c-homeMessage_lo {
    display: block;
  }

  .c-homeMessage_image {
    width: auto;
    min-width: 0;
    text-align: center;
  }

  .c-homeMessage_image .c-imageItem_image {
    width: 100%;
    max-width: 202px;
    height: auto;
  }

  .c-homeMessage_main {
    padding: 31px 0 0 0;
  }

  .c-homeMessage_text {
    font-size: 14px;
    line-height: 1.57;
  }

  .c-homeMessage_main .c-homeMessage_text:first-child {
    margin-top: 0;
  }

  .c-homeMessage_text+.c-homeMessage_text {
    margin-top: 22px;
  }

  .c-homeMessage_sign {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.2;
  }

  .c-homeMessage_signName {
    margin-top: 6px;
    font-size: 18px;
  }
}

/* c-homeNav */
.c-homeNav {
  padding: 180px 0 180px 120px;
  padding: 12.85vw 0 12.85vw 8.57vw;
}

.c-homeNav_vessel {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.c-homeNav_ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}

.c-homeNav_items {
  width: 50%;
}

.c-homeNav_a {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  color: #FFF;
  overflow: hidden;
  z-index: 1;
}

body:not(.-is-touchDevice) .c-homeNav_a:hover {
  opacity: 1;
}

.c-homeNav_a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.29);
  z-index: 3;
}

.c-homeNav_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c-homeNav_image .c-imageItem_image {
  transition: transform 0.3s ease;
}

body:not(.-is-touchDevice) .c-homeNav_a:hover .c-homeNav_image .c-imageItem_image {
  transform: scale(1.1);
}

.c-homeNav_head {
  position: absolute;
  bottom: min(2.42vw, 34px);
  left: min(3.57vw, 50px);
  display: block;
  z-index: 4;
}

.c-homeNav_headJa {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.c-homeNav_headEn {
  display: block;
  margin-top: 9px;
  font-size: 60px;
  font-size: min(4.28vw, 60px);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1;
}

.c-homeNav_arrow {
  position: absolute;
  bottom: min(3.71vw, 52px);
  right: min(3vw, 42px);
  display: block;
  width: 22px;
  height: 24px;
  background: url(/assets/images/common/icn_arrow_03.svg) no-repeat;
  background-size: 22px 24px;
  z-index: 4;

  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c-homeNav {
    padding: 60px 0 60px 20px;
  }

  .c-homeNav_vessel {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .c-homeNav_ul {
    display: block;
  }

  .c-homeNav_items {
    width: auto;
  }

  .c-homeNav_head {
    position: absolute;
    bottom: 25px;
    left: 30px;
  }

  .c-homeNav_headEn {
    margin-top: 7px;
    font-size: 40px;
  }

  .c-homeNav_arrow {
    position: absolute;
    bottom: 38px;
    right: 20px;
    width: 14px;
    height: 15px;
    background: url(/assets/images/common/icn_arrow_03.svg) no-repeat;
    background-size: 14px 15px;
  }
}

/* c-homeHeadLv1 */
.c-homeHeadLv1_ja {
  display: block;
  color: #004BB1;
  font-size: 15px;
  font-weight: 700;
}

.c-homeHeadLv1_en {
  display: block;
  margin-top: 8px;
  color: #000;
  font-size: 80px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1;
}
.c-homeHeadLv1_en.mvv{
  color:#fccf00;
}
.c-homeHeadLv2 { font-weight:normal; font-size:18px; margin:30px 0 0 ; }

@media screen and (max-width: 768px) {
  .c-homeHeadLv1_ja {
    font-size: 13px;
  }

  .c-homeHeadLv1_en {
    margin-top: 4px;
    font-size: 40px;
  }
  
  .c-homeHeadLv2 { font-size:14px; margin:20px 0 0 ; }
  
}

/* c-homeTopics */
.c-homeTopics {
  padding: 0 100px 180px 0;
  padding: 0 7.14vw 12.85vw 0;
}

.c-homeTopics_vessel {
  padding: 126px 100px 140px 7.14vw;
  padding: 9vw 7.14vw 10vw 7.14vw;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #E6EBF2;
}

.c-homeTopics_main {
  margin-top: min(6.42vw, 90px);
  margin-left: 202px;
  margin-left: 14.42vw;
}

.c-homeTopics_ul {
  border-top: 1px solid #CDD5DF;
}

.c-homeTopics_items {
  border-bottom: 1px solid #CDD5DF;
}

.c-homeTopics_a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;

  position: relative;
}

.c-homeTopics_a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -7px;
  width: 12px;
  height: 13px;
  background: url(/assets/images/common/icn_arrow_02.svg) no-repeat;
  background-size: 12px 13px;

  pointer-events: none;
}

.c-homeTopics_icon {
  padding: 35px 0;
  width: 123px;
  min-width: 123px;
}

.c-homeTopics_iconCap {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0 10px;
  width: 124px;
  height: 32px;
  background: #004BB1;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.c-homeTopics_date {
  padding: 0 25px;
  width: 136px;
  min-width: 136px;
  color: #8A8A8A;
  font-weight: 700;
  line-height: 1.86;
}

.c-homeTopics_text {
  padding: 0 32px 0 0;
  color: #222;
  font-weight: 700;
  line-height: 1.86;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .c-homeTopics_main {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-homeTopics {
    padding: 0 20px 100px 0;
  }

  .c-homeTopics_vessel {
    padding: 57px 40px 60px 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .c-homeTopics_main {
    margin-top: 48px;
    margin-left: 0;
  }

  .c-homeTopics_a {
    flex-wrap: wrap;

    padding: 24px 0 21px 0;
  }

  .c-homeTopics_a::after {
    content: '';
    position: absolute;
    right: 0;
  }

  .c-homeTopics_icon {
    padding: 0;
    width: 115px;
    min-width: 115px;
  }

  .c-homeTopics_iconCap {
    width: 116px;
    height: 28px;
    font-size: 12px;
  }

  .c-homeTopics_date {
    padding: 0 0 0 16px;
    width: auto;
    min-width: 0;
    font-size: 14px;
  }

  .c-homeTopics_text {
    padding: 12px 32px 0 0;
    width: 100%;
    font-size: 14px;
  }
}

/* company
------------------------------------------ */
/* c-company */
.c-company {
  margin-top: 80px;
}

.c-company_dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  border-bottom: 1px solid #CDD5DF;
}

.c-company .c-company_dl:nth-of-type(1) {
  border-top: 1px solid #CDD5DF;
}

.c-company_dt {
  padding: 28px 10px 28px 0;
  width: 200px;
  min-width: 200px;
  color: #8A8A8A;
  font-weight: 700;
}

.c-company_dd {
  flex: 1;

  padding: 28px 0;
}

.c-company_p+.c-company_p {
  margin-top: 8px;
}


.history_box {
  margin-top: 80px;
}

.history_box .smp_year {
display:none;
}

.history_box .historyTable {
  margin-top: 0;
  margin-bottom: 5rem;
}

.c-company_dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  border-bottom: 1px solid #CDD5DF;
}

.c-company .c-company_dl:nth-of-type(1) {
  border-top: 1px solid #CDD5DF;
}

.c-company_dt {
  padding: 28px 10px 28px 0;
  width: 200px;
  min-width: 200px;
  color: #8A8A8A;
  font-weight: 700;
}

.c-company_dd {
  flex: 1;

  padding: 28px 0;
}

.c-company_p+.c-company_p {
  margin-top: 8px;
}


.historyTable {
	width: 100%;
	border-top: 1px solid #CDD5DF;
	border-bottom: 1px solid #CDD5DF;
}

.historyTable th {
	padding: 10px 20px 10px 0;
	white-space: nowrap;
	vertical-align: top;
	width: 120px;
	border-top: 1px solid #CDD5DF;
}

.historyTable th .year {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #8A8A8A;
	width: 120px;
	font-weight: 700;
}

.historyTable td {
	border-bottom: 1px solid #CDD5DF;
	padding: 10px 0;
	vertical-align: top;
}

.historyTable td.date {
	color: #004BB1;
	white-space: nowrap;
	width:110px;
}

.historyTable td.img {
	width: 120px;
	padding: 10px 0 0 20px;
	text-align: center;
	border-bottom: none;
	vertical-align: top;
}
.historyTable td.img img {
	width: 120px !important;
	max-width: 120px !important;
}
.historyTable td.img.bottom {
	border-bottom: 1px solid #CDD5DF;
}

.historyTable td.img figure {
	_margin-bottom: 10px;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

.historyTable td.img figcaption {
	margin-top: 5px;
	font-size: 93%;
	line-height: 1;
}



.pc_only { _display:block; }
.smp_only { display:none; }


@media screen and (max-width: 768px) {
  .c-company {
    margin-top: 31px;
    font-size: 14px;
    line-height: 1.72;
  }

  .c-company_dl {
    display: block;
  }

  .c-company_dt {
    padding: 22px 0 0 0;
    width: auto;
    min-width: 0;
  }

  .c-company_dd {
    padding: 10px 0 22px 0;
  }

  .c-company_p+.c-company_p {
    margin-top: 6px;
  }

.history_box {
  margin-top: 30px;
}
.history_box .smp_year {
padding: 20px 10px 10px 0;
vertical-align: top;
color: #8A8A8A;
font-size:1.2rem;
font-weight:700;
border-bottom: 1px solid #CDD5DF;
display:block;
}

.history_box .historyTable {
  margin-top: 0 !important;
}
.history_box .historyTable tr{
  display: flex;
  flex-flow: column;
}

.historyTable th {
	white-space: nowrap;
	padding: 10px 10px 10px 0;
	vertical-align: top;
	color: #FFF;
	border-top:none !important;
	border-bottom: none !important;
	width:100% !important;
	display: block;
}
.historyTable th .year {
width:100% !important;
font-size:1.2rem;
}
.historyTable td {
	font-size:0.8rem;
	line-height:1.2rem;
}

.historyTable td.date {
	padding: 10px 0;
	width:100% !important;
  text-align: center;
}

.historyTable td.img {
	display: none;
}

.pc_only { display:none !important; }
.smp_only { display:block !important; }
}

/* c-access */
.c-access {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  margin-top: 80px;
}

.c-access_side {
  width: 202px;
  min-width: 202px;
}

.c-access_sticky {
  position: sticky;
  top: 80px;
  left: 0;
}

.c-access_main {
  flex: 1;
}

.c-access_sec {
  padding: 0 0 56px 0;
  border-bottom: 1px solid #D5DAE1;
}

.c-access_main>.c-access_sec:first-child {
  border-top: 1px solid #D5DAE1;
}

@media screen and (max-width: 768px) {
  .c-access {
    display: block;

    margin-top: 50px;
  }

  .c-access_side {
    display: none;
  }

  .c-access_sec {
    padding: 0 0 39px 0;
  }
}

/* c-accessOffice */
.c-accessOffice {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}

.c-accessOffice_head {
  padding: 45px 0 0 0;
  width: 208px;
  min-width: 208px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.c-accessOffice_main {
  flex: 1;

  padding: 42px 0 0 0;
}

.c-accessOffice_station,
.c-accessOffice_address {
  position: relative;
  padding: 0 0 0 34px;
}

.c-accessOffice_address::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/common/icn_address_01.svg) no-repeat;
  background-size: 24px 24px;
}

.c-accessOffice_station {
  margin-top: 8px;
}

.c-accessOffice_station::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/common/icn_station_01.svg) no-repeat;
  background-size: 24px 24px;
}

.c-accessGmap_link {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .c-accessOffice {
    display: block;
  }

  .c-accessOffice_main {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-accessOffice {
    display: block;
  }

  .c-accessOffice_head {
    padding: 20px 0 0 0;
    width: auto;
    min-width: 0;
    font-size: 18px;
  }

  .c-accessOffice_main {
    padding: 17px 0 0 0;
  }

  .c-accessOffice_station,
  .c-accessOffice_address {
    padding: 0 0 0 22px;
    font-size: 12px;
  }

  .c-accessOffice_address::before {
    content: '';
    position: absolute;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(/assets/images/common/icn_address_01.svg) no-repeat;
    background-size: 16px 16px;
  }

  .c-accessOffice_station {
    margin-top: 14px;
  }

  .c-accessOffice_station::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/assets/images/common/icn_station_01.svg) no-repeat;
    background-size: 16px 16px;
  }

  .c-accessGmap_link {
    margin-top: 15px;
  }
}

/* c-accessGmap */
.c-accessGmap {
  margin-top: 36px;
}

.c-accessGmap_map {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 46.38%;
}

.c-accessGmap_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-accessGmap {
    margin-top: 24px;
  }

  .c-accessGmap_map {
    padding-bottom: 94%;
  }
}

/* c-accessMenu */
.c-accessMenu {
  margin-top: -4px;
}

.c-accessMenu_items+.c-accessMenu_items {
  margin-top: 12px;
}

.c-accessMenu_a {
  position: relative;
  display: block;
  padding: 0 0 0 18px;
  color: #A1A1A1;
  font-weight: 500;
}

.c-accessMenu_a.-is-current {
  color: #222;
  font-weight: 700;
}

body:not(.-is-touchDevice) .c-accessMenu_a.-is-current:hover {
  opacity: 1;
}

.c-accessMenu_a::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  border-radius: 2.5px;
  width: 5px;
  height: 5px;
  background: #004BB1;

  transition: opacity 0.3s ease;
  opacity: 0;
}

.c-accessMenu_a.-is-current::before {
  opacity: 1;
}

/* board member
------------------------------------------ */
/* c-member */
.c-member {
  margin-top: 179px;
}

.c-member_items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}

.c-member_items+.c-member_items {
  margin-top: 79px;
}

.c-member_image {
  width: 270px;
  min-width: 270px;
}

.c-member_main {
  flex: 1;

  padding: 21px 0 0 55px;
}

.c-member_title {
  color: #8A8A8A;
}

.c-member_name {
  margin-top: 5px;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.c-member_name+.c-member_text {
  margin-top: 56px;
}

.c-member_nameBirth {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 400;
}

.c-member_text+.c-member_text {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .c-member {
    margin-top: 72px;
  }

  .c-member_items {
    display: block;
  }

  .c-member_items+.c-member_items {
    margin-top: 76px;
  }

  .c-member_image {
    width: auto;
    min-width: 0;
    text-align: center;
  }

  .c-member_image .c-imageItem_image {
    width: 210px;
  }

  .c-member_main {
    padding: 10px 0 0 0;
  }

  .c-member_title {
    font-size: 14px;
    text-align: center;
  }

  .c-member_name {
    margin-top: -2px;
    font-size: 20px;
    text-align: center;
  }

  .c-member_nameBirth {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }

  .c-member_text {
    font-size: 14px;
    line-height: 1.86;
  }

  .c-member_name+.c-member_text {
    margin-top: 11px;
  }
}

/* c-memberS */
.c-memberS {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  margin-top: 130px;
}

.c-memberS_items {
  margin-top: 96px;
  width: calc((100% - 40px) / 2);
}

.c-memberS .c-memberS_items:nth-of-type(2),
.c-memberS .c-memberS_items:nth-of-type(1) {
  margin-top: 0;
}

.c-memberS_header {
  display: table;
  width: 100%;
}

.c-memberS_main,
.c-memberS_image {
  display: table-cell;
}

.c-memberS_image {
  width: 160px;
  min-width: 160px;
  vertical-align: top;
}

.c-memberS_main {
  padding: 0 0 2px 28px;
  width: auto;
  vertical-align: middle;
}

.c-memberS_title {
  color: #8A8A8A;
  line-height: 1.5;
}

.c-memberS_name {
  margin-top: 10px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.c-memberS_nameBirth {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 400;
}

.c-memberS_body {
  margin-top: 18px;
}

.c-memberS_text {
  line-height: 1.75;
}

.c-memberS_text+.c-memberS_text {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .c-memberS {
    display: block;

    margin-top: 96px;
  }

  .c-memberS_items {
    margin-top: 47px;
    width: auto;
  }

  .c-memberS .c-memberS_items:nth-of-type(2) {
    margin-top: 47px;
  }

  .c-memberS .c-memberS_items:nth-of-type(1) {
    margin-top: 0;
  }

  .c-memberS_image {
    width: 100px;
    min-width: 100px;
  }

  .c-memberS_main {
    padding: 0 0 0 16px;
  }

  .c-memberS_title {
    font-size: 14px;
  }

  .c-memberS_name {
    margin-top: 5px;
    font-size: 18px;
  }

  .c-memberS_nameBirth {
    font-size: 14px;
  }

  .c-memberS_body {
    margin-top: 17px;
  }

  .c-memberS_text {
    font-size: 14px;
    line-height: 1.86;
  }
}

@media screen and (max-width: 374px) {
  .c-memberS_image {
    width: 26.66vw;
    min-width: 26.66vw;
  }

  .c-memberS_main {
    padding: 0 0 0 4.26vw;
  }

  .c-memberS_title {
    font-size: max(3.73vw, 12px);
  }

  .c-memberS_name {
    font-size: max(4.8vw, 16px);
  }

  .c-memberS_nameBirth {
    font-size: max(3.73vw, 12px);
  }
}

/* service
------------------------------------------ */
/* c-tabArea */
.c-tabArea {
  position: relative;
  margin-top: -251px;
  margin-top: -20vw;
  margin-bottom: 20px;
  padding: calc(20vw + 100px) 50px 0 50px;
  background: #004BB1;
  z-index: 1;
}

@media screen and (min-width: 769px) and (max-width: 1214px) {
  .c-tabArea {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-tabArea {
    margin-top: -64px;
    margin-top: -25vw;
    padding: calc(15vw + 50px) 30px 50px 30px;
  }
  .c-tabArea.mid-top{
    padding: 50px 30px;
  }
}

/* c-tab */
.c-tab {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  margin: -20px -10px 0 -10px;
}

.c-tab_items {
  margin: 20px 10px 0 10px;
}

.c-tab_a {
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  padding: 0 40px 4px 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 73px;
  background: #1A5DB9;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;

  will-change: transform;
  transition: opacity 0.3s ease;
}

.c-tab_a.-is-current {
  background: #FFF;
  color: #222;
  cursor: default;
}

body:not(.-is-touchDevice) .c-tab_a.-is-current:hover {
  opacity: 1;
}

.c-tab_a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: -10px;
  width: 20px;
  height: 3px;
  background: #004BB1;

  opacity: 0;
}

.c-tab_a.-is-current::after {
  opacity: 1;
}

@media screen and (min-width: 769px) and (max-width: 1214px) {
  .c-tab_a {
    border-radius: 6px;
  }
}

@media screen and (max-width: 768px) {
  .c-tab {
    justify-content: space-between;

    margin: -16px 0 0 0;
  }

  .c-tab_items {
    margin: 16px 0 0 0;
    width: calc((100% - 11px) / 2);
  }

  .c-tab_a {
    padding: 0 5px;
    border-radius: 4px;
    height: 60px;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
  }

  .c-tab_items:last-child .c-tab_a {
    height: 72px;
  }

  .c-tab_a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
  }
}

/* c-tabContnts */
.c-tabContnts {
  display: none;
}

.c-tabContnts_vessel>.c-headLv2:first-child {
  margin-top: 0;
}

.c-headLv2+.c-tabContnts_p {
  margin-top: 76px;
}

.c-tabContnts_p+.c-tabContnts_image {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .c-tabContnts_p {
    font-size: 14px;
    line-height: 1.86;
  }

  .c-headLv2+.c-tabContnts_p {
    margin-top: 28px;
  }

  .c-tabContnts_p+.c-tabContnts_image {
    margin-top: 29px;
  }
}

/* contact
------------------------------------------ */
/* c-contactList */
.c-contactList_ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

.c-contactList_items {
  display: flex;
  flex-direction: column;

  margin-top: 68px;
  padding: 40px;
  border-radius: 10px;
  width: calc((100% - 40px) / 2);
  background: #E6EBF2;
}

.c-contactList_ul .c-contactList_items:nth-child(2),
.c-contactList_ul .c-contactList_items:nth-child(1) {
  margin-top: 0;
}

.c-contactList_sub {
  line-height: 0;
}

.c-contactList_subCap {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  padding: 4px 13px 4px 13px;
  border: 1px solid #004BB1;
  border-radius: 15px;
  background: #FFF;
  color: #004BB1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}

.c-contactList_head {
  margin-top: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CDD5DF;
  font-size: 22px;
  font-weight: 700;
}

.c-contactList_detail {
  margin: 29px 0 38px 0;
}

.c-contactList_dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  font-size: 16px;
  line-height: 1.72;
}

.c-contactList_dl+.c-contactList_dl {
  margin-top: 6px;
}

.c-contactList_dlDt {
  width: 88px;
  min-width: 88px;
  font-weight: 700;
}

.c-contactList_dlDd {
  flex: 1;
}

.c-contactList_button {
  display: flex;
  justify-content: center;

  margin-top: auto;
}

.c-contactList_buttonA {
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  width: 100%;
  max-width: 230px;
  height: 70px;
  background: #004BB1;
  color: #FFF;
}

.c-contactList_buttonA::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -6.5px;
  width: 12px;
  height: 13px;
  background: url(/assets/images/common/icn_arrow_01.svg) no-repeat;
  background-size: 12px 13px;
}

.c-contactList_buttonText {
  position: relative;
  display: block;
  padding: 0 14px 0 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.c-contactList_buttonText::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/images/common/icn_mail_01.svg) no-repeat;
  background-size: 28px 28px;
}

body:not(.-is-sp) .c-contactList_tel {
  color: #222;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .c-contactList_ul {
    display: block;
  }

  .c-contactList_items {
    display: block;

    width: auto;
  }

  .c-contactList_ul .c-contactList_items:nth-child(2) {
    margin-top: 68px;
  }

  .c-contactList_detail {
    margin-bottom: 0;
  }

  .c-contactList_head+.c-contactList_button {
    margin-top: 38px;
  }

  .c-contactList_detail+.c-contactList_button {
    margin-top: 38px;
  }
}

@media screen and (max-width: 768px) {
  .c-contactList_ul {
    display: block;
  }

  .c-contactList_items {
    display: block;

    margin-top: 24px;
    padding: 30px;
    border-radius: 6px;
    width: auto;
  }

  .c-contactList_ul .c-contactList_items:nth-child(2) {
    margin-top: 24px;
  }

  .c-contactList_ul .c-contactList_items:nth-child(1) {
    margin-top: 0;
  }

  .c-contactList_subCap {
    padding: 3px 11px 3px 11px;
    border-radius: 13px;
    font-size: 12px;
  }

  .c-contactList_head {
    margin-top: 10px;
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 1.5;
  }

  .c-contactList_detail {
    margin: 22px 0 0 0;
  }

  .c-contactList_dl {
    font-size: 14px;
  }

  .c-contactList_dl+.c-contactList_dl {
    margin-top: 10px;
  }

  .c-contactList_dlDt {
    width: 72px;
    min-width: 72px;
  }

  .c-contactList_head+.c-contactList_button {
    margin-top: 30px;
  }

  .c-contactList_detail+.c-contactList_button {
    margin-top: 28px;
  }

  .c-contactList_buttonA {
    height: 60px;
  }

  .c-contactList_buttonA::after {
    content: '';
    position: absolute;
    right: 16px;
  }

  .c-contactList_buttonText {
    padding: 0 18px 0 32px;
    font-size: 14px;
  }

  .c-contactList_buttonText::after {
    content: '';
    position: absolute;
    top: -2px;
    width: 24px;
    height: 24px;
    background: url(/assets/images/common/icn_mail_01.svg) no-repeat;
    background-size: 24px 24px;
  }
}

/* privacy
------------------------------------------ */
/* c-privacy */
.c-privacy+.c-privacy {
  margin-top: 160px;
}

.c-privacy>.c-privacy_p:first-child {
  margin-top: -4px;
}

.c-privacy_p{
  margin-bottom: 1rem;
}

.c-privacy_headLv2 {
  margin-top: 96px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.c-privacy_headLv2+.c-privacy_p {
  margin-top: 35px;
}

.c-privacy_p+.c-privacy_p {
  margin-top: 1em;
}

.c-privacy_p+.c-privacy_p.-last {
  margin-top: 96px;
}

.c-privacy_headLv2_2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.c-privacy-nest_numlist li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
}

.c-privacy_headLv2 span,
.c-privacy_headLv4 span {
  font-weight: 400;
}

.c-privacy_headLv2 span.u-normal_text {
  font-size: 16px;
}

.c-privacy_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  margin-bottom: 1rem;
}
.c-privacy_table th,
.c-privacy_table td {
  padding: 0.5rem;
  vertical-align: top;
  border-left: 1px solid #cfcdcf;
  word-break: keep-all;
}
.c-privacy_table th {
  text-align: center;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  border-top: 1px solid #cfcdcf;
  border-bottom: 1px solid #cfcdcf;
}
.c-privacy_table td {
  border-bottom: 1px solid #cfcdcf;
}
.c-privacy_table th:last-child,
.c-privacy_table td:last-child {
  border-right: 1px solid #cfcdcf;
}

.c-privacy_table th:nth-child(1),
.c-privacy_table td:nth-child(1) {
  width: 20%;
}

.c-privacy_table th:nth-child(2),
.c-privacy_table td:nth-child(2) {
  width: 35%;
}

.c-privacy_table th:nth-child(3),
.c-privacy_table td:nth-child(3) {
  width: 45%;
}


.cookie { border:solid 1px #222222; margin:20px 0 10px; width:100%; }
.cookie tr { border-bottom:solid 1px #222222; }
.cookie th { background:#eeeeee !important; border-bottom:solid 1px #222222; border-right:solid 1px #222222; width:150px; padding:10px; font-size:0.8rem; text-align:center; }
.cookie td { border-bottom:solid 1px #222222; padding:15px; font-size:0.8rem; }
.cookie tr:last-child { border-bottom:none !important; min-width:25%; }
.cookie th:last-child,.cookie td:last-child { border-right:none !important; }

.module { border:solid 1px #222222; margin:20px 0 10px; width:100%; }
.module tr { border-bottom:solid 1px #222222; }
.module th { background:#eeeeee !important; border-bottom:solid 1px #222222; border-right:solid 1px #222222; width:200px; padding:10px; font-size:0.8rem; text-align:center; }
.module td { border-bottom:solid 1px #222222; padding:15px; font-size:0.8rem; }
.module tr:last-child { border-bottom:none !important; min-width:25%; }
.module th:last-child,.module td:last-child { border-right:none !important; }

.max_500 { display:none; }
.max_420 { display:none; }

@media screen and (max-width:500px) {
.cookie { width:auto !important; }
.module { width:auto !important; }
.cookie th { width:auto !important; min-width:95px; padding:10px 3px; font-size:0.75rem; line-height: 120% !important; white-space: nowrap; }
.module th { width:auto !important; min-width:110px; padding:10px 3px; font-size:0.75rem; line-height: 120% !important; white-space: nowrap; }
.cookie td,.module td { line-height: 120% !important; padding:10px ; }
.max_500 { display:block; }
}

@media screen and (max-width:420px) {
.max_420 { display:block; }
}

@media screen and (max-width: 768px) {
  .c-privacy {
    font-size: 14px;
  }

  .c-privacy_headLv2 span.u-normal_text {
    font-size: 14px;
  }

  .c-privacy+.c-privacy {
    margin-top: 50px;
  }

  .c-privacy_headLv2 {
    margin-top: 44px;
    font-size: 18px;
  }

  .c-privacy_headLv2+.c-privacy_p {
    margin-top: 19px;
  }

  .c-privacy_p+.c-privacy_p.-last {
    margin-top: 44px;
  }

  .c-privacy_table {
    width: 200%;
  }

  .c-privacy_table-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/* c-privacyList */
.c-privacy_headLv2+.c-privacyList {
  margin-top: 35px;
}

.c-privacyList_items+.c-privacyList_items {
  margin-top: 32px;
}

.c-privacyList_main {
  position: relative;
  padding: 0 0 0 16px;
  margin-left: .5rem;
  margin-bottom: 1rem;
}

.c-privacyList_main::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  background: #004BB1;
}

.c-privacyList_lower {
  margin-top: 32px;
  padding: 0 0 0 16px;
}
.c-privacyList_main ul {
  padding-left: 1.5rem;
  margin: .25rem 0;
}
.c-privacyList_main > ul > li{
  margin-bottom: 1rem;
}
.c-privacyList_main > ul > li > span{
  text-decoration: underline;
}
.c-privacyList_main > ul > li > ul > li{
  margin-bottom: .5rem;
}
.c-privacyList_main ul.disc > li{
  list-style: disc;
}
.c-privacyList_main ul.circle > li{
  list-style: circle;
}
.c-privacyList_main .flx-table{
  display: flex;
  flex-flow: row wrap;
  border-left:solid 1px #cfcfcf;
  border-top: solid 1px #cfcfcf;
  margin: 1rem auto;
}
.c-privacyList_main .flx-table .col-2{
  width: 50%;
  padding: .5rem;
  border-right:solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
}
@media screen and (max-width: 768px) {
  .c-privacyList_main .flx-table .col-2{
    width: 100%;
  }
}


a.c-privacy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #004BB1;
  color: #fff;
  border-radius: 1.5rem;
  padding: 0.3rem 1.5rem;
  outline: solid 2px #004BB1;
  outline-offset: -2px;
}
a.c-privacy-btn:hover{
  background: #fff;
  color: #004BB1;
}
a.c-privacy-btn::after {
  content: '';
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-image: url(/assets/images/common/icn_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: .5rem;
  transition: linear 300ms all;
}
a.c-privacy-btn:hover:after {
  background-image: url(/assets/images/common/icn_arrow_04.svg);
}
.c-privacyList_head {
  font-weight: 700;
}

.c-privacyList_p+.c-privacyList_head {
  margin-top: 32px;
}

.c-privacyList_head+.c-privacyList_p {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .c-privacy_headLv2+.c-privacyList {
    margin-top: 19px;
  }

  .c-privacyList_items+.c-privacyList_items {
    margin-top: 24px;
  }

  .c-privacyList_main {
    position: relative;
    padding: 0 0 0 18px;
  }

  .c-privacyList_main::before {
    content: '';
    position: absolute;
    top: 11px;
  }

  .c-privacyList_lower {
    margin-top: 24px;
    padding: 0;
  }

  .c-privacyList_p+.c-privacyList_head {
    margin-top: 24px;
  }

  .c-privacyList_head+.c-privacyList_p {
    margin-top: 12px;
  }
}

/* c-privacyBox */
.c-privacyBox {
  margin-top: 60px;
  padding: 48px 58px;
  border: 1px solid #CDD5DF;
}

.c-privacy_p+.c-privacyBox {
  margin-top: 56px;
}

.c-privacyBox_lo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.c-privacyBox_logo {
  width: 131px;
  line-height: 0;
  padding: 0 20px 10px;
}

.c-privacyBox_main {
  flex: 1;
  padding: 0 0 0 32px;
}

@media screen and (max-width: 768px) {
  .c-privacyBox {
    margin-top: 32px;
    padding: 30px 30px 25px 30px;
  }

  .c-privacy_p+.c-privacyBox {
    margin-top: 28px;
  }

  .c-privacyBox_lo {
    display: block;
  }

  .c-privacyBox_logo {
    width: auto;
    text-align: center;
  }

  .c-privacyBox_logoImg {
    width: 131px;
    height: auto;
  }

  .c-privacyBox_main {
    padding: 20px 0 0 0;
  }
}
.c-privacy-numlist{
  margin-left: 1rem;
  margin-top: .5rem;
}
.c-privacy-numlist > li{
  counter-increment: li-num;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: .75rem;
}
.c-privacy-numlist > li::before{
  content: counter(li-num)'. ';
}
.c-privacy .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: .3rem solid transparent;
  border-bottom: .3rem solid transparent;
  border-left: .6rem solid #0065ef;
  border-right: 0;
  display: inline-block;
  margin-right: .5rem;
  margin-top: 3px;
}
.c-privacy ul li.icn-with{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-privacy ul li.icn-with{
    display: flex;
    align-items: flex-start;
  }
  .c-privacy .triangle {
    margin-top: .75rem;
  }
}
.c-privacy a:not([class]){
  text-decoration: underline;
}
.c-privacy .inner-row{
  margin-top: 1rem;
}

/* topics
------------------------------------------ */
/* c-topicsInfo */
.c-topicsInfo {
  display: flex;
  align-items: center;

  line-height: 1.5;
}

.c-topicsInfo_date {
  padding: 0 0 2px 0;
  color: #8A8A8A;
  font-weight: 700;
}

.c-topicsInfo_icon {
  padding-left: 20px;
  line-height: 0;
}

.c-topicsInfo_iconCap {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0 10px;
  width: 124px;
  height: 32px;
  background: #004BB1;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .c-topicsInfo_date {
    padding: 0 0 2px 0;
    font-size: 14px;
  }

  .c-topicsInfo_icon {
    padding-left: 16px;
  }

  .c-topicsInfo_iconCap {
    width: 116px;
    height: 28px;
    font-size: 12px;
  }
}

/* c-topicsHead */
.c-topicsHead {
  margin-top: 21px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  .c-topicsHead {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }
}

/* c-topics */
.c-topics {
  margin-top: 104px;
}

.c-topics>.c-topics_h2 {
  margin-top: 0;
}

.c-topics_h2 {
  margin-top: 80px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.34;
}

.c-topics_p+.c-topics_h2 {
  margin-top: 78px;
}

.c-topics_h3 {
  margin-top: 60px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.c-topics_p+.c-topics_h3 {
  margin-top: 56px;
}

.c-topics_h4 {
  margin-top: 40px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.c-topics_p+.c-topics_h4 {
  margin-top: 32px;
}

.c-topics_p+.c-topics_p {
  margin-top: 1em;
}

.c-topics_h2+.c-topics_p {
  margin-top: 38px;
}

.c-topics_h3+.c-topics_p {
  margin-top: 26px;
}

.c-topics_h4+.c-topics_p {
  margin-top: 12px;
}

.c-topics_last {
  margin-top: 32px;
  text-align: right;
}

.c-topics_back {
  margin-top: 72px;
  font-weight: 700;
}

.c-topics_button+.c-topics_back {
  margin-top: 80px;
}

.c-topics_backA {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}

.c-topics_backA::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 12px;
  height: 13px;
  background: url(/assets/images/common/icn_arrow_back_01.svg) no-repeat;
  background-size: 12px 13px;
}

.c-topics_a {
  text-decoration: underline;
}

.c-topics_image {
  line-height: 0;
  text-align: center;
}

.c-topics_p+.c-topics_image {
  margin-top: 36px;
}

.c-topics_button {
  display: flex;
  justify-content: center;

  margin-top: 36px;
}

.c-topics_buttonA {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 8px 20px 8px 28px;
  min-height: 70px;
  background: #004BB1;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.c-topics_buttonText {
  position: relative;
  display: inline-block;
  padding: 0 24px 0 0;
}

.c-topics_buttonText::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -6.5px;
  width: 12px;
  height: 13px;
  background: url(/assets/images/common/icn_arrow_01.svg) no-repeat;
  background-size: 12px 13px;

  pointer-events: none;
}
.c-homeTopics_archives_link {
  text-align: right;
  margin: 1rem;
}

@media screen and (max-width: 768px) {
  .c-topics {
    margin-top: 42px;
    font-size: 14px;
  }

  .c-topics>.c-topics_h2 {
    margin-top: 0;
  }

  .c-topics_h2 {
    margin-top: 48px;
    font-size: 18px;
  }

  .c-topics_p+.c-topics_h2 {
    margin-top: 45px;
  }

  .c-topics_h3 {
    margin-top: 36px;
    font-size: 16px;
    line-height: 2;
  }

  .c-topics_p+.c-topics_h3 {
    margin-top: 32px;
  }

  .c-topics_h4 {
    margin-top: 32px;
    font-size: 14px;
  }

  .c-topics_p+.c-topics_h4 {
    margin-top: 24px;
  }

  .c-topics_h2+.c-topics_p {
    margin-top: 21px;
  }

  .c-topics_h3+.c-topics_p {
    margin-top: 12px;
  }

  .c-topics_h4+.c-topics_p {
    margin-top: 8px;
  }

  .c-topics_last {
    margin-top: 24px;
  }

  .c-topics_back {
    margin-top: 40px;
  }

  .c-topics_button+.c-topics_back {
    margin-top: 44px;
  }

  .c-topics_backA {
    padding: 0 0 0 24px;
  }

  .c-topics_backA::before {
    content: '';
    position: absolute;
    top: 8px;
  }

  .c-topics_p+.c-topics_image {
    margin-top: 36px;
  }

  .c-topics_button {
    margin-top: 28px;
  }
}

/* c-table */
.c-table {
  font-size: 14px;
  line-height: 1.72;
}

.c-topics_p+.c-table {
  margin-top: 36px;
}

.c-table_table {
  border-top: 1px solid #CDD5DF;
  width: 100%;
  border-collapse: collapse;
}

.c-table_tr {
  border-bottom: 1px solid #CDD5DF;
}

.c-table_tbody .c-table_th {
  padding: 18px 20px;
  width: 28%;
  max-width: 281px;
  min-width: 150px;
  background: #F4F5F8;
  color: #8A8A8A;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}

.c-table_tbody .c-table_td {
  padding: 18px 20px;
  width: auto;
  text-align: left;
  vertical-align: top;
}

.c-table_tbody .c-table_td.-hasDl {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-table_tbody .c-table_th {
    display: block;
    padding: 18px 20px;
    width: auto;
    max-width: 100%;
    min-width: 0;
    vertical-align: top;
  }

  .c-table_tbody .c-table_td {
    display: block;
    padding: 18px 20px;
  }

  .c-table_tbody .c-table_td.-hasDl {
    padding: 0;
  }
}

/* c-tableTdDl */
.c-tableTdDl {
  display: table;
  width: 100%;
}

.c-tableTdDl+.c-tableTdDl {
  border-top: 1px solid #E8ECF1;
}

.c-tableTdDl_dd,
.c-tableTdDl_dt {
  display: table-cell;
  vertical-align: middle;
}

.c-tableTdDl_dt {
  padding: 14px 10px 14px 20px;
  width: 60%;
  min-width: 60%;
  color: #8A8A8A;
  font-weight: 700;
}

.c-tableTdDl_dd {
  padding: 14px 20px 14px 0;
  width: auto;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .c-tableTdDl+.c-tableTdDl {
    border-top: none;
  }

  .c-tableTdDl_dt {
    padding: 18px 10px 18px 20px;
    width: 55%;
    min-width: 55%;
  }

  .c-tableTdDl+.c-tableTdDl {
    margin-top: -2px;
  }

  .c-tableTdDl+.c-tableTdDl .c-tableTdDl_dd,
  .c-tableTdDl+.c-tableTdDl .c-tableTdDl_dt {
    padding-top: 0;
  }

  .c-tableTdDl_dd {
    padding: 18px 20px 18px 0;
  }
}

/* Recruit
------------------------------------------ */
.recruit .c-nav .c-nav_items br {
  display: none;
}
h2 span.ja {
  display: block;
  font-size: .5em;
}

.c-RecruitContents {
  margin: 2em 0 4em;
  padding: 0 1rem;
  @media screen and (max-width: 768px) {
    padding: 0;
  }
  & .history{
    font-size: 120%;
    & b{
      color: #004BB1;
    }
  }
  & .division{
    background: #004BB1;
    color: #fff;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  & .flex-image{
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    > div{
        width: calc(50% - 10px);
        margin: 5px;
        & .img-box{
          overflow: hidden;
          width: 100%;
          height: 100px;
          border: solid 1px #cfcfcf;
          position: relative;
          &::before{
            content: '';
            width: 30px;
            height: 30px;
            position: absolute;
            left: 2px;
            top: 2px;
            background-image: url(/assets/images/common/icm-balloon.png);
            background-repeat: no-repeat;
            filter: drop-shadow(1px 1px 3px rgba(0,0,0,.3));
          }
        }
    }
  }
}

.c-RecruitContents h3 {
  font-size: 2em;
  font-weight: bold;
  color: #004BB1;
  margin-bottom: 1em;
}
.c-RecruitContents .c-ContentsItem {
  margin-top: 4em;
}
.c-RecruitContents .row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  position: relative;
}
.c-RecruitContents .row .image {
  width: 21.46vw;
  min-width: 21.46vw;
}
.c-RecruitContents .row .image .image-sign {
  text-align: left;
  padding: .5rem;
  font-size: 1.4em;
  line-height: 1.4;
}
.c-RecruitContents .row .image .image-sign span {
  display: block;
}
.c-RecruitContents .row .message {
  padding: 0 0 0 4.5vw;

  & .photo {
    overflow: hidden;
    height: 450px;
    display: flex;
    align-items: flex-end;
    @media screen and (max-width: 768px){
      height: auto;
    }
  }
}
.c-RecruitContents .row .message p {
  font-size: 15px;
  line-height: 2.0;
  margin: 5px 0 .5rem;
}
.c-RecruitContents .row.representative .message {
  padding: 0;
}
.c-RecruitContents .row.representative .image {
  padding: 0;
  padding-right: 1.5rem;
}
.c-RecruitContents .mission {
  padding: 1em 6em;
}

.c-ContentsItem h3 {
  font-size: 220%;
  color: #004BB1;
}
.c-ContentsItem{

  .top_logo{
    width: 240px;
  }
}
.c-ContentsItem .contents-read {
  padding: .5em 0 2em;
  font-size: 210%;
  font-weight: bold;
  color: #004BB1;
  line-height: 2.0;
}
.c-ContentsItem .contents-team {
  font-size: 1.5em;
}
.c-ContentsItem .contents b {
  font-size: 1.2em;
}
.c-ContentsItem .contents-list {
  font-size: 1.1em;
}
.c-ContentsItem .contents-list ul li {
  padding-left: 20px;
  line-height: 1.6em;
  background: url(../images/recruit/contents-list-pointer.svg) left 0 top 6px no-repeat;
  background-size: 15px auto;
  margin-bottom: .5rem;
}
.c-RecruitContents .row .message.job {
  padding: 0 1.5vw 0 0;
}

ul.job-business {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.job-business > li {
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
}
ul.job-business > li:not(:first-child) {
  margin-top: 1em;
}
ul.job-business > li > .content {
  width: 100%;
}
ul.job-business > li > .content span:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffc000;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
ul.job-business > li > .content ul {
  list-style: disc;
  margin-left: 35px;
}
ul.job-business > li > .content ul > li {
  font-size: initial;
  font-weight: normal;
}
ul.job-business > li > .item {
  width: 50%;
  margin-left: 5%;
}
ul.job-business > li > .item.flex {
  display: flex;
  justify-content: space-around;
}
ul.job-business > li > .item.flex img:first-child {
  width: 50%;
  object-fit: contain;
}
ul.job-business > li > .item.flex img:not(:first-child) {
  width: 30%;
}
ul.job-business > li > .item img.runners {
  width: 50%;
}

.advantage .row .item {
  width: 90%;
  margin: 1em 3%;
}
.flow-content {
  margin: 1em 0;
}
.flow-content h4 {
  background-color: #4472c4;
  padding: 0.1em 0 0.1em 0.7em;
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  width: 190px;
  position: relative;
}
.flow-content h4:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -30px;
  width: 30px;
  height: 100%;
  background: linear-gradient(to bottom left, transparent 50%, #4472c4 50%) top left/ 100% 52% no-repeat, linear-gradient(to top left, transparent 50%, #4472c4 50%) bottom left / 100% 50% no-repeat;
}
.flow-content ul {
  list-style: disc;
  margin-left: 4em;
}
.flow-content .bottom-allow {
  background: linear-gradient(to bottom left, #8faadc 50%, transparent 50%) top left/ 50% 100% no-repeat, linear-gradient(to bottom right, #8faadc 50%, transparent 50%) top right / 50% 100% no-repeat;
  width: 50px;
  height: 30px;
  margin: 0.5em 0 1em 3em;
}

.step-contaier{
  background: #004BB1;
  border-radius: .5rem;
  padding: .5rem;
  margin: 1rem 1rem 0;
  @media screen and (max-width: 767px) {
    margin: 1rem 0 0;
  }
  /* filter: drop-shadow(2px 2px 4px rgba(0,0,0,.3)); */

  & > .inner {
    padding: 0;
    background: #fff;
    border-radius: 0.3rem;
    display: flex;
    align-items: stretch;
    @media screen and (max-width: 767px) {
      flex-flow: column;
    }
    & .text{
      width: 100%;
      text-align: center;
      padding: 1rem;
      margin-left: -8rem;
      font-size: 110%;
      @media screen and (max-width: 767px) {
        text-align: center;
        margin-left: 0;
      }
      & .sub{
        font-size: 90%;
        color: #666;
      }
    }
    & .mark{
      width: 8rem;
      font-weight: bold;
      background: #004BB1;
      padding: 1rem;
      color: #fff;
      font-size: 110%;
      text-wrap: nowrap;
      margin: 0;
      display: flex;
      align-items: center;
      @media screen and (max-width: 767px) {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: .5rem;
      }
      & > span{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        color:#004BB1;
        line-height: 1.0;
        font-size: 105%;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 100%;
        margin-left: .35rem;
      }
    }
  }
  & .step-end{
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 2.0;
    font-size: 150%;
    letter-spacing: .1rem;
  }
}
.step-lower{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem;
  /* filter: drop-shadow(2px 2px 4px rgba(0,0,0,.3)); */
  & .dli-caret-down {
    display: inline-block;
    vertical-align: middle;
    color: #004BB1;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1rem 1rem;
    border-top-color: currentColor;
    border-bottom: 0;
  }
}

.flow-notice{
  margin-top: 1rem;
  & .li-ast li::before{
    content: '＊';
    font-size: 70%;
    font-weight: bold;
    display: inline-block;
    padding: .3rem;
  }
}

.liner {
  position: relative;
  overflow: hidden;
  & .fadebox {
    margin: 2em 0 0 4em;
    z-index: 2;
    border-radius: 20px 0 0 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    @media screen and (max-width: 767px) {
      margin: 2.5em 0 0 1.5em;
    }
    & .fadebox-wrapper {
      & img.fadebox-slide {
        width: 100%;
        object-fit: cover;
        object-position: top;
        @media screen and (max-width: 767px) {
          width: 100%;
          height: auto;
        }
      }
    }
  }
  & .swiper {
    margin: 2em 0 0 4em;
    z-index: 2;
    border-radius: 20px 0 0 20px;
    position: relative;
  }
}
#changePic {
	transition: all 300ms ease;
	opacity: 1;
}
#changePic.fade{
  opacity: 0;
}


.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper .swiper-wrapper img.swiper-slide {
  height: 600px;
  object-fit: cover;
  object-position: top;
}
.on-title {
  position: absolute;
  bottom: 15%;
  left: 45%;
  color: #fff;
  font-size: 5em;
  width: 55%;
  z-index: 99;
  background: #004bb1;
  text-align: center;
  line-height: 1.4;
}
.on-title span {
  font-family: 'メイリオ', serif;
  font-weight: bold;
  font-style: italic;
}

@media screen and (max-width: 1300px){
  .on-title {
    font-size: 3em;
  }
}
.on-title-jp {
  position: absolute;
  bottom: 5rem;
  right: -2rem;
  color: #fff;
  font-size: 2.8rem;
  width: auto;
  z-index: 99;
  text-align: right;
  /* display: flex; */
  display: none;
  flex-flow: column;
  align-items: flex-end;
  padding: 10px 0;
  transform: skewX(-20deg);
  padding-left: 1rem;
}
.on-title-jp div {
  position: relative;
  font-weight: bold;
  padding: .5rem 2.5rem;
  line-height: 1.0 !important;
}
.on-title-jp div > span {
  position: relative;
  z-index: 100;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  /* -webkit-text-stroke: 6px #004bb1;
  text-stroke: 6px #004bb1;
  paint-order: stroke; */
}
.on-title-jp::after {
  content: '';
  position: absolute;
  z-index: 99;
  top: 0;
  right: -30px;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, transparent 50%,#004bb1 50%,#004bb1 100%); */
  background: #004bb1;
  transform: skewX(-15deg);
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .on-title-jp {
    font-size: 1rem;
    bottom: 1rem;
    right: -1rem;
    padding: 0;
    padding-left: 1.25rem;
  }
  .on-title-jp div {
    padding: .25rem 1rem;
    margin-bottom: 0;
  }
  .on-title-jp div > span {
    /* -webkit-text-stroke: 4px #004bb1;
    text-stroke: 4px #004bb1; */
  }
  .on-title-jp::after {
    border-radius: .5rem;
  }
}
.interview .grid-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.interview .grid-image img {
  width: calc(calc(100% / 3) - 20px);
  margin: 10px 0;
}
.interview hr {
  display: block;
  visibility: visible;
  height: auto;
  border: 1px solid #000;
  &.pc-view{
    @media screen and (max-width: 767px) {
      display: none;
    }
  }
}
.interview article h4:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #000;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.interview article .interview-content {
  display: flex;
  margin: 2em 0;

  & .work{
    padding: 1rem 0;
    text-align: right;
    @media screen and (max-width: 767px) {
      text-align: center;
      padding: 1rem;
    }
    & .to-work{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #004BB1;
      color: #fff;
      border-radius: 1.5rem;
      padding: 0.3rem 1.5rem;
      & img{
        margin-left: 1rem;
      }
      @media screen and (max-width: 767px) {
        width: 100%;
      }
    }
  }
}
.interview article .interview-content .item-image {
  margin-right: 2em;
  width: 40%;
}
.interview article .interview-content .item-content {
  width: 60%;
}
.interview  .interview-content .item-content h5:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.interview  .interview-content .item-content p {
  margin: 5px 0 2em;
}

@media screen and (max-width: 768px){
  .recruit .c-nav .c-nav_items a {
    text-align: center;
    font-size: .7em;
  }
  .recruit .c-nav .c-nav_items br {
    display: block;
  }

  .recruit .c-main_inner {
    padding: 24px 30px 100px 30px;
  }
  .c-RecruitContents .c-ContentsItem {
    margin-top: 2em;
  }
  .c-ContentsItem h3 {
    font-size: 2em;
    margin: 0;
  }
  .c-ContentsItem .contents-read {
    font-size: 1em;
  }
  .c-ContentsItem .contents {
    font-size: .7em;
  }
  .c-ContentsItem .contents-team {
    font-size: 1em;
  }
  .c-ContentsItem .contents-list {
    font-size: .7em;
  }

  .c-RecruitContents .row {
    display: flex;
  }
  .c-RecruitContents .row .image {
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 1rem;
  }
  .c-RecruitContents .row .message {
    padding: 0;
  }
  .c-RecruitContents .row .message.job {
    text-align: center!important;
    padding: 0;
  }
  .c-RecruitContents .row .message p {
    font-size: .8em;
  }
  .c-RecruitContents .mission {
    padding: 0;
  }
  .c-RecruitContents .row.representative {
    flex-direction: column;
  }

  .c-RecruitContents .row .job img {
    position: static;
    width: 90%;
  }
  ul.job-business {
    margin: 1em 0;
    text-align: left;
  }
  ul.job-business > li {
    display: block;
  }
  ul.job-business > li > ul > li {
    font-size: .7em;
  }
  ul.job-business > li > .item {
    width: 80%;
    margin: 0 auto;
  }

  .c-RecruitContents .row .job img {
    position: static;
    width: 90%;
    rotate: 0deg!important;
  }

  .c-RecruitContents h3 {
    font-size: 1.2em;
    line-height: 1.2
  };
  .flow-content h4 {
    font-size: 1em;
  }
  .flow-content ul {
    margin: .8em 0 0 1.5em;
  }
  .flow-content ul li {
    font-size: .7em;
  }

  .recruit .newsrelease_box th {
    width: 30%;
  }

  .swiper .swiper-wrapper img.swiper-slide {
    width: 90%;
    height: auto;
  }
  .on-title {
    font-size: 2em;
  }

  .interview article .interview-content {
    display: block;
  }
  .interview article .interview-content .item-image {
    width: auto;
    margin: 0 auto;
  }
  .interview article .interview-content .item-content {
    width: auto;
  }
}
@media screen and (max-width: 480px){
  .on-title {
    font-size: 1em;
  }
}

/*経験者採用*/
.mid-career .liner{
  /* display: none; */
}
.mid-career .c-breadcrumb+.c-mainImage{
  padding: 10px;
  padding-bottom: 40px;
}
.mid-career .c-breadcrumb+.c-mainImage .c-imageItem {
  margin-top: -100px;
  overflow: hidden;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.mid-career .heading{
  font-size: 18px;
}
.mid-career .contents{
  margin-top: 4em;
}
.mid-career .box-apply {
  margin: auto;
  display: inline-block;
  border: solid 3px rgba(150,150,150,.2);
  padding: 1rem;
  font-size: 16px;
}
.mid-career .box-apply .upper{
  font-size: 17px;
  margin: 0 auto 1rem;
  text-align: left;
}
.mid-career .to-form {
  padding: 10px;
}
.mid-career .to-form .btn-entry{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #004BB1;
  color: #fff;
  border: solid 3px #004BB1;
  font-size: 20px;
  line-height: 1.4;
  padding: .75rem 1rem;
  border-radius: 1rem;
}
.mid-career .to-form .btn-entry:hover{
  background: #fff;
  color: #004BB1;
}
.mid-career .to-form .btn-entry::after {
  content: '';
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-image: url(/assets/images/common/icn_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: .5rem;
  transition: linear 300ms all;
}
.mid-career .to-form .btn-entry:hover:after {
  background-image: url(/assets/images/common/icn_arrow_04.svg);
}
.mid-career .ttl-q {
  display: flex;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  background: #004BB1;
  color: #fff;
  border: solid 3px #004BB1;
  transform: skew(-20deg, 0deg);
}
.mid-career .ttl-q span{
  font-size: 22px;
  font-weight: bold;
  background: #fff;
  color: #004BB1;
  padding: 0 .5rem;
  margin-right: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mid-career .ttl-q b{
  transform: skew(20deg, 0deg);
}
.mid-career .ttl-a{
  font-size: 20px;
  font-weight: bold;
  margin-top: 4rem;
}
.mid-career .ttl-a span {
  background: #004BB1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 16px;
  width: 3rem;
  height: 3rem;
  transform: rotate(-15deg);
  margin-right: .5rem;
}
.mid-career .article-a {
  /* border-top:dotted 4px #004BB1; */
  margin-top: .5rem;
  margin-bottom: 5rem;
}
.mid-career .article-a .text{
  padding: 1rem .5rem;
}
.mid-career .article-a .text.sml{
  font-size: 90%;
  padding: .5rem 1rem;
}
.mid-career .article-a .flx-photo {
  display: flex;
}
.mid-career .article-a .flx-photo .col {
  width: 50%;
  padding: 0 30px;
}
.mid-career .article-a .flx-photo .col.auto {
  width: auto;
  padding: 0 5px;
}
.mid-career .article-a .flx-photo .col:not(.auto):nth-of-type(1){
  padding: 0;
}
.mid-career .article-a .flx-photo .col:not(.auto):nth-of-type(2){
  padding-top: 20px;
}
.mid-career .article-a .flx-photo .col .frame {
  overflow: hidden;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mid-career .article-a .flx-photo .col-left {
  width: auto;
  padding: 0 10px;
}
.mid-career .article-a .flx-photo .col-right {
  width: auto;
  padding: 0 10px;
}
.mid-career .article-a .flx-photo .col-left .frame,
.mid-career .article-a .flx-photo .col-right .frame {
  overflow: hidden;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mid-career .article-a .flx-photo .col:not(.auto):nth-of-type(1) .frame{
  align-items: flex-start;
}
.mid-career .article-a .flx-photo .col:not(.auto):nth-of-type(2) .frame{
  align-items: flex-end;
}
.mid-career .article-a .sl-photo {
  padding: 10px 30px;
}
.mid-career .article-a .sl-photo .frame {
  overflow: hidden;
  border-radius: 1rem;
  height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mid-career .article-a .sl-photo .frame img{
  width: 100%;
}
.ast-val{
  text-align: left;
  font-size: 80%;
  color: #666;
}
.ast{
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .mid-career .article-a .flx-photo {
    flex-flow: column;
  }
  .mid-career .article-a .flx-photo .col.auto,
  .mid-career .article-a .flx-photo .col {
    width: 100%;
    padding: 10px 0px;
  }
  .mid-career .article-a .flx-photo .col-left,
  .mid-career .article-a .flx-photo .col-right{
    width: 100%;
    padding: 10px 0px;
  }
  .mid-career .article-a .sl-photo {
    padding: 10px 0px;
  }
  .mid-career .article-a .sl-photo .frame {
    height: auto;
  }
}
.mid-career .contents .text{
  padding: 1rem .5rem;
  line-height: 2.0;
}
.mid-career .lists .list-item {
  padding: 0 2rem 1rem;
  text-indent: -1.25rem;
}
.mid-career .lists .list-item i {
  content: '';
  display: inline-block;
  width: .75rem;
  height: .75rem;
  margin-right: .5rem;
  background: #004bb1;
}
.mid-career .lists .list-item .logo{
  padding: 2rem 1rem;
}
.mid-career .lists .list-item .logo img{
  width: 200px;
}
.mid-career .dev-list{
  display: flex;
  flex-flow: row wrap;
}
/* .mid-career .dev-list .dev-item{
  width: calc(100% / 3);
  padding: .25rem;
  text-align: center
} */
.mid-career .dev-list .dev-item {
  width: calc(50% - 20px);
  padding: .25rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: space-between;
  border: solid 5px #efefef;
  margin: 10px;
}
.mid-career .dev-list .dev-item label{
  font-weight: bold;
  font-size: 150%;
}
.mid-career .dev-list .dev-item .txt {
  text-align: left;
  padding: 0 .5rem;
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .mid-career .toggle-nav.recruit-nav {
    margin-top: -120px;
  }
  .mid-career .recruit-nav .head-nav > div .btn-nav.rv-color {
    background: #fff;
    border: 2px solid #004BB1;
    color: #004BB1;
    border-radius: 0;
    transition: linear 300ms all;
  }
  .mid-career .recruit-nav .head-nav > div .btn-nav.rv-color::before {
    content: '';
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    background-image: url(/assets/images/common/icn_arrow_04.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: .5rem;
    transition: linear 300ms all;
  }
  .mid-career .recruit-nav .head-nav > div .btn-nav.rv-color:hover{
    background: #004BB1;
    border: 2px solid #fff;
    color: #fff;
    opacity: 1;
  }
  .mid-career .recruit-nav .head-nav > div .btn-nav.rv-color:hover::before{
    background-image: url(/assets/images/common/icn_arrow_01.svg);
  }
  .mid-career .recruit-nav .head-nav > div .btn-nav.rv-color.is-current {
    background: #004BB1;
    border: 2px solid #004BB1;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .mid-career .dev-list .dev-item{
    width: 100%;
    padding: .25rem;
  }
  .mid-career .ttl-q *{
    font-size: 18px !important;
  }
  .mid-career .lists .list-item {
    padding: 0 1rem 1rem;
    text-indent: 0;
  }
}
.flx-boxs{
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
}
.flx-boxs-rev{
  display: flex;
  flex-flow: row-reverse;
}
.flx-boxs.nowrap{
  flex-wrap: nowrap;
}
.al-center{
  align-items: center;
}
.jc-between{
  justify-content: space-between;
}
.flx-boxs > .col-all{
  width: 100%;
}
.flx-boxs > .col-2{
  width: calc(100% / 2);
}
.flx-boxs > .col-3{
  width: calc(100% / 3);
}
.flx-boxs > .col-3x2{
  width: calc(100% / 3 * 2);
}
.flx-boxs .col-app-left{
  position: relative;
  width: calc(100% / 3);
  padding: 1.5rem 1rem 0;
  text-align: center;
}
.dl-count{
  background: #004BB1;
  color: #fff;
  font-size: 9pt;
  position: absolute;
  left: 30px;
  top: 20px;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.dl-count .int{
  color: #fccf00;
  font-weight: bold;
  font-size: 24pt;
  line-height: 1.0;
}
.dl-count .int span{
  font-size: 13pt;
}
.gird-table{
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: calc(100% / 3) 1fr;
}
.gird-table .col-1{
  grid-row: 1 / span 2;
  grid-column: 1;
  position: relative;
  text-align: center;
  padding: 1.5rem 1rem 0;
}
.gird-table .col-1 img{
  width: 50%;
  margin: 25px auto;
}
.gird-table .col-2{
  grid-row: 1;
  grid-column: 2;
  padding-top: 1.5rem;
}
.gird-table .col-2 .logo{
  width: 30%;
  margin: 1.5rem 0;
}
.gird-table .col-3{
  grid-row: 2;
  grid-column: 2;
}
.flx-boxs .col-app-left img{
  width: 50%;
  margin: 25px auto;
}

.flx-boxs .col-app-right{
  width: calc((100% / 3) * 2);
  padding: 1.5rem .5rem;
}
.flx-boxs .col-app-right .logo{
  width: 30%;
  margin: 1.5rem 0;
}

.business-top > .text{
  width: 100%;
  font-size: 14pt;
  font-weight: bold;
  line-height: 2.0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
/* .flx-boxs.business-top > .images{
  width: 55%;
  padding: 1rem;
}
.flx-boxs.business-top > .images > div{
  background: #f6f6f6;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
} */


@media screen and (max-width: 767px) {
  .flx-boxs{
    flex-flow: column wrap;
    align-items: center;
  }
  .flx-boxs > *{
    width: 100%;
    box-sizing: border-box;
  }
  .flx-boxs > .col-2,
  .flx-boxs > .col-3,
  .flx-boxs > .col-3x2{
    width: 100%;
    margin-bottom: 2rem;
  }
  .flx-boxs > img{
    max-width: unset !important;
    max-height: unset !important;
    width: 50% !important;
  }
  .flx-boxs .col-app-left{
    width: 100%;
  }
  .flx-boxs .col-app-right{
    width: 100%;
  }
  .flx-boxs.business-top > .text{
    width: 100%;
    font-size: 16pt;
    line-height: 1.6;
  }
  .flx-boxs.business-top > .images{
    width: 100%;
    padding: 1rem 0;
  }
  .gird-table{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
  }
  .gird-table .col-1{
    grid-row: 2;
    grid-column: 1;
  }
  .gird-table .col-2{
    grid-row: 1;
    grid-column: 1;
  }
  .gird-table .col-2 .logo{
    width: 100%;
    padding: 0 1.5rem;
  }
  .gird-table .col-3{
    grid-row: 3;
    grid-column: 1;
  }
}
.c-main_inner.event .article .label{
  background: #fccf00;
  border-radius: .5rem;
  font-size: 15pt;
  font-weight: bold;
  padding: .3rem 1rem;
  margin-bottom: 1rem;
}
.c-main_inner.event .article.event-walk .label{
  background: #fff;
  border:solid 4px #fccf00;
  color:#fccf00;
  border-radius: .5rem .5rem 0 0;
  font-size: 16pt;
  font-weight: bold;
  padding: .3rem 1rem;
  margin-bottom: 0;
}
.c-main_inner.event .article.event-walk .flx-boxs{
  border:solid 4px #fccf00;
  border-top: none;
  border-radius: 0 0 .5rem .5rem;
}
.c-main_inner.event .article._event-walk .label{
  background: #f5f5f5;
  border:solid 4px #f5f5f5;
  border-radius: .5rem .5rem 0 0;
  font-size: 16pt;
  font-weight: bold;
  padding: .3rem 1rem;
  margin-bottom: 0;
}
.c-main_inner.event .article._event-walk .flx-boxs{
  background: #f5f5f5;
  border:solid 4px #f5f5f5;
  border-top: none;
  border-radius: 0 0 .5rem .5rem;
}
.c-main_inner.event .article .lead{
  font-size: 12pt;
  font-weight: bold;
  padding-left: .25rem;
  line-height: 1.8;
  margin-bottom: .5rem;
}
.c-main_inner.event .article .lead.large{
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-main_inner.event .article .text{
    margin-bottom: 0 !important;
  }
}
.c-main_inner.event .article.event-walk .lead{
  padding: 0.3rem 1rem;
}
.c-main_inner.event .article .text{
  font-size: 11pt;
  line-height: 2.4;
  padding: .25rem;
  margin-bottom: 2rem;
}
.c-main_inner.event .article.event-walk .text{
  padding: 0 1rem 0.3rem;
}
.c-main_inner.event .article .images{
  padding: 1rem;
}
.c-main_inner.event .article .col-left{
  width: 55%;
  padding-top: .5rem;
}
.c-main_inner.event .article .col-right{
  width: 45%;
}
@media screen and (max-width: 767px) {
  .c-main_inner.event .article .flx-boxs.rvs{
    flex-flow: column-reverse;
  }
  .c-main_inner.event .article .col-left{
    width: 100%;
  }
  .c-main_inner.event .article .col-right{
    width: 100%;
  }
}
.race-list{
  text-align: center;
  margin-bottom: 1.5rem;
}
.race-list .balloon {
  background: #004BB1;
  border-radius: .5rem;
  color: #fff;
  font-weight: bold;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 1rem .5rem;
  position: relative;
}
.race-list .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #004BB1;
}
.box-event01{
  background: #f5f5f5;
  border-radius: .5rem;
  padding: 1rem 0;
  margin-bottom: 3rem;
  text-align: center;
}
.box-event01.view-sp{
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.view-sp{
  display: none !important;
}
@media screen and (max-width: 767px) {
  .view-pc{
    display: none;
  }
  .view-sp{
    display: block !important;
  }
}
.test-parent{
  position: relative;
  overflow: hidden;
  padding: 1rem 25% 0.5rem 0rem;
  background: #f5f5f5;
  display: inline-block;
}

.brook-after{
  width: 100px;
  transform: rotate(45deg);
  transform-origin: top center;
  position: absolute;
  top: 20px;
  right: calc( -100px / 2 + 20px );
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  background: #004BB1;
  color: #fff;
  font-size: 10pt;
  line-height: 1.0;
}

.lt-function{
  font-weight: bold;
  padding-left: 1rem;
  font-size: 90%;
  width: 125%;
}
.lt-function::before{
  content:"●";
  color:#fccf00;
  margin-right: .3rem;
}
.box-event-online{
  position: relative;
}
.box-event-online .img-sp{
  position: absolute;
  right: 30px;
  top:-60px
}
.box-event-online .img-sp img{
  width: 90px;  
}
.box-event-online .inner-box{
  background-color: #f5f5f5;
  border-radius: .5rem;
  padding: 1rem 1rem 0;
  margin-bottom: 3rem;
}
.box-event-online .inner-box .flx-boxs .col-2{
  padding: 1rem;
}
.box-event-online .inner-box .flx-boxs .col-2 .logo-ttl{
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-around;
  margin-bottom: 2rem;
}
.box-event-online .inner-box .flx-boxs .col-2 .logo{
  width: 50%;
}
.box-event-online .inner-box .flx-boxs .col-2 .month{
  background: #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fccf00;
  font-size: 24pt;
}
.box-event-online .inner-box .flx-boxs .col-2 .month span{
  font-size: 12pt;
}
.head-logo{
  width: 40%;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .flx-boxs .col-app-right .logo{
    width: 100%;
    padding: 0 1.5rem;
  }
  .box-event-online .img-sp img{
    display: none;
  }
  .box-event-online .inner-box .flx-boxs .col-2{
    padding: 1rem 0;
  }
  .box-event-online .inner-box .flx-boxs .col-2 .month{
    width: 60px;
    height: 60px;
    font-size: 20pt;
  }
  .head-logo{
    width: 100%;
  }
}
.c-main_inner.event .article .system-boxs .images {
  padding: 1rem 1.5rem;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-main_inner.event .article .system-boxs .images a{
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-main_inner.event .article .system-boxs .images {
    min-height: unset;
    align-items: flex-start;
    padding-bottom: 2rem;
  }
}
.system-boxs{
  padding: 1rem;
}
.system-boxs .name{
  font-weight: bold;
  font-size: 15pt;
}
.system-boxs .right{
  text-align: right;
}
.system-boxs .center{
  text-align: center;
}
.system-boxs .no-wide{
  text-align: center;
  padding: 1rem 1.5rem .5rem !important;
}
.system-boxs .no-wide img{
  height: 100px;
  width: auto !important;
}

.feature-sptown{
  padding: 1rem;
}
.feature-sptown .ttl{
  color:#004BB1;
  font-weight:bold;
  font-size: 18pt;
  text-align: center;
}
.feature-sptown .flx-boxs{
  align-items: stretch;
}
.feature-sptown .col-2{
  padding: .5rem;
}
.feature-sptown .box{
  background: #f5f5f5;
  border-radius: .5rem;
  padding: .5rem;
  height: 100%;
  /* display: flex;
  flex-flow: column;
  justify-content: space-between; */
}
.feature-sptown .box .box-ttl{
  text-align: center;
  /* color:#002c65; */
  color:#004BB1;
  font-weight:bold;
  font-size: 14pt;
}
.feature-sptown .box .box-ttl > span{
  background: #004BB1;
  color:#fff;
  font-size: 10pt !important;
  line-height: 1.0;
  border-radius: .25rem;
  padding: .3rem .5rem;
  display: inline-flex;
  align-items: center;
  margin-right: .5rem;
}
.feature-sptown .box .box-ttl > span .num{
  font-size: 16pt !important;
  padding: 0;
  margin-left: .1rem;
  line-height: 1.0;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.feature-sptown .box .text{
  text-align: center;
  font-weight: bolder;
  line-height: 1.5 !important;
  margin-bottom: .8rem !important;
}
.feature-sptown .box .images {
  align-items: flex-end;
  padding: 0 0 .5rem !important;
  text-align: center;
}

.feature-sptown .box .images img{
  text-emphasis: none;
  width: 80%;
}
.feature-sptown .box .images .col-2{
  padding: 0rem;
}
.feature-sptown .box .images .col-2 img{
  width: 60%;
}
.feature-sptown .box .images .sml{
  margin-top: 1rem;
  font-weight: bold;
  line-height: 1.4;
  font-size: 9pt;
  text-align: center;
}
.feature-sptown .box .images.ft-01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.feature-sptown .box .images.ft-01 img{
  margin: 5px 10px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.4);
}
.feature-sptown .box .images.ft-01 img.img01{
  width: 45%;
}
.feature-sptown .box .images.ft-01 img.img02{
  width: 40%;
}
.feature-sptown .box .images.ft-01 img.img03{
  width: 50%;
}
.feature-sptown .box .images.ft-01 img.img04{
  width: 35%;
}
.feature-sptown .box .images.ft-03 {
  position: relative;
}
.feature-sptown .box .images.ft-02 img,
.feature-sptown .box .images.ft-03 img,
.feature-sptown .box .images.ft-04 img{
  width: 100%;
  margin-top: 1rem;
}
.feature-sptown .box .text{
  font-size: 11pt !important;
}
.col-media-left{
  width: 35%;
  padding: 1rem 0;
}
.col-media-left .head-logo{
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  margin: auto;
}
.col-media-left .head-logo img{
  width: 80%;
}
/* .subimage-logo img{
  max-width: 300px;
  max-height: 100px;
} */
.col-media-right{
  width: 65%;
  padding: 1rem;
}
.col-media-right.tight *{
  line-height: 1.4 !important;
}
.col-media-right .text{
  margin-bottom: 1rem !important;
}
.col-media-half{
  width: calc(100% / 2);
  padding: 1rem;
}
.col-media-half .text{
  font-size: 10pt !important;
}
@media screen and (max-width: 767px) {
  .feature-sptown{
    padding: 1rem 0;
  }
  .feature-sptown .ttl{
    font-size: 15pt;
  }
  .feature-sptown .box .box-ttl{
    font-size: 13pt;
  }
  .col-media-left{
    width: 100%;
    padding: 1rem 0;
  }
  .col-media-left .col-3.img-smp{
    text-align: center;
  }
  .col-media-left .col-3.img-smp img{
    width: 60%;
  }
  .col-media-right{
    width: 100%;
    padding: 1rem 0;
  }
  .col-media-half{
    width: 100%;
    padding: 1rem .5rem;
  }
}
.box-gray{
  background: #f5f5f5;
  border-radius: 10px;
  padding: 1rem;
}
.box-gray .text{
  font-size: 10pt !important;
}
.media-list{
  padding: 0;
}
.media-list .list{
  display: flex;
  align-items: stretch;
  margin-bottom: 1rem;
}
.media-list .list .li-label{
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004BB1;
  color: #fff;
  border-radius: .5rem;
}
.media-list .list .li-txt{
  width: 75%;
  font-size: 10pt;
  line-height: 1.7;
  padding-left: 1rem;
}
.flx-media-web {
  padding: 1rem;
}
.flx-media-web .row{
  display: flex;
}
.flx-media-web .row.center{
  align-items: center;
}
.flx-media-web .row .col-1{
  width: 30%;
  padding: .5rem 0;
}
.flx-media-web .row .col-2{
  width: 50%;
  padding: .5rem;
  margin-top: 2rem;
}
.flx-media-web .row .col-2a{
  width: 55%;
  padding: .5rem;
  margin-top: 2rem;
}
.flx-media-web .row .col-3{
  width: 20%;
  padding: .5rem;
  margin-top: 2rem;
}
.flx-media-web .row .col-3a{
  width: 10%;
  padding: .5rem;
  text-align: center;
}
.flx-media-web .row .col-4{
  width: 70%;
  padding: .5rem;
  margin-top: 2rem;
}
.flx-media-web .row .col-25{
  width: 25%;
  padding: .5rem;
}
.flx-media-web .row .col-75{
  width: 75%;
  padding: .5rem;
  margin-top: 2rem;
}
.flx-media-web .text{
  font-size: 12pt;
}
.flx-media-web .subimage-logo{
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .flx-media-web .row{
    flex-flow: column;
    margin-bottom: 2rem;
  }
  .flx-media-web .row .col-1,
  .flx-media-web .row .col-2,
  .flx-media-web .row .col-2a,
  .flx-media-web .row .col-3,
  .flx-media-web .row .col-3a,
  .flx-media-web .row .col-4,
  .flx-media-web .row .col-25,
  .flx-media-web .row .col-75{
    width: 100%;
    margin-top: 0;
  }
  .media-list{
    margin-top: 1.5rem;
  }
  .media-list .list .li-label{
    width: 30%;
    font-size: 13px;
    text-wrap: nowrap;
  }
  .media-list .list .li-txt{
    width: 70%;
  }
}

.box-event01 table{
  width: 100%;
}
.box-event01 table tbody tr td{
  width: calc(100% / 14);
  vertical-align: top;
}
.box-event01 table tbody tr td.cel-2{
  width: calc(100% / 14 * 2);
}
.box-event01 table tbody tr td.cel-4{
  width: calc(100% / 14 * 4);
}
.box-event01 table tbody tr td.cel-6{
  width: calc(100% / 14 * 6);
}
.box-event01 table tbody tr td .arrow{
  width: calc(100% - 10px);
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  background: #004BB1;
  color: #fff;
  font-size: 13pt;
}
.box-event01 table tbody tr td .arrow::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 25px solid transparent;
  border-left: 10px solid #004BB1;
  margin: auto;
}
.box-event01 table tbody tr td .arrow::before{
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -1px;
  content: '';
  border: 25px solid transparent;
  border-left: 10px solid #f7f8f8;
  margin: auto;
}

.box-event01 table tbody tr td .circle {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin: 1rem auto 5px;
}
.box-event01 table tbody tr td .circle .name{
  font-size: 12px;
  font-weight: bold;
  color: #004BB1;
  line-height: 1.2;
  text-align: center;
}
.box-event01 table tbody tr td .circle img{
  width: 50%;
}
.box-event01 table tbody tr td .vd-line{
  height: 26px;
  border-right: dotted 2px #004BB1;
  width: calc(50% + 1px);
  margin-bottom: 2px;
}
.box-event01 table tbody tr td.r-dotted{
  border-right: dotted 2px #004BB1;
  padding-bottom: 1rem;
}
.box-event01 table tbody tr td .note {
  text-align: left;
  font-size: 12px;
  line-height: 1.8;
  padding: .3rem 1.25rem;
}
.box-event01 table tbody tr td .note .upper{
  font-weight: bold;
}

.box-event01.view-sp .container {
  position: relative;
  height: 400px;
  background:transparent;
  margin: 0px auto;
}
.box-event01 .flickbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-event01 .flickbox .panel {
  position: relative;
  width: 330px;
  height: 100%;
}
/* .box-event01 .flickbox .panel.bg01 {
  background-image: url('/assets/images/service/img-event-sp0101.png');
  background-repeat: no-repeat;
}
.box-event01 .flickbox .panel.bg02 {
  background-image: url('/assets/images/service/img-event-sp0102.png');
  background-repeat: no-repeat;
}
.box-event01 .flickbox .panel.bg03 {
  background-image: url('/assets/images/service/img-event-sp0103.png');
  background-repeat: no-repeat;
}
.box-event01 .flickbox .panel.bg04 {
  background-image: url('/assets/images/service/img-event-sp0104.png');
  background-repeat: no-repeat;
}
.box-event01 .flickbox .panel.bg05 {
  background-image: url('/assets/images/service/img-event-sp0105.png');
  background-repeat: no-repeat;
}
.box-event01 .flickbox .panel.bg06 {
  background-image: url('/assets/images/service/img-event-sp0106.png');
  background-repeat: no-repeat;
} */
.box-event01 .flickbox .panel .p-label{
  width: calc(100% - 30px);
  left: 10px;
  margin-top: 15px;
  color:#fff;
  font-weight: bold;
  font-size: 16pt;
  background: #004BB1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-event01 .flickbox .panel .p-label::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 20px solid transparent;
  border-left: 10px solid #004BB1;
  margin: auto;
}
.box-event01 .flickbox .panel .p-label::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0px;
  content: '';
  border: 20px solid transparent;
  border-left: 10px solid #f7f8f8;
  margin: auto;
}
.box-event01 .flickbox .panel .p-num{
  text-align: left;
  padding-left: 1.5rem;
  padding-top: 1rem
}
.box-event01 .flickbox .panel .p-num span{
  background: #004BB1;
  color:#fff;
  font-weight: bold;
  font-size: 15pt;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.box-event01 .flickbox .panel .circle {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin: -1.5rem auto 0;
}
.box-event01 .flickbox .panel .circle .name{
  font-size: 18px;
  font-weight: bold;
  color: #004BB1;
  line-height: 1.2;
  text-align: center;
}
.box-event01 .flickbox .panel .circle img{
  width: 60%;
}
.box-event01 .flickbox .panel .p-txt{
  line-height: 1.6;
  font-size: 11pt;
  width: 90%;
  margin: 1rem auto 0;
  text-align: left;
}
.box-event01 .flickbox .panel .p-txt p{
  font-weight: bold;
  margin-bottom: .25rem;
}

.race-list.view-sp .container {
  position: relative;
  height: 250px;
  background:transparent;
  margin: 0px auto;
}
.race-list .flickbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.race-list .flickbox .panel {
  position: relative;
  width: 330px;
  height: 100%;
}


.pagination{
  display: flex;
  justify-content: center;
}
.pagination .dot {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	margin: 10px 10px;
	transition: background-color ease 0.5s;
	cursor: pointer;
}
.pagination.black .dot.selected {
	background: #333;
}
.pagination.black .dot {
	background: rgba(100, 100, 100, 0.4);
}
.pagination .dot.selected {
	background: white;
}

.box-event01 .pagination .dot{
    width: 26px;
    height: 26px;
    background: #fff;
    border: solid 1px #004BB1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #004bb1;
}
.pagination.black .dot.selected {
	background: #004BB1;
  color: #fff;
}

.business-sub-ttl{
  font-size: 22pt;
  text-align: center;
  color: #004BB1;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
}
.business-head{
  padding: 0.5rem 1.25rem;
  margin-bottom: 2.5rem;
}
.list-contents{
  justify-content: center;
  align-items: stretch;
}
.list-contents .col-3{
  padding: 1rem;
}
.list-contents .col-3 .inner-box {
  background: #E6EBF2;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.list-contents .col-3 .inner-box .upper {
  border-left: solid 18px #fccf00;
  height: 50%;
  margin-bottom: 20px;
  padding-left: 1.25rem;
}
.list-contents .col-3 .inner-box .upper .name{
  font-size: 14pt;
  font-weight: bold;
  letter-spacing: -0.1rem;
  color: #004BB1 !important;
}
.list-contents .col-3 .inner-box .upper .text{
  font-size: 11pt;
  padding-right: 1rem;
  color: #000 !important;
}
.list-contents .col-3 .inner-box .lower{
  padding: 1rem;
}

.statistics{
  align-items: flex-start;
  text-align: center;
  margin-bottom: 5rem;
}
.flx-boxs.statistics .col{
  width: calc(100% / 3);
}
.flx-boxs.statistics .col-all{
  width: 50%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.statistics .upper{
  font-size: 14pt;
}
.statistics .num{
  font-size: 56pt;
  line-height: 1.0;
  font-weight: bold;
  color: #fccf00;
  font-family: 'Poppins', sans-serif;
}
.statistics .num span{
  font-size: 28pt;
  font-weight: bold;
  color: #000;
}
.statistics ul.lower{
  text-align: left;
  line-height: 1.6;
}
.statistics ul.lower li{
  list-style: disc;
  font-weight: bold;
  font-size: 18pt;
}
.flx-boxs.statistics .col-all .num{
  text-align: center;
  margin-top: -2.5rem;
  font-size: 72pt;
}
.flx-boxs.statistics .col-all.left{
  justify-content: flex-end;
  padding-right: 5rem;
}
.flx-boxs.statistics .note {
  text-align: left;
  padding-left: 5rem;
  font-size: .9rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .business-sub-ttl{
    font-size: 18pt;
    padding-left: 0;
  }
  .list-contents .col-3{
    padding: 1rem 0;
  }
  .flx-boxs.statistics .col-all{
    width: 100%;
    padding-right: 0 !important;
    justify-content: center !important;
    margin-bottom: 0;
  }
  .flx-boxs.statistics .col{
    width: 100% !important;
  }
  .statistics .upper{
    font-size: 14pt;
    margin-bottom: 1rem;
  }
  .statistics .num{
    font-size:72pt;
    margin-bottom: 1.5rem;
  }
  .statistics .num span{
    font-size: 24pt;
  }
  .statistics ul.lower li{
    font-size: 15pt;
  }
  .flx-boxs.statistics .note {
    text-align: center;
    padding-left: 0;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;  }
}

.b-split{
  padding-bottom: 2rem;
  border-bottom: solid 2px #cfcfcf;
  margin-bottom: 2rem !important;
}

.flx-boxs.solution-fan .col-left{
  width: 65% !important;
  padding: 1rem;
  padding-top: 1rem !important;
}
.flx-boxs.solution-fan .col-right{
  width: 35% !important;
  padding: 1rem;
}

.flx-boxs.solution-fan .col-left .images{
  padding: 1rem 0;
}
.flx-boxs.solution-fan .col-right.pict-box{
  display: flex;
  flex-flow: column;
}
.flx-boxs.solution-fan .col-right.pict-box > div{
  width: 100% !important;
}
.flx-boxs.solution-fan .col-right.pict-box > div:not(.lower) img{
  width: 48%;
}
.flx-boxs.solution-fan .col-right.pict-box .upper{
  text-align: center;
  padding: 10px;
}
.flx-boxs.solution-fan .col-right.pict-box .upper img{
  margin-left: -20%;
}
.flx-boxs.solution-fan .col-right.pict-box .middle img:first-of-type{
  margin-top: 15px;
}
.flx-boxs.solution-fan .col-right.pict-box .middle img:last-of-type{
  margin-left: 2%;
  margin-top: -10px;
}
.flx-boxs.solution-fan .col-right.pict-box .lower{
  display: flex;
  align-items: stretch;
}
.flx-boxs.solution-fan .col-right.pict-box .lower .logo{
  width: 45%;
  padding: 10px 5px;
  display: flex;
  align-items: center;
}
.flx-boxs.solution-fan .col-right.pict-box .lower .disc{
  width: 55%;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 5px;
}

.solution-fan .example-box{
  background: #f5f5f5;
  padding: 1rem 0;
}
.solution-fan .example-box .lt-function{
  width: 100%;
  margin-bottom: .3rem;
}

.solution-fan .example-box .head{
  font-size: 14pt;
  font-weight: bold;
  color: #004BB1;
  padding-left: 1rem;
}
.flx-boxs.solution-fan .col-right .txt{
  padding: .5rem;
  font-size: 10pt;
}

@media screen and (max-width: 767px) {
  .flx-boxs.solution-fan .col-left .images{
    padding: 0 0 1rem;
    /* margin-top: -3rem; */
  }
  .flx-boxs.solution-fan .col-left{
    width: 100% !important;
    padding: 1rem 0;
  }
  .flx-boxs.solution-fan .col-right{
    width: 100% !important;
    padding: 1rem 0;
  }
  .flx-boxs.solution-fan .col-right.pict-box > div:not(.lower) img{
    width: calc(100% - 20px);
    height: auto;
    margin: 5px 10px !important;
  }

  .flx-boxs.solution-fan .col-right.pict-box .lower{
    flex-flow: column;
  }
  .flx-boxs.solution-fan .col-right.pict-box .lower .logo{
    width: 100%;
    padding: 20px 15% 10px;
  }
  .flx-boxs.solution-fan .col-right.pict-box .lower .disc{
    width: 100%;
    font-size: 16px;
    line-height: 2.0;
  }
  .flx-boxs.solution-fan .col-right.pict-box{
    flex-flow: column-reverse;
  }
  .b-split-sp{
    padding-bottom: 2rem;
    border-bottom: solid 2px #cfcfcf;
    margin-bottom: 2rem !important;
  }
}

.solution-fan.bg01{
  background: #f5f5f5;
  padding-top: 15px;
}
.solution-fan .panel {
  position: relative;
  width: 100%;
  height: 100%;
  /* background-image: url('/assets/images/solution/img-chr01.png'); */
  background-repeat: no-repeat;
  padding: 0 1rem 2.5rem;
}
.solution-fan .panel .p-label{
  width: calc(100% - 10px);
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.0;
  background: #004BB1;
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
}
.solution-fan .panel .p-label::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 25px solid transparent;
  border-left: 10px solid #004BB1;
  margin: auto;
}
.solution-fan .panel .p-label::before{
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -1px;
  content: '';
  border: 25px solid transparent;
  border-left: 10px solid #f5f5f5;
  margin: auto;
}
.solution-fan .panel .main-bord{
  display: flex;
  margin-top: 1rem;
}
.solution-fan .panel .p-name{
  width: 30%;
  /* padding-top: 2.5rem; */
  text-align: center;
  /* margin-left: -1rem; */
  line-height: 1.4;
  font-size: 13pt;
  font-weight: bold;
  color: #004BB1;
}
.solution-fan .panel .p-name img{
  width: calc(100% - 10px);
  margin: 5px 5px 10px;
}
.solution-fan .panel .p-txt{
  line-height: 1.6;
  font-size: 11pt;
  width: 70%;
  text-align: left;
  padding-left: .5rem;
}
.solution-fan .panel .p-txt p{
  font-weight: bold;
  margin-bottom: .25rem;
}

@media screen and (max-width: 767px) {
  .solution-fan .panel .main-bord{
    flex-flow: column;
  }
  .solution-fan .panel .main-bord .p-name{
    width: 100%;
    margin-bottom: 1rem;
  }
  .solution-fan .panel .main-bord .p-name br{
    display: none;
  }
  .solution-fan .panel .p-name img{
    width: 50%;
    margin-bottom: .3rem;
  }
  .solution-fan .panel .main-bord .p-txt{
    width: 100%;
    padding-left: 0;
  }
  .solution-fan .panel .main-bord .p-txt > p br{
    display: none;
  }
}
.toggle-nav{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.toggle-nav .nav-triger{
  display: none;
}
.toggle-nav .bg-lock{
  display: none;
}

.head-nav{
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.head-nav > div{
  /* width: calc(100% / 6); */
  flex: 1;
  padding: 5px;
}
.head-nav > div .btn-nav{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #004BB1;
  color: #004BB1;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  width: 100%;
  line-height: 1.0;
  text-wrap: nowrap;
  padding: 1rem 0.5rem 1rem 0.25rem;
}
.head-nav > div .btn-nav:hover{
  background: #004BB1;
  color: #fff;
}
.head-nav > div .btn-nav.is-current{
  background: #004BB1;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .toggle-nav.recruit-nav{
    position: relative;
    z-index: 5;
    margin-top: -100px;
    padding: 0 20px;
  }
  /* .mid-career .toggle-nav.recruit-nav{
    position: relative;
    z-index: 5;
    margin-top: 10px;
    padding: 0 20px;
  } */
  .recruit-nav .head-nav > div .btn-nav{
    border-radius: 6px;
    background: #1A5DB9;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    will-change: transform;
    transition: opacity 0.3s;
  }
  .recruit-nav .head-nav > div .btn-nav.is-current{
    background: #FFF;
    color: #222;
    cursor: default;
  }
  .recruit-nav .head-nav > div .btn-nav.is-current::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -10px;
    width: 20px;
    height: 3px;
    background: #004BB1;
  }
}
.flx-sns {
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
}
.flx-sns > *{
  width: calc(100% / 3);
  padding: 10px 0;
  padding-right: 20px;
}
.flx-sns > a{
  display: block;
}
@media screen and (max-width: 767px) {
  .toggle-nav{
    position: fixed;
    bottom: 25%;
    right: -202px;
    z-index: 9999;
    transition: all 0.5s 0s ease;
  }
  .toggle-nav.open{
    bottom: 25%;
    right: -2px;
    z-index: 9999;
  }
  .toggle-nav .nav-triger{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 30px;
    height: 100px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    box-shadow: 0 0 5px 0px rgba(0,0,0,.5);
    z-index: 9999;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 10pt;
    font-weight: bold;
  }
  .toggle-nav .nav-triger i{
    background: url(/assets/images/common/arrow-left.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    transition: all 0.5s 0s ease;
  }
  .toggle-nav.open .nav-triger i{
    background: url(/assets/images/common/arrow-right.png) 0 0 no-repeat;
  }
  .toggle-nav.open .bg-lock{
    display: block;
    position: fixed;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 3000;
  }
  .head-nav{
    flex-flow: column wrap;
    width: 200px;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,.5);
    z-index: 9999;
  }
  .head-nav > div{
    width:100%;
    padding: 0;
  }
  .head-nav > div .btn-nav{
    border:none;
    font-size: 12pt;
    padding-left: 1rem;
    justify-content: flex-start;
  }
}

#business .article{
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .c-headLv2.business {
      margin-top: 2rem;
  }
}
.bnr-patent{
  background: #c00;
  color:#fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.0;
  padding: 1px;
}
.bnr-patent > span{
  background: #c00;
  color:#fff;
  border: solid 1px #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.0;
  padding: .3rem .5rem;
  font-size: 20px;
}
.fs-20p{
  font-size: 20pt !important;
}
.sp-view{
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-view{
    display:none;
  }
  .sp-view{
    display:initial;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity:0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(0,0,0,.5);
  z-index: 3000;
  overscroll-behavior:contain;

  & .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 90%;
    margin: 1rem auto 2rem;
    transition: transform .3s ease-out;
    & .modal-content {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.2);
      border-radius: 0.3rem;
      outline: 0;
      & .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem 1.5rem;
      }
      & .modal-footer {
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        padding: 0.75rem;
        border-top: 1px solid #dee2e6;
        border-bottom-right-radius: calc(0.3rem - 1px);
        border-bottom-left-radius: calc(0.3rem - 1px);
        & .btn-close-modal{
          padding: .5rem 2rem;
          background: #6c757d;
          color: #fff;
          font-size: 110%;
          border-radius: .5rem;
        }
      }
    }
  }
}

.show {
  display: block;
  opacity: 1;
  animation: fadeDownAnime 0.3s ease-in 0s forwards;
}

@keyframes fadeDownAnime{
  0% {
    display: none;
    opacity: 0;
    transform: translateY(-100px);
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
.mb0{margin-bottom: 0 !important;}
.mb5rm{margin-bottom: .5rem !important;}
.mb10rm{margin-bottom: 1rem !important;}
.f35rm{font-size: 3.5rem !important}
.c-RecruitContents .length{
  font-size: 14px;
  line-height: 1.4;
}
.c-RecruitContents .length span {
  font-size: 90%;
}