@charset "UTF-8";
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  color: #111111;
  position: relative;
}
/* Header
----------------------------*/
header {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}
.header-wrap header.fixed-top {
  top: inherit;
}
.header-wrap header.transform {
  top: 0;
}
.logo img {
  background: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  width: 70%;
  transition: all 0.5s 0s ease;
}
/* Nav
----------------------------*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background: -moz-linear-gradient(0deg, rgb(2 179 223) 0%, rgb(26, 126, 218) 100%);
  background: -webkit-linear-gradient(0deg, rgb(2 179 223) 0%, rgb(26, 126, 218) 100%);
  background: -ms-linear-gradient(0deg, rgb(2 179 223) 0%, rgb(26, 126, 218) 100%);
}
.hamburger:hover {
  opacity: 0.8;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 26px;
  height: 1px;
  left: 18px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 13px;
}
.hamburger span:nth-child(2) {
  top: 22px;
}
.hamburger span:nth-child(3) {
  top: 31px;
}
.hamburger.active span:nth-child(1) {
  top: 22px;
  left: 18px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 22px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger p {
  color: #fff;
  position: absolute;
  font-size: 1.2rem;
  bottom: -6px;
  left: 2px;
  right: 0;
}
nav.slide-menu {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  color: #fff;
  background: rgb(11 94 165 / 85%);
  text-align: center;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  padding: 7rem 1.5rem 2rem;
  height: 100vh;
  visibility: hidden;
}
nav.slide-menu.active {
  opacity: 100;
  z-index: 9999;
  visibility: visible;
}
nav.slide-menu > ul {
  margin: 0 auto;
  width: 100%;
  display: flex;
  font-size: 1.6rem;
  flex-wrap: wrap;
  padding: 0;
}
nav.slide-menu > ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  margin-bottom: 1.6rem;
  z-index: 99999;
}
nav.slide-menu > ul li a {
  display: block;
  color: #fff;
  padding: 0.5em 1rem;
  text-decoration: none;
  text-align: left;
  border: solid 1px #fff;
  position: relative;
}
nav.slide-menu > ul li a:hover {
  background-color: #fff;
  color: #333;
}
/* MV
----------------------------*/
.swiper-mv {
  width: 100%;
  overflow: hidden;
}
.swiper-mv .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-mv .swiper-slide img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: top;
}
.swiper-mv .slide03 img {
  object-position: 0 75%;
}
.swiper-mv .fade-wrap {
  position: relative;
  margin: 0 auto;
}
.swiper-mv .fade-txt {
  position: absolute;
  text-align: left;
  color: white;
  font-size: 2rem;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
  bottom: 1rem;
  left: 1.5rem;
  line-height: 1.5;
  height: fit-content;
}
.swiper-mv .fade-txt span {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0.5rem;
}
.swiper-mv .swiper-slide-active .fade-txt {
  animation: slideTextFade 1.75s ease 0s 1 normal;
}
@keyframes slideTextFade {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec .mv {
  background-size: cover !important;
  height: 35vh;
  border-radius: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.sec .mv h1 {
  top: 50%;
  font-size: 3rem;
  margin: 0;
  letter-spacing: 0.1rem;
  color: #fff;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
}
.sec .mv p {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 0 0.5rem;
  letter-spacing: 0.1rem;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
}
.company .mv {
  background: url("../images/company/mv.jpg") center no-repeat;
}
.feature .mv {
  background: url("../images/feature/mv.jpg") center no-repeat;
}
.business .mv {
  background: url("../images/business/mv.jpg") center no-repeat;
}
.individual .mv {
  background: url("../images/individual/mv.jpg") center no-repeat;
}
.permission .mv {
  background: url("../images/permission/mv.jpg") center no-repeat;
}
.recruit .mv {
  background: url("../images/recruit/mv.jpg") center no-repeat;
}
.contact .mv {
  background: url("../images/contact/mv.jpg") center no-repeat;
}
.information .mv {
  background: url("../images/information/mv.jpg") center no-repeat;
}
/* Main
----------------------------*/
section {
  width: 100%;
  height: 100%;
  padding: 5rem 0;
  position: relative;
}
main a {
  color: #0880b9;
  text-decoration: none;
}
main a:hover {
  color: #025E8A;
  text-decoration: underline;
}
h2 {
  text-align: center;
  position: relative;
  margin: 0 auto 6rem;
}
.h2-jp {
  font-size: 2.6rem;
  display: block;
  color: #014B96;
  letter-spacing: 0.03em;
  padding: 0;
  margin: 0;
}
.h2-en {
  font-size: 1.8rem;
  line-height: 0.3;
}
h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #1660b2;
  height: 2px;
  width: 60px;
}
.sec h2::after {
  bottom: -20px;
}
.sec h3 {
  padding: 1rem 1.5rem;
  margin: 5rem 0 3rem;
  border-left: 5px solid #4c8fd9;
  background: #1660b2;
  font-size: 2rem;
  color: #fff;
  border-radius: 5px;
  width: 100%;
}
.sec h3.h3-jp-sm {
  font-size: 2.2rem;
  display: block;
  color: #014B96;
  letter-spacing: 0.01em;
  padding: 0;
  margin: 0 auto 7rem;
  background: none;
  border: none;
  text-align: center;
  position: relative;
}
.sec h3.h3-jp-sm::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #014B96;
  height: 2px;
  width: 60px;
}
.sec h4 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.sec h4.h4-border {
  padding: 1rem 1rem 1.2rem 0.5rem;
  margin: 2rem 0 4rem;
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-weight: 700;
  display: block;
}
.sec h4.h4-border::after {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  background: #098ed1;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.emergency {
  width: 100%;
  top: 0;
  display: flex;
  position: relative;
  font-size: 1.4rem;
  z-index: 9;
  background: #e20035;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.emergency dl {
  padding: 0.9rem;
  margin: 0;
}
.emergency dt {
  float: left;
  padding-right: 2rem;
  color: #fff;
}
.emergency dd {
  margin: 0;
  overflow: hidden;
  color: #fff;
  width: 100%;
  padding-right: 6rem;
}
.emergency dd a {
  color: #fff !important;
}
.top .section-alternate {
  background: url("../images/common/bg-earth.png") no-repeat;
  background-position: top left;
  background-size: 100%;
}
.section-alternate h3 {
  padding: 0;
  margin: 1rem 0 2rem;
  border: none;
  background: none;
  font-size: 2.2rem;
  color: #1660b2;
  border-radius: inherit;
}
.section-alternate img {
  position: relative;
  object-fit: cover;
  width: 100%;
  max-height: 460px;
  margin-bottom: 0;
}
.alternate-txt {
  padding: 2rem 1.5rem;
  background: rgb(255 255 255 / 70%);
  position: relative;
  top: 0;
  font-size: 1.6rem;
  width: 100%;
  min-height: auto;
}
.section-alternate .row > div {
  margin-bottom: 3rem;
}
.section-alternate .row > div:last-child {
  margin-bottom: 0;
}
.section-alternate .row > div:nth-child(even) .alternate-txt {
  right: 0;
}
.section-alternate .row > div:nth-child(odd) .alternate-txt {
  left: 0;
}
.section-zoom-link a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
  display: block;
}
.section-zoom-link .col-lg-6 > div {
  background-color: #fff;
  position: relative;
  margin-top: 2rem;
  box-shadow: 0 1px 6px 1px rgb(0 0 0 / 10%);
}
.section-zoom-link .hover-zoom-img {
  overflow: hidden;
}
.section-zoom-link img:hover {
  transform: scale(1.1);
  transition-duration: 0.6s;
  opacity: 0.7;
}
.section-zoom-link h3 {
  color: #1660b2;
  margin: 2.5rem auto 1.5rem;
  text-align: center;
  border: none;
  background: transparent;
  border-radius: inherit;
  padding: 0 !important;
  font-size: 2rem !important;
  ;
}
.section-zoom-link p {
  padding: 0 1.5rem 2rem;
  color: #111;
}
.section-zoom-link img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  transition-duration: 0.6s;
}
.section-blue-fluid [class^="col"] {
  max-height: 500px;
}
.section-blue-fluid [class^="col"] img {
  object-fit: cover;
  max-height: 500px;
  width: 100%;
}
.section-blue-fluid .txt {
  display: flex;
}
.section-blue-fluid .txt div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3rem 2rem;
  color: #fff;
  background: -moz-linear-gradient(0deg, rgb(2 179 223) 0%, rgb(26, 126, 218) 100%);
  background: -webkit-linear-gradient(0deg, rgb(2 179 223) 0%, rgb(26, 126, 218) 100%);
  background: -ms-linear-gradient(0deg, rgb(2 179 223) 0%, rgb(26, 126, 218) 100%);
}
.section-blue-fluid .txt p {
  line-height: 2;
}
.section-blue-fluid .txt .btn-transparent {
  width: 100%;
}
.section-map .video {
  margin: 0;
}
.section-contact {
  background: url("../images/common/bg-contact.jpg") no-repeat;
  padding: 3.25rem 0 3rem;
  object-fit: cover;
  background-size: cover;
}
.section-contact h2 span, .section-contact .tel a {
  color: #fff !important;
}
.section-contact h2 {
  margin-bottom: 6rem;
}
.section-contact h2::after {
  background: #fff !important;
  opacity: 0.9;
}
.section-contact .h2-jp {
  font-size: 2.5rem;
}
.section-contact p, .section-contact .btn {
  color: #fff !important;
  font-size: 1.6rem;
}
.section-contact .list-inline li {
  display: block;
  margin-right: 0;
}
.section-contact .tel {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #fff;
}
.breadcrumbs {
  display: none;
}
.section-link-btn [class^="col"] a {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: -0.05rem;
}
.section-link-btn .row {
  margin-bottom: 3rem;
}
.section-link-btn .row:last-child {
  margin-bottom: 0;
}
.timeline {
  list-style: none;
  padding: 0;
}
.timeline p {
  padding-left: 3rem;
  margin-bottom: 0;
}
.timeline > li {
  margin-bottom: 3rem;
}
.timeline li::before {
  content: '';
  border-left: 3px #E0E0E0 solid;
  padding: 2rem 0 0 3rem;
  position: absolute;
  height: -webkit-fill-available;
}
.timeline-date {
  font-weight: 700;
  color: #1660b2;
}
.section-icon-link [class^="col"] > div {
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 6px 1px rgb(0 0 0 / 10%);
  margin-top: 3rem;
  transition: all 0.5s 0s ease;
  border-radius: 5px;
}
.section-icon-link [class^="col"] > div a, .section-icon-link [class^="col"] > .nolink-area {
  padding: 3.5rem 2rem 2.5rem;
  display: block;
}
.section-icon-link svg {
  fill: #0880b9;
}
.section-icon-link .w-13 svg {
  width: 13%;
  margin: 0 auto;
  display: block;
}
.section-icon-link .w-20 svg {
  width: 20%;
  margin: 0 auto;
  display: block;
}
.section-icon-link .w-26 svg {
  width: 26%;
  margin: 0 auto;
  display: block;
}
.section-icon-link .w-13 h4 {
  font-size: 3.4rem;
}
.section-icon-link h4 {
  color: #1660b2;
  margin: 2.5rem auto 1.5rem;
  font-size: 2.2rem;
  text-align: center;
  border: none;
  background: transparent;
  border-radius: inherit;
  padding: 0;
  line-height: 1.4;
}
.section-icon-link [class^="col"] p {
  color: #111;
  margin: 0;
}
.section-icon-link a:hover {
  text-decoration: none;
}
.section-icon-link [class^="col"] > div:hover {
  background: #1f81da;
  transition: all 0.5s 0s ease;
}
.section-tel-link [class^="col"] > div:hover {
  background: #fff;
}
.section-icon-link [class^="col"] > div:hover svg, .section-icon-link [class^="col"] > div:hover h4, .section-icon-link [class^="col"] > div:hover p {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.section-tel-link [class^="col"] > div:hover svg {
  fill: #0880b9;
}
.section-tel-link [class^="col"] > div:hover h4 {
  color: #0880b9;
}
.section-tel-link [class^="col"] > div:hover p {
  color: #111;
}
.slogan {
  position: relative;
  margin-top: 7rem;
}
.slogan:before, .slogan:after {
  content: '';
  width: 10%;
  height: 30%;
  position: absolute;
  display: inline-block;
}
.slogan:before {
  border-left: solid 1px #454545;
  border-top: solid 1px #454545;
  top: 0;
  left: 0;
}
.slogan:after {
  border-right: solid 1px #454545;
  border-bottom: solid 1px #454545;
  bottom: 0;
  right: 0;
}
.slogan p {
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  padding: 2rem 1.5rem;
}
.section-summary .bg-line {
  background: url("../images/common/bg-line.png") bottom center;
  padding: 7rem 0;
}
.section-summary .col-12 {
  padding: 0;
}
.summary-box {
  background: url(../images/common/bg-line.png) bottom center;
  text-align: left;
  padding: 5rem 0 0;
}
.summary-box p {
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
  padding: 0 1rem;
}
.summary-txt {
  background-color: #fff;
  box-shadow: 0 1px 6px 1px rgb(0 0 0 / 10%);
  transition: all 0.5s 0s ease;
  border-radius: 5px;
  width: 90%;
  margin: 0 auto 7rem;
  padding: 2rem 2rem 0.5rem;
  position: relative;
  top: 4rem;
}
.summary-txt p {
  text-align: left;
  color: #1c8ade;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
.row-icon-box [class^="col"] > div {
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 6px 1px rgb(0 0 0 / 10%);
  margin-top: 3rem;
  transition: all 0.5s 0s ease;
  border-radius: 5px;
  padding: 3.5rem 2rem 2.5rem;
}
.row-icon-box .w-70px svg {
  width: 70px;
  margin: 0 auto;
  display: block;
  color: #0880b9;
}
.row-icon-box .w-50px svg {
  width: 50px;
  margin: 0 auto;
  display: block;
  color: #0880b9;
}
.row-icon-box h3 {
  color: #1660b2;
  margin: 2.5rem auto 1.5rem;
  font-size: 2.2rem !important;
  text-align: center;
  border: none;
  background: transparent;
  border-radius: inherit;
  padding: 0 !important;
  line-height: 1.4;
}
.row-icon-box [class^="col"] p {
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 1.8rem;
}
.hint-txt {
  padding: 3rem;
  margin: 2rem 0;
  background-color: #f5f5f5;
}
.hint-txt h4 {
  font-weight: 700;
  padding: 0 0 1rem;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #dee2e6;
  font-size: 1.8rem;
  padding-left: 1rem;
}
.hint-txt h4::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f0eb';
  position: relative;
  right: 0.75rem;
  display: inline-block;
  font-weight: 100;
}
.hint-txt p, .hint-txt table {
  margin: 0;
}
.hint-txt table td {
  display: table-cell;
  padding: 0 2rem 1rem 0;
  vertical-align: top;
}
.picup-txt {
  padding: 2rem;
  margin: 4rem 0 0;
  text-align: center;
  width: 100%;
  background: url("../images/business/documents10.jpg") no-repeat center 80%;
  object-fit: cover;
  background-size: cover;
}
.picup-txt h5 {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  color: #439d56;
  font-weight: 700;
  line-height: 1.6;
}
.picup-txt h5, .picup-txt p {
  text-shadow: 0px 1px 1px rgb(255 255 255 / 50%);
}
.section-panel-box [class^="col"] {
  padding: 0;
  display: flex;
}
.section-panel-box [class^="col"]:nth-child(odd) img {
  object-fit: cover;
  width: 100%;
  max-height: 420px;
}
.section-panel-box [class^="col"]:nth-child(even) div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem;
  background: #fff;
}
.section-panel-box h4 {
  font-weight: 700;
  color: #014b96;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}
.section-panel-box p {
  line-height: 2;
  margin: 0;
}
.flow {
  padding-left: 10rem;
  position: relative;
  margin: 0;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 10rem;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 6vh;
}
.flow > li .step {
  font-size: 1.4rem;
  color: #fff;
  background: -moz-linear-gradient(0deg, rgb(2 179 223) 0%, rgb(26, 126, 218) 100%);
  background: -webkit-linear-gradient(0deg, rgb(2 179 223) 0%, rgb(26, 126, 218) 100%);
  background: -ms-linear-gradient(0deg, rgb(2 179 223) 0%, rgb(26, 126, 218) 100%);
  padding: 0.5rem 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: -10rem;
  font-weight: 400;
}
.flow > li .step::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #1a85e7;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 32px;
  position: relative;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 20px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1c6dba;
  margin-bottom: 0.5rem;
  padding-top: 0;
}
.flow table th {
  display: block;
  padding: 0;
}
.flow table td {
  display: block;
  padding: 0 1rem;
  font-weight: 700;
}
.flow table td table td {
  padding: 0;
}
.flow .bg-gray {
  width: fit-content;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
.flow table {
  margin: 0;
  font-size: 1.4rem;
}
.company .flow {
  margin: 4rem 0 7rem 0;
}
.recruit .accordion-container .accordion-title {
  border: solid #1f81da 1px;
  color: #2583d9;
  border-radius: 5px;
  padding: 2rem 2rem 1.8rem;
}
.recruit .accordion-container .accordion-title:hover, .recruit .accordion-container .accordion-title:active, .recruit .accordion-title.open {
  color: #fff;
}
.recruit .accordion-container .accordion-title::before {
  content: none;
}
/* Footer
----------------------------*/
footer {
  padding: 3rem 1.5rem 2.8rem;
  background: #f3f3f3;
}
footer ul {
  margin: 0 0 1rem;
}
footer li a {
  font-size: 1.3rem;
  color: inherit;
}
footer .footer-nav {
  text-align: center;
}
footer .copy {
  font-size: 1.3rem;
  text-align: center;
}
.page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: none;
}
.page-top a {
  display: block;
  z-index: 999;
  width: 50px;
  height: 50px;
  color: #1f81da;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 1.5rem;
  border-radius: 7px;
  border: solid 1px #1f81da;
  background: #fff;
}
.page-top a:hover {
  color: #fff;
  background: #1f81da;
}
/* Media Query
-----------------------------------*/
/* Small devices (landscape phones, 576px and over, .col-sm-*)*/
@media (min-width: 576px) {
  .logo img {
    width: 90%
  }
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* Medium devices (767px and under)*/
@media (max-width: 767px) {
  .summary-box p br, .picup-txt br {
    display: none;
  }
}
/* Medium devices (tablets, 768px and over, .col-md-*)*/
@media (min-width: 768px) {
  .swiper-mv .fade-txt {
    font-size: 2.8rem;
    bottom: 8rem;
    left: 3rem;
  }
  .swiper-mv .fade-txt span {
    font-size: 4rem;
  }
  .sec .mv {
    height: 60vh;
  }
  .sec .mv h1 {
    top: 50%;
    font-size: 4.8rem;
    margin: 0 0 0 2rem;
    letter-spacing: 0.1rem;
    color: #fff;
  }
  .sec .mv p {
    font-size: 3rem;
    margin: 0 0 0 2.5rem;
  }
  .section-zoom-link img {
    height: 280px;
  }
  .section-zoom-link .col-lg-6 p {
    padding: 0 3rem 3.5rem;
  }
  .timeline p {
    padding-left: 0;
  }
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline li::before {
    display: none;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 2rem;
  }
  .timeline-content {
    float: left;
    border-left: 3px #E0E0E0 solid;
    padding: 2rem 0 0 3rem
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #1660b2;
    position: absolute;
    left: 10.6rem;
    top: 2.7rem;
    border-radius: 100%;
  }
  .summary-box p, .summary-txt p {
    text-align: center;
    line-height: 1.8;
    margin: 0 1rem;
    font-size: 1.8rem;
  }
  .summary-txt {
    width: 80%;
    margin: 0 auto 7rem;
    padding: 4rem 2rem;
  }
  .section-panel-box [class^="col"]:nth-child(even) div {
    padding: 3rem 4rem;
  }
  .recruit .accordion-container .accordion-title {
    padding: 2rem 7rem 1.7rem 2rem;
  }
}
/* Large devices (desktops, 992px and over, .col-lg-*)*/
@media (min-width: 992px) {
  .logo img {
    width: 85%
  }
  nav ul {
    margin: 0;
    padding: 0;
  }
  .pc-nav li {
    display: inline;
    margin-right: 1.75rem;
    transition: all 0.5s 0s ease;
  }
  .pc-nav li:last-child {
    margin-right: 0;
  }
  .pc-nav li a {
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
    position: relative;
    padding: 0.5rem 0;
  }
  .pc-nav li a:hover {
    text-decoration: none;
  }
  .pc-nav li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    opacity: 0.7;
  }
  .pc-nav li a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1伸長*/
  }
  header.transform .pc-nav li a::after {
    background: #333;
  }
  .pc-nav .btn-access a, .pc-nav .btn-mail a {
    font-size: 1.4rem;
    border: solid #fff 2px;
    border-radius: 0.5rem;
    width: fit-content;
    padding: 0.75rem 1rem 0.5rem 1.75rem;
    color: #fff;
    font-weight: 700;
    display: block;
    transition: all 0.5s 0s ease;
  }
  .pc-nav .btn-access a {
    margin: 1rem 1.5rem 1.75rem auto;
  }
  .pc-nav .btn-mail a {
    margin: 1rem 0 1.75rem auto;
  }
  .pc-nav .btn-access a:hover, .pc-nav .btn-mail a:hover {
    text-decoration: none;
    background: #fff;
    color: #1f81da;
  }
  .pc-nav .btn-access a::before {
    font-family: "Font Awesome 5 Pro";
    content: '\f3c5';
    position: relative;
    right: 0.75rem;
    display: inline-block;
  }
  .pc-nav .btn-mail a::before {
    font-family: "Font Awesome 5 Pro";
    content: '\f1d8';
    position: relative;
    right: 0.75rem;
    display: inline-block;
  }
  header {
    padding: 0 3rem;
    transition: all 0.5s 0s ease;
  }
  header.transform {
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 1.5rem;
    transition: all 0.5s 0s ease;
  }
  header.transform .logo img {
    background: transparent;
    margin-top: 2rem;
    transition: all 0.5s 0s ease;
  }
  header.transform .pc-nav li a {
    color: #333;
    transition: all 0.5s 0s ease;
    text-shadow: inherit;
  }
  header.transform .pc-nav .btn-access a, header.transform .pc-nav .btn-mail a {
    border: solid #1f81da 2px;
    color: #1f81da;
    transition: all 0.5s 0s ease;
  }
  header.transform .pc-nav .btn-access a:hover, header.transform .pc-nav .btn-mail a:hover {
    text-decoration: none;
    background: #1f81da;
    color: #fff;
  }
  .swiper-mv .fade-txt {
    font-size: 3.8rem;
  }
  .swiper-mv .fade-txt span {
    font-size: 5.6rem;
  }
  section {
    padding: 10rem 0;
  }
  h2 {
    margin: 0 auto 8rem;
  }
  h2::after {
    bottom: -20px;
    width: 80px;
  }
  .h2-jp {
    font-size: 3.6rem;
    margin: 0 0 0.6rem;
  }
  .h2-en {
    font-size: 2rem;
  }
  .sec h3 {
    padding: 1.5rem 2rem;
    font-size: 2.4rem;
  }
  .sec h3.h3-jp-sm {
    font-size: 2.8rem;
  }
  .sec h4.h4-border {
    font-size: 2.2rem;
  }
  .emergency {
    font-size: 1.6rem;
  }
  .emergency dl {
    padding: 1.5rem;
  }
  .emergency dd {
    width: auto;
    padding: 0;
  }
  .top .section-alternate {
    background-size: inherit;
  }
  .section-alternate .col-12 {
    padding: 0;
  }
  .section-alternate .row > div:nth-child(odd) img {
    left: 40%;
    clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .section-alternate .row > div:nth-child(even) img {
    clip-path: polygon(0% 0%, 88% 0, 100% 100%, 0% 100%);
  }
  .section-alternate .row > div:nth-child(even) .alternate-txt {
    right: 3rem;
  }
  .section-alternate .row > div:nth-child(odd) .alternate-txt {
    left: 3rem;
  }
  .section-alternate .row > div {
    margin-bottom: 10rem;
  }
  .section-alternate img {
    width: 60%;
    margin-bottom: 8rem;
  }
  .alternate-txt {
    padding: 4rem 3rem;
    position: absolute;
    width: 50%;
    min-height: 270px;
    align-items: center;
    right: 0;
    top: 45%;
  }
  .alternate-txt h3 {
    margin: 0 0 2rem;
    font-size: 2.8rem;
  }
  .alternate-txt h3::before {
    position: relative;
    right: 1.5rem;
    display: inline-block;
    font-size: 4rem;
    border-right: solid #1660b2 1px;
    padding: 0 1.5rem 0 0;
    top: 0.5rem;
  }
  .alternate-txt h3.no01::before {
    content: '01';
  }
  .alternate-txt h3.no02::before {
    content: '02';
  }
  .alternate-txt h3.no03::before {
    content: '03';
  }
  .alternate-txt .btn {
    width: 50%;
    margin: 2.5rem 0 0 auto;
  }
  .section-blue-fluid .txt div {
    padding: 3rem 4rem;
  }
  .section-blue-fluid .txt .btn-transparent {
    width: 70%;
  }
  .section-contact {
    padding: 5.5rem 0 5rem;
  }
  .section-contact .h2-jp {
    font-size: 3rem;
  }
  .section-contact .list-inline li {
    display: inline;
    margin-right: 2rem;
  }
  .breadcrumbs {
    font-size: 1.2rem;
    padding: 1.2rem 5rem;
    display: block;
    background: #f3f3f3;
  }
  .breadcrumbs span {
    margin: 0 0.75rem;
  }
  .breadcrumbs a {
    color: #111;
  }
  .slogan {
    position: relative;
    margin-top: 12rem;
  }
  .slogan p {
    font-size: 2.5rem;
    padding: 3rem 2rem;
  }
  .summary-box > p {
    font-size: 1.8rem;
  }
  .picup-txt {
    padding: 7rem 4rem;
    margin: 8rem 0 0;
  }
  .flow {
    padding-left: 15rem;
    margin: 10rem 0 0 7rem;
  }
  .flow > li .step {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    left: -15rem;
  }
  .flow::before {
    left: 15rem;
  }
  .flow > li dl {
    padding-left: 70px;
  }
  .flow > li dl::after {
    width: 50px;
  }
  .flow > li dl::before, .flow > li dl::after {
    top: 24px;
  }
  .flow > li dl dt {
    font-size: 2.2rem;
    padding-top: 0.5rem;
  }
  .flow table th, .flow table td {
    display: table-cell;
    padding: 0 2rem 0 0;
    vertical-align: top;
  }
  .flow table td table td {
    padding: 0 1rem 0 0;
  }
  .flow .bg-gray {
    padding: 2rem 2.5rem;
  }
  .company .flow {
    margin: 6rem 0 10rem 7rem;
  }
  footer ul {
    margin: 0;
  }
  footer .footer-nav {
    text-align: left;
  }
  footer .copy {
    text-align: right;
  }
  .page-top {
    bottom: 6rem;
    right: 3rem;
  }
}
/* Extra large devices (large desktops, 1200px and over, .col-xl-*)*/
@media (min-width: 1200px) {
  .pc-nav li {
    margin-right: 2.5rem;
  }
  .pc-nav li a {
    font-size: 1.6rem;
  }
  .logo img {
    width: 100%
  }
  .swiper-mv .swiper-slide img {
    max-height: 650px;
  }
  .section-alternate .row > div {
    margin-bottom: 7rem;
  }
  .section-alternate img {
    width: 60%;
    max-height: 580px;
  }
  .section-alternate img {
    width: 60%;
    max-height: 500px;
  }
}
@media (min-width: 1400px) {
  .swiper-mv .swiper-slide img {
    max-height: 780px;
  }
}