@charset "UTF-8";
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.container {
  overflow: hidden;
}

.text-common {
  line-height: 1.714;
  text-align: center;
  font-weight: 500;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .container {
    min-width: 1250px;
  }

  .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .md {
    display: none !important;
  }
}
/* PARTS
 * ----------------------------------------------- */
header a {
  display: inline-block;
}
header .navigation-item .text-navigation {
  color: #fff;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
header .header-right {
  width: 100%;
}
header .sub-menu {
  z-index: 10;
}
header .sub-menu a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
header .sub-menu .text-sub-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media print, (min-width: 768px) {
  header {
    position: relative;
  }
  header:before {
    z-index: 1;
    position: absolute;
    content: "";
    background-color: #004098;
    width: 100%;
    height: 100%;
    top: 0;
    -ms-transform: skewX(-23deg);
        transform: skewX(-23deg);
    left: calc(50% - 481px);
  }
  header .header-logo {
    background-color: #fff;
  }
  header .inner-wrapper,
  header .list-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .inner-wrapper {
    max-width: 1403px;
    margin: 0 auto;
    padding: 0 20px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  header .header-navigation {
    display: block !important;
  }
  header .list-navigation {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  header .is-sub-menu .text-navigation {
    position: relative;
  }
  header .is-sub-menu .text-navigation:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #00a0e9 transparent transparent;
    border-style: solid;
    transition: transform 0.3s;
  }
  header .navigation-item {
    z-index: 1;
    text-align: center;
  }
  header .navigation-item:hover .text-navigation {
    background-color: #fff;
    color: #004098;
  }
  header .navigation-item .text-navigation {
    font-size: 17px;
    min-width: 148px;
    min-height: 79px;
    padding: 33px 0 23px;
  }
  header .is-sub-menu:hover .content-sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header .is-sub-menu:hover a:after {
    bottom: 8px;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    left: 46%;
  }
  header .is-sub-menu .text-navigation:after {
    border-width: 9px 6px;
    bottom: -1px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  header .header-left {
    width: 232px;
    margin-top: 5px;
  }
  header .header-right {
    padding: 0 12px;
  }
  header .content-sub-menu {
    position: absolute;
    background-color: #fff;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: -2px;
    transition: 0.25s;
  }
  header .sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: 1500px;
    margin: 0 auto;
    padding: 20px 30px 0;
  }
  header .sub-menu li {
    margin: 0 10px 20px;
  }
  header .sub-menu a {
    font-size: 23px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1375px) {
  header:before {
    left: calc(50% - 381px);
  }
}
@media (min-width: 768px) and (max-width: 1430px) {
  header .sub-menu {
    width: 100%;
    left: 0;
  }
  header .sub-menu li {
    width: calc(94% / 3);
  }
}
@media print {
  header:before {
    left: calc(50% - 330px);
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    padding: 0.4rem;
  }
  header .header-navigation {
    display: none;
    background: #004098;
    z-index: 11;
    margin-right: -0.4rem;
    padding: 1.2rem 0.5rem 1.45rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  header .menu-icon {
    background: #004098;
    width: 0.85rem;
    height: 0.85rem;
    position: absolute;
    top: 0.25rem;
    right: 0.4rem;
    z-index: 15;
    cursor: pointer;
    border-radius: 0.1rem;
  }
  header .menu-icon span {
    display: block;
    width: 0.55rem;
    min-height: 0.05rem;
    height: 0.01rem;
    margin-left: -0.27rem;
    background: #fff;
    transition: all 0.4s ease;
    position: absolute;
    border-radius: 0.05rem;
    left: 50%;
  }
  header .menu-icon span:nth-child(1) {
    top: 0.17rem;
  }
  header .menu-icon span:nth-child(2) {
    top: 0.38rem;
  }
  header .menu-icon span:nth-child(3) {
    top: 0.6rem;
  }
  header .is-active span:nth-child(1) {
    -ms-transform: translateY(0.27rem) rotate(-45deg);
        transform: translateY(0.27rem) rotate(-45deg);
    top: 0.1rem;
  }
  header .is-active span:nth-child(2) {
    opacity: 0;
  }
  header .is-active span:nth-child(3) {
    -ms-transform: translateY(-0.22rem) rotate(45deg);
        transform: translateY(-0.22rem) rotate(45deg);
  }
  header .header-image {
    width: 3.5rem;
  }
  header .header-image img,
  header .image-menu img {
    width: 100%;
  }
  header .image-menu {
    width: 4.6rem;
  }
  header .navigation-item {
    border-bottom: solid 1px #ccc;
  }
  header .navigation-item:first-child {
    border-top: solid 1px #ccc;
  }
  header .is-sub-menu {
    position: relative;
  }
  header .text-navigation {
    width: 100%;
    padding: 0.4rem 1rem 0.4rem 0;
    font-size: 0.3rem;
  }
  header .sub-menu {
    background-color: #004098;
    display: none;
    text-align: center;
    width: 100%;
    padding: 0.5rem 0.2rem;
    left: 0;
  }
  header .sub-menu li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  header .sub-menu .text-sub-menu {
    width: 3rem;
  }
  header .icon-arrow {
    position: absolute;
    display: inline-block;
    width: 1rem;
    height: 0.8rem;
    right: 0;
    top: 0.2rem;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    z-index: 1;
  }
  header .icon-arrow:before {
    border-width: 0.2rem 0 0.22rem 0.3rem;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0.36rem;
    border-color: transparent transparent transparent #00a0e9;
    border-style: solid;
    transition: transform 0.3s;
    top: 0.22rem;
  }
  header .active-arrow .icon-arrow:before {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  header .active-arrow .text-navigation {
    border-bottom: solid 1px #ccc;
  }
}
footer {
  position: relative;
}
footer:after {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #004098;
  width: 100%;
  height: 100%;
  top: 0;
}
footer a {
  display: inline-block;
}
footer .footer-right {
  width: 100%;
}
footer .link-navigation {
  color: #fff;
  position: relative;
}
footer .link-navigation:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #00a0e9;
}
footer .no-arrow .link-navigation:before {
  content: none;
}

@media print, (min-width: 768px) {
  footer {
    height: 350px;
  }
  footer:after {
    -ms-transform: skewX(-23deg);
        transform: skewX(-23deg);
    left: calc(50% - 277px);
  }
  footer .inner-wrapper {
    max-width: 1300px;
    margin: 0 auto;
  }
  footer .inner-wrapper,
  footer .footer-navigation {
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-left {
    width: 374px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 42px;
  }
  footer .footer-right {
    padding-left: 130px;
    padding-bottom: 140px;
  }
  footer .list-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .item-navigation {
    padding: 68px 10px 0 20px;
    border-left: solid 1px #fff;
  }
  footer .item-navigation:last-child {
    padding-right: 0;
  }
  footer .sub-menu li {
    margin-bottom: 5px;
  }
  footer .sub-menu li:last-child {
    margin-bottom: 0;
  }
  footer .sub-menu .is-bottom {
    margin-bottom: 29px;
  }
  footer .link-navigation {
    font-size: 13px;
  }
  footer .link-navigation:before {
    top: 1px;
    left: -11px;
    border-width: 6px 7px;
  }
  footer .no-arrow {
    margin-left: -12px;
  }

  .is-tablet footer .footer-right {
    padding-left: 55px;
  }
  .is-tablet footer .link-navigation:before {
    top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1310px) {
  footer .footer-left {
    margin-left: 20px;
  }
  footer .footer-right {
    padding-left: 80px;
  }
}
@media print {
  footer .footer-right {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-left {
    background-color: #fff;
    text-align: center;
    padding: 0.2rem;
  }
  footer .footer-logo {
    width: 3.32rem;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .footer-right {
    padding: 0.7rem 1.1rem;
  }
  footer .item-navigation {
    margin-bottom: 0.5rem;
  }
  footer .item-navigation li {
    margin-bottom: 0.1rem;
  }
  footer .link-navigation {
    font-size: 0.3rem;
    padding-left: 0.25rem;
  }
  footer .link-navigation:before {
    border-width: 0.1rem;
    left: 0;
    top: 0.1rem;
  }
}
/* MODULES
 * ----------------------------------------------- */
.button-common {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff;
  border: solid 1px #004098;
  color: #004098;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: background-color 0.3s, color 0.3s;
}
.button-common:hover, .button-common.is-active {
  background-color: #004098;
  color: #fff;
}
.button-common.is-active {
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .button-common {
    font-size: 17px;
    width: 275px;
    min-height: 60px;
    padding-top: 3px;
  }

  .group-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .is-tablet .button-common {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common {
    width: 80%;
    margin: 0 auto;
    min-height: 1rem;
  }

  .group-button .button-common:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}
@media print, (min-width: 768px) {
  .content-button {
    width: 890px;
    margin: 107px auto;
  }
  .content-button .group-button {
    margin: 0 -16px;
  }
  .content-button .group-button li {
    margin: 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .content-button {
    margin: 0.8rem 0;
  }
  .content-button .group-button li {
    margin-bottom: 0.2rem;
  }
}
.keyvisual {
  background: #b3ccd4 no-repeat center/cover;
  position: relative;
}
.keyvisual:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: skewX(-23deg);
      transform: skewX(-23deg);
  background-color: rgba(0, 64, 152, 0.5);
  mix-blend-mode: multiply;
}
.keyvisual .keyvisual-title {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .keyvisual {
    margin-top: -1px;
    height: 460px;
  }
  .keyvisual:before {
    right: calc(50% - 27px);
  }
  .keyvisual .keyvisual-wrapper {
    position: relative;
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
  .keyvisual .keyvisual-title {
    top: 49%;
    right: calc(50% + 292px);
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual {
    height: 2.5rem;
  }
  .keyvisual:before {
    right: calc(50% - .3rem);
  }
  .keyvisual .keyvisual-title {
    top: 50%;
    right: calc(50% + 1.9rem);
    font-size: 0.3rem;
  }
}
.title-primary,
.section-title,
.title-highlight {
  font-weight: bold;
  text-align: center;
}

.section-title {
  line-height: 1.5;
}

.title-highlight {
  color: #fff;
  background-color: #000;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.title-highlight:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #004098;
  z-index: -1;
}

@media print, (min-width: 768px) {
  .title-primary,
  .title-highlight {
    font-size: 29px;
  }

  .section-title {
    font-size: 41px;
  }

  .title-highlight {
    height: 47px;
    margin-bottom: 55px;
    padding-top: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary,
  .title-highlight {
    font-size: 0.32rem;
  }

  .title-primary {
    margin-bottom: 0.4rem;
  }

  .title-highlight {
    margin-bottom: 0.8rem;
    padding: 0.14rem 0 0.1rem;
  }

  .section-title {
    font-size: 0.4rem;
  }
}
.section-thank {
  text-align: center;
}
.section-thank p {
  line-height: 1.714;
}

@media print, (min-width: 768px) {
  .section-thank {
    padding: 50px 0;
  }
  .section-thank .title-primary {
    margin-bottom: 40px;
  }
  .section-thank .button-common {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-thank {
    padding: 0.5rem 0;
  }
  .section-thank .button-common {
    margin: 0.4rem auto 0;
  }
}

/*# sourceMappingURL=result.css.map */