@charset "UTF-8";
/*==============================================================
# 変数設定
==============================================================*/
/*==============================================================
# @mixin 設定
==============================================================*/
/*==============================================================
# 初期設定
==============================================================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  color: #666666;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

body img {
  width: 100%;
  height: auto;
}

body a {
  text-decoration: none;
  color: #666666;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body a:hover {
  opacity: 0.7;
}

video {
  max-width: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.contents-title {
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 3.6rem;
  position: relative;
  letter-spacing: 0.1em;
}

.contents-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, #FB6689, #FB6689 4px, #FBB4C2 4px, #FBB4C2 8px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1023px) {
  .contents-title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .contents-title {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 374px) {
  .contents-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 350px) {
  .contents-title {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .contents-title span {
    display: inline-block;
  }
}

.contents-sub-title {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.8rem;
  text-shadow: 2px 2px 0 #ededed;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  color: #303030;
}

.contents-sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  z-index: -1;
}

@media screen and (max-width: 424px) {
  .contents-sub-title::before {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .contents-sub-title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .contents-sub-title {
    text-shadow: 2px 2px 0 #ededed;
  }
}

.page-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  background: #F2BC25;
  border-radius: 50%;
  z-index: 999;
}

.page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.page-top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f106';
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.section {
  padding: 100px 0 120px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
    margin-bottom: 80px;
  }
}

.sub-section {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .sub-section {
    padding: 80px 0;
  }
}

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

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

.item-btn {
  text-align: center;
  margin-top: 50px;
  max-height: 50px;
}

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

.btn {
  font-family: "Kosugi Maru", sans-serif;
  display: inline-block;
  width: 100%;
  max-width: 270px;
  padding: 1.2rem 1.0rem;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1023px) {
  .btn {
    font-size: 1.4rem;
  }
}

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

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

input[type="submit"] {
  -webkit-appearance: none;
}

.dib {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .dib-pc {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  .dib-tab {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .dib-sp {
    display: inline-block;
  }
}

.db {
  display: block;
}

@media screen and (min-width: 1024px) {
  .dib-pc {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .db-tab {
    display: block;
  }
}

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

@media screen and (max-width: 424px) {
  .db-sm {
    display: block;
  }
}

/*----------    背景色    ----------*/
.green {
  background-color: #00BC6F;
}

.yellow {
  background-color: #F2BC25;
}

.blue {
  background-color: #4BCCF4;
}

/*----------    beforeでの背景色    ----------*/
.g-before::before {
  background-color: #00BC6F;
}

.y-before::before {
  background-color: #F2BC25;
}

.b-before::before {
  background-color: #4BCCF4;
}

/*----------    マーカー色    ----------*/
.y-border {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #F2BC25)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #F2BC25 0%) repeat scroll 0 0;
}

.b-border {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #4BCCF4)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #4BCCF4 0%) repeat scroll 0 0;
}

.g-border {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #00BC6F)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #00BC6F 0%) repeat scroll 0 0;
}

/*----------    文字色    ----------*/
.y-color {
  color: #F2BC25;
}

.b-color {
  color: #4BCCF4;
}

.g-color {
  color: #00BC6F;
}

/*----------    利用者の声    ----------*/
.b-sub {
  border-bottom: 2px solid #4BCCF4;
}

.b-sub::before {
  border-color: #4BCCF4 transparent transparent transparent;
}

.g-sub {
  border-bottom: 2px solid #00BC6F;
}

.g-sub::before {
  border-color: #00BC6F transparent transparent transparent;
}

/*==============================================================
# ヘッダー
==============================================================*/
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  background: rgba(48, 48, 48, 0.5);
  font-family: sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 1024px) {
  .header:hover {
    background: #303030;
  }
}

.header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1023px) {
  .header-contents {
    height: 60px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .header-contents {
    padding: 0 16px;
  }
}

.header-logo {
  margin-right: auto;
}

.header-logo img {
  max-width: 160px;
}

@media screen and (max-width: 1023px) {
  .header-logo img {
    max-width: 120px;
  }
}

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

.header-nav {
  margin-left: auto;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .header-nav-list {
    padding: 60px 16px 0;
    max-width: 500px;
    margin: 0 auto;
  }
}

.header-nav-item {
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1023px) {
  .header-nav-item:last-child {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.header-nav-item:last-child .btn {
  text-align: center;
  padding: 1.2rem 2.0rem;
  width: 180px;
  margin-left: 15px;
}

@media screen and (max-width: 1023px) {
  .header-nav-item:last-child .btn {
    padding: 1.2rem 1.4rem;
    margin-left: 0px;
    width: 100%;
  }
}

.header-nav-item:not(:last-child) .header-nav-item-link {
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  display: inline-block;
  padding: 0 12px;
  line-height: 90px;
}

@media screen and (max-width: 1059px) {
  .header-nav-item:not(:last-child) .header-nav-item-link {
    padding: 0 8px;
  }
}

@media screen and (max-width: 1023px) {
  .header-nav-item:not(:last-child) .header-nav-item-link {
    width: 100%;
    line-height: 1.75;
    padding: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .header-nav-item:not(:last-child):hover {
    background: #00BC6F;
  }
  .header-nav-item:not(:last-child):hover .header-nav-item-link {
    text-shadow: none;
    opacity: 1;
    position: relative;
  }
  .header-nav-item:not(:last-child):hover .header-nav-item-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
  }
}

.header-nav-item:nth-child(5):hover .header-nav-item-link::after {
  border: none;
}

.header-mega {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  position: absolute;
  top: 90px;
  right: 0;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .header-mega {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    height: initial;
  }
}

.header-mega-title {
  background: #ededed;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .header-mega-title {
    display: none;
  }
}

.header-mega-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #9B9B9B;
  font-family: sans-serif;
  text-align: center;
  font-size: 3.6rem;
}

@media screen and (max-width: 1023px) {
  .header-mega-title h2 {
    font-size: 2.4rem;
  }
}

.header-mega-nav {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .header-mega-nav {
    background: transparent;
    padding-top: 0;
    padding-bottom: 16px;
  }
}

.header-nav-item:hover .header-mega {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .header-mega-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    height: 100%;
  }
}

.header-mega-item {
  height: 25%;
}

@media screen and (max-width: 1023px) {
  .header-mega-item {
    width: 100%;
  }
}

.header-mega-item-link {
  display: inline-block;
  width: 100%;
  background: url(../img/icon/f_icon.svg) left 0 top 50% no-repeat;
  padding-left: 20px;
  background-size: 16px auto;
  line-height: 2.5;
  color: #303030;
}

