@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  position: relative;
  z-index: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

* {
  -webkit-tap-highlight-color: transparent !important;
}

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

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

.inner {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}
@media screen and (max-width: 1136px) {
  .inner {
    width: 92%;
    margin: 0 4%;
  }
}

.center {
  padding-top: 50px;
  font-weight: bold;
  text-align: center;
}

.red {
  color: red;
  font-size: 1.4rem;
}

/* header */
.header {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  top: 13px;
  right: 5rem;
  z-index: 2;
}
.header br {
  display: none;
}
@media screen and (max-width: 768px) {
  .header br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    top: 0.9rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.header p {
  color: #000;
  font-size: 1.1rem;
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .header p {
    margin-right: 0;
    text-align: center;
    line-height: 1.4;
    font-size: 1rem;
  }
}

/* top */
.top {
  background-color: #fff;
  background-image: url(../images/bg-map.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .top {
    background-size: cover;
    padding-bottom: 2.55rem;
  }
}
.top .badge {
  position: absolute;
  top: 3.84rem;
  left: 5rem;
  width: 16.86rem;
}
.top .badge img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .badge {
    top: unset;
    bottom: 28.63rem;
    right: 4.2666666667%;
    left: unset;
    width: 19.3146666667%;
    max-width: 115px;
  }
  .top .badge img {
    width: 100%;
  }
}
@media screen and (max-width: 505px) {
  .top .badge {
    bottom: 29.63rem;
  }
}
.top .ttl__mini {
  padding: 20rem 0 0;
  width: 95%;
  max-width: 201px;
  margin: 0 auto;
}
.top .ttl__mini img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .ttl__mini {
    padding: 6.2rem 0 0;
    width: 33.8666666667%;
  }
}
.top .ttl h1 {
  max-width: 741px;
  width: 95%;
  line-height: 1;
  margin: 0.95rem auto 0;
}
@media screen and (max-width: 768px) {
  .top .ttl h1 {
    width: 80.456%;
    margin-top: 0.3rem;
  }
}
.top .ttl h1 img {
  width: 100%;
  height: auto;
}
.top .ttl__sub {
  margin: 1.88rem auto 0;
  width: 95%;
  max-width: 287px;
}
.top .ttl__sub img {
  display: block;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .ttl__sub {
    width: 42.9333333333%;
    margin-top: 0.7rem;
  }
}
.top .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.top .swiper {
  margin: 8rem 0 0;
}
.top .swiper-wrapper {
  align-items: baseline;
}
.top .swiper-button-prev {
  left: 11.9326500732%;
  height: 78px;
  margin: auto;
  width: 78px;
}
.top .swiper-button-prev:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
.top .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/swiper-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.top .swiper-button-next {
  right: 11.9326500732%;
  height: 78px;
  margin: auto;
  width: 78px;
}
.top .swiper-button-next:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
.top .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/swiper-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
.top .swiper-navigation-icon {
  display: none;
}
.top .swiper-slide {
  max-width: 243px;
  height: 432px;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.top .swiper-slide img {
  width: 100%;
  height: 100%;
}
.top .swiper-slide img.active {
  width: 321px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top .swiper {
    margin-top: 6.34rem;
  }
  .top .swiper-button-prev {
    left: 4%;
    height: 5rem;
    width: 5rem;
  }
  .top .swiper-button-next {
    right: 4%;
    height: 5rem;
    width: 5rem;
  }
  .top .swiper-slide {
    max-width: 157.5px;
    height: 279px;
  }
  .top .swiper-slide img {
    width: 100%;
  }
  .top .swiper-slide img.active {
    position: absolute;
    width: 208px;
    height: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
}

.exp {
  width: 95%;
  max-width: 1266px;
  margin: 0 auto;
  padding: 4rem 0 4.4rem;
}
.exp .area {
  width: 92.4170616114%;
  margin: 0 auto;
  border: 2px solid #DE2718;
  border-radius: 1.6rem;
  position: relative;
}
.exp .area .title {
  position: absolute;
  width: 38rem;
  height: 4rem;
  background: #DE2718;
  border-radius: 100rem;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.exp .area .title p {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 4rem;
  font-weight: bold;
}
.exp .area .img3 {
  display: flex;
  padding: 4.3rem 2.6495726496% 2.36rem 2.9572649573%;
  align-items: center;
}
.exp .area .img3 > div:first-child {
  width: 45.4545454545%;
  margin-right: 2.8181818182%;
}
.exp .area .img3 > div:nth-child(2) {
  width: 33.2727272727%;
  margin-right: 3.1272727273%;
}
.exp .area .img3 > div:last-child {
  width: 15.3636363636%;
}
.exp .area .img3 > div img {
  display: block;
  width: 100%;
}
.exp .lead {
  padding: 7rem 0 0;
}
.exp .lead .title {
  max-width: 644px;
  width: 95%;
  margin: 0 auto 1.54rem;
}
.exp .lead .title img {
  display: block;
  width: 100%;
}
.exp .lead p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .exp {
    padding: 4.2rem 0 3.5rem;
    width: 92%;
  }
  .exp .area {
    width: 100%;
  }
  .exp .area .title {
    width: 80%;
    height: 3.2rem;
    top: -1.5rem;
  }
  .exp .area .title p {
    font-size: 1.2rem;
    line-height: 3.2rem;
  }
  .exp .area .img3 {
    padding: 2.6rem 4.2521994135% 1.8rem 2.6392961877%;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .exp .area .img3 > div:first-child {
    width: 97.6377952756%;
    margin: 0 0 1.12rem;
  }
  .exp .area .img3 > div:nth-child(2) {
    width: 69.2913385827%;
    margin-right: 3.937007874%;
  }
  .exp .area .img3 > div:last-child {
    width: 26.7716535433%;
    padding-bottom: 0.89rem;
  }
  .exp .lead {
    padding-top: 4.55rem;
  }
  .exp .lead .title {
    width: 100%;
    margin-bottom: 1.15rem;
  }
  .exp .lead p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.about {
  background: #DE2718;
}
.about .inner {
  max-width: 1094px;
  padding: 8.4rem 0 7.9rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.about .left {
  width: 62.3400365631%;
}
.about .left .title p {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4444444444;
  color: #fff;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.about .left .txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.875;
}
.about .right {
  width: 36.197440585%;
  background: #fff;
  border-radius: 2rem;
  padding: 2.08rem 5rem 1.78rem 3.92rem;
}
.about .right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about .inner {
    padding: 3.73rem 0 5.74rem;
    flex-wrap: wrap;
    width: 92%;
  }
  .about .left {
    width: 100%;
  }
  .about .left .title p {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 0.72rem;
  }
  .about .left .txt p {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
  .about .right {
    width: 100%;
    margin-top: 2.52rem;
    padding: 2.54rem 9.5072463768% 2.34rem;
  }
}

.button {
  padding: 7.7rem 0 11.7rem;
}
.button .text p {
  text-align: center;
  font-size: 2.4rem;
  color: #0075C2;
  font-weight: bold;
  line-height: 1.4583333333;
  font-family: "Noto Sans JP", sans-serif;
}
.button .btn {
  width: 436px;
  height: 9.8rem;
  margin: 1rem auto 0;
}
.button .btn a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  font-size: 3.4rem;
  font-weight: bold;
  flex-flow: column;
  justify-content: center;
  color: #fff;
  background: #0075C2;
  border-radius: 100px;
  padding-left: 13.0733944954%;
  transition: 0.3s;
  box-shadow: 0 7px 0 rgb(8, 95, 152);
}
.button .btn a::after {
  content: "";
  background: url(../images/btn.png) no-repeat;
  width: 3.7rem;
  height: 3.7rem;
  background-size: 100%;
  position: absolute;
  top: 3.3rem;
  right: 3.1rem;
}
.button .btn a:hover {
  box-shadow: unset;
  transform: translate3d(0, 7px, 0);
}
@media screen and (max-width: 768px) {
  .button {
    padding: 4.77rem 0 5rem;
  }
  .button .text p {
    font-size: 2rem;
    line-height: 1.45;
  }
  .button .btn {
    width: 92%;
    height: 7.4rem;
    margin-top: 0.61rem;
    max-width: 436px;
  }
  .button .btn a {
    font-size: 2.6rem;
    padding: 0;
    text-align: center;
  }
  .button .btn a::after {
    width: 2.5rem;
    height: 2.5rem;
    top: 2.47rem;
    right: 2.94rem;
  }
}

/* company */
.company {
  padding-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .company {
    padding-bottom: 40px;
  }
}
.company h2 {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company h2 {
    margin-bottom: 1rem;
  }
}
.company h2 img {
  width: 100%;
  height: auto;
}
.company p {
  font-weight: 600;
  line-height: 1.8888888889;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company p {
    text-align: left;
    font-size: 1.4rem;
  }
}
.company .logo {
  max-width: 253px;
  width: 100%;
  margin: 26px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company .logo {
    max-width: 100%;
    margin-top: 4.6rem;
  }
}
.company .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .company .logo img {
    width: 62.58%;
  }
}
.company .note {
  margin-top: 48.4px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4166666667;
  text-align: left;
  word-break: break-all;
}
.company .note a {
  color: unset;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .company .note {
    margin-top: 2.85rem;
  }
}

/* footer */
footer {
  padding: 5.4rem 0 4.6rem;
  background: #222;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2.64rem 0 3.14rem;
  }
}
footer p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  footer p {
    text-align: left;
    width: 92%;
    margin: auto;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.top .ttl__sub img, .swiper-slide img {
  user-select: none; /* テキストや画像の選択を禁止 */
  -webkit-user-drag: none; /* 画像のドラッグ禁止（Safari用） */
  -webkit-touch-callout: none; /* iOSでの長押しメニューを無効化 */
}/*# sourceMappingURL=style.css.map */