@charset "UTF-8";
/* header */
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  /*mix-blend-mode: exclusion;*/
}


.header_wrap {
  position: relative;
  z-index: 98;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 45px 60px 0;
  box-sizing: border-box;
}

.header_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header_top .header_logo {
  padding-right: 20px;
}

.header_top .header_logo img {
  transition: all 0.3s ease-in 0s;
}

.header_top .top_navi_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 990px;
  height: 50px;
  padding-top: 5px;
}

.header_top .top_navi_wrap ul.header_nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  background-color: #fff;
  box-shadow: 0px 5px 10px 4px rgba(122, 188, 231, 0.19);
  border-radius: 25px;
}

.header_top .top_navi_wrap ul.header_nav li {
  width: 25%;
  text-align: center;
}

.header_top .top_navi_wrap ul.header_nav li a {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  padding-top: 19px;
  box-sizing: border-box;
  border-right: 1px solid #d7d7d7;
  transition: all 0.12s ease-in 0s;
}

.header_top .top_navi_wrap ul.header_nav li a:hover {
  color: #007798;
}

.header_top .top_navi_wrap ul.header_nav li:nth-child(1) a {
  font-size: 1.55rem;
  letter-spacing: -1px;
}

.header_top .top_navi_wrap ul.header_nav li:nth-child(2) a {
  font-size: 1.55rem;
}

.header_top .top_navi_wrap ul.header_nav li:last-child a {
  border: none;
}

.sp_btn {
  display: none;
}

.pankuzu {
  position: absolute;
  right: 0;
}

.pankuzu ul {
  position: relative;
  display: table;
}

.pankuzu ul li {
  position: relative;
  display: table-cell;
  color: rgba(51, 51, 51, 0.4);
  font-size: 1.3rem;
  letter-spacing: 1px;
  vertical-align: middle;
  padding-right: 45px;
}

.pankuzu ul li a {
  position: relative;
  color: #333;
}

.pankuzu ul li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #111419;
}

.pankuzu ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -32px;
  top: 9px;
  width: 15px;
  height: 2px;
  background-color: #B7B8B9;
}

.pankuzu ul li:first-child:before {
  display: none;
}

.pankuzu ul li:last-child {
  padding-right: 0;
}

/* header */
/* common */
.section_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background-repeat: repeat;
  background-position: left top;
}

.content_wrap {
  width: 660px;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 60px 0;
}

.slider_box{
  position: absolute;
  bottom: 30px;
}

.slider_set{
  position: relative;
}

.slick-slider{
  width: 100%;
  position: absolute !important;
  bottom:10%;
}

@media screen and (max-width: 750px){
.©©-slider{
  width: 100%;
  position: absolute !important;
  bottom:16%;
}
}

.slider img{
  width: 85%;
  border-radius: 30px;
}

.h2_top1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 4px;
}

.h2_text1 {
  position: relative;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  color: #007799;
  line-height: 85%;
}

.h2_text1 span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 2.5px;
}

table.table01, table.table02 {
  width: 100%;
  border-collapse: collapse;
}

table.table01 tr, table.table02 tr {
  border-bottom: 1px solid #E0E0E0;
}

table.table01 th, table.table02 th {
  color: #777;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.5px;
  text-align: left;
  vertical-align: top;
  padding: 35px 20px 35px 0;
  box-sizing: border-box;
}

table.table01 td, table.table02 td {
  padding: 35px 20px 35px 0;
  box-sizing: border-box;
  font-size: 1.35rem;
  letter-spacing: 1.5px;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  vertical-align: top;
}

table.table01 .gray1, table.table02 .gray1 {
  background-color: #dfdfdf;
}

ul.disc {
  margin-bottom: 30px;
  margin-left: 30px;
  position: relative;
}

ul.disc li {
  margin-bottom: 10px;
  line-height: 150%;
}

ul.disc li:before {
  content: "•";
  color: #1671CC;
  left: -15px;
  top: 0;
  width: 0;
  position: relative;
  display: inline-block;
}

/* common */
/* main image */

.first_text{
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  margin-top: 200px;
  margin-bottom: 100px;
  color: #007798;
  opacity: 0;
  transition: 2s;
  line-height: 60px;
}

.first_text.is-show{
  opacity: 1;
}


@media screen and (max-width: 750px){
  .first_text{
    margin-top: 100px;
    font-size: 22px;
    line-height: 36px;
  }
}

main{
  background-image: url("../../img/block.png");
  background-repeat: repeat;
}

.main_box {
  position: relative;
  max-width: 1100px;
  min-height: 2000px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 750px){
  .main_box {
    min-height: 2600px;
  }
}

@media screen and (max-width: 450px){
  .main_box {
    min-height: 1500px;
  }
}


.history_index img, .event_index img, .event60_index img, .sendbox img, .twitter_box img{
  width: 55%;
  display: block;
  margin: auto;

}

@media screen and (max-width: 750px){
.history_index img, .event_index img, .event60_index img, .sendbox img, .twitter_box img{
  width: 90%;
  display: block;
  margin: auto;
}
}

.sendbox{
    width: 80%;
    margin: 15px auto;
}

@media screen and (max-width: 750px){

.sendbox{
    width: 100%;
    margin: 15px auto;
}
}

.event60_index{margin-bottom: 100px;opacity:0;transition: 1.5s;}
.event60_index.is-show{margin-bottom: 100px;opacity:1; }


@media screen and (max-width: 750px){
.event60_index{margin: 50px 0;}
.event60_index.is-show{margin: 50px 0;}

}

.twitter_box a:hover{opacity: 0.7;}


.history_index{
  margin: 50px 0; opacity: 0; transition: 2s;
}

.history_index.is-show{
  margin: 50px 0;
  opacity: 1;
}

.event_index{
  background-color: rgba(0,119,152,0.2);
  padding:50px 0;
  opacity: 0;
  transition: 2s;

}

.event_index.is-show{
  background-color: rgba(0,119,152,0.2);
  padding:50px 0;
  opacity: 1;

}



@media screen and (max-width: 750px){
.event_index{
  margin-bottom: 100px;
  padding:50px 0;
  opacity: 0;
  transition: 2s;
}

.event_index.is-show{
  margin-bottom: 100px;
  padding:50px 0;
  opacity: 1;
}

.history_index{
  margin: 50px 0;
}
}

.reco_box{
  max-width: 1000px;
  margin: 30px auto 0;
}

.reco_box ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reco_box ul .cp_left{
  width:54%;
}

@media screen and (max-width: 750px){
  .reco_box ul .cp_left{
  width:100%;
}
}

