@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* at start */
.my-mfp .modal,
.my-mfp2 .modal-exam {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* animate in */
.my-mfp.mfp-ready .modal,
.my-mfp2.mfp-ready .modal-exam {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* animate out */
.my-mfp.mfp-removing .modal,
.my-mfp2.mfp-removing .modal-exam {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* Dark overlay, start state */
.my-mfp.mfp-bg,
.my-mfp2.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp.mfp-ready.mfp-bg,
.my-mfp2.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp.mfp-removing.mfp-bg,
.my-mfp2.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp.mfp-bg {
  background-color: #fff;
}

.my-mfp2.mfp-bg {
  background-color: #e5f3ff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slick/fonts/slick.eot");
  src: url("./slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slick/fonts/slick.woff") format("woff"), url("./slick/fonts/slick.ttf") format("truetype"), url("./slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent url(../img/arrow_slider.svg) center no-repeat;
  background-size: contain;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .slick-prev,
.slick-next {
    height: 54px;
    width: 54px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 0.8;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 4px;
  -webkit-transform: translate(0, -50%) rotateY(180deg);
          transform: translate(0, -50%) rotateY(180deg);
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: calc((100% - 768px) / 2);
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 4px;
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: calc((100% - 768px) / 2);
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.reason-slider .slick-list {
  overflow: visible;
}

.reason-slider .slick-prev,
.reason-slider .slick-next {
  top: 27%;
}
@media screen and (min-width: 414px) {
  .reason-slider .slick-prev,
.reason-slider .slick-next {
    top: 30%;
  }
}
@media screen and (min-width: 520px) {
  .reason-slider .slick-prev,
.reason-slider .slick-next {
    top: 35%;
  }
}
@media screen and (min-width: 768px) {
  .reason-slider .slick-prev,
.reason-slider .slick-next {
    top: 202px;
  }
}

@media screen and (min-width: 768px) {
  .achievement-slider .slick-prev,
.achievement-slider .slick-next {
    top: 55%;
  }
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin: 0;
  color: #7e7e7e;
}

a {
  text-decoration: none;
}

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

dd {
  margin-left: 0;
}

p {
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 14px;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main {
  padding-top: 62px;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 62px;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .header {
    height: 130px;
  }
  .header.shrink {
    height: 80px;
  }
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  height: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .header-container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header-container {
    padding: 0 36px;
  }
}

.header-logo {
  position: relative;
  display: block;
  width: 168px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 210px;
  }
  .header-logo:hover {
    opacity: 0.7;
  }
  .shrink .header-logo {
    width: 240px;
  }
}
@media screen and (min-width: 1330px) {
  .header-logo {
    width: 286px;
  }
}
.header-logo img {
  display: block;
  width: 100%;
}

.header-toggler,
.header-toggler span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-toggler {
  position: relative;
  width: 34px;
  height: 34px;
  border: 0;
  background-color: transparent;
  outline: 0;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .header-toggler {
    display: none;
  }
}
.header-toggler span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a1311;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-toggler span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.header-toggler span:nth-of-type(2) {
  top: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
.header-toggler span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.header.is-open .header-toggler span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
          transform: translateY(16px) rotate(-45deg);
}
.header.is-open .header-toggler span:nth-of-type(2) {
  opacity: 0;
}
.header.is-open .header-toggler span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
          transform: translateY(-16px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 84px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 10;
  }
  .header.is-open .nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .nav-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.nav-item {
  display: block;
  font-family: "Noto Serif JP", serif;
  color: #7e7e7e;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nav-item {
    margin-bottom: 26px;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .nav-item {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .nav-item:not(:first-child) {
    margin-left: 0.6em;
    border-left: 1px solid #7e7e7e;
    padding-left: 0.6em;
  }
  .nav-item:hover {
    color: #000;
  }
}
@media screen and (min-width: 1330px) {
  .nav-item {
    font-size: 16px;
  }
}

.nav-contact {
  display: block;
  width: 54px;
  height: 54px;
  background: url(../img/icon_contact.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .nav-contact {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .nav-contact {
    margin-left: 10px;
  }
  .nav-contact:hover {
    background-image: url(../img/icon_contact_on.svg);
  }
}

.fv {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.fv-image {
  width: 93%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .fv-image {
    width: 82%;
  }
}
.fv-image img {
  display: block;
  width: 100%;
}

.fv-under {
  margin-top: -78px;
}
@media screen and (min-width: 768px) {
  .fv-under {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1024px) {
  .fv-under {
    margin-top: -340px;
  }
}

.fv-lead {
  display: inline-block;
  max-width: 602px;
  padding: 22px 12px 16px 16px;
  background-color: rgba(139, 203, 255, 0.8);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 13px;
  line-height: 1.91;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .fv-lead {
    padding: 36px 18px 26px 70px;
    font-size: 21px;
  }
}

.fv-letter-bg {
  width: 87%;
  max-width: 979px;
  margin-top: -10px;
  margin-left: 5.6%;
}
@media screen and (min-width: 768px) {
  .fv-letter-bg {
    margin-top: -17px;
    margin-left: 44px;
  }
}

.section-way {
  padding-top: 52px;
  padding-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .section-way {
    padding-top: 68px;
    padding-bottom: 64px;
  }
}

.headline {
  padding-bottom: 18px;
  background: url(../img/headline_arc.png) center bottom no-repeat;
  background-size: 260px auto;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .headline {
    padding-bottom: 34px;
    background-size: 445px auto;
    font-size: 31px;
  }
}

.way-list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .way-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
  }
}

.way-item {
  position: relative;
  margin-bottom: 12px;
  background-color: #eff3f6;
}
@media screen and (min-width: 768px) {
  .way-item {
    width: 48.8%;
    margin-bottom: 30px;
  }
}

.way-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  padding-left: 20px;
  background: url(../img/icon_way_1.png) #bce1df center left 5% no-repeat;
  background-size: 42px auto;
  font-family: "Noto Serif JP", serif;
  color: #002f7b;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .way-head {
    height: 104px;
    padding-left: 70px;
    background-position-x: 16px;
    background-size: 70px auto;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .way-head {
    padding-left: 60px;
    background-position-x: 40px;
    font-size: 25px;
  }
}
.way-head--icon2 {
  background-image: url(../img/icon_way_2.png);
}
.way-head--icon3 {
  background-image: url(../img/icon_way_3.png);
}
.way-head--icon4 {
  background-image: url(../img/icon_way_4.png);
}

.way-body {
  padding: 10px 12px;
}
@media screen and (min-width: 768px) {
  .way-body {
    padding: 16px 16px 50px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .way-body {
    padding-left: 60px;
  }
}

.way-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.way-detail-list:not(:first-child) {
  margin-left: 4%;
}
@media screen and (min-width: 1024px) {
  .way-detail-list:not(:first-child) {
    margin-left: 30px;
  }
}

.way-detail-item {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .way-detail-item {
    font-size: 14px;
  }
}
.way-detail-item:not(:first-child) {
  margin-top: 0.6em;
}

.way-link {
  margin-top: 8px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .way-link {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
}
.way-link a {
  color: #002f7b;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .way-link a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .way-link a:hover {
    opacity: 0.8;
  }
}
.way-link a::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 11px;
  height: 12px;
  background: url(../img/arrow_triple.png) center no-repeat;
  background-size: contain;
  vertical-align: -1px;
}
@media screen and (min-width: 768px) {
  .way-link a::after {
    width: 13px;
    height: 14px;
    vertical-align: -2px;
  }
}

.section-exam {
  padding-top: 42px;
  padding-bottom: 40px;
  background-color: #e5f3ff;
}
@media screen and (min-width: 768px) {
  .section-exam {
    padding-top: 104px;
    padding-bottom: 74px;
  }
}

.exam-text-1 {
  margin-top: 18px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .exam-text-1 {
    margin-top: 30px;
    margin-bottom: 36px;
  }
}

.exam-subhead {
  padding: 8px 0;
  background-color: #8bcbff;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .exam-subhead {
    padding: 10px 0;
    font-size: 31px;
  }
}

.exam-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 806px;
  margin: 12px auto;
  padding: 6px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .exam-list {
    margin-top: 30px;
    margin-bottom: 28px;
    padding: 12px;
  }
}

.exam-term {
  width: 34.7%;
  padding: 3px 0;
  background-color: #bce1df;
  color: #002f7b;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .exam-term {
    width: 224px;
    padding: 6px 0;
    font-size: 17px;
  }
}

.exam-data {
  margin-left: 1em;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .exam-data {
    font-size: 14px;
  }
}

.exam-text-2 {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .exam-text-2 {
    margin-bottom: 14px;
  }
}

.exam-schedule {
  display: block;
  width: 95%;
  max-width: 1070px;
  margin: 0 auto 22px;
}
@media screen and (min-width: 768px) {
  .exam-schedule {
    margin-bottom: 32px;
  }
}

.exam-text-2 {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .exam-text-2 {
    margin-bottom: 104px;
  }
}

.exam-text-3 {
  margin-top: 16px;
  margin-bottom: 6px;
  color: #002f7b;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .exam-text-3 {
    margin-top: 24px;
    margin-bottom: 8px;
  }
}

.exam-text-4 {
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .exam-text-4 {
    margin-bottom: 50px;
  }
}

.exam-schedule-2 {
  display: block;
  width: 100%;
  height: auto;
}

.exam-text-5 {
  max-width: 806px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .exam-text-5 {
    margin-top: 32px;
  }
}

.section-reason {
  padding-top: 44px;
  padding-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .section-reason {
    padding-top: 106px;
    padding-bottom: 102px;
  }
}

.reason-slider {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .reason-slider {
    margin-top: 52px;
  }
}

.reason-slide {
  position: relative;
  margin: 0 -2%;
}
@media screen and (min-width: 768px) {
  .reason-slide {
    margin: 0 -70px;
  }
}
.reason-slide.slick-center {
  z-index: 1;
}

.reason-slide-image {
  width: 100%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .reason-slide-image {
    -webkit-transform: scale(0.63);
            transform: scale(0.63);
  }
}
.slick-center .reason-slide-image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.reason-slide-title {
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .reason-slide-title {
    margin-top: 34px;
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.slick-center .reason-slide-title {
  opacity: 1;
}

.reason-slide-description {
  text-align: center;
  opacity: 0;
}
.slick-center .reason-slide-description {
  opacity: 1;
}

.section-achievement {
  padding-top: 42px;
  padding-bottom: 60px;
  background-color: #e7f4f3;
}
@media screen and (min-width: 768px) {
  .section-achievement {
    padding-top: 104px;
    padding-bottom: 140px;
  }
}

.achievement-slider {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .achievement-slider {
    margin-top: 52px;
  }
}

.achievement-slide {
  margin: 0 1%;
}
@media screen and (min-width: 768px) {
  .achievement-slide {
    margin: 0 34px;
  }
}

.achievement-slide-title {
  margin-bottom: 7px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .achievement-slide-title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

.achievement-slide-image {
  width: 100%;
}

.section-visit {
  padding-top: 52px;
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .section-visit {
    padding-top: 98px;
    padding-bottom: 65px;
  }
}

.visit-image {
  display: block;
  width: 96%;
  max-width: 412px;
  border-radius: 10px;
  margin: 24px auto 12px;
}
@media screen and (min-width: 768px) {
  .visit-image {
    border-radius: 14px;
    margin-top: 30px;
    margin-bottom: 22px;
  }
}

.visit-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .visit-list-wrapper {
    margin-bottom: 36px;
  }
}

.visit-item {
  padding-left: 1.3em;
  text-indent: -1.3em;
  color: #606060;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .visit-item {
    font-size: 14px;
  }
}
.visit-item:not(:first-child) {
  margin-top: 0.4em;
}
.visit-item::before {
  content: "◎";
  margin-right: 0.3em;
}

.visit-contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 208px;
  height: 26px;
  margin: 0 auto 14px;
  background-color: #002f7b;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .visit-contact-title {
    width: 234px;
    height: 29px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.visit-tel {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .visit-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
}

.visit-tel-name {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.27;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .visit-tel-name {
    margin-right: 10px;
    font-size: 18px;
    text-align: left;
  }
}

.visit-tel-number {
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .visit-tel-number {
    text-align: left;
  }
}
.visit-tel-number a {
  font-family: "Noto Serif JP", serif;
  color: #7e7e7e;
  font-size: 37px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .visit-tel-number a {
    font-size: 52px;
  }
}
.visit-tel-number span {
  font-size: 0.55em;
}

.visit-time {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .visit-time {
    font-size: 20px;
  }
}

.section-faq {
  padding-top: 44px;
  padding-bottom: 27px;
  background-color: #ededed;
}
@media screen and (min-width: 768px) {
  .section-faq {
    padding-top: 66px;
    padding-bottom: 108px;
  }
}

.faq-subhead {
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faq-subhead {
    margin-top: 42px;
    margin-bottom: 16px;
    font-size: 25px;
  }
}

.faq-item {
  background-color: #fff;
}
.faq-item:not(:first-child) {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .faq-item:not(:first-child) {
    margin-top: 10px;
  }
}

.faq-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 34px 6px 10px;
}
@media screen and (min-width: 768px) {
  .faq-question {
    padding: 15px 94px 15px 26px;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .faq-question:hover {
    opacity: 0.8;
  }
}
.faq-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/plus_gray.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .faq-question::after {
    right: 30px;
    width: 28px;
    height: 28px;
  }
}
.is-open > .faq-question::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .is-open > .faq-question {
    cursor: auto;
  }
}
@media screen and (min-width: 768px) {
  .is-open > .faq-question:hover {
    opacity: 1;
  }
}

.faq-question-head {
  width: 44px;
  font-family: "Noto Serif JP", serif;
  color: #8bcbff;
  font-size: 15px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .faq-question-head {
    width: 100px;
    font-size: 30px;
  }
}

.faq-question-body {
  width: calc(100% - 44px);
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .faq-question-body {
    width: calc(100% - 100px);
    font-size: 24px;
  }
}

.faq-answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 34px 6px 10px;
}
@media screen and (min-width: 768px) {
  .faq-answer {
    padding: 15px 94px 15px 26px;
  }
}

.faq-answer-head {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .faq-answer-head {
    width: 100px;
  }
}

.faq-answer-headicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  background-color: #7e7e7e;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .faq-answer-headicon {
    width: 78px;
    height: 29px;
    font-size: 25px;
  }
}

