/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
/* --------------------
Foundation
---------------------*/
/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

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

body {
	text-align: left;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:focus {
	outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: inherit;
	font-size: inherit;
}

p {
	font-weight: inherit;
	line-height: inherit;
	font-size: inherit;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none;
}

address {
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	line-height: inherit;
	list-style: none;
}

b,
strong {
	font-weight: bold;
}

em {
	font-weight: bold;
	font-style: normal;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	text-decoration: none;
	background-color: transparent;
	outline: 0;
	line-height: inherit;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-size: 1em;
}

pre {
	overflow: auto;
}

img {
	vertical-align: top;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

caption {
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

/* basics */
html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: -0.02em;
	color: #222;
}

a {
	color: #222;
}

img {
	width: 100%;
}

/* iconfont */
@font-face {
	font-family: "nicons";
/* 	src: url("/common/fonts/nicons.ttf") format("truetype"), url("/common/fonts/nicons.woff") format("woff"), url("/common/fonts/nicons.svg") format("svg"); */
  src: url("https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/company2025/common/fonts/nicons.ttf") format("truetype"),
  url("https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/company2025/common/fonts/nicons.woff") format("woff"),
  url("https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/company2025/common/fonts/nicons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
  
}

.c-icon {
	display: inline-block;
	margin-top: -0.25em;
	font-family: "nicons";
	vertical-align: middle;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #223292;
}

.c-icon--chevron_b:before {
	content: "";
}

.c-icon--chevron_l:before {
	content: "";
}

.c-icon--chevron_r:before {
	content: "";
}

.c-icon--chevron_t:before {
	content: "";
}

.c-icon--arrow_r:before {
	content: "";
}

.c-icon--arrow_s_r:before {
	content: "";
}

.c-icon--disc:before {
	content: "";
}

.c-icon--miniarrow_r:before {
	content: "";
}

.c-icon--download:before {
	content: "";
}

.c-icon--blank:before {
	content: "";
}

.c-icon--search:before {
	content: "";
}

.c-icon--crover {
	color: #22922D;
}

.c-icon--crover:before {
	content: "";
}

.c-icon--star:before {
	content: "";
}

/* --------------------
Components
---------------------*/
/* ----------
基本のコンポーネント
---------- */
/* svg icon */
.c-svgicon {
	display: inline-block;
	margin-top: -0.25em;
	vertical-align: middle;
	line-height: 1;
	speak: none;
}

.c-svgicon:before {
	content: "";
	display: block;
	width: 1.1em;
	height: 1.1em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.c-svgicon--pdf:before {
/* 	background-image: url(/common/images/icon-pdf.svg); */
  	background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/company2025/common/images/icon-pdf.svg);
  
}

.c-svgicon--excel:before {
/* 	background-image: url(/common/images/icon-excel.svg); */
  background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/company2025/common/images/icon-excel.svg);
}

.c-svgicon--word:before {
/* 	background-image: url(/common/images/icon-word.svg); */
  background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/company2025/common/images/icon-word.svg);
}

/* text */
.c-txt {
	font-size: 1.5rem;
	line-height: 1.6;
}

.c-txt--sm {
	font-size: 1.1rem;
}

.c-txt--note {
	font-size: 1.1rem;
	color: #777;
}

.c-txt--caution {
	color: #E60012;
}

.c-lead {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-lead--lg {
	font-size: 1.5rem;
}

.c-icontxt,
.c-icontxt-list li {
	padding-left: 1.8em;
	position: relative;
}

.c-icontxt .c-icon, .c-icontxt .c-svgicon,
.c-icontxt-list li .c-icon,
.c-icontxt-list li .c-svgicon {
	height: 1.2em;
	width: 1.2em;
	position: absolute;
	top: 0.45em;
	left: 0;
	font-size: 1.2em;
}

/* heading */
.c-heading {
	text-align: center;
}

.c-heading__inner {
	display: inline-block;
	font-weight: bold;
}

.c-heading--prim {
	margin-top: 30px;
	margin-bottom: 35px;
}

.c-heading--prim .c-heading__inner {
	font-size: 2.8rem;
	line-height: 1.4;
}

.c-heading--seco {
	margin-bottom: 30px;
}

.c-heading--seco:after {
	content: "";
	display: block;
	width: 160px;
	height: 3px;
	margin: 0 auto;
	background-color: #223292;
}

.c-heading--seco .c-heading__inner {
	padding-bottom: 10px;
	font-size: 2.2rem;
	line-height: 1.4;
}

.c-heading--tert {
	margin-bottom: 20px;
}

.c-heading--tert .c-heading__inner {
	font-size: 1.8rem;
}

.c-heading--tert .c-heading__inner > span {
	background: -webkit-linear-gradient(transparent 60%, #FFE900 60%);
	background: linear-gradient(transparent 60%, #FFE900 60%);
}

.c-heading--quat {
	margin-bottom: 20px;
}

.c-heading--quat .c-heading__inner {
	font-size: 1.5rem;
	line-height: 1.4;
}

/* list */
.c-list li {
	padding-left: 1em;
	position: relative;
}

.c-list li:before {
	content: "";
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	position: absolute;
	top: 0.8em;
	left: 0;
	background-color: #223292;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-tag {
	display: inline-block;
	border: 1px solid #223292;
	background-color: #223292;
	vertical-align: top;
}

.c-tag > span, .c-tag > a {
	display: block;
	padding: 2px 6px;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #fff;
}

.c-tag--outline {
	background-color: #fff;
}

.c-tag--outline > span, .c-tag--outline > a {
	color: #223292;
}

.c-tag--gray {
	border-color: #555;
	background-color: #fff;
}

.c-tag--gray > span, .c-tag--gray > a {
	color: #555;
}

.c-tag--l > span, .c-tag--l > a {
	padding: 4px 10px;
	font-size: 1.3rem;
}

.c-tag-container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-left: -8px;
}

.c-tag-container > li {
	margin-left: 8px;
	margin-bottom: 8px;
}

.c-listcells {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.c-listcells dl {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	min-height: 50px;
	margin: -1px 0 0 -1px;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.c-listcells dl.c-listcells__single {
	-webkit-box-pack: center;
	justify-content: center;
}

.c-listcells dl dt {
	min-width: 4em;
	margin-right: 10px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
}

.c-listcells dl dd {
	text-align: right;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #223292;
}

.c-listcells__note {
	display: block;
	font-weight: normal;
	font-size: 1rem;
}

.c-deflist dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.c-deflist dl + dl {
	margin-top: 20px;
}

/* image, video */
.c-image {
	position: relative;
	overflow: hidden;
}

.c-image--fix {
	padding-bottom: 56.25%;
}

.c-image--fix img, .c-image--fix__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-image--fix img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

.c-image-container__content {
	margin-top: 10px;
}

.c-image-container--center-w {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.c-image-container--center-w > .c-image {
	width: 100%;
}

.c-image-container--center-m {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.c-image-container--center-m > .c-image {
	width: 100%;
}

.c-gmap {
	width: 100%;
	height: 0;
	padding-bottom: 77.61194%;
	position: relative;
}

.c-gmap > iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* sepatator */
.c-separator {
	max-width: 1200px;
	height: 0;
	margin: 40px auto;
	border: none;
	border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
	.c-separator {
		margin-top: 60px;
	}
}

/* form */
.c-checkbox {
	display: inline-block;
}

.c-checkbox label {
	padding-left: 1.6em;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4;
}

.c-checkbox label > input[type="checkbox"] {
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 1.2em;
	height: 1.2em;
}

.c-checkbox label > input[type="checkbox"][disabled] + span {
	color: #999;
}

/* link */
.c-textlink a {
	display: inline-block;
	font-weight: bold;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.c-listlink,
.c-listlink-list li {
	margin-bottom: 5px;
	border-bottom: 1px solid #223292;
	position: relative;
	line-height: 1.4;
	color: #223292;
}

.c-listlink a,
.c-listlink-list li a {
	display: block;
	padding: 12px 0;
	font-weight: bold;
	color: inherit;
}

.c-listlink .c-icon, .c-listlink .c-svgicon,
.c-listlink-list li .c-icon,
.c-listlink-list li .c-svgicon {
	position: absolute;
	height: 2.4rem;
	width: 2.4rem;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: 2.4rem;
	pointer-events: none;
}

/* listlink container */
.c-listlink-container {
	width: 100%;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

.c-listlink-container--wide {
	max-width: 320px;
}

.c-listlink-container--left {
	margin-left: 0;
	margin-right: auto;
}

.c-listlink-container--right {
	margin-left: auto;
	margin-right: 0;
}

.c-listlink-container--double .c-listlink + .c-listlink {
	margin-top: 30px;
}

/* buttons */
.c-button {
	border-radius: 22px;
	background-color: #FFE900;
	position: relative;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
	color: #223292;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.c-button__inner {
	display: block;
	width: 100%;
	padding: 12px;
	border: none;
	background: none;
	font-weight: bold;
	color: inherit;
	-webkit-appearance: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.c-button__inner:focus {
	outline: none;
}

.c-button .c-icon, .c-button .c-svgicon {
	position: absolute;
	height: 1em;
	width: 1em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	font-size: 1em;
	pointer-events: none;
}

.c-button--outline {
	background-color: #fff;
	border: 1px solid #223292;
	box-shadow: none;
}

.c-button--main {
	border-radius: 24px;
	background-image: -webkit-linear-gradient(left, #142FD2 0%, #223292 100%);
	background-image: linear-gradient(90deg, #142FD2 0%, #223292 100%);
	font-size: 1.4rem;
	color: #fff;
}

.c-button--main .c-button__inner {
	padding-top: 14px;
	padding-bottom: 14px;
}

.c-button--main .c-icon {
	font-size: 2.4rem;
	color: #FFE900;
}

.c-button.disabled {
	background-color: #ccc;
	color: #999;
}

/* button container */
.c-btn-container {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.c-btn-container--wide {
	max-width: 420px;
}

.c-btn-container--left {
	margin-left: 0;
}

.c-btn-container--double .c-button + .c-button {
	margin-top: 30px;
}

/* フレーム */
.c-frame {
	border: 1px solid #ddd;
	padding: 4.47761% 5.97015%;
}

.c-frame__title {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #223292;
}

/* 汎用container */
.l-section {
	width: 89.33333%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* 汎用カラムcontainer */
.l-column__item {
	margin-bottom: 40px;
}

.l-column__item:last-child {
	margin-bottom: 0;
}

/* media object */
.c-mediaobj[href] {
	display: block;
}

.c-mediaobj[href] .c-mediaobj__title .c-icon--arrow_r {
	margin-left: 0.5em;
}

.c-mediaobj__image {
	margin-bottom: 15px;
}

.c-mediaobj .c-mediaobj__content > :first-child {
	margin-top: 0;
}

.c-mediaobj .c-mediaobj__content > :last-child {
	margin-bottom: 0;
}

.c-mediaobj__title {
	margin: 15px 0;
	font-weight: bold;
	font-size: 1.6rem;
}

.c-mediaobj__text {
	margin: 15px 0;
}

.c-mediaobj--thumbs {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-align: start;
	align-items: flex-start;
}

.c-mediaobj--thumbs .c-mediaobj__image {
	width: 100px;
	-webkit-box-flex: 0;
	flex: 0 0 100px;
}

.c-mediaobj--thumbs .c-mediaobj__image .c-image {
	padding-bottom: 100px;
}

.c-mediaobj--thumbs .c-mediaobj__content {
	width: auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	margin-left: 15px;
}

.c-mediaobj--thumbs .c-mediaobj__title {
	margin: 0 0 5px;
}

.c-mediaobj--thumbs .c-mediaobj__text {
	margin-top: 5px;
}

.c-mediaobj--thumbs-l .c-mediaobj__image {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.c-mediaobj--thumbs-l .c-mediaobj__image .c-image {
	padding-bottom: 160px;
}

.c-mediaobj--thumbs-l .c-mediaobj__title {
	margin: 0 0 5px;
}

.c-mediaobj--thumbs-l .c-mediaobj__text {
	margin-top: 5px;
}

.c-mediaobj--news {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-align: start;
	align-items: flex-start;
}

.c-mediaobj--news[href] {
	display: -webkit-box;
	display: flex;
}

.c-mediaobj--news .c-mediaobj__image {
	width: 60px;
	-webkit-box-flex: 0;
	flex: 0 0 60px;
}

.c-mediaobj--news .c-mediaobj__image .c-image {
	height: 60px;
}

.c-mediaobj--news .c-mediaobj__content {
	width: auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	margin-left: 15px;
}

.c-mediaobj--news .c-mediaobj__text {
	margin-top: 0;
}

/* ----------
ページパーツ系コンポーネント
---------- */
/* notice box */
.p-notice {
	width: 89.33333%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.p-notice dl {
	padding: 55px 5.97015% 20px;
	position: relative;
	background-color: #F7F7F7;
}

.p-notice dl dt {
	width: 150px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #223292;
	text-align: center;
	font-size: 1.4rem;
	line-height: 45px;
	color: #fff;
}

.p-notice dl dt:after {
	content: "";
	display: block;
	width: 10px;
	height: 45px;
	position: absolute;
	top: 0;
	right: -6px;
	background-color: #223292;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.p-notice dl dd + dd {
	margin-top: 12px;
}

.p-notice__date {
	margin-bottom: 5px;
}

.p-notice--caution dl {
	background-color: #fef0f1;
}

.p-notice--caution dl dt {
	background-color: #E60012;
}

.p-notice--caution dl dt:after {
	background-color: #E60012;
}

/* keyvisual */
.p-keyvisual {
	background-color: #EFF2F4;
}

.p-keyvisual__content {
	padding: 15px 5.33333% 20px;
}

.p-keyvisual__content__inner > :first-child {
	margin-top: 0 !important;
}

.p-keyvisual__content__inner > :last-child {
	margin-bottom: 0 !important;
}

.p-keyvisual__title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #223292;
}

.p-keyvisual__lead {
	margin: 10px 0;
	font-weight: bold;
	font-size: 2.2rem;
}

.p-keyvisual__text {
	margin: 15px 0;
}

.p-keyvisual .c-btn-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.p-keyvisual--content .p-keyvisual__lead {
	font-size: 2rem;
}

/* conversion area */
.p-conv {
	background-color: #223292;
}

.p-conv__inner {
	width: 89.33333%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.p-conv__logo {
	padding-bottom: 20px;
	color: #fff;
}

.p-conv__logo > img {
	display: block;
	width: auto;
	height: 20px;
}

.p-conv__logo > span {
	display: block;
	margin-top: 8px;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1;
}

.p-conv__tell {
	padding-top: 13px;
	text-align: right;
}

.p-conv__tell p {
	display: inline-block;
	text-align: left;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
}

.p-conv__tell p > img {
	display: inline-block;
	width: 22px;
	margin-right: 5px;
	margin-top: -0.25em;
	vertical-align: middle;
}

.p-conv__tell p > span {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
}

.p-conv__tell p > a {
	color: #fff;
}

.p-conv__tell--freedial p > img {
	width: 28px;
	margin-top: -0.1em;
}

.p-conv__links {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	align-items: flex-start;
}

.p-conv__links > li {
	margin-bottom: 5px;
	width: auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
}

.p-conv__links > li p {
	white-space: nowrap;
}

.p-conv__links > li + li {
	margin-left: 2.66667%;
}

/* パンくずリスト */
.c-breadcrumb {
	width: 89.33333%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 32px;
}

.c-breadcrumb__inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
}

.c-breadcrumb ol {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.c-breadcrumb ol li a {
	display: block;
	font-size: 1.2rem;
	line-height: 35px;
	color: #777;
	white-space: nowrap;
}

.c-breadcrumb ol li + li a:before {
	display: inline-block;
	content: ">";
	margin: 0 0.5em;
}

/* ----------
レイアウト系コンポーネント
---------- */
/* index list */
.p-index__header .c-btn-container {
	margin-left: 0;
}

.p-index__title {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
}

.p-index__list {
	margin-top: 30px;
}

/* js indexconceal */
.p-index__list ul.js-indexconceal {
	height: 0;
	overflow: hidden;
}

.p-index__list .js-indexconceal__btn {
	display: none;
}

.p-index__list .js-indexconceal__btn.active {
	display: block;
}

/* content index list */
.p-content-index {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.p-content-index ul {
	width: 100%;
	display: -webkit-inline-box;
	display: inline-flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	align-items: flex-start;
}

.p-content-index ul > li {
	margin: 0 12px 24px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1;
}

.p-content-index ul > li > a .c-icon {
	margin-top: -0.1em;
	margin-left: 0.3em;
}

.p-content-index--wide {
	max-width: 1000px;
}

/* course overview */
.p-overview {
	background-color: #EFF2F4;
	padding-bottom: 40px;
}

.p-overview__content {
	width: 89.33333%;
	margin: 20px auto 0;
}

.p-overview__content .c-heading {
	text-align: left;
}

.p-overview__content > :first-child {
	margin-top: 0 !important;
}

.p-overview__content > :last-child {
	margin-bottom: 0 !important;
}

.p-overview .c-tag-container {
	margin-bottom: 20px;
}

.p-overview .c-tag-container .c-tag > a, .p-overview .c-tag-container .c-tag > span {
	font-size: 1.3rem;
}

.p-overview .c-listcells {
	margin-top: 30px;
}

.p-overview .c-listcells--lls-overview:after {
	content: "";
	display: table;
	clear: both;
}

.p-overview .c-listcells--lls-overview dl:nth-last-child(-n+3) {
	width: 33.33333%;
	float: left;
	margin-left: 0;
	border-right: none;
}

.p-overview .c-listcells--lls-overview dl:last-child {
	margin-right: -1px;
	border-right: 1px solid #ddd;
}

.p-overview__extra {
	width: 89.33333%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 1.4rem;
}

.p-overview__extra + .p-overview__extra {
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

/* 絞り込み */
.p-searchcond {
	background-color: #F7F7F7;
}

.p-searchcond__inner {
	width: 89.33333%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.p-searchcond__title {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}

.p-searchcond__title .c-icon {
	margin-right: 0.25em;
}

.p-searchcond__conditions {
	margin-top: 20px;
}

.p-searchcond__conditions .c-deflist > dl {
	margin-top: 0;
}

.p-searchcond__conditions .c-deflist > dl + dl {
	margin-top: 10px;
}

.p-searchcond__conditions .c-deflist > dl > dt {
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.p-searchcond__conditions .c-deflist > dl > dd {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.p-searchcond__conditions .c-deflist > dl > dd > .c-textlink > a {
	font-weight: normal;
}

.p-searchcond__conditions--single dt {
	text-align: center;
}

.p-searchcond__2col > [class^="c-"] {
	width: 47%;
	margin: 0 1.5% 20px;
}

.p-searchcond__3col > [class^="c-"] {
	width: 31%;
	margin: 0 1% 20px;
}

.p-searchcond__selecttoggle {
	display: inline-block;
	margin-left: 15px;
	font-weight: bold;
	font-size: 1.4rem;
}

.p-searchcond__selecttoggle > a {
	display: block;
	color: #223292;
}

.p-searchcond__selecttoggle > a:before {
	content: "\e906";
	font-family: "nicons";
}

.p-searchcond__selecttoggle > a > span:first-child {
	display: none;
}

.p-searchcond__selecttoggle > a > span:last-child {
	display: inline-block;
}

.p-searchcond__selecttoggle.selectall > a > span:first-child {
	display: inline-block;
}

.p-searchcond__selecttoggle.selectall > a > span:last-child {
	display: none;
}

.p-searchcond__btn {
	margin-top: 40px;
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.p-searchcond__btn-clear {
	width: 120px;
	-webkit-box-flex: 0;
	flex: 0 1 120px;
	margin: 0 10px;
}

.p-searchcond__btn-clear .c-button {
	background-color: #777;
	color: #fff;
}

.p-searchcond__btn-submit {
	width: 160px;
	margin: 0 10px;
	-webkit-box-flex: 0;
	flex: 0 1 160px;
}

.p-searchcond__btn-submit .c-button {
	background-color: #FF6501;
	color: #fff;
}

/* ページネーション */
.p-pagenation__volume {
	text-align: center;
}

.p-pagenation__volume__first {
	margin-left: 1em;
}

.p-pagenation__pager {
	margin-top: 20px;
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.p-pagenation__pager > li {
	height: 30px;
	width: 50px;
	max-width: 50px;
	-webkit-box-flex: 0;
	flex: 0 1 50px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.5rem;
	color: #222;
}

.p-pagenation__pager > li + li {
	margin-left: 10px;
}

.p-pagenation__pager > li > a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	background-color: #fff;
}

.p-pagenation__pager > li.prev span, .p-pagenation__pager > li.next span {
	display: inline-block;
	text-indent: -9999px;
}

.p-pagenation__pager > li.current {
	border-color: #223292;
	color: #fff;
}

.p-pagenation__pager > li.current > a {
	background-color: #223292;
}

.p-pagenation__pager > li.ellip {
	border: none;
}

.p-pagenation__pager > li.prev-wide, .p-pagenation__pager > li.next-wide {
	width: 80px;
	max-width: 80px;
	-webkit-box-flex: 0;
	flex: 0 1 80px;
}

.p-pagenation__pager > li.prev-wide span, .p-pagenation__pager > li.next-wide span {
	display: inline-block;
	margin: 0 8px;
}

.p-pagenation__pager > li.total {
	margin: 0 20px;
	border: none;
}

/* トピックス情報 */
.p-topics-info {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.p-topics-info__tag .c-tag-container {
	-webkit-box-pack: center;
	justify-content: center;
}

.p-topics-info__date {
	font-size: 1.4rem;
	color: #777;
}

.p-topics-info__course {
	font-size: 1.4rem;
	font-weight: bold;
}

/* table */
.c-table table {
	width: 100%;
	text-align: left;
	border: 1px solid transparent;
}

.c-table th, .c-table td {
	padding: 10px 20px;
}

.c-table th p, .c-table td p {
	font-weight: inherit;
}

.c-table th {
	text-align: center;
	font-weight: bold;
	border: 1px solid #ddd;
}

.c-table th.c-table__headcell {
	background-color: #EFF2F4;
}

.c-table td {
	background-color: #fff;
	border: 1px solid #ddd;
}

.c-table--min-s {
	overflow-x: auto;
}

.c-table--min-s table {
	min-width: 500px;
}

.c-table--min-l {
	overflow-x: auto;
}

.c-table--min-l table {
	min-width: 870px;
}

.tableswipe {
	margin-top: 5px;
	text-align: center;
	line-height: 25px;
}
.tableswipe > span:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 25px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(/common/images/tableswipe.gif) no-repeat center;
	background-size: contain;
}


/* Q&A */
.p-qa {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.p-qa__q, .p-qa__a {
	position: relative;
	padding: 20px 20px 20px 42px;
}

.p-qa__q:before, .p-qa__a:before {
	display: block;
	position: absolute;
	top: 0.8em;
	left: 14px;
	font-weight: bold;
	font-size: 2rem;
	color: #223292;
}

.p-qa__q {
	padding-right: 45px;
	border: 1px solid #ddd;
	font-weight: bold;
	font-size: 1.5rem;
}

.p-qa__q:before {
	content: "Q";
}

.p-qa__q .c-icon--chevron_b {
	width: 1.6rem;
	height: 1.6rem;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	font-size: 1.6rem;
}

.p-qa__a {
	background-color: #F7F7F7;
}

.p-qa__a:before {
	content: "A";
	left: 16px;
}

.p-qa + .p-qa {
	margin-top: -1px;
}

/* js slidedown */
.js-slidedown-trigger {
	cursor: pointer;
}

.js-slidedown-trigger .c-icon {
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.js-slidedown-content {
	display: none;
}

.js-slidedown.active .js-slidedown-trigger .c-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* ポイント強調 */
.p-featurepoint {
	border: 1px solid #ddd;
	padding: 20px 5.97015%;
	position: relative;
}

.p-featurepoint > dl dt {
	padding-left: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #223292;
	line-height: 1.4;
}

.p-featurepoint > dl dd {
	margin-top: 20px;
}

.p-featurepoint > dl dd .c-image-container {
	margin-top: 20px;
}

.p-featurepoint__no {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 5.97015%;
	background-color: #FFE900;
	text-align: center;
	line-height: 30px;
}

.p-featurepoint__multiimage {
	margin-top: 20px;
}

.p-featurepoint__multiimage > [class^="c-image"] + [class^="c-image"] {
	margin-top: 20px;
}

.p-tel {
	text-align: center;
}

.p-tel p {
	display: inline-block;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1;
}

.p-tel p > img {
	display: inline-block;
	width: 25px;
	margin-top: -0.25em;
	margin-right: 5px;
	vertical-align: middle;
}

.p-tel p > span {
	display: block;
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.p-tel--freedial p > img {
	width: 28px;
	margin-top: -0.1em;
}

/* --------------------
Layout
---------------------*/
/* layout modules */
.l-global_header {
	width: 100%;
	height: 30px;
	position: relative;
	z-index: 100;
	background-color: #223292;
}

.l-global_header__inner {
	width: 89.33333%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.l-global_header__inner:after {
	content: "";
	display: table;
	clear: both;
}

.l-global_header__logo {
	float: left;
	width: 90px;
	margin-right: 30px;
	padding: 6px 0 7px;
}

.l-global_header__logo > a {
	display: block;
}

.l-global_header__logo > a > img {
	display: block;
}

.l-global_header__about {
	float: left;
}

.l-global_header__about > a {
	display: block;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 30px;
	color: #fff;
}

.l-global_header__about .c-icon {
	color: #fff;
	font-size: 1.2em;
}

.l-global_header__sites {
	float: right;
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}

.l-global_header__sites > li {
	position: relative;
	background-color: transparent;
}

.l-global_header__sites > li + li:before {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.2;
}

.l-global_header__sites > li.current {
	background-color: #fff;
}

.l-global_header__sites > li.current a {
	color: #223292;
}

.l-global_header__sites a {
	display: block;
	height: 30px;
	padding: 0 15px;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 30px;
	color: #fff;
}

.l-header {
	height: 60px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 99;
}

.l-header__inner {
	position: relative;
	height: 100%;
}

.l-header__logo {
	position: absolute;
	top: 16px;
	left: 5.33333%;
}

.l-header__logo > p {
	margin-top: 5px;
	font-weight: bold;
	font-size: 10px;
	line-height: 1;
}

.l-header__logo img {
	display: block;
	width: auto;
	height: 16px;
}

.l-header__inqbtn > li > a {
	display: block;
	height: 34px;
	padding: 0 20px;
	border-radius: 17px;
	background-color: #FFE900;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 34px;
	overflow: hidden;
}

.l-header__inqbtn > li > a > span {
	color: #223292;
}

.l-header__navtoggle {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.l-header__navtoggle > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #223292;
}

.l-header__navtoggle > a > span, .l-header__navtoggle > a:after, .l-header__navtoggle > a:before {
	display: block;
	width: 30px;
	height: 1px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	text-indent: -9999px;
}

.l-header__navtoggle > a > span {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.l-header__navtoggle > a:before {
	content: "";
	-webkit-transform: translate(0, 0) rotate(-45deg);
	transform: translate(0, 0) rotate(-45deg);
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.l-header__navtoggle > a:after {
	content: "";
	-webkit-transform: translate(0, 0) rotate(45deg);
	transform: translate(0, 0) rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.l-header__inqtoggle {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 60px;
}

.l-header__inqtoggle > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.l-header__inqtoggle__open {
	width: 100%;
	height: 100%;
	background-color: #FFE900;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.l-header__inqtoggle__open > span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	line-height: 1;
	color: #223292;
}

.l-header__inqtoggle__open > img {
	display: block;
	width: 24px;
	margin: auto;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
}

.l-header__inqtoggle__close {
	width: 100%;
	height: 100%;
	background-color: #EFF2F4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.l-header__inqtoggle__close > img {
	width: 22px;
	height: 22px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.l-header__nav {
	width: 100%;
	position: absolute;
	top: 60px;
	right: 0;
}

.l-header__inq {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
}

.l-navlist__related .c-button--outline {
	border: 2px solid #FF6501;
	background-color: #fff7f2;
}

.l-navlist__related .c-button--outline .c-button__inner {
	padding: 8px;
	color: #FF6501;
	font-size: 1.4rem;
}

.l-navlist__related .c-button--outline .c-icon {
	color: #FF6501;
	font-size: 2.4rem;
	right: 10px;
}

.l-header__inq .l-header__tel p {
	display: inline-block;
	text-align: left;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1;
}

.l-header__inq .l-header__tel p > img {
	display: inline-block;
	width: 25px;
	height: 100%;
	margin-right: 5px;
	margin-top: -0.25em;
	vertical-align: middle;
}

.l-header__inq .l-header__tel p > span {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
}

.l-global_footer {
	background-color: #EFF2F4;
}

.l-global_footer__inner {
	width: 89.33333%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

.l-global_footer__logo img {
	display: block;
	width: auto;
	height: 20px;
}

.l-global_footer__about {
	position: absolute;
	top: 25px;
	right: 0;
	font-weight: bold;
	font-size: 1.2rem;
}

.l-global_footer__sites {
	margin-top: 40px;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2.4;
}

.l-global_footer__sites > li.current a {
	color: #223292;
}

.l-global_footer__util {
	margin-top: 40px;
	text-align: center;
}

.l-global_footer__util > li {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 3;
}

.l-global_footer__util > li + li {
	margin-left: 2em;
}

.l-global_footer__copyright {
	margin-top: 30px;
	text-align: center;
	font-size: 1.1rem;
	color: #777;
}

.l-footer {
	position: relative;
}

.l-footer-topagetop {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #EFF2F4;
	position: absolute;
	top: -80px;
	right: 5.33333%;
	z-index: 1;
	opacity: 1;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	cursor: pointer;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.l-footer-topagetop:after {
	content: "\e90a";
	font-family: "nicons";
	font-size: 20px;
	line-height: 50px;
}

.l-footer-topagetop.fixed {
	position: fixed;
	top: auto;
	bottom: 20px;
}

.l-footer-topagetop.onhead {
	opacity: 0;
	pointer-events: none;
}

.l-footer__inner {
	width: 89.33333%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.l-footer__sitemap__list {
	display: none;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}

.l-footer__sitemap__item dt a {
	font-weight: bold;
	color: #223292;
}

.l-footer__sitemap__item dd {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 2;
}

.l-footer__sitemap__item p {
	margin-top: 1em;
}

.l-footer__sitemap__item p:before {
	content: "・";
}

.l-footer__sitemap__item p + ul {
	padding-left: 1em;
}

.l-footer__util {
	margin-top: 35px;
}

.l-footer__util ul {
	text-align: center;
}

.l-footer__util ul > li {
	display: inline-block;
	position: relative;
	font-size: 1.1rem;
	line-height: 2.4;
}

.l-footer__util ul > li + li:before {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.2;
}

.l-footer__util ul > li > a {
	display: inline-block;
	padding: 0 1em;
}

/* cms free area */
.l-cms {
	width: 89.33333%;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.l-cms__content {
	margin-top: 20px;
}

.l-cms__content:first-child {
	margin-top: 0;
}

.l-cms__content p + p {
	margin-top: 1.6em;
}

.l-cms__content .c-icontxt-list li + li {
	margin-top: 1em;
}

.l-cms__content .c-mediaobj__content > * + * {
	margin-top: 1.6em;
}

.l-cms__content .c-txt--note {
	font-size: 1.2rem;
	color: #222;
}

.l-cms__sepalator {
	margin: 20px 0;
	border: none;
}

/* --------------------
Utility
---------------------*/
/* text */
.u-txt-bold {
	font-weight: bold !important;
}

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

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

.u-txt--caution,
.u-txt-caution {
	color: #E60012 !important;
}

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

.u-txt-em {
	font-weight: bold !important;
}

.u-pcbr {
	display: none;
}

/* margin */
.u-margin-none {
	margin-top: 0 !important;
}

.u-margin-xs {
	margin-top: 5px !important;
}

.u-margin-s {
	margin-top: 10px !important;
}

.u-margin-m {
	margin-top: 30px !important;
}

.u-margin-l {
	margin-top: 60px !important;
}

.u-margin-sec {
	margin-top: 80px !important;
}

/* misc */

.u-hide {
	display: none !important;
}

/* IE11 pryfills */
_:-ms-fullscreen *, :root * {
	flex-basis: auto !important;
}

_:-ms-fullscreen .c-listcells dl, :root .c-listcells dl {
	height: 50px;
}

/* --------------------
Responsive
---------------------*/

@media (max-width: 1020px) and (min-width: 768px) {
	html {
		min-width: 1020px;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 1.5rem;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.c-txt {
		font-size: 1.5rem;
	}
	.c-txt--sm {
		font-size: 1.2rem;
	}
	.c-txt--note {
		font-size: 1.2rem;
	}
	.c-lead {
		font-size: 1.6rem;
	}
	.c-lead--lg {
		font-size: 1.8rem;
	}
	.c-icontxt a:hover,
	.c-icontxt-list li a:hover {
		text-decoration: underline;
		color: #223292;
	}
	.c-heading--prim {
		margin-bottom: 50px;
	}
	.c-heading--prim .c-heading__inner {
		font-size: 4.2rem;
	}
	.c-heading--seco {
		margin-bottom: 40px;
	}
	.c-heading--seco:after {
		width: 240px;
	}
	.c-heading--seco .c-heading__inner {
		font-size: 3rem;
	}
	.c-heading--tert {
		margin-bottom: 40px;
	}
	.c-heading--tert .c-heading__inner {
		font-size: 2.4rem;
	}
	.c-heading--tert .c-heading__inner:after {
		height: 10px;
	}
	.c-heading--quat {
		margin-bottom: 40px;
	}
	.c-heading--quat .c-heading__inner {
		font-size: 1.8rem;
	}
	.c-tag--l > span, .c-tag--l > a {
		padding: 10px 15px;
		font-size: 1.4rem;
	}
	.c-listcells {
		max-width: none;
	}
	.c-listcells dl {
		min-height: 60px;
		padding: 0 20px;
	}
	.c-listcells dl dt {
		font-size: 1.5rem;
	}
	.c-listcells dl dd {
		font-size: 1.8rem;
	}
	.c-listcells--2up {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.c-listcells--2up dl {
		width: 50%;
		-webkit-box-flex: 0;
		flex: 0 1 50%;
	}
	.c-deflist dl {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.c-deflist dl dt {
		width: 22.5%;
		-webkit-box-flex: 0;
		flex: 0 1 22.5%;
		text-align: right;
	}
	.c-deflist dl dd {
		width: 74.16667%;
		-webkit-box-flex: 0;
		flex: 0 1 74.16667%;
		margin-left: 3.33333%;
	}
	.c-deflist dl + dl {
		margin-top: 10px;
	}
	.c-gmap {
		padding-bottom: 51.72414%;
	}
	.c-checkbox label {
		font-size: 1.5rem;
	}
	.c-textlink a:hover {
		text-decoration: underline;
		color: #223292;
	}
	.c-listlink .c-icon, .c-listlink .c-svgicon,
	.c-listlink-list li .c-icon,
	.c-listlink-list li .c-svgicon {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: -webkit-transform 0.2s linear;
		transition: -webkit-transform 0.2s linear;
		transition: transform 0.2s linear;
		transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	}
	.c-listlink p,
	.c-listlink-list li p {
		-webkit-transition: color 0.2s linear;
		transition: color 0.2s linear;
	}
	.c-listlink:hover p,
	.c-listlink-list li:hover p {
		color: #0070FF;
	}
	.c-listlink:hover .c-icon, .c-listlink:hover .c-svgicon,
	.c-listlink-list li:hover .c-icon,
	.c-listlink-list li:hover .c-svgicon {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	.c-listlink-container {
		min-width: auto;
	}
	.c-listlink-container--double {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		max-width: 520px;
	}
	.c-listlink-container--double .c-listlink {
		width: 42.30769%;
		-webkit-box-flex: 1;
		flex: 1 1 42.30769%;
	}
	.c-listlink-container--double .c-listlink + .c-listlink {
		margin-top: 0;
		margin-left: 15.38462%;
	}
	.c-button {
		font-size: 1.5rem;
		-webkit-transition: background 0.2s linear;
		transition: background 0.2s linear;
	}
	.c-button:hover:not(.disabled) {
		background-color: #FF6501;
	}
	.c-button:hover:not(.disabled) .c-button__inner {
		color: #fff;
	}
	.c-button__inner {
		padding-left: 35px;
		padding-right: 35px;
	}
	.c-button--outline:hover:not(.disabled) {
		background-color: #fff;
	}
	.c-button--outline:hover:not(.disabled) .c-button__inner {
		color: #223292;
	}
	.c-button--main {
		border-radius: 28px;
		font-size: 1.8rem;
		overflow: hidden;
		z-index: 1;
		background: transparent;
	}
	.c-button--main:after {
		content: "";
		display: block;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		width: 200%;
		height: 100%;
		background-color: #223292;
		background-image: -webkit-linear-gradient(left, #0070FF 0%, #142FD2 50%, #223292 100%);
		background-image: linear-gradient(90deg, #0070FF 0%, #142FD2 50%, #223292 100%);
		background-repeat: repeat;
		-webkit-transition: -webkit-transform 0.2s ease-out;
		transition: -webkit-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	}
	.c-button--main .c-icon {
		font-size: 2.8rem;
		color: #FFE900;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: -webkit-transform 0.2s linear;
		transition: -webkit-transform 0.2s linear;
		transition: transform 0.2s linear;
		transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	}
	.c-button--main:hover:after {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	.c-button--main:hover .c-icon {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	.c-button--main .c-button__inner {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.c-btn-container {
		min-width: auto;
	}
	.c-btn-container--double {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		max-width: 680px;
	}
	.c-btn-container--double .c-button {
		width: 47.05882%;
		-webkit-box-flex: 1;
		flex: 1 1 47.05882%;
	}
	.c-btn-container--double .c-button + .c-button {
		margin-top: 0;
		margin-left: 5.88235%;
	}
	.c-btn-container--double.c-btn-container--wide {
		max-width: 860px;
	}
	.c-btn-container--double.c-btn-container--wide .c-button {
		width: 48.83721%;
		-webkit-box-flex: 1;
		flex: 1 1 48.83721%;
	}
	.c-btn-container--double.c-btn-container--wide .c-button + .c-button {
		margin-left: 4.65116%;
	}
	.c-frame {
		padding: 2.5% 3.33333%;
	}
	.c-frame__title {
		font-size: 2.4rem;
	}
	.l-section {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.l-section--narrow {
		max-width: 910px;
	}
	.l-column {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}
	.l-column--center {
		justify-content: center;
	}
	.l-column--2up {
		margin-left: -3.33333%;
	}
	.l-column--2up .l-column__item {
		width: 46.66667%;
		max-width: 46.66667%;
		-webkit-box-flex: 0;
		flex: 0 1 46.66667%;
		margin-left: 3.33333%;
		margin-bottom: 50px;
	}
	.l-column--2up .l-column__item:nth-child(2n+1):nth-last-child(-n+2),
	.l-column--2up .l-column__item:nth-child(2n+1):nth-last-child(-n+2) ~ .l-column__item {
		margin-bottom: 0;
	}
	.l-column--3up {
		margin-left: -3.33333%;
	}
	.l-column--3up .l-column__item {
		width: 30%;
		max-width: 30%;
		-webkit-box-flex: 0;
		flex: 0 1 30%;
		margin-left: 3.33333%;
		margin-bottom: 50px;
	}
	.l-column--3up .l-column__item:nth-child(3n+1):nth-last-child(-n+3),
	.l-column--3up .l-column__item:nth-child(3n+1):nth-last-child(-n+3) ~ .l-column__item {
		margin-bottom: 0;
	}
	.l-column--4up {
		margin-left: -3.33333%;
	}
	.l-column--4up .l-column__item {
		width: 21.66667%;
		max-width: 21.66667%;
		-webkit-box-flex: 0;
		flex: 0 1 21.66667%;
		margin-left: 3.33333%;
		margin-bottom: 50px;
	}
	.l-column--4up .l-column__item:nth-child(4n+1):nth-last-child(-n+4),
	.l-column--4up .l-column__item:nth-child(4n+1):nth-last-child(-n+4) ~ .l-column__item {
		margin-bottom: 0;
	}
	.c-mediaobj[href] .c-mediaobj__image .c-image {
		opacity: 1;
		-webkit-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
	}
	.c-mediaobj[href] .c-mediaobj__title .c-icon--arrow_r {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: -webkit-transform 0.2s linear;
		transition: -webkit-transform 0.2s linear;
		transition: transform 0.2s linear;
		transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	}
	.c-mediaobj[href]:hover .c-mediaobj__image .c-image {
		opacity: 0.8;
	}
	.c-mediaobj[href]:hover .c-mediaobj__title .c-icon--arrow_r {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	.c-mediaobj__title {
		font-size: 2rem;
	}
	.c-mediaobj .c-btn-container, .c-mediaobj .c-listlink-container {
		margin: 15px 0 20px;
	}
	.c-mediaobj--horizontal {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.c-mediaobj--horizontal .c-mediaobj__image {
		width: 39.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 39.66667%;
		margin-bottom: 0;
	}
	.c-mediaobj--horizontal .c-mediaobj__content {
		width: 55.41667%;
		-webkit-box-flex: 0;
		flex: 0 0 55.41667%;
	}
	.c-mediaobj--horizontal .c-mediaobj__title {
		font-size: 2.4rem;
	}
	.c-mediaobj--news[href]:hover .c-mediaobj__text p:not(.c-txt--note) {
		text-decoration: underline;
		color: #223292;
	}
	.c-mediaobj--thumbs .c-mediaobj__image {
		width: 120px;
		-webkit-box-flex: 0;
		flex: 0 0 120px;
	}
	.c-mediaobj--thumbs .c-mediaobj__image .c-image {
		height: 120px;
	}
	.c-mediaobj--thumbs .c-mediaobj__content {
		margin-left: 30px;
	}
	.c-mediaobj--thumbs .c-mediaobj__title {
		font-size: 1.8rem;
	}
	.c-mediaobj--thumbs-l {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.c-mediaobj--thumbs-l .c-mediaobj__image {
		width: 200px;
		margin: 0;
		-webkit-box-flex: 0;
		flex: 0 0 200px;
	}
	.c-mediaobj--thumbs-l .c-mediaobj__image .c-image {
		padding-bottom: 200px;
	}
	.c-mediaobj--thumbs-l .c-mediaobj__content {
		width: auto;
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		margin-left: 40px;
	}
	.c-mediaobj--thumbs-l .c-mediaobj__title {
		margin-bottom: 20px;
	}
	.p-notice {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.p-notice dl {
		padding: 10px 20px 15px 200px;
	}
	.p-notice dl dt {
		font-size: 1.5rem;
	}
	.p-notice dl dd {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.p-notice dl dd a:hover {
		text-decoration: underline;
		color: #223292;
	}
	.p-notice__date {
		margin-right: 1em;
	}
	.p-keyvisual {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-align: stretch;
		align-items: stretch;
	}
	.p-keyvisual__image {
		width: 50%;
		-webkit-box-flex: 1;
		flex: 1 1 50%;
		position: relative;
		overflow: hidden;
	}
	.p-keyvisual__image:after {
		content: "";
		display: block;
		width: 12.5%;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: -1px;
/* 		background: url(/common/images/kv_mask.png) no-repeat right bottom; */
    background: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/company2025/common/images/kv_mask.png) no-repeat right bottom;
		background-size: 100% 100%;    
	}
	.p-keyvisual__image .c-image {
		height: 100%;
		min-height: 440px;
		padding-bottom: 0;
	}
	.p-keyvisual__content {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
		width: 50%;
		-webkit-box-flex: 1;
		flex: 1 1 50%;
		padding: 40px 50px;
	}
	.p-keyvisual__title {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.p-keyvisual__lead {
		margin: 20px 0 45px;
		font-size: 3.6rem;
	}
	.p-keyvisual__text {
		max-width: 450px;
	}
	.p-keyvisual .c-btn-container {
		margin-top: 40px;
		margin-left: 0;
	}
	.p-keyvisual--content .p-keyvisual__image .c-image {
		min-height: 340px;
	}
	.p-keyvisual--content .p-keyvisual__lead {
		font-size: 3.2rem;
		margin-bottom: 20px;
	}
	.p-conv__inner {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.p-conv__inner {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		align-items: flex-start;
		padding-top: 0;
		padding-bottom: 25px;
	}
	.p-conv__logo {
		width: 280px;
		padding-bottom: 0;
		padding-top: 25px;
	}
	.p-conv__logo > img {
		height: 24px;
	}
	.p-conv__logo > span {
		font-size: 1.2rem;
	}
	.p-conv__tell {
		width: 250px;
		margin-left: 20px;
		padding-top: 25px;
	}
	.p-conv__tell p {
		font-size: 3rem;
	}
	.p-conv__tell p > img {
		width: 26px;
		height: 100%;
	}
	.p-conv__tell--freedial p > img {
		width: 38px;
		margin-top: -0.2em;
	}
	.p-conv__links {
		width: auto;
		-webkit-box-flex: 1;
		flex: 1 0 auto;
		flex-wrap: nowrap;
		-webkit-box-pack: end;
		justify-content: flex-end;
		padding-top: 25px;
	}
	.p-conv__links > li {
		margin-bottom: 0;
	}
	.p-conv--center .p-conv__inner {
		-webkit-box-pack: center;
		justify-content: center;
	}
	.p-conv--center .p-conv__links {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
	}
	.c-breadcrumb {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.c-breadcrumb ol li a:hover {
		text-decoration: underline;
		color: #223292;
	}
	.p-index {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.p-index__header {
		width: 260px;
		margin-right: 40px;
		-webkit-box-flex: 1;
		flex: 1 0 260px;
	}
	.p-index__header .c-btn-container {
		margin-top: 10px;
	}
	.p-index__title {
		font-size: 2.4rem;
	}
	.p-index__list {
		margin-top: 0;
		width: 100%;
		-webkit-box-flex: 1;
		flex: 1 1 100%;
	}
	.p-index__list ul.js-indexconceal {
		height: auto;
		overflow: auto;
	}
	.p-index__list .js-indexconceal__btn.active {
		display: none;
	}
	.p-content-index ul > li {
		margin: 0 20px 24px;
		font-size: 1.8rem;
	}
	.p-overview__extra {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1.6rem;
	}
	.p-overview {
		padding-top: 50px;
	}
	.p-overview__main {
		width: 89.33333%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: flex;
	}
	.p-overview__image {
		max-width: 580px;
		-webkit-box-flex: 0;
		flex: 0 1 580px;
	}
	.p-overview__content {
		width: auto;
		margin: 0 0 0 3.33333%;
		max-width: 580px;
		-webkit-box-flex: 0;
		flex: 0 1 580px;
	}
	.p-overview .c-tag-container .c-tag > a, .p-overview .c-tag-container .c-tag > span {
		font-size: 1.5rem;
	}
	.p-overview__extra {
		margin-top: 45px;
	}
	.p-searchcond__inner {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.p-searchcond__inner {
		padding-top: 40px;
	}
	.p-searchcond__title {
		font-size: 2.4rem;
	}
	.p-searchcond__conditions .c-deflist > dl + dl {
		margin-top: 10px;
	}
	.p-searchcond__conditions .c-deflist > dl > dt {
		width: 18.33333%;
		-webkit-box-flex: 0;
		flex: 0 1 18.33333%;
		font-size: 1.8rem;
	}
	.p-searchcond__conditions .c-deflist > dl > dd {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		align-items: flex-start;
		width: 78.33333%;
		-webkit-box-flex: 0;
		flex: 0 1 78.33333%;
	}
	.p-searchcond__conditions--single .c-deflist > dl {
		position: relative;
		padding-top: 40px;
	}
	.p-searchcond__conditions--single .c-deflist > dl > dt {
		width: 8em;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.p-searchcond__conditions--single .c-deflist > dl > dd {
		width: 100%;
		margin-left: 0;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-flex: 1;
		flex: 1 0 auto;
	}
	.p-searchcond__2col > [class^="c-"] {
		width: 22%;
	}
	.p-searchcond__3col > [class^="c-"] {
		width: auto;
	}
	.p-searchcond__3col > [class^="c-"] + [class^="c-"] {
		margin-left: 20px;
	}
	.p-searchcond__selecttoggle {
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
	.p-searchcond__selecttoggle > a:hover > span {
		text-decoration: underline;
	}
	.p-searchcond__btn-clear {
		width: 160px;
		-webkit-box-flex: 0;
		flex: 0 1 160px;
	}
	.p-searchcond__btn-submit {
		width: 200px;
		-webkit-box-flex: 0;
		flex: 0 1 200px;
	}
	.p-pagenation__pager > li {
		height: 34px;
		width: 60px;
		max-width: 60px;
		-webkit-box-flex: 0;
		flex: 0 1 60px;
		line-height: 34px;
		font-size: 1.8rem;
	}
	.p-pagenation__pager > li > a {
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.p-pagenation__pager > li > a:hover {
		color: #fff;
		background-color: #0070FF;
	}
	.p-pagenation__pager > li > a:hover .c-icon {
		color: #fff;
	}
	.p-pagenation__pager > li.prev-wide, .p-pagenation__pager > li.next-wide {
		width: 90px;
		max-width: 90px;
		-webkit-box-flex: 0;
		flex: 0 1 90px;
	}
	.p-pagenation__pager > li.total {
		margin: 0 30px;
	}
	.p-qa__q, .p-qa__a {
		padding: 30px 80px 30px 65px;
	}
	.p-qa__q:before, .p-qa__a:before {
		font-size: 2.4rem;
		left: 25px;
	}
	.p-qa__q {
		font-size: 1.8rem;
	}
	.p-qa__q .c-icon--chevron_b {
		width: 2rem;
		height: 2rem;
		font-size: 2rem;
		right: 30px;
	}
	.p-qa__a {
		padding-left: 80px;
	}
	.p-qa__a:before {
		left: 45px;
	}
	.p-featurepoint {
		padding: 20px 30px;
	}
	.p-featurepoint > dl dt {
		padding-left: 50px;
		font-size: 22px;
	}
	.p-featurepoint > dl dd {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.p-featurepoint > dl dd .c-txt {
		-webkit-box-flex: 1;
		flex: 1 1 100%;
	}
	.p-featurepoint > dl dd .c-image-container {
		-webkit-box-flex: 0;
		flex: 0 0 32.69231%;
		margin-top: 0;
		margin-left: 3.84615%;
	}
	.p-featurepoint__no {
		width: 40px;
		height: 40px;
		left: 30px;
		line-height: 40px;
	}
	.p-featurepoint__multiimage {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.p-featurepoint__multiimage > [class^="c-image"] {
		width: 31%;
	}
	.p-featurepoint__multiimage > [class^="c-image"] + [class^="c-image"] {
		margin-top: 0;
		margin-left: 3.33333%;
	}
	.p-tel p {
		font-size: 3.4rem;
	}
	.p-tel p > img {
		width: 30px;
	}
	.p-tel p > span {
		font-size: 1.4rem;
	}
	.l-global_header__inner {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.l-header {
		height: 160px;
	}
	.l-header__inner {
		width: 89.33333%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.l-header__logo {
		top: 30px;
		left: 20px;
	}
	.l-header__logo p {
		margin-top: 8px;
		font-size: 12px;
	}
	.l-header__logo img {
		height: 28px;
	}
	.l-header__navtoggle, .l-header__inqtoggle {
		display: none;
		pointer-events: none;
	}
	.l-header__nav {
		width: 89.33333%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		margin: auto;
		top: auto;
		bottom: 25px;
		left: 0;
		right: 0;
	}
	.l-header__inq {
		width: 89.33333%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		margin: auto;
		top: 50px;
		left: 0;
		right: 0;
	}
	.l-navlist__inner {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	}
	.l-navlist__inner > ul {
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		border-right: 1px solid #ddd;
	}
	.l-navlist__inner > ul:first-child {
		border-left: 1px solid #ddd;
	}
	.l-navlist a {
		display: block;
		line-height: 1.4;
		cursor: pointer;
	}
	.l-navlist__cattop > .l-navlist__link {
		position: relative;
	}
	.l-navlist__cattop > .l-navlist__link > a {
		padding: 0 5px;
		text-align: center;
		font-weight: bold;
		font-size: 1.6rem;
		color: #223292;
		-webkit-transition: color 0.2s linear;
		transition: color 0.2s linear;
	}
	.l-navlist__toggle {
		display: block;
		width: 14px;
		height: 10px;
		position: absolute;
		top: 8px;
		right: 15px;
	}
	.l-navlist__toggle > .c-icon {
		display: block;
		font-size: 14px;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.l-navlist__sub {
		width: 100%;
		height: 152px;
		padding: 55px 60px 0 60px;
		position: absolute;
		top: 20px;
		left: 0;
		z-index: 1;
		-webkit-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
	}
	.l-navlist__sub > ul > li {
		margin-bottom: 20px;
		border-left: 1px solid #222;
		display: inline-block;
	}
	.l-navlist__sub > ul > li .l-navlist__link a {
		display: block;
		padding: 0 30px;
	}
	.l-navlist__sub > ul > li .l-navlist__link a:hover {
		text-decoration: underline;
		color: #223292;
	}
	.l-navlist .js-navlist-close-pc .l-navlist__cattop > .l-navlist__link > a {
		color: #222;
	}
	.l-navlist .js-navlist-close-pc .l-navlist__sub {
		opacity: 0;
		pointer-events: none;
		z-index: -1;
	}
	.l-navlist__utilnav {
		position: absolute;
		top: -100px;
		right: 20px;
	}
	.l-navlist__utilnav ul > li {
		display: inline-block;
	}
	.l-navlist__utilnav ul > li + li {
		margin-left: 15px;
		padding-left: 15px;
		border-left: 1px solid #ddd;
	}
	.l-navlist__utilnav ul > li > a {
		font-size: 1.2rem;
	}
	.l-navlist__utilnav ul > li > a:hover {
		text-decoration: underline;
		color: #223292;
	}
	.l-navlist__related {
		width: 300px;
		position: absolute;
		top: -8px;
		right: 20px;
	}
	.l-navlist__related .c-button--outline:hover .c-button__inner {
		color: #FF6501;
	}
	.l-navlist__navclose {
		display: none;
		pointer-events: none;
	}
	.l-header__inq .l-header__inqbtn {
		position: absolute;
		top: 0;
		right: 250px;
	}
	.l-header__inq .l-header__inqbtn > li {
		display: inline-block;
		margin-left: 8px;
	}
	.l-header__inq .l-header__inqbtn > li > a {
		-webkit-transition: background-color 0.2s linear, color 0.2s linear;
		transition: background-color 0.2s linear, color 0.2s linear;
	}
	.l-header__inq .l-header__inqbtn > li > a:hover {
		background-color: #FF6501;
	}
	.l-header__inq .l-header__inqbtn > li > a:hover > span {
		color: #fff;
	}
	.l-header__inq .l-header__tel {
		position: absolute;
		top: 0;
		right: 20px;
	}
	.l-header__inq .l-header__tel p {
		font-size: 2.5rem;
	}
	.l-header__inq .l-header__tel p > img {
		width: 26px;
	}
	.l-header__inq .l-header__tel p > span {
		font-weight: normal;
		font-size: 1rem;
	}
	.l-global_footer__inner {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.l-global_footer__inner {
		height: 160px;
	}
	.l-global_footer__about {
		left: 150px;
		right: auto;
	}
	.l-global_footer__sites {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		align-items: center;
		margin-top: 0;
		line-height: 1;
		position: absolute;
		top: 25px;
		right: 25px;
	}
	.l-global_footer__sites > li {
		position: relative;
	}
	.l-global_footer__sites > li + li:before {
		content: "";
		display: block;
		width: 1px;
		height: 14px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		opacity: 0.2;
	}
	.l-global_footer__sites a {
		display: block;
		padding: 0 15px;
	}
	.l-global_footer__util {
		margin-top: 0;
		position: absolute;
		bottom: 60px;
		right: 25px;
		text-align: right;
	}
	.l-global_footer__util > li {
		line-height: 1;
	}
	.l-global_footer__copyright {
		margin-top: 0;
		position: absolute;
		bottom: 25px;
		right: 25px;
		text-align: right;
	}
	.l-footer__inner {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.l-footer__sitemap .c-listlink-list {
		display: none;
	}
	.l-footer__sitemap__list {
		display: -webkit-box;
		display: flex;
	}
	.l-footer__sitemap__list a:hover {
		text-decoration: underline;
		color: #223292;
	}
	.l-footer__util ul {
		text-align: right;
	}
	.l-footer__util ul a:hover {
		text-decoration: underline;
		color: #223292;
	}
	.l-cms {
		width: 100%;
		max-width: 920px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.l-cms__content {
		margin-top: 30px;
	}
	.l-cms__content .c-mediaobj__content {
		padding-top: 0;
	}
	.l-cms__content .c-txt--note {
		font-size: 1.3rem;
	}
	.l-cms__sepalator {
		margin: 40px 0;
	}
	.u-txt-pccenter {
		text-align: center !important;
	}
	.u-pcbr {
		display: inline-block;
	}
	.u-spbr {
		display: none;
	}
	.u-margin-xs {
		margin-top: 10px !important;
	}
	.u-margin-s {
		margin-top: 25px !important;
	}
	.u-margin-m {
		margin-top: 50px !important;
	}
	.u-margin-l {
		margin-top: 80px !important;
	}
	.u-margin-sec {
		margin-top: 100px !important;
	}
	.u-pc-none {
		display: none !important;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.p-overview__main {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.l-header__inner {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.l-header__nav {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.l-header__inq {
		width: 100%;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.l-global_header {
		display: none;
	}
	.l-header__nav {
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		-webkit-transition: max-height 0.4s ease-out;
		transition: max-height 0.4s ease-out;
	}
	.l-header__inq {
		max-height: 500px;
		overflow-y: auto;
		-webkit-transition: max-height 0.4s ease-out;
		transition: max-height 0.4s ease-out;
	}
	.js-mainnav-close .l-header__nav {
		max-height: 0;
		overflow: hidden;
	}
	.js-mainnav-close .l-header__navtoggle > a > span {
		opacity: 1;
	}
	.js-mainnav-close .l-header__navtoggle > a:before {
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
	.js-mainnav-close .l-header__navtoggle > a:after {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	.js-inq-close .l-header__inq {
		max-height: 0;
		overflow: hidden;
	}
	.js-inq-close .l-header__inqtoggle__close {
		opacity: 0;
	}
	.l-navlist {
		width: 100%;
		background-color: #223292;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	}
	.l-navlist a {
		display: block;
		line-height: 1.4;
		color: #fff;
	}
	.l-navlist__inner > ul + ul {
		border-top: 1px solid #394697;
	}
	.l-navlist__cattop > .l-navlist__link {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	}
	.l-navlist__cattop > .l-navlist__link > a {
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		padding: 16px 15px 16px 30px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff;
	}
	.l-navlist__toggle {
		width: 60px;
		height: 100%;
		min-height: 60px;
		-webkit-box-flex: 0;
		flex: 0 0 60px;
		position: relative;
	}
	.l-navlist__toggle > .c-icon {
		display: block;
		width: 1.8rem;
		height: 1.8rem;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 1.8rem;
		line-height: 1.8rem;
		color: #fff;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: -webkit-transform .4s ease-out;
		transition: -webkit-transform .4s ease-out;
		transition: transform .4s ease-out;
		transition: transform .4s ease-out, -webkit-transform .4s ease-out;
	}
	.l-navlist__sub {
		background-color: #0b1d76;
		padding: 15px 0;
	}
	.l-navlist__sub > ul > li .l-navlist__link > a {
		padding: 10px 10px 10px 45px;
		-webkit-transition: padding .4s ease-out;
		transition: padding .4s ease-out;
	}
	.l-navlist__sub > ul > li .l-navlist__link > a > p {
		height: auto;
		min-height: 1.8rem;
		opacity: 1;
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
	}
	.l-navlist__cattop.js-navlist-close .l-navlist__toggle > .c-icon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.l-navlist__cattop.js-navlist-close .l-navlist__sub {
		padding: 0;
	}
	.l-navlist__cattop.js-navlist-close .l-navlist__sub > ul > li .l-navlist__link > a {
		padding-top: 0;
		padding-bottom: 0;
		pointer-events: none;
	}
	.l-navlist__cattop.js-navlist-close .l-navlist__sub > ul > li .l-navlist__link > a > p {
		height: 0;
		min-height: 0;
		opacity: 0;
	}
	.l-navlist__utilnav {
		border-top: 1px solid #394697;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.l-navlist__utilnav > ul > li > a {
		padding: 10px 10px 10px 30px;
	}
	.l-navlist__related {
		margin: 0 5.33333% 20px;
	}
	.l-navlist__navclose {
		border-top: 1px solid #394697;
	}
	.l-navlist__navclose > a {
		display: block;
		padding: 15px;
	}
	.l-navlist__navclose > a > img {
		display: block;
		width: 22px;
		margin: 0 auto;
	}
	.l-header__inq {
		background-color: #EFF2F4;
	}
	.l-header__inq .l-header__inqbtn {
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-align: start;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 20px 2.66667%;
	}
	.l-header__inq .l-header__inqbtn > li {
		width: 50%;
		max-width: 50%;
		-webkit-box-flex: 1;
		flex: 1 1 50%;
		padding: 6px 1.6%;
	}
	.l-header__inq .l-header__tel {
		padding: 20px 5.33333%;
		border-top: 1px solid #ddd;
	}
	.u-sp-none {
		display: none !important;
	}
}

/* 区切り線 */
.c-border {
		width: 1200px;
		padding: 80px 0 0px;
		margin: 0 auto;
		border: 0;
		border-bottom: 1px solid #dddddd;
	}

@media (max-width: 767px) {	
	.c-border {
		width: 89.33333%;
		padding: 60px 0 0px;
		margin: 0 auto;
		border: 0;
		border-bottom: 1px solid #dddddd;
		
	}
}