@charset "UTF-8";
.header-outer {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  /* ここから下がハンバーガーメニューに関するCSS */
}
.header-outer .header-logo_lang {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .header-outer .header-logo_lang {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  .header-outer .header-logo_lang {
    width: calc(100% - 55px);
    margin-right: 55px;
    padding: 10px 10px 5px 10px;
  }
}
.header-outer .header-logo_lang__logo {
  width: 296px;
}
@media screen and (max-width: 960px) {
  .header-outer .header-logo_lang__logo {
    width: 75.3%;
    max-width: 275px;
  }
}
.header-outer .header-logo_lang__lang {
  width: 78px;
}
@media screen and (max-width: 960px) {
  .header-outer .header-logo_lang__lang {
    width: 17.2%;
    max-width: 78px;
  }
}
@media screen and (max-width: 430px) {
  .header-outer .header-logo_lang__lang {
    width: 17.2%;
    max-width: 64px;
  }
}
.header-outer .nav {
  display: flex;
}
.header-outer .nav .drawer_hidden {
  display: none;
}
.header-outer .nav .drawer_open {
  display: none;
}
@media screen and (max-width: 960px) {
  .header-outer .nav .drawer_open {
    width: 35px;
    height: 35px;
    background-color: #0788CC;
    border-radius: 17.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 100; /* 重なり順を一番上にする */
    cursor: pointer;
  }
}
.header-outer .nav .drawer_open span {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
.header-outer .nav .drawer_open span::before {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
  bottom: 6px;
}
.header-outer .nav .drawer_open span::after {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
  top: 6px;
}
.header-outer .nav #drawer_input:checked ~ .drawer_open {
  width: 33px;
  height: 33px;
  border: 2px solid #fff;
}
.header-outer .nav #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
.header-outer .nav #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.header-outer .nav #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.header-outer .nav .header-navigation {
  width: 100%;
  background-color: #0788CC;
}
@media screen and (max-width: 960px) {
  .header-outer .nav .header-navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 100%;
    left: 0%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #0788CC;
    transition: 0.5s;
    text-align: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 430px) {
  .header-outer .nav .header-navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 100%;
    left: 0%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #0788CC;
    transition: 0.5s;
    text-align: center;
    padding-top: 20px;
  }
}
.header-outer .nav .header-navigation ul {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .header-outer .nav .header-navigation ul {
    width: 98%;
  }
}
@media screen and (max-width: 960px) {
  .header-outer .nav .header-navigation ul {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: auto;
  }
}
.header-outer .nav .header-navigation ul li {
  position: relative;
  width: 16.666%;
}
@media screen and (max-width: 960px) {
  .header-outer .nav .header-navigation ul li {
    width: 100%;
  }
}
.header-outer .nav .header-navigation ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 600;
  padding: 16px 0;
}
@media screen and (max-width: 960px) {
  .header-outer .nav .header-navigation ul li a {
    font-weight: 700;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 430px) {
  .header-outer .nav .header-navigation ul li a {
    max-height: 12vh;
    font-size: 1.0625rem;
    line-height: 1.15em;
    font-weight: 700;
    padding: 22px 0;
    border-bottom: 1px solid #fff;
  }
}
.header-outer .nav .header-navigation ul li a span {
  font-family: "montserrat", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .header-outer .nav .header-navigation ul li a span {
    font-size: 0.75rem;
    line-height: 1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 430px) {
  .header-outer .nav .header-navigation ul li a span {
    font-size: 0.75rem;
    line-height: 1em;
    font-weight: 400;
  }
}
.header-outer .nav .header-navigation ul li a:hover {
  color: #0788CC;
  background-color: rgba(255, 255, 255, 0.77);
}
.header-outer .nav .header-navigation ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #fff;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .header-outer .nav .header-navigation ul li::before {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .header-outer .nav .header-navigation ul li::before {
    display: none;
  }
}
.header-outer .nav .header-navigation ul li:nth-last-child(2)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #fff;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .header-outer .nav .header-navigation ul li:nth-last-child(2)::after {
    display: none;
  }
}
.header-outer .nav .header-navigation ul li:first-child {
  display: none;
  text-align: left;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .header-outer .nav .header-navigation ul li:first-child {
    display: block;
    padding: 10px 0 10px 0;
  }
}
@media screen and (max-width: 430px) {
  .header-outer .nav .header-navigation ul li:first-child {
    padding: 10px 0 30px 0;
  }
}
.header-outer .nav .header-navigation ul li:first-child img {
  width: 57.5%;
  max-width: 275px;
}
.header-outer .nav .header-navigation ul li:last-child {
  display: none;
  width: 100%;
  margin-top: auto;
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  .header-outer .nav .header-navigation ul li:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-outer .nav .header-navigation ul li:last-child p {
  text-align: left;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 0.625rem;
  line-height: 1.3em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .header-outer .nav .header-navigation ul li:last-child p:last-child {
    width: 30px;
  }
}
@media screen and (max-width: 430px) {
  .header-outer .nav .header-navigation ul li:last-child p:last-child {
    width: 38px;
  }
}
.header-outer .nav .header-navigation ul li:last-child a {
  border-bottom: none;
  padding: 0;
}
.header-outer .nav #drawer_input:checked ~ .header-navigation {
  bottom: 0; /* メニューを画面に入れる */
}

