@charset "UTF-8";
/* --------------------------------------------------
ikinari
-------------------------------------------------- */

/* --------------------------------------------------

reset

-------------------------------------------------- */
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: inherit;
  font-size: 100%;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

img,
a {
  vertical-align: top;
  max-width: 100%;
}

a img {
  border: none;
}

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

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

a:focus,
*:focus {
  outline: none !important;
}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */

/* --------------------------------------------------
fonts
-------------------------------------------------- */

/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
  color: #282828;
}

a:visited {
  color: #282828;
  text-decoration: none;
}

a:hover {
  color: #282828;
  text-decoration: none;
}

a:active {
  color: #282828;
  text-decoration: none;
}

a {
  transition: 0.2s linear;
}

a img {
  transition: opacity 0.2s ease-out;
}

a:hover img {
  opacity: 0.5;
}

a:focus {
  outline: 1px dotted #ccc;
}

@media screen and (max-width: 800px) {
  a:hover {
    opacity: 1;
  }
}

/* --------------------------------------------------
html
-------------------------------------------------- */

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  html {
    font-size: 58.12%;
    /* 1.4rem */
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 53.75%;
    /* 1.3rem */
  }
}

@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
    /* 1.2rem */
  }
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  height: 100%;
  min-height: 100%;
  color: #000000;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

/* --------------------------------------------------
共通
-------------------------------------------------- */
.inner-l {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1940px) {
  .inner-l {
    max-width: 94%;
  }
}
.inner-m {
  max-width: 1663px;
  margin: 0 auto;
}

@media screen and (max-width: 1683px) {
  .inner-m {
    max-width: 94%;
  }
}

.inner {
  max-width: 1500px;
  margin: 0 auto;
}

@media screen and (max-width: 1520px) {
  .inner {
    max-width: 94%;
  }
}

.inner-s {
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .inner-s {
    max-width: 94%;
  }
}

.inner-top {
  max-width: 1465px;
  margin: 0 auto;
}

@media screen and (max-width: 1485px) {
  .inner-top {
    /*max-width: 94%;*/
  }
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}
.pc-txt-center {
  text-align: center;
}

@media screen and (max-width: 840px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
  .pc-txt-center {
    text-align: left;
  }
}

.wrapper {
  overflow: hidden;
}

.txt-en {
  font-family: "Lexend", sans-serif;
}

/* --------------------------------------------------
header
-------------------------------------------------- */
#header {
  padding: 4rem 0;
  position: relative;
  background: #fff;
  z-index: 12;
}

#header .logo {
  text-align: center;
  max-width: 602px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  #header {
    padding: 2.4rem 0;
  }
}
/* header-deco-wrap */
#header .header-deco-wrap > div {
  position: absolute;
  z-index: 12;
}
#header .header-deco-wrap > div:first-child {
  max-width: 156px;
  bottom: 8%;
  left: 5%;
  animation: rootStartDeco 3500ms infinite;
  animation-delay: 2500ms;
}
#header .header-deco-wrap > div:nth-child(2) {
  max-width: 111px;
  top: 5%;
  left: 15%;
  animation: rootStartDeco 3500ms infinite;
  animation-delay: 1500ms;
}
#header .header-deco-wrap > div:nth-child(3) {
  max-width: 165px;
  top: 5%;
  right: 15%;
  animation: rootStartDeco 3500ms infinite;
  animation-delay: 2000ms;
}
#header .header-deco-wrap > div:nth-child(4) {
  max-width: 149px;
  bottom: 5%;
  right: 5%;
  animation: rootStartDeco 3500ms infinite;
  animation-delay: 3000ms;
}

@keyframes rootStartDeco {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  10% {
    transform: translate(0, -3%) rotate(3deg);
  }
  20% {
    transform: translate(0, 0) rotate(0deg);
  }
  30% {
    transform: translate(0, -3%) rotate(-2deg);
  }
  40% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@media screen and (max-width: 1900px) {
  #header .logo {
    width: 30vw;
  }
  #header .header-deco-wrap > div:first-child {
    max-width: 136px;
    width: 10vw;
    bottom: 2vw;
    left: 5vw;
  }
  #header .header-deco-wrap > div:nth-child(2) {
    max-width: 111px;
    top: 0;
    left: 15vw;
    width: 8vw;
  }
  #header .header-deco-wrap > div:nth-child(3) {
    max-width: 165px;
    width: 10vw;
    top: 2vw;
    right: 15vw;
  }
  #header .header-deco-wrap > div:nth-child(4) {
    max-width: 129px;
    bottom: 1vw;
    right: 5vw;
    width: 10vw;
  }
}