@media screen and (max-width: 1023px) {
  .header-mega-item-link {
    padding-left: 14px;
    background-size: 12px auto;
    text-indent: 4px;
    color: #fff;
    line-height: 2;
    padding: 6px 6px 6px 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 374px) {
  .header-mega-item-link {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .dib {
    display: inline-block;
  }
}

/*--------------- ドロワー ---------------*/
@media screen and (min-width: 1024px) {
  .drawer-menu {
    -webkit-transform: initial !important;
            transform: initial !important;
  }
}

@media screen and (max-width: 1023px) {
  .drawer--right .drawer-hamburger {
    padding-right: 16px;
    width: 30px;
  }
  .drawer--right .drawer-nav {
    right: -70%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .drawer-nav {
    background: #303030;
    width: 70%;
  }
  .drawer-menu {
    display: block;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer-overlay {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
    z-index: 100;
  }
  .drawer-hamburger-icon {
    background: #fff;
    height: 3px;
    width: 30px;
  }
  .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    background: #fff;
    height: 3px;
    border-radius: 3px;
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .drawer--right .drawer-nav {
    right: -80%;
  }
  .drawer-nav {
    width: 80%;
  }
}

/*==============================================================
# フッター
==============================================================*/
.footer {
  position: relative;
  font-family: sans-serif;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #9fc427), color-stop(51%, #303030));
  background: linear-gradient(90deg, #9fc427 50%, #303030 51%);
}

@media screen and (max-width: 1023px) {
  .footer {
    font-size: 1.3rem;
  }
}

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

.footer .container {
  width: 100%;
  max-width: 2000px;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.footer-bg {
  position: absolute;
  background: url(../img/bg/f_line.png) no-repeat center center/cover;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
}

.footer-info {
  background-color: #9FC427;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  padding: 50px 40px 140px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .footer-info {
    padding: 50px 24px 140px;
  }
}

@media screen and (max-width: 767px) {
  .footer-info {
    padding: 60px 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer-info-body {
    max-width: 500px;
    margin: 0 auto;
  }
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo img {
  width: 100%;
  max-width: 240px;
}

@media screen and (max-width: 1023px) {
  .footer-logo img {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-info-title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.footer-info-text {
  margin-bottom: 1em;
}

.footer-info-text + .footer-info-text {
  margin-bottom: 2em;
}

.footer-info-text span {
  display: inline-block;
  margin: 0 6px;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns-item {
  margin: 0 10px;
}

@media screen and (max-width: 1023px) {
  .sns-item {
    margin: 0 5px;
  }
}

.sns-item-link {
  display: inline-block;
  width: 100%;
  max-width: 60px;
}

@media screen and (max-width: 767px) {
  .sns-item-link {
    max-width: 40px;
  }
}

.footer-nav {
  background-color: #303030;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  padding: 0 40px;
}

@media screen and (max-width: 1279px) {
  .footer-nav {
    padding: 0 24px;
  }
}

.footer-nav .item-btn {
  text-align: right;
  margin-bottom: 30px;
  height: 100%;
}

.footer-nav .item-btn .btn {
  text-align: center;
  padding: 1.2rem 2.0rem;
  max-width: 180px;
}

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

@media screen and (max-width: 374px) {
  .footer-nav .item-btn .btn {
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav .item-btn {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav {
    padding: 30px 16px 20px;
    display: none;
  }
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer-nav-list {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav-item {
    width: calc(25% - 40px * 3 / 4);
  }
  .footer-nav-item + .footer-nav-item {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .footer-nav-item {
    width: calc(25% - 20px * 3 / 4);
  }
  .footer-nav-item + .footer-nav-item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .footer-nav-item {
    width: calc(50% - 20px * 1 / 2);
  }
  .footer-nav-item + .footer-nav-item {
    margin-left: 0;
  }
  .footer-nav-item:nth-child(2n) {
    margin-left: 20px;
  }
  .footer-nav-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav-item {
    margin: 30px auto 0;
  }
}

.footer-nav-item-title {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.footer-under-list {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer-under-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.under-item {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .under-item {
    width: calc(50% - 10px * 1 / 2);
  }
  .under-item:nth-child(2n) {
    margin-left: 10px;
  }
}

.under-item-link {
  color: #fff;
  background: url(../img/icon/f_icon.svg) left 0 top 50% no-repeat;
  padding-left: 14px;
  background-size: 12px auto;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .under-item-link span {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  .under-item-link {
    padding-left: 12px;
    background-size: 10px auto;
    text-indent: 4px;
  }
}

/*==============================================================
# 下層トップ
==============================================================*/
.top-bg_sub {
  overflow: hidden;
}

.top-bg_sub img {
  height: 50vh;
  max-height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==============================================================
# 固定ページ
==============================================================*/
.page .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.page .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

/*==============================================================
# アーカイブページ
==============================================================*/
.news .contents-title, .single .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.news .contents-title::after, .single .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.news .contents-title, .single .contents-title {
  text-align: left;
  margin-bottom: 0;
}

.news-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1023px) {
  .news-contents {
    display: block;
  }
}

.news-cat {
  margin-top: 10px;
  font-family: "Kosugi Maru", sans-serif;
  color: #303030;
}

.news-cat .news-item-cat, .news-cat .pickup-item-cat, .news-cat .single-head-cat, .news-cat .p-item-cat {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .news-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 74%;
            flex: 0 1 74%;
    margin-right: 40px;
  }
}

.news-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .news-list {
    max-width: 700px;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .news-list {
    display: block;
    max-width: 500px;
  }
}

@media screen and (min-width: 768px) {
  .news-item {
    width: calc(50% - 30px * 1 / 2);
  }
  .news-item:not(:nth-child(2n+1)) {
    margin-left: 30px;
  }
  .news-item:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news-item {
    width: 100%;
  }
  .news-item + .news-item {
    margin-top: 30px;
  }
}

.news-item-link {
  font-family: "Kosugi Maru", sans-serif;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 6px #ededed;
          box-shadow: 3px 3px 6px #ededed;
  height: 100%;
  width: 100%;
}

.news-item-img {
  overflow: hidden;
}

.news-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 220px;
}

@media screen and (max-width: 767px) {
  .news-item-img img {
    max-height: initial;
  }
}

.news-item-head {
  padding: 15px;
}

.news-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.news-item-time, .pickup-item-time, .single-head-time, .p-item-time {
  font-size: 1.4rem;
}

.news-item-cat, .pickup-item-cat, .single-head-cat, .p-item-cat {
  color: #fff;
  padding: .2rem .8rem;
  text-align: center;
  font-size: 1.4rem;
}

/*==============================================================
# 共通：サイドバー
==============================================================*/
.news-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}

@media screen and (max-width: 1023px) {
  .news-sidebar {
    margin-top: 80px;
  }
}

.sidebar-item .contents-title {
  font-size: 2.4rem;
  margin-bottom: 40px;
}

.sidebar-item + .sidebar-item {
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  .sidebar-item:first-child {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sidebar-item:first-child {
    max-width: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .sidebar-item:last-child {
    text-align: center;
  }
  .sidebar-item:last-child .twitter-timeline {
    max-width: 600px !important;
  }
}

@media screen and (max-width: 767px) {
  .sidebar-item:last-child .twitter-timeline {
    max-width: 500px !important;
  }
}

@media screen and (max-width: 1023px) {
  .cat-parent-list {
    max-width: 700px;
    margin: 0 auto;
  }
}

.cat-parent {
  margin-bottom: 5px;
}

.cat-parent a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}

.cat-parent > a {
  font-size: 1.8rem;
  color: #303030;
  border-bottom: 1px solid #ededed;
  padding-bottom: 0;
}

.cat-parent + .cat-parent {
  margin-top: 15px;
}

.cat-child-list {
  margin-top: 10px;
}

.cat-child {
  padding-left: 16px;
}

@media screen and (max-width: 1023px) {
  .pickup-list {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .pickup-list {
    max-width: 500px;
  }
}

.pickup-item {
  border-bottom: 1px solid #ededed;
}

.pickup-item:first-child {
  border-top: 1px solid #ededed;
}

.pickup-item-link {
  font-family: "Kosugi Maru", sans-serif;
  display: inline-block;
  padding: 20px 0;
  width: 100%;
}

.pickup-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6px;
}

.pickup-item-cat {
  display: inline-block;
  font-size: 1.2rem;
}

.news-pagination {
  font-family: "Kosugi Maru", sans-serif;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  .news-pagination {
    margin-top: 40px;
  }
}

.news-pagination .page-numbers {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #00BC6F;
  color: #00BC6F;
  margin: 0 6px;
}

.news-pagination .page-numbers:hover {
  opacity: 1;
  color: #fff;
  background-color: #00BC6F;
}

.news-pagination .current {
  color: #fff;
  background-color: #00BC6F;
}

.news-pagination .next,
.news-pagination .prev {
  border: none;
}

/*==============================================================
# シングルページ
==============================================================*/
.single .news-main .contents-title {
  margin-bottom: 10px;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .single .news-main .contents-title {
    font-size: 2.8rem;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 424px) {
  .single .news-main .contents-title {
    font-size: 2.1rem;
    line-height: 1.4;
  }
}

.single-img {
  width: 100%;
  margin-bottom: 40px;
}

.single-head {
  font-family: "Kosugi Maru", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .single-head {
    max-width: 700px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .single-head {
    max-width: 500px;
  }
}

@media screen and (max-width: 424px) {
  .single-head {
    display: block;
  }
}

.single-head-item + .single-head-item {
  margin-left: 20px;
}

@media screen and (max-width: 424px) {
  .single-head-item + .single-head-item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.single-head-time {
  font-size: 1.6rem;
}

.single-head-cat {
  display: inline-block;
  font-size: 1.6rem;
}

.single-contents {
  padding-bottom: 60px;
  border-bottom: 2px solid #00BC6F;
  color: #303030;
}

.single-contents p {
  padding-bottom: 1.6rem;
}

.single-contents img {
  text-align: center;
}

.single-contents a {
  color: #00BC6F;
  border-bottom: 1px solid #00BC6F;
}

@media screen and (max-width: 1023px) {
  .single-contents {
    max-width: 700px;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 767px) {
  .single-contents {
    max-width: 500px;
  }
}

.wp-block-column:nth-child(2n) {
  margin-left: 1em;
}

.single-pagination {
  font-family: "Kosugi Maru", sans-serif;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .single-pagination {
    max-width: 700px;
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .single-pagination {
    max-width: 500px;
    display: block;
  }
}

.single-pagination .prev {
  margin-right: auto;
}

.single-pagination .next {
  margin-left: auto;
}

.single-p-item {
  width: calc(50% - 20px * 1 / 2);
}

.single-p-item + .single-p-item {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .single-p-item + .single-p-item {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-p-item {
    width: 100%;
  }
}

.single-p-item-link {
  display: inline-block;
  border: 2px solid #00BC6F;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.p-item-prev,
.p-item-next {
  background-color: #00BC6F;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0 #303030;
  line-height: 2;
  font-size: 2.1rem;
  position: relative;
}

.p-item-prev::before,
.p-item-next::before {
  content: "";
  position: absolute;
  top: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.p-item-prev::before {
  left: 10px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.p-item-next::before {
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-item {
  padding: 20px 10px;
}

.p-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.single-banner {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .single-banner {
    max-width: 700px;
    margin: 40px auto 0;
  }
}

.banner-item {
  width: calc(33.3333% - 20px * 2 / 3);
}

@media screen and (max-width: 767px) {
  .banner-item {
    width: calc(33.3333% - 5px * 2 / 3);
  }
}

.banner-item + .banner-item {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .banner-item + .banner-item {
    margin-left: 5px;
  }
}

/*==============================================================
# コンタクトページ
==============================================================*/
.inquiry .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.inquiry .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.inquiry-main-text {
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  color: #303030;
  font-weight: 400;
  font-size: 2.1rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.inquiry-main-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 720px;
  height: 2px;
  background-color: #00BC6F;
}

.inquiry-text {
  text-align: center;
}

.required {
  color: #F2BC25;
  font-size: 2.1rem;
}

.inquiry-genre {
  margin: 80px auto 0;
  max-width: 600px;
}

.inquiry-genre a {
  display: inline-block;
  border-bottom: 1px solid #4BCCF4;
  color: #4BCCF4;
  padding: 0 20px 0 10px;
  position: relative;
}

.inquiry-genre a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 3px;
  height: 60%;
  width: 1px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background-color: #4BCCF4;
}

#form1,
#form2,
#form3,
#form4 {
  display: none;
}

.label-radio {
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.label-radio:hover {
  background: rgba(0, 0, 0, 0.05);
}

.radio-genre {
  opacity: 0;
  width: 0;
  margin: 0;
}

.radio-genre:focus + .radio-check {
  border: solid 2px #333333;
  background: #EEEEEE;
}

.radio-genre:checked + .radio-check {
  border: solid 2px #00BC6F;
}

.radio-genre:checked + .radio-check::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00BC6F;
}

.radio-check {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #999;
}

.radio-text {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-family: "Kosugi Maru", sans-serif;
}

.inquiry-body {
  margin-top: 60px;
}

.inquiry-form {
  max-width: 700px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .inquiry-form {
    max-width: 500px;
  }
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .form-item {
    display: block;
  }
  .form-item .form-input p {
    font-size: 1.4rem;
  }
}

.form-genre .your-genre,
.form-genre .wpcf7-radio {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form-genre .wpcf7-list-item {
    display: block;
    margin-left: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .form-genre .wpcf7-list-item label {
    display: block;
    padding: 5px 0;
  }
}

.form-note .wpcf7-list-item {
  display: block;
  margin-left: 8px;
}

.form-note .wpcf7-list-item label {
  display: block;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .form-note .form-input {
    margin-top: 15px;
  }
}

.form-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  color: #303030;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  position: relative;
}

.form-title span {
  color: #F2BC25;
  position: absolute;
  top: -5px;
}

@media screen and (max-width: 767px) {
  .form-title {
    margin-bottom: 6px;
    font-size: 1.8rem;
  }
}

.form-label {
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .form-label {
    line-height: 1.7;
  }
}

.form-before {
  position: relative;
  display: inline-block;
}

.form-before::before {
  content: "(複数選択可)";
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 1.2rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form-before::before {
    bottom: -14px;
  }
}

.form-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.form-input p {
  margin-top: 10px;
}

.form-input p span {
  display: inline-block;
}

.form-input p a {
  color: #4BCCF4;
  border-bottom: 1px solid #4BCCF4;
  padding-right: 10px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .form-input p {
    margin-top: 10px;
  }
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea {
  width: 100%;
  padding: 1.2rem;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(125, 125, 125, 0.3) inset;
          box-shadow: 3px 3px 6px rgba(125, 125, 125, 0.3) inset;
  font-size: 1.6rem;
  border: none;
  font-weight: 400;
  font-family: sans-serif;
  border: 1px solid #ededed;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
  font-weight: 400;
  font-family: sans-serif;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c2c2c2;
  font-weight: 400;
  font-family: sans-serif;
}

input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c2c2c2;
  font-weight: 400;
  font-family: sans-serif;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #c2c2c2;
  font-weight: 400;
  font-family: sans-serif;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="number"],
  input[type="email"],
  textarea {
    padding: 1rem;
  }
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"] {
  height: 50px;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="number"],
  input[type="email"] {
    height: 45px;
  }
}

.radio-title {
  margin-top: 10px;
}

.form-subject {
  display: block;
  padding: 3px 0;
}

@media screen and (max-width: 767px) {
  .form-subject {
    padding: 3px;
  }
}

textarea {
  min-height: 220px;
  resize: none;
  overflow: auto;
  border-radius: 6px;
}

.form-agree .wpcf7-form-control-wrap {
  display: block;
}

.form-agree .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-agree span.wpcf7-list-item {
  position: relative;
  width: 100%;
  margin: 0;
  /*項目ごとの余白を調整*/
}

.form-agree .wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  cursor: pointer;
  width: 100%;
  display: inline-block;
  padding: 5px 0;
}

.form-agree input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}

.form-agree .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #ededed;
  -webkit-box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.3) inset;
          box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.3) inset;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

.form-agree .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #00BC6F;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form-agree input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  opacity: 1;
}

.form-submit .btn {
  margin: 0 auto;
  border: none;
}

/* Contact form 7 のカスタマイズ */
.wpcf7-submit {
  font-size: 1.6rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpcf7-submit:hover {
  cursor: pointer;
  opacity: .6;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

/*------------------------------*/
.faq .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.faq .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.faq-list {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .faq-list {
    max-width: 500px;
  }
}

.faq-item {
  border-radius: 6px 6px 0 0;
}

.faq-item + .faq-item {
  margin-top: 40px;
}

.faq-item-title {
  position: relative;
  background-color: #00BC6F;
  color: #fff;
  font-size: 2.1rem;
  line-height: 2;
  padding-right: 6px;
  border-radius: 6px 6px 0 0;
}

.faq-item-title span {
  display: inline-block;
  background-color: #F2BC25;
  padding: 0 10px;
  margin-right: 6px;
  border-radius: 6px 0 0 0;
}

@media screen and (max-width: 767px) {
  .faq-item-title span {
    padding: 0 4px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .faq-item-title span {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 0;
    border-radius: 30px;
  }
}

@media screen and (max-width: 499px) {
  .faq-item-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .faq-item-title {
    line-height: 1.5;
    padding: 6px;
  }
}

.faq-item-body {
  border: 2px solid #00BC6F;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 15px;
}

@media screen and (max-width: 499px) {
  .faq-item-body {
    padding: 20px 10px;
  }
}

.faq-item-text {
  text-align: justify;
}

.faq-item-text a {
  color: #4BCCF4;
  border-bottom: 1px solid #4BCCF4;
}

/*==============================================================
# 資料請求ページ
==============================================================*/
.request .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.request .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post span {
  margin-right: 6px;
}

.post input {
  width: 50%;
}

/*==============================================================
# プライバシーポリシーページ
==============================================================*/
.privacy .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.privacy .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.privacy-list {
  margin-top: 80px;
}

.privacy-item + .privacy-item {
  margin-top: 60px;
}

.privacy-item-title {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.4rem;
  color: #00BC6F;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 0.1rem;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-item-title span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-item-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00BC6F;
}

@media screen and (max-width: 524px) {
  .privacy-item-title {
    font-size: 2.1rem;
  }
}

.privacy-item-text {
  margin-bottom: 1em;
}

.privacy-four {
  margin-bottom: 1em;
}

.four-item {
  padding-left: 1em;
  text-indent: -1em;
}

/*==============================================================
# エラーページ
==============================================================*/
.error .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.error .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.error-text {
  text-align: center;
}

/*==============================================================
#ファシリテーター募集
==============================================================*/
.facility .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.facility .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.facility-stop {
  color: red;
  text-align: center;
  font-size: 1.8rem;
}

.facility-main-text {
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  color: #303030;
  font-size: 2.1rem;
  text-shadow: 2px 2px 0 #ededed;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .facility-main-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 424px) {
  .facility-main-text {
    text-align: left;
  }
}

.facility-img {
  max-width: 720px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .facility-img {
    max-width: 500px;
  }
}

@media screen and (min-width: 768px) {
  .img-item {
    width: calc(50% - 20px * 1 / 2);
  }
  .img-item:nth-child(2n) {
    margin-left: 20px;
  }
  .img-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) and (min-width: 425px) {
  .img-item {
    width: calc(50% - 10px * 1 / 2);
  }
  .img-item:nth-child(2n) {
    margin-left: 10px;
  }
  .img-item:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 424px) {
  .img-item {
    width: 100%;
  }
  .img-item + .img-item {
    margin-top: 10px;
  }
}

.facility-form-title {
  padding-top: 80px;
  text-align: center;
  color: #303030;
  font-size: 2.4rem;
  font-family: "Kosugi Maru", sans-serif;
  border-bottom: 2px solid #00BC6F;
  margin: 0 auto;
  position: relative;
}

.facility-form-title::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #00BC6F transparent transparent transparent;
}

.list-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*==============================================================
# 私たちが考える未来
==============================================================*/
.we {
  margin-bottom: 0;
}

.we .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.we .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.we-list {
  margin-top: 100px;
}

.we-img {
  max-width: 700px;
  margin: 80px auto 0;
  position: relative;
  -webkit-box-shadow: 3px 3px 6px #ccc;
          box-shadow: 3px 3px 6px #ccc;
}

.we-img::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ededed;
}

@media screen and (max-width: 767px) {
  .we-img::before {
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .we-img {
    max-width: 420px;
  }
}

.we-head {
  margin-top: 60px;
}

.we-head-title {
  font-family: "Kosugi Maru", sans-serif;
  color: #303030;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 40px;
}

.we-head-title span {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .we-head-title span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 424px) {
  .we-head-title span {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 374px) {
  .we-head-title span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .we-head-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 424px) {
  .we-head-title {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 374px) {
  .we-head-title {
    font-size: 1.8rem;
  }
}

.we-head-list {
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .we-head-list {
    max-width: 500px;
  }
}

.we-head-img {
  max-width: 420px;
  margin-bottom: 40px;
}

@media screen and (min-width: 425px) {
  .we-head-img:first-child {
    margin-right: auto;
    position: relative;
  }
  .we-head-img:first-child::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 80%;
    width: 150%;
    height: 2px;
    background-color: #00BC6F;
    -webkit-transform: rotate(-10deg) translateX(-50%);
            transform: rotate(-10deg) translateX(-50%);
  }
}

@media screen and (min-width: 425px) and (max-width: 529px) and (min-width: 425px) {
  .we-head-img:first-child::before {
    display: none;
  }
}

@media screen and (min-width: 425px) {
  .we-head-img:last-child {
    margin-left: auto;
  }
}

.we-head-img .is-sm {
  max-width: 240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .we-head-img {
    max-width: 300px;
  }
}

@media screen and (max-width: 424px) {
  .we-head-img {
    margin: 0 auto 60px;
  }
  .we-head-img:first-child {
    position: relative;
  }
  .we-head-img:first-child::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ededed;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

.is-sm {
  display: none;
}

@media screen and (max-width: 424px) {
  .is-sm {
    display: block;
  }
}

@media screen and (max-width: 424px) {
  .is-lg {
    display: none;
  }
}

.y-bg {
  color: #fff;
  background-color: #F2BC25;
  padding: 0 6px;
  margin: 0 4px;
  font-size: 3.0rem;
}

.we-text {
  text-align: center;
  padding-bottom: 1em;
  font-size: 1.8rem;
}

.we-text span {
  display: inline-block;
}

.we-text .g-color {
  color: #00BC6F;
  font-size: 2.1rem;
}

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

.we-item + .we-item {
  margin-top: 120px;
}

.we-item .contents-sub-title {
  margin-bottom: 80px;
}

@media screen and (max-width: 424px) {
  .we-item .contents-sub-title {
    font-size: 2.4rem;
  }
}

.sub-en::after {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 0 #666666;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.6rem;
}

.issue::before {
  background-color: #4BCCF4;
}

.issue::after {
  content: "ISSUE";
}

.mission::before {
  background-color: #F2BC25;
}

.mission::after {
  content: "MISSION";
}

.vision::before {
  background-color: #00BC6F;
}

.vision::after {
  content: "VISION";
}

.we-item-title {
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  color: #303030;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .we-item-title {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 424px) {
  .we-item-title {
    font-size: 1.8rem;
  }
}

.we-item-img {
  max-width: 720px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .we-item-img {
    max-width: 500px;
  }
}

@media screen and (max-width: 424px) {
  .we-item-img {
    max-width: 240px;
  }
}

.we-item-text {
  margin-bottom: 1em;
}

/*==============================================================
# 「G-トレ」が考える未来
==============================================================*/
.gtore {
  margin-bottom: 0;
}

.gtore .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.gtore .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.gtore-sub-title {
  margin-top: 80px;
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  font-size: 2.4rem;
  color: #303030;
  text-shadow: 2px 2px 0 #ededed;
  position: relative;
}

.gtore-sub-title::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #00BC6F;
}

.gtore-sub-title span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.gtore-list {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .gtore-list {
    display: block;
  }
}

.gtore-item {
  width: calc(50% - 40px * 1 / 2);
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 1023px) {
  .gtore-item {
    width: calc(50% - 20px * 1 / 2);
  }
}

@media screen and (max-width: 599px) {
  .gtore-item {
    width: 100%;
    margin: 0 auto;
  }
}

.gtore-item + .gtore-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 2px;
  height: 100%;
  background-color: #ededed;
}

@media screen and (max-width: 599px) {
  .gtore-item + .gtore-item::after {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .gtore-item + .gtore-item {
    margin-top: 60px;
  }
}

.gtore-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: url(../img/icon/triangle.svg) no-repeat center center/contain;
  z-index: -1;
  opacity: 0.08;
}

.gtore-item-title {
  font-family: "Kosugi Maru", sans-serif;
  color: #303030;
  text-shadow: 2px 2px 0 #ededed;
  font-size: 2.1rem;
  position: relative;
  text-align: center;
}

.gtore-item-body {
  padding: 15px;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .gtore-item-body {
    padding: 10px;
  }
}

@media screen and (max-width: 599px) {
  .gtore-item-body {
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .gtore-item-text {
    margin-top: 10px;
  }
}

.gtore-main {
  margin-top: 60px;
  border: 5px solid #F2BC25;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 0 #ededed;
          box-shadow: 5px 5px 0 #ededed;
  position: relative;
}

.gtore-main-title {
  font-family: "Kosugi Maru", sans-serif;
  background-color: #F2BC25;
  color: #fff;
  text-shadow: 2px 2px 0 #303030;
  font-size: 2.8rem;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 1023px) {
  .gtore-main-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 424px) {
  .gtore-main-title {
    font-size: 2.1rem;
  }
}

.gtore-main-title span {
  display: inline-block;
}

.gtore-body {
  padding: 40px 20px 60px;
  max-width: 740px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gtore-body {
    max-width: 500px;
  }
}

@media screen and (max-width: 599px) {
  .gtore-body {
    padding: 40px 10px 60px;
  }
}

.gtore-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gtore-body-item + .gtore-body-item {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .gtore-body-item + .gtore-body-item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .gtore-body-item {
    display: block;
  }
}

.gtore-body-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  background-color: #F2BC25;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .gtore-body-number {
    margin: 0 auto;
  }
}

.gtore-body-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  color: #303030;
}

.gtore-body-text span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .gtore-body-text span {
    display: inline;
  }
}

.gtore-box {
  position: relative;
}

.gtore-box figure {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 150px;
  opacity: 0.4;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .gtore-box figure {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(30deg);
            transform: translateX(-50%) rotate(30deg);
    width: 140px;
    bottom: -20px;
    opacity: 0.2;
  }
}

@media screen and (max-width: 424px) {
  .gtore-box figure {
    width: 180px;
    bottom: -40px;
  }
}

.gtore-main-text {
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.1rem;
  color: #303030;
  position: relative;
}

.gtore-main-text span {
  display: inline-block;
  margin: 0 6px;
  text-shadow: 1px 1px 0 #ededed;
}

@media screen and (max-width: 424px) {
  .gtore-main-text span {
    margin: 0;
  }
}

@media screen and (max-width: 424px) {
  .gtore-main-text {
    font-size: 1.8rem;
    letter-spacing: 0.01rem;
  }
}

.gtore-movie {
  position: relative;
  padding: 0 40px 60px;
}

@media screen and (max-width: 767px) {
  .gtore-movie .movie-btn {
    bottom: 50%;
  }
}

@media screen and (max-width: 767px) {
  .gtore-movie {
    padding: 0 10px 40px;
  }
}

/*==============================================================
# メンバー紹介
==============================================================*/
.member {
  margin-bottom: 0;
}

.member .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.member .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.member-list {
  margin-top: 80px;
}

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

.member-item + .member-item {
  margin-top: 60px;
}

.member-item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.member-item:nth-child(2n+1) .member-item-body {
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .member-item:nth-child(2n+1) .member-item-body {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .member-item:nth-child(2n+1) .member-item-body {
    margin-right: 0;
  }
}

.member-item:nth-child(2n) .member-item-body {
  margin-left: 20px;
}

@media screen and (max-width: 1023px) {
  .member-item:nth-child(2n) .member-item-body {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .member-item:nth-child(2n) .member-item-body {
    margin-left: 0;
  }
}

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

.member-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .member-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}

@media screen and (max-width: 767px) {
  .member-item-img {
    max-width: 420px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 599px) {
  .member-item-img {
    max-width: 300px;
  }
}

.member-item-img::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #fff transparent transparent;
}

.member-item-img::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 40px;
  border-color: transparent transparent transparent #fff;
}

.member-item-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.member-title {
  font-family: "Kosugi Maru", sans-serif;
  text-align: right;
  color: #00BC6F;
  text-shadow: 2px 2px 0 #ededed;
  font-size: 2.8rem;
}

@media screen and (max-width: 1023px) {
  .member-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .member-title {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .member-title span {
    display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  .member-title {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 374px) {
  .member-title {
    font-size: 1.8rem;
  }
}

.member-name {
  font-family: "Kosugi Maru", sans-serif;
  margin-top: 10px;
  position: relative;
  color: #303030;
  font-size: 2.4rem;
  text-shadow: 2px 2px 0 #ededed;
}

@media screen and (max-width: 1023px) {
  .member-name {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .member-name {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 599px) {
  .member-name {
    font-size: 1.8rem;
  }
}

.member-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00BC6F;
  -webkit-box-shadow: 2px 2px 0 #ededed;
          box-shadow: 2px 2px 0 #ededed;
}

.member-excerpt {
  font-size: 1.2rem;
  margin: 6px 0 15px;
}

@media screen and (max-width: 767px) {
  .member-excerpt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 599px) {
  .member-excerpt {
    font-size: 1.2rem;
  }
}

.member-text {
  margin-bottom: 1em;
}

@media screen and (max-width: 1023px) {
  .member-text {
    font-size: 1.4rem;
  }
}

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

@media screen and (max-width: 599px) {
  .member-text {
    font-size: 1.4rem;
  }
}

/*==============================================================
# 会社概要
==============================================================*/
.company .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.company .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.company-list {
  max-width: 700px;
  margin: 80px auto 0;
}

.company-item {
  display: table;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .company-item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
  }
  .company-item:first-child {
    border-top: 1px solid #ededed;
  }
}

.company-item:first-child h4 {
  border-top: 1px solid #00BC6F;
}

@media screen and (max-width: 599px) {
  .company-item:first-child h4 {
    border-top: none;
  }
}

.company-item:first-child .td {
  border-top: 1px solid #ededed;
}

@media screen and (max-width: 599px) {
  .company-item:first-child .td {
    border-top: none;
  }
}

.company-item h4 {
  display: table-cell;
  width: 140px;
  border-bottom: 1px solid #00BC6F;
  padding: 20px 0;
  font-weight: 600;
  font-family: "Kosugi Maru", sans-serif;
  color: #303030;
}

@media screen and (max-width: 599px) {
  .company-item h4 {
    display: block;
    padding: 0;
    border-bottom: none;
  }
}

.company-item .td {
  display: table-cell;
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
}

.company-item .td span {
  margin-right: 8px;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .company-item .td {
    display: block;
    padding: 0;
    border-bottom: none;
    margin-top: 6px;
  }
}

.company-map {
  margin-top: 80px;
}

.company-map iframe {
  width: 100%;
}

/*==============================================================
# 共通項目
==============================================================*/
.pro-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 700px;
  margin: 0 auto 40px;
}

.icon-item {
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  width: 100%;
  max-width: 33.3333%;
  margin: 0 10px;
}

.icon-item:not(:nth-child(2)) a {
  display: inline-block;
  opacity: 0.2;
}

.icon-item:not(:nth-child(2)) a:hover {
  opacity: 1;
}

.icon-item:nth-child(2) .fas {
  font-size: 7.2rem;
}

@media screen and (max-width: 424px) {
  .icon-item:nth-child(2) .fas {
    font-size: 5.6rem;
  }
}

.icon-item span {
  display: inline-block;
}

.fas {
  font-size: 5.6rem;
}

@media screen and (max-width: 424px) {
  .fas {
    font-size: 4.0rem;
  }
}

.icon-hover {
  text-align: center;
}

@media screen and (max-width: 499px) {
  .icon-hover {
    font-size: 1.1rem;
  }
}

.pro-img {
  max-width: 700px;
  margin: 0 auto 60px;
  position: relative;
}

.pro-img::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .pro-img::before {
    top: 5px;
    left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .pro-img {
    max-width: 420px;
  }
}

/*------------------ 悩み -------------------*/
.pb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 720px;
  margin: 80px auto 0;
}

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

.pb-item {
  width: calc(50% - 20px * 1 / 2);
  border-radius: 6px;
  position: relative;
  -webkit-box-shadow: 3px 3px #ededed;
          box-shadow: 3px 3px #ededed;
}

@media screen and (max-width: 767px) {
  .pb-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.pb-item + .pb-item {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .pb-item + .pb-item {
    margin: 60px auto 0;
  }
}

.pb-item .pb-item-text:last-child {
  margin-bottom: 0;
}

.pb-item-title {
  font-family: "Kosugi Maru", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 200px;
  padding: 5px 15px;
  border-radius: 6px;
  font-size: 2.1rem;
}

@media screen and (max-width: 424px) {
  .pb-item-title {
    font-size: 1.8rem;
  }
}

.pb-item-body {
  padding: 30px 10px 15px;
}

@media screen and (max-width: 767px) {
  .pb-item-body {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 424px) {
  .pb-item-body {
    padding: 30px 5px 15px;
  }
}

.pb-item-text {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}

.pb-item-text span {
  display: inline-block;
  padding-left: 1em;
}

@media screen and (max-width: 424px) {
  .pb-item-text span {
    display: inline;
    padding-left: 0;
  }
}

/*------------------ 提案 -------------------*/
.idea span {
  display: inline-block;
}

.idea-title-img {
  max-width: 150px;
  vertical-align: text-bottom;
  margin: 0 5px;
}

.idea-main {
  position: relative;
}

.idea-main-body {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 20px 20px 0;
  width: 40%;
}

@media screen and (max-width: 1023px) {
  .idea-main-body {
    position: initial;
    bottom: 0;
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0;
    padding: 0;
    -webkit-transform: initial;
            transform: initial;
  }
}

.idea-img {
  max-width: 600px;
  margin-left: auto;
  position: relative;
}

.idea-img::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .idea-img::before {
    top: 5px;
    left: 5px;
  }
}

@media screen and (max-width: 1023px) {
  .idea-img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .idea-img {
    max-width: 500px;
  }
}

.idea-main-head {
  position: absolute;
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.1rem;
  padding: 10px;
  bottom: 10px;
  right: 10px;
  max-width: 460px;
}

@media screen and (max-width: 767px) {
  .idea-main-head {
    font-size: 1.8rem;
    padding: 6px;
  }
}

@media screen and (max-width: 424px) {
  .idea-main-head {
    font-size: 1.6rem;
    bottom: 5px;
  }
}

@media screen and (max-width: 374px) {
  .idea-main-head {
    font-size: 1.4rem;
    padding: 4px;
    right: 5px;
  }
}

.-first {
  bottom: 51px;
}

@media screen and (max-width: 767px) {
  .-first {
    bottom: 43px;
  }
}

@media screen and (max-width: 424px) {
  .-first {
    bottom: 35px;
  }
}

@media screen and (max-width: 374px) {
  .-first {
    bottom: 30px;
  }
}

.-second {
  padding-top: 0;
}

.idea-main-text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.1rem;
  margin-bottom: 40px;
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .idea-main-text {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 424px) {
  .idea-main-text {
    font-size: 2.1rem;
  }
}

.idea-company .idea-main-text,
.idea-seminar .idea-main-text {
  margin-bottom: 80px;
}

.idea-text {
  margin-bottom: 1em;
}

@media screen and (max-width: 424px) {
  .idea-text span {
    display: inline;
  }
  .idea-text br {
    display: none;
  }
}

.idea-body {
  border-radius: 6px;
  margin: 110px auto 100px;
  -webkit-box-shadow: 5px 5px 0 #ededed;
          box-shadow: 5px 5px 0 #ededed;
  position: relative;
}

.idea-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/idea01.jpg) no-repeat center center/cover;
  z-index: -1;
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .idea-body {
    margin-top: 60px;
  }
}

.idea-body-title {
  font-family: "Kosugi Maru", sans-serif;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px;
  text-shadow: 2px 2px 0 #303030;
}

@media screen and (max-width: 424px) {
  .idea-body-title {
    font-size: 2.1rem;
  }
}

.idea-body-list {
  padding: 100px 20px;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .idea-body-list {
    max-width: 500px;
    padding: 40px 10px;
  }
}

.idea-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.idea-body-item + .idea-body-item {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .idea-body-item {
    display: block;
  }
}

.idea-body-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .idea-body-number {
    margin: 0 auto;
  }
}

.idea-body-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 2.1rem;
  color: #303030;
  text-shadow: 1px 1px 0 #ededed;
}

@media screen and (max-width: 767px) {
  .idea-body-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 424px) {
  .idea-body-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .idea-body-text span {
    display: inline;
  }
}

.idea-sub-title {
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  font-size: 2.4rem;
  color: #303030;
  text-shadow: 2px 2px #ededed;
  margin-bottom: 60px;
  position: relative;
}

.idea-sub-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  width: 100%;
  max-width: 500px;
  -webkit-box-shadow: 2px 2px 0 #ededed;
          box-shadow: 2px 2px 0 #ededed;
}

.wrl {
  position: relative;
}

.wrl::before {
  content: "ワール";
  position: absolute;
  font-size: 1.4rem;
  top: -8px;
  left: -5px;
}

.reason-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .reason-contents {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

.reason-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .reason-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}

@media screen and (max-width: 767px) {
  .reason-img {
    max-width: 250px;
    margin: 0 auto 40px;
  }
}

.seminar-reason {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}

@media screen and (max-width: 1023px) {
  .seminar-reason {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }
}

@media screen and (max-width: 767px) {
  .seminar-reason {
    max-width: 250px;
    margin: 0 auto 40px;
  }
}

.reason-before {
  position: relative;
}

.reason-before::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .reason-before::before {
    top: 5px;
    left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .reason-before {
    max-width: 400px;
  }
}

.corp-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .corp-img {
    height: initial;
  }
}

.seminar-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .seminar-img {
    height: initial;
  }
}

.reason-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .reason-body {
    margin-right: 0;
  }
}

.reason-item {
  padding: 15px 0;
}

@media screen and (max-width: 424px) {
  .reason-item {
    padding: 20px 0;
  }
}

.reason-item-sub {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .05em;
  text-shadow: 1px 1px 0 #ededed;
}

.reason-item-title {
  font-family: "Kosugi Maru", sans-serif;
  color: #303030;
  text-shadow: 2px 2px 0 #ededed;
  font-size: 2.1rem;
}

.reason-item-title span {
  color: #303030 !important;
}

@media screen and (max-width: 767px) {
  .reason-item-title {
    font-size: 2.1rem;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 424px) {
  .reason-item-title {
    font-size: 1.8rem;
  }
}

.reason-item-text {
  text-align: justify;
}

@media screen and (max-width: 1023px) {
  .reason-item-text {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

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

/*------------------ 利用者の声 -------------------*/
.user-main-text {
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  color: #303030;
  font-size: 2.4rem;
  text-shadow: 2px 2px 0 #ededed;
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 40px;
}

.user-main-text::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
}

.voice-list {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .voice-list {
    display: block;
    max-width: 300px;
  }
}

@media screen and (max-width: 424px) {
  .voice-list {
    max-width: 240px;
  }
}

.voice3 {
  margin: 0 auto 60px;
}

.voice2 {
  margin: 0 auto;
}

.voice-item + .voice-item {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .voice-item + .voice-item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.item-3 {
  width: calc(33.333% - 20px * 2 / 3);
}

@media screen and (max-width: 767px) {
  .item-3 {
    width: 100%;
  }
}

.item-2 {
  width: calc(40% - 20px * 1 / 2);
}

@media screen and (max-width: 767px) {
  .item-2 {
    width: 100%;
  }
}

.graph-text {
  text-align: center;
  font-size: 1.4rem;
  margin: 10px auto 80px;
}

.user-graph {
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  .user-graph {
    max-width: 500px;
  }
}

.graph-item {
  width: calc(33.3333% - 40px * 2 / 3);
}

.graph-item + .graph-item {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .graph-item + .graph-item {
    margin-left: 10px;
  }
}

@media screen and (max-width: 424px) {
  .graph-item:nth-child(3) {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .graph-item {
    width: calc(33.3333% - 10px * 2 / 3);
  }
}

@media screen and (max-width: 424px) {
  .graph-item {
    width: calc(50% - 10px * 1 / 2);
  }
}

/*------------------ ゲームラインナップ -------------------*/
.game {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .game .item-btn {
    margin-top: 60px;
  }
}

.game-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .game-item {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

.game-item figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.game-item + .game-item {
  margin-top: 80px;
}

.game-item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.game-item:nth-child(2n+1) .game-item-contents {
  margin-right: 40px;
}

@media screen and (max-width: 1023px) {
  .game-item:nth-child(2n+1) .game-item-contents {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .game-item:nth-child(2n+1) .game-item-contents {
    margin-right: 0;
  }
}

.game-item:nth-child(2n) .game-item-contents {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .game-item:nth-child(2n) .game-item-contents {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .game-item:nth-child(2n) .game-item-contents {
    margin-left: 0;
  }
}

.game-item-contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media screen and (max-width: 767px) {
  .game-item-contents {
    margin-top: 40px;
  }
}

@media screen and (max-width: 374px) {
  .game-item-contents {
    margin-top: 20px;
  }
}

.game-item-head {
  font-family: "Kosugi Maru", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}

.game-item-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-box-shadow: 2px 2px 0 #ededed;
          box-shadow: 2px 2px 0 #ededed;
}

@media screen and (max-width: 767px) {
  .game-item-head {
    padding-bottom: 6px;
  }
}

.game-item-title {
  font-size: 2.4rem;
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.game-item-sub {
  font-size: 1.4rem;
}

.game-item-body {
  margin-top: 15px;
}

.game-item-text {
  margin-bottom: 1em;
}

.game-item-target {
  display: inline-block;
  margin-top: 10px;
}

.game-item-target span {
  color: #303030;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .game-item-target span {
    font-size: 1.6rem;
  }
}

.game-item-link {
  display: inline-block;
  font-family: "Kosugi Maru", sans-serif;
  padding: 4px 10px;
  border: 1px solid #666;
  border-radius: 20px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 20px;
}

.game-item-link:hover {
  background-color: #666;
  color: #fff;
}

.game-item-time {
  max-width: 55px;
  display: inline-block;
}

/*==============================================================
# 学校向けページ
==============================================================*/
.school {
  margin-bottom: 0;
}

.school .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.school .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.school-text {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 424px) {
  .school-text {
    text-align: left;
  }
}

.school-text span {
  display: inline-block;
}

@media screen and (max-width: 424px) {
  .school-text span {
    display: inline;
  }
}

.school-text .black {
  color: #303030;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.8rem;
}

.school-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}

.school-item {
  text-align: center;
}

.school-item + .school-item {
  margin-left: 60px;
}

@media screen and (max-width: 424px) {
  .school-item + .school-item {
    margin-left: 40px;
  }
}

.school-item .fas {
  color: #4BCCF4;
}

.school-item-text {
  margin-top: 10px;
  text-align: center;
  color: #303030;
  font-family: "Kosugi Maru", sans-serif;
}

.b-problem .pb-item {
  border: 3px solid #4BCCF4;
}

.b-problem .pb-item .pb-item-title {
  background-color: #4BCCF4;
}

.b-idea {
  border: 5px solid #4BCCF4;
}

.b-idea .idea-body-title {
  background-color: #4BCCF4;
}

.b-idea .idea-body-number {
  background-color: #4BCCF4;
}

.b-reason .reason-list .reason-item {
  border-bottom: 1px solid #4BCCF4;
}

.b-reason span {
  color: #4BCCF4;
}

/*==============================================================
# 企業向けページ
==============================================================*/
.corp {
  margin-bottom: 0;
}

.corp .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.corp .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.g-problem .pb-item {
  border: 3px solid #00BC6F;
}

.g-problem .pb-item .pb-item-title {
  background-color: #00BC6F;
}

.g-idea {
  border: 5px solid #00BC6F;
}

.g-idea .idea-body-title {
  background-color: #00BC6F;
}

.g-idea .idea-body-number {
  background-color: #00BC6F;
}

.g-reason .reason-list .reason-item {
  border-bottom: 1px solid #00BC6F;
}

.g-reason span {
  color: #00BC6F;
}

/*==============================================================
# セミナー向けページ
==============================================================*/
.seminar {
  margin-bottom: 0;
}

.seminar .contents-title {
  color: #303030;
  text-shadow: 3px 3px 0 #ededed;
}

.seminar .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #ededed;
          box-shadow: 3px 3px 0 #ededed;
}

.y-problem .pb-item {
  border: 3px solid #F2BC25;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.y-problem .pb-item-title {
  background-color: #F2BC25;
  max-width: 300px;
}

@media screen and (max-width: 424px) {
  .y-problem .pb-item-title {
    max-width: 220px;
  }
}

.y-idea {
  border: 5px solid #F2BC25;
}

.y-idea .idea-body-title {
  background-color: #F2BC25;
}

.y-idea .idea-body-number {
  background-color: #F2BC25;
}

.y-reason .reason-list .reason-item {
  border-bottom: 1px solid #F2BC25;
}

.y-reason span {
  color: #F2BC25;
}

/*==============================================================
# トップ
==============================================================*/
.top {
  position: relative;
  background: #F2BC25;
  padding: 5px;
}

.top-bg {
  height: -webkit-fill-available;
  min-height: 100vh;
  /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100 - 10px);
  overflow: hidden;
  position: relative;
}

.top-bg img {
  height: calc(100vh - 10px) !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.35);
          transform: translateX(-50%) translateY(-50%) scale(1.35);
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .slide2 > img,
  .slide4 > img,
  .slide5 > img,
  .slide6 > img {
    -o-object-position: 20% center;
       object-position: 20% center;
  }
}

.sub-concept > .top-bg_sub > img {
  -o-object-position: center 35%;
     object-position: center 35%;
}

.top-head {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
}

@media screen and (max-width: 1023px) {
  .top-head {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .top-head {
    max-width: 320px;
  }
}

.top-head img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .width-cng {
    max-width: 420px;
  }
}

@media screen and (max-width: 424px) {
  .width-cng {
    max-width: 320px;
  }
}

.top-copy-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.top-copy {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 30px;
  font-size: 4rem;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .top-copy {
    font-size: 2.7rem;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 599px) {
  .top-copy {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 374px) {
  .top-copy {
    font-size: 2.1rem;
  }
}

/*--------------- スライダー ---------------*/
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #F2BC25;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 95% !important;
  }
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background: #F2BC25 !important;
}

.swiper-slide {
  position: relative;
}

.swiper-slide .top-head {
  opacity: 0;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.swiper-slide-active .top-head {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}

.swiper-slide .item-btn {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 330px !important;
  opacity: 0;
  -webkit-transition: all 1.0s ease 1.0s;
  transition: all 1.0s ease 1.0s;
}

@media screen and (max-width: 767px) {
  .swiper-slide .item-btn {
    top: 85%;
  }
}

.swiper-slide .item-btn .btn {
  max-width: 330px;
}

@media screen and (max-width: 767px) {
  .swiper-slide .item-btn .btn {
    max-width: 240px !important;
  }
}

.swiper-slide-active .item-btn {
  opacity: 1;
  top: 60%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .swiper-slide-active .item-btn {
    top: 65%;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide-active .item-btn .btn {
    font-size: 1.4rem;
  }
}

/*==============================================================
# コンセプト
==============================================================*/
.concept {
  text-align: center;
  padding: 100px 0;
}

.concept .contents-title {
  color: #00BC6F;
  text-shadow: 3px 3px 0 #ededed;
}

.concept .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #D1D1D1;
          box-shadow: 3px 3px 0 #D1D1D1;
}

@media screen and (max-width: 767px) {
  .concept-contents {
    max-width: 500px;
    margin: 0 auto;
  }
}

.concept-contents .item-btn {
  margin-top: 40px;
}

.concept-movie {
  margin-bottom: 40px;
  position: relative;
}

.movie-btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 36%;
  /*コントローラー分下部に余白を*/
  cursor: pointer;
}

.concept-text, .contact-text {
  font-family: "Kosugi Maru", sans-serif;
  margin-bottom: 1em;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .concept-text, .contact-text {
    font-size: 1.6rem;
  }
}

.mb36 {
  margin-bottom: 36px !important;
}

.mr95 {
  margin-right: 95px;
}

@media screen and (max-width: 767px) {
  .mr95 {
    margin-right: 85px;
  }
}

.mr38 {
  margin-right: 38px;
}

@media screen and (max-width: 767px) {
  .mr38 {
    margin-right: 34px;
  }
}

/*==============================================================
# ムービー
==============================================================*/
.movie {
  background: url(../img/bg/bg_yellow.png) no-repeat center center/cover;
  color: #fff;
  padding: 50px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .movie {
    padding: 60px 0;
  }
}

.movie .container {
  max-width: 1140px;
}

.movie .contents-title {
  text-shadow: 3px 3px 0 #333;
  padding-bottom: 0;
}

.movie .contents-title::after {
  position: initial;
}

.movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Kosugi Maru", sans-serif;
}

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

.movie-item {
  width: calc(33.3333% - 50px * 2 / 3);
}

@media screen and (max-width: 1023px) {
  .movie-item {
    width: calc(33.3333% - 20px * 2 / 3);
  }
}

@media screen and (max-width: 767px) {
  .movie-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.movie-item + .movie-item {
  margin-left: 50px;
}

@media screen and (max-width: 1023px) {
  .movie-item + .movie-item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .movie-item + .movie-item {
    margin: 40px auto 0;
  }
}

.movie-item figure {
  position: relative;
}

.movie-item figure video {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .movie-item figure video {
    margin-bottom: 0;
  }
}

.movie-item-title {
  text-align: center;
  font-size: 2.1rem;
  text-shadow: 2px 2px 0 #333;
}

@media screen and (max-width: 1023px) {
  .movie-item-title {
    font-size: 1.8rem;
  }
}

/*==============================================================
# プログラム
==============================================================*/
.program {
  background: url(../img/bg/bg_gray.png) no-repeat center center/cover;
}

.program .contents-title {
  text-shadow: 3px 3px 0 #fff;
}

.program .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #fff;
          box-shadow: 3px 3px 0 #fff;
}

.program .contents-title {
  color: #00BC6F;
}

.pro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pro-list {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

.pro-item {
  position: relative;
  width: calc(33.3333% - 50px * 2 / 3);
}

@media screen and (max-width: 1023px) {
  .pro-item {
    width: calc(33.3333% - 15px * 2 / 3);
  }
}

@media screen and (max-width: 767px) {
  .pro-item {
    width: 100%;
  }
}

.pro-item + .pro-item {
  margin-left: 50px;
}

@media screen and (max-width: 1023px) {
  .pro-item + .pro-item {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pro-item + .pro-item {
    margin-left: 0;
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .pro-item .item-btn {
    position: absolute;
    bottom: -60px;
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .pro-item .btn {
    max-width: 270px;
  }
}

.pro-item-img {
  position: relative;
  margin-bottom: 1em;
}

.pro-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}

.b-img {
  border: 8px solid #4BCCF4;
}

.b-img::after {
  background-color: #4BCCF4;
}

.g-img {
  border: 8px solid #00BC6F;
}

.g-img::after {
  background-color: #00BC6F;
}

.y-img {
  border: 8px solid #F2BC25;
}

.y-img::after {
  background-color: #F2BC25;
}

.pro-item-title {
  font-family: "Kosugi Maru", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.0rem;
  z-index: 2;
}

.pro-item-title span {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .pro-item-title {
    font-size: 2.4rem;
  }
}

.pro-item-text {
  margin-bottom: 1em;
}

@media screen and (max-width: 1023px) {
  .pro-item-text {
    font-size: 1.3rem;
  }
}

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

/*==============================================================
# ブログ
==============================================================*/
.blog {
  background: url(../img/bg/bg_green.png) no-repeat center center/cover;
  color: #fff;
}

.blog .contents-title {
  text-shadow: 3px 3px 0 #333;
}

.blog .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #333;
          box-shadow: 3px 3px 0 #333;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .blog-list {
    display: block;
    max-width: 500px;
    margin: 0 auto 60px;
  }
}

.blog-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

@media screen and (max-width: 767px) {
  .blog-img {
    margin: 0 auto 20px;
  }
}

.blog-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

.blog-body-text {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 1023px) {
  .blog-body-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-body-text {
    text-align: center;
    font-size: 1.8rem;
  }
  .blog-body-text span {
    display: inline-block;
  }
}

@media screen and (max-width: 423px) {
  .blog-body-text {
    font-size: 1.6rem;
  }
}

.blog-item {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .blog-item {
    max-width: 500px;
    margin: 0 auto;
  }
}

.blog-item-link {
  font-family: "Kosugi Maru", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1023px) {
  .blog-item-link {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-item-link {
    display: block;
    padding: 20px 15px;
  }
}

.blog-item-time {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

@media screen and (max-width: 767px) {
  .blog-item-time {
    margin-bottom: 3px;
    margin-left: -15px;
    font-size: 1.4rem;
  }
}

.blog-item-title {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

/*==============================================================
# コンタクト
==============================================================*/
.contact {
  background: #EDEDED;
  text-align: center;
  margin-bottom: 270px;
}

.contact .contents-title {
  text-shadow: 3px 3px 0 #fff;
}

.contact .contents-title::after {
  -webkit-box-shadow: 3px 3px 0 #fff;
          box-shadow: 3px 3px 0 #fff;
}

.contact .contents-title {
  color: #303030;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-bottom: 160px;
  }
}

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

@media screen and (max-width: 599px) {
  .contact-list {
    display: block;
    margin-top: 60px;
  }
}

.contact-btn {
  width: 100%;
  max-width: 270px;
  margin: 0 20px;
}

@media screen and (max-width: 599px) {
  .contact-btn {
    margin: 0 auto;
  }
  .contact-btn + .contact-btn {
    margin-top: 20px;
  }
}
