@charset "UTF-8";
/*全体的なこと*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: auto;
}

body {
  position: relative;
  height: 100%;
  background: #fff;
  color: #1e2f4f;
  margin: 0;
  word-wrap: break-word;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
  padding-bottom: 6px;
}
.logo {
	padding: 40px 30px 0;
}

.h2-img {
  width: 100%;
}

h3 {
  margin: 0 auto;
}

img {
  width: 100%;
}

/*全体的なこと*/
.lp_bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: 0px -40px;
  background-repeat: no-repeat;
  background-image: url(img/bg.png);
}

.design_lp {
  max-width: 480px;
  margin: 0 auto;
  background: #fdefdd;
}

.inner{
    padding: 50px 30px;
    background: #fff;
    border-radius: 10px;
    outline: 3px dotted #e2bf96;
    outline-offset: -13px;
}

.side_area .inner,
.cv_area_fix .inner{
  outline: none;
}

.side_area .inner{
  background: initial;
  padding-top: 30px;
  padding: 0;
}


h3{
  padding: 20px 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .design_lp {
    width: auto;
  }

  h3{
    font-size: 1.1rem;
  }
}
h2 {
  margin: 0;
}
h2 img {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}

.support_area {
  padding: 60px 30px;
}

.text, .list_H {
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.13rem;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  padding: 0;
  margin: 0 auto;
  width: 98%;
}

th, td {
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding: 30px 0;
  margin: 0;
  line-height: 1.7;
  font-size: 0.9 rem;
}

.red {
  color: #f91b16;
}

.pd00 {
  padding-bottom: 0;
  padding-top: 0;
}

.att{
  text-align: justify;
  line-height: 1.5;
  font-weight: normal;
}

.br_pc{
  display: block;
}

.br_sp{
  display: none;
}

@media screen and (max-width: 767px){
  .br_pc{
    display: none;
  }

  .br_sp{
    display: block;
  }
  
}
.lead_text {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #005bab;
}