@media screen and (max-width: 840px) {
  #header {
    padding: 7.2rem 0 2.4rem 0;
  }
  #header .header-deco-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
  }
  #header .header-deco-wrap > div {
    position: relative;
    margin: 0 2vw;
  }
  #header .header-deco-wrap > div:first-child {
    width: 16vw;
    bottom: auto;
    left: auto;
  }
  #header .header-deco-wrap > div:nth-child(2) {
    top: auto;
    left: auto;
    width: 14vw;
  }
  #header .header-deco-wrap > div:nth-child(3) {
    width: 15vw;
    top: auto;
    right: auto;
  }
  #header .header-deco-wrap > div:nth-child(4) {
    bottom: auto;
    right: auto;
    width: 14vw;
  }
}

/* btn-menu */
#header .btn-menu {
  position: absolute;
  top: 1em;
  right: 1.5em;
  z-index: 102;
  border: none;
  background: #000;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  cursor: pointer;
  font-family: "Lexend", sans-serif;
  transition: all 0.3s;
  letter-spacing: .1em;
}
#header .btn-menu:hover {
  transform: scale(1.1);
}
#header .btn-menu.open {
  right: 3em;
}
#header .btn-menu .txt {
  display: inline-block;
}
#header .btn-menu.open .txt {
  margin-top: 2rem;
}
#header .btn-menu .dost {
  display: block;
}
#header .btn-menu .dots .dot {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0.4rem;
  position: relative;
}
#header .btn-menu:hover .dots .dot {
  animation: btnmenu 1000ms infinite;
}
#header .btn-menu:hover .dots .dot:first-child {
  animation: btnmenu 1000ms infinite;
}
#header .btn-menu:hover .dots .dot:nth-child(2) {
  animation-delay: 100ms;
}
#header .btn-menu:hover .dots .dot:nth-child(3) {
  animation-delay: 200ms;
}
#header .btn-menu.open:hover .dots .dot {
  animation: none;
}
@keyframes btnmenu {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -70%);
  }
  60% {
    transform: scale(1, 1) translate(0%, -120%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
#header .btn-menu.open .dots .dot {
  height: 34px;
  width: 5px;
  position: absolute;
  border-radius: 10px;
  top: 1rem;
  margin: 0;
}
#header .btn-menu.open .dots .dot:first-child {
  transform: rotate(-40deg) translateX(-50%);
  left: 50%;
  top: 1rem;
}
#header .btn-menu.open .dots .dot:last-child {
  transform: rotate(40deg) translateX(-50%);
  left: 50%;
  top: 1.2rem;
}
#header .btn-menu.open .dots .dot:nth-child(2) {
  display: none;
}



#header .header-contents {
  background: #fff;
  padding: 4rem;
  width: 60vw;
  display: none;
}

@media screen and (max-width: 1100px) {
  #header .btn-menu {
    width: 60px;
    height: 60px;
  }
  #header .btn-menu .dots .dot {
    width: 6px;
    height: 6px;
    margin: 0 0.2rem;
  }
  #header .btn-menu.open .dots .dot {
    height: 20px;
    width: 3px;
  }
  #header .btn-menu .txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 840px) {

  #header .header-contents {
    padding: 0 4rem 10rem 4rem;
  }

  #header .btn-menu {
    width: 55px;
    height: 55px;
  }
  #header .btn-menu .dots .dot {
    width: 6px;
    height: 6px;
  }
  #header .btn-menu.open .dots .dot {
    width: 3px;
    height: 15px;
  }
}
/* logo-menu */
#header .header-contents .logo-menu {
  text-align: center;
  max-width: 490px;
  margin: 0 auto 1.6rem auto;
}
#header .header-contents #navi .gnavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#header .header-contents #navi .gnavi li {
  width: 48%;
  margin-bottom: 1.6rem;
}
#header .header-contents #navi .gnavi-arrow li a {
  font-size: 3rem;
  font-weight: bold;
  padding: 0.8rem;
  border-bottom: 2px solid #000;
  display: block;
  text-decoration: none;
  position: relative;
}
#header .header-contents #navi .gnavi-arrow li a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/ico_nav_arrow.svg) no-repeat center center / contain;
  width: 37px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  transition: all 0.3s;
}
#header .header-contents #navi .gnavi-arrow li a:hover:before {
  right: 0.5em;
}
@media screen and (max-width: 840px) {
  #header .logo {
    width: 80vw;
  }
  #header .header-contents {
    padding: 2.4rem auto 0.8rem auto;
    width: 100vw;
  }
  #header .header-contents .logo-menu {
    /*margin: 4rem auto 1.6rem auto;*/
    margin: 1.5em 0 2em 0;
    width: 60%;
  }
  #header .header-contents #navi .gnavi-arrow li a {
    font-size: 1.8rem;
  }
  #header .header-contents #navi .gnavi-arrow li a:before {
    width: 32px;
    height: 6px;
  }
  #header .header-contents #navi .gnavi {
    justify-content: center;
  }
  #header .header-contents #navi .gnavi li {
    width: 88%;
    margin-bottom: 1.6rem;
  }
  .gnavi-arrow{
    margin-bottom: 3em;
  }
}
/* fixed-body */
body.fixed-body #header .header-contents {
  display: block;
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  right: 0;
  z-index: 101;
}

