@charset "UTF-8";
/*
* top.css
*
*/
/* --------------------------------
   top
-------------------------------- */
.generic-head {
  font-size: 36px;
}

.corporation {
  display: block;
  font-size: 14px;
  line-height: 1;
}

.card-with-image-attribute {
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .card-with-image-attribute {
    padding-left: 65px;
  }
}
.card-with-image-attribute:before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 20px;
  background-color: #003a70;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .card-with-image-attribute:before {
    width: 55px;
  }
}
.card-with-image-attribute-news:before {
  content: "お知らせ";
}
.card-with-image-attribute-notice:before {
  content: "告知";
}

.card-with-post {
  margin-top: 3px;
  color: #033b6d; 
  font-size: 10px;
}

.newsList {
  margin: 25px auto 0; 
  width: 1120px;
}
@media screen and (max-width: 768px) {
  .newsList {
    padding: 0 30px; 
    width: 100%;
  }
}

.newsList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  width: 100%;
  height: 48px;
  background-color: #e3edf6;
}
@media screen and (max-width: 768px) {
  .newsList_item {
    padding: 9px; 
    height: auto;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
  }
}
.newsList_item + .newsList_item {
  margin-top: 2px;
}
.newsList_item a {
  color: #033b6d;
  font-size: 14px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .newsList_item a {
    margin-top: 4px;
    width: 100%;
    font-size: 12px; 
    line-height: 15px;
  }
}

.newsList_item_post {
  font-size: 12px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .newsList_item_post {
    line-height: 15px;
  }
}

.newsList_item_attribute {
  margin: auto;
  margin: 14px 35px 14px 38px;
  width: 70px;
  height: 20px;
  background-color: #003a70;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .newsList_item_attribute {
    margin: 0 8px; 
    width: 55px;
    height: 15px;
    line-height: 15px;
  }
}

.program {
  margin: 0 auto; 
  width: 1120px;
}
@media screen and (max-width: 768px) {
  .program {
    width: 100%;
  }
}

.program_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .program_inner {
    display: block;
    width: 100%;
  }
}

.program_group {
  clear: both;
}
.program_group-1 {
  margin-right: 33px; 
  width: 350px;
}
@media screen and (max-width: 768px) {
  .program_group-1 {
    margin: 0; 
    width: 100%;
  }
}
.program_group-2 {
  width: 737px;
}
@media screen and (max-width: 768px) {
  .program_group-2 {
    width: 100%;
  }
}
.program_group-3 {
  margin-bottom: 65px; 
  width: 100%;
}
@media screen and (max-width: 768px) {
  .program_group-3 {
    margin: 0;
  }
}

.program_group_title {
  margin-bottom: 26px; 
  color: #003a70;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .program_group_title {
    margin: 18px 0; 
    padding: 0 30px;
    width: 100%;
    max-width: 690px;
    font-size: 20px;
  }
}

.program_group_list {
  float: left; 
  width: 350px;
}
@media screen and (max-width: 768px) {
  .program_group_list {
    float: none;
    padding: 0 30px; 
    width: 100%;
    max-width: 690px;
  }
}
.program_group_list + .program_group_list {
  margin-left: 33px;
}
@media screen and (max-width: 768px) {
  .program_group_list + .program_group_list {
    margin-top: 32px; 
    margin-left: 0;
  }
}

.program_group_list_title {
  border-radius: 4px; 
  width: 100%;
  height: 46px;
  background-color: #003a70;
  color: #fff;
  font-size: 20px;
  line-height: 46px;
}
.program_group_list_title span {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .program_group_list_title {
    height: 41px; 
    font-size: 18px;
    line-height: 41px;
  }
  .program_group_list_title span {
    display: inline-block;
    width: 41px;
  }
}

.program_group_list_item {
  background-image: url(/assets/images/top/program_dots.png); 
  background-repeat: repeat-x;
  background-position: left bottom;
}
.program_group_list_item a {
  color: #003a70;
  font-size: 14px;
  line-height: 51px;
}
@media screen and (max-width: 768px) {
  .program_group_list_item a {
    line-height: 45px;
  }
}

