@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  line-height: 1.7;
}
a {
  text-decoration: none;
  color: #444141;
}
img {
  max-width: 100%;
}
#open {
  display: none;
}
p {
  font-family: serif;
  font-size: 1rem;
}
/*------------Header-----------*/
.logo {
  width: 150px;
}
.main-nav {
  display: flex;
  font-size: 1.25rem;
  list-style: none;
}
.main-nav li {
  margin-left: 36px;
}
.main-nav a {
  color: #313131;
  font-size: 1rem;
}
.main-nav a:hover {
  color: #0bd;
}
.page-header {
  /* position: absolute; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1% 4%;
  width: 100%;
}
.logo-sp {
  width: 150px;
}
/*-------------video---------------*/
.keyvisual {
  height: 70vh;
}
.video-wrap {
  position: relative;
}
.top-text {
  font-family: serif;
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top-text-en {
  font-family: serif;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/*------------Key-visual-----------*/
.nav-position {
  width: 100%;
  background: rgb(98, 247, 247);
  background: linear-gradient(
    43deg,
    rgba(98, 247, 247, 1) 0%,
    rgba(144, 245, 151, 1) 100%
  );
}
.page-title {
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 22%;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
}
.big-letter {
  font-size: 4rem;
}
.application-area {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 3px #0c7eac;
  border: dashed 1px #fff;
  transition: 0.4s;
}
.student-text {
  color: #0c7eac;
  position: absolute;
  width: 100%;
  font-size: 1.25rem;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 300;
}
video {
  position: absolute;
  object-fit: cover;
  object-position: center;
  opacity: var(--video-opacity);
  width: 100%;
  height: 100vh;
  z-index: -10;
}
.top-owner {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
/*******************************ページトップへ戻る*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  font-size: 77%;
  z-index: 1;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 50px;
  text-align: center;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
.toTop {
  width: 100px;
}
/*******************************01 Message*/
.section01 {
  background: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  margin-top: 250px;
}
.sub-t01 {
  color: #0c7eac;
  padding: 200px 0 1rem;
  font-size: 1rem;
  font-family: serif;
}
.title-jp {
  color: #0c7eac;
  padding: 0 0 5rem;
  font-size: 2rem;
  font-family: serif;
}
.message {
  font-size: 1.5rem;
  font-family: serif;
  line-height: 3rem;
}
.top1 {
  background-color: white;
}
.message {
  position: relative;
  padding: 2em;
  border: solid 2px black;
  border-radius: 3px 0 3px 0;
  width: 60%;
  margin: 0 auto;
}

.message:before,
.message:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px black;
  border-radius: 50%;
}

.message:after {
  top: -12px;
  left: -12px;
}
.message:before {
  bottom: -12px;
  right: -12px;
}
.insta {
  color: #0bd;
  text-align: center;
}
/*******************************02 What is*/
.section02 {
  background: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  padding-bottom: 4rem;
}
.sub-t02 {
  color: #0c7eac;
  padding: 10rem 0 2rem;
  font-size: 1.5rem;
}
.message2 {
  font-size: 1rem;
  font-family: serif;
  line-height: 2rem;
  text-align: left;
  margin: 50px auto;
  width: 60%;
}
.owner-photo {
  width: 300px;
}
/******************************* ２つのタイプ */
.sec-point {
  background-color: aliceblue;
  padding: 2rem 0 5rem;
}
.point {
  font-size: 1.5rem;
  color: white;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  background: linear-gradient(
    43deg,
    rgba(92, 154, 150, 1) 0%,
    rgba(11, 218, 218, 1) 100%
  );
  width: 70%;
  margin: 100px auto 50px;
}

.project-point {
  font-size: 1rem;
  color: #333;
  text-align: left;
}
.point-area {
  width: 70%;
  margin: 0 auto;
  position: relative;
  background: #fafafa;
  padding: 3rem 0;
}
.list_test-wrap {
  list-style: none; /* デフォルトのアイコンを消す */
  margin: 0 auto; /* デフォルト指定上書き */
  padding: 0; /* デフォルト指定上書き */
  counter-reset: li_count; /* カウンタをセット */
  text-align: left;
  width: 70%;
}
.list_test-wrap li {
  text-indent: -1em; /*listの改行にインデントを付ける*/
  padding-left: 1em;
}
.list_test {
  padding: 10px; /* 余白指定 */
  margin-bottom: 5px; /* 要素と要素の間指定 */
  font-size: 1.125rem; /* 文字サイズ指定 */
  font-family: serif;
  color: #0c7eac;
}

.list_test:before {
  counter-increment: li_count; /* カウンタの値を計算していく */
  content: counter(li_count) "."; /* 数字出力 */
  color: #0c7eac; /* 文字色指定 */
  margin-right: 5px; /* 余白指定 */
}
.link-canva {
  color: #0bd;
}
.message-point {
  font-size: 2rem;
  text-align: center;
  margin: 5rem 0 1rem;
}
.thumbnail {
  width: 50%;
  opacity: 0.3;
  position: absolute;
  top: 20%;
  right: 5%;
  margin: 0 auto;
  height: auto;
}
.point-p {
  text-indent: 1rem;
  color: #383838;
}
.br_two {
  text-indent: 1rem;
}
.name-end-p {
  text-align: center;
  padding-top: 3rem;
}

/************************************************************************Button*
  ************************************************************/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: 1rem 4rem 1rem 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#007adf),
    to(#00ecbc)
  );
  background-image: linear-gradient(to right, #007adf 0%, #00ecbc 100%);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: "\f30b";
}
a.btn-c:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}
.button-yabu {
  text-align: center;
  margin: 0 auto 1.5rem;
}

/***********************************************************************2カラム**********************************************************************/
.text-for {
  font-size: 1.5rem;
  padding: 5rem 0 3rem;
}
.side-area {
  display: flex;
  padding: 1% 10% 3% 10%;
}
.left-area {
  width: 50%;
  min-width: 300px;
  flex-grow: 1; /*--幅を指定--*/
  position: relative; /*--positionを追加--*/
  height: 140px;
  line-height: 140px;
  margin-right: 2em;
}

.right-area {
  width: 50%;
  text-align: left;
  flex-grow: 1; /*--幅を指定--*/
  position: relative; /*--positionを追加--*/
  height: 140px;
  line-height: 140px;
  margin-right: 2em;
  margin-left: 2rem;
}
.two {
  font-size: 1.5rem;
  padding: 2rem;
  font-weight: 600;
}

/*******************************通学タイプ*/
.slide {
  width: 90%;
  margin: 0 auto 3rem;
  text-align: center;
  padding-bottom: 300px;
}
.carousel {
  width: 600px;
  height: calc(600px * 0.5625);
  margin: 0 auto;
}
.carousel-area {
  width: 3150px;
  height: 100%;
  display: flex;
}
.carousel-list {
  width: 600px;
  height: calc(600px * 0.5625);
  margin-right: 30px;
}
.carousel-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .carousel {
    width: 300px;
    height: calc(300px * 0.5625);
  }
  .carousel-area {
    width: 1500px;
  }
  .carousel-list {
    width: 300px;
    height: calc(300px * 0.5625);
    margin-right: 0;
  }
}
.flexslider {
  width: 40%;
}
#going .message2 {
  margin-top: 10px;
}
/******************************* お申込み */
.message-apply {
  margin: 0 auto 3rem;
}
.background {
  width: 70%;
  background: #eee;
  margin: 0 auto;
  padding-bottom: 60px;
}
#sec4 .sub-t01 {
  padding-top: 60px;
}