body.fixed-body {
  overflow: hidden;
  position: fixed;
}
body.open-bg-block {
  position: relative;
}
body.open-bg-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 11;
}

/* course */
#header.course {
  padding: 0;
}
#header.course .logo {
  position: absolute;
  z-index: 10;
}
#header.course .logo a {
  padding: 1.6rem 3.2rem;
  display: block;
}
@media screen and (max-width: 1920px) {
  #header.course .logo img {
    max-width: 240px;
    width: 20vw;
  }
}
@media screen and (max-width: 840px) {
  #header.course .logo {
    width: auto;
  }
  #header.course .logo img {
    width: 40vw;
  }
}

/* --------------------------------------------------
footer
-------------------------------------------------- */

#footer {
  background: #f6f1ed;
  padding: 0.8rem 0;
}
#footer .inner {
  position: relative;
}
#footer .f-logo {
  text-align: center;
  padding: 3.2rem 0;
  max-width: 200px;
  margin: 0 auto;
}
#footer .copy {
  text-align: center;
  font-size: 1.3rem;
}

#footer .page-top {
  position: relative;
  z-index: 100;
}
#footer .page-top a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
  position: fixed;
  right: 3%;
  bottom: 5%;
  transition: all 0.4s;
}
#footer .page-top a:hover {
  opacity: 0.7;
}
#footer .page-top a img {
  width: 28px;
}
#footer .page-top a img:hover {
  opacity: 1;
}

@media screen and (max-width: 840px) {
  #footer .page-top a {
    width: 50px;
    height: 50px;
    bottom: 1em;
  }
  #footer .page-top a img {
    max-width: 1em;
  }
  #footer .f-logo img {
    max-width: 240px;
    width: 40vw;
  }
}

.kumamoto-link{
  position: absolute;
  left: 70px;
  top: 30px;
  width: 30%;
  max-width: 300px;
}

@media screen and (max-width: 1400px) {
  .kumamoto-link{
    left: 0;
  }
}
@media screen and (max-width: 840px) {
  .kumamoto-link{
    position: relative;
    margin: 0 auto 2em;
    width: 80%;
    max-width: 300px;
  }
}

/* --------------------------------------------------
share-wrap
-------------------------------------------------- */
.share-wrap {
  position: fixed;
  top: 20%;
  right: 0;
  background: #fff;
  padding: 1rem 0.4rem 1rem 1rem;
  z-index: 10;
  border-radius: 18px 0 0 18px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  z-index: 13;
}
.share-wrap p {
  text-align: center;
  font-size: 80%;
}
.share-wrap ul li {
  margin-top: 1.6rem;
}
.share-wrap ul li a {
  text-align: center;
  display: block;
}
.open-bg-block .share-wrap {
  z-index: 10;
}

@media screen and (max-width: 840px) {
  .share-wrap {
    position: relative;
    border: 3px solid #000;
    border-radius: 18px;
    display: table;
    margin: 1.6rem auto 4rem auto;
    padding: 0.8rem 1.6rem 1.6rem 1.6rem;
    text-align: center;
  }
  .share-wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .share-wrap ul li {
    margin: 0 1.6rem;
  }
}

/* --------------------------------------------------
main-area-top
-------------------------------------------------- */
.slider-out-wrap {
  position: relative;
  padding-bottom: 2em;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  width: 1.6em;
  height: 1.6em;
  border-top: 2.5px solid #000;
  border-right: 2.5px solid #000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%) rotateZ(45deg);
}
.swiper-button-prev:after {
  border-top: unset;
  border-right: unset;
  border-bottom: 2.5px solid #000;
  border-left: 2.5px solid #000;
  right: auto;
  left: 3.2rem;
}

