@charset "UTF-8";
@-webkit-keyframes fadeIn {}
@keyframes fadeIn {}/**
 * reset
 * (c) FOURDIGIT Inc.
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
}

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

body {
  /* line-height: 1; */
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  background: transparent;
  color: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

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

del,
ins {
  text-decoration: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

mark {
  font-style: italic;
  font-weight: bold;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  font-size: .75em;
  vertical-align: .25em;
}

sub {
  font-size: .75em;
  vertical-align: -.25em;
}

big {
  font-size: 110%;
}

small {
  font-size: 90%;
}

legend {
  color: #000000;
}

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

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

body {
  color: #333333;
  letter-spacing: .1em;
  line-height: 1;
  min-width: 1200px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Noto Sans Japanese", sans-serif;
  font-weight: 400;
}

@media all and (max-width: 736px) {
  body {
    min-width: auto;
  }
}

sup {
  font-size: .5em;
  vertical-align: top;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  src: '../fonts/NotoSansCJKjp-Regular.woff';
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  src: '../fonts/NotoSansCJKjp-Medium.woff';
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  src: '../fonts/NotoSansCJKjp-Bold.woff';
}

.ly_container {
  margin-top: 130px;
}

@media all and (max-width: 736px) {
  .ly_container {
    margin-top: 90px;
  }
}

.un_top .ly_container {
  margin-top: 0;
}

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

@media all and (max-width: 736px) {
  .bl_chapter_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_chapter_row_img {
  position: relative;
  width: 570px;
}

.bl_chapter_row_img img {
  width: 100%;
}

@media all and (max-width: 736px) {
  .bl_chapter_row_img {
    width: 100%;
  }
}

.bl_chapter_row_img + .bl_chapter_row_textContent {
  padding-left: 120px;
}

@media all and (max-width: 736px) {
  .bl_chapter_row_img + .bl_chapter_row_textContent {
    padding-left: 0;
  }
}

.bl_chapter_row_img + .bl_chapter_row_textContent__s {
  padding-left: 0;
}

.bl_chapter_row_textContent {
  width: 630px;
}

.bl_chapter_row_textContent__s {
  width: 570px;
}

@media all and (max-width: 736px) {
  .bl_chapter_row_textContent {
    width: 100%;
  }
}

.bl_chapterTop_img img {
  width: 100%;
}

.bl_chapterTop_heading {
  font-size: 30px;
  line-height: 2;
  margin-top: 85px;
  position: relative;
  text-align: center;
  font-weight: 700;
}

@media all and (max-width: 736px) {
  .bl_chapterTop_heading {
    font-size: 24px;
    margin-top: 40px;
  }
}

.bl_chapterTop_heading:after {
  background-color: #333333;
  bottom: -50px;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}

@media all and (max-width: 736px) {
  .bl_chapterTop_heading:after {
    bottom: -25px;
  }
}

.bl_chapterTop_text {
  color: #666666;
  font-size: 16px;
  margin-top: 100px;
  text-align: center;
  line-height: 2.5;
}

.bl_chapterTop_text:before, .bl_chapterTop_text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.bl_chapterTop_text:before {
  margin-top: calc((1 - 2.5) * .5em);
}

.bl_chapterTop_text:after {
  margin-bottom: calc((1 - 2.5) * .5em);
}

@media all and (max-width: 736px) {
  .bl_chapterTop_text {
    margin-top: 60px;
  }
}

.bl_chapterTop_logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 736px) {
  .bl_chapterTop_logo {
    height: 250px;
  }
}

.bl_figure {
  border: solid 1px #ebebeb;
  padding: 60px 20px 20px;
}

@media all and (max-width: 736px) {
  .bl_figure {
    padding: 20px;
  }
}

.bl_figure img {
  display: block;
  margin: 0 auto;
  width: 500px;
}

@media all and (max-width: 736px) {
  .bl_figure img {
    width: 100%;
  }
}

.bl_figure .el_caption {
  margin-top: 8px;
}

.bl_figure_text {
  font-size: 14px;
  margin-top: 56px;
  line-height: 1.5;
  font-weight: 700;
}

.bl_figure_text:before, .bl_figure_text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.bl_figure_text:before {
  margin-top: calc((1 - 1.5) * .5em);
}

.bl_figure_text:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

@media all and (max-width: 736px) {
  .bl_figure_text {
    margin-top: 28px;
  }
}

.bl_footer_pageTop .bl_wrap {
  position: relative;
}

.bl_footer_pageTop_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(204, 204, 204, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bl_footer_pageTop_content img {
  width: 10px;
}

@media all and (min-width: 737px) {
  .bl_footer_pageTop_content {
    cursor: pointer;
  }
  .bl_footer_pageTop_content:hover {
    opacity: .7;
  }
}

@media all and (max-width: 736px) {
  .bl_footer_pageTop_content {
    bottom: 44px;
    /* 以下の計算が起動しなかった時用 */
    bottom: calc(constant(safe-area-inset-bottom) + 44px);
    /* iOS11.1まで */
    bottom: calc(env(safe-area-inset-bottom) + 44px);
    position: fixed;
    right: 20px;
    top: auto;
  }
}

.bl_footer_textSection {
  background-color: #999999;
  color: #ffffff;
  padding: 27px 0;
  text-align: center;
}

@media all and (max-width: 736px) {
  .bl_footer_textSection {
    padding: 10px 0;
  }
}

.bl_footer_text {
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

@media all and (max-width: 736px) {
  .bl_footer_text {
    font-size: 12px;
  }
}

.bl_footer_text:before, .bl_footer_text:after {
  background-color: #cccccc;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
}

@media all and (max-width: 736px) {
  .bl_footer_text:before, .bl_footer_text:after {
    display: none;
  }
}

.bl_footer_text:before {
  right: calc(100% + 30px);
}

.bl_footer_text:after {
  left: calc(100% + 30px);
}

.bl_footer_caption {
  border-bottom: 1px solid #ebebeb;
  color: #999999;
  font-size: 10px;
  padding: 30px 0;
  line-height: 1.5;
  font-weight: 500;
}

.bl_footer_caption:before, .bl_footer_caption:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.bl_footer_caption:before {
  margin-top: calc((1 - 1.5) * .5em);
}

.bl_footer_caption:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

@media all and (max-width: 736px) {
  .bl_footer_caption {
    padding: 20px 0;
  }
}

.bl_footer_copyright {
  padding: 10px 0 20px;
}

.bl_footer_copyright_img {
  width: 200px;
}

@media all and (max-width: 736px) {
  .bl_footer_copyright_img {
    display: block;
    margin: 0 auto;
  }
}

.bl_footer_copyright_text {
  color: #1f73b9;
  font-size: 10px;
  letter-spacing: .15em;
  margin-top: 10px;
}

@media all and (max-width: 736px) {
  .bl_footer_copyright_text {
    color: #9b9c9c;
    letter-spacing: normal;
  }
}

.un_top .bl_header {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.un_top .bl_header.is-white {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px 0 #f8f8f8;
          box-shadow: 0 3px 10px 0 #f8f8f8;
}

.bl_header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 15px 0 #f8f8f8;
          box-shadow: 0 3px 15px 0 #f8f8f8;
  height: 130px;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  z-index: 5;
}

@media all and (max-width: 736px) {
  .bl_header {
    height: 90px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .bl_header.is-active {
    background-color: #ffffff;
    height: 100vh;
  }
}

.bl_header_logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 736px) {
  .bl_header_logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.bl_header_logo a {
  position: relative;
}

.bl_header_logo img {
  width: 244px;
}

@media all and (max-width: 736px) {
  .bl_header_logo img {
    width: calc(244 / 375 * 100vw);
  }
}

.bl_header_logo.is-white .bl_header_logo_img__white {
  opacity: 0;
}

.bl_header_logo.is-white .bl_header_logo_img__black {
  opacity: 1;
}

.bl_header_logo.is-active .bl_header_logo_img__white {
  opacity: 0;
}

.bl_header_logo.is-active .bl_header_logo_img__black {
  opacity: 1;
}

.un_top .bl_header_logo_img__white {
  opacity: 1;
}

.un_top .bl_header_logo_img__black {
  opacity: 0;
}

.bl_header_logo_img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bl_header_logo_img__white {
  opacity: 0;
}

.bl_header_logo_img__black {
  left: 0;
  position: absolute;
  top: 0;
}

.un_top .bl_header_hamburger ul li {
  background-color: #ffffff;
}

.bl_header_hamburger {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 32px;
}

@media all and (min-width: 737px) {
  .bl_header_hamburger {
    opacity: 0;
  }
}

.bl_header_hamburger ul li {
  background-color: #333333;
  height: 2px;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 29px;
}

.bl_header_hamburger ul li:nth-of-type(n + 2) {
  margin-top: 8px;
}

.bl_header_hamburger.is-white ul li {
  background-color: #333333;
}

.bl_header_hamburger.is-active ul li {
  background-color: #333333;
}

.bl_header_hamburger.is-active ul li:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bl_header_hamburger.is-active ul li:nth-of-type(2) {
  opacity: 0;
}

.bl_header_hamburger.is-active ul li:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.un_top .bl_header_gNav {
  color: #ffffff;
}

.bl_header_gNav {
  color: #333333;
}

.bl_header_gNav.is-white {
  color: #333333;
}

@media all and (max-width: 736px) {
  .bl_header_gNav {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 90px;
    visibility: hidden;
  }
  .bl_header_gNav.is-active {
    color: #333333;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.bl_header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 736px) {
  .bl_header_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_header_item:nth-of-type(n + 2) {
  margin-left: 70px;
}

@media all and (max-width: 736px) {
  .bl_header_item:nth-of-type(n + 2) {
    margin-left: 0;
  }
}

.bl_header_item a {
  font-size: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media all and (max-width: 736px) {
  .bl_header_item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
  }
}

@media all and (max-width: 736px) {
  .bl_header_item {
    border: 1px solid #eeeeee;
  }
  .bl_header_item:nth-of-type(n + 2) {
    border-top: none;
  }
}

.is-content-hovered .bl_header_item a {
  opacity: .4;
}

@media all and (min-width: 737px) {
  .is-content-hovered .bl_header_item a.is-hovered {
    cursor: pointer;
  }
  .is-content-hovered .bl_header_item a.is-hovered:hover {
    opacity: 1;
  }
}

.bl_lowerGuidance {
  background-color: #fafafa;
  padding: 120px 0 150px;
}

@media all and (max-width: 736px) {
  .bl_lowerGuidance {
    padding: 60px 0;
  }
}

.bl_lowerGuidance_heading {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

@media all and (max-width: 736px) {
  .bl_lowerGuidance_heading {
    font-size: 24px;
  }
}

.bl_lowerGuidance_heading:after {
  background-color: #333333;
  bottom: -50px;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}

@media all and (max-width: 736px) {
  .bl_lowerGuidance_heading:after {
    bottom: -25px;
  }
}

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

@media all and (max-width: 736px) {
  .bl_lowerGuidance_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media all and (max-width: 736px) {
  .bl_lowerGuidance_item {
    width: 100%;
  }
  .bl_lowerGuidance_item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.bl_lowerGuidance_item a {
  background-color: #ffffff;
  border: solid 1px #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 300px;
  padding: 50px 35px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 360px;
}

@media all and (min-width: 737px) {
  .bl_lowerGuidance_item a {
    cursor: pointer;
  }
  .bl_lowerGuidance_item a:hover {
    border: solid 1px rgba(221, 221, 221, 0);
    -webkit-box-shadow: 0 0 30px 0 rgba(7, 0, 2, 0.2);
            box-shadow: 0 0 30px 0 rgba(7, 0, 2, 0.2);
  }
}

@media all and (max-width: 736px) {
  .bl_lowerGuidance_item a {
    height: 250px;
    padding: 20px 20px 0;
    width: 100%;
  }
}

.bl_lowerGuidance_pageTitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.bl_lowerGuidance_text {
  font-size: 16px;
  margin-top: 25px;
  font-weight: 700;
}

@media all and (max-width: 736px) {
  .bl_lowerGuidance_text {
    margin-top: 15px;
  }
}

.bl_lowerGuidance_img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_lowerGuidance_img__prologue img {
  width: 131px;
}

.bl_lowerGuidance_img__chapter1 img {
  width: 105px;
}

.bl_lowerGuidance_img__chapter2 img {
  width: 71px;
}

.bl_lowerGuidance_img__chapter3 img {
  width: 142px;
}

.bl_underLayerIntro {
  padding: 110px 0 100px;
}

@media all and (max-width: 736px) {
  .bl_underLayerIntro {
    padding: 50px 0;
  }
}

.bl_underLayerIntro_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 736px) {
  .bl_underLayerIntro_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_underLayerIntro_img {
  width: 131px;
}

.bl_underLayerIntro_content {
  margin-left: 40px;
}

@media all and (max-width: 736px) {
  .bl_underLayerIntro_content {
    margin-left: 0;
    margin-top: 30px;
  }
}

.bl_underLayerIntro_heading {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.bl_underLayerIntro_text {
  font-size: 18px;
  margin-top: 25px;
  line-height: 2.2;
  font-weight: 700;
}

.bl_underLayerIntro_text:before, .bl_underLayerIntro_text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.bl_underLayerIntro_text:before {
  margin-top: calc((1 - 2.2) * .5em);
}

.bl_underLayerIntro_text:after {
  margin-bottom: calc((1 - 2.2) * .5em);
}

.bl_wrap {
  margin: 0 auto;
  width: 1200px;
}

@media all and (max-width: 736px) {
  .bl_wrap {
    padding: 0 20px;
    width: 100%;
  }
}

.el_caption {
  color: #999999;
  font-size: 10px;
  line-height: 1.5;
}

.el_caption:before, .el_caption:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.el_caption:before {
  margin-top: calc((1 - 1.5) * .5em);
}

.el_caption:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.el_caption__imgOut {
  margin-top: 10px;
  text-align: right;
}

.el_caption__imgIn {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

.el_caption__white {
  color: #ffffff;
}

.el_headline {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.92;
}

.el_headline:before, .el_headline:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.el_headline:before {
  margin-top: calc((1 - 1.92) * .5em);
}

.el_headline:after {
  margin-bottom: calc((1 - 1.92) * .5em);
}

.el_headline small {
  font-size: 16px;
}

@media all and (max-width: 736px) {
  .el_headline small {
    font-size: 14px;
  }
}

@media all and (max-width: 736px) {
  .el_headline {
    font-size: 22px;
  }
}

.el_text {
  color: #666666;
  font-size: 14px;
  line-height: 2.57;
  font-weight: 500;
}

.el_text:before, .el_text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.el_text:before {
  margin-top: calc((1 - 2.57) * .5em);
}

.el_text:after {
  margin-bottom: calc((1 - 2.57) * .5em);
}

.el_text__bold {
  font-weight: 700;
}

@media all and (max-width: 736px) {
  .hp-pc {
    display: none;
  }
}

@media all and (min-width: 737px) {
  .hp-sp {
    display: none;
  }
}

.is-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}

.is-fadeIn.is-intersecting {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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