@charset "utf-8";

/* ------------------------------
    reset
------------------------------ */

html,body {
	height: 100%;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	color: #000;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
input, button, textarea  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}
a {
	color: #000;
	text-decoration:none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}

/* ------------------------------
    base
------------------------------ */

body {
	min-width: 1040px;
	font-size: 1.0rem;
	text-align: left;
}
section {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
main section .wrap {
	padding-top: 80px;
	padding-bottom: 80px;
}
.wrap {
	width: calc(890px + 60px);
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}
p,th,td,dt,dd,li {
	font-size: 1.8rem;
	line-height: 1.6;
}
p.txt {
	font-size: 1.8rem;
	line-height: 1.6;
}
.fade,
.blackfade {
	transition: opacity 0.3s ease;
	transform: translateZ(0)rotate(0.0001deg);
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
}
.fade img {
	outline: 1px solid transparent;
	transform: translateZ(0)rotate(0.0001deg);
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
}
.fade:hover {
	opacity: .6;
	cursor: pointer;
}
.h-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)translateZ(0);
}
.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)translateZ(0);
}
.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)translateZ(0);
}
.flex {
	display: flex;
	justify-content: space-between;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.white {
	color: #fff;
}
.red {
	color: #fd0000;
}
.blue {
	color: #00b7f1;
}
.bg-gray {
	background: #f2f2f2;
}
.bg-blue {
	background: #1b324a;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 80%;
}
.ttl_udl {
	position: relative;
	font-size: 4.0rem;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: .5em;
	margin-bottom: 1em;
	text-align: center;
}
.ttl_udl::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100px;
	transform: translateX(-50%);
	border-bottom: 5px solid #00b7f1;
}
.ttl_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 4.0rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 1em 0;
}
.ttl_bg .big {
	font-size: 4.8rem;
}
.ttl_bg .small {
	font-size: 2.4rem;
}
.ttl_bdr {
	position: relative;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
	padding-left: 1em;
	padding-bottom: 5px;
	margin-bottom: 1em;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
.ttl_bdr::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% - 5px );
	width: 100%;
	border-left: 5px solid #00b7f1;
}
.ttl_bdr span {
	font-size: 1.8rem;
}

/* ------------------------------
    header
------------------------------ */

header {
	position: relative;
	width: 100%;
	z-index: 1000;
	background: #122233;
	box-shadow: 0 3px 10px rgba(0,0,0,.8);
}
header .wrap {
	max-width: 1040px;
	padding: 0;
}
header .menu_wrap {
	height: 60px;
	flex-grow: 1;
}
header .logo {
	position: relative;
	left: 30px;
	transform: translateY(-60%);
}
header .txt {
	font-size: 1.4rem;
	right: 30px;
}
header .txt img {
	margin-bottom: .2em;
}


/* ------------------------------
    main
------------------------------ */

/* mv */

#mv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#mv .wrap {
	width: 1000px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#mv .catch {
	margin-bottom: 3%;
}
#mv .flex {
	align-items: flex-end;
}
#mv .flex .txt {
	font-size: 3.4rem;
	line-height: 1.2;
	margin: 5% 0 3%;
}
#mv .img {
	padding-left: 5%;
}

/* sec01 */

#sec01 .big {
	font-size: 4.0rem;
	line-height: 1.2;
	margin-bottom: 1em;
}
#sec01 .flex .txt {
	text-justify: inter-ideograph;
	text-align: justify;
	padding-right: 5%;
}
#sec01 .flex .img {
	flex-shrink: 0;
	font-size: 1.4rem;
	line-height: 1.4;
}
#sec01 .flex .img img {
	margin-top: 2em;
	margin-bottom: 3%;
}
#sec01 .flex .img img:first-child {
	margin-top: 0;
}

/* sec03 */

#sec03 .box {
	margin-top: 50px;
}
#sec03 .box + .box {
	margin-top: 80px;
}
#sec03 .box .ttl {
	font-size: 3.0rem;
	line-height: 1.2;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: .6em;
}
#sec03 .box .ttl .num {
	font-size: 6.0rem;
	line-height: 1;
	margin-right: 2%;
}
#sec03 .box .txt {
	text-justify: inter-ideograph;
	text-align: justify;
}
#sec03 .box .img {
	flex-shrink: 0;
	margin-left: 3%;
}
#sec03 .small {
	font-size: 1.4rem;
	margin-top: 2em;
}

/* sec04 */

#sec04 .sp-none.img {
	margin-right: 2em;
}
#sec04 .txt {
	text-justify: inter-ideograph;
	text-align: justify;
}

/* sec05 */

#sec05 .wrap {
	width: 1020px;
}
#sec05 .flex {
	flex-wrap: wrap;
}
#sec05 .box {
	width: 48%;
}
#sec05 .box:nth-of-type(2) {
	order: 3;
	margin-top: 50px;
}
#sec05 .box:nth-of-type(3) {
	order: 2;
}
#sec05 .box:nth-of-type(4) {
	order: 4;
	margin-top: 50px;
}
#sec05 .box h4 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: .3em;
}
#sec05 .box ul li {
	font-size: 1.5rem;
	line-height: 1.6;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