.slider-out-wrap .stopbtn {
  color: #fff;
  background: #fff;
  border-radius: 1em;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.2em 0.8em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
  cursor: pointer;
}
.slider-out-wrap .stopbtn:hover {
  opacity: 1;
}
.slider-out-wrap .stopbtn:hover {
  opacity: 1;
}
.slider-out-wrap .stopbtn:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: none;
  background: url(../img/common/ico_play_w.svg) no-repeat center center/contain;
  margin-right: 0.5em;
}
.slider-out-wrap .stopbtn.stop:before {
  background: url(../img/common/ico_stop_w.svg) no-repeat center center/contain;
}
.slider-out-wrap .swiper-tool {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
.slider-out-wrap .swiper-tool .swiper-pagination {
  display: inline-block;
  width: auto;
  position: relative;
  bottom: auto;
}
.slider-out-wrap .swiper-tool .stopbtn-block {
  display: inline-block;
}
.slider-out-wrap .stopbtn02 {
  width: 3em;
  height: 3em;
  color: #fff;
  background: #fff;
  text-indent: -200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: absolute;
  cursor: pointer;
  border: none;
  bottom: 2em;
}

@media screen and (max-width: 840px) {
  .slider-out-wrap .stopbtn02 {
    width: 2em;
    height: 2em;
    bottom: 2.1em;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: "";
    width: 0.6em;
    height: 0.6em;
  }
  .swiper-button-next:after{
    right: 1.6rem;
  }
  .swiper-button-prev:after{
    left: 1.6rem;
  }
}
.slider-out-wrap .stopbtn02.play:after,
.slider-out-wrap .stopbtn02.stop:after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  margin: 0 auto;
  background: url(../img/ico_stop.svg) no-repeat center center/contain;
}
@media screen and (max-width: 840px) {
  .slider-out-wrap .stopbtn02.play:after,
  .slider-out-wrap .stopbtn02.stop:after {
    width: 0.6em;
    height: 0.6em;
  }
}
.slider-out-wrap .stopbtn02.play:after {
  background: url(../img/ico_play.svg) no-repeat center center/contain;
}

/* main-area-top */

.main-area-top .slider-block .swiper-slide {
  position: relative;
}
.main-copy {
  position: absolute;
  z-index: 2;
  left: 10%;
  bottom: 14%;
}
.main-copy .copy-top {
  line-height: 1;
}
.main-copy .copy-top > span {
  background: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  padding: 0.6rem 3.2rem 1rem 3.2rem;
  margin-bottom: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.main-copy .copy-top .txt-large {
  font-size: 4.6rem;
  margin-right: 1.6rem;
  display: inline-block;
  font-family: "Lexend", sans-serif;
}
.main-copy .copy-bottom {
  font-size: 5.3rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.8rem 1.6rem;
  line-height: 1;
}

.main-copy.green .copy-top {
  color: #4e8281;
}
.main-copy.green .copy-bottom {
  background: #64b3b1;
}

.main-copy.yellow .copy-top {
  color: #907b0d;
}
.main-copy.yellow .copy-bottom {
  background: #efda6b;
}

.main-copy.blue .copy-top {
  color: #7ba7cb;
}
.main-copy.blue .copy-bottom {
  background: #7ba7cb;
}

.main-copy.purple .copy-top {
  color: #7a6178;
}
.main-copy.purple .copy-bottom {
  background: #be99bc;
}

@media only screen and (max-width: 1100px) {
  .main-copy .copy-top > span {
    font-size: 4vmin;
    padding: 0.6rem 3.2rem 1rem 3.2rem;
  }
  .main-copy .copy-top .txt-large {
    font-size: 7vmin;
  }
  .main-copy .copy-bottom {
    font-size: 6vmin;
  }
}

/* --------------------------------------------------
flowing-area-top
-------------------------------------------------- */
.flowing-area-top {
  position: relative;
}
.flowing-area-top > div.flowing-txt {
  width: 150px;
  position: absolute;
  left: 4%;
}

.flowing-area-top > div:last-child {
  width: calc(100% - 200px);
}
.flowing-area-top > .flowing-txt img:first-child {
  animation: loopVertical 50s -25s linear infinite;
}
.flowing-area-top > .flowing-txt img:nth-child(3) {
  animation: loopVertical2 50s linear infinite;
}

@keyframes loopVertical {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes loopVertical2 {
  0% {
    transform: translateY(-202%);
  }
  to {
    transform: translateY(0);
  }
}

.flowing-area-top > .flowing-txt img:nth-child(2) {
  animation: loopBeside 50s -25s linear infinite;
}
.flowing-area-top > .flowing-txt img:nth-child(4) {
  animation: loopBeside2 50s linear infinite;
}

@keyframes loopBeside {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopBeside2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-180%);
  }
}
@media only screen and (max-width: 1800px) {
  .flowing-area-top,
  .bnr-area-top {
    margin: 0 auto 0 8vw;
  }
  .flowing-area-top > div.flowing-txt {
    left: -5vw;
    width: 6vw;
  }
}
@media only screen and (max-width: 840px) {
  .flowing-area-top,
  .bnr-area-top {
    margin: 0 auto;
  }
  .flowing-area-top {
    display: block;
  }
  .flowing-area-top > div.flowing-txt {
    display: flex;
    bottom: -6em;
  }
  .flowing-area-top > div.flowing-txt .pc-only {
    display: none;
  }
  .flowing-area-top > div.flowing-txt .sp-only {
    display: block;
  }
  .flowing-area-top > div:last-child {
    width: 100%;
  }
}
/* @media only screen and (max-width: 1100px) {
  .flowing-area-top > div.flowing-txt {
    width: 100%;
  }
  .flowing-area-top > div:last-child {
    width: 100%;
  }
} */

