@charset "UTF-8";
/*――――――――――――――――――
	リセット
―――――――――――――――――――*/
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;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

:root {
	--black: #222;
	--mc: #1E4BA9;
	--orange: #FF9100;
	--en: 'Lato', sans-serif;
}

* {
	box-sizing: border-box;
}

body {
	color: var(--black);
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 100px;
	letter-spacing: 0.025em;
	font-size: 16px;
}

a {
	color: var(--black);
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.w1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.ttl01 {
	text-align: center;
	color: var(--mc);
	font-size: 42px;
	margin-bottom: 55px;
	letter-spacing: 0.1em;
}

.sp_block {
	display: none;
}

/*――――――――――――――――――
	header
―――――――――――――――――――*/
header {
	position: fixed;
	height: 100px;
	background: #fff;
	width: 100%;
	padding-left: 32px;
	padding-right: 48px;
	left: 0;
	top: 0;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header #logo span {
	display: block;
}
header #logo span:first-child {
	margin-bottom: 7px;
}

#g_nav {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}
#g_nav a {
	transition: .4s ease;
}
#g_nav ul {
	display: flex;
	height: 100px;
	align-items: center;
}
#g_nav ul li {
	margin-left: 50px;
}
#g_nav ul li:first-child {
	margin-left: 0;
}
#g_nav ul a:hover {
	color: var(--mc);
}
#g_nav p {
	margin-left: 45px;
}
#g_nav .entry {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--orange);
	color: #fff;
	width: 220px;
	height: 100px;
	text-align: center;
}
#g_nav .entry:hover {
	background: #DC0012;
}

/*――――――――――――――――――
	mv
―――――――――――――――――――*/
#mv {
	position: relative;
	padding-top: 78px;
	height: 470px;
	margin-bottom: 100px;
}
#mv:before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	display: block;
	height: 470px;
	background: url(../img/mv.jpg) no-repeat center/cover;
}
#mv:after {
	position: absolute;
	content: '';
	display: block;
	width: 414px;
	height: 987px;
	background: url(../img/machine.png) no-repeat left top/100% auto;
	top: 0;
	left: calc(50% + 110px);
}
#mv p {
	margin-bottom: 32px;
}
#mv h1 {
	font-size: 38px;
	color: var(--mc);
	font-weight: bold;
}
#mv h1 span {
	background: #fff;
	display: block;
	width: fit-content;
	padding: 18px 25px 12px;
}
#mv h1 span:first-child {
	margin-bottom: 25px;
}

/*――――――――――――――――――
	content
―――――――――――――――――――*/
#section01 {
	margin-bottom: 100px;
}
#section01 h2 {
	font-weight: bold;
	margin-bottom: 30px;
}
#section01 h2 span {
	display: block;
}
#section01 h2 .en {
	color: var(--mc);
	font-size: 24px;
	margin-bottom: 15px;
}
#section01 h2 .ja {
	font-size: 36px;
}
#section01 p {
	line-height: 2.5;
	max-width: 580px;
}

#section02 {
	margin-bottom: 100px;
}
#section02 .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section02 .flex > div {
	width: 47.916%;
	padding-top: 390px;
	margin-bottom: 60px;
}
#section02 .flex > div:nth-child(1) {
	background: url(../img/member01.jpg) no-repeat left top/100% auto;
}
#section02 .flex > div:nth-child(2) {
	background: url(../img/member02.jpg) no-repeat left top/100% auto;
}
#section02 .flex > div:nth-child(3) {
	background: url(../img/member03.jpg) no-repeat left top/100% auto;
}
#section02 .flex > div:nth-child(4) {
	background: url(../img/member04.jpg) no-repeat left top/100% auto;
}
#section02 .flex .name {
	font-weight: bold;
	margin-bottom: 15px;
}
#section02 .flex .name span:first-child {
	font-size: 20px;
}
#section02 .flex .name span:last-child {
	position: relative;
	top: -2px;
}
#section02 .flex .text {
	line-height: 2;
}

