@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "normalize.css";
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 180%;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
p{
	font-size: 16px;
	padding-top: 0;
	margin-top: 0;
}
a:hover, a:active {
	text-decoration: none;
}
.imgr {
    display: block;
    max-width: 100%;
    height: auto;
}
#totop {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 10;
	margin-bottom: 0;
}
.bold {
	font-weight: bold;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
*, *:before, *:after {
	box-sizing: border-box;
}


/*セクション間余白-----------------------------------------------------------*/

section{
	padding-top: 80px;
	padding-bottom: 80px;
}
h2{
	line-height: 1.4;
	padding-bottom: 40px;
	font-size: 50px;
	font-weight: 900;
}
h3{
	line-height: 1.4;
	padding-bottom: 40px;
	font-size: 24px;
	font-weight: 900;
}
h4{
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.row{
	margin: 0 5rem;
}
/*
色関連
----------------------------------------------------------- */
.bg_cl1 {
  background-color: #edeeff;/*青*/
}
.bg_cl2 {
  background-color: #f8f8f8;/*黄*/
}
.bg_cl3 {
/*  background-color: #B71111;*/
  background-color: #3c2daf;
/*
  background-image: -webkit-gradient(linear, left top, right top, from(#1d2088), to(#5b3ad7));
  background-image: -webkit-linear-gradient(left, #1d2088 0%, #5b3ad7 100%);
  background-image: linear-gradient(to right, #1d2088 0%, #5b3ad7 100%);
*/
}
.bg_cl4 {
  background-color: #fff9e4;/*薄い黄*/
}
.bg_cl5 {
  background-color: #ebf7ff;/*薄い青*/
}
.bg_cl6 {
  background: url("../img/bg01.png")repeat;
}
.highlight {
    background: -webkit-linear-gradient(transparent 60%, #f6f063 50%);
    background: -o-linear-gradient(transparent 60%, #f6f063 50%);
    background: linear-gradient(transparent 60%, #f6f063 50%);
    font-weight: bold;
}
.highlight02 {
    background: -webkit-linear-gradient(transparent 60%, #fff 50%);
    background: -o-linear-gradient(transparent 60%, #fff 50%);
    background: linear-gradient(transparent 60%, #fff 50%);
    font-weight: bold;
}
.graybox{
	background: #f7f7f7;
	padding: 50px;
}
.blue_box{
	background: #edeeff;
	padding: 50px;	
}
.cl_white{
	color: #fff;
}
.cl_yellow{
	color: #ffe353;
	font-weight: bold;
}
.cl_red{
	color: #B71111;
}
.cl_blue{
	color: #1d2088;
}
.font_xs{
	font-size: 60%;
}
.font_l{
	font-size: 180%;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
    line-height: 1.7;
    font-family: YakuHanJP, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic";
/*    color: #222;*/
	color: #232323;
	font-size: 16px;
}
.number{
    font-family: 'Century Gothic', 'Roboto', "Helvetica Neue", Arial;
	font-size: 115%;
}
#wrapper {
	min-width: 980px;
	overflow: hidden;
}
.container {
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
.sp {
	display: none;
}
.tab {
	display: none;
}	
.pc {
	display: block;
}

@media (min-width: 960px) and (max-width: 980px) {
 section {
    padding: 60px 0;
 }
.container{
	width: 100%;
}
#wrapper {
	min-width: auto;
	overflow: hidden;
}
.container {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.sp {
	display: none;
}
.tab {
	display: none;
}
.pc {
	display: block;
}

}
	
/*======================================Header====================================*/

header .logo {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.l-header__inner .container{
/*
    display: flex;
    justify-content: space-between;
*/
/*	height: 90px;*/
}
.l-header__logo{
    display: flex;
    padding-top: 2rem;
}
.l-header__logo img {
    width: 100%;
}
.l-header__menu .l-header__contact{
    display: flex;
}
.l-header__contact {
    align-items: center;
    grid-area: contact;
    flex-direction: row-reverse;
}
.l-header__button {
    display: flex;
    margin: 1.125rem;
    background-color: #f5dd65;
	font-size: 14px;
	padding: 20px 30px;
}
.l-header__button a{
    color: #000;
	font-weight: bold;
	text-decoration: none;
}
.p-header-tel {
    padding-left: 1.25rem;
}
.l-header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    transition: all cubic-bezier(.215,.61,.355,1) .6s;
    z-index: 200;
    top: 0;
}
.l-header__inner .box_pre{
/*	border: 3px dashed #B71111;*/
	padding: 10px 20px;
}
.center{
	text-align: center;
	margin: 0 auto;
}
.l-header__inner .box_spe{
	padding: 15px 20px;
}
.box_spe h3{
	padding-bottom: 0;
}
.l-header__inner h2{
	padding-bottom: 0;
	font-size: 40px;
}

/*======================================Mainvisual====================================*/
.fv {
/*	background: #17254f;*/
	background: #e5e5e5;
/*	padding: 60px 0;*/
	padding: 0;
}
.fv_img{
	padding: 30px 0 40px;
	font-weight: bold;
}
.fv_img .bubble{
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	padding: 1.5rem 2rem;
	border-radius: 10px;
	background:#fff9e4;
	width: 35%;
}
.fv_img .bubble:after {
  position: absolute;
  bottom: -9px;
  left: 3em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff9e4 transparent transparent transparent;
}

.fv_img .pre{
	font-size: 28px;
	position: relative;
  	padding: 1rem 2rem calc(1rem + 7px);
  	background: #B71111;
	color: #fff;
	max-width: 54%;
	text-align: center;
}
.fv_img .pre:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #222;
}
.fv_img .main_txt{
	font-size: 40px;
}
.fv_img .title{
	font-size: 60px;
	line-height: 1.4;
}
/*======================================sec01====================================*/
.sec01 .graybox{
	border: dashed 2px #1d2088;
}
.sec01 iframe{
	width: 100%;
	height: 52rem;
}
.sec01 .white_box{
	border: solid 1px #222;
	padding: 50px 150px;
}
.sec01 .arrow {
    position: relative;
	padding-top: 0px;
}

.sec01 .arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
  border-top: 100px solid #fff;
}
/*======================================sec02====================================*/
.sec02{
	padding-top: 150px;
	padding-bottom: 80px;
}

/*======================================sec03====================================*/
.yellow_box {
  padding: 50px;
}
.sec03{
	padding: 80px 0;
}

/*======================================sec04====================================*/
.sec04 .txt{
	width: 95%;
}
/*======================================sec05====================================*/

/*======================================sec06====================================*/
.sec06 h3{
	position: relative;
	padding-bottom: 15px;
}
.sec06 h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#1d2088), to(#5b3ad7));
  background-image: -webkit-linear-gradient(left, #1d2088 0%, #5b3ad7 100%);
  background-image: linear-gradient(to right, #1d2088 0%, #5b3ad7 100%);
}
.sec06 .white_box{
	border: dashed 2px #1d2088;
}
.sec06 iframe{
	width: 100%;
	height: 52rem;
}

/*======================================sec07====================================*/
.sec07 .yellow_box {
	padding: 5px;
}
.sec07 .inbox{
	padding: 25px 40px;
	border: 10px solid #1d2088;
}
.sec07 .off p{
	font-size: 35px;
}
.sec07 h3{
	background: transparent;
	border-left: solid 5px #1d2088;
	padding-left: 20px;
	padding-bottom: 0;
}
.sec07 .txt{
	width: 90%;
}
.sec07 .box01{
	position: relative;
}
.sec07 .box02{
	position: relative;
}
.sec07 .box03{
	position: relative;
}
.sec07 .box01:before{
    font-family: 'Century Gothic', 'Roboto', "Helvetica Neue", Arial;
	font-weight: bold;
	font-style: italic;	
	content: "Session01";
	font-size: 50px;
	color: #d0d1ff;
    display: inline-block;
    position: absolute;
    top: -3.5rem;
    left: 4.5rem;
}
.sec07 .box02:after{
    font-family: 'Century Gothic', 'Roboto', "Helvetica Neue", Arial;
	font-weight: bold;
	font-style: italic;	
	content: "Session02";
	font-size: 50px;
	color: #d0d1ff;
    display: inline-block;
    position: absolute;
    top: -3.5rem;
    right: 4.5rem;
}
.sec07 .box03:before{
    font-family: 'Century Gothic', 'Roboto', "Helvetica Neue", Arial;
	font-weight: bold;
	font-style: italic;	
	content: "Session03";
	font-size: 50px;
	color: #d0d1ff;
    display: inline-block;
    position: absolute;
    top: -3.5rem;
    left: 4.5rem;
}

/*======================================sec08====================================*/
.sec08 .txt{
	width: 75%;
}
.sec08 .box{
	border: 1px solid #222;
	padding: 30px;
}
.sec08 .blue_box .flex{
	justify-content:space-around;
}
.sec08 .blue_box h3{
	font-size: 22px;
	position: relative;
    padding-bottom:15px;
    text-align: center;
}
.sec08 .blue_box h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#1d2088), to(#5b3ad7));
  background-image: -webkit-linear-gradient(left, #1d2088 0%, #5b3ad7 100%);
  background-image: linear-gradient(to right, #1d2088 0%, #5b3ad7 100%);
}
.sec08 .graybox h3{
	background: transparent;
	border-left: solid 5px #1d2088;
	padding-left: 20px;
	padding-bottom: 0;
}
/*======================================sec09====================================*/
/*======================================sec10====================================*/
.sec10 table {
    width: 100%;
}
.sec10 th {
    background: #222;
    padding: 20px;
    width: 33%;
	color: #fff;
}
.sec10 td {
    background: #f5f5f4;
    padding: 20px;
}
.sec10 h3 {
    padding: 30px;
	text-align: center;
	border-radius: 20px 20px 0 0;
}
/*======================================sec11====================================*/
.sec11 .q:before{
	content: "Q";
	padding: 8px 10px;
	width: 20px;
	height: 15px;
	background-color: #1d2088;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}
.sec11 .a:before{
	content: "A";
	padding: 8px 10px;
	width: 20px;
	height: 15px;
	background-color: #222;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}

/*======================================sec12====================================*/
.sec12{
	padding-bottom: 100px;
}
.sec12 iframe{
	height: 17rem;
}
.sec12 h3{
	padding-bottom: 15px;
}
/*
Footer
----------------------------------------------------------- */
footer ul li{
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}
footer .copy{
  font-size: 90%;
}
.l-footer__main {
    padding: 2.625rem 5rem;
    background-color: #000;
    color: #fff;
	background-color: #B71111;
}
.l-footer__inner {
    max-width: 1050px;
	padding: 20px 0;
	box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.l-footer__flex {
    display: flex;
    justify-content: space-between;
}
.l-footer__company {
    font-size: 14px;
}
.l-footer__logo {
    max-width: 250px;
}
.l-footer__name {
    padding-top: 1.25rem;
}
.l-footer__address {
    margin-top: 0.3125rem;
}
.l-footer__bottom {
    padding-right: 5rem;
    padding-left: 5rem;
	background-color: #222;
}
.l-footer__copy{
	color: #999;
}
.l-footer__privacy{
	font-size: 60%;
}
.l-footer__privacy a{
	text-decoration: none;
	color: #999;
}
	
/*タブレット用スタイル*/
@media (min-width: 768px) and (max-width: 959px) {
  footer ul li {
    margin: 0;
  }
  footer ul li a {
    margin: 0;
    padding: 0 10px;
  }
  footer ul li:first-child a {
    padding-left: 0;
  }
}
