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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, 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;
}

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

/**
 * Base
 */
button,
input[type="button"],
input[type="checkbox"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}

button,
input,
select,
textarea {
  vertical-align: top;
}

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

button,
input[type="text"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  overflow: visible;
  outline: none;
}

input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder {
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder {
  opacity: 1;
}

input[type="text"]::placeholder {
  opacity: 1;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1000px;
  color: #333;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

a {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  text-decoration: none;
  color: #000;
}

a:hover {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

a:hover img {
  opacity: 0.7;
}

img {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

/**
 * Header
 */
.l-header {
  background-color: #6E9BC5;
}

.l-header .l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 32px 50px 24px;
}

@media screen and (max-width: 767px) {
  .l-header .l-header__inner {
    padding: 35.42673% 0 0 0;
  }
}

.l-header .logo {
  max-width: 348px;
}

.l-header .logo img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-header .logo {
    position: absolute;
    top: 8.18182%;
    left: 2.4154%;
    width: 46.53784219%;
  }
}

@media screen and (max-width: 767px) {
  .l-header .numberBlock {
    position: absolute;
    top: 14.54545%;
    left: 0;
    width: 46%;
    margin-left: 32%;
  }
}

.l-header .numberBlock ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .l-header .numberBlock ul {
    display: block;
  }
}

.l-header .numberBlock ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  padding: 0 18px;
  background-color: #EBEAE1;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-header .numberBlock ul li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5%;
  }
}

.l-header .numberBlock ul li .title {
  position: relative;
  padding-right: 20px;
  color: #6E9BC5;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .l-header .numberBlock ul li .title {
    width: 42%;
    padding-right: 6%;
    font-size: 16px;
    font-size: 2.57649vw;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 1.2;
  }
}

.l-header .numberBlock ul li .title:after {
  content: "：";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .numberBlock ul li .number {
  position: relative;
  font-size: 3.4rem;
  color: #EE781F;
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 767px) {
  .l-header .numberBlock ul li .number {
    font-size: 30px;
    font-size: 4.83092vw;
    white-space: nowrap;
  }
}

.l-header .numberBlock ul li .number:after {
  display: inline-block;
  margin-left: 4px;
  color: #6E9BC5;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .l-header .numberBlock ul li .number:after {
    font-size: 11px;
    font-size: 1.77134vw;
  }
}

@media screen and (max-width: 767px) {
  .l-header .numberBlock ul li.registrant {
    margin-bottom: 3.18182%;
  }
}

.l-header .numberBlock ul li.registrant .title {
  letter-spacing: 0.4rem;
}

.l-header .numberBlock ul li.registrant .number:after {
  content: "人";
}

.l-header .numberBlock ul li.facility .number:after {
  content: "軒";
}

.l-header .numberBlock .date {
  margin-top: 4px;
  color: #fff;
  font-size: 1.1rem;
  text-align: right;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 767px) {
  .l-header .numberBlock .date {
    position: absolute;
    right: 0;
    bottom: -26%;
    margin-top: 0;
    font-size: 13px;
    font-size: 2.0934vw;
  }
}

.l-header .rowBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .l-header .rowBlock {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-header .telBlock {
    position: absolute;
    right: 2.4154%;
    bottom: 9.54545%;
    width: 42.67311%;
  }
}

.l-header .telBlock a:hover img {
  opacity: 1;
}

.l-header .telBlock img {
  width: 392px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-header .telBlock img {
    width: 100%;
  }
}

.l-header .entryBlock {
  margin-left: 30px;
  text-align: center;
}

.l-header .entryBlock .c-btn {
  width: 150px;
  padding: 9px 20px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-header .entryBlock {
    position: fixed;
    right: 2.4154%;
    bottom: 25px;
    z-index: 1;
  }
}

.l-header .gNav {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .l-header .gNav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: #6E9BC5;
    text-align: center;
    z-index: 2;
  }
}

.l-header .gNav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .l-header .gNav__inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.l-header .gNav__inner > div {
  padding-left: 38px;
}

