@charset "UTF-8";
/*==================================*/
/*BASE*/
/*==================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

img {
  border: none;
	max-width: 100%;
	height: auto;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

li img {
  vertical-align: bottom;
}
p {
	word-wrap: break-word;
}

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
  display: block;
}

/*------------------------------*/
/*box-sizing*/
/*------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -o-box-sizing: inherit;
  -ms-box-sizing: inherit;
  box-sizing: inherit;
}

/*==================================*/
/*COMMON CLASS*/
/*==================================*/
/*------------------------------*/
/*TXT*/
/*------------------------------*/
.txtSmall {
  font-size: 100%;
  line-height: 150%;
}

.txtMidium {
  font-size: 120%;
  line-height: 150%;
}

/*------------------------------*/
/*LAYOUT*/
/*------------------------------*/
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.centerBox {
  text-align: center;
}

.rightBox {
  text-align: right;
}

/*------------------------------*/
/*CREAR*/
/*------------------------------*/
.clear {
  clear: both;
  _zoom: 1;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/*hides IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*hide  IE-mac */
/*------------------------------*/
/*COLOR*/
/*------------------------------*/
.color-orange {
  color: #FF6600;
}

.color-red {
  color: #E60012;
}
.color-blue {
  color: #1B9DDD;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #FFFFFF;
}

.color-green {
  color: #009900;
}

/*------------------------------*/
/*Margin Padding */
/*------------------------------*/
.maL0 {
  margin-left: 0px !important;
}

.maL1 {
  margin-left: 10px !important;
}

.maL2 {
  margin-left: 20px !important;
}

.maL3 {
  margin-left: 30px !important;
}

.maT0 {
  margin-top: 0px !important;
}

.maT1 {
  margin-top: 10px !important;
}

.maT2 {
  margin-top: 20px !important;
}

.maT3 {
  margin-top: 30px !important;
}

.maR0 {
  margin-right: 0px !important;
}

.maR1 {
  margin-right: 10px !important;
}

.maR2 {
  margin-right: 20px !important;
}

.maR3 {
  margin-right: 30px !important;
}

.maU0 {
  margin-bottom: 0px !important;
}

.maU1 {
  margin-bottom: 10px !important;
}

.maU2 {
  margin-bottom: 20px !important;
}

.maU3 {
  margin-bottom: 30px !important;
}

.maU4 {
  margin-bottom: 40px !important;
}

.paL0 {
  padding-left: 0px !important;
}

.paL1 {
  padding-left: 10px !important;
}

.paL2 {
  padding-left: 20px !important;
}

.paL3 {
  padding-left: 30px !important;
}

.paT0 {
  padding-top: 0px !important;
}

.paT1 {
  padding-top: 10px !important;
}

.paT2 {
  padding-top: 20px !important;
}

.paT3 {
  padding-top: 30px !important;
}

.paR0 {
  padding-right: 0px !important;
}

.paR1 {
  padding-right: 10px !important;
}

.paR2 {
  padding-right: 20px !important;
}

.paR3 {
  padding-right: 30px !important;
}

.paU1 {
  padding-bottom: 10px !important;
}

.paU2 {
  padding-bottom: 20px !important;
}

.paU3 {
  padding-bottom: 30px !important;
}

/*------------------------------*/
/*TABLE */
/*------------------------------*/
table.table-no {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  padding: 5px;
}

table.table-no td {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  padding: 5px;
}

table.table-no th {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  background-color: #EDEDED;
  padding: 5px;
  text-align: left;
  font-size: 10px;
  color: #333333;
}

/*------------------------------*/
/*Efect */
/*------------------------------*/
/*banner rollover end etc*/
a:hover img.overBtn {
  filter: alpha(opacity=70);
  -moz-opacity: 0.90;
  opacity: 0.90;
}

/* //banner rollover */
/*------------------------------*/
/*JS Efect */
/*------------------------------*/
.imgover {
  margin: 0;
  padding: 0;
}

/*------------------------------*/
/*for txt float  */
/*------------------------------*/
.floatNext {
  overflow: auto;
  zoom: 1;
}

/*------------------------------*/
/*for txt float2  */
/*------------------------------*/
.floatOver {
  overflow: hidden;
  _zoom: 1;
}

/*------------------------------*/
/*ohters  */
/*------------------------------*/
.clearNone {
  clear: none !important;
}

.wideAuto {
  width: auto !important;
}

/*==================================*/
/*SITE STYLE*/
/*==================================*/
html {
  font-size: 62.5%;
}

body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #111111;
  font-size: 1.4rem;
  /*sp*/
  -webkit-text-size-adjust: 100%;
}