/* --------------------------------------------------
lead-area-top
-------------------------------------------------- */
.lead-area-top .ttl {
  color: #168460;
  font-size: 3.1rem;
  font-weight: bold;
  text-align: center;
  margin: 0.8rem 0 2.4rem 0;
  line-height: 1.5;
}
.lead-area-top .txt-block {
  font-size: 1.8rem;
  line-height: 3.5rem;
  max-width: 700px;
  margin: 0 auto 2.4rem auto;
  text-align: center;
}
.lead-area-top .lead-wrap {
  padding-bottom: 18rem;
  width: 80%;
  margin: 0 auto;
}
.lead-area-top .inner-top {
  position: relative;
}
.lead-area-top .inner-top:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10%;
  right: 0%;
  bottom: 0;
  border-left: 3px solid #000;
  pointer-events: none;
}
.lead-area-top .inner-top {
  position: relative;
}
.lead-area-top .lead-deco-wrap > div {
  position: absolute;
}
.lead-area-top .lead-deco-wrap > div:first-child {
  max-width: 108px;
  width: 8vw;
  top: 0;
  left: 2%;
  z-index: 10;
}
.lead-area-top .lead-deco-wrap > div:nth-child(2) {
  max-width: 132px;
  width: 11vw;
  top: 18%;
  left: 12%;
}
.lead-area-top .lead-deco-wrap > div:nth-child(3) {
  max-width: 178px;
  width: 15vw;
  bottom: 4%;
  left: 3%;
  z-index: 10;
}
.lead-area-top .lead-deco-wrap > div:nth-child(4) {
  max-width: 130px;
  width: 11vw;
  top: 0%;
  right: 12%;
}
.lead-area-top .lead-deco-wrap > div:nth-child(5) {
  max-width: 350px;
  width: 32vw;
  top: 22%;
  right: 2%;
  z-index: 10;
}
@media only screen and (max-width: 1250px) {
  .lead-area-top .lead-deco-wrap > div:first-child {
    width: 10vw;
    left: 2vw;
  }
  .lead-area-top .lead-deco-wrap > div:nth-child(2) {
    width: 8vw;
    top: 10vw;
    left: 6vw;
  }
  .lead-area-top .lead-deco-wrap > div:nth-child(3) {
    width: 12vw;
    bottom: 1vw;
    left: 2vw;
  }
  .lead-area-top .lead-deco-wrap > div:nth-child(4) {
    width: 10vw;
    top: 4vw;
    right: 2vw;
  }
  .lead-area-top .lead-deco-wrap > div:nth-child(5) {
    width: 20vw;
    top: auto;
    bottom: 0;
    right: 2vw;
  }
}
@media only screen and (max-width: 1100px) {
  .lead-area-top .lead-wrap {
    padding-bottom: 26vw;
  }
  .lead-area-top .lead-deco-wrap > div:first-child {
    width: 16vw;
    top: auto;
    bottom: 14vw;
    left: 2vw;
  }
  .lead-area-top .lead-deco-wrap > div:nth-child(2) {
    width: 18vw;
    top: auto;
    bottom: 4vw;
    left: 30%;
  }
  .lead-area-top .lead-deco-wrap > div:nth-child(3) {
    width: 16vw;
    top: auto;
    bottom: 2vw;
    left: 6vw;
  }
  .lead-area-top .lead-deco-wrap > div:nth-child(4) {
    width: 18vw;
    top: auto;
    bottom: 14vw;
    left: auto;
    right: 5vw;
  }
  .lead-area-top .lead-deco-wrap > div:nth-child(5) {
    width: 46vw;
    top: auto;
    bottom: -8vw;
    right: 4vw;
  }
  .lead-area-top .lead-deco-wrap > div:nth-child(5) .pc-only {
    display: none;
  }
  .lead-area-top .lead-deco-wrap > div:nth-child(5) .sp-only {
    display: block;
  }
}
@media only screen and (max-width: 840px) {
  .lead-area-top .txt-block {
    text-align: left;
  }
  .lead-area-top .inner-top:before {
    top: auto;
    left: -2%;
    height: 40%;
    bottom: 0;
  }
}