/*メインビジュアル*/
.main_v_area {
  position: relative;
}
.main_v_area .lpimg {
  width: 100%;
  text-align: center;
  height: auto;
  margin: 0 auto;
  margin-bottom: -20px;
}
.main_v_area .lpimg img {
  width: 100%;
  /* height: auto; */
}
.main_v_area .main_v_btn_area {
  width: auto;
  margin: 0 auto;
  display: block;
  position: absolute;
  transform: translateX(-50%) translateX(50%);
  bottom: 10%;
}
.main_v_area .main_v_btn_area a {
  display: block;
}
.main_v_area .main_v_btn_area a img {
  position: relative;
  top: 0;
  margin: 0 auto;
  display: block;
  width: 72%;
  filter: drop-shadow(0px 8px 0px #005bab);
  transition: top 0.2s ease, filter 0.2s ease;
}
.main_v_area .main_v_btn_area a:hover img {
  top: 8px;
  filter: drop-shadow(0px 0px 0px #005bab);
}

/* サイドメニュー */
.side_area {
  width: calc((100% - 30rem) / 2);
  position: fixed;
  top: 0;
  justify-content: center;
  left: 0%;
}
.side_area .inner {
  width: 50%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .side_area {
    display: none;
  }
}
/*概要*/
.overview {
  background-color: #398df4;
  position: relative;
  padding: 40px 30px 50px;
}
.overview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("img/garland.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.overview h2 img {
  padding-bottom: 30px;
}
.overview .yel_area {
  position: relative;
}
.overview .yel_area .inner .dot {
  position: relative;
  padding-bottom: 30px;
}
.overview .yel_area .inner h3 img {
  display: block;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.overview .yel_area .inner .four {
  padding-bottom: 10px;
}
.overview .yel_area .inner .four img {
  width: 90%;
  padding-top: 0;
  padding: 12px 0;
}
.overview .yel_area .inner .btn_area {
  padding: 0;
  margin: 0;
  margin: 0 auto;
  margin: 0 auto;
  width: 90%;
}
.overview .yel_area .inner .btn_area li {
  padding-bottom: 20px;
}
.overview .yel_area .inner .btn_area li:last-child {
  padding-bottom: 0;
}
.overview .yel_area .inner .btn_area li a {
  position: relative;
  display: block;
  top: 0;
  filter: drop-shadow(0px 6px 0px #005bab);
  transition: top 0.2s ease, filter 0.2s ease;
}
.overview .yel_area .inner .btn_area li a:hover {
  top: 6px;
  filter: drop-shadow(0px 0px 0px #005bab);
}
.overview .yel_area .inner .btn_area li a img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.overview .yel_area::before {
  position: absolute;
  content: "";
  background: url(img/yellow_top.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 30px;
  z-index: 2;
  top: 0;
  left: 0;
}

/* CVボタン */
.cv_area {
  padding: 30px;
  background-image: repeating-linear-gradient(300deg, #fcf512, #fcf512 5px, #fcf5128c 5px, #fcf5128c 10px);
  background-size: cover;
}
.cv_area a {
  position: relative;
  display: block;
  top: 0;
  filter: drop-shadow(0px 10px 0px #005bab);
  transition: top 0.2s ease, filter 0.2s ease;
}
.cv_area a:hover {
  top: 6px;
  filter: drop-shadow(0px 0px 0px #005bab);
}

/* 固定CVボタン */
.cv_area_fix {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cv_area_fix .inner {
  padding: 10px 0;
  background-size: cover;
  border-radius: initial;
  background-image: repeating-linear-gradient(300deg, #fcf512, #fcf512 5px, #fcf5128c 5px, #fcf5128c 10px);
}
.cv_area_fix .inner a {
  position: relative;
  display: block;
  top: 0;
  filter: drop-shadow(0px 6px 0px #005bab);
  transition: top 0.2s ease, filter 0.2s ease;
  margin: 0 auto;
  max-width: 340px;
}
.cv_area_fix .inner a:hover {
  top: 6px;
  filter: drop-shadow(0px 0px 0px #005bab);
}
.cv_area_fix .inner a::before {
  background-size: contain;
  width: 50%;
  height: 100%;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .cv_area_fix .inner {
    padding: 0;
    background: url(img/btn_fix_bg.png) no-repeat;
    background-size: cover;
    background-position: 55% 0%;
  }
  .cv_area_fix .inner a {
    max-width: 100%;
  }

  body > div.cv_area_fix > div > a > img{
    width: 95%;
    margin: 0 auto;
    display: block;
    padding: 7px 0;
  }

}
/* セクションベース */
.guest_area {
	padding: 0 30px 50px;
	display: grid;
	gap: 24px;
}
.guest_area .guest_detail {
  position: relative;
}
.guest_area .guest_detail .inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 30px;
}
.guest_area .guest_detail .inner h3 img {
  width: 90%;
  padding-top: 20px;
}

.slick-slide img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

/* 学科カラー */
.pet span {
  background-color: #ea9114;
}

.gene_business span {
  background-color: #E60012;
}

.mass span {
  background-color: #097CC2;
}

.aigan span {
  background-color: #00A0E9;
}

.it span {
  background-color: #22AC38;
}

.beauty span {
  background-color: #E4007F;
}

.slick-arrow:before {
  content: "" !important;
  content: "" !important;
  width: 80% !important;
  height: 80% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* 任意の矢印画像の位置などを調整 */
.slick-arrow {
  z-index: 2 !important;
  width: 36px !important;
  height: 36px !important;
}

.prev-arrow {
  position: absolute;
  top: 50%;
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: 0;
}

/* 交通費サポート */
.support_area {
	background-color: #005bab;
	padding-bottom: 200px;
}
.support_area h2 img {
  width: 100%;
}
.support_area .text {
  padding: 30px;
}
.support_area .att {
  font-size: 0.8rem;
  padding: 0;
  text-align: center;
}
.support_area h3 {
  font-weight: bold;
  font-size: 24px;
  color: #005bab;
  padding: 60px 0 20px 0;
  text-align: center !important;
}
.support_area table {
  border: solid 1px #6a6a7c;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 14px;
  width: 100%;
}
.support_area table tr th {
  border: solid 1px #696575;
  padding: 10px;
  width: 30%;
  background-color: #ffd2b3;
  text-align: center;
}
.support_area table tr .th_ppl {
  background: #ff6d00;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.support_area table tr td {
  border: solid 1px #696575;
  padding: 10px;
  width: 60%;
  text-align: justify;
}
.support_area table tr td:last-of-type {
  text-align: center;
}
.support_area table tr:nth-child(odd) td {
  background: #F1F1F3;
}
.support_area_inner {
	padding: 50px 30px;
    background: #fff;
    border-radius: 10px;
}


.bus_area_list .list_H {
  text-align: left;
  background: #ff6d00;
  padding: 10px 10px 10px 30px;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
}
.bus_area_list .list_H::before {
  position: absolute;
  content: "＋";
  color: #ffffff;
  top: 50%;
  right: 0;
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.bus_area_list .open::before {
  position: absolute;
  content: "−";
  color: #ffffff;
  top: 50%;
  right: 0;
  font-size: 22px;
  top: 46%;
  transform: translateY(-50%) translateX(-80%);
}
.bus_area_list .list_A {
  padding: 20px 20px 0;
  background: #ffffff;
}
.bus_area_list .list_A .text {
  text-align: justify;
  color: #222;
}

@media screen and (max-width: 767px) {
  .support_area .text{
    padding: 20px 0;
    text-align: justify;
  }

  .support_area .att{
    padding: 0;
  }
}

/* フッター */
footer {
  text-align: center;
  height: 110px;
  margin: 10px 0 80px;
}
footer img {
  width: 60%;
  margin: 0 auto;
  display: block;
  height: auto;
}

@media screen and (max-width: 767px) {
  footer {
    margin: 10px 0 50px;
  }
}

.snow_bg{
  background-size: 50px 50px;
}

#point01 ,#point02{
  outline: 3px dotted #005bab;
}

small{
  font-size: 0.7rem;
}

.text_c{
  text-align: center;
}

section.overview.ppl > div > div > div > p{
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #005237;
  line-height: 1.67;
  font-size: 14px;
}