@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* ------------------------------------------------------ */
/*
 * Import fonts
 */
/* ------------------------------------------------------ */
/*
 * Global Variables
 */
/* Margin */
/* Content Width */
/* ------------------------------------------------------ */
/*
 * Common
 */
html {
  font-size: 62.5%;
  -ms-overflow-style: none;
  /* IE10+ */
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック bold", "YuGothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 27px;
  overflow-x: hidden;
  color: #292929;
  -webkit-text-size-adjust: 100%;
}

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

* {
  box-sizing: border-box;
}

a {
  color: #292929;
  text-decoration: none;
  cursor: pointer;
}

ul,
li {
  list-style: none;
}

input,
button,
textarea,
select {
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* loading */
.wrap {
  transition: all 0.4s ease;
  overflow: hidden;
}

.loading {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
  text-align: center;
}

.loading__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading__inner img {
  display: block;
  width: 110px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .loading__inner img {
    margin-bottom: 0;
  }
}

.loading__inner span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
  margin: 0 -0.05em;
  animation: loading 1.4s infinite alternate;
}

.loading__inner span:nth-child(2) {
  animation-delay: 0.1s;
}

.loading__inner span:nth-child(3) {
  animation-delay: 0.2s;
}

.loading__inner span:nth-child(4) {
  animation-delay: 0.3s;
}

.loading__inner span:nth-child(5) {
  animation-delay: 0.4s;
}

.loading__inner span:nth-child(6) {
  animation-delay: 0.5s;
}

.loading__inner span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.hidden {
  display: none;
}

.br-sp {
  display: none;
}

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

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

.loading {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
  text-align: center;
}

.title_2 {
  margin-bottom: 44px;
  text-align: center;
}

@media (max-width: 767px) {
  .title_2 {
    margin-bottom: 32px;
  }
}

.title_2 h2 {
  font-size: 5.6rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .title_2 h2 {
    font-size: 4.6rem;
    margin-bottom: 2px;
  }
}

.title_2 p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 767px) {
  .title_2 p {
    font-size: 1.4rem;
  }
}

.title_3 {
  margin-bottom: 32px;
}

.title_3 h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 768px) {
  .title_3 h3.fs26 {
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) {
  .title_3 h3.fs20 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .title_3 h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.title_2_small {
  text-align: center;
}

@media (max-width: 767px) {
  .title_2_small {
    margin-bottom: 30px;
  }
}

.title_2_small h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .title_2_small h2 {
    font-size: 2.4rem;
  }
}

.title_2_small h2 .br-sp {
  display: none;
}

@media (max-width: 767px) {
  .title_2_small h2 .br-sp {
    display: block;
  }
}

.title_2_small p {
  font-size: 1.6rem;
  margin-bottom: 32px;
  text-align: left;
}

/* page top */
.page-top {
  position: fixed;
  width: 70px;
  bottom: 210px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
  transition: all 0.4s ease;
}

@media (max-width: 1080px) {
  .page-top {
    bottom: 110px;
    right: 16px;
  }
}

.page-top a {
  display: block;
  width: 100%;
  transition: all 0.4s ease;
}

@media (min-width: 1080px) {
  .page-top a:hover {
    opacity: 0.7;
  }
}

.page-top.active {
  opacity: 1;
  visibility: visible;
}

.cmn-moreBtn01 {
  margin-bottom: 27px;
}

.cmn-moreBtn01.row {
  margin-bottom: 27px;
}

.cmn-moreBtn01 a {
  display: block;
  position: relative;
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 42px;
  line-height: 1.5;
  transition: opacity 0.4s;
}

.cmn-moreBtn01 a .linkText-en {
  display: block;
  font-family: "Maven Pro", sans-serif;
  font-size: 1.6rem;
}

.cmn-moreBtn01 a::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 6px;
  right: 0;
  background: url("../img/icon-arrow-right.svg") no-repeat;
  background-size: contain;
}

@media (min-width: 1080px) {
  .cmn-moreBtn01 a:hover {
    opacity: 0.7;
  }
}

/* 画像背景スライドアニメーション */
.slide-box {
  position: relative;
}

.slide-box div.color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #aabd29;
}

/* btn style */
.btn {
  width: 356px;
  height: 68px;
  margin: 0 auto;
  border-radius: 34px;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .btn {
    width: 337px;
  }
}

@media (max-width: 320px) {
  .btn {
    width: 288px;
  }
}

.btn a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 68px;
  text-align: center;
  padding-right: 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .btn a {
    padding-right: 20px;
  }
}

.btn a.no-icon {
  padding-right: 0;
}

.btn a.no-icon::before {
  content: none;
}

.btn a::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 24px;
  top: 22px;
  right: 63px;
  background: url("../img/icon-edit.svg") no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  .btn a::before {
    right: 36px;
  }
}

@media (max-width: 320px) {
  .btn a::before {
    left: 48px;
  }
}

@media (min-width: 1080px) {
  .btn:hover {
    opacity: 0.7;
  }
}

.btn.small {
  width: 238px;
  height: 51px;
}

.btn.small a {
  font-size: 1.4rem;
  line-height: 51px;
}

.btn.small a::before {
  top: 12px;
  right: 26px;
}

.yellow-btn {
  background: #9ad776;
  /* background: #80B263; */
}
.green-btn {
  background: #aebd30;
}

.black-btn {
  background: #292929;
}

.black-btn a {
  color: #ffffff;
}

.black-btn a::before {
  background: url("../img/icon-edit-white.svg") no-repeat;
}

.normal-btn {
  background: #ffffff;
  border: 1px solid #292929;
}

.fixed-btn {
  display: block;
  position: fixed;
  top: 350px;
  right: 0;
  width: 88px;
  height: 210px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 200;
  cursor: pointer;
}
.fixed-btn-local {
  height: 210px;
  top: 400px;
}

@media (max-width: 1080px) {
  .fixed-btn {
    width: calc(100% - 60px);
    height: 60px;
    top: inherit;
    bottom: 0;
  }
}

@media (min-width: 1080px) {
  .fixed-btn:hover {
    opacity: 0.7;
  }
}

.fixed-btn a {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  padding-top: 47px;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .fixed-btn a {
    font-size: 1.8rem;
    padding-top: 17px;
    writing-mode: horizontal-tb;
  }
}

.fixed-btn a img {
  width: 24px;
  height: 20px;
  margin-top: 5px;
  margin-right: 5px;
}

@media (max-width: 1080px) {
  .fixed-btn a img {
    vertical-align: text-bottom;
    margin-top: 0;
    margin-right: 0;
    margin-left: 5px;
  }
}

.sectionTitle-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 12px;
  background: url(../img/img-dot02.svg) no-repeat;
  background-size: 100%;
}

/* --------------------------- */
/*
 * Layout Style
 */
/* Layout CSS Document */
.row {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .row {
    width: 94%;
  }
}

@media (max-width: 768px) {
  .row {
    width: 90%;
  }
}

.rowSmall {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .rowSmall {
    width: 94%;
  }
}

@media (max-width: 768px) {
  .rowSmall {
    width: 90%;
  }
}

.rowWide {
  width: 100%;
  margin: 0 auto;
}

.fluidBox {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

main {
  padding-top: 70px;
  overflow: hidden;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.sec-grey {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
  z-index: 0;
}

/* Header Style Document */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  background: #fff;
  z-index: 50;
  transition: all 0.5s ease;
}

@media (max-width: 1080px) {
  .header {
    width: 100%;
    position: absolute;
    left: 0;
  }
}

.header__inner {
  position: relative;
}

.header__inner__brand {
  display: inline-block;
  width: 194px;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .header__inner__brand {
    width: 200px;
    margin-top: 14px;
  }
}

.header__inner__nav {
  margin-top: 18px;
  display: inline-block;
  width: 600px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1080px) {
  .header__inner__nav {
    display: none;
  }
}

.header__inner__nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  position: relative;
}

