@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

@font-face {
	font-weight: 100;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 200;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 300;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 400;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: bold;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
}

body {
	color: #000;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.8;

	-ms-hyphens: auto;
	-webkit-text-size-adjust: 100%;
}

/* --------
  汎用クラス
-------- */

.clr:after, .cols:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* --------
  デフォルト
-------- */

html {
	font-size: 62.5%;
}

body {
	background-color: #ffd600;
	font-size: 16px;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/* --------
  共通レイアウト
-------- */

.inner {
	margin: 0 auto;
	max-width: 900px;
}

.container {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

/* ---------------- */

.mainimg {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.mainimg header {
	position: absolute;
	top: 15px;
	left: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.mainimg header .asahi {
	margin-right: 14px;
}

.mainimg header .asahi img {
	width: 100px;
}

.mainimg header p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.mainimg h1 {
	width: 50%;
	text-align: right;
}

.mainimg h1 small {
	display: block;
	margin-bottom: 30px;
	padding: 10px 70px 10px 20px;
	background-color: #000;
	font-size: 0;
}

.mainimg h1 small img {
	width: 468px;
}

.mainimg h1 span {
	display: block;
	padding: 0 70px 0 20px;
}

.mainimg h1 span img {
	width: 476px;
}

.mainimg figure {
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 532px;
}

.mainimg figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: initial;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

section {
	position: relative;
	margin-bottom: 145px;
	padding: 50px;
	background-color: #fff;
}

section p {
	text-align: justify;
}

section p:not(:last-child) {
	margin-bottom: 50px;
}

section p em {
	font-weight: bold;
}

section p strong {
	display: block;
	float: left;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 55px;
	line-height: 5.5rem;
}

section .img {
	text-align: center;
}

section .img:not(:last-child) {
	margin-bottom: 50px;
}

section .img figure {
	display: inline-block;
}

section .img h3 {
	margin-bottom: 25px;
	color: #5d6ea9;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}

section .img h3 span {
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #ffd600));
	background: -webkit-linear-gradient(transparent 90%, #ffd600 90%);
	background: -o-linear-gradient(transparent 90%, #ffd600 90%);
	background: linear-gradient(transparent 90%, #ffd600 90%);
}

section h2 {
	margin-top: -100px;
	margin-bottom: 80px;
	padding: 18px 10px;
	background-color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}

section h2 span {
	display: inline-block;
	padding: 10px 0 10px 80px;
	background: url(../img/icn-ttl.png) 0 50% no-repeat;
	background-size: 60px;
	color: #ffd600;
	font-size: 30px;
	font-size: 3rem;
}

section.lead {
	margin-top: -64px;
	padding-bottom: 20px;
}

section.lead .profile .img {
	position: relative;
	margin: 0 -50px 20px;
}

section.lead .profile .img .name {
	position: absolute;
	top: 50%;
	right: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding: 40px;
	width: 280px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

section.lead .profile .img .name span {
	display: block;
}

section.lead .profile .img .name small {
	font-size: 16px;
	font-size: 1.6rem;
}

section.lead .profile .img .name strong {
	font-size: 24px;
	font-size: 2.4rem;
}

section.lead .profile > p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

section.sec01 .img .example1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

section.sec01 .img .example1 figure:first-child {
	margin-right: 30px;
	width: 25%;
}

section.sec01 .img .example1 figure:first-child img:first-child {
	margin-bottom: 30px;
}

section.sec01 .img .example1 figure:last-child {
	width: 54%;
}

section.sec01 .img .example2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

section.sec01 .img .example2 figure {
	max-width: 100%;
	width: 388px;
}

section.sec01 .img .example2 .arrow {
	margin: 0 10px 0 20px;
	width: 54px;
}

section.sec01 .img .example2 p {
	padding: 16px 20px;
	background-color: #5d6ea9;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

section.sec02 {
	margin-bottom: 0;
	padding-bottom: 130px;
}

.about {
	position: relative;
	margin: -75px auto 80px;
	max-width: 645px;
}

.about .logo {
	margin-bottom: 30px;
	text-align: center;
}

.about .logo img {
	width: 453px;
}

.about p sup {
	vertical-align: super;
	font-size: 10px;
	font-size: 1rem;
}

.about p small {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

.about .btns {
	margin-top: 30px;
	text-align: center;
}

.about .btns a {
	position: relative;
	display: inline-block;
	padding: 8px;
	width: 180px;
	border: 2px solid #000;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.about .btns a:after {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icn-blank.png) 0 0 no-repeat;
	background-size: 16px;
	content: "";
}

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 120px;
	display: none;
}

.pagetop a {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 14px;
	width: 60px;
	height: 60px;
	background-color: #000;
}

footer {
	padding: 30px 0;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}

@media all and (min-width: 759px) {
	.forsp {
		display: none;
	}

	a:hover {
		opacity: .7;
	}
}

@media all and (max-width: 758px) {
	.forpc {
		display: none;
	}

	body {
		font-size: 1.5rem;
	}

	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 12px;
	}

	.mainimg {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.mainimg header {
		position: relative;
		top: 0;
		left: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 8px 8px 12px;
		width: 100%;
	}

	.mainimg header .asahi {
		margin-right: 10px;
	}

	.mainimg header .asahi img {
		width: 90px;
	}

	.mainimg header p {
		font-size: 1.2rem;
	}

	.mainimg h1 {
		width: 100%;
		text-align: center;
	}

	.mainimg h1 small {
		margin-bottom: 20px;
		padding: 10px 20px;
	}

	.mainimg h1 span {
		margin-bottom: 20px;
		padding: 0 20px;
	}

	.mainimg figure {
		width: 100%;
		height: 310px;
	}

	.mainimg figure img {
		width: 100%;
	}

	section {
		margin-bottom: 100px;
		padding: 15px;
	}

	section p strong {
		font-size: 2.8em;
		line-height: 1.2em;
	}

	section .img h3 span {
		display: inline;
	}

	section h2 {
		margin-top: -60px;
		margin-bottom: 40px;
	}

	section h2 span {
		padding: 0 0 0 40px;
		background-position: 0 .1em;
		background-size: 34px;
		text-align: left;
		font-size: 2.4rem;
	}

	section.lead .profile .img {
		margin: 0 -20px 20px;
	}

	section.lead .profile .img .name {
		position: relative;
		top: 0;
		right: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: -30px 40px 0;
		padding: 20px 10px;
		width: calc(100% - 80px);
		font-size: 1.8rem;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	section.lead .profile .img .name small {
		font-size: 1.4rem;
	}

	section.lead .profile .img .name strong {
		font-size: 2.2rem;
	}

	section.lead .profile > p {
		font-size: 1.2rem;
	}

	section.sec01 .img .example1 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	section.sec01 .img .example1 figure:first-child {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		-ms-flex-align: start;
		margin: 0 0 20px;
		width: 100%;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	section.sec01 .img .example1 figure:first-child img:first-child {
		margin-bottom: 0;
	}

	section.sec01 .img .example1 figure:first-child img {
		width: 48%;
	}

	section.sec01 .img .example1 figure:last-child {
		width: 100%;
	}

	section.sec01 .img .example2 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	section.sec01 .img .example2 .arrow {
		margin: 10px 0;
	}

	section.sec01 .img .example2 .arrow img {
		width: 40px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	section.sec02 {
		padding-bottom: 100px;
	}

	.about {
		margin: -45px 10px 80px;
		font-size: 1.5rem;
	}

	.about .logo img {
		width: 260px;
	}

	.about .btns a {
		font-size: 1.6rem;
	}

	.pagetop {
		right: 20px;
		bottom: 20px;
	}

	.pagetop a {
		padding: 15px 10px;
		width: 45px;
		height: 45px;
		border: 1px solid rgba(255, 255, 255, .2);
	}

	footer {
		padding-bottom: 80px;
		font-size: 1rem;
	}
}