.reco_box ul .cp_right p{
  font-size: 20px;
  line-height: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

.event60_index .text{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 50px 0;
    font-size: 32px;
    color:#333;
}

@media screen and (max-width: 750px){
.event60_index .text{
    margin: 30px 0;
    font-size: 24px;
}
}

.reco_box ul .cp_left img{
  width: 100%;
}

.reco_box ul .cp_right{
  width:44%;
  padding: 5px;
  border-top: solid 1px #333
}

@media screen and (max-width: 750px){
.reco_box ul .cp_right{
  width:100%;
  margin-top: 10px;
  padding: 0 10px;
}
}

.reco_box ul .cp_right .at img{
  width:90%;
  margin: auto;
}

.reco_box ul .cp_right .button img {
  width:50%;
  margin: 10px auto 0;
}

.reco_box ul .cp_right .button:hover{opacity: 0.7;}

@media screen and (max-width: 750px){

.reco_box ul .cp_right .text{
  margin: 10px 0;
  font-size: 18px;
}
}

@media screen and (max-width: 750px){
  .reco_box ul .cp_right .text{
  margin: 10px 0;
  font-size: 16px;
}
}

.cp_index{
  width: 30%;
  margin: 30px auto 15px;
}

@media screen and (max-width: 750px){
  .cp_index{
  width:50%;
  }
}

.data{
  padding-left: 50px;
  background-image: url(../../img/post_arrow.png);
  background-position: 9% 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px){

.data{
  padding-left: 5px;
  background-image: none;
  background-position: 9% 50%;
  background-repeat: no-repeat;
}

}

.detail{
  padding-left: 50px;
}
@media screen and (max-width: 750px){
  .detail{
  margin-left: 10px;
}

.topic-list-data a:hover{
  opacity: 0.2;
}

}

/*パーツ・アイテム*/
.main_box .parts_box .arrow_parts01{position: absolute; top:0; left:10%; opacity: 0; transition: 3s;}
.main_box .parts_box .arrow_parts01.is-show{position: absolute; top:0; left:0; opacity: 1 ;}

.main_box .parts_box .arrow_parts02{position: absolute; top:3%; left:35%;}

.main_box .parts_box .arrow_parts03{position: absolute; top:-10%; left:45%; opacity: 0; transition: 4s;}
.main_box .parts_box .arrow_parts03.is-show{position: absolute; top:5%; left:45%; opacity: 1;}


.main_box .parts_box .arrow_parts04{position: absolute; top:5%; left:85%;}
.main_box .parts_box .arrow_parts05{position: absolute; top:0%; left:100%;}
.main_box .parts_box .arrow_parts06{position: absolute; top:20%; left:0;}
.main_box .parts_box .arrow_parts07{position: absolute; top:40%; left:85%;}
.main_box .parts_box .arrow_parts08{position: absolute; top:50%; left:5%;}
.main_box .parts_box .arrow_parts09{position: absolute; top:65%; left:5%;}
.main_box .parts_box .arrow_parts10{position: absolute; top:62%; left:18%;}
.main_box .parts_box .arrow_parts11{position: absolute; top:60%; left:100%;}
.main_box .parts_box .arrow_parts12{position: absolute; top:95%; left:50%; opacity: 0; transition: 2.5s;}
.main_box .parts_box .arrow_parts12.is-show{position: absolute; top:85%; left:50%; opacity: 1;}
.main_box .parts_box .arrow_parts13{position: absolute; top:85%; left:98%;}
.main_box .parts_box .arrow_parts14{position: absolute; top:30%; left:5%;}

@media screen and (max-width: 750px){
  .main_box .parts_box .arrow_parts03{position: absolute; top:-10%; width:20%; left:inherit; right: 10%;}
  .main_box .parts_box .arrow_parts03.is-show{position: absolute; top:-3%; width:20%; left:inherit; right: 10%;}


  .main_box .parts_box .arrow_parts06{display: none;}
  .main_box .parts_box .arrow_parts07{position: absolute; top: 45%; left:inherit; right: 85%;}
  .main_box .parts_box .arrow_parts08{display: none;}
  .main_box .parts_box .arrow_parts09{position: absolute; top:85%; left:5%; display: none;}
  .main_box .parts_box .arrow_parts10{position: absolute; top:70%; left:1%;}

  .main_box .parts_box .arrow_parts12{position: absolute; width:20%; top:103%; left:35%; opacity: 0; transition: 2.5s;}
  .main_box .parts_box .arrow_parts12.is-show{position: absolute; width:20%; top:93%; left:35%; opacity: 1;}

  .main_box .parts_box .arrow_parts13{position: absolute; top:95%; left:inherit; right: 85%;}
  .main_box .parts_box .arrow_parts14{position: absolute; top:30%; left:inherit; right:5%;}

}

/*ボタンアイテム*/
.main_box .button_box .arrow_parts_ca{position: absolute; top:4%; right:-10%; opacity:0; transition: 1.5s;}/*右側起点*/
.main_box .button_box .arrow_parts_ca.is-show{position: absolute; top:4%; right:15%; opacity: 1;}/*右側起点*/

.main_box .button_box .arrow_parts_60th{position: absolute; top:5%; left:-10%; transition: 1.5s; opacity: 0;}
.main_box .button_box .arrow_parts_60th.is-show{position: absolute; top:5%; left:15%; opacity: 1;}

.main_box .button_box .arrow_parts_next{position: absolute; top:24%; right: -10%; opacity: 0; transition: 1.5s;}
.main_box .button_box .arrow_parts_next.is-show{position: absolute; top:24%; right:5%; opacity: 1;}

.main_box .button_box .arrow_parts_thanks{position: absolute; top:44%; left:-10%; opacity: 0; transition: 2.5s;}
.main_box .button_box .arrow_parts_thanks.is-show{position: absolute; top:44%; left:22%; opacity: 1;}

.main_box .button_box .arrow_parts_history{position: absolute; top:64%; right:-10%; opacity: 0; transition: 3s;}
.main_box .button_box .arrow_parts_history.is-show{position: absolute; top:64%; right:10%; opacity: 1;}

.main_box .button_box .items_list{position: absolute; top:47%; right: 18%;}
.main_box .button_box .logo_list{position: absolute; top:28%; left: 20%;}

@media screen and (max-width: 750px){
.main_box .button_box .arrow_parts_ca{position: absolute; top:4%; width:50%; right:-10%; transition: 1.5s; opacity: 0;}
.main_box .button_box .arrow_parts_ca.si-show{position: absolute; top:4%; width:50%; right:5%; opacity: 1;}

.main_box .button_box .arrow_parts_60th{position: absolute; top:13%; width:95%; left:-50%; opacity: 0; transition: 1.5s;}
.main_box .button_box .arrow_parts_60th.is-show{position: absolute; top:13%; width:95%; left:3%; opacity: 1;}

.main_box .button_box .arrow_parts_next{position: absolute; top:40%; width:95%;  right:-10%; opacity: 0; transition: 1.5s;}
.main_box .button_box .arrow_parts_next.is-show{position: absolute; top:40%; width:95%; right:1%; opacity: 1;}

.main_box .button_box .arrow_parts_thanks{position: absolute; top:64%; left:-10%; width: 90%; opacity: 0; transition: 2.5;}
.main_box .button_box .arrow_parts_thanks.is-show{position: absolute; top:64%; left:5%; width:90%; opacity: 1;}

.main_box .button_box .arrow_parts_history{position: absolute; top:80%; width:55%; right: -15%; opacity: 0l;transition: 3s;}
.main_box .button_box .arrow_parts_history.is-show{position: absolute; top:80%; width:55%; right: 5%; opacity: 1;}

.main_box .button_box .items_list{position: absolute; top:62.5%; right: 3%; width: 50%;}
.main_box .button_box .logo_list{position: absolute; top:34%; left: 5%; width: 37%;}

}

/*テキストの配置*/
.main_box .text_part .txt_60th{position: absolute; top:18%; left:18%; width:420px;line-height: 26px; font-size: 16px;font-weight: bold; color: #fff;}
.main_box .text_part .txt_next{position: absolute; top:37.5%; right:7%; width:420px;line-height: 26px; font-size: 16px;color:#fff;font-weight: bold;}


/*テキストの位置だけSP寄りの設定*/
@media screen and (max-width: 750px){
.main_box .button_box .arrow_parts_ca.is-show{position: absolute; top:4%; right:12%; opacity: 1;}/*右側起点*/
.main_box .text_part .txt_60th{position: absolute; top:26%; left:6%; width:420px;line-height: 26px; font-size: 16px;font-weight: bold; color: #fff;}
.main_box .button_box .logo_list{position: absolute; top:34%; left: 5%; width: 37%;}
.main_box .text_part .txt_next{position: absolute; top:52.5%; right:7%; width:420px;line-height: 26px; font-size: 16px;color:#fff;font-weight: bold;}
.main_box .button_box .arrow_parts_history{position: absolute; top:82%; width:55%; right: -15%; opacity: 0l;transition: 3s;}
.main_box .button_box .arrow_parts_history.is-show{position: absolute; top:82%; width:55%; right: 5%; opacity: 1;}
  .main_box .parts_box .arrow_parts12{position: absolute; width:20%; top:110%; left:35%; opacity: 0; transition: 2.5s;}
  .main_box .parts_box .arrow_parts12.is-show{position: absolute; width:20%; top:97%; left:35%; opacity: 1;}
}

@media screen and (max-width: 580px){
.main_box .text_part .txt_60th{position: absolute; top:22%; left:6%; width:420px;line-height: 26px; font-size: 16px;font-weight: bold; color: #fff;}
.main_box .button_box .logo_list{position: absolute; top:30%; left: 5%; width: 37%;}
.main_box .text_part .txt_next{position: absolute; top:49.5%; right:3%; width:420px;line-height: 26px; font-size: 16px;color:#fff;font-weight: bold;}
}


@media screen and (max-width: 450px){
.main_box .text_part .txt_60th{position: absolute; top:23%; left:6%; width:90%;line-height: 22px; font-size: 13px;font-weight: bold;}
.main_box .text_part .txt_next{position: absolute; top:33%; left:inherit; right: 1.2%; width:60%;line-height: 20px; font-size: 14px;color:#fff;font-weight: bold;}
}

@media screen and (max-width: 435px){
.main_box .text_part .txt_60th{position: absolute; top:24%; left:6%; width:90%;line-height: 22px; font-size: 13px;font-weight: bold;}
.main_box .button_box .items_list{position: absolute; top:61%; right: 3%; width: 50%;}
.main_box .text_part .txt_next{position: absolute; top:51%; left:inherit; right: 3.2%; width:60%;line-height: 20px; font-size: 14px;color:#fff;font-weight: bold;}
.main_box .button_box .logo_list{position: absolute; top:35%; left: 5%; width: 37%;}

}
@media screen and (max-width: 415px){
.main_box .text_part .txt_next{position: absolute; top:50.5%; left:inherit; right: 1.2%; width:60%;line-height: 20px; font-size: 14px;color:#fff;font-weight: bold;}
.main_box .button_box .logo_list{position: absolute; top:34%; left: 5%; width: 37%;}

}

@media screen and (max-width: 390px){
.main_box .text_part .txt_60th{position: absolute; top:23%; left:6%; width:90%;line-height: 22px; font-size: 13px;font-weight: bold;}
.main_box .text_part .txt_next{position: absolute; top:49%; left:inherit; right: 1.2%; width:60%;line-height: 20px; font-size: 14px;color:#fff;font-weight: bold;}
}

@media screen and (max-width: 380px){
.main_box .text_part .txt_next{position: absolute; top:49.2%; left:inherit; right: 1.2%; width:60%;line-height: 20px; font-size: 14px;color:#fff;font-weight: bold;}
}


.arrow_parts_thanks a:hover{
  opacity: 0.7;
}

.arrow_parts_history a:hover{
  opacity: 0.7;
}

.footer_logo{
  margin:auto;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px){
.footer_logo{
  width:150px;
  margin:auto;
  margin-bottom: 30px;
}
}

.footer_button{
  width:600px;
  margin: auto;
}

.footer_button a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 750px){
.footer_button{
  width:100%;
  margin:auto;
  margin-bottom: 30px;
}
}

.footer_button ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer_button ul li{
  padding:10px;
}

.sns_list{
  width:600px;
  margin: auto;
}

@media screen and (max-width: 750px){
.sns_list{
  width:100%;
  margin: auto;
}
}

.sns_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sns_list ul li{
  padding:10px;
}

.cpr{
  text-align: center;
}

@media screen and (max-width: 750px){

}

.main_box .logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding-top: 14px;
  padding-right: 9px;
}

.main_space {
  display: block;
  height: 178px;
  width: 100%;
}

.main_space_page {
  position: relative;
  display: block;
  height: 15%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.main_space_page img{
  position: absolute;
  width: auto;
  height: 70%;
  margin: 10px 0 0 50px;
  left: 0;
}

@media screen and (max-width: 750px){

  .main_space_page img{
  width: auto;
  height: 70%;
  margin: 15px 0 0 10px;
  left: 0;
}
}

@media screen and (max-width: 750px){
.scroll_arrow img{
  width: inherit;

}
}
/* main image */
/* top */
.top_box01 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 600px;
  background-image: url(../../img/top_box01_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  padding-top: 97px;
}

.top_box01 .box {
  position: relative;
}

.top_box01 .box .center {
  position: absolute;
  right: -27px;
  top: 31px;
}

.top_box01 .box .b01 {
  position: absolute;
  left: -237px;
  top: -62px;
}

.top_box01 .box .b02 {
  position: absolute;
  left: -181px;
  top: 82px;
}

.top_box01 .box .b03 {
  position: absolute;
  left: -283px;
  top: 128px;
}

.top_box01 .box .b04 {
  position: absolute;
  right: -287px;
  top: -58px;
}

.top_box01 .box .b05 {
  position: absolute;
  right: -179px;
  top: 46px;
}

.top_box01 .box .b06 {
  position: absolute;
  right: -289px;
  top: 112px;
}

dl.top_news {
  width: 100%;
  margin: 0 auto;
  padding-top: 38px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

dl.top_news dt {
  width: 15%;
  padding-left: 25px;
  color: #0a7393;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 120%;
  padding-bottom: 15px;
  vertical-align: top;
}

dl.top_news dd {
  width: 79.5%;
  padding-bottom: 15px;
  vertical-align: top;
  line-height: 120%;
}

dl.top_news dd a {
  border-bottom: 1px solid #000;
  transition: all 0.12s ease-in 0s;
}

dl.top_news dd a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.top_box02 {
  position: relative;
  z-index: 2;
  padding-bottom: 188px;
}

.top_box02 .top_img {
  position: relative;
  width: 100%;
}

.top_box02 .top_img .left {
  position: absolute;
  left: -430px;
}

.top_box02 .top_img .right {
  position: absolute;
  right: -435px;
}

.top_box02 .top_img .right img {
  transform: scale(-1, 1);
}

.top_box02 .box {
  position: relative;
}

.top_box02 h2 {
  padding-top: 120px;
  letter-spacing: 2.5px;
}

.top_box02 .title {
  font-size: 3.6rem;
  text-align: center;
  padding: 35px 0 40px;
  font-family: Ryumin Regular KL, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 4px;
  font-feature-settings: "palt";
}

.top_box02 p {
  z-index: 1;
}

.top_box02 .name_box {
  z-index: 2;
}

.top_box02 .name {
  padding-top: 30px;
}

.top_box02 .name p {
  letter-spacing: 0.5px;
}

.top_box02 .img {
  position: absolute;
  z-index: 2;
  right: 59px;
  bottom: -96px;
}

.top_box03 {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 1;
}

.top_box03 .fuwat {
  position: relative;
  z-index: 3;
}

.top_box03 .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background-image: url(../../img/top_box03_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_box03 .box {
  position: relative;
  z-index: 3;
  top: 120px;
  width: 740px;
  margin: 0 auto 0;
  padding: 30px 0 20px;
  text-align: center;
  background-color: rgba(255, 248, 235, 0.9);
  transition: all 0.12s ease-in 0s;
}

.top_box03 .box p {
  text-align: center;
  line-height: 130%;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  padding: 5px 0 5px;
  word-break: keep-all;
}

.top_box03 .box .btn {
  position: absolute;
  right: -24px;
  bottom: -39px;
}

.top_box03 .box:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.top_box04 {
  position: relative;
  z-index: 2;
}

.top_box04 .box1 {
  padding: 90px 0 68px;
  box-sizing: border-box;
  text-align: center;
}

.top_box04 .box1 .title {
  font-size: 3.6rem;
  text-align: center;
  padding: 0 0 23px;
  font-family: Ryumin Regular KL, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}

.top_box04 .box2 {
  width: 100%;
  text-align: center;
  padding: 0 60px;
  box-sizing: border-box;
}

.top_box04 .box2 img {
  width: 100%;
  height: auto;
}

.top_box04 .box3 {
  padding: 48px 60px 78px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

ul.topics_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

ul.topics_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

ul.topics_list li {
  position: relative;
  width: 32%;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
}

ul.topics_list li a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 28px 28px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  display: block;
}

ul.topics_list li .img {
  margin-bottom: 15px;
  line-height: 0;
}

ul.topics_list li .img img {
  width: 100%;
  height: auto;
  line-height: 0;
  border: 1px solid #dddddb;
}

ul.topics_list li .title {
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 170%;
  letter-spacing: -1px;
  min-height: 67px;
  border-bottom: 1px dashed #dddddb;
}

ul.topics_list li p {
  padding: 15px 0 0;
  line-height: 140%;
}

ul.topics_list li .btn {
  position: absolute;
  right: -8px;
  bottom: -34px;
}

/* top */
/* history */
.mv_box {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url(../../img/history_main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  background-color:rgba(255,255,255,0.4);
  background-blend-mode:lighten;
  background-position: center;
}

.history_main{
  position: absolute;
  width: 100%;
  bottom: 0;
}

.history_main h1 {
  position: relative;
  top: 50px;
  width: 13.5%;
  margin: auto;
}

.history_main.border-top{
  font-weight: bold;
  font-size: 16px;
  border-top: 3px solid #F50000;/*左：赤*/
}

.history_main.border-top::before{
  content: '';
  position: absolute;
  top: -3px;
  width: 50%;
  height: 3px;
  background: #007798;/*右：青*/
}

.history_main.border-bottom{
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px solid #007798;/*右：赤*/
  height: 85%;
}

.history_main.border-bottom::after{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 50%;
  height: 3px;
  background: #F50000;/*左：青*/
}


.scroll_arrow{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom:-70px;
}
.history_box01, .college_box01 {
  padding: 70px 0 58px;
}

.history_box01 .top_img, .college_box01 .top_img {
  position: relative;
  text-align: center;
}

.history_box01 .top_img h2, .college_box01 .top_img h2 {
  letter-spacing: 3px;
}

.history_box01 .top_img .title, .college_box01 .top_img .title {
  font-size: 3.6rem;
  text-align: center;
  padding: 35px 0 40px;
  font-family: Ryumin Regular KL, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 4px;
  font-feature-settings: "palt";
}

.history_box01 .top_img .left, .college_box01 .top_img .left {
  position: absolute;
  left: 15px;
}

.history_box01 .top_img .right, .college_box01 .top_img .right {
  position: absolute;
  right: 20px;
}

.history_box01 .top_img .right img, .college_box01 .top_img .right img {
  transform: scale(-1, 1);
}

.history_box01 p, .college_box01 p {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.history_box02 {
  padding: 0 60px 0;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.history_box02:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 80px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #1874a6;
}

.hisotry_box:nth-child(2) .lavel {
  background-color: #11b186 !important;
}

.hisotry_box:nth-child(3) .lavel {
  background-color: #11b1a0 !important;
}

.hisotry_box:nth-child(4) .lavel {
  background-color: #049d9b !important;
}

.hisotry_box:nth-child(5) .lavel {
  background-color: #008c99 !important;
}

.hisotry_box:nth-child(6) .lavel {
          background: linear-gradient(135deg, #fed878 0%, #e55561 100%) !important;
        background: -webkit-linear-gradient(-45deg, #fed878 0%, #e55561 100%) !important;
}

.hisotry_box:nth-child(7) .lavel {
  background-color: #037fa3 !important;
}

.hisotry_box {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

/*
.hisotry_box .right .gr{
  display: inline-block;
  background: linear-gradient(135deg, #fed878 0%, #e55561 100%);
  background: -webkit-linear-gradient(-45deg, #fed878 0%, #e55561 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}
@media screen and (max-width: 750px){
  .hisotry_box .right .gr{
    font-size: 15px;
  }
}*/


.hisotry_box .lavel {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  width: 100%;
  background-color: #11b168;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: -1.5px;
  padding: 26px 0;
}

.hisotry_box .lavel:before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #1874a6;
}

.hisotry_box .lavel .left {
  position: relative;
  width: 50%;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}

.hisotry_box .lavel .left:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  right: -10px;
  top: 4px;
  background-color: #1874a6;
  border: 4px solid #fff;
  border-radius: 50%;
}

.hisotry_box .lavel .right {
  position: relative;
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
}

.hisotry_box .lavel .right .btn {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  right: 35px;
  top: -8px;
  background-color: #ffd800;
  border-radius: 50%;
}

.hisotry_box .lavel .right .btn span {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #236147;
  left: 5px;
  top: 14px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.hisotry_box .lavel .right .btn span:nth-child(2) {
  left: 5px;
  top: 14px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hisotry_box .lavel.active .right span:nth-child(2) {
  left: 5px;
  top: 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hisotry_box .l_s:before {
  height: 40px;
}

.hisotry_box .l_e:before {
  height: 40px;
  top: 0;
  bottom: auto;
}

.hisotry_box .box {
  position: relative;
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 25px 0 30px;
}

.hisotry_box .box:before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #1874a6;
}

.hisotry_box .box .line_box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}

.hisotry_box .box .line_l, .hisotry_box .box .line_r {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  right: 0;
  top: 11px;
  background-color: #1874a6;
}

.hisotry_box .box .line_l:before, .hisotry_box .box .line_r:before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  left: -11px;
  top: -5px;
  background-color: #1874a6;
  border-radius: 50%;
}

.hisotry_box .box .line_r {
  right: auto;
  left: 0;
}

.hisotry_box .box .line_r:before {
  left: auto;
  right: -11px;
}

.hisotry_box .box .left {
  position: relative;
  width: 50%;
  text-align: right;
  padding-right: 70px;
  padding-left: 60px;
  box-sizing: border-box;
}

.hisotry_box .box .right {
  position: relative;
  width: 50%;
  padding-right: 60px;
  padding-left: 70px;
  box-sizing: border-box;
}

.hisotry_box .box .date, .hisotry_box .box .title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1874a6;
  font-feature-settings: "palt";
}

.hisotry_box .box .date {
  line-height: 160%;
}

.hisotry_box .box .title {
  line-height: 140%;
  padding-bottom: 10px;
}

.hisotry_box .box .text_box p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 125%;
  letter-spacing: 0px;
  padding: 3px 0 10px;
}

.hisotry_box .box .box1_2 {
 /* margin-top: -29px;*/
}

.hisotry_box .box .box2_2 .right {
  position: relative;
  top: -15px;
}

@media screen and (max-width: 750px){
  .hisotry_box .box .box2_2 .right {
  position: relative;
  top: 0px;
}
}

.hisotry_box .box .box2_6 .right {
  position: relative;
  top: -40px;
}

@media screen and (max-width: 750px){
  .hisotry_box .box .box2_6 .right {
  position: relative;
  top: 0px;
}
}

.hisotry_box .box .box2_7 {
  margin-top: -15px;
}

@media screen and (max-width: 750px){
  .hisotry_box .box .box2_7 {
  margin-top: 0px;
}
}

/* history */
/* logo */
.logo_main {
  width: 100%;
  height: 300px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
}

.logo_main .box {
  margin: 0 auto;
  padding-top: 55px;
}

.logo_main .box .h1_logo {
  font-size: 2.6rem;
  text-align: center;
  padding: 34px 0 20px;
  font-family: Ryumin Regular KL, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}

.logo_main .box .h2_top1 {
  letter-spacing: 3px;
  font-weight: 500;
}

.logo_box01 {
  padding: 55px 0 80px;
}

.logo_box01 p {
  letter-spacing: 0.5px;
  padding-bottom: 25px;
}

.img_gray_line {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.img_gray_line img {
  width: 100%;
  height: auto;
}

.blue_box {
  background-color: #007da5;
  margin-top: 30px;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  line-height: 160%;
  font-size: 1.5rem;
  font-weight: 500;
}

/* logo */
/* college */
.college_main {
  width: 100%;
  text-align: left;
}

.college_main h1 {
  position: relative;
  line-height: 0;
}

.college_main h1 img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.college_box01 .top_img .left {
  left: 45px;
}

.college_box01 .top_img .right {
  right: 50px;
}

.college_box01 .top_img .title {
  padding: 33px 0 60px;
}

.college_box01 .top_img .h2_top1 {
  font-size: 1.7rem;
}

.college_box02 .white_box {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 4px rgba(238, 233, 201, 0.6);
  padding: 60px 30px;
  margin-bottom: 40px;
  text-align: center;
}

.college_box02 .white_box .text1 {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 0 20px;
}

.college_box02 .white_box .text2 {
  font-size: 1.3rem;
  line-height: 180%;
}

.college_box02 .white_box .text3 {
  font-size: 1.1rem;
  line-height: 150%;
  padding-top: 10px;
}

.college_box02 .white_box .tag1 {
  display: inline-block;
  text-align: center;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 1.5rem;
  padding: 0px 35px;
  border-radius: 25px;
  margin: 10px 0 30px;
}

.college_box02 .white_box .blue_box2 {
  background-color: #f1f8fc;
  padding: 0 0 45px;
}

.college_box02 .white_box .blue_box2 .img_box {
  padding-bottom: 25px;
}

.college_box02 .white_box .blue_box2 .img_box img {
  width: 100%;
  height: auto;
}

.college_box02 .white_box .list_box {
  position: relative;
  display: block;
  margin: 30px auto 0;
  width: 408px;
  height: 144px;
  background-image: url(../../img/college_pic03.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.college_box02 .white_box .list_box .title {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1.35rem;
}

.college_box02 .white_box .list_box .title span {
  background-color: #f1f8fc;
}

.college_box02 .white_box .list_box ul {
  position: relative;
  top: 30px;
  left: 70px;
  text-align: left;
}

.college_box02 .white_box .list_box ul li {
  position: relative;
  font-size: 1.3rem;
  line-height: 160%;
  letter-spacing: -1px;
}

.college_box02 .white_box .list_box ul li:before {
  position: absolute;
  content: "・";
  display: block;
  left: -12px;
}

.college_box02 .white_box .list_box2 {
  width: 620px;
  height: 320px;
  background-image: url(../../img/college_pic05.png);
  background-size: 620px auto;
  color: #fff;
}

.college_box02 .white_box .list_box2 .title {
  position: relative;
  top: 0;
  padding-top: 40px;
  font-size: 1.6rem;
}

.college_box02 .white_box .list_box2 .title span {
  background-color: inherit;
}

.college_box02 .white_box .list_box2 ul {
  top: 20px;
  left: 50px;
}

.college_box02 .white_box .list_box2 ul li {
  font-size: 1.4rem;
  line-height: 200%;
}

.college_box02 .white_box .list_box2 ul .ten {
  margin-left:30px;
}

.college_box02 .white_box .list_box2 ul li:before {
  position: absolute;
  content: "✓";
  left: -15px;
}

.college_box02 .white_box .list_box2 ul .ten:before {
  content: "・";
}

.college_box02 .white_box .photo_wide {
  display: block;
  margin:0 auto;
  width:90%;
  padding:30px 10px;
}

.college_box02 .white_box .photo_wide img {
  width:100%;
}

.college_box02 .white_box ul.photo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 40px 50px 20px;
  box-sizing: border-box;
}

.college_box02 .white_box ul.photo_list.square{
  flex-wrap: wrap;
}

.college_box02 .white_box ul.photo_list.square li{
  margin-bottom:30px;
}


.college_box02 .white_box ul.photo_list li {
  width: 48%;
}

.college_box02 .white_box ul.photo_list li img {
  width: 100%;
  height: auto;
}

.college_box02 .white_box .youyube_wrap {
  margin: 60px 0 30px;
}

.college_box02 .white_box .bottom_bnr {
  margin-top: 30px;
}

.college_box02 .white_box .bottom_bnr .bnr_title {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  padding: 35px 0 20px;
  font-family: Ryumin Regular KL, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 4px;
  font-feature-settings: "palt";
}

.college_box02 .white_box .bottom_bnr .bnr_title:before {
  content: "＼";
}

.college_box02 .white_box .bottom_bnr .bnr_title:after {
  content: "／";
}

ul.link_list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

ul.link_list li {
  padding: 0 4px;
}

ul.link_list li a {
  position: relative;
  display: block;
  width: 217px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding-top: 23px;
  box-sizing: border-box;
  background-image: url(../../img/college_pic01.png);
  background-repeat: no-repeat;
  background-position: center;
}

ul.link_list li a:after {
  position: relative;
  content: "";
  display: inline-block;
  right: -10px;
  width: 14px;
  height: 8px;
  background-image: url(../../img/icon_arrow02.png);
  background-repeat: no-repeat;
  background-position: center;
}

dl.college_news {
  width: 500px;
  margin: 0 auto;
  padding-top: 38px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

dl.college_news dt {
  width: 15%;
  padding-left: 25px;
  color: #0a7393;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 120%;
  padding-bottom: 15px;
  padding-top: 2px;
  vertical-align: top;
  text-align: left;
}

dl.college_news dd {
  position: relative;
  width: 79.5%;
  padding-bottom: 15px;
  vertical-align: top;
  text-align: left;
  font-size: 1.6rem;
  line-height: 140%;
}

dl.college_news dd .end {
  position: relative;
  display: inline-block;
  top: -1px;
  background-color: #e60012;
  color: #fff;
  font-weight: 700;
  padding: 1px 10px 1px;
  margin-left: 10px;
  font-size: 1.2rem;
}

dl.college_news dd span {
  font-size: 1.3rem;
}

dl.college_news dd a {
  border-bottom: 1px solid #000;
  transition: all 0.12s ease-in 0s;
}

dl.college_news dd a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

/* footer */
footer {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 115px 0 0;
  box-sizing: border-box;
  background-image: url(../../img/footer_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
}

footer .footer_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 60px;
  box-sizing: border-box;
}

footer .footer_top {
  text-align: center;
}

footer .footer_top h2 {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 1px;
  color: #1874a6;
}

footer .footer_top ul.footer_nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  text-align: center;
  margin: 35px auto 0;
}

footer .footer_top ul.footer_nav li {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 10px;
}

footer .footer_top ul.footer_nav li a {
  position: relative;
}

footer .footer_top ul.footer_nav li a img {
  position: relative;
}

footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  width: 100%;
  padding: 70px 0 0;
}

@media all and (max-width: 1400px) {
  footer .footer_bottom {
    display: block;
    padding: 40px 0 0;
  }
  footer .footer_bottom .footer_logo {
    text-align: center;
    padding-top: 30px;
  }
  footer .footer_bottom ul.footer_sns_link {
    margin: 0 auto;
    justify-content: center !important;
  }
  footer .footer_bottom ul.footer_sns_link li {
    border-left: 2px solid #1874a6 !important;
  }
  footer .footer_bottom ul.footer_sns_link li:first-child {
    border: none !important;
    padding-left: 0;
    margin-left: 0;
  }
  footer .footer_bottom ul.footer_sns_link li .text {
    color: #1874a6 !important;
    font-size: 1.3rem !important;
    word-break: keep-all !important;
  }
}

footer .footer_bottom .footer_logo {
  position: relative;
}

footer .footer_bottom .footer_logo a {
  display: block;
  line-height: 0;
  padding: 0;
}

footer .footer_bottom ul.footer_sns_link {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: 70%;
  height: 48px;
  padding-top: 30px;
}

footer .footer_bottom ul.footer_sns_link li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 20px;
  padding-left: 22px;
  border-left: 2px solid #fff;
}

footer .footer_bottom ul.footer_sns_link li .text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 110%;
  word-break: keep-all !important;
}

footer .footer_bottom ul.footer_sns_link li a {
  padding: 0 5.5px 0;
}

footer .footer_bottom ul.footer_sns_link li:first-child {
  border: none;
}

@media all and (max-width: 1400px) {
  footer .footer_bottom ul.footer_sns_link {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  footer .footer_bottom ul.footer_sns_link .ww50 {
    display: none;
  }
  footer .footer_bottom ul.footer_sns_link li:nth-child(3) {
    border: none !important;
    padding-left: 0;
    margin-left: 0;
  }
}

footer .footer_bottom ul.footer_sns_link_ss {
  display: none;
}

@media all and (max-width: 1400px) {
  footer .footer_bottom ul.footer_sns_link_ss {
    display: flex;
  }
}

/* footer */
.loader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.balloon {
  transition: transform 0.5s ease;
  animation: balloons 4s ease-in-out infinite;
  transform-origin: bottom center;
}

.balloon2 {
  transition: transform 0.5s ease;
  animation: balloons2 5s ease-in-out infinite;
  transform-origin: bottom center;
}

.balloon3 {
  transition: transform 0.5s ease;
  animation: balloons3 6s ease-in-out infinite;
  transform-origin: bottom center;
}

@keyframes balloons {
  0%, 100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-12px) rotate(4deg);
  }
}

@keyframes balloons2 {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-15px) rotate(3deg);
  }
}

@keyframes balloons3 {
  0%, 100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-18px) rotate(3deg);
  }
}

.hover_animetion1:hover .effect-1,
.hover_animetion1:hover .effect-2 {
  display: block;
}

.effect-1,
.effect-2 {
  border-radius: 5%;
  display: none;
  mix-blend-mode: multiply;
  height: 100%;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.effect-1 {
  animation: rotate 1.8s linear infinite;
  background: #007798;
}

.effect-2 {
  animation: rotate 1.2s linear reverse infinite;
  background: #0ba0a8;
}

@keyframes rotate {
  0% {
    top: -4%;
    left: 0%;
  }
  25% {
    top: 0%;
    left: -4%;
  }
  50% {
    top: 4%;
    left: 0%;
  }
  75% {
    top: 0%;
    left: 4%;
  }
  100% {
    top: -4%;
    left: 0%;
  }
}

.confetti-button {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: transform ease-in 0.1.5s, box-shadow ease-in 0.25s;
}

.confetti-button:before, .confetti-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 120%;
  height: 100%;
  left: 0%;
  z-index: 9999;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.confetti-button:before {
  display: none;
  top: -35%;
  background-image: radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, transparent 20%, #007798 20%, transparent 30%), radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, transparent 10%, #007798 15%, transparent 20%), radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, #007798 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.confetti-button:after {
  display: none;
  bottom: -65%;
  background-image: radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, transparent 10%, #007798 15%, transparent 20%), radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, #007798 20%, transparent 20%), radial-gradient(circle, #007798 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.confetti-button:active {
  transform: scale(0.9);
}

.confetti-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.confetti-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 50%, 10% 50%, 10% 50%, 15% 40%, 25% 90%, 25% 60%, 40% 60%, 55% 60%, 70% 40%;
  }
  50% {
    background-position: 0% 40%,  0% 20%, 10% 40%, 20% 30%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 30%,  0% 10%, 10% 20%, 20% 10%, 30% 20%, 22% 40%, 50% 20%, 65% 10%, 90% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 50%, 20% 50%, 45% 40%, 60% 40%, 75% 30%, 95% 40%, 80% 0%;
  }
  100% {
    background-position: 0% 60%, 20% 60%, 45% 50%, 60% 50%, 75% 50%, 45% 50%, 90% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}


.post_list{
  border-top: #007798 1px solid;
  border-bottom: #007798 1px solid;
  padding: 10px 0;
  line-height: 40px;
}
.post_box{
  max-width: 1200px;
  margin: 100px auto 0;
  
}
@media screen and (max-width: 750px)
{
.post_box{
  padding: 0 10px;
}
}

.post_box h2{
  text-align: center;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  color: #007798;
}


.post_list dl dd{
  display: flex;
}

@media screen and (max-width: 750px)
{
 .post_list .detail{
  line-height: 24px;
  padding:5px;
 }
}


.post_one{
  font-weight: bold;
  color: #007798;
}

.topic-list-data:not(:last-child){
  border-bottom: 1px dashed #007798;
}

@media screen and (max-width: 750px)
{


/* header */
.header_wrap {
  position: fixed !important;
  top: 0;
  z-index: 98;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.6%;
}

.header_wrap .header_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.header_wrap .header_logo {
  padding: 10px 0 0;
}

.header_wrap .header_logo img {
  width: 94px;
  height: auto;
}

.header_wrap .top_navi_wrap {
  display: none;
}

/* header */
/* navi */
.sp_btn {
  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}

.sp_btn .navToggle {
  position: absolute;
  overflow: hidden;
  right: 2.5%;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  background-color: #fff;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 5px 5px 2px rgba(122, 188, 231, 0.1);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  animation: menu_active_off 0.7s 1 alternate forwards running;
}

.sp_btn .navToggle span {
  display: block;
  position: absolute;
  border-bottom: solid 1px #111419;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  width: 22px;
  right: 10px;
}

.sp_btn .navToggle span:nth-child(1) {
  top: 15px;
  animation: menu_span1_off 0.7s 1 alternate forwards running;
}

.sp_btn .navToggle span:nth-child(2) {
  top: 24px;
  animation: menu_span2_off 0.7s 1 alternate forwards running;
}

.sp_btn .navToggle.active {
  height: auto;
  box-shadow: 0px 2px 8px 4px rgba(122, 188, 231, 0.15);
  animation: menu_active 0.7s 1 alternate forwards running;
}

@keyframes menu_active {
  0% {
    width: 40px;
    height: 40px;
  }
  100% {
    width: 64%;
    height: 240px;
  }
}

@keyframes menu_active_off {
  0% {
    width: 64%;
    height: 240px;
  }
  100% {
    width: 40px;
    height: 40px;
  }
}

.sp_btn .navToggle.active span:nth-child(1) {
  animation: menu_span1 0.7s 1 alternate forwards running;
}

.sp_btn .navToggle.active span:nth-child(2) {
  animation: menu_span2 0.7s 1 alternate forwards running;
}

@keyframes menu_span1 {
  0% {
    top: 15px;
  }
  50% {
    top: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes menu_span1_off {
  0% {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 15px;
  }
}

@keyframes menu_span2 {
  0% {
    top: 24px;
  }
  50% {
    top: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@keyframes menu_span2_off {
  0% {
    top: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  50% {
    top: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 24px;
  }
}

.sp_btn .globalMenu {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  animation: globalMenu_active_off 0.7s 1 alternate forwards running;
}

.sp_btn .globalMenu ul.list {
  width: 100%;
  padding: 40px 0 0;
  border-radius: 10px;
}

.sp_btn .globalMenu ul.list li {
  text-align: center;
  background-color: #f1f9fc;
  word-break: keep-all;
}

.sp_btn .globalMenu ul.list li a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 18px 0;
  word-break: keep-all;
}

.sp_btn .globalMenu ul.list li:first-child {
  border-top: 1px dashed #dddddb;
}

.sp_btn .globalMenu ul.list li:nth-child(even) {
  background-color: #e1f2f8;
}

.sp_btn .globalMenu ul.list li:last-child {
  border-radius: 0 0 10px 10px;
}

.sp_btn .active .globalMenu {
  display: block;
  animation: globalMenu_active 0.7s 1 alternate forwards running;
}

@keyframes globalMenu_active {
  0% {
    width: 100%;
    height: 0px;
  }
  100% {
    width: 100%;
    height: auto;
  }
}

@keyframes globalMenu_active_off {
  0% {
    width: 100%;
    height: auto;
  }
  100% {
    width: 100%;
    height: 0px;
  }
}

/* navi */
/* common */
.section_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background-image: url(../../img/cnt_bg.png);
  background-repeat: repeat;
  background-position: left top;
}

.content_wrap {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.content_wrap_sp {
  width: 100%;
  padding: 0 2.5%;
  box-sizing: border-box;
  position: relative;
}

.h2_top1 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 3px;
}

.h2_text1 {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #007799;
  line-height: 85%;
}

.h2_text1 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 2.5px;
}

table.table01, table.table02 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

table.table01 tr, table.table02 tr {
  border-bottom: 1px solid #E0E0E0;
}

table.table01 th, table.table02 th {
  display: block;
  color: #777;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 200%;
  text-align: left;
  padding: 20px 0 3px;
  vertical-align: top;
  white-space: nowrap;
}

table.table01 td, table.table02 td {
  display: block;
  color: #333;
  padding: 3px 0 20px;
  line-height: 200%;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  vertical-align: top;
}

table.table02 th, table.table02 td {
  display: table-cell;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #a0a0a0;
}

table.table02 th {
  color: #333;
  background-color: #dfdfdf;
  text-align: center;
  font-weight: 500;
}

table.form_table th, table.form_table td {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

ul.disc {
  margin-bottom: 30px;
  margin-left: 30px;
  position: relative;
}

ul.disc li {
  margin-bottom: 10px;
  line-height: 150%;
}

ul.disc li:before {
  content: "•";
  color: #106DCB;
  left: -15px;
  top: 0;
  width: 0;
  position: relative;
  display: inline-block;
}

ol.decimal {
  margin-bottom: 30px;
  margin-left: 30px;
  list-style-type: decimal;
  position: relative;
}

ol.decimal li {
  margin-bottom: 10px;
  line-height: 150%;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
  position: relative;
  margin-bottom: 30px;
}

.scroll table {
  margin-bottom: 0;
}

.scroll::-webkit-scrollbar {
  height: 8px;
}

.scroll::-webkit-scrollbar-track {
  background: #eaeaea;
}

.scroll::-webkit-scrollbar-thumb {
  background: #535353;
}

.movie {
  width: 100%;
  height: auto;
}

.movie_youtube {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.movie_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* common */
/* main image */
.main_box {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.main_box .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../../img/main_bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main_box .logo {
  position: absolute;
  z-index: 2;
  width: 86%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 46.5%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  padding-top: 0;
  padding-right: 0;
}

.main_space_page {
  display: block;
  height: 15%;
  width: 100vw;
}

/* main image */
/* top */
.top_box01 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.top_box01 .content_wrap {
  background-image: url(../../img/top_box01_bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  padding: 30px 0 20px;
}

.top_box01 .box {
  position: relative;
}

.top_box01 .box .center {
  position: absolute;
  width: 40px;
  left: -8px;
  bottom: -5px;
}

.top_box01 .box .b01, .top_box01 .box .b02, .top_box01 .box .b03, .top_box01 .box .b04, .top_box01 .box .b05, .top_box01 .box .b06 {
  display: none;
}

dl.top_news {
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 0px;
  box-sizing: border-box;
}

dl.top_news dt {
  width: 100%;
  color: #0a7393;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 130%;
  vertical-align: top;
}

dl.top_news dd {
  width: 100%;
  padding-bottom: 10px;
  font-size: 1.3rem;
  vertical-align: top;
  line-height: 130%;
}

dl.top_news dd a {
  text-decoration: underline;
}

dl.top_news dd a:hover {
  text-decoration: none;
}

.top_box02 {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.top_box02 .top_img {
  position: relative;
  width: 100%;
}

.top_box02 .top_img .left {
  position: absolute;
  left: -125px;
  width: 70%;
}

.top_box02 .top_img .right {
  position: absolute;
  right: -125px;
  width: 70%;
}

.top_box02 .top_img .right img {
  transform: scale(-1, 1);
}

.top_box02 .box {
  position: relative;
  padding: 0 2.5%;
  box-sizing: border-box;
}

.top_box02 h2 {
  padding-top: 45px;
  letter-spacing: 1px;
  font-size: 1.4rem;
}

.top_box02 .title {
  font-size: 2.2rem;
  text-align: center;
  padding: 15px 0 28px;
  font-family: Ryumin Regular KL, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
}

.top_box02 .name {
  padding-top: 20px;
  width: 100px;
}

.top_box02 .img {
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: -1px;
  max-width: 115px;
  width: 28%;
}

.top_box03 {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 80px 2.5%;
  box-sizing: border-box;
  background-image: url(../../img/top_box03_bg_sp.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_box03 .fuwat {
  position: relative;
  z-index: 3;
}

.top_box03 .bg {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 1000px;
  background-image: url(../../img/top_box03_bg_sp.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
}

.top_box03 .box {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto 0;
  padding: 25px 20px 30px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff8eb;
  transition: all 0.3s ease-in 0s !important;
}

.top_box03 .box .img {
  width: 88%;
  text-align: center;
  margin: 0 auto;
}

.top_box03 .box p {
  text-align: left;
  line-height: 140%;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  padding: 5px 0 5px;
}

.top_box03 .box .btn {
  position: absolute;
  width: 150px;
  right: -35px;
  bottom: -45px;
}

.top_box03 .box:hover {
  opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}

.top_box04 {
  position: relative;
  z-index: 2;
}

.top_box04 .box1 {
  padding: 45px 0 15px;
  text-align: center;
}

.top_box04 .box1 .title {
  font-size: 2.2rem;
  text-align: center;
  padding: 0 0 10px;
  font-family: Ryumin Regular KL, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0px;
  font-feature-settings: "palt";
}

.top_box04 .box1 p {
  letter-spacing: -1px;
}

.top_box04 .box2 {
  width: 100%;
  text-align: center;
  padding: 0 2.5%;
  box-sizing: border-box;
}

.top_box04 .box2 img {
  width: 100%;
  height: auto;
}

.top_box04 .box3 {
  padding: 13px 2.9% 35px;
  box-sizing: border-box;
}

ul.topics_list {
  width: 100%;
  box-sizing: border-box;
}

ul.topics_list li {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 25px 20px 30px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

ul.topics_list li .img {
  width: 100%;
  border: 1px solid #dddddb;
  margin-bottom: 15px;
  line-height: 0;
}

ul.topics_list li .img img {
  line-height: 0;
}

ul.topics_list li .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -1px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dddddb;
}

ul.topics_list li p {
  padding: 15px 0 0;
  line-height: 140%;
}

ul.topics_list li .btn {
  position: absolute;
  z-index: 11;
  right: -18px;
  bottom: -25px;
  width: 130px;
}

ul.topics_list li:nth-child(1) {
  z-index: 10;
}

ul.topics_list li:nth-child(2) {
  z-index: 9;
}

ul.topics_list li:nth-child(3) {
  z-index: 8;
}

ul.topics_list li:nth-child(4) {
  z-index: 7;
}

ul.topics_list li:nth-child(5) {
  z-index: 6;
}

ul.topics_list li:nth-child(6) {
  z-index: 5;
}

ul.topics_list li:nth-child(7) {
  z-index: 4;
}

ul.topics_list li:nth-child(8) {
  z-index: 3;
}

ul.topics_list li:nth-child(9) {
  z-index: 2;
}

ul.topics_list li:nth-child(10) {
  z-index: 1;
}

/* top */
/* history */
.history_main {
  width: 100%;
  height: 225px;
  background-image: url(../../img/history_main_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

.history_main h1 {
  position: relative;
  top: 5%;
  width: 45%;
  max-width: 315px;
  margin: 0 auto;
}

.history_box01, .college_box01 {
  padding: 35px 0 20px;
}

.history_box01 .top_img, .college_box01 .top_img {
  position: relative;
  text-align: center;
}

.history_box01 .top_img h2, .college_box01 .top_img h2 {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.history_box01 .top_img .title, .college_box01 .top_img .title {
  font-size: 2.0rem;
  text-align: center;
  padding: 20px 0 10px;
  font-family: Ryumin Regular KL, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 3px;
  font-feature-settings: "palt";
}

.history_box01 .top_img .left, .college_box01 .top_img .left {
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: 9%;
}

.history_box01 .top_img .right, .college_box01 .top_img .right {
  position: absolute;
  right: 10px;
  bottom: -5px;
  width: 9%;
}

.history_box01 .top_img .right img, .college_box01 .top_img .right img {
  transform: scale(-1, 1);
}

.history_box01 p, .college_box01 p {
  padding-top: 15px;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.history_box02 {
  padding: 0 0px 0;
  margin: 0 auto;
  position: relative;
}

.history_box02:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 40px);
  top: 50%;
  left: 17px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #1874a6;
}

.hisotry_box:nth-child(2) .lavel {
  background-color: #11b186 !important;
}

.hisotry_box:nth-child(3) .lavel {
  background-color: #11b1a0 !important;
}

.hisotry_box:nth-child(4) .lavel {
  background-color: #049d9b !important;
}

.hisotry_box:nth-child(5) .lavel {
  background-color: #008c99 !important;
}

.hisotry_box:nth-child(6) .lavel {
   background: linear-gradient(135deg, #fed878 0%, #e55561 100%) !important;
    background: -webkit-linear-gradient(-45deg, #fed878 0%, #e55561 100%) !important;
}

.hisotry_box:nth-child(7) .lavel {
  background-color: #037fa3 !important;
}

.hisotry_box {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.hisotry_box .lavel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  width: 100%;
  background-color: #11b168;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -1.5px;
  padding: 10px 0;
}

.hisotry_box .lavel .left {
  position: relative;
  padding-left: 35px;
  box-sizing: border-box;
}

.hisotry_box .lavel .left img {
  width: 42px;
}

.hisotry_box .lavel .left:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  left: 10px;
  top: 2px;
  background-color: #1874a6;
  border: 3px solid #fff;
  border-radius: 50%;
}

.hisotry_box .lavel .right {
  width: 100%;
  position: relative;
  padding-left: 5px;
  box-sizing: border-box;
}

.hisotry_box .lavel .right .btn {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  right: 10px;
  top: -8px;
  background-color: #ffd800;
  border-radius: 50%;
}

.hisotry_box .lavel .right .btn span {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #236147;
  left: 5px;
  top: 14px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.hisotry_box .lavel .right .btn span:nth-child(2) {
  left: 5px;
  top: 14px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hisotry_box .lavel.active .right span:nth-child(2) {
  left: 5px;
  top: 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hisotry_box .box {
  position: relative;
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 15px 0 20px;
}

.hisotry_box .box .line_box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}

.hisotry_box .box .line_box_100p {
  width: 100% !important;
}

.hisotry_box .box .line_box_0p {
  width: 0% !important;
  padding: 0 !important;
}

.hisotry_box .box .line_l, .hisotry_box .box .line_r {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  left: 15px;
  top: 8px;
  background-color: #1874a6;
}

.hisotry_box .box .line_l:before, .hisotry_box .box .line_r:before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 20px;
  top: -3px;
  background-color: #1874a6;
  border-radius: 50%;
}

.hisotry_box .box .left, .hisotry_box .box .right {
  position: relative;
  padding-right: 10px;
  padding-left: 55px;
  box-sizing: border-box;
  text-align: inherit;
}

.hisotry_box .box .date, .hisotry_box .box .title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1874a6;
  font-feature-settings: "palt";
}

.hisotry_box .box .date {
  line-height: 160%;
  padding-bottom: 5px;
}

.hisotry_box .box .title {
  line-height: 140%;
  padding-bottom: 5px;
}

.hisotry_box .box .text_box {
  padding-bottom: 10px;
}

.hisotry_box .box .text_box p {
  font-size: 1.3rem;
  text-align: left !important;
  line-height: 125%;
  letter-spacing: 0px;
  padding: 3px 0;
}

.hisotry_box .box .text_box img {
  width: 55%;
}

/* history */
/* logo */
.logo_main {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
}

.logo_main .box {
  margin: 0 auto;
  padding-top: 20px;
}

.logo_main .box .img {
  width: 44%;
  margin: 0 auto;
  text-align: center;
}

.logo_main .box .h1_logo {
  font-size: 2.1rem;
  text-align: center;
  padding: 14px 0 25px;
  font-family: Ryumin Regular KL, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}

.logo_main .box .h2_top1 {
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 1.15rem;
  padding-bottom: 18px;
}

.logo_box01 {
  padding: 23px 0 40px;
}

.logo_box01 p {
  letter-spacing: 0.5px;
  padding-bottom: 15px;
}

.img_gray_line {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.blue_box {
  background-color: #007da5;
  margin-top: 20px;
  padding: 20px 20px;
  text-align: center;
  color: #fff;
  line-height: 160%;
  font-size: 1.4rem;
  font-weight: 500;
}

/* logo */
/* college */
.college_main {
  width: 100%;
  text-align: left;
}

.college_main h1 {
  position: relative;
  line-height: 0;
}

.college_main h1 img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.college_box01 .top_img {
  margin-bottom: 30px;
}

.college_box01 .top_img .left {
  left: 5px;
}

.college_box01 .top_img .right {
  right: 5px;
}

.college_box01 .top_img .title {
  font-size: 2.3rem;
}

.college_box01 .top_img .h2_top1 {
  font-size: 1.5rem;
}

.college_box02 .white_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 4px rgba(238, 233, 201, 0.6);
  padding: 40px 15px;
  margin-bottom: 20px;
}

.college_box02 .white_box .text1 {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 0 10px;
}

.college_box02 .white_box .text2 {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 500;
}

.college_box02 .white_box .text3 {
  font-size: 1.1rem;
  line-height: 150%;
  padding-top: 10px;
}

.college_box02 .white_box .tag1 {
  display: table;
  text-align: center;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 1.4rem;
  padding: 1px 20px;
  border-radius: 25px;
  margin: 10px auto 20px;
}

.college_box02 .white_box .blue_box2 {
  background-color: #f1f8fc;
  padding: 0 0 45px;
}

.college_box02 .white_box .blue_box2 .img_box {
  padding-bottom: 20px;
}

.college_box02 .white_box .blue_box2 .img_box img {
  width: 100%;
  height: auto;
}

.college_box02 .white_box .blue_box2 .text_box {
  padding: 0 15px 0;
  box-sizing: border-box;
}

.college_box02 .white_box .list_box {
  position: relative;
  display: block;
  margin: 30px auto 0;
  width: 100%;
  height: auto;
  background-image: url(../../img/college_pic03_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.college_box02 .white_box .list_box .title {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
}

.college_box02 .white_box .list_box .title span {
  background-color: #f1f8fc;
}

.college_box02 .white_box .list_box ul {
  position: relative;
  top: 30px;
  left: 20px;
  text-align: left;
  padding-right: 30px;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.college_box02 .white_box .list_box ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -1px;
}

.college_box02 .white_box .list_box ul li:before {
  position: absolute;
  content: "・";
  display: block;
  left: -12px;
}

.college_box02 .white_box .list_box2 {
  width: 100%;
  background-image: url(../../img/college_pic05_sp.png);
  background-size: 100% 100%;
  color: #fff;
  height: auto;
}

.college_box02 .white_box .list_box2 .title {
  position: relative;
  top: 0;
  padding-top: 20px;
  font-size: 1.4rem;
}

.college_box02 .white_box .list_box2 .title span {
  background-color: inherit;
}

.college_box02 .white_box .list_box2 ul {
  top: auto;
  left: auto;
  padding: 10px 25px 40px 35px;
  margin: 0;
}

.college_box02 .white_box .list_box2 ul li {
  font-size: 1.3rem;
  line-height: 160%;
}

.college_box02 .white_box .list_box2 ul .ten {
  margin-left:10px;
}

.college_box02 .white_box .list_box2 ul li:before {
  position: absolute;
  content: "✓";
  left: -10px;
}

.college_box02 .white_box .list_box2 ul .ten:before {
  content: "・";
}

.college_box02 .white_box ul.photo_list {
  box-sizing: border-box;
  width: 85%;
  margin: 20px auto 0;
}

.college_box02 .white_box ul.photo_list li {
  width: 100%;
  margin-bottom: 10px;
}

.college_box02 .white_box .youyube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 40px 0 30px;
}

.college_box02 .white_box .youyube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.college_box02 .white_box .bottom_bnr {
  margin-top: 30px;
  padding: 0 15px;
  box-sizing: border-box;
}

.college_box02 .white_box .bottom_bnr .bnr_title {
  position: relative;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  line-height: 160%;
  padding: 0 0 20px;
  font-family: Ryumin Regular KL, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 3px;
  font-feature-settings: "palt";
}

.college_box02 .white_box .bottom_bnr .bnr_title:before {
  position: absolute;
  content: "＼";
  left: -5px;
  top: 14px;
  font-size: 3.0rem;
}

.college_box02 .white_box .bottom_bnr .bnr_title:after {
  position: absolute;
  content: "／";
  right: -5px;
  top: 14px;
  font-size: 3.0rem;
}

ul.link_list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

ul.link_list li {
  padding: 0 4px;
}

ul.link_list li a {
  position: relative;
  display: block;
  height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: -1px;
  padding: 17px 15px 0 15px;
  border-radius: 30px;
  box-sizing: border-box;
  background-image: url(../../img/college_pic01.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (max-width: 370px) {
  ul.link_list li a {
    font-size: 1.1rem;
    padding: 17px 14px 0 10px;
  }
}

ul.link_list li a:after {
  position: relative;
  content: "";
  display: inline-block;
  right: -6px;
  width: 10px;
  height: 6px;
  background-image: url(../../img/icon_arrow02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
}

@media all and (max-width: 370px) {
  ul.link_list li a:after {
    width: 8px;
    background-size: 8px auto;
  }
}

dl.college_news {
  margin: 0 auto;
  padding-top: 38px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

dl.college_news dt {
  position: relative;
  top: -1px;
  width: 13%;
  padding-left: 0px;
  color: #0a7393;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0px;
  line-height: 120%;
  padding-bottom: 15px;
  padding-top: 2px;
  vertical-align: top;
  text-align: left;
  word-break: keep-all;
}

dl.college_news dd {
  width: 82.5%;
  padding-bottom: 15px;
  vertical-align: top;
  text-align: left;
  font-size: 1.5rem;
  line-height: 140%;
}

dl.college_news dd .end {
  position: relative;
  display: inline-block;
  top: -1px;
  background-color: #e60012;
  color: #fff;
  font-weight: 700;
  padding: 1px 6px 1px;
  margin-left: 10px;
  font-size: 1.2rem;
}

dl.college_news dd span {
  font-size: 1.3rem;
}

dl.college_news dd a {
  border-bottom: 1px solid #000;
  transition: all 0.12s ease-in 0s;
}

dl.college_news dd a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

/* footer */
footer {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 30px 0 0;
  box-sizing: border-box;
  background-image: url(../../img/footer_bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

footer .footer_wrap {
  margin: 0 auto;
  padding: 0 2.5%;
  box-sizing: border-box;
}

footer .footer_top {
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #afd9f1;
}

footer .footer_top h2 {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #1874a6;
}

footer .footer_top ul.footer_nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
}

footer .footer_top ul.footer_nav li {
  position: relative;
  text-align: center;
  padding: 0 8px;
  width: 55px;
}

footer .footer_bottom {
  width: 100%;
  padding: 0;
}

footer .footer_bottom ul.footer_sns_link_sp {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #afd9f1;
  text-align: center;
}

footer .footer_bottom ul.footer_sns_link_sp li {
  width: 48%;
  box-sizing: border-box;
  padding: 20px 0 15px;
}

footer .footer_bottom ul.footer_sns_link_sp li .text {
  color: #1874a6;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 110%;
  padding-bottom: 5px;
}

footer .footer_bottom ul.footer_sns_link_sp li .box {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

footer .footer_bottom ul.footer_sns_link_sp li a {
  width: 40px;
  padding: 0 8px 0;
}

footer .footer_bottom ul.footer_sns_link_sp li:first-child {
  border-right: 1px solid #afd9f1;
}

footer .footer_bottom ul.footer_sns_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

footer .footer_bottom ul.footer_sns_link li {
  width: 33.33%;
  text-align: center;
  padding: 15px 0 15px;
}

footer .footer_bottom ul.footer_sns_link li .text {
  color: #1874a6;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 110%;
  padding-bottom: 5px;
}

footer .footer_bottom ul.footer_sns_link li a img {
  margin: 0 auto;
  width: 40px;
}

footer .footer_bottom ul.footer_sns_link li:nth-child(1) {
  display: none;
}

footer .footer_bottom ul.footer_sns_link li:nth-child(2) {
  display: none;
}

footer .footer_bottom ul.footer_sns_link li:nth-child(4) {
  border-left: 1px solid #afd9f1;
  border-right: 1px solid #afd9f1;
}

footer .footer_bottom .footer_sns_link_ss {
  display: none !important;
}

footer .footer_bottom .top_link {
  width: 100%;
  border: 1px solid #afd9f1;
  text-align: center;
}

footer .footer_bottom .top_link a {
  position: relative;
  display: block;
  width: 100%;
  color: #1874a6;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  padding: 12px 0;
}

footer .footer_bottom .top_link a span {
  padding-right: 12px;
  background-image: url(../../img/icon_arrow01.png);
  background-size: 6px auto;
  background-repeat: no-repeat;
  background-position: right bottom 3px;
}

footer .footer_bottom .footer_logo {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 60px 0 0;
  margin: 0 auto;
  text-align: center;
  width: 105px;
}

footer .footer_bottom .footer_logo a {
  display: block;
  line-height: 0;
  padding: 0;
}

/* footer */
.gmap_wrap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.gmap_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.loader {
  background: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.hisotry_box .box:before {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: transparent;}

.hisotry_box .lavel:before{

    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: transparent;

}

.hisotry_box .lavel .left{
  width: auto;
  text-align: left;
  padding-right: 0;
}

.hisotry_box .box .box1_2{
  margin-top: 0;
}


}

/*動画制御用*/

#opv-wrap {
  display: none;
}

video#opv {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 50%;
  vertical-align: bottom;
}


@media screen and (max-width: 750px){
video#opv {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: inherit;
  vertical-align: bottom;
}
}

main {
  display: none;
}