::selection {
    background: #E60012;
	color:#FFF;
}
::-moz-selection {
    background: #E60012; 
	color:#FFF;
}


/*IE*/
/*//*/
/*------------------------------*/
/*LINK STYLE*/
/*------------------------------*/
a {
	color: #E60012;
	text-decoration: none;
}
a:link {
  color: #E60012;
  text-decoration: none;
  transition: 0.3s linear;
}

a:visited {
  color: #E60012;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
a:hover,
a:hover img {
  cursor: pointer;
  color: #111;
  opacity: 0.6;
  /*text-decoration: none;*/
  transition-property: all;
  transition: 0.3s linear;
}
}
/*------------------------------*/
/*COMMON STYLE*/
/*------------------------------*/
.wrap {
  width: 1000px;
  margin: 0px auto;
}

/*------------------------------*/
/*レスポンシブ用class*/
/*------------------------------*/
.sp {
  display: none !important;
}

/*------------------------------*/
/*タブレット　（非対応）*/
/*------------------------------*/
/*@media screen and (max-width:979px){

img, object, embed {
	max-width:100%;
	height:auto;
	width: auto\9; 
	}
	img {
		
		-ms-interpolation-mode: bicubic; 
	}
	.wrap{
width:728px;

}


}*/
/*------------------------------*/
/*スマホ*/
/*------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  img, object, embed {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }

  img {
    /*ieで縮小表示奇麗に*/
    -ms-interpolation-mode: bicubic;
  }

  .wrap {
    width: auto;
    margin: 0 15px;
  }
}
/*------------------------------*/
/*slick.css  */
/*------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------*/
/* from [slick-theme.css ] */
/*------------------------------*/
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  width: 8px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 100px;
}

.slick-dots li.slick-active {
  background-color: #fc3a52;
  height: 10px;
  width: 10px;
}

.slick-dots li button {
  display: none;
  border: none;
  width: 100%;
  height: 100%;
  line-height: 1;
}