@media (max-width: 1080px) {
  .nav-item {
    margin-right: 15px;
  }
}

.nav-item a {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #292929;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .nav-item a {
    font-size: 1.2rem;
  }
}

.nav-item a span {
  font-size: 1rem;
  font-family: "Maven Pro", sans-serif;
  line-height: 1;
  margin-left: 6px;
}

.nav-item a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #292929;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}

.nav-item a:hover::after {
  transform: scale(1, 1);
}

.nav-item a.active-page::after {
  transform: scale(1, 1);
}

.nav-sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-font {
  font-family: "Maven Pro", sans-serif;
}

.nav-fb a {
  width: 30px;
  transition: 0.4s;
}

.nav-fb a:hover {
  opacity: 0.6;
}

.nav-fb a:hover::after {
  transform: scale(0, 0);
}

.nav-fb a {
  display: block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
.nav-local a {
  background-color: #292929;
  height: 33px;
  color: #fff;
  padding: 4px 10px;
  margin-right: 10px;
  margin-left: 10px;
  transition: 0.4s;
}
.nav-local a:hover {
  opacity: 0.6;
}
.nav-mail a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #292929;
  background: url("../img/icon-mail.svg") no-repeat center #292929;
  transition: 0.4s;
}

.nav-mail a:hover {
  opacity: 0.6;
}

.nav-mail a:hover::after {
  transform: scale(0, 0);
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-item.first-level:hover .nav-item__second-level {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}

.nav-current > a::after {
  transform: scale(1, 1);
}

.wrap-nav {
  display: none;
}

@media (max-width: 1080px) {
  .wrap-nav {
    display: block;
    position: fixed;
    left: -1px;
    bottom: -1px;
    width: 61px;
    height: 61px;
    background: #292929;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 200;
  }
}

.wrap-nav__nav {
  position: absolute;
  left: 12px;
  top: 24px;
  width: 36px;
  height: 12px;
  border-top: 2px solid #fff;
  cursor: pointer;
  transition: all 0.4s ease-out;
}

.wrap-nav__nav span {
  position: absolute;
  text-indent: -9999px;
  font-size: 1rem;
}

.wrap-nav__nav::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  border-top: 2px solid #fff;
  transition: all 0.4s ease-out;
}

.wrap-nav__nav.active {
  top: 12px;
}

.wrap-nav__nav.active::before {
  top: 31px;
}

.drawer {
  display: none;
}

@media (max-width: 1080px) {
  .drawer {
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #f9f9f9;
    padding-top: 7px;
    padding-bottom: 60px;
    transform: translateY(120%);
    transition: all 0.4s cubic-bezier(0.67, 0.16, 0.36, 1);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.drawer__logo {
  width: 194px;
  margin-bottom: 40px;
}

.drawer__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
}

.drawer__menu li a {
  display: block;
  font-family: "Maven Pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.drawer .btnWrap {
  display: flex;
  flex-direction: column;
}

.drawer .btnWrap__joinBtn {
  margin-bottom: 18px;
}

.drawer .btnWrap__under {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.drawer .btnWrap__under .mail {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 30px;
  fill: #292929;
}

.drawer .btnWrap__under .fb {
  display: block;
  width: 24px;
  height: 24px;
}

.drawer .btnWrap__under {
  display: flex;
  justify-content: center;
  align-items: center;
}

.drawer.active {
  transform: translateY(0);
}

.line-friend {
  width: 100px;
}

.nav-item.line-friend a::after {
  content: none;
}

.nav-item.line-friend a {
  transition: 0.3s;
}

.nav-item.line-friend a:hover {
  opacity: 0.6;
}

.drawer .line-friend {
  margin-bottom: 40px;
}

/* ------------------------------------------------------ */
/*
 * Home
 */
.mv {
  position: relative;
  max-width: 2000px;
  margin-bottom: 457px; /*tanoshika修正*/
}

.mv__img {
  position: absolute;
  width: 100%;
  max-width: 2000px;
  height: 457px;
  top: 0;
  right: 0;
}

@media (max-width: 414px) {
  .mv__img {
    width: 100%;
    height: 137vw;
    margin-bottom: 540px;
  }
  .n2-ss-slide {
    width: 100%;
    height: 137vw;
  }
}
@media (max-width: 767px) {
  .mv {
    margin-bottom: 540px;
  }
}

.mv__img figure {
  width: 100%;
  height: 100%;
}

.mv__img figure img {
  object-fit: cover;
  object-position: left;
  width: 100%;
  height: 100%;
}

.mv__text {
  position: absolute;
  left: calc(50% - 540px);
  top: calc(50% - 90px);
  font-size: 9rem;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
  opacity: 0;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1080px) {
  .mv__text {
    left: 30px;
  }
}

@media (max-width: 414px) {
  .mv__text {
    font-size: 7rem;
    left: 18px;
    top: calc(50% - 70px);
  }
}

@media (max-width: 414px) {
  .img-pc {
    display: none;
  }
}

.img-sp {
  display: none;
}

@media (max-width: 414px) {
  .img-sp {
    display: block;
    opacity: 0;
  }
}

/* top concept */
/* tanoshika修正 */
/* .concept {
  position: relative;
  margin: 457px auto 0;
  padding-top: 60px;
  padding-bottom: 172px;
  overflow: hidden;
  background: url("../img/img-dot.png") no-repeat;
  background-size: 100%;
  background-position: 50% calc(140% + 30px);
} */

@media (max-width: 768px) {
  .concept {
    background-size: 200%;
    background-position: center bottom;
  }
}

@media (max-width: 767px) {
  /* tanoshika修正 */
  /* .concept {
    padding-bottom: 72px;
  } */
}

@media (max-width: 414px) {
  .concept {
    margin-top: 141vw;
  }
}

.concept__inner {
  text-align: center;
}

.concept__inner__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .concept__inner__title {
    font-size: 2rem;
    margin-bottom: 22px;
  }
}

.concept__inner__text {
  font-size: 1.6rem;
  line-height: 2;
  /* margin-bottom: 28px; tanoshika修正*/
}

@media (max-width: 767px) {
  .concept__inner__text {
    font-size: 1.4rem;
  }
}

.concept__inner__text.last {
  margin-bottom: 0;
}

@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.bnr-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
}

.bnr-wrap a {
  transition: 0.3s;
}

.bnr-wrap img {
  width: 320px;
}

@media (min-width: 1080px) {
  .bnr-wrap a:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 767px) {
  .bnr-wrap p {
    font-size: 1.3rem;
  }
}
/* concept title animation */
.fade-box {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  transform: translateY(100px);
}

.fade-box.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.about {
  padding: 60px 0 80px;
}

@media (max-width: 767px) {
  .about {
    padding: 60px 0 44px;
  }
}

.about__imgWrap {
  display: flex;
  margin-bottom: 35px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about__imgWrap {
    flex-direction: column;
    margin-bottom: 22px;
  }
}
.kadomaru {
  border-radius: 20px;
}

.about__imgWrap__01 {
  width: calc(67% - 6px);
}

@media (max-width: 767px) {
  .about__imgWrap__01 {
    width: 100%;
    margin-bottom: 4px;
  }
}

.about__imgWrap__02 {
  display: flex;
  flex-direction: column;
  width: 33%;
}

@media (max-width: 767px) {
  .about__imgWrap__02 {
    width: 100%;
    flex-direction: row;
  }
}

