﻿@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
  -webkit-text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit; /* 2 */
  color: inherit;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/*==============================================================================================================================================================================================
*
*
* common
*
*
==============================================================================================================================================================================================*/
html {
  overflow: auto;
  height: 100%;
  letter-spacing: 0.05em;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Sans JP", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

body {
	color: #222;
	background-color: #F8F8F8;
}

img {
  display: block;
  max-width: 100%;
}

/*---------------
*
* デフォルトフォントサイズ設定
*
---------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  line-height: 1.9;
}
.inner{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-left: 140px;
}

a{
	transition: 0.3s;
}
a:hover{
	opacity: 0.7;
}

.fadeIn {
  opacity: 0;
  margin-top: 30px;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
  margin-top: 0;
}

.pc {
	display: inline;
}
.sp {
	display: none;
}

@media (max-width: 790px) {
	body {
		font-size: 1.4em;
	}
	.inner{
		width: 94%;
		padding-top: 60px;
		padding-left: 20px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
}

/*==============================================================================================================================================================================================
*
*
* header
*
*
==============================================================================================================================================================================================*/
header{
	position: relative;
	text-align: right;
	color: #FFF;
}
header .viewer{
	position: relative;
	width: 100%;
	z-index: 10;
}
header h1 ,
header .gNavi{
	position: absolute;
	z-index: 1000;
}
header #langarea{
	position: absolute;
	z-index: 5000;
}
header h1{
	top: 7%;
	right: 6%;
}
header #langarea{
	text-align: left;
	top: 1%;
	left: 3%;
}
#langopen{
	border: 1px solid #666;
	background-color: #666;
	padding: 2px 9px;
	border-radius: 5px;
	font-size: 1.1rem;
	cursor: pointer;
}
#langopen:hover{
	background-color: #FFF;
	color: #666;
}
.langbtn{
	display: none;
	text-align: center;
	position: fixed;
  z-index: 5000;
  top: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 160px;
  padding: 1em;
  background: rgba(30, 30, 30, 100);
}

header .gNavi{
	top: 7%;
	left: 3%;
	text-align: left;
	writing-mode: vertical-rl;
}
header .gNavi li{
	margin-right: 15px;
}
header .gNavi li a{
	text-decoration: none;
}

.gNav-sp {
  position: absolute;
	top: 20%;
	left: 1%;
  display: none;
}
.gNav-sp>div {
  position: relative;
  width: 30px;
  height: 24px;
}
@media (max-width: 790px) {
  .gNav-sp {
    display: block;
  }
}
.gNav-sp .btn-gnavi {
  position: absolute;
  z-index: 1500;
  top: 20%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gNav-sp .btn-gnavi span {
  position: absolute;
  width: 30px;
  height: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  background: #FFF;
}
.gNav-sp .btn-gnavi span:nth-child(1) {
  top: 5px;
}
.gNav-sp .btn-gnavi span:nth-child(2) {
  top: 15px;
}
.gNav-sp .btn-gnavi.open span {
  background: #fff;
}
.gNav-sp .btn-gnavi.open span:nth-child(1) {
  translate: 0 5px;
  rotate: 0.125turn;
}
.gNav-sp .btn-gnavi.open span:nth-child(2) {
  translate: 0 -5px;
  rotate: -0.125turn;
}
.gNav-sp #global-navi {
  position: fixed;
  z-index: 99;
  top: 0;
  left: -300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgba(30, 103, 181, 0.95);
  font-size: 16px;
}
.gNav-sp #global-navi ul li {
  display: block;
  padding: 20px 28px;
  text-align: left;
  letter-spacing: 0.1em;
}
.gNav-sp #global-navi ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

footer .footerLinks{
}
footer .footerLinks ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .footerLinks ul:nth-of-type(1){
	border-bottom: 1px solid #222;
	margin: 60px 0 40px;
	padding-bottom: 40px;
}
footer .footerLinks ul:nth-of-type(2){
	font-size: 1.6rem;
	margin: 20px 0 20px;
}
footer .footerLinks ul li{
	padding: 0 40px;
}
footer .footerLinks ul:nth-of-type(2) a{
	text-decoration: underline;
}
footer small{
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	padding: 20px 0;
	background-image: radial-gradient(circle, rgba(99, 0, 148, 1), rgba(13, 0, 57, 1) 90%);
}
@media (max-width: 790px) {
	header h1 img{
		width: 12vw;
	}
	header .gNavi{
		display: none;
	}
	footer .footerLinks ul:nth-of-type(1){
		flex-wrap: wrap;
		margin: 40px 0 40px;
		padding-bottom: 40px;
	}
	footer .footerLinks ul:nth-of-type(2){
		flex-wrap: wrap;
		font-size: 1.4rem;
		margin: 20px 0 20px;
	}
	footer .footerLinks ul:nth-of-type(2) li{
		width: 40%;
	}
	footer .footerLinks ul li{
		padding: 10px 15px;
	}
}

