@charset "UTF-8";
/*------------------------------------*
	【00】各ページ共通
*------------------------------------*/
html {
	min-height: 100%;
	/* position: relative; */
}

body {
	font: 13px / 1.6 "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic";
	font-size: 15px;
	min-width: 1120px;
}

.body-wrap { /*common.cssの打ち消し*/
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*------------------------------------*
	【00】メインビジュアル
*------------------------------------*/
.mainvisual-wrap {
	background-color: #a7b1c8;
}
.mainvisual {
	width: 1120px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
/* ảnh hero phủ nền phía sau */
.mainvisual-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.mainvisual-overlay {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 60px 20px;
	font-family: "A-OTF Ryumin Pro","游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.mainvisual-title {
	margin: 0 0 50px;
}
.mainvisual-caption {
	background: rgba(255, 255, 255, 0.92);
	color: #001C4D;
	padding: 20px 20px 20px 30px;
	border-radius: 10px;
	max-width: 980px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.mainvisual-caption-lead {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 6px;
}
.mainvisual-caption-sub {
	font-size: 24px;
	line-height: 1.6;
	margin: 0;
	font-weight: 550;
}
/* サービス概要 */
.service-overview {
	background: #001c4d;
	padding: 30px 0 60px;
	text-align: center;
}
.service-overview-title {
	margin: 0 0 30px;
}
.service-overview-table {
	width: 840px;
	margin: 0 auto;
	border-collapse: collapse;
	color: #fff;
}
.service-overview-table th,
.service-overview-table td {
	border: 1px solid #fff;
	color: #fff;
	vertical-align: middle;
}
.service-overview-table th {
	width: 32%;
    padding: 15px;
	font-weight: normal;
    text-align: center;
    font-size: 16px;

}
.service-overview-table td {
	font-weight: bold;
    padding: 5px 15px;
	text-align: center;
    font-size: 20px;

}
/* お問い合わせCTA */
.cta-contact {
	background: #E7F0FF;
	text-align: center;
	padding: 50px 0;
}
.cta-contact-lead {
	color: #333333;
	font-size: 18px;
	margin: 0 0 20px;
}
.cta-contact-btns {
	font-size: 0;
}
.cta-btn {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 52px;
	padding: 0px 50px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}
.cta-btn:hover,
.cta-btn:focus {
	text-decoration: none;
	line-height: 48px;
	margin-top: 4px;
	opacity: 1;
}
.cta-btn-primary:hover,
.cta-btn-primary:focus,
.cta-btn-secondary:hover,
.cta-btn-secondary:focus {
	box-shadow: inset 3px 4px 0 0 rgba(0, 0, 0, 0.25);
}
.cta-btn + .cta-btn {
	margin-left: 60px;
}
.cta-btn-primary {
	background: #4073CB;
	color: #fff!important;
	box-shadow: inset -3px -4px 0 0 rgba(0, 0, 0, 0.25);
}
.cta-btn-secondary {
	background: #fff;
	color: #555!important;
	border-top: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
	box-shadow: inset -3px -4px 0 0 rgba(0, 0, 0, 0.25);
}
/* ハイヤーとは */
.about-hire {
	width: 840px;
	margin: 0 auto;
	padding: 50px 0 60px;
}
.about-hire-title {
	display: table;
	margin: 0 auto 40px;
}
.about-hire-title img {
	display: block;
}
.about-hire-intro {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.about-hire-img {
	flex: 0 0 320px;
	margin-right: 30px;
}
.about-hire-img img {
	display: block;
	width: 100%;
	height: auto;
}
.about-hire-text p {
	font-size: 18px;
	line-height: 2;
	color: #333;
	margin: 0;
}
.compare-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.compare-table th,
.compare-table td {
	padding: 15px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 15px;
	vertical-align: middle;
}
/* 見出し行 */
.compare-table thead th {
	background: #ddd;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.compare-table thead th.col-hire {
	background: #4073CB;
	color: #fff;
}
/* データ行 */
.compare-table tbody th,
.compare-table tbody td {
	background: #f3f3f3;
	color: #333;
	padding: 5px 15px;
    line-height: 1;
    height: 50px;
}
.compare-table tbody th {
	font-weight: bold;
	padding: 5px 10px;
}
.compare-table tbody .col-hire {
	background: #E7F0FF;
    font-size: 32px;
    -webkit-text-stroke: 1px currentColor;
}
.compare-table tbody td:not(.col-hire) {
	font-size: 20px;
	font-weight: bold;
	-webkit-text-stroke: 1px currentColor;
}
.compare-table .mark-text {
	font-size: 15px;
	font-weight: normal;
	-webkit-text-stroke: 0;
}
.compare-table strong {
	-webkit-text-stroke: 0;
}
.compare-note {
	font-size: 12px;
	color: #333;
	text-align: right;
	margin: 10px 0 0;
}
/* お悩み */
.worry {
	background: #f3f3f3;
	padding: 50px 0 60px;
}
.worry-title {
	display: table;
	margin: 0 auto 40px;
}
.worry-title img {
	display: block;
}
.worry-wrap {
	width: 840px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.worry-box {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 8px;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.worry-box:nth-child(2n) {
	margin-right: 0;
}
.worry-box:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.worry-box-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
	margin: 0 0 5px;
}
.worry-box-sub {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
	color: #333;
	margin: 0;
}
.worry-box-img {
	flex: 0 0 auto;
	margin-left: 20px;
}
/* 選ばれる理由 */
.reason {
	background-color: #001C4D;
}
.reason-fixed {
	width: 1120px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.reason-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.reason-inner {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 50px 0 60px;
}
.reason-title {
	display: table;
	margin: 0 auto 40px;
}
.reason-title img {
	display: block;
}
.reason-list {
	display: flex;
	justify-content: center;
}
.reason-box {
	width: 260px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	padding: 30px 15px 20px;
	text-align: center;
}
.reason-box + .reason-box {
	margin-left: 30px;
}
.reason-num {
	color: #9A854D;
	font-size: 48px;
	font-family: "A-OTF Ryumin Pro", "游明朝", "Yu Mincho", YuMincho, serif;
	line-height: 1;
	margin: 0 0 20px;
	font-weight: bold;
}
.reason-box-img {
	margin-bottom: 20px;
}
.reason-box-title {
	color: #001C4D;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 5px;
}
.reason-box-sub {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}
/* 料金目安 */
.price {
	background: #E7F0FF;
	padding: 50px 0 60px;
	text-align: center;
}
.price-title {
	display: table;
	margin: 0 auto 30px;
}
.price-title img {
	display: block;
}
.price-lead {
	font-size: 18px;
	color: #333;
	margin: 0 0 40px;
}
.price-wrap {
	width: 840px;
	margin: 0 auto;
}
.price-example-ttl {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin: 0 0 10px;
}
.price-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 40px;
}
.price-table:last-of-type {
	margin-bottom: 0;
}
.price-table th,
.price-table td {
	color: #333;
	border: 1px solid #bbb;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
}
.price-table th:first-child,
.price-table td:first-child {
	width: 26%;
}
.price-table thead th {
	background: #ddd;
	padding: 15px;
	font-weight: bold;
}
.price-table tbody td {
	background: #fff;
	padding: 5px 15px;
}
.price-note {
	font-size: 12px;
	color: #333;
	text-align: right;
	margin: 10px 0 40px;
}
/* POINT */
.price-points {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.price-point {
	width: calc((100% - 60px)/3);
	background: #fff;
	border-radius: 20px;
	padding-top: 10px ;
	padding-bottom: 20px;
	text-align: center;
}
.price-point + .price-point {
	margin-left: 30px;
}
.price-point-label {
	color: #9A854D;
	font-family: "Hiragino UD Serif StdN", "游明朝", "Yu Mincho", YuMincho, serif;
	line-height: 1;
	margin: 0px;
}
.price-point-word {
	font-size: 14px;
	font-weight: 600;
}
.price-point-num {
	font-size: 32px;
	line-height: 1;
	position: relative;
	top: 1px;
	font-weight: 600;
}
.price-point-body {
	position: relative;
}
.price-point-ear {
	display: block;
	margin: 0 auto;
}
.price-point-text {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
	margin: 0;
}
/* 料金目安 内 CTA */
.price-cta-lead {
	font-size: 18px;
	color: #333;
	margin: 0 0 10px;
}
.price-cta-note {
	font-size: 12px;
	color: #333;
	margin: 10px 0 0;
}
/* ご利用の流れ */
.flow {
	background: #fff;
	padding: 50px 0 60px;
	text-align: center;
}
.flow-title {
	display: table;
	margin: 0 auto 40px;
}
.flow-title img {
	display: block;
}
.flow-wrap {
	width: 840px;
	margin: 0 auto;
}
.flow-row {
	display: flex;
	align-items: stretch;
}
.flow-num {
	flex: 0 0 auto;
	min-width: 80px;
	background: #001C4D;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow-num-blue {
	background: #4073CB;
}
.flow-text {
	flex: 1;
	background: #eee;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	border-radius: 0 10px 10px 0;
	display: flex;
	align-items: center;
	text-align: left;
}
.flow-text.flow-text-sm {
	font-size: 22px;
}
.flow-arrow {
	color: #ddd;
	font-size: 22px;
	line-height: 1;
	margin: 0;
	padding: 10px 20px;
}
/* FAQ (よくある質問) */
.faq {
	background: #f3f3f3;
	padding: 50px 0 60px;
	text-align: center;
}
.faq-title {
	display: table;
	margin: 0 auto 40px;
}
.faq-title img {
	display: block;
}
.faq-list {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.faq-list > li {
	background: #fff;
	margin-bottom: 30px;
}
.faq-list > li:last-child {
	margin-bottom: 0;
}
.faq-list > li,
.faq-q,
.faq-a {
	border: none !important;
}
.faq-q,
.faq-q:hover,
.faq-q:focus,
.faq-q:active {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 15px 55px 15px 15px;
	font-size: 20px;
	font-weight: bold;
	color: #333 !important;
	text-align: left;
	text-decoration: none;
	opacity: 1;
	word-break: break-all;
}
.faq-q-mark {
	flex: 0 0 auto;
	color: #4073CB;
	margin-right: 8px;
}
.faq .uk-accordion-title::before {
	display: none;
}
.faq-q::after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: #4073CB;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	-webkit-text-stroke: 1px currentColor;
}
.faq-list > li.uk-open .faq-q::after {
	content: "−";
}
.faq-a {
	margin-top: 0;
	padding: 0 15px 15px;
	text-align: left;
}
.faq-list > li.uk-open .faq-q {
	padding-bottom: 10px;
}
.faq-a p {
	display: flex;
	align-items: flex-start;
	margin: 0;
	font-size: 18px;
	color: #333;
	line-height: 1.7;
	word-break: break-all;
}
.faq-a-mark {
	flex: 0 0 auto;
	color: #333;
	margin-right: 4px;
}

.closing {
	background: #001C4D;
}
.closing-fixed {
	width: 1120px;
	margin: 0 auto;
	position: relative;
}
.closing-bg {
	display: block;
	width: 100%;
	height: auto;
}
.closing-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.border1d {
	border: 1px solid #ddd;
}
.p20{
	padding: 20px!important;
}