@charset 'utf-8';
/* 共通
*****************************************/
html {
  visibility: hidden;
  font-size: 62.5%;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6em;
  color: #38393c;
  font-weight: 400;
  overflow-y: auto;
  word-break: break-all;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: bottom;
/*  width: 100%;  */
  height: auto;
}
svg {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: inherit;
}
a.txt_link {
  text-decoration: underline;
}
a.txt_link.lightBlue {
  color: #0070bd;
}
.sp_only {
  display: none;
}
.fw_medium {
  font-weight: 500;
}
.fw_bold {
  font-weight: 700;
}
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}
.txt_indent::before,
.txt_indent::after {
  display: none !important;
}
a.img_hover img {
  transition: all 0.3s;
}
.pdf_mark {
  position: relative;
}
.pdf_mark::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 26px;
  background-image: url(../img/common/img_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: -29px;
}
.btn {
  border-radius: 100vh;
  padding: 30px 15%;
  display: block;
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.6s;
}
.btn_arrow {
  position: absolute;
  display: block;
  width: 1em;
  height: 100%;
  top: 50%;
  right: 6.5%;
  transform: translateY(-50%);
}
.arrow_circle {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
  flex-shrink: 0;
  transition: all 0.6s;
}
.arrow_circle::before,
.arrow_circle::after {
  display: none;
}
.arrow_in_circle {
  width: 45%;
  height: 100%;
}
.red_txt {
  color: #c30d23;
}
@keyframes swingHorizontal {
  15% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(3px);
  }
  65% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