.faq-answer-body {
  width: calc(100% - 40px);
  color: #606060;
  font-size: 12px;
  line-height: 1.76;
}
@media screen and (min-width: 768px) {
  .faq-answer-body {
    width: calc(100% - 78px);
    font-size: 17px;
  }
}

.faq-answer-close {
  position: absolute;
  bottom: 10px;
  right: 12px;
  display: block;
  width: 14px;
  height: 8px;
  background: url(../img/arrow_acc_gray.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .faq-answer-close {
    bottom: 18px;
    right: 30px;
    width: 25px;
    height: 13px;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .faq-answer-close:hover {
    opacity: 0.6;
  }
}

.faq-additional {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .faq-additional {
    margin-top: 78px;
  }
}

.faq-additional-headline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  background-color: #7e7e7e;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .faq-additional-headline {
    height: 67px;
    font-size: 25px;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .faq-additional-headline:hover {
    opacity: 0.8;
  }
}
.faq-additional-headline::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/plus_white.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .faq-additional-headline::after {
    right: 30px;
    width: 28px;
    height: 28px;
  }
}
.is-open > .faq-additional-headline::after {
  width: 14px;
  height: 8px;
  background-image: url(../img/arrow_acc_white.svg);
}
@media screen and (min-width: 768px) {
  .is-open > .faq-additional-headline::after {
    width: 25px;
    height: 13px;
  }
}

