html {
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
picture {
  display: block;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  width: 100%;
  height: auto;
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
}

body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

.header {
  width: 140rem;
  margin-inline: auto;
  margin-top: 3rem;
}
.header__pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100rem;
  margin-inline: auto;
}
.header__pc--left {
  display: flex;
}
.header__pc--left .logo {
  width: 12rem;
}
.header__pc--left .text--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 2rem;
}
.header__pc--left .text--wrap p {
  color: rgb(0, 32, 96);
}
.header__pc--left .text--wrap .text01 {
  display: none;
}
.header__pc--left .text--wrap .text02 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 2.5rem;
}
.header__pc--right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__pc--right p {
  color: rgb(0, 32, 96);
}
.header__pc--right .tell {
  font-size: 2.7rem;
  font-weight: 600;
}
.header__pc--right .holiday {
  font-size: 1.6rem;
}
.header__sp {
  display: none;
}
.header__sp--tell {
  display: none;
}

.nav__wrap {
  background-color: rgb(81, 183, 255);
  width: 100%;
}
.nav__wrap .nav {
  display: flex;
  justify-content: center;
  gap: 0 10rem;
  margin-top: 3rem;
  padding: 1rem;
}
.nav__wrap .nav a {
  color: #ffffff;
  font-size: 2rem;
  padding: 0.4rem;
}

