@charset "Shift_JIS";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
.none {
  display: none !important;
  content-visibility: hidden !important;
}
.none-d {
  display: none !important;
  content-visibility: hidden !important;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
abbr, address, cite, code,
del, dfn, em, img,
small, strong,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

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

/* ==================================
   base
================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #3b3a3b;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  overflow-y: scroll;
  -webkit-animation: fadeInAnime 0.5s ease-in forwards;
  animation: fadeInAnime 0.5s ease-in forwards;
}

main {
  display: block;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

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

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}

::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
}

::placeholder {
  color: #bbb;
  font-weight: 400;
}

em {
  font-style: normal;
}

/* form
===================================== */
button,
input[type=button],
input[type=submit],
input[type=text],
input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, sans-serif;
  cursor: pointer;
}

button,
input[type=button],
input[type=submit] {
  border: none;
}

button, select, textarea,
input[type=text],
input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* ======================================
  ly_header
====================================== */
.ly_header {
  width: 100%;
  background: #edf7f6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.ly_header_inner {
  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: 16vw;
}

/* ======================================
  ly_footer
====================================== */
.ly_footer {
  padding: 40px 20px 60px;
  background: #2cc4c3;
  position: relative;
  z-index: 1;
}

.ly_footer_inner {
  max-width: 1000px;
  margin: 0 auto 35px;
  padding: 0 20px;
}

/* ======================================
  header block
===================================== */

/* ======================================
  footer
===================================== */