/*==============================================================================================================================================================================================
*
*
* inner共通
*
*
==============================================================================================================================================================================================*/
.inner h2{
	position: absolute;
	top: -30px;
	left: 0;
	text-align: right;
}
.inner h2 div{
	text-align: left;
	writing-mode: vertical-rl;
}
.inner h2 div span.titleJp{
	font-size: 4.0rem;
	font-weight: 900;
}
.inner h2 div span.titleEn{
	font-size: 1.4rem;
	padding-top: 0.5em;
}
.pText{
	color: #6F2489;
	font-size: 2.6rem;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
.btnType{
	background-image: url(/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 1.0em center;
	font-size: 1.4rem;
	display: inline-block;
	padding: 0.7em 2.0em;
	border: 1px solid #222;
}
@media (max-width: 790px) {
	.inner h2{
		margin-bottom: 50px;
	}
	.inner h2 div{
		text-align: left;
		writing-mode: horizontal-tb;
	}
	.inner h2 div span.titleJp{
		font-size: 2.3rem;
		font-weight: 900;
	}
	.inner h2 div span.titleEn{
		font-size: 0.9rem;
		padding-top: 0;
	}
}

/*==============================================================================================================================================================================================
*
*
* about
*
*
==============================================================================================================================================================================================*/
.about{
	background-color: #E9E5F0;
	padding: 90px 0 120px;
}
.about .imgR{
	float: right;
	margin: 0 0 20px 20px;
}
@media (max-width: 790px) {
	.about{
		background-color: #E9E5F0;
		padding: 90px 0 90px;
	}
	.about .sp img{
		margin: 15px auto 0 auto;
		width: 50%;
	}
}

/*==============================================================================================================================================================================================
*
*
* movie
*
*
==============================================================================================================================================================================================*/
.movie{

}
video{
	width: 100%;
}
#video2,
#video3,
#video4,
#video5,
#video6,
#video7,
#video8{
	display: none;
}

/*==============================================================================================================================================================================================
*
*
* supervisor
*
*
==============================================================================================================================================================================================*/
.supervisor{
	background-color: #E9E5F0;
	padding: 90px 0 120px;
	text-align: center;
}
.supervisor img{
	margin: 5px auto;
}
.supervisor hr{
	display: block;
	margin: 10px auto 0;
	padding: 5px 0;
	width: 50px;
	border-top: 2px solid #6F2489;
	border-right: 0px solid #6F2489;
	border-bottom: 0px solid #6F2489;
	border-left: 0px solid #6F2489;
}

/*==============================================================================================================================================================================================
*
*
* course
*
*
==============================================================================================================================================================================================*/
.course{
	background-image: url(/img/courseBg.png);
	background-repeat: no-repeat;
	background-position: 30% 103%;
	padding: 90px 0 120px;
}
.course .flex{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.course .flex>div:nth-of-type(1){
	width: 35%;
}
.course .flex>div:nth-of-type(1) .btnType{
	margin-top: 20px;
}
.course .flex>div:nth-of-type(2){
	width: 59%;
}
.course .flex>div:nth-of-type(2) ul li{
	margin-bottom: 20px;
	border-left: 1px solid #222;
	padding-left: 15px;
	overflow: hidden;
}
.course .flex>div:nth-of-type(2) ul li img{
	/*float: right;*/
	margin: 0 0;
	width: 100%;
}
.course .flex>div:nth-of-type(2) ul li a{
	background-image: url(/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding: 0.7em 0 0.7em 1em;
	text-decoration: underline;
}
.course .courseName{
	font-size: 2.0rem;
	display: block;
	margin-bottom: 0.8em;
}
.course .courseName img{
	width: auto !important;
	display: inline-block;
	vertical-align: middle;
}
.course .pText{
	font-size: 1.8rem;
}
.course .coursePrice{
	font-size: 1.8rem;
	display: block;
	text-align: right;
	margin-top: 0.8em;
	margin-bottom: -2em;
}
@media (max-width: 790px) {
	.course{
		background-size: 45%;
		background-position: 30% 100%;
	}
	.course .flex{
		flex-direction: column;
	}
	.course .flex>div:nth-of-type(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.course .flex>div:nth-of-type(2){
		width: 100%;
	}
	.course .courseName img{
		display: block;
	}
}

.imgLine{
	width: 100%;
}

.reservation{
	background-image: url(/img/reservationBg.png);
	background-repeat: no-repeat;
	background-position: 85% -5%;
	padding: 120px 0 120px;
}
.reservation .inner{
	text-align: center;
}
.reservation .btnType{
	margin-top: 20px;
}
@media (max-width: 790px) {
	.reservation{
		background-size: 60%;
		background-position: 85% -5%;
		padding: 120px 0 120px;
	}
}

.access{
	/* ★背景画像版
	background-image: url(../img/accessBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 120px;
	color: #FFF;
	*/
	background-image: url(/img/courseBg.png);
	background-repeat: no-repeat;
	background-position: 30% 103%;
	padding: 120px 0 120px;
	border-bottom: 1px solid #222;
}
.access .inner,
.access .inner p{
	text-align: center;
}
.access .inner p img{
	margin: 0 auto;
}
.access iframe{
	max-width: 880px;
	width: 100%;
	margin-bottom: 40px;
}