/* sec06 */

#sec06 .ttl_bdr {
	border-bottom: none;
	font-size: 2.4rem;
}
#sec06 .ttl_bdr::before {
	border-left-width: 7px;
}
#sec06 .box + .box {
	margin-top: 60px;
}
#sec06 .txt span {
	display: block;
}

/* sec07 */

#sec07 .box + .box {
	margin-top: 80px;
}
#sec07 .box .img {
	flex-shrink: 0;
	margin-left: 3%;
}
#sec07 .box .txt {
	text-justify: inter-ideograph;
	text-align: justify;
}

/* sec08 */

#sec08 .box {
	margin-top: 80px;
}

/* optin */

.box.optin .txt {
	text-justify: inter-ideograph;
	text-align: justify;
}
.box.optin .btn {
	margin-top: 40px;
}

/* sec_profile */

.sec_profile > div + div {
	margin-top: 80px;
}
.sec_profile .profile,
.sec_profile .author {
	display: flex;
}
.sec_profile .left_block {
	width: 35%;
	order: 1;
}
.sec_profile .right_block {
	width: 65%;
	padding-left: 5%;
	order: 2;
}
.sec_profile .name .big {
	font-size: 3.0rem;
	margin-bottom: .3em;
	padding-left: 20px;
}
.sec_profile .name .txt {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 1.5em;
}
.sec_profile .name .ttl_udl {
	font-size: 4.8rem;
	text-align: left;
	padding-bottom: .3em;
	margin-bottom: 20px;
	padding-left: 20px;
}
.sec_profile .name .ttl_udl .small {
	font-size: 2.4rem;
	font-weight: normal;
	vertical-align: middle;
}
.sec_profile .name .ttl_udl::before {
	width: 100%;
}
.sec_profile .txt .small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.4;
}
.sec_profile .profile h3 {
	font-size: 2.0rem;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.sec_profile .profile .book ul li {
	font-size: 1.2rem;
}
.sec_profile .profile .book ul li img {
	margin-bottom: .5em;
}
.sec_profile .profile .media .txt {
	font-size: 1.2rem;
}
.sec_profile .performance .flex {
	justify-content: flex-start;
	align-items: center;
}
.sec_profile .performance li + li {
	margin-top: 30px;
}
.sec_profile .performance h3 {
	font-size: 2.4rem;
	margin-bottom: .5em;
}
.sec_profile .performance .img {
	margin-right: 5%;
	flex-shrink: 0;
}
.sec_profile .performance .small {
	font-size: 1.4rem;
	margin-top: 2em;
}


/* ------------------------------
    footer
------------------------------ */

footer {
	background: #000;
	padding: 30px 0;
	text-align: center;
}
footer ul.menu > li {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.8;
	position: relative;
}
footer ul.menu > li::after {
	content: '丨';
	color: #fff;
	margin-left: .5em;
	margin-right: .5em;
}
footer ul.menu > li:last-child::after {
	display: none;
}
footer ul.menu > li a {
	color: #fff;
}
footer .copy {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #fff;
}


@media screen  and (min-width : 1025px) {

	.pc-none {
		display:none!important;
	}

}

@media screen and (max-width : 1024px) {

	body {
		min-width:inherit;
	}
	.wrap {
		width: 100%!important;
		padding-left: 3%;
		padding-right: 3%;
	}

	/* ------------------------------
		header
	------------------------------ */

	header .logo {
		position: absolute;
		left: 3%;
		height: 60%;
		transform: translateY(-55%);
	}
	header .logo img {
		width: auto;
		height: 100%;
	}

	/* ------------------------------
		main
	------------------------------ */

	#mv .flex .txt {
		font-size: 3.0rem;
	}

	#sec01 .flex .img {
		max-width: 35%;
	}

	#sec03 .box .ttl {
		font-size: 2.8rem;
	}
	#sec03 .box .img {
		flex-shrink: 0;
		width: 30%;
	}

	#sec04 .sp-none.img {
		margin-bottom: 1em;
		max-width: 30%;
	}

	#sec05 .ttl_bg {
		font-size: 2.4rem;
	}

	#sec07 .box .img {
		max-width: 30%;
	}

	.sec_profile .name .big {
		font-size: 2.4rem;
	}
	.sec_profile .name .txt {
		font-size: 2.0rem;
	}

}

@media screen and (min-width : 768px) and (max-width : 1024px) {

	.tb-none {
		display:none!important;
	}

}

