@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css");
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-content:before, .simplebar-content:after {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #646464;
  border-radius: 4px;
  left: 0px;
  right: 0px;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
  right: -11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0px;
  bottom: 0px;
}
.simplebar-track.simplebar-horizontal {
  position: relative;
  left: 0;
  height: 10px;
  background-color: #f5f5f5;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 0px;
  right: 0px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 1px;
  height: 8px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-track.simplebar-horizontal {
  display: none;
}
.simplebar-scrollable-x .simplebar-track.simplebar-horizontal {
  display: block;
}
/* ==========================================================================
slick.js
========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
/* default
-------------------------------------------------------------------------- */
/* in
-------------------------------------------------------------------------- */
/* out
-------------------------------------------------------------------------- */
/* in out
-------------------------------------------------------------------------- */
/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
/* size
-------------------------------------------------------------------------- */
@keyframes swing1 {
  0% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }
  35% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(5deg) translateY(-10px);
  }
  50% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }
  85% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(-5deg) translateY(-10px);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes swing2 {
  0% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }
  35% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(-5deg) translateY(-10px);
  }
  50% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }
  85% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(5deg) translateY(-10px);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -4px, 0);
  }
}
.slide-in {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slide-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.rotate-in {
  opacity: 0;
  transform: rotate(-15deg) translate(-15px, 15px);
  transform-origin: right bottom;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rotate-in.is-inview {
  opacity: 1;
  transform: rotate(0deg) translate(0, 0);
}
.opacity-hover {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.opacity-hover.is-on {
  opacity: 0.6;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, svg {
  vertical-align: top;
}
button, input, textarea, select {
  font-family: inherit;
}
@font-face {
  font-family: 'DIN_Condensed';
  src: url("../font/DIN_Condensed/DIN_Condensed-Bold.woff2") format("woff2"), url("../font/DIN_Condensed/DIN_Condensed-Bold.woff") format("woff");
}
@font-face {
  font-family: 'TsukuMin';
  src: url("../font/TsukuMin/TsukuMin.woff2") format("woff2"), url("../font/TsukuMin/TsukuMin.woff") format("woff");
}
html {
  font-size: 10px;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
:root {
  --vh: 0;
}
body {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  overflow: hidden;
  color: #000;
  background: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'palt';
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}
body.is-loaded {
  overflow: auto;
}
body.is-show-modal {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.is-show-nav {
    overflow: hidden;
  }
}
a {
  outline: none;
  color: #000;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 769px) {
  a:hover, a:active {
    text-decoration: none;
  }
}
img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}
::selection {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
.js-fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.js-disabled {
  pointer-events: none;
  opacity: 0.15;
}
#fontplus-trial-banner {
  display: none !important;
}
.layout-container {
  position: relative;
  min-width: 120rem;
}
@media screen and (max-width: 768px) {
  .layout-container {
    min-width: 0;
  }
}
.layout-content {
  overflow: hidden;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .layout-footer {
    display: block;
  }
}
.layout-footer__gray {
  color: #fff;
  background: #282828;
}
.layout-footer__primary {
  width: 120rem;
  margin: 0 auto;
  padding-top: 8.2rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .layout-footer__primary {
    display: none;
  }
}
.layout-footer__group {
  width: 120rem;
  margin: 0 auto;
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .layout-footer__group {
    width: 100%;
  }
}
.layout-footer__secondary {
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 3.4rem;
}
@media screen and (max-width: 768px) {
  .layout-footer__secondary {
    padding-top: 4.5rem;
    padding-bottom: 4.8rem;
  }
}
.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 3rem;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .layout-header {
    width: 100%;
    height: 10rem;
    padding-left: 0;
  }
}
.layout-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.is-loaded .layout-loading {
  opacity: 0;
  pointer-events: none;
}
.group-footer__heading {
  display: flex;
  justify-content: center;
  font-family: YakuHanMP, "TsukuMin", serif;
  color: #D11526;
  font-size: 3.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .group-footer__heading {
    font-size: 4.6rem;
  }
}
.group-footer p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .group-footer p {
    font-size: 3rem;
  }
}
.group-footer ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .group-footer ul {
    justify-content: space-between;
  }
}
.group-footer ul li {
  width: 21.6rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.group-footer ul li a {
  display: block;
  width: 100%;
}
.group-footer ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .group-footer ul li {
    width: 33.333%;
    margin-right: 0;
    padding: 1.5rem;
  }
}
.group-footer ul img {
  width: 100%;
  display: block;
  margin: auto;
  max-height: 50px;
}
.link-footer {
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .link-footer {
    width: 100%;
    margin-top: 0;
    padding: 4rem 0;
    border: solid #dcdcdc;
    border-width: 0.2rem 0;
  }
}
.link-footer a {
  display: flex;
  text-decoration: none;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .link-footer a {
    display: block;
  }
}
.link-footer a:after {
  display: block;
  content: '';
  background: url(../img/common/icn_blank.svg) no-repeat center center;
  background-size: contain;
  width: 1.2rem;
  height: 1.1rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 768px) {
  .link-footer a:after {
    display: none;
  }
}
.link-footer a.is-on {
  color: #d20f28;
}
.link-footer__text {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .link-footer__text {
    color: #646464;
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .link-footer__logo-sp {
    display: block;
    width: 31.3rem;
    margin: 0 auto;
  }
}
.link-footer__logo-sp img {
  width: 100%;
}
.logo-footer {
  display: block;
  width: 22.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .logo-footer {
    width: 31.7rem;
  }
}
.logo-footer img {
  width: 100%;
}
.nav-footer {
  display: flex;
  justify-content: space-between;
}
.nav-footer__item {
  line-height: 0;
}
.nav-footer__item:nth-of-type(n + 2) {
  margin-top: 2.5rem;
}
.nav-footer__item a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav-footer__item a.is-on {
  color: #d20f28;
}
.nav-footer__item--margin-top-37 {
  margin-top: 3.5rem;
}
.nav-footer__item--margin-top-110 {
  margin-top: 11rem !important;
}
.nav-footer__item--margin-top-45 {
  margin-top: 4.5rem;
}
.nav-footer__item--margin-top-45:nth-of-type(n + 2) {
  margin-top: 4.5rem;
}
.nav-footer__item--lower:nth-of-type(n + 2) {
  margin-top: 1.8rem;
}
.nav-footer__item--lower a {
  font-size: 1.3rem;
  font-weight: 500;
}
.nav-footer__item--lower + .nav-footer__item--lower:nth-of-type(n + 2) {
  margin-top: 1.2rem;
}
.nav-footer__item--lower-heading:nth-of-type(n + 2) {
  margin-top: 2.6rem;
}
.nav-footer__item--lower-heading a {
  font-size: 1.6rem;
  font-weight: 500;
}
.nav-footer__item--lower-heading a:before {
  display: inline-block;
  content: '− ';
}
.nav-footer__item--lower-heading + .nav-footer__item--lower:nth-of-type(n + 2) {
  margin-top: 1.2rem;
}
.text-copyright {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .text-copyright {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 3rem;
  }
}
.button-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  padding: 0;
  outline: none;
  border: none;
  background: #fff;
  display: none;
}
@media screen and (max-width: 768px) {
  .button-hamburger {
    display: block;
  }
}
.button-hamburger__line {
  position: absolute;
  top: calc(50% - 0.2rem / 2);
  left: calc(50% - 3.6rem / 2);
  width: 3.6rem;
  height: 0.2rem;
  background: #282828;
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, width 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, height 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), border-radius 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.button-hamburger__line:nth-of-type(1) {
  top: calc(50% - 0.2rem / 2 - 1.3rem);
}
.button-hamburger__line:nth-of-type(3) {
  top: calc(50% - 0.2rem / 2 + 1.3rem);
}
.is-show-nav .button-hamburger__line {
  position: absolute;
  top: calc(50% - 0.2rem / 2);
  left: calc(50% - 4rem / 2);
  width: 4rem;
  height: 0.2rem;
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, width 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, height 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, border-radius 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-show-nav .button-hamburger__line:nth-of-type(1) {
  transform: rotate(45deg);
}
.is-show-nav .button-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.is-show-nav .button-hamburger__line:nth-of-type(3) {
  transform: rotate(-45deg);
}
.data-company {
  padding: 10rem 0;
}
.data-company__logo {
  width: 31.3rem;
  margin: 0 auto;
}
.data-company__heading {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}
.data-company__text {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 2rem;
}
.logo-header {
  display: block;
  width: 226px;
}
@media screen and (max-width: 768px) {
  .logo-header {
    width: 31.6rem;
    margin: 0 auto;
  }
}
.nav-button-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-button-toggle {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 9rem;
    height: 9rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-button-toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(9rem / 2 - 1.6rem / 2);
    right: calc(6rem / 2 - 1.6rem / 2);
    box-sizing: border-box;
    border-style: solid;
    border-color: #000;
    border-width: 0.45rem 0.45rem 0 0;
    width: 1.6rem;
    height: 1.6rem;
    transform: rotate(135deg);
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 768px) {
  .nav-button-toggle.is-open:before {
    border-color: #d20f28;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .nav-button-toggle--single {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .nav-button-toggle--single:before {
    right: calc(6rem / 2 - 1.6rem / 2 + 0.4rem);
    transform: rotate(45deg);
  }
}
.nav-contact {
  position: fixed;
  right: 0;
  top: 15rem;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%) !important;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .nav-contact {
    /*display: block;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: static;
    box-shadow: none !important;
    margin-left: 0;
    margin-top: 3rem;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-contact__item {
    width: 50%;
  }
}
.nav-contact__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  width: 10rem;
  height: 10rem;
  text-align: center;
  color: #db3f53;
  background: #FFF !important;
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .nav-contact__item a {
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    height: 15rem;
    width: 100%;
    color: #FFF;
    padding-bottom: 0.5rem;
  }
}
.nav-contact__item a:before {
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 2.3rem;
  margin-bottom: 1rem;
  /*@include mq-down() {
                    position: absolute;
                    margin-bottom: 0;
					
                }*/
}
.nav-contact__item a.is-on {
  opacity: 0.7;
}
.nav-contact__item--schedule a:before {
  background-image: url(../img/common/icn_scheduleR.svg);
  width: 3.07rem;
}
@media screen and (max-width: 768px) {
  .nav-contact__item--schedule a {
    background: #DB3F53 !important;
  }
  .nav-contact__item--schedule a:before {
    background-image: url(../img/common/icn_schedule.svg);
    left: 3.15rem;
    top: calc(50% - 3.6rem / 2);
    width: 4.9rem;
    height: 3.6rem;
  }
}
.nav-contact__item--download a:before {
  background-image: url(../img/common/icn_downloadR.svg);
  width: 2.66rem;
}
@media screen and (max-width: 768px) {
  .nav-contact__item--download a {
    background: #d20f28 !important;
  }
  .nav-contact__item--download a:before {
    background-image: url(../img/common/icn_download.svg);
    left: 2.95rem;
    top: calc(50% - 4.5rem / 2);
    width: 5.3rem;
    height: 4.5rem;
  }
}
.nav-contact__item--contact a:before {
  background-image: url(../img/common/icn_contactR.svg);
  width: 3.07rem;
}
@media screen and (max-width: 768px) {
  .nav-contact__item--contact a {
    background: #ab0000 !important;
  }
  .nav-contact__item--contact a:before {
    background-image: url(../img/common/icn_contact.svg);
    left: 3.15rem;
    top: calc(50% - 3.6rem / 2);
    width: 4.9rem;
    height: 3.6rem;
  }
}
.nav-contact__item--co2 a:before {
  background-image: url(../img/common/icn_co2R.svg);
  width: 3.66rem;
}
@media screen and (max-width: 768px) {
  .nav-contact__item--co2 a {
    background: #b90000 !important;
  }
  .nav-contact__item--co2 a:before {
    background-image: url(../img/common/icn_co2.svg);
    left: 3.15rem;
    top: calc(50% - 3.6rem / 2);
    width: 10rem;
    height: 3.6rem;
  }
}
.nav-content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .nav-content {
    position: absolute;
    top: 10rem;
    left: 0;
    flex-direction: column;
    background: #fff;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 10rem);
    padding-bottom: 10rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 768px) {
  .is-show-nav .nav-content {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) {
  .nav-global {
    margin-right: 3rem;
    height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .nav-global {
    display: flex;
    flex-direction: column;
    padding: 0 3rem;
  }
}
.nav-global__sub {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 3.7rem;
}
@media screen and (max-width: 768px) {
  .nav-global__sub {
    display: block;
    height: auto;
    margin-top: 10rem;
    order: 2;
  }
}
.nav-global__body {
  display: flex;
  align-items: center;
  height: 6.3rem;
}
@media screen and (max-width: 768px) {
  .nav-global__body {
    height: auto;
    padding-top: 4rem;
  }
}
.nav-lower {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-lower {
    background: #fff;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav-lower__item {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 768px) {
  .nav-lower__item > a, .nav-lower__item > span {
    color: #000;
    display: flex;
    align-items: center;
    font-size: 3rem;
    line-height: 1;
    text-decoration: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 1.8rem;
    transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 768px) {
  .nav-lower__item--heading > a, .nav-lower__item--heading > span {
    color: #d20f28;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .nav-lower.is-open {
    padding-top: 3.6rem;
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-lower.is-open .nav-lower__item {
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-lower.is-open .nav-lower__item:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}
.nav-lower-flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-lower-flex {
    background: #fff;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .nav-lower-flex__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .nav-lower-flex.is-open {
    padding-top: 3.6rem;
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-lower-flex.is-open .nav-lower__item {
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-lower-flex.is-open .nav-lower__item:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}
.nav-menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .nav-menu {
    display: block;
    height: auto;
  }
}
.nav-menu__item {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nav-menu__item {
    display: block;
    width: 70.8rem;
    margin: 0 auto;
    border-bottom: 0.2rem solid #dcdcdc;
  }
}
@media screen and (min-width: 769px) {
  .nav-menu__item:nth-of-type(n + 2) {
    margin-left: 3.4rem;
  }
}
.nav-menu__item > a, .nav-menu__item > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.7rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .nav-menu__item > a, .nav-menu__item > span {
    color: #000;
    justify-content: flex-start;
    font-size: 3rem;
    font-weight: 700;
    width: 100%;
    height: 9rem;
    padding-left: 2rem;
    padding-right: 6.5rem;
  }
}
.nav-menu__item > a:before, .nav-menu__item > span:before {
  display: block;
  position: absolute;
  content: '';
  background: #d20f28;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .nav-menu__item > a:before, .nav-menu__item > span:before {
    display: none;
  }
}
.nav-menu__item > a.is-on, .nav-menu__item > span.is-on {
  color: #d20f28;
}
.nav-menu__item > a.is-on:before, .nav-menu__item > span.is-on:before {
  opacity: 1;
}
.nav-sub {
  display: flex;
}
@media screen and (max-width: 768px) {
  .nav-sub {
    display: block;
  }
}
.nav-sub__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nav-sub__item:nth-of-type(n + 2) {
    margin-top: 5rem;
  }
}
.nav-sub__item:nth-of-type(n + 2):before {
  display: block;
  content: '';
  background: #dcdcdc;
  width: 0.1rem;
  height: 1.3rem;
  margin: 0 1.4rem;
}
@media screen and (max-width: 768px) {
  .nav-sub__item:nth-of-type(n + 2):before {
    display: none;
  }
}
.nav-sub__item a {
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .nav-sub__item a {
    font-size: 3rem;
  }
}
.nav-sub__item a.is-on {
  color: #d20f28;
}
.article-press__date {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  font-weight: 700;
}
.article-press__heading {
  font-size: 3.4rem;
  line-height: 1.5882352941;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .article-press__heading {
    font-size: 3.4rem;
  }
}
.article-press__inner h1, .article-press__inner h2, .article-press__inner h3, .article-press__inner h4 {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  font-weight: 700;
  clear: both;
}
@media screen and (max-width: 768px) {
  .article-press__inner h1, .article-press__inner h2, .article-press__inner h3, .article-press__inner h4 {
    font-size: 3rem;
  }
}
.article-press__inner h1 + p, .article-press__inner h2 + p, .article-press__inner h3 + p, .article-press__inner h4 + p {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .article-press__inner h1 + p, .article-press__inner h2 + p, .article-press__inner h3 + p, .article-press__inner h4 + p {
    margin-top: 2rem;
  }
}
.article-press__inner p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .article-press__inner p {
    font-size: 2.4rem;
    line-height: 1.8333333333;
  }
}
.article-press__inner p + h1, .article-press__inner p + h2, .article-press__inner p + h3, .article-press__inner p + h4 {
  margin-top: 2rem;
}
.article-press__inner p + img {
  padding-top: 2rem;
}
.article-press__inner p + table {
  margin-top: 2rem;
}
.article-press__inner p + table[class='alignright'], .article-press__inner p + table[class='alignleft'], .article-press__inner p + table[class='aligncenter'] {
  margin-top: 2rem;
}
.article-press__inner img + h1, .article-press__inner img + h2, .article-press__inner img + h3, .article-press__inner img + h4 {
  margin-top: 3rem;
}
.article-press__inner img + table {
  margin-top: 2rem;
}
.article-press__inner img + table[class='alignright'], .article-press__inner img + table[class='alignleft'], .article-press__inner img + table[class='aligncenter'] {
  margin-top: 2rem;
}
.article-press__inner img + p {
  margin-top: 2rem;
}
.article-press__inner img.alignright {
  padding: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .article-press__inner img.alignright {
    float: none !important;
    padding: 0;
  }
}
.article-press__inner img.alignleft {
  padding: 0 2rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .article-press__inner img.alignleft {
    float: none !important;
    padding: 0;
  }
}
.article-press__inner img.aligncenter {
  display: block;
  margin: 0 auto;
}
.article-press__inner ul li, .article-press__inner ol li {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .article-press__inner ul li, .article-press__inner ol li {
    font-size: 2.4rem;
    line-height: 1.8333333333;
  }
}
.article-press__inner ul + img, .article-press__inner ol + img {
  padding-top: 2rem;
}
.article-press__inner table {
  border: 1px solid #dcdcdc;
}
.article-press__inner table tbody tr:last-of-type {
  border-bottom: none;
}
.article-press__inner table tr {
  border-bottom: 1px solid #dcdcdc;
}
.article-press__inner table th {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  text-align: left;
  background: #f5f5f5;
  padding: 0.3rem 1.2rem;
}
@media screen and (max-width: 768px) {
  .article-press__inner table th {
    font-size: 2.4rem;
    line-height: 1.8333333333;
  }
}
.article-press__inner table th:nth-child(n + 2) {
  border-left: 1px solid #dcdcdc;
}
.article-press__inner table td {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  padding: 0.2rem 1.2rem;
}
@media screen and (max-width: 768px) {
  .article-press__inner table td {
    font-size: 2.4rem;
    line-height: 1.8333333333;
  }
}
.article-press__inner table td:nth-child(n + 2) {
  border-left: 1px solid #dcdcdc;
}
.article-press__inner table.aligncenter {
  margin: 0 auto;
}
.article-press__inner table[class='alignright'], .article-press__inner table[class='alignleft'], .article-press__inner table[class='aligncenter'] {
  display: table;
}
.article-press__inner table + p {
  margin-top: 2rem;
}
.button-common span, .button-common a, .button-common button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border: 0.1rem solid;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .button-common span, .button-common a, .button-common button {
    font-size: 2.6rem;
    border-width: 0.2rem;
    margin: 0 auto;
  }
}
.button-common-list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .button-common-list {
    gap: 2.6rem;
    flex-wrap: wrap;
  }
  #home .button-common-list {
    flex-wrap: nowrap;
  }
}
.button-common-list__item:nth-of-type(n + 2) {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .button-common-list__item:nth-of-type(n + 2) {
    margin-left: 0;
  }
  .button-common-list__item:nth-of-type(n + 3) .button-common--margin-top20 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .button-common-list--contact {
    display: block;
    margin-top: 5rem;
  }
}
.button-common-list--contact .button-common-list__item:nth-of-type(n + 2) {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .button-common-list--contact .button-common-list__item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.button-common-list--center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .button-common-list--center.casedetailMenu {
    flex-wrap: wrap;
    padding: 0 3%;
  }
  .button-common-list--center.casedetailMenu li:nth-child(4) {
    margin-left: 0 !important;
  }
  .button-common-list--center.casedetailMenu li:nth-child(n+3) {
    margin-top: 10px !important;
  }
}
.button-common-list--margin-top50 {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .button-common-list--margin-top50 {
    margin-top: 4rem;
  }
}
.button-common-list--nav .button-common-list__item:nth-of-type(n + 2) {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .button-common-list--nav .button-common-list__item:nth-of-type(n + 2) {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .button-common-list--nav .button-common-list__item .button-common--medium {
    width: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .button-common-list--nav .button-common-list__item .button-common--medium a, .button-common-list--nav .button-common-list__item .button-common--medium button {
    line-height: 1.1;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .button-common-list .button-common--medium {
    width: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .button-common-list .button-common--large {
    width: 34rem;
  }
}
.button-common--red a, .button-common--red span, .button-common--red button {
  color: #d20f28;
  border-color: #d20f28;
}
.button-common--red a.is-on, .button-common--red button.is-on {
  color: #fff;
  background-color: #d20f28;
}
.button-common--white a, .button-common--white button {
  color: #fff;
  border-color: #fff;
}
.button-common--white a.is-on, .button-common--white button.is-on {
  color: #d20f28;
  background-color: #fff;
}
.button-common--center {
  margin: 0 auto;
}
.button-common--inline-block {
  display: inline-block;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .button-common--inline-block {
    display: block;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.button-common--inline-block a {
  display: inline-flex;
}
.button-common--small {
  width: 15rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .button-common--small {
    width: 30rem;
    height: 5rem;
  }
}
.button-common--small a, .button-common--small button {
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .button-common--small a, .button-common--small button {
    border-radius: 2.5rem;
  }
}
.button-common--medium {
  width: 26rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .button-common--medium {
    width: 40rem;
    height: 10rem;
  }
}
.button-common--medium span, .button-common--medium a, .button-common--medium button {
  border-radius: 3.5rem;
}
@media screen and (max-width: 768px) {
  .button-common--medium span, .button-common--medium a, .button-common--medium button {
    border-radius: 5rem;
  }
}
.button-common--large {
  width: 30rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .button-common--large {
    width: 48rem;
    height: 10rem;
  }
}
.button-common--large a, .button-common--large button {
  font-size: 1.6rem;
  border-radius: 3.5rem;
}
@media screen and (max-width: 768px) {
  .button-common--large a, .button-common--large button {
    font-size: 2.6rem;
    border-radius: 5rem;
  }
}
.button-common--contact {
  width: 28rem;
  height: 8rem;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .button-common--contact {
    width: 70.8rem;
    height: 12rem;
    border-radius: 6rem;
  }
}
.button-common--contact a, .button-common--contact button {
  color: #d20f28;
  background: #fff;
  border-color: #d20f28;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .button-common--contact a, .button-common--contact button {
    font-size: 3rem;
    font-weight: 700;
    border-radius: 6rem;
  }
}
.button-common--contact a.is-on, .button-common--contact button.is-on {
  opacity: 0.8;
}
.button-common--confirm {
  width: 32rem;
  height: 8rem;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .button-common--confirm {
    width: 48rem;
    height: 10rem;
    border-radius: 5rem;
  }
}
.button-common--confirm a, .button-common--confirm button {
  color: #d20f28;
  background: #fff;
  border-color: #d20f28;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .button-common--confirm a, .button-common--confirm button {
    font-size: 2.8rem;
    border-radius: 5rem;
  }
}
.button-common--confirm a.is-on, .button-common--confirm button.is-on {
  color: #fff;
  background-color: #d20f28;
  border-color: #fff;
}
.button-common--arrow-down a:after, .button-common--arrow-down button:after {
  display: block;
  position: absolute;
  content: '';
  top: calc(50% - 0.5rem / 2);
  right: 2rem;
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  border: solid #d20f28;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: border-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .button-common--arrow-down a:after, .button-common--arrow-down button:after {
    top: calc(50% - 1.2rem / 2);
    right: 2.2rem;
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0 0.3rem 0.3rem 0;
  }
}
.button-common--arrow-down a.is-on:after, .button-common--arrow-down button.is-on:after {
  border-color: #fff;
}
.section-content__text--text-align-left.button-common--margin-top50,
.button-common--margin-top50 {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .section-content__text--text-align-left.button-common--margin-top50,
  .button-common--margin-top50 {
    margin-top: 6rem;
  }
}
.button-common--margin-top45 {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .button-common--margin-top45 {
    margin-top: 6rem;
  }
}
.button-common--margin-top20 {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .button-common--margin-top20 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .button-common--sp-small {
    width: 34rem;
    margin-top: 1.5rem;
  }
}
.carousel-link {
  position: relative;
  display: flex;
  z-index: 9;
  margin-top: 4.2rem;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .carousel-link {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 6rem;
    padding-bottom: 5rem;
  }
}
.carousel-link__item {
  background: #fff;
  height: 100%;
}
.carousel-link__item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 39.8rem;
  height: 100%;
  padding-bottom: 2rem;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .carousel-link__item > a {
    width: 56rem;
    padding-bottom: 2.5rem;
  }
}
.carousel-link__item > a.is-on {
  opacity: 0.6;
}
.carousel-link__image {
  width: 100%;
  height: 22.9rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .carousel-link__image {
    height: 32.1rem;
  }
}
.carousel-link__image img {
  width: 100%;
}
.carousel-link__heading, .carousel-link__text {
  width: 36rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carousel-link__heading, .carousel-link__text {
    width: 49.8rem;
  }
}
.carousel-link__heading {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .carousel-link__heading {
    font-size: 3.0rem;
    line-height: 1.4;
    margin-top: 1.8rem;
  }
}
.carousel-link__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .carousel-link__text {
    font-size: 3rem;
    line-height: 2;
    text-align: left;
    margin-top: 0.2rem;
  }
}
.carousel-link .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.carousel-link .slick-slide {
  padding: 0 0.1rem;
}
@media screen and (max-width: 768px) {
  .carousel-link .slick-slide {
    padding: 0 0.5rem;
  }
}
.carousel-link .slick-slide > div {
  height: 100%;
  line-height: 0;
}
.carousel-link .slick-arrow {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: calc(100% - 3.2rem);
  z-index: 99;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .carousel-link .slick-arrow {
    background-size: 200% 100%;
    width: calc((100% - 58rem) / 2);
    height: calc(100% - 5rem);
  }
}
.carousel-link .slick-arrow.is-on {
  opacity: 0.7;
}
.carousel-link .slick-arrow:before {
  display: block;
  content: '';
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  border: solid #fff;
  border-width: 0 0.4rem 0.4rem 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .carousel-link .slick-arrow:before {
    width: 3rem;
    height: 3rem;
    border-color: #b90000;
    border-width: 0 0.8rem 0.8rem 0;
  }
}
.carousel-link .slick-arrow--prev {
  left: -5rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .carousel-link .slick-arrow--prev {
    left: 0;
  }
}
.carousel-link .slick-arrow--prev:before {
  transform: rotate(135deg);
}
.carousel-link .slick-arrow--next {
  right: -5rem;
  padding-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .carousel-link .slick-arrow--next {
    right: 0;
  }
}
.carousel-link .slick-arrow--next:before {
  transform: rotate(-45deg);
}
.carousel-link .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  line-height: 0;
  width: 100%;
  z-index: 99;
}
.carousel-link .slick-dots li {
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .carousel-link .slick-dots li {
    padding: 0 0.8rem;
  }
}
.carousel-link .slick-dots li button {
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: #dcdcdc;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .carousel-link .slick-dots li button {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.carousel-link .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.feature-service-content {
  width: 55rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .feature-service-content {
    width: 70.4rem;
    margin-top: 6.4rem;
  }
}
.feature-service-content:nth-of-type(2) {
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .feature-service-content:nth-of-type(2) {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.feature-service-content p.note {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .feature-service-content p.note {
    text-align: left;
    font-size: 2rem;
  }
}
.feature-service-content table {
  width: 55rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .feature-service-content table {
    width: 70.4rem;
    border-top: 0.128rem solid #ccc;
    border-left: 0.128rem solid #ccc;
  }
}
.feature-service-content table .red {
  background-color: #ffeeee;
  text-align: center;
}
.feature-service-content table .blue {
  background-color: #dff2ff;
  text-align: center;
}
.feature-service-content table .yellow {
  background-color: #ffffdf;
  text-align: center;
}
.feature-service-content table th, .feature-service-content table td {
  text-align: center;
  font-size: 1.4rem;
  padding: 0.7rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .feature-service-content table th, .feature-service-content table td {
    font-size: 2.4rem;
    padding: 0.896rem 0.64rem;
  }
}
.feature-service-content table th {
  color: #000;
  background-color: #f2f2f2;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .feature-service-content table th {
    border-right: 0.128rem solid #ccc;
    border-bottom: 0.128rem solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .feature-service-content table th img {
    width: auto;
  }
}
.feature-service-content table td {
  color: #000;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .feature-service-content table td {
    border-right: 0.128rem solid #ccc;
    border-bottom: 0.128rem solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .feature-service-content table td img {
    width: auto;
  }
}
.form-inquiry__item {
  display: flex;
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry__item {
    display: block;
    margin-top: 4.8rem;
  }
}
.form-inquiry__item:first-of-type {
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry__item:first-of-type {
    margin-top: 2.4rem;
  }
}
.form-inquiry__heading {
  display: flex;
  position: relative;
  background: #f5f5f5;
  font-size: 1.6rem;
  line-height: 2;
  width: 33.6rem;
  min-height: 6rem;
  padding: 1.6rem 6rem 1.6rem 2rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry__heading {
    font-size: 3rem;
    line-height: 1.2666666667;
    width: 100%;
    height: auto;
    padding-right: 5rem;
  }
}
.form-inquiry__heading:after {
  color: #646464;
  display: flex;
  align-items: center;
  position: absolute;
  content: '任意';
  top: calc(6rem / 2 - 2rem / 2);
  right: 2rem;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  height: 2rem;
  padding: 0 1rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: 1px solid #646464;
}
@media screen and (max-width: 768px) {
  .form-inquiry__heading:after {
    font-size: 2.2rem;
    height: 3.6rem;
    padding: 0 1.8rem;
    border-radius: 0.8rem;
    border-width: 0.2rem;
  }
}
.form-inquiry__heading.is-required:after {
  color: #d20f28;
  content: '必須';
  border: 1px solid #d20f28;
}
@media screen and (max-width: 768px) {
  .form-inquiry__heading.is-required:after {
    border-width: 0.2rem;
  }
}
.form-inquiry__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 86.4rem;
  padding-left: 2rem;
}
@media screen and (min-width: 769px) {
  .form-inquiry__box {
    font-size: 1.6rem
  }
}
@media screen and (max-width: 768px) {
  .form-inquiry__box {
    flex-wrap: wrap;
    width: 70.8rem;
    margin-top: 1.8rem;
    padding-left: 0;
  }
}
.form-inquiry__box--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form-inquiry__box--wrap .form-inquiry__unit {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .form-inquiry__box--wrap .form-inquiry__unit--hyphen {
    width: auto;
  }
}
.form-inquiry__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.form-inquiry__inner:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry__inner:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .form-inquiry__inner--sp-wrap {
    flex-wrap: wrap;
  }
}
.form-inquiry__input-text {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  appearance: none;
  outline: none;
  background: none;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 0.8rem 1.5rem 0.8rem 1rem;
  width: 61rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry__input-text {
    font-size: 3rem;
    line-height: 1.1333333333;
    width: 70.8rem;
    padding: 2.2rem 2rem;
    border-width: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .form-inquiry__input-text:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
}
.form-inquiry__input-text::placeholder {
  color: #dcdcdc;
}
.form-inquiry__input-text--name {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry__input-text--name {
    padding: 2.2rem 2rem;
    width: 58.8rem;
  }
}
@media screen and (min-width: 769px) {
  .form-inquiry__input-text--name:nth-of-type(2) {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .form-inquiry__input-text--name:nth-of-type(2) {
    margin-top: 3rem;
  }
}
.form-inquiry__input-text--postal-code {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry__input-text--postal-code {
    width: 19.2rem;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .form-inquiry__input-text--postal-code:nth-of-type(2) {
    margin-top: 0;
  }
}
.form-inquiry__input-text--tel {
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry__input-text--tel {
    width: 70.8rem;
    margin-left: 0;
  }
}
.form-inquiry__input-text--mail-url {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inquiry__input-text--mail-url {
    width: 70.8rem;
  }
}
.form-inquiry__input-text--address {
  width: 62rem;
  /*margin-left: 1rem;*/
}
@media screen and (max-width: 768px) {
  .form-inquiry__input-text--address {
    width: 70.8rem;
    margin-left: 0;
    margin-top: 3rem;
  }
}
.form-inquiry__unit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  margin: 0 0.6em 0 1.2em;
  width: 1em;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .form-inquiry__unit {
    justify-content: flex-start;
    font-size: 3rem;
    line-height: 1.88;
    width: 12rem;
    margin: 0;
  }
}
.form-inquiry__unit:nth-of-type(1) {
  margin-left: 0;
}
.form-inquiry__unit--hyphen {
  justify-content: center;
  width: auto;
  margin: 0 0.2em;
}
@media screen and (max-width: 768px) {
  .form-inquiry__unit--hyphen {
    margin: 0 0.5em;
  }
}
.form-inquiry__textarea {
  appearance: none;
  resize: none;
  outline: none;
  background: transparent;
  min-width: 100%;
  min-height: 20rem;
  display: block;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.4666666667;
  border: none;
  border-radius: 0;
  padding: 1rem 0.6rem 1rem 1rem;
  width: 100%;
  border: 1px solid #dcdcdc;
  resize: vertical;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .form-inquiry__textarea {
    font-size: 3rem;
    line-height: 2;
    width: 100%;
    min-width: 100%;
    min-height: 40rem;
    padding: 1rem 2rem;
    order: 1;
  }
}
.form-inquiry__textarea::placeholder {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #d1d1d1;
}
.form-inquiry__note {
  font-size: 1.6rem;
  line-height: 1.8666666667;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry__note {
    font-size: 2.2rem;
    line-height: 1.8181818182;
    text-align: left;
    margin-top: 4.5rem;
  }
}
.form-inquiry__note a {
  color: #d20f28;
  text-decoration: underline;
}
.form-inquiry__note a:hover {
  text-decoration: none;
}
.form-inquiry__note strong {
  font-weight: 700;
}
.form-inquiry__confirm {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry__confirm {
    margin-top: 6rem;
  }
}
.form-inquiry-select {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  min-width: 34rem;
  width: 36rem;
  height: 4.8rem;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .form-inquiry-select {
    width: 70.8rem;
    min-width: 70.8rem;
    height: 8rem;
    margin-right: 0;
  }
}
.form-inquiry-select:before {
  display: block;
  position: absolute;
  content: '';
  background: #fff;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 9;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .form-inquiry-select:before {
    width: 8rem;
    height: 8rem;
  }
}
.form-inquiry-select:after {
  display: block;
  position: absolute;
  content: '';
  top: calc(50% - 0.8rem / 2 - 0.2rem);
  right: 1.1rem;
  width: 0.8rem;
  height: 0.8rem;
  box-sizing: border-box;
  border: solid #d20f28;
  border-width: 0 0 0.15rem 0.15rem;
  pointer-events: none;
  transform: rotate(-45deg);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .form-inquiry-select:after {
    top: calc(50% - 1.5rem / 2 - 0.5rem);
    right: 3rem;
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0 0 0.4rem 0.4rem;
  }
}
.form-inquiry-select__inner {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #000;
  background: #fff;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0 0.5rem 0 1rem;
  width: calc(100% + 4rem);
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .form-inquiry-select__inner {
    font-size: 3.2rem;
    height: 8rem;
    padding: 0 2rem;
  }
}
.form-inquiry-select--year {
  margin-top: 0;
  min-width: 13rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry-select--year {
    min-width: 30rem;
    padding-bottom: 2rem;
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
}
.form-inquiry-select--date {
  margin-top: 0;
  min-width: 9rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry-select--date {
    min-width: 30rem;
    margin-right: 3rem;
    margin-left: 14.5rem;
    margin-bottom: 3rem;
  }
}
.form-inquiry-select--prefecture {
  margin-top: 0;
  width: 22rem;
  min-width: 22rem;
}
@media screen and (max-width: 768px) {
  .form-inquiry-select--prefecture {
    min-width: 70.8rem;
  }
}
/* .list-faq
-------------------------------------------------- */
.list-faq {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .list-faq {
    margin-top: 5.5rem;
  }
}
.list-faq--margin-top0 {
  margin-top: 0;
}
.list-faq__item {
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), margin-top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.list-faq__item:nth-of-type(n + 2) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .list-faq__item:nth-of-type(n + 2) {
    margin-top: 4rem;
  }
}
.list-faq__item.is-close {
  background: transparent;
}
.list-faq__item.is-close .list-faq__icon:after {
  transform: rotate(-90deg);
}
.list-faq__item.is-close .list-faq__icon:before, .list-faq__item.is-close .list-faq__icon:after {
  background-color: #d20f28;
}
.list-faq__item.is-close .list-faq__heading-box:after {
  left: 0;
  width: 100%;
  height: 1px;
}
.list-faq__item.is-close .list-faq__content-box {
  height: 0 !important;
}
.list-faq__item.is-close .list-faq__content-inner {
  opacity: 0;
}
.list-faq__item.is-close + .list-faq__item {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .list-faq__item.is-close + .list-faq__item {
    margin-top: 2.4rem;
  }
}
.list-faq__item.is-close + .list-faq__item.is-close:nth-of-type(n + 2) {
  margin-top: 0;
}
.list-faq__heading-box {
  display: flex;
  position: relative;
  z-index: 9;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.list-faq__heading-box:before {
  color: #d20f28;
  display: flex;
  align-items: center;
  content: 'Q';
  width: 6.1rem;
  padding-left: 2rem;
  font-size: 2.2rem;
  line-height: 1;
  padding-bottom: 0.2em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .list-faq__heading-box:before {
    /*align-items: flex-start;*/
    font-size: 3.4rem;
    width: 8.6rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
  }
}
.list-faq__heading-box:after {
  display: block;
  position: absolute;
  content: '';
  background: #dcdcdc;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 2rem * 2);
  height: 1px;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .list-faq__heading-box:after {
    height: 0.2rem;
  }
}
.list-faq__heading-box.is-on {
  opacity: 0.7;
}
.list-faq__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 7rem / 2);
  right: 0;
  width: 5.2rem;
  height: 7rem;
}
@media screen and (max-width: 768px) {
  .list-faq__icon {
    top: 4.0rem;
    right: 0;
    width: 7rem;
    height: 7rem;
  }
}
.list-faq__icon:before, .list-faq__icon:after {
  display: block;
  position: absolute;
  content: '';
  top: calc(50% - 1px / 2);
  left: calc(50% - 1.3rem / 2);
  background: #000;
  width: 1.3rem;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .list-faq__icon:before, .list-faq__icon:after {
    top: calc(50% - 0.3rem / 2);
    left: calc(50% - 3rem / 2);
    width: 3rem;
    height: 0.3rem;
  }
}
.list-faq__icon:after {
  transform-origin: center center;
  transform: rotate(0deg);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.list-faq__heading {
  display: flex;
  align-items: center;
  width: 108rem;
  font-size: 1.6rem;
  line-height: 1.7066666667;
  letter-spacing: 0.06em;
  min-height: 7rem;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .list-faq__heading {
    width: 54rem;
    font-size: 3rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    min-height: 16rem;
    padding: 3rem 0;
  }
}
.list-faq__content-box {
  position: relative;
  z-index: 0;
  transition: height 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  height: auto;
}
.list-faq__content-inner {
  display: flex;
  position: relative;
  padding: 1.8rem 0 2.8rem;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .list-faq__content-inner {
    padding: 2.5rem 0 4rem;
  }
}
.list-faq__content-inner:before {
  display: flex;
  align-items: center;
  content: 'A';
  width: 6.1rem;
  height: 3.2rem;
  padding-left: 2rem;
  font-size: 2.2rem;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .list-faq__content-inner:before {
    font-size: 3.4rem;
    width: 8.6rem;
    padding-left: 3rem;
    height: 6rem;
  }
}
.list-faq__text {
  width: 108rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .list-faq__text {
    width: 60rem;
    font-size: 3rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.list-faq__text a {
  color: #d20f28;
  text-decoration: underline;
}
.list-faq__text a.is-on {
  text-decoration: none;
}
.list-faq--white .list-faq__item {
  background: #f5f5f5;
}
.list-faq--white .list-faq__item.is-close {
  background: transparent;
}
.list-image {
  position: relative;
  display: flex;
  z-index: 9;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .list-image {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .list-image__item:last-of-type .list-link-image__lower-box {
    padding-bottom: 0;
  }
}
.list-image__image {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}
.list-image__image img {
  width: 100%;
}
.list-image__heading {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 1.1rem;
}
@media screen and (max-width: 768px) {
  .list-image__heading {
    font-size: 2.8rem;
    line-height: 1.3571428571;
    margin-top: 2rem;
  }
}
.list-image__heading strong {
  color: #d20f28;
}
.list-image__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .list-image__text {
    font-size: 3rem;
    line-height: 2;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .list-image--small {
    flex-wrap: wrap;
    padding: 0 3rem;
  }
}
.list-image--small .list-image__item {
  background: #fff;
  align-items: center;
  width: 22.4rem;
}
@media screen and (min-width: 769px) {
  .list-image--small .list-image__item {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .list-image--small .list-image__item {
    width: 30rem;
  }
}
@media screen and (min-width: 769px) {
  .list-image--small .list-image__item:nth-of-type(n + 6) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .list-image--small .list-image__item:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-image--small .list-image__item:nth-of-type(2n) {
    margin-left: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .list-image--small .list-image__item:nth-of-type(n + 3) {
    margin-top: 3rem;
  }
}
.list-image--small .list-image__image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .list-image--small .list-image__image {
    height: auto;
  }
}
.list-image--small .list-image__heading {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .list-image--small .list-image__heading {
    font-size: 3rem;
    line-height: 2.4666666667;
    margin-top: 0;
  }
}
.list-image--small.list-image--transparent .list-link-image__item {
  background: transparent;
}
.list-image--small.list-image--transparent .list-link-image__item > a {
  background: transparent;
}
.list-image--flex-wrap {
  flex-wrap: wrap;
}
.list-link-document {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .list-link-document {
    display: block;
    margin-top: 6rem;
  }
}
.list-link-document__item a {
  background: #fff;
  position: relative;
  display: flex;
  text-decoration: none;
  width: 58rem;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .list-link-document__item a {
    width: 70.8rem;
  }
}
.list-link-document__item a.is-on {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .list-link-document__item:nth-of-type(2n) {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-document__item:nth-of-type(n + 3) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-document__item:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
}
.list-link-document__image {
  width: 18rem;
  height: 18rem;
}
@media screen and (max-width: 768px) {
  .list-link-document__image {
    width: 24rem;
    height: 24rem;
  }
}
.list-link-document__box {
  height: 100%;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .list-link-document__box {
    padding: 2.8rem 2.8rem 2.8rem 4.8rem;
  }
}
.list-link-document__category {
  color: #d20f28;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .list-link-document__category {
    font-size: 2.4rem;
  }
}
.list-link-document__category:before {
  display: inline-block;
  content: '';
  background: #d20f28;
  width: 1rem;
  height: 0.1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .list-link-document__category:before {
    width: 1.8rem;
    height: 0.3rem;
  }
}
.list-link-document__heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .list-link-document__heading {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}
.list-link-document__box-inner {
  display: flex;
  align-items: center;
  min-height: 6rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-link-document__box-inner {
    min-height: 10rem;
    margin-top: 3.5rem;
  }
}
.list-link-icon {
  position: relative;
  display: flex;
  margin-top: 4.2rem;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .list-link-icon {
    margin-top: 6rem;
  }
}
.list-link-icon__item a, .list-link-icon__item .list-link-icon__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 30rem;
  height: 23rem;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .list-link-icon__item a, .list-link-icon__item .list-link-icon__inner {
    width: 23.6rem;
    height: auto;
    padding: 5rem 0 4rem;
  }
}
.list-link-icon__item a.is-on, .list-link-icon__item .list-link-icon__inner.is-on {
  opacity: 0.7;
}
.list-link-icon__item:nth-of-type(n + 2) a:before {
  display: block;
  position: absolute;
  content: '';
  background: #dcdcdc;
  left: 0;
  top: calc(50% - 16rem / 2);
  width: 1px;
  height: 16rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-link-icon__item:nth-of-type(n + 2) a:before {
    top: calc(50% - 30rem / 2);
    width: 0.2rem;
    height: 30rem;
  }
}
.list-link-icon__item.current {
  opacity: 0.3;
  pointer-events: none;
}
.list-link-icon__image {
  background: #fff;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .list-link-icon__image {
    width: 14rem;
    height: 14rem;
  }
}
.list-link-icon__image + .list-link-icon__text {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-link-icon__image + .list-link-icon__text {
    margin-top: 1.6rem;
  }
}
.list-link-icon__heading {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-link-icon__heading {
    font-size: 2.6rem;
    line-height: 1.3076923077;
    margin-top: 2.8rem;
  }
}
.list-link-icon__heading strong {
  color: #d20f28;
}
.list-link-icon__text {
  font-size: 1.6rem;
  line-height: 2.2666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-link-icon__text {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
}
.list-link-icon--margin-top0 {
  margin-top: 0;
}
.list-link-icon--white .list-link-icon__item {
  background: #fff;
}
.list-link-icon--white .list-link-icon__item a, .list-link-icon--white .list-link-icon__item .list-link-icon__inner {
  background: #fff;
}
.list-link-icon--white .list-link-icon__image {
  background: #f5f5f5;
}
.list-link-icon--icon-off-white .list-link-icon__image {
  background: #f5f5f5;
}
.list-link-icon--medium .list-link-icon__item a {
  justify-content: flex-start;
  height: 100%;
  padding: 3rem 2rem;
}
.list-link-icon--medium .list-link-icon__item:nth-of-type(n + 2) a:before {
  display: none;
}
.list-link-icon--large {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .list-link-icon--large {
    flex-wrap: wrap;
  }
}
.list-link-icon--large .list-link-icon__item a, .list-link-icon--large .list-link-icon__item .list-link-icon__inner {
  width: 24rem;
}
.section-content--home-top .list-link-icon__item a {
  padding: 2rem 2%;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .list-link-icon--large .list-link-icon__item a, .list-link-icon--large .list-link-icon__item .list-link-icon__inner {
    width: 32.4rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-icon--large .list-link-icon__item {
    width: 24rem;
  }
  .list-link-icon--large .list-link-icon__item:nth-of-type(n + 2) {
    margin-left: 2.5rem;
  }
}
.list-link-icon--large .list-link-icon__item:nth-of-type(n + 2) a:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .list-link-icon--large .list-link-icon__item:nth-of-type(n+2) {
    margin-top: 6rem !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-link-icon--large .list-link-icon__item:nth-of-type(n + 3) {
    margin-top: 3.5rem;
  }
}
.list-link-icon--large .list-link-icon__image {
  width: 20rem;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .list-link-icon--large .list-link-icon__image {
    width: 19.6rem;
    height: 19.6rem;
  }
}
.list-link-icon--large .list-link-icon__heading {
  margin-top: 2.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-link-icon--large .list-link-icon__heading {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}
.list-link-icon--large .list-link-icon__text {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .list-link-icon--large .list-link-icon__text {
    font-size: 2.6rem;
    line-height: 1.9230769231;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-icon--large .list-link-icon__inner {
    padding-top: 0;
  }
}
.list-link-icon--no-link .list-link-icon__item a, .list-link-icon--no-link .list-link-icon__item .list-link-icon__inner {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}
.list-link-icon--no-link .list-link-icon__image {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .list-link-icon--local-nav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .list-link-icon--local-nav .list-link-icon__item a, .list-link-icon--local-nav .list-link-icon__item .list-link-icon__inner {
    width: 100%;
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-icon--local-nav .list-link-icon__item:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-icon--local-nav .list-link-icon__image {
    width: 19.6rem;
    height: 19.6rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-icon--local-nav .list-link-icon__heading {
    font-size: 3.6rem;
    line-height: 1.3888888889;
    margin-top: 3.2rem;
  }
}
.list-link-icon--local-nav .list-link-icon__text {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .list-link-icon--local-nav .list-link-icon__text {
    font-size: 3rem;
    line-height: 2;
    margin-top: 3rem;
  }
}
.list-link-image {
  position: relative;
  display: flex;
  z-index: 9;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .list-link-image {
    margin-top: 6rem;
  }
}
.list-link-image__item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.list-link-image__item.check > a figure {
  position: relative;
}
.list-link-image__item.check > a figure:before {
  content: "Check";
  position: absolute;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  left: 0;
  top: 0;
  background: #d20f28;
  z-index: 20;
  box-sizing: border-box;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transform: rotate(-30deg);
}
.list-link-image__item > a.is-on {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .list-link-image__item:last-of-type .list-link-image__lower-box {
    padding-bottom: 0;
  }
}
.list-link-image__image {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}
.list-link-image__image img {
  width: 100%;
}
.list-link-image__heading {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 1.1rem;
}
@media screen and (max-width: 768px) {
  .list-link-image__heading {
    font-size: 2.8rem;
    line-height: 1.3571428571;
    margin-top: 2rem;
  }
}
.list-link-image__heading strong {
  color: #d20f28;
}
.list-link-image__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .list-link-image__text {
    font-size: 16px;
    line-height: 2;
    margin-top: 0.2rem;
  }
}
.list-link-image--white .list-link-image__item > a {
  padding-bottom: 1.5rem;
}
.list-link-image--transparent .list-link-image__item {
  background: transparent;
}
.list-link-image--transparent .list-link-image__item > a {
  background: transparent;
}
.list-link-image--margin-top0 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .list-link-image--large {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--large .list-link-image__item {
    width: 56rem;
    margin: 0 auto;
  }
}
.list-link-image--large .list-link-image__item > a {
  width: 56rem;
}
.list-link-image--large .list-link-image__item:nth-of-type(n + 2) {
  margin-left: 8rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--large .list-link-image__item:nth-of-type(n + 2) {
    margin-left: auto;
    margin-top: 5rem;
  }
}
.list-link-image--large .list-link-image__image {
  width: 56rem;
  height: 32rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--large .list-link-image__heading {
    font-size: 4rem;
    line-height: 2;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--medium {
    display: block;
  }
}
.list-link-image--medium .list-link-image__item {
  background: #fff;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--medium .list-link-image__item {
    width: 56rem;
    margin: 0 auto;
  }
}
.list-link-image--medium .list-link-image__item > a, .list-link-image--medium .list-link-image__item .list-link-image__inner {
  width: 37.3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--medium .list-link-image__item > a, .list-link-image--medium .list-link-image__item .list-link-image__inner {
    width: 56rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--medium .list-link-image__item:nth-of-type(n + 2) {
    margin-left: auto;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image--medium .list-link-image__item:nth-child(3n) {
    margin-right: 0;
  }
}
.list-link-image--medium .list-link-image__image {
  width: 100%;
  height: 22.9rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--medium .list-link-image__image {
    height: 32.1rem;
  }
}
.list-link-image--medium .list-link-image__heading {
  margin-top: 2.1rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--medium .list-link-image__heading {
    font-size: 3.6rem;
    line-height: 2.0555555556;
    margin-top: 1.8rem;
  }
}
.list-link-image--medium .list-link-image__heading, .list-link-image--medium .list-link-image__text {
  /*width: px2rem(360px);
                text-align: center;
				width: 90%;*/
}
@media screen and (max-width: 768px) {
  .list-link-image--medium .list-link-image__heading, .list-link-image--medium .list-link-image__text {
    width: 49.8rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--medium .list-link-image__text {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image--medium.list-link-image--flex-wrap .list-link-image__item:nth-of-type(n + 4) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--small {
    flex-wrap: wrap;
    padding: 0 3rem;
  }
}
.list-link-image--small .list-link-image__item {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .list-link-image--small .list-link-image__item {
    width: 30rem;
  }
}
.list-link-image--small .list-link-image__item a {
  align-items: center;
  width: 22.4rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--small .list-link-image__item a {
    width: 30rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image--small .list-link-image__item:nth-of-type(n + 2) {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--small .list-link-image__item:nth-of-type(2n) {
    margin-left: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--small .list-link-image__item:nth-of-type(n + 3) {
    margin-top: 3rem;
  }
}
.list-link-image--small .list-link-image__image {
  width: 100%;
  height: 22.9rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--small .list-link-image__image {
    height: auto;
  }
}
.list-link-image--small .list-link-image__heading {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--small .list-link-image__heading {
    font-size: 3rem;
    line-height: 2.4666666667;
    margin-top: 0;
  }
}
.list-link-image--small.list-link-image--transparent .list-link-image__item {
  background: transparent;
}
.list-link-image--small.list-link-image--transparent .list-link-image__item > a {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .list-link-image--small02 {
    display: block;
  }
}
.list-link-image--small02 .list-link-image__item {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .list-link-image--small02 .list-link-image__item {
    width: 56rem;
    margin: 0 auto;
  }
}
.list-link-image--small02 .list-link-image__item > a, .list-link-image--small02 .list-link-image__item .list-link-image__inner {
  align-items: center;
  width: 29.925rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--small02 .list-link-image__item > a, .list-link-image--small02 .list-link-image__item .list-link-image__inner {
    width: 56rem;
    padding-bottom: 2.5rem;
  }
}
.list-link-image--small02 .list-link-image__item:nth-of-type(n + 2) {
  margin-left: 0.1rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--small02 .list-link-image__item:nth-of-type(n + 2) {
    margin-left: auto;
    margin-top: 3rem;
  }
}
.list-link-image--small02 .list-link-image__image {
  width: 100%;
  height: 17.1rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--small02 .list-link-image__image {
    height: 32.1rem;
  }
}
.list-link-image--small02 .list-link-image__heading {
  margin-top: 2.1rem;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--small02 .list-link-image__heading {
    font-size: 3.6rem;
    line-height: 2.0555555556;
    margin-top: 1.8rem;
  }
}
.list-link-image--small02 .list-link-image__heading, .list-link-image--small02 .list-link-image__text {
  width: 36rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-link-image--small02 .list-link-image__heading, .list-link-image--small02 .list-link-image__text {
    width: 49.8rem;
  }
}
.list-link-image--small02 .list-link-image__text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .list-link-image--small02 .list-link-image__text {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image--small02.list-link-image--flex-wrap .list-link-image__item:nth-of-type(n + 4) {
    margin-top: 2rem;
  }
}
.list-link-image--flex-wrap {
  flex-wrap: wrap;
}
.list-link-image--large-flex {
  display: block;
}
.list-link-image--large-flex .list-link-image__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .list-link-image--large-flex .list-link-image__item {
    display: block;
    width: 56rem;
    margin: 0 auto;
  }
}
.list-link-image--large-flex .list-link-image__item:nth-of-type(n + 2) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--large-flex .list-link-image__item:nth-of-type(n + 2) {
    margin-top: 7rem;
  }
}
.list-link-image--large-flex .list-link-image__image {
  width: 36rem;
  height: 20.6rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--large-flex .list-link-image__image {
    width: 56rem;
    height: auto;
  }
}
.list-link-image--large-flex .list-link-image__box {
  width: 84rem;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--large-flex .list-link-image__box {
    width: 56rem;
    padding-left: 0;
  }
}
.list-link-image--large-flex .list-link-image__heading {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .list-link-image--large-flex .list-link-image__heading {
    font-size: 3.6rem;
    line-height: 2.0555555556;
    margin-top: 1rem;
  }
}
.list-link-image--document {
  flex-wrap: wrap;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .list-link-image--document {
    padding: 0 3rem;
  }
}
.list-link-image--document .list-link-image__item {
  display: flex;
  width: 27rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--document .list-link-image__item {
    width: 30rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image--document .list-link-image__item:nth-of-type(4n), .list-link-image--document .list-link-image__item:nth-of-type(4n - 1), .list-link-image--document .list-link-image__item:nth-of-type(4n - 2) {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image--document .list-link-image__item:nth-of-type(n + 5) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--document .list-link-image__item:nth-of-type(2n) {
    margin-left: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--document .list-link-image__item:nth-of-type(n + 3) {
    margin-top: 3rem;
  }
}
.list-link-image--document .list-link-image__item a {
  width: 100%;
  justify-content: flex-start;
}
.list-link-image--document .list-link-image__image {
  width: 100%;
  height: 27rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--document .list-link-image__image {
    height: auto;
  }
}
.list-link-image--document .list-link-image__heading {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--document .list-link-image__heading {
    font-size: 3rem;
    line-height: 1.8666666667;
  }
}
.list-link-image--company {
  flex-wrap: wrap;
  margin-top: 0;
}
.list-link-image--company .list-link-image__item {
  display: flex;
  width: 27rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--company .list-link-image__item {
    width: 33rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image--company .list-link-image__item:nth-of-type(4n), .list-link-image--company .list-link-image__item:nth-of-type(4n - 1), .list-link-image--company .list-link-image__item:nth-of-type(4n - 2) {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image--company .list-link-image__item:nth-of-type(n + 5) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--company .list-link-image__item:nth-of-type(2n) {
    margin-left: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-image--company .list-link-image__item:nth-of-type(n + 3) {
    margin-top: 4rem;
  }
}
.list-link-image--company .list-link-image__item > a {
  justify-content: flex-start;
}
.list-link-image--company .list-link-image__image {
  width: 100%;
  height: auto;
}
.list-link-image--company .list-link-image__heading {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--company .list-link-image__text {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-top: 1rem;
  }
}
.list-link-image--no-link .list-link-image__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.list-link-image--no-link .list-link-image__heading, .list-link-image--no-link .list-link-image__text {
  width: 100%;
}
.list-link-image--no-link .list-link-image__text {
  padding: 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .list-link-image--no-link .list-link-image__text {
    padding: 0 3rem 2.5rem;
  }
}
.list-link-image__lower-box {
  width: 56rem;
  padding-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-link-image__lower-box {
    padding-top: 2.8rem;
    padding-bottom: 4.5rem;
  }
}
.list-link-image-lower {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list-link-image-lower {
    display: block;
  }
}
.list-link-image-lower__item {
  width: 26rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .list-link-image-lower__item {
    width: 100%;
    height: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image-lower__item:nth-of-type(2n) {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image-lower__item:nth-of-type(n + 3) {
    margin-top: 0.7rem;
  }
}
.list-link-image-lower__item a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .list-link-image-lower__item a {
    font-size: 2.8rem;
    padding-left: 0;
  }
}
.list-link-image-lower__item a:before, .list-link-image-lower__item a:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .list-link-image-lower__item a:before, .list-link-image-lower__item a:after {
    height: 0.2rem;
  }
}
.list-link-image-lower__item a:before {
  background: #dcdcdc;
  width: 100%;
}
.list-link-image-lower__item a:after {
  background: #d20f28;
  width: 2rem;
  transition: width 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .list-link-image-lower__item a:after {
    width: 4rem;
  }
}
.list-link-image-lower__item a.is-on:after {
  width: 100%;
}
.list-link-number {
  display: flex;
  margin-top: 4.2rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list-link-number {
    flex-wrap: wrap;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-number {
    border-right: 1px solid #FFF;
  }
  .list-link-number2 .list-link-number__item {
    width: 33.33%;
  }
}
.list-link-number__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  min-height: 13.5rem;
  padding: 1rem 0 0.4rem;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .list-link-number__item a {
    width: 35.4rem;
    height: 100%;
    min-height: inherit;
    padding: 3rem 1rem 4rem;
  }
}
.list-link-number__item a.is-on {
  color: #d20f28;
}
.list-link-number__item a:before {
  display: block;
  position: absolute;
  content: '';
  background: #fff;
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .list-link-number__item a:before {
    left: auto;
    right: 0;
    width: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-number__item:nth-of-type(2n) a:before {
    display: none;
  }
}
.list-link-number__item:last-of-type a:after {
  display: block;
  position: absolute;
  content: '';
  background: #fff;
  right: 0;
  top: 0;
  width: 0.1rem;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .list-link-number__item:last-of-type a:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .list-link-number__item:nth-of-type(n + 3) a {
    padding: 5rem 1rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .list-link-number__item:nth-of-type(2n + 3) a:after {
    display: block;
    position: absolute;
    content: '';
    background: #fff;
    right: -38.4rem;
    top: 0;
    width: 76.8rem;
    height: 0.2rem;
  }
}
.list-link-number__number {
  font-family: "DIN_Condensed", sans-serif;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .list-link-number__number {
    font-size: 10rem;
  }
}
.list-link-number__heading {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .list-link-number__heading {
    font-size: 4rem;
    line-height: 1.35;
    margin-top: 0;
  }
}
.list-link-number__heading strong {
  color: #d20f28;
}
.list-link-number--no-link .list-link-number__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 20rem;
  padding: 1rem 0 0.4rem;
}
.list-link-number--flow {
  justify-content: space-between;
  margin-top: 7.2rem;
}
.list-link-number--flow .list-link-number__inner {
  background: #fff;
  width: 18rem;
  height: 16rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .list-link-number--flow .list-link-number__inner {
    width: 22rem;
    height: 22rem;
  }
}
.list-link-number--flow .list-link-number__inner:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .list-link-number--flow .list-link-number__item:nth-of-type(n + 4) {
    margin-top: 6rem;
  }
}
.list-link-number--flow .list-link-number__number {
  color: #d20f28;
  position: absolute;
  top: -1.2rem;
  left: 0;
  font-family: "DIN_Condensed", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .list-link-number--flow .list-link-number__number {
    top: -2rem;
    font-size: 5rem;
  }
}
.list-link-number--flow .list-link-number__heading {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .list-link-number--flow .list-link-number__heading {
    font-size: 3rem;
  }
}
.list-link-number--white .list-link-number__item a {
  color: #fff;
}
.list-link-number--white .list-link-number__item a.is-on {
  color: #d20f28;
  background-color: #fff;
}
.list-link-press {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .list-link-press {
    margin-top: 6rem;
  }
}
.list-link-press__item {
  padding: 1.8rem 1rem 1.8rem;
  border-bottom: 0.1rem solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .list-link-press__item {
    padding: 2.8rem 2rem 2rem;
    border-bottom-width: 0.2rem;
  }
}
.list-link-press__item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .list-link-press__item a {
    flex-wrap: wrap;
  }
}
.list-link-press__item a.is-on .list-link-press__date {
  color: #d20f28;
}
.list-link-press__item a.is-on .list-link-press__text {
  color: #d20f28;
}
.list-link-press__date {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  width: 10.5rem;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .list-link-press__date {
    font-size: 3rem;
    width: 18.5rem;
  }
}
.list-link-press__category {
  color: #fff;
  background: #d20f28;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  width: 13rem;
  height: 3rem;
  border: 1px solid #d20f28;
}
@media screen and (max-width: 768px) {
  .list-link-press__category {
    font-size: 2rem;
    width: 16rem;
    height: 4rem;
  }
}
.list-link-press__category.pressrelease {
  background: #fff;
  color: #d20f28;
}
.list-link-press__text {
  font-size: 1.6rem;
  line-height: 1.6666666667;
  font-weight: 500;
  margin-left: 4rem;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .list-link-press__text {
    font-size: 3rem;
    line-height: 1.6666666667;
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.list-link-press--margin-top0 {
  margin-top: 0;
}
.list-number {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .list-number {
    margin-top: 5rem;
  }
}
.list-number__item {
  display: flex;
  min-height: 10rem;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .list-number__item {
    display: block;
    border-bottom-width: 0.2rem;
    padding: 5rem 0 3rem;
  }
}
.list-number__number {
  color: #d20f28;
  font-family: "DIN_Condensed", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  width: 7.5rem;
  height: 9.9rem;
  padding-top: 0.8rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .list-number__number {
    display: block;
    font-size: 8rem;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }
}
.list-number__text {
  font-size: 1.6rem;
  line-height: 1.7066666667;
  font-weight: 500;
  width: 112.5rem;
  min-height: 9.9rem;
  padding: 2.3rem 0;
}
@media screen and (max-width: 768px) {
  .list-number__text {
    font-size: 3rem;
    line-height: 2;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 2rem;
  }
}
.list-number__text strong {
  font-weight: bold;
  font-size: 18px;
}
.list-sitemap a {
  font-size: 1.6rem;
  line-height: 2;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .list-sitemap a {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.list-sitemap a.is-on {
  text-decoration: underline;
}
.list-sitemap li {
  line-height: 0;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .list-sitemap li {
    padding: 2.5rem 1.5rem;
  }
}
.list-sitemap li:last-of-type {
  border: none;
}
.list-sitemap li > a {
  font-weight: 700;
}
.list-sitemap li span {
  display: block;
}
.list-sitemap li span:before {
  content: '└';
}
@media screen and (max-width: 768px) {
  .list-sitemap li span:before {
    font-size: 2.4rem;
    margin-right: 0.5em;
  }
}
.list-sitemap li span + .list-sitemap {
  padding-left: 1em;
}
.list-sitemap li .list-sitemap {
  flex-wrap: wrap;
  display: flex;
}
@media screen and (max-width: 768px) {
  .list-sitemap li .list-sitemap {
    flex-wrap: wrap;
    padding-left: 2rem;
  }
}
.list-sitemap li .list-sitemap li {
  padding: 0;
  min-width: 10em;
  border: none;
  padding-right: 3em;
}
.list-sitemap li .list-sitemap li > a {
  font-weight: 400;
}
.list-sitemap li .list-sitemap li:before {
  content: '・';
}
@media screen and (max-width: 768px) {
  .list-sitemap li .list-sitemap li:before {
    font-size: 2.4rem;
    margin-right: 0.2em;
  }
}
.nav-local {
  display: flex;
}
.nav-local__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  height: 7rem;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav-local__item a:before {
  display: block;
  position: absolute;
  content: '';
  background: #d20f28;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav-local__item a.is-on {
  color: #d20f28;
}
.nav-local__item a.is-on:before {
  opacity: 1;
}
.nav-local__item--current a {
  color: #d20f28;
  font-size: 1.8rem;
  pointer-events: none;
}
.nav-local__item--current a:before {
  opacity: 1;
}
.nav-local__item:nth-of-type(n + 2) {
  margin-left: 3.5rem;
}
.nav-local-sub {
  display: flex;
  align-items: center;
}
.nav-local-sub__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-local-sub__item a {
  color: #d20f28;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav-local-sub__item a.is-on {
  opacity: 0.7;
}
.nav-local-sub__item:nth-of-type(n + 2) {
  margin-left: 1.2rem;
  padding-left: 1.3rem;
}
.nav-local-sub__item:nth-of-type(n + 2):before {
  display: block;
  position: absolute;
  content: '';
  background: #d20f28;
  bottom: calc(50% - 1.5rem / 2);
  left: 0;
  width: 1px;
  height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .route-domestic-content {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .route-domestic-content img {
    width: auto;
  }
}
.route-domestic-content .image {
  display: flex;
  justify-content: center;
  height: 35rem;
  margin: 5rem 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .route-domestic-content .image {
    flex-direction: column;
    height: auto;
  }
}
.route-domestic-content .image .map-area {
  position: relative;
  background: url(../img/transport/domestic/route/bg_dome_line.png) 0 0 no-repeat;
  background-size: contain;
  width: 58rem;
  height: 32.1rem;
  margin: 0 0 0.3rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .route-domestic-content .image .map-area {
    width: 69.6rem;
    height: 38.52rem;
  }
}
.route-domestic-content .image .map-area .route {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.route-domestic-content .image .btn-area {
  width: 27.6rem;
  margin: 0 3rem 1rem 2.3rem;
  padding-top: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .route-domestic-content .image .btn-area {
    width: 55.2rem;
    margin: 0 auto 2rem auto;
    padding-top: 3rem;
    order: 1;
  }
}
.route-domestic-content .image .btn-area .btn {
  display: block;
  margin: 0 0 1px 0;
  cursor: pointer;
}
.route-domestic-content #acdContent {
  /*width: 548px;*/
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent {
    width: 70.692rem;
  }
}
.route-domestic-content #acdContent #tab1, .route-domestic-content #acdContent #tab2, .route-domestic-content #acdContent #tab3, .route-domestic-content #acdContent #tab4 {
  display: none;
}
.route-domestic-content #acdContent ul, .route-domestic-content #acdContent ol, .route-domestic-content #acdContent dl {
  margin: 0 20px 1em 20px;
  list-style-position: outside;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent ul, .route-domestic-content #acdContent ol, .route-domestic-content #acdContent dl {
    margin: 0 2.58rem 1em 2.58rem;
  }
}
.route-domestic-content #acdContent ul.page, .route-domestic-content #acdContent ol.page, .route-domestic-content #acdContent dl.page {
  margin-left: 17px;
  height: 28px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent ul.page, .route-domestic-content #acdContent ol.page, .route-domestic-content #acdContent dl.page {
    margin-left: 2.193rem;
    height: 3.612rem;
  }
}
.route-domestic-content #acdContent ul.page li, .route-domestic-content #acdContent ol.page li, .route-domestic-content #acdContent dl.page li {
  float: left;
}
.route-domestic-content #acdContent .section {
  width: auto;
  margin: 0 20px 10px 19px;
  background: url(../img/transport/domestic/route/bg_section_body.jpg) repeat-y;
  background-size: contain;
  border-bottom: 1px solid #eee;
  zoom: 1;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section {
    margin: 0 2.58rem 1.29rem 2.451rem;
  }
}
.route-domestic-content #acdContent .section h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section h3 {
    margin-bottom: 2.58rem;
  }
}
.route-domestic-content #acdContent .section .section {
  width: auto;
  margin: 0 15px 10px 15px;
  background: url(../img/transport/domestic/route/bg_sss.jpg) no-repeat left top;
  background-size: contain;
  zoom: 1;
  font-size: 100%;
  clear: both;
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section .section {
    margin: 0 1.935rem 1.29rem 1.935rem;
  }
}
.route-domestic-content #acdContent .section a {
  color: #0099ff;
  text-decoration: underline;
}
.route-domestic-content #acdContent .section a:hover {
  text-decoration: none;
}
.route-domestic-content #acdContent .section h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section h4 {
    margin-bottom: 1.29rem;
  }
}
.route-domestic-content #acdContent .section p {
  font-size: 92%;
  margin: 0 12px 10px 12px;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section p {
    margin: 0 1.548rem 1.29rem 1.548rem;
  }
}
.route-domestic-content #acdContent .section p strong {
  font-weight: 700;
}
.route-domestic-content #acdContent .section ol {
  margin: 0 12px 10px 12px;
  padding-left: 18px;
  background: url(../img/transport/domestic/route/img_d01.jpg) no-repeat left top;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section ol {
    margin: 0 1.548rem 1.29rem 1.548rem;
    padding-left: 2.322rem;
  }
}
.route-domestic-content #acdContent .section .description {
  background-color: #f0f0f0;
  padding: 10px;
  margin: 0 15px 15px 15px;
  font-size: 92%;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section .description {
    padding: 1.29rem;
    margin: 0 1.935rem 1.935rem 1.935rem;
  }
}
.route-domestic-content #acdContent .section .pageTop {
  margin: 0 10px 10px 30px;
  text-align: right;
  margin-bottom: 20px;
  clear: both;
  width: auto;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section .pageTop {
    margin: 0 1.29rem 1.29rem 3.87rem;
    margin-bottom: 2.58rem;
  }
}
.route-domestic-content #acdContent .section .other {
  background: url(../img/transport/domestic/route/bg_sso.jpg) repeat-y left top;
  margin: 0 20px 10px 20px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section .other {
    margin: 0 2.58rem 1.29rem 2.58rem;
  }
}
.route-domestic-content #acdContent .section .other h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section .other h4 {
    margin-bottom: 1.935rem;
  }
}
.route-domestic-content #acdContent .section .other ul {
  margin-bottom: 0;
}
.route-domestic-content #acdContent .section .other ul li {
  font-weight: bold;
  font-size: 92%;
  background: url(../img/transport/domestic/route/ic_squ.jpg) no-repeat left 5px;
  padding-left: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section .other ul li {
    background: url(../img/transport/domestic/route/ic_squ.jpg) no-repeat left 0.645rem;
    padding-left: 1.935rem;
    padding-bottom: 1.935rem;
  }
}
.route-domestic-content #acdContent .section .note {
  font-size: 92%;
  margin-left: 38px;
  text-indent: -16px;
}
@media screen and (max-width: 768px) {
  .route-domestic-content #acdContent .section .note {
    margin-left: 4.902rem;
    text-indent: -2.064rem;
  }
}
.route-schedule-content {
  width: 54.9rem;
  border: 1px solid #eee;
  border-width: 0 1px 1px;
  border-radius: 1rem 1rem 0 0;
  padding-bottom: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content {
    font-size: 2.2rem;
    width: 70.272rem;
    border-width: 0 0.128rem 0.128rem;
    border-radius: 1.28rem 1.28rem 0 0;
    padding-bottom: 2.56rem;
    margin-top: 5.12rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .route-schedule-content:nth-of-type(2) {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .route-schedule-content:nth-of-type(2) {
    margin-top: 4rem;
  }
}
.route-schedule-content h3 {
  clear: both;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content h3 {
    margin-bottom: 1.92rem;
  }
}
.route-schedule-content p {
  margin: 0 1rem 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content p {
    margin: 0 1.28rem 1.28rem 1.92rem;
  }
}
.route-schedule-content .image {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .image {
    margin-bottom: 0.64rem;
  }
}
.route-schedule-content .note {
  text-align: right;
  font-size: 77%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .note {
    text-align: left;
    font-size: 90%;
    margin-bottom: 2.56rem;
  }
}
.route-schedule-content h4 {
  text-align: center;
  width: 51.8rem;
  line-height: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .route-schedule-content h4 {
    width: 66.304rem;
  }
}
.route-schedule-content #line01, .route-schedule-content #line02, .route-schedule-content #line03, .route-schedule-content #line04, .route-schedule-content #line05, .route-schedule-content #line06 {
  height: 1.4rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content #line01, .route-schedule-content #line02, .route-schedule-content #line03, .route-schedule-content #line04, .route-schedule-content #line05, .route-schedule-content #line06 {
    height: 2.4rem;
    margin-bottom: 1rem;
  }
}
.route-schedule-content #line01 img, .route-schedule-content #line02 img, .route-schedule-content #line03 img, .route-schedule-content #line04 img, .route-schedule-content #line05 img, .route-schedule-content #line06 img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .route-schedule-content #line01 img, .route-schedule-content #line02 img, .route-schedule-content #line03 img, .route-schedule-content #line04 img, .route-schedule-content #line05 img, .route-schedule-content #line06 img {
    width: auto;
  }
}
.route-schedule-content .width_498 {
  width: 49.8rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .width_498 {
    width: 63.744rem;
  }
}
.route-schedule-content .width_50 {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .width_50 {
    width: 6.4rem;
  }
}
.route-schedule-content .width_130 {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .width_130 {
    width: 16.64rem;
  }
}
.route-schedule-content .schedule {
  background: url(../img/transport/national/route/bg_r34_c7.jpg) no-repeat left top;
  background-size: 100%;
  margin: 0 auto 0 auto;
  width: 51.8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .schedule {
    width: 66.304rem;
    padding-top: 2.56rem;
    padding-bottom: 2.56rem;
  }
}
.route-schedule-content .schedule dt {
  margin: 0 0.8rem 0.2rem 0.9rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .schedule dt {
    margin: 0 1.024rem 0.256rem 1.152rem;
  }
}
.route-schedule-content .schedule dd p {
  text-align: center;
  margin: 0 auto 2rem auto;
  width: 49.8rem;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .schedule dd p {
    margin: 0 auto 2.56rem auto;
    width: 63.744rem;
  }
}
.route-schedule-content .schedule dd table {
  width: 49.8rem;
  margin: 0 auto 0.2rem auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .schedule dd table {
    width: 63.744rem;
    margin: 0 auto 0.256rem auto;
    border-top: 0.128rem solid #ccc;
    border-left: 0.128rem solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .route-schedule-content .schedule dd table th, .route-schedule-content .schedule dd table td {
    padding: 0.8rem;
  }
}
.route-schedule-content .schedule dd table th span, .route-schedule-content .schedule dd table td span {
  display: inline-block;
}
.route-schedule-content .schedule dd table th {
  color: #000;
  background-color: #f2f2f2;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .schedule dd table th {
    border-right: 0.128rem solid #ccc;
    border-bottom: 0.128rem solid #ccc;
  }
}
.route-schedule-content .schedule dd table .bg_y {
  background-color: #ffffe8;
}
.route-schedule-content .schedule dd table td {
  text-align: center;
  color: #000099;
  font-weight: bold;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .route-schedule-content .schedule dd table td {
    border-right: 0.128rem solid #ccc;
    border-bottom: 0.128rem solid #ccc;
  }
}
.section-content {
  padding-bottom: 10rem;
}
.section-content__heading {
  font-family: YakuHanMP, "TsukuMin", serif;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .section-content__heading {
    font-size: 4.6rem;
    line-height: 1.7391304348;
    padding-top: 9rem;
  }
}
.section-content__heading--white {
  color: #fff;
}
.section-content__heading--padding-top0 {
  padding-top: 0;
}
.section-content__heading--padding-top70 {
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .section-content__heading--padding-top70 {
    padding-top: 10rem;
  }
}
.section-content__heading--padding-top50 {
  padding-top: 5rem;
}
.section-content__heading--text-align-left {
  text-align: left;
}
.section-content__heading--2lines {
  line-height: 1.5882352941;
  margin-top: -0.9rem;
  margin-bottom: -0.9rem;
}
@media screen and (max-width: 768px) {
  .section-content__heading--2lines {
    line-height: 1.7391304348;
  }
}
.section-content__heading--terms-border {
  border-top: 1px solid #dcdcdc;
}
.section-content__heading + .section-content__inner--flex .section-content__inner-flex-image {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .section-content__heading + .section-content__inner--flex .section-content__inner-flex-image {
    margin-top: 6rem;
  }
}
.section-content__heading + .section-content__inner--flex .section-content__lead:first-child {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .section-content__heading + .section-content__inner--flex .section-content__lead:first-child {
    margin-top: 4.8rem;
  }
}
.section-content__lead {
  font-size: 2.6rem;
  line-height: 1.8333333333;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .section-content__lead {
    font-size: 4rem;
    line-height: 1.6;
    margin-top: 3rem;
  }
}
.section-content__lead--white {
  color: #fff;
}
.section-content__lead--text-align-left {
  text-align: left;
}
.section-content__lead--small, .section-content__lead small {
  font-size: 2rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .section-content__lead--small, .section-content__lead small {
    font-size: 2.8rem;
    line-height: 1.8333333333;
  }
}
.section-content__lead--margin-top0 {
  margin-top: 0;
}
.section-content__lead + .section-content__image {
  margin-top: 2.2rem;
}
.section-content__text {

  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section-content__text {
    font-size: 2.4rem;
    line-height: 1.8333333333;
    margin-top: 1rem;
  }
}
.section-content__text--white {
  color: #fff;
}
.section-content__text--text-align-left {
  text-align: left;
}
.section-content__text--large {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-content__text--large {
    font-size: 2.4rem;
    line-height: 1.8333333333;
  }
}
.section-content__text--links a {
  display: inline-block;
}
.section-content__text--links a:before {
  content: '・';
}
@media screen and (max-width: 768px) {
  .section-content__text--links a {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .section-content__text--links a + a {
    margin-left: 2rem;
  }
}
.section-content__text strong {
  font-weight: 700;
}
.section-content__text small {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-content__text small {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.section-content__text + .section-content__text {
  margin-top: 3rem;
}
.section-content__text + .section-content__text--note {
  margin-top: 0.5rem;
}
.section-content__text + .section-content__inner--flex .section-content__inner-flex-image {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .section-content__text + .section-content__inner--flex .section-content__inner-flex-image {
    margin-top: 6rem;
  }
}
.section-content__text + .section-content__inner--flex .section-content__lead:first-child {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .section-content__text + .section-content__inner--flex .section-content__lead:first-child {
    margin-top: 4.8rem;
  }
}
.section-content__text--note {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .section-content__text--note {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.section-content__text--note + .section-content__text--note {
  margin-top: 1.5rem;
}
.section-content__text--name {
  font-family: YakuHanMP, "TsukuMin", serif;
  font-size: 2.4rem;
  line-height: 1.8333333333;
}
@media screen and (max-width: 768px) {
  .section-content__text--name {
    font-size: 3.8rem !important;
  }
}
.section-content__text-about {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .section-content__text-about {
    font-size: 3rem;
    line-height: 2;
    margin-top: 4.6rem;
  }
}
.section-content__text-about + .section-content__text-about {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .section-content__text-about + .section-content__text-about {
    margin-top: 6rem;
  }
}
.section-content__inner {
  position: relative;
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-content__inner {
    width: 70.8rem;
  }
}
.section-content__inner--terms {
  padding-bottom: 5rem;
  border-bottom: 1px solid #dcdcdc;
}
.section-content__inner--flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.section-content__inner--flex .section-content__inner-flex-box {
  width: 58rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner-flex-box {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner-flex-box .section-content__heading {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner-flex-box .section-content__text {
    font-size: 3rem;
    line-height: 2;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner-flex-box .section-content__text + .section-content__text {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner-flex-box:nth-of-type(2) .section-content__image--width100per {
    margin-top: 10rem;
  }
}
.section-content__inner--flex .section-content__inner-flex-image {
  width: 56rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner-flex-image {
    width: 100%;
    order: 1;
  }
}
.section-content__inner--flex .section-content__inner-flex-image figcaption {
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner-flex-image figcaption {
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
}
.section-content__inner--flex .section-content__inner-flex-image figcaption.center {
  text-align: center;
}
.section-content__inner--flex .section-content__inner-flex-image figcaption + img {
  margin-top: 3rem;
}
.section-content__inner--flex .section-content__inner-flex-image img + img {
  margin-top: 3rem;
}
.section-content__inner--flex .section-content__inner-flex-image--margin-top-default {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner-flex-image--margin-top-default {
    margin-top: 6rem;
  }
}
.section-content__inner--flex .section-content__lead:first-child {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__lead:first-child {
    margin-top: 4.2rem;
  }
}
.section-content__inner--flex .section-content__lead.section-content__lead--margin-top-default {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__lead.section-content__lead--margin-top-default {
    margin-top: 6rem;
  }
}
.section-content__inner--flex .section-content__inner {
  width: 54rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner {
    width: 65rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner--flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-content__inner--flex .section-content__inner--flex .section-content__inner-flex-box {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner--flex .section-content__inner-flex-box {
    width: 35rem;
    order: 1;
  }
}
.section-content__inner--flex .section-content__inner--flex .section-content__inner-flex-image {
  width: 32rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner--flex .section-content__inner-flex-image {
    width: 28rem;
    margin-top: 7rem;
  }
}
.section-content__inner--flex .section-content__inner--flex .section-content__inner-flex-image img {
  width: 100%;
}
.section-content__inner--flex .section-content__inner--flex .section-content__inner-flex-image--margin-top20 {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex .section-content__inner--flex .section-content__text {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    margin-top: 1rem;
  }
}
.section-content__inner--flex-center {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex-center {
    display: block;
  }
}
.section-content__inner--flex-6to4 .section-content__inner-flex-box {
  width: 68rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex-6to4 .section-content__inner-flex-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex-6to4 .section-content__inner-flex-box .section-content__text {
    font-size: 2.4rem;
  }
}
.section-content__inner--flex-6to4 .section-content__inner-flex-image {
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex-6to4 .section-content__inner-flex-image {
    width: 100%;
  }
}
.section-content__inner--flex-6to4 .section-content__inner-flex-image img {
  width: 100%;
}
.section-content__inner--flex-7to3 .section-content__inner-flex-box {
  width: 80rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex-7to3 .section-content__inner-flex-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex-7to3 .section-content__inner-flex-box .section-content__text {
    font-size: 2.4rem;
  }
}
.section-content__inner--flex-7to3 .section-content__inner-flex-image {
  width: 34rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--flex-7to3 .section-content__inner-flex-image {
    width: 100%;
  }
}
.section-content__inner--flex-7to3 .section-content__inner-flex-image img {
  width: 100%;
}
.section-content__inner--inner-bg-off-white {
  background: #f5f5f5;
  padding: 5rem 0;
}
.section-content__inner--margin-top50 {
  margin-top: 5rem;
}
.section-content__inner--margin-top70 {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .section-content__inner--margin-top70 {
    margin-top: 10rem;
  }
}
.section-content__copy-about {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .section-content__copy-about {
    font-size: 3.6rem;
    margin-top: 10rem;
  }
}
.section-content__image--service-national {
  width: 67.7rem;
  margin: 0 auto;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .section-content__image--service-national {
    margin-top: 7rem;
  }
}
.section-content__image--service-domestic {
  width: 67.7rem;
  margin: 0 auto;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .section-content__image--service-domestic {
    margin-top: 7rem;
  }
}
.section-content__image--service-domestic-flow {
  width: 56.3rem;
  margin: 0 auto;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .section-content__image--service-domestic-flow {
    margin-top: 7rem;
  }
}
.section-content__image--margin-top30 {
  margin-top: 3rem;
}
.section-content__image--width100per {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-content__image--width100per {
    width: 56rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-content__image--width100per img {
  width: 100%;
}
.section-content__image--width100per + .section-content__lead {
  padding: 0 7rem;
}
.section-content__image--width100per + .section-content__lead + .section-content__text {
  padding: 0 7rem;
}
.section-content__table {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section-content__table {
    width: 100%;
    margin-top: 1rem;
  }
}
.section-content__table th, .section-content__table td {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.9230769231;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .section-content__table th, .section-content__table td {
    font-size: 2.2rem;
    line-height: 1.7272727273;
    width: 40%;
  }
}
.section-content__table td {
  width: 70%;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .section-content__table td {
    padding-left: 3rem;
    width: 60%;
  }
}
.section-content__table td a {
  text-decoration: underline;
}
.section-content__table td a.is-on {
  text-decoration: none;
}
.section-content__table--wide th, .section-content__table--wide td {
  width: 15%;
}
.section-content__table--wide td {
  width: 80%;
}
.section-content__table-trailer {
  width: 80rem;
  margin-top: 1.5rem;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .section-content__table-trailer {
    width: 70.8rem;
    margin-top: 3rem;
  }
}
.section-content__table-trailer th, .section-content__table-trailer td {
  font-size: 1.5rem;
  line-height: 1.9230769231;
  vertical-align: middle;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .section-content__table-trailer th, .section-content__table-trailer td {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}
.section-content__table-trailer th span, .section-content__table-trailer td span {
  display: inline-block;
}
.section-content__table-trailer thead {
  border-bottom: 1px solid #e6e6e6;
}
.section-content__table-trailer thead th {
  background: #f4f4f4;
  text-align: center;
}
.section-content__table-trailer thead th:nth-of-type(1) {
  background: #ffdddd;
}
.section-content__table-trailer thead th:nth-of-type(n + 2) {
  border-left: 1px solid #e6e6e6;
}
.section-content__table-trailer tbody th {
  text-align: center;
  background: #ffeeee;
}
@media screen and (max-width: 768px) {
  .section-content__table-trailer tbody th {
    text-align: left;
  }
}
.section-content__table-trailer tbody td {
  text-align: center;
  border-left: 1px solid #e6e6e6;
}
.section-content__table-trailer tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
.section-content__table-trailer tbody tr:last-of-type th {
  background: transparent;
}
.section-content__table-container {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section-content__table-container {
    width: 65rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    box-shadow: 0 0 0 1px #e6e6e6;
  }
}
.section-content__table-container table {
  width: 100%;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .section-content__table-container table {
    width: auto;
    border: none;
  }
}
.section-content__table-container th, .section-content__table-container td {
  font-size: 1.3rem;
  line-height: 1.9230769231;
  padding: 0.5rem 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .section-content__table-container th, .section-content__table-container td {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    padding: 1.2rem 1rem;
  }
}
.section-content__table-container th span, .section-content__table-container td span {
  display: inline-block;
}
.section-content__table-container thead tr {
  border-bottom: 1px solid #e6e6e6;
}
.section-content__table-container thead tr:nth-of-type(1) th:nth-of-type(1) {
  background: transparent;
}
.section-content__table-container thead tr:nth-of-type(2) th:nth-of-type(1) {
  border-left: 1px solid #e6e6e6;
}
.section-content__table-container thead th {
  background: #f4f4f4;
  text-align: center;
}
.section-content__table-container thead th:nth-of-type(n + 2) {
  border-left: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .section-content__table-container thead th {
    min-width: 10rem;
  }
}
.section-content__table-container tbody th {
  text-align: center;
  background: #ffeeee;
}
@media screen and (max-width: 768px) {
  .section-content__table-container tbody th {
    min-width: 20rem;
  }
}
.section-content__table-container tbody td {
  text-align: center;
  border-left: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .section-content__table-container tbody td {
    padding: 1.2rem 1rem;
  }
}
.section-content__table-container tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
.section-content__table-container tbody tr:last-of-type {
  border-bottom: none;
}
.section-content__table-container--small {
  width: 54rem;
}
@media screen and (max-width: 768px) {
  .section-content__table-container--small {
    width: 65rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-content__table-container--small table {
    width: auto;
  }
}
.section-content__table-container--small th, .section-content__table-container--small td {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.02em;
  padding: 0.4rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .section-content__table-container--small th, .section-content__table-container--small td {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}
.section-content__table-container--small th small, .section-content__table-container--small td small {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-content__table-container--small th small, .section-content__table-container--small td small {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.section-content__table-container--small th span, .section-content__table-container--small td span {
  display: inline-block;
}
.section-content__table-container--small td {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section-content__table-container--small td {
    padding: 1.2rem 1rem;
  }
}
.section-content__table-container--small thead tr:nth-of-type(2) th {
  padding: 0.4rem 1.5rem;
}
.section-content__table-company {
  width: 100%;
  margin-top: 4.2rem;
  border: 1px solid #e6e6e6;
}
.section-content__table-company th, .section-content__table-company td {
  font-size: 1.6rem;
  line-height: 2;
  vertical-align: middle;
  width: 20%;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .section-content__table-company th, .section-content__table-company td {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    width: 30%;
    padding: 1rem 2rem;
  }
}
.section-content__table-company td {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .section-content__table-company td {
    width: 70%;
  }
}
.section-content__table-company td .section-content__text:first-of-type {
  margin-top: 2.5rem;
}
.section-content__table-company td .section-content__text:last-of-type {
  margin-bottom: 2.5rem;
}
.section-content__table-company thead tr {
  border-bottom: 1px solid #e6e6e6;
}
.section-content__table-company thead tr:nth-of-type(1) th:nth-of-type(1) {
  background: transparent;
}
.section-content__table-company thead th {
  background: #f4f4f4;
}
.section-content__table-company thead th:nth-of-type(n + 2) {
  border-left: 1px solid #e6e6e6;
}
.section-content__table-company tbody th {
  background: #ffeeee;
}
.section-content__table-company tbody td {
  border-left: 1px solid #e6e6e6;
}
.section-content__table-company tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
.section-content__table-company-base {
  width: 100%;
  margin-top: 4.2rem;
  border: 1px solid #e6e6e6;
}
.section-content__table-company-base th, .section-content__table-company-base td {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  vertical-align: middle;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .section-content__table-company-base th, .section-content__table-company-base td {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    padding: 1rem 1rem;
  }
}
.section-content__table-company-base th span, .section-content__table-company-base td span {
  display: inline-block;
}
.section-content__table-company-base thead tr {
  border-bottom: 1px solid #e6e6e6;
}
.section-content__table-company-base thead tr:nth-of-type(1) th:nth-of-type(1) {
  background: transparent;
}
.section-content__table-company-base thead th {
  background: #f4f4f4;
}
.section-content__table-company-base thead th:nth-of-type(n + 2) {
  border-left: 1px solid #e6e6e6;
}
.section-content__table-company-base thead th:nth-of-type(1) {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .section-content__table-company-base thead th:nth-of-type(1) {
    width: 27%;
  }
}
.section-content__table-company-base thead th:nth-of-type(2) {
  width: 14%;
}
@media screen and (max-width: 768px) {
  .section-content__table-company-base thead th:nth-of-type(2) {
    width: 19%;
  }
}
.section-content__table-company-base thead th:nth-of-type(3) {
  width: 14%;
}
@media screen and (max-width: 768px) {
  .section-content__table-company-base thead th:nth-of-type(3) {
    width: 19%;
  }
}
.section-content__table-company-base thead th:nth-of-type(4) {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .section-content__table-company-base thead th:nth-of-type(4) {
    width: 35%;
  }
}
.section-content__table-company-base tbody th {
  background: #ffeeee;
}
.section-content__table-company-base tbody td {
  border-left: 1px solid #e6e6e6;
}
.section-content__table-company-base tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
.section-content--off-white {
  background: #f5f5f5;
}
.section-content--dark-gray {
  background: #282828;
}
.section-content--float-box-red .section-content__inner {
  color: #fff;
  position: relative;
  z-index: 1;
}
.section-content--float-box-red .section-content__inner:before {
  display: block;
  position: absolute;
  content: '';
  background: #d20f28;
  bottom: -10rem;
  left: calc(50% - 70rem);
  width: calc(70rem + 50vw);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section-content--float-box-red .section-content__inner:before {
    bottom: -10rem;
    left: calc(50% - 76.8rem / 2);
    width: 76.8rem;
    height: 100%;
  }
}
.section-content--float-box-off-white .section-content__inner {
  position: relative;
  z-index: 1;
}
/*.section-content--float-box-off-white .section-content__inner:before {
      display: block;
      position: absolute;
      content: '';
      background: #f5f5f5;
      bottom: -10rem;
      left: calc(50% - 70rem);
      width: calc(70rem + 50vw);
      height: 100%;
      z-index: -1; }*/
.section-content--padding-bottom0 {
  padding-bottom: 0;
}
.section-content--padding-top100 {
  padding-top: 10rem;
}
.section-content--home-top {
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  .section-content--home-top {
    margin-top: -6rem;
    margin-bottom: -10rem;
  }
}
.section-content--home-subject .section-content__inner:before {
  display: block;
  z-index: -1;
  position: absolute;
  content: '';
  background: #d20f28;
  bottom: -10rem;
  left: calc(50% - 70rem);
  width: calc(70rem + 50vw);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section-content--home-subject .section-content__inner:before {
    bottom: -10rem;
    left: calc(50% - 76.8rem);
    width: calc(76.8rem + 50vw);
    height: calc(100% - 22.1rem);
  }
}
.section-content--link-subject .section-content__inner:before {
  display: block;
  position: absolute;
  content: '';
  background: #d20f28;
  bottom: -10rem;
  left: calc(50% - 70rem);
  width: calc(70rem + 50vw);
  height: 100%;
}
.section-content--home-transport {
  background: url(../img/service/bg_transport_home.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-content--home-transport {
    background-image: url(../img/service/bg_transport_home@sp.jpg);
  }
}
.section-content--about {
  background: url(../img/common/bg_about.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-content--about {
    background-image: url(../img/common/bg_about@sp.jpg);
    padding-bottom: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .section-content--about .section-content__heading--text-align-left {
    text-align: center;
  }
}
.section-content--nav-local {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-content--nav-local {
    display: none;
  }
}
.section-content--contact {
  background: #d20f28;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .section-content--contact {
    padding: 8.4rem 0 10rem;
  }
}
.section-content--contact .section-content__heading {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .section-content--contact .section-content__heading {
    text-align: center;
  }
}
.section-content--contact .section-content__inner--flex {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-content--contact .section-content__inner--flex {
    display: block;
  }
}
.section-content--contact .section-content__inner--flex .section-content__inner-flex-box {
  /*width: px2rem(540px);*/
}
@media screen and (max-width: 768px) {
  .section-content--contact .section-content__inner--flex .section-content__inner-flex-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-content--contact .section-content__inner--flex .section-content__heading {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-content--contact .section-content__inner--flex .section-content__text {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    text-align: center;
    margin-top: 1rem;
  }
}
.section-content--arrow {
  position: relative;
}
.section-content--arrow:before {
  display: block;
  position: absolute;
  content: '';
  bottom: -2.6rem;
  left: calc(50% - 10rem);
  border-width: 5rem 10rem 0 10rem;
  border-style: solid;
  border-color: #d20f28 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .section-content--arrow:before {
    bottom: -3.5rem;
    left: calc(50% - 11rem);
    border-width: 5.5rem 11rem 0 11rem;
  }
}
.section-content-list-number {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section-content-list-number {
    margin-top: 2.5rem;
  }
}
.section-content-list-number__item {
  font-size: 1.6rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .section-content-list-number__item {
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}
.section-content-list-number__item:nth-of-type(n + 2) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .section-content-list-number__item:nth-of-type(n + 2) {
    margin-top: 1.6rem;
  }
}
.section-content-list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section-content-list {
    margin-top: 2.5rem;
  }
}
.section-content-list__item {
  font-size: 1.6rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .section-content-list__item {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.section-content-list__item:before {
  content: '・';
}
.section-content-list__item a {
  text-decoration: underline;
}
.section-content-list__item a.is-on {
  text-decoration: none;
}
.section-visual {
  position: relative;
}
.section-visual__background {
  width: 100%;
  height: 60rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-visual__background {
    height: 80rem;
  }
}
.section-visual__image {
  display: block;
  width: 100%;
  height: 100%;
}
.section-visual__box {
  color: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 120rem / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120rem;
  height: 100%;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .section-visual__box {
    left: calc(50% - 70.8rem / 2);
    padding-top: 1rem;
    width: 70.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section-visual__heading, .section-visual__lead, .section-visual__text {
    padding: 0 2.8rem;
  }
}
.section-visual__heading {
  font-family: YakuHanMP, "TsukuMin", serif;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 0 1rem rgba(1, 29, 53, 0.4);
}
@media screen and (max-width: 768px) {
  .section-visual__heading {
    font-size: 3rem;
    line-height: 2;
  }
}
.section-visual__lead {
  font-family: YakuHanMP, "TsukuMin", serif;
  font-size: 5rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.02em;
  /*text-shadow: 0 0 px2rem(10px) rgba(#011d35, 0.4);*/
  text-shadow: 0 0 1rem #333;
}
@media screen and (max-width: 768px) {
  .section-visual__lead {
    font-size: 4.4rem;
    line-height: 1.5909090909;
    margin-top: 0.5rem;
  }
}
.section-visual__lead--center {
  text-align: center;
}
.section-visual__text {
  font-size: 2.0rem;
  line-height: 1.8888888889;
  margin-top: 0.5rem;
  text-shadow: 0 0 1rem rgba(1, 29, 53, 0.4);
}
@media screen and (max-width: 768px) {
  .section-visual__text {
    font-size: 2.4rem;
    line-height: 1.8333333333;
    margin-top: 1rem;
  }
}
.section-visual__scroll {
  position: absolute;
  top: calc(50% - 8rem / 2);
  left: 3rem;
  width: 1px;
  height: 8rem;
  background: #eaeced;
}
@media screen and (max-width: 768px) {
  .section-visual__scroll {
    display: none;
  }
}
.section-visual__scroll:before {
  display: block;
  position: absolute;
  content: '';
  background: #d20f28;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  animation: bar 3s ease infinite;
}
@keyframes bar {
  0% {
    transform: scale(1, 0);
    transform-origin: center top;
  }
  40% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  41% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  80% {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
}
.section-visual__breadcramb {
  position: absolute;
  top: 1.9rem;
  left: 3rem;
}
@media screen and (max-width: 768px) {
  .section-visual__breadcramb {
    display: none;
  }
}
.section-visual__breadcramb .list-breadcramb {
  display: flex;
}
.section-visual__breadcramb .list-breadcramb__item {
  position: relative;
  line-height: 0;
}
.section-visual__breadcramb .list-breadcramb__item:nth-of-type(n + 2) {
  margin-left: 1rem;
  padding-left: 1.8rem;
}
.section-visual__breadcramb .list-breadcramb__item:nth-of-type(n + 2):before {
  display: block;
  position: absolute;
  content: '';
  top: calc(50% - 0.5rem / 2);
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
}
.section-visual__breadcramb .list-breadcramb__item:last-of-type span, .section-visual__breadcramb .list-breadcramb__item:last-of-type a {
  pointer-events: none;
}
.section-visual__breadcramb .list-breadcramb__item span, .section-visual__breadcramb .list-breadcramb__item a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.section-visual__breadcramb .list-breadcramb__item span.is-on, .section-visual__breadcramb .list-breadcramb__item a.is-on {
  color: #d20f28;
}
.section-visual--lower .section-visual__background {
  height: 50rem;
}
@media screen and (max-width: 768px) {
  .section-visual--lower .section-visual__background {
    height: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .section-visual--lower .section-visual__heading, .section-visual--lower .section-visual__lead, .section-visual--lower .section-visual__text {
    padding: 0 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section-visual--lower .section-visual__heading {
    font-size: 3rem;
  }
}
#home {
  /* .section-home-visual
  -------------------------------------------------------------------------- */
}
#home .section-home-visual {
  position: relative;
}
#home .section-home-visual__box {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  #home .section-home-visual__box {
    padding: 0 6rem;
  }
}
#home .section-home-visual__heading {
  font-family: YakuHanMP, "TsukuMin", serif;
  font-size: 5rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
  text-shadow: 0 0 1rem rgba(1, 29, 53, 0.4);
}
@media screen and (max-width: 768px) {
  #home .section-home-visual__heading {
    font-size: 4.4rem;
    line-height: 1.7272727273;
    margin-top: 2.5rem;
  }
}
#home .section-home-visual__text {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  text-align: center;
  margin-top: 0.5rem;
  text-shadow: 0 0 1rem rgba(1, 29, 53, 0.4);
}
@media screen and (max-width: 768px) {
  #home .section-home-visual__text {
    font-size: 2.4rem;
    line-height: 1.8333333333;
    margin-top: 1.8rem;
  }
}
#home .section-home-visual__button {
  margin-top: 2.2rem;
  /*display: flex;*/
}
@media screen and (max-width: 768px) {
  #home .section-home-visual__button {
    margin-top: 3rem;
    /*display: block;*/
  }
}
#home .section-home-visual__button a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  width: 30rem;
  height: 5rem;
  border: 0.1rem solid #fff;
  border-radius: 3.5rem;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  /*color: $red;
        background: $white;*/
}
@media screen and (max-width: 768px) {
  #home .section-home-visual__button a {
    font-size: 2.6rem;
    width: 42rem;
    height: 7rem;
    border-radius: 3.5rem;
    border-width: 0.2rem;
  }
}
#home .section-home-visual__button a.is-on {
  color: #d20f28;
  background: #fff;
  /*opacity: 0.7;*/
}
#home .section-home-visual__button a + a {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  #home .section-home-visual__button a + a {
    margin-left: 0;
    margin-top: 2rem;
  }
}
#home .section-home-visual__scroll {
  position: absolute;
  top: calc(50% - 8rem / 2);
  left: 3rem;
  width: 1px;
  height: 8rem;
  background: #eaeced;
}
@media screen and (max-width: 768px) {
  #home .section-home-visual__scroll {
    top: auto;
    bottom: 9rem;
    width: 0.2rem;
  }
}
#home .section-home-visual__scroll:before {
  display: block;
  position: absolute;
  content: '';
  background: #d20f28;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  animation: bar 3s ease infinite;
}
@keyframes bar {
  0% {
    transform: scale(1, 0);
    transform-origin: center top;
  }
  40% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  41% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  80% {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
}
#home .section-home-visual .carousel-visual__inner {
  width: 100%;
  height: 60rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #home .section-home-visual .carousel-visual__inner {
    height: 80rem;
  }
}
#home .section-home-visual .carousel-visual__image {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .groupflex {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.section-content__table-company-base th a[target="_blank"]:after {
  display: inline-block;
  content: url("../img/common/icon_blank.png");
  margin-left: 5px;
}
.section-content__table-company-base td a[target="_blank"]:after {
  display: inline-block;
  content: url("../img/common/icon_map.png");
  margin-left: 5px;
}
.underarrow {
  position: relative;
  transition: .3s;
}
.underarrow:after {
  display: block;
  position: absolute;
  content: '';
  bottom: -10px;
  right: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
  border: solid #d20f28;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: border-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .underarrow:after {
    bottom: 3rem;
  }
}
.underarrow:hover a {
  color: #d20f28;
}
.radiolist {
  display: flex;
}
.radiolist li {
  margin-right: 40px;
}
@media all and (max-width: 768px) {
  .radiolist {
    flex-wrap: wrap;
  }
  .radiolist li {
    font-size: 2.5rem;
    width: calc(50% - 40px);
  }
  .radiolist li label {
    display: inline-block;
    padding-left: 20px;
    text-indent: -20px;
  }
}
.textF {
  color: #FFF;
}
.section-content__inner-flex-image iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.kolayout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kolayout {
    display: block;
  }
}
.kolayout li {
  position: relative;
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kolayout li {
    width: 100%;
    font-weight: bold;
  }
}
.kolayout li img {
  max-width: 100%;
}
.kolayout li span {
  display: block;
  padding: 5px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
}
.kolayout.flowlayout li {
  text-align: left;
}
.kolayout.flowlayout li img {
  image-rendering: -webkit-optimize-contrast;
}
.kolayout.flowlayout li span {
  text-align: center;
  display: block;
  color: #D11325;
}
.kolayout.flowlayout li div {
  font-size: 1.6rem;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .kolayout li span {
    font-size: 3rem;
  }
  .kolayout.flowlayout li div {
    font-size: 13px;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .kolayout + .kolayout, .kolayout li + li {
    margin-top: 50px;
  }
}
.kolayout li:nth-child(even):before {
  content: "";
  display: inline-block;
  border-top: 20px solid transparent;
  border-left: 20px solid #D11325;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 768px) {
  .kolayout li:nth-child(even):before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .kolayout li:nth-child(even) {
    display: none;
  }
}
.kolayout li:nth-child(odd) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .kolayout li:nth-child(odd):after {
    content: "";
    position: absolute;
    display: inline-block;
    border-left: 20px solid transparent;
    border-top: 20px solid #D11325;
    border-right: 20px solid transparent;
    top: inherit;
    bottom: -30px;
    right: calc(50% - 20px);
  }
}
.kolayout li:last-child:after {
  display: none;
}
.kolayout + .kolayout {
  flex-direction: row-reverse;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .kolayout + .kolayout {
    flex-direction: row;
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .kolayout + .kolayout li:after {
    right: inherit;
    left: -50px;
    border-top: 20px solid transparent;
    border-right: 20px solid #D11325;
    border-bottom: 20px solid transparent;
    border-left: none;
  }
}
.kolayout + .kolayout:before {
  content: "";
  position: absolute;
  right: 160px;
  top: -15px;
  display: inline-block;
  border-right: 20px solid transparent;
  border-top: 20px solid #D11325;
  border-left: 20px solid transparent;
}
@media screen and (max-width: 768px) {
  .kolayout + .kolayout:before {
    right: calc(50% - 20px);
    top: -40px;
  }
}
.kolayout + .kolayout li:nth-child(even):before {
  content: "";
  display: inline-block;
  border-top: 20px solid transparent;
  border-right: 20px solid #D11325;
  border-bottom: 20px solid transparent;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .kolayout + .kolayout li:nth-child(even):before {
    display: none;
  }
}
.section-content__inner--flex.trailerlayout {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .feaTable .feature-service-content:nth-of-type(1) {
    margin-top: 10rem;
  }
  .feaTable .feature-service-content:nth-of-type(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .feaTable .feature-service-content {
    width: 100%;
  }
}
.company_map span {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.company_map span img {
  max-height: 450px;
  image-rendering: -webkit-optimize-contrast;
}
.company_map span a {
  position: absolute;
  transition: .2s;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .company_map span a {
    display: none;
  }
}
.company_map span a:hover {
  opacity: 0.2;
  background: #FFF;
}
.company_map span a.company01 {
  top: 299px;
  left: 159px;
  width: 111px;
  height: 110px;
}
.company_map span a.company02 {
  top: 262px;
  left: 320px;
  width: 142px;
  height: 146px;
}
.company_map span a.company03 {
  top: 205px;
  left: 466px;
  width: 152px;
  height: 153px;
}
.company_map span a.company04 {
  top: 13px;
  right: 191px;
  width: 140px;
  height: 140px;
}
.container_p {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .container_p {
    text-align: left;
    font-size: 2.2rem;
    line-height: 1.7272727273;
  }
}
.tab-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .tab-area {
    flex-wrap: wrap;
  }
}
.tab-area .tab {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 15px 30px 15px 20px;
  text-align: center;
  width: 325px;
  border: 1px solid #d20f28;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tab-area .tab {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .tab-area .tab.tablong {
    padding: 15px 10px;
  }
}
.tab-area .tab:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 13px;
  height: 8px;
  background: url("../img/transport/national/route/ico_arrow_03.png") no-repeat 0 0;
}
.tab-area .tab.active:after {
  background: url("../img/transport/national/route/ico_arrow_02.png") no-repeat 0 0;
}
.tab-area .tab + .tab {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .tab-area .tab + .tab {
    margin-top: 10px;
    margin-left: 0;
  }
}
.tab-area .tab:hover, .tab-area .tab.active {
  background: #d20f28;
  color: #FFF;
}
.tab-area .tab span {
  text-align: left;
  line-height: 1.4;
}
.tab-area .tab strong {
  display: block;
  /*font-size: 13px;*/
  width: 100%;
}
/*.tab-area .tab.tablong strong {
	letter-spacing: -2px;
}*/
.tab-area .tab i {
  display: inline-block;
  margin: 0 5px;
}
.world .map {
  display: none;
}
.world .map.course {
  display: block;
}
.world .map img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .world .map img {
    max-height: 400px;
    image-rendering: -webkit-optimize-contrast;
  }
}
.content-area .content {
  display: none;
  justify-content: space-between;
}
.content-area .content.show {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-area .content .schow_item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .content-area .content .schow_item {
    width: 100%;
    font-size: 12px;
  }
}
.content-area .content .schow_item h5 {
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 700;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .content-area .content .schow_item h5 {
    font-size: 1.6rem;
  }
}
.content-area .content .schow_item table.section-content__table-trailer {
  width: 100% !important;
}
.content-area .content .schow_item table.section-content__table-trailer th {
  background: #ffeeee !important;
  white-space: nowrap;
}
.content-area .content .schow_item table.section-content__table-trailer td span {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .content-area .content .schow_item table.section-content__table-trailer td span {
    display: block;
    margin-left: 0;
  }
}
.routetime {
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}
@media screen and (max-width: 768px) {
  .routetime {
    flex-wrap: wrap;
  }
}
.routetime.change {
  display: flex;
}
.routetime .routetime_item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .routetime .routetime_item {
    width: 100%;
  }
}
.routetime .routetime_item h4 {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  font-weight: 700;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .routetime .routetime_item h4 {
    font-size: 18px;
  }
}
.routetime .routetime_item img {
  max-width: 100%;
  /*display: block;
  margin: 0 auto;*/
}
@media print {
  body {
    zoom: 80%;
  }
}
.section-content__inner--flex.case-img .section-content__inner-flex-image, .section-content__inner--flex.case-img2 > img, .section-content__inner--flex.case-img2 .section-content__inner-flex-image {
  margin-top: 2rem;
}
.case-table-layout {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1.5rem;
}
.section-content__inner--flex .section-content__inner-flex-image .case-table-layout {
  margin-top: 0;
}
.case-table-layout th, .case-table-layout td {
  vertical-align: middle;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 1.5rem;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .case-table-layout th, .case-table-layout td {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .case-table-layout th, .case-table-layout td {
    font-size: 2.4rem;
  }
}
.case-table-layout th {
  text-align: center;
  background: #ffeeee;
}
.center, .case-img figure {
  text-align: center;
}
.case-img figure img {
  image-rendering: -webkit-optimize-contrast;
}
.case-img figure:before {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  /*background: #d20f28;
  color: #FFF;*/
  color: #d20f28;
  padding: 3px 0;
}
.case-img figure:nth-child(1):before {
  content: "計画前";
}
.case-img figure:nth-child(2):before {
  content: "計画後";
}
@media all and (max-width: 768px) {
  .case-img figure:before {
    font-size: 14px;
  }
}
.tableZebla tr:nth-child(odd) {
  background: #F9F9F9;
}
.day2list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .day2list {
    display: block;
    padding-top: 0;
    padding-left: 50px;
  }
}
.day2list:before, .day2list:after {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  display: inline-block;
  background: linear-gradient(90deg, #CAEAFF 95%, #68c3ff);
  text-align: center;
  /*color: #FFF;*/
}
@media screen and (max-width: 768px) {
  .day2list:before, .day2list:after {
    max-width: 30px !important;
    height: 50%;
    padding: 5px;
    letter-spacing: 0;
    box-sizing: border-box;
    font-size: 15px;
    background: linear-gradient(#CAEAFF 95%, #68c3ff);
  }
}
.day2list:before {
  /*content: "1日目";*/
}
.day2list:after {
  /*content: "2日目";*/
  background: #68c3ff;
  /*background: linear-gradient(90deg,#B3E0FF 5%, #68c3ff);*/
  left: 50%;
}
@media screen and (max-width: 768px) {
  .day2list:after {
    top: 50%;
    left: 0;
  }
}
.day2list.day2flow02:before, .day2list.day2flow02:after {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .day2list.day2flow02:before, .day2list.day2flow02:after {
    height: 33%;
  }
}
.day2list.day2flow02:after {
  left: 36%;
}
@media screen and (max-width: 768px) {
  .day2list.day2flow02:after {
    top: 33%;
    left: 0;
  }
}
.day2list li {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .day2list li {
    font-size: 13px;
  }
}
.day2list li + li {
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .day2list li + li {
    padding-left: 0;
    margin-top: 10px;
  }
}
.day2list li span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}
.day2list li strong a, .day2list li strong {
  color: #d20f28;
}
.day2list li dl dt {
  font-weight: bold;
  color: #023399;
}
.day2list li dl dd {
  padding-left: 1em;
}
.day2list li dl + dl {
  margin-top: 10px;
}
.day2list li dl dd.ll01 {
  padding-left: 0;
}
.day2list li .listlayout01 {
  display: block;
  padding: 10px 15px;
  margin: 5px 0;
  background: #F0F0F0;
}
.day2list li .listlayout01 i {
  color: #B90000;
}
.day2list li .listlayout01 .listlayoutInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.day2list li .listlayout01 span {
  display: inline-block;
  font-weight: normal;
  font-size: inherit;
  margin: 0;
}
.content-area .content2 {
  display: none;
}
.content-area .content2.show2 {
  display: block;
}
.content-area .content2 h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .content-area .content2 h5 {
    font-size: 16px;
  }
}
.content-area .content2 h5 span {
  display: inline-block;
  margin-right: 10px;
  color: #D11325;
  border: 1px solid #D11325;
  padding: 5px 10px;
  font-size: 14px;
}
.day2info {
  margin-top: 5rem;
  padding: 2rem;
  background: #F5F5F5;
}
.day2info .day2head {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .day2info .day2head {
    font-size: 14px;
  }
}
.day2info ul li {
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .day2info ul li {
    font-size: 13px;
  }
}
.day2info ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #333;
  position: absolute;
  top: 8px;
  left: 0;
}
.day2info ul li a {
  display: inline-block;
  margin-top: 5px;
  text-align: center;
  padding: 5px 50px;
  border-radius: 20px;
  background: #D11325;
  color: #FFF;
  transition: .3s;
  text-decoration: none;
}
.day2info ul li a:hover {
  opacity: 0.7;
}
.sclist {
  position: relative;
  transition: .8s;
}
@media screen and (max-width: 768px) {
  .sclist {
    padding: 5px 3rem 0 3rem;
    /*height: 0;
      overflow: hidden;*/
    display: none;
  }
  .sclist.is-open {
    /*height: inherit;
        overflow: initial;*/
    display: block;
  }
}
/*.sclist .sclink:active {
    pointer-events: none; }*/
.sclist .sclink:active + .scMenu {
  display: block !important;
}
.sclist .sclink.is-on + .scMenu {
  display: block !important;
}
.sclist .scMenu {
  background: #FFF;
  right: 10.0rem;
  top: 0;
}
@media screen and (min-width: 769px) {
  .sclist .scMenu {
    position: absolute;
    transition: .3s;
    display: none;
    z-index: -1;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%) !important;
    max-width: 650px;
    min-width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .sclist .scMenu {
    width: 100%;
  }
}
.sclist .scMenu:hover {
  display: block;
}
.sclist .scMenu a {
  font-size: 14px;
  text-decoration: underline;
  transition: .3s;
}
.sclist .scMenu a:hover {
  text-decoration: none;
}
.sclist .scMenu a:hover img {
  opacity: 0.7;
}
.sclist .scMenu .scItem:nth-child(1) li a,
.sclist .scMenu .scItem:nth-child(3) li a {
  background: none !important;
  display: inline-block;
  height: auto;
  width: auto;
  color: #D11325;
  text-decoration: none;
  border: 1px solid #D11325;
  border-radius: 20px;
  padding: 5px 15px;
  white-space: nowrap;
}
.sclist .scMenu .scItem:nth-child(1) li a:before {
  display: none;
}
.sclist .scMenu .scItem:nth-child(1) li a:hover {
  color: #FFF;
  background: #D11325 !important;
}
.sclist .scMenu .scItem:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sclist .scMenu .scItem:nth-child(2) ul li {
  text-align: center;
  width: 50%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .sclist .scMenu .scItem:nth-child(2) ul li {
    padding: 20px 1%;
  }
}
.sclist .scMenu .scItem:nth-child(2) ul li:nth-child(n+3) {
  padding-top: 0;
}
.sclist .scMenu .scItem:nth-child(2) ul li img {
  max-height: 30px;
  display: block;
  margin: 0 auto;
  width: 200px;
}
.sclist .scMenu .scItem:nth-child(2) ul li a {
  background: none !important;
  display: inline-block;
  height: auto;
  width: auto;
  color: inherit;
}
.sclist .scMenu .scItem:nth-child(2) ul li a:before {
  display: none;
}
.sclist .scMenu .scLabel {
  background: #D11325;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .sclist .scMenu .scLabel {
    padding: 5px 0;
  }
}
.sclist .scMenu .worldsc {
  margin: 20px 20px 10px 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #CCC;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sclist .scMenu .worldsc {
    display: block;
    padding-bottom: 10px;
    margin: 10px 20px;
  }
}
.sclist .scMenu .worldsc:last-child {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}
.sclist .scMenu .worldsc .worldsc_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sclist .scMenu .worldsc .worldsc_head {
    justify-content: space-between;
    font-size: 12px;
  }
}
.sclist .scMenu .worldsc .worldsc_head a {
  background: none !important;
  display: inline-block;
  height: auto;
  width: auto;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .sclist .scMenu .worldsc .worldsc_head a {
    line-height: 0;
  }
}
.sclist .scMenu .worldsc .worldsc_head a:before {
  display: none;
}
.sclist .scMenu .worldsc .worldsc_head img {
  width: 200px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .sclist .scMenu .worldsc .worldsc_head img {
    width: 150px;
    margin-right: 0;
  }
}
.sclist .scMenu .worldsc .worldsc_head span {
  display: block;
  width: 100%;
  text-align: center;
}
.sclist .scMenu .worldsc ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  min-width: 36%;
  max-width: 36%;
 flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sclist .scMenu .worldsc ul {
    min-width: inherit;
    max-width: inherit;
    /*justify-content: space-between;*/
    gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  .sclist .scMenu .worldsc ul li {
    width: 32%;
    padding: 0 1%;
    margin-top: 5px;
  }
}
.sclist .scMenu .worldsc ul li + li {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .sclist .scMenu .worldsc ul li + li {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .sclist .scMenu .worldsc ul li:nth-child(n+4) {
    margin-top: 10px;
    margin-right: 0;
  }
}
.sclist .scMenu .worldsc ul li a {
  background: none !important;
  display: inline-block;
  height: auto;
  width: auto;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .sclist .scMenu .worldsc ul li a {
    display: block !important;
    width: 100% !important;
    text-align: center;
    padding: 3px 15p;
  }
}
.sclist .scMenu .worldsc ul li a:before {
  display: none;
}
.nationalList {
  padding: 0 0 0 11px;
}
.nationalList li {
  position: relative;
  font-size: 1.6rem;
  padding-top: 5px;
}
.nationalList li:before {
  content: "";
  border-top: 3px solid transparent;
  border-left: 6px solid #FFF;
  border-bottom: 3px solid transparent;
  position: absolute;
  left: -10px;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .nationalIcon {
    padding: 0 !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  .section-content__lead.figrept {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .figrept figure {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .equboxR {
    width: 54rem !important;
  }
}
.list-link-number--flow.domenumber .list-link-number__number {
  font-size: 2.2rem;
  position: static !important;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .button-common-list--center {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3%;
  }
  .button-common-list--center li:nth-of-type(n+2) {
    margin-left: 0 !important;
  }
  .button-common-list--center li:nth-of-type(n+4) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  .pctable {
    /*overflow: auto;
    max-height: 500px;*/
    /*&:before {
    	content: "※横にスクロールできます";
    	font-size: 14px;
    	font-weight: bold;
    }*/
  }
  .pctable table th, .pctable table td {
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*overflow: scroll;*/
  max-height: 60%;
  width: 60%;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 80%;
    overflow: scroll;
  }
}
.modal-content .modal_head {
  display: block;
  width: 100%;
  text-align: center;
  background: #d20f28;
  color: #FFF;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modal-content .modal_head {
    font-size: 16px;
    padding: 15px;
  }
}
.modal-content .modal_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .modal-content .modal_inner {
    display: block;
  }
}
.modal-content .modal_inner dl {
  width: 49%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .modal-content .modal_inner dl {
    width: 100%;
  }
}
.modal-content .modal_inner dl dt {
  padding: 20px;
  background: #F9F9F9;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #d20f28;
}
.modal-content .modal_inner dl dd {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .modal-content .modal_inner dl dd {
    font-size: 16px;
  }
}
.modal-content .modal_inner dl dd ul li {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .modal-content .modal_inner dl dd ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-content .modal_inner dl dd ul li {
    display: block;
  }
}
.modal-content .modal_inner dl dd ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .modal-content .modal_inner dl dd ul li + li {
    margin-top: 5px;
  }
}
.modal-content .modal_inner dl dd ul li span {
  text-align: right;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .modal-content .modal_inner dl dd ul li span {
    text-align: left;
    display: block;
  }
}
.modal-content .center a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 15px 100px;
  color: #D20F28;
  border: 2px solid #D20F28;
  border-radius: 9999px;
  transition: .3s;
  margin-bottom: 30px;
}
.modal-content .center a:hover {
  opacity: 1 !important;
  background: #D20F28;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .modal-content .center a {
    padding: 15px;
    display: block;
    margin: 0 5% 5% 5%;
    font-size: 14px;
  }
}
.modal-content .center a:hover {
  opacity: 0.7;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.caseBox:nth-child(n+2) .section-content__inner > h2, .caseBox:nth-child(n+2) .section-content__inner > h3 {
  /*padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px dotted #B90000;*/
  color: #B90000;
}
.caseBox .section-content__inner + .section-content__inner h3 {
  color: #000;
}
.transportSize th, .transportSize td, .transportSize {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 0.5rem;
}
.transportSize table + p {
  margin-top: 2rem;
}
@media all and (max-width: 768px) {
  .transportSize th, .transportSize td, .transportSize {
    font-size: 3.0rem;
  }
}
.formError2 {
  display: block;
  font-size: 1.4rem;
  color: #FF0000;
  width: 100%;
}
@media all and (max-width: 768px) {
  .formError2 {
    font-size: 2.5rem;
  }
}
.button-common input[type="submit"] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border: 0.1rem solid;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.button-common--confirm input[type="submit"] {
  color: #d20f28;
  background: #fff;
  border-color: #d20f28;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 4rem;
}
.button-common--confirm input[type="submit"]:hover {
  color: #fff;
  background-color: #d20f28;
  border-color: #fff;
}
.rout1, .rout2 {
  position: relative;
  background: #F4F4F4;
  text-align: center;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  min-height: 60px;
}
.rout1 b {
  color: #FFF;
  background: #C51529;
  position: absolute;
  left: 0;
  top: -24px;
  font-size: 1.3rem;
  padding: 2px 10px;
}
.rout2 b {
  color: #FFF;
  background: #171C60;
  position: absolute;
  left: 0;
  top: -24px;
  font-size: 1.3rem;
  padding: 2px 10px;
}
@media all and (min-width: 768px) {
  .day2list li + li b {
    display: none;
  }
}
.rout1 b:after {
  border-right: 50px solid transparent;
  border-bottom: 86.6025px solid #C51529;
  border-left: 50px solid transparent;
}
.rout2 b:after {
  border-right: 50px solid transparent;
  border-bottom: 86.6025px solid #171C60;
  border-left: 50px solid transparent;
}
.rout1 ul li + li, .rout2 ul li + li {
  margin-top: 3px;
  margin-left: 0 !important;
}
.day2list li + li .rout1:before {
  content: "";
  width: 10px;
  height: 14px;
  background: #C51529;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: calc(50% - 7px);
}
.day2list li + li .rout2:before {
  content: "";
  width: 10px;
  height: 14px;
  background: #171C60;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: calc(50% - 7px);
}
.routeTime {
  display: block;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .rout1 b, .rout2 b {
    top: -21px;
    font-size: 1.8rem;
  }
  .day2list li + li .rout1:before, .day2list li + li .rout2:before {
    display: none;
  }
}
ul.routeList {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.routeList li {
  flex: auto;
  text-align: center;
  font-size: 12px;
}
ul.routeList li + li {
  margin-top: 0;
  margin-left: 5px;
}
@media all and (max-width: 768px) {
  .national-nav li:nth-child(n+3) {
    margin-top: 8px;
  }
}
.timelabel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.timelabel span {
  text-align: center;
  position: absolute;
  top: 0;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .timelabel {
    height: 100%;
    z-index: -1;
  }
  .timelabel span {
    max-width: 30px !important;
    padding: 5px;
    letter-spacing: 0;
    box-sizing: border-box;
    font-size: 15px;
    left: 0 !important;
  }
}
.timelabel .time01 {
  left: 0;
  background: linear-gradient(90deg, #a5d9fb 90%, #68c3ff);
}
.timelabel .time02 {
  background: #68c3ff;
}
.timelabel .time03 {
  background: #42a6e8;
}
@media all and (max-width: 768px) {
  .timelabel .time01 {
    left: 0;
    background: linear-gradient(#a5d9fb 95%, #68c3ff);
  }
}
.timelabel.type01 .time01 {
  width: 50%;
}
.timelabel.type01 .time02 {
  width: 50%;
  left: 50%;
}
@media all and (max-width: 768px) {
  .timelabel.type01 .time01 {
    height: 50%;
  }
  .timelabel.type01 .time02 {
    height: 50%;
    top: 50%;
  }
}
.timelabel.type02 .time01 {
  width: 50%;
}
.timelabel.type02 .time02 {
  background: linear-gradient(90deg, #68c3ff 90%, #42a6e8);
  width: 10%;
  left: 50%;
}
.timelabel.type02 .time03 {
  width: 40%;
  left: 60%;
}
@media all and (max-width: 768px) {
  .timelabel.type02 .time01 {
    height: 50%;
  }
  .timelabel.type02 .time02 {
    background: linear-gradient(#68c3ff 90%, #42a6e8);
    height: 10%;
    top: 50%;
  }
  .timelabel.type02 .time03 {
    height: 40%;
    top: 60%;
  }
}
.timelabel.type03 .time01 {
  width: 50%;
}
.timelabel.type03 .time02 {
  background: linear-gradient(90deg, #68c3ff 90%, #42a6e8);
  width: 15%;
  left: 50%;
}
.timelabel.type03 .time03 {
  width: 35%;
  left: 65%;
}
@media all and (max-width: 768px) {
  .timelabel.type03 .time01 {
    height: 50%;
  }
  .timelabel.type03 .time02 {
    background: linear-gradient(#68c3ff 90%, #42a6e8);
    height: 15%;
    top: 50%;
  }
  .timelabel.type03 .time03 {
    height: 35%;
    top: 65%;
  }
}
.timelabel.type04 .time01 {
  width: 35%;
}
.timelabel.type04 .time02 {
  background: linear-gradient(90deg, #68c3ff 90%, #42a6e8);
  width: 45%;
  left: 35%;
}
.timelabel.type04 .time03 {
  width: 20%;
  left: 80%;
}
@media all and (max-width: 768px) {
  .timelabel.type04 .time01 {
    height: 40%;
  }
  .timelabel.type04 .time02 {
    background: linear-gradient(#68c3ff 90%, #42a6e8);
    height: 20%;
    top: 40%;
  }
  .timelabel.type04 .time03 {
    height: 40%;
    top: 60%;
  }
}
.timelabel.type05 .time01 {
  width: 32%;
}
.timelabel.type05 .time02 {
  background: linear-gradient(90deg, #68c3ff 90%, #42a6e8);
  width: 38%;
  left: 32%;
}
.timelabel.type05 .time03 {
  width: 30%;
  left: 70%;
}
@media all and (max-width: 768px) {
  .timelabel.type05 .time01 {
    height: 32%;
  }
  .timelabel.type05 .time02 {
    background: linear-gradient(#68c3ff 90%, #42a6e8);
    height: 38%;
    top: 32%;
  }
  .timelabel.type05 .time03 {
    height: 30%;
    top: 70%;
  }
}
.timelabel.type06 .time01 {
  width: 45%;
}
.timelabel.type06 .time02 {
  background: linear-gradient(90deg, #68c3ff 90%, #42a6e8);
  width: 35%;
  left: 45%;
}
.timelabel.type06 .time03 {
  width: 20%;
  left: 80%;
}
@media all and (max-width: 768px) {
  .timelabel.type06 .time01 {
    height: 50%;
  }
  .timelabel.type06 .time02 {
    background: linear-gradient(#68c3ff 90%, #42a6e8);
    height: 10%;
    top: 50%;
  }
  .timelabel.type06 .time03 {
    height: 40%;
    top: 60%;
  }
}
.timelabel.type07 .time01 {
  width: 20%;
}
.timelabel.type07 .time02 {
  background: linear-gradient(90deg, #68c3ff 90%, #42a6e8);
  width: 35%;
  left: 20%;
}
.timelabel.type07 .time03 {
  width: 45%;
  left: 55%;
}
@media all and (max-width: 768px) {
  .timelabel.type07 .time01 {
    height: 20%;
  }
  .timelabel.type07 .time02 {
    background: linear-gradient(#68c3ff 90%, #42a6e8);
    height: 25%;
    top: 20%;
  }
  .timelabel.type07 .time03 {
    height: 55%;
    top: 45%;
  }
}
.timelabel.type08 .time01 {
  width: 40%;
}
.timelabel.type08 .time02 {
  background: linear-gradient(90deg, #68c3ff 90%, #42a6e8);
  width: 31%;
  left: 40%;
}
.timelabel.type08 .time03 {
  width: 29%;
  left: 71%;
}
@media all and (max-width: 768px) {
  .timelabel.type08 .time01 {
    height: 40%;
  }
  .timelabel.type08 .time02 {
    background: linear-gradient(#68c3ff 90%, #42a6e8);
    height: 25%;
    top: 40%;
  }
  .timelabel.type08 .time03 {
    height: 35%;
    top: 65%;
  }
}
@media all and (min-width: 768px) {
  .dayflowBox {
    min-height: 100px;
    font-size: 1.5rem;
  }
  .line04 .dayflowBox {
    min-height: 130px;
  }
  .line05 .rout1, .line05 .rout2, .line04 .rout1, .line04 .rout2 {
    min-height: 92px;
  }
}
.list-link-image__image img {
  border-bottom: 1px solid #DDD;
}
.border-none {
  border: none !important;
}
.recruitChoice {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruitChoice {
    display: block;
  }
}
.recruitChoice .recruitItem {
  text-align: center;
  background: #f5f5f5;
  padding-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .recruitChoice .recruitItem {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitChoice .recruitItem {
    font-size: 1.8rem;
  }
}
.recruitChoice .recruitItem a {
  transition: 0.3s;
}
.recruitChoice .recruitItem a img {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  width: inherit !important;
  max-width: calc(100% - 30px);
}
.recruitChoice .recruitItem a:hover {
  opacity: 0.7;
}
.recruitChoice .recruitItem + .recruitItem {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .recruitChoice .recruitItem + .recruitItem {
    margin-left: 0;
    margin-top: 30px;
  }
}
.recruitChoice .recruitItem + .recruitItem .button-common--medium {
  margin-left: auto;
  margin-right: auto;
}
.recruitChoice .recuirtHead {
  font-size: 2.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  color: #B90000;
}
@media screen and (max-width: 768px) {
  .recruitChoice .recuirtHead {
    font-size: 3rem;
  }
  .recruitChoice .recuirtHead + p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #home .list-link-icon {
    flex-wrap: wrap;
  }
  #home .list-link-icon li {
    width: 50%;
  }
  #home .list-link-icon li a {
    padding: 3rem;
    width: 100%;
  }
  #home .list-link-icon li:nth-child(3) a:before {
    display: none;
  }
}
#transport_detail .list-link-image--medium .list-link-image__item {
  flex: 1;
}
#transport_detail .list-link-image--medium .list-link-image__item a {
  width: 100% !important;
}
#transport_detail .list-link-image--medium .list-link-image__image {
  height: auto;
}
.ptsp0 {
  padding-top: 0 !important;
}
.co2Total, .co2Box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .co2Total, .co2Box {
    display: block;
  }
}
.co2Total .co2Item, .co2Box .co2Item {
  max-width: 49%;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .co2Total .co2Item, .co2Box .co2Item {
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .co2Total .co2Item + .co2Item, .co2Box .co2Item + .co2Item {
    margin-top: 4.2rem;
  }
}
.co2Total h4, .co2Box h4 {
  text-align: left;
  color: #d20f28;
  margin-top: 0;
}
.co2Total table, .co2Box table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
}
.co2Total table th, .co2Total table td, .co2Box table th, .co2Box table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .co2Total table th, .co2Total table td, .co2Box table th, .co2Box table td {
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 2.4rem;
  }
}
.co2Total table th, .co2Box table th {
  font-weight: bold;
  min-width: 460px;
  background: #ffeeee;
}
@media screen and (max-width: 1350px) {
  .co2Total table th, .co2Box table th {
    min-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .co2Total table th, .co2Box table th {
    min-width: auto;
  }
  .co2Total table th br, .co2Box table th br {
    display: none;
  }
}
.co2Total table td, .co2Box table td {
  background: #FFF;
}
.co2Total table td select, .co2Box table td select {
  padding: 5px;
  width: 100%;
  border: 1px solid #CCC;
}
.co2Total table td input, .co2Box table td input {
  padding: 5px;
  width: 100%;
  border: 1px solid #CCC;
}
.co2Total table td input[type="number"], .co2Box table td input[type="number"], .co2Total table td input[type="text"], .co2Box table td input[type="text"] {
  width: 150px;
  text-align: right;
  margin-right: 5px;
}
.co2Total table td ul li, .co2Box table td ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.co2Total table td ul li input, .co2Box table td ul li input {
  margin: 0 5px;
}
.co2Total table td ul li + li, .co2Box table td ul li + li {
  margin-top: 5px;
}
.co2Total {
  display: block;
  padding: 30px 40px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .co2Total {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .co2Total .totaldisplay01 {
    display: none;
  }
}
.co2Total .totaldisplay02 span {
  display: none;
}
@media screen and (max-width: 768px) {
  .co2Total .totaldisplay02 span {
    display: inline-block;
    margin-right: 5px;
  }
}
.co2Total dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .co2Total dl {
    display: block;
  }
}
.co2Total dl dt {
  text-align: center;
  min-width: 15%;
  padding: 15px;
  background: #d20f28;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .co2Total dl dt {
    font-size: 2.4rem;
    display: block;
    text-align: left;
  }
}
.co2Total dl dd {
  flex: 1;
  padding: 15px;
  min-width: 85%;
}
@media screen and (max-width: 768px) {
  .co2Total dl dd {
    font-size: 2.4rem;
  }
}
.co2Total dl dd + dt {
  border-top: 1px solid #FFF;
}
.co2Note {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .co2Note {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.co2Note img {
  max-width: 100%;
  width: inherit;
}
@media screen and (max-width: 768px) {
  .co2Note img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co2Note img:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .co2Note ul {
    width: 100%;
  }
}
.co2Note ul li {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .co2Note ul li {
    font-size: 2.4rem;
  }
}
.co2Note ul li + li {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .co2Note ul li + li {
    margin-top: 0;
  }
}
.co2Note img + img, .co2Note img + ul {
  margin-left: 3.0rem;
}
@media screen and (max-width: 768px) {
  input[type="submit"], input[type="tel"], input[type="text"], select {
    -webkit-appearance: none;
    appearance: none;
  }
}
@media print {
  .scMenu {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image--medium.subjectList .list-link-image__item {
    margin-right: 0.1rem;
  }
}
@media screen and (min-width: 769px) {
  .list-link-image--medium.subjectList .list-link-image__item:nth-child(4) {
    margin-right: 0;
  }
}
.list-link-image--medium.subjectList .list-link-image__item a {
  align-items: center;
}
.list-link-image--medium.subjectList .list-link-image__item a h3, .list-link-image--medium.subjectList .list-link-image__item a p {
  width: 90%;
  text-align: cneter;
}
.pdflinks {
  margin-top: 30px;
  overflow: hidden;
}
.pdflinks a {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  float: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .pdflinks a {
    font-size: 2.4rem;
  }
}
.pdflinks a:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  background: url("../img/company/img_pdf.png") no-repeat 0 0;
  background-size: cover;
  width: 29px;
  height: 29px;
}
.section-content__text--text-align-left p + p {
  margin-top: 3rem;
}
.scicenter .list-link-image__text, .scicenter .list-link-image__heading {
  text-align: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .subjectMvbtn {
    flex-wrap: wrap;
    /*justify-content: center;*/
  }
}
@media screen and (max-width: 768px) {
  .subjectMvbtn .button-common--margin-top20 {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .subjectMvbtn .button-common-list__item:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
/*@media screen and (max-width: 768px) {
  .subjectMvbtn .button-common-list__item:nth-of-type(2n) {
    margin-left: 2.6rem;
  }
}*/
@media screen and (max-width: 768px) {
  .list-link-image--large-flex.subjectList .button-common--medium {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hide-sp, .nav-contact.only-pc, .nav-global__sub.only-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .button-common--sp-small.button-common--sp-full {
    width: 100%;
  }
}
.mlrauto {
  margin-right: auto;
  margin-left: auto;
}
.button-common--margin-top30 {
  margin-top: 2pxrem 30px !important;
}
.lido {
  width: 1rem;
  display: inline-block;
  position: relative;
}
.lido:before {
  display: inline-block;
  position: absolute;
  content: '';
  top: calc(50% - 0.7rem);
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  border: solid #d20f28;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  transition: border-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.article-press__inner img + img, .article-press__inner p + p, .article-press__inner img + p {
  margin-top: 1rem;
}
.news_border {
  background: #f5f5f5;
  padding: 30px;
  margin-top: 2rem;
}
@media all and (max-width: 768px) {
  .section-content__text, .section-content__text--note, .form-inquiry__note, .button-common--confirm input[type="submit"] {
    font-size: 14px;
  }
}
.listnumber_before {
  counter-reset: number 0;
}
.listnumber_before li span:before {
  counter-increment: number 1;
  content: counter(number) " ";
}
.news_border + p {
  margin-top: 2rem;
}
.article-press__inner ol + p img {
  padding-top: 2rem;
}
/*@media all and (min-width: 769px) {
  body#feature .section-content:nth-child(odd) .section-content__inner--flex {
    flex-direction: row-reverse; } }*/
body#feature .section-content.cntsec {
  padding-top: 10rem !important;
}
body#feature .section-content.cntsec + .cntsec {
  padding-top: 0 !important;
}
body#feature .section-content.cntsec .section-content__lead:first-child {
  margin-top: 0 !important;
}
body#feature .section-content.cntsec .section-content__inner-flex-image {
  margin-top: 0 !important;
}
/*----210819-co2--------------*/
sub {
  font-size: smaller;
}
.co2Box {
  display: block;
  padding: 30px 40px;
  background: #f5f5f5;
}
.co2Item {
  max-width: 100% !important;
  width: 100%;
}
.co2Total {
  background: #ffeeee;
}
.co2Total table, .co2Box table {
  border: none;
}
.co2Total table th, .co2Box table th, .co2Total table td, .co2Box table td {
  background: none;
  border: none;
  padding: 10px;
}
/*.co2Total table th, .co2Box table th{
	font-size: 2.4rem;
}
*/
.co2Total table th {
  color: #d20f28;
}
.co2Total table td, .co2Box table td {
  width: 60%;
}
.co2Total table th p, .co2Box table th p {
  font-weight: normal;
  /*font-size: 1.6rem;*/
}
.co2Total table {
  margin: 0 auto;
}
.totaltable {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
}
.totaltable th {
  color: #d20f28;
}
/*.co2Total table td select, .co2Box table td select {
  width: 150px; }*/
@media screen and (min-width: 769px) {
  .co2Total table td select, .co2Box table td select {
    font-size: 1.6rem
  }
}
.indentback {
  text-indent: -2em;
  padding-left: 2em;
}
.indentback-thanks {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.ferry-flex {
  display: flex;
  justify-content: flex-start;
}
.ferry-box {
  margin-right: 2rem;
}
.co2-time, .co2Notesp {
  display: none;
}
@media screen and (max-width: 1260px) {
  .co2Total table th, .co2Box table th {
    min-width: inherit;
  }
  .ferry-flex {
    display: block;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .ferry-box {
    margin-right: 0;
  }
  .co2Box {
    padding: 15px 20px;
  }
  .co2Total table td, .co2Box table td {
    width: 100%;
  }
  .co2Total table td select, .co2Box table td select {
    width: 100%;
  }
  .ferry-flex {
    display: block;
  }
}
@media print {
  html, body {
    height: auto;
  }
  .section-content__inner-flex-image, .mlrauto, header, footer, #about, #co2contact, .section-visual, .section-content--contact, .co2Note, #customerform {
    display: none !important;
  }
  .co2Box {
    padding: 0 30px;
  }
  .co2Box th {
    white-space: nowrap;
  }
  .co2-time {
    text-align: right;
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 20px 0;
  }
  .co2Notesp {
    display: block;
    max-width: 20rem;
    margin: 2rem auto 0 auto;
    line-height: 1;
  }
  .layout-content {
    padding: 0;
  }
  .section-content__inner {
    width: 110rem;
  }
  .section-content--padding-top100 {
    padding-top: 10px;
  }
  .co2Box, .co2Total {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
  }
  .co2Total dl {
    margin-top: 20px;
  }
  .co2Note {
    margin-top: 20px;
  }
  .co2Total table th, .co2Box table th, .co2Total table td, .co2Box table td {
    padding: 5px 0;
  }
}
.section-home-visual ul.button-common-list li a {
  color: #d20f28;
  background: #fff;
}
.section-home-visual ul.button-common-list li a.is-on {
  opacity: 0.7;
}
.section-visual ul.button-common-list li a {
  color: #d20f28;
  background: #fff;
}
.section-visual ul.button-common-list li a.is-on {
  opacity: 0.7;
}
.section-content__inner.fmeritTtl + .section-content__inner.section-content__inner--flex .section-content__lead--text-align-left, .section-content__inner.fmeritTtl + .section-content__inner.section-content__inner--flex .section-content__inner-flex-image {
  margin-top: 4.2rem;
}
.section-content__text p + p {
  margin-top: 3rem;
}
.article-press__inner table {
  width: 100%;
}
.article-press__inner table td {
  padding: 1.2rem;
}
@media all and (min-width: 769px) {
  .button-side-list {
    display: flex;
    justify-content: center;
  }
  .button-side-list .mlrauto {
    margin-right: inherit;
    margin-left: inherit;
  }
  .button-side-list div + div {
    margin-left: 1rem !important;
  }
}
@media all and (max-width: 768px) {
  .button-side-list {
    display: block;
  }
  .button-side-list div + div {
    margin-top: 1rem;
    margin-left: 0;
  }
}
@media all and (min-width: 769px) {
  .nav-global__body.megabody {
    align-items: inherit;
  }
  .nav-global__body.megabody .nav-menu__item {}
  .nav-global__body.megabody .nav-menu__item .js-nav-toggle-container {
    transition: .3s;
  }
  .nav-global__body.megabody .nav-menu__item .js-nav-toggle-container:hover, .nav-global__body.megabody .nav-menu__item:hover .js-nav-toggle-container {
    position: fixed;
    left: 0;
    top: 10rem;
    /*top: 100px;*/
    background: url("../img/common/megabody.png") repeat 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }
  .nav-global__body.megabody .nav-menu__item .js-nav-toggle-container:hover .nav-lower, .nav-global__body.megabody .nav-menu__item:hover .js-nav-toggle-container .nav-lower {
    display: block;
    max-width: 540px;
  }
  .megabody2 .nav-lower {
    max-width: 600px !important;
  }
  .megabody2-2 .nav-lower {
    max-width: 750px !important;
  }
  .megabody2-3 .nav-lower {
    max-width: 1170px !important;
  }
  .megabody2-3 .nav-lower li {
    width: 300px !important;
  }
  .nav-global__body.megabody .nav-menu__item .js-nav-toggle-container:hover .nav-lower li, .nav-global__body.megabody .nav-menu__item:hover .js-nav-toggle-container .nav-lower li {
    float: left;
    width: 180px;
  }
  li.nav-lower__item.nav-lower__item--heading {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    width: 160px !important;
  }
  li.nav-lower__item.nav-lower__item--heading a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: none !important;
  }
  .megabody2 a, .nav-global__body.megabody .nav-menu__item .js-nav-toggle-container:hover .nav-lower a, .nav-global__body.megabody .nav-menu__item:hover .js-nav-toggle-container .nav-lower a {
    display: block;
    padding: 10px 10px 10px 15px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    background: url("../img/common/megabody_icon.png") no-repeat 0 center;
  }
  .megabody3 a:hover, .megabody2 a:hover, .nav-global__body.megabody .nav-menu__item .js-nav-toggle-container:hover .nav-lower a:hover, .nav-global__body.megabody .nav-menu__item:hover .js-nav-toggle-container .nav-lower a:hover {
    opacity: 0.7;
  }
  .megabody3 li + li, .megabody2 li + li {
    margin-left: 30px;
  }
  .nlih01 {
    background: url("../img/common/nlih01.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .nlih02 {
    background: url("../img/common/nlih02.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .nlih03, .nlih04, .nlih05, .nlih06 {
    width: 160px;
    align-items: inherit !important;
  }
  .nlih03 {
    background: url("../img/common/nlih03.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .nlih04 {
    background: url("../img/common/nlih04.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .nlih05 {
    background: url("../img/common/nlih05.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .nlih06 {
    background: url("../img/common/nlih06.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .nlih08 {
    background: url("../img/common/nlih08.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .megabody3 li {}
  .megabody3 li a {
    background: #FFF;
    /*color: #d20f28;*/
    /*border: 1px solid #d20f28;*/
    padding: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
  }
  .megabody3 li a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #620000;
    border-left: 5px solid transparent;
    transform: rotate(135deg);
  }
  .megabody3 li img {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100%;
    max-height: 90px;
  }
}
.company_youtube {
  text-align: center;
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  .company_youtube iframe {
    height: 300px;
  }
  .nlih03, .nlih04, .nlih05, .nlih06, .nav-lower__item > a img {
    display: none !important;
  }
}
.section-content.company-top-section {
  padding-bottom: 5rem;
}
.section-content.company-top-section .section-content__inner:before {
  bottom: -6rem;
  height: 80%;
}
.section-content.company-top-section + section .section-content__heading {
  padding-top: 5rem;
}
.sd05 {
  margin-top: 4.2rem;
}
@media all and (min-width: 769px) {
  .sd05 {
    margin-top: 6.0rem;
  }
}
@media all and (min-width: 770px) {
  .list-link-icon__item a {
    width: 20rem;
    height: auto;
    padding: 2.0rem 0;
  }
  .list-link-icon__text {
    padding: 0 5% 5% 5%;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 768px) {
  .faqnavSp li:nth-child(n+3) {
    margin-top: 8px !important;
  }
}
.casestrong {
  color: red;
  text-decoration: underline;
}
body#faq {}
body#faq .button-common-list--center {
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 2%;
}
@media all and (max-width: 768px) {
  body#faq .button-common-list--center {
    padding: 0 5%;
  }
}
body#faq .button-common-list--center li {
  width: 31%;
  margin-right: 3%;
}
body#faq .button-common-list--center li .button-common--medium {
  width: auto;
  height: auto;
}
body#faq .button-common-list--center li .button-common--medium a {
  justify-content: flex-start;
  border: none;
  background: none !important;
  color: #d20f28 !important;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #d20f28;
  border-radius: 0;
  padding-left: 2rem;
  font-size: 1.6rem;
}
body#faq .button-common-list--center li .button-common--medium a:after {
  top: 0.5rem;
  right: inherit;
  left: 0.5rem;
}
body#faq .button-common-list--center li .button-common--medium a:hover:after {
  color: #d20f28 !important;
}
@media all and (max-width: 768px) {
  body#faq .button-common-list--center li {
    width: 100%;
    margin-right: 0;
  }
  body#faq .button-common-list--center li:nth-child(n+2) {
    margin-top: 20px !important;
  }
  .faqin span, body#faq .button-common-list--center li a {
    font-size: 3rem !important;
    padding-left: 3rem !important;
  }
  body#faq .button-common-list--center li .button-common--medium a:after {
    top: 1rem;
  }
}
@media all and (min-width: 769px) {
  body#faq .button-common-list--center li:nth-child(n+2) {
    margin-left: 0;
  }
  body#faq .button-common-list--center li:nth-child(n+4) {
    margin-top: 2%;
  }
  body#faq .button-common-list--center li:nth-child(3n) {
    margin-right: 0;
  }
}
.faqin {
  display: flex;
  flex-wrap: wrap;
}
.faqin span {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 5px;
  padding-left: 1.5rem;
}
.faqin span:before {
  content: "・";
  color: #d20f28;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 768px) {
  .faqin span {
    padding-left: 3rem;
  }
}
.footer-compareaircargo {
  margin-top: 2.4rem !important;
}
#subject_detail .caseBox.caseBox2 {
  padding-bottom: 0;
}
#subject_detail .caseBox .section-content__inner h2 {
  padding-top: 5.0rem;
}
.compare-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  font-size: 1.6rem;
}
@media all and (max-width: 768px) {
  .compare-flex {
    font-size: 3rem;
  }
}
.cf-cont {
  margin-left: 2rem;
}
.cf-cont p + p {
  margin-top: 1.5rem;
}
@media all and (max-width: 768px) {
  .compare-flex {
    display: block;
  }
  .cf-cont {
    margin-left: 0;
    margin-top: 2rem;
  }
  .cf-cont p {
    font-size: 14px;
  }
}
.campImgLayout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.5rem;
}
@media all and (max-width: 768px) {
  .campImgLayout {
    display: block;
    margin-top: 2.5rem;
  }
}
.cilitem + .cilitem {
  margin-left: 2rem;
}
@media all and (max-width: 768px) {
  .cilitem + .cilitem {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cilitem dl {
  margin-top: 2rem;
}
.cilitem dl dt {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 5px;
  background: #fbb7b7;
}
@media all and (max-width: 768px) {
  .cilitem dl dt {
    font-size: 16px;
  }
}
.cilitem dl dd {
  padding-left: 2rem;
  position: relative;
  margin: 1rem 2rem 0 2rem;
  font-size: 1.6rem;
}
@media all and (max-width: 768px) {
  .cilitem dl dd {
    font-size: 14px;
    padding-left: 20px;
  }
}
.cilitem dl dd:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.listinbtn {
  float: left;
}
@media all and (max-width: 768px) {
  .listinbtn, .listinbtn2 {
    float: none;
    display: block;
    width: 100%;
  }
}
#guide {
  padding-bottom: 0;
}
#guide .section-content__lead {
  margin-top: 0;
}
#guide .indentback {
  text-indent: -2.3em;
  padding-left: 2.3em;
}
#guide .indentback2 {
  text-indent: -1em;
  padding-left: 1em;
}
#guide .indentback3 {
  color: #d20f28;
}
#guide p + h4 {
  margin-top: 30px !important;
}
.wclose {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}
.wclose input {
  color: #d20f28;
  border: 1px solid #d20f28;
  background: #FFF;
  border-radius: 1000px;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  width: 30rem;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  transition: .3s;
}
.h4_guide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btn_guide {
  font-weight: normal;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #d20f28;
  padding: 5px 20px;
  font-size: 1.4rem;
  transition: .3s;
}
.btn_guide:before {
  content: "";
  border-top: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
}
.wclose input:hover, .btn_guide:hover {
  opacity: 0.7;
}
#guide .layout-content {
  padding-top: 5rem;
}
#guide .section-content {
  padding-bottom: 0;
}
@media all and (max-width: 768px) {
  .wclose input {
    height: 7rem;
    width: 80%;
  }
  .btn_guide {
    padding: 3px 15px;
    font-size: 12px;
  }
}
.co2Box table th span {
  display: inline-block;
  font-weight: normal;
  margin-left: 15px;
  color: #d20f28;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
.section-content.service6 {
  padding-bottom: 0;
}
.service6 .section-content__inner ul {
  background: #FEEEEE;
}
.service6 .kolayout {
  position: relative;
  justify-content: flex-start;
  padding: 1px 20px 20px 20px;
  background: #FEEEEE;
}
@media all and (min-width: 769px) {
  .service6 .section-content__inner ul {
    padding: 1px 20px 0 20px;
    background: #FEEEEE;
  }
  .service6 .section-content__inner + .section-content__inner ul {
    padding-bottom: 20px;
  }
  .service6 .kolayout {
    padding-left: 150px !important;
  }
}
.service6 .kolayout:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 30px;
  display: inline-block;
  width: 130px;
  height: 86px;
  background-size: cover !important;
  border: 1px solid #CCC;
}
.service6 .kolayout.japan:before {
  background: url("../img/service/detail/service6_icon01.png") no-repeat 0 0;
}
.service6 .kolayout.korean:before {
  background: url("../img/service/detail/service6_icon02.png") no-repeat 0 0;
}
.service6 .kolayout li {
  max-width: 150px;
}
.service6 .kolayout li:nth-child(even) {
  margin-right: 5px;
  margin-left: 5px;
}
.s6text {
  margin: 4rem 0;
}
.s6text p {
  font-size: 1.6rem;
}
@media all and (max-width: 768px) {
  .service6 .kolayout {
    padding-left: 0;
    padding-top: 100px;
  }
  .service6 .kolayout:before {
    left: calc(50% - 65px);
    top: 20px;
    width: 130px;
    height: 86px;
  }
  .service6 .kolayout li {
    max-width: inherit;
  }
  .s6text {
    font-size: 3rem;
    line-height: 2;
  }
  .s6text p {
    font-size: 3.0rem;
  }
}
.kskBox {
  display: flex;
  justify-content: space-between;
}
.kskBox .kskItem {
  width: 30%;
}
.kskBox .kskBorder {
  display: flex;
  align-items: flex-end;
  min-height: 180px;
}
.kskBox .kskBinner {
  text-align: center;
  color: #FFF;
  background: #6e6a6b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1.4;
}
.kskBox .kskBinner span {
  display: block;
}
.kskBox .ksk01 .kskBinner {
  font-size: 40px;
  min-height: 150px;
}
.kskBox .ksk01 .kskBinner span {
  font-size: 20px;
}
.kskBox .ksk02 .kskBinner {
  font-size: 30px;
  min-height: 50px;
  flex-direction: row;
}
.kskBox .ksk02 .kskBinner span {
  font-size: 20px;
}
.kskBox .ksk03 .kskBinner {
  font-size: 18px;
  min-height: 30px;
  flex-direction: row;
  background: #d30e29;
}
.kskBox .ksk03 .kskBinner span {
  display: inline-block;
  margin-left: 15px;
}
.kskBox .kskImg {
  margin-top: 15px;
}
.kskBox .kskImg img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: inherit;
}
.kskBox p {}
.kskBox p strong {
  text-align: center;
  display: block;
  margin: 15px 0;
  font-size: 20px;
}
.kskBox .ksk03 p strong {
  color: #d30e29;
}
@media all and (max-width: 768px) {
  .kskBox {
    display: block;
  }
  .kskBox .kskItem {
    width: 100%;
    margin-top: 30px;
  }
  .kskBox .kskBorder {
    min-height: inherit;
  }
}
.s6imglist {
  display: flex;
  justify-content: center;
}
.s6imglist div {
  text-align: center;
}
.s6imglist div + div {
  margin-left: 30px;
}
.s6imglist div span {
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  display: block;
}
.s6imglist img {
  max-width: 100%;
  margin: 0 auto;
}
.s6special {
  display: flex;
  justify-content: space-between;
}
.s6special p {
  flex: 1;
  margin-right: 30px;
}
@media all and (max-width: 768px) {
  .s6imglist {
    display: block;
  }
  .s6imglist div {
    text-align: center;
  }
  .s6imglist div + div {
    margin-left: 0;
    margin-top: 15px;
  }
  .s6imglist div span {
    font-size: 3rem;
  }
  .s6imglist img {
    max-width: 100%;
    margin: 0 auto;
    width: inherit;
  }
  .s6special {
    display: block;
  }
  .s6special p {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 3.0rem;
  }
}
.list-link-icon.newlist {
  flex-wrap: wrap;
  background: #FFF;
}
.list-link-icon.newlist li {
  width: 33%;
}
.list-link-icon.newlist li a {
  width: 100%;
  flex-direction: row;
  padding: 1.5rem 2rem;
  align-items: center;
}
.list-link-icon.newlist .list-link-icon__heading {
  margin-top: 0;
  margin-left: 1.6rem;
  text-align: left;
  font-size: 1.8rem;
}
@media all and (max-width: 768px) {
  .list-link-icon.newlist {
    display: flex;
  }
  .list-link-icon.newlist li {
    width: 50%;
    margin-top: 0 !important;
  }
  .list-link-icon.newlist li:nth-child(n+3) {
    margin-top: 2rem !important;
  }
  .list-link-icon.newlist li a {
    flex-direction: column;
  }
  .list-link-icon.newlist li a br {
    display: none;
  }
  .list-link-icon.newlist .list-link-icon__heading {
    font-size: 3rem;
  }
}
@media all and (min-width: 769px) {
  .nlih07 {
    background: url(../img/common/nlih07.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .nlih08 + ul li,
  .nlih07 + ul li {
    margin-left: 30px;
  }
  .indexmvsubject {
    background: #FFF;
    flex-wrap: wrap;
    padding: 0 1%;
  }
  .indexmvsubject .list-link-icon__item {
    width: 20%;
    padding: 0 1%;
  }
  .indexmvsubject .list-link-icon__item:nth-of-type(n + 2) a:before {
    display: none;
  }
  .indexmvsubject .list-link-icon__heading {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 768px) {
  .indexmvsubject li br, .indexmvsubject .list-link-icon__text {
    display: none;
  }
  /*.indexmvsubject li {
		width: 33% !important;
	}*/
  .indexmvsubject .list-link-icon__item a:before {
    display: block;
    position: absolute;
    content: '';
    background: #dcdcdc;
    z-index: 1;
    top: calc(50% - 30rem / 2);
    width: 0.2rem;
    height: 30rem;
    left: inherit;
    right: 0;
    display: none !important;
  }
  .indexmvsubject .list-link-icon__item:nth-of-type(3n) a:before {
    display: none;
  }
}
.pressContent {
  display: none;
}
.pressContent.show {
  display: block;
}
.form2layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.form2layout .formhlayout {
  width: 48%;
}
.form2layout .formhlayout h2 {
  padding-top: 0;
}
.form2layout .formhlayout .formimg {
  margin: 30px 0;
}
.form2layout .formhlayout .formimg img {
  display: block;
  margin: 0 auto;
}
.form2layout .formhlayout .forminfo {
  margin: 30px 0 0 0;
}
.form2layout .formhlayout .forminfo dl {}
.form2layout .formhlayout .forminfo dt {}
.form2layout .formhlayout .forminfo dd {}
@media all and (min-width: 769px) {
  .form2layout .formhlayout form {}
  .form2layout .formhlayout form .radiolist {
    flex-direction: column;
  }
  .form2layout .formhlayout form .form-inquiry__input-text, .form2layout .formhlayout form .form-inquiry__box {
    width: 100%;
  }
  .form2layout .formhlayout form .form-inquiry__heading {
    min-width: 20rem;
    width: inherit;
  }
  .form2layout .formhlayout form .form-inquiry__input-text--name {
    width: 15rem;
  }
  #State {
    padding: 0.8rem 1.5rem 0.8rem 1rem;
    margin: 1rem 0;
    border: 1px solid #dcdcdc;
  }
  .form2layout .formhlayout form .form-inquiry__input-text--address {
    margin-left: inherit;
  }
}
@media all and (max-width: 768px) {
  .form2layout {
    display: block;
  }
  .form2layout .formhlayout {
    width: 100%;
  }
  .form2layout .formhlayout h2 {
    padding-top: 0;
  }
  .form2layout .formhlayout .formimg {
    margin: 30px 0;
  }
  .form2layout .formhlayout .forminfo {
    margin: 30px 0 0 0;
  }
  .form2layout .formhlayout .forminfo dl {}
  .form2layout .formhlayout .forminfo dt {}
  .form2layout .formhlayout .forminfo dd {}
  .documentspan {
    width: 100% !important;
  }
}
.list-link-image__item:hover .button-common--red span {
  color: #FFF;
  background: #d20f28;
}
.tdflex {
  position: relative;
}
.em1 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .em1 {
    font-size: 2.6rem;
  }
  .em1 br {
    display: none;
  }
}
.slickmv {
  position: relative;
}
.slickmv * {
  white-space: normal;
}
.slickmv .slick-arrow {
  background: #D20F28;
  color: #FFF;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  z-index: 500;
}
.slickmv .slick-prev.slick-arrow {
  left: -15px;
}
.slickmv .slick-next.slick-arrow {
  right: -15px;
}
.slickmv .slick-prev.slick-arrow:before {
  content: "<";
  text-indent: 0;
  position: absolute;
}
.slickmv .slick-next.slick-arrow:before {
  content: ">";
  text-indent: 0;
  position: absolute;
}
.slickmv .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: -30px;
}
.slickmv .slick-dots li {
  padding: 0 0.5rem;
}
.slickmv .slick-dots li button {
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: #999;
  width: 7px;
  height: 7px;
}
.slickmv .slick-dots li.slick-active button {
  background: #D20F28;
}
@media all and (max-width: 768px) {
  .slickmv .slick-dots {
    bottom: -20px;
  }
  .slickmv .slick-dots li {
    width: 5% !important;
  }
}
.top2subject {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.top2subject li {
  width: 19%;
  margin-right: 1%;
  background: #FFF;
  box-sizing: border-box;
  padding: 15px;
  margin-top: 1%;
}
.top2subject li img {
  max-width: 100%;
}
.top2subject li * {
  width: auto !important;
  height: auto !important;
}
.top2subject li a {
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .top2subject li:nth-child(5n) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .top2subject {
    justify-content: space-between;
  }
  .top2subject li {
    width: 49%;
  }
}
.area-link:hover {
  opacity: 0.8;
}
.nav-footer + .nav-footer {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted #FFF;
}
.service-checklist {
  margin-top: 2rem;
}
.service-checklist li {
  display: flex;
  min-height: 10rem;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.6rem;
  line-height: 1.7066666667;
  font-weight: 500;
  width: 112.5rem;
  padding: 2.3rem 0;
}
.service-checklist li strong {
  font-weight: bold;
  font-size: 18px;
}
.service-checklist li:before {
  content: "";
}
.section-content--home-subject#subject {
  background: #d20f28;
}
.section-content--home-subject#subject .section-content__heading, .section-content--home-subject#subject .section-content__heading + p {
  color: #FFF;
}
.secimg {
  flex-direction: column;
  align-items: center;
}
.secimg-img {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.secimg-img a {
  display: inline-block;
  transition: 0.3s;
}
.secimg-img a:hover {
  opacity: 0.7;
}
.secimg-img img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.pagebnr a {
  display: inline-block;
}
.pagebnr a.is-on {
  transition: .3s;
  opacity: 0.7;
}
.nationalNavBnr {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
.nnbItem {}
.nnbItem + .nnbItem {
  margin-left: 30px;
}
.tdrBox {
  margin-top: 4rem;
  background: #F5F5F5;
  padding: 2.5rem;
}
.tdrBox a {
  background: #FFF;
}
.tdrBox p {
  text-align: left;
  margin-top: 0;
}
.tdrBox p strong {
  font-weight: bold;
  font-size: 2rem;
}
@media all and (max-width: 768px) {
  .nationalNavBnr {
    display: block;
    margin-top: 9rem;
    padding: 0 5%;
  }
  .nnbItem {}
  .nnbItem + .nnbItem {
    margin-top: 30px;
    margin-left: 0;
  }
  .tdrBox .button-common--sp-small {
    width: auto;
  }
  .tdrBox a {}
  .tdrBox p {
    text-align: left;
  }
  .tdrBox p strong {
    font-size: 3.6rem;
  }
}
.btn-subject-list {
  margin-bottom: 2.3rem;
}
@media all and (min-width: 769px) {
  .sclist .scMenu .scItem:nth-child(1) li.bookingList {
    margin-left: 0 !important;
    margin-top: 5px;
    width: 100%;
    border-top: none;
  }
  .sclist .scMenu .scItem:nth-child(1) li.bookingList + li.bookingList {
    margin-top: 0;
  }
}
.sclist .scMenu .scItem:nth-child(1) li.bookingList a {
  white-space: normal;
  border: none;
  padding: 0 0 0 10px;
  font-size: 13px;
  letter-spacing: -1px;
  line-height: 1.36;
  position: relative;
}
.sclist .scMenu .scItem:nth-child(1) li.bookingList a:hover {
  color: #D11325 !important;
  background: #FFF !important;
  opacity: 0.7;
  text-decoration: underline;
}
li.bookingList a:before {
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  border-top: 5px solid transparent;
  border-left: 7px solid #D11325;
  border-bottom: 5px solid transparent;
  background: none !important;
  width: auto;
  height: auto;
}
@media all and (max-width: 768px) {
  .sclist .scMenu .scItem:nth-child(1) li.bookingList {
    width: 100%;
  }
  .sclist .scMenu .scItem:nth-child(1) li.bookingList a {
    text-decoration: underline;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
  }
  li.bookingList a:before {
    position: static;
    margin-right: 5px;
  }
  .sclist .scMenu .scItem:nth-child(1) li.bookingList a br {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .nav-contact__item--schedule, .nav-contact__item--co2, .nav-contact__item--contact {
    border-top: 1px solid #DDD;
  }
  .nav-contact.close-box {
    right: -10rem;
    box-shadow: none !important;
  }
}
.nav-close {
  position: relative;
}
.nav-close span {
  position: absolute;
  right: 10rem;
  display: inline-block;
  background: #D20F28;
  color: #FFF;
  padding: 10px;
  line-height: 1;
  z-index: -1;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%) !important;
}
.nav-close span:before {
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  transition: .3s;
}
.nav-close span.close-box:before {
  transform: rotate(-135deg);
}
.nav-contact__item a.colorlink {
  /*background: #D20F28 !important;
	color: #FFF !important;*/
  transform: .3s;
}
.nav-contact__item a.colorlink.is-on {
  background: #D20F28 !important;
  color: #FFF !important;
  /*color: #D20F28 !important;
	background: #FFF !important;*/
  opacity: 1 !important;
}
.nav-contact__item--schedule a.colorlink:before {
  background-image: url(../img/common/icn_scheduleR.svg);
}
.nav-contact__item--schedule a.colorlink.is-on:before {
  background-image: url(../img/common/icn_schedule.svg);
}
.nav-contact__item--download a.colorlink:before {
  background-image: url(../img/common/icn_downloadR.svg);
}
.nav-contact__item--download a.colorlink.is-on:before {
  background-image: url(../img/common/icn_download.svg);
}
.nav-contact__item--co2 a.colorlink:before {
  background-image: url(../img/common/icn_co2R.svg);
}
.nav-contact__item--co2 a.colorlink.is-on:before {
  background-image: url(../img/common/icn_co2.svg);
}
.nav-contact__item--contact a.colorlink:before {
  background-image: url(../img/common/icn_contactR.svg);
}
.nav-contact__item--contact a.colorlink.is-on:before {
  background-image: url(../img/common/icn_contact.svg);
}
.pd-10 {
  padding-bottom: 10rem;
}
/*----------------------
220913
-----------------------*/
.nav-global__body.megabody .nav-menu__item .js-nav-toggle-container:hover .nav-lower.flex, .nav-global__body.megabody .nav-menu__item:hover .js-nav-toggle-container .nav-lower.flex {
  display: flex;
  flex-wrap: wrap;
}
.button-common--confirm input[type="submit"]:disabled {
  background: #CCC;
  cursor: inherit;
  color: #fff;
  border: 1px solid #ccc;
}
.g-recaptcha {
  margin-top: 40px;
}
.note__indent {
  font-size: 1.6rem;
  line-height: 1.8666666667;
  text-indent: -2.7em;
  padding-left: 2.7em;
}
@media all and (max-width: 768px) {
  .note__indent {
    font-size: 14px;
  }
}
.content-table {
  width: 1200px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .content-table {
    width: 92.1875vw;
  }
}
.content-table--bg-white .content-table__row {
  background-color: #fff !important;
}
.content-table--text-center {
  text-align: center !important;
}
.content-table__thead .content-table__row {
  border-bottom: none;
}
.content-table__row {
  background-color: #fff;
  border-bottom: 1px solid #d0d2d5;
}
.content-table__row:nth-of-type(2n) {
  background-color: #f4f7fc;
}
.content-table__row--all .content-table__data:nth-of-type(n + 2) {
  border-left: none;
}
.content-table__head {
  color: #fff;
  background-color: #d20f28;
  /*  font-size: 1rem;*/
  line-height: 2;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .content-table__head {
    line-height: 1.444;
    height: 10.4166666667vw;
  }
}
.content-table__head--w360 {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .content-table__head--w360 {
    width: 27.65625vw;
  }
}
.content-table__head--w160 {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .content-table__head--w160 {
    width: 12.2903645833vw;
  }
}
.content-table__head--w300 {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .content-table__head--w300 {
    width: 23.046875vw;
  }
}
.content-table__head--w720 {
  width: 720px;
}
@media screen and (max-width: 768px) {
  .content-table__head--w720 {
    width: 55.3125vw;
  }
}
.content-table__head--w240 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .content-table__head--w240 {
    width: 20vw;
  }
}
.content-table__head:nth-of-type(n + 2) {
  border-left: 1px solid #d0d2d5;
}
.content-table__data {
  /*  font-size: 0.875rem;*/
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 300;
  height: 90px;
  padding: 0 20px;
  vertical-align: middle;
}
.content-table__data__no-border {
  border: none !important;
  text-align: center;
  padding-bottom: 12px;
}
.content-table__data__no-border span {
  display: block;
}
@media screen and (max-width: 768px) {
  .content-table__data__no-border {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .content-table__data {
    height: 11.71875vw;
    padding: 0 2.6041666667vw;
  }
}
.content-table__data:nth-of-type(n + 2) {
  border-left: 1px solid #d0d2d5;
}
.content-table__data--bold {
  font-size: 1rem;
  font-weight: bold;
}
.content-table__data--alignright {
  text-align: right;
}
.content-table__title {
  margin: 80px 0 15px;
  text-align: center;
  font-size: 1.5rem;
}
.content-table__article-in {
  width: 790px;
  margin-top: 40px;
  border-right: 1px solid #d0d2d5;
  border-left: 1px solid #d0d2d5;
}
@media screen and (max-width: 768px) {
  .content-table__article-in {
    width: 100%;
  }
}
.content-table__article-in .content-table__head {
  line-height: 1.3;
}
#use_iot .content-table__title {
  margin: 100px 0 15px;
}
@media screen and (max-width: 768px) {
  #use_iot .content-table__title {
    margin: 37px 0 15px;
  }
}
/*---------------------
221212
----------------------*/
.mt0 {
	margin-top:0!important;
}
.mb4rem {
  margin-bottom: 4rem;
}
.pd-l2rem {
  padding-left: 2rem;
}
.list-number__item__flex {
  display: flex;
}
.list-number__item__flex__item {
  margin-right: 40px;
}
.list-number__item__flex .list-number__item__flex__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .list-number__item__flex {
    display: block;
  }
  .list-number__item__flex__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.button-common--col-5 {
	width: 21rem;
}
.radiolist.folding li{
    margin-right:30px;
}
@media screen and (max-width: 768px) {
    .radiolist li.radiolist_item_wide {
        width:100%;
    }
}