/*==================================*/
/*base*/
/*==================================*/
body {
  min-width: 1260px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

.font-jps {
  font-family: vdl-lineg, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-en {
  font-family: 'Ropa Sans', sans-serif;
}

.container {
  overflow-x: hidden;
}

.main {
  margin-left: 96px;
}
@media screen and (max-width: 767px) {
  .main {
    margin: 60px 0 0 0;
  }
}

.content {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.content {
  margin-bottom: 0;
}
}
/*==================================*/
/*header*/
/*==================================*/
header {
  width: 96px;
  height: 100%;
  z-index: 100;
  text-align: center;
  padding: 45px 0;
  border-right: 1px solid #ccc;
  background-color: #fff;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header::-webkit-scrollbar {
  display: none;
}
header a img:hover {
  animation: bounce 0.5s ease normal 0s none running;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    padding: 5px;
    height: 60px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
  }
}
header .logo {
  width: 70px;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  header .logo {
    margin: 0 0 0 0;
    width: 40px;
    display: flex;
    align-items: center;
  }
}
header .logo img {
  width: 100%;
}
header .schoolname {
  width: 60%;
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  header .schoolname {
    display: none;
  }
}
header .schoolname img {
  width: 100%;
}
header .menu {
  margin: 35px 0;
  background: url("../images/menu_bg.png") no-repeat top center;
  height: 107px;
  position: relative;
  cursor: pointer;
  transition-property: all;
  transition: 0.3s linear;
}
header .menu:hover {
  cursor: pointer;
  animation: bounce 0.5s ease normal 0s none running;
}
@media screen and (max-width: 767px) {
  header .menu {
    display: flex;
    align-items: center;
    margin: 5px 0 0 0;
    height: auto;
    width: 62px;
    height: 40px;
    background: url("../images/menu_sp_bg.png") no-repeat top center;
    background-size: 100%;
  }
}
header .menu p {
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 68px;
  height: 107px;
  background: url("../images/menu.png") no-repeat left center;
}
header .menu p:hover {
  cursor: pointer;
}
header .menu p.menuon {
  background: url("../images/menu_close.png") no-repeat left center;
  top: 0px;
}
@media screen and (max-width: 767px) {
  header .menu p {
    top: 0;
    height: 40px;
    left: -10px;
    width: 62px;
    background: url("../images/menu_sp.png") no-repeat left center;
    background-size: 100%;
  }
  header .menu p.menuon {
    left: 0;
    background: url("../images/menu_sp_close.png") no-repeat left center;
    background-size: 100%;
  }
}
header .eventsiryo {
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  header .eventsiryo {
    display: none;
  }
}
header .eventsiryo p {
  text-align: center;
  margin-bottom: 20px;
}
header .eventsiryo p img {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  header .snslink {
    display: none;
  }
}
header .snslink li {
  width: 30px;
  text-align: center;
  margin: 0 auto 5px auto;
}
header .snslink li img {
  width: 100%;
  -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
@media screen and (min-width: 768px) {
header .snslink li a:hover ,
header .snslink li a:hover img {
	opacity: 1.0;
}
header .snslink li a img:hover {
  animation: none;
  transform: scale(1.2);
}
}

header .schoolinfo {
  writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  header .schoolinfo {
    display: none;
  }
}
header .schoolinfo a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border: 1px solid #000;
  padding: 20px 5px;
  transition: .2s;
}
header .schoolinfo a:hover {
	background-color: #000;
	color: #FFF;
	opacity: 1.0;
}

@keyframes headerAni {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px) scale(1.1);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*==================================*/
/*footer*/
/*==================================*/
.footerEntry {
  background: url("../images/footer_bg.jpg");
  background-size: cover;
  position: relative;
}
.footerEntry .footerEntry__chara {
  position: absolute;
  right: -70px;
  bottom: 0;
}
.footerEntry .footerEntry__chara img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .footerEntry .footerEntry__chara {
    width: 70%;
    right: -20%;
  }
}
.footerEntry .footerEntry__section {
  display: block;
  text-align: center;
  background-color: rgba(230, 0, 18, 0.6);
  color: #fff;
  text-decoration: none;
  height: 220px;
  text-align: center;
}
.footerEntry .footerEntry__section.__taiken {
  background-color: rgba(3, 145, 209, 0.6);
}
@media screen and (max-width: 767px) {
  .footerEntry .footerEntry__section {
    height: 110px;
  }
}
.footerEntry .footerEntry__section:hover {
  opacity: 1;
  background-color: rgba(230, 0, 18, 0.9);
}
.footerEntry .footerEntry__section:hover img {
  opacity: 1;
}
.footerEntry .footerEntry__section.__taiken:hover {
  background-color: rgba(3, 145, 209, 0.9);
}
.footerEntry .footerEntry__section > div {
  position: relative;
  margin: 0 auto;
  height: 100%;
  background: url("../images/footer_siryo_img.png") no-repeat left bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footerEntry .footerEntry__section > div {
    background-size: 40% auto;
  }
}
.footerEntry .footerEntry__section > div.__taiken {
  background: url("../images/footer_taiken_img.png") no-repeat left bottom;
}
@media screen and (max-width: 767px) {
  .footerEntry .footerEntry__section > div.__taiken {
    background-size: 40% auto;
  }
}
.footerEntry .footerEntry__section > div > div {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footerEntry .footerEntry__section > div > div {
    width: 40%;
  }
}
.footerEntry .footerEntry__section > div > div:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -120px;
  background: url("../images/ic_link_cd.png") no-repeat left center;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .footerEntry .footerEntry__section > div > div:after {
    width: 35px;
    height: 35px;
    background-size: cover;
    right: -45px;
    top: 0;
  }
}
.footerEntry .footerEntry__section > div > div p {
  margin-top: 5px;
  font-size: 1.4rem;
  text-shadow: 2px 2px 18px #000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footerEntry .footerEntry__section > div > div p {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

footer {
  background: url("../images/footer_big_logo.png") no-repeat center bottom #000;
  text-align: center;
  padding: 80px 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    background-size: 90%;
    padding: 30px 10px 80px;
  }
}
footer .footer__school {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer__school {
    margin-bottom: 30px;
  }
}
footer .footer__school .footer__school__logo {
  margin-bottom: 30px;
}
footer .footer__school .footer__school__name img {
  width: 350px;
}

