* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #f8f7f4;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.space-bw {
  justify-content: space-between;
}
.space-ar {
  justify-content: space-around;
}
.align-center {
  align-items: center;
}
.inner {
  padding: 2% 8%;
}
.fw {
  font-weight: bold;
}
/* header */
.head-logo {
  width: 16%;
}
.pc-nav {
  width: 50%;
}
nav li a {
  font-weight: bold;
  font-size: 1.08rem;
}
.btn a {
  border: 1px solid #333;
  border-radius: 200px;
  display: block;
  font-weight: bold;
  padding: 1.6% 0;
  max-width: 350px;
  text-align: center;
  width: 100%;
  position: relative;
}
.btn a::after {
  content: "";
  display: block;
  background: url(../images/arrow-bk.svg) no-repeat right center / 100% auto;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 10px;
}
/* .btn a:hover {
  background-color: #333;
  color: #fff;
}
.btn a:hover::after {
  background: url(../images/arrow-wh.svg) no-repeat right center / 100% auto;
} */
.h2-style {
  font-size: 4rem;
  font-weight: bolder;
  padding: 4% 0;
  text-align: center;
}
/* kv */
.kv {
  margin: 0 0 0 0;
  position: relative;
  padding: 6% 0 10% 12%;
  /* background: url(../images/sample-kv.jpg) no-repeat right top / 92% auto;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 20px; */
}
.kv h1 {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.4rem;
  margin-bottom: 3%;
}
.kv h1 span {
  display: block;
  font-size: 0.88rem;
  letter-spacing: 0.2rem;
}
.kv .msg {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 4%;
}
.kv-pic {
  border-top-left-radius: 400px;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  width: 92%;
  max-height: 800px;
  height: 100%;
}
.kv-pic img {
  height: 800px;
  object-fit: cover;
}
/* activity-wrap */
.activity-wrap {
  padding-bottom: 50px;
}
.activity-wrap .flex {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.activity-wrap .flex .txt {
  width: 50%;
  line-height: 1.6;
}
.activity-wrap .flex .pic {
  width: 40%;
}
/* organization-wrap */
.organization-wrap {
  padding-right: 10%;
}
.organization-wrap .in-box {
  background-color: #fff;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 6% 0;
}
.organization-wrap .pic {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 40%;
}
.organization-wrap .data {
  padding: 0 5%;
}
.organization-wrap h2 {
  font-size: 4rem;
  margin-bottom: 20%;
}
.organization-wrap .msg {
  line-height: 1.6;;
  margin-bottom: 50px;
}
.organization-wrap .btn a {
  padding: 6% 0;
}
/* footer */
footer .link-wrap {
  background-color: #111;
  background-image: url(../images/bg_txt.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 70% auto;
  padding: 5% 0;
}
footer .link-wrap dt,
footer .link-wrap dd,
footer .link-wrap a {
  color: #fff;
}
footer .link-wrap .link-box {
  width: 50%;
  text-align: center;
}
footer .link-wrap .link-box dt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  padding-bottom: 2%;
  margin-bottom: 7%;
  position: relative;
}
footer .link-wrap .link-box dt:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  width: 10%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
footer .link-wrap .link-box dd {
  line-height: 1.8;
  margin-bottom: 20px;
}
footer .link-wrap .btn a {
  border-color: #fff;
  padding: 4% 0;
  margin: 0 auto;
}
footer .link-wrap .btn a::after {
  background: url(../images/arrow-wh.svg) no-repeat right center / 100% auto;
}
footer .link-wrap .btn a:hover {
  background-color: #fff;
  color: #333;
}
footer .link-wrap .btn a:hover::after {
  background: url(../images/arrow-bk.svg) no-repeat right center / 100% auto;
}
footer .foot-nav {
  padding: 4% 0;
  width: 70%;
  margin: 0 auto;
}
footer .navs {
  justify-content: space-around;
}
footer .navs dl {
  width: 30%;
  text-align: center;
}
footer .navs dt {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
footer .navs dd {
  font-size: 0.88rem;
  margin-bottom: 10px;
}
.foot-logo {
  width: 20%;
  margin: 5% auto 6%;
}
.end-link {
  text-align: center;
  font-size: 0.88rem;
  margin-bottom: 6%;
}
.copyright {
  display: block;
  text-align: center;
  font-size: 0.88rem;
  width: 100%;
  margin-bottom: 30px;
}
/* 下層ページ */
.bread {
  display: flex;
  margin: 0 6% 4% 0;
  justify-content: right;
}
.bread a {
  color: #ccc;
}
.bread li {
  font-size: 0.88rem;
}
.bread li:last-of-type {
  position: relative;
  padding-left: 30px;
}
.bread li:last-of-type::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 4px;
  bottom: 8px;
  transform: rotate(-45deg);
}
.second-title {
  background-color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 20px;
  padding: 6% 0;
  margin-left: 5%;
  text-align: center;
  font-size: 3rem;
  position: relative;
}
.second-title .title-position {
  transform: translateX(-5%);
  display: block;
}
.second-title .title {
  position: relative;
}
.second-title .title::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #333;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.second-title .sub {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
}
.second-h2 {
  font-size: 3rem;
  margin-bottom: 6%;
}
.second-inner {
  padding: 6% 12%;
}
.philosophy-wrap .msg,
.philosophy-wrap .pic {
  width: 47%;
}
.philosophy-wrap .msg {
  line-height: 1.6;
}
.philosophy-wrap .pic {
  overflow: hidden;
  border-radius: 25px;
}
.details-wrap {
  background-color: #fff;
}
.details-wrap .flex {
  width: 60%;
  margin: 0 auto;
}
.details-wrap dl {
  width: 47%;
}
.details-wrap dt {
  margin-bottom: 30px;
}
.details-wrap .btn a {
  padding: 20px 0;
}
.details-wrap .btn a::after {
  background-image: url(../images/circle-arrow.png);
  height: 30px;
}
.information-wrap .information-box dl {
  border-bottom: 1px solid #B3B3B3;
  padding: 20px;
}
.information-wrap .information-box dt {
  width: 20%;
}
.information-wrap .information-box dd {
  width: 80%;
  line-height: 1.6;
}
.background-lists li {
  background-color: #fff;
  border-radius: 20px;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.background-lists li .pic {
  width: 40%;
}
.background-lists li .box {
  width: 50%;
}
.background-lists li .box h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.background-lists li .box .txt {
  line-height: 1.6;
}
.purpose-wrap .catch-msg {
  line-height: 1.6;
}
.membership-wrap .date {
  text-align: right;
  line-height: 1.4;
  font-size: 0.88rem;
  margin-bottom: 10%;
}
.membership-wrap .pack h2 {
  margin-bottom: 50px;
}
.membership-wrap .pack dt {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.membership-wrap .pack dl {
  margin-bottom: 30px;
}
.membership-wrap .pack dd {
  line-height: 1.6;
}
.membership-wrap .pack:last-of-type {
  margin-top: 10%;
}
.activity-box ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  background: url(../images/icon-check.png) no-repeat left 10px / 26px 14px;
  margin-bottom: 30px;
  padding-left: 36px;
}
.contact-box .msg {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 8%;
}
.contact-box .msg a,
.msg-box .txt a {
  color: #0071BC;
  text-decoration: underline;
}
.contact-form-table dl {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  margin-bottom: 20px;
}
.contact-form-table dt {
  margin-top: 1%;
  width: 25%;
}
.contact-form-table dd {
  width: 75%;
}
.require,
.optional {
  color: #fff;
  border-radius: 5px;
  padding: 6px;
  margin-right: 10px;
  font-size: 0.75rem;
}
.require {
  background-color: #333;
}
.optional {
  background-color: #B3B3B3;
}
.check-pack {
  display: flex;
  margin: 50px auto 20px;
  width: 30%;
}
.form-checkbox-text {
  color: #333;
}
.submit-button {
  display: block;
  border: none;
  border-radius: 200px;
  border: 1px solid #333;
  outline: 0;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  height: 3.6rem;
  line-height: 3.6rem;
  width: 100%;
  padding: 0 2.5rem 0 0.8rem;
}
.submit-button:disabled {
  background-color: #ccc;
}
.submit-div{
  color: #333;
  position: relative;
  line-height: 2.8rem;
  width: 300px;
  margin:0 auto;
  text-align: center;
}
.submit-div::after{
  content: "";
  background: url(../images/arrow-bk.svg) no-repeat right center / 100% auto;
  width: 30px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.join-box .msg {
  text-align: left;
}
.join-box .msg-box h2 {
  margin-bottom: 16px;
}
.join-box .msg-box .txt {
  line-height: 1.6;
}
.join-box .msg-box {
  margin-bottom: 60px;
}
.join-box .caution-msg {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .head-logo {
    width: 50%;
  }
  /* .top-nav */
  .top-nav {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
    width: auto;
  }
  .nav-btn {
    background-color: transparent;
    border: 1px solid #333;
    position: fixed;
    right: 5%;
    top: 10px;
    z-index: 10;
    padding: 16px 10px;
    border-radius: 50%;
  }
  .nav-btn span {
    display: block;
    background-color: #333;
    height: 2px;
    width: 24px;
    transition: all 0.4s ease;
    border-radius: 200px;
  }
  .nav-btn span:first-of-type {
    margin-bottom: 6px;
  }
  .nav-btn.open span:first-of-type {
    transform: translateY(5px) rotate(45deg);
  }
  .nav-btn.open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .top-nav ul {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    padding: 25% 20px 10%;
    position: fixed;
    right: -80%;
    top: 0;
    height: 100vh;
    width: 80%;
    z-index: 8;
    transition: all 0.4s ease;
    border-radius: 0;
  }
  .top-nav ul li {
    text-align: left;
  }
  .top-nav ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .top-nav ul li a {
    color: #333;
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  .top-nav ul.open {
    right: 0;
  }
  .no-scroll {
    overflow-y: hidden;
  }
  .sp .nav-btn {
    display: flex;
  }
  .kv {
    padding-left: 4%;
  }
  .kv-pic {
    border-radius: 0;
    width: 100%;
    right: 0;
    padding-left: 4%;
  }
  .kv-pic img {
    height: auto;
  }
  .kv h1 {
    font-size: 1.8rem;
    padding-left: 8%;
    line-height: 1.6;
    margin-bottom: 46%;
  }
  .kv h1 span {
    font-size: 0.7rem;
  }
  .kv .msg {
    padding-left: 8%;
    margin-bottom: 10%;
    line-height: 2.4;
  }
  .kv .btn {
    width: 90%;
    margin: 0 auto;
  }
  .kv .btn a {
    padding: 1.8rem 0;
  }
  .h2-style {
    font-size: 3rem;
  }
  header .inner {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  #main .inner {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .activity-wrap .flex {
    width: 100%;
    flex-direction: column-reverse;
  }
  .activity-wrap .flex .txt,
  .activity-wrap .flex .pic {
    width: 100%;
  }
  .activity-wrap .flex .pic {
    margin-bottom: 6%;
  }
  .organization-wrap {
    padding-right: 6%;
    margin-bottom: 10%;
  }
  .organization-wrap h2 {
    font-size: 3rem;
    margin-bottom: 10%;
  }
  .organization-wrap .msg {
    margin-bottom: 6%;
  }
  .organization-wrap .picture {
    margin-top: 5%;
    width: 96%;
  }
  .organization-wrap .in-box {
    border-bottom-right-radius: 20px;
  }
  footer .link-wrap .link-box {
    width: 100%;
  }
  footer .link-wrap .link-box:last-of-type {
    margin-top: 50px;
  }
  footer .link-wrap .btn a {
    padding: 8% 0;
  }
  footer .link-wrap {
    background-position: 50% bottom;
    background-size: 160% auto;
  }
  footer .navs dl {
    width: 100%;
  }
  footer .navs dl:not(:last-of-type) {
    margin-bottom: 50px;
  }
  footer .foot-nav {
    padding: 10% 0;
  }
  .foot-logo {
    width: 60%;
  }
  .copyright {
    font-size: 0.6rem;
  }
  .second-title {
    font-size: 2rem;
    padding: 15% 0;
  } 
  .second-title .title::before {
    width: 40px;
    top: -15px;
  }
  .second-inner {
    padding: 6%;
  }
  .second-h2 {
    font-size: 2.4rem;
  }
  .philosophy-wrap .msg, .philosophy-wrap .pic {
    width: 100%;
  }
  .philosophy-wrap .flex {
    flex-direction: column-reverse;
  }
  .philosophy-wrap .pic {
    margin-bottom: 30px;
  }
  .philosophy-wrap {
    padding-bottom: 60px;
  }
  .details-wrap .flex,
  .details-wrap dl {
    width: 100%;
  }
  .details-wrap dl {
    margin-bottom: 50px;
  }
  .information-wrap {
    margin-bottom: 50px;
  }
  .information-wrap .information-box dl {
    padding: 20px 0;
  }
  .information-wrap .information-box dt {
    width: 30%;
  }
  .information-wrap .information-box dd {
    width: 70%;
  }
  .activity-box ul li {
    font-size: 1rem;
  }
  .contact-box .msg a {
    display: block;
  }
  .contact-box .msg {
    margin-bottom: 60px;
  }
  .contact-form-table dt,
  .contact-form-table dd {
    width: 100%;
  }
  .contact-form-table dt {
    margin-bottom: 10px;
  }
  .check-pack {
    justify-content: center;
    width: 100%;
  }
  .contact-box .caution-msg.msg a {
    display: inline;
  }
  .contact-box {
    margin-bottom: 60px;
  }
  .background-lists li .pic,
  .background-lists li .box {
    width: 100%;
  }
  .background-lists li .pic {
    margin-bottom: 50px;
  }
}
/* アニメーション用 */
.delighter.delighter {
	transition:all .6s ease-out;
	transform:translateY(20%);
	transform:translateY(20px);
	opacity:0
}
.delighter.delighter.started {
	transform: none;
	opacity: 1;
}
.blur_in{
  filter: blur(20px);
  opacity: 0;
  transition: all 1s ease-out;
  transition-delay: 0.3s;
}
.blur_in1s{
  filter: blur(20px);
  opacity: 0;
  transition: all 1s ease-out;
  transition-delay: 1s;
}
.blur_in_on {
  filter: blur(0);
  opacity: 1;
}