@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

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

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

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*===========================================================
全体の設定
=============================================================*/
html {
  color: #444444;
  font-family: "秀英丸ゴシック B"; }
  @media screen and (max-width: 768px) {
    html {
      min-width: 100%; } }

@media screen and (max-width: 992px) {
  html, body {
    font-size: 60%; } }
@media screen and (max-width: 768px) {
  html, body {
    width: 100%;
    font-size: 60%; } }

h1, h2, h3, h4, h5, h6, p, li, ol, dl, dt, dd, a, td, th {
  color: #444444;
  font-weight: 500;
  line-height: 1.6;
  font-family: "秀英丸ゴシック B"; }

p, li, dl, dt, dd, ol {
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify; }
  @media screen and (max-width: 576px) {
    p, li, dl, dt, dd, ol {
      font-size: 1.5rem; } }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

.is-menuOpen body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.relative {
  position: relative; }

.xl-block {
  display: none !important; }
  @media screen and (max-width: 1200px) {
    .xl-block {
      display: block !important; } }

@media screen and (max-width: 1200px) {
  .xl-none {
    display: none !important; } }

.lg-block {
  display: none !important; }
  @media screen and (max-width: 992px) {
    .lg-block {
      display: block !important; } }

@media screen and (max-width: 992px) {
  .lg-none {
    display: none !important; } }

.md-block {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .md-block {
      display: block !important; } }

@media screen and (max-width: 768px) {
  .md-none {
    display: none !important; } }

.sm-block {
  display: none !important; }
  @media screen and (max-width: 576px) {
    .sm-block {
      display: block !important; } }

@media screen and (max-width: 576px) {
  .sm-none {
    display: none !important; } }