.program_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 75px auto;
  width: 932px;

  -ms-flex-pack: distribute;

      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .program_bnr {
    display: block; 
    width: 100%;
  }
}
.program_bnr a {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .program_bnr a {
    display: block; 
    margin: 0 auto;
    width: calc(100% - 60px);
  }
  .program_bnr a:first-child {
    margin-bottom: 25px;
  }
  .program_bnr a img {
    width: 100%;
  }
}

.clm-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-bottom: 93px; 
  width: 1200px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (max-width: 768px) {
  .clm-2 {
    display: block; 
    width: 100%;
  }
}

.l-section__inner-half {
  padding: 0; 
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-section__inner-half {
    width: 100%;
  }
}
.l-section__inner-half--fbwidget {
  padding: 0 48px 0 35px;
}
.l-section__inner-half--fbwidget .fb-page {
  width: 500px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .l-section__inner-half--fbwidget {
    margin: auto; 
    padding: 69px 65px 0 65px;
    max-width: 630px;
  }
  .l-section__inner-half--fbwidget .fb-page {
    width: 100%;
    height: auto;
  }
}

.l-section__inner-half--fbwidget > .fb-page > span,
.l-section__inner-half--fbwidget iframe {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .l-container {
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .l-section + .l-section {
    padding-top: 0;
  }
}

.card-square {
  height: 202px;
}

@media (max-width: 750px) {
  .card-square {
    width: 100%;
    height: 100%;
  }
  .card-square img {
    height: 100%;
  }
}

.card-with-image-bg-long {
  width: 350px;
  height: 250px;
}
@media (max-width: 750px) {
  .card-with-image-bg-long {
    padding-top: 0;
  }
}

.card-slider-lg .card-slider-button-nagoya {
  top: 150px;
}
@media (max-width: 750px) {
  .card-slider-lg .card-slider-button-nagoya {
    top: calc(41vw);
  }
}

.card-with-image-title .corporation-row {
  margin-top: 0.5em;
}

.card-with-image a {
  text-decoration: none;
}

/*
 190605 TOP RENEWAL
--------------------------------------------------*/
.top-container {
	width: 1120px;
	margin: 0 auto;
}

.top-slider {
  background-color: #ddd;
  overflow: hidden;
}

.top-slider_inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  height: 572px;
}

.top-slider_inner::before,
.top-slider_inner::after {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 1120px;
  z-index: 1;
  opacity: .6;
}

.top-slider_inner::before {
  left: -1120px;
  
}

.top-slider_inner::after {
  right: -1120px;
}

.top-slider_item {
}

.top-slider .slick-list {
  overflow: visible;
}

.top-slider [aria-hidden="true"] {
  
}

.top-slider .slick-current {

}

.top-slider_dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.top-slider_dots li {
  text-indent:-9999px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CCCCCC;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}

.top-slider_dots .slick-active {
  background-color: #D50032;
}

.top-slider_prev {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: url('/assets/images/top/btn_arrow_slider_left.png') no-repeat;
}

.top-slider_next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: url('/assets/images/top/btn_arrow_slider_right.png') no-repeat;
}


.top-message {
  background-color: #fff;
  margin-top: -7px;
}

.top-message::before {
  background: -webkit-linear-gradient(45deg, transparent 33.333%, #FFFFC2 33.333%, #FFFFC2 66.667%, transparent 66.667%), -webkit-linear-gradient(135deg, transparent 33.333%, #FFFFC2 33.333%, #FFFFC2 66.667%, transparent 66.667%);
  background: linear-gradient(45deg, transparent 33.333%, #FFFFC2 33.333%, #FFFFC2 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #FFFFC2 33.333%, #FFFFC2 66.667%, transparent 66.667%);
  -webkit-background-size: 20px 40px;
  background-size: 20px 40px;
}

.top-message_inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
}

.top-message_txt {
  font-size: 24px;
  color: #003A70;
  font-weight: bold;
}

.top-message_btn {

}

.top-news {
  background-color: #FFFFC2;
  padding: 30px 0;
}

.top-news_inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  
}

.top-news_area {
  border-top: 2px solid #003A70;
  width: 540px;
  box-shadow: 0 0 3px #ccc;
  background-color: #fff;
}

.top-news_release {
  
}

.top-news_blog {
  
}

