/* GLOBAL STYLES
-------------------------------------------------- */
body {
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

a {
	-webkit-transition: all ease 0.25s;
	-moz-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}


/* structure
-------------------------------------------------- */
.container {
  box-sizing: border-box !important;
  margin: 0 auto;
  position: relative;
  max-width: 860px;
}
@media (max-width: 859px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
}

/* common
-------------------------------------------------- */
@media (min-width: 668px) {
  .mb {
    display: none;
  }
}

@media (max-width: 667px) {
  .mb {
    display: inline-block;
  }
  .mb_none {
    display: none;
  }
}
@media (min-width: 415px) {
  .sp {
    display: none;
  }
}
@media (max-width: 414px) {
  .sp {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
}

/* margin */
.mgt0	{
	margin-top: 0px !important;
}
.mgt10	{
	margin-top: 10px !important;
}
.mgt20	{
	margin-top: 20px !important;
}
.mgt30	{
	margin-top: 30px !important;
}
.mgt40	{
	margin-top: 40px !important;
}
.mgt50	{
	margin-top: 50px !important;
}
.mgb0	{
	margin-bottom: 0px !important;
}
.mgb10	{
	margin-bottom: 10px !important;
}
.mgb20	{
	margin-bottom: 20px !important;
}
.mgb30	{
	margin-bottom: 30px !important;
}
.mgb40	{
	margin-bottom: 40px !important;
}
.mgb50	{
	margin-bottom: 50px !important;
}
.mgb100	{
	margin-bottom: 100px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  font-weight: 600;
  line-height: 1.4;
}

h2 {
  font-size: 2.1em;
}
h3 {
  font-size: 1.9em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.1em;
}
@media (max-width: 859px) {
  h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 559px) {
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 414px) {
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.4em;
  }
}

q {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 1em;
  quotes: "“" "”" "‘" "’";
  padding: 0 2em;
  position: relative;
}
q:before, q:after {
  color: rgba(0,0,0,0.15);
  font-size: 4em;
  line-height: 1;
  position: absolute;
}
q:before {
  content: open-quote;
  left: 0;
  top: -0.4em;
}
q:after {
  content: close-quote;
  bottom: -0.8em;
  right: 0;
}

.text {
  color: #010101;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 2em;
  padding: 0;
}
@media (max-width: 414px) {
  .text {
    font-size: 1em;
  }
}
.desc {
  font-size: 0.8em;
}

ul.disc {
  color: #010101;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 2em;
  padding: 1em 1em 1em 2.5em;
}
ul.disc li {
  font-weight: 600;
  list-style: disc;
  padding: 0.25em 0 0.25em 1em;
}
ul.decimal {
  color: #010101;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
  padding: 1em 1em 1em 2.5em;
}
ul.decimal li {
  list-style: decimal;
  padding: 0.25em 0 0.25em 1em;
}
ul.border {
  border: 1px solid #ccc;
}
ul.border_w {
  border: solid 1px #999;
	outline: solid 2px #999;
	outline-offset: 3px;
	margin: 3px; 
}

.text_center {
  text-align: center !important;
}
.text_right {
  text-align: right !important;
}
.text_left {
  text-align: left !important;
}

.font_S {
  font-size: 0.85em;
}
.font_L {
  font-size: 1.3em;
}
.font_LL {
  font-size: 1.7em;
}
@media (max-width: 667px) {
  .font_L {
    font-size: 1.2em;
  }
  .font_LL {
    font-size: 1.5em;
  }
}
@media (max-width: 414px) {
  .font_L {
    font-size: 1.1em;
  }
  .font_LL {
    font-size: 1.3em;
  }
}

.bold {
  font-weight: 600;
}
.u {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.u2 {
  border-bottom-width: 2px;
}
.i {
  font-style: italic;
}
.red {
  color: #e51629;
}
.blue {
  color: #0a2772;
}
.white {
  color: #fff;
}
.bg_y {
  background: #fff08b;
}

/* subheader */
.subheader {
  margin: 0 0 30px;
  padding: 25px 0 25px;
	position: relative;
  text-align: center;
}
.subheader h2 {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.subheader h2 .u {
  border-bottom-width: 3px;
}

/* button */
.buttons_wrp {
  padding: 50px 0;
  text-align: center;
}
.button {
  background: #e51629 url("../images/contact_btn_arrow@2x.png") no-repeat right 25px top 50%;
  background-size: 40px 40px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  color: #fff;
  display: inline-block;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  overflow: hidden;
  padding: 3px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.button img {
  position: absolute;
  right: -20px;
  top: -30px;
}
.button span {
  border: 1px solid rgba(255,255,255,0.7);
  color: #fff;
  display: block;
  font-size: 1.4em;
  padding: 25px 80px 25px 30px;
  text-align: center;
  -webkit-transition: all ease 0.25s;
	-moz-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
@media (max-width: 414px) {
  .button span {
    font-size: 1.2em;
  }
}
.button:hover, 
.button:focus {
  background: #ff3f51 url("../images/contact_btn_arrow@2x.png") no-repeat right 15px top 50%;
  background-size: 40px 40px;
  text-decoration: none;
}
.button:hover span, 
.button:hover span {
  color: #fff;
}
.button::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny 3s ease-in-out infinite;
}
@keyframes shiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* float bottom img */
.sakamoto_wrp {
  display: flex;
}
.sakamoto_wrp > div {
  padding: 0;
  width: 100%;
}
.sakamoto_wrp figure.sakamoto {
  height: 100%;
  float: right;
  shape-outside: inset(calc(100% - 374px) 0 0 0);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 0 20px;
  text-align: center;
}
.sakamoto_wrp figure.sakamoto img {
  width: 270px;
}
@media (max-width: 859px) {
  .sakamoto_wrp figure.sakamoto {
    shape-outside: inset(calc(100% - 299px) 0 0 0);
  }
  .sakamoto_wrp figure.sakamoto img {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .sakamoto_wrp figure.sakamoto {
    shape-outside: inset(calc(100% - 239px) 0 0 0);
  }
  .sakamoto_wrp figure.sakamoto img {
    width: 160px;
  }
}

/* sign */
.sign {
  text-align: right;
}
@media (max-width: 667px) {
  .sign img {
    width: 170px;
  }
}
@media (max-width: 480px) {
  .sign img {
    width: 140px;
  }
}


/* header
-------------------------------------------------- */
#header {
	background: #000 url("../images/header_bg@2x.jpg") no-repeat 50% top / cover;
  padding-bottom: 40px;
	position: relative;
  text-align: center;
  z-index: 1;
}
.header_top {
  align-items: center;
  background: #3b333e;
  display: flex;
  justify-content: center;
  min-height: 50px;
  padding: 10px 15px 10px;
}
.header_top p {
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media (max-width: 667px) {
  .header_top p {
    font-size: 1em;
  }
}
.header_title {
  margin: 60px 0 40px;
}
.header_text {
  margin: 0;
}


/* video
-------------------------------------------------- */
.video {
  background: #000;
  margin-bottom: 30px;
  padding-top: 80px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .video img {
    width: 80%;
  }
}


/* sec_note
-------------------------------------------------- */
.sec_note {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.sec_note .note {
  padding: 0;
}
.sec_note .note_line {
  background: linear-gradient(rgba(0,0,0,0.15) 1px, transparent 1px);
  background-size: auto 2em;
  color: #010101;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 2em;
  margin-bottom: 0;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .sec_note .note_line {
    font-size: 1em;
  }
}
.sec_note .sign {
  padding: 2em 0 0;
}


/* sec_text
-------------------------------------------------- */
.sec_text {
  background: #eae5e6;
  margin: 0;
  padding: 50px 50px;
  position: relative;
}
@media (max-width: 859px) {
  .sec_text {
    padding: 30px 30px;
  }
}
@media (max-width: 667px) {
  .sec_text {
    padding: 15px 15px;
  }
}
.sec_text .container {
  background: #fff;
  padding: 50px 50px 0;
}
@media (max-width: 767px) {
  .sec_text .container {
    padding: 30px 30px 0;
  }
}
@media (max-width: 667px) {
  .sec_text .container {
    padding: 30px 15px 0;
  }
}
/*.sec_text .subheader {
  background: rgb(114,64,59);
  background: radial-gradient(circle, rgba(114,64,59,1) 0%, rgba(59,51,62,1) 100%);
  box-shadow: inset 0 0 30px rgba(44, 24, 51, 0.8);
  margin: 0;
  padding: 25px 15px 25px;
	position: relative;
  text-align: center;
}*/
.sec_text .subheader {
  background: rgb(18,68,127);
  background: radial-gradient(circle, rgba(18,68,127,1) 0%, rgba(1,13,54,1) 100%);
  box-shadow: inset 0 0 30px rgba(1, 13, 54, 0.8);
  margin: 0;
  padding: 25px 15px 25px;
	position: relative;
  text-align: center;
}
.sec_text .subheader h2 {
  background: linear-gradient(to right, #ffed50 0%, #ffffff 50%, #ffed50 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.sec_text .subheader h2 .u {
  border-bottom-width: 2px;
}
.sec_text .subheader h2 .red {
  color: #ff3f51;
}
.sec_text .text_wrp {
  background: #fff;
  padding: 30px 30px 60px;
}
@media (max-width: 767px) {
  .sec_text .text_wrp {
    padding: 30px 15px 40px;
  }
}


/* sec_course
-------------------------------------------------- */
.sec_course {
  background: #0c101d url("../images/header_bg@2x.jpg") no-repeat 50% top / cover;
  position: relative;
}
.sec_course > div {
  background-image: url("../images/grid@2x.png");
  background-size: 20px 20px;
  padding: 50px 0 50px;
  text-align: center;
}
.sec_course h3 {
  margin: 0;
  padding: 0;
}
.sec_course h3 img {
  max-width: 400px;
}
@media (max-width: 559px) {
  .sec_course h3 img {
    max-width: 300px;
  }
}
.sec_course .subheader h2 {
  background: linear-gradient(to right, #ffed50 0%, #ffffff 50%, #ffed50 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  font-size: 2.7em;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .sec_course .subheader h2 {
    font-size: 2.4em;
  }
}
@media (max-width: 667px) {
  .sec_course .subheader h2 {
    font-size: 2.2em;
  }
}
@media (max-width: 559px) {
  .sec_course .subheader h2 {
    font-size: 2em;
  }
}
.sec_course .container {
  background: rgba(0,0,0,0.5);
  padding: 30px;
}
.sec_course ul.course_list {
  border: 10px solid #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.sec_course ul.course_list li {
  background: #fff url("../images/checkmark@2x.png") no-repeat 25px 50%;
  background-size: 36px 36px;
  font-size: 1.25em;
  font-weight: 700;
  padding: 15px 30px 15px 85px;
}
@media (max-width: 667px) {
  .sec_course ul.course_list li {
    font-size: 1.15em;
    padding: 15px 15px 15px 65px;
  }
}
@media (max-width: 414px) {
  .sec_course ul.course_list li {
    background-position: 15px 50%;
    background-size: 30px 30px;
    font-size: 1.1em;
  }
}
.sec_course ul.course_list li:nth-child(odd) {
  background-color: #f7f5e7;
}



/* sec_apply
-------------------------------------------------- */
.sec_apply {
  background: #000 url("../images/header_bg@2x.jpg") no-repeat 50% 50% / cover;
  position: relative;
}
.sec_apply .container-fluid {
  background: rgba(0,0,0,0.5);
  padding: 50px 0 50px;
  text-align: center;
}
.sec_apply h3 {
  margin: 0;
}
@media (max-width: 667px) {
  .sec_apply h3 img {
    width: 80%;
  }
}
.sec_apply .sec_apply_form {
  background: rgba(255,255,255,0.1);
  margin: 50px auto 0;
  text-align: center;
  padding: 30px;
  max-width: 600px;
}
@media (max-width: 559px) {
  .sec_apply .sec_apply_form {
    margin: 50px 30px 0;
  }
}
.sec_apply .sec_apply_form form {
  margin: 0 auto;
}
.sec_apply .sec_apply_form input {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 2px;
  font-size: 1em;
  height: auto;
  margin-bottom: 25px;
  padding: 0.5em 1em;
}
.sec_apply .sec_apply_form input:hover, 
.sec_apply .sec_apply_form input:focus {
  background: #fff;
  border: 1px solid #e51629;
  box-shadow: 0 0 6px #e51629;
}
.sec_apply .sec_apply_form .sec_apply_form_horizontal {
  display: flex;
  justify-content: space-between;
}
.sec_apply .sec_apply_form .sec_apply_form_horizontal input {
  width: 48%;
}
.sec_apply .sec_apply_form  button {
  border: 0;
  width: 100%;
}
.sec_apply .sec_apply_form  button span {
  padding: 15px 80px 15px 30px;
}
@media (max-width: 559px) {
  .sec_apply .sec_apply_form  button span {
    font-size: 1.2em;
  }
}


/* sec_ps
-------------------------------------------------- */
.sec_ps {
  padding-top: 50px;
  padding-bottom: 100px;
}
.ps_header {
  position: relative;
  margin: 50px 0 30px;
  text-align: center;
}
.ps_header:before, 
.ps_header:after {
  border-top: solid 1px rgba(0,0,0,0.3);
  border-bottom: solid 1px rgba(0,0,0,0.3);
  content: '';
  left: 0;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  width: 100%;
}
.ps_header:before {
  left: 0;
}
.ps_header:after {
  right: 0;
}
.ps_header div {
  color: #3b333e;
  display: inline-block;
  font-size: 0.8em;
  padding: 5px 1em;
  position: relative;
  z-index: 1;
}
.ps_header div:after {
  background: #fff;
  content: '';
  left: 0;
  height: 12px;
  position: absolute;
  top: calc(50% - 5px);
  width: 100%;
  z-index: 0;
}
.ps_header div span {
  position: relative;
  z-index: 2;
}
.sec_ps h3 {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 50px;
  text-align: center;
}


/* footer
-------------------------------------------------- */
#footer {
	background: #3b333e;
	color: rgba(255,255,255,0.7);
	font-size: 0.75em;
  margin-top: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}
#footer p {
  font-family: 'Noto Serif JP', serif;
}
.footer_link {
  text-align: left;
}
.footer_link a {
  color: rgba(255,255,255,0.7) !important;
}
.footer_copyright {
  text-align: right;
}
@media (max-width: 767px) {
  .footer_link, 
  .footer_copyright {
    text-align: center;
  }
}

/*#gotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
#gotop a {
	background-color: rgba(0,0,0,0.3);
	background-image: url(../images/gotop.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	height: 40px;
	width: 40px;
}
#gotop a:hover {
	background-color: rgba(0,0,0,0.5);
}*/