.section-grant {
  padding-top: 18px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .section-grant {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}

.grant-box {
  padding: 30px 18px 24px;
  background-color: #e5f3ff;
}
@media screen and (min-width: 768px) {
  .grant-box {
    padding: 56px 20px 72px;
  }
}

.grant-headline {
  margin-bottom: 14px;
  font-family: "Noto Serif JP", serif;
  color: #002f7b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .grant-headline {
    margin-bottom: 20px;
    font-size: 31px;
  }
}

.grant-text-1 {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .grant-text-1 {
    margin-bottom: 24px;
  }
}

.grant-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
  font-family: "Noto Serif JP", serif;
  color: #7e7e7e;
  font-size: 19px;
  line-height: 1.32;
  letter-spacing: 0.03em;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .grant-button {
    padding: 12px 10px;
    border-radius: 16px;
    font-size: 25px;
  }
}
.grant-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #002f7b;
}
@media screen and (min-width: 768px) {
  .grant-button::after {
    right: 22px;
    border-width: 12px 0 12px 12px;
  }
}
.grant-button:hover {
  opacity: 0.8;
}
.grant-button:not(:first-child) {
  margin-top: 10px;
}

.grant-layout-1 {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .grant-layout-1 {
    margin-bottom: 28px;
  }
}

.grant-layout-2 {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .grant-layout-2 {
    margin-bottom: 26px;
  }
}

