@charset "utf-8";

/*

http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)

*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* 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-collapse: collapse;
	border-spacing: 0;
}

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

/* COMMON */

body {
	color: #575A5B;
	font-size: 15px;
	font-family: 'GeneralSans-Variable', 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.025em;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	background-color: #E1E7E8;
}

a { color: #4C50A4; text-decoration: underline; }
a:hover { color: #4C50A4; text-decoration: none; }

img {
	width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {

}

b { font-weight: 600; }

input,
select,
textarea {

}

.fl { float: left; }
.fr { float: right; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.header-inner,
.article-inner,
.footer-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.show-pc { display: inline-block; }
.show-sp { display: none; }

.youtube {
  position: relative;
  width: 100%;
	margin: 55px 0 0 0;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* HEADER, NAV, FOOTER */

section,
.header-inner,
.footer-inner {
	position: relative;
	min-width: 1200px;
	max-width: 1366px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.header-inner,
.footer-inner { padding: 0 45px; }

header { padding: 40px 0 0 0; }

header h1 img {
	width: 180px;
	height: auto;
}

header nav ul {
	position: absolute;
	top: 0;
	right: 45px;
}

footer nav ul {
	position: absolute;
	bottom: 0;
	right: 45px;
}

header nav ul li,
footer nav ul li {
	float: left;
	padding: 0 0 0 40px;
}

header nav ul li a,
footer nav ul li a {
	display: inline-block;
	padding: 2px 0 0 0;
	font-size: 15px;
	line-height: 35px;
	text-decoration: none;
	border-bottom: 1px solid #4C50A4;
}

header nav ul li a:hover,
footer nav ul li a:hover { border-color: #FFFFFF; }

nav ul li a[target="_blank"] { padding: 2px 15px 0 0; }

nav ul li a[target="_blank"]:after {
	position: absolute;
	top: 0px;
	content: "\f35d";
	margin: 0 0 0 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: .6rem;
}


footer {
	padding: 110px 0 45px 0;
}

footer .copyright {
	padding: 0 0 45px 0;
	text-align: right;
}

/* MAIN */

.article-inner {
	position: relative;
	max-width: 1366px;
	margin: 0 auto;
}

h2 {
	padding: 0 0 37px 45px;
	color: #4C50A4;
	font-size: 30px;
	font-weight: 600;
}

h3 {
	padding: 0 0 45px 0;
	color: #575A5B;
	font-size: 27px;
	font-weight: 600;
}

h4 {
	padding: 0 0 20px 0;
	font-size: 21px;
	font-weight: 400;
}

.hcontent {
	padding: 360px 0 0 0;
}

.hcontent h2 + p {
	width: 66.6%;
	padding: 0 15px 0 45px;
	font-size: 18px;
	text-align: justify;
}

.hcontent h2 + p.right {
	margin-left: 33.3%;
	padding: 0 45px 0 25px;
}

.hcontent .hsub {
	display: block;
	font-size: 15px;
}

.hcontent .column {
	margin: 85px 0 0 0;
	padding: 55px 30px;
	color: #FFFFFF;
	background-color: #575A5B;
}

.hcontent .column h3 {
	padding: 0 0 45px 15px;
	color: #FFFFFF;
}

.hcontent .column .fl {
	width: 33.3%;
	padding: 0 15px;
	text-align: justify;
}

.nlist {
	padding: 45px 30px;
}

.nlist .fl {
	 width: 33.3%;
	 padding: 0 15px;
 }

.nlist .fr {
	width: 66.6%;
	padding: 10px 15px;
}

.nlist ul li { padding: 7px 0; }

.nlist ul li a {
	display: flex;
	padding: 17px 45px 17px 30px;
	color: #575A5B;
	text-decoration: none;
	background: #E1E7E8 url(../images/arrow_r.svg) no-repeat center right 20px;
	background-size: 9px;
	border-radius: 5px;
}

.nlist ul li a:hover {
	color: #FFFFFF;
	background: #575A5B url(../images/arrow_r_w.svg) no-repeat center right 20px;
	background-size: 9px;
}

.nlist ul li a .date,
.nlist ul li a .title { display: block; }

.nlist ul li a .date {
	padding: 0 30px 0 0;
	font-weight: 600;
}

.service {
	padding: 45px;
	border-top: 1px solid #E1E7E8;
}

.service a {
	display: block;
	width: calc(33.3% - 20px);
	height: 80px;
	margin: 0 30px 0 0;
	font-weight: 600;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #4C50A4;
	border-radius: 5px;
}

.service a:hover {
	color: #FFFFFF;
	background-color: #4C50A4;
}

/* FLOW */

.flow {
	padding: 45px 30px;
}

.flow h3 { padding-left: 15px; }

.flow dl dt {
	float: left;
	width: calc(33.3% - 30px);
	margin: 0 15px;
	font-size: 21px;
	background: url(../images/line.svg) repeat-x center top 0.85em;
}

.flow dl dt span {
	display:inline-block;
	padding: 0 5px 0 0;
	background-color: #FFFFFF;
}

.flow dl dd {
	width: 66.6%;
	margin-left: 33.3%;
	padding: 3px 15px 65px;
}

.flow dl dd:last-child { padding-bottom: 0; }

.flow dl dd ul li {
	float: left;
	margin: 30px 30px 0 0;
}

.flow dl dd ul li a,
.privacy a.large {
	display: block;
	width: 330px;
	height: 60px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #4C50A4;
	border-radius: 5px;
}

.flow dl dd ul li a:hover,
.privacy a.large:hover {
	color: #FFFFFF;
	background-color: #4C50A4;
}

/* PRIVACY */

.privacy {
	width: 66.6%;
	margin: 0 auto;
	text-align: justify;
}

.privacy h2 {
		padding: 135px 0 0 0;
}

.privacy h3 {
	padding: 70px 0 40px 0;
}

.privacy span {
	font-size: 12px;
}

.privacy ul {
	list-style: none;
  counter-reset: list-counter;
  margin: 0;
  padding: 0;
}

.privacy li {
	position: relative;
	padding-left: 30px;
}

.privacy li::before {
	content: counter(list-counter);
  counter-increment: list-counter;
  box-sizing: border-box;
  display: flex;
	position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  justify-content: center;
  align-items: center;
  font-size: 85%;
	border: 1px solid;
  border-radius: 50%;
}

/* NEWS */

.hnews {
	padding: 0 45px 20px;
}

.hnews h2 {
	padding: 135px 0 40px 0;
}

.posts {
	padding: 0 0 55px 0;
	border-top: 1px solid #E1E7E8;
	border-bottom: 1px solid #E1E7E8;
}

.posts h4 {
	padding: 45px;
	font-weight: 600;
}

.posts .date {
	position: absolute;
	left: 45px;
	font-weight: 600;
}

.posts .text {
	width: 66.6%;
	margin: 0 auto;
	text-align: justify;

}

.posts .text p { padding: 0 0 25px 0; }

.posts .text p:last-child { padding: 0; }

/* MEDIA QUERIES */

@media screen and (max-width:980px) {

	.show-pc { display: none; }
	.show-sp { display: block; }

}
