@charset "UTF-8";
html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.781vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.333vw;
  }
}
body {
  color: #072334;
  line-height: 1;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.pc_n {
  display: none;
}
@media (max-width: 767px) {
  .pc_n {
    display: block;
  }
}

.sp_n {
  display: block;
}
@media (max-width: 767px) {
  .sp_n {
    display: none;
  }
}

.inner {
  max-width: 110.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .inner {
    margin-left: 4.8rem;
    margin-right: 4.8rem;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.menu-open {
  overflow: hidden;
}

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

.header-sp {
  padding-top: 6.2rem;
}
@media (min-width: 769px) {
  .header-sp {
    display: none;
  }
}

.title {
  text-align: center;
  font-size: 3rem;
  color: #007BD2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .title {
    font-size: 3.2rem;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.header {
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0071BC;
  z-index: 1000;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  width: 24.1rem;
  height: 2.8rem;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__logo:hover {
  opacity: 0.8;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
}

.header__item a {
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

.header__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 0;
  height: 0.1rem;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.header__item a:hover {
  color: #fff;
}

.header__item a:hover::after {
  width: 100%;
}

@media (max-width: 767px) {
  .header-sp {
    width: 100%;
      background-color: #0071BC;
    z-index: 1000;
    padding-top: 5.2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 17rem;
  }
}

.header-sp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  position: relative;
}

.header-sp__logo {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-sp__logo:hover {
  opacity: 0.8;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 8.9rem;
  height: 4.1rem;
  background: none;
  cursor: pointer;
  padding: 0;
  z-index: 1003;
  position: relative;
  top: 4rem;
  left: 0.5rem;
}
.hamburger::after {
  position: absolute;
  content: "";
  background: url(../img/menu.svg) no-repeat center center/cover;
  width: 8.7rem;
  height: 2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.6rem;
}

.is-active::after {
  display: none;
}

.hamburger__line {
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
  z-index: 1004;
  border-radius: 0.1rem;
}

.hamburger.is-active {
  border-color: #007BD2;
  z-index: 1005;
}

.hamburger.is-active .hamburger__line:nth-child(1) {
  -webkit-transform: translateY(1.1rem) rotate(45deg);
          transform: translateY(1.1rem) rotate(45deg);
  background-color: #fff !important;
  width: 12.7rem;
  top: 0.7rem;
  left: -0.7rem;
}

.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-1.1rem) rotate(-45deg);
          transform: translateY(-1.1rem) rotate(-45deg);
  background-color: #fff !important;
  width: 12.7rem;
  left: -1.1rem;
  top: -0.9rem;
}

.hamburger:hover .hamburger__line {
  background-color: #007BD2;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #007bd2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1001;
}

.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav.is-open::before {
  opacity: 1;
}

.mobile-nav__list {
  list-style: none;
  padding-top: 25.2rem;
  margin: 0;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}

.mobile-nav.is-open .mobile-nav__list {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mobile-nav__item {
  margin-bottom: 5.7rem;
}

.mobile-nav__item:last-child {
  margin-bottom: 0;
}

.mobile-nav__link {
  font-size: 4.6rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

.mobile-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  width: 0;
  height: 0.2rem;
  background-color: #007BD2;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mobile-nav__link:hover {
  color: #007BD2;
}

.mobile-nav__link:hover::after {
  width: 100%;
}

.header-sp__logo {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 27.3rem;
  height: 3.2rem;
}

.header-sp__logo:hover {
  opacity: 0.8;
}

.top {
  padding-top: 19.7rem;
}
@media (max-width: 767px) {
  .top {
    padding-top: 20.1rem;
  }
}

.top__title {
  width: 52.9rem;
  height: 18.8rem;
}
@media (max-width: 767px) {
  .top__title {
    width: 30.7rem;
    height: 11rem;
  }
}

.company {
  margin-top: -3.2rem;
}
@media (max-width: 767px) {
  .company {
    margin-top: -0.2rem;
  }
}

.company__text {
  padding-top: 9.2rem;
  font-size: 4.6rem;
  line-height: 1.75;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .company__text {
    font-size: 3.4rem;
  }
}

.philosophy {
  padding-top: 13.3rem;
}
@media (max-width: 767px) {
  .philosophy {
    padding-top: 13.1rem;
  }
}
@media (max-width: 767px) {
  .philosophy .inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.container {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.philosophy__content {
  padding-top: 9.1rem;
}
@media (max-width: 767px) {
  .philosophy__content {
    padding-top: 2.8rem;
  }
}

.philosophy__title {
  text-align: left;
}

.philosophy__text {
  font-size: 2.2rem;
  line-height: 1.75;
  font-weight: 200;
  padding-top: 1.1rem;
  width: 53.4rem;
}
@media (max-width: 767px) {
  .philosophy__text {
    font-size: 2.4rem;
    line-height: 1.75;
    padding-top: 2rem;
    width: auto;
  }
}

.philosophy__img {
  width: 63.7rem;
  height: 47.8rem;
  right: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .philosophy__img {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 62.2rem;
    height: 46.7rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.image01 {
  margin-top: -9.4rem;
}
@media (max-width: 767px) {
  .image01 {
    margin-top: -5.4rem;
  }
}

.image02 {
  padding-top: 23rem;
}
@media (max-width: 767px) {
  .image02 {
    padding-top: 1rem;
  }
}

.products {
  padding-top: 1.8rem;
}
@media (max-width: 767px) {
  .products {
    padding-top: 15.1rem;
  }
}

.products__text {
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.7555555556;
  color: #053A3D;
  font-weight: 200;
  margin-top:  7.8rem;
}
@media (max-width: 767px) {
  .products__text {
    font-size: 4.8rem;
  margin-top:  3.8rem;
    padding-top: 1.8rem;
  }
}


.philosophy__img {
  width: 63.7rem;
  height: 47.8rem;
  right: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .philosophy__img {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 62.2rem;
    height: 46.7rem;
    margin-left: auto;
    margin-right: auto;
  }
}


.products__text2 {
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.7555555556;
  color: #000000;
}
@media (max-width: 767px) {
  .products__text2 {
    font-size: 2.0rem;
    padding-top: 7.8rem;
  }
}


.products__box {
  padding-top: 5.1rem;
}
@media (max-width: 767px) {
  .products__box {
  }
}


.products__img {
  padding-top: 3.1rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .products__img {
	 padding-top: 0.1rem;
 	 padding-bottom: 0rem;
  }
}



/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.suppliers {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .suppliers {
    margin-top: 11rem;
  }
}

.suppliers__title {
  text-align: left;
}

.suppliers__text {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9.5rem;
}
@media (max-width: 767px) {
  .suppliers__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    left: -1rem;
    margin-bottom: 14.5rem;
  }
}

.suppliers__item {
  font-size: 2.2rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .suppliers__item {
    font-size: 2.4rem;
  }
}
.suppliers__item span {
  font-weight: bold;
  color: #007BD2;
}

.access {
  padding-top: 15.5rem;
  padding-bottom: 9.3rem;
  background-color: #0071BC;
}
@media (max-width: 767px) {
  .access {
    padding-top: 12rem;
    padding-bottom: 11.8rem;
  }
}

.access__title {
  color: #fff;
  text-align: left;
}

.access__list {
  padding-top: 5.6rem;
}
@media (max-width: 767px) {
  .access__list {
    padding-top: 2rem;
  }
}

.access__item {
  height: 10.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6.1rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
  .access__item {
    display: block;
    height: auto;
    padding-top: 5.8rem;
    padding-bottom: 5.8rem;
    padding-left: 2.8rem;
  }
  .access__item:nth-of-type(2) {
    padding-top: 6.4rem;
  }
  .access__item span {
    display: block;
  }
}

.access__label {
  display: inline-block;
  width: 12rem;
}
@media (max-width: 767px) {
  .access__label {
    font-size: 3rem;
    width: auto;
  }
}

.access__text {
  display: inline-block;
  padding-left: 16.3rem;
  font-weight: 200;
  line-height: 1.1818181818;
}
@media (max-width: 767px) {
  .access__text {
    padding-left: 2.8rem;
    padding-top: 2.8rem;
    font-size: 2.8rem;
    line-height: 1.1;
  }
}

.access__sub-list {
  padding-top: 10.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5.9rem;
}
@media (max-width: 767px) {
  .access__sub-list {
    padding-left: 0;
    padding-top: 5.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 2.8rem;
  }
}

.access__sub-item:nth-of-type(2) {
  margin-left: 24.5rem;
}
@media (max-width: 767px) {
  .access__sub-item:nth-of-type(2) {
    margin-left: 0;
    padding-top: 6rem;
  }
  .access__sub-item:nth-of-type(2) .access__sub-text {
    padding-top: 2.3rem;
    line-height: 1.75;
  }
}

.access__sub-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .access__sub-title {
    font-size: 3rem;
  }
}

.access__sub-text {
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 1.75;
  color: #fff;
  padding-left: 2.9rem;
  padding-top: 2.2rem;
}
@media (max-width: 767px) {
  .access__sub-text {
    font-size: 2.8rem;
    font-weight: 200;
    line-height: 1.1785714286;
    padding-left: 2.8rem;
    padding-top: 4.3rem;
  }
}

.access__history {
  padding-left: 5.9rem;
  padding-top: 9.4rem;
}
@media (max-width: 767px) {
  .access__history {
    padding-top: 5.8rem;
    padding-left: 0;
  }
}

.access__history-title {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .access__history-title {
    padding-left: 2.8rem;
    font-size: 3rem;
  }
}

.access__history-list {
  padding-top: 3.5rem;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .access__history-list {
    padding-left: 0;
    padding-top: 2.8rem;
  }
}

.access__history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.3rem;
}
@media (max-width: 767px) {
  .access__history-item {
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5.8rem;
  }
}
.access__history-item:nth-of-type(n+2) {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .access__history-item:nth-of-type(n+2) {
    margin-top: 4.6rem;
  }
}

.access__history-date {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 200;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .access__history-date {
    font-size: 2.8rem;
  }
}

.access__history-text {
  font-size: 2.2rem;
  line-height: 1.75;
  color: #fff;
  font-weight: 200;
}
@media (max-width: 767px) {
  .access__history-text {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

.map {
  padding-top: 21.1rem;
}
@media (max-width: 767px) {
  .map {
    padding-top: 11.5rem;
    padding-bottom: 4rem;
  }
}
.map .title {
  text-align: left;
}

.map__text {
  text-align: left;
  font-size: 2.1rem;
  line-height: 1.7142857143;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .map__text {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    margin-top: 4.1rem;
  }
}

.map__img {
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .map__img {
    margin-top: 11.3rem;
  }
}
.map__img iframe {
  width: 100%;
  height: 58.1rem;
}


.policy {
  padding-top: 19.7rem;
  padding-bottom: 19.7rem;
}
@media (max-width: 767px) {
  .policy {
    padding-top: 20.1rem;
  padding-bottom: 20.1rem;
  }
}


.policy__text {
  text-align: left;
  font-size: 2.1rem;
  line-height: 1.7142857143;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .policy__text {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    margin-top: 3.1rem;
    margin-bottom: 3.1rem;
  }
}


.policy__sub-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #007BD2;
  padding: 15px 0 0 0;
}
@media (max-width: 767px) {
  .policy__sub-title {
    font-size: 3rem;
  }
}


.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 0rem;
    padding-left: 1.2rem;
  }
  .footer .inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__box {
    display: block;
  }
}

.footer__privacy {
  font-size: 1.2rem;
  font-weight: 200;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .footer__privacy {
    font-size: 2rem;
    text-align: left;
  }
}
.footer__privacy:hover {
  opacity: 0.7;
}

.footer__copyright {
  font-size: 1.2rem;
  font-weight: 200;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 2rem;
    text-align: center;
    margin-top: 6.8rem;
  }
}