@charset "UTF-8";
/*! ===============================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されています！
編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
================================================================ */
/* ===============================================================
  mixin
  mixinの定義
================================================================ */
/* ===============================================================
  base
  ベースのスタイルの定義
================================================================ */
/* ----------------------------------
  カラー
------------------------------------ */
/* ----------------------------------
  フォント
------------------------------------ */
/* ----------------------------------
  ベース
------------------------------------ */
html {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  font-family: "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: sans-serif;
  }
}

main {
  display: block;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  outline: 0;
}

a {
  color: inherit;
}

ul,
ol {
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: optimize-contrast;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

iframe {
  width: 100%;
  border: none;
}

address {
  font-style: normal;
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}

.grecaptcha-badge {
  z-index: 9999;
}

/* ===============================================================
  layout
  レイアウトに関するスタイルの定義
================================================================ */
/* ----------------------------------
  レイアウト
------------------------------------ */
.main {
  padding-top: 100px;
}

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

/* ===============================================================
  block
  ページ固有のブロックのスタイルの定義
================================================================ */


/* ----------------------------------
  フリースクール/NPO法人レイパスの強み
------------------------------------ */
.competence {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-right: calc(50vw - 50%);
  padding-bottom: 122px;
  padding-left: calc(50vw - 50%);
  margin-top: 212px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .competence {
    padding-top: 64px;
    padding-bottom: 128px;
    margin-top: 192px;
  }
}

.competence::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  transform: skewY(-3.5deg);
  transform-origin: bottom left;
}

.competence__heading {
  position: absolute;
  top: -74px;
  left: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
  transform: translate(-50%, 0);
}

.competence__heading::before {
  display: block;
  margin-bottom: 24px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  content: "Parents Meeting";
}

@media (max-width: 767px) {
  .competence__heading::before {
    font-size: 3.2rem;
  }
}

.competence__text {
  font-weight: 700;
  line-height: calc(38 / 16);
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .competence__text {
    text-align: left;
  }
}

/* ----------------------------------
  フリースクール詳細
------------------------------------ */
.competence__heading_02 {
   display: block;
}


.competence__list {
  max-width: 1048px;
  padding-top: 64px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  .competence__list {
    max-width: 648px;
  }
}

@media (max-width: 767px) {
  .competence__list {
    padding-top: 32px;
  }
}

.competence__list-item:not(:first-child) {
  margin-top: 74px;
}

@media (max-width: 767px) {
  .competence__list-item:not(:first-child) {
    margin-top: 48px;
  }
}

.competence__list-item-section {
  display: flex;
}

@media (max-width: 1199px) {
  .competence__list-item-section {
    flex-direction: column;
  }
}

.competence__list-item-heading-image-container {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .competence__list-item-heading-image-container {
    flex-direction: column;
  }
}

.competence__list-item-heading {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  width: 280px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .competence__list-item-heading {
    width: auto;
  }
}

.competence__list-item-heading::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  padding-top: 3px;
  padding-left: 3px;
  margin-bottom: 25px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  color: #fff;
  background-color: #31a56b;
  border-radius: 50%;
}

.competence__list-item-heading01::before {
  content: "1";
}

.competence__list-item-heading02::before {
  content: "2";
}

.competence__list-item-heading03::before {
  content: "3";
}

.competence__list-item-heading04::before {
  content: "4";
}

.competence__list-item-heading05::before {
  content: "5";
}

.competence__list-item-heading06::before {
  content: "6";
}


.competence__list-item-image-wrapper {
  max-width: 157px;
  margin-left: 32px;
}

@media (max-width: 1199px) {
  .competence__list-item-image-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }
}

.competence__list-item-text {
  max-width: 588px;
  margin-left: 64px;
  line-height: calc(30 / 16);
  letter-spacing: 0.05em;
}