.list-label {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.list-label span {
  border-radius: 5000px;
  display: inline-block;
  padding: 3px 15px;
  color: #FFF;
}
.list-label.ll01 span {
  background: #d20f28;
}
.list-label.ll02 span {
  background: #EF810F;
}

.case-img2-2 {
  display: flex;
  justify-content: flex-start;
}
.case-img2-2 .ci2-2 {
}
.case-img2-2 .ci2-2 + .ci2-2 {
}
.case-img2-2 .ci2-2 img {
  max-width: 100%;
}
.case-img2-2 .ci2-2 h5 {
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 700;
  margin-top: 4.2rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 768px) {
  .case-img2-2 {
    flex-direction: column;
  }
  .case-img2-2 .ci2-2 + .ci2-2 {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .case-img2-2 .ci2-2 h5 {
    font-size: 16px;
  }
}


.case-img figure.cont-none::before {
    content:none;
}

.list-link-image--document .list-link-image__item-float-box-red {
    background: #fff;
    padding: 17px;
    width: 29.2rem;
}

.list-link-image--document .list-link-image__item-float-box-red:nth-of-type(4n), 
.list-link-image--document .list-link-image__item-float-box-red:nth-of-type(4n - 1),
.list-link-image--document .list-link-image__item-float-box-red:nth-of-type(4n - 2) {
    margin-left: 1rem;    
}
@media all and (max-width: 768px) {
    .list-link-image--document .list-link-image__item-float-box-red{
        width:31.9rem;
    } 
    .list-link-image--document .list-link-image__item-float-box-red:nth-of-type(4n - 1) {
        margin-left:0;
    }

}

.imgcap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imgcap strong {
  display: block;
  margin: 10px 0;
  font-weight: bold;
  background: #DDD;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.imgcap ul {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}
.imgcap ul li {
    width: calc(50% - 20px);
}

.stronghead {
}
.stronghead span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.stronghead strong {
  font-weight: bold;
  color: #D20F28;
  font-size: 3.4rem;
}
.flowdec {
  display: flex;
  height: 50px;
  min-width: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flowdec:before {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #D20F28;
}
@media all and (max-width: 768px) {
  .flowdec {
  }
  .flowdec:before {
    content: "";
    border-right: 15px solid transparent;
    border-top: 15px solid #D20F28;
    border-left: 15px solid transparent;
    border-bottom: none;
  }
}

.s_08 {
}
.accordion_area {
  display: flex;
  gap: 5%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.accordion_area:after,
.accordion_one {
  width: 30%;
  content: "";
}
.accordion_one {
  background: #FFF;
}
.accordion_header {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.accordion_header.open,
.accordion_header:hover {
  background: #f5f5f5;
}
.accordion_header:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 30px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #D20F28;
  border-right: 1px solid #D20F28;
  transform: rotate(45deg);
  transition: .3s;
}
.accordion_header.open:after {
  transform: rotate(135deg);
}
.accordion_inner {
  display: none;
}
.accordion_inner ul {
  list-style: disc;
  padding-left: 20px;
  padding-top: 10px;
}
.accordion_inner ul li {
}
.accordion_inner ul li::marker {
  color: #D20F28;
}

@media all and (max-width: 768px) {
  .accordion_area {
  }
  .accordion_area:after,
  .accordion_one {
    width: 100%;
  }
  .accordion_header {
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
  }
  .accordion_inner ul li {
    font-size: 15px;
  }
}

.section-content--float-box-red2 {
    background: #F5F5F5;
}
.section-content--float-box-red2 h3.section-content__heading {
  background: #d20f28;
  color: #FFF;
  padding: 5rem 0;
}
.section-content--float-box-red2 .section-content__inner {
    padding: 40px 0 0 0;
}

.js-modal-icon {
  position: relative;
  transition: .3s;
}
.js-modal-icon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: #0000009e url("/assets/img/service/detail/js-modal-icon.png") no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 40px;
  padding: 15px;
}
.js-modal-icon:hover:after {
  opacity: 0.7;
}

.btnlayout2-2 {
  gap: 0 2rem;
}
.btnlayout2-2 .button-common--large {
  width: 28rem;
}
@media all and (max-width: 768px) {
  .btnlayout2-2 .button-common--large {
    width: 100%;
  }
}

.modal {
  z-index: 500;
}
.modal_flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px;
}
.modal_flow .modal_flow-img {
  min-width: 40%;
}
.modal_flow .modal_flow-cont .center {
  width: 100%;
}
.modal_flow .modal_flow-cont a {
  margin: 30px 0 0 0;
}
.modal_flow .modal_flow-cont ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.modal_flow .modal_flow-cont li {
  width: calc(33% - 20px);
}
@media all and (max-width: 768px) {
  #service_domestic_flow .modal-content .modal_head {
    padding: 5px 15px;
  }
  .modal_flow {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .modal_flow .modal_flow-img {
    min-width: inherit;
  }
  .modal_flow .modal_flow-cont {
    width: 100%;
  }
  .modal_flow .modal_flow-cont a {
    margin: 20px 0 0 0;
  }
  .modal_flow .modal_flow-cont ul {
    flex-wrap: wrap;
  }
  .modal_flow .modal_flow-cont li {
    width: calc(50% - 20px);
    font-size: 13px;
  }
}

.radiolist.mr0list li {
  margin-right: 0;
}

.column-dl-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 30px 0;
  margin-top: 3rem;
}
.column-dl-list + .column-dl-list {
  border-top: none;
  margin-top: 0;
}
.column-dl-list:last-child {
  margin-bottom: 30px;
}
.cdl-img {
  min-width: 300px;
}
.cdl-img img {
  max-width: 300px;
}
.cdl-cont {
}
.cdl-cont p {
  font-size:1.6rem;
  line-height: 2;
}
.cdl-head {
  /*margin-bottom: 10px;*/
  font-size: 1.8rem;
  font-weight: bold;
}
.cdl-head span {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 5px 30px;
  margin-bottom: 10px;
  background: #D20F28;
  min-width: 150px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .column-dl-list {
    display: block;
    padding: 30px 0;
    margin-top: 3rem;
  }
  .cdl-img {
    min-width: inherit;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .cdl-img img {
    max-width: 100%;
  }
  .cdl-head {
    font-size: 16px;
    margin-top: -4px;
  }
  .cdl-head span {
    font-size: 12px;
    padding: 1px 17px;
  }
  .cdl-head p {
    font-size: 14px;
  }
  .cdl-cont p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .cdl-head span {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .cdl-head br {
    display: none;
  }
  .cdl-head a {
    font-size: 1.6rem;
  }
}

.column3title {
  font-size: 3rem;
  border-bottom: 2px solid #dcdcdc;
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
}
.column3title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 80px;
  background: #D20F28;
}
.column4title {
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 10px;
  line-height: 1.4;
  border-left: 2px solid #D20F28;
}
* + .column4title {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .columnbtntype1 {
    width: 50rem;
  }
  .columnbtntype2 {
    width: 50rem;
  }
  .columnbtntype3 {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .column3title {
    font-size: 18px;
  }
  .column4title {
    font-size: 16px;
  }
  .columnbtntype1 {
    text-align: center;
  }
  .columnbtntype2 {
  }
  .columnbtntype3 {
    height: auto;
  }
  .columnbtntype3 a {
    height: 10rem;
  }
  .columnbtntype3 a + a {
    margin-top: 20px;
  }
}



.txt-l {
    text-align: left!important;
}
.mt-5 {
    margin-top: 5rem;
}
span.marker {
    background: linear-gradient(transparent 60%, #ff6 60%);
}
.subject-reference__item {
    display: flex;
    align-items: center;
    margin-top: 5rem;
}
.subject-reference__item__imgbox {
    margin-right: 50px;
}
.subject-reference__item__txtbox {
    flex: 1;
    font-size: 1.6rem;
}
.subject-reference__item__txtbox p {
    margin-bottom: 1rem;
}
.subject-reference__item__txtbox p:last-child {
    margin-bottom: 0;
}
.subject-reference__item__txtbox strong {
    font-weight: bold;
}
.subject-reference__item__txtbox small {
    font-size: smaller;
}
.subject-reference__item__summary {
    margin-top: 3rem;
}
.subject-reference__item__summary p {
    font-size: 1.6rem;
}
.subject-reference__item__summary strong {
    font-weight: bold;
}
.subject-resource {
    margin-top: 3rem;
    background-color: #fff6f6;
    padding: 38px;/* border: 1px solid #ddd; */
}
.subject-resource ul li {
    margin-bottom: 0.8rem;
    padding-left: 1rem;
    text-indent: -1rem;
}
.subject-resource ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.subject-reference__item {
    display: block;
}
.subject-reference__item__imgbox {
    margin-right: 0;
    margin-bottom: 3rem;
}
.subject-reference__item__txtbox {
    font-size: 14px;
    margin-top: 3rem;
}
.subject-reference__item__txtbox p {
    margin-bottom: 1rem;
}
.subject-reference__item__summary p {
    font-size: 14px;
}
.subject-resource {
    padding: 20px;
}
.subject-resource ul li {
    font-size: 13px;
}
}
.detail13 .modal-content {
    max-height: 80%;
}
.detail13 .modal-content .modal_inner {
    margin: 30px 0;
}

/*20230607追加*/	
@media screen and (max-width: 768px) {	
.national_w100 {	
width: 100%;	
}	
.national_tc {	
text-align: center;	
}	
.national_ma {	
margin: 0 auto;	
}
.service9imgsp img {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
}

.modal_pop{
  width: 100vw;
  height: 100vh;
  position:fixed;
  top: 0;
  left:0;
  z-index:9997!important;
}
.show_pop {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transform: .3s;
}
.show_pop:hover {
  opacity: 0.7;
}
.show_pop:after {
  content: "";
  background: rgba(0,0,0,.7);
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.bg{
  background-color: #1119;
  width: 100%;
  height: 100%;
  position:fixed;
  z-index:9998!important;
}
.modal_pop img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index:9999!important;
}
/*230803_プライバシーポリシー差し替え*/
.sitepolicy_section-content .section-content__inner:first-child {
  padding-top: 10rem;
  padding-bottom: 2rem;
}
.sitepolicy_section-content .section-content__inner:first-child p {
  text-align: right!important;
}
.sitepolicy_section-content h4 {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.sitepolicy_section-content .section-content-list-number__item {
  text-indent: -1.5em;
  padding-left: 1.2em;
}
.sitepolicy_section-content h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 3rem;
}
.sitepolicy_section-content h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #D20F28;
}
@media screen and (max-width: 768px){
  .sitepolicy_section-content h4 {
    font-size: 16px;
	margin-top: 40px;
  }
  .sitepolicy_section-content h5 {
  	font-size: 14px;
  }
}



.section-content.subject__download {
  text-align: center;
}
.section-content.subject__download .section-content__inner {
  background: #d20f28;
  padding: 10px;
  margin-top: 10rem;
  max-width: 115rem;
}
.section-content.subject__download h3 {
  color: #FFF;
  font-size: 34px;
  font-weight: bold;
  padding: 10px 20px 20px 20px;
}
.section-content.subject__download h3 strong {
  font-size: 26px;
}
.section-content.subject__download .section-content__inner .subject__download__inner {
  background: #fae7e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 38px 0;
}
.section-content.subject__download .section-content__inner .subject__download__inner.not2024 {
  padding: 38px;
}
.section-content.subject__download .subject__download__box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 38px;
  padding-bottom: 20px;
  background: #FFF;
}
.section-content.subject__download .subject__download__quetion {
  font-size: 28px;
}
.section-content.subject__download p {
  font-size: 16px;
}
.section-content.subject__download .subject__download__list {
  margin-top: 20px;
  padding-bottom: 20px;
  /*position: relative;*/
}
.section-content.subject__download .subject__download__list:before {
  content: "";
  border-right: 57rem solid transparent;
  border-bottom: 50px solid #fae7e9;
  border-left: 0 solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-content.subject__download .subject__download__list:after {
  content: "";
  border-right: 0 solid transparent;
  border-bottom: 50px solid #fae7e9;
  border-left: 57rem solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-content.subject__download .subject__download__list li {
  font-size: 18px;
  text-align: left;
  display: flex;
  align-items: center;
}
.section-content.subject__download .subject__download__list li + li {
  margin-top: 10px;
}
.section-content.subject__download .subject__download__list li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 19px;
  height: 17px;
  background: url("/assets/img/subject/detail08/sd__icon.png") no-repeat 0 0;
}
.section-content.subject__download .subject__download__end {
  color: #d20f28;
  font-weight: bold;
  font-size: 26px;
  margin: 30px auto 20px auto;
}
.section-content.subject__download .subject__download__img {
  margin-bottom: 20px;
}
.section-content.subject__download .subject__download__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.section-content.subject__download .subject__download__btn {
  text-align: center;
  margin-top: 20px;
}
.section-content.subject__download .subject__download__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #d20f28;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 9999px;
  text-decoration: none;
  min-width: 630px;
  height: 60px;
}
@media all and (max-width: 768px) {
  .section-content.subject__download {
    text-align: center;
  }
  .section-content.subject__download .section-content__inner {
    background: #d20f28;
    padding: 10px;
  }
  .section-content.subject__download .subject__download__box {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .section-content.subject__download .section-content__inner .subject__download__inner {
    padding: 0 0 20px 0;
  }
  .section-content.subject__download .section-content__inner .subject__download__inner.not2024 {
    padding: 20px !important;
  }
  .section-content.subject__download h3 {
    font-size: 4.6rem;
  }
  .section-content.subject__download h3 strong {
    font-size: 3.2rem;
  }
  .section-content.subject__download .subject__download__quetion {
    font-size: 28px;
  }
  .section-content.subject__download .subject__download__end {
    font-size: 20px;
    margin-top: 0;
    padding: 0 20px;
  }
  .section-content.subject__download .subject__download__img,
  .section-content.subject__download .subject__download__img + p {
    padding: 0 20px;
  }
  .section-content.subject__download .subject__download__btn {
    width: 100%;
    padding: 0 20px;
  }
  .section-content.subject__download .subject__download__btn a {
    min-width: inherit;
  }
}

.dlbnr__wid {
  border: 3px solid #d20f28;
  padding: 10px 30px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #FFF;
  max-width: 110rem;
  margin: 0 auto;
  margin-top: 50px;
}
.dlbnr__wid__img {
}
.dlbnr__wid__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 260px;
}
.dlbnr__wid__cont {
}
.dlbnr__wid__ttl {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.8;
}
.dlbnr__wid__ttl strong {
  color: #d20f28;
}
.dlbnr__wid__bnr {
  margin-top: 30px;
}
.dlbnr__wid__bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #d20f28;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 9999px;
  text-decoration: none;
  height: 50px;
  padding: 0 50px;
  float: left;
}
@media all and (max-width: 768px) {
  .dlbnr__wid {
    padding: 30px;
    flex-direction: column;
    gap: 20px;
  }
  .dlbnr__wid__img img {
    max-height: inherit;
  }
  .dlbnr__wid__ttl {
    font-size: 4.6rem;
    line-height: inherit;
  }
  .dlbnr__wid__bnr {
    margin-top: 20px;
  }
  .dlbnr__wid__bnr a {
    padding: 0 30px;
    float: inherit;
  }
}

.subject__download__2024 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    width: 100%;
}
.subject__download__2024 + .subject__download__btn {
  margin-top: 0 !important;
}
.subject__download__2024 .subject__download__img {
    margin-bottom: 0;
}
.subject__download__2024 dl {
    background: #FFF;
    padding: 30px;
    text-align: left;
    font-size: 18px;
    max-width: 400px;
    width: 100%;
    line-height: 2;
}
.subject__download__2024 dl dt {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.subject__download__2024 dl dt:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  width: 29px;
  background: url("../img/subject/detail08/icon2024.png") no-repeat 0 0;
}
.subject__download__2024 dl dd {
  position: relative;
  padding-left: 1em;
}
.subject__download__2024 dl dd:before {
  content: "・";
  color: #D20F28;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 768px) {
  .subject__download__2024 {
      flex-direction: column;
  }
  .subject__download__2024 dl {
    padding: 20px;
  }
  .section-visual--lower .section-visual__background.mvsp80 {
    height: 80rem;
  }
}

@media all and (min-width: 769px) {
  .flexrem1 h3,
  .flexrem1 figure {
    margin-top: 1rem !important;
  }
}

.single-column p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1.5rem;
  text-align: left;
}
.single-column p strong {
  font-weight: bold;
}
.single-column p + p {
  margin-top: 3rem;
}
.cdl-head + p {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .single-column p {
    font-size: 14px;
    margin-top: 0;
  }
}