.l-header .gNav__inner > div br {
  display: none;
}

@media screen and (min-width: 767px) and (max-width: 1230px) {
  .l-header .gNav__inner > div {
    padding-left: 30px;
  }
  .l-header .gNav__inner > div br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-header .gNav__inner > div {
    padding: 10px 0;
  }
  .l-header .gNav__inner > div br {
    display: none;
  }
}

.l-header .gNav__inner > div a {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .l-header .gNav__inner > div a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .l-header .gNav__inner > div a {
    font-size: 1.6rem;
  }
}

.l-header .spMenuBtn {
  position: absolute;
  top: 14.54545%;
  right: 2.4154%;
  width: 16.773%;
  z-index: 3;
}

/**
 * Footer
 */
.l-footer {
  margin-top: 120px;
  background-color: #EBEAE1;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 55px;
  }
}

.l-footer .upperBlock {
  padding: 54px 0 64px;
}

@media screen and (max-width: 767px) {
  .l-footer .upperBlock {
    padding: 36px 0 54px;
  }
}

.l-footer .sitemapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 26px;
}

@media screen and (max-width: 767px) {
  .l-footer .sitemapList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: -17px 0 0 -8%;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .sitemapList li {
    margin-top: 17px;
    padding-left: 8%;
  }
}

.l-footer .sitemapList li a {
  font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
  .l-footer .sitemapList li a:hover {
    opacity: 0.7;
  }
}

.l-footer .lowerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .l-footer .lowerBlock {
    display: block;
    padding-bottom: 42px;
    text-align: center;
  }
}

.l-footer .lowerBlock .footLogo {
  width: 211px;
}

@media screen and (max-width: 767px) {
  .l-footer .lowerBlock .footLogo {
    width: 45.45455%;
    margin: 0 auto;
  }
}

.l-footer .lowerBlock .contactBlock {
  position: relative;
  width: 530px;
}

@media screen and (max-width: 767px) {
  .l-footer .lowerBlock .contactBlock {
    width: auto;
    margin-top: 54px;
  }
}

.l-footer .lowerBlock .contactBlock .is-tel {
  display: block;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .l-footer .lowerBlock .contactBlock .is-tel {
    margin-top: 4%;
  }
}

.l-footer .lowerBlock .contactBlock .is-tel:hover img {
  opacity: 1;
}

.l-footer .lowerBlock .contactBlock:before {
  content: "";
  position: absolute;
  left: -82px;
  width: 1px;
  height: 216px;
  background-color: #000;
}

.l-footer .lowerBlock img {
  width: 100%;
  height: auto;
}