/*****************************************************仕切り画像*****************************************************/
.voice-flex {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
}
#voice-flex img {
  width: 250px;
  margin: 1rem;
  object-fit: cover;
  box-shadow: 6px 12px 15px -4px #777777;
  border-radius: 10px;
}
.voice {
  position: relative;
  width: 100%;
  background: url("../images/bg-pic1.jpg") no-repeat center center fixed #fcf0f0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.voice-bg {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5rem 0;
}


/******************************* １期生の声 */
.voice-bg {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5rem 0 1rem;
}

.voice img {
  width: 33%;
  padding: 1%;
}
.items-inner {
  width: 90%;
  margin: 0 auto;
  padding: 2rem;
}
.container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
.voice-title {
  text-align: center;
    font-size: 1.25rem;
    color: #383838;
    font-family: serif;
}
.applicant-area {
  width: 40%;
  margin: 0 auto;
  padding: 3rem 0 2rem;
}
.voice-subtitle {
  font-size: 1.125rem;
  font-family: serif;
  color: #383838;
}
/***********************************************************************Filter Posts
******************************************************************/

/* .posts .post {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.posts .post-title {
  font-size: 1rem;
  color: cadetblue;
}

.posts .post-title:hover {
  text-decoration: underline;
}

.detail {
  margin: 1rem auto;
    font-size: 0.875rem;
}

.posts figcaption {
  padding: 1rem;
}

.posts .post-categories {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}

.posts .post-categories * {
  display: inline-block;
}

.posts .post-categories li {
  margin-bottom: 0.2rem;
}

.posts .post-categories a {
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  border: 1px solid;
  line-height: normal;
  transition: all 0.1s;
}

.posts .post-categories a:hover {
  background: var(--green);
  color: var(--white);
}
.items-display-flex {
  flex-wrap: wrap;
  margin: 2rem 0 5rem;
}
.items-inner {
  width: 80%;
  margin: 0 auto;
} */