footer .fooer__link {
	margin-bottom: 60px;
}
footer .fooer__link ul {
	display: flex;
	justify-content: center;
}
footer .fooer__link ul li {
	padding: 0 15px;
}
footer .fooer__link ul li a {
	color: #FFF;
	text-decoration: underline;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
}

footer .fooer__link ul li a:before {
	position: absolute;
	top: 8px;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
footer .footer__school {
  margin-bottom: 10px;
}
footer .fooer__link {
	margin-bottom: 40px;
}
footer .fooer__link ul li {
	padding: 0 0;
	margin-right: 10px;
}
footer .fooer__link ul li:nth-child(2n) {
	margin-right: 10px;
}
footer .fooer__link ul li a {
	font-size: 12px;
	padding-left: 15px;
}
}

footer p {
  margin-bottom: 10px;
}
footer p a {
  color: #fff !important;
}
footer .footer__cr {
  font-size: 1.2rem;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  footer .footer__cr {
    margin-top: 30px;
    font-size: 1rem;
  }
}

/*footer_fix*/
#footer_fix {
	position: fixed;
	z-index: 89;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer_fix ,
#footer_fix  ul li a {
	height: 50px;
}
#footer_fix  ul{
	display: flex;
}
#footer_fix  ul li {
	width: calc(100% / 3);
	
}
#footer_fix  ul li a {
	position: relative;
	width: 100%;
	display: block;
	padding-left: 5px;
	line-height: 50px;
	
	color: #FFF;
	font-family: vdl-lineg, sans-serif;
	text-decoration: none;
}
#footer_fix  ul li a img {
	position: absolute;
	bottom:0;
	right: -25px;
	width: 80%;
	height: auto;
	
}
#footer_fix  ul li.footer__cv__2 a img {
	right: -30px;
}
#footer_fix  ul li.footer__cv__3 a img {
	right: -30px;
}
#footer_fix  ul li a span {
	position: relative;
	z-index: 1;
	font-weight: bold;
	font-style:oblique;
}
#footer_fix  ul li.footer__cv__1 a {
	background-color: #E60012;
}
#footer_fix  ul li.footer__cv__1 a span{
	text-shadow: 1px 1px 0px #E60012;
}
#footer_fix  ul li.footer__cv__2 a {
	background-color: #0D80BA;
}
#footer_fix  ul li.footer__cv__2 a span{
	text-shadow: 1px 1px 0px #0D80BA;
}
#footer_fix  ul li.footer__cv__3 a {
	background-color: #000000;
}
#footer_fix  ul li.footer__cv__3 a span{
	text-shadow: 1px 1px 0px #000000;
}
/*==================================*/
/*header menu*/
/*==================================*/
.header__open {
  position: fixed;
  box-sizing: border-box;
  z-index: 90;
  width: 85%;
  right: -85%;
  height: 100%;
  top: 60px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header__open {
    right: inherit;
    left: -65%;
    width: 65%;
    top: 0;
    padding: 20px 20px 0;
    margin-left: 96px;
  }
}
.header__open.menuon {
  animation: menuopen 0.5s cubic-bezier(0.86, 0, 0.07, 1) both;
}
@media screen and (min-width: 768px) {
  .header__open.menuon {
    animation: menuopen_pc 0.5s cubic-bezier(0.86, 0, 0.07, 1) both;
  }
}
.header__open.menuoff {
  animation: menuclose 0.5s cubic-bezier(0.86, 0, 0.07, 1) both;
}
@media screen and (min-width: 768px) {
  .header__open.menuoff {
    animation: menuclose_pc 0.5s cubic-bezier(0.86, 0, 0.07, 1) both;
  }
}
.header__open .header__colne {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  z-index: 100;
}
.header__open .header__openBody {
  cursor: pointer;
  height: 100%;
  /*スクロールさせる*/
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  /**/
}
@media screen and (max-width: 767px) {
  .header__open .header__openBody {
    padding-bottom: 200px;
  }
}

