@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*
font-family: 'Akshar', sans-serif;
*/
:root {
  --ggs:0.8;
}

@media only screen and (max-width: 896px) {
  :root {
    --ggs:0.5;
  }
}
.index-section {
  padding: 0;
}

.grecaptcha-badge {
  display: none;
}

html {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-style: normal;
  color: #000;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-style: normal;
  color: #000;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}
body.lang-jp .lang_jp {
  display: block;
}
body.lang-jp .lang_en {
  display: none;
}
body.lang-en .lang_jp {
  display: none;
}
body.lang-en .lang_en {
  display: block;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  html, body {
    cursor: auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
}
img {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #333333;
  color: #fff;
}

::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #050505;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

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

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

.slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.5s 0s ease;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -540px;
}

.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.5s 0s ease;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: 430px;
}

.slide .slick-disabled {
  opacity: 0.2;
}

@media only screen and (max-width: 896px) {
  .slide .slick-prev:hover, .slide .slick-next:hover {
    opacity: 1;
  }
  .slick-prev {
    top: 50%;
    left: 15px;
    margin-top: -15px;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .slick-next {
    top: 50%;
    right: 15px;
    margin-top: -15px;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .slick-prev:hover, .slick-next:hover {
    transform: scale3d(1, 1, 1) translate(0, 0) rotate(0deg);
  }
}
/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 20px);
}
.scrollview.view {
  opacity: 1;
  transition: all 0.6s 0s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span {
  opacity: 0;
}
.lazyload_set span.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 896px) {
  .wrapper {
    overflow: hidden;
    position: relative;
  }
}
/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  background: #FFF;
  line-height: 1;
  text-align: center;
}
.block_footer .inner {
  margin: 0 auto;
  padding: 0 80px;
}
.block_footer .inner .copyright {
  padding: 30px 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "Akshar", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 896px) {
  .block_footer .inner {
    padding: 0 10px;
  }
  .block_footer .inner .copyright {
    font-size: 10px;
    padding: 15px 0;
  }
}
/*----------------------------------------------------
 block_contents
--------------------------------------------------- */
.block_contents {
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 80px 80px;
}
@media (max-width: 896px) {
  .block_contents {
    padding: 40px 20px;
  }
}
.block_contents .inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.block_contents .inner .title {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_contents .inner .title {
    width: 90%;
  }
}
.block_contents .inner .exp {
  margin-top: 5%;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 896px) {
  .block_contents .inner .exp {
    font-size: 14px;
  }
}
.block_contents .inner .ex {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_contents .inner .ex {
    text-align: left;
  }
}
.block_contents .inner .pop {
  margin-top: 40px;
  font-size: 14px;
}
.block_contents .inner .pop h2 {
  margin-top: 20px;
}
.block_contents .inner .pop a {
  text-decoration: underline;
}
.block_contents .inner ul.link {
  margin-top: 10%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_contents .inner ul.link li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.block_contents .inner ul.link li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner ul.link li {
    width: 100%;
    margin-right: 0;
  }
}
.block_contents .inner ul.link li a {
  display: block;
  border: 1px #000 solid;
  padding: 5% 10%;
  font-size: 18px;
}
@media (max-width: 896px) {
  .block_contents .inner ul.link li a {
    padding: 5% 5%;
    font-size: 14px;
  }
}
.block_contents .inner ul.link li a:hover {
  background: #000;
  color: #FFF;
}

/*----------------------------------------------------
 block_link
--------------------------------------------------- */
.block_link {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 80px 80px;
}
.block_link .inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.block_link .inner .title {
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1;
  font-family: "Akshar", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.block_link ul.sns {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: flex-start;
  /* flex-start  center  */
}
.block_link ul.sns li {
  width: 15%;
}
.block_link ul.sns li a {
  margin: 0 auto;
  display: block;
  position: relative;
  border: 1px #000 solid;
  border-radius: 80px;
  background: #FFF;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 1.8vw;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  font-family: "Akshar", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_link ul.sns li a:hover {
  background: #000;
}
.block_link ul.sns li a svg {
  width: 2vw;
}
.block_link ul.sns li a:hover svg {
  fill: #FFF;
}

@media only screen and (max-width: 896px) {
  .block_link {
    padding: 40px 40px;
  }
  .block_link::before {
    left: 20px;
  }
  .block_link::after {
    right: 20px;
  }
  .block_link .inner .title {
    font-size: 8vw;
  }
  .block_link ul.sns {
    display: flex;
    flex-direction: row;
    /* row row-reverse column */
    justify-content: space-between;
    /* flex-start  center  space-between */
    align-items: flex-start;
    /* flex-start  center  */
  }
  .block_link ul.sns li {
    width: 24%;
  }
  .block_link ul.sns li a {
    display: block;
    position: relative;
    border: 1px #000 solid;
    border-radius: 80px;
    background: #FFF;
    width: 15vw;
    height: 15vw;
    padding-left: 0px;
    line-height: 15vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    /* row row-reverse column */
    justify-content: center;
    /* flex-start  center  space-between */
    align-items: center;
    /* flex-start  center  */
  }
  .block_link ul.sns li a span {
    display: none;
  }
  .block_link ul.sns li a svg {
    width: 5vw;
    position: relative;
    top: 0%;
    left: 0px;
    transform: translate(0px, 0%);
  }
}/*# sourceMappingURL=common.css.map */