.grant-text-2 {
  margin-bottom: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .grant-text-2 {
    margin-bottom: 8px;
    font-size: 24px;
  }
}

.grant-text-3 {
  margin-bottom: 18px;
  color: #002f7b;
  font-size: 13px;
  line-height: 1.64;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .grant-text-3 {
    margin-bottom: 28px;
    font-size: 19px;
  }
}

.grant-textbox {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 4px;
  border: 2px solid #fff;
  border-radius: 8px;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .grant-textbox {
    padding: 18px 8px;
    border-width: 3px;
    border-radius: 16px;
  }
}

.access-container {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .access-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .access-half {
    width: 50%;
  }
}

.access-half-container {
  padding: 0 20px 21px;
}
@media screen and (min-width: 768px) {
  .access-half-container {
    max-width: 555px;
    margin-left: auto;
    padding-bottom: 42px;
    padding-right: 30px;
  }
}

.access-logo {
  display: block;
  width: 224px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .access-logo {
    width: 286px;
    margin: 0 0 18px;
  }
}
.access-logo img {
  display: block;
  width: 100%;
}

.access-address {
  margin-bottom: 4px;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access-address {
    font-size: 14px;
    text-align: left;
  }
}

.access-department {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access-department {
    text-align: left;
  }
}
.access-department span {
  color: #ec6d84;
}