.about__imgWrap__02 .about-img02 {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .about__imgWrap__02 .about-img02 {
    width: calc(50% - 2px);
    margin-bottom: 0;
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .about__imgWrap__02 .about-img03 {
    width: calc(50% - 2px);
  }
}

.about__imgWrap img {
  object-fit: cover;
}

.about__toptext {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 32px;
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 1080px) {
  .about__toptext {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .about__toptext {
    width: 90%;
    font-size: 1.4rem;
    margin-bottom: 22px;
  }
}

.program {
  padding: 93px 0 73px;
}

@media (max-width: 767px) {
  .program {
    padding: 60px 0 100px;
  }
}

.program__content .program-img {
  margin-bottom: 30px;
}

.program__content .program-text {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .program__content .program-text {
    font-size: 1.4rem;
  }
}

.company {
  position: relative;
  padding: 60px 0 80px;
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .company {
    padding-bottom: 60px;
  }
}

.company__content {
  margin-bottom: 20px;
}

.company__content dl {
  display: flex;
  flex-wrap: wrap;
}

.company__content dt {
  display: flex;
  flex-direction: column;
  width: 100px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.company__content dd {
  display: flex;
  flex-direction: column;
  width: calc(100% - 100px);
  float: left;
  margin-left: 0;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

/* members */
.members {
  position: relative;
  padding: 60px 0;
}

.members__content__director {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .members__content__director {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .members__content__director::after {
    content: "";
    display: block;
    width: 50%;
    height: 0;
  }
}

.members__content__advisory {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .members__content__advisory {
    flex-direction: column;
    margin: 0 auto 20px;
  }
}

.members__content__team {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .members__content__team {
    flex-direction: column;
    width: 90.5%;
    margin: 0 auto 32px;
  }
}

.members__content__team li p {
  font-weight: bold;
}

.members__content__team li:first-child {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .members__content__team li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.member-item {
  width: 17.5%;
  margin-right: 3.125%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .member-item {
    width: 42%;
    max-width: 250px;
  }
}

.member-item:nth-child(5n) {
  margin-right: 0;
}

.member-item__img {
  display: block;
  margin-bottom: 5px;
}

.member-item__img img {
  width: 100%;
  border-radius: 50%;
}

.member-item__position {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .member-item__position {
    font-size: 1.2rem;
  }
}

.member-item__name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}

.member-item__info {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.3px;
}

@media (max-width: 767px) {
  .member-item__info {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.advisory-item {
  width: 33%;
  max-width: 261px;
}

@media (max-width: 767px) {
  .advisory-item {
    width: 100%;
    margin-bottom: 12px;
  }
}

.advisory-item__company {
  font-size: 1.2rem;
  line-height: 1.37;
}

.advisory-item__name {
  font-weight: bold;
}

.project {
  position: relative;
  padding: 20px 0 100px;
  margin-top: 60px;
}

#about .about::before,
.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 126px;
  height: 13px;
  background: url("../img/img-dot01.jpg") no-repeat;
  background-size: 100%;
}

#top .note-artile-new {
  margin-bottom: 0;
}

#top .voice {
  padding-bottom: 80px;
}

/* ------------------------------------------------------ */
/*
 * project
 */
/* common */
.category-wrap {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 6px 20px;
  line-height: 1;
}

.category-wrap.blue,
.category-wrap.cat-4 {
  background: #a0d7dc;
}

.category-wrap.yellow,
.category-wrap.cat-2 {
  background: #ffd700;
}

.category-wrap.grey,
.category-wrap.cat-3 {
  background: #d3d3d4;
  color: #ffffff;
}

.tag-wrap {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.tag-wrap span {
  margin-right: 14px;
  white-space: nowrap;
}

.period-wrap {
  font-weight: bold;
}

.period-wrap .period {
  height: 20px;
  border: 1px solid #292929;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 8px;
  margin-right: 10px;
}

.period-wrap .date {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

/* project一覧 */
.project-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .project-list {
    flex-direction: column;
  }
}

.project-list .project-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .project-list .project-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.project-list .project-item a {
  display: block;
}

.project-list .project-item a .thumbnail {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  padding-top: 60.465%;
}

.project-list .project-item a .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.project-local .project-list .project-item a .thumbnail img {
  object-fit: contain;
}

.project-list .project-item a .category-wrap.ribbon {
  position: absolute;
  top: 0;
  left: 0;
}

.project-list .project-item a .project-name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}

@media (min-width: 1080px) {
  .project-list .project-item a:hover {
    opacity: 0.7;
  }
}

.project-list .project-item:nth-child(3n) {
  margin-right: 0;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  margin: 0 2.5px;
  font-family: "Maven Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: bolder;
  line-height: 34px;
  box-sizing: border-box;
}

.wp-pagenavi a.first,
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger,
.wp-pagenavi a.last {
  background: #ffffff;
  border: 1px solid #292929;
}

.wp-pagenavi span {
  background: #292929;
  color: #ffffff;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  color: #d3d3d4;
  border: 1px solid #d3d3d4;
}

/* project-archive */
#project .project {
  margin-top: 60px;
  padding: 20px 0 166px;
}

#project .project .project-list {
  margin-bottom: 40px;
}

.project-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .project-text {
    font-size: 1.4rem;
  }
}

/* project single */
.projectDetail {
  margin-bottom: 133px;
}

.projectDetail__thumbnail {
  width: 100%;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .projectDetail__thumbnail {
    margin-bottom: 16px;
  }
}

.projectDetail__title__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.projectDetail__title .article-ttl {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .projectDetail__title .article-ttl {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}

.projectDetail .tag-wrap {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .projectDetail .tag-wrap {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.projectDetail .btn {
  margin-bottom: 24px;
}

.projectArticle {
  margin-bottom: 28px;
}

.projectArticle h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .projectArticle h2 {
    font-size: 2rem;
  }
}

.projectArticle h3 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .projectArticle h3 {
    font-size: 1.8rem;
  }
}

.projectArticle h3::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 37px;
  background: url("../img/img-dot03.svg") no-repeat;
  background-size: contain;
}

.projectArticle p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .projectArticle p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.projectArticle a {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #f39800;
  text-decoration: underline;
  transition: opacity 0.4s;
}

@media (max-width: 767px) {
  .projectArticle a {
    font-size: 1.4rem;
    line-height: 2;
  }
}

@media (min-width: 1080px) {
  .projectArticle a:hover {
    opacity: 0.7;
  }
}

.projectArticle img {
  width: 100%;
  margin: 0 auto 32px;
}

/* entry */
#entry .project {
  margin-top: 60px;
  padding: 20px 0 166px;
}

#entry .project .project-list {
  margin-bottom: 40px;
}

.entry-btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .entry-btnArea {
    flex-direction: column;
  }
}

.entry-btnArea .btn {
  margin: 0;
}

.entry-btnArea .btn:first-child {
  margin-right: 60px;
}

@media (max-width: 767px) {
  .entry-btnArea .btn:first-child {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

/* ------- */
/*
 * program
 */
#program .program {
  padding: 60px 0 0;
}

@media (max-width: 767px) {
  #program .program {
    padding: 60px 0 30px;
  }
}

#prograpm-page .program {
  padding-bottom: 0;
}

.programSec {
  padding: 60px 0 147px;
}

.programSec .programSec-content {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .programSec .programSec-content {
    flex-direction: column;
  }
}

.programSec .programSec-content .programSec-item {
  width: 26%;
}

@media (max-width: 767px) {
  .programSec .programSec-content .programSec-item {
    width: 81%;
    margin: 0 auto 32px;
  }
}

.programSec .programSec-content .programSec-item img {
  display: block;
  width: 208px;
  margin: 0 auto 14px;
}

.programSec .programSec-content .programSec-item img.after-pg {
  width: 124px;
}

.programSec .programSec-content .programSec-item .title-wrap.after-pg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}

.programSec .programSec-content .programSec-item .title-wrap.after-pg img {
  width: 60px;
  margin: 0 24px 0 0;
}

.programSec .programSec-content .programSec-item .title-wrap.after-pg h3 {
  text-align: left;
  margin-bottom: 0;
}