.l-footer .copyright {
  padding-bottom: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.13rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer .copyright {
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}

/**
 * Wrapper
 */
/**
 * Contents
 */
/**
 * Page
 */
/**
 * Page
 */
.pg-top .mainVisual {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pg-top .mainVisual {
    margin-top: 5px;
  }
}

.pg-top .mainVisual .mainvisual__bgVideo {
  position: relative;
  padding-top: 56.25%;
}

.pg-top .mainVisual .mainvisual__bgVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pg-top .c-scrollBlock {
  background-color: #EBEAE1;
}

.pg-top .sectLg__hdg {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg-top .sectLg__hdg {
    margin-bottom: 23px;
  }
}

.pg-top .sectLg__hdg span {
  border-bottom: 4px solid #000;
  font-size: 3rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (max-width: 767px) {
  .pg-top .sectLg__hdg span {
    padding-bottom: 2px;
    font-size: 2.6rem;
    line-height: 1.8;
  }
}

.pg-top .sectLg.news {
  padding: 84px 0 40px;
  background-color: #EBEAE1;
}

@media screen and (max-width: 767px) {
  .pg-top .sectLg.news {
    padding: 76px 0 35px;
  }
}

.pg-top .sectLg.movie {
  padding: 86px 0 90px;
}

@media screen and (max-width: 767px) {
  .pg-top .sectLg.movie {
    padding: 35px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .pg-top .sectLg.movie .sectLg__hdg span {
    font-size: 2.2rem;
  }
}

.pg-top .movie__cont {
  position: relative;
  border: 20px solid #6E9BC5;
}

@media screen and (max-width: 767px) {
  .pg-top .movie__cont {
    border-width: 12px;
  }
}

.pg-top .movie__cont:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 108px;
  height: 104px;
  background: url(/assets/images/movie_icon.png) no-repeat top center/cover;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .pg-top .movie__cont:before {
    width: 62px;
    height: 60px;
  }
}

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

.pg-top .pickupList li {
  width: 280px;
  height: 280px;
}

@media screen and (max-width: 767px) {
  .pg-top .pickupList li {
    width: 30.769231%;
    height: auto;
  }
}

.pg-top .pickupList li a {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pg-top .pickupList li a img {
  width: 100%;
  height: auto;
  border-radius: 58px;
  -webkit-box-shadow: 2px 2px #BFBDA5;
  box-shadow: 2px 2px #BFBDA5;
}

@media screen and (max-width: 767px) {
  .pg-top .pickupList li a img {
    border-radius: 24%;
  }
}

/**
 * Page
 */
.pg-about .c-pageHeader .c-pageHeader__inner .imageBlock {
  top: 60px;
  right: 0;
}

.pg-about .c-pageHeader .c-pageHeader__inner .imageMoveBlock {
  bottom: 140px;
}

@media screen and (max-width: 767px) {
  .pg-about .c-pageHeader .c-pageHeader__inner .imageMoveBlock {
    top: calc(7% + 100px);
    left: 7%;
  }
}

@media screen and (min-width: 768px) {
  .pg-about .c-sectLg.activity .c-imageSet .imageBlock {
    margin-top: -25px;
  }
}

@media screen and (min-width: 768px) {
  .pg-about .c-sectLg.merit .c-imageSet .imageBlock {
    margin-top: -60px;
  }
}

@media screen and (min-width: 768px) {
  .pg-about .c-sectLg.management .c-imageSet .imageBlock {
    margin-top: -86px;
  }
}

/**
 * Page
 */
@media screen and (min-width: 768px) {
  .pg-join .c-pageHeader .c-pageHeader__inner .bodyBlock {
    width: 400px;
  }
}

.pg-join .c-pageHeader .c-pageHeader__inner .imageBlock {
  top: 100px;
  right: 100px;
}

.pg-join .c-pageHeader .c-pageHeader__inner .imageMoveBlock {
  top: 16px;
  right: 124px;
}

@media screen and (max-width: 767px) {
  .pg-join .c-pageHeader .c-pageHeader__inner .imageMoveBlock {
    top: calc(7% + 100px);
    right: 7%;
  }
}

@media screen and (min-width: 768px) {
  .pg-join .c-sectLg.advantage .c-imageSet .imageBlock {
    margin-top: -56px;
  }
}

.pg-join .checkBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .pg-join .checkBlock {
    display: block;
    margin-top: 0;
  }
}

.pg-join .checkBlock .imageBlock {
  width: 356px;
}

@media screen and (max-width: 767px) {
  .pg-join .checkBlock .imageBlock {
    width: 80%;
    margin: 0 auto;
  }
}

.pg-join .checkBlock .imageBlock img {
  width: 100%;
  height: auto;
}

.pg-join .checkBlock .checkList {
  width: 450px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .pg-join .checkBlock .checkList {
    width: auto;
    margin-top: 30px;
  }
}

.pg-join .checkBlock .checkList li {
  position: relative;
  padding-left: 76px;
  font-size: 1.9rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .pg-join .checkBlock .checkList li {
    padding-left: 42px;
    font-size: 1.6rem;
  }
}

.pg-join .checkBlock .checkList li ~ li {
  margin-top: 154px;
}

@media screen and (max-width: 767px) {
  .pg-join .checkBlock .checkList li ~ li {
    margin-top: 30px;
  }
  .pg-join .checkBlock .checkList li ~ li br {
    display: none;
  }
}

.pg-join .checkBlock .checkList li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 62px;
  height: 58px;
  background: url(/images/join/join_check.png) no-repeat top left/cover;
}

@media screen and (max-width: 767px) {
  .pg-join .checkBlock .checkList li:before {
    top: 5px;
    width: 31px;
    height: 29px;
  }
}

.pg-join .frameBlock {
  padding: 80px 90px;
  border-radius: 20px;
  background-color: #D1DCEB;
}

@media screen and (max-width: 767px) {
  .pg-join .frameBlock {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .pg-join .frameBlock .c-sectLg__hdg {
    font-size: 2rem;
  }
}

.pg-join .frameBlock .frameBlock__lead {
  font-size: 1.9rem;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg-join .frameBlock .frameBlock__lead {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
  }
  .pg-join .frameBlock .frameBlock__lead br {
    display: none;
  }
}

.pg-join .frameBlock .frameBlock__image {
  margin-top: 46px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg-join .frameBlock .frameBlock__image {
    margin-top: 20px;
  }
}

.pg-join .frameBlock .downloadBlock {
  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;
  position: relative;
  margin-top: 40px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .pg-join .frameBlock .downloadBlock {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.pg-join .frameBlock .downloadBlock:before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 6px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.pg-join .frameBlock .downloadBlock .text {
  margin-right: 20px;
  padding-right: 30px;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .pg-join .frameBlock .downloadBlock .text {
    margin-right: 0;
    font-size: 1.6rem;
  }
}

.pg-join .frameBlock .downloadBlock .text.is-arrow {
  position: relative;
}

.pg-join .frameBlock .downloadBlock .text.is-arrow:after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 8px;
  color: #6E9BC5;
  font-size: 1.4rem;
}

.pg-join .frameBlock .downloadBlock .icon img {
  width: 46px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pg-join .frameBlock .downloadBlock .icon img {
    width: 30px;
  }
}

/**
 * Page
 */
.qaBlock {
  border: 4px solid #D0DBEA;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .qaBlock {
    border-width: 3px;
  }
}

.qaBlock ~ .qaBlock {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .qaBlock ~ .qaBlock {
    margin-top: 20px;
  }
}

.qaBlock p {
  position: relative;
  padding-left: 44px;
  font-size: 1.9rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .qaBlock p {
    font-size: 1.6rem;
  }
}

.qaBlock p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 31px;
  height: 27px;
  background-size: cover;
}

.qaBlock .qaBlock__q,
.qaBlock .qaBlock__a {
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  .qaBlock .qaBlock__q,
  .qaBlock .qaBlock__a {
    padding: 15px 15px;
  }
}

.qaBlock .qaBlock__q {
  background-color: #D0DBEA;
}

.qaBlock .qaBlock__q p {
  font-weight: bold;
}

.qaBlock .qaBlock__q p:before {
  background-image: url(/images/qa/qa_icon_q.png);
}

.qaBlock .qaBlock__a p:before {
  background-image: url(/images/qa/qa_icon_a.png);
}

/**
 * Page
 */
.pg-news .c-newsList li {
  padding-right: 0;
  padding-left: 0;
}

.pg-news .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .pg-news .wp-pagenavi {
    margin: 0 -3px;
  }
}