.access-tel-wrapper {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .access-tel-wrapper {
    display: inline-block;
    margin-bottom: 12px;
  }
}

.access-tel {
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .access-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px;
  }
}

.access-tel-name {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.27;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .access-tel-name {
    margin-right: 3px;
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1040px) {
  .access-tel-name {
    margin-right: 6px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.access-tel-number {
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .access-tel-number {
    text-align: left;
  }
}
.access-tel-number a {
  font-family: "Noto Serif JP", serif;
  color: #7e7e7e;
  font-size: 37px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .access-tel-number a {
    font-size: 36px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1040px) {
  .access-tel-number a {
    font-size: 43px;
    letter-spacing: 0.05em;
  }
}
.access-tel-number span {
  font-size: 0.55em;
}

.access-time {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access-time {
    font-size: 15px;
    text-align: right;
  }
}

.access-table {
  margin-bottom: 18px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access-table {
    margin-bottom: 22px;
  }
}
.access-table dt,
.access-table dd {
  font-family: "Noto Serif JP", serif;
  color: #7e7e7e;
}
.access-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.access-table dt {
  width: 28.6%;
  letter-spacing: 0.1em;
}
.access-table dd {
  width: 10.2%;
  text-align: center;
}

.access-table-head dt,
.access-table-head dd {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .access-table-head dt,
.access-table-head dd {
    font-size: 16px;
  }
}

.access-table-body {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #7e7e7e;
}
@media screen and (min-width: 768px) {
  .access-table-body {
    margin-top: 12px;
    padding-top: 12px;
  }
}
.access-table-body dt {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .access-table-body dt {
    font-size: 16px;
  }
}
.access-table-body dd {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .access-table-body dd {
    font-size: 16px;
  }
}

.access-em-text {
  color: #ec6d84;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .access-em-text {
    font-size: 14px;
  }
}

.access-attention-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .access-attention-item {
    font-size: 14px;
  }
}
.access-attention-item::before {
  content: "※";
}

.access-map {
  border: 0;
  width: 100%;
  height: 344px;
}
@media screen and (min-width: 768px) {
  .access-map {
    height: 100%;
  }
}

.section-contact {
  padding-top: 28px;
  padding-bottom: 26px;
  background-color: #e5f3ff;
}
@media screen and (min-width: 768px) {
  .section-contact {
    padding-top: 50px;
    padding-bottom: 34px;
  }
}

.contact-headline {
  margin-bottom: 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-headline {
    margin-bottom: 10px;
    font-size: 31px;
  }
}

.contact-text {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-text {
    margin-bottom: 10px;
  }
}

.footer {
  padding: 6px 0 84px;
  background-color: #002f7b;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 7px 0;
  }
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-item {
  margin-right: 0.6em;
  border-right: 1px solid #fff;
  padding-right: 0.6em;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer-item {
    font-size: 14px;
  }
}
.footer-item:first-child {
  border-left: 1px solid #fff;
  padding-left: 0.6em;
}
@media screen and (min-width: 768px) {
  .footer-item:hover {
    text-decoration: underline;
  }
}

.copyright {
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 14px;
  }
}

.under-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  z-index: 9;
}

.under-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
  background-color: #d9b84a;
}
.under-nav-item--color-2 {
  background-color: #ea9996;
}
.under-nav-item:not(:first-child) {
  border-left: 2px solid #fff;
}

.under-nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3px;
}
.under-nav-icon img {
  height: 25px;
}

.under-nav-ja {
  display: block;
  color: #5c3021;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.under-nav-en {
  display: block;
  color: #5c3021;
  font-size: 7px;
  line-height: 1.4;
  text-align: center;
}