main {
  margin-top: 130px;
}
@media screen and (max-width: 960px) {
  main {
    margin-top: 50px;
  }
}
@media screen and (max-width: 430px) {
  main {
    margin-top: 50px;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .inner {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  .inner {
    width: 95%;
  }
}

@media screen and (max-width: 430px) {
  .pc-img,
  .pc-br {
    display: none;
  }
}

.tab-img,
.tab-br {
  display: none;
}
@media screen and (max-width: 960px) {
  .tab-img,
  .tab-br {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .tab-img,
  .tab-br {
    display: none;
  }
}

.sp-img,
.sp-br {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp-img,
  .sp-br {
    display: block;
  }
}

#toTop {
  display: none;
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 140px;
  width: 67px;
  cursor: pointer;
}
#toTop:hover {
  opacity: 0.75;
}
@media screen and (max-width: 960px) {
  #toTop {
    right: 10px;
    bottom: 90px;
    width: 40px;
  }
}
@media screen and (max-width: 430px) {
  #toTop {
    right: 10px;
    bottom: 50px;
    width: 40px;
  }
}

.footer-outer {
  width: 100%;
}
.footer-outer::before {
  content: "";
  width: 100%;
  height: 150px;
  background-image: url(../imgs/wave.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .footer-outer::before {
    height: 100px;
  }
}
@media screen and (max-width: 960px) {
  .footer-outer::before {
    height: 100px;
  }
}
@media screen and (max-width: 430px) {
  .footer-outer::before {
    height: 50px;
  }
}
.footer-outer .footer-inner {
  position: relative;
  background-color: #0788CC;
}
.footer-outer .footer-inner .footer-btns {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .footer-outer .footer-inner .footer-btns {
    width: 95%;
  }
}
.footer-outer .footer-inner .footer-btns ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .footer-outer .footer-inner .footer-btns ul {
    flex-wrap: wrap;
  }
}
.footer-outer .footer-inner .footer-btns ul li {
  width: 49%;
  max-width: 386px;
}
@media screen and (max-width: 430px) {
  .footer-outer .footer-inner .footer-btns ul li {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .footer-outer .footer-inner .footer-btns ul li:first-child {
    margin-bottom: 20px;
  }
}
.footer-outer .footer-inner .footer-btns ul li a {
  text-align: center;
  width: 100%;
  padding: 14px 0;
  display: inline-block;
  background-color: #fff;
  border-radius: 25px;
  color: #0788CC;
}
.footer-outer .footer-inner .footer-btns ul li a span.inquiry {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.footer-outer .footer-inner .footer-btns ul li a span.inquiry::before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 15px;
  height: 12px;
  background-image: url(../imgs/icon-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-outer .footer-inner .footer-btns ul li a span.recruit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.footer-outer .footer-inner .footer-btns ul li a span.recruit::before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url(../imgs/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-outer .footer-inner .footer-btns ul li a:hover {
  opacity: 0.75;
}
.footer-outer .footer-inner .footer-cont {
  width: 100%;
  max-width: 1200px;
  margin: 32px auto 0 auto;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .footer-outer .footer-inner .footer-cont {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  .footer-outer .footer-inner .footer-cont {
    width: 95%;
  }
}
.footer-outer .footer-inner .footer-cont__address {
  width: 52%;
  max-width: 625px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .footer-outer .footer-inner .footer-cont__address {
    width: 100%;
  }
}
.footer-outer .footer-inner .footer-cont__address h1 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .footer-outer .footer-inner .footer-cont__address h1 {
    font-size: 0.9375rem;
  }
}
.footer-outer .footer-inner .footer-cont__address h1 img {
  width: 100%;
  max-width: 493px;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .footer-outer .footer-inner .footer-cont__address h1 img {
    width: 80%;
    max-width: 440px;
  }
}
@media screen and (max-width: 960px) {
  .footer-outer .footer-inner .footer-cont__address h1 img {
    width: 75%;
  }
}
@media screen and (max-width: 430px) {
  .footer-outer .footer-inner .footer-cont__address h1 img {
    width: 100%;
    max-width: 380px;
  }
}
.footer-outer .footer-inner .footer-cont__address .information {
  margin-top: 26px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .footer-outer .footer-inner .footer-cont__address .information {
    font-size: 0.875rem;
  }
}
.footer-outer .footer-inner .footer-cont__address .information b {
  font-weight: 700;
}
.footer-outer .footer-inner .footer-cont__address .information a {
  display: inline-block;
  width: 158px;
  margin-top: 5px;
  padding: 7px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  color: #0788CC;
  font-family: "montserrat", sans-serif;
  font-size: 0.6875rem;
  line-height: 1em;
  font-weight: 600;
}
.footer-outer .footer-inner .footer-cont__address .information a span {
  font-size: 0.6875rem;
  line-height: 1em;
  font-weight: 600;
}
.footer-outer .footer-inner .footer-cont__address .information a span::before {
  display: inline-block;
  margin-right: 5px;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../imgs/icon-blank.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-outer .footer-inner .footer-cont__address .information a:hover {
  opacity: 0.75;
}
.footer-outer .footer-inner .footer-cont__address .copyright {
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 22px;
}
@media screen and (max-width: 960px) {
  .footer-outer .footer-inner .footer-cont__address .copyright {
    font-size: 0.625rem;
    margin-top: 30px;
  }
}
.footer-outer .footer-inner .footer-cont__nav {
  width: 47%;
  max-width: 560px;
}
@media screen and (max-width: 960px) {
  .footer-outer .footer-inner .footer-cont__nav {
    display: none;
  }
}
.footer-outer .footer-inner .footer-cont__nav ul {
  width: 100%;
  display: flex;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .footer-outer .footer-inner .footer-cont__nav ul {
    justify-content: space-between;
  }
}
.footer-outer .footer-inner .footer-cont__nav ul li {
  font-family: "Noto Sans JP", sans-serif;
}
.footer-outer .footer-inner .footer-cont__nav ul li .footer-cont__nav__main a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.footer-outer .footer-inner .footer-cont__nav ul li .footer-cont__nav__main a:hover {
  text-decoration: underline;
}
.footer-outer .footer-inner .footer-cont__nav ul li .footer-cont__nav__sub {
  display: flex;
  align-items: center;
}
.footer-outer .footer-inner .footer-cont__nav ul li .footer-cont__nav__sub::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #fff;
  margin-right: 5px;
}
.footer-outer .footer-inner .footer-cont__nav ul li .footer-cont__nav__sub a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.footer-outer .footer-inner .footer-cont__nav ul li .footer-cont__nav__sub a:hover {
  text-decoration: underline;
}
.footer-outer .footer-inner .footer-cont__nav ul li .footer-cont__nav__sub a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../imgs/icon-blank_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.footer-outer .footer-inner .footer-cont__nav ul li:first-child {
  margin-right: 50px;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .footer-outer .footer-inner .footer-cont__nav ul li:first-child {
    margin-right: 0;
  }
}
.footer-outer .footer-inner .footer-cont__nav ul li:first-child p {
  margin-bottom: 12px;
}
.footer-outer .footer-inner .footer-cont__nav ul li:nth-child(2) {
  margin-right: 70px;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .footer-outer .footer-inner .footer-cont__nav ul li:nth-child(2) {
    margin-right: 0;
  }
}
.footer-outer .footer-inner .footer-cont__nav ul li:nth-child(2) p {
  margin-bottom: 30px;
}
.footer-outer .footer-inner .footer-cont__nav ul li:last-child p {
  margin-bottom: 12px;
}
.footer-outer .footer-inner__btns {
  position: absolute;
  bottom: 42px;
  right: 40px;
  width: 86px;
}
@media screen and (max-width: 430px) {
  .footer-outer .footer-inner__btns {
    display: none;
  }
}
.footer-outer .footer-inner__btns ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-outer .footer-inner__btns ul li {
  width: 38px;
}/*# sourceMappingURL=style.css.map */