.pg-news .wp-pagenavi span,
.pg-news .wp-pagenavi a {
  width: 44px;
  margin: 5px;
  border-radius: 50px;
  padding: 7px 0;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px #BFBDA5;
  box-shadow: 2px 2px #BFBDA5;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg-news .wp-pagenavi span,
  .pg-news .wp-pagenavi a {
    width: 40px;
    margin: 3px;
    font-size: 1.6rem;
  }
}

.pg-news .wp-pagenavi span.current {
  background-color: #EBEAE1;
}

@media screen and (min-width: 768px) {
  .pg-news .wp-pagenavi a:hover {
    background-color: #EBEAE1;
  }
}

.pg-news .wp-pagenavi a.previouspostslink,
.pg-news .wp-pagenavi a.nextpostslink {
  width: 90px;
  margin: 5px 10px;
}

@media screen and (max-width: 767px) {
  .pg-news .wp-pagenavi a.previouspostslink,
  .pg-news .wp-pagenavi a.nextpostslink {
    width: 70px;
    margin: 3px;
  }
}

/**
 * Page
 */
.downloadStepBlock .stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px;
}

@media screen and (max-width: 767px) {
  .downloadStepBlock .stepList {
    padding: 20px 15px;
  }
}

.downloadStepBlock .stepList li {
  position: relative;
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .downloadStepBlock .stepList li {
    width: 33.3%;
  }
}

