@charset "UTF-8";
html {
  line-height: 1;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  color: #3B4043;
  letter-spacing: 0.05em;
  font-size: 14px;
}

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

img {
  vertical-align: top;
}

main {
  padding-top: 75px;
}

.header {
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  padding: 0 2.5vw;
}

@media (max-width: 425px) {
  .header {
    padding: 0 20px;
  }
}

.header__logo h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  font-weight: 400;
  color: #0D225A;
  font-size: 25px;
  letter-spacing: 0.05em;
}

.header__logo-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 11px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  color: #959EA7;
  letter-spacing: 0.2em;
}

.header__logo-small span {
  font-size: 10px;
  letter-spacing: 0.1em;
  background-color: #0D225A;
  color: #ffffff;
  padding: 2px 8px;
  margin-right: 10px;
}

@media (max-width: 425px) {
  .header__logo {
    width: 90vw;
  }
  .header__logo h2 {
    font-size: 17px;
  }
  .header__logo-small span {
    font-size: 8px;
    margin-right: 2px;
    padding: 2px 4px;
  }
  .header__logo-small p {
    font-size: 8px;
  }
}

.header__menu {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-item {
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #3B4043;
  margin-left: 30px;
}

.header__menu-item span {
  font-size: 10px;
  color: #959EA7;
}

.header__menu-button {
  padding: 13px 0;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  letter-spacing: 0.11em;
  margin-left: 30px;
  background-color: #0E2B7B;
  border-radius: 3px;
  width: 120px;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .header__menu {
    display: none;
  }
}

#gloval-nav {
  background: #0E2B7B;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  font-weight: 300;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

#nav-toggle {
  position: relative;
  height: 20px;
  cursor: pointer;
  z-index: 8000;
}

@media screen and (min-width: 1025px) {
  #nav-toggle {
    display: none;
  }
}

#nav-toggle > div {
  position: relative;
  width: 30px;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #0E2B7B;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 19px;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 11px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer__social {
  width: 700px;
  margin: 0 auto;
  padding: 58px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #959EA7;
  border-bottom: solid 1px #959EA7;
}

.footer__social p {
  color: #0D225A;
  font-size: 33px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  font-weight: 300;
}

.footer__social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

.footer__social-icon {
  width: 60px;
  height: 60px;
  background-color: #0E2B7B;
  border-radius: 50%;
  text-align: center;
  padding-top: 16px;
}

.footer__social-icon img {
  display: inline;
}

@media (max-width: 768px) {
  .footer__social {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}

@media (max-width: 425px) {
  .footer__social {
    display: block;
    width: calc(100vw - 40px);
    padding: 70px 0;
  }
  .footer__social p {
    text-align: center;
    font-size: 24px;
  }
  .footer__social-icon {
    width: 60px;
    height: 60px;
    background-color: #0E2B7B;
    border-radius: 50%;
    text-align: center;
    padding-top: 16px;
    margin: 22px 12px;
  }
  .footer__social-icon img {
    display: inline;
  }
}

.footer__logo--title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0.05em;
}

.footer__logo-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 11px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  color: #959EA7;
  letter-spacing: 0.2em;
}

.footer__logo-small span {
  font-size: 10px;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  color: #959EA7;
  padding: 2px 8px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .footer__logo-small {
    width: 100%;
  }
  .footer__logo-small span {
    margin-right: 10px;
  }
}

@media (max-width: 425px) {
  .footer__logo--title {
    font-size: 20px;
  }
  .footer__logo-small span {
    padding: 2px 4px;
  }
}

.footer__link {
  margin-top: 80px;
  background-color: #3B4043;
  padding-top: 56px;
  padding: 78px;
}

@media (max-width: 425px) {
  .footer__link {
    padding: 50px 20px;
  }
}

.footer__linkBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__linkBox-left {
  width: 32%;
}