.header__bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 25;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding-bottom: 108px;
  cursor: pointer;
}

@keyframes menuopen {
  0% {
    right: -85%;
  }
  100% {
    right: 0;
  }
}
@keyframes menuclose {
  0% {
    right: 0;
  }
  100% {
    right: -85%;
  }
}
@keyframes menuopen_pc {
  0% {
    left: -65%;
  }
  100% {
    left: 0;
  }
}
@keyframes menuclose_pc {
  0% {
    left: 0;
  }
  100% {
    left: -65%;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.header__cv {
  padding: 10px;
  overflow: hidden;
}
.header__cv ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -10%;
}
.header__cv ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
}
.header__cv ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #e60012;
  color: #fff;
  padding: 5px;
  transform: skew(15deg);
}
.header__cv ul li a p {
  text-align: center;
  transform: skew(-15deg);
}
.header__cv ul li a p img {
  margin-bottom: 5px;
  width: 90%;
}
.header__cv ul li a p span {
  display: block;
}
.header__cv ul li.header__cv__1 a {
  background-color: #e60012;
  padding-left: 5vw;
}
.header__cv ul li.header__cv__2 a {
  background-color: #0d80ba;
}
.header__cv ul li.header__cv__3 a {
  background-color: #000;
  padding-right: 5vw;
}
.header__news {
	padding: 10px;
}
@media screen and (max-width: 767px) {
.header__news {
	margin-bottom: 10px;
}
}
.header__news a {
	display: block;
	text-align: center;
	padding: 15px 25px 15px 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #E60012;
	font-weight: bold;
	font-size: 16px;
}
.header__news a span {
	background-color: #000;
	color: #FFF;
	margin-right: 10px;
	padding: 1px 5px;
	font-size: 12px;
	font-weight: bold;
}
.header__news a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
.header__news a {
	text-align: left;
	padding: 15px 10px 15px 10px;
	line-height: 1.8;
	font-size: 14px;
}
.header__news a span {
	display: inline-block;
	padding: 1px 5px 0;
}

}