#story {
	margin-bottom: 150px;
}
#story section {
	margin-bottom: 95px;
	display: flex;
	justify-content: space-between;
}
#story section:last-child {
	margin-bottom: 0;
}
#story section:nth-child(even) {
	flex-direction: row-reverse;
}
#story section .img {
	width: 50%;
}
#story section .w_text {
	width: calc(50% - 75px);
}
#story .ttl {
	letter-spacing: 0.08em;
	margin-bottom: 30px;
}
#story .ttl > span {
	display: block;
}
#story .ttl > span:first-child {
	color: var(--mc);
	margin-bottom: 24px;
}
#story .ttl .num {
	font-size: 24px;
}
#story .ttl .sub {
	font-weight: bold;
	font-size: 20px;
}
#story .ttl .main {
	font-size: 32px;
	font-weight: bold;
}
#story .text {
	line-height: 2.5;
}

#section03 {
	margin-bottom: 150px;
}
#section03 h2 {
	text-align: center;
	letter-spacing: 0.08em;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 55px;
}
#section03 ol {
	display: flex;
	justify-content: space-between;
}
#section03 ol > li {
	width: 18.333%;
	background: #f8f8f8;
	padding: 20px 28px 60px;
	position: relative;
}
#section03 ol > li:after {
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: solid 20px #000;
	border-top: solid 30px transparent;
	border-bottom: solid 30px transparent;
	right: -14px;
}
#section03 ol > li:nth-child(1) {
	background: #E0F0FB;
}
#section03 ol > li:nth-child(1) h3 {
	background: #1818AC;
}
#section03 ol > li:nth-child(1):after {
	border-left-color: #1818AC;
}
#section03 ol > li:nth-child(2) {
	background: #E0F6FB;
}
#section03 ol > li:nth-child(2) h3 {
	background: #1858AC;
}
#section03 ol > li:nth-child(2):after {
	border-left-color: #1858AC;
}
#section03 ol > li:nth-child(3) {
	background: #E0F7FB;
	width: 24.58%;
}
#section03 ol > li:nth-child(3) h3 {
	background: #1884AC;
}
#section03 ol > li:nth-child(3):after {
	border-left-color: #1884AC;
}
#section03 ol > li:nth-child(4) {
	background: #E0F0FB;
}
#section03 ol > li:nth-child(4) h3 {
	background: #189DAC;
}
#section03 ol > li:nth-child(4):after {
	border-left-color: #189DAC;
}
#section03 ol > li:nth-child(5) {
	background: #E0FBF5;
}
#section03 ol > li:nth-child(5) h3 {
	background: #21A291;
}
#section03 ol > li:nth-child(5):after {
	border-left-color: #21A291;
}
#section03 ol > li:last-child:after {
	content: none;
}
#section03 ol h3 {
	background: #000;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.08em;
	padding: 10px 5px 8px;
	margin-bottom: 20px;
}
#section03 ol ul {
	font-size: 14px;
	font-weight: bold;
}
#section03 ol ul li {
	margin-bottom: 14px;
}
#section03 ol ul li:last-child {
	margin-bottom: 0;
}

#section04 {
	margin-bottom: 120px;
}
#section04 .w1200 {
	padding-top: 770px;
	background: url(../img/epilogue.jpg) no-repeat left top/100% auto;
}
#section04 p {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.5;
}

footer #buttons {
	background: #E0F0FB;
	padding: 78px 0;
}
footer #buttons ul {
	display: flex;
	justify-content: center;
}
footer #buttons li {
	width: 520px;
	max-width: 100%;
}
footer #buttons li:first-child a:hover:after {
	left: 20px;
	opacity: 0;
}
footer #buttons a {
	display: block;
	background: var(--mc);
	color: #fff;
	text-align: center;
	padding: 32px 10px 32px;
	position: relative;
}
footer #buttons a:after {
	transition: .4s ease;
	left: 40px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	content: '';
	display: inline-block;
	width: 50px;
	height: 17px;
	background: url(../img/arrow_l.svg) no-repeat left top/100% auto;
}
footer #buttons span {
	display: block;
}
footer #buttons .en {
	font-size: 28px;
	margin-bottom: 6px;
	letter-spacing: 0.1em;
}
footer #buttons .ja {
	font-size: 14px;
}
footer small {
	display: block;
	background: #222222;
	font-size: 14px;
	text-align: center;
	padding: 23px 5px 23px;
	color: #fff;
}