.downloadStepBlock .stepList li ~ li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -81px;
  width: 81px;
  height: 53px;
  margin-top: -26px;
  background: url(/images/download/download_arrow.png) no-repeat left top/cover;
}

@media screen and (max-width: 767px) {
  .downloadStepBlock .stepList li ~ li:before {
    content: none;
  }
}

.downloadStepBlock .stepList li .image {
  margin-bottom: 20px;
}

.downloadStepBlock .stepList li img {
  width: 151px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .downloadStepBlock .stepList li img {
    width: 90%;
  }
}

.downloadStepBlock .stepList li .text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

@media screen and (max-width: 767px) {
  .downloadStepBlock .stepList li .text {
    font-size: 1.6rem;
  }
}

.downloadStepBlock .stepList li .note {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .downloadStepBlock .stepList li .note br {
    display: none;
    font-size: 1.4rem;
    text-indent: 0;
  }
}

/**
 * Page
 */
.pg-list #myMap {
  line-height: 0;
  height: 450px;
}

@media screen and (max-width: 767px) {
  .pg-list #myMap {
    position: relative;
    height: auto;
    padding-top: 70%;
  }
}

.pg-list #myMap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .pg-list #myMap iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.pg-list .mapPinList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0 -30px;
}

@media screen and (max-width: 767px) {
  .pg-list .mapPinList {
    margin: 5px 0 0 -20px;
  }
}

.pg-list .mapPinList li {
  position: relative;
  margin: 10px 0 0 30px;
  padding-left: 29px;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .pg-list .mapPinList li {
    margin: 15px 0 0 16px;
    padding-left: 26px;
    font-size: 1.5rem;
  }
}

.pg-list .mapPinList li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 30px;
  background-size: 20px 30px;
}

.pg-list .mapPinList li.hospital:before {
  background-image: url(/images/list/list_pin_sky.png);
}

.pg-list .mapPinList li.clinic:before {
  background-image: url(/images/list/list_pin_green.png);
}

.pg-list .mapPinList li.dentistry:before {
  background-image: url(/images/list/list_pin_purple.png);
}

.pg-list .mapPinList li.drugstore:before {
  background-image: url(/images/list/list_pin_blue.png);
}

.pg-list .mapPinList li.nursing:before {
  background-image: url(/images/list/list_pin_yellow.png);
}

.pg-list .mapPinList li.other:before {
  background-image: url(/images/list/list_pin_pink.png);
}

/**
 * Component
 */
.c-container {
  margin: auto;
  padding: 0 30px;
  width: 900px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .c-container {
    width: auto;
    padding: 0 5.3140%;
  }
}

.c-container--md {
  width: 920px;
}

@media screen and (max-width: 767px) {
  .c-container--md {
    width: auto;
  }
}

.c-sectLg {
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .c-sectLg {
    padding-top: 54px;
  }
}

.c-sectLg__hdg {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-sectLg__hdg {
    margin-bottom: 25px;
  }
}

.c-sectLg__hdg span {
  padding-bottom: 2px;
  border-bottom: 4px solid #000;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .c-sectLg__hdg span {
    padding-bottom: 2px;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}

.c-sectMd ~ .c-sectMd {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .c-sectMd ~ .c-sectMd {
    padding-top: 40px;
  }
}