.button-common-list.bcl-type2 {
  flex-wrap: wrap;
  gap: 20px;
  flex: 1;
}
.button-common-list.bcl-type2 li {
  margin: 0 !important;
}

.homelogolayout {
  display: flex;
  justify-content: flex-start;
  gap: 30px 15px;
  margin-top: 30px;
}
.homelogolayout li {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(100% / 8 - 14px);
}
@media all and (max-width: 768px) {
  #homelogolayout {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .homelogolayout {
    margin-top: 10px;
    gap: 0 15px;
  }
  .homelogolayout li {
    /*width: calc(33% - 15px) !important;*/
    min-height: 60px;
    padding: 0 10px;
  }
  .homelogolayout li img {
    width: auto !important;
  }
  .homelogolayout:after {
    content: "";
    width: calc(33% - 15px);
  }
}

.section-content#page_schedule {
  margin-bottom: 0;
}
.nvocc_schedule {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
}
.nvocc_schedule a {
  color:#db3f53;
  text-decoration: underline;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 10px;
  position: relative;
  float: left;
}
.nvocc_schedule a:hover {
  text-decoration: none;
}
.nvocc_schedule a:before {
  content: ">";
  position: absolute;
  left: 0;
}
.nvocc_schedule a:after {
  content: url("../img/service/icon_pdf.png");
  margin-left: 5px;
  max-height: 20px;
}
.nvocc_schedule .nvocc_schedule_ttl {
  background: #feeeee;
  padding: 10px 25px;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}
