@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * html/body
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

html {
	font-size: 62.5%; /* font-sizeは10px */
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 75%; /* font-sizeは12px */
    }
}

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

/* リンクなどの要素をタップした時の色を消す */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 行頭禁則文字 */
* {
	word-break: break-word;
	word-wrap: break-word;
}

body {
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	line-height: 1.5;
	font-family: "YuGothic", "游ゴシック","dnp-shuei-gothic-gin-std","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #35404f;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * display
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.disp {
	display: block !important;
}

.disp-none {
	display: none !important;
}

.disp-table {
	display: table !important;
}

.disp-inline {
	display: inline !important;
}

.disp-inline-block {
	display: inline-block !important;
}

/*----- スマホ対応 ----- */

.tb-disp {
	display: none !important;
}

.tb-disp-table {
	display: none !important;
}

.tb-disp-inline {
	display: none !important;
}

.tb-disp-inline-block {
	display: none !important;
}

.sp-disp {
	display: none !important;
}

.sp-disp-table {
	display: none !important;
}

.sp-disp-inline {
	display: none !important;
}

.sp-disp-inline-block {
	display: none !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * visibility
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.visibility-hidden {
	visibility: hidden !important;
}

.visibility-visibile {
	visibility: visible !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * loader
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.loader {
    position: absolute;
    z-index: 2;
	width: 100%;
	height: 100vh;
    background: #ffffff;
}

.circle {
    width: 90px;
    height: 90px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.circle img {
    width: 90px;
    height: 90px;
}

.circle-border {
  width: 90px;
  height: 90px;
  padding: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.1) 33%, rgba(0,0,0,1) 100%);
  animation: spin .5s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * main-visual
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.main-visual {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
}

.mv-bg {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url('../images/bg-mv.jpg');
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center bottom;
}

.tatenaga .mv-bg {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url('../images/bg-mv-sp.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center bottom;
}

.mv-bg-contents {
    position: relative;
    width: 100%;
    height: 100%;
}

.mv-logo {
    position: absolute;
    display: block;
    width: 28%;
    margin: 0;
    margin-top: -40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mv-logo img {
    width: 100%;
    height: auto;
}

.mv-copy {
    position: absolute;
    display: block;
    width: 19%;
    margin: 0;
    margin-top: -40px;
    margin-left: 28%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mv-copy img {
    width: 100%;
    height: auto;
}

.mv-copy-sp {
    display: none;
}

.mv-bn {
    display: none;
    position: absolute;
    z-index: 6;
    bottom: 50px;
    right: 50px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    background: #6c27af;
    background-image: -webkit-linear-gradient(bottom, #5b0a9b, #7d3cc3);
    background-image: -o-linear-gradient(bottom, #5b0a9b, #7d3cc3);
    background-image: linear-gradient(to top, #5b0a9b, #7d3cc3);
    text-align: center;
}

.mv-bn a {
    display: table;
    width: 100%;
    height: 100%;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-weight: bold;
    transition: all 0.3s;
}

.mv-bn a:hover {
    opacity: 0.7;
}

.mv-bn span {
    display: table-cell;
	width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.mv-bn font  {
    line-height: 1;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    /*color: #f1f167;*/
    color: #ffffff;
}

.mv-bn i.icon-down-dir {
    font-size: 30px;
}

.mv-bn i.icon-yajirushi-migi {
    font-size: 40px;
}

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(3%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(3%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * fixed-entry
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.fixed-entry {
    position: fixed;
    bottom: 100px;
	right: 0;
	z-index: 100;
    display: none;
	width: 74px;
	height: 330px;
    background: #6c27af;
    background-image: -webkit-linear-gradient(bottom, #5b0a9b, #7d3cc3);
    background-image: -o-linear-gradient(bottom, #5b0a9b, #7d3cc3);
    background-image: linear-gradient(to top, #5b0a9b, #7d3cc3);
    border: 1px solid rgba(255,255,255,0.3);
    border-right: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: all 0.3s;
}

.fixed-entry.disp {
    display: block;
}

.fixed-entry:hover {
    box-shadow: 0 0 10px #000000;
}

.fixed-entry a {
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
	height: 100%;
    padding: 20px 0;
    text-align: center;
}

.fixed-entry a:hover {
    text-decoration: none;
}

.fixed-entry a img {
    width: 40%;
    margin: 0 auto 20px;
}

.fixed-entry a span {
    display: block;
    margin: 0 auto;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

.fixed-entry-end {
    position: fixed;
    bottom: 100px;
	right: 0;
	z-index: 100;
    display: none;
	width: 74px;
	height: 330px;
    background: #6c27af;
    background-image: -webkit-linear-gradient(bottom, #5b0a9b, #7d3cc3);
    background-image: -o-linear-gradient(bottom, #5b0a9b, #7d3cc3);
    background-image: linear-gradient(to top, #5b0a9b, #7d3cc3);
    border: 1px solid rgba(255,255,255,0.3);
    border-right: none;
    box-shadow: 0 0 5px #000000;
    transition: all 0.3s;
}

.fixed-entry-end span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
	height: 100%;
    padding: 60px 16px;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * header
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 80px;
    background: rgba(255,255,255,0.8);
}

.header-logo {
	display: none;
	position: absolute;
	z-index: 3;
	top: 15px;
	left: 30px;
	width: 202px;
	height: 50px;
}

.header-logo.page {
	display: block;
}

.header-logo img {
	width: 100%;
}

.hamburger {
	display : none;
}

.globalMenuSp {
    display : none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * nav
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.nav {
	display: none;
	position: absolute;
	z-index: 3;
	top: 18px;
	right: 20px;
	width: auto;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
}

.nav.page {
	display: block;
}

.nav ul {
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	line-height: 1;
	font-size: 0; /*これだけでOK！*/
}

.nav ul li {
	position: relative;
	display: inline-block;
	height: 100%;
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	font-size: 12px; /* フォントサイズ0になっているので指定する */
}

.nav ul li a {
	position: relative;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
    line-height: 1.5;
	font-size: 11px;
	color: #000000;
	transition: all 0.3s;
}

.nav ul li a span {
	font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}

.nav ul li a:hover {
	position: relative;
	text-decoration: none;
	color: #0473CF;
}

/*
.nav ul li a:before {
	content: "\E840";
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: inline-block;
	width: 30px;
	height: 30px;
    margin-left: -15px;
	line-height: 30px;
	text-align: center;
	font-family: 'bee-webfont2023-ver2', sans-serif;
	font-size: 10px;
}
*/

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * footer
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

footer {
	position: relative;
	width: 100%;
	background: #000000;
	color: #ffffff;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #ffffff;
}

.footer-to-top {
	width: 100%;
	height: 60px;
    margin: 0 auto;
}

.footer-to-top a {
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
    border-bottom: 1px solid #333333;
	background: #000000;
    text-align: center;
    line-height: 69px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
}

.footer-to-top a:hover {
    text-decoration: none;
}

.footer-contents {
	position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    align-items: flex-start; /*上揃え*/
	width: 1100px;
	margin: 0 auto;
    padding: 100px 0 50px;
}

.footer-contact {
    position: relative;
    width: 33.33%;
    padding: 20px;
}

.footer-sns {
    position: relative;
    width: 33.33%;
    padding: 20px;
    /*background: #0079FF;*/
    text-align: center;
}

.footer-link {
    position: relative;
    width: 33.33%;
    padding: 20px;
    /*background: #FFD700;*/
    text-align: right;
}

.footer-insta {
    position: relative;
    width: 33.33%;
    padding: 20px;
    /*background: #FFD700;*/
    text-align: center;
}

.footer-contact-btn {
    margin: 0;
}

.footer-contact-btn a {
    position: relative;
    display: inline-block;
    width: 320px;
    height: 86px;
    padding-left: 86px;
    border: 1px solid #ffffff;
    line-height: 84px;
    text-align: center;
    font-size: 14px;
    transition: all 300ms;
}

.footer-contact-btn a:hover {
    background: rgba(255,255,255,0.3);
    text-decoration: none;
}

.footer-contact-btn a:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 26px;
    width: 58px;
    height: 37px;
    background: url('../images/icon-mail-white.svg') center center no-repeat;
    background-size: 58px 37px;
}

.footer-contact-btn a span {
    display: inline-block;
    margin-right: 10px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
}

.footer-sns-title {
    margin-bottom: 10px;
    line-height: 1;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
}

.footer-sns-icon {
    display: inline-block;
    height: 40px;
    margin: 0 10px 0;
    line-height: 1;
    font-size: 40px;
    transition: all 300ms;
}

.footer-sns-icon.insta {
    font-size: 42px;
}

.footer-sns-icon.fb {
    vertical-align: -2px;
    font-size: 48px;
}

.footer-sns-icon:hover {
    opacity: 0.7;
}

.footer-link-text {
    display: inline-block;
    margin-bottom: 0;
    height: 86px;
    line-height: 86px;
    font-size: 14px;
}

.footer-link-text a:hover {
    text-decoration: underline;
}

.copyright {
	position: relative;
	padding: 15px 0;
	width: 100%;
	text-align: center;
}

.copyright small {
	line-height: 1;
	font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * article/section
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

article {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

section p {
	line-height: 2.5;
	font-size: 16px;
}

section ul li {
	font-size: 16px;
}

section a {
	color: #0473CF;
}

section a:hover {
	text-decoration: underline;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * heading
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.top-h2 {
	position: relative;
	margin-bottom: 40px;
	line-height: 1;
	font-size: 24px;
}

.top-h2 span {
	position: relative;
    display: inline-block;
    margin-right: 20px;
	line-height: 1;
	font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
}

.top-h3 {
	position: relative;
    margin-top: 70px;
	margin-bottom: 20px;
    padding-left: 45px;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
    color: #0473CF;
}

.top-h3:before {
    content: "";
	position: absolute;
    top: 11px;
    left: 0;
    width: 35px;
    height: 2px;
    background: #0473CF;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * common parts
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 20px auto;
	background-color: rgba(255,255,255,0.2);
	border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}

.link-btn {
	position: relative;
	margin: 0;
	padding: 20px 40px 20px 70px;
	border-radius: 100px;
	background: #0473CF;
	line-height: 1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	color: #ffffff;
	transition: all 300ms linear;
}

.link-btn:hover {
	text-decoration: none;
    color: #ffffff;
	opacity: 0.7;
}

.link-btn:before {
    content: "\E85D";
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'bee-webfont2023-ver2';
    font-size: 16px;
    color: #ffffff;
}

.link-btn.bigpurple {
	position: relative;
	margin: 0;
	padding: 30px 50px 30px 80px;
	border-radius: 100px;
	background: #7d3cc3;
	line-height: 1;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	color: #ffffff;
	transition: all 300ms linear;
}

.link-btn.bigpurple:before {
    content: "\E85D";
    position: absolute;
    top: 30px;
    left: 20px;
    font-family: 'bee-webfont2023-ver2';
    font-size: 16px;
    color: #ffffff;
}

.link-btn.bigblue {
	position: relative;
	margin: 0;
	padding: 30px 50px 30px 80px;
	border-radius: 100px;
	background: #0473CF;
	line-height: 1;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	color: #ffffff;
	transition: all 300ms linear;
}

.link-btn.bigblue:before {
    content: "\E85D";
    position: absolute;
    top: 30px;
    left: 20px;
    font-family: 'bee-webfont2023-ver2';
    font-size: 16px;
    color: #ffffff;
}

blockquote {
	width: 90%;
	margin: 20px auto;
	padding: 30px;
	background: #fafafa;
	line-height: 1.5em;
	border: 3px solid #dddddd;
	border-radius: 6px;
}

.note {
	margin: 20px auto;
	line-height: 1.5em;
	font-size: 14px;
}

.note dt {
	position: relative;
}

.note dt span {
	position: absolute;
}

.note dd {
	padding-left: 1em;
	padding-bottom: 10px;
}

.atten {
	width: 90%;
	margin: 20px auto;
	padding: 30px;
	background: #fafafa;
	line-height: 1.5em;
	border: 1px solid #dddddd;
    box-shadow: 0 0 0 3px #f7f7f7;
	border-radius: 6px;
}

/*-------------------------  modal ------------------------- */

.lock {
    overflow: hidden;
}

.modal-overlay {
    z-index: 10000;
    position: fixed;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 120%;
	background: rgba(255,255,255,0.98);
	opacity: 0;
}

.is-ie .modal-overlay,
.is-edge .modal-overlay {
	background: #ffffff;
	opacity: 1 !important;
}

.modal-wrap {
    z-index: 10001;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
	/*background: rgba(255,0,0,0.5);*/
}

.modal-content {
    display: none;
	position: relative;
	z-index: 10002;
    width: 50%;
	max-width: 700px;
    margin: 50px 0;
}

.modal-close {
	display: block;
	position: fixed;
	top: 50px;
	right: 20%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 45px;
    color: #000000;
	cursor: pointer;
}

.modal-pic {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 20px auto 30px;
}

.modal-pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.modal-name-eng {
	margin: 0 auto 20px;
	text-align: center;
    line-height: 1;
	font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
	color: #35404f;
}

.modal-name {
	margin: 0 auto 20px;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
}

.modal-name .small {
	font-size: 14px;
}

.modal-company {
    text-align: center;
	line-height: 1.5;
	font-size: 16px;
}

.modal-company .tag {
     color: #0473CF;
}

.modal-charge {
    text-align: center;
}

.modal-charge span {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 30px;
    background: #0473CF;
    text-align: center;
	line-height: 1;
	font-size: 14px;
    color: #ffffff;
}

.modal-profile {
	line-height: 1.8;
	font-size: 16px;
}

.modal-profile-list li {
	line-height: 1.5;
	font-size: 16px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 *top page
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/*-------------------------  top-wrapper ------------------------- */

.top-wrapper {
	overflow: hidden;
	position: relative;
	background: #ffffff;
}

.top-content {
	position: relative;
	width: 100%;
	height: 100%;
}

/*-------------------------  section intro ------------------------- */

#section-top-intro {
    position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
}

.section-top-intro-left {
    position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: flex-end;/*右寄せで配置*/
	-ms-flex-pack: flex-end;/*右寄せで配置*/
    justify-content: flex-end;/*右寄せで配置*/
    width: 36%;
    padding: 100px 80px 200px 0;
    background: #17FFB9;
}

.section-top-intro-right {
    position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
    width: 64%;
    padding: 100px 100px 200px;
    background: #0473CF;
}

/*
.section-top-intro-right:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 129px;
    height: 213px;
    background: url('../images/section-top-intro-before.svg') left bottom no-repeat;
	background-size: cover;
}

.section-top-intro-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 212px;
    height: 212px;
    background: url('../images/section-top-intro-after.svg') left bottom no-repeat;
	background-size: cover;
}
*/

.top-intro-copy {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    line-height: 1.5;
    font-size: 32px;
    font-size: 1.7vw;
    font-weight: bold;
    color: #0473CF;
}

.top-intro-bodycopy {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    line-height: 1.5;
    font-size: 21px;
    font-size: 1.2vw;
    font-weight: bold;
    color: #ffffff;
}

/*-------------------------  section info ------------------------- */

#section-top-info {
	width: 1100px;
	margin: 0 auto;
    padding: 100px 0;
}

.top-info-bn {
    width: 100%;
    margin-bottom: 100px;
}

.top-info-bn img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    transition: all 300ms;
}

.top-info-bn img:hover {
    opacity: 0.7;
}

.info-table-wrap {
    display: block;
	width: 1100px;
	margin: 0 auto;
    padding: 30px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.info-table {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
    /*border-bottom: 1px solid #eeeeee;*/
}

.info-table.bbnone {
    border-bottom: none;
}

.info-table-left {
    position: relative;
    width: 20%;
    padding: 15px 0;
    text-align: left;
}

.info-table-left p {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #0473CF;
}

.info-table-right {
    position: relative;
    width: 80%;
    padding: 15px 0;
}

.info-table-right p {
    margin-bottom: 0;
    line-height: 1.5;
}

/*-------------------------  section about ------------------------- */

#section-top-about {
	display: block;
	width: 1100px;
	margin: 0 auto;
    padding: 100px 0;
}

.section-top-about-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 1100px;
	margin: 0 auto;
    padding: 0 0 100px;
}

.section-top-about-left {
    position: relative;
    width: 55%;
    padding-right: 100px;
}

.section-top-about-right {
    display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;/*左右中央*/
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;/*上下中央*/
	-ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 45%;
    padding: 0;
}

.section-top-about-right > div {
    width: 80%;
}

.section-top-about-right > div img {
    width: 100%;
}

.about-mov-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: 3px solid #0473CF;
    overflow: hidden;
}

.about-mov-wrap:before {
	content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}

#about-mov {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

/*-------------------------  section features ------------------------- */

#section-top-project-ex {
    width: 1100px;
	margin: 0 auto;
    padding: 100px 0;
}

.project-ex-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.project-ex-box-wrap:after {
	content: "";
    display: block;
    width: 30%;
}

.project-ex-box {
	position: relative;
	width: 30%;
	height: auto;
	margin-bottom: 5%;
    padding: 0 20px 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
	outline: none;
}

.project-ex-box-img {
    margin-bottom: 0;
    text-align: center;
}

.project-ex-box-img img {
    width: 60%;
}

.project-ex-box-title {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
}

.project-ex-box-desc {
    margin-bottom: 0px;
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
}

/*-------------------------  section features ------------------------- */

#section-top-theme {
    width: 1100px;
	margin: 0 auto;
    padding: 0 0 100px;
}

/*-------------------------  section features ------------------------- */

#section-top-features {
    width: 1100px;
	margin: 0 auto;
    padding: 100px 0;
}

.features-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.features-box {
	position: relative;
	z-index: 1;
	width: 30%;
    padding: 60px 30px 30px 30px;
    border-radius: 20px;
    background: #0473CF;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    color: #ffffff;
}

.features-box::before {
    position: absolute;
    top: 0;
    left: 20px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    color: #ffffff;
}

.features-box:nth-of-type(1):before {
    content: "1";
}

.features-box:nth-of-type(2):before {
    content: "2";
}

.features-box:nth-of-type(3):before {
    content: "3";
}

.features-box:nth-of-type(4):before {
    content: "4";
}

.features-box-img {
    margin-bottom: 20px;
    text-align: center;
}

.features-box-img img {
    width: 60%;
}

.features-box-title {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
}

.features-box-desc {
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 16px;
}

.features-box-desc a {
    text-decoration: underline;
    color: #ffffff;
}

/*-------------------------  section mentors ------------------------- */

#section-top-mentors {
    width: 1100px;
	margin: 0 auto;
    padding: 100px 0 50px;
}

.mentors-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.mentors-box-wrap:after {
	content: "";
    display: block;
    width: 23%;
}

.mentors-box-wrap.wide:after {
	content: "";
    display: block;
    width: 32%;
}

.mentors-box-wrap-hidden {
    display: none;
    overflow: visible !important;
}

.mentors-box {
	position: relative;
	width: 23%;
	height: auto;
	margin-bottom: 5%;
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
	outline: none;
}

.mentors-box.wide {
	width: 32%;
    margin-bottom: 2.5%;
}

.mentors-box.extra-wide {
	width: 100%;
    margin-bottom: 0;
}

.mentors-box-inner {
    display: block;    
}

.mentors-box-pic {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.mentors-box-pic img {
    width: 130px;
    border-radius: 50%;
}

.mentors-box-pic span {
    display: inline-block;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    background: #0473CF;
    line-height: 1.2;
    font-size: 12px;
    color: #ffffff;
}

.mentors-box-text {
    width: 100%;
}

.mentors-box-eng {
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    color: #35404f;
}

.mentors-box-name {
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.mentors-box-name span {
    font-size: 14px;
}

.mentors-box-company {
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
}

.mentors-box-company .tag {
    color: #0473CF;
}

.mentors-box-link {
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
}

.mentors-box-link a {
    position: relative;
    display: inline-block;
    height: 24px;
    margin: 0;
    padding: 0 10px 0 25px;
    border-radius: 30px;
    background: #e0e0e0;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    transition: all 300ms;
    cursor: pointer;
}

.mentors-box-link a:before {
    position: absolute;
    content: "\E8C9";
    top: 4px;
    left: 6px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    font-family: 'bee-webfont2023-ver2', sans-serif;
	font-size: 15px;
}

.mentors-box-link a:hover {
    background: #000000;
    text-decoration: none;
    color: #ffffff;
}

.andmore-mentors {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    background: #000000;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    transition: all 300ms;
    cursor: pointer;
}

.andmore-mentors:hover {
    background: #000000;
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
}

.andmore-mentors.open > i {
    display: inline-block;
}

.andmore-mentors.open > i {
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    transform-origin: 50% 50%;
}

/*-------------------------  section program ------------------------- */

#section-top-program {
    width: 1100px;
	margin: 0 auto;
    padding: 100px 0;
}

.program-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.program-box {
	position: relative;
	width: 23%;
}

.program-box.triple {
	position: relative;
	width: 30%;
}

.program-box-pic {
    margin-bottom: 20px;
}

.program-box-pic img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.program-box-title {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
    font-size: 19px;
    font-weight: bold;
}

.program-box-desc {
    line-height: 1.8;
    font-size: 16px;
}

.program-box-desc span {
    font-size: 12px;
}

.program-schedule-desc {
    display: none;
}

.program-schedule {
    margin-bottom: 0;
}

.program-schedule img {
    width: 100%;
}

.program-theme {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
    padding: 50px;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.program-theme-left {
    position: relative;
    width: 50%;
    padding-right: 50px;
}

.program-theme-right {
    position: relative;
    width: 50%;
}

.program-theme-left img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.program-theme-title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 22px;
    font-weight: bold;
}

.program-theme-list {
    line-height: 1.8;
    font-size: 16px;
}

/*-------------------------  section 1st-batch ------------------------- */

#section-top-selected {
    width: 1100px;
	margin: 0 auto;
    padding: 100px 0 200px;
}

.digest-1st-batch {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -webkit-box-align: center;/*上下中央*/
	-ms-flex-align: center;
    align-items: center;
	width: 100%;
	margin: 0 auto;
    padding: 50px;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.digest-1st-batch-left {
    position: relative;
    width: 50%;
    padding-right: 50px;
}

.digest-1st-batch-right {
    position: relative;
    width: 50%;
}

.digest-1st-batch-right img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/*-------------------------  section app ------------------------- */

#section-top-app {
    width: 100%;
	margin: 0 auto;
    padding: 0;
}

.section-top-app-wrap {
    margin-left: 10%;
    padding-top: 100px;
    padding-left: 100px;
    padding-bottom: 100px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #0473CF;
    color: #ffffff;
}

.section-top-app-inner {
    padding: 100px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #ffffff;
    color: #000000;
}

.app-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 auto 50px;
}

.app-table-left {
    position: relative;
    width: 220px;
}

.app-table-right {
    position: relative;
    width: 100%;
    padding: 0 50px;
}

.app-table-title {
    display: inline-block;
    width: 220px;
    padding: 15px 0 15px 30px;
    border-radius: 100px;
    background: #0473CF;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.app-table-list {
    margin: 7px 0 0;
}

.app-table-list li {
    margin-left: 15px;
    line-height: 1.8;
    font-size: 18px;
}

.app-table-list li span {
    font-size: 14px;
}

.app-table-list-ol {
    margin: 7px 0 0;
    list-style-type: none !important;
    counter-reset: cnt;
}

.app-table-list-ol li {
    margin: 0 !important;
    line-height: 1.8;
    font-size: 18px;
    list-style-type: none !important;
    counter-increment: cnt;
}

.app-table-list-ol li::before {
    content: "（" counter(cnt) ")"
}

.app-table-list-ol li span {
    font-size: 14px;
}

.app-link {
    position: relative;
    display: block;
    width: 380px;
    height: 70px;
    margin: 0 auto;
    padding-right: 30px;
    border: 2px solid #0473CF;
    border-radius: 100px;
    text-align: center;
    line-height: 66px;
    font-size: 22px;
    font-weight: bold;
    color: #0473CF;
    transition: all 300ms;
}

.app-link:before {
    position: absolute;
    content: "\E8C7";
    top: 18px;
    right: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'bee-webfont2023-ver2', sans-serif;
	font-size: 30px;
    transition: all 300ms;
}

.app-link:hover {
    background: #d9edfe;
    text-decoration: none;
    color: #0473CF;
}

.app-link:hover:before {
    top: 19px;
    right: 20px;
}

/*-------------------------  section FAQ ------------------------- */

#section-top-faq {
    width: 1100px;
	margin: 0 auto;
    padding: 200px 0 100px;
}

.faq-box {
    position: relative;
    margin-bottom: 40px;
    padding: 20px 20px 20px 70px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    cursor: pointer;
}

.faq-box:before {
    position: absolute;
    content: "Q.";
    top: 20px;
    left: 20px;
    height: 38px;
    width: 50px;
    line-height: 36px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 36px;
    color: #0473CF;
}

.faq-icon {
    position: absolute;
    content: "";
    top: 27px;
    right: 20px;
    height: 23px;
    width: 23px;
    background: url('../images/icon-plus.svg') center center no-repeat;
	background-size: 23px 23px;
}

.faq-icon.open {
    position: absolute;
    content: "";
    top: 27px;
    right: 20px;
    height: 23px;
    width: 23px;
    background: url('../images/icon-minus.svg') center center no-repeat;
	background-size: 23px 23px;
}

.faq-question {
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
}

.faq-answer {
    display: none;
    position: relative;
    margin-top: 20px;
    padding: 20px 20px 20px 70px;
    border: 1px solid #eeeeee;
    line-height: 1.5;
    font-size: 16px;
}

.faq-answer:before {
    position: absolute;
    content: "A.";
    top: 50%;
    left: 20px;
    height: 38px;
    width: 50px;
    margin-top: -19px;
    line-height: 36px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 36px;
    color: #35404f;
}

/*-------------------------  section FAQ ------------------------- */

#section-top-org {
    width: 1100px;
	margin: 0 auto;
    padding: 100px 0;
}

.org-table {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1100px;
	margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
}

.org-table.bbnone {
    border-bottom: none;
}

.org-table-left {
    position: relative;
    width: 30%;
    padding: 30px 0;
    text-align: center;
}

.org-table-left img {
    width: 60%;
}

.org-table-right {
    position: relative;
    width: 70%;
    padding: 30px 0;
}

.org-table-right p {
    margin-bottom: 0;
    line-height: 1.5;
}

/*-------------------------  section Sponsors ------------------------- */

#section-top-sponsors {
    width: 1100px;
	margin: 0 auto;
    padding: 100px 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 *page
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/*-------------------------  page-wrapper ------------------------- */

.page-wrapper {
	overflow: hidden;
	position: relative;
	background: #ffffff;
}

.page-content {
	position: relative;
	width: 100%;
	height: 100%;
}

.page-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin: 80px auto 0;
}

.page-header-left {
    position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;/*左右中央*/
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;/*上下中央*/
	-ms-flex-align: center;
    align-items: center;
    width: 36%;
    padding: 100px 0;
    background: #17FFB9;
}

.page-header-right {
    position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;/*左右中央*/
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;/*上下中央*/
	-ms-flex-align: center;
    align-items: center;
    width: 64%;
    padding: 100px 0;
    background: #0473CF;
}

.page-header‐h2 {
    margin-bottom: 0;
    line-height: 1.5;
	font-size: 24px;
    color: #0473CF;
}

.page-header‐h2 span {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 48px;
}

.section-page {
    width: 1000px;
	margin: 0 auto;
    padding: 100px 0;
}

.section-page.wide {
    width: 1100px;
	margin: 0 auto;
    padding: 100px 0;
}

.weaken {
	font-size: 12px;
}

.lh18 {
	line-height: 1.5;
}

.purple-color {
	color: #5c28f2;
}

.remarks-wrap {
	width: 90%;
	max-width: 700px;
	margin: 40px auto;
	padding: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
}

.remarks-wrap.wide {
	width: 100%;
	max-width: 100%;
	padding: 40px;
}

table {
	border-collapse : collapse ;
	position: relative;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #e3e3e3;
	font-size: 16px;
}

table.bnone {
	border-top: none;
}

.left-td {
	position: relative;
	width: 30%;
	padding: 30px 10px;
	border-bottom: 1px solid #e3e3e3;
	vertical-align: middle;
	font-weight: bold;
}

.left-td.bnone {
	border-bottom: none;
	background: none;
}

.right-td {
	position: relative;
	width: 70%;
	padding: 30px 10px;
	border-bottom: 1px solid #e3e3e3;
	vertical-align: middle;
}

.right-td.bnone {
	border-bottom: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px;
	outline: none;
	border: none;
	background: #f0f4f7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}

input.auto {
	width: auto;
}

input.short {
	width: 150px;
}

input.med {
	width: 400px;
}

label {
	display: inline-block;
	vertical-align: -2px;
	padding-left: 7px;
	cursor: pointer;
}

textarea {
	width: 100%;
	margin: 0;
	padding: 20px;
	resize: none;
	outline: none;
	border: none;
  	background: #f0f4f7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
 
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	box-shadow: 0 0 0 1px #0473CF;
	background: #ffffff;
}

.is-touch-media input[type=text]:focus,
.is-touch-media input[type=tel]:focus,
.is-touch-media input[type=email]:focus,
.is-touch-media input[type=password]:focus,
.is-touch-media textarea:focus {
		border: 1px solid #0473CF;
		box-shadow: none;
}

:placeholder-shown { color: #999999; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder { color: #999999; }

/* Firefox 18- */
:-moz-placeholder { color: #999999; }

/* Firefox 19+ */
::-moz-placeholder { color: #999999; }

/* IE 10+ */
:-ms-input-placeholder { color: #999999; }

select {
	-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;
	width: auto;
	height: auto;
	padding: 20px;
	border: none;
	border-radius: 0;
	outline: none;
	background: #f0f4f7;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	display: inline-block;
	outline: none;
	border: none;	
	line-height: 1;
	vertical-align: middle;
	font-family: "YuGothic", "游ゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	cursor: pointer;
}

.button {
	outline:none;
	width: 80%;
	height: 80px;
	border: none;
	background: #5c646f;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}

.button:hover {
	background: #454b53;
}

.button:disabled {
	background: #5c646f;
	color: #7c8693;
}

.check-submit-wrap {
	margin: 40px 0;
	text-align: center;
}

.check-submit {
    display: inline;
}

.check-submit-final {
    display: inline;
}

.check-submit button {
	outline: none;
	width: 150px;
	height: 40px;
	margin: 0 20px;
	border: none;
	background: #5c646f;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}

.check-submit button:hover {
	background: #454b53;
}

.check-submit button:disabled {
	background: #5c646f;
	color: #7c8693;
}

.check-submit-final .button.final-event-btn {
	height: 54px;
	padding: 0 80px;
	border-radius: 3px;
	background: rgba(10,232,246,0.2);
	border: 1px solid #07bac6;
	font-size: 16px;
	font-weight: bold;
	color: #0ae8f6;
}

.check-submit-final .button.final-event-btn:hover {
	background: rgba(10,232,246,0.4);
	box-shadow: 0 0 10px #0ae8f6;
	color: #0ae8f6;
}

.form-required {
	color: #ff00b0;
	font-weight: lighter;
}

.form-required2 {
	color: #be00be;
	font-weight: lighter;
}

.str-count-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	text-align: right;
}

.str-count-wrap.short {
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}

.str-count {
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #cccccc;
}

.str-count-subscript {
	font-size: 12px;
	color: #cccccc;
}

.address-org {
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 20px;
}

.page-h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.page-h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

p.page-terms {
    line-height: 1.5;
}

ul,ol {
    margin: 20px 0;
}

ul.page-list li {
    font-size: 16px;
}

ol.page-list li {
	font-size: 16px;
}

ol.page-list li ul li {
	list-style-type: disc;
}

/*-------------------------  page 1st-period ------------------------- */

.interview-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.interview-box-wrap:after {
	content: "";
    display: block;
    width: 48%;
}

.interview-box {
	position: relative;
	width: 48%;
	height: auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    border: 3px solid #0473CF;
    overflow: hidden;
	outline: none;
}

.interview-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}

.interview-box-text {
    width: 50%;
}

.interview-box-name {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
	font-weight: bold;
    color: #0473CF;
}

.interview-box-pic {
    width: 50%;
    padding-right: 20px;
}

.interview-box-pic img {
    width: 100%;
    border-radius: 6px;
}

.tab-radius {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 20px;
}

.tab-radius:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e3e3e3;
    z-index: 1;
}

.tab-radius li {
	display: inline-block;
	position: relative;
	z-index: 0;
	width: 300px;
	height: 60px;
	margin: 0 20px 0 0;
	border: 1px solid #e3e3e3;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #eceeef;
	box-shadow: 1px 1px -2px #f5f6f7;
	line-height: 59px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #a1a8b2;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.tab-radius li.active {
	z-index: 2;
	border-bottom-color: #ffffff;
	background: #ffffff;
	color: #0473cf;
}

.tab-radius:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}

.tab-radius li:before,
.tab-radius li:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 6px;
	height: 6px;
	border: 1px solid #e3e3e3;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.tab-radius li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #eceeef;
}

.tab-radius li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #eceeef;
}

.tab-radius li.active:before {
	box-shadow: 2px 2px 0 #ffffff;
}

.tab-radius li.active:after {
	box-shadow: -2px 2px 0 #ffffff;
}

.tab-radius li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #87909d;
}

.tab-radius li a:hover {
    text-decoration: none;
}

.seminar-wrap {
    margin-bottom: 50px;
    padding: 30px 30px 10px;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    background: #fafafa;
}

.seminar-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #0473CF;
    font-size: 24px;
    font-weight: 600;
    color: #0473CF;
}

.seminar-head-wrap {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.seminar-head-wrap-left {
    position: relative;
    width: 60%;
    padding-right: 50px;
}

.seminar-head-wrap-left p {
    line-height: 2;
}

.seminar-head-wrap-right {
    display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;/*左右中央*/
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;/*上下中央*/
	-ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 40%;
    padding: 0;
    text-align: right;
}

.seminar-head-wrap-right img {
    width: 80%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.seminar-box-h3 {
    display: inline-block;
    width: 150px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 100px;
    background: #0473CF;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.report-wrap {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
}

.report-left {
    position: relative;
    width: 50%;
    padding-right: 50px;
}

.report-left img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.report-right {
    position: relative;
    width: 50%;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 *Google reCAPTCHA
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.g-recaptcha {
	margin: 40px auto 0;
	width: 300px;
}