@charset "UTF-8";
/*All Media CSS*/
/***********************************
html&body
************************************/
html {
  overflow-y: scroll
}
body {
  font-feature-settings: "palt";
  font-family: 'Noto Sans CJK JP', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'Meiryo', 'Yu Gothic Medium', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  position: relative;
  font-size: 1.2rem;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.parallax {
  justify-content: space-around;
}
.parallax .scroll {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.parallax .scroll:nth-of-type(2) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.parallax .scroll:nth-of-type(3) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.parallax .scroll:nth-of-type(4) {
  -webkit-transition-delay: 800ms;
  transition-delay: 600ms;
}
.parallax .scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*スマホの文字サイズ自動変更無効*/
html, body {
  -webkit-text-size-adjust: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  body {
    line-height: 1.7em;
  font-size: 1.0rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/***********************************
Link Setting
************************************/
a:link, a:visited, a:active {}
/*PC CSS*/
@media print, screen and (min-width:769px) {
  a:hover {
    opacity: .5;
  }
}
/*Smp CSS*/
@media screen and (max-width:768px) {
  a:hover {
    opacity: 1;
  }
}
/***********************************
共通
************************************/

.blue{
  color: #288BB5;
}
.orange{
  color: #FF7F54;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.heading {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.outline .heading, .schedule .heading {
  margin-bottom: 60px;
}
.heading h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-top: 10px;
  line-height: 1.2em;
  text-align: center;
  padding: 0.5rem 3rem;
}
.heading h2::before,
.heading h2::after {
    position: absolute;
    width: 25px;
    height: 25px;
    content: '';
    color: #288BB5;
}

.heading._orange h2::before,
.heading._orange h2::after {
    position: absolute;
    width: 25px;
    height: 25px;
    content: '';
    color: #F3881C!important;
}

.heading h2::before {
    border-left: solid 5px;
    border-top: solid 5px;
    top: 0;
    left: 0;
}

.heading h2::after {
    border-right: solid 5px;
    border-bottom: solid 5px;
    bottom: 20px;
    right: 0;
}

.heading p {
  font-size: 1.3rem;
  font-family: 'Lato', sans-serif, 'Gill Sans', 'Gill Sans MT', 'Calibri', sans-serif, "Lucida Grande";
  text-align: center;
}
.note {
  font-size: 1.0rem;;
  line-height: 1.2em;
  font-weight: 400;
}
.strong{
  font-size: 1.7rem;
  font-weight: 700;
}
.btn_top {
  display: block;
  position: fixed;
  right: 10px;
  z-index: 9995;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width:768px) {
  .inner {
    width: auto;
  }
  .heading {
    margin-bottom: 30px;
  }
  .heading h2 {
    font-size: 1.7rem;
    margin-top: 0;
  }
  .heading p {
    font-size: 1.2rem;
  }
  .strong{
    font-size: 1.3rem;
  }
  .outline .heading, .schedule .heading {
    margin-bottom: 30px;
  }
  .btn_application a {
    font-size: 1.6rem;
    padding: 20px 60px 20px 30px;
  }
  .btn_application a::before {
    top: 20px;
  }
  .btn_top {
    width: 80px;
    height: 80px;
  }
  .btn_top img {
    width: 100px;
  }
.heading h2::before,
.heading h2::after {
    position: absolute;
    width: 16px;
    height: 16px;
}

.heading._orange h2::before,
.heading._orange h2::after {
    position: absolute;
    width: 16px;
    height: 16px;
}
}
/***********************************
header
************************************/

header h1 img {
  width: 100%;
}
/***********************************
about
************************************/
.about {
  text-align: center;
  padding: 80px 20px 80px;
  position: relative;
}
.about .strong {
  font-size: 1.8rem;
}
.about .i01{
  position:absolute;
  top: 100px;
  left: 100px;
}
.about .i02{
  position:absolute;
  top: 110px;
  right: 100px;
}
.about .i03{
  position:absolute;
  top: 350px;
  left: 0px;
}
.about .i04{
  position:absolute;
  top: 410px;
  right: 0px;
}
@media screen and (max-width:768px) {
  .about {
    padding: 40px 20px 60px;
  }
  .about .text {
    text-align: left;
  }
  .about .note {
    text-align: left;
  }
  .about .strong {
    font-size: 1.4rem;
  }
  .about .i01{
    display: none;
  }
  .about .i02{
    display: none;
  }
  .about .i03{
    display: none;
  }
  .about .i04{
    display: none;
  }
}
/***********************************
outline
************************************/
.outline {
  text-align: center;
  padding: 120px 20px 80px;
  background: #FBF9F5;
  position: relative;
}
.outline::before {
  content: "";
  background: url("../img/bg_img.png");
  position: absolute;
  display: block;
  background-size: cover;
  left: 5px;
  top: -30px;
  height: 190px;
  width: 1000px;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
table tbody th {
  width: 20%;
  padding: 20px 10px;
  color: #288BB5;
  font-size: 20px;
}
table tbody td {
  width: 80%;
  text-align: left;
  padding: 20px 0 20px 10px;
}
table .logo img {
  margin-right: 35px;
}
.btn_ext {
  margin-top: 10px;
}
.btn_ext a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #fff;
  border: #288BB5 solid 1px;
  border-radius: 5px;
  color: #288BB5;
  text-decoration: none;
  padding: 2px 60px 2px 40px;
}
.btn_ext a::before {
  content: url("../img/icon_ext.png");
  position: absolute;
  right: 20px;
  top: 5px;
}
@media screen and (max-width:768px) {
  .outline {
    padding: 60px 20px 60px;
  }
  .outline::before {
    top: -3px;
    height: 55px;
    width: 300px;
  }
  table tbody th, table tbody td {
    width: 100%;
    display: block;
    text-align: center;
  }
  table tbody th {
    border-bottom: solid #E9E9E9 2px;
    padding: 10px
  }
  table tbody td {
    padding: 15px 20px 40px;
    text-align: left;
  }
  table img {
    width: 90%;
    height: auto;
    margin-top: 10px;
  }
  table .logo img {
    width: auto;
    max-width: 100%;
    margin-right: 0;
  }
}
/***********************************
schedule
************************************/
.schedule {
  text-align: center;
  padding: 0;
  background: #FBFAF5;
  position: relative;
  margin-bottom: 120px;
}
.schedule ul {
  display: block;
  width: 100%;
}
.schedule ul li {
  display: inline-block;
  text-align: left;
  padding: 20px 30px;
  overflow: hidden;
  height: 8.3em;
  line-height: 2em;
}
.schedule ul li.schedule_time {
  width: 20%;
  vertical-align: top;
  color: #288BB5;
  font-weight: 500;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #A4D8C9;
  font-weight: bold;
}
.schedule ul li.schedule_time_content {
  width: 79%;
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.schedule ul.schedule_01 li {
  height: 4.2em;
}
.schedule ul.schedule_02 li {
  height: 6.3em;
}
.schedule ul.schedule_03 li {
  height: 6.3em;
}
.schedule ul.schedule_04 li {
  height: 4.2em;
}
.schedule ul.schedule_05 li {
  height: 4.2em;
}
.schedule ul.schedule_06 li {
  height: 4.2em;
}
.schedule ul.schedule_01 li.schedule_time {
  background: #EFF3F5;
}
.schedule ul.schedule_02 li.schedule_time {
  background: #E7F0F3;
}
.schedule ul.schedule_03 li.schedule_time {
  background: #DDEBF2;
}
.schedule ul.schedule_04 li.schedule_time {
  background: #D4E8F2;
}
.schedule ul.schedule_05 li.schedule_time {
  background: #C0E0EF;
}
.schedule ul.schedule_06 li.schedule_time {
  background: #AFD6E9;
}
.schedule .schedule_time span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_time.png");
  background-size: contain;
  vertical-align: text-top;
  margin-right: 4px;
  margin-top: 6px;
}
.schedule .pc_margin {
  margin-left: 3.5em;;
}
@media screen and (max-width:768px) {
  .schedule {
    padding: 0;
  }
  .schedule ul li {
    height: auto !important;
  }
  .schedule ul li.schedule_time {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .schedule .schedule_time span::before {
    margin-top: 0;
  }
  .schedule ul li.schedule_time_content {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .schedule .pc_margin {
    margin-left: 0;
  }
}

/***********************************
profile
************************************/
.profile_box{
  position: relative;
  margin-bottom: 120px;
}

.profile_img{
  position: absolute;
  left: 0;
  margin-top: -60px;
}

.profile_text{
  background-color: #F6F9F8;
  border: #BCD4DF 1px solid;
  border-radius: 8px;
  margin-left: 10%;
  text-align: left;
  padding: 40px 40px 40px 230px;
  margin-top: 80px;
  line-height: 1.6em;
}
.profile_text h3{
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #BCD4DF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.profile_text h3 span{
  font-size: 1.2rem;
}
.profile_text._orange{
  background-color: #FFFFFC;
  border: #FFE1D6 1px solid;
}
.profile_text._orange h3{
  border-bottom: 1px solid #FFE1D6;
}

@media screen and (max-width:768px) {
.profile_text h3{
  font-size: 1.4rem;
}

  .profile_img{
    left: 0;
    right: 0;
  }
  .profile_text {
    border: #BCD4DF 1px solid;
    margin-left: 0%;
    padding: 250px 20px 20px 20px;
    margin-top: 80px;
}
}

/***********************************
present
************************************/
.present {
  text-align: center;
  padding: 120px 20px 0px;
  background: #FFFFFF;
  position: relative;
}
.present .list-box{
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #FFFCF8;
  padding: 70px 120px;

}
.present li{
  list-style-type: disc;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .present .list-box{
    font-size: 1.4rem;
    padding: 35px 20px 35px 57px;
  }
}

/***********************************
appl
************************************/
.appl {
  text-align: center;
  padding: 120px 20px 80px;
  background: #FFFFFF;
  position: relative;
}

.appl h3{
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom:#F6D4C0 solid 1px;
  display: inline-block;
  margin: 0 auto 30px;
}

.appl .hagaki_box{
  background-color: #FFFCF8;
  padding: 70px 120px;
  border: #FF7F54 solid 8px;
  margin: 60px 0;
}

.appl .hagaki_box p{
  text-align: left;
}

@media screen and (max-width:768px) {
  .appl .hagaki_box{
  padding: 25px;
  margin: 30px 0;
}
  .appl .appl_btn img{
    width: 100%;
  }
}

/***********************************
info
************************************/
.info {
  text-align: center;
  padding: 120px 20px 120px;
  background: #F6F9F8;
  position: relative;
}

/***********************************
footer
************************************/
footer {
  background-color: #288BB5;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  position: relative;
}
/*このクラスが付与されると表示する*/
.absolute {
  position: absolute;
  bottom: 70px !important;
}
/*PC CSS*/
@media print, screen and (min-width:769px) {
  footer {}
}
/*Tablet CSS*/
@media screen and (min-width:769px) and (max-width:1024px) {
  footer {}
}
/*Smp CSS*/
@media screen and (max-width:768px) {
  footer {}
}