.main .container {
  margin-inline: auto;
  width: 100rem;
}
.main .container__title01 {
  margin-top: 6.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: rgb(0, 32, 96);
  border-bottom: 0.2rem solid rgb(0, 32, 96);
}
.main .container__sec01 {
  margin-top: 6.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem 6.5rem;
}
.main .container__sec01--box01 {
  width: 45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .container__sec01--box01 .img {
  width: 45rem;
}
.main .container__sec01--box01 .name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #444;
}
.main .container__sec01--box01 .text {
  width: 45rem;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
.main .container__sec01--box02 {
  width: 45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .container__sec01--box02 .img {
  width: 45rem;
}
.main .container__sec01--box02 .name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #444;
}
.main .container__sec01--box02 .text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
.main .container__sec01--box03 {
  width: 45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .container__sec01--box03 .img {
  width: 45rem;
}
.main .container__sec01--box03 .name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #444;
}
.main .container__sec01--box03 .text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
.main .container__title02 {
  margin-top: 13rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: rgb(0, 32, 96);
  border-bottom: 0.2rem solid rgb(0, 32, 96);
}
.main .container__sec02 {
  margin-top: 6.5rem;
  width: 45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .container__sec02 .img {
  width: 45rem;
}
.main .container__sec02 .name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #444;
}
.main .container__sec02 .text {
  width: 45rem;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
.main .container__sec03 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5rem;
  margin-top: 20rem;
}
.main .container__sec03--img01, .main .container__sec03--img02 {
  width: 20rem;
}

.sub__nav {
  margin-top: 10rem;
  background-color: rgb(0, 32, 96);
  padding: 5rem 0 7rem;
}
.sub__nav--title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  color: #FFFFFF;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #FFFFFF;
}
.sub__nav--about {
  width: 80rem;
  display: flex;
  justify-content: center;
  gap: 5rem 2rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-inline: auto;
}
.sub__nav--about a {
  width: 20rem;
  height: auto;
  position: relative;
}
.sub__nav--about p {
  font-size: 1.75rem;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.footer {
  width: 100%;
  background-color: #646464;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
  padding: 3rem 0;
}
.footer p {
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  html {
    font-size: 2.0833333333vw;
  }
  .body {
    overflow: hidden;
    width: 480px !important;
  }
  .header {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 6rem;
    position: fixed;
    top: 0rem;
    z-index: 20;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 5px #555;
  }
  .header::after {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 32, 96, 0.3);
  }
  .header__pc {
    width: 100%;
  }
  .header__pc--left {
    display: flex;
  }
  .header__pc--left .logo {
    display: none;
  }
  .header__pc--left .text--wrap {
    margin-left: 1rem;
  }
  .header__pc--left .text--wrap .text01 {
    display: none;
  }
  .header__pc--left .text--wrap .text02 {
    color: rgb(0, 32, 96);
    font-size: 2rem;
    font-weight: 600;
    margin-top: 0;
  }
  .header__pc--right {
    display: none;
  }
  .header__sp {
    display: block;
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .header__sp--tell {
    display: block;
    background: rgb(0, 32, 96);
    width: 2.6rem;
    padding: 0.2rem;
    border-radius: 0.3rem;
    margin-right: 1rem;
  }
  .header__sp--navBtn {
    width: 3rem;
    height: 2.5rem;
    margin-right: 1rem;
    cursor: pointer;
  }
  .header__sp--navBtn .humberg {
    width: 100%;
    width: 2.5rem;
    height: 0.5rem;
    background: rgb(81, 183, 255);
    margin-bottom: 0.5rem;
    transition: all 0.6s linear 0;
  }
  .header__sp--navBtn div:nth-of-type(1).active {
    opacity: 0;
  }
  .header__sp--navBtn div:nth-of-type(2).active {
    transform: rotate(45deg);
    transition: all 0.1s;
  }
  .header__sp--navBtn div:nth-of-type(3).active {
    transform: rotate(-45deg);
    margin-top: -10px;
    transition: all 0.1s;
  }
  .globalMenuSp {
    display: block;
    position: fixed;
    z-index: 1;
    top: 6rem;
    left: 0;
    background: #fff;
    color: #000;
    transform: translateY(-110%);
    transition: all 0.6s;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0rem 0.2rem 1rem #555;
  }
  .globalMenuSp ul {
    background: #dfdfdf;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .globalMenuSp ul li {
    font-size: 1.7rem;
    list-style-type: none;
    padding: 0;
    padding-left: 2rem;
    background: rgb(81, 183, 255);
    border-bottom: 0.1rem dotted #FFF;
  }
  .globalMenuSp ul li a {
    display: block;
    text-decoration: none;
    padding: 0.5em 10%;
    color: #FFFFFF;
  }
  .globalMenuSp ul li a .tri {
    display: inline-block;
    transform: rotate(-90deg);
    color: #FFFFFF;
  }
  .globalMenuSp.active {
    transform: translateY(0%);
  }
  .nav__wrap {
    display: none;
  }
  .main .container {
    margin-inline: auto;
    width: 48rem;
  }
  .main .container__title01 {
    margin-top: 8.7rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: rgb(0, 32, 96);
    border-bottom: 0.2rem solid rgb(0, 32, 96);
    text-align: center;
    width: 40rem;
    margin-inline: auto;
  }
  .main .container__sec01 {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 10rem 0rem;
  }
  .main .container__sec01--box01 {
    width: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .container__sec01--box01 .img {
    width: 30rem;
  }
  .main .container__sec01--box01 .name {
    font-size: 2.4rem;
    font-weight: 600;
    color: #444;
  }
  .main .container__sec01--box01 .text {
    width: 40rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .main .container__sec01--box02 {
    width: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .container__sec01--box02 .img {
    width: 30rem;
  }
  .main .container__sec01--box02 .name {
    font-size: 2.4rem;
    font-weight: 600;
    color: #444;
  }
  .main .container__sec01--box02 .text {
    width: 40rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .main .container__sec01--box03 {
    width: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .container__sec01--box03 .img {
    width: 30rem;
  }
  .main .container__sec01--box03 .name {
    font-size: 2.4rem;
    font-weight: 600;
    color: #444;
  }
  .main .container__sec01--box03 .text {
    width: 40rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .main .container__title02 {
    margin-top: 13rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: rgb(0, 32, 96);
    border-bottom: 0.2rem solid rgb(0, 32, 96);
    text-align: center;
    margin-inline: auto;
    width: 40rem;
  }
  .main .container__sec02 {
    margin-top: 6.5rem;
    width: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
  }
  .main .container__sec02 .img {
    width: 30rem;
  }
  .main .container__sec02 .name {
    font-size: 2.4rem;
    font-weight: 600;
    color: #444;
  }
  .main .container__sec02 .text {
    width: 40rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .main .container__sec03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0 5rem;
    margin-top: 20rem;
  }
  .main .container__sec03--img01, .main .container__sec03--img02 {
    width: 20rem;
  }
  .sub__nav {
    display: none;
  }
  .footer {
    width: 100%;
    background-color: #646464;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 2rem 0;
    margin-top: 10rem;
  }
  .footer p {
    font-size: 1.4rem;
    text-align: center;
    color: #FFFFFF;
  }
  #back-to-top {
    background-color: rgb(100, 100, 100);
    position: relative;
    right: 0rem;
    bottom: 0rem;
  }
  #back-to-top a {
    width: 9rem;
    margin-inline: auto;
  }
}/*# sourceMappingURL=innai.css.map */