.container__1100 {
  margin: 0 auto;
  width: 1140px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1300px) {
    .container__1100 {
      width: 100%;
      padding-left: 10rem;
      padding-right: 50px; } }
  @media screen and (max-width: 1300px) {
    .container__1100.width_fixed {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 992px) {
    .container__1100 {
      max-width: 100%;
      width: 100%;
      padding-left: 4% !important;
      padding-right: 4% !important;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container__1100 {
      padding-left: 4% !important;
      padding-right: 4% !important; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*=====================================================================
共通パーツ
=======================================================================*/
.heading {
  position: relative;
  margin-bottom: 60px; }
  .heading h1, .heading h2 {
    text-align: left;
    font-size: 3.5rem;
    color: #00C2D5;
    letter-spacing: .2rem; }
    @media screen and (max-width: 768px) {
      .heading h1, .heading h2 {
        font-size: 2rem; } }
  .heading .text {
    margin-top: 60px; }
    .heading .text p {
      font-size: 2rem;
      text-align: left;
      margin-bottom: 60px;
      line-height: 2.2;
      letter-spacing: .1rem; }
      @media screen and (max-width: 768px) {
        .heading .text p {
          font-size: 1.5rem; } }
    @media screen and (max-width: 768px) {
      .heading .text {
        margin-top: 30px; }
        .heading .text p {
          margin-bottom: 30px; } }

.title {
  position: absolute;
  left: -100px;
  top: 0; }
  @media screen and (max-width: 1300px) {
    .title {
      left: -70px; } }
  .title span {
    writing-mode: vertical-rl;
    color: #00C2D5;
    font-size: 3.8rem;
    font-family: "秀英角ゴシック金 B"; }
    @media screen and (max-width: 1300px) {
      .title span {
        font-size: 2.8rem; } }
  @media screen and (max-width: 992px) {
    .title {
      left: -10px;
      top: -50px; }
      .title span {
        font-size: 2.5rem;
        writing-mode: inherit; } }
    @media screen and (max-width: 992px) and (max-width: 768px) {
      .title span {
        font-size: 1.8rem; } }

  @media screen and (max-width: 768px) {
    .title {
      top: -40px; } }

.btn {
  font-size: 1.8rem;
  border-radius: 100px;
  padding: 10px 35px;
  color: #00C2D5;
  border: 1px solid #00C2D5;
  margin-top: 30px;
  display: inline-block;
  background: #fff; }
  .btn:hover {
    transition: .3s;
    background: #00C2D5;
    color: #fff; }
  .btn i {
    margin-left: 20px;
    position: relative;
    top: -1px; }

.paging {
  margin-top: 80px; }
  .paging div {
    margin: 0 20px; }
    @media screen and (max-width: 768px) {
      .paging div {
        margin: 0 10px 10px; } }
  .paging a {
    font-size: 1.8rem;
    border-radius: 100px;
    padding: 10px 35px;
    color: #00C2D5;
    border: 1px solid #00C2D5;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important; }
    .paging a img {
      margin: 0 !important;
      margin-left: 20px !important;
      max-width: 100%;
      width: 10px !important;
      height: auto;
      display: inline-block; }
    .paging a:hover {
      transition: .3s;
      color: #00C2D5 !important; }
    @media screen and (max-width: 576px) {
      .paging a {
        width: 100%;
        margin: 0; } }
  .paging .left img {
    margin-right: 20px !important;
    transform: rotate(179deg);
    margin-left: 0 !important; }

.cat_list {
  margin-top: 20px;
  margin-bottom: 80px; }
  @media screen and (max-width: 992px) {
    .cat_list {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .cat_list {
      margin-top: 0px;
      margin-bottom: 60px;
      position: relative;
      top: -40px; } }
  .cat_list ul li a.check {
    color: #fff;
    background: #00C2D5; }
  .cat_list ul li a {
    font-size: 1.8rem;
    border-radius: 100px;
    padding: 10px 35px;
    color: #00C2D5;
    border: 1px solid #00C2D5;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px; }
    .cat_list ul li a:hover {
      transition: .3s;
      background: #00C2D5;
      color: #fff; }
    @media screen and (max-width: 768px) {
      .cat_list ul li a {
        font-size: 1.2rem;
        padding: 5px 20px;
        margin-bottom: 5px;
        margin-right: 5px; } }

/*=====================================================================
headerの設定
=======================================================================*/
.header__pc {
  text-align: center;
  top: -150px;
  transition: 1s; }
  @media screen and (max-width: 768px) {
    .header__pc {
      display: none !important; } }
  .header__pc .logo {
    max-width: 495px;
    width: 100%;
    margin: 30px auto 10px; }
    .header__pc .logo img.top__none {
      display: block; }
    .header__pc .logo img.top {
      display: none; }
    .header__pc .logo.front {
      max-width: 1200px;
      margin-top: 15px;
      padding: 0 20px; }
      .header__pc .logo.front img.top__none {
        display: none; }
      .header__pc .logo.front img.top {
        display: block; }
  .header__pc .nav__menu {
    top: -150px;
    transition: 1s; }
    .header__pc .nav__menu .ul__nav {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center; }
      .header__pc .nav__menu .ul__nav li {
        position: relative; }
        .header__pc .nav__menu .ul__nav li a {
          padding: 20px;
          font-family: "秀英丸ゴシック B";
          color: #444444;
          font-size: 1.6rem;
          text-align: center;
          transition: .3s; }
          @media screen and (max-width: 992px) {
            .header__pc .nav__menu .ul__nav li a {
              padding: 10px; } }
          .header__pc .nav__menu .ul__nav li a:hover {
            transition: .3s;
            color: #00C2D5; }
            .header__pc .nav__menu .ul__nav li a:hover:after {
              content: "";
              display: inline-block;
              width: 7px;
              height: 7px;
              border-radius: 50%;
              background-color: #444444;
              position: absolute;
              right: 50%;
              top: 90%;
              transform: translate(50%, -50%);
              z-index: 0;
              transition: .3s; }
        .header__pc .nav__menu .ul__nav li a.check:after {
          content: "";
          display: inline-block;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background-color: #444444;
          position: absolute;
          right: 50%;
          top: 90%;
          transform: translate(50%, -50%);
          z-index: 0;
          transition: .3s; }
  .header__pc .header-img {
    display: none;
    transition: 1s; }
  .header__pc.scroll {
    height: 120px; }
    .header__pc.scroll .logo {
      display: none; }
    .header__pc.scroll .header-img {
      display: block;
      width: 70px;
      padding-top: 5px; }
    .header__pc.scroll .nav__menu {
      transition: 1s;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.9); }
    @media screen and (max-width: 992px) {
      .header__pc.scroll a {
        font-size: 1.3rem !important;
        padding: 10px !important;
        padding-top: 18px !important; } }
    .header__pc.scroll a.check:after {
      content: none !important; }

.header__sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .header__sp {
      display: block; } }
  .header__sp .sp__logo {
    width: 250px;
    position: fixed;
    top: 32px;
    left: 2%; }
    .header__sp .sp__logo img {
      width: 100%; }

.square__menu {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  /*========= ナビゲーションのためのCSS ===============*/
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/ }
  .square__menu #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    display: none;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgba(255, 255, 255, 0.3);
    /*背景を少し透過させる*/
    /*動き*/
    transition: all 0.3s;
    overflow-y: scroll; }
  .square__menu #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
    display: block; }
  .square__menu #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .square__menu #g-nav ul {
    display: none;
    /*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .square__menu #g-nav.panelactive ul {
    display: block; }
  .square__menu #g-nav li {
    list-style: none;
    text-align: center; }
  .square__menu #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold; }
  .square__menu .openbtn {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background: #00C2D5;
    border-radius: 50%;
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    /*×に変化*/ }
    .square__menu .openbtn span {
      position: absolute;
      left: 13px;
      height: 1px;
      border-radius: 2px;
      width: 25px;
      background-color: #fff;
      display: inline-block;
      transition: all .4s; }
  .square__menu .openbtn span:nth-of-type(1) {
    top: 20px; }
  .square__menu .openbtn span:nth-of-type(2) {
    top: 25px; }
  .square__menu .openbtn span:nth-of-type(3) {
    top: 30px; }
  .square__menu .openbtn.active span:nth-of-type(1) {
    width: 25px;
    transform: translateY(5px) rotate(-45deg); }
  .square__menu .openbtn.active span:nth-of-type(2) {
    opacity: 0; }
  .square__menu .openbtn.active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
    width: 25px; }
  .square__menu #g-nav-list {
    padding: 100px 6%;
    background: rgba(255, 255, 255, 0.7);
    height: auto; }
    .square__menu #g-nav-list h1 {
      width: 65%;
      margin: auto;
      margin-bottom: 30px;
      text-align: center; }
    .square__menu #g-nav-list ul {
      width: 100%;
      position: static;
      top: unset;
      left: unset;
      transform: unset;
      border-bottom: 1px solid #d8d8d8; }
      .square__menu #g-nav-list ul li {
        border-top: 1px solid #d8d8d8; }
        .square__menu #g-nav-list ul li a {
          font-size: 3vw;
          letter-spacing: .2rem;
          padding: 15px 0;
          color: #444444;
          transition: .3s;
          font-weight: 500; }
          .square__menu #g-nav-list ul li a:hover {
            background: #00C2D5;
            color: #fff;
            transition: .3s; }
        .square__menu #g-nav-list ul li ul.sub-menu {
          border: none;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .square__menu #g-nav-list ul li ul.sub-menu li {
            border: none;
            width: 48%;
            background: #f2f2f2;
            padding: 5px;
            margin-bottom: 7px;
            border-radius: 5px;
            justify-content: center;
            align-items: center;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex; }
            .square__menu #g-nav-list ul li ul.sub-menu li a {
              font-size: 1rem;
              line-height: 1.4;
              padding: 3px 0; }

/*========= ぼかしのためのCSS ===============*/
.mainblur {
  filter: blur(12px);
  overflow: hidden; }

/*=====================================================================
header end
=======================================================================*/
/*=====================================================================
footer
=======================================================================*/
footer {
  width: 100%;
  padding: 30px 0;
  background: linear-gradient(90deg, #f0f0fa 0%, #eef8f5 100%);
  position: relative;
  z-index: 10;
  text-align: center; }
  footer img {
    width: 500px; }
    @media screen and (max-width: 576px) {
      footer img {
        width: 310px;
        margin: auto; } }
  footer .left {
    width: 100px;
    margin-right: 25px;
    margin-bottom: 20px; }
  footer .big {
    color: #00C2D5;
    font-size: 2.2rem;
    font-family: "秀英丸ゴシック B";
    line-height: 1; }
  footer p a {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.4rem;
    font-family: "秀英丸ゴシック L"; }
  footer .copyright {
    font-size: 1.1rem;
    border-top: 1px solid #444; }

/*=====================================================================
footer end
=======================================================================*/
/*=====================================================================
TOP
=======================================================================*/
@media screen and (max-width: 768px) {
  main#front {
    width: 100%;
    overflow: hidden; } }
main#front .block {
  padding: 0 0 50px; }
main#front .mv {
  max-width: 1480px;
  width: 100%;
  margin: auto;
  height: 46vw;
  max-height: 900px;
  pointer-events: none; }
  @media screen and (max-width: 992px) {
    main#front .mv {
      height: 70vw; } }
  @media screen and (max-width: 768px) {
    main#front .mv {
      height: 100vw;
      margin-top: 20vw; } }
  main#front .mv img {
    width: 100%;
    height: auto; }