.c-sectMd__hdg {
  margin-bottom: 20px;
  font-size: 2.7rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-sectMd__hdg {
    font-size: 2.1rem;
  }
}

.c-pageHeader {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.c-pageHeader .c-pageHeader__inner {
  height: 630px;
  margin: 0 auto;
  padding: 0 30px 0;
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__inner {
    display: block;
    height: auto;
    padding: 30px 5.3140% 20px;
  }
}

.c-pageHeader .c-pageHeader__inner .bodyBlock {
  width: 450px;
  height: 224px;
  padding-top: 196px;
}

@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__inner .bodyBlock {
    width: auto;
    height: auto;
    padding-top: 0;
  }
}

.c-pageHeader .c-pageHeader__inner .bodyBlock .c-pageHeader__hdg {
  margin-bottom: 10px;
  color: #6E9BC5;
  font-size: 4rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  letter-spacing: -0.06rem;
}

@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__inner .bodyBlock .c-pageHeader__hdg {
    font-size: 2.7rem;
    text-align: center;
    line-height: 1.4;
  }
}

.c-pageHeader .c-pageHeader__inner .bodyBlock .c-pageHeader__hdg span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF000));
  background: linear-gradient(transparent 70%, #FFF000 70%);
  background-position: left 0 bottom 3px;
}

.c-pageHeader .c-pageHeader__inner .bodyBlock .c-pageHeader__lead {
  font-size: 2.1rem;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 2;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__inner .bodyBlock .c-pageHeader__lead {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .c-pageHeader .c-pageHeader__inner .bodyBlock .c-pageHeader__lead br {
    display: none;
  }
}

.c-pageHeader .c-pageHeader__inner .imageBlock {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__inner .imageBlock {
    position: static;
    width: 80%;
    margin: 10px auto 0;
  }
}

.c-pageHeader .c-pageHeader__inner .imageBlock img {
  width: 100%;
  height: auto;
}

.c-pageHeader .c-pageHeader__inner .imageMoveBlock {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__inner .imageMoveBlock {
    width: 15%;
  }
}

.c-pageHeader .c-pageHeader__inner .imageMoveBlock img {
  width: 107px;
  height: 125px;
}

@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__inner .imageMoveBlock img {
    width: 100%;
    height: auto;
  }
}

.c-pageHeader--sm .c-pageHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 180px;
}

@media screen and (max-width: 767px) {
  .c-pageHeader--sm .c-pageHeader__inner {
    min-height: 100px;
    height: auto;
    padding-top: 20px;
  }
}

.c-pageHeader--sm .c-pageHeader__inner .bodyBlock {
  width: auto;
  height: auto;
  padding-top: 0;
  text-align: center;
}

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

@media screen and (max-width: 767px) {
  .c-imageSet {
    display: block;
  }
}

.c-imageSet .imageBlock {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .c-imageSet .imageBlock {
    width: 60%;
    margin: 0 auto 20px;
  }
}

.c-imageSet .imageBlock img {
  width: 100%;
  height: auto;
}

.c-imageSet .bodyBlock {
  width: 640px;
}

@media screen and (max-width: 767px) {
  .c-imageSet .bodyBlock {
    width: auto;
  }
}

.c-imageSet .bodyBlock .text {
  font-size: 1.9rem;
  line-height: 2.2;
  letter-spacing: 0.04rem;
}

@media screen and (max-width: 767px) {
  .c-imageSet .bodyBlock .text {
    font-size: 1.6rem;
  }
}

.c-imageSet .bodyBlock .note {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.03rem;
}

@media screen and (max-width: 767px) {
  .c-imageSet .bodyBlock .note {
    margin-top: 10px;
  }
}

.c-categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px -10px;
}

@media screen and (max-width: 767px) {
  .c-categoryList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px 0;
  }
}

.c-categoryList li {
  text-align: center;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .c-categoryList li {
    width: 24%;
    margin-left: 0;
  }
}

