@charset "UTF-8";
/* //コンテンツ
$header_width:310px; */
/* $border_radius:4px; */
/* $bar-style: solid; 
$cbar-size: 1px;
$cbar-color: #fff; */
/* ブレイクポイント */
/* inner*/
/*見出し大*/
/*見出し中*/
/* @mixin mdltxt($weight:bold,$center:center) {
   font-size:24px;
   font-weight:$weight;
   text-align: $center;
}  */
/*見出し小*/
/* @mixin sabtxt($weight:bold,$center:center) {
   font-size:24px;
   font-weight:$weight;
   text-align: $center;
}  */
/* セクション */
/*--- マージン ---*/
/*--- パディング ---*/
/* flex */
/* 背景 */
/*absolute*/
/*----------------------------------

@use"var/var";
上記の記述だとと二重読み込みになりバグが出る
全てに読み込まれるstyle.cssで既に、var/valiable.sccはもう読み込んでいるため二重の読み込みなる

----------------------------------*/
/*-----------------------------------------------
固定ページのスタイル記述
------------------------------------------------*/
.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt180 {
  margin-top: 200px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.line-height2 {
  line-height: 2 !important;
}

/*-----------------------------------
固定ページ　キービジュアル　共通
------------------------------------*/
.subpage_key_visual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 140px;
  height: 240px;
  width: 100%;
  background-color: #3CB8EC;
}
@media screen and (max-width: 639px) {
  .subpage_key_visual {
    height: 160px;
  }
}
.subpage_key_visual h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  z-index: 2;
  text-align: center;
  /* font-family: var.$notoserif; */
}
@media screen and (max-width: 1024px) {
  .subpage_key_visual h1 {
    font-size: 2.625rem;
    /*42px*/
  }
}
@media screen and (max-width: 639px) {
  .subpage_key_visual h1 {
    font-size: 2rem;
  }
}
.subpage_key_visual h1 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 200;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 1024px) {
  .subpage_key_visual h1 span {
    font-size: 1.25rem;
    /*20px*/
  }
}
@media screen and (max-width: 639px) {
  .subpage_key_visual h1 span {
    font-size: 1.125rem;
  }
}

.page__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 639px) {
  .page__head {
    font-size: 1.75rem;
  }
}

.pages_mds {
  text-align: left;
}

.about__wrapper {
  margin-top: 160px;
}

.page__wrap h2,
.page__wrap h3,
.page__wrap h4,
.page__wrap h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.page__content .pages_mds {
  border-bottom: solid 1px #333;
  padding-bottom: 8px;
}
.page__content h3 {
  margin: 40px 0 12px 0;
}
@media screen and (max-width: 639px) {
  .page__content h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 639px) {
  .page__content p {
    font-size: 0.875rem;
  }
}

.privacy__wrapper .page__head,
.contact__wrapper .page__head {
  border-bottom: solid 1px;
  padding-bottom: 8px;
}

.wp-block-heading strong {
  font-weight: 500;
}

.subpage_key_visual.notback {
  background-color: #fff;
  height: 180px;
}
.subpage_key_visual.notback h1 {
  color: #333;
}

/*私たちについて　共通*/
#container:not(.container_front) {
  margin-top: 180px;
}
@media screen and (max-width: 639px) {
  #container:not(.container_front) {
    margin-top: 80px;
  }
}

.about_links {
  margin-top: 40px;
}
.about_links a {
  color: #8ed1fc;
}

.btn,
a.btn {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}
@media screen and (max-width: 639px) {
  .btn,
a.btn {
    font-size: 1rem;
  }
}

a.btn-tag {
  padding: 1rem 2rem 1rem 2rem;
  position: relative;
}
a.btn-tag i {
  position: absolute;
  right: 0.8rem;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1rem;
}
@media screen and (max-width: 639px) {
  a.btn-tag i {
    right: 1rem;
  }
}

a.btn-tag--favorite {
  color: #fff;
  background: #165db3;
}
a.btn-tag--favorite::before {
  background: #8cc8ff;
  position: absolute;
  content: "";
  display: block;
  width: 3.2rem;
  height: 100%;
  right: 0;
  top: 0;
}
a.btn-tag--favorite img.arrow_svg {
  filter: invert(99%) sepia(4%) saturate(584%) hue-rotate(246deg) brightness(117%) contrast(100%);
  position: absolute;
  top: 0;
  right: 8px;
  width: 2rem;
  margin: auto;
  border: 0;
  margin: auto;
  height: 3rem;
  bottom: 0;
  font-size: 100%;
  transition: all 0.3s;
  opacity: 0.5;
}
a.btn-tag--favorite img.arrow_svg:hover {
  font-size: 120%;
  opacity: 1;
  transform: scale(1.1);
}
a.btn-tag--favorite img.arrow_svg:hover i {
  transform: scale(1.1);
  opacity: 1;
}

.about___links {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 80px;
}
@media screen and (max-width: 639px) {
  .about___links {
    display: block;
    margin-top: 40px;
  }
}
.about___links a {
  display: inline-block;
  width: 48%;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .about___links a {
    width: 100%;
  }
}

