﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@700&family=Open+Sans:wght@400;700&display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 18px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #018039;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.6em;
}
#totop {
position: fixed;
    bottom: 30px;
    right: 1%;
    z-index: 10;
    margin-bottom: 0;
    margin-right: 5px;
    width: 40px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
  padding-top: 108px;
}
.container {
  width: 100%;
  max-width: 1366px;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
  display: none;
}
#header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 10px 0;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
}
.h-top {
  display: flex;
  justify-content: space-between;
}
.h-com-name {
margin: 0 30px 0 0;
    font-size: 25px;
    color: #0f72b9;
  font-family: 'SFUShadowBTBlackCondensed';
  /*line-height: 1em;*/
}
.h-info {
  margin: 0 15px 0 0;
  font-size: 20px;
  color: #0f72b9;
  font-family: 'SFUShadowBTBlackCondensed';
  position: relative;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}
.h-info:before {
  content: '';
  position: absolute;
  background: url("/W_images/h_tel.png?v=1.000") no-repeat center center;
  background-size: 100% auto;
  width: 35px;
  height: 40px;
  left: 0;
  top: 0;
}
.h-info span {
  font-size: 16px;
  color: #0f72b9;
  text-decoration: underline;
  font-family: 'IBM Plex Serif', serif;
  line-height: 1em;
  margin-bottom: -5px;
}
.h-mail:before {
  background-image: url("/W_images/h_mail.png?v=1.000");
  background-size: auto auto;
  width: 25px;
}
.h-mail {
  padding-left: 30px;margin: 0;
}
.h-info a {
  text-decoration: none;
  color: #0f72b9;
}
.h-tel:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #ddd;
  top: 10px;
  right: 0;
}
.h-tel {
  padding-right: 40px;    width: 165px;
}
.h-tel p{
	margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
}
.h-main {
  display: flex;
  justify-content: flex-end;
}
.gnavi {
  display: flex;
}
.gnavi li {
  position: relative;
}
.submenu {
  position: absolute;
  width: 200px;
  left: calc(50% - 100px);
  z-index: 10;
  display: none;
}
.gnavi > li > a {
  color: #018039;
  text-decoration: none;
  display: block;
  font-family: 'IBM Plex Serif', serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 12px;
  transition: all 0.5s;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: #0f72b9;
}
.gnavi > li:first-child > a {
  padding-left: 0;
}
.gnavi > li:last-child > a {
  padding-right: 0;
}
.submenu a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  background: #0f72b9;
  color: #fff;
  padding: 10px 20px;
  margin-top: 1px;
  transition: all 0.5s;
  font-family: 'IBM Plex Serif', serif;
}
.submenu a:hover {
  opacity: 0.7;
}
.subsubmenu{
	position: absolute;
	width:270px;
	top:-1px;
	left: 100%;
	display: none;
}
.h-search {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.h-search .form {
  position: absolute;
  right: 0;
}
.h-search:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #ddd;
  top: 5px;
  left: 0;
}
.h-search-ttl {
  margin: 0;
  width: 30px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.h-search .form {
  position: absolute;
  right: 0;
  background: #ececec;
  width: 250px;
  padding: 5px;
  display: none;
}
.h-search input {
  width: 100%;
  border: none;
  background: rgb(38 24 111 / 10%);
  font-size: 12px;
  padding: 10px 20px;
}
.h-search .button {
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  background: #1d68ff;
  padding: 9px 9px 10px;
}
.h-lang img{width:25px;}
.h-lang p{margin-bottom: 5px;line-height: 0;align-self: center;}
.h-lang p:not(last-child){margin-right:5px;}
.h-lang{position:relative;padding-left: 20px;margin-left: 20px;display:flex;}
.h-lang:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 30px;
	background: #ddd;
	top: 5px;
	left: 0;
}
.main-slide .slick-slide {
  margin: 0;
}
.main-slide .slick-slide img {
  width: 100%;
}
.box01 {
  padding: 60px 0;
}
.box01 .container {
  display: flex;
}
.b01-main {
  order: 1;
  width: 50%;
  padding-left: 45px;
  padding-top: 36px;
}
.idx-ttl {
  font-size: 55px;
  color: #0f72b9;
  font-family: 'SFUShadowBTBlackCondensed';
  line-height: 1.3em;
  text-align: center;margin-bottom: 30px;
}
.box01 .idx-ttl {
  text-align: left;
}
.b01_sub_ttl {
    font-weight: 500;
    font-family: 'SFUShadowBTBlackCondensed';
    font-size: 30px;
    line-height: 1.4;
    color: #81cf01;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
   
}
.b01-list li a {
  color: #0f72b9;
  text-decoration: none;
  font-size: 24px;
  font-family: 'SFUShadowBTBlackCondensed';
  display: inline-block;
  transition: all 0.5s;
}
.b01-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.b01-list li {
  width: 50%;
  position: relative;
  padding-left: 25px;
  margin-bottom: 13px;
}
.b01-list li:before {
  content: '';
  position: absolute;
  background: #000000;
  width: 5px;
  height: 5px;
  top: 15px;
  left: 0;
  transition: all 0.5s;
}
.b01-list li:hover:before {
  left: 10px;
}
.b01-list li:hover a {
  color: #81cf01;
}
.idx-btn {
  margin: 0;
}
.idx-btn a {
  background: #1d68ff;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 14px 25px;
  border-radius: 20px;
  transition: all 0.5s;
}
.idx-btn a:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 7px;
}
.idx-btn a:hover {
  background: #81cf01;
}
.b01-img {
  margin: 0 0 0 -70px;
  padding-right: 10px;
  width: calc(50% + 70px);
  text-align: right;
}
.box02 {
  background: #0f72b9;
  color: #fff;
  position: relative;
  padding: 40px 0 60px;
}
.box02:before, .box02:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
}
.box02:before {
  background: url("/W_images/b02_bg01.png") repeat-x top center;
  top: -5px;
}
.box02:after {
  background: url("/W_images/b02_bg02.png") repeat-x top center;
  bottom: -5px;
}
.box02 .idx-ttl {
  color: #fff;
}
.b02-txt {
  width: 100%;
  max-width: 910px;
  margin: 0 auto 40px;
  text-align: center;
}
.b02-list {
  display: flex;
 justify-content: space-between;
}
.b02-list li:not(:last-child) {
  margin-right: 20px;
}
.b02-list a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
.b02-list a:hover {
  transform: translateY(-5px);
}
.b02-itm-ttl {
  font-size: 20px;
  line-height: 1em;
  font-family: 'SFUShadowBTBlackCondensed';
  text-transform: uppercase;
  color: #fff;
}
.b02-itm-img {
  text-align: center;
  margin: 0 0 20px;
}
.box03 {
  padding: 60px 0;
}
.b03-list {
  display: flex;
}
.b03-item {
  width: calc(25% - 22.5px);
  margin: 0 30px 0 0;
}
.b03-item:last-child {
  margin-right: 0;
}
.b03-item a {
  display: block;
  text-decoration: none;
  background: #ebebeb;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s;
  color: #666;
}
.b03-itm-img {
  margin: 0;
  overflow: hidden;
}
.b03-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.b03-itm-main {
  padding: 25px 30px;
}
.b03-itm-ttl {
  font-size: 24px;
  color: #ff7701;
  line-height: 1.3em;
  margin: 0 0 10px;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'SFUShadowBTBlackCondensed';
}
.b03-itm-txt {
  margin: 0;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b03-item a:hover {
  transform: translateY(-10px);
  background: #cc2200;
  color: #fff;
}
.b03-item a:hover .b03-itm-ttl {
  color: #fff;
}
.box04 {
  background: url("/W_images/b04_bg.jpg") no-repeat center center/cover;
  padding: 60px 0;
  color: #fff;
}
.box04 .container {
  display: flex;
  justify-content: space-between;
}
.b04-list {
  width: calc(66.67% - 15px);
  display: flex;
}
.b04-main {
  width: calc(33.33% - 15px);
  padding-top: 40px;
}
.box04 .idx-ttl {
  text-align: left;
  color: #fff;font-size: 45px;
}
.b04-item {
  width: calc(50% - 15px);
  margin: 0 30px 0 0;
  display: flex;
}
.b04-item:last-child {
  margin-right: 0;
}
.b04-itm-main {
  width: 100%;
}
.b04-itm-btn {
  background: #0f72b9;
  margin: 0;
  flex-shrink: 0;
  width: 70px;
  display: flex;
  flex-direction: column-reverse;
}
.b04-itm-btn a {
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.b04-itm-btn a img {
  flex-shrink: 0;
}
.b04-itm-btn a:last-child {
  margin-bottom: auto;
}
.b04-itm-btn a:hover {
  background: #cc2200;
}
.b04-itm-main a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  height: 100%;
}
.b04-itm-img {
  margin: 0;
  overflow: hidden;
}
.b04-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.b04-itm-main a:hover .b04-itm-img img {
  transform: scale(1.1, 1.1);
}
.b04-itm-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 70px 25px 20px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(255, 255, 255, 0) 100%);
}
.b04-itm-ttl {
  font-size: 24px;
  line-height: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 5px;
  color: #fff;
  font-family: 'SFUShadowBTBlackCondensed';
}
.b04-itm-date {
  font-size: 15px;
  background: #0f72b9;
  display: inline-block;
  padding: 2px 10px;
  margin: 0 0 5px;
}
.b04-itm-txt {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box05 {
  background: #0f72b9;
  color: #fff;
  padding: 40px 0 60px;
  position: relative;
}
.box05:before, .box05:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
}
.box05:before {
  background: url("/W_images/b02_bg01.png") repeat-x top center;
  top: -5px;
}
.box05:after {
  background: url("/W_images/b02_bg02.png") repeat-x top center;
  bottom: -5px;
}
.box05 .idx-ttl {
  color: #fff;
}
.b05-list {
  display: flex;
  flex-wrap: wrap;
}
.b05-itm {
  margin: 0;padding: 2px;
  width: 25%;
  height:228px;
  overflow: hidden;
}
.b05-itm a {
 width: 100%;height: 100%;
 display: block;
    
}
.b05-itm img {
  width: 100%;
  height: 100%;
  transition: all 0.7s;    object-fit: cover;
  
}
.b05-itm a:hover img {
  transform: scale(1.1, 1.1);
}
.box06 {
  padding: 60px 0;
}
.b06-list {
  display: flex;
}
.under .b06-list {
  flex-wrap:wrap;
}
.b06-item {
  width: calc(25% - 22.5px);
  margin: 0 30px 0 0;
}
.under .b06-item{margin-bottom:30px;}
.b06-item:last-child, .b06-item:nth-child(4n) {margin-right: 0;}
.b06-item a {
  display: block;
  text-decoration: none;
  background: #ebebeb;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s;
  color: #666;
  position: relative;
}
.b06-itm-img {
  margin: 0;
  overflow: hidden;
}
.b06-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.b06-itm-main {
  padding: 25px 30px;
}
.b06-itm-ttl {
  font-size: 24px;
  color: #0f72b9;
  line-height: 1.3em;
  margin: 0 0 10px;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'SFUShadowBTBlackCondensed';
}
.b06-itm-txt {
	font-size: 14px;
  margin: 0;
  color: #000;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b06-item a:hover {
  transform: translateY(-10px);
  background: #81cf01;
  color: #fff;
}
.b06-item a:hover .b06-itm-ttl {
  color: #fff;
}
.b06-itm-date {
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 0;
  color: #fff;
  background: #81cf01;
  width: 60px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.8em;
}
.b06-itm-date span {
  border-top: 1px solid;
}
#footer {
  background: #1d68ff;
  color: #fff;
  padding: 60px 0;
}
#footer .container {
  display: flex;
  justify-content: space-between;
}
.f-mod {
  width: calc(33.33% - 20px);
}
.f-mod-ttl {
  font-size: 24px;
  font-family: 'SFUShadowBTBlackCondensed';
  margin-bottom: 25px;
  text-transform: uppercase;
}
.f-info {
  font-size: 16px;
  
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.f-info:before {
  content: '';
  position: absolute;
  background: url("/W_images/f_add.png") no-repeat center center/100% auto;
  width: 25px;
  height: 25px;
  left: 0;
  top: 5px;
}
.f-info span {
  flex-shrink: 0;
  font-weight: 700;
  text-decoration: underline;
  margin-right: 10px;
}
.f-mail:before {
  background-image: url("/W_images/f_mail.png");
  top: -2px;
}
.f-tel:before {
  background-image: url("/W_images/f_tel.png");
  top: 0;
}
.f-link {
  display: flex;
  flex-flow: column wrap;
  height: 150px;
  justify-content: flex-start;
}
.f-link a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'IBM Plex Serif', serif;
}
.f-link li {
  margin: 0 0 7px;
  position: relative;
  padding-left: 15px;
}
.f-link li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
  left: 0;
  top: 12px;
}
.f-link a:hover {
  text-decoration: underline;
}
.f-txt {
  font-size: 16px;
  font-style: italic;
  margin: 0 0 15px;
}
.f-info a {
  color: #fff;
  text-decoration: none;
}
.f-form {
  position: relative;
  margin-bottom: 15px;
}
.f-form input {
  width: 100%;
  font-size: 16px;
  background: #fff;
  border: none;
  padding: 13px 20px;
}
.f-form button {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 14px;
  border: none;
  background: #81cf01;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  padding: 15px 5px 14px;
}
.copyright {
  margin: 0;
  font-size: 14px;
}
.copyright a {
  text-decoration: none;
  color: #fff;
}
/*Page child*/
.under .mainvisual {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(/UserFile/editor/images/banner_studyabroad.jpg) no-repeat;
    background-size: cover;
    height: 415px;
}
.under .mainvisual-ttl {
    width: 100%;
    text-align: center;
    color: #cc2200;
    font-size: 49px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-shadow: -1px 0 9px #fff, 0 1px 5px #fff, 1px 0 4px #fff, 0 -1px 6px #fff;
}
.study-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:40px 0;
}
.study-item {
    background: #ff871d;
    width: calc(100%/3 - 40px);
    text-decoration: none;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    color: #fff;
}
.study-item-ttl {font-size: 15px;color: #fff;font-weight: 600;text-transform: uppercase;}
.study-item:nth-child(2) {background: #913375}
.study-item:nth-child(4),.study-item:nth-child(6) {background: #1d68ff ;}
.study-item:hover{opacity:0.8;}
.study-ttl {
    background: #26186f;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.post-list{display: flex;flex-wrap: wrap;}
.post-item{width: calc(100%/3 - 20px);margin: 0 30px 40px 0;}
.post-item:nth-child(3n){margin-right: 0;}
.post-item a{text-decoration:none;color:#000;}
.post-item .post-img{overflow:hidden;}
.post-item .post-img img{transition:all 0.8s ease;}
.post-ttl{font-size: 24px;color: #26186f;line-height: 1.3em;margin: 0 0 10px;transition: all 0.5s;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;font-family: 'SFUShadowBTBlackCondensed';}
.post-date{color: #018039;font-size: 16px;margin: 0;letter-spacing: 2px;}
.post-txt{font-size:16px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.post-item a:hover img{transform:scale(1.1,1.1);}
.post-item a:hover .post-ttl{color:#018039;}
.post-detail {padding: 0 12%;}
.post-title {
    background: #018039;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 600;

}
.custom01{padding-top: 35px;}
.cust01_logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ebebeb;
	width: 190px;
	height: 100px;
	padding: 30px;background: #fff;
}
.cust01_logo.slick-initialized .slick-slide {
	margin: 0 15px;
}
/*.cust01_logo.slick-initialized .slick-slide img {
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.3s;
}
.cust01_logo.slick-initialized .slick-slide a:hover img {
	filter: grayscale(0);
	opacity: 1;
}

  font-family: 'IBM Plex Serif', serif;
  font-family: 'Open Sans', sans-serif;
*/
@media screen and (max-width: 1400px) {
  /*  .container {
    padding: 0 15px;
  }*/
  .h-tel{
	  padding-right: 10px;
  }
  .gnavi > li > a {
    
  }
  .b02-itm-ttl {
  
  }
}
@media screen and (max-width: 1030px) {
	.h-info{font-size:20px;margin: 0 10px 0 0;}
	.gnavi > li > a{font-size: 15px;}
	
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 14px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 65px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: #1d68ff;
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 50px;
    height: 53px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .h-top {
    display: none;
  }
  .logo {
  
  }
  #gnavi {
    position: fixed;
    top: 68px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    left: 0;
    height: calc(100% - 88px);
    overflow: auto;
    display: none;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li > a {
    background: #1d68ff;
    color: #fff !important;
    display: block;
    padding: 15px 20px !important;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .submenu,.subsubmenu {
    position: relative;
    width: 100%;
    left: 0;
    transform: none;
  }
  .submenu a {
    background: #5e93ff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0;
    padding: 15px 20px;
  }
  .subsubmenu a{
	    background: #6b97f1;
  }
  .h-search:after {
    display: none;
  }
  .h-search-ttl {
    width: 50px;
    height: 43px;
    background: #ececec;
  }
  .box01 {
    padding: 40px 0;
  }
  .box01 .container {
    display: block;
  }
  .b01-main {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .box01 .idx-ttl {
    text-align: center;
  }
  .idx-ttl {
    font-size: 34px;
  }
  .b01_sub_ttl{
      font-size:31px;
      font-weight:normal;
  }
  .b01-list li a {
    font-size: 18px;
  }
  .b01-list li {
    padding-left: 35px;
  }
  .b01-list li:before {
    top: 2px;
  }
  .b01-list {
    margin-bottom: 20px;
  }
  .idx-btn {
    text-align: center;
  }
  .idx-btn a {
    border-radius: 10px;
  }
  .b01-img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
  }
  .box02 {
    padding: 40px 0 20px;
  }
  .b02-txt {
    margin-bottom: 20px;
  }
  .b02-list {
    flex-wrap: wrap;
  }
  .b02-list li {
    margin-bottom: 30px;
    width: 25%;
    text-align: center;
  }
  .b02-itm-ttl {
    font-size: 18px;
  }
  .b02-list li:not(:last-child) {
    margin-right: 0;
  }
  .box03 {
    padding: 40px 0 10px;
  }
  .b03-list {
    flex-wrap: wrap;
  }
  .b03-item {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .b03-item:nth-child(2n) {
    margin-right: 0;
  }
  .b03-itm-main {
    padding: 15px 20px;
  }
  .b03-itm-ttl, .b06-itm-ttl {
    font-size: 20px;
  }
  .box04 {
    padding: 40px 0;
  }
  .box04 .container {
    display: block;
  }
  .b04-main {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  .idx-btn a:after {
    border-width: 5px 0 5px 7px;
  }
  .box04 .idx-ttl {
    text-align: center;
  }
  .b04-list {
    width: 100%;
  }
  .b04-itm-btn {
    width: 50px;
  }
  .box05 {
    padding: 40px 0;
  }
  .box06 {
    padding: 40px 0 10px;
  }
  .b06-list {
    flex-wrap: wrap;
  }
  .b06-item {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .b06-item:nth-child(2n) {
    margin-right: 0;
  }
  .b06-itm-main {
    padding: 15px 20px;
  }
  #footer {
    padding: 40px 0;
  }
  #footer .container {
    display: block;
  }
  .f-mod {
    width: 100%;
    margin: 0 0 30px;
  }
  .f-mod-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .f-mod:nth-child(2) {
    display: none;
  }
  .f-info {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .f-info:before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
  .f-txt {
    font-size: 14px;
  }
  .f-form {
    width: 100%;
    max-width: 500px;
  }
  .f-mod:last-child {
    margin-bottom: 0;
  }
  .f-form input {
    font-size: 14px;
  }
  .b04-itm-ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .b04-itm-date {
    font-size: 13px;
  }
.h-search form {
    right: -30px;
    margin-top: 2px;
}
    .post-detail{padding:0 3%;}
}
@media screen and (max-width: 480px) {
	.under .mainvisual-ttl{font-size:19px;}
.h-search .form{top: 50px;right: -109px;}
.h-lang:after{display:none;}
.h-lang{margin-left:10px;padding-left:0;display:block;}
.under .mainvisual{height: 160px;}
.study-item{width: calc(100%/2 - 5px);display: flex;align-items: center;}
.study-item-ttl{line-height: 1.4em;}
.study-ttl{font-size: 21px;}
.post-item {
    width: 100%;
    margin-right: 0;
}
  .idx-ttl {
    font-size: 26px;
  }
  .b01_sub_ttl{font-size:24px;}
  .b01-list li {
    width: 100%;
  }
  .b02-list li {
    width: 48%;
    padding: 0 5px;
    margin-bottom: 35px;
  }
  .b02-itm-ttl {
    font-size: 14px;
}
.b02-itm-img {

    margin: 0 0 15px;
}
  .b03-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b04-list {
    display: block;
  }
  .b04-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b04-item:last-child {
    margin-bottom: 0;
  }
  .b05-itm {
    width: 50%;
  }
  .b06-list {justify-content: space-between;}
  .b06-item {
    width: 48%;
    margin: 0 0 30px;
  }
  .b06-itm-date{
	  width: 45px;
    height: 45px;font-size: 12px;
	  
  }
  .main-slide .slick-slide img {
   
  }
  .main-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}