.c-categoryList li a {
  display: block;
  width: 138px;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-categoryList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.c-categoryList li.is-active a,
.c-categoryList li a:hover {
  color: #fff;
}

.c-categoryList li.all a {
  border: 2px solid #aaa;
}

.c-categoryList li.all.is-active a,
.c-categoryList li.all a:hover {
  background-color: #aaa;
}

.c-categoryList li.news a {
  border: 2px solid #EE781F;
}

.c-categoryList li.news.is-active a,
.c-categoryList li.news a:hover {
  background-color: #EE781F;
}

.c-categoryList li.event a {
  border: 2px solid #adaa8b;
}

.c-categoryList li.event.is-active a,
.c-categoryList li.event a:hover {
  background-color: #adaa8b;
}

.c-categoryList li.list a {
  border: 2px solid #6E9BC5;
}

.c-categoryList li.list.is-active a,
.c-categoryList li.list a:hover {
  background-color: #6E9BC5;
}

.c-newsList {
  margin-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .c-newsList {
    margin-bottom: 44px;
  }
}

.c-newsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #B3B3B3;
  padding: 14px 40px;
}

@media screen and (max-width: 767px) {
  .c-newsList li {
    display: block;
    padding: 14px 0;
  }
}

.c-newsList li .date,
.c-newsList li .text {
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .c-newsList li .date,
  .c-newsList li .text {
    font-size: 1.6rem;
  }
}

.c-newsList li .date,
.c-newsList li .category {
  display: inline-block;
}

.c-newsList li .date {
  width: 164px;
}

@media screen and (max-width: 767px) {
  .c-newsList li .date {
    width: 135px;
  }
}

.c-newsList li .category {
  margin-right: 40px;
}

.c-newsList li .category a,
.c-newsList li .category span {
  display: block;
  width: 114px;
  padding: 4px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .c-newsList li .category a,
  .c-newsList li .category span {
    padding: 2px;
  }
}

.c-newsList li .category.news a,
.c-newsList li .category.news span {
  background-color: #EE781F;
}

@media screen and (min-width: 768px) {
  .c-newsList li .category.news a:hover {
    color: #EE781F;
  }
}

.c-newsList li .category.event a,
.c-newsList li .category.event span {
  background-color: #b3af83;
}

@media screen and (min-width: 768px) {
  .c-newsList li .category.event a:hover {
    color: #b3af83;
  }
}

.c-newsList li .category.list a,
.c-newsList li .category.list span {
  background-color: #6E9BC5;
}

@media screen and (min-width: 768px) {
  .c-newsList li .category.list a:hover {
    color: #6E9BC5;
  }
}

@media screen and (min-width: 768px) {
  .c-newsList li .category a:hover {
    background-color: #dcdac6;
  }
}

.c-newsList li .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .c-newsList li .text {
    margin-top: 8px;
  }
}

.c-btnBlock {
  margin-top: 54px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-btnBlock {
    margin-top: 44px;
  }
}

.c-btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .c-btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    text-align: center;
  }
}

.c-btnList .c-btn {
  min-width: 174px;
  margin: 0 43px;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .c-btnList .c-btn {
    margin: 10px auto 0;
  }
}

.c-btn {
  display: inline-block;
  padding: 8px 26px;
  font-size: 1.9rem;
  border-radius: 100px;
  border: 1px solid #000;
  background-color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px #BFBDA5;
  box-shadow: 2px 2px #BFBDA5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    background-color: #EBEAE1;
  }
}

@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
  }
}