.top-news_area_head {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 7px;
    box-shadow: 0 2px 3px #ddd;
    position: relative;
    z-index: 2;
}

.top-news_area_head_title span {
  font-weight: bold;
  font-size: 18px;
  color: #003A70;
}

.top-news_area_head_title img {
  margin-right: 10px;
}


.top-news_area_head_detail {
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}

.top-news_area_head_detail img {
  vertical-align: 0;
  margin-left: 4px;
}

.top-news_area_head_detail_more {
  color: #008AD8;
}

.top-news_area_head_detail_sp {
  display: none;
}

.top-news_area_body {
  background-color: #fff;
  padding: 3px 15px 0 15px;
  height: 140px;
  overflow-y: scroll;
}

.top-news_area_body_row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #D6D6D6;
}

.top-news_area_body_row:hover {
  text-decoration: none;
}

.top-news_area_body_row:hover .top-news_area_body_title {
  text-decoration: underline;
}

.top-news_area_body_row:first-child {
  border-top: 0;
}


.top-news_area_body_date {
  color: #000;
  width: 20%;
}

.top-news_area_body_cate {
  width: 140px;
  width: 20%;
}

.top-news_area_body_cate .news::before{
  content: "お知らせ";
  width: 62px;
  text-align: center;
  display: inline-block;
}

.top-news_area_body_cate .notice::before{
  content: "告知";
  width: 62px;
  text-align: center;
  display: inline-block;
}

.top-news_area_body_cate span {
  display: inline-block;
  background-color: #003A70;
  color: #fff;
  padding: 2px 6px;
}

.top-news_area_body_title {
  color: #003A70;
  width: 80%;
}

.top-news_area_body_cate + .top-news_area_body_title {
  width: 60%;
}

.top-cp {
  padding: 50px 0;
  background-color: #D4EDFB;
}

.top-cp_heading {
  text-align: center;
  margin-bottom: 15px;
}

.top-cp_heading_ruby {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #008AD8;
  letter-spacing: 3px;
}

.top-cp_heading_ruby::before {
  display: inline-block;
  content: "";
  height: 16px;
  width: 2px;
  background-color: #008AD8;
  transform: rotate(-15deg);
  margin-right: 10px;
}

.top-cp_heading_ruby::after {
  display: inline-block;
  content: "";
  height: 16px;
  width: 2px;
  background-color: #008AD8;
  transform: rotate(15deg);
  margin-left: 10px;
  
}

.top-cp_heading_text {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #003A70;
  
}

.top-cp_lead {
  text-align: center;
  margin-bottom: 30px;
}

