@charset "UTF-8";
/* Foundation */
/* flexLayout
************************************/
/* justify-content */
/* flex-direction */
/* align-items */
/* align-content */
/* ie */
/* reset -----------------------------------------------------------   */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

* {
	box-sizing: border-box;
}

* {
	-webkit-overflow-scrolling: touch;
}

html {
	min-width: 1024px;
	overflow: auto;
	color: #383E45;
	font-size: 62.5%;
	font-family: -apple-system, BlinkMacSystemFont, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

body {
	width: 100%;
}

html, body {
	height: 100%;
	margin: 0;
}

li {
	list-style-type: none;
}

a {
	display: inline-block;
	-webkit-text-decoration: none;
	text-decoration: none;
	cursor: pointer;
	color: #124897;
}
a:focus {
	outline: none;
}
a:hover {
	opacity: 0.5;
}
@media screen and (min-width: 769px) {
	a {
		transition: all 0.2s;
	}
}
a.disable {
	opacity: 0.5;
}

.disable {
	pointer-events: none !important;
}

button {
	color: #383E45;
	cursor: pointer;
	line-height: 1.6;
	-webkit-text-decoration: none;
	text-decoration: none;
}
button:focus {
	outline: none;
}
@media screen and (min-width: 769px) {
	button {
		transition: all 0.2s;
	}
}
button.disable {
	background: #ddd !important;
	border: 1px solid #ddd !important;
	color: #888 !important;
	font-weight: normal !important;
}

img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6,
li, a, dl, dt, dd,
a, small {
	line-height: 1.6;
}

p, p a, p span {
	line-height: 1.6;
}

button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
button:focus, textarea:focus, select:focus {
	outline: none;
}

textarea {
	resize: none;
}

select::-ms-expand {
	display: none;
}

input[type=search] {
	-webkit-appearance: searchfield;
	-moz-appearance: searchfield;
	     appearance: searchfield;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table th, table td {
	line-height: 1.6;
}

/* dispNone
************************************/
.dispNone {
	display: none;
}

/* margin
************************************/
.margin-l-auto {
	margin-left: auto;
}

.margin-r-auto {
	margin-right: auto;
}

/* text
************************************/
.text {
	font-size: 1.14rem;
}

.text16 {
	font-size: 1.6rem;
}

.link-color {
	color: #124897;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.font-normal {
	font-weight: normal !important;
}

.font-bold {
	font-weight: bold !important;
}

/* Layout */
/*====================================
Layout
大枠のサイズ、余白など。サイズが変わる場合は個別ページで調整してください
====================================*/
html {
	position: relative;
	min-width: 0;
	overflow: hidden;
	color: #383E45;
}

/* body-layout
------------------------- */
.body-layout {
	width: 100%;
	min-width: 37.5rem;
	height: 100%;
	background-color: #fff;
	overflow: auto;
}

/* section-area
------------------------- */
.section-area {
	max-width: 96rem;
	margin: 8rem auto 0;
	padding: 0 1.5rem;
	margin-bottom: 2rem;
}

/* footer-layout
------------------------- */
.footer-layout {
	text-align: center;
}

/*====================================
ヘッダー
====================================*/
.header-layout {
	display: flex;
	max-width: 96rem;
	min-height: 6rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}
.header-layout .header-wrap {
	display: flex;
	align-items: center;
	width: 100%;
}
.header-layout .header-logo {
	width: 12rem;
}
.header-layout .header-list {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 12rem);
}
.header-layout .header-item {
	font-size: 1.4rem;
}
.header-layout .header-item a {
	color: #24292E;
}
.header-layout .header-item + .header-item {
	margin-left: 3rem;
}

/* Component */
/*====================================
_parts
見出し、テキストなどの部品
====================================*/
/* 見出し
------------------------- */
.section-title {
	text-align: center;
	color: #383E45;
	font-size: 3.2rem;
	font-weight: bold;
}
/* 丸い画像：topで使用
------------------------- */
.image-circle img {
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	margin-right: 3rem;
}

/* 画像のタイトル：topで使用
------------------------- */
.caption-title {
	font-size: 1.6rem;
	color: #383E45;
}

/* 記事リスト：topで使用
------------------------- */
.article-list {
	display: flex;
}
.article-list .article-item {
	width: calc((100% - 3.4rem) / 3);
	text-align: center;
}
.article-list .article-item + .article-item {
	margin-left: 1.7rem;
}
.article-list .article-item .caption-title {
	margin-top: 1rem;
}
.article-list .article-item .text {
	margin-top: 1rem;
}

@media screen and (max-width: 768px) {
	.article-list {
		flex-direction: column;
		margin: 0 auto;
	}
	.article-list .article-item {
		width: 100%;
	}
	.article-list .article-item + .article-item {
		margin-left: 0;
		margin-top: 3rem;
	}
}
/* Page */
/*====================================
topページ
固有クラス：p-top
====================================*/
.p-top {
	padding-bottom: 10rem;
}
.p-top .mv-area img {
	height: 60rem;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-top .section-about .cont-area {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 53rem;
	margin: 7rem auto 0;
}
@media screen and (max-width: 768px) {
	.p-top .section-about .cont-area {
		flex-direction: column;
	}
	.p-top .section-about .cont-area .image-circle img {
		margin-right: 0;
	}
	.p-top .section-about .title-text-wrap {
		margin-top: 1rem;
	}
}
.p-top .section-category .cont-area {
	display: flex;
	max-width: 87.1rem;
	margin: 7rem auto 0;
}

/* IE only */