@media (max-width: 1024px) {
  .footer__linkBox-left {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .footer__linkBox {
    display: block;
  }
  .footer__linkBox-left {
    width: 100%;
  }
}

.footer__button {
  width: 350px;
  height: 60px;
  display: block;
  background-color: #0E2B7B;
  color: #ffffff;
  position: relative;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  margin-top: 20px;
}

.footer__button-icon {
  position: absolute;
  display: inline-block;
  left: 22px;
  top: 22px;
}

.footer__button p {
  display: inline;
}

@media (max-width: 768px) {
  .footer__button {
    width: 100%;
  }
}

.footer__sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.footer__sitemap a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.142;
  display: block;
}

@media (max-width: 768px) {
  .footer__sitemap {
    width: 80%;
  }
}

@media (max-width: 425px) {
  .footer__sitemap {
    display: block;
  }
  .footer__sitemap a {
    line-height: 3.142;
  }
}

.footer__copyright {
  padding: 25px 0;
  text-align: right;
}

.footer__copyright small {
  font-size: 10px;
  color: #959EA7;
}

#yellow__button {
  background-color: #FEF000;
  color: #0D225A;
}

.l-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.m-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1048px) {
  .m-wrapper {
    max-width: calc(100vw - 2em);
  }
}

@media (max-width: 425px) {
  .m-wrapper {
    max-width: calc(100vw - 40px);
  }
}

.s-wrapper {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}

@media screen and (max-width: 670px) {
  .s-wrapper {
    max-width: calc(100vw - 2em);
  }
}

@media (max-width: 425px) {
  .s-wrapper {
    max-width: calc(100vw - 40px);
  }
}

.button {
  background-color: #0E2B7B;
  width: 350px;
  height: 60px;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  border-radius: 4px;
  text-align: center;
}

@media (max-width: 425px) {
  .button {
    width: 100%;
  }
}

.headline {
  position: relative;
  margin-top: 46px;
  padding-bottom: 75px;
}

.headline h1 {
  font-size: 56px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  color: #ffffff;
  font-weight: 300;
}

.headline p {
  font-size: 20px;
  line-height: 2.5;
  color: #ffffff;
  margin-top: 20px;
}

.headline__blueBack {
  width: 91.666vw;
  padding: 60px;
  background: -webkit-gradient(linear, left top, right bottom, from(#0E2B7B), to(#004767));
  background: -webkit-linear-gradient(top left, #0E2B7B, #004767);
  background: linear-gradient(to bottom right, #0E2B7B, #004767);
}

.headline__gridBack {
  width: 91.666vw;
  position: absolute;
  z-index: -1000;
  top: 68px;
  right: 0;
}

.headline__gridBack img {
  width: 100%;
  height: 238px;
}

@media (max-width: 425px) {
  .headline h1 {
    font-size: 30px;
  }
  .headline p {
    font-size: 14px;
  }
  .headline__blueBack {
    padding: 20px;
  }
  .headline__gridBack {
    width: 80vw;
    position: absolute;
    z-index: -1000;
    top: 68px;
    right: 0;
  }
  .headline__gridBack img {
    width: 100%;
    height: 100px;
  }
}

h2 {
  text-align: center;
  font-size: 33px;
  color: #0D225A;
}

.guide_header {
  text-align: left;
}

.guide {
  max-width: 850px;
  margin: auto;
  padding: 100px 0;
}

.guide p {
  margin-top: 36px;
  letter-spacing: 0.06em;
  line-height: 1.785;
}

.guide__box {
  margin-top: 50px;
}

.guide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.guide__list-left {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.guide__list-right {
  width: 50%;
  padding: 30px;
  letter-spacing: 0.06em;
  line-height: 1.785;
}

.guide__list-right img {
  width: 100%;
}

@media (max-width: 768px) {
  .guide {
    max-width: 645px;
  }
  .guide__list {
    display: block;
  }
  .guide__list-left {
    width: 100%;
    margin: 0;
  }
  .guide__list-right {
    width: 100%;
  }
}
