@charset "UTF-8";
.telBox {
	margin-bottom: 17px;
}
.telBox_title {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #133b96;
	color: #fff;
	line-height: 1.4;
	padding: 10px 10px;
	font-size: 20px;
	font-weight: bold;
}
.telBox_title::before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	margin-right: -1px;
}
.telBox_inner {
	background-color: #f4f7ff;
	padding: 27px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.telBox_telLink {
	margin-right: 30px;
	overflow: hidden;
}
.telBox_telLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 65px;
	line-height: 1;
	font-weight: bold;
	align-items: flex-end;
	white-space: nowrap;
}
.telBox_telLink > a::before {
	content: "";
}
.telBox_telLink > a::after {
	content: "";
}
.telBox_telLink > a > small {
	display: block;
	font-weight: inherit;
	font-size: 52.3%;
	position: relative;
	z-index: 1;
	transform: translateY(-17%);
	margin-right: 0.1em;
}
.telBox_telLink > a > b {
	display: block;
	font-weight: inherit;
}
.telBox_open {
	font-size: 18px;
}
.form {}
.form_list {
	list-style: none;
	font-size: 16px;
	line-height: 1.6;
}
.form_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.form_list > li:first-child {}
.form_list > li:last-child {}
.form_list > li:nth-child(2n+1) {}
.form_list > li:nth-child(n+3) {}
.form_list > li > b {
	color: #073190;
	font-weight: bold;
}
.form_inner {
	max-width: 970px;
	margin: 0 auto;
	margin-top: 43px;
}
.form_msg {
	border: 1px solid currentColor;
	padding: 15px 33px;
	margin-bottom: 39px;
}
.form_msg_list {
	list-style: none;
	font-size: 18px;
	line-height: 1.8;
}
.form_msg_list > li {
	padding-left: 1em;
	text-indent: -1em;
}
.form_msg_list > li:first-child {}
.form_msg_list > li:last-child {}
.form_msg_list > li:nth-child(2n+1) {}
.form_msg_list > li:nth-child(n+3) {}
.form_table {
	width: 100%;
	table-layout: fixed;
}
.form_table > tbody {}
.form_table > tbody > tr {}
.form_table > tbody > tr:first-child {}
.form_table > tbody > tr:last-child {}
.form_table > tbody > tr > th {
	white-space: nowrap;
	width: 280px;
	background-color: #133b96;
	color: #fff;
	border-bottom: 1px solid #cdd6e9;
	vertical-align: top;
	font-weight: normal;
	padding: 15px 20px;
	box-sizing: border-box;
}
.form_table > tbody > tr > td {
	border: 1px solid #b3b3b3;
	border-left: none;
	padding: 15px 28px;
}
.form_th {
	white-space: nowrap;
	display: flex;
	font-weight: normal;
	align-items: center;
}
.form_th::before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	margin-right: -1px;
}
.form_th-confirm::before {
	display: none;
}
.form_td {}
.form_th > b {
	width: 50px;
	height: 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #073190;
	line-height: 1;
	font-weight: normal;
	font-size: 14px;
	margin-left: auto;
}
.form_th-any {}
.form_th-any > b {
	background-color: #cdd6e9;
}
.form_caution {
	font-size: 16px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 9px;
}
.privacy {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 35px;
}
.privacy_title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 9px;
}
.privacy_list {
	list-style: none;
	max-width: 810px;
}
.privacy_list > li {}
.privacy_list > li:first-child {}
.privacy_list > li:last-child {}
.privacy_list > li:nth-child(2n+1) {}
.privacy_list > li:nth-child(n+3) {}
.form_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 78px;
}
.form_btnList > li {
	width: 49%;
	margin-left: 2%;
	max-width: 400px;
}
.form_btnList > li:first-child {
	margin-left: 0;
}
.form_btnList > li:last-child {}
.form_btnList > li:nth-child(2n+1) {}
.form_btnList > li:nth-child(n+3) {}
.form_btnList > li > button {
	display: block;
}
.form_btnList > li > button::before {
	content: "";
}
.form_btnList > li > button::after {
	content: "";
}
.message {
	margin-bottom: 90px;
}
.message_title {}
.message_title > small {}
.message_title > b {}
.message_cols {
	display: flex;
	margin-top: 59px;
}
.message_col {}
.message_col-no1 {
	width: calc(100% - 449px);
	margin-right: auto;
	position: relative;
	z-index: 1;
	top: -9px;
}
.message_text {}
.message_name {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 32px;
}
.message_name > small {
	display: block;
	font-size: 16px;
	margin-right: 26px;
}
.message_name > b {
	display: block;
	font-size: 24px;
	font-weight: 500;
}
.message_col-no2 {
	width: 400px;
}
.message_image {}
.message_image > img {
	display: block;
}
.mission {
	padding-top: 70px;
	padding-bottom: 82px;
	margin-bottom: 70px;
}
.mission_title {}
.mission_title > small {}
.mission_title > b {}
.mission_listWrap {
	display: flex;
	justify-content: center;
}
.mission_list {
	list-style: none;
	font-size: 20px;
}
.mission_list > li {
	display: flex;
	align-items: flex-start;
	margin-top: 5px;
}
.mission_list > li:first-child {
	margin-top: 0;
}
.mission_list > li:last-child {}
.mission_list > li:nth-child(2n+1) {}
.mission_list > li:nth-child(n+3) {}
.mission_list > li > b {
	display: block;
	font-weight: inherit;
	white-space: nowrap;
}
.profile {}
.profile_title {}
.profile_title > small {}
.profile_title > b {}
.profile_table {
	margin-top: 55px;
	margin-bottom: 61px;
}
.profile_table > tbody {}
.profile_table > tbody > tr {}
.profile_table > tbody > tr:first-child {}
.profile_table > tbody > tr:last-child {}
.profile_table > tbody > tr > th {
	white-space: nowrap;
}
.profile_table > tbody > tr > td {}
.profile_sect {}
.profile_headline {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 11px;
}
.profile_map {
	position: relative;
	z-index: 1;
	padding-bottom: 420px;
}
.profile_map > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about {
	margin-bottom: 96px;
}
.about_title {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 38px;
}
.about_title > b {
	font-weight: inherit;
	color: #073190;
}
.about_headline {
	font-size: 22px;
	margin-top: 39px;
	margin-bottom: 4px;
}
.about_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 85px;
}
.about_col {}
.about_col-no1 {
	width: 46.3%;
	max-width: 500px;
	padding-top: 10px;
}
.about_image {}
.about_image > img {
	display: block;
}
.about_col-no2 {
	width: 50%;
}
.about_text {}
.about_table {}
.about_table > tbody {}
.about_table > tbody > tr {}
.about_table > tbody > tr:first-child {}
.about_table > tbody > tr:last-child {}
.about_table > tbody > tr > th {
	white-space: nowrap;
	vertical-align: middle;
}
.about_table > tbody > tr > td {
	font-feature-settings: "palt";
}
.about_box {
	background-color: #cdd6e9;
	padding: 22px 20px;
}
.about_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 939px;
	margin: 0 auto;
	font-feature-settings: "palt";
}
.about_list > li {
	width: 33.3%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-left: 16px;
}
.about_list > li::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-color: #073190;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 1em;
	left: 0;
	transform: translateY(-50%);
}
.about_list > li:first-child {}
.about_list > li:last-child {}
.about_list > li:nth-child(2n+1) {}
.about_list > li:nth-child(n+3) {}
.quality {
	padding-top: 71px;
	padding-bottom: 100px;
	margin-bottom: 72px;
}
.quality_title {}
.quality_title > small {}
.quality_title > b {}
.quality_sect {
	margin-top: 75px;
}
.quality_headline {}
.quality_image {
	max-width: 709px;
	margin: 53px auto 0;
}
.quality_image > img {
	display: block;
}
.quality_image > img:last-child {
	display: none;
}
.quality_text {
	padding-left: 10px;
	margin-bottom: 1.4em;
}
.quality_table {}
.quality_table > tbody {}
.quality_table > tbody > tr {}
.quality_table > tbody > tr:first-child {}
.quality_table > tbody > tr:last-child {}
.quality_table > tbody > tr > th {
	white-space: nowrap;
	font-family: 'Hind', sans-serif;
	font-size: 30px;
	vertical-align: middle;
	text-align: center;
	width: 66px;
	line-height: 1;
	height: 44px;
	font-weight: 600;
}
.quality_table > tbody > tr > td {
	vertical-align: middle;
}
.quality_info {
	text-align: right;
	margin-top: 21px;
	line-height: 1.647;
}
.quality_figList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.quality_figList > li {
	width: 31.5%;
	margin-left: 2.75%;
}
.quality_figList > li:first-child {}
.quality_figList > li:last-child {}
.quality_figList > li:nth-child(3n+1) {
	margin-left: 0;
}
.quality_figList > li:nth-child(n+4) {
	margin-top: 20px;
}
.quality_fig {}
.quality_fig > img {
	display: block;
}
.quality_fig > img:last-of-type {
	display: none;
}
.quality_fig > figcaption {
	margin-top: 3px;
}
.quality_cols {
	display: flex;
}
.quality_col {}
.quality_col-no1 {
	width: calc(100% - 185px);
	margin-right: auto;
}
.quality_col-no2 {
	width: 164px;
	padding-top: 8px;
}
.quality_imageIso {}
.quality_imageIso > img {
	display: block;
}
.flow {}
.flow_title {}
.flow_title > small {}
.flow_title > b {}
.flow_oList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 69px;
}
.flow_oList > li {
	width: calc((100% - 36px) / 4);
	margin-left: 12px;
}
.flow_oList > li:first-child {}
.flow_oList > li:last-child {}
.flow_oList > li:nth-child(4n+1) {
	margin-left: 0;
}
.flow_oList > li:nth-child(n+5) {
	margin-top: 29px;
}
.flow_item {
	background-color: #133b96;
	width: calc(100% - 22px);
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	padding: 10px 10px;
	box-sizing: border-box;
}
.flow_item::after {
	content: "";
	border: 20px solid #133b96;
	border-top-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255, 255, 255, 0);
	border-right-width: 0;
	border-left-width: 22px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