.programSec .programSec-content .programSec-item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}

.programSec .programSec-content .programSec-item p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .programSec .programSec-content .programSec-item p {
    font-size: 1.4rem;
  }
}

.program__content {
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .program__content {
    margin-bottom: 0;
  }
}

.programFlow {
  position: relative;
  margin-top: 60px;
  padding: 102px 0 100px;
}

@media (max-width: 767px) {
  .programFlow {
    padding: 72px 0 36px;
  }
}

.programFlow .title_2_small {
  position: relative;
}

.programFlow .title_2_small::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 12px;
  background: url(../img/img-dot02.svg) no-repeat;
  background-size: 100%;
}

.programFlow .tagline {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .programFlow .tagline {
    font-size: 1.4rem;
    text-align: left;
  }
}

.contents__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .contents__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}

.contents__list__item {
  width: 23.888%;
}

@media (max-width: 767px) {
  .contents__list__item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
}

.contents__list__item:last-child {
  margin-bottom: 0;
}

.session__ribbon {
  position: relative;
  width: calc(100% - 26px);
  height: 44px;
  font-size: 2.6rem;
  line-height: 44px;
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .session__ribbon {
    width: 100%;
    margin-bottom: 21px;
  }
}

.session__ribbon.session1 {
  background: #a2d5d9;
}

.session__ribbon.session1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 22.5px solid transparent;
  border-left: 26px solid #a2d5d9;
}

@media (max-width: 767px) {
  .session__ribbon.session1::after {
    top: 100%;
    left: 50%;
    margin-left: -12.5px;
    border-left: 12.5px solid transparent;
    border: 12.5px solid transparent;
    border-top: 12px solid #a2d5d9;
  }
}

.session__ribbon.session2 {
  background: #aabd29;
}

.session__ribbon.session2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 22.5px solid transparent;
  border-left: 26px solid #aabd29;
}

@media (max-width: 767px) {
  .session__ribbon.session2::after {
    top: 100%;
    left: 50%;
    margin-left: -12.5px;
    border-left: 12.5px solid transparent;
    border: 12.5px solid transparent;
    border-top: 12px solid #aabd29;
  }
}

.session__ribbon.session3 {
  background: #f19825;
}

.session__ribbon.session3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 22.5px solid transparent;
  border-left: 26px solid #f19825;
}

@media (max-width: 767px) {
  .session__ribbon.session3::after {
    top: 100%;
    left: 50%;
    margin-left: -12.5px;
    border-left: 12.5px solid transparent;
    border: 12.5px solid transparent;
    border-top: 12px solid #f19825;
  }
}

.session__ribbon.session4 {
  background: #b78dbd;
}

.session__ribbon.session4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 22.5px solid transparent;
  border-left: 26px solid #b78dbd;
}

@media (max-width: 767px) {
  .session__ribbon.session4::after {
    top: 100%;
    left: 50%;
    margin-left: -12.5px;
    border-left: 12.5px solid transparent;
    border: 12.5px solid transparent;
    border-top: 12px solid #b78dbd;
  }
}

.session__topText {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .session__topText {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .session__topText {
    font-size: 1.8rem;
  }
}

.session__image {
  margin-bottom: 7px;
}

.session__text {
  line-height: 1.6;
}

.delay2 {
  transition-delay: 0.3s;
}

@media (max-width: 767px) {
  .delay2 {
    transition-delay: 0s;
  }
}

.delay3 {
  transition-delay: 0.6s;
}

@media (max-width: 767px) {
  .delay3 {
    transition-delay: 0s;
  }
}

.delay4 {
  transition-delay: 0.9s;
}

@media (max-width: 767px) {
  .delay4 {
    transition-delay: 0s;
  }
}

.delay5 {
  transition-delay: 1.2s;
}

@media (max-width: 767px) {
  .delay5 {
    transition-delay: 0s;
  }
}

.delay6 {
  transition-delay: 1.5s;
}

@media (max-width: 767px) {
  .delay6 {
    transition-delay: 0s;
  }
}

.session__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -24px;
}

@media (max-width: 767px) {
  .session__title {
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.session__title.mb0 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .session__title.mb0 {
    margin-bottom: 10px;
  }
}

.session__title .num {
  width: 12%;
}

@media (max-width: 767px) {
  .session__title .num {
    width: 44px;
    margin: 0 12px 20px 0;
  }
}

.session__title .title-wrap {
  width: 82.222%;
}

@media (max-width: 767px) {
  .session__title .title-wrap {
    width: 100%;
  }
}

.session__title .title-wrap .kikan {
  margin-bottom: 8px;
}

.session__title .title-wrap .kikan span {
  display: inline-block;
  font-size: 1.3rem;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border: 1px solid #292929;
  border-radius: 17px;
}

.session__title .title-wrap h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .session__title .title-wrap h3 {
    font-size: 2rem;
  }
}

.session__title .title-wrap .title-text {
  font-size: 1.6rem;
}

.session__message {
  position: relative;
  padding: 40px 64px 32px;
  background: #ecf7f8;
}

@media (max-width: 767px) {
  .session__message {
    padding: 30px;
    margin-bottom: 32px;
  }
}

.session__message::after {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-bottom: 18px solid #ecf7f8;
}

.programFlow .session-content {
  width: 82.222%;
  margin-left: auto;
}

@media (max-width: 767px) {
  .programFlow .session-content {
    width: 86.561%;
    margin-bottom: 80px;
  }
}

.programFlow .session-content .img-wrap {
  display: flex;
  margin-bottom: 35px;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap.img4 {
    flex-direction: row;
  }
}

.programFlow .session-content .img-wrap .img-wrap-01 {
  width: 62%;
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap .img-wrap-01 {
    width: 100%;
    margin-bottom: 5px;
  }
}

.programFlow .session-content .img-wrap .img-wrap-02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 36.9%;
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap .img-wrap-02 {
    flex-direction: row;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap .img-wrap-02 img {
    width: 49%;
  }
}

.programFlow .session-content .img-wrap .img-wrap-03 {
  width: 49.549%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap .img-wrap-03 {
    width: 49%;
  }
}

.programFlow .session-content .img-wrap .img-wrap-03 img:first-child {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap .img-wrap-03 img:first-child {
    margin-bottom: 5px;
  }
}

.programFlow .session-content .line {
  position: absolute;
  display: block;
  width: 2px;
  height: calc(100% + 80px);
  background: #292929;
  left: 6%;
  top: 0;
}

@media (max-width: 767px) {
  .programFlow .session-content .line {
    left: 19px;
  }
}

.programFlow .detail-item {
  margin-bottom: 24px;
}

.programFlow .detail-item .detail-title {
  width: fit-content;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .programFlow .detail-item .detail-title {
    height: 20px;
    line-height: 20px;
  }
}

.programFlow .detail-item .detail-title.c-01 {
  background: #f39800;
}

.programFlow .detail-item .detail-title.c-02 {
  background: #b98cbe;
}

.programFlow .detail-item .detail-text {
  font-size: 1.6rem;
  line-height: 2;
}

.programFlow .detail-item .detail-text.list {
  display: flex;
  flex-wrap: wrap;
}

.programFlow .detail-item .detail-text.list li {
  position: relative;
  margin-right: 24px;
  padding-left: 15px;
}

.programFlow .detail-item .detail-text.list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #f39800;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.programFlow .interview-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .programFlow .interview-wrap {
    flex-direction: column;
  }
}

.programFlow .interview-wrap .interview-img-wrap {
  margin-right: 38px;
}

