@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}

html {
  height: auto;
  width: 100%;
}

body {
  line-height: 1.5;
  background-color: #e7e7e7;
  color: #333;
  font-family: "Yu Gothic", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 17px;
}

main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.contents {
  background-color: white;
  margin: 0 auto;
  position: relative;
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  max-width: 1200px;
}
.contents__logo {
  margin-right: 180px;
  padding: 3rem 0;
  display: -moz-flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .contents {
    padding-top: 110px;
  }
}
@media (max-width: 1023px) {
  .contents {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .contents {
    padding-top: 55px;
  }
}
@media (min-width: 961px) {
  .contents__logo-img {
    width: 130px;
  }
}
@media (max-width: 1023px) {
  .contents__logo {
    margin-right: 80px;
    padding: 2rem 0 1rem 0;
  }
  .contents__logo-img {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .contents__logo {
    margin-right: 0;
    padding: 2rem 2rem 0.5rem 0;
  }
  .contents__logo-img {
    width: 80px;
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 110px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .overlay {
    top: 110px;
  }
}
@media (max-width: 1023px) {
  .overlay {
    top: 55px;
  }
}
@media (max-width: 767px) {
  .overlay {
    top: 55px;
  }
}

.globalheader {
  display: -moz-flex;
  display: flex;
  align-items: center;
  background: white;
  max-width: 1200px;
  position: fixed;
  top: 0;
  transition: height 300ms 0s ease-out;
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid rgba(130, 130, 130, 0.1);
}
@media (min-width: 1024px) {
  .globalheader {
    height: 110px;
  }
}
@media (max-width: 1023px) {
  .globalheader {
    height: 55px;
  }
}
@media (max-width: 767px) {
  .globalheader {
    height: 55px;
  }
}
.globalheader .topnav {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px;
}
.globalheader .topnav__company-logo a {
  display: -moz-flex;
  display: flex;
  align-items: center;
}
.globalheader .topnav__company-logo-img {
  width: 135px;
}
.globalheader .topnav__top a {
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  padding: 1px 3px;
}
.globalheader .topnav__menu {
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
}
.globalheader .topnav__menuitem {
  justify-content: flex-start;
  font-weight: normal;
  margin: 0 30px 0 0;
}
.globalheader .topnav__menuitem-link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .globalheader .topnav__menuitem-link {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.globalheader .topnav__menuitem-link:hover {
  color: #9fa0a0;
}
.globalheader .topnav__menuitem-link i {
  margin-left: 5px;
  font-size: 0.5rem;
  position: relative;
  top: -3px;
}
.globalheader .topnav-drawr {
  display: none;
}
@media (max-width: 1023px) {
  .globalheader .topnav {
    padding: 0 18px;
  }
  .globalheader .topnav__company-logo-img {
    width: 100px;
  }
  .globalheader .topnav__top a {
    display: none;
  }
  .globalheader .topnav__menu {
    background: #EFEFEF;
    bottom: 0;
    display: block;
    margin-left: none;
    top: 55px;
    overflow: auto;
    padding: 0;
    position: fixed;
    right: -100vw;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
  }
  .globalheader .topnav__menuitem {
    background: #EFEFEF;
    border-bottom: 1px solid #C9C9C9;
    line-height: 3.5rem;
    text-align: left;
    margin: 0;
    margin-left: 20px;
    white-space: nowrap;
  }
  .globalheader .topnav__menuitem-link {
    color: #333;
    margin-left: 2rem;
  }
  .globalheader .topnav-drawr {
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .globalheader .topnav-drawr__button {
    position: relative;
    display: block;
    height: 55px;
    width: 35px;
  }
  .globalheader .topnav-drawr__button span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #001a72;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
  .globalheader .topnav-drawr__button-top {
    top: 20px;
  }
  .globalheader .topnav-drawr__button-middle {
    top: 26px;
  }
  .globalheader .topnav-drawr__button-bottom {
    top: 32px;
  }
  .globalheader .topnav-drawr__button.active {
    transition: 0.3s;
  }
  .globalheader .topnav-drawr__button.active .topnav-drawr__button-top {
    top: 24px;
    transform: rotate(45deg);
  }
  .globalheader .topnav-drawr__button.active .topnav-drawr__button-middle {
    width: 0;
    height: 0;
  }
  .globalheader .topnav-drawr__button.active .topnav-drawr__button-bottom {
    top: 24px;
    transform: rotate(-45deg);
  }
  .globalheader .topnav-drawr-link {
    text-decoration: none;
    border: inherit;
    border-radius: 3px;
    padding: 1px 4px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
  }
  .globalheader .topnav-drawr-link > span {
    border: 1px solid rgba(51, 51, 51, 0.5);
    border-radius: 3px;
    display: grid;
    padding: 2px 3px;
    text-align: center;
    line-height: 1.1em;
  }
  .globalheader .topnav-drawr-link > span > span {
    white-space: nowrap;
  }
  .globalheader .topnav-drawr__button {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .globalheader .topnav__menuitem {
    margin-left: 15px;
  }
  .globalheader .topnav-drawr-link {
    border: inherit;
    font-size: 12px;
  }
  .globalheader .topnav-drawr__button {
    width: 40px;
    font-size: 10px;
  }
}

#title {
  height: 120px;
  background: #F4F4F4;
  border-bottom: 1px solid #E5E7E6;
  position: relative;
}
#title div {
  position: absolute;
  top: 40px;
  font-size: 34px;
  font-weight: bold;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  #title div {
    padding: 0 18px 0;
    width: 100%;
  }
}

.gotop {
  bottom: 30px;
  right: 30px;
  position: fixed;
  width: 180px;
  z-index: 100;
}
.gotop__button {
  text-decoration: none;
  border-radius: 20px;
  background-color: #3261a3;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  opacity: 0.8;
  padding: 8px 15px;
}
.gotop__button::before {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.7rem;
}
.gotop__button:hover {
  background-color: rgba(50, 97, 163, 0.6);
}
@media (max-width: 1023px) {
  .gotop {
    bottom: 10px;
    height: 60px;
    text-align: right;
    width: 60px;
  }
  .gotop__button {
    border-radius: 100%;
    font-size: 15px;
    text-align: center;
  }
  .gotop__button::before {
    margin-right: 0;
  }
  .gotop__button span {
    display: none;
  }
}

.article {
  margin: 0 auto;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.article__row {
  display: -moz-flex;
  display: flex;
}
.article__title {
  color: #3261a3;
  line-height: 2rem;
  min-height: 3.7rem;
  padding: 1.2rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .article__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .article__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .article__title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .article__title br {
    display: none;
  }
}
.article__subtitle {
  color: #239B00;
  line-height: 1.6rem;
  margin-top: 2rem;
  min-height: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .article__subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .article__subtitle {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.article__text {
  line-height: 1.6em;
  margin: 0 auto;
  min-height: 5rem;
}
@media (min-width: 768px) {
  .article__text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .article__text {
    text-align: left;
  }
  .article__text br {
    display: none;
  }
}
.article__wrapper {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .article__row {
    flex-direction: column;
  }
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  background-color: #001A72;
  height: 25px;
  width: 100%;
}
footer .article {
  color: #fff;
  font-size: 9px;
  line-height: 25px;
  text-align: right;
}

.footer-top {
  margin: 0 auto;
  padding: 3rem 0 1.5rem;
  text-align: center;
}
@media (min-width: 961px) {
  .footer-top__brand-logo-img {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .footer-top__brand-logo-img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .footer-top__brand-logo-img {
    width: 180px;
  }
}

.footer-mid {
  background-color: #F5F5F5;
  border-top: 1px solid #D3D3D3;
  margin: 0 auto;
}
.footer-mid__text {
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 960px;
  padding: 3rem 1rem;
}
.footer-mid__notext {
  height: 106px;
}

.footer-bottom {
  background-color: #3668af;
  margin: 0 auto;
}
.footer-bottomline {
  background-color: #6490cf;
  border: none;
  height: 1px;
  margin: 0;
}
.footer-bottom .footnav {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.footer-bottom .footnav__note {
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  font-size: 0.7rem;
  line-height: 1.9rem;
  padding: 0 1.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-bottom .footnav__note {
    padding: 0 0.75rem;
  }
}
.footer-bottom .footnav__noteitem {
  color: white;
  flex-grow: 1;
}
.footer-bottom .footnav__noteitem:nth-child(1) {
  text-align: right;
}
@media (max-width: 1023px) {
  .footer-bottom .footnav__menu {
    font-size: 0.8em;
  }
  .footer-bottom .footnav__noteitem:nth-child(1) span {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .footer-bottom .footnav__menu {
    font-size: 0.8em;
  }
  .footer-bottom .footnav__noteitem:nth-child(1) span {
    display: none;
  }
}/*# sourceMappingURL=site.css.map */