a.btn-tag:before {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

/*-- 目的と活動 --*/
.activity__block {
  padding: 4rem 2rem;
  background-color: #eee;
  margin-top: 40px;
}
@media screen and (max-width: 639px) {
  .activity__block {
    padding: 2rem 2rem;
  }
}

.activity__wrapper .activity_img1 figure {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100%;
}
.activity__wrapper img {
  width: 100%;
}

/*-- お問い合わせ --*/
.contact__wrapper .wpcf7 input[type=text],
.contact__wrapper .wpcf7 input[type=email],
.contact__wrapper .wpcf7 input[type=tel],
.contact__wrapper .wpcf7 textarea {
  width: 100%;
  padding: 1rem;
  border: none;
  background-color: #efefef;
}
.contact__wrapper .wpcf7 .wpcf7-submit:disabled {
  border: none;
  color: #fff;
}
.contact__wrapper .wpcf7 th {
  background-color: #fff;
  width: 218px;
  padding: 10px;
  text-align: left;
}
.contact__wrapper .wpcf7 td {
  padding: 10px;
  background-color: #fff !important;
  width: 54rem;
  display: block;
}
@media screen and (max-width: 639px) {
  .contact__wrapper .wpcf7 td {
    display: contents;
    width: 100%;
  }
}
.contact__wrapper .wpcf7 th,
.contact__wrapper .wpcf7 td {
  vertical-align: middle;
}
.contact__wrapper .wpcf7 .wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
}
.contact__wrapper .wpcf7 .wpcf7-list-item {
  margin-left: 0px;
}
.contact__wrapper .wpcf7 .wpcf7-list-item label {
  display: flex;
}
.contact__wrapper .wpcf7 .wpcf7-list-item-label a {
  margin-left: 12px;
}

.contact7 {
  max-width: 100%;
  box-sizing: border-box;
}
.contact7 .must {
  background: #ff1a00;
  vertical-align: middle;
}
.contact7 .must,
.contact7 .optional {
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 10px;
  padding: 5px 8px;
  letter-spacing: 2px;
}

.btn_contact7 {
  text-align: center;
}
.btn_contact7 input {
  width: 70%;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  transition: 0.3s;
}
.btn_contact7 input:hover {
  background-color: #fff;
}

.sousinbtn {
  width: 300px;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  transition: 0.3s;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.sousinbtn input {
  padding: 1em;
  width: 100%;
  border: none;
  background-color: #165db3;
  color: #fff;
}
.sousinbtn input:hover {
  background-color: #6fa4e5;
}

.wpcf7-not-valid-tip {
  margin: 10px;
  display: block;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 639px) {
  .must,
.free,
.optional {
    font-size: 0.6rem;
    margin: 0;
    padding: 2px 6px;
    letter-spacing: initial;
    display: block;
    text-align: center;
    width: 4em;
  }
  .wpcf7 th,
.wpcf7 td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .wpcf7 th p {
    display: flex;
  }
  .wpcf7 th p span {
    margin-left: 10px;
    display: inline-block;
  }
  .wpcf7 tr {
    margin-top: 30px;
    display: block;
  }
  .wpcf7 td {
    margin-top: 12px;
  }
  .wpcf7 .wpcf7-form-control-wrap {
    margin: 0.5rem 0 10px 0;
  }
  .contact7 .must,
.contact7 .optional {
    padding: 5px 5px;
  }
}
.g-recaptcha {
  display: block !important;
}

/*-- アドバイザリーボード・役員 --*/
.member__list__wrap {
  margin-top: 100px;
}
.member__list__wrap > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 2.25rem 0;
}
@media screen and (max-width: 639px) {
  .member__list__wrap > .wp-block-group__inner-container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6rem;
    row-gap: 4.5rem;
  }
}

.member__list > .wp-block-group__inner-container {
  position: relative;
  padding: 2rem;
  background-color: #165db3;
  height: 100%;
}
@media screen and (max-width: 639px) {
  .member__list > .wp-block-group__inner-container {
    padding: 2.25rem 1rem;
  }
}
.member__list > .wp-block-group__inner-container figure {
  width: 140px;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 639px) {
  .member__list > .wp-block-group__inner-container figure {
    width: 120px;
  }
}

.keireki__wrap {
  margin-top: 70px;
}
@media screen and (max-width: 639px) {
  .keireki__wrap {
    margin-top: 50px;
  }
}
.keireki__wrap .wp-block-group__inner-container h4 {
  color: #fff;
  font-size: 1.25rem;
}
.keireki__wrap .peple_post {
  line-height: 1.57;
  color: #fff;
  margin-top: 20px;
  position: relative;
  font-size: 0.875rem;
  padding-top: 8px;
}
.keireki__wrap .peple_post::before {
  position: absolute;
  content: "";
  display: block;
  width: 48%;
  height: 2px;
  background-color: #ffe86b;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

.peple_director {
  margin-bottom: 4px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
}

/*--- メンバー(アドバイザリーボード・役員) ---*/
.member__wrapper .main_mds {
  border: none;
  text-align: center;
}
/*# sourceMappingURL=pages.css.map */