@media (max-width: 1199px) {
  .competence__list-item-text {
    max-width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}

/* ----------------------------------
  フリースクール/3つの軸
------------------------------------ */
.feature {
  position: relative;
  max-width: 1366px;
  margin-top: 68px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../../../img/bg_circle02.png"), url("../../../img/bg_circle02.png"), url("../../../img/bg_circle02.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 83px left 353px, top 615px right 453px, top 1264px left 118px;
}

@media (max-width: 1199px) {
  .feature {
    background: none;
  }
}

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

.feature__heading {
  position: absolute;
  right: 281px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.15em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

@media (max-width: 1199px) {
  .feature__heading {
    position: static;
    text-align: center;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
}

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

.feature__heading--highlight-green {
  color: #fff;
  background: #31a56b;
}

@media (max-width: 1199px) {
  .feature__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
  }
}

.feature__list-item01 {
  max-width: 588px;
  margin-left: 174px;
}

@media (max-width: 1199px) {
  .feature__list-item01 {
    margin-left: 0;
  }
}

.feature__list-item-section {
  position: relative;
}

.feature__list-item01-illust {
  position: absolute;
  top: 114px;
  left: 262px;
  z-index: 2;
  width: 229px;
}

@media (max-width: 767px) {
  .feature__list-item01-illust {
    display: none;
  }
}

.feature__list-item01-image-wrapper {
  position: relative;
  max-width: 355px;
}

@media (max-width: 767px) {
  .feature__list-item01-image-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

.feature__list-item-heading {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 5px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .feature__list-item-heading {
    justify-content: center;
    margin-left: auto;
    font-size: 2rem;
  }
}

.feature__list-item-number {
  display: block;
  margin-right: 16px;
}

.feature__list-item__text {
  margin-top: 20px;
  line-height: calc(30 / 16);
  letter-spacing: 0.05em;
}

.feature__list-item02 {
  position: relative;
  top: 0px;
  max-width: 541px;
  margin-right: 125px;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .feature__list-item02 {
    position: static;
    max-width: 100%;
    margin-top: 48px;
    margin-right: auto;
  }
}

.feature__list-item02-illust {
  position: absolute;
  top: 86px;
  right: 345px;
  width: 230px;
}

@media (max-width: 1199px) {
  .feature__list-item02-illust {
    top: 34px;
  }
}

@media (max-width: 767px) {
  .feature__list-item02-illust {
    display: none;
  }
}

.feature__list-item02-image-wrapper {
  width: 428px;
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .feature__list-item02-image-wrapper {
    width: 100%;
    max-width: 355px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .feature__list-item02-image-wrapper {
    margin: 0 auto;
  }
}

.feature__list-item03 {
  position: relative;
  max-width: 859px;
  margin-left: 172px;
}

@media (max-width: 1199px) {
  .feature__list-item03 {
    margin-top: 48px;
    margin-left: 0;
  }
}

.feature__list-item03-illust {
  position: absolute;
  top: 26px;
  left: 190px;
  width: 229px;
}

@media (max-width: 1199px) {
  .feature__list-item03-illust {
    top: 34px;
    right: 0;
    left: auto;
  }
}

@media (max-width: 767px) {
  .feature__list-item03-illust {
    display: none;
  }
}

.feature__list-item03-image-heading-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .feature__list-item03-image-heading-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .feature__list-item03-image-heading-container {
    align-items: center;
  }
}

.feature__list-item03-heading {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 13px;
  margin-left: 5px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .feature__list-item03-heading {
    margin-bottom: 0;
    font-size: 2rem;
  }
}

.feature__list-item03-image-wrapper {
  width: 458px;
}

@media (max-width: 1199px) {
  .feature__list-item03-image-wrapper {
    width: 100%;
    max-width: 355px;
  }
}

@media (max-width: 767px) {
  .feature__list-item03-image-wrapper {
    margin: 0 auto;
  }
}

.feature__list-item03__text {
  margin-top: 3px;
}

@media (max-width: 767px) {
  .feature__list-item03__text {
    margin-top: 20px;
  }
}

.freeschool_setsumei {
  width: 800px;
  padding-top: 70px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(45 / 16);
  letter-spacing: 0.05em;
}

@media (max-width: 1199px) {
  .freeschool_setsumei {
    width: 100%;
    line-height: calc(30 / 16);
}
}

.freeschool_outline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 15px;
  font-size: 2.2rem;
  color: #119a64;
  font-weight: bold;
  line-height: calc(30 / 16);
  letter-spacing: 0.15em;
}

.freeschool_outline_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 50px;
  margin-left: 5px;
  font-size: 1.4rem;
  color: #119a64;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
}

/***テーブル***/
.outline-table {
 width:700px;
 justify-content: center;
 margin: auto;
 border-collapse: separate; 
 border-top: 2px solid green;
 border-spacing: 0px 0px ;
}

@media (max-width: 767px) {
  .outline-table {
   width: 100%;
   margin: auto;
  }
}

.outline-table tbody td, 
.outline-table tfoot td {
 text-align: center;
 line-height:2.5em;
 border-bottom: 2px solid green;
 vertical-align: middle;
}

@media (max-width: 767px) {
  .outline-table tbody td,
  .outline-table tfoot td  {
   line-height: calc(30 / 16);
  }
}

/* ヘッダーセル先頭・ボディ項目・フッター項目 */
.outline-table tbody th,
.outline-table tfoot th,
.outline-table thead th:first-child {
 background:none;
 width:25%;
 color:#666;
 font-weight: bold;
 border-bottom: 2px solid green;
 line-height:4.5em;
 text-align:center;
 vertical-align: middle;
}


/* インスタリンク */
.footer__link-container {
  display: flex;
}

@media (max-width: 991px) {
  .footer__link-container {
    justify-content: center;
  }
}

.footer__link {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  border: 1px solid #fff;
  border-radius: 9px;
}

.footer__link--instagram::before {
  display: block;
  width: 22px;
  content: "";
  background-image: url("../../img/ico_instagram01.png");
  background-repeat: no-repeat;
  background-size: contain
}


/* ----------------------------------
  ボランティア・寄付/メインビジュアル
------------------------------------ */
.free-school-mv {
  height: 426px;
  background-image: url("../../../img/ph_free-school-mv01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.free-school-mv__heading::before {
  content: "Service";
}


/* ----------------------------------
  目次
------------------------------------ */
.mokuji {
    margin:  0 auto;  
    margin-top: 50px;
    margin-bottom: 30px;
    border-radius: 3px;
    max-width: 400px;
    background-color: #f2f2f2;
}

.mokuji div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px 0;
    background-color: #31a56b;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.mokuji div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.mokuji ol {
    list-style-type: decimal;
    margin: 10;
    overflow: hidden;
}

.mokuji > ol {
    padding: 1em 1em 1em 3em;
}

.mokuji ol ol {
    list-style-type: lower-roman;
    margin-top: 5px;
    padding-left: 1.8em;
}

.mokuji li {
    padding: 5px 0;
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.2em;
}

.mokuji ol ol li {
    font-weight: 500;
    font-size: 1em;
}

.mokuji a {
    color: #333;
    text-decoration: none;
}

/* ----------------------------------
  フリースクールページ
------------------------------------ */
.free-school-page {
  padding-top: 164px;
}

@media (max-width: 1199px) {
  .free-school-page {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .free-school-page {
    padding-top: 80px;
  }
}

.free-school-page__inner {
  padding-right: 24px;
  padding-left: 24px;
  margin-top: 106px;
}

@media (max-width: 767px) {
  .free-school-page__inner {
    margin-top: 64px;
  }
}

/* ----------------------------------
  フリースクール/使命
------------------------------------ */
.mission {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-right: calc(50vw - 50%);
  padding-bottom: 20px;
  padding-left: calc(50vw - 50%);
  margin-top: 10px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .mission {
    padding-top: 10px;
    padding-bottom: 64px;
  }
}

.mission::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  transform-origin: bottom left;
}

@media (max-width: 1199px) {
  .mission__inner {
    max-width: 648px;
    margin: 0 auto;
  }
}

.mission__text {
  font-weight: 700;
  line-height: calc(38 / 16);
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .mission__text {
    text-align: left;
  }
}

/* ----------------------------------
  フリースクール/スタッフ紹介
------------------------------------ */
.staff {
  max-width: 1000px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.staff__heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
}

.staff__heading::before {
  display: block;
  margin-bottom: 24px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  content: "Staff";
}

@media (max-width: 767px) {
  .staff__heading::before {
    font-size: 3.2rem;
  }
}

.staff__list {
  margin-top: 80px;
}

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

.staff__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .staff__list-item {
    flex-direction: column;
    align-items: center;
  }
}