.nvocc_schedule .nvocc_schedule_ttl .nvocc_schedule_ttl01 {
  min-width: 170px;
}
.nvocc_schedule .nvocc_schedule_ttl .nvocc_schedule_ttl02 {
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
@media all and (max-width: 768px) {
  .section-content#page_schedule {
    margin-bottom: 0;
  }
  .nvocc_schedule {
    gap: 50px;
    margin-top: 4rem;
    flex-direction: column;
  }
  .nvocc_schedule .nvocc_schedule_ttl {
    padding: 10px 25px;
    font-size: 26px;
  }
  .nvocc_schedule .nvocc_schedule_ttl .nvocc_schedule_ttl02 {
    display: none;
  }
}

.nvocc_schedule .nvocc_schedule_pdf {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nvocc_schedule .nvocc_schedule_pdf_list {
}
.nvocc_schedule .nvocc_schedule_head {
  font-size: 20px;
  font-weight: bold;
  color: #d20f28;
  border-bottom: 1px solid #CCC;
  display: block;
  padding-bottom: 15px;
}
.nvocc_schedule .nvocc_schedule_inner {
  font-size: 16px;
}
.nvocc_schedule .nvocc_schedule_inner_mini {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}
.nvocc_schedule dl {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.nvocc_schedule dl dt {
  min-width: 220px;
}
.nvocc_schedule dl dd {
  flex: 1;
  width: 275px;
}
@media all and (max-width: 768px) {
  .nvocc_schedule .nvocc_schedule_head {
    font-size: 18px;
  }
  .nvocc_schedule .nvocc_schedule_inner {
    font-size: 15px;
  }
  .nvocc_schedule .nvocc_schedule_inner_mini {
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0;
  }
  .nvocc_schedule dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
  }
  .nvocc_schedule dl + dl {
    margin-top: 20px;
  }
  .nvocc_schedule dl dt {
    min-width: 120px;
    width: 100%;
  }
  .nvocc_schedule dl dd {
    flex: auto;
  }
}

.nvocc_schedule .nvocc_schedule_excel {
  width: 100%;
  max-width: 35rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nvocc_schedule .nvocc_schedule_excel ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nvocc_schedule .nvocc_schedule_excel ul li a:after {
  content: url("../img/service/icon_excel.png");
}
@media all and (max-width: 768px) {
  .nvocc_schedule .nvocc_schedule_excel {
    max-width: inherit;
    font-size: 15px;
  }
}

.nvocc_span {
  display: inline-block;
  margin-left: 10px;
}
@media all and (max-width: 768px) {
  .nvocc_span {
    display: block;
    margin-left: 0;
  }
}

@media all and (max-width: 768px) {
#equipment_container .button-common-list--nav .button-common-list__item .button-common--medium,
#equipment_group .button-common-list--nav .button-common-list__item .button-common--medium,
#service_national_case .button-common-list--nav .button-common-list__item .button-common--medium,
#service_national_feature .button-common-list--nav .button-common-list__item .button-common--medium,
#service_national_characteristic .button-common-list--nav .button-common-list__item .button-common--medium {
  width: 31rem;
}
#service_national_case .button-common-list--nav .button-common-list__item:nth-of-type(n + 2),
#service_national_feature .button-common-list--nav .button-common-list__item:nth-of-type(n + 2),
#service_national_characteristic .button-common-list--nav .button-common-list__item:nth-of-type(n + 2) {
  margin-top: 0 !important;
}
}