.header__text {
	width: 100%;
}
.header__navi {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .header__navi {
    width: auto;
    margin: 0px 0px;
    display: block;
    padding: 0 10px 20px 10px;
  }
}
.header__navi ul {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .header__navi ul {
    width: 100%;
  }
}
.header__navi ul li {
  margin-top: 10px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #CCC;
  border-radius: 5px;
}
.header__navi ul li.__houmohsa {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .header__navi ul li {
    margin-top: 8px;
  }
  .header__navi ul li.__houmohsa {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.header__navi ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #fff;
  padding: 15px 25px 15px 10px;
  border-radius: 4px;
  color: #000;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  background: url("../images/link_ic_u.png") no-repeat right 10px center #fff;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  .header__navi ul li a {
    font-size: 1.4rem;
  }
}
.header__navi ul li a.open {
  background-image: url("../images/link_ic_u_b.png");
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #ccc;
}
.header__navi ul li a.notsub {
  background-image: url("../images/arrow_b.png");
  background-size: 14px;
}
.header__navi ul li ul {
  width: 100%;
  border-radius: 0 0 4px 4px;
  background-color: #f3f3f3;
}
.header__navi ul li ul li {
  margin-top: 0;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.header__navi ul li ul li:last-child {
  border-bottom: none;
}
.header__navi ul li ul li a {
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
  background: url("../images/arrow_b.png") no-repeat right 10px center transparent;
  background-size: 14px;
  border: none;
}
@media screen and (max-width: 767px) {
  .header__navi ul li ul li a {
    font-size: 1.2rem;
  }
}
.header__navi .header__target {
  background-color: #f3f3f3;
  padding: 10px 10px 20px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.header__navi .header__target .header__langList {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.header__navi .header__target .header__langList li {
  display: flex;
  width: 33%;
  margin: 0;
  border-bottom: none;
  border-right: none;
}
.header__navi .header__target .header__langList li:nth-child(3n) {
  border-right: 1px solid #ccc;
}
.header__navi .header__target .header__langList li a {
  background-image: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: url("../images/lang_jp.png") no-repeat top 10px center #fff;
  background-size: auto 22px;
  padding: 40px 10px 10px 10px;
  text-align: center;
  line-height: 1.2;
}
.header__navi .header__target .header__langList li.__en a {
  background-image: url("../images/lang_en.png");
}
.header__navi .header__target .header__langList li.__kr a {
  background-image: url("../images/lang_kr.png");
}
.header__navi .header__target .header__langList li.__cn a {
  background-image: url("../images/lang_ch.png");
}
.header__navi .header__target .header__langList li.__tw a {
  background-image: url("../images/lang_ch.png");
}
.header__navi .header__target .header__langList li.__ve a {
  background-image: url("../images/lang_ve.png");
}

@media screen and (max-width: 767px) {
.header__navi .header__target ul {
	display: flex;
	flex-wrap: wrap;
}
.header__navi .header__target ul li {
	width: calc(50% - 5px);
	margin-right: 10px;
}
.header__navi .header__target ul li:nth-child(2n+1) {
	margin-right: 0;
}
.header__navi .header__target ul li a {
	height: 100%;
	font-size: 12px;
}
.header__navi .header__target ul li:first-child {
	width: 100%;
}
.header__navi .header__target ul li:first-child a {
	text-align: center;
}


}


.header__navi.__etc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__navi.__etc ul {
    justify-content: flex-start;
  }
}
.header__navi.__etc ul li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__navi.__etc ul li {
    display: flex;
    width: calc(33.33333% - 10px);
    margin-right: 13px;
  }
  .header__navi.__etc ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.header__navi.__etc ul li a {
  font-size: 1.2rem;
  background-color: #f3f3f3;
  height: 100%;
}
.header__navi.__houmon ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__navi.__houmon ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }
  .header__navi.__houmon ul li {
    display: flex;
    width: calc(33.33333% - 10px);
    margin-right: 15px;
  }
  .header__navi.__houmon ul li:nth-child(3n) {
    margin-right: 0;
  }
  .header__navi.__houmon ul li a {
    font-size: 1.4rem;
  }
}

.header__sns {
  padding: 0 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
.header__sns {
  margin-top: 10px;
}
}
.header__sns ul {
  display: flex;
  justify-content: center;
}
.header__sns ul li {
  margin: 0 10px;
  width: 40px;
}