/* hover */
@media screen and (min-width: 769px) {
  a.txt_link:hover {
    text-decoration: none;
  }
  a.img_hover:hover img {
    opacity: 0.7;
  }
  a.icn_flower:hover {
    right: -2px;
  }
  a.btn:hover {
    background: #999999;
  }
  a.btn:hover .btn_txt {
    color: #fff;
  }
  a.btn:hover .btn_arrow {
    fill: #fff;
  }
  .link_txt_box:hover .arrow_circle,
  .g_list_txt_box:hover .arrow_circle {
    animation: swingHorizontal 1s ease;
    animation-iteration-count: 1;
    background: #a2a2a2;
  }
  .link_txt_box:hover .arrow_in_circle,
  .g_list_txt_box:hover .arrow_in_circle {
    fill: #fff;
  }
}
/* 印刷用 */
@media print {
  body {
    width: 1350px;
    -webkit-print-color-adjust: exact;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}

/* 色
*****************************************/
.sec_wineRed {
  background: #ad436c;
  color: #fff;
}
.sec_wineRed .wave_L {
  fill: #ad436c;
}
.sec_white {
  background: #fff;
}
.sec_white .wave_L {
  fill: #fff;
}
.sec_lightYellow {
  background: #f0f09c;
}
.sec_lightYellow .wave_L {
  fill: #f0f09c;
}
.sec_blue_2 {
  background: #363893;
  color: #fff;
}
.sec_blue_2 .wave_L {
  fill: #363893;
}
.sec_blue_3 {
  background: #467b9e;
  color: #fff;
}
.sec_blue_3 .wave_L {
  fill: #467b9e;
}
.sec_seaGreen {
  background: #009e9a;
  color: #fff;
}
.sec_seaGreen .wave_L {
  fill: #009e9a;
}
.sec_gray {
  background: #f2f2f2;
}
.sec_gray .wave_L {
  fill: #f2f2f2;
}

.lightBlue {
  fill: #b4dee1;
}
.lightBlue_2 {
  fill: #0c82d9;
}
.lightBlue_3 {
  fill: #82b3e0;
}
.lightBlue_4 {
  fill: #2da7d6;
}
.yellow {
  fill: #fad525;
}
.green {
  fill: #9bb201;
}
.lightGreen {
  fill: #ccd628;
}
.lightGreen_2 {
  fill: #8ee06c;
}
.seaGreen {
  fill: #009e9a;
  color: #009e9a;
}
.bg_lightGreen {
  background: #009e9a;
}
.wineRed {
  fill: #ad436c;
  color: #ad436c;
}
.bg_wineRed {
  background: #ad436c;
}
.black {
  fill: #333;
  color: #333;
}
.white {
  fill: #fff;
  color: #fff;
}
.bg_white {
  background: #fff;
}
.bg_blue {
  background: #0070bd;
}
.bg_blue_2 {
  background: #363893;
}
/* ハイエンド便LP */
.bg_orange {
  /* background: linear-gradient(180deg, #ffb44d 0%, #e68400 100%); */
  background: #f5881b;
}
.pink {
  fill: #e882ff;
}
.red {
  color: #c1272d;
}
.blue {
  color: #0070bd;
}
.blue_2 {
  color: #363893;
  fill: #363893;
}
.blue_3 {
  color: #467b9e;
  fill: #467b9e;
}

.footer_blue {
  fill: #0070bd;
}
.footer_lightBlue {
  fill: #29abe2;
}

/* wave_shape
*****************************************/
.wave_shape_top,
.wave_shape_top_sp,
.wave_shape_bottom,
.wave_shape_bottom_2 {
  position: absolute;
  left: 0;
  width: 100%;
}
.wave_shape_bottom {
  transform: scale(1, -1);
}
.wave_shape_bottom_2 {
  transform: scale(-1, -1);
}
.reverse {
  transform: scale(-1, 1);
}
section {
  position: relative;
}
.first_sec {
  margin-top: 12%;
}
.wave_sec {
  padding-bottom: 12%;
}
.wave_sec.wave_bottom {
  padding-bottom: 0;
  margin-bottom: 12%;
}
.wave_sec:nth-of-type(even) .wave_shape_top,
.wave_sec:nth-of-type(even) .wave_shape_top_sp {
  transform: scale(-1, 1);
}
.wave_shape_top {
  margin-top: -12%;
  top: 1px;
}
.wave_shape_bottom,
.wave_shape_bottom_2 {
  margin-top: -2px;
  z-index: -1;
}

/* IE用 */
_:-ms-input-placeholder,
:root .wave_shape_top,
_:-ms-input-placeholder,
:root .wave_shape_top_sp,
_:-ms-input-placeholder,
:root .wave_shape_bottom,
_:-ms-input-placeholder,
:root .wave_shape_bottom_2,
_:-ms-input-placeholder,
:root .footer_wave {
  display: none;
}
_:-ms-input-placeholder,
:root .wave_sec {
  padding: 5% 0;
}
_:-ms-input-placeholder,
:root .wave_sec.wave_bottom {
  margin-bottom: 0;
  padding-bottom: 5%;
}
_:-ms-input-placeholder,
:root main {
  display: block;
}
_:-ms-input-placeholder,
:root .footer_con {
  padding-top: 3%;
}
_:-ms-input-placeholder,
:root .news_sec {
  margin-top: 5%;
}
_:-ms-input-placeholder,
:root .first_sec {
  margin-top: 2%;
}
_:-ms-input-placeholder,
:root .video_wrap video {
  position: relative;
}
_:-ms-input-placeholder,
:root .video_wrap {
  padding-top: 0;
}

/* header
*****************************************/
.header_area {
  position: relative;
  z-index: 10;
}
.header_inner {
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
}
.global_nav {
  height: 100%;
}
.g_nav {
  display: flex;
  height: 100%;
}
.header_logo {
  max-width: 266px;
  display: block;
  line-height: 1;
  margin-left: 16px;
}
.header_logo img:first-child {
  width: 46.6%;
}
.header_logo img:last-child {
  margin-left: 16px;
  width: calc(53.4% - 16px);
}
.g_nav_item::before,
.g_nav_item::after {
  margin: 0;
}
.g_nav_item_link {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.g_nav_item:nth-last-child(2) .g_nav_item_link {
  padding-right: 40px;
}
.g_nav_contact {
  padding: 0 40px;
  color: #fff;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.g_nav_item_link span,
.nav_main_detail_item span,
.nav_detail_list_item span {
  position: relative;
}
.g_nav_item_link span::after,
.nav_main_detail_item span::after,
.nav_detail_list_item span::after {
  position: absolute;
  /* bottom: -12px; */
  left: 0;
  content: "";
  width: 100%;
  /* height: 2px; */
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.g_nav_item_link span::after {
  bottom: -12px;
  height: 2px;
}
.nav_main_detail_item span::after {
  bottom: -5px;
  height: 2px;
}
.nav_detail_list_item span::after {
  bottom: -6px;
  height: 2px;
}

.g_nav_contact::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.5s;
}
.item_detail {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  width: 50%;
  min-width: 640px;
  position: absolute;
  top: 100%;
  right: 164px;
  z-index: 10;
  padding: 40px 40px 60px;
  transition: opacity 0.5s ease;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  /* background: #363893; */
  background: #0070bd;
  color: #fff;
}
.g_nav_item .overlay {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 100%;
  left: 0;
  /* background: rgba(11,21,59,0.6); */
  /* background: #fff; */
}
.item_detail .nav_main_ttl,
.item_detail .nav_detail_list_item {
  display: flex;
  align-items: center;
  position: relative;
  /* line-height: 1; */
}
.item_detail .nav_main_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 45px;
}
.item_detail .nav_main_ttl::before {
  /* content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 0 14px 0 0; */
}
.item_detail .nav_detail_list_item {
  font-size: 1.3rem;
}
.item_detail .nav_detail_list_item::before {
  content: "\30fb";
  /* display: inline-block;
    width: 12px;
    height: 1px;
    background: #fff;
    margin: 0 12px 0 0; */
  margin: 0 8px 0 0;
}
.item_detail .sub_ttl {
  padding: 0 0 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.item_detail_list li + li {
  margin-top: 16px;
}
.item_detail_box + .item_detail_box {
  margin-top: 40px;
}
.item_detail_wrap {
  display: flex;
  justify-content: space-between;
}
.item_detail_block {
  width: 45%;
}

/* hover */
@media screen and (min-width: 1024px) {
  a.g_nav_item_link:hover span::after {
    transform: scale(1, 1);
  }
  a.nav_main_detail_item span:hover::after,
  a.nav_detail_list_item span:hover::after {
    transform: scale(1, 1);
  }
  a.g_nav_contact:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .g_nav_contact::before {
    background: #999;
  }
  .g_nav_item:hover .item_detail {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 20;
  }
  .g_nav_item:hover .overlay {
    visibility: visible;
    opacity: 1;
  }
  /* 合通ページ */
  .gotsu_header a.g_nav_item_link:hover span {
    color: #0070bd;
  }
  /* 鉄道コンテナページ */
  .tetsudo_header a.g_nav_item_link:hover span {
    color: #ad436c;
  }
}

/* 合通ページ */
.gotsu_header .g_nav_contact {
  background: #0070bd;
}
.gotsu_header .g_nav_item_link span::after {
  background: #0070bd;
}
.gotsu_header .nav_main_detail_item span::after,
.gotsu_header .nav_detail_list_item span::after {
  background: #fff;
}

/* 鉄道コンテナページ */
.tetsudo_header .item_detail,
.tetsudo_header .g_nav_contact {
  background: #ad436c;
}
.tetsudo_header .g_nav_item_link span::after {
  background: #ad436c;
}
.tetsudo_header .nav_main_detail_item span::after,
.tetsudo_header .nav_detail_list_item span::after {
  background: #fff;
}

@media screen and (min-width: 1251px) {
  .g_nav_item_br {
    display: none;
  }
}
@media screen and (max-width: 1170px) {
  .g_nav_item_link {
    padding: 0 1vw;
  }
  .g_nav_item:nth-last-child(2) .g_nav_item_link {
    padding-right: 2vw;
  }
  .g_nav_contact {
    padding: 0 2vw;
  }
  .item_detail {
    right: calc(14px * 6 + 4vw);
  }
}

/* ハンバーガーメニュー */
@media screen and (max-width: 1023px) {
  .pc_only_900,
  .g_nav_item_br {
    display: none;
  }
  .header_logo_wrap {
    width: 100%;
  }
  .main_area,
  .header_logo_wrap {
    transition: all 0.5s;
  }
  .main_area.open,
  .header_logo_wrap.open {
    transform: translateX(-70%);
  }
  .header_inner {
    height: 60px;
  }
  .header_logo {
    max-width: 234px;
    margin: 4px 0 0 10px;
  }
  .header_logo img:last-child {
    margin-left: 10px;
    width: calc(53.4% - 10px);
  }
  .global_nav {
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    width: 70%;
    height: 100vh;
    z-index: 10;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
    transform: translateX(100%);
    overflow-y: auto;
  }
  .global_nav.open {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  .nav_overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .nav_overlay.open {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
  .g_nav {
    display: block;
    margin-top: 60px;
    /* padding: 0 15%; */
  }
  .g_nav_item_link {
    /* padding: 15px 0 15px 6%; */
    padding: 17px;
    /* justify-content: center; */
    font-size: 1.5rem;
  }
  .g_nav_contact {
    line-height: inherit;
    background: #fff !important;
  }
  .g_nav_contact_item {
    /* margin-top: 25px; */
    border: none !important;
  }
  .nav_toggle {
    width: 60px;
    height: 100%;
    /* position: absolute; */
    right: 0;
    /* background: #ad436c; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 20;
    position: fixed;
    top: 0;
    height: 60px;
  }
  .burger_btn {
    width: 15px;
    height: 15px;
    position: relative;
  }
  .burger_line,
  .burger_btn::before,
  .burger_btn::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    content: "";
    transition: 0.3s ease-in-out;
  }
  .burger_line {
    top: 50%;
    transform: translateY(-50%);
  }
  .burger_btn::before {
    top: 0;
  }
  .burger_btn::after {
    bottom: 0;
  }
  .nav_toggle.menu_open {
    background: transparent;
  }
  .nav_toggle.menu_open .burger_line {
    opacity: 0;
  }
  .nav_toggle.menu_open .burger_btn::before,
  .nav_toggle.menu_open .burger_btn::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* background: #ad436c; */
  }
  .nav_toggle.menu_open .burger_btn::before {
    transform: rotate(-45deg);
  }
  .nav_toggle.menu_open .burger_btn::after {
    transform: rotate(45deg);
  }
  .item_detail {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    position: static;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(11, 21, 59, 0.2);
    width: 100%;
    min-width: auto;
  }
  .item_detail .nav_main_ttl {
    display: none;
  }
  .item_detail_wrap {
    display: block;
    padding: 20px 20px 30px 17px;
  }
  .item_detail .sub_ttl {
    font-size: 1.5rem;
    font-weight: 500;
    border-width: 1px;
    padding: 0 0 5px;
    margin-bottom: 10px;
  }
  .item_detail_list li + li {
    margin-top: 8px;
  }
  .item_detail_block {
    width: 100%;
  }
  .nav_solution .item_detail_block + .item_detail_block,
  .item_detail_box + .item_detail_box {
    margin-top: 20px;
  }
  .item_detail_block + .item_detail_block {
    margin-top: 10px;
  }
  .item_detail .nav_detail_list_item {
    font-size: 1.4rem;
  }

  /* 合通ページ */
  .gotsu_header .global_nav {
    background: #0070bd;
  }
  .gotsu_header .g_nav_item {
    border-top: 1px solid #b8d0e0;
  }
  .gotsu_header .g_nav_contact {
    color: #0070bd;
  }
  .gotsu_header .nav_toggle {
    background: #0070bd;
  }

  /* 鉄道コンテナページ */
  .tetsudo_header .global_nav {
    background: #ad436c;
  }
  .tetsudo_header .g_nav_item {
    border-top: 1px solid #e1b8c8;
  }
  .tetsudo_header .g_nav_contact {
    color: #ad436c;
  }
  .tetsudo_header .nav_toggle {
    background: #ad436c;
  }
  .tetsudo_header .item_detail {
    background: #9c2f4b;
  }
}

/* footer
*****************************************/
.footer_area {
  position: relative;
  /* z-index: -1; */
  /* background: #0070BD; */
}
.footer_area::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0070bd;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
.footer_wave {
  position: absolute;
  top: -1px;
  /* background: #fff; */
  z-index: 1;
}
.footer_con {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 9% 10px 1.4%;
  overflow: hidden;
}
.footer_logo {
  /* max-width: 78px; */
  max-width: 120px;
  width: 6%;
  margin: auto;
}
/* .f_txt {
	text-decoration: underline;
	margin-top: 2%;
	display: block;
} */
.f_copy_1 {
  font-size: 1.3rem;
  margin-top: 2%;
}
.f_copy_2 {
  background: #38393c;
  padding: 10px 10px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
.footer_nav {
  display: flex;
  justify-content: center;
  margin-top: 1.8%;
}
.footer_nav li {
  color: #d6e2ed;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 850px) {
  .footer_nav li {
      font-size: min(3.2vw, 1.2rem);
  }
}
.footer_nav li a {
  transition: 0.3s;
}
.footer_nav li a:hover {
  color: #fff;
}
.footer_nav li + li {
  margin-left: 25px;
  padding-left: 28px;
}
.footer_nav li + li::before {
  content: "|";
  display: block;
  position: absolute;
  left: 0;
}
.icn_flower {
  position: absolute;
  display: block;
  right: -6px;
  bottom: 6px;
  width: 34px;
  transition: all 0.3s;
}
.pagetop {
  position: absolute;
  bottom: 115px;
  right: 40px;
  width: 54px;
  height: 36px;
  cursor: pointer;
  z-index: 3;
}
.pagetop svg {
  width: 100%;
  height: 100%;
  fill: #d6e2ed;
  transition: 0.3s;
}
.pagetop:hover svg {
  fill: #fff;
}

/* SP
---------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* 共通
	*****************************************/
  body {
    font-size: 1.4em;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pdf_mark::after {
    width: 16px;
    height: 21px;
    right: -24px;
  }
  .btn {
    font-size: 1.5rem;
    padding: 22px 15%;
  }
  /* wave_shape
	*****************************************/
  .first_sec {
    margin-top: 20%;
  }
  .wave_sec {
    padding-bottom: 20%;
  }
  .wave_sec.wave_bottom {
    margin-bottom: 20%;
  }
  .wave_shape_top_sp {
    margin-top: -20%;
    top: 1px;
  }
  .g_solution .wave_shape_top_sp {
    z-index: -1;
  }
  .tetsudo .wave_shape_top_sp {
    top: 2px;
  }

  /* footer
	*****************************************/
  .footer_con {
    padding: 17% 20px 4%;
  }
  .footer_logo {
    min-width: 48px;
    width: 15%;
  }
  .f_copy_1 {
    margin-top: 5%;
    line-height: 1.5;
  }
  .f_copy_2 {
    line-height: 1.5;
    font-size: 1.1rem;
  }
  .footer_nav {
    margin-top: 5%;
    line-height: 1.5;
    flex-wrap: wrap;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
/*   .footer_nav li {
    font-size: 1.2rem;
  } */
  .footer_nav li + li {
    margin-left: 14px;
    padding-left: 16px;
  }
  .footer_nav li.privacypolicy {
    padding-left: 0;
    margin-left: 0;
  }
  .footer_nav li.privacypolicy::before {
    display: none;
  }
  .footer_nav li:nth-child(n+4) {
    margin-top: 8px;
  }
  .icn_flower {
    bottom: 5%;
    width: 30px;
  }
  .pagetop {
    bottom: 125px;
    right: 12px;
    width: 43px;
  }
}

