@charset "UTF-8";


/* RESPONSIVE
 * ----------------------------------------------- */
@media print,
(min-width: 768px) {
	body {
		font-size: 16px;

	}

	.container {
		min-width: 1250px;
	}

	.wrapper {
		width: 1025px;
		margin-left: auto;
		margin-right: auto;
	}

	.sm {
		display: none !important;
	}

	.trans {
		opacity: 1;
		transition: opacity 0.26s ease;
	}

	.trans:hover {
		opacity: 0.9;
	}

	.common-text {
		line-height: 1.875;
	}
}

@media only screen and (max-width: 767.98px) {
	html {
		font-size: calc(100vw / 7.5);
	}

	body {
		font-size: 0.28rem;
	}

	.container {
		min-width: 320px;
	}

	.wrapper {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.md {
		display: none !important;
	}

	.common-text {
		line-height: 1.785;
		text-align: justify;
	}
}

.breadcrumb-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: flex-end;
	font-size: 10px;
	margin: 0 0 0 auto;
	width: fit-content;
}

.breadcrumb-list>li {
	position: relative;
}

.breadcrumb-list li a {
	color: #2c4197;
}

@media print,
(min-width: 768px) {
	.breadcrumb-list>li:not(:last-child) {
		padding-right: 16px;
	}

	.breadcrumb-list>li:not(:last-child):after {
		right: -2px;
	}
}

@media only screen and (max-width: 767.98px) {
	.breadcrumb-list>li:not(:last-child) {
		padding-right: 0.32rem;
	}

	.breadcrumb-list>li:not(:last-child):after {
		right: -0.02rem;
	}
}