.top-cp_cards {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-cp_card {
  margin-bottom: 8px;
}

.top-cp_card:hover {
  text-decoration: none;
  opacity: .75;
}

.top-cp_card_image {
  
}

.top-cp_card_text {
  text-align: center;
  border-radius: 0 0 6px 6px;
  padding: 7px 0;
  background-color: #fff;
}

.top-cp_card_text span {
  font-weight: bold;
  color: #003A70;
}

.top-cp_btns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.top-cp_btn {
  margin: 0 10px;
}

.top-cp_btn:hover {
  opacity: .75;
}

.top-sp {
  padding: 50px 0;
  background-color: #1E6EAE;
}

.top-sp_heading {
  text-align: center;
  margin-bottom: 15px;
}

.top-sp_heading_ruby {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #77CEFF;
  letter-spacing: 3px;
}

.top-sp_heading_ruby::before {
  display: inline-block;
  content: "";
  height: 16px;
  width: 2px;
  background-color: #77CEFF;
  transform: rotate(-15deg);
  margin-right: 10px;
}

.top-sp_heading_ruby::after {
  display: inline-block;
  content: "";
  height: 16px;
  width: 2px;
  background-color: #77CEFF;
  transform: rotate(15deg);
  margin-left: 10px;
  
}

.top-sp_heading_text {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  
}

.top-sp_lead {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.top-sp_programs {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 30px;
}

.top-sp_program:hover {
  opacity: .75;
}

.top-vl { 
  padding: 40px 0 60px;
}

.top-container { 
  
}

.top-vl_head { 
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  
}

.top-vl_head_logo { 
  padding-bottom: 20px;
}

.top-vl_head_text { 
  padding-bottom: 40px;
}

.top-vl_head_text_title { 
  font-size: 34px;
  color: #003A70;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-vl_head_text_lead { 
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
}

.top-vl_head_image { 
  padding-right: 50px;
}

.top-vl_leafs {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.top-vl_leaf {
  box-shadow: 2px 2px 6px #ddd;
  border-radius: 40px 0 40px 0;
  text-align: center;
  width: 258px;
  padding: 30px 20px;
}

.top-vl_leaf--blue   { background-color: #E2F2FF; }
.top-vl_leaf--green  { background-color: #E1FFED; }
.top-vl_leaf--red    { background-color: #FFE8EC; }
.top-vl_leaf--yellow { background-color: #FFF7DE; }
.top-vl_leaf--blue .top-vl_leaf_title   { color: #0059A0; }
.top-vl_leaf--green .top-vl_leaf_title  { color: #008238; }
.top-vl_leaf--red .top-vl_leaf_title    { color: #DE002A; }
.top-vl_leaf--yellow .top-vl_leaf_title { color: #FFB507; }

.top-vl_leaf_title {
  margin-bottom: 20px;
}

.top-vl_leaf_title_ja {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.top-vl_leaf_title_en {
  font-size: 16px;
  display: block;
  font-weight: bold;
}

.top-vl_leaf_body {
  font-weight: 500;
}

.top-lo {
	background-color: #E6E6E6;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
}

.top-lo_header {
  color: #003A70;
  margin-bottom: 15px;
}

.top-lo_header_ja {
  font-size: 30px;
  font-weight: bold;
}

.top-lo_header_en {
  font-weight: bold;
}


.top-lo_leafs {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
  
.top-lo_leaf {
  display: block;
  width: 258px;
  margin-bottom: 20px;
}

.top-lo_leaf:hover {
	opacity: .75;
}

  
.top-lo_leaf_image {
  
}
  
.top-lo_leaf_body {
  background-color: #003A70;
  border-radius: 0 0 40px 0;
  color: #fff;
  height: 120px;
  padding: 15px;
} 
  
.top-lo_leaf_body_small {
  font-size: 12px;
}
  
.top-lo_leaf_body_main {
	font-weight: bold;
	line-height: 1.5;
}

.top-ar {
	background-color: #fff;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
}

.top-ar_header {
  color: #003A70;
  margin-bottom: 15px;
}

.top-ar_header_ja {
  font-size: 30px;
  font-weight: bold;
}

.top-ar_header_en {
  font-weight: bold;
}
  
  
.top-ar_inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.top-ar_main {
  width: 545px;
}

.top-ar_main_cols {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.top-ar_main_col {
  width: 258px;
}

.top-ar_main_header {
  background-color: #003A70;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.top-ar_main_header span {
  align-self: center;
  font-weight: bold;
  padding-left: 15px;
}

.top-ar_main_item {
  display: block;
  width: 258px;
  height: 110px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
  font-size: 20px;
}

.top-ar_main_item:hover {
  opacity: .75;
  text-decoration: none;
}

.top-ar_main_item span {
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-ar_main_cols + .top-ar_main_header {
  margin-top: 30px;
}

.top-ar_sub {
  width: 545px;
}

.top-ar_sub_bnrs {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.top-ar_sub_bnr {
  display: block;
  background-color: #F0F0F0;
  padding: 10px;
}

.top-ar_sub_bnr:hover {
  opacity: .75;
}

.top-ar_sub_facebook {
  border: 1px solid #DCDCDC;
  margin-top: 30px;
  padding: 30px;
}

.top-ac {
  padding: 50px 0;
  background-color: #D4EDFB;
}

.top-ac_header {
  color: #003A70;
  margin-bottom: 15px;
  overflow: hidden;
}

.top-ac_header_ja {
  font-size: 30px;
  font-weight: bold;
}

.top-ac_header_en {
  font-weight: bold;
}

.top-ar_header_btn {
  float: right;
}

.top-ar_contact {
  background-color: #fff;
  padding: 40px;
}

.top-ar_contact_body {
  text-align: center;
  margin-bottom: 20px;
}

.top-ar_contact_btns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
}

.top-ar_contact_btn {
  display: block;
}

.top-ar_contact_btn:hover {
  opacity: .75;
}

.top-ar_contact_btn--tel {
  pointer-events: none;
}

@media screen and (max-width:750px) {
  

  .top-ar_contact_btn--tel {
    pointer-events: auto;
  }
}

.sp-only {
  display: none;
}

.top-ar_accesses {
  margin-top: 40px;
}

.top-ar_access {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  background-color: #fff;
  margin-top: 30px;
}

.top-ar_access_info {
  width: 560px;
  padding: 40px;
}

.top-ar_access_info_how {
  color: #003A70;
  font-weight: bold;
}

.top-ar_access_info_name {
  color: #003A70;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-ar_access_info_ad {
  text-decoration: underline;
  
}

.top-ar_access_info_text {
  margin-top: 10px;
}

.top-ar_access_info_btn {
  margin-top: 30px;
  display: inline-block;
}

.top-ar_access_info_btn:hover {
  opacity: .75;
}

.top-ar_access_map {
  width: 560px;
}

.top-ar_access_map iframe {
  width: 100%;
  height: 100%;
}

.top-sticky {
  position: fixed;
  top: 185px;
  right: 0;
  z-index: 10;
}

.top-sticky_item {
  display: block;
}

.top-sticky_item:hover {
  opacity: .75;
}

.top-sticky_contact {
}

.top-sticky_ac {
  margin-top: 20px;
}



/* RESPONSIVE */
@media screen and (max-width:750px) {
  .top-container {
    width: 100%;
  }

  .top-slider_inner {
    width: 100%;
    height: auto;
  }
  
  .top-slider_inner::before,
  .top-slider_inner::after { display: none; }
  

  .top-slider_inner img {
    width: 100%;
    height: auto;
  }

  .top-slider_prev {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: url('/assets/images/top/sp/btn_arrow_slider_left.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .top-slider_next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: url('/assets/images/top/sp/btn_arrow_slider_right.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  
  .top-message {
    margin-top: -7px;
  }
  
  .top-message_inner {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    text-align: center;
  }

  .top-message_txt {
    font-size: 14px;
    padding-top: 20px;
  }
  
  .top-message_btn {
    display: block;
    margin: 10px 0;
  }

   .top-message_btn img {
    width: 80%;
  }

  .top-news {
    padding: 30px 15px;
  }

  .top-news_inner {
    display: block;
  }

  .top-news_area {
    width: 100%;
  }

  .top-news_release {
    
  }

  .top-news_blog {
    margin-top: 20px;
  }

  .top-news_area_head {
      padding: 7px;
      box-shadow: 0 2px 3px #ddd;
      z-index: 2;
  }

  .top-news_area_head_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  
  .pc-only {
    display: none;
  }

  .top-news_area_head_title img {
    height: 40px;
  }

  .top-news_area_head_detail_sp {
    display: block;
    padding: 15px;
    text-align: center;
  }
  
  .top-news_accordion_btn {
    position: relative;
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px;
  }
  
  .top-news_accordion_btn_line {
    display: block;
    width: 3px;
    height: 25px;
    border-radius: 10px;
    background-color: #003A70;
    position: absolute;
    bottom: 0px;
    right: 10px;
  }
  
  .top-news_accordion {
    display: none;
  }
  
  .top-news_accordion_btn_line--h {
  }
  
  .top-news_accordion_btn.opened .top-news_accordion_btn_line--h {
    display: none;
  }
  
  .top-news_accordion_btn_line--v {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }


  .top-news_area_head_detail_sp img {
    width: 80%;
  }

  .top-news_area_body {
    padding: 3px 15px 0 15px;
    height: 210px;
  }

  .top-news_area_body_row {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #D6D6D6;
    display: block;
  }

  .top-news_area_body_row:first-child {
    border-top: 0;
  }


  .top-news_area_body_date {
    width: auto;
    display: inline-block;
  }

  .top-news_area_body_cate {
    width: auto;
    width: 20%;
    display: inline-block;
  }

  .top-news_area_body_cate span {
    padding: 2px 6px;
  }

  .top-news_area_body_title {
    width: 100%;
    margin-top: 5px;
  }

  .top-news_area_body_cate + .top-news_area_body_title {
    width: 100%;
  }

  .top-cp {
    padding: 50px 15px;
  }

  .top-cp_heading {
    margin-bottom: 15px;
  }

  .top-cp_heading_ruby {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .top-cp_heading_ruby::before {
    height: 12px;
    width: 2px;
    transform: rotate(-15deg);
    margin-right: 10px;
  }

  .top-cp_heading_ruby::after {
    height: 12px;
    width: 2px;
    transform: rotate(15deg);
    margin-left: 10px;
    
  }

  .top-cp_heading_text {
    font-size: 30px;
    
  }

  .top-cp_lead {
    margin-bottom: 30px;
  }

  .top-cp_cards {
  }

  .top-cp_card {
    margin-bottom: 4%;
    width: 48%;
  }

  .top-cp_card:hover {
  }

  .top-cp_card_image {
    
  }

  .top-cp_card_text {
    border-radius: 0 0 6px 6px;
    padding: 7px 0;
    line-height: 1.3;
    font-size: 15px;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-cp_btns {
    margin-top: 0;
    display: block;
  }

  .top-cp_btn {
    text-align: center;
    margin-top: 10px;
  }

  .top-cp_btn img {
    width: 80%;
  }

  .top-sp {
    padding: 50px 15px;
  }

  .top-sp_heading {
    margin-bottom: 15px;
  }

  .top-sp_heading_ruby {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .top-sp_heading_ruby::before {
    height: 12px;
    width: 2px;
    transform: rotate(-15deg);
    margin-right: 10px;
  }

  .top-sp_heading_ruby::after {
    height: 12px;
    width: 2px;
    transform: rotate(15deg);
    margin-left: 10px;
    
  }

  .top-sp_heading_text {
    font-size: 30px;
    
  }

  .top-sp_lead {
    margin-bottom: 30px;
  }

  .top-sp_programs {
    padding: 15px;
    display: block;
  }

  .top-sp_program + .top-sp_program {
    margin-top: 15px;
  }

  .top-vl {
    padding: 40px 15px 60px;
  }

  .top-container {
    
  }

  .top-vl_head {
    display: block;
    text-align: center;
  }

  .top-vl_head_logo img {
    max-width: 150px;
  }

  .top-vl_head_text { 
    padding-bottom: 20px;
  }

  .top-vl_head_text_title { 
    font-size: 20px;
    margin-bottom: 10px;
  }

  .top-vl_head_text_lead { 
    font-size: 13px;
  }

  .top-vl_head_image { 
    padding-right: 0;
  }

  .top-vl_leafs {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .top-vl_leaf {
    box-shadow: 2px 2px 6px #ddd;
    border-radius: 40px 0 40px 0;
    width: 48%;
    padding: 10px 1px;
    margin-bottom: 10px;
  }

  .top-vl_leaf_title {
    margin-bottom: 10px;
  }

  .top-vl_leaf_title_ja {
    font-size: 18px;
  }

  .top-vl_leaf_title_en {
    font-size: 14px;
  }

  .top-vl_leaf_body {
    font-size: 12px;
  }

  .top-lo {
    padding: 50px 15px;
  }

  .top-lo_header {
    margin-bottom: 15px;
  }

  .top-lo_header_ja {
    font-size: 30px;
  }

  .top-lo_header_en {
  }


  .top-lo_leafs {
  }
    
  .top-lo_leaf {
    width: 48%;
    margin-bottom: 20px;
  }

    
  .top-lo_leaf_image {
    
  }
    
  .top-lo_leaf_body {
    border-radius: 0 0 40px 0;
    height: auto;
    padding: 10px;
    height: 90px;
  } 
    
  .top-lo_leaf_body_small {
    font-size: 10px;
  }
    
  .top-lo_leaf_body_main {
    line-height: 1.5;
    font-size: 12px;
  }

  .top-ar {
    padding: 50px 15px;
  }

  .top-ar_header {
    margin-bottom: 15px;
  }

  .top-ar_header_ja {
    font-size: 30px;
  }

  .top-ar_header_en {
  }
    
    
  .top-ar_inner {
    display: block;
  }

  .top-ar_main {
    width: 100%;
  }

  .top-ar_main_cols {
    display: block;
  }

  .top-ar_main_col {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-ar_main_header {
    border-radius: 4px;
    font-size: 17px;
  }

  .top-ar_main_header span {
    padding-left: 15px;
  }

  .top-ar_main_item {
    width: 100%;
    height: auto;
  }

  .top-ar_main_item span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }


  .top-ar_main_cols + .top-ar_main_header {
    margin-top: 0;
  }

  .top-ar_sub {
    width: 100%;
  }

  .top-ar_sub_bnrs {
  }

  .top-ar_sub_bnr {
    padding: 10px;
  }

  .top-ar_sub_facebook {
  }

  .top-ar_sub_facebook .fb-page {
    display: block;
  }

  .top-ac {
    padding: 50px 15px;
  }

  .top-ac_header {
    margin-bottom: 15px;
  }

  .top-ac_header_ja {
    font-size: 30px;
  }

  .top-ac_header_en {
  }

  .top-ar_header_btn {
    display: none;
  }

  .top-ar_contact {
    padding: 30px;
  }

  .top-ar_contact_body {
    margin-bottom: 20px;
  }

  .top-ar_contact_btns {
    padding: 0;
    display: block;
  }

  .top-ar_contact_btn {
    margin-top: 15px;
  }

  .top-ar_accesses {
    margin-top: 40px;
  }

  .top-ar_access {
    margin-top: 30px;
    display: block;
  }

  .top-ar_access_info {
    width: 100%;
    padding: 24px;
  }

  .top-ar_access_info_how {
  }

  .top-ar_access_info_name {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .top-ar_access_info_text {
    margin-top: 10px;
  }

  .top-ar_access_info_btn {
    margin-top: 20px;
  }

  .top-ar_access_info_btn img {
    width: 200px;
  }

  .top-ar_access_map {
    width: 100%;
  }

  .top-ar_access_map iframe {
    width: 100%;
    height: 300px;
  }

  .top-sticky {
    top: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: #fff;
  }

  .top-sticky_item {
    width: 50%;
  }

  .top-sticky_contact {
    border-right: 1px solid #0077BA;
  }

  .top-sticky_ac {
    margin-top: 0;
    border-left: 1px solid #1A96DC;
  }
  
  .sp-only {
    display: block;
  }
  
  .top-btn-faq {
    padding: 30px 50px 0;
  }

}

@media screen and (min-width:751px) {
  .top-news_accordion {
    display: block !important;
  }
}

.top-jagged--WhiteToYellow {
  background: url('/assets/images/top/bg-WhiteToYellow.png') repeat-x left top;
  height: 10px;
  -webkit-background-size: 19px;
  background-size: 19px;
}

.top-jagged--YellowToSky {
  background: url('/assets/images/top/bg-YellowToSky.png') repeat-x left top;
  height: 10px;
  -webkit-background-size: 19px;
  background-size: 19px;
}

.top-jagged--SkyToBlue {
  background: url('/assets/images/top/bg-SkyToBlue.png') repeat-x left top;
  height: 10px;
  -webkit-background-size: 19px;
  background-size: 19px;
}

.top-jagged--BlueToWhite {
  background: url('/assets/images/top/bg-BlueToWhite.png') repeat-x left top;
  height: 10px;
  -webkit-background-size: 19px;
  background-size: 19px;
}

.top-jagged--WhiteToGray {
  background: url('/assets/images/top/bg-WhiteToGray.png') repeat-x left top;
  height: 10px;
  -webkit-background-size: 19px;
  background-size: 19px;
}

.top-jagged--GrayToWhite {
  background: url('/assets/images/top/bg-GrayToWhite.png') repeat-x left top;
  height: 10px;
  -webkit-background-size: 19px;
  background-size: 19px;
}

.top-jagged--WhiteToSky {
  background: url('/assets/images/top/bg-WhiteToSky.png') repeat-x left top;
  height: 10px;
  -webkit-background-size: 19px;
  background-size: 19px;
}

.top-jagged--SkyToGray {
  background: url('/assets/images/top/bg-SkyToGray.png') repeat-x left top;
  height: 10px;
  -webkit-background-size: 19px;
  background-size: 19px;
}