.kampuferryBox {
  display: flex;
  flex-direction: column;
  min-width: 36%;
  max-width: 36%;
  gap: 10px;
}
.kampuferryBox ul {
  min-width: 100% !important;
  max-width: 100% !important;
}
.kampuferryBox01:before,
.kampuferryBox02:before {
  font-size: 1.3rem;
}
.kampuferryBox01,
.kampuferryBox02 {
  display: flex;
  flex-direction: column;
}
.kampuferryBox01:before {
  content: "【輸出入】";
}
.kampuferryBox02:before {
  content: "【輸出】";
}
@media all and (max-width: 768px) {
  .kampuferryBox {
    min-width: 100%;
    max-width: 100%;
    gap: 10px;
    margin-top: 10px;
  }
  .kampuferryBox01:before,
  .kampuferryBox02:before {
    font-size: 13px;
  }
  .kampuferryBox01,
  .kampuferryBox02 {
    display: flex;
    flex-direction: column;
  }
}

.flex-reverse {
  display:flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 15px;
}
@media all and (max-width: 768px) {
  .flex-reverse {
    flex-wrap: wrap-reverse;
  }
}

.detail05-timetable-content {
  margin-top: 4.2rem;
}
.detail05-timetable-content .timetable-title {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.detail05-timetable-content .timetable-title h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 40px;
}
.detail05-timetable-content .timetable-title h3:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background-image: url("../img/service/detail/icon-time.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.detail05-timetable-content .timetable-box + .timetable-box {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .detail05-timetable-content .timetable-title {
    margin-bottom: 20px;
  }
  .detail05-timetable-content {
    margin-top: 6rem;
  }
  .detail05-timetable-content .timetable-title h3 {
    font-size: 3rem;
  }
}