@media (max-width: 767px) {
  .programFlow .interview-wrap .interview-img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.programFlow .interview-wrap .interview-img-wrap figure {
  width: 132px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .programFlow .interview-wrap .interview-img-wrap figure {
    text-align: center;
    margin: 0 auto 12px;
  }
}

.programFlow .interview-wrap .interview-img-wrap p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.programFlow .interview-wrap .interview-detail-wrap {
  flex: 1;
}

.programFlow .interview-wrap .interview-detail-wrap .interview-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .programFlow .interview-wrap .interview-detail-wrap .interview-title {
    font-size: 1.6rem;
  }
}

.programFlow .interview-wrap .interview-detail-wrap .interview-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .programFlow .interview-wrap .interview-detail-wrap .interview-text {
    font-size: 1.4rem;
  }
}

.c-box-wrap {
  padding: 32px;
}

.c-box-wrap.color01 {
  background: #e7f2f3;
}

.c-box-wrap.color02 {
  background: #f8f3f9;
}

.c-box-title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 38px;
}

@media (max-width: 767px) {
  .c-box-title {
    font-size: 1.6rem;
    padding-left: 33px;
  }
}

.c-box-title::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffd700;
  position: absolute;
  left: 0;
  top: -3px;
}

@media (max-width: 767px) {
  .c-box-title::before {
    width: 22px;
    height: 22px;
    top: 1px;
  }
}

.afterProgramSec {
  position: relative;
  margin-top: 60px;
  padding: 12px 0 100px;
}

@media (max-width: 767px) {
  .afterProgramSec {
    margin-top: 80px;
  }
}

.afterProgramSec::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 12px;
  background: url(../img/img-dot02.svg) no-repeat;
  background-size: 100%;
}

.afterProgramSec .tagline {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

.afterProgram-wrap .pc-img {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .afterProgram-wrap .pc-img {
    display: none;
  }
}

.afterProgram-wrap .sp-img {
  display: none;
}

@media (max-width: 767px) {
  .afterProgram-wrap .sp-img {
    display: block;
    margin-bottom: 32px;
  }
}

.session__message__inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .session__message__inner {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .session__message__inner.reverse {
    flex-direction: column-reverse;
  }
}

.session__message__inner .messageImg {
  width: 23.888%;
}

@media (max-width: 767px) {
  .session__message__inner .messageImg {
    width: 100%;
    margin-bottom: 20px;
  }
}

.session__message__inner .message {
  width: 73.148%;
}

@media (max-width: 767px) {
  .session__message__inner .message {
    width: 100%;
    margin-bottom: 24px;
  }
}

.session__message__inner .message .message-headtext {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .session__message__inner .message .message-headtext {
    font-size: 1.6rem;
  }
}

.session__message__inner .message .message-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .session__message__inner .message .message-text {
    font-size: 1.4rem;
  }
}

.other-plan-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .other-plan-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.other-plan-wrap .plan-item {
  width: 30%;
}

@media (max-width: 767px) {
  .other-plan-wrap .plan-item {
    width: 100%;
    margin-bottom: 24px;
  }
}

.other-plan-wrap .plan-case {
  width: fit-content;
  height: 28px;
  padding: 0 10px;
  font-family: "Maven Pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
  background: #b98cbe;
}

@media (max-width: 767px) {
  .other-plan-wrap .plan-case {
    margin-bottom: 12px;
  }
}

.other-plan-wrap .plan-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .other-plan-wrap .plan-title {
    font-size: 1.6rem;
  }
}

.other-plan-wrap .plan-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .other-plan-wrap .plan-text {
    font-size: 1.4rem;
  }
}

.others {
  font-size: 1.6rem;
  line-height: 2;
  border-left: 4px solid #d3d3d4;
  padding-left: 23px;
}

@media (max-width: 767px) {
  .others {
    font-size: 1.4rem;
  }
}

.others .bold {
  font-weight: bold;
}

@media (max-width: 767px) {
  .programSec.afterProgram .programSec-content .programSec-item {
    width: 100%;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .programSec.sec-grey {
    padding: 60px 0 40px;
  }
}

.program-btn-wrap {
  padding: 80px 0 0;
}

.movie-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 24px;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------- */
/*
 * privacypolicy
 */
.privacypolicySec {
  margin: 60px auto 136px;
}

.privacypolicySec .br-sp {
  display: none;
}

@media (max-width: 767px) {
  .privacypolicySec .br-sp {
    display: block;
  }
}

.policy-content dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.policy-content dd {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .policy-content dd {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
}

.policy-content dd ul {
  padding-left: 20px;
}

.policy-content dd ul li {
  list-style-type: disc;
}

.policy-content dd a {
  color: #f39800;
  text-decoration: underline;
  transition: opacity 0.4s;
}

@media (min-width: 1080px) {
  .policy-content dd a:hover {
    opacity: 0.7;
  }
}

/* ------------------------------------------------------ */
/*
 * about
 */
#about .about {
  position: relative;
  margin-top: 60px;
  padding: 20px 0 166px;
}

@media (max-width: 767px) {
  #about .about {
    padding: 20px 0 80px;
  }
}

#about .about__content__upper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  #about .about__content__upper {
    flex-direction: column;
    margin-bottom: 0;
  }
}

#about .about__content__upper .dive-value {
  width: 337px;
}

@media (max-width: 767px) {
  #about .about__content__upper .dive-value {
    width: 100%;
    height: auto;
    max-width: 416px;
    margin-bottom: 30px;
  }
}

#about .about__content__upper .dive-value img {
  height: 227px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  #about .about__content__upper .dive-value img {
    height: auto;
  }
}

#about .about__content__upper .dive-value .value-text {
  font-size: 1.6rem;
  line-height: 2;
}

#about .about__content__upper .value-icon {
  width: 68px;
  margin: 0 30px;
}

@media (max-width: 767px) {
  #about .about__content__upper .value-icon {
    margin-bottom: 30px;
  }
}

#about .about__content__lower {
  text-align: center;
}

#about .about__content__lower .icon-arrow {
  width: 72px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  #about .about__content__lower .icon-arrow {
    width: 68px;
  }
}

#about .about__content__lower__text {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  #about .about__content__lower__text {
    font-size: 2.4rem;
  }
}

#about .about__content__lower__text span {
  background: linear-gradient(transparent 50%, #9ad776 0%);
}

#about .about__content__lower .aboutLogo {
  display: block;
  width: 198px;
  margin: 0 auto;
}

#about .btn a {
  padding-right: 0;
}
.aboutFeatureSec {
  margin-top: 50px;
}

.aboutFeatureSec .title_2_small {
  margin-bottom: 42px;
}

.aboutFeatureSec .aboutFeatureSec-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item {
  width: 31.2%;
}

.aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item img {
  width: 100%;
  margin-bottom: 14px;
}

.aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}

.aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .aboutFeatureSec {
    padding-bottom: 80px;
  }
  .aboutFeatureSec .aboutFeatureSec-content {
    flex-direction: column;
    margin-bottom: 0;
  }
  .aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item:last-child {
    margin-bottom: 0;
  }
  .aboutFeatureSec .title_2_small {
    margin-bottom: 32px;
  }
}

.aboutVisionSec {
  position: relative;
  margin-top: 60px;
  padding: 12px 0 166px;
}

@media (max-width: 767px) {
  .aboutVisionSec {
    padding: 12px 0 80px;
  }
}

.aboutVisionSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 12px;
  background: url(../img/img-dot02.svg) no-repeat;
  background-size: 100%;
}

.aboutVisionSec .tagline {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

.aboutVisionSec .tagline .bold {
  font-weight: bold;
}

.aboutVisionSec .tagline .marker {
  font-weight: bold;
  background-color: #ffd700;
}

.aboutVisionSec .btn a::before {
  content: none;
}

.aboutVision__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.aboutVision__content .aboutVision-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
}

.aboutVision__content .aboutVision-item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.aboutVision__content .aboutVision-item .item-tagline {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
}