main#front .map2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none; }
@keyframes pon {
  0% {
    -webkit-transform: rotate(0deg) scale(0, 0);
    transform: rotate(0deg) scale(0, 0);
    transform-origin: center;
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0deg) scale(1.1, 1.1);
    transform-origin: center;
    transform: rotate(0deg) scale(1.1, 1.1); }
  100% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
    transform-origin: center;
    opacity: 1; } }
@keyframes fuwa {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
    transform-origin: center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
    transform-origin: center;
    opacity: 1; } }
main#front .pon__mv {
  -webkit-animation: fuwa 1s 0.2s;
  animation: fuwa 3s 0.2s forwards;
  transition: all 1s ease-in-out 0s;
  opacity: 0; }
main#front .mv__pc {
  position: relative; }
  main#front .mv__pc .mv-ill {
    -webkit-animation: pon 1s 0.2s;
    animation: pon 1s 0.2s forwards;
    transition: all 0.6s ease-in-out 0s;
    opacity: 0;
    position: absolute;
    pointer-events: none; }
  main#front .mv__pc .mv-ill-1 {
    width: 23%;
    bottom: 11%;
    left: 4%;
    animation-delay: 1.5s;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-1 {
        bottom: 10%;
        left: 1%; } }
  main#front .mv__pc .mv-ill-2 {
    width: 14%;
    top: 24%;
    right: 11%;
    animation-delay: 1.6s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-2 {
        top: 38%;
        right: 8%; } }
  main#front .mv__pc .mv-ill-3 {
    width: 15%;
    top: 47%;
    left: 44%;
    animation-delay: 1.7s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-3 {
        bottom: 2%;
        left: 32%; } }
  main#front .mv__pc .mv-ill-4 {
    width: 47%;
    bottom: 1%;
    left: 31%;
    z-index: 10;
    animation-delay: 1.8s; }
  main#front .mv__pc .mv-ill-5 {
    width: 18%;
    bottom: 14%;
    right: 6%;
    animation-delay: 1.9s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-5 {
        bottom: 13%;
        right: 3%; } }
  main#front .mv__pc .mv-ill-7 {
    width: 23%;
    top: 7%;
    left: 3%;
    animation-delay: 2s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-7 {
        top: 18%;
        left: 5%; } }
  main#front .mv__pc .mv-ill-8 {
    width: 26%;
    top: 34%;
    left: 10%;
    animation-delay: 1.5s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-8 {
        top: 47%;
        left: 7%; } }
  main#front .mv__pc .mv-ill-9 {
    width: 24%;
    bottom: 27%;
    left: 19%;
    animation-delay: 1.6s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-9 {
        width: 25%;
        bottom: 22%;
        left: 16%; } }
  main#front .mv__pc .mv-ill-10 {
    width: 18%;
    top: 35%;
    left: 40.5%;
    animation-delay: 1.7s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-10 {
        width: 19%;
        top: 47%; } }
  main#front .mv__pc .mv-ill-11 {
    width: 20%;
    top: 46%;
    left: 40%;
    animation-delay: 1.8s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-11 {
        width: 21%;
        top: 56%; } }
  main#front .mv__pc .mv-ill-12 {
    width: 15%;
    top: 49%;
    right: 24%;
    animation-delay: 1.9s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-12 {
        width: 16%;
        top: 58%;
        right: 22%; } }
  main#front .mv__pc .mv-ill-13 {
    width: 17%;
    top: 18%;
    right: 17%;
    animation-delay: 2s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-13 {
        width: 18%;
        top: 33%;
        right: 15%; } }
  main#front .mv__pc .mv-ill-14 {
    width: 25%;
    top: 1%;
    right: 0%;
    animation-delay: 1.5s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-14 {
        width: 29%;
        top: 1%;
        right: 1%; } }
  main#front .mv__pc .mv-ill-15 {
    width: 13%;
    bottom: 36%;
    right: 14%;
    animation-delay: 2.1s; }
    @media screen and (max-width: 768px) {
      main#front .mv__pc .mv-ill-15 {
        bottom: 30%;
        right: 12%; } }