li:last-child .flow_item::after {
	display: none;
}
.flow_item::before {
	content: "";
	display: block;
	width: 1px;
	height: 90px;
	margin-right: -1px;
}
.flow_number {
	font-size: 90px;
	color: #f4f7ff;
	opacity: .2;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0%;
	transform: translateX(-7%) translateY(-50%);
	line-height: 1;
	margin-top: 0.1em;
}
.flow_text {
	position: relative;
	z-index: 10;
	font-weight: 500;
	line-height: 1.4;
}
.topVis {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 20px 0;
}
.topVis::before {
	content: "";
	display: block;
	width: 1px;
	height: 628px;
	margin-right: -1px;
}
.topVis_bg {
	background-image: url(/assets/img/home/pt-main@2x.jpg);
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #27346d;
}
.topVis_inner {
	width: 100%;
	padding-top: 20px;
}
.topVis_catch {
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	letter-spacing: 0.04em;
}
.topVis_title {
	font-size: 58px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.20);
	display: flex;
	line-height: 1;
	margin-top: 1px;
	letter-spacing: 0.05em;
}
.topVis_title > b {
	display: block;
	font-weight: inherit;
	position: relative;
	z-index: 1;
}
.topVis_title > b::before {
	content: "";
	display: block;
	height: 3px;
	width: calc(100% + 14px);
	left: -7px;
	bottom: 0;
	background-color: currentColor;
	position: absolute;
	z-index: 0;
	margin-bottom: -20px;
}
.topIntro {
	padding: 66px 0;
}
.topIntro_inner {}
.topIntro_text {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	margin-left: -10px;
	margin-right: -10px;
}
.topAbout {
	background-image: url(/assets/img/home/bg-about@2x.jpg);
	color: #fff;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #2b4582;
	padding: 72px 0 86px;
}
.topAbout_inner {}
.topAbout_title {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 43px;
	line-height: 1.4;
}
.topAbout_title::after {
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	background-color: currentColor;
	margin: 6px auto 0;
}
.topAbout_text {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 46px;
	margin-left: -10px;
	margin-right: -10px;
}
.topAbout_list {
	list-style: none;
	display: flex;
	justify-content: center;
}
.topAbout_list > li {
	width: 156px;
	margin-left: 40px;
}
.topAbout_list > li:first-child {
	margin-left: 0;
}
.topAbout_list > li:last-child {}
.topAbout_list > li:nth-child(2n+1) {}
.topAbout_list > li:nth-child(n+3) {}
.topAbout_fig {}
.topAbout_fig > figcaption {
	margin-bottom: 5px;
}
.topAbout_fig > img {
	display: block;
}
.topAbout_link {
	max-width: 269px;
	margin: 45px auto 0;
}
.topAbout_link > a {
	font-size: inherit;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid currentColor;
}
.topAbout_link > a::before {
	content: "";
	height: 35px;
}
.topAbout_link > a::after {
	content: "";
}
.topAbout_link_arrow {}
.topAbout_link_arrow_inner {
	color: inherit;
}
.topAbout_link_arrow_inner > svg {}
.topCompany {
	margin: 120px 0 70px;
}
.topCompany_inner {}
.topCompany_box {
	background-image: url(/assets/img/home/bg-company@2x.jpg);
	padding: 37px 20px;
	padding-right: 15px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #efefef;
}
.topCompany_cols {
	display: flex;
	align-items: center;
}
.topCompany_col {
	width: 50%;
}
.topCompany_col-no1 {}
.topCompany_title {
	margin-bottom: 0;
}
.topCompany_title > small {}
.topCompany_title > b {}
.topCompany_col-no2 {}
.topCompany_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.topCompany_list > li {
	width: 49%;
	margin-left: 2%;
}
.topCompany_list > li:first-child {}
.topCompany_list > li:last-child {}
.topCompany_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.topCompany_list > li:nth-child(n+3) {
	margin-top: 25px;
}
.topCompany_link {}
.topCompany_link > a {
	font-size: inherit;
	border-radius: 0;
	width: calc(100% - 16px);
	white-space: nowrap;
}
.topCompany_link > a::before {
	content: "";
	height: 131px;
}
.topCompany_link > a::after {
	content: "";
}
.topCompany_link_arrow {
	right: -16px;
}
.topCompany_link_arrow_inner {
	width: 16px;
}
.topCompany_link_arrow_inner > svg {}
.faq {}
.faq_inner {}
.faq_title {
	margin-bottom: 48px;
}
.faq_title > small {}
.faq_title > b {}
.faq_sect {
	margin-top: 6px;
}
.faq_headline {
	font-size: inherit;
	font-weight: 500;
}
.faq_headline > button {
	display: block;
	width: 100%;
	background-color: #cdd6e9;
	text-align: left;
	color: #073190;
	font-size: inherit;
	font-weight: inherit;
	position: relative;
	z-index: 1;
	padding: 10px 10px;
	padding-left: 167px;
	min-height: 78px;
	box-sizing: border-box;
	cursor: pointer;
	padding-right: 115px;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.4;
}
.faq_headline > button::before {
	content: "";
}
.faq_headline > button::after {
	content: "";
}
.faq_headline > button > b {
	width: 120px;
	height: 100%;
	background-color: #133b96;
	color: #fff;
	position: absolute;
	z-index: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	font-family: 'Hind', sans-serif;
	font-size: 30px;
}
.faq_headline_icon {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	background-color: #133b96;
	border-radius: 50%;
	color: #fff;
}
.faq_headline_icon::before {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faq_headline_icon::after {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transition-duration: .3s;
	transition-property: transform;
	transform: translate(-50%, -50%) rotate(90deg);
}
[aria-expanded="true"] .faq_headline_icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}
.faq_toggle {
	background-color: #f4f7ff;
	padding: 20px 20px;
	display: none;
}
.isShow + .faq_toggle {
	display: block;
}
.faq_text {}
.form_errListWrap {
	margin-bottom: 40px;
}
.form_errList {
	list-style: none;
	box-sizing: border-box;
	padding: 20px 20px;
	border: 1px solid #f00;
	color: #e00;
	background-color: #fff6f6;
}
.form_errList > li {}
.form_errList > li::before {
	content: "・";
}
.form_errList > li:first-child {}
.form_errList > li:last-child {}
.form_errList > li:nth-child(2n+1) {}
.form_errList > li:nth-child(n+3) {}
@media screen and (max-width: 1919px) {
	.topVis_bg {
		background-position: center center;
	}
}
@media screen and (min-width:1000px) {
	.topAbout_link > a:hover {}
	.topCompany_link > a:hover {}
	a:hover .topCompany_link_arrow_inner {
		width: 26px;
	}
	.faq_headline > button:hover {
		background-color: #d8e3f9;
	}
	.telBox_telLink > a:hover {}
	.form_btnList > li > button:hover {}
}
@media screen and (max-width: 999px) {
	.telBox {}
	.telBox_title {}
	.telBox_title::before {}
	.telBox_inner {}
	.telBox_telLink {}
	.telBox_telLink > a {
		font-size: 46px;
	}
	.telBox_telLink > a::before {}
	.telBox_telLink > a::after {}
	.telBox_telLink > a > small {}
	.telBox_telLink > a > b {}
	.telBox_open {
		font-size: inherit;
	}
	.form {}
	.form_list {
		font-size: inherit;
	}
	.form_list > li {}
	.form_list > li:first-child {}
	.form_list > li:last-child {}
	.form_list > li:nth-child(2n+1) {}
	.form_list > li:nth-child(n+3) {}
	.form_list > li > b {}
	.form_inner {
		margin-top: 35px;
	}
	.form_msg {
		padding: 15px 20px;
		margin-bottom: 25px;
	}
	.form_msg_list {
		font-size: inherit;
	}
	.form_msg_list > li {}
	.form_msg_list > li:first-child {}
	.form_msg_list > li:last-child {}
	.form_msg_list > li:nth-child(2n+1) {}
	.form_msg_list > li:nth-child(n+3) {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		width: 260px;
		padding: 15px 15px;
	}
	.form_table > tbody > tr > td {
		padding: 15px 15px;
	}
	.form_th {}
	.form_th::before {}
	.form_td {}
	.form_th > b {}
	.form_th-any {}
	.form_th-any > b {}
	.form_caution {
		font-size: 14px;
	}
	.privacy {}
	.privacy_title {}
	.privacy_list {}
	.privacy_list > li {}
	.privacy_list > li:first-child {}
	.privacy_list > li:last-child {}
	.privacy_list > li:nth-child(2n+1) {}
	.privacy_list > li:nth-child(n+3) {}
	.form_btnList {
		margin-top: 60px;
	}
	.form_btnList > li {}
	.form_btnList > li:first-child {}
	.form_btnList > li:last-child {}
	.form_btnList > li:nth-child(2n+1) {}
	.form_btnList > li:nth-child(n+3) {}
	.form_btnList > li > button {}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.message {}
	.message_title {}
	.message_title > small {}
	.message_title > b {}
	.message_cols {}
	.message_col {}
	.message_col-no1 {
		width: calc(100% - 330px);
	}
	.message_text {}
	.message_name {}
	.message_name > small {}
	.message_name > b {}
	.message_col-no2 {
		width: 300px;
	}
	.message_image {}
	.message_image > img {}
	.mission {}
	.mission_title {}
	.mission_title > small {}
	.mission_title > b {}
	.mission_listWrap {}
	.mission_list {
		font-size: 17px;
	}
	.mission_list > li {}
	.mission_list > li:first-child {}
	.mission_list > li:last-child {}
	.mission_list > li:nth-child(2n+1) {}
	.mission_list > li:nth-child(n+3) {}
	.mission_list > li > b {}
	.profile {}
	.profile_title {}
	.profile_title > small {}
	.profile_title > b {}
	.profile_table {}
	.profile_table > tbody {}
	.profile_table > tbody > tr {}
	.profile_table > tbody > tr:first-child {}
	.profile_table > tbody > tr:last-child {}
	.profile_table > tbody > tr > th {}
	.profile_table > tbody > tr > td {}
	.profile_sect {}
	.profile_headline {
		font-size: 20px;
	}
	.profile_map {}
	.profile_map > iframe {}
	.about {}
	.about_title {
		font-size: 33px;
	}
	.about_title > b {}
	.about_headline {}
	.about_cols {}
	.about_col {}
	.about_col-no1 {}
	.about_image {}
	.about_image > img {}
	.about_col-no2 {}
	.about_text {}
	.about_table {}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr:first-child {}
	.about_table > tbody > tr:last-child {}
	.about_table > tbody > tr > th {}
	.about_table > tbody > tr > td {}
	.about_box {}
	.about_list {}
	.about_list > li {}
	.about_list > li::before {}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n+1) {}
	.about_list > li:nth-child(n+3) {}
	.quality {}
	.quality_title {}
	.quality_title > small {}
	.quality_title > b {}
	.quality_sect {}
	.quality_headline {}
	.quality_image {}
	.quality_image > img {}
	.quality_text {}
	.quality_table {}
	.quality_table > tbody {}
	.quality_table > tbody > tr {}
	.quality_table > tbody > tr:first-child {}
	.quality_table > tbody > tr:last-child {}
	.quality_table > tbody > tr > th {}
	.quality_table > tbody > tr > td {}
	.quality_info {}
	.quality_figList {}
	.quality_figList > li {}
	.quality_figList > li:first-child {}
	.quality_figList > li:last-child {}
	.quality_figList > li:nth-child(3n+1) {}
	.quality_figList > li:nth-child(n+4) {}
	.quality_fig {}
	.quality_fig > img {}
	.quality_fig > figcaption {}
	.quality_cols {}
	.quality_col {}
	.quality_col-no1 {}
	.quality_col-no2 {}
	.quality_imageIso {}
	.quality_imageIso > img {}
	.flow {}
	.flow_title {}
	.flow_title > small {}
	.flow_title > b {}
	.flow_oList {}
	.flow_oList > li {}
	.flow_oList > li:first-child {}
	.flow_oList > li:last-child {}
	.flow_oList > li:nth-child(4n+1) {}
	.flow_oList > li:nth-child(n+5) {}
	.flow_item {}
	.flow_item::after {}
	li:last-child .flow_item::after {}
	.flow_item::before {}
	.flow_number {
		font-size: 80px;
	}
	.flow_text {}
	.topVis {}
	.topVis::before {
		height: 460px;
	}
	.topVis_bg {}
	.topVis_inner {}
	.topVis_catch {
		font-size: 27px;
	}
	.topVis_title {
		font-size: 46px;
	}
	.topVis_title > b {}
	.topVis_title > b::before {}
	.topIntro {
		padding: 45px 0;
	}
	.topIntro_inner {}
	.topIntro_text {
		font-size: 18px;
	}
	.topAbout {}
	.topAbout_inner {}
	.topAbout_title {
		font-size: 30px;
	}
	.topAbout_title::after {}
	.topAbout_text {
		font-size: 18px;
	}
	.topAbout_list {}
	.topAbout_list > li {
		margin-left: 25px;
		width: 140px;
	}
	.topAbout_list > li:first-child {}
	.topAbout_list > li:last-child {}
	.topAbout_list > li:nth-child(2n+1) {}
	.topAbout_list > li:nth-child(n+3) {}
	.topAbout_fig {}
	.topAbout_fig > figcaption {}
	.topAbout_fig > img {}
	.topAbout_link {}
	.topAbout_link > a {}
	.topAbout_link > a::before {}
	.topAbout_link > a::after {}
	.topAbout_link_arrow {}
	.topAbout_link_arrow_inner {}
	.topAbout_link_arrow_inner > svg {}
	.topCompany {}
	.topCompany_inner {}
	.topCompany_box {}
	.topCompany_cols {}
	.topCompany_col {}
	.topCompany_col-no1 {}
	.topCompany_title {}
	.topCompany_title > small {}
	.topCompany_title > b {}
	.topCompany_col-no2 {}
	.topCompany_list {}
	.topCompany_list > li {}
	.topCompany_list > li:first-child {}
	.topCompany_list > li:last-child {}
	.topCompany_list > li:nth-child(2n+1) {}
	.topCompany_list > li:nth-child(n+3) {}
	.topCompany_link {}
	.topCompany_link > a {
		padding-right: 30px;
	}
	.topCompany_link > a::before {
		height: 100px;
	}
	.topCompany_link > a::after {}
	.topCompany_link_arrow {}
	.topCompany_link_arrow_inner {}
	.topCompany_link_arrow_inner > svg {}
	.faq {}
	.faq_inner {}
	.faq_title {}
	.faq_title > small {}
	.faq_title > b {}
	.faq_sect {}
	.faq_headline {}
	.faq_headline > button {
		padding-right: 85px;
	}
	.faq_headline > button::before {}
	.faq_headline > button::after {}
	.faq_headline > button > b {}
	.faq_headline_icon {
		right: 30px;
	}
	.faq_headline_icon::before {}
	.faq_headline_icon::after {}
	[aria-expanded="true"] .faq_headline_icon::after {}
	.faq_toggle {}
	.faq_toggle.isShow {}
	.faq_text {}
}
@media screen and (max-width: 767px) {
	.telBox {}
	.telBox_title {
		font-size: 17px;
	}
	.telBox_title::before {}
	.telBox_inner {
		display: block;
		text-align: center;
		padding: 15px 15px;
	}
	.telBox_telLink {
		margin-right: 0;
		margin-bottom: 0px;
	}
	.telBox_telLink > a {
		font-size: 41px;
		justify-content: center;
	}
	.telBox_telLink > a::before {}
	.telBox_telLink > a::after {}
	.telBox_telLink > a > small {}
	.telBox_telLink > a > b {}
	.telBox_open {
		font-size: 15px;
	}
	.form {}
	.form_list {}
	.form_list > li {}
	.form_list > li:first-child {}
	.form_list > li:last-child {}
	.form_list > li:nth-child(2n+1) {}
	.form_list > li:nth-child(n+3) {}
	.form_list > li > b {}
	.form_inner {}
	.form_msg {}
	.form_msg_list {}
	.form_msg_list > li {}
	.form_msg_list > li:first-child {}
	.form_msg_list > li:last-child {}
	.form_msg_list > li:nth-child(2n+1) {}
	.form_msg_list > li:nth-child(n+3) {}
	.form_table {
		display: block;
	}
	.form_table > tbody {
		display: block;
	}
	.form_table > tbody > tr {
		display: block;
		margin-top: 25px;
	}
	.form_table > tbody > tr:first-child {
		margin-top: 0;
	}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 10px 10px;
		border: none;
		margin-bottom: 10px;
	}
	.form_table > tbody > tr > td {
		display: block;
		border: none;
		padding: 0;
	}
	.form_th {
		line-height: 1.2;
	}
	.form_th::before {
		display: none;
	}
	.form_td {}
	.form_th > b {
		font-size: 12px;
		width: 40px;
		height: 27px;
	}
	.form_th-any {}
	.form_th-any > b {}
	.form_caution {
		font-size: 12px;
		margin-top: 5px;
	}
	.privacy {}
	.privacy_title {
		font-size: 18px;
	}
	.privacy_list {}
	.privacy_list > li {}
	.privacy_list > li:first-child {}
	.privacy_list > li:last-child {}
	.privacy_list > li:nth-child(2n+1) {}
	.privacy_list > li:nth-child(n+3) {}
	.form_btnList {
		display: block;
		max-width: none;
		margin-top: 45px;
	}
	.form_btnList > li {
		width: auto;
		margin-left: 0;
		margin-top: 15px;
		max-width: none;
	}
	.form_btnList > li:first-child {
		margin-top: 0;
	}
	.form_btnList > li:last-child {}
	.form_btnList > li:nth-child(2n+1) {}
	.form_btnList > li:nth-child(n+3) {}
	.form_btnList > li > button {}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.message {
		margin-bottom: 60px;
	}
	.message_title {}
	.message_title > small {}
	.message_title > b {}
	.message_cols {
		display: flex;
		flex-direction: column-reverse;
	}
	.message_col {
		width: auto;
		top: 0;
	}
	.message_col-no1 {
		margin-top: 35px;
	}
	.message_text {}
	.message_name {
		margin-top: 1em;
	}
	.message_name > small {}
	.message_name > b {}
	.message_col-no2 {
		max-width: 400px;
		margin: 0 auto;
	}
	.message_image {}
	.message_image > img {}
	.mission {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	.mission_title {}
	.mission_title > small {}
	.mission_title > b {}
	.mission_listWrap {}
	.mission_list {
		font-size: 16px;
	}
	.mission_list > li {}
	.mission_list > li:first-child {}
	.mission_list > li:last-child {}
	.mission_list > li:nth-child(2n+1) {}
	.mission_list > li:nth-child(n+3) {}
	.mission_list > li > b {}
	.profile {}
	.profile_title {}
	.profile_title > small {}
	.profile_title > b {}
	.profile_table {
		margin-top: 30px;
		margin-bottom: 45px;
	}
	.profile_table > tbody {}
	.profile_table > tbody > tr {}
	.profile_table > tbody > tr:first-child {}
	.profile_table > tbody > tr:last-child {}
	.profile_table > tbody > tr > th {}
	.profile_table > tbody > tr > td {}
	.profile_sect {}
	.profile_headline {
		text-align: center;
		font-size: 18px;
	}
	.profile_map {}
	.profile_map > iframe {}
	.about {
		margin-bottom: 75px;
	}
	.about_title {
		font-size: 19px;
		margin-bottom: 38px;
		margin-right: -10px;
		font-feature-settings: "palt";
	}
	.about_title > b {}
	.about_headline {
		font-size: 18px;
		text-align: center;
		margin-top: 31px;
		margin-bottom: 9px;
	}
	.about_cols {
		display: block;
		margin-bottom: 53px;
	}
	.about_col {
		width: auto;
		padding: 0;
	}
	.about_col-no1 {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 22px;
		max-width: none;
	}
	.about_image {}
	.about_image > img {
		width: 100%;
	}
	.about_col-no2 {}
	.about_text {}
	.about_table {}
	.about_table > tbody {}
	.about_table > tbody > tr {
		border-bottom: none;
	}
	.about_table > tbody > tr:first-child {}
	.about_table > tbody > tr:last-child {}
	.about_table > tbody > tr > th {}
	.about_table > tbody > tr > td {}
	.about_box {
		padding: 26px 20px;
	}
	.about_list {
		display: block;
		line-height: 1.9;
	}
	.about_list > li {
		width: auto;
	}
	.about_list > li::before {}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n+1) {}
	.about_list > li:nth-child(n+3) {}
	.quality {
		padding-top: 38px;
		padding-bottom: 50px;
		margin-bottom: 41px;
	}
	.quality_title {}
	.quality_title > small {}
	.quality_title > b {}
	.quality_sect {
		margin-top: 57px;
	}
	.quality_headline {}
	.quality_image {
		margin-top: 27px;
	}
	.quality_image > img {
		display: none;
	}
	.quality_image > img:last-child {
		display: block;
		margin: 0 auto;
	}
	.quality_text {
		padding-left: 0;
	}
	.quality_table {}
	.quality_table > tbody {}
	.quality_table > tbody > tr {}
	.quality_table > tbody > tr:first-child {}
	.quality_table > tbody > tr:last-child {}
	.quality_table > tbody > tr > th {
		width: auto;
		height: auto;
		padding: 13px 10px 7px;
		font-size: 22px;
	}
	.quality_table > tbody > tr > td {}
	.quality_info {
		margin-top: 13px;
	}
	.quality_figList {
		max-width: 335px;
		margin: 0 auto;
	}
	.quality_figList > li {
		width: 48%;
		margin-left: 4%;
	}
	.quality_figList > li:first-child {}
	.quality_figList > li:last-child {}
	.quality_figList > li:nth-child(3n+1) {
		margin-left: 2%;
	}
	.quality_figList > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.quality_figList > li:nth-child(n+3) {
		margin-top: 20px;
	}
	.quality_fig {}
	.quality_fig > img {
		display: none;
	}
	.quality_fig > img:last-of-type {
		display: block;
	}
	.quality_fig > figcaption {
		margin-top: 0;
	}
	.quality_cols {
		display: block;
	}
	.quality_col {
		width: auto;
	}
	.quality_col-no1 {}
	.quality_col-no2 {
		max-width: 164px;
		margin: 0 auto 0;
	}
	.quality_imageIso {}
	.quality_imageIso > img {}
	.flow {}
	.flow_title {}
	.flow_title > small {}
	.flow_title > b {}
	.flow_oList {
		margin-top: 38px;
	}
	.flow_oList > li {
		width: calc((100% - 7px) / 2);
		margin-left: 7px;
	}
	.flow_oList > li:first-child {}
	.flow_oList > li:last-child {}
	.flow_oList > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.flow_oList > li:nth-child(n+3) {
		margin-top: 26px;
	}
	.flow_item {
		width: calc(100% - 14px);
	}
	.flow_item::after {
		border: 12px solid rgba(255, 255, 255, 0);
		border-left-color: #133b96;
		border-right-width: 0;
		border-left-width: 14px;
	}
	li:last-child .flow_item::after {}
	.flow_item::before {
		height: 50px;
	}
	.flow_number {
		font-size: 60px;
	}
	.flow_text {
		font-size: 13px;
	}
	.topVis {}
	.topVis::before {
		height: 220px;
	}
	.topVis_bg {}
	.topVis_inner {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.topVis_catch {
		font-size: 16px;
	}
	.topVis_title {
		font-size: 28px;
	}
	.topVis_title > b {}
	.topVis_title > b::before {
		height: 2px;
		margin-bottom: -8px;
		width: 100%;
		left: 0;
	}
	.topIntro {
		padding: 43px 0;
	}
	.topIntro_inner {}
	.topIntro_text {
		font-size: 16px;
	}
	.topAbout {
		padding-top: 50px;
		padding-bottom: 44px;
	}
	.topAbout_inner {}
	.topAbout_title {
		font-size: 22px;
		margin-bottom: 23px;
	}
	.topAbout_title::after {
		height: 1px;
		width: 65px;
	}
	.topAbout_text {
		font-size: 16px;
		margin-bottom: 28px;
	}
	.topAbout_list {
		font-size: 13px;
		flex-wrap: wrap;
		max-width: 245px;
		margin: 0 auto;
	}
	.topAbout_list > li {
		width: 105px;
		margin-left: 35px;
	}
	.topAbout_list > li:first-child {}
	.topAbout_list > li:last-child {}
	.topAbout_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.topAbout_list > li:nth-child(n+3) {
		margin-top: 15px;
	}
	.topAbout_fig {}
	.topAbout_fig > figcaption {}
	.topAbout_fig > img {
		margin: 0 auto;
	}
	.topAbout_link {
		margin-top: 33px;
	}
	.topAbout_link > a {}
	.topAbout_link > a::before {
		height: 27px;
	}
	.topAbout_link > a::after {}
	.topAbout_link_arrow {}
	.topAbout_link_arrow_inner {}
	.topAbout_link_arrow_inner > svg {}
	.topCompany {
		margin-top: 46px;
		margin-bottom: 40px;
	}
	.topCompany_inner {}
	.topCompany_box {
		background: no-repeat;
		padding: 0;
	}
	.topCompany_cols {
		display: block;
	}
	.topCompany_col {
		width: auto;
	}
	.topCompany_col-no1 {
		margin-bottom: 24px;
	}
	.topCompany_title {}
	.topCompany_title > small {}
	.topCompany_title > b {}
	.topCompany_col-no2 {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 10px;
		padding-top: 35px;
		padding-bottom: 30px;
		background-image: url(/assets/img/home/bg-company@2x.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.topCompany_list {}
	.topCompany_list > li {}
	.topCompany_list > li:first-child {}
	.topCompany_list > li:last-child {}
	.topCompany_list > li:nth-child(2n+1) {}
	.topCompany_list > li:nth-child(n+3) {
		margin-top: 15px;
	}
	.topCompany_link {}
	.topCompany_link > a {
		padding-right: 30px;
		padding-left: 30px;
	}
	.topCompany_link > a::before {
		height: 80px;
	}
	.topCompany_link > a::after {}
	.topCompany_link_arrow {}
	.topCompany_link_arrow::after {
		width: 22px;
	}
	.topCompany_link_arrow_inner {}
	.topCompany_link_arrow_inner > svg {}
	.faq {}
	.faq_inner {}
	.faq_title {
		margin-bottom: 23px;
	}
	.faq_title > small {}
	.faq_title > b {}
	.faq_sect {
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 3px;
	}
	.faq_headline {}
	.faq_headline > button {
		padding: 14px;
		padding-left: 80px;
		padding-right: 55px;
		min-height: 60px;
	}
	.faq_headline > button::before {}
	.faq_headline > button::after {}
	.faq_headline > button > b {
		width: 64px;
	}
	.faq_headline_icon {
		width: 30px;
		height: 30px;
		right: 15px;
	}
	.faq_headline_icon::before {
		width: 14px;
		height: 1px;
	}
	.faq_headline_icon::after {
		width: 14px;
		height: 1px;
	}
	[aria-expanded="true"] .faq_headline_icon::after {}
	.faq_toggle {}
	.faq_toggle.isShow {}
	.faq_text {}
}
@media screen and (max-width:374px) {
	.telBox_telLink > a {
		font-size: 38px;
	}
	.about_title {
		font-size: 17px;
	}
	.about_list {
		font-size: 15px;
	}
	.topAbout_text {
		font-size: 15px;
	}
}