.modal {
  position: relative;
  width: 96%;
  max-width: 806px;
  background-color: #eff3f6;
  margin: 0 auto;
  padding: 14px 20px 48px;
}
@media screen and (min-width: 768px) {
  .modal {
    padding: 24px 64px 70px;
  }
}

.modal-way-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  color: #8bcbff;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .modal-way-head {
    height: 78px;
    margin-bottom: 42px;
    font-size: 25px;
  }
}
.modal-way-head::before {
  content: "";
  display: block;
  width: 42px;
  height: 47px;
  background: url(../img/icon_way_water_1.png) center no-repeat;
  background-size: contain;
  margin-right: 5%;
}
@media screen and (min-width: 768px) {
  .modal-way-head::before {
    margin-right: 6%;
    width: 70px;
    height: 78px;
  }
}
.modal-way-head--icon2::before {
  background-image: url(../img/icon_way_water_2.png);
}
.modal-way-head--icon3::before {
  background-image: url(../img/icon_way_water_3.png);
}
.modal-way-head--icon4::before {
  background-image: url(../img/icon_way_water_4.png);
}

.modal-way-subhead {
  margin-top: 1em;
  color: #73bcff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .modal-way-subhead {
    font-size: 14px;
  }
}

.modal-way-description .red {
  color: #ef856d;
}

.modal-way-box {
  margin: 18px 0;
  background-color: #fff;
  padding: 22px 16px 12px;
}
@media screen and (min-width: 768px) {
  .modal-way-box {
    margin: 26px 0;
    padding: 28px 30px 24px;
  }
}

.modal-way-box-head {
  display: inline-block;
  margin-bottom: 4px;
  background-color: #73bcff;
  padding: 4px;
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .modal-way-box-head {
    margin-bottom: 6px;
    padding: 6px;
    font-size: 14px;
  }
}

.modal-way-box-text-2 {
  margin-top: 0.3em;
  color: #73bcff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .modal-way-box-text-2 {
    font-size: 17px;
  }
}

.modal-way-box-text-3 {
  margin-top: 0.4em;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .modal-way-box-text-3 {
    font-size: 12px;
  }
}

.modal-way-close {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: block;
  width: 18px;
  height: 18px;
  border: 0;
  background: url(../img/icon_close.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .modal-way-close {
    bottom: 20px;
    right: 28px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .modal-way-close:hover {
    opacity: 0.7;
  }
}

.modal-exam {
  position: relative;
  width: 96%;
  max-width: 748px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .modal-exam {
    width: 100%;
  }
}

.modal-exam-inner {
  padding: 16px 12px 48px;
}
@media screen and (min-width: 768px) {
  .modal-exam-inner {
    padding: 10px 16px 70px;
  }
}

.modal-exam-title {
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  color: #8bcbff;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-exam-title {
    margin-bottom: 6px;
    font-size: 31px;
  }
}

.modal-exam-box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
  padding: 6px;
  background-color: #eff3f6;
}
@media screen and (min-width: 768px) {
  .modal-exam-box {
    margin-bottom: 11px;
  }
}
.modal-exam-box--narrow {
  max-width: 502px;
}

.modal-exam-box-headline {
  color: #8bcbff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-exam-box-headline {
    font-size: 14px;
  }
}

.modal-exam-box-text {
  margin-top: 0.3em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-exam-box-text {
    margin-top: 0;
  }
}

.modal-exam-text-1 {
  text-align: center;
}

.modal-exam-text-2 {
  margin-top: 1.2em;
  font-size: 10px;
  text-align: center;
}

.modal-exam-layout-1 {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .modal-exam-layout-1 {
    margin-bottom: 10px;
  }
}

.modal-exam-head {
  margin-bottom: 5px;
  padding: 10px 2px;
  background-color: #eff3f6;
  font-family: "Noto Serif JP", serif;
  color: #8bcbff;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-exam-head {
    margin-bottom: 6px;
    padding: 11px 2px;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .modal-exam-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .modal-exam-list--second {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal-exam-list--border {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #7e7e7e;
  }
}
@media screen and (min-width: 768px) {
  .modal-exam-list--border {
    margin-left: 42px;
    padding-left: 20px;
    border-left: 1px solid #7e7e7e;
  }
}

.modal-exam-item {
  margin-top: 0.5em;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .modal-exam-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .modal-exam-item:first-child {
    margin-top: 0;
  }
}
.modal-exam-item--right {
  text-align: right;
}