main#front .copy {
  background: linear-gradient(90deg, #f0f0fa 0%, #eef8f5 100%); }
  main#front .copy .title span {
    height: 600px; }
    @media screen and (max-width: 992px) {
      main#front .copy .title span {
        height: auto; } }
main#front .about .btn {
  background: #fff;
  display: block;
  font-size: 2.8rem; }
  @media screen and (max-width: 768px) {
    main#front .about .btn {
      font-size: 1.6rem; } }
  main#front .about .btn:hover {
    background: #00C2D5; }
@media screen and (max-width: 768px) {
  main#front .about .relative {
    margin-top: 300px; } }
main#front .bg {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 37%; }
  @media screen and (max-width: 992px) {
    main#front .bg {
      width: 70%;
      position: static;
      margin-bottom: 70px; } }
  @media screen and (max-width: 768px) {
    main#front .bg {
      width: 100%; } }
main#front .btn.more {
  font-family: "秀英角ゴシック金 B"; }
main#front .partner {
  background: linear-gradient(90deg, #f0f0fa 0%, #eef8f5 100%); }
  main#front .partner .left {
    width: 55px;
    writing-mode: vertical-rl;
    color: #00C2D5;
    font-size: 2.2rem;
    padding-right: 25px;
    padding-top: 10px; }
    @media screen and (max-width: 576px) {
      main#front .partner .left {
        width: 100%;
        writing-mode: inherit;
        text-align: center;
        padding-right: 0; } }
  main#front .partner .right {
    width: calc(100% - 55px); }
    @media screen and (max-width: 576px) {
      main#front .partner .right {
        width: 100%; } }
  main#front .partner .partner__block {
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px 15px;
    margin-bottom: 50px; }
    @media screen and (max-width: 576px) {
      main#front .partner .partner__block {
        padding: 25px 4% 15px; } }
    main#front .partner .partner__block ul.partner__block__logo li {
      width: 18%;
      margin-right: 2%;
      margin-bottom: 20px; }
      main#front .partner .partner__block ul.partner__block__logo li:nth-child(5n) {
        margin-right: 0; }
      main#front .partner .partner__block ul.partner__block__logo li .img {
        height: 100px;
        width: 100%; }
        main#front .partner .partner__block ul.partner__block__logo li .img img {
          object-fit: contain;
          height: 100px; }
      main#front .partner .partner__block ul.partner__block__logo li h3 {
        background: #00C2D5;
        font-size: 1.1rem;
        line-height: 1.2;
        color: #fff;
        text-align: center;
        padding: 3px;
        border-radius: 2px; }
      @media screen and (max-width: 576px) {
        main#front .partner .partner__block ul.partner__block__logo li {
          width: 30%;
          margin-right: 3%;
          margin-bottom: 0; }
          main#front .partner .partner__block ul.partner__block__logo li:nth-child(3n) {
            margin-right: 0; }
          main#front .partner .partner__block ul.partner__block__logo li:nth-child(5n) {
            margin-right: 3%; } }