.bl_footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.bl_footerLink_item {
  display: block;
  margin-bottom: 20px;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.bl_footerLink_item a {
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 16px;
  background: url(../../images/common/ico-outer-link-footer.png) right calc(100% - .1em) no-repeat;
  background-size: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.bl_footerLogo {
  background-color: #0060a7;
  display: inline-block;
  padding: 20px;
}

.bl_footerCopyright {
  font-size: 1.1rem;
  text-align: center;
}

/* =====================================
  element form
===================================== */
/* =====================================
  element heading
===================================== */
.el_lv1Heading {
  font-size: 2.5rem;
  margin-bottom: 2em;
  letter-spacing: 0.0666666667vw;
  text-align: center;
}

/* premium
================================== */
.el_lv1PrHeading {
  font-size: 2.5rem;
  margin-bottom: 10.6666666667vw;
  letter-spacing: 0.0666666667vw;
  line-height: 1.08;
  text-align: center;
}
.el_lv1PrHeading span {
  font-size: 1.8rem;
}

/* =====================================
  element text
===================================== */
.el_txt {
  margin-bottom: 1em;
  line-height: 1.8;
}

/* アンダーライン
================================== */
.el_underline {
  display: inline-block;
  position: relative;
}
.el_underline::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.5em;
  background: #b8f4f1;
  position: absolute;
  left: 0;
  bottom: -0.2em;
}
.el_underline span {
  position: relative;
  z-index: 1;
}

/* マーカー
================================== */
.el_maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #B8F4F1));
  background: linear-gradient(transparent 60%, #B8F4F1 60%);
}

/* link
================================== */
.el_link {
  color: #1D8180;
  text-decoration: underline;
}

/* note
================================== */
.el_note {
  font-size: 1.1rem;
  margin-top: 0.5em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  color: #b4b4b4;
}
.el_note::before {
  content: "\203b";
}

/* =====================================
  js
===================================== */
/* gnav
================================== */

/* header logo
================================= */
.js_headerLogo {
  display: block;
}
/* accordion/faq
================================== */
.js_accordion,
.js_faq {
  display: block;
}

/* フェード表示
================================== */
.js_fadeInTrig,
.js_fadeLeftTrig {
  opacity: 0%;
}

.js_fadeUpTrig,
.js_fadeUpTrig_01,
.js_fadeUpTrig_02 {
  opacity: 0%;
}

.js_fadeUpTrigLate {
  opacity: 0%;
}

/* =====================================
  is
===================================== */
/* invalid link
================================== */
.is_invalidLink {
  pointer-events: none;
}

/*================================== */
body.is_fixed {
  position: fixed;
}

/* top: header fixed
================================== */
.toppage .js_headerFixed {
  position: relative;
  top: 0;
  left: 0;
}
.toppage .ly_header {
  position: absolute;
  top: 0;
  left: 0;
}
.toppage .ly_header.is_up {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
.toppage .ly_header.is_down {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* anime
================================== */
.is_fadeUp {
  -webkit-animation: fadeUpAnime 0.6s ease-in-out 0s forwards;
          animation: fadeUpAnime 0.6s ease-in-out 0s forwards;
  opacity: 0%;
}

.is_fadeUpLate {
  -webkit-animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
          animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
  opacity: 0%;
}

.is_fadeInAnim {
  -webkit-animation: fadeInAnime 0.6s ease-in-out 0s forwards;
          animation: fadeInAnime 0.6s ease-in-out 0s forwards;
}

.is_fadeUp_01 {
  opacity: 0%;
}

.is_fadeUp_02 {
  opacity: 0%;
}

@media screen and (min-width: 321px) {
  .none-ss {
    display: none !important;
    content-visibility: hidden !important;
  }
}

@media print, screen and (min-width: 576px) {
  .none-sm {
    display: none !important;
    content-visibility: hidden !important;
  }
}

@media print, screen and (min-width: 769px) {
  .none-md {
    display: none !important;
    content-visibility: hidden !important;
  }
  body {
    font-size: 1.6rem;
  }
  .ly_header_inner {
    height: 70px;
  }
  .ly_footer {
    padding: 30px 0;
  }
  .ly_footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
  .bl_footerLinkUnit {
    width: 600px;
  }
  .bl_footerLink {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_footerLink_item {
    margin-right: 20px;
    margin-bottom: 14px;
    padding-right: 20px;
  }
  .bl_footerLink_item:nth-child(3), .bl_footerLink_item:nth-child(5) {
    border-right: none;
  }
  .bl_footerLink_item a {
    font-size: 1.5rem;
    background-size: 1;
  }
  .bl_footerCopyright {
    letter-spacing: 0.06em;
  }
  .el_lv1Heading {
    font-size: 3rem;
    letter-spacing: 1.75px;
  }
  .el_lv1PrHeading {
    font-size: 3.5rem;
    margin-bottom: 33px;
    line-height: 1.14;
    letter-spacing: 1.75px;
  }
  .el_lv1PrHeading span {
    font-size: 3rem;
  }
  .el_link:hover {
    text-decoration: none;
  }
  .el_note {
    font-size: 1.4rem;
  }
  .js_fadeUpTrig,
.js_fadeUpTrig_01,
.js_fadeUpTrig_02 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .js_fadeUpTrigLate {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .is_fadeUp_01 {
    -webkit-animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
            animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
  }
  .is_fadeUp_02 {
    -webkit-animation: fadeUpAnime 0.6s ease-in-out 1s forwards;
            animation: fadeUpAnime 0.6s ease-in-out 1s forwards;
  }
}

@media print, screen and (min-width: 1024px) {
  .none-lg {
    display: none !important;
    content-visibility: hidden !important;
  }
  .ly_header_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 912px;
    margin: 0 auto;
    height: 70px;
  }
  .toppage .js_headerFixed {
    position: relative;
    top: 0;
    left: 0;
  }
  .toppage .ly_header {
    position: relative;
    top: 0;
    left: 0;
  }
  .toppage .ly_header.is_up {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-animation: UpAnime 0.5s forwards;
            animation: UpAnime 0.5s forwards;
  }
  .toppage .ly_header.is_down {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
}

@media print, screen and (min-width: 1280px) {
  .none-xl {
    display: none !important;
    content-visibility: hidden !important;
  }
}

@media screen and (max-width: 320px) {
  .none-d-ss {
    display: none !important;
    content-visibility: hidden !important;
  }
}

@media screen and (max-width: 575px) {
  .none-d-sm {
    display: none !important;
    content-visibility: hidden !important;
  }
}

@media screen and (max-width: 768px) {
  .none-d-md {
    display: none !important;
    content-visibility: hidden !important;
  }
  html {
    font-size: calc(100vw / 375 * 10);
  }
  .ly_header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .ly_footer_inner {
    text-align: center;
  }
  .bl_headerLogo img {
    width: 39.4666666667vw;
  }
  .bl_headerMark {
    width: 39.4666666667vw;
  }
  .bl_headerMark img {
    width: 100%;
  }
  .bl_footerLinkUnit {
    margin-bottom: 10px;
  }
  .bl_footerLink_item:nth-child(even), .bl_footerLink_item:last-child {
    border-right: none;
  }
  .js_fadeUpTrig,
.js_fadeUpTrig_01,
.js_fadeUpTrig_02 {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  .js_fadeUpTrigLate {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  .is_fadeUp_01 {
    -webkit-animation: fadeUpAnime 0.6s ease-in-out 0.1s forwards;
            animation: fadeUpAnime 0.6s ease-in-out 0.1s forwards;
  }
  .is_fadeUp_02 {
    -webkit-animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
            animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
  }
}

@media screen and (max-width: 1023px) {
  .none-d-lg {
    display: none !important;
    content-visibility: hidden !important;
  }
  .js_gnav {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .none-d-xl {
    display: none !important;
    content-visibility: hidden !important;
  }
}