/* --------------------------------------------------
bnr-area-top
-------------------------------------------------- */
.bnr-area-top {
  position: relative;
}
.bnr-area-top:before,
.bnr-area-top:after {
  content: "";
  display: inline-block;
  width: 324px;
  height: 324px;
  position: absolute;
  z-index: -1;
}
.bnr-area-top:before {
  border-radius: 100% 0 0 0;
  background: #64b3b1;
  right: -100px;
  top: 0;
  border: 1px solid #000;
}
.bnr-area-top:after {
  border-radius: 0 100% 0 0;
  background: #efda6b;
  left: -100px;
  top: 50%;
  border: 1px solid #000;
}
.bnr-area-top .inner-top {
  position: relative;
  padding-top: 12rem;
}
.bnr-area-top .inner-top:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-top-right-radius: 80px;
  pointer-events: none;
  height: 5%;
  width: 100%;
}
.bnr-area-top .bnr-wrap-top a {
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 2.4rem 2.4rem 14rem;
  border: 3px solid #000;
  border-radius: 0 80px 0 0;
  text-decoration: none;
  position: relative;
}
.bnr-area-top .bnr-wrap-top a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/ico_arrow_top.svg) no-repeat center center / contain;
  width: 116px;
  height: 36px;
  bottom: 4rem;
  right: 3%;
  transition: all 0.3s;
}
.bnr-area-top .bnr-wrap-top a:hover:before {
  right: 1%;
}
.bnr-area-top .bnr-wrap-top a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  transition: all 0.3s;
}
.bnr-area-top .bnr-wrap-top.green a:after {
  background: url(../img/deco_bnr_bg01.svg) no-repeat center center / contain;
  width: 625px;
  height: 450px;
}
.bnr-area-top .bnr-wrap-top.yellow a:after {
  background: url(../img/deco_bnr_bg02.svg) no-repeat center center / contain;
  width: 630px;
  height: 404px;
}
.bnr-area-top .bnr-wrap-top.purple a:after {
  background: url(../img/deco_bnr_bg03.svg) no-repeat center center / contain;
  width: 690px;
  height: 413px;
}
.bnr-area-top .bnr-wrap-top.blue a:after {
  background: url(../img/deco_bnr_bg04.svg) no-repeat center center / contain;
  width: 516px;
  height: 472px;
  top: 40%;
  right: 12%;
}
.bnr-area-top .bnr-wrap-top a:hover,
.bnr-area-top .bnr-wrap-top a:hover img {
  opacity: 1;
}
.bnr-area-top .bnr-wrap-top {
  margin-bottom: 8.4rem;
}
.bnr-area-top .bnr-wrap-top.green a {
  background: #64b3b1;
}
.bnr-area-top .bnr-wrap-top.green a:hover {
  background: #579d9b;
}
.bnr-area-top .bnr-wrap-top.yellow a {
  background: #efda6b;
}
.bnr-area-top .bnr-wrap-top.yellow a:hover {
  background: #dbc861;
}
.bnr-area-top .bnr-wrap-top.purple a {
  background: #be99bc;
}
.bnr-area-top .bnr-wrap-top.purple a:hover {
  background: #a584a3;
}
.bnr-area-top .bnr-wrap-top.blue a {
  background: #7ba7cb;
}
.bnr-area-top .bnr-wrap-top.blue a:hover {
  background: #6d94b5;
}