main#front .btn {
  padding: 10px 60px;
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    main#front .btn {
      padding: 10px 40px; } }
main#front .contact img {
  width: 500px; }
  @media screen and (max-width: 768px) {
    main#front .contact img {
      width: 70%; } }
main#front .contact .fzs p {
  font-size: 1.5rem; }
main#front .contact .fzs a:hover {
  color: #00C2D5;
  transition: .2s; }
main#front .back__wrapper {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    main#front .back__wrapper {
      overflow: visible; } }
main#front .back {
  background: linear-gradient(90deg, #f0f0fa 0%, #eef8f5 100%);
  border-top-right-radius: 1000px 200px;
  border-top-left-radius: 1000px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 150px;
  padding-bottom: 200px; }
main#front .back__wrapper__white {
  overflow: hidden;
  position: relative;
  top: -120px; }
  @media screen and (max-width: 768px) {
    main#front .back__wrapper__white {
      overflow: visible; } }
  main#front .back__wrapper__white .back {
    background: #fff;
    padding-bottom: 0; }
  main#front .back__wrapper__white .block {
    padding-bottom: 0; }
main#front .copy__wrapper .back {
  padding-top: 250px; }
  @media screen and (max-width: 1400px) {
    main#front .copy__wrapper .back {
      padding-top: 12vw; } }
  @media screen and (max-width: 992px) {
    main#front .copy__wrapper .back {
      padding-top: 380px; } }
  @media screen and (max-width: 768px) {
    main#front .copy__wrapper .back {
      padding-top: 42vw; } }

.mv .left {
  width: 58%; }
  @media screen and (max-width: 1480px) {
    .mv .left {
      padding: 0 4%; } }
  @media screen and (max-width: 992px) {
    .mv .left {
      width: 100%;
      padding: 0; } }
.mv .right {
  width: 40%; }
  @media screen and (max-width: 992px) {
    .mv .right {
      display: none; } }
.mv .heading {
  padding-top: 70px; }
  .mv .heading h2 {
    font-size: 2vw; }
    @media screen and (min-width: 1480px) {
      .mv .heading h2 {
        font-size: 3rem; } }
  .mv .heading .text {
    margin-top: 40px; }
  .mv .heading p {
    font-size: 1.5vw;
    margin-bottom: 20px; }
    @media screen and (min-width: 1480px) {
      .mv .heading p {
        font-size: 2.25rem; } }

@media screen and (max-width: 992px) {
  .mv__pc {
    width: auto; } }

/*=====================================================================
TOP end
=======================================================================*/
/*=====================================================================
固定ページの共通設定
=======================================================================*/
@media screen and (max-width: 768px) {
  #page {
    padding-top: 80px; } }

@media screen and (max-width: 768px) {
  .list__loop .d-flex {
    justify-content: space-between; } }
.list__loop li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px; }
  .list__loop li:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .list__loop li {
      width: 48%;
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .list__loop li {
      width: 100%;
      margin-right: 0; } }
  .list__loop li h3 {
    margin: 20px 0 15px;
    font-size: 1.8rem; }
  .list__loop li .date {
    font-size: 1.7rem;
    font-family: "秀英丸ゴシック L"; }
  .list__loop li img {
    width: 100%; }
.list__loop .tag {
  line-height: 0;
  margin-bottom: 15px; }
  .list__loop .tag a {
    font-size: 1.4rem;
    margin-right: 15px;
    display: inline-block;
    font-family: "秀英丸ゴシック L"; }

@media screen and (max-width: 992px) {
  .list__loop__post {
    margin-bottom: 100px; } }