section:not(.ecsection) + section.ecsection {
  background: #f5f5f5;
}
section:not(.ecsection) + section.ecsection:nth-of-child(2n) {
  background: #FFF;
}

section.ecsection.eclayout01 {
  padding-bottom: 0
}
.eclayout01 .section-content__inner--flex {
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-weight: bold;
  font-size: 18px;
  padding: 40px 0;
}
.eclayout01 .section-content__inner--flex ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.eclayout01 .section-content__inner--flex ul li {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.eclayout01 .section-content__inner--flex ul li:before {
  content: "✓";
  color: #FFF;
  display: flex;
  background: #FF0000;
  border-radius: 9999px;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 1px;
  margin-top: 0.8rem;
}
@media all and (max-width: 768px) {
  .eclayout01 .section-content__inner--flex ul li:before {
    margin-top: 1.5rem;
  }
}

.eclayout02 {
}
.eclayout02 .solution_point {
}
.eclayout02 .solution_point-inner {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 4.2rem;
}
@media all and (max-width: 768px) {
  .eclayout02 .solution_point-inner {
    gap: 30px;
  }
}
.eclayout02 .solution_point-item {
  background: #f5f5f5;
  padding: 50px;
  width: 100%;
  max-width: 560px;
  position: relative;
}
.eclayout02 .solution_point-item .solution_point-count {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 20;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 80px;
  height: 80px;
  background: #D20F28;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: YakuHanMP, "TsukuMin", serif;
}
.eclayout02 .solution_point-item .solution_point-count span {
  font-size: 30px;
  display: block;
}
.eclayout02 .solution_point-item .solution_point-img {
}
.eclayout02 .solution_point-item .solution_point-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.eclayout02 .solution_point-item .solution_point-head {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin: 2rem 0 0 0;
}
.eclayout02 .solution_point-item .solution_point-cont {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1rem;
}
@media all and (max-width: 768px) {
  .eclayout02 .solution_point-item .solution_point-cont {
    font-size: 2.6rem;
    line-height: 1.9230769231;
    margin-top: 1rem;
  }
}

.eclayout03 .minihead {
  margin: 0 auto 4.2rem auto;
}


@media all and (min-width: 769px) {
  .eclayout04 .section-content__inner.section-content__inner--flex:nth-child(even) {
    flex-direction: row-reverse;
  }
}


.ecsection h2 b {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .ecsection h2 {
    margin: 0 5%;
  }
  .ecsection h2 b {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.ecsection .list-link-image--no-link {
  justify-content: space-around;
  gap: 30px;
}
@media all and (max-width: 768px) {
  .ecsection .list-link-image--no-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 10px;
  }
}
.ecsection .list-link-image--no-link li {
  margin: 0 !important;
  flex: 1;
}
@media all and (max-width: 768px) {
  .ecsection .list-link-image--no-link li {
    width: 100%;
    max-width: 48%;
    flex: initial;
  }
}
.ecsection .list-link-image--no-link li .list-link-image__inner {
  width: 100%;
  height: 100%;
}
.ecsection .list-link-image--no-link li .list-link-image__inner .documentspan {
  margin-top: auto;
}
.ecsection .list-link-image--no-link li .list-link-image__inner .list-link-image__image {
  height: auto;
}
.ecsection .list-link-image--no-link li .list-link-image__inner .list-link-image__image img {
  border-bottom: none;
}

.solution-img {
  display: block;
  margin: 0 auto;
}
.section-visual__lead span {
  font-size: 4rem;
}

.megastrong {
  display: block;
  font-size: 20px;
  line-height: 1;
}
.list-link-image__heading .megastrong {
  font-size: 24px;
}
@media all and (max-width: 768px) {
  .megastrong {
    display: inline-block;
    font-size: inherit;
    margin-right: 5px;
  }
  .list-link-image__heading .megastrong {
    display: block;
    font-size: 24px;
    margin-right: 0;
  }
}

.flex-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 15px;
}
@media all and (max-width: 768px) {
  .flex-reverse {
    flex-wrap: wrap-reverse;
  }
}

.section-content__table-schedule-body {
  margin-top: 4.2rem;
}
.section-content__table-schedule {
  width: 100%;
  border: 1px solid #e6e6e6;
}
@media all and (max-width: 768px) {
  .only-sp-center {
    text-align: center;
  }
  .section-content__table-schedule-body {
    overflow: auto;
  }
  .section-content__table-schedule-body:before {
    display: block;
    content: "※右にスクロールできます";
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .section-content__table-schedule {
    width: 600px;
  }
}
.section-content__table-schedule th,
.section-content__table-schedule td {
  font-size: 1.6rem;
  line-height: 2;
  vertical-align: middle;
  /*width: 20%;*/
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .section-content__table-schedule th,
  .section-content__table-schedule td {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    /*width: 30%;*/
    padding: 1rem 2rem;
  }
}
.section-content__table-schedule td {
  /*width: 80%;*/
}
@media screen and (max-width: 768px) {
  .section-content__table-schedule td {
    width: 25%;
  }
}
.section-content__table-schedule td .section-content__text:first-of-type {
  margin-top: 2.5rem;
}
.section-content__table-schedule td .section-content__text:last-of-type {
  margin-bottom: 2.5rem;
}
.section-content__table-schedule thead tr {
  border-bottom: 1px solid #e6e6e6;
}

.section-content__table-schedule thead th {
  background: #ffeeee;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.section-content__table-schedule thead th:nth-of-type(n + 2) {
  border-left: 1px solid #e6e6e6;
}
.section-content__table-schedule tbody th {
  background: #f4f4f4;
  text-align: center;
  line-height: 1.7;
}
.section-content__table-schedule tbody td {
  border-left: 1px solid #e6e6e6;
  text-align: center;
  line-height: 1.7;
}
.section-content__table-schedule tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
.section-content__table-schedule-base {
  width: 100%;
  margin-top: 4.2rem;
  border: 1px solid #e6e6e6;
}
.section-content__table-schedule-base th,
.section-content__table-schedule-base td {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  vertical-align: middle;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .section-content__table-schedule-base th,
  .section-content__table-schedule-base td {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    padding: 1rem 1rem;
  }
}
.section-content__table-schedule-base th span,
.section-content__table-schedule-base td span {
  display: inline-block;
}
.section-content__table-schedule-base thead tr {
  border-bottom: 1px solid #e6e6e6;
}
.section-content__table-schedule-base
  thead
  tr:nth-of-type(1)
  th:nth-of-type(1) {
  background: transparent;
}
.section-content__table-schedule-base thead th {
  background: #f4f4f4;
}
.section-content__table-schedule-base thead th:nth-of-type(n + 2) {
  border-left: 1px solid #e6e6e6;
}
.section-content__table-schedule-base thead th:nth-of-type(1) {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .section-content__table-schedule-base thead th:nth-of-type(1) {
    width: 27%;
  }
}
.section-content__table-schedule-base thead th:nth-of-type(2) {
  width: 14%;
}
@media screen and (max-width: 768px) {
  .section-content__table-schedule-base thead th:nth-of-type(2) {
    width: 19%;
  }
}
.section-content__table-schedule-base thead th:nth-of-type(3) {
  width: 14%;
}
@media screen and (max-width: 768px) {
  .section-content__table-schedule-base thead th:nth-of-type(3) {
    width: 19%;
  }
}
.section-content__table-schedule-base thead th:nth-of-type(4) {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .section-content__table-schedule-base thead th:nth-of-type(4) {
    width: 35%;
  }
}
.section-content__table-schedule-base tbody th {
  background: #ffeeee;
}
.section-content__table-schedule-base tbody td {
  border-left: 1px solid #e6e6e6;
}
.section-content__table-schedule-base tbody tr {
  border-bottom: 1px solid #e6e6e6;
}

.section-content--off-white .list-link-number--flow .list-link-number__inner {
  background: none;
}

/* -------------------- 会社情報 company -------------------- */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/* ---------- layout ---------- */

.l-container {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}

.l-container-narrow {
  max-width: 84.5rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-container {
    max-width: 70.8rem;
  }

  .l-container-narrow {
    max-width: 70.8rem;
  }
}

/* ---------- / layout ---------- */



/* ---------- utility ---------- */

.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-mt-1 {
  margin-top: -1rem;
}

.u-mt-2 {
  margin-top: -2rem;
}

.u-mt-3 {
  margin-top: -3rem;
}

.u-mt-4 {
  margin-top: -4rem;
}

.u-mt-5 {
  margin-top: -5rem;
}

.u-mt-6 {
  margin-top: -6rem;
}

.u-mt-7 {
  margin-top: -7rem;
}

.u-mt-8 {
  margin-top: -8rem;
}

.u-mt-9 {
  margin-top: -9rem;
}

.u-mt-10 {
  margin-top: -10rem;
}

.u-mt-11 {
  margin-top: -11rem;
}

.u-mt-12 {
  margin-top: -12rem;
}

.u-mt-13 {
  margin-top: -13rem;
}

.u-mt-14 {
  margin-top: -14rem;
}

.u-mt-15 {
  margin-top: -15rem;
}

.u-mt-16 {
  margin-top: -16rem;
}

.u-mt-17 {
  margin-top: -17rem;
}

.u-mt-18 {
  margin-top: -18rem;
}

.u-mt-19 {
  margin-top: -19rem;
}

.u-mt-20 {
  margin-top: -20rem;
}

/* ---------- / utility ---------- */



/* ---------- javascript ---------- */

.js-countup {
  opacity:1;
  transition: all .3s;
}

.js-countup.is-countup-set {
  opacity:0.5;
}

/* ---------- / javascript ---------- */



/* ---------- project ---------- */

/* ------ 会社情報MV ------ */
#company .slick-slider {
  visibility: hidden;
}

#company .slick-initialized {
  visibility: visible;
}