@media screen and (max-width : 767px) {

	.sp-none {
		display:none!important;
	}
	body {
		min-width:inherit;
	}
	.wrap {
		width: 100%;
		padding: 0 3%;
	}
	p,th,td,dt,dd,li {
		font-size: 4vw;
	}
	p.txt {
		font-size: 4vw;
		line-height: 1.8;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	main section .wrap {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.ttl_udl {
		font-size: 6vw;
		padding-bottom: .8em;
	}
	.ttl_udl::before {
		width: 30%;
		border-width: 3px;
	}
	.ttl_bg {
		font-size: 6vw;
	}
	.ttl_bg .big {
		font-size: 7vw;
	}
	.ttl_bg .small {
		font-size: 4vw;
	}
	.ttl_bdr {
		font-size: 5vw;
	}
	.ttl_bdr span {
		font-size: 4vw;
	}

	/* ------------------------------
		header
	------------------------------ */

	header,
	header .wrap,
	header .menu_wrap {
		width: 100%;
		height: 40px;
	}
	header {
		background: #434343;
		padding: 0;
		margin: 0;
		z-index: 999;
	}
	header .wrap {
		padding: 0;
		display: block;
		position: relative;
		min-width: inherit;
	}
	header .menu_wrap {
		position: relative;
		z-index: 999;
		padding: 0;
	}
	header .logo {
		height: 60%;
	}

	/* ------------------------------
		main
	------------------------------ */

	/* mv */

	#mv .wrap {
		padding-top: 5%;
		padding-bottom: 10%;
	}
	#mv .flex .txt {
		font-size: 4.5vw;
	}
	#mv .img {
		max-width: 35%;
	}

	/* sec01 */

	#sec01 .big {
		font-size: 5vw;
	}
	#sec01 .flex {
		display: block;
	}
	#sec01 .flex .img {
		max-width: 100%;
		font-size: 3vw;
		text-align: center;
		margin-top: 5%;
	}
	#sec03 .box .ttl {
		font-size: 5vw;
	}
	#sec03 .box .ttl .num {
		font-size: 10vw;
	}
	#sec01 .flex .img img {
		width: 60%;
	}

	/* sec03 */

	#sec03 .box {
		display: block;
		margin-top: 8%;
	}
	#sec03 .box + .box {
		margin-top: 10%;
	}
	#sec03 .box .img {
		margin: 5% 0 0;
		max-width: 100%;
		width: 100%;
	}

	/* sec04 */

	#sec04 img {
		width: 60%;
	}

	/* sec05 */

	#sec05 .ttl_bg {
		font-size: 5vw;
	}
	#sec05 .flex {
		display: block;
	}
	#sec05 .box {
		width: 100%;
	}
	#sec05 .box + .box {
		margin-top: 8%!important;
	}
	#sec05 .box h4 {
		font-size: 3.5vw;
		margin-top: 1.5em;
	}
	#sec05 .box ul li {
		font-size: 3.5vw;
	}

	/* sec06 */

	#sec06 .ttl_bdr {
		font-size: 4.5vw;
	}
	#sec06 .ttl_bdr::before {
		border-left-width: 5px;
	}
	#sec06 .box + .box {
		margin-top: 8%;
	}

	/* sec07 */

	#sec07 .box + .box {
		margin-top: 10%;
	}
	#sec07 .flex {
		display: block;
	}
	#sec07 .box .img {
		margin: 5% auto 0;
		max-width: 60%;
	}

	/* sec08 */

	#sec08 .box {
		margin-top: 10%;
	}

	/* optin */

	.box.optin .btn {
		margin-top: 5%;
	}

	/* sec_profile */

	.sec_profile > div + div {
		margin-top: 10%;
	}
	.sec_profile .profile,
	.sec_profile .author {
		display: block;
	}
	.sec_profile .left_block {
		width: 100%;
	}
	.sec_profile .right_block {
		width: 100%;
		padding-left: 0;
	}
	.sec_profile .right_block .img {
		width: 60%;
		margin: 5% auto;
	}
	.sec_profile .name .big {
		font-size: 5vw;
		padding-left: 3%;
	}
	.sec_profile .name .txt {
		font-size: 4.5vw;
		padding-left: 3%;
		margin-bottom: 1.5em;
	}
	.sec_profile .name .ttl_udl {
		font-size: 8vw;
		padding-bottom: .3em;
		margin-bottom: .5em;
		padding-left: 3%;
	}
	.sec_profile .name .ttl_udl .small {
		font-size: 4vw;
	}
	.sec_profile .txt .small {
		font-size: 3vw;
	}
	.sec_profile .profile h3 {
		font-size: 5vw;
	}
	.sec_profile .profile .book ul li {
		font-size: 3.5vw;
	}
	.sec_profile .profile .media .txt {
		font-size: 3.5vw;
	}
	.sec_profile .performance .flex {
		align-items: flex-start;
	}
	.sec_profile .performance li + li {
		margin-top: 8%;
	}
	.sec_profile .performance h3 {
		font-size: 5vw;
		line-height: 1.2;
	}
	.sec_profile .performance .img {
		width: 25%;
		margin-right: 3%;
	}
	.sec_profile .performance .small {
		font-size: 3vw;
	}


	/* ------------------------------
		footer
	------------------------------ */

	footer {
		padding: 5% 0;
	}
	footer ul.menu > li {
		font-size: 3vw;
	}
	footer .copy {
		text-align: center;
		font-size: 2.5vw;
	}

}


/* ------------------------------
    clearfix
------------------------------ */

.cf {
  zoom:1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}