.list__loop__post ul {
  border-top: 1px solid #b5b5b6; }
.list__loop__post li {
  padding: 30px;
  border-bottom: 1px solid #b5b5b6; }
  @media screen and (max-width: 768px) {
    .list__loop__post li {
      padding: 20px 10px; } }
  .list__loop__post li a {
    align-items: center; }
    .list__loop__post li a:hover h3 {
      color: #00C2D5;
      transition: .2s; }
  .list__loop__post li span {
    display: block;
    width: 120px; }
    @media screen and (max-width: 768px) {
      .list__loop__post li span {
        width: 90px; } }
    @media screen and (max-width: 576px) {
      .list__loop__post li span {
        width: 100%; } }
  .list__loop__post li h3 {
    width: calc(100% - 160px); }
    @media screen and (max-width: 768px) {
      .list__loop__post li h3 {
        width: calc(100% - 110px); } }
    @media screen and (max-width: 576px) {
      .list__loop__post li h3 {
        width: 100%; } }
  .list__loop__post li img {
    height: 20px;
    width: auto; }
    @media screen and (max-width: 576px) {
      .list__loop__post li img {
        display: none; } }

.relation {
  max-width: 900px; }
  .relation h2 {
    color: #00C2D5;
    font-size: 3rem;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin: 50px 0 30px; }
    @media screen and (max-width: 768px) {
      .relation h2 {
        font-size: 2rem; } }
  .relation .container__1100 {
    width: 900px;
    max-width: 900px; }
    @media screen and (max-width: 768px) {
      .relation .container__1100 {
        width: 100%;
        min-width: 100%; } }

/*=====================================================================
固定ページの共通設定 end
=======================================================================*/
/*=====================================================================
固定ページの個別設定
=======================================================================*/
@media screen and (max-width: 576px) {
  .support .cat_list ul {
    display: block; }
  .support .cat_list a {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; } }
.support .heading .text {
  margin-top: 25px; }
.support .contents {
  padding: 120px 0; }
  .support .contents .left, .support .contents .right {
    padding-top: 30px;
    padding-bottom: 80px; }
  .support .contents .left {
    width: 400px;
    border-top: 3px solid #00C2D5; }
    @media screen and (max-width: 1200px) {
      .support .contents .left {
        width: 300px;
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .support .contents .left {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 20px; } }
    .support .contents .left h3 {
      font-size: 2.2rem;
      color: #00C2D5; }
      @media screen and (max-width: 768px) {
        .support .contents .left h3 {
          font-size: 1.9rem; } }
  .support .contents .right {
    width: calc(100% - 400px);
    border-top: 3px solid #dddddd; }
    @media screen and (max-width: 1200px) {
      .support .contents .right {
        width: calc(100% - 300px); } }
    @media screen and (max-width: 768px) {
      .support .contents .right {
        width: 100%;
        border-top: none;
        padding-top: 0px;
        padding-bottom: 80px; } }
    .support .contents .right p {
      font-family: "秀英丸ゴシック L";
      font-size: 1.8rem;
      text-align: justify; }
      @media screen and (max-width: 768px) {
        .support .contents .right p {
          font-size: 1.5rem; } }
.support #money {
  padding-top: 0; }
  @media screen and (max-width: 576px) {
    .support #money {
      padding-top: 90px; } }
.support .back__wrapper {
  overflow: hidden; }
  .support .back__wrapper.contents {
    padding: 0; }
.support .back {
  background: linear-gradient(90deg, #f0f0fa 0%, #eef8f5 100%);
  border-top-right-radius: 1000px 200px;
  border-top-left-radius: 1000px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 150px;
  padding-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .support .back {
      padding-bottom: 70px; } }
.support .back__wrapper__white {
  overflow: hidden;
  position: relative;
  top: -100px; }
  .support .back__wrapper__white.contents {
    padding: 0; }
  .support .back__wrapper__white .back {
    background: #fff;
    padding-bottom: 0; }

/*=====================================================================
固定ページの個別設定 end
=======================================================================*/
/*=====================================================================
#single
=======================================================================*/
#single {
  padding-bottom: 80px; }
  @media screen and (max-width: 768px) {
    #single {
      padding-top: 80px; } }
  #single .heading {
    margin-bottom: 0; }
  #single .editor .date {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 500; }
  #single .editor article {
    width: 900px;
    max-width: 900px; }
    @media screen and (max-width: 992px) {
      #single .editor article {
        width: 100%;
        max-width: 100%; } }
    #single .editor article h1 {
      font-size: 3.5rem;
      line-height: 1.45;
      letter-spacing: .05rem;
      margin-bottom: 25px;
      text-align: left;
      color: #00C2D5; }
      @media screen and (max-width: 768px) {
        #single .editor article h1 {
          font-size: 2rem;
          margin-bottom: 20px; } }
    #single .editor article h2 {
      font-size: 3.5rem;
      margin-top: 80px;
      margin-bottom: 20px;
      color: #00C2D5; }
      @media screen and (max-width: 768px) {
        #single .editor article h2 {
          font-size: 1.8rem; } }
    #single .editor article h2 + h3 {
      margin-top: 0; }
    #single .editor article h3 {
      margin-top: 40px;
      font-size: 3rem;
      margin-bottom: 10px;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        #single .editor article h3 {
          font-size: 1.5rem; } }
    #single .editor article h4 {
      font-size: 2rem;
      margin-top: 30px;
      margin-bottom: 10px;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        #single .editor article h4 {
          font-size: 1.5rem; } }
    #single .editor article img {
      margin: 20px 0;
      max-width: 100%;
      width: auto;
      height: auto; }
    #single .editor article p {
      font-size: 2.2rem;
      margin-bottom: 15px;
      letter-spacing: 0;
      font-family: "秀英丸ゴシック L"; }
      @media screen and (max-width: 768px) {
        #single .editor article p {
          font-size: 1.5rem; } }
    #single .editor article li, #single .editor article ol {
      font-family: "秀英丸ゴシック L"; }
    #single .editor article a {
      display: inline-block;
      text-decoration: underline;
      max-width: 900px;
      word-wrap: break-word;
      font-family: "秀英丸ゴシック L"; }
      @media screen and (max-width: 768px) {
        #single .editor article a {
          width: 100%; } }
      #single .editor article a:hover {
        color: #444444;
        transition: .2s; }
    #single .editor article hr {
      border: 0;
      border-top: 1px solid #ddd;
      height: 0;
      margin: 50px 0; }
    #single .editor article ul {
      margin: 20px 0; }
    #single .editor article .wp-block-column img {
      margin: 0; }
    #single .editor article figcaption {
      font-size: 1.8rem;
      margin-bottom: 50px;
      line-height: 1.8;
      font-family: "秀英丸ゴシック L"; }
    #single .editor article .has-background {
      background: #ebf6f9 !important;
      border-radius: 20px;
      margin: 40px 0; }
    #single .editor article .has-small-font-size {
      font-size: 1.5rem !important; }
    #single .editor article table {
      font-family: "秀英丸ゴシック L"; }
      #single .editor article table td, #single .editor article table th {
        font-size: 1.6rem;
        color: #444444;
        font-family: "秀英丸ゴシック L"; }
      #single .editor article table td {
        padding: 5px;
        font-family: "秀英丸ゴシック L"; }