@media only screen and (max-width: 1240px) {
	.w1200 {
		padding-left: 4%;
		padding-right: 4%;
	}

	body {
		padding-top: 80px;
	}

	header {
		height: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}
	header #logo span:first-child img {
		max-width: 180px;
	}
	header #logo span:last-child img {
		max-width: 330px;
	}

	#g_nav {
		font-size: 15px;
	}
	#g_nav ul li {
		margin-left: 30px;
	}

	#mv:after {
		width: 32.5vw;
		right: 10px;
		left: auto;
	}

	#section02 .flex > div {
		padding-top: 32.5%;
	}

	#section03 ol > li {
		padding: 20px 20px 60px;
	}
	#section03 ol ul li {
		font-size: 13px;
	}

	#section04 .w1200 {
		padding-top: 60%;
		background-size: 92% auto;
		background-position: center top;
	}
}
@media only screen and (min-width: 1024px) {
	#hb {
		display: none !important;
	}

	#g_nav {
		display: block !important;
	}
}
@media only screen and (max-width: 1023px) {
	body {
		padding-top: 50px;
		font-size: 15px;
	}

	.ttl01 {
		font-size: 28px;
		margin-bottom: 35px;
	}

	header {
		height: 50px;
		padding-left: 20px;
		padding-right: 0;
	}
	header #logo span:first-child {
		position: relative;
		top: 3px;
	}
	header #logo span:first-child img {
		max-width: 120px;
	}
	header #logo span:last-child {
		display: none;
	}

	#g_nav {
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		background: #FAFAFA;
		padding: 20px 15px 40px;
	}
	#g_nav ul {
		height: auto;
		display: block;
	}
	#g_nav ul li {
		margin-left: 0;
		border-bottom: solid 1px rgba(0, 0, 0, 0.5);
	}
	#g_nav ul a {
		font-size: 16px;
		display: block;
		padding: 16px 0 16px;
	}
	#g_nav ul a:hover {
		color: #fff;
	}

	#hb {
		cursor: pointer;
		display: block;
		z-index: 1100;
		top: 0;
		right: 0;
		position: fixed;
		width: 50px;
		height: 50px;
		padding: 15px 10px 0;
	}
	#hb span {
		height: 2px;
		background: var(--black);
		display: block;
		margin-bottom: 7px;
		transition: .4s ease;
	}
	#hb.open span:nth-child(1) {
		transform: translate(0, 10px) rotate(45deg);
	}
	#hb.open span:nth-child(2) {
		opacity: 0;
	}
	#hb.open span:nth-child(3) {
		transform: translate(0, -8px) rotate(-45deg);
	}

	#mv {
		padding-top: 8vw;
		height: 50vw;
	}
	#mv p img {
		max-width: 50vw;
	}
	#mv h1 {
		font-size: 3.5vw;
	}
	#mv .w1200 {
		height: 50vw;
	}
	#mv:before {
		height: 50vw;
	}
	#mv:after {
		width: 21vw;
		right: 10vw;
	}

	#section01 p {
		max-width: 100%;
	}
	#section01 h2 .en {
		font-size: 20px;
	}
	#section01 h2 .ja {
		font-size: 28px;
	}

	#story section .w_text {
		width: 50%;
	}
	#story section .img {
		width: calc(50% - 30px);
	}
	#story .ttl {
		margin-bottom: 25px;
	}
	#story .ttl .num {
		font-size: 20px;
	}
	#story .ttl .sub {
		font-size: 18px;
	}
	#story .ttl .main {
		font-size: 24px;
	}
	#story .text {
		line-height: 2;
	}

	#section03 {
		margin-bottom: 100px;
	}
	#section03 h2 {
		font-size: 28px;
		margin-bottom: 40px;
	}
	#section03 ol {
		display: block;
	}
	#section03 ol > li {
		width: 100% !important;
		margin-bottom: 30px;
		padding-bottom: 40px;
	}
	#section03 ol > li:last-child {
		margin-bottom: 0;
	}
	#section03 ol > li:after {
		top: auto;
		left: 50%;
		transform: translate(-50%, 0) rotate(90deg);
		border-left-width: 24px;
		border-top-width: 36px;
		border-bottom-width: 36px;
		bottom: -40px;
	}
	#section03 ol h3 {
		font-size: 18px;
	}
	#section03 ol ul li {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.sp_block {
		display: block;
	}

	.sp_none {
		display: none;
	}

	.ttl01 {
		font-size: 21px;
		margin-bottom: 30px;
	}

	#mv {
		height: 84vw;
		padding-top: 19vw;
		margin-bottom: 60px;
	}
	#mv p {
		margin-bottom: 3vw;
	}
	#mv p img {
		max-width: 60vw;
	}
	#mv h1 {
		font-size: 4.25vw;
	}
	#mv h1 span {
		padding: 2.5vw 2.5vw 1.5vw;
	}
	#mv h1 span:first-child {
		margin-bottom: 3vw;
	}
	#mv .w1200 {
		height: 84vw;
	}
	#mv:before {
		height: 84vw;
	}
	#mv:after {
		width: 41vw;
		right: 0;
	}

	#section01 {
		margin-bottom: 60px;
	}
	#section01 h2 {
		margin-bottom: 18px;
	}
	#section01 h2 .en {
		font-size: 12px;
		margin-bottom: 12px;
	}
	#section01 h2 .ja {
		font-size: 20px;
	}
	#section01 p {
		font-size: 15px;
		line-height: 2;
	}

	#section02 {
		margin-bottom: 60px;
	}
	#section02 .flex > div {
		width: 100%;
		padding-top: 69%;
		margin-bottom: 40px;
	}
	#section02 .flex > div:last-child {
		margin-bottom: 0;
	}
	#section02 .flex .name {
		margin-bottom: 10px;
	}
	#section02 .flex .name span:last-child {
		position: relative;
		font-size: 16px;
	}
	#section02 .flex .text {
		font-size: 14px;
		line-height: 2;
	}

	#story {
		margin-bottom: 80px;
	}
	#story .ttl > span:first-child {
		margin-bottom: 16px;
	}
	#story .ttl .num {
		font-size: 18px;
	}
	#story .ttl .sub {
		font-size: 15px;
	}
	#story .ttl .main {
		font-size: 24px;
	}
	#story .sp_block {
		display: inline;
	}
	#story section {
		margin-bottom: 50px;
	}
	#story section:nth-child(1) .w_text .text {
		background: url(../img/story01.jpg) no-repeat left top/100% auto;
	}
	#story section:nth-child(2) .w_text .text {
		background: url(../img/story02.jpg) no-repeat left top/100% auto;
	}
	#story section:nth-child(3) .w_text .text {
		background: url(../img/story03.jpg) no-repeat left top/100% auto;
	}
	#story section:nth-child(4) .w_text .text {
		background: url(../img/story04.jpg) no-repeat left top/100% auto;
	}
	#story section:nth-child(5) .w_text .text {
		background: url(../img/story05.jpg) no-repeat left top/100% auto;
	}
	#story section .w_text {
		width: 100%;
	}
	#story section .text {
		padding-top: 86%;
	}
	#story section .img {
		display: none;
	}

	#section03 {
		margin-bottom: 60px;
	}
	#section03 h2 {
		font-size: 24px;
		line-height: 1.58;
		margin-bottom: 26px;
	}
	#section03 ol > li {
		padding: 15px 15px 35px;
	}

	#section04 {
		margin-bottom: 70px;
	}
	#section04 .w1200 {
		background: none;
		padding-top: 0;
	}
	#section04 p {
		line-height: 2;
		background: url(../img/epilogue.jpg) no-repeat left top/100% auto;
		padding-top: 68%;
	}

	footer #buttons {
		padding: 35px 0;
	}
	footer #buttons .en {
		font-size: 20px;
		margin-bottom: 8px;
	}
	footer #buttons .ja {
		font-size: 12px;
	}
	footer #buttons a {
		padding: 22px 10px;
	}
	footer #buttons a:after {
		width: 25px;
		height: 8px;
		left: 20px;
	}
	footer small {
		font-size: 12px;
		padding: 17px 2px;
	}
}