/******************************* お申込み ２回目 */
.message-apply {
  margin: 0 auto 3rem;
}
.background2 {
  width: 70%;
  background: #eee;
  margin: 0 auto;
  padding-bottom: 60px;
}
#last .sub-t01 {
  padding-top: 60px;
}

.section02 {
  padding-top: 4rem;
}


/******************************* Footer */
.line {
  border-bottom: 1px solid gray;
}
#footer {
  padding: 4% 0;
  width: 100%;
  background: linear-gradient(
    43deg,
    rgba(98, 247, 247, 1) 0%,
    rgba(144, 245, 151, 1) 100%
  );
}
#footer .wrapper {
  display: flex;
  justify-content: space-around;
}
footer .sub-title {
  color: #444141;
  margin-bottom: 30px;
}
footer .sub-title-sns {
  text-align: center;
  margin-bottom: 30px;
}
footer li {
  list-style: none;
}
.footer-area {
  text-align: left;
}
.sns {
  margin-bottom: 3rem;
}
footer p {
  color: #444141;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 5rem;
}
.copyright {
  text-align: center;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}
.sp-link {
  display: none;
}
.page-title-sp {
  display: none;
}
.logo-sp {
  display: none;
}
.catch-text {
  display: none;
}
.fa-ellipsis-h:before {
  display: none;
}
.br_sp {
  display: none;
}
/**********************************************************************
スマホ対応
**********************************************************************/
@media all and (max-width: 768px) {
  /*top*/
  .br_sp {
    display: block;
  }
  html p {
    font-size: 14px;
  }
  .fas {
    z-index: 100;
  }
  #page-top .fa,
  .fas,
  .fa-ellipsis-h:before {
    display: block;
    font-weight: 900;
    width: 50px;
    height: 50px;
    color: yellow;
    position: fixed;
    left: 20px;
    top: 20px;
  }
  .keyvisual {
    height: 70vh;
  }
  .page-header {
    display: none;
  }
  #page-top a {
    display: none;
  }
  .top-area {
    width: 100%;
    text-align: center;
  }
  .top-text {
    font-family: serif;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 30%;
  }
  .fa-ellipsis-h:before {
    width: 50px;
    height: 50px;
  }
  /*********************************************************************Message
  *******************************************************************/
  .section01 {
    margin: 50px auto;
  }

  .section02 {
    padding-bottom: 0%;
  }
  .sub-t01 {
    color: #0c7eac;
    padding: 50px 0 1rem;
    font-size: 1rem;
    font-family: serif;
  }
  .left-title,
  .right-title {
    font-family: serif;
    color: white;
    font-size: 0.75rem;
    background-color: #0c7eac;
    padding: 1rem;
    width: 140px;
  }
  #about .message {
    font-size: 14px;
    font-weight: 400;
    font-family: serif;
    line-height: 22px;
    padding: 1rem;
    text-align: center;
    width: 80%;
  }
  #wish .message2 {
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    margin: 30px auto 80px;
  }
  #what .message2 {
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    margin: 30px auto 80px;
  }
  .thumbnail {
    width: 100%;
    right: 0%;
  }
  #wish .two-side {
    display: block;
  }
  #wish .title-jp {
    padding: 0 0 1rem;
  }
  #wish .circle {
    position: relative;
    width: 200px;
    height: 75px;
    background: rgb(92, 154, 150);
    background: linear-gradient(
      43deg,
      rgba(92, 154, 150, 1) 0%,
      rgba(11, 218, 218, 1) 100%
    );
    border-radius: 0%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem;
  }
  .wish-title {
    font-size: 1rem;
  }
  .wish-right,
  .wish-left {
    width: auto;
  }
  .wish-p {
    padding: 0 2rem 4rem 2rem;
  }
  .reason {
    font-size: 1.125rem;
  }
  .grid {
    display: block;
  }
  .menu-text {
    font-size: 1.5rem;
    padding: 0.75rem;
  }
  #sec4 .title-jp {
    padding: 0 0 1rem;
  }
  .side-area {
    display: block;
  }
  .left-area:after {
    display: none;
  }
  .two {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
  }
  .side-area {
    padding: 1rem;
  }
  .title-jp {
    font-size: 1.5rem;
  }

  /*Satonowa Styleとは*/
  #what .point {
    font-size: 1rem;
    padding: 1rem;
    margin: 30px auto 50px;
    text-indent: 1rem;
  }
  #what p {
    text-indent: 1rem;
  }
  #sec4 .background {
    width: 100%;
    padding-bottom: 50px;
  }
  #sec4 .sub-t01 {
    margin-top: 50px;
    padding-top: 30px;
  }
  /********************************************************************
  Flow
  *****************************************************************/
  .cp_timeline04 {
    width: 100%;
    padding: 1rem;
  }
  .cp_timeline04 .timeline_item .time_date .time {
    line-height: 5rem;
    font-size: 5rem;
  }
  .cp_timeline04:before {
    left: 30px;
  }
  .example {
    font-size: 14px;
    background: white;
    width: 90%;
    padding: 1rem;
    margin: 1rem;
  }
  #flow .flow-text {
    font-size: 14px;
    margin-top: 20px;
  }
  /********************************************************************
  活動のポイント
  *****************************************************************/
  .list_test {
    font-size: 14px;
  }
  .point-area {
    width: 100%;
    margin: 0 auto;
  }
  .list_test-wrap {
    width: 80%;
  }
    /********************************************************************
  詳細
  *****************************************************************/
  .left-area {
    position: inherit;
    height: auto;
  }
  .right-area {
    width: 100%;
    margin: 0%;
  }
  .message2 {
    width: 90%;
  }
  #going .title-jp {
    padding: 0 0 2rem;
  }
.message-apply {
  width: 90%;
}

  /********************************************************************
  体験者の声
  *****************************************************************/
.voice img {
  width: 100%;
  padding: 5%;
}
.applicant-area {
  width: 80%;
}
.items-inner {
  width: 100%;
}

  /********************************************************************
  お申込み２
  *****************************************************************/

.background2 {
  width: 100%;
  background: #eee;
  margin: 0 auto;
  padding-bottom: 60px;
}

  /********************************************************************
  Footer
  *****************************************************************/
  #footer .wrapper {
    display: block;
  }
  .footer-area {
    text-align: center;
    margin-bottom: 50px;
  }
  footer .sub-title,
  footer .sub-title-sns {
    margin: 30px;
    background: white;
  }
  #footer li {
    font-size: 14px;
  }
}