/*=====================================================================
#single end
=======================================================================*/
/*=====================================================================
#プラグインの設定
=======================================================================*/
/*=== wp-pagenaviの設定 ===*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 45px; }

.wp-pagenavi a, .wp-pagenavi span {
  padding: 0 !important;
  margin: 0 10% !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: unset !important;
  border: none !important;
  width: 6px; }
  .wp-pagenavi a img, .wp-pagenavi span img {
    width: 100%; }

.wp-pagenavi a:hover {
  transition: .2s; }

/*=== inviewの設定==*/
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: 1s;
  /* 透過率と縦方向の移動を0.8秒 */ }
  .js-fadeUp.t0 {
    transform: translateY(0px);
    /* 下に30pxの位置から */ }
  .js-fadeUp.t10 {
    transform: translateY(10px);
    /* 下に30pxの位置から */ }

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */ }

.delay_02 {
  transition-delay: .2s;
  animation-delay: 0.2s !important; }

.delay_03 {
  transition-delay: .3s;
  animation-delay: 0.3s !important; }

.delay_04 {
  transition-delay: .4s;
  animation-delay: 0.4s !important; }

.delay_05 {
  transition-delay: .5s;
  animation-delay: 0.5s !important; }

.delay_06 {
  transition-delay: .6s;
  animation-delay: 0.6s !important; }

.delay_07 {
  transition-delay: .7s;
  animation-delay: 0.7s !important; }

.delay_08 {
  transition-delay: .8s;
  animation-delay: 0.8s !important; }

.delay_09 {
  transition-delay: .9s;
  animation-delay: 0.9s !important; }

.delay_10 {
  transition-delay: 1s;
  animation-delay: 0.1s !important; }

.delay_11 {
  transition-delay: 1.1s;
  animation-delay: 1.1s !important; }

@keyframes pon {
  0% {
    -webkit-transform: rotate(0deg) scale(0, 0);
    transform: rotate(0deg) scale(0, 0);
    transform-origin: center;
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0deg) scale(1.1, 1.1);
    transform-origin: center;
    transform: rotate(0deg) scale(1.1, 1.1); }
  100% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
    transform-origin: center;
    opacity: 1; } }
.pon__mv {
  -webkit-animation: pon 1s 0.2s;
  animation: pon 1s 0.2s forwards;
  transition: all 0.6s ease-in-out 0s;
  opacity: 0; }

.js-fade {
  opacity: 0; }

.js-fade.is-inview.pon {
  -webkit-animation: pon 1s 0.2s;
  animation: pon 1s 0.2s forwards;
  transition: all 0.6s ease 0s; }

.yura_5s {
  animation: yura 5s ease infinite;
  animation-delay: 3s; }

.yura_tate {
  animation: yura_tate 3s ease infinite; }

.yura_yoko {
  animation: yura_yoko 3s ease infinite; }

.yura_yoko2 {
  animation: yura_yoko2 3s ease infinite; }

.yura_tate_5s {
  animation: yura_tate 5s ease infinite; }

@keyframes yura_tate {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-7px); }
  100% {
    transform: translateY(0); } }
@keyframes yura_yoko {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-7px); }
  100% {
    transform: translateX(0); } }
@keyframes yura_yoko2 {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(5px); }
  100% {
    transform: translateX(0); } }
.kaku {
  animation: kaku 2s ease infinite; }

.kaku2 {
  animation: kaku 2s ease infinite;
  animation-delay: 2s; }

.kaku_4s {
  animation: kaku 4s ease infinite;
  animation-delay: 4s; }

@keyframes kaku {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(7deg); }
  100% {
    transform: rotate(0); } }
.poyo {
  animation: poyo 2s ease-out infinite; }

.poyo2 {
  animation: poyo2 2s ease-out infinite; }

.poyo_4s {
  animation: poyo 4s ease-out infinite; }

@keyframes poyo {
  0%, 40%, 60%, 80% {
    transform: scale(1); }
  50%, 70% {
    transform: scale(0.97); } }