.staff__list-item:not(:first-child) {
  margin-top: 61px;
}

@media (max-width: 767px) {
  .staff__list-item:not(:first-child) {
    margin-top: 48px;
  }
}

.staff__list-item-avatar-position-name-container {
  margin-top: 14px;
  margin-left: 62px;
}

@media (max-width: 991px) {
  .staff__list-item-avatar-position-name-container {
    margin-top: 0;
    margin-left: 0;
  }
}

.staff__list-item-avatar {
  width: 138px;
}

.staff__list-item-position {
  margin-top: 13px;
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  text-align: center;
  letter-spacing: 0.1em;
}

.staff__list-item-name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(28 / 18);
  text-align: center;
  letter-spacing: 0.05em;
}

.staff__list-item-position + .staff__list-item-name {
  margin-top: 4px;
}

.staff__list-item-avatar + .staff__list-item-name {
  margin-top: 11px;
}

.staff__list-item-text-container {
  position: relative;
  width: 100%;
  max-width: 717px;
  padding-top: 29px;
  padding-right: 40px;
  padding-bottom: 31px;
  padding-left: 40px;
  background-color: #f2f2f2;
}

@media (max-width: 991px) {
  .staff__list-item-text-container {
    margin-top: 24px;
  }
}

.staff__list-item-text-container::before {
  position: absolute;
  top: 34px;
  left: -21px;
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background-image: url("../../../img/bg_arrow03.png");
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .staff__list-item-text-container::before {
    display: none;
  }
}

.staff__list-item-text {
  font-weight: 700;
  line-height: calc(38 / 16);
  letter-spacing: 0.05em;
}

.staff__list-item-sub-text {
  line-height: calc(38 / 16);
  letter-spacing: 0.05em;
}
/*# sourceMappingURL=style.css.map */