#company .slick-slide {
  display: none;
}
#company .slick-initialized .slick-slide {
  display: block;
}

#company .section-visual .carousel-visual__inner {
  width: 100%;
  /* height: 90rem; */
  overflow: hidden;
}
#company .section-visual .carousel-visual__image {
  display: block;
  width: 100%;
  height: 100%;
}

/* --- わたしたちの想い --- */

.p-company-lead {
  padding: 8.3rem 0 0.8rem;
  color: #000000;
}

.p-company-lead__heading {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-company-lead__heading {
    font-size: 6rem;
  }
}

.p-company-lead__text {
  padding-top: 5.2rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.45;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-company-lead__text {
    font-size: 3rem;
  }
}

.p-company-lead__text strong{
  font-size: calc(34 / 17 * 1em);
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-company-lead__text strong{
    font-size: 5rem;
  }
}

.p-company-lead__text b{
  color: #d11325;
}

/* --- / わたしたちの想い --- */



/* --- 企業理念 等 --- */

.p-company-philosophy {
  padding: 9.4rem 0 0;
}

.p-company-philosophy__lead {
  position: relative;
}

.p-company-philosophy__lead__image {
  aspect-ratio: 1200 / 400;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__lead__image {
    aspect-ratio: 1200 / 520;
  }
}