@keyframes poyo2 {
  0%, 40%, 60%, 80% {
    transform: scale(1); }
  50%, 70% {
    transform: scale(1.15); } }
.ill-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23%;
  z-index: 100; }
  @media screen and (max-width: 992px) {
    .ill-1 {
      bottom: 10vw;
      width: 20%; } }
  @media screen and (max-width: 768px) {
    .ill-1 {
      bottom: -40vw;
      width: 30vw; } }
  @media screen and (max-width: 576px) {
    .ill-1 {
      bottom: -60vw;
      width: 35vw; } }

.ill-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .ill-2 {
      top: -50vw;
      width: 25vw; } }

.ill-3 {
  position: absolute;
  top: 170px;
  right: 150px;
  width: 15%;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .ill-3 {
      top: -15vw;
      width: 23vw;
      right: 10vw; } }
  @media screen and (max-width: 576px) {
    .ill-3 {
      top: -45vw;
      width: 25vw;
      right: 30vw; } }

.ill-4 {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 35%;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .ill-4 {
      top: 15vw;
      width: 33vw;
      right: 0vw; } }
  @media screen and (max-width: 576px) {
    .ill-4 {
      top: -33vw;
      width: 40vw;
      right: 0vw; } }

.ill-5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .ill-5 {
      top: -50vw;
      width: 25vw;
      right: 10vw; } }

.ill-6 {
  position: absolute;
  top: 150px;
  right: 170px;
  width: 15%;
  z-index: 100; }
  @media screen and (max-width: 992px) {
    .ill-6 {
      top: 170px;
      right: 10vw; } }
  @media screen and (max-width: 768px) {
    .ill-6 {
      top: -35vw;
      width: 20vw;
      right: 39vw; } }
  @media screen and (max-width: 576px) {
    .ill-6 {
      top: -45vw;
      width: 25vw;
      right: 35vw; } }

.ill-7 {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 23%;
  z-index: 100;
  animation-iteration-count: 2; }
  @media screen and (max-width: 992px) {
    .ill-7 {
      bottom: 10vw;
      width: 25%; } }
  @media screen and (max-width: 768px) {
    .ill-7 {
      top: -44vw;
      width: 60vw;
      right: -40px;
      bottom: unset; } }

.a-i-c {
  animation-play-state: paused; }

.is-inview .a-i-c {
  animation-play-state: running;
  animation-iteration-count: 2; }

/*=====================================================================
#プラグインの設定 end
=======================================================================*/
.contact-us form {
  width: 100%;
  margin: 50px auto;
  max-width: 900px; }
  .contact-us form input[type="text"], .contact-us form input[type="tel"], .contact-us form input[type="email"], .contact-us form textarea {
    width: 100%;
    padding: 10px 15px;
    height: 50px;
    border: 1px solid #999; }
  .contact-us form textarea {
    height: 400px; }
  .contact-us form .wpcf7-list-item {
    margin: 0;
    margin-right: 15px; }
  .contact-us form .left, .contact-us form .right {
    border-bottom: 1px solid #ddd;
    padding: 15px 0; }
  .contact-us form .left {
    width: 30%;
    padding-top: 22px; }
    @media screen and (max-width: 992px) {
      .contact-us form .left {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0; } }
  .contact-us form .right {
    width: 70%; }
    @media screen and (max-width: 992px) {
      .contact-us form .right {
        width: 100%;
        padding-top: 5px; } }
  .contact-us form .red, .contact-us form .gray {
    background: red;
    display: inline-block;
    text-align: center;
    padding: 0px 15px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 1.4rem; }
  .contact-us form .gray {
    background: #999; }
  .contact-us form input[type="submit"] {
    padding: 25px 120px;
    text-align: center;
    background: #ddd;
    display: block;
    margin: 30px auto;
    transition: .2s;
    cursor: pointer; }
    .contact-us form input[type="submit"]:hover {
      background: #000;
      color: #fff; }
  .contact-us form .wpcf7-acceptance {
    text-align: center;
    margin: auto;
    display: block; }
.contact-us .privacy .text {
  margin: 20px 0 15px;
  font-size: 1.5rem; }
.contact-us .privacy .wrap {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  border: solid 1px silver;
  overflow-y: scroll; }
  .contact-us .privacy .wrap h3 {
    text-align: center;
    font-size: 1.6rem;
    padding: 30px; }
  .contact-us .privacy .wrap h4 {
    font-size: 1.5rem;
    margin: 30px 0 15px; }
  .contact-us .privacy .wrap h5, .contact-us .privacy .wrap p {
    font-size: 1.4rem;
    margin-bottom: 10px; }
  .contact-us .privacy .wrap section {
    padding: 20px; }
  .contact-us .privacy .wrap a {
    color: #00C2D5;
    text-decoration: underline;
    display: inline-block; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 120px;
  height: auto;
  z-index: 990;
  cursor: pointer; }
  #page-top p {
    text-align: center;
    font-size: 1.5rem;
    padding-left: 10px; }
    @media screen and (max-width: 768px) {
      #page-top p {
        font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    #page-top {
      width: 82px; } }