.aboutVision__content .aboutVision-item .detail {
  font-size: 1.6rem;
  line-height: 2;
}

.aboutVision__content .aboutVision-item .aboutVision-img {
  width: 200px;
}

.aboutVision-item:nth-child(1),
.aboutVision-item:nth-child(3) {
  width: 43.148%;
}

.aboutVision-item:nth-child(2) {
  width: 6.471%;
  margin-top: 90px;
}

@media (max-width: 767px) {
  .aboutVisionSec {
    margin-top: 80px;
  }
  .aboutVision__content {
    flex-direction: column;
  }
  .aboutVision__content .aboutVision-item {
    width: 100%;
  }
  .aboutVision__content .aboutVision-item:nth-child(2) {
    width: 70px;
    margin: 32px auto;
  }
  .aboutVision__content .aboutVision-item:nth-child(2) img {
    transform: rotate(90deg);
  }
}

/* ------------------------------------------------------ */
/*
 * voice
*/
#voice .voice {
  position: relative;
  margin-top: 60px;
  padding: 20px 0 166px;
}

#voice .btn a {
  padding-right: 0;
}

#voice .btn a::before {
  content: none;
}

#voice .voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 126px;
  height: 13px;
  background: url("../img/img-dot01.jpg") no-repeat;
  background-size: 100%;
}

.voice__toptext {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 32px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

@media (max-width: 1080px) {
  .voice__toptext {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .voice__toptext {
    width: 90%;
    font-size: 1.4rem;
    margin-bottom: 22px;
    text-align: left;
  }
}

.note-artile-new {
  margin-bottom: 90px;
}

.note-artile-new ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .note-artile-new ul {
    flex-direction: column;
  }
}

.note-artile-new ul li {
  width: 32%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  padding: 16px;
}

@media (max-width: 767px) {
  .note-artile-new ul li {
    width: 100%;
    margin-bottom: 12px;
  }
}

.note-artile-new ul li .note-logo {
  width: 50px;
  height: 15px;
}

.note-artile-new ul li img {
  margin-bottom: 10px;
}

.note-artile-new ul li .date {
  font-size: 1.2rem;
  color: #ccc;
}

.note-artile-new ul li .title {
  font-weight: bold;
  font-size: 1.6rem;
}

.note-artile-new ul li .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  overflow: hidden;
}

.note-artile-all {
  margin-bottom: 80px;
}

.note-artile-all ul {
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
}

.note-artile-all ul li {
  width: 254px;
  flex-shrink: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  padding: 12px;
}

.note-artile-all ul li:nth-child(-n + 6) {
  display: none;
}

.note-artile-all ul li .note-logo {
  width: 40px;
  height: 12px;
}

.note-artile-all ul li img {
  margin-bottom: 8px;
}

.note-artile-all ul li .date {
  font-size: 1.1rem;
  color: #ccc;
}

.note-artile-all ul li .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: bold;
}

.note-artile-all ul li .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.1rem;
  overflow: hidden;
}

/* ------------------------------------------------------ */
/*
 *  Footer
 */
@media (max-width: 1080px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer__innerWrap {
  background: #292929;
}

.footer__innerWrap__content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 37px 0 26px;
}

@media (max-width: 1080px) {
  .footer__innerWrap__content {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .footer__innerWrap__content {
    align-items: center;
  }
}

.footer__innerWrap__content .footerNav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1080px) {
  .footer__innerWrap__content .footerNav {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer__innerWrap__content .footerNav {
    flex-direction: column;
    margin-bottom: 6px;
  }
}

.footer__innerWrap__content .footerNav li {
  /* margin-right: 60px; */
}

.footer__innerWrap__content .footerNav li a {
  font-family: "Maven Pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  transition: opacity 0.4s;
}

@media (min-width: 1080px) {
  .footer__innerWrap__content .footerNav li a:hover {
    opacity: 0.7;
  }
}

.footer__innerWrap__content .footerNav li:last-child {
  /* margin-right: 0; */
}

@media (max-width: 767px) {
  .footer__innerWrap__content .footerNav li {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.footer__innerWrap__content .btnWrap {
  display: flex;
  flex-direction: column;
}

.footer__innerWrap__content .btnWrap__joinBtn {
  margin-bottom: 18px;
}

.footer__innerWrap__content .btnWrap__under {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 20px;
}

.footer__innerWrap__content .btnWrap__under a {
  transition: opacity 0.4s;
}

@media (min-width: 1080px) {
  .footer__innerWrap__content .btnWrap__under a:hover {
    opacity: 0.7;
  }
}

.footer__innerWrap__content .btnWrap__under .mail {
  display: block;
  width: 24px;
  height: 24px;
  /* margin-right: 18px; */
}

.footer__innerWrap__content .btnWrap__under .fb {
  display: block;
  width: 24px;
  height: 24px;
  /* margin-right: 35px; */
}

.footer__innerWrap__content .btnWrap__under .fb img {
  fill: #ffffff;
}

.footer__innerWrap__content .btnWrap__under .line {
  width: 32px;
  height: 32px;
}

.footer__innerWrap__content .btnWrap__under .privacypolicy {
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
}

.footer__bottom {
  height: 30px;
}

.footer__bottom p {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer__innerWrap__content .btnWrap__under {
    flex-wrap: wrap;
    justify-content: center;
    width: 260px;
  }
}

/* local */
#local .mv__img {
  background-color: #d5d5d5;
}
.mv__text.local {
  left: calc(0);
  top: calc(50%);
  color: #2d2d2d;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-50%);
}
.mv__text.local {
  color: #fff;
}
.mv__text.local h1 {
  font-size: 5rem;
  text-align: end;
  margin-bottom: 20px;
  /* width: 100%; */
}
#local .mv__img figure img {
  filter: brightness(0.6);
}
.mv__text.local p {
  font-size: 2.5rem;
  width: 100%;
}
.mv__text.local p.mv__sub {
  margin-bottom: 10px;
  color: #ffffff;
  /* background-color: #333; */
  /* width: 200px; */
  /* display: revert-layer; */
  padding: 5px 10px;
  position: relative;
}
.mv__text.local p.mv__sub::after {
  position: absolute;
  left: 0;
  /* right: 0; */
  top: 0;
  z-index: #333;
  width: 200px;
  content: "";
  height: 40px;
  background: #333;
  z-index: -1;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.infinity.concept {
  /* margin-top: 0; */
  position: relative;
  margin: 457px auto 0;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  /* background: url(../img/img-dot.png) no-repeat; */
  background-size: 100%;
  background-position: 50% calc(140% + 30px);
}

.scroll-infinity {
  display: block;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item > img {
  width: 100%;
  padding: 0 10px;
}

/* localProblem */
.title-local {
  position: relative;
  /* margin-top: 60px;
    padding: 20px 0 166px; */
  font-size: 32px;
  letter-spacing: 7.36px;
  margin-bottom: 60px;
}
.title-local::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 126px;
  height: 13px;
  background: url("../img/img-dot01.jpg") no-repeat;
  background-size: 100%;
}
.localProblem {
  margin-top: 40px;
}
.localProblem .title_2_small {
  /* margin-bottom: 60px; */
}

.localProblem .localProblem-content {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.localProblem .localProblem-content .aboutFeature-item {
  width: calc(50% - 40px);
  color: #2d2d2d;
  background: white;
  border-top: solid 3px #2d2d2d;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  padding: 20px 10px;
  margin: 20px 20px;
}

.localProblem .localProblem-content .aboutFeature-item img {
  width: 100%;
  margin-bottom: 14px;
}

.localProblem .localProblem-content .aboutFeature-item h3 {
  font-size: 2rem;
  font-weight: bold;
  /* margin-bottom: 14px; */
  text-align: center;
  line-height: 1.6;
}

.localProblem .localProblem-content .aboutFeature-item p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #infinity {
    /* display:none; */
  }
  .scroll-infinity__item {
    width: calc(100vw / 2);
  }
  .scroll-infinity__item > img {
    width: 100%;
    padding: 0 5px;
  }
  .infinity.concept {
    margin-top: 536px;
  }
  .mv__text.local h1 {
    font-size: 3rem;
  }
  .mv__text.local p {
    font-size: 2rem;
  }
  .localProblem {
    padding-bottom: 80px;
  }
  .localProblem .localProblem-content {
    flex-direction: column;
    margin-bottom: 0;
  }
  .localProblem .localProblem-content .aboutFeature-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .localProblem .localProblem-content .aboutFeature-item:last-child {
    margin-bottom: 0;
  }
  .localProblem .title_2_small {
    margin-bottom: 32px;
  }
  #local .localProblem .localProblem-content .aboutFeature-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
  }
  #local .localProblem .localProblem-content .aboutFeature-item h3 {
    /* font-size: 1.6rem; */
  }
}