.bnr-area-top .bnr-wrap-top a > div:first-child {
  width: 38%;
  position: relative;
  z-index: 1;
}
.bnr-area-top .bnr-wrap-top a > div:last-child {
  width: 56%;
  position: relative;
  z-index: 10;
}
.bnr-area-top .bnr-wrap-top a > div:last-child > p {
  font-size: 1.8rem;
  line-height: 3.5rem;
  max-width: 614px;
}
.bnr-area-top .bnr-wrap-top a > div:last-child > p.txt-no {
  font-size: 4.6rem;
  font-weight: bold;
  border-bottom: 3px solid #000;
  margin: 1.6rem 0;
  padding-bottom: 1.6rem;
  font-family: "Lexend", sans-serif;
}
.bnr-area-top .bnr-wrap-top a > div .ttl {
  position: absolute;
  left: -5em;
  top: 0.8em;
}

.bnr-area-top .bnr-wrap-top.green a > div .ttl {
  top: -4em;
}
@media only screen and (max-width: 1800px) {
  .bnr-area-top .inner-top {
    /*padding-top: 10em;*/
    width: 80%;
  }
}
@media screen and (max-width: 1800px) {
  .bnr-area-top:before,
  .bnr-area-top:after {
    width: 20vw;
    height: 20vw;
  }
  .bnr-area-top:before {
    right: -16vw;
  }
  .bnr-area-top:after {
    left: -20vw;
  }
}

@media screen and (max-width: 840px) {
  .bnr-area-top:before,
  .bnr-area-top:after {
    display: none;
  }
  .bnr-area-top .inner-top:before {
    border-top-right-radius: 40px;
    height: 1%;
    width: 104%;
    left: -2%;
  }
  .bnr-area-top .bnr-wrap-top a {
    display: block;
    padding: 2.4rem 2.4rem 8rem 2.4rem;
  }
  .bnr-area-top .bnr-wrap-top a > div:first-child {
    width: 100%;
  }
  .bnr-area-top .bnr-wrap-top a > div:last-child {
    width: 100%;
  }
  .bnr-area-top .bnr-wrap-top a > div .ttl {
    position: absolute;
    left: -0.4em;
    top: -4em;
    max-width: 164px;
    width: 20vw;
  }
  .bnr-area-top .bnr-wrap-top a:before {
    max-width: 116px;
    width: 16vw;
    max-height: 36px;
    height: 8vw;
    bottom: 3.2rem;
    right: 5%;
    transition: all 0.3s;
  }
  .bnr-area-top .bnr-wrap-top a > div:last-child > p {
    line-height: 2.8rem;
  }
}

/* --------------------------------------------------
news-area-top
-------------------------------------------------- */
.news-area-top {
  margin: 5rem 0 0;
  position: relative;
}

.news-area-top:before,
.news-area-top:after {
  content: "";
  display: inline-block;
  width: 324px;
  height: 324px;
  position: absolute;
  z-index: -3;
}
.news-area-top:before {
  border-radius: 0 100% 0 0;
  background: #be99bc;
  right: -200px;
  top: -30%;
  border: 1px solid #000;
}
.news-area-top:after {
  border-radius: 100% 0 0 0;
  background: #7ba7cb;
  left: -200px;
  top: 30%;
  border: 1px solid #000;
}

.news-area-top .inner-top {
  position: relative;
  padding: 6rem 0;
  width: 80%;
  padding-left: 8em;
}
.news-area-top .inner-top:before {
  content: "";
  position: absolute;
  height: 4em;
  top: -4em;
  left: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #000;
  z-index: -1;
}
.news-area-top .inner-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-top-left-radius: 80px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.news-area-top .ttl-top {
  text-align: center;
  margin: 1.6rem auto 1.6rem auto;
  max-width: 260px;
  width: 50%;
}
.news-area-top .list-article {
  max-width: 80%;
  margin: 0 auto 5.6rem auto;
}
.news-area-top .list-article .category {
  margin-bottom: 0;
}


@media screen and (max-width: 1800px) {
  .news-area-top:before,
  .news-area-top:after {
    width: 20vw;
    height: 20vw;
  }
  .news-area-top:before {
    right: -16vw;
    top: -30%;
  }
  .news-area-top:after {
    left: -16vw;
    top: 30%;
  }
}

@media screen and (max-width: 840px) {
  .news-area-top:before,
  .news-area-top:after {
    display: none;
  }
  .news-area-top .inner-top {
    padding: 6rem 1.6rem;
  }
}

/* category  */
.category {
  color: #000;
  border: 1px solid #000;
  border-radius: 5em;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0.2rem 1.6rem;
  margin: 0 0.8rem 0.8rem 0;
}
/* icon-new */
.icon-new {
  color: #fff;
  background: #323131;
  border-radius: 5em;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0.2rem 1.6rem;
  margin: 0 0.8rem 0 1.6rem;
  position: relative;
}
@media screen and (max-width: 840px) {
  .icon-new {
    margin: 0 0.8rem 0 0.8rem;
  }
}