.p-company-philosophy__lead__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: top left;
}

.p-company-philosophy__lead__box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 4rem;
  color: #ffffff;
}

.p-company-philosophy__lead__box__heading--jp {
  font-size: 5.67rem;
  font-weight: 700;
  font-family: "新ゴ B","Shin Go Bold", "Noto Sans JP",sans-serif;
  letter-spacing: 0.23em;
  display: block;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__lead__box__heading--jp {
    font-size: 4rem;
  }
}

.p-company-philosophy__lead__box__heading--en {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: gotham,Figtree, sans-serif;
  letter-spacing: 0.45em;
  line-height: 1.6;
  display: block;
}

.p-company-philosophy__lead__box__text {
  padding-top: 2.4rem;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__lead__box__text {
    font-size: 2.2rem;
  }
}

.p-company-philosophy__contents {
  padding-top: 9rem;
}

.p-company-philosophy__contents__heading {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #4d4d4d;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__contents__heading {
    font-size: 3.8rem;
  }
}

.p-company-philosophy__contents__text {
  padding-top: 3.5rem;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__contents__text {
    font-size: 3rem;
  }
}

.p-company-philosophy__contents__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 4.7rem;
}

.p-company-philosophy__contents__list__item {
  width: 42%;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__contents__list__item {
    width: 100%;
  }
}

.p-company-philosophy__contents__list__item__heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4d4d4d;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__contents__list__item__heading {
    font-size: 3.8rem;
  }
}

.p-company-philosophy__contents__list__item__text {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__contents__list__item__text {
    font-size: 3rem;
  }
}

/* --- / 企業理念 等 --- */



/* --- 理念体系図 --- */

.p-company-graph {
  padding: 10.4rem 0 23.8rem;
}

.p-company-graph__heading {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background: #205282;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-company-graph__heading {
    font-size: 3.8rem;
  }
}

.p-company-graph__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-company-graph__box {
  position: relative;
  z-index: 0;
  margin: 6.8rem auto 0;
  width: 111.6rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.p-company-graph__image {
  position: absolute;
  z-index: -1;
  aspect-ratio: 600 / 716;
  width: 54%;
  text-align: center;
}

.p-company-graph__image img {
  width: 100%;
  height: auto;
}


.p-company-graph__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-company-graph__list__item {
  display: flex;
  column-gap: 8.5%;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-company-graph__list__item {
    column-gap: 3.5%;
  }
}

.p-company-graph__list__item::before,
.p-company-graph__list__item::after {
  content: "";
  position: absolute;
  right: calc(100% - (54% + 8.5%));
  top: 50%;
}

.p-company-graph__list__item::before {
  width: 1.6rem;
  height: 1.6rem;
  border: solid 0.2rem #ffffff;
  background: #205282;
  border-radius: 100%;
  translate: 50% -50%;
  z-index: 1;
}

.p-company-graph__list__item:nth-child(1)::before {
  margin-right: 26%;
}

.p-company-graph__list__item:nth-child(2)::before {
  margin-right: 28%;
}

.p-company-graph__list__item:nth-child(3)::before {
  margin-right: 20.5%;
}

.p-company-graph__list__item:nth-child(4)::before {
  margin-right: 13%;
}

.p-company-graph__list__item::after {
  width: 6.7rem;
  height: 0.1rem;
  background: #205282;
  z-index: -1;
  translate: -2rem -50%;
  z-index: -1;
}

.p-company-graph__list__item:nth-child(1)::after {
  width: calc(26% - 1.8%);
}

.p-company-graph__list__item:nth-child(2)::after {
  width: calc(28% - 1.8%);
}

.p-company-graph__list__item:nth-child(3)::after {
  width: calc(20.5% - 1.8%);
}

.p-company-graph__list__item:nth-child(4)::after {
  width: calc(13% - 1.8%);
}

.p-company-graph__list__item__heading {
  text-align: center;
  width: 54%;
  color: #ffffff;
}

.p-company-graph__list__item:nth-child(1){
  margin-top: 7%;
}

.p-company-graph__list__item:nth-child(2){
  margin-top: 6%;
}

.p-company-graph__list__item:nth-child(2) .p-company-graph__list__item__heading{
  translate: 0 35%;
}

.p-company-graph__list__item:nth-child(3){
  margin-top: 4%;
}

@media screen and (max-width: 768px) {
  .p-company-graph__list__item:nth-child(3){
    margin-top: 2%;
  }
}

.p-company-graph__list__item:nth-child(3) .p-company-graph__list__item__heading{
  translate: 0 62%;
}

.p-company-graph__list__item:nth-child(4){
  margin-top: 5%;
}

.p-company-graph__list__item:nth-child(4) .p-company-graph__list__item__heading{
  translate: 0 83%;
}

.p-company-graph__list__item__heading--jp {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-company-graph__list__item__heading--jp {
    font-size: 2rem;
  }
}

.p-company-graph__list__item__heading--en {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: gotham,Figtree, sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-company-graph__list__item__heading--en {
    font-size: 1.4rem;
  }
}

.p-company-graph__list__item__text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #4d4d4d;
  width: 37.5%;
  position: relative;
  z-index: 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .p-company-graph__list__item__text {
    width: 42.5%;
    font-size: 1.8rem;
  }
}

.p-company-graph__list__item__text__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-company-graph__list__item__text__list__item {
  width: 48%;
}

/* --- / 理念体系図 --- */



/* --- 私たちの成長と貢献の軌跡 --- */

.p-company-history {
  background: #ebebeb;
  padding: 8.8rem 0;
}

.p-company-history__heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 2.3rem;
}

.p-company-history__heading--jp {
  font-size: 5.348rem;
  font-weight: 700;
  font-family: "新ゴ B","Shin Go Bold", "Noto Sans JP",sans-serif;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #205282;
  display: block;
}

.p-company-history__heading--jp small {
  font-size: 0.8em;
}

.p-company-history__heading--jp strong {
  color: #ffffff;
  display: inline-block;
  background: linear-gradient(45deg,  #205282 0%,#4893c3 100%);
  border-radius: 0.6rem;
  padding: 0 0.1em;
}

.p-company-history__heading--en img {
  max-width: max-content;
}

.p-company-history__text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.005em;
  color: #000000;
  padding-top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-company-history__text {
    font-size: 3rem;
  }
}

.p-company-history__box {
  margin-top: 8.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  position: relative;
  z-index: 0;
}

.p-company-history__box::before {
  content: "";
  width: 18rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(45deg,  rgba(72,147,195,1) 0%,rgba(32,82,130,1) 100%);
}

@media screen and (max-width: 768px) {
  .p-company-history__box::before {
    width: 11rem;
  }
}

.p-company-history__period {
  display:flex;
  align-items: start;
}

.p-company-history__period__year {
  font-size: 6.2rem;
  font-weight: 700;
  font-family: gotham,Figtree, sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  width: 18rem;
  padding: 1.7rem 0.5rem;
}

@media screen and (max-width: 768px) {
  .p-company-history__period__year {
    font-size: 3.8rem;
    width: 11rem;
    padding: 1.7rem 0.5rem;
  }
}

.p-company-history__period__year small {
  font-size: 0.7em;
}

.p-company-history__period__list {
  flex: 1;
  padding-top: 2rem;
  padding-left: 6.7rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.1rem;
}

@media screen and (max-width: 768px) {
  .p-company-history__period__list {
    padding-left: 3rem;
  }
}

.p-company-history__period__list__item {
  display: flex;
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 99%);
}

.p-company-history__period__list__item.is-transparent {
  background: none;
  margin-top: -0.6rem;
}

.p-company-history__period__list__item__year {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  background: #205282;
  width: 9.9rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: end;
  border-radius: 1.6rem 0 0 1.6rem;
  margin-top: 2.7rem;
  padding-right: 0.9rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .p-company-history__period__list__item__year {
    font-size: 3rem;
    width: 12rem;
    height: 4rem;
  }
}

.p-company-history__period__list__item__year::before,
.p-company-history__period__list__item__year::after {
  content: "";
  position: absolute;
  right: 100%;
}

.p-company-history__period__list__item__year::before {
  width: 1.5rem;
  height: 1.5rem;
  border: solid 0.3rem #205282;
  background: #ffffff;
  border-radius: 100%;
  margin-right: 6.7rem;
  translate: 50% 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-company-history__period__list__item__year::before {
    margin-right: 3rem;
  }
}

.p-company-history__period__list__item__year::after {
  width: 6.7rem;
  height: 0.3rem;
  background: #205282;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-company-history__period__list__item__year::after {
    width: 3rem;
  }
}

.p-company-history__period__list__item__contents {
  flex: 1;
  padding: 2.1rem 3rem 1.1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}



.p-company-history__period__list__item__contents > p ,
.p-company-history__period__list__item__contents--heading {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  color: #215283;
}

@media screen and (max-width: 768px) {
  .p-company-history__period__list__item__contents > p ,
  .p-company-history__period__list__item__contents--heading {
    font-size: 3.2rem;
  }
}

.is-transparent .p-company-history__period__list__item__year {
  margin-top: 2rem;
}

.is-transparent .p-company-history__period__list__item__contents {
  padding-top: 2rem;
}

.is-transparent .p-company-history__period__list__item__contents > p ,
.is-transparent .p-company-history__period__list__item__contents--heading {
  font-size: 2.3rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .is-transparent .p-company-history__period__list__item__contents > p ,
  .is-transparent .p-company-history__period__list__item__contents--heading {
    font-size: 2.8rem;
  }
}

.p-company-history__period__list__item__contents--text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #000000;
  padding-bottom: 0.9rem;
}

@media screen and (max-width: 768px) {
  .p-company-history__period__list__item__contents--text {
    font-size: 2.6rem;
  }
}

/* --- / 私たちの成長と貢献の軌跡 --- */

/* ---------- / project ---------- */

/* -------------------- / 会社情報 comapny -------------------- */