.localFeatures .localFeatures-content {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .localFeatures .localFeatures-content {
    flex-direction: column;
  }
}

.localFeatures .localFeatures-content .localFeatures-item {
  width: calc(100% / 5 - 36px);
  margin: 0px 18px;
}

@media (max-width: 767px) {
  .localFeatures .localFeatures-content .localFeatures-item {
    width: 81%;
    margin: 0 auto 32px;
  }
}

.localFeatures .localFeatures-content .localFeatures-item img {
  display: block;
  width: 208px;
  margin: 0 auto 14px;
}

.localFeatures .localFeatures-content .localFeatures-item img.after-pg {
  width: 124px;
}

.localFeatures .localFeatures-content .localFeatures-item .title-wrap.after-pg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}

.localFeatures
  .localFeatures-content
  .localFeatures-item
  .title-wrap.after-pg
  img {
  width: 60px;
  margin: 0 24px 0 0;
}

.localFeatures
  .localFeatures-content
  .localFeatures-item
  .title-wrap.after-pg
  h3 {
  text-align: left;
  margin-bottom: 0;
}
.localFeatures
  .localFeatures-content
  .localFeatures-item
  .localFeatures-item-circle {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 182px;
  border-radius: 50%;
  background: #9ad776;
}
.localFeatures
  .localFeatures-content
  .localFeatures-item
  .localFeatures-item-circle
  h3 {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.localFeatures .localFeatures-content .localFeatures-item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}

.localFeatures .localFeatures-content .localFeatures-item p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .localFeatures .localFeatures-content .localFeatures-item p {
    font-size: 1.4rem;
  }
  #local
    .localFeatures
    .localFeatures-content
    .localFeatures-item
    .localFeatures-item-circle {
    width: 182px;
    height: 182px;
    text-align: center;
  }
  #local .localFeatures .localFeatures-content .localFeatures-item {
    text-align: center;
  }
  #local .localFeatures .localFeatures-content .localFeatures-item p {
    text-align: left;
  }
}

.project-local {
  padding-top: 80px;
  /* margin-top: 60px; */
  /* padding-bottom: 0; */
}
.project.project-local::before {
  content: none;
}
.project-local .title_2_small h2 {
  margin-bottom: 0;
}
.project-local .title_2_small p {
  font-size: 1.6rem;
  margin-bottom: 32px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 162%;
  letter-spacing: 7.36px;
}

/* FAQ アコーディオン */

.accordion-004 {
  /* max-width: 500px; */
  margin-bottom: 14px;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-004 summary::-webkit-details-marker {
  display: none;
}

.accordion-004 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.3s;
}

.accordion-004[open] summary::after {
  transform: rotate(225deg);
}

.accordion-004 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 4em 1.5em 2em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-004[open] p {
  transform: none;
  opacity: 1;
}

/* 実績 */
.achievements-sub {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.6px;
}
.achievements-main {
  margin: 20px 0;
}
/* グリッドスタイル */
.achievements-image-grid {
  display: flex; /* フレックスボックスを使用して画像を横並びに */
  justify-content: space-around; /* 画像間のスペースを均等に */
  gap: 20px; /* 画像間の余白 */
}

/* サムネイル画像のスタイル */
.achievements-thumbnail {
  width: 100%;
  /* cursor: pointer; */
  transition: transform 0.3s;
}

.achievements-thumbnail:hover {
  /* transform: scale(1.02); */
}

/* モーダルのスタイル */
.achievements-modal {
  display: none; /* 初期状態は非表示 */
  position: fixed; /* スクロールしても位置が固定 */
  z-index: 1; /* 他の要素の上に表示 */
  left: 0;
  top: 0;
  width: 100%; /* 幅は全体 */
  height: 100%; /* 高さも全体 */
  overflow: auto; /* コンテンツが多い場合はスクロール */
  background-color: rgba(0, 0, 0, 0.7); /* 背景の透明度 */
}

.achievements-modal-content {
  margin: 10% auto; /* 中央寄せ */
  display: block; /* ブロック要素 */
  width: 90%; /* 幅は80% */
  /* max-width: 700px; */
}

.achievements-close {
  position: absolute; /* 絶対位置に配置 */
  top: 10px; /* 上から10pxの位置 */
  right: 25px; /* 右から25pxの位置 */
  color: white; /* 色を白に */
  font-size: 35px; /* フォントサイズを35pxに */
  font-weight: bold; /* 太字 */
  cursor: pointer; /* カーソルをポインターにしてクリック可能に */
}

.achievements-company {
  margin-top: 50px;
}
.achievements-company-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* width: 80%; */
  margin: 0 auto;
}
.achievements-company-item {
  width: calc((80% - 30px) / 5);
  margin: 15px 15px;
}

@media screen and (max-width: 767px) {
  .achievements-company-items {
  }
  .achievements-company-item {
    width: calc((100% - 30px) / 3);
    margin: 20px 5px;
  }
}

/* STEP */
.content-step {
  /* color: white; */
  color: #333;
  font-size: 20px;
  font-weight: bold;
  /* border: 1px solid #999999; */
}
.steps {
  /* display: flex;
  flex-wrap: wrap;
  list-style: none; */
  /* justify-content: space-between; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
li.step {
  position: relative;
  padding: 40px 30px;
  margin: 0 25px 10px 0;
  background: #ededed;
  stroke-width: 1px;
  stroke: #9d9d9d;
  width: calc(100% / 4);
  filter: drop-shadow(0px 1px 2px rgba(55, 65, 81, 0.08));
  text-align: center;
  /* border: solid 1px #999999; */
  /* border-style: solid; */
  border-radius: 5px 5px 5px 5px;
}

li.step::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -30px;
  border-width: 50px 15px;
  border-color: transparent transparent transparent #edd655;
  /* border:1px solid #999999; */
  border-style: solid;
}

li.step.is-current {
  background: tomato;
}
li.step.is-current::after {
  border-color: transparent transparent transparent tomato;
}

/* フォーム */
.local-form-body {
  /* background-color: #f9f9f9; */
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.local-form-body input.local-textbox {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.local-check + label {
  /* background-color: #999; */
  position: relative;
  cursor: pointer;
  /* color: red !important; */
}
.local-check {
  padding: 0;
  margin: 0;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  margin-top: -5px;
}
.local-check:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

.local-recaptcha {
}
.local-recaptcha-img {
  display: flex;
  flex-wrap: wrap;
}
.local-recaptcha-img img {
  width: auto;
  height: 30px;
  margin: initial;
}
.local-recaptcha-div {
  width: auto;
}
.local-recaptcha-input {
  width: 80%;
  padding-top: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.local-recaptcha-span {
}
.steps li.step:last-child::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .steps {
    display: block;
  }
  li.step::after {
    content: "";
    position: absolute;
    /* top: 4px; */
    right: 50%;
    top: initial;
    bottom: -40px;
    transform: translateX(50%);
    border-width: 20px 30px;
    border-color: #edd655 transparent transparent transparent;
    /* border: 1px solid #999999; */
    border-style: solid;
  }
  li.step {
    position: relative;
    padding: 40px 30px;
    margin: 0 0px 30px 0;
    background: #ededed;
    stroke-width: 1px;
    width: calc(100%);
    border-radius: 5px 5px 5px 5px;
  }
  .accordion-004 summary {
    padding: 1em 1em;
    font-size: 16px;
  }
}

#thankyou .project__content {
  padding: 30px 0;
  text-align: center;
}
#thankyou .project__content p {
  /* font-size: 20px; */
  text-align: center;
}
#thankyou .project__content {
  text-align: center;
}
.thankyou-main {
  text-align: center;
}