/* list-article */
.list-article {
  margin-bottom: 4.8rem;
}
.list-article li a {
  padding: 2.4rem 0 1.6rem 0;
  border-bottom: 1px solid #000000;
  display: flex;
  position: relative;
  text-decoration: none;
  align-items: center;
}
.list-article li a:hover {
  opacity: 0.7;
}
.list-article li a .date-part {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 10em;
}
.list-article li a .date-part .date-post {
  font-weight: bold;
  text-decoration: none;
  margin-right: 1.6rem;
}
.list-article li a .ttl {
  text-decoration: underline;
  width: calc(100% - 16em);
}
.list-article li a .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 840px) {
  .list-article li a {
    display: block;
  }
  .list-article li a .date-part {
    width: 100%;
    display: flex;
  }
  .list-article li a .ttl {
    width: 100%;
  }
}
/* btn-base */
a.btn-base,
button.btn-base {
  color: #fff;
  background: #000;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 5em;
  box-sizing: border-box;
  display: block;
  padding: 1.6rem 4.8rem;
  position: relative;
  min-width: 300px;
  text-decoration: none;
}
@media screen and (max-width: 840px) {
  a.btn-base,
  button.btn-base {
    width: 90%;
    margin: 0 auto;
    min-width: auto;
  }
}
a.btn-base:hover,
button.btn-base:hover {
  opacity: 0.7;
}
a.btn-base.arrow:after,
button.btn-base.arrow:after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%) rotateZ(45deg);
}

a.btn-base.back:after,
button.btn-base.back:after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 3.2rem;
  transform: translateY(-50%) rotateZ(45deg);
}

/* btn-block */
.btn-block {
  margin: 2.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
.btn-block button,
.btn-block p {
  margin: 0 1.2rem 2.4rem;
}
.btn-block.center {
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .btn-block {
    display: block;
  }
  .btn-block button,
  .btn-block p {
    margin: 0.8rem 0;
  }
  .btn-block.center {
    display: block;
  }
}

/* --------------------------------------------------
page-ttl
-------------------------------------------------- */
.page-ttl {
  padding: 5.6rem 1.6rem;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 820px) {
  .page-ttl {
    padding: 3.2rem 1.6rem;
  }
  .page-ttl img {
    max-height: 75px;
    height: 10vw;
  }
}
/* --------------------------------------------------
breadCrumbs
-------------------------------------------------- */
.breadCrumbs {
  width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 1.6rem 0;
}
@media only screen and (max-width: 1920px) {
  .breadCrumbs {
    width: 94%;
    max-width: 1920px;
  }
}
@media only screen and (max-width: 1100px) {
  .breadCrumbs {
    width: 92%;
  }
}
.breadCrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
 
}
.breadCrumbs ul li {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 820px) {
  .breadCrumbs ul li {
    font-size: 1.2rem;
  }
}
.breadCrumbs ul li a {
  vertical-align: middle;
  text-decoration: underline;
  margin-right: 0.8em;
  color: #393939;
}
.breadCrumbs ul li a[aria-current] {
  text-decoration: none;
}
.breadCrumbs ul li:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  transform: rotateZ(45deg);
  vertical-align: middle;
}
.breadCrumbs ul li:last-child:after {
  display: none;
}

/* --------------------------------------------------
paging
-------------------------------------------------- */
.paging {
  text-align: center;
  margin-bottom: 3.2rem;
}
.paging a {
  color: #000;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em;
  background: #eeeeee;
  text-decoration: none;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.paging .current {
  color: #fff;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em;
  background: #000;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.paging .prev a,
.paging .next a {
  width: auto;
  border-radius: 40px;
  padding: 0.4em 1.5em;
}
.paging a:hover {
  color: #fff;
  opacity: 1;
  background: #000;
}
@media only screen and (max-width: 820px) {
  .paging a {
    line-height: 35px;
    margin-bottom: 0.8rem;
  }
  .paging .current {
    line-height: 35px;
    margin-bottom: 0.8rem;
  }
}


/* --------------------------------------------------
animation
-------------------------------------------------- */
/* --------------------------------------------------
	カーテン
	-------------------------------------------------- */
.fx-curtain::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 2;
  transition: 0.5s;
}
.fx-curtain.show::after {
  transform: translateX(100%);
}
.fx-curtain {
  opacity: 0;
  transition: 0.5s;
}
.fx-curtain.show {
  opacity: 1;
}

.fadeUpTrigger {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
  transform: translateY(50%);
}

.fadeUpTrigger.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}
