@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: 100vh;
}
.video-wrap {
  position: relative;
}
.top-text {
  font-family: serif;
  color: #fff;
  font-size: 2rem;
  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;
}
/*******************************ページトップへ戻る*/
#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;
}
.sub-t01 {
  color: #0c7eac;
  padding: 150px 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: 1rem;
  font-weight: bold;
  font-family: serif;
  line-height: 3rem;
  width: 70%;
  margin: 0 auto;
}
.top1 {
  background-color: white;
}

.two-side {
  display: flex;
  justify-content: space-evenly;
}
.wish-right,
.wish-left {
  width: 30%;
  height: 30%;
}
.left-title,
.right-title {
  font-family: serif;
  color: white;
  font-size: 1.5rem;
  background-color: #0c7eac;
  padding: 2rem;
}
/*******************************02 Wish*/
.section02 {
  background: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  padding-bottom: 8rem;
}
.sub-t02 {
  color: #0c7eac;
  padding: 10rem 0 2rem;
  font-size: 1.5rem;
}
.circle {
  position: relative; /* ←文字の親要素に指定 */
  width: 250px;
  height: 250px;
  background: rgb(92, 154, 150);
  background: linear-gradient(
    43deg,
    rgba(92, 154, 150, 1) 0%,
    rgba(11, 218, 218, 1) 100%
  );
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}
.wish-title {
  width: 100%;
  color: white;
  font-size: 1.5rem;
  font-family: serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wish-p {
  text-align: left;
}
/*******************************03 Feature*/
.section03 {
  background: #0c7eac;
}
.reason {
  font-size: 2rem;
  color: white;
  text-align: center;
  padding: 2rem;
}
/*******************************04 Feature*/

.section04 {
  background: white;
  text-align: center;
  padding-bottom: 8rem;
}
.sub-t04 {
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  padding: 7rem 0 3rem 0;
  color: #0c7eac;
}
.grid {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr 1fr;
}
.item {
  position: relative;
  margin: 0 auto;
}
.menu-texts {
  position: absolute;
  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;
}
.menu-text {
  font-size: 1rem;
  font-family: cursive;
  background: white;
  opacity: 0.8;
  padding: 1rem;
}
.image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 1px;
}
.image::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 150px;
  height: auto;
  background: #0c7eac;
  content: "Feature";
  text-align: center;
  color: #fff;
  font-family: serif;
  font-weight: bold;
  padding: 5px 10px;
  left: -30px;
  top: 3px;
  transform: rotate(-30deg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
/***********************************************************************どんな方に向いているの？**********************************************************************/
.text-for {
  font-size: 1.5rem;
  padding: 5rem 0 3rem;
}
.side-area {
  display: flex;
  padding: 1% 5% 3% 5%;
}
.left-area {
  flex-grow: 1; /*--幅を指定--*/
  position: relative; /*--positionを追加--*/
  height: 140px;
  line-height: 140px;
  width: 50%;
}
.left-area:after {
  position: absolute; /*--positionを追加--*/
  top: 0;
  left: 100%;
  margin: 0 1rem;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #333; /*--縦線の色--*/
}
.right-area {
  flex-grow: 1; /*--幅を指定--*/
  position: relative; /*--positionを追加--*/
  height: 140px;
  line-height: 140px;
  margin-right: 2em;
  margin-left: 2rem;
  width: 50%;
}
.two {
  font-size: 1.5rem;
  padding: 1rem;
  font-weight: 600;
}

/******************************* Flow */
.section05 {
  background: #eee;
  text-align: center;
  padding-bottom: 8rem;
}
.example {
  background: white;
  width: 80%;
  padding: 1.5rem;
  margin: 0 auto 0 5%;
  max-width: 700px;
}
.cp_timeline04 {
  position: relative;
  margin: 0 auto;
  padding-bottom: 2em;
  width: 70%;
}
.cp_timeline04:before {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 3px;
  height: 100%;
  content: "";
  background: #e91e63;
}
.cp_timeline04 .timeline_item {
  margin: 0px 0px 0px 80px;
  text-align: left;
}
.cp_timeline04 .timeline_item .time_date .time {
  font-family: serif;
  font-size: 6em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  color: rgba(233, 30, 99, 0.1);
  text-align: left;
  padding-top: 3rem;
}
.cp_timeline04 .timeline_item .time_date .time:before {
  position: absolute;
  top: 50%;
  left: -42px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 3px solid #e91e63;
  background: #fff;
}
.cp_timeline04 .timeline_item .time_date .flag {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  margin-top: -60px;
  color: #880e4f;
}
.cp_timeline04 .timeline_item .desc {
  font-size: 0.8em;
  line-height: 20px;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 1px solid #880e4f;
}
@media only screen and (max-width: 767px) {
  .cp_timeline04:before {
    left: 15px;
  }
  .cp_timeline04 .timeline_item .time_date .time:before {
    left: -32px;
  }
  .cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 40px;
  }
  .cp_timeline04 .timeline_item .desc {
    padding-left: 0px;
    border-top: 1px solid #880e4f;
    border-left: none;
  }
}
/******************************* point */
.point {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  width: 70%;
  margin: 200px auto 50px;
}

.point:before,
.point:after {
  position: absolute;
  content: "";
}

.point:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.point:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.point i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
.point-title {
  color: #333;
  font-size: 1.5rem;
}
.point span {
  position: relative;
  z-index: 1;
  color: #333;
}

.project-point {
  font-size: 1rem;
  color: #333;
  text-align: left;
}
.point-area {
  width: 90%;
  margin: 0 auto;
}
.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: 20px; /* 文字サイズ指定 */
}

.list_test:before {
  counter-increment: li_count; /* カウンタの値を計算していく */
  content: counter(li_count) "."; /* 数字出力 */
  color: #f44336; /* 文字色指定 */
  margin-right: 5px; /* 余白指定 */
}
.link-canva {
  color: #0bd;
}

/******************************* 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;
}
/**********************************************************************
スマホ対応
**********************************************************************/
@media all and (max-width: 768px) {
  /*top*/
  html p {
    font-size: 14px;
  }
  #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;
  }
  /*********************************************************************About
  *******************************************************************/
  .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;
  }
  .message {
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    font-family: serif;
    line-height: 22px;
    text-align: left;
  }
  #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.25rem;
    padding: 0.75rem;
  }
  #sec4 .title-jp {
    padding: 0 0 1rem;
  }
  .side-area {
    display: block;
  }
  .left-area:after {
    display: none;
  }
  .two {
    font-size: 1rem;
    font-weight: 700;
  }
  .side-area {
    padding: 0%;
  }
  .title-jp {
    font-size: 1.5rem;
    padding: 0 0 2rem;
  }
  /********************************************************************
  Feature
  *****************************************************************/
  .left-area,
  .right-area {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
  }
  #sec4 .side-area {
    padding: 0 20px;
  }
  /********************************************************************
  Flow
  *****************************************************************/
  #flow .sub-t01 {
    padding: 50px 0 1rem;
  }

  .section04 {
    padding-bottom: 2rem;
  }
  .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;
  }
  #flow .point {
    margin: 100px auto 30px;
  }
  .section05 {
    padding-bottom: 4rem;
  }
  /********************************************************************
  活動のポイント
  *****************************************************************/
  .list_test {
    font-size: 14px;
  }
  .point-area {
    width: 100%;
    margin: 0 auto;
  }
  .list_test-wrap {
    width: 80%;
  }
  /********************************************************************
  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 a {
    font-size: 14px;
  }
}