.c-btn span {
  display: inline-block;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

.c-btn--orange,
.c-btn--blue {
  color: #fff;
}

.c-btn--orange {
  background-color: #EE781F;
}

@media screen and (min-width: 768px) {
  .c-btn--orange:hover {
    color: #EE781F;
  }
}

.c-btn--blue {
  background-color: #6E9BC5;
}

@media screen and (min-width: 768px) {
  .c-btn--blue:hover {
    color: #6E9BC5;
  }
}

.c-textLinkList {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-textLinkList {
    margin-top: 20px;
  }
}

.c-textLinkList a {
  position: relative;
  display: inline-block;
  font-size: 1.9rem;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .c-textLinkList a {
    font-size: 1.6rem;
  }
}

.c-textLinkList a ~ a {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .c-textLinkList a ~ a {
    margin-left: 20px;
  }
}

.c-textLinkList a:before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6E9BC5;
  font-size: 1.4rem;
}

.c-scrollBlock {
  padding-bottom: 16px;
}

.c-scrollBlock__inner {
  position: relative;
  padding: 18px 0 10px;
  border-bottom: 3px solid #000;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-scrollBlock__inner {
    padding-top: 8px;
    border-width: 2px;
  }
}

.c-scrollBlock__inner:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

@media screen and (max-width: 767px) {
  .c-scrollBlock__inner:after {
    bottom: -12px;
    border-width: 2px;
  }
}

.c-scrollBtn {
  position: relative;
  display: inline-block;
  padding: 6px 14px;
  font-size: 1.4rem;
  border-radius: 5px;
  background-color: #EE781F;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-scrollBtn {
    font-size: 1.2rem;
  }
}

.c-scrollBtn span {
  display: inline-block;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

.c-scrollBtn:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #EE781F transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .tableBlock {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .tableBlock::-webkit-scrollbar {
    height: 6px;
  }
  .tableBlock::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #dce3e9;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tableBlock::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #6E9BC5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.tableBlock table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .tableBlock table {
    width: 560px;
    margin-bottom: 10px;
  }
}

.tableBlock table th,
.tableBlock table td {
  font-size: 1.9rem;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tableBlock table th,
  .tableBlock table td {
    font-size: 1.5rem;
  }
}

.tableBlock table thead th {
  border-right: 1px solid #fff;
  padding: 14px;
  background-color: #D1DCEB;
}

@media screen and (max-width: 767px) {
  .tableBlock table thead th {
    padding: 14px 10px;
  }
}

.tableBlock table thead th.small {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .tableBlock table thead th.small {
    width: 100px;
  }
}

.tableBlock table thead th span {
  display: block;
  margin-top: 6px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .tableBlock table thead th span {
    font-size: 1.3rem;
  }
}

.tableBlock table thead th:last-child {
  border-right: 1px solid #D1DCEB;
}

.tableBlock table tbody td {
  border: 1px solid #D1DCEB;
  padding: 14px 18px;
}

@media screen and (max-width: 767px) {
  .tableBlock table tbody td {
    padding: 14px;
  }
}

.tableBlock table tbody td.center {
  text-align: center;
}

.c-borderFrameBlock {
  border-radius: 20px;
  border: 20px solid #EBEAE1;
}

@media screen and (max-width: 767px) {
  .c-borderFrameBlock {
    border-width: 10px;
  }
}

/**
 * Project
 */
/**
 * Other
 */
/**
 * Utility
 */
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

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

/**
 * keyframes
 */
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #6E9BC5;
  background: rgba(110, 155, 197, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -40px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 46px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

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

.lity-youtube .lity-container {
  width: 90%;
}

.lity-hide {
  display: none;
}

/* 211209 add by m7p */
.ly_2col {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.el_btn {
  display: block;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

.el_btn:hover {
  opacity: .8;
}

.el_btn__blue {
  color: #fff;
  background-color: #6D9BC5;
  font-size: 24px;
}

.el_btn__inlineText {
  display: inline-block;
  text-align: left;
  padding: 0;
  font-size: 14px;
  border-radius: 0;
  margin-right: 15px;
}

.el_btn__inlineText::before {
  content: "▲";
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  display: inherit;
  margin-right: 3px;
}

.hp_my50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hp_mt5 {
  margin-top: 5px;
}

.hp_spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .el_btn__download {
    font-size: 4vw;
    line-height: 1.3;
  }
  .hp_spOnly {
    display: block;
  }
}
