@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@100;300;400;500;600;800&family=Roboto:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-padding-top: 140px;
}
@media only screen and (min-width: 960px) {
  html {
    scroll-padding-top: 240px;
  }
}

i {
  font-style: normal;
  font-weight: 700;
  margin-right: 5px;
}

body {
  background: #fff;
  color: #282828;
  margin: 0;
  position: relative;
  font-family: "Noto Sans JP", "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 600px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 100px;
  }
}

/*Text*/
.txt_br {
  display: block;
}

.txt-important {
  color: #f06060;
}

.note {
  font-size: 1.2rem;
}
@media only screen and (min-width: 600px) {
  .note {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .note {
    font-size: 1.4rem;
  }
}

main p a {
  text-decoration: underline;
}
main p a:hover {
  color: #1562d7;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

.if:before {
  font-family: "FontAwesome";
  padding-right: 5px;
}

.is-empty {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: 0 !important;
}

img {
  width: 100%;
  vertical-align: top;
}

@media only screen and (min-width: 600px) {
  .list-table {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
  }
}

table {
  border: 1px solid #cbcbcb;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 1px solid #cbcbcb;
  padding: 0.8em;
}
table th p:last-child,
table td p:last-child {
  margin-bottom: 0 !important;
}

ul {
  margin: 1em 0 1em 1em;
  list-style: disc outside;
}

ol {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}

ol > li {
  position: relative;
  padding: 0 0 0 1.6em;
}
ol > li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: 0;
}

.notice,
.notice-free {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media only screen and (min-width: 600px) {
  .notice,
  .notice-free {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .notice,
  .notice-free {
    font-size: 1.4rem;
  }
}
.notice a,
.notice-free a {
  text-decoration: underline;
}
.notice a:hover,
.notice-free a:hover {
  color: #1562d7;
}
.notice + .notice,
.notice-free + .notice {
  margin-top: -1rem;
}

p.notice,
div.notice {
  margin-left: 1em;
  text-indent: -1em;
}

ul.notice,
ul.notice-free {
  list-style-type: none;
  padding: 0;
}
ul.notice + ol.notice,
ul.notice-free + ol.notice {
  margin-top: 1em;
}

ul.notice > li,
ul.notice-free > li {
  position: relative;
  padding: 0 0 0 2rem;
}
ul.notice > li:before,
ul.notice-free > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

ol.notice,
ol.brackets-num {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}

ol.notice > li {
  position: relative;
  padding: 0 0 0 3rem;
}
ol.notice > li:before {
  counter-increment: list;
  content: "※" counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

ol.brackets-num > li {
  position: relative;
  padding: 0 0 0.25rem 3rem;
}
ol.brackets-num > li:before {
  counter-increment: list;
  content: "(" counter(list) ")";
  position: absolute;
  left: 0;
  top: 1.1rem;
  transform: translateY(-50%);
}

.circle-list {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
  list-style-type: none;
  padding: 0;
}
.circle-list > li {
  position: relative;
  padding: 0 0 0 2.5rem;
}
.circle-list > li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.w-circle-list {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
  list-style-type: none;
  padding: 0;
}
.w-circle-list > li {
  position: relative;
  padding: 0 0 0 2.5rem;
}
.w-circle-list > li:before {
  content: "◎";
  position: absolute;
  left: 0;
  top: 0;
}

.bdr-box {
  border: 1px solid #cbcbcb;
  padding: 1.6em;
}
.bdr-box-important {
  border: 1px solid #f06060;
  padding: 1.6em;
}

a {
  color: #282828;
  text-decoration: none;
  transition: 0.2s;
}

input[type=text],
input[type=email],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}

input[type=submit] {
  background: #2a7dce;
  border-radius: 600px;
  border: none !important;
  color: #ffffff;
  padding: 1.2em 2.4em;
  line-height: 1;
  font-size: inheirt;
  box-sizing: border-box;
  width: 12em;
}

input::-moz-placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

input::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

/*Button*/
/******  Structure *****/
.page__title {
  background: #2a7dce;
  color: #ffffff;
}
.page__title__inner {
  width: 94%;
  margin: 0 auto;
}
.page__title h1 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (min-width: 600px) {
  .page__title h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 960px) {
  .page__title h1 {
    font-size: 3.6rem;
  }
}
.page__title p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .page__title p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .page__title p {
    font-size: 2.8rem;
  }
}

/*Header*/
header {
  background: #ffffff;
  border-bottom: 1px solid #efefef;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 10px 0;
  width: 100%;
  height: 80px;
}
@media only screen and (min-width: 960px) {
  header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
  }
}
header h1 {
  text-align: center;
  padding-left: 10px;
  width: 100px;
}
@media only screen and (min-width: 600px) {
  header h1 {
    padding-left: 20px;
    width: 140px;
  }
}
@media only screen and (min-width: 960px) {
  header h1 {
    width: 180px;
    padding-left: 20px;
  }
}
header h1 img {
  width: auto;
  height: 38px;
}
@media only screen and (min-width: 600px) {
  header h1 img {
    height: 42px;
  }
}
@media only screen and (min-width: 960px) {
  header h1 img {
    height: 57px;
  }
}
header h1 span {
  display: block;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  header h1 span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  header h1 span {
    padding-top: 0.4rem;
  }
}
header ul {
  list-style: none;
  margin: 0;
}

main:not(.cat-top) section:first-child .section__inner > h2:first-child {
  margin-top: 0;
}

main.home {
  padding-top: 0;
}

.section__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 960px) {
  .section__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

main > section:last-child {
  margin-bottom: 0;
}

/*Footer*/
.footer {
  background: #146bc0;
  border-top: 1px solid #146bc0;
  color: #fff;
  font-weight: 200;
  position: relative;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer ul {
  list-style: none;
  margin: 0;
}
.footer__tax-txt {
  background: #ffffff;
  color: #282828;
  padding: 1em 0;
}
.footer__tax-txt p {
  width: 90%;
  max-width: 1200px;
  font-weight: 500;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .footer__tax-txt p {
    text-align: center;
  }
}
.footer__contact {
  background: #2a7dce;
  color: #ffffff;
  padding: 36px 0;
}
@media only screen and (min-width: 960px) {
  .footer__contact {
    padding: 36px 40px;
  }
}
.footer__contact h3 {
  border-bottom: 1px solid #146bc0;
  font-weight: 500;
  width: 94%;
  max-width: 1600px;
  margin: 0 auto 1.5em;
}
.footer__contact__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .footer__contact__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
  }
}
.footer__contact__list__item {
  padding: 2em;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer__contact__list__item {
    width: 32%;
  }
}
.footer__contact__list__item h4 {
  font-weight: 600;
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  .footer__contact__list__item h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .footer__contact__list__item h4 span {
    display: block;
  }
}
.footer__contact__list__item .tel,
.footer__contact__list__item .net,
.footer__contact__list__item .support {
  font-weight: 400;
}
.footer__contact__list__item .contact-about {
  font-size: 1.3rem;
}
.footer__contact__list__item .contact-num {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
}
@media only screen and (min-width: 960px) {
  .footer__contact__list__item .contact-num {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 1600px) {
  .footer__contact__list__item .contact-num {
    font-size: 4.2rem;
  }
}
.footer__contact__list__item .contact-time {
  font-size: 1.3rem;
}
.footer__contact__list__item + div {
  border-left: 1px solid #76a4c1;
}
.footer__cont {
  background: #146bc0;
  padding: 1em 0;
}
.footer__cont__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .footer__cont__inner {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 960px) {
  .footer__cont__inner {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.footer__cont__address {
  color: #ffffff;
  width: 94%;
}
@media only screen and (min-width: 960px) {
  .footer__cont__address {
    width: 50%;
  }
}
.footer__cont__address .address {
  margin-bottom: 15px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer__cont__address .address-logo {
  width: 100px;
  margin-bottom: 20px;
}
.footer__cont__address .address-txt {
  width: 100%;
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .footer__cont__address .address {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .footer__cont__address .address-logo {
    width: 120px;
    margin-bottom: 0;
  }
  .footer__cont__address .address-txt {
    width: calc(100% - 140px);
    font-size: 1.2rem;
  }
}
.footer__cont__navi {
  width: 50%;
}
@media only screen and (min-width: 960px) {
  .footer__cont__navi {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
  }
}
.footer__cont__navi .footer-navi {
  display: none;
}
@media only screen and (min-width: 960px) {
  .footer__cont__navi .footer-navi {
    font-size: 1.2rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 10px;
  }
  .footer__cont__navi .footer-navi > li {
    margin-left: 0.8em;
  }
}
.footer__cont .copyright {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer__cont .copyright {
    text-align: left;
  }
}
.footer__cont .isms {
  margin: 0 auto 1em;
  width: 120px;
}
@media only screen and (min-width: 960px) {
  .footer__cont .isms {
    margin: 0;
  }
}
.footer__copyright {
  background: #ffffff;
  padding-bottom: 80px;
}
@media only screen and (min-width: 960px) {
  .footer__copyright {
    padding-bottom: 0;
  }
}
.footer__copyright__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 40px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .footer__copyright__inner {
    padding: 15 40px;
  }
}
@media only screen and (min-width: 960px) {
  .footer__copyright__inner {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.footer__copyright__inner .copyright {
  color: #282828;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer__copyright__inner .copyright {
    text-align: left;
  }
}
.footer__copyright__inner .isms {
  margin: 0 auto 1em;
  width: 120px;
}
@media only screen and (min-width: 960px) {
  .footer__copyright__inner .isms {
    margin: 0;
  }
}
.footer .page-top {
  background: none;
  border: none;
  position: fixed;
  right: 20px;
  bottom: 68px;
}
@media only screen and (min-width: 600px) {
  .footer .page-top {
    bottom: 50px;
    right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .footer .page-top {
    bottom: 120px;
    right: 40px;
  }
}
.footer .page-top img {
  width: 50px;
}
@media only screen and (min-width: 600px) {
  .footer .page-top img {
    width: 80px;
  }
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
html {
  scroll-behavior: smooth;
}

.open body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4900;
}
@media only screen and (min-width: 960px) {
  .open body {
    position: relative;
    overflow: auto;
    height: auto;
  }
}

.go-top {
  position: fixed;
  right: 4%;
  bottom: 2%;
  font-size: 3.2em;
  text-align: center;
  line-height: 1.3;
  z-index: 5000;
}
.go-top i {
  margin-bottom: 0;
}
.go-top span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
}

h2 {
  color: #004098;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
  z-index: 50;
}
@media only screen and (min-width: 960px) {
  h2 {
    font-size: 3.2rem;
  }
}
h2 span {
  display: block;
  font-weight: 600;
  font-size: 4.2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  padding: 0;
  position: relative;
}
h2 span::before {
  content: "";
  display: inline-block;
  background: #fdf894;
  border-radius: 500px;
  width: 100%;
  height: 10px;
  margin: 0 auto;
  padding: 0 0.5em;
  position: absolute;
  left: -0.5em;
  bottom: 0.2em;
  z-index: -1;
}
h2 + p {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 2em;
  text-align: center;
}

h3 {
  color: #004098;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: left;
}
@media only screen and (min-width: 960px) {
  h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}

.lead-txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media only screen and (min-width: 960px) {
  .lead-txt {
    font-size: 2.2rem;
    text-align: center;
  }
}

.lead-container_01,
.lead-container_02,
.staff-container,
.support-container,
.about-container,
.number-container,
.recruit-container,
.support-container,
.recruit__container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}

.staff-container,
.lead,
.about-container,
.number,
.support-container,
.recruit__container,
.contact-container {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .staff-container,
  .lead,
  .about-container,
  .number,
  .support-container,
  .recruit__container,
  .contact-container {
    width: 80%;
  }
}

.header-container {
  width: 100%;
  height: 70px;
}
@media only screen and (min-width: 960px) {
  .header-container {
    height: 100px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.header-container .logo {
  height: 60px;
  width: 60px;
}
@media only screen and (min-width: 960px) {
  .header-container .logo {
    width: 80px;
    height: 80px;
  }
}
.header-container .logo img {
  width: 100%;
  height: auto;
}
.header-container .hamburger-menu {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  z-index: 5000;
}
@media only screen and (min-width: 960px) {
  .header-container .hamburger-menu {
    display: none;
  }
}
.header-container .hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.header-container .hamburger-menu__bar:first-child {
  top: 16px;
}
.header-container .hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.header-container .hamburger-menu__bar:last-child {
  top: 32px;
}
.header-container .hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.header-container .hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.header-container .hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.header-container .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.header-container .nav-container {
  background: #fff;
  height: calc(100vh - 70px);
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-width: 960px) {
  .header-container .nav-container {
    background: none;
    display: block;
    align-items: center;
    justify-content: center;
    height: auto;
    position: relative;
    width: auto;
    top: auto;
  }
}
.header-container .nav-container .nav__list {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0;
}
@media only screen and (min-width: 960px) {
  .header-container .nav-container .nav__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    gap: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 0;
  }
}
.header-container .nav-container .nav__list__item {
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .header-container .nav-container .nav__list__item {
    height: 100%;
    display: flex;
    align-self: center;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.header-container .nav-container .nav__list a {
  display: block;
  color: #004098;
  position: relative;
}
.header-container .nav-container .nav__list a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #f8f361;
  bottom: -2px;
  /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
}
.header-container .nav-container .nav__list a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

.open .nav-container {
  background: #fff;
  height: calc(100vh - 70px);
  display: block;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-width: 960px) {
  .open .nav-container {
    display: block;
  }
}

.hero {
  position: relative;
}
.hero__slide {
  height: 580px;
}
@media only screen and (min-width: 600px) {
  .hero__slide {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.hero__slide__item {
  overflow: hidden;
}
.hero__slide__item img {
  height: 580px;
  width: auto;
  transform: translateX(-28%);
}
@media only screen and (min-width: 600px) {
  .hero__slide__item img {
    width: 100%;
    height: auto;
    transform: translateX(0);
  }
}
.hero__txt {
  color: #ffffff;
  position: absolute;
  z-index: 50;
  top: 52%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .hero__txt {
    top: 45%;
    left: 50%;
  }
}
.hero__txt h1,
.hero__txt h2 {
  color: #ffffff;
  text-shadow: 1px 1px 5px #0e256a;
}
.hero__txt h1 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-size: 2.2rem;
}
@media only screen and (min-width: 960px) {
  .hero__txt h1 {
    font-size: 6rem;
  }
}
.hero__txt h2 {
  margin-bottom: 0.4em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 960px) {
  .hero__txt h2 {
    font-size: 3.2em;
  }
}

.lead {
  padding: 0 0 8vh;
  position: relative;
}
.lead__to-entry a {
  background: url(../img/first-view_recruit.png) center center no-repeat;
  background-size: contain;
  display: block;
  color: #004098;
  width: 120px;
  text-align: center;
  padding: 2.4rem;
  font-weight: 600;
  position: absolute;
  right: 0%;
  top: -10%;
  transform: translateY(-100%);
  font-size: 1.3rem;
}
@media only screen and (min-width: 960px) {
  .lead__to-entry a {
    width: 280px;
    padding: 3rem;
    font-size: 1.4rem;
    right: 10%;
  }
}
.lead h3 {
  font-weight: 500;
  text-align: center;
}
.lead h3 span {
  display: block;
}
@media only screen and (min-width: 960px) {
  .lead h3 span {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .lead h3 br {
    display: none;
  }
}

.work {
  background: url(../img/bg_staff.png) left top;
  background-size: 20px;
  padding: 8vh 0;
}
.work h2 + p {
  padding: 0 5%;
}
.work .lead-txt {
  text-align: left;
}
@media only screen and (min-width: 600px) {
  .work .lead-txt {
    text-align: center;
  }
}
.work .lead-txt br {
  display: none;
}
@media only screen and (min-width: 600px) {
  .work .lead-txt br {
    display: block;
  }
}
.work .staff__list {
  width: 100%;
  overflow-x: scroll;
}
.work .staff-container {
  width: 250%;
  padding: 0 10%;
  align-items: stretch;
}
@media only screen and (min-width: 960px) {
  .work .staff-container {
    width: 96%;
    margin: 0 auto;
  }
}
.work .staff-container > li {
  width: 32%;
  align-self: stretch;
  position: relative;
}
.work .staff-container > li a {
  border-radius: 500px;
  color: #ffffff;
  display: block;
  background: #004098;
  margin: -80px 0 10px auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2em;
  position: relative;
  z-index: 600;
}
.work .staff-container > li a i {
  margin-left: 1em;
  color: #FCF896;
}
.work .staff-container > li div {
  background: #ffffff;
  border: 2px solid #004098;
  border-radius: 10px;
  padding: 2.8rem 1.6rem;
  z-index: 500;
  position: relative;
}
.work .staff-container > li div p {
  color: #004098;
}
.work .staff-container > li div p:first-child {
  font-weight: 500;
  line-height: 1.4;
  display: inline;
  background: linear-gradient(transparent 70%, #fdfb74 0%);
}
.work .staff-container > li div p.staff-name {
  margin-top: 1em;
  color: #808080;
  font-size: 2.2rem;
}
.work .staff-container > li div p.staff-name span {
  font-size: 75%;
}

.about {
  position: relative;
  padding: 8vh 0 38%;
}
.about::after {
  content: "";
  background: url(../img/about_bg.png) center bottom no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  padding-top: 46%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.about h2::after {
  content: "";
  display: block;
  background: url(../img/about_illust_01.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 24%;
  width: 60px;
  height: 60px;
  transform: translateX(130%) translateY(25%);
}
@media only screen and (min-width: 960px) {
  .about h2::after {
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    transform: translateX(130%) translateY(25%);
  }
}
.about__lead {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}
.about-container {
  margin-bottom: 6vh;
}
.about-container > li {
  width: 48%;
}
.about-container > li:first-child {
  text-align: center;
}
.about-container > li:first-child img {
  width: 70%;
}
.about-container > li:nth-child(2) {
  padding-top: 1em;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.2;
}
.about-container > li:nth-child(2) .about-figure {
  text-align: right;
}
.about-container > li:nth-child(2) .about-figure img {
  vertical-align: baseline;
  display: inline;
  width: 30%;
}
.about-container > li:nth-child(2) .about-figure img:first-child {
  width: 24%;
}
.about-container > li:nth-child(2) .about-figure img + img {
  margin-left: 2rem;
}

.overview {
  position: relative;
  padding: 8vh 4%;
}
.overview .number {
  background: #ffffff;
  border-radius: 36px;
}
.overview .number h2 {
  background: #FCF895;
  border-radius: 500px;
  padding: 1.6rem 5.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: translateY(-50%);
}
.overview .number-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.overview .number-container > li {
  position: relative;
  aspect-ratio: 1/1;
  background: #ffffff;
  margin-bottom: 3.5%;
  width: 48%;
  z-index: 20;
}
@media only screen and (min-width: 960px) {
  .overview .number-container > li {
    width: 31%;
  }
}
.overview .number-container > li::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  opacity: 0.4;
  position: absolute;
  top: 0;
}
.overview .number-container > li::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  background: #004098;
  position: absolute;
  top: 0;
  border-radius: 12%;
  z-index: -1;
  transition: 0.3s;
  opacity: 1;
}
.overview .number-container > li:first-child::before {
  content: "";
  background: url(../img/number_img_01.png) left top no-repeat;
  background-size: contain;
}
.overview .number-container > li:nth-child(2)::before {
  content: "";
  background: url(../img/number_img_02.png) left top no-repeat;
  background-size: contain;
}
.overview .number-container > li:nth-child(3)::before {
  content: "";
  background: url(../img/number_img_03.png) left top no-repeat;
  background-size: contain;
}
.overview .number-container > li:nth-child(4)::before {
  content: "";
  background: url(../img/number_img_04.png) left top no-repeat;
  background-size: contain;
}
.overview .number-container > li:nth-child(5)::before {
  content: "";
  background: url(../img/number_img_05.png) left top no-repeat;
  background-size: contain;
}
.overview .number-container > li:nth-child(6)::before {
  content: "";
  background: url(../img/number_img_06.png) left top no-repeat;
  background-size: contain;
}
.overview .number-container > li:nth-child(7)::before {
  content: "";
  background: url(../img/number_img_07.png) left top no-repeat;
  background-size: contain;
}
.overview .number-container > li:nth-child(8)::before {
  content: "";
  background: url(../img/number_img_08.png) left top no-repeat;
  background-size: contain;
}
.overview .number-container > li:nth-child(9)::before {
  content: "";
  background: url(../img/number_img_09.png) left top no-repeat;
  background-size: contain;
}
.overview .number-container > li > div {
  transition: 0.3s;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
  text-align: center;
  line-height: 1;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .overview .number-container > li > div {
    font-size: 2.8rem;
  }
}
.overview .number-container > li > div div {
  padding: 4px 0;
}
.overview .number-container > li > div .number-num {
  color: #FCF895;
  font-size: 6rem;
  font-weight: 600;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 600px) {
  .overview .number-container > li > div .number-num {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 960px) {
  .overview .number-container > li > div .number-num {
    font-size: 10rem;
  }
}
.overview .number-container > li > div .number-num.small-num {
  font-size: 3.2rem;
}
@media only screen and (min-width: 600px) {
  .overview .number-container > li > div .number-num.small-num {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .overview .number-container > li > div .number-num.small-num {
    font-size: 6.4rem;
  }
}
.overview .number-container > li > div .number-unit {
  color: #FCF895;
  font-weight: 600;
}
.overview .number-container > li > div .memo {
  font-size: 0.9rem;
  line-height: 1.2;
}
@media only screen and (min-width: 600px) {
  .overview .number-container > li > div .memo {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .overview .number-container > li > div .memo {
    font-size: 1.6rem;
  }
}

.support {
  background: #fefde9;
  padding: 8vh 0;
}
.support-container {
  position: relative;
}
.support-container_txt {
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 960px) {
  .support-container_txt {
    width: 50%;
    padding: 3em;
  }
}
.support-container_txt p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  max-width: 480px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .support-container_txt p {
    font-size: 2rem;
  }
}
.support-container_txt a {
  color: #ffffff;
  display: block;
  margin: 10px 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
}
.support-container_txt a i {
  color: #FCF896;
  margin-left: 1em;
}
.support-container_img {
  width: 80%;
}
@media only screen and (min-width: 960px) {
  .support-container_img {
    width: 40%;
  }
}
.support-container_img img img {
  width: 6%;
}
.support-container .odr-1 {
  order: 1;
  padding-bottom: 180px;
  margin-left: auto;
}
@media only screen and (min-width: 960px) {
  .support-container .odr-1 {
    margin-left: 0;
    padding-bottom: 0;
  }
}
.support-container .odr-2 {
  order: 1;
}
@media only screen and (min-width: 960px) {
  .support-container .odr-2 {
    order: 2;
    padding-bottom: 200px;
  }
}
.support .view-more {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 180px;
}
@media only screen and (min-width: 960px) {
  .support .view-more {
    width: 180px;
    right: 5%;
    bottom: 0;
    left: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .support .view-more {
    transform: translateY(-75%);
  }
}
.support + figure {
  position: relative;
}
.support + figure figcaption {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  line-height: 1;
  position: absolute;
  right: 5%;
  bottom: 2%;
  padding: 0.2em 2em;
}

.recruit {
  background: #EFF6FF;
  padding: 8vh 0;
}
.recruit__container {
  margin-bottom: 8vh;
}
.recruit__container > li {
  margin-bottom: 3%;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .recruit__container > li {
    width: 32%;
  }
}
.recruit__container > li a {
  color: #004098;
  border: 2px solid #004098;
  border-radius: 12px;
  background: #ffffff;
  font-size: 1.8rem;
  display: block;
  padding: 1.8rem 0;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.recruit__container > li .recruit__txt {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 1.8rem;
  font-weight: 600;
}
.recruit__container > li .recruit__txt i {
  color: #f0de3d;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: auto;
  line-height: 1;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #004098;
  border-radius: 100%;
}
.recruit__container > li .recruit__img {
  padding-left: 1.8rem;
}
.recruit .FAQ {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  background: #ffffff;
  width: 94%;
  padding: 3em 5%;
}
@media only screen and (min-width: 960px) {
  .recruit .FAQ {
    width: 80%;
    padding: 3em 10% 3em 25%;
  }
}
.recruit .FAQ h2 {
  position: relative;
  text-align: right;
  font-size: 2.4rem;
  padding-right: 3em;
}
@media only screen and (min-width: 960px) {
  .recruit .FAQ h2 {
    padding-right: 0;
  }
}
.recruit .FAQ h2::before {
  content: "";
  display: block;
  background: #004098;
  width: calc(100% - 6em);
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (min-width: 960px) {
  .recruit .FAQ h2::before {
    width: calc(100% - 3em);
  }
}
.recruit .FAQ h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/faq_illust_01.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(0);
}
@media only screen and (min-width: 960px) {
  .recruit .FAQ h2::after {
    width: 140px;
    height: 140px;
    right: 0;
    bottom: 0;
    transform: translateX(130%) translateY(-2%);
  }
}
.recruit .FAQ dl dt {
  background: #FCF895;
  border-radius: 24px;
  color: #004098;
  padding: 1.6em 1em 1em;
  margin-bottom: 0.5em;
  position: relative;
  font-size: 1.6rem;
}
@media only screen and (min-width: 960px) {
  .recruit .FAQ dl dt {
    border-radius: 500px;
    border: none;
    font-size: 2rem;
    padding: 1em;
  }
}
.recruit .FAQ dl dt::before {
  content: "Q";
  width: 38px;
  height: 38px;
  line-height: 38px;
  box-sizing: content-box;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
  border: 5px solid #FCF895;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 960px) {
  .recruit .FAQ dl dt::before {
    background: #ffffff;
  }
}
.recruit .FAQ dl dd {
  margin-bottom: 3em;
  padding: 0 1em;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2;
}
@media only screen and (min-width: 960px) {
  .recruit .FAQ dl dd {
    font-size: 2rem;
    padding-left: 50px;
    margin-bottom: 1em;
  }
}

.contact {
  padding: 8vh 0 0;
}
.contact h3 {
  padding: 0 1em;
  font-size: 1.6rem;
  margin-bottom: 2em;
}
@media only screen and (min-width: 960px) {
  .contact h3 {
    font-size: 2.2rem;
    text-align: center;
  }
}
.contact-container {
  background: #FCFCE0;
  padding: 3rem 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100% !important;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
@media only screen and (min-width: 960px) {
  .contact-container {
    padding: 3rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.contact-container-tel {
  width: 90%;
  margin: 0 auto;
  padding: 1em 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  text-align: right;
}
@media only screen and (min-width: 960px) {
  .contact-container-tel {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0 3em 0 0;
    border-right: 1px dotted #004098;
    width: 50%;
  }
}
.contact-container-tel .tel-icon {
  width: 60px;
}
@media only screen and (min-width: 960px) {
  .contact-container-tel .tel-icon {
    width: 80px;
    margin-right: 1rem;
  }
}
.contact-container-tel .tel-number {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.5em;
  text-align: left;
  font-size: 3.2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 960px) {
  .contact-container-tel .tel-number {
    padding-left: 0;
    text-align: right;
    font-size: 4.2rem;
    line-height: 1.2;
  }
}
.contact-container-tel .tel-number a {
  color: #004098;
}
.contact-container-tel .tel-number span {
  font-size: 1.1rem;
  display: block;
}
@media only screen and (min-width: 960px) {
  .contact-container-tel .tel-number span {
    font-size: 1.3rem;
  }
}
.contact-container-mail {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .contact-container-mail {
    padding: 0 0 0 3em;
    width: 50%;
    text-align: left;
  }
}
.contact-container-mail a {
  background: #004098;
  border-radius: 12px;
  color: #ffffff;
  display: block;
  padding: 1em 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .contact-container-mail a {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 0;
    padding: 1em 4em;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact-container-mail a span {
  display: block;
}
.contact-container-mail a div:first-child.mail-icon {
  font-size: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  width: 60px;
}
@media only screen and (min-width: 960px) {
  .contact-container-mail a div:first-child.mail-icon {
    margin-right: 1em;
    width: 6rem;
    height: 6rem;
    font-size: 3.6rem;
    line-height: 6rem;
  }
}
.contact-container-mail a div:first-child.mail-icon img {
  width: 100%;
  vertical-align: top;
}
.contact-container-mail a .mail-txt {
  text-align: center;
  width: 13em;
  font-size: 1.8rem;
}
@media only screen and (min-width: 960px) {
  .contact-container-mail a .mail-txt {
    font-size: 1.8rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact-container-img {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contact-container-img .item {
  width: 33.3333333333%;
}

.detail {
  padding: 6vh 0 8vh;
}
.detail h1 {
  text-align: center;
  margin-bottom: 2em;
}
.detail section {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto 8vh;
}
.detail h2 {
  text-align: left;
  border-bottom: 1px solid #004098;
  font-weight: 500;
}
.detail h3 {
  border-bottom: 1px solid #9aa8bb;
  margin-top: 2em;
  text-align: left;
  font-weight: 500;
}
.detail p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 2em;
  text-align: left;
}
.detail ul {
  font-weight: 500;
  margin-bottom: 1.5em;
}
.detail ul li {
  margin-bottom: 0.4em;
  font-size: 2rem;
}
.detail a {
  border-radius: 500px;
  color: #ffffff;
  display: block;
  background: #004098;
  margin: 0 auto 10px auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2em;
  position: relative;
  z-index: 600;
}
.detail a i {
  margin-left: 1em;
  color: #FCF896;
}
.detail__want {
  background: url(../img/detail_bg01.png) center bottom no-repeat;
  background-size: auto 45vh;
}
@media only screen and (min-width: 960px) {
  .detail__want {
    background: url(../img/detail_bg01.png) right center no-repeat;
    background-size: contain;
  }
}
.detail__want__txt {
  width: 100%;
  padding-bottom: 50vh;
}
@media only screen and (min-width: 960px) {
  .detail__want__txt {
    padding-bottom: 0;
    width: 60%;
  }
}

.btn--omoi,
a.btn--omoi {
  color: #fff;
  background-color: #004098;
  padding: 10px 30px;
}

.btn--omoi:hover,
a.btn--omoi:hover {
  color: #fff;
  background: #004098;
}

a.btn--radius {
  border-radius: 100vh;
}

li {
  list-style: none;
}

.header-container {
  padding: 0 30px;
}

@media (max-width: 749px) {
  #footer-nav {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  /***
  Footer
  ----------------------*/
  footer {
    background: #215ea3;
    color: #fff;
  }
  footer #map {
    padding: 20px 5%;
    background: #e1e6eb;
    width: 100%;
  }
  footer #map img {
    width: 100%;
    height: auto;
  }
  footer #map .mapbox {
    display: flex;
    -js-display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer #map .mapbox div {
    width: 90%;
    margin-bottom: 30px;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -js-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 0;
    -js-flex-shrink: 0;
    flex-shrink: 0;
    flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    position: relative;
  }
  footer #map .mapbox div + div {
    width: 90%;
    margin-bottom: 0;
  }
  footer #map .mapbox div:first-child span {
    width: 54px;
    height: 52px;
    background: url(../img/top/map_leaf.png) left center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: -10px;
    bottom: -20px;
    z-index: 100;
  }
  footer #map .mapbox div + div span {
    width: 78px;
    height: 34px;
    background: url(../img/top/map_mountain.png) left center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 100;
  }
  footer #footer-nav {
    padding: 20px 0 0 0;
    display: flex;
    -js-display: flex;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  footer #footer-nav p {
    padding-left: 90px;
    background: url(../img/common/logo_foot.png) left center no-repeat;
    background-size: 70px auto;
    line-height: 1.4;
    -moz-flex: 0 0 auto;
    -js-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    order: 2;
  }
  footer #footer-nav p span {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    clear: right;
  }
  footer #footer-nav nav {
    -moz-flex: 1 0 auto;
    -js-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    order: 1;
  }
  footer #footer-nav a {
    color: #ffffff;
    text-decoration: none;
  }
  footer #footer-nav nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-flex: 1 0 auto;
    -js-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  footer #footer-nav nav ul li {
    padding: 8px 3px;
    margin-bottom: 0.5em;
    border-bottom: solid 1px #2E64A4;
    box-sizing: border-box;
    width: 100%;
  }
  footer #footer-nav nav ul li a {
    padding: 0 0 0 20px;
    background: url(../img/common/arrow_link_btn-white.png) left center no-repeat;
    background-size: 4px auto;
    color: #ffffff;
    text-decoration: none;
    border-bottom: solid 1px #215ea3;
    box-sizing: border-box;
    display: block;
  }
  footer #footer-nav nav ul li a:hover {
    border-bottom: solid 1px #fff;
    transition: 0.3s;
  }
  footer .footer-link + p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 32px;
    background: #003f98;
    text-align: center;
    font-size: 12px;
  }
  footer .footer-link {
    width: 100%;
    padding: 10px 20px 20px;
    background-color: #fff;
    color: #000;
    text-align: center;
  }
  footer .footer-link div img {
    margin: 0 5px 5px;
  }
}
@media (max-width: 749px) and (max-width: 500px) {
  footer .footer-link div img {
    width: 45%;
  }
}
@media (max-width: 749px) {
  footer .footer-link p {
    text-align: left;
    font-weight: bold;
  }
  footer p:last-child {
    text-align: center;
  }
}
@media (max-width: 320px) {
  footer #footer-nav {
    font-size: 12px;
  }
  footer #footer-nav p {
    padding-left: 80px;
    background: url(../img/common/logo_foot.png) left center no-repeat;
    background-size: 50px auto;
    line-height: 1.4;
    -moz-flex: 0 0 auto;
    -js-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    order: 2;
  }
}
@media (min-width: 750px) {
  #footer-nav {
    width: 100%;
    position: relative;
  }
  /***
  Footer
  ----------------------*/
  footer {
    background: #215ea3;
    color: #fff;
  }
  footer #map {
    padding: 55px 0;
    background: #e1e6eb;
  }
  footer #map img {
    width: 100%;
    height: auto;
  }
  footer #map .mapbox {
    display: flex;
    -js-display: flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -js-justify-content: space-around;
    justify-content: space-around;
  }
  footer #map .mapbox div {
    max-width: 48%;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -js-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 1;
    -js-flex-shrink: 1;
    flex-shrink: 1;
    flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    position: relative;
  }
  footer #map .mapbox div + div {
    max-width: 48%;
    text-align: right;
  }
  footer #map .mapbox div:first-child span {
    width: 54px;
    height: 52px;
    background: url(../img/top/map_leaf.png) left center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: -5px;
    bottom: -20px;
    z-index: 100;
  }
  footer #map .mapbox div + div span {
    width: 78px;
    height: 34px;
    background: url(../img/top/map_mountain.png) left center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: -5px;
    top: -20px;
    z-index: 100;
  }
  footer #footer-nav {
    padding: 20px;
    /* Center slide text vertically */
    display: flex;
    -js-display: flex;
    box-sizing: border-box;
  }
  footer #footer-nav p {
    padding-left: 90px;
    background: url(../img/common/logo_foot.png) left center no-repeat;
    background-size: 70px auto;
    font-size: 12px;
    line-height: 1.4;
    -moz-flex: 0 0 40%;
    -js-flex: 0 0 40%;
    flex: 0 0 40%;
    box-sizing: border-box;
  }
  footer #footer-nav p span {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    clear: right;
  }
  footer #footer-nav nav {
    padding: 10px 0 0 20px;
    -moz-flex: 1 0 55%;
    -js-flex: 1 0 55%;
    flex: 1 0 55%;
    display: flex;
    -js-display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
  }
  footer #footer-nav a {
    color: #ffffff;
    text-decoration: none;
  }
  footer #footer-nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    -moz-flex: 1 1 32%;
    -js-flex: 1 1 32%;
    flex: 1 1 32%;
    justify-content: space-between;
  }
  footer #footer-nav nav ul li {
    padding: 3px;
    margin-bottom: 0.5em;
  }
  footer #footer-nav nav ul li a {
    padding: 0 0 0 10px;
    background: url(../img/common/arrow_link_btn-white.png) left center no-repeat;
    background-size: 4px auto;
    color: #ffffff;
    text-decoration: none;
    border-bottom: solid 1px #215ea3;
  }
  footer #footer-nav nav ul li a:hover {
    border-bottom: solid 1px #fff;
    transition: 0.3s;
  }
  footer .footer-link + p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 32px;
    background: #003f98;
    text-align: center;
    font-size: 12px;
  }
  footer .footer-link {
    width: 100%;
    padding: 10px 20px 20px;
    background-color: #fff;
    color: #000;
    text-align: center;
  }
  footer .footer-link div img {
    margin: 0 3% 5px;
  }
  footer .footer-link p {
    text-align: left;
    font-weight: bold;
  }
}
@media (min-width: 960px) {
  #footer-nav {
    min-width: 960px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
  }
  footer {
    background: #215ea3;
    color: #fff;
  }
  footer #map {
    padding: 55px 0;
    background: #e1e6eb;
  }
  footer #map img {
    width: 100%;
    height: auto;
  }
  footer #map .mapbox {
    display: flex;
    -js-display: flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -js-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  footer #map .mapbox div {
    width: 48%;
    max-width: 555px;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -js-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 0;
    -js-flex-shrink: 0;
    flex-shrink: 0;
    flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    position: relative;
  }
  footer #map .mapbox div + div {
    width: 48%;
    max-width: 555px;
    text-align: right;
    position: relative;
  }
  footer #map .mapbox div:first-child span {
    width: 108px;
    height: 104px;
    background: url(../img/top/map_leaf.png) left center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: -15px;
    bottom: -20px;
    z-index: 100;
  }
  footer #map .mapbox div + div span {
    width: 155px;
    height: 67px;
    background: url(../img/top/map_mountain.png) left center no-repeat;
    background-size: cover;
    position: absolute;
    right: -15px;
    top: -20px;
    z-index: 100;
  }
  footer #footer-nav {
    padding: 20px;
    /* Center slide text vertically */
    display: flex;
    -js-display: flex;
    box-sizing: border-box;
  }
  footer #footer-nav p {
    padding-left: 140px;
    background: url(../img/common/logo_foot.png) left center no-repeat;
    background-size: 120px auto;
    font-size: 14px;
    line-height: 1.4;
    -moz-flex: 0 0 420px;
    -js-flex: 0 0 420px;
    flex: 0 0 420px;
    box-sizing: border-box;
  }
  footer #footer-nav p span {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    clear: right;
  }
  footer #footer-nav nav {
    padding: 20px 0 0 100px;
    flex: 1 0 200px;
    display: flex;
    -js-display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
  }
  footer #footer-nav a {
    color: #ffffff;
    text-decoration: none;
  }
  footer #footer-nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1 0 200px;
    justify-content: space-between;
  }
  footer #footer-nav nav ul li {
    padding: 3px;
    margin-bottom: 0.5em;
  }
  footer #footer-nav nav ul li a {
    padding: 0 0 0 10px;
    background: url(../img/common/arrow_link_btn-white.png) left center no-repeat;
    background-size: 4px auto;
    color: #ffffff;
    text-decoration: none;
    border-bottom: solid 1px #215ea3;
  }
  footer #footer-nav nav ul li a:hover {
    border-bottom: solid 1px #fff;
    transition: 0.3s;
  }
  footer .footer-link + p {
    margin-bottom: 0;
    line-height: 32px;
    background: #003f98;
    text-align: center;
    font-size: 12px;
  }
  footer .footer-link p {
    max-width: 1150px;
    margin: 16px auto;
  }
  footer p:last-child {
    text-align: center;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1150px) {
  footer #map .mapbox div {
    max-width: 480px;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -js-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 1;
    -js-flex-shrink: 1;
    flex-shrink: 1;
    flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    position: relative;
    transition: 1s;
    box-sizing: border-box;
  }
  footer #map .mapbox div + div {
    max-width: 480px;
  }
  footer #map .mapbox div:first-child span {
    width: 74px;
    height: 70px;
    background: url(../img/top/map_leaf.png) left center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: -12px;
    bottom: -20px;
    z-index: 100;
  }
  footer #map .mapbox div + div span {
    width: 120px;
    height: 50px;
    background: url(../img/top/map_mountain.png) left center no-repeat;
    background-size: cover;
    position: absolute;
    right: -12px;
    top: -20px;
    z-index: 100;
  }
}/*# sourceMappingURL=style.css.map */