.breadcrumb-list>li:not(:last-child):after {
	position: absolute;
	content: "＞";
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media print,
(min-width: 768px) {
	.breadcrumb-list {
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 13px;
	}
}

@media print,
(min-width: 768px) {
	.breadcrumb {
		padding: 16px 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.breadcrumb {
		padding: 0.32rem 0;
	}
}

.common-title-color {
	font-weight: 700;
	writing-mode: vertical-lr;
	letter-spacing: 0;
	color: #fff;
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}

.common-title-color:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: url(../../img/common/title_bg.png) center/cover no-repeat;
	z-index: -1;
}

@media print,
(min-width: 768px) {
	.common-title-color {
		font-size: 46px;
		width: 100px;
		padding-top: 42px;
	}

	.common-title-color:before {
		width: 100px;
		height: 510px;
	}
}

@media only screen and (max-width: 767.98px) {
	.common-title-color {
		font-size: 0.46rem;
		padding-top: 0.48rem;
		width: 1rem;
	}

	.common-title-color:before {
		width: 1rem;
		height: 5.1rem;
	}
}

.common-title-primary {
	font-weight: 700;
	color: #323232;
	/* opacity: 0; */
	transition: opacity 0.26s;
}

.wf-active .common-title-primary {
	opacity: 1;
}

@media print,
(min-width: 768px) {
	.common-title-primary {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767.98px) {
	.common-title-primary {
		font-size: 0.5rem;
		text-align: center;
	}
}

.common-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: background 0.25s;
	position: relative;
}

.common-button:after {
	position: absolute;
	content: "";
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: right center/98% auto no-repeat;
}

.common-button.button-white {
	background-color: #fff;
	color: #4caadd;
}

.common-button.button-white:after {
	background-image: url(../../img/common/icon_arrow_right_blue_03.svg);
}

.common-button.button-white:hover {
	background-color: #0085ce;
	color: #fff;
}

.common-button.button-white:hover:after {
	background-image: url(../../img/common/icon_arrow_right_blue_04.svg);
}

.common-button.dark-blue {
	color: #2c4197;
	border: solid 1px #2c4197;
}

.common-button.dark-blue:after {
	background-image: url(../../img/common/icon_arrow_right_blue_02.svg);
}

.common-button.dark-blue:hover {
	color: #fff;
	background-color: #005ead;
}

.common-button.dark-blue:hover:after {
	background-image: url(../../img/common/icon_arrow_right_blue_04.svg);
}

.common-button.button-blue {
	background-color: #005ead;
	color: #fff;
}

.common-button.button-blue:after {
	background-image: url(../../img/common/icon_arrow_pager.svg);
}

.common-button.button-blue:hover {
	background-color: #fff;
	color: #2c4197;
	border: solid 1px #2c4197;
}

.common-button.button-blue:hover:after {
	background-image: url(../../img/common/icon_arrow_right_blue_02.svg);
}

.common-button.button-cyan {
	background-color: #00b9e7;
	color: #fff;
	letter-spacing: 0;
}

.common-button.button-cyan:after {
	background-image: url(../../img/common/icon_arrow_link.svg);
}

@media print,
(min-width: 768px) {
	.common-button {
		width: 250px;
		min-height: 70px;
		border-radius: 40px;
		padding: 10px 42px;
	}

	.common-button:after {
		width: 20px;
		height: 20px;
		right: 18px;
	}

	.common-button.dark-blue:hover:after {
		border-radius: 50%;
		border: solid 1px #005ead;
	}

	.common-button.button-blue:after {
		border: solid 1px #005ead;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		right: 16px;
	}

	.common-button.button-blue:hover:after {
		border: none;
		right: 15px;
	}

	.common-button.button-cyan {
		padding-right: 50px;
		letter-spacing: 0;
	}

	.common-button.button-cyan:after {
		width: 17px;
		height: 18px;
		right: 35px;
	}
}

@media only screen and (max-width: 767.98px) {
	.common-button {
		font-size: 0.24rem;
		width: 3.76rem;
		min-height: 1.06rem;
		border-radius: 0.5rem;
		margin: 0 auto;
		padding: 0.2rem 0.6rem;
	}

	.common-button:after {
		width: 0.3rem;
		height: 0.3rem;
		right: 0.26rem;
	}
}

.keyvisual {
	height: 260px;
	background: no-repeat center/cover;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.keyvisual .wrapper {
	text-align: center;
	margin: 0 auto;
}

.keyvisual .keyvisual-title span {
	display: block;
}

.keyvisual .is-japanese {
	font-weight: bold;
}

.keyvisual .is-english {
	margin: 0 auto;
}

@media print,
(min-width: 768px) {
	.keyvisual .is-japanese {
		font-size: 30px;
	}

	.keyvisual .is-english {
		margin-bottom: 7px;
	}
}

@media only screen and (max-width: 767.98px) {
	.keyvisual .is-japanese {
		font-size: 0.4rem;
	}

	.keyvisual .is-english {
		margin-bottom: 0.14rem;
	}

	.keyvisual .is-english img {
		width: 100%;
	}
}

.keyvisual .is-japanese {
	/* opacity: 0;
	transition: opacity 0.26s; */
	text-align: left;
}

.wf-active .keyvisual .is-japanese {
	opacity: 1;
}

.section-common-news {
	background-color: #005ead;
}

.section-common-news .wrapper {
	position: relative;
}

.section-common-news .common-button {
	position: absolute;
	letter-spacing: 0;
}

.section-common-news .list-news,
.section-common-news .common-button {
	background-color: #fff;
}

.section-common-news .news-title {
	font-weight: 500;
}

.section-common-news .link-news {
	letter-spacing: 0;
}

.section-common-news .category,
.section-common-news .news-title {
	color: #fff;
}

.section-common-news .category {
	background-color: #ff0000;
}

.section-common-news .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

@media print,
(min-width: 768px) {
	.section-common-news {
		padding: 53px 0 71px;
	}

	.section-common-news .common-button {
		width: 150px;
		min-height: 60px;
		top: 51%;
		left: calc(50% + 330px);
		padding-left: 20px;
		padding-right: 42px;
	}

	.section-common-news .common-button:after {
		right: 16px;
	}

	.section-common-news .news-title {
		margin-bottom: 10px;
	}

	.section-common-news .news-title .title-english {
		font-size: 36px;
		margin-right: 20px;
	}

	.section-common-news .news-title .title-japan {
		font-size: 18px;
	}

	.section-common-news .list-news {
		padding: 27px 200px 17px 30px;
	}

	.section-common-news .link-news {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.section-common-news .item-news {
		margin-bottom: 9px;
	}

	.section-common-news .time-category {
		min-width: 161px;
		margin-right: 3px;
	}

	.section-common-news .title,
	.section-common-news .time-category {
		margin-bottom: 5px;
	}

	.section-common-news .title {
		width: calc(100% - 170px);
	}

	.section-common-news .time {
		width: 72px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.section-common-news .category {
		letter-spacing: 0.1em;
		min-width: 80px;
		font-size: 14px;
		padding: 2px 12px 3px;
		border-radius: 20px;
		margin-right: 6px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-common-news {
		padding: 0.5rem 0;
	}

	.section-common-news .wrapper {
		margin-left: -0.12rem;
	}

	.section-common-news .news-title {
		margin-bottom: 0.5rem;
		padding-right: 2.6rem;
	}

	.section-common-news .news-title .title-english {
		font-size: 0.62rem;
		margin-right: 0.18rem;
	}

	.section-common-news .news-title .title-japan {
		font-size: 0.3rem;
		display: block;
	}

	.section-common-news .list-news {
		padding: 0.5rem 0.5rem 0.3rem;
	}

	.section-common-news .link-news {
		font-size: 0.24rem;
	}

	.section-common-news .item-news {
		margin-bottom: 0.26rem;
	}

	.section-common-news .category {
		margin-right: 0.1rem;
		padding: 0.02rem 0.14rem 0.04rem 0.2rem;
		border-radius: 0.2rem;
	}

	.section-common-news .time-category {
		margin-bottom: 0.1rem;
	}

	.section-common-news .common-button {
		background-color: #fff;
		width: 2.6rem;
		min-height: 1rem;
		right: 0.5rem;
		top: 0.16rem;
		padding-right: 0.6rem;
		padding-left: 0.2rem;
	}

	.section-common-news .common-button:after {
		width: 0.34rem;
		height: 0.34rem;
	}
}

.common-list-business {
	color: #fff;
	background-color: #20367f;
}

.common-list-business a {
	color: #fff;
}

.common-list-business .title-business {
	text-align: center;
}

.common-list-business .item-business {
	position: relative;
}

.common-list-business .content-fax .fax,
.common-list-business .content-phone .fax {
	display: inline;
}

.common-list-business .content-fax .phone,
.common-list-business .content-phone .phone {
	pointer-events: none;
}

.common-list-business .link-business {
	width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	background-color: #1c2a75;
	text-align: center;
}

.common-list-business .common-text {
	display: inline;
}

.common-list-business .link-map {
	position: relative;
}

.common-list-business .link-map:after,
.common-list-business .link-business:after {
	position: absolute;
	content: "";
	background: url(../../img/common/header_icon_06.svg) right center/99% auto no-repeat;
}

@media print,
(min-width: 768px) {
	.common-list-business {
		padding: 54px 0 1px;
	}

	.common-list-business .title-business {
		font-size: 24px;
		margin-bottom: 42px;
	}

	.common-list-business .image-business {
		margin-bottom: 17px;
	}

	.common-list-business .name-office {
		margin-bottom: 4px;
	}

	.common-list-business .text-sale {
		margin: 4px 0 7px;
	}

	.common-list-business .list-business {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -13px 30px;
	}

	.common-list-business .item-business {
		width: 300px;
		margin: 0 25px 39px;
		padding-bottom: 60px;
	}

	.common-list-business .item-business:nth-child(5) .link-map {
		margin-left: 2px;
	}

	.common-list-business .content-fax .phone,
	.common-list-business .content-phone .phone {
		margin-right: 5px;
	}

	.common-list-business .content-phone {
		margin-top: 4px;
		margin-bottom: 8px;
	}

	.common-list-business .link-business {
		padding: 9px 35px 9px 25px;
	}

	.common-list-business .link-map:after,
	.common-list-business .link-business:after {
		width: 16px;
		height: 16px;
	}

	.common-list-business .link-map:after {
		top: 5px;
		right: -20px;
	}

	.common-list-business .link-business:after {
		top: 12px;
		right: 10px;
	}

	.common-list-business .text-label {
		margin-bottom: 7px;
	}
}

@media only screen and (max-width: 767.98px) {
	.common-list-business {
		padding: 0.74rem 0 0.3rem;
	}

	.common-list-business .title-business {
		font-size: 0.42rem;
		margin-bottom: 0.35rem;
	}

	.common-list-business .image-business {
		margin-bottom: 0.16rem;
	}

	.common-list-business .image-business img {
		width: 100%;
	}

	.common-list-business .name-office {
		margin-bottom: 0.04rem;
	}

	.common-list-business .text-sale {
		margin: 0.08rem 0 0.1rem;
	}

	.common-list-business .list-business {
		margin-bottom: 0.6rem;
		padding: 0 0.55rem;
	}

	.common-list-business .item-business {
		font-size: 0.24rem;
		margin-bottom: 0.65rem;
		padding-bottom: 0.8rem;
	}

	.common-list-business .item-business:nth-child(5) .link-map {
		margin-left: 2px;
	}

	.common-list-business .content-fax,
	.common-list-business .content-phone {
		display: inline-block;
	}

	.common-list-business .content-fax .phone,
	.common-list-business .content-phone .phone {
		margin-right: 0.08rem;
	}

	.common-list-business .link-business {
		padding: 0.12rem 0.5rem 0.16rem;
	}

	.common-list-business .link-map:after,
	.common-list-business .link-business:after {
		width: 0.22rem;
		height: 0.22rem;
	}

	.common-list-business .link-map:after {
		top: 0.08rem;
		right: -0.26rem;
	}

	.common-list-business .link-business:after {
		top: 0.2rem;
		right: 0.14rem;
	}

	.common-list-business .text-label {
		margin: 0.12rem 0 0.1rem;
	}
}

.common-section-education {
	background: #2e4180;
}

.common-section-education .title-common-intro {
	color: #fff;

}

@media print,
(min-width: 768px) {
	.common-section-education {
		padding: 55px 0 100px;
	}

	.common-section-education .title-main {
		margin-bottom: 20px;
	}

	.common-section-education .title-common-intro {
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 767.98px) {
	.common-section-education {
		padding: 0.55rem 0 1rem;
	}

	.common-section-education .title-common-intro {
		margin-bottom: 0.32rem;
	}
}

.common-list-education {
	line-height: 1.875;
	color: #fff;
	letter-spacing: 0;
}

.common-list-education .list-item {
	background: rgba(255, 255, 255, 0.1);
}

.common-list-education .info-label {
	font-weight: 700;
}

.common-list-education .item-thumbnail img {
	width: 100%;
	height: auto;
}

@media print,
(min-width: 768px) {
	.common-list-education {
		font-size: 16px;
	}

	.common-list-education .list-item {
		display: -ms-flexbox;
		display: flex;
	}

	.common-list-education .list-item:not(:last-child) {
		margin-bottom: 30px;
	}

	.common-list-education .item-info {
		padding: 21px 54px 20px 40px;
	}

	.common-list-education .info-label {
		margin-bottom: 7px;
		font-size: 24px;
	}

	.common-list-education .item-thumbnail {
		width: 349px;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.common-list-education .button-recruit-direct {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 767.98px) {
	.common-list-education {
		font-size: 0.28rem;
	}

	.common-list-education .list-item:not(:last-child) {
		margin-bottom: 0.4rem;
	}

	.common-list-education .item-info {
		padding: 0.4rem 0.3rem;
	}

	.common-list-education .info-label {
		margin-bottom: 0.1rem;
		font-size: 0.42rem;
	}

	.common-list-education .button-recruit-direct {
		margin-top: 0.3rem;
	}
}

.title-common-intro {
	position: relative;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #323232;
	letter-spacing: 0.05em;
}

.title-common-intro .title-detail,
.title-common-intro .title-note {
	letter-spacing: 0;
	line-height: 1.875;
}

.title-common-intro .title-note {
	font-weight: 400;
}

@media print,
(min-width: 768px) {
	.title-common-intro {
		font-size: 30px;
	}

	.title-common-intro .title-main+.title-note {
		margin-top: 8px;
	}

	.title-common-intro .title-detail {
		margin-top: 5px;
		font-size: 20px;
	}

	.title-common-intro .title-note {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767.98px) {
	.title-common-intro {
		font-size: 0.55rem;
	}

	.title-common-intro .title-main+.title-note {
		margin-top: 0.1rem;
	}

	.title-common-intro .title-main {
		margin-bottom: 0.45rem;
		line-height: 1.5;
	}

	.title-common-intro .title-detail {
		margin: 0.1rem 0;
		font-size: 0.32rem;
	}

	.title-common-intro .title-detail,
	.title-common-intro .title-note {
		text-align: left;
	}

	.title-common-intro .title-note {
		font-size: 0.28rem;
	}
}

/* CONTACT
 * ----------------------------------------------- */
.keyvisual-contact {
	background-image: url(../../img/contact/bg_keyvisual.jpg);
}

@media print,
(min-width: 768px) {
	.keyvisual-contact .keyvisual-title {
		margin-top: -20px;
	}

	.keyvisual-contact .keyvisual-title .is-english {
		width: 172px;
		margin-bottom: -7px;
	}
}

@media only screen and (max-width: 767.98px) {
	.keyvisual-contact .is-english {
		width: 2.3rem;
	}
}

.breadcrumb,
.section-lead-inquiry {
	background-color: #e5eff8;
}

.common-text,
.common-button {
	letter-spacing: 0;
}

.section-lead-inquiry .common-button {
	min-height: 0;
	background-color: #fff;
	font-weight: 500;
	margin: 0 auto;
}

.section-lead-inquiry .common-button:after {
	background-image: url(../../img/contact/icon_arrow_down.svg);
}

.section-lead-inquiry .common-button:hover:after {
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.section-lead-inquiry .common-text {
	text-align: center;
}

.section-online-meeting {
	background-color: #4caadd;
}

.section-online-meeting .common-title-primary,
.section-online-meeting .lead-description,
.section-online-meeting .block-things {
	color: #fff;
}

.section-online-meeting .wrapper {
	position: relative;
}

.section-online-meeting .wrapper::before {
	position: absolute;
	content: "";
	background-image: url(../../img/contact/online_meeting_img_01.png);
	background-size: 100%;
}

.section-online-meeting .sub-title {
	text-align: center;
}

.section-online-meeting .sub-title,
.section-online-meeting .list-things .title,
.section-online-meeting .block-flow>.title {
	font-weight: bold;
}

.section-online-meeting .block-flow>.title {
	color: #fff;
	text-align: center;
}

.section-online-meeting .list-flow li {
	background-color: #fff;
	position: relative;
}

.section-online-meeting .list-flow li:before {
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.section-online-meeting .list-flow li:first-child {
	margin-top: 0;
}

.section-online-meeting .list-flow li:first-child:before {
	display: none;
}

.section-online-meeting .list-flow .bubble {
	position: absolute;
	display: block;
	font-weight: 500;
	background-color: #4caadd;
	color: #fff;
	text-align: center;
}

.section-online-meeting .list-flow .title {
	color: #0085ce;
	font-weight: bold;
}

.section-online-meeting .item-list {
	position: relative;
}

.section-online-meeting .item-list span {
	position: absolute;
	left: 0;
}

.section-online-meeting .list-things .description,
.section-online-meeting .list-flow .common-text {
	text-align: justify;
}

.section-inquiry-phone .item-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	letter-spacing: 0.05em;
	position: relative;
}

.section-inquiry-phone .item-button:before {
	position: absolute;
	content: "";
	background: left center/cover no-repeat;
}

.section-inquiry-phone .phone-number {
	background-color: #2c4197;

}

.section-inquiry-phone .phone-number:before {
	background-image: url(../../img/contact/icon_number.svg);
}

.section-inquiry-phone .text-fax {
	background-color: #0085ce;
}

.section-inquiry-phone .text-fax:before {
	background-image: url(../../img/contact/icon_fax.png);
}

@media print,
(min-width: 768px) {
	.section-lead-inquiry {
		padding: 28px 0 53px;
	}

	.section-lead-inquiry .common-title-primary,
	.section-lead-inquiry .common-text {
		margin-bottom: 24px;
	}

	.section-lead-inquiry .common-title-primary {
		text-align: center;
	}

	.section-lead-inquiry .common-button {
		width: 390px;
		padding: 13px 40px 13px 39px;
		-ms-flex-pack: start;
		justify-content: flex-start;
		letter-spacing: -0.06em;
	}

	.section-lead-inquiry .common-button:hover:after {
		border-width: 0;
	}

	.section-lead-inquiry .common-button:after {
		right: 16px;
	}

	.section-inquiry-phone {
		padding: 50px 0 35px;
	}

	.section-inquiry-phone .common-title-primary,
	.section-inquiry-phone .common-text {
		text-align: center;
	}

	.section-inquiry-phone .common-title-primary {
		margin-bottom: 19px;
	}

	.section-inquiry-phone .list-button {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.section-inquiry-phone .list-button li {
		margin: 20px 6px;
	}

	.section-inquiry-phone .item-button {
		width: 280px;
		min-height: 78px;
		border-radius: 40px;
		font-size: 30px;
	}

	.section-inquiry-phone .item-button:before {
		top: 25px;
	}

	.section-inquiry-phone .phone-number {
		padding-left: 21px;
		pointer-events: none;
	}

	.section-inquiry-phone .phone-number:before {
		width: 15px;
		height: 27px;
		left: 40px;
	}

	.section-inquiry-phone .text-fax {
		padding-left: 43px;
	}

	.section-inquiry-phone .text-fax:before {
		width: 33px;
		height: 30px;
		left: 33px;
	}

	.section-online-meeting {
		padding: 70px 0 100px;
		margin-bottom: 1px;
	}

	.section-online-meeting .wrapper {
		padding: 0 37px;
	}

	.section-online-meeting .wrapper::before {
		left: -86px;
		top: -70px;
		width: 80px;
		height: 310px;
	}

	.section-online-meeting .common-title-primary {
		margin-bottom: 20px;
		text-align: center;
	}

	.section-online-meeting .lead-description {
		margin: 0 auto 40px;
		width: 934px;
		text-align: center;
		position: relative;
		z-index: 9;
	}

	.section-online-meeting .block-things {
		margin-bottom: 63px;
	}

	.section-online-meeting .block-things .sub-title {
		margin-bottom: 24px;
	}

	.section-online-meeting .sub-title {
		font-size: 24px;
	}

	.section-online-meeting .list-things {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.section-online-meeting .list-things li {
		margin: 0 15px;
		border: 1px solid #fff;
		padding: 30px 43px 45px;
		width: 460px;
		min-width: 460px;
	}

	.section-online-meeting .list-things .title {
		font-size: 20px;
	}

	.section-online-meeting .list-things .description {
		margin-top: 10px;
	}

	.section-online-meeting .block-flow>.title {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.section-online-meeting .list-flow li {
		padding: 33px 60px 28px 88px;
	}

	.section-online-meeting .list-flow li:not(:last-child) {
		margin-bottom: 46px;
	}

	.section-online-meeting .list-flow li:before {
		width: 1px;
		height: 20px;
		top: -33px;
	}

	.section-online-meeting .list-flow .bubble,
	.section-online-meeting .list-flow .title {
		font-size: 20px;
	}

	.section-online-meeting .list-flow .bubble {
		width: 70px;
		height: 80px;
		left: -10px;
		top: -10px;
	}

	.section-online-meeting .list-flow .title {
		margin-bottom: 17px;
	}

	.section-online-meeting .list-flow .number {
		font-size: 40px;
	}

	.section-online-meeting .list-flow .common-text {
		margin-bottom: 4px;
	}

	.section-online-meeting .item-list {
		padding-left: 18px;
	}

	.section-online-meeting .item-list span {
		top: 3px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-lead-inquiry {
		padding: 0.75rem 0;
	}

	.section-lead-inquiry .common-title-primary {
		margin-bottom: 0.32rem;
	}

	.section-lead-inquiry .common-text {
		font-size: 0.26rem;
		margin-bottom: 0.35rem;
		text-align: left;
	}

	.section-lead-inquiry .common-button {
		width: 100%;
		padding: 0.2rem 0;
	}

	.section-lead-inquiry .common-button:after {
		width: 0.3rem;
		height: 0.3rem;
	}

	.section-inquiry-phone {
		padding: 0.75rem 0 0.5rem;
	}

	.section-inquiry-phone .common-title {
		margin-bottom: 0.25rem;
	}

	.section-inquiry-phone .list-button {
		display: block;
	}

	.section-inquiry-phone .list-button li {
		margin: 0.3rem auto;
		width: 4rem;
	}

	.section-inquiry-phone .item-button {
		width: 4rem;
		min-height: 1.12rem;
		border-radius: 0.6rem;
		font-size: 0.38rem;
		padding-left: 0.3rem;
	}

	.section-inquiry-phone .common-title-primary {
		font-size: 0.4rem;
	}

	.section-inquiry-phone .phone-number:before {
		width: 0.24rem;
		height: 0.42rem;
		left: 0.56rem;
	}

	.section-inquiry-phone .text-fax:before {
		width: 0.45rem;
		height: 0.4rem;
		left: 0.44rem;
	}

	.section-inquiry-phone .common-title-primary {
		font-size: 0.4rem;
	}

	.section-online-meeting {
		padding: 1.5rem 0 0.86rem;
	}

	.section-online-meeting .common-title-primary {
		font-size: 0.5rem;
	}

	.section-online-meeting .wrapper {
		padding: 0 0.5rem;
	}

	.section-online-meeting .wrapper::before {
		left: 0;
		top: -1.5rem;
		width: 0.8rem;
		height: 3.1rem;
	}

	.section-online-meeting .common-title-primary,
	.section-online-meeting .lead-description {
		position: relative;
		z-index: 9;
	}

	.section-online-meeting .lead-description {
		margin: 0.3rem auto 0;
		width: 100%;
		text-align: left;
	}

	.section-online-meeting .block-things {
		margin-top: 0.6rem;
	}

	.section-online-meeting .sub-title {
		font-size: 0.36rem;
	}

	.section-online-meeting .list-things {
		display: block;
		margin-top: 0.32rem;
	}

	.section-online-meeting .list-things li {
		margin: 0.5rem 0;
		border: 0.02rem solid #fff;
		padding: 0.45rem 0.64rem 0.65rem;
		width: 100%;
		min-width: 100%;
	}

	.section-online-meeting .list-things .title {
		font-size: 0.3rem;
	}

	.section-online-meeting .list-things .description {
		margin-top: 0.15rem;
	}

	.section-online-meeting .block-flow {
		margin-top: 0.95rem;
	}

	.section-online-meeting .block-flow>.title {
		font-size: 0.45rem;
	}

	.section-online-meeting .list-flow {
		margin-top: 0.45rem;
	}

	.section-online-meeting .list-flow li {
		padding: 0.5rem 0.9rem;
		margin-top: 0.6rem;
	}

	.section-online-meeting .list-flow li:before {
		width: 1px;
		height: 0.3rem;
		top: -0.45rem;
	}

	.section-online-meeting .list-flow .bubble {
		width: 1.05rem;
		height: 1.2rem;
		left: -0.32rem;
		top: -0.15rem;
		font-size: 0.3rem;
	}

	.section-online-meeting .list-flow .title {
		margin-bottom: 0.22rem;
		font-size: 0.3rem;
	}

	.section-online-meeting .item-list {
		padding-left: 0.28rem;
		margin-top: 0.06rem;
	}

	.section-online-meeting .item-list span {
		top: 0;
	}
}

.section-contact-communicate {
	background: #f1f1f1;
	line-height: 1.875;
	letter-spacing: 0;
}

.section-contact-communicate .form-common-contact {
	margin: 0 auto;
	background: #fff;
}

.section-contact-communicate .mwform-select {
	background: url(../../img/contact/form_icon_03.png) no-repeat;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #000;
}

.section-contact-communicate .mwform-select:-ms-input-placeholder {
	color: #ccc;
}

.section-contact-communicate .mwform-select::placeholder {
	color: #ccc;
}

@media print,
(min-width: 768px) {
	.section-contact-communicate {
		padding: 70px 0;
	}

	.section-contact-communicate .title-common-intro {
		margin-bottom: 45px;
	}

	.section-contact-communicate .title-common-intro .title-main {
		margin-bottom: 22px;
	}

	.section-contact-communicate .title-common-intro .note-paragraph+.note-paragraph {
		margin-top: 15px;
	}

	.section-contact-communicate .form-common-contact {
		width: 800px;
		padding: 25px 38px 57px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-contact-communicate {
		padding: 1rem 0;
	}

	.section-contact-communicate .title-common-intro {
		margin-bottom: 0.6rem;
	}

	.section-contact-communicate .title-common-intro .title-main {
		margin-bottom: 0.6rem;
		font-size: 100%;
	}

	.section-contact-communicate .title-common-intro .note-paragraph {
		font-size: 0.24rem;
	}

	.section-contact-communicate .title-common-intro .note-paragraph+.note-paragraph {
		margin-top: 0.4rem;
	}

	.section-contact-communicate .form-common-contact {
		padding: 0.6rem 0.4rem;
	}
}

.input-common .mw-wrap {
	display: block;
}

.input-common .mwform-text {
	width: 100%;
	border: 1px solid #000;
	background: #fff;
	display: block;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.input-common select.mwform-text {
	width: auto;

	appearance: menulist;
}

.input-common .mwform-text::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}

.input-common .mwform-text::-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}

.input-common .mwform-text:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}

.input-common .mwform-text:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.input-common .mwform-text::placeholder {
	color: #ccc;
	opacity: 1;
}

@media print,
(min-width: 768px) {
	.input-common {
		font-size: 16px;
	}

	.input-common .mwform-text {
		height: 40px;
		padding: 0 14px 1px;
	}

	.input-common .mwform-select {
		width: 200px;
		height: 38px;
		margin-bottom: 13px;
		padding: 6px 30px 6px 17px;
		background-position: right 10px center;
		background-size: 15px auto;
	}
}

@media only screen and (max-width: 767.98px) {
	.input-common {
		font-size: 0.28rem;
	}

	.input-common .mwform-text {
		height: 0.8rem;
		padding: 0 0.2rem 1px;
	}

	.input-common select.mwform-text {
		width: 200px;
		border-radius: 5px;
		padding: 0 0.2rem 1px;
	}

	.input-common .mwform-select {
		background-position: right 0.2rem center;
		background-size: 0.3rem auto;
		padding: 0 0.7rem 0 0.2rem;
	}
}

.checkbox-common {
	position: relative;
	font-weight: 500;
	line-height: 1.75;
}

.checkbox-common .mw-wrap {
	position: relative;
}

.checkbox-common .mwform-radio-field {
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767.98px) {
	.checkbox-common .mwform-radio-field {
		margin-bottom: 0.1rem;
	}
}

.checkbox-common label,
.checkbox-common .mwform-radio-field-text,
.checkbox-common .mwform-checkbox-field-text {
	display: block;
	position: relative;
}

.checkbox-common .mwform-radio,
.checkbox-common .mwform-checkbox {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.checkbox-common .mwform-radio:checked+.mwform-radio-field-text::after,
.checkbox-common .mwform-checkbox:checked+.mwform-checkbox-field-text::after {
	opacity: 1;
}

.checkbox-common .mwform-radio-field-text::before,
.checkbox-common .mwform-radio-field-text::after {
	border-radius: 50%;
}

.checkbox-common .mwform-radio-field-text,
.checkbox-common .mwform-checkbox-field-text {
	z-index: 0;
}

.checkbox-common .mwform-radio-field-text::before,
.checkbox-common .mwform-radio-field-text::after,
.checkbox-common .mwform-checkbox-field-text::before,
.checkbox-common .mwform-checkbox-field-text::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
}

.checkbox-common .mwform-radio-field-text::before,
.checkbox-common .mwform-checkbox-field-text::before {
	border: 1px solid #000;
	background: #fff;
}

.checkbox-common .mwform-radio-field-text::after,
.checkbox-common .mwform-checkbox-field-text::after {
	background: #ff6428;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease;
}

@media print,
(min-width: 768px) {
	.checkbox-common {
		font-size: 16px;
	}

	.checkbox-common .mw-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.checkbox-common .mwform-radio-field-text,
	.checkbox-common .mwform-checkbox-field-text {
		padding-left: 27px;
	}

	.checkbox-common .mwform-radio-field-text::before,
	.checkbox-common .mwform-radio-field-text::after,
	.checkbox-common .mwform-checkbox-field-text::before,
	.checkbox-common .mwform-checkbox-field-text::after {
		top: 5px;
	}

	.checkbox-common .mwform-radio-field-text::before,
	.checkbox-common .mwform-checkbox-field-text::before {
		width: 19px;
		height: 19px;
	}

	.checkbox-common .mwform-radio-field-text::after,
	.checkbox-common .mwform-checkbox-field-text::after {
		width: 11px;
		height: 11px;
		margin: 4px;
	}
}

@media only screen and (max-width: 767.98px) {
	.checkbox-common {
		font-size: 0.28rem;
	}

	.checkbox-common .mwform-radio-field-text,
	.checkbox-common .mwform-checkbox-field-text {
		padding-left: 0.54rem;
	}

	.checkbox-common .mwform-radio-field-text::before,
	.checkbox-common .mwform-radio-field-text::after,
	.checkbox-common .mwform-checkbox-field-text::before,
	.checkbox-common .mwform-checkbox-field-text::after {
		top: 0.08rem;
	}

	.checkbox-common .mwform-radio-field-text::before,
	.checkbox-common .mwform-checkbox-field-text::before {
		width: 0.38rem;
		height: 0.38rem;
	}

	.checkbox-common .mwform-radio-field-text::after,
	.checkbox-common .mwform-checkbox-field-text::after {
		width: 0.22rem;
		height: 0.22rem;
		margin: 0.08rem;
	}
}

.textarea-common {
	line-height: 1.75;
}

.textarea-common .mw-wrap {
	display: block;
}

.textarea-common .mwform-textarea {
	width: 100%;
	border: 1px solid #000;
	background: #fff;
	display: block;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	overflow: auto;
	resize: none;
}

.textarea-common .mwform-textarea::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}

.textarea-common .mwform-textarea::-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}

.textarea-common .mwform-textarea:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}

.textarea-common .mwform-textarea:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.textarea-common .mwform-textarea::placeholder {
	color: #ccc;
	opacity: 1;
}

@media print,
(min-width: 768px) {
	.textarea-common {
		font-size: 16px;
	}

	.textarea-common .mwform-textarea {
		height: 276px;
		padding: 7px 14px 8px;
	}
}

@media only screen and (max-width: 767.98px) {
	.textarea-common {
		font-size: 0.28rem;
	}

	.textarea-common .mwform-textarea {
		height: 6rem;
		padding: 0.09rem 0.2rem 0.1rem;
	}
}

.form-common-contact {
	line-height: 1.875;
	color: #323232;
	letter-spacing: 0;
}

.form-common-contact .form-note {
	font-weight: 500;
}

.form-common-contact .form-note .note-icon {
	color: #ff6428;
}

.form-common-contact .form-structure-contact {
	margin: 0 auto;
}

@media print,
(min-width: 768px) {
	.form-common-contact .form-note {
		margin-bottom: 27px;
	}

	.form-common-contact .form-structure-contact {
		width: 620px;
	}
}

@media only screen and (max-width: 767.98px) {
	.form-common-contact .form-note {
		margin-bottom: 0.6rem;
	}
}

.form-icon-important {
	position: relative;
	color: #ff6428;
}

.form-button-submit {
	margin: 0 auto;
	font-weight: 400;
	color: #fff;
}

.form-button-submit .mw-wrap .mwform-button {
	display: block;
	position: relative;
}

.form-button-submit .mwform-button {
	width: 100%;
	border: 1px solid #005ead;
	border-radius: 9999px;
	background: #005ead;
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
}

.form-button-submit .mwform-button::after {
	content: "";
	border: solid 1px #2c4197;
	border-radius: 50%;
	background: url(../../img/common/icon_arrow_right_blue_01.svg) center/100% no-repeat;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-button-submit .mwform-button:hover {
	background: #fff;
	color: #005ead;
}

@media print,
(min-width: 768px) {
	.form-button-submit {
		font-size: 16px;
	}

	.form-button-submit .mwform-button {
		padding: 21px 40px 22px;
	}

	.form-button-submit .mwform-button::after {
		width: 23px;
		height: 23px;
		right: 15px;
	}
}

@media only screen and (max-width: 767.98px) {
	.form-button-submit {
		font-weight: 500;
		font-size: 0.32rem;
	}

	.form-button-submit .mwform-button {
		padding: 0.12rem 0.8rem 0.14rem;
	}

	.form-button-submit .mwform-button::after {
		width: 0.39rem;
		height: 0.39rem;
		right: 0.28rem;
	}
}

.form-structure-contact .block-head .head-label {
	font-weight: 700;
}

@media print,
(min-width: 768px) {
	.form-structure-contact .structure-block:not(:last-child) {
		margin-bottom: 16px;
	}

	.form-structure-contact .structure-block.margin-bottom {
		margin-bottom: 0;
	}

	.form-structure-contact .block-head {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767.98px) {
	.form-structure-contact .structure-block:not(:last-child) {
		margin-bottom: 0.4rem;
	}

	.form-structure-contact .block-head {
		margin-bottom: 0.1rem;
	}
}

@media print,
(min-width: 768px) {
	.form-content .checkbox-common .mw-wrap {
		margin-right: -29px;
		padding-bottom: 5px;
	}

	.form-content .checkbox-common .mwform-radio-field {
		margin: 0 29px 5px 0;
	}
}

@media print,
(min-width: 768px) {
	.form-content.is-target .checkbox-common .mwform-radio-field:nth-child(2n - 1) {
		width: 187px;
	}

	.form-content.is-target .checkbox-common .mwform-radio-field:nth-child(2n) {
		width: calc(100% - 245px);
	}
}

@media print,
(min-width: 768px) {
	.form-content.is-method .checkbox-common .mwform-radio-field {
		width: calc(100% + 29px);
	}
}

.form-content.is-name-full {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media print,
(min-width: 768px) {
	.form-content.is-name-full {
		margin: -10px;
	}

	.form-content.is-name-full .input-common {
		width: calc(50% - 20px);
		margin: 10px;
	}
}

@media only screen and (max-width: 767.98px) {
	.form-content.is-name-full {
		margin: -0.1rem;
	}

	.form-content.is-name-full .input-common {
		width: calc(50% - .2rem);
		margin: 0.1rem;
	}
}

.form-content.is-birth {
	display: -ms-flexbox;
	display: flex;
}

.form-content.is-birth .input-common {
	position: relative;
}

.form-content.is-birth .input-common:not(:last-child)::after {
	content: "";
	height: 1px;
	background: #000;
	position: absolute;
}

@media print,
(min-width: 768px) {
	.form-content.is-birth .input-common {
		width: 130px;
	}

	.form-content.is-birth .input-common:not(:last-child) {
		margin-right: 30px;
	}

	.form-content.is-birth .input-common:not(:last-child)::after {
		width: 12px;
		top: 20px;
		left: calc(100% + 9px);
	}
}

@media only screen and (max-width: 767.98px) {
	.form-content.is-birth .input-common {
		width: calc(33.333% - (.8rem / 3));
	}

	.form-content.is-birth .input-common:not(:last-child) {
		margin-right: 0.4rem;
	}

	.form-content.is-birth .input-common:not(:last-child)::after {
		width: 0.16rem;
		top: 0.4rem;
		left: calc(100% + .12rem);
	}
}

.form-content.is-agreement {
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
}

.form-content.is-agreement .content-detail a {
	color: #005ead;
	text-decoration: underline;
}

.form-content.is-agreement .content-detail a:hover {
	text-decoration: none;
}

@media print,
(min-width: 768px) {
	.form-content.is-agreement .content-detail {
		margin-bottom: 25px;
		text-align: left;
	}

	.form-content.is-agreement .form-button-submit {
		width: 250px;
	}
}

@media only screen and (max-width: 767.98px) {
	.form-content.is-agreement .content-detail {
		margin-bottom: 0.4rem;
		text-align: left;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

/*# sourceMappingURL=contact.css.map */