.fieldSec {
  /* margin-top: 80px; */
  padding-top: 80px;
}
.fieldSec.project::before {
  top: 50px;
}
.fieldSec .title_2_small {
  margin-bottom: 42px;
}

.fieldSec .field__content {
  /* display: flex;
  justify-content: space-between; */
  margin-bottom: 30px;
}

.fieldSec .field__content .field-box {
  display: flex;
}
.fieldSec .field__content .field-box:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 750px) {
  .fieldSec .field__content .field-box:nth-child(even) {
    display: block;
  }
}

.fieldSec .field__content .field-box:nth-child(even) {
  display: flex;
}
@media (max-width: 750px) {
  .fieldSec .field__content .field-box:nth-child(odd),
  .fieldSec .field__content .field-box:nth-child(even) {
    display: block;
  }
}
.fieldSec .field__content .field-box:nth-child(n + 2) {
  margin-top: 30px;
}
.fieldSec .field__content .field-box .field-img,
.fieldSec .field__content .field-box .field-text {
  width: 50%;
}
.fieldSec .field__content .field-box:nth-child(odd) .field-img,
.fieldSec .field__content .field-box:nth-child(even) .field-text {
  margin-right: 15px;
}
.fieldSec .field__content .field-box:nth-child(odd) .field-text,
.fieldSec .field__content .field-box:nth-child(even) .field-img {
  margin-left: 15px;
}
@media (max-width: 750px) {
  .fieldSec .field__content .field-box .field-img,
  .fieldSec .field__content .field-box .field-text {
    width: 100%;
  }
  .fieldSec .field__content .field-box:nth-child(odd) .field-img,
  .fieldSec .field__content .field-box:nth-child(even) .field-text {
    margin-right: 0px;
  }
  .fieldSec .field__content .field-box:nth-child(odd) .field-text,
  .fieldSec .field__content .field-box:nth-child(even) .field-img {
    margin-left: 0px;
  }
}
.fieldSec .field__content .field-box img {
  width: 100%;
  margin-bottom: 14px;
}

.fieldSec .field__content .field-box h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
  /* text-align: center; */
}

.fieldSec .field__content .field-box p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  /* tanoshika修正 */
  /* .fieldSec {
    padding-bottom: 80px;
  } */
  .fieldSec .field__content {
    flex-direction: column;
    margin-bottom: 0;
  }
  .fieldSec .field__content .field-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .fieldSec .field__content .field-box:last-child {
    margin-bottom: 0;
  }
  .fieldSec .title_2_small {
    margin-bottom: 32px;
  }
}

/* access  */
.mapSec {
  margin-top: 80px;
}

.access {
  background-color: #f9f9f9;
}

.access-map-wrap {
  margin-bottom: 40px;
  text-align: center;
}

.access-map-wrap iframe {
  width: 70%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .access-map-wrap iframe {
    width: 90%;
  }
}

/* contact */
.contact {
  /* background-color: transparent; */
  padding-top: 80px;
}
.contact.project::before {
  top: 50px;
}
.contact-wrap {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 80px;
  border-radius: 50px;
  z-index: 1;
  /* display: block; */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.contact-wrap .wpcf7 {
  background-color: #ffff;
  border: none;
}

.contact .wp-block-column {
  border-radius: 50px;
  box-shadow: 5px 5px 20px #efefef, -5px -5px 20px #ffffff;
  background: rgba(255, 255, 255);
  padding: 30px 36px 6px;
  color: #333333;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.contact label {
  font-size: 20px;
  color: color#fff;
  color: #000;
  /* font-weight: bold; */
}

.contact input[name="your-name"],
.contact input[name="your-subject"],
.contact textarea[name="your-message"],
.contact input[name="your-email"] {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 24px;
  border: none;
  border-radius: 4px;
  background-color: #f3f3f3;
  font-size: 22px;
}

.contact .wpcf7 .wpcf7-submit {
  border: none;
  cursor: pointer;
  line-height: 1;
  font-size: 1rem;
  background-color: var(--color_main);
  color: #333333;
  border-radius: 40px;
  padding: 14px 65px;
  box-shadow: var(--swl-btn_shadow);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  background-color: #9ad776;
  display: block;
  margin: auto;
  font-size: 18px;
  width: 356px;
  height: 68px;
  margin: 0 auto;
  border-radius: 34px;
  font-size: 1.8rem;
  font-weight: bold;
}
.contact .wpcf7 .wpcf7-submit:hover {
  background-color: #9ad776;
}

@media screen and (max-width: 767px) {
  .contact .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}

.contact .wpcf7-submit:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
  opacity: 0.5;
}

/* company */
.company {
  background: url("../img/bg-02.png") no-repeat;
  background-size: 100%;
  padding-top: 200px;
  margin-top: -150px;
  z-index: -1;
}

.company .row {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .company .row {
    width: 90%;
    max-width: 500px;
  }

  .company-title {
    padding-bottom: 20px;
    border-bottom: 1px #333333 solid;
  }
  .company-title p {
    font-size: 28px;
    /* font-weight: bold; */
  }
  .company-main {
    margin-top: 30px;
    display: flex;
  }
  .company-main-left {
    width: 50%;
  }
  .company-main-left p {
    font-size: 16px;
    line-height: 2.4;
  }
  .company-main-left p + p {
    margin-top: 20px;
  }
  .company-main-right {
    width: 50%;
  }
  .company-main-right img {
    border-radius: 20px;
  }
  @media screen and (max-width: 767px) {
    .contact-wrap {
      width: 90%;
      max-width: 500px;
      /* padding: 50px 25px 30px; */
      padding: 50px 40px 20px;
    }
  }
  .contact .wpcf7-submit {
    width: 100%;
  }
  .wpcf7-spinner {
    display: none;
  }
  .wpcf7-spinner::before {
    content: none !important;
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */

/* tanoshika追加CSSここから */
.field-box.center-gap {
  gap: 30px;
}

.field-box.center-gap .field-text,
.field-box.center-gap .field-img {
  margin: 0 !important;
}

.fieldSec .field__content .field-box p.field-name {
  font-size: 3.2rem;
  font-weight: 700;
}

.aboutFeature-lead {
  padding: 0 0 40px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

#field.project::before {
  content: none;
}

.field-intro__lead,
.field-intro__text {
  text-align: center;
}

.field-intro__lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.field-intro__text {
  font-size: 1.6rem;
  line-height: 2;
}

.field-intro__img {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  #top .fieldSec .field__content .field-box.center-gap {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }

  #top .fieldSec .field__content .field-box.center-gap .field-img,
  #top .fieldSec .field__content .field-box.center-gap .field-text {
    width: 100%;
    margin: 0;
  }

  .fieldSec .field__content .field-box p.field-name {
    font-size: 2.4rem;
  }

  .fieldSec {
    padding-bottom: 0;
  }

  #field .field-intro .title_3 h3 {
    font-size: 2.4rem;
  }
}
/* tanoshika追加CSSここまで */