.header__sns ul li img {
  width: 100%;
  -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
@media screen and (min-width: 768px) {
.header__sns ul li a:hover ,
.header__sns ul li a:hover img {
	opacity: 1.0;
}
.header__sns ul li a img:hover {
  animation: none;
  transform: scale(1.2);
}
}

.header__navi.__other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.header__navi.__other ul li {
  width: 32%;
}

.header__navi.__other ul li a {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
.header__navi.__other ul {
	margin-top: 20px;
}
.header__navi.__other ul li {
  width: 100%;
}
}

/*slick*/
.slide-arrow {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 95px;
  height: 167px;
  display: block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  margin-top: 0;
  background: url("../images/slide_btn_n.png") no-repeat center center;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    width: 60px;
    height: 120px;
    right: -20px;
    bottom: -20px;
  }
}
.slide-arrow.__type2 {
  background: url("../images/slide_btn2_n.png") no-repeat center center;
  width: 100px;
  height: 100px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .slide-arrow.__type2 {
    width: 70px !important;
    height: 70px !important;
    background-size: cover !important;
  }
}
.slide-arrow.prev-arrow {
  background: url("../images/slide_btn_b.png") no-repeat center center;
  left: -35px;
  bottom: -60px;
  top: auto;
  right: inherit;
  display: none !important;
}
.slide-arrow.prev-arrow.__type2 {
  display: block !important;
  background: url("../images/slide_btn2_b.png") no-repeat center center;
  top: 0px;
  left: -35px;
}
@media screen and (max-width: 767px) {
  .slide-arrow.prev-arrow {
    left: 0;
    bottom: -20px;
  }
}
.slide-arrow.slick-disabled {
  opacity: 0;
}
.slide-arrow.next-arrow.__full {
  right: 0;
}
.slide-arrow.prev-arrow.__full {
  left: 0;
}

/*==================================*/
/*common*/
/*==================================*/
.sectionTitle {
  font-size: 4.4rem;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sectionTitle {
    margin-bottom: 10px;
    font-size: 3.2rem;
  }
}
.sectionTitle > div {
  display: inline-block;
  padding: 20px 40px;
  background: url("../images/titles_bg_l.png") no-repeat left top, url("../images/titles_bg_r.png") no-repeat right bottom;
}
.sectionTitle > div > p {
  margin-bottom: 10px;
}
.sectionTitle > div > p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sectionTitle > div {
    background-size: 12px,12px;
    padding: 20px 25px;
  }
}
.sectionTitle .sectionTitle__jp {
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sectionTitle .sectionTitle__jp {
    font-size: 1.4rem;
  }
}
.sectionTitle.__white {
  color: #fff;
}
.sectionTitle.__white > div {
  background: url("../images/titles_bg_l_w.png") no-repeat left top, url("../images/titles_bg_r_w.png") no-repeat right bottom;
}
.btn__colum {
  text-align: center;
}

a.btn {
  display: inline-block;
  position: relative;
  padding: 20px 80px;
  min-width: 250px;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  background: url("../images/arrow_r.png") no-repeat center right 30px #fff;
}
@media screen and (max-width: 767px) {
  a.btn {
    padding: 20px 50px;
    background-position: center right 15px;
    background-size: 20px;
  }
}
a.btn:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  border: 1px solid #000;
  left: 3px;
  top: 3px;
  transition-property: all;
  transition: 0.3s linear;
}
a.btn.__blue {
  background: url("../images/arrow_w.png") no-repeat center right 15px #169adc;
  color: #fff;
}
a.btn.__red {
  background: url("../images/arrow_w.png") no-repeat center right 15px #E60012;
  color: #fff;
}
a.btn.__green {
  background: url("../images/arrow_w.png") no-repeat center right 15px #00B900;
  color: #fff;
}
a.btn.__blue:after {
  border-color: #e60012;
}
a.btn.__glay {
  background-color: #e2e2e2;
}
a.btn:hover:after {
  left: 0px;
  top: 0px;
  transition-property: all;
  transition: 0.3s linear;
}

div.btn_nolink {
  display: inline-block;
  position: relative;
  padding: 20px 80px;
  min-width: 250px;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  background-color: #EEE;
}
@media screen and (max-width: 767px) {
  div.btn_nolink {
    padding: 20px 50px;
    background-position: center right 15px;
    background-size: 20px;
  }
}


/*youtube*/
.movieWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.lineTxt {
  background: linear-gradient(transparent 10%, #eaff03 0%);
}
