@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

body {
	min-height: 100vh;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
	line-height: 1.1;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
	color: currentColor;
}

img,
picture {
	max-width: 100%;
	display: block;
}

img {
	height: auto;
}

picture {
	height: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

button,
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	background: none;
}

button {
	cursor: pointer;
	padding: 0;
	color: inherit;
}

textarea:not([rows]) {
	min-height: 10em;
}

em {
	font-weight: inherit;
}

:root {
	--main-color: #d10000;
	--accent-color: #d10000;
}

body {
	overflow-x: hidden;
}

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

div#mfp_hidden input {
	margin: 10px;
}

div.mfp_thanks {
	padding: 30px;
}

div.mfp_thanks p {
	line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #c00;
	margin: 0px;
	padding: 5px 0px;
}

div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}

div#mfp_thanks strong {
	color: #c00;
	font-size: 24px;
}

form#mailformpro {
	padding: 10px 0px;
}

form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #ccc;
	margin: 0px;
}

form#mailformpro dl dd {
	border-top: solid 1px #ccc;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}

form#mailformpro dl dd ul,
form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}

form#mailformpro dl dd ul li,
form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.must {
	display: block;
	background-color: #c00;
	border: solid 2px #c00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #fff;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #ccc;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}

.optionally {
	display: block;
	background-color: #06c;
	border: solid 2px #06c;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #fff;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #ccc;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}

form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}

form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #ccc;
	background-color: #e8eef9;
	box-shadow: 0px 1px 3px #ccc inset;
}

form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #eee;
}

table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: #f6f7f9;
}

table#mfp_confirm_table tr.mfp_achroma {
	background-color: #fff;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #ccc;
	padding: 5px 10px;
}

table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}

table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}

div#mfp_phase_confirm {
	clear: both;
}

div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}

div#mfp_overlay_inner {
	background-color: #fff;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}

div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}

div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}

div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}

.mfp_colored {
	background-color: #f6f7f9;
}

.mfp_achroma {
	background-color: #fff;
}

div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #f00;
	font-size: 12px;
	line-height: normal;
	background-image: url(_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.mfp_parent_error {
	border: solid 2px #f00;
}

.problem {
	background-color: #fcc;
}

div#mfp_error {
	background-color: #fee;
	border: solid 1px #f00;
	padding: 10px;
	display: none;
}

div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}

div#mfp_error p strong {
	font-size: 18px;
	color: #f00;
}

div#mfp_warning {
	background-color: #fee;
	border: solid 1px #f00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}

div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}

div#mfp_warning p strong {
	font-size: 18px;
	color: #f00;
}

div#mfp_price {
	color: #c00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}

div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}

button.mfp_next,
button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}

button.mfp_next {
	float: right;
}

button.mfp_prev {
	float: left;
}

ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}

ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}

ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068b7;
	border: solid 2px #0068b7;
	font-weight: bolder;
	color: #fff;
	text-shadow: 0px 1px 3px #000;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	background-color: #eee;
	border: solid 2px #eee;
	color: #999;
	box-shadow: 0px 1px 6px #ccc;
}

div#mfp_shopping_cart {
	border: solid 1px #ccc;
	margin: 0px;
	padding: 0px;
}

div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #fee;
}

table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.mfp_shoppingcart thead tr td {
	background-color: #eee;
	border-bottom: solid 1px #ccc;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}

table.mfp_shoppingcart tbody tr th,
table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #ccc;
}

table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}

table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}

table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}

td.msc_price {
	font-size: 12px;
	text-align: right;
}

div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}

.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

.mfp_element_all {
	max-width: 90%;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: solid 1px #ccc;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}

.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}

.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc inset;
	background: #eee;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #ccc;
	background: gradient(linear, center top, center bottom, from(#eee), to(#ccc));
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	text-shadow: 0px 2px 0px #fff;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}

.mfp_element_reset {
	color: #333;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
	background: gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background: -moz-linear-gradient(top, #fff, #ccc);
	background: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
	box-shadow: 0px 2px 15px #ccc;
}

button.mfp_next,
button.mfp_prev {
	font-size: 14px;
}

input#mfp_reserve_item,
input#mfp_reserve_date {
	display: none;
}

div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #ccc;
}

div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}

div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #fee;
	z-index: 100;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #e8eef9;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068b7;
	color: #fff;
}

td.mfp_reserve_disabled {
	background-color: #ccc;
}

td.mfp_reserve_warning {
	background-color: #ffc;
}

div#mfp_reserve_wrapper table tr td,
div#mfp_reserve_wrapper table tr th {
	border: solid 1px #ccc;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}

td.mfp_reserve_week_0 {
	color: #f00;
	background-color: #fee;
}

td.mfp_reserve_week_6 {
	color: #00f;
	background-color: #eef;
}

div.mfp_ok {
	border-radius: 5px;
	background-color: #090;
	border: solid 1px #090;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #fff;
	font-size: 10px;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	display: none;
}

div.prefcodeWrapper {
	position: relative;
}

div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc;
	display: none;
}

div.prefcodeResult div {
	cursor: pointer;
}

div.prefcodeResult div:hover {
	background-color: #c9ebfb;
}

div.prefcodeResult div.prefcodeNext {
	background-color: #eee;
	text-align: center;
}

div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

div.mfpSuggestWrapper {
	position: relative;
}

div.mfpSuggestResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc;
	display: none;
}

div.mfpSuggestResult div {
	cursor: pointer;
}

div.mfpSuggestResult div:hover {
	background-color: #c9ebfb;
}

div.mfpSuggestResult div.mfpSuggestNext {
	background-color: #eee;
	text-align: center;
}

div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
	height: 0px;
	overflow: hidden;
}

.showfield {
	height: auto;
	overflow: visible;
}

div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc inset;
	background: #eee;
}

div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #fff;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}

div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}

button.mfp_attached_reset {
	font-size: 14px;
}

div.mfp_draganddrop {
	margin: 5px auto;
	width: 100%;
	height: 200px;
	border: solid 2px #ccc;
	border-radius: 3px;
	background: url(_images/draganddrop.png) no-repeat center center #eee;
	background-size: auto 80%;
}

div.mfp_dragover {
	border: solid 2px #0068b7;
	background-color: #fff;
}

div.mfp_attached_filelist {
	margin: 5px auto;
	padding: 5px;
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 3px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul,
div.mfp_attached_filelist ul {
	padding: 5px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li,
div.mfp_attached_filelist ul li {
	padding: 5px 5px 5px 2em;
	background: url(_images/file.png) no-repeat 5px center;
	background-size: 1.3em 1.3em;
	display: inline-block;
	margin-right: 1em;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li:last-child,
div.mfp_attached_filelist ul li:last-child {
	border: none;
}

div.mfp_guide {
	position: relative;
	width: 1px;
	height: 1px;
}

div.mfp_guide div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-top: -2em;
	white-space: nowrap;
	border-radius: 5px;
	padding: 5px 10px;
	line-height: 1em;
	font-size: 12px;
	color: #fff;
	font-weight: bolder;
	background: #f00;
	display: none;
}

div#mfp_numticket_wrapper,
div#mfp_numticket_wrapper * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

div#mfp_numticket_wrapper {
	clear: both;
	padding: 15px;
}

div#mfp_numticket_wrapper section#numticket_message_wrapper {
	border: solid 3px #f00;
	border-radius: 5px;
	background: #fee;
	padding: 15px;
	font-size: 16px;
	line-height: 1.7em;
	margin: 5px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime {
	border: solid 3px #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 15px;
	font-size: 16px;
	margin: 10px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime strong {
	font-size: 32px;
	display: block;
	text-align: center;
}

div#mfp_numticket_wrapper section#numticket_waitTime p.numticket_center {
	text-align: center;
}

div.mfp_traffic_status {
	max-width: 460px;
	margin: 10px auto;
	border: solid 1px #ccc;
	border-radius: 3px;
	padding: 15px;
}

div.mfp_traffic_status h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

div.mfp_traffic_status table {
	text-align: center;
	width: 100%;
}

div#wrapper div.mfp_traffic_status table tr th,
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td,
div.mfp_traffic_status table th {
	border: none;
	padding: 0;
}

div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td {
	padding: 0 2px;
}

div#wrapper div.mfp_traffic_status table tr th,
div.mfp_traffic_status table th {
	border-top: solid 1px #ccc;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	color: #999;
}

div.mfp_traffic_status table td {
	height: 100px;
}

div.mfp_traffic_status table td span {
	display: block;
	background: #7baaf7;
	border-radius: 3px 3px 0 0;
	border-top: solid 1px #66a1f7;
	border-right: solid 1px #66a1f7;
	border-left: solid 1px #66a1f7;
	min-width: 10px;
	max-width: 30px;
	margin: 0 auto;
	padding-bottom: 10px;
}

div.mfp_traffic_status table td span.mfp_traffic_status_current {
	background: #5d7af2;
	border-top: solid 1px #546cd1;
	border-right: solid 1px #546cd1;
	border-left: solid 1px #546cd1;
}

.mfp_ok {
	background-color: rgba(0, 255, 0, 0.2);
}

.mfp_ng {
	background-color: rgba(255, 0, 0, 0.2);
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}

div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}

div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}

div#mfp_OperationCheck p a {
	color: #0c0;
	text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}

div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0c0;
	cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}

div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
	text-decoration: underline;
}

button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #ccc;
	background: gradient(linear, center top, center bottom, from(#eee), to(#ccc));
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	text-shadow: 0px 2px 0px #fff;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}

button#mfp_recorder_record {
	background: url(_images/mfp_record_disabled.png) no-repeat 5px center #eee;
	background-size: 24px 24px;
}

button#mfp_recorder_clear {
	background: url(_images/mfp_record_remove.png) no-repeat 5px center #eee;
	background-size: 24px 24px;
}

button#mfp_recorder_restore {
	background: url(_images/mfp_record_restore.png) no-repeat 5px center #eee;
	background-size: 24px 24px;
}

button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(_images/mfp_record_enabled.png) no-repeat 5px center #eee;
	background-size: 24px 24px;
}

div#mfp_recorder_wrap {
	border: solid 1px #ccc;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}

td.request_image {
	width: 100px;
}

td.request_image img {
	max-width: 100px;
}

button.mfp_submit_enable {
	background: none;
	background: #000090;
}

button.mfp_submit_disable {
	background: none;
	background: #fd8282;
}

span.mfp_tips {
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	background-color: #fcc;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
	color: #800040;
}

span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}

span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}

div.mfp_estimate_wrapper {
	border: solid 1px #ccc;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap {
	position: relative;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 5px;
	margin: 10px 0;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap div.mfp_estimate_label {
	position: absolute;
	top: -0.7em;
	left: 1em;
	display: inline-block;
	background: #fff;
	font-size: 12px;
	padding: 0 0.5em;
	color: #666;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap select {
	font-size: 18px;
	margin: 5px 0;
	padding: 5px 10px;
	line-height: 1em;
	min-height: 2.5em;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap img {
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 0 auto;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong {
	display: block;
	text-align: right;
	color: #900;
	font-size: 24px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong em {
	display: inline-block;
	font-size: 30px;
}

div.mfp_estimate_wrapper button.mfp_estimate_button {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: gradient(linear, center top, center bottom, from(#eee), to(#ccc));
	background: gradient(linear, center top, center bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	text-shadow: 0px 2px 0px #fff;
}

div.mfp_estimate_list table.mfp_estimate_list_table {
	width: 100%;
	margin: 10px 0;
}

div.mfp_estimate_list table.mfp_estimate_list_table thead tr th {
	text-align: center;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tr td {
	border: none;
	border-bottom: solid 1px #333;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td {
	border: none;
	text-align: right;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td {
	padding: 0;
	margin: 0;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th {
	padding: 0 10px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span {
	font-size: 10px;
	display: block;
	color: #666;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1) {
	width: 80px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2) {
	text-align: right;
	padding: 0 10px;
	width: 120px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3) {
	width: 60px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td img {
	max-width: 80px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td button {
	border: none;
	background: none;
	font-size: 24px;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #c00;
		font-size: 24px;
		display: block;
	}
}
html {
	min-height: 100%;
	width: 100%;
	font-size: 62.5%;
}

body {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	text-justify: inter-ideograph;
	word-wrap: break-word;
	color: #333;
	min-width: 375px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1180px;
	letter-spacing: 0.04em;
	font-size: 1.6rem;
}
@media (max-width: 959px) {
	body {
		min-width: 0;
	}
}
@media (max-width: 750px) {
	body {
		font-size: 3.73vw;
	}
}

.container {
	position: relative;
	overflow: hidden;
}
@media (max-width: 959px) {
	.container {
		padding-top: 0;
	}
}

p,
dt,
dd,
li {
	font-style: normal;
	line-height: 1.6;
	line-break: strict;
	overflow-wrap: break-word;
}

/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	-js-display: flex;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.flex.item-center {
	align-items: center;
}

.flex-column {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
     height: auto;
     overflow: hidden;
     /**/
}

*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
	display: block !important;
	margin: 0 auto;
}
@media (max-width: 750px) {
	.pc {
		display: none !important;
	}
}

.tab {
	display: none !important;
}
@media (max-width: 959px) {
	.tab {
		display: block !important;
	}
}
@media (max-width: 750px) {
	.tab {
		display: block !important;
	}
}

.sp {
	display: none !important;
}
@media (max-width: 750px) {
	.sp {
		display: block !important;
	}
}

.inline-pc {
	display: inline-block !important;
}
@media (max-width: 750px) {
	.inline-pc {
		display: none !important;
	}
}

.inline-sp {
	display: none !important;
}
@media (max-width: 750px) {
	.inline-sp {
		display: inline-block !important;
	}
}

.inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	word-wrap: break-word;
	word-break: break-all;
}
@media (max-width: 750px) {
	.inner {
		padding-inline: 1.5rem;
	}
}
.inner--s {
	max-width: 990px;
}
.inner--l {
	max-width: 1240px;
}

span {
	font-size: inherit;
	font-weight: inherit;
}

.img {
	line-height: 0;
}

.en {
	font-family: "Crimson Text", serif;
}

.ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ofi-contain {
	object-fit: contain;
}

@media (max-width: 750px) {
	.no-telLink a[href^="tel:"] {
		color: inherit;
		text-decoration: none;
		pointer-events: none;
	}
}
.anc {
	margin-top: 0;
	padding-top: 0;
}
@media (max-width: 959px) {
	.anc {
		margin-top: 0;
		padding-top: 0;
	}
}

.svg_icn_mail {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
	transition: stroke 0.3s ease-out;
}

@media (max-width: 750px) {
	.c-btn-01 {
		text-align: center;
	}
}

.c-btn-01__link {
	display: inline-block;
	border-radius: 60px;
	background: #d10000;
	display: inline-grid;
	place-items: center start;
	padding: 1.2rem 3.6rem;
	width: 30.5rem;
	height: 6.8rem;
	position: relative;
	transition: background 0.3s ease-out;
}
@media (hover: hover) {
	.c-btn-01__link:where(:any-link, :enabled, summary):hover {
		background: #a00000;
	}
	.c-btn-01__link:where(:any-link, :enabled, summary):hover .c-btn-01__arrow {
		transform: translateY(-50%) translateX(37px);
	}
}
@media (max-width: 750px) {
	.c-btn-01__link {
		width: 100%;
		max-width: 370px;
		height: 6.8rem;
	}
}

.c-btn-01__txt {
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
}

.c-btn-01__circle {
	position: absolute;
	right: 2.3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
}

.c-btn-01__arrow {
	width: 51px;
	max-width: none;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease-out;
}

.c-heading-01 {
	font-size: 4.8rem;
	font-weight: 300;
	text-align: center;
}
@media (max-width: 750px) {
	.c-heading-01 {
		font-size: 3rem;
	}
}
.c-heading-01--s {
	font-size: 3.5rem;
}
@media (max-width: 750px) {
	.c-heading-01--s {
		font-size: 2.6rem;
	}
}
.c-heading-01--white {
	color: #fff;
}

/*
----------------------------------------
form
----------------------------------------
*/
.efo-form input[type="text"],
.efo-form input[type="search"],
.efo-form input[type="tel"],
.efo-form input[type="number"],
.efo-form input[type="url"],
.efo-form input[type="email"],
.efo-form input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	width: 100%;
	border: solid 1px #d8d8d8;
	border-radius: 0;
	padding: 15px 24px;
}

.efo-form input.s,
.efo-form select.s {
	width: 335px;
	max-width: 100%;
}

.efo-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	max-width: 100% !important;
	letter-spacing: 1.4px;
	border: solid 1px #d8d8d8 !important;
	padding: 18.5px 51px 18.5px 24px !important;
	background: url(../img/common/svg/arrow-select.svg) right 20px center no-repeat !important;
}

.efo-form input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left !important;
	width: 240px;
	max-width: 100%;
	border: solid 1px #d8d8d8;
	padding: 14.5px 15px 14.5px 20px;
}

.efo-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	line-height: 1.8;
	width: 100% !important;
	height: 200px !important;
	border: solid 1px #d8d8d8 !important;
	padding: 15px 24px !important;
	margin: 0 !important;
}

.efo-form input[type="file"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	color: #333;
	width: initial;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 15px 0;
}

.efo-form .file-btn-wrap {
	position: relative;
	padding: 0.95rem 0;
}

.file-wrap {
	display: inline-block;
	padding-right: 4rem;
	position: relative;
}

.file-wrap .file-reset {
	display: none;
	line-height: 0.4;
	padding: 14px;
	position: absolute;
	right: 0;
	top: calc(50% - 2rem);
	cursor: pointer;
}

.efo-form label[for="file-btn"] {
	display: inline-block;
	padding: 9px 20px 11px;
	margin-right: 10px;
	background: #f5f5f5;
	border: solid 1px #ddd;
	cursor: pointer;
	transition: 0.3s;
}

.efo-form label[for="file-btn"].none {
	display: none;
}

.efo-form .file-btn-wrap .mwform-file-delete {
	display: none;
}

.efo-form input[type="file"].file-btn {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
}

.efo-form .file-mes {
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	margin-right: 5px;
}

.efo-form .file-del {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	cursor: pointer;
}

.efo-form .file-del.active {
	opacity: 1;
	visibility: visible;
}

.radio,
.checkbox {
	justify-content: flex-start;
	gap: 0.8rem 4rem;
	max-width: 500px;
}

.radio {
	padding-top: 0.9rem;
}

.radio > span {
	display: block;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	display: none;
}

.radio label,
.checkbox label {
	display: inline-block;
	padding: 0.7rem 0 0.7rem 4rem;
	margin: 0 0 0 0 !important;
	font-size: 1.6rem;
	line-height: 1.6;
	cursor: pointer;
	position: relative;
}

.radio label::before,
.checkbox label::before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 31px;
	border: solid 1px #d8d8d8;
	position: absolute;
	top: 4px;
	left: 0;
}

.radio label::before {
	border-radius: 50%;
}

.checkbox label::before {
	border-radius: 0;
}

.radio label::after {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--main-color);
	position: absolute;
	left: 10px;
	top: 14px;
	opacity: 0;
	transition: all 0.2s;
}

.radio input[type="radio"]:checked + label::after,
.radio input[type="radio"]:checked + input[type="hidden"] + label::after {
	opacity: 1;
}

.checkbox label::after {
	content: "";
	width: 12px;
	height: 18px;
	border-right: solid 4px #d8d8d8;
	border-bottom: solid 4px #d8d8d8;
	position: absolute;
	left: 10px;
	top: 9px;
	opacity: 1;
	transform: rotate(45deg);
	transition: all 0.2s;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="checkbox"]:checked + input[type="hidden"] + label::after {
	opacity: 1;
	border-color: var(--main-color);
}

.efo-form input[type="submit"],
.efo-form button[type="submit"],
button#mfp_button_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	max-width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	text-shadow: none;
	border-radius: 40px;
	box-shadow: none !important;
	border: none !important;
	display: block;
	transition: all 0.2s;
	margin: 3.5rem auto 3rem;
	text-align: left;
	padding: 0;
}
.efo-form input[type="submit"] .c-btn-01__link,
.efo-form button[type="submit"] .c-btn-01__link,
button#mfp_button_send .c-btn-01__link {
	width: 350px;
}
@media (max-width: 959px) {
	.efo-form input[type="submit"] .c-btn-01__link,
	.efo-form button[type="submit"] .c-btn-01__link,
	button#mfp_button_send .c-btn-01__link {
		width: 100%;
		max-width: 100%;
	}
}
.efo-form input[type="submit"]:hover,
.efo-form button[type="submit"]:hover,
button#mfp_button_send:hover {
	background: #a00000;
}
.efo-form input[type="submit"]:hover .c-btn-01__arrow,
.efo-form button[type="submit"]:hover .c-btn-01__arrow,
button#mfp_button_send:hover .c-btn-01__arrow {
	transform: translateY(-50%) translateX(37px);
}

button#mfp_button_send {
	border-radius: 60px;
	background: #d10000;
	display: grid;
	place-items: center start;
	padding: 1.2rem 3.6rem;
	width: 30.5rem;
	height: 6.8rem;
	position: relative;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	transition: background 0.3s ease-out;
	position: relative;
}
@media (max-width: 959px) {
	button#mfp_button_send {
		width: 80%;
		margin-inline: auto !important;
		max-width: 80%;
		height: 6.8rem;
	}
}
button#mfp_button_send:before {
	content: "";
	background: url(../img/icn_arrow-right-circle.svg) no-repeat center center/cover;
	width: 3.2rem;
	height: 3.2rem;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.3rem;
}
button#mfp_button_send:hover {
	background: #a00000;
}

input[type="submit"].disabled,
button[type="submit"].disabled {
	color: #fff !important;
	background: #ccc !important;
}
input[type="submit"].disabled .c-btn-01__link,
button[type="submit"].disabled .c-btn-01__link {
	background: #ccc !important;
}

/*
.efo-form input[type=reset],
.efo-form button[type=reset],
button#mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 120px;
	font-size: 1.8rem;
	text-align: center;
	text-shadow: none !important;
	color: #777;
	background: #fff;
	padding: 4.5px 5px;
	border: solid 2px #ccc;
	border-radius: 20px;
	box-shadow: none !important;
	transition: all .2s;
}
*/
.efo-form input[type="reset"],
.efo-form button[type="reset"],
button#mfp_button_cancel,
button,
.mw_wp_form_confirm .submit-box button[type="reset"],
.mw_wp_form_confirm .submit-box button[name="submitBack"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	min-width: 90px;
	font-size: 1.6rem;
	text-align: center;
	text-shadow: none !important;
	white-space: nowrap;
	background: transparent;
	padding: 10px;
	border: none;
	border-bottom: solid 2px #333;
	border-radius: 0;
	box-shadow: none !important;
	transition: all 0.2s;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #666;
	font-size: 1.6rem;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
	font-size: 1.6rem;
}

::placeholder {
	/* Others */
	color: #666;
	font-size: 1.6rem;
}

/*
----------------------------------------
efo-form
----------------------------------------
*/
.form-wrap {
	font-size: 1.8rem;
}

/* form-step */
.form-step {
	width: 100%;
	max-width: 910px;
	margin-inline: auto;
	margin-bottom: 2.4rem;
	position: relative;
}
@media (max-width: 959px) {
	.form-step {
		max-width: 100%;
	}
}
@media (max-width: 750px) {
	.form-step {
		display: grid;
		grid-template-columns: repeat(3, 9.3rem);
		gap: 0;
		margin-bottom: 1.6rem;
	}
}
.form-step:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 4px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.form-step > div {
	background: #666666;
	color: #fff;
	width: 250px;
	height: 81px;
	text-align: center;
	place-content: center;
	position: relative;
	z-index: 1;
}
@media (max-width: 959px) {
	.form-step > div {
		width: 19.6rem;
	}
}
@media (max-width: 750px) {
	.form-step > div {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 2;
		align-self: center;
		width: 9.3rem;
		height: auto;
		padding-block: 0.7rem 0.7rem;
	}
}

.form-step > div .en {
	font-size: 1.8rem;
	text-transform: uppercase;
}
@media (max-width: 750px) {
	.form-step > div .en {
		font-size: 1.6rem;
	}
}

.form-step > div .jp {
	font-size: 1.8rem;
	font-weight: bold;
}
@media (max-width: 750px) {
	.form-step > div .jp {
		font-size: 1.6rem;
		display: grid;
		place-items: center;
	}
}

.form-step .step-01,
#mfp_phase_confirm .form-step .step-02 {
	background: #0a2986;
}

#mfp_phase_confirm .form-step .step-01 {
	background: #666666;
}

/* remaining */
.remaining {
	position: fixed;
	right: 20px;
	bottom: 40px;
	display: inline-block;
	background: #fff;
	border: solid 1px var(--main-color);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.2s;
}

.remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.remaining .read {
	padding: 15px 20px;
	line-height: 1.8;
}

.remaining .num {
	background: var(--main-color);
	color: #fff;
	padding: 5px 20px;
}

.form-box div#mfp_warning {
	text-align: center;
	line-height: 1.8;
	color: #a00;
	background: transparent;
	border-radius: 0;
	border: solid 1px #a00;
	padding: 15px;
	margin-bottom: 30px;
}

.form-box div#mfp_warning a {
	color: #a00;
	text-decoration: underline;
}

.efo-form .form-wrap .input-name {
	width: 240px;
	padding: 37px 20px 17px 0;
	border: none;
	text-align: left;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
}
.efo-form .form-wrap .input-name .small {
	font-size: 1.4rem;
	color: #666;
}
.efo-form .form-wrap .input-name--checkbox {
	padding-top: 19px;
	line-height: 1.4;
}

.req-label {
	display: inline-block;
	background: var(--main-color);
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	width: 50px;
	padding: 3px 4px;
	text-align: center;
	border-radius: 0;
	position: absolute;
	top: 33px;
	right: 0;
}

.efo-form .form-wrap .input-cont {
	width: calc(100% - 240px);
	padding: 20px 0 20px 24px;
	border: none;
	line-height: 1;
	position: relative;
}

.efo-form .form-wrap .input-cont::after {
	content: "";
	width: 27px;
	height: 27px;
	background: url(../img/common/svg/icon-check.svg) center center/contain no-repeat;
	position: absolute;
	top: 36px;
	right: -34px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.efo-form .form-wrap .input-cont.ok::after {
	opacity: 1;
	visibility: visible;
}

.efo-form .form-wrap .input-list .input + .input {
	margin-top: 2rem;
}

.efo-form .form-wrap .date-wrap {
	flex-wrap: nowrap;
}

.efo-form .form-wrap .date-wrap select {
	width: 140px;
	letter-spacing: 0;
}

.efo-form .form-wrap .date-wrap .txt {
	margin: 0 2rem 0 1.6rem;
	vertical-align: middle;
}

.form-flex {
	background: #fff;
	padding: 2.5rem 4rem 0;
}
@media (max-width: 750px) {
	.form-flex {
		padding: 0.4rem 1.5rem 0;
	}
}

.pp-box-wrap {
	padding: 1.5rem 4rem 0;
	background: #fff;
}

.pp-box {
	max-height: 120px;
	background: #fff;
	overflow: auto;
	padding: 2.4rem;
	border: 1px solid #d8d8d8;
	-webkit-overflow-scrolling: touch;
}

.pp-box h3 {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.pp-box h4 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.8;
	margin: 3.2rem 0 1.6rem;
	padding-bottom: 0.8rem;
	border-bottom: solid 1px #ddd;
}

.pp-box p {
	font-size: 1.5rem;
}

.pp-box .address-box p {
	margin-top: 3rem;
	padding-left: 2rem;
	border-left: solid 5px #ccc;
}

.submit-box {
	text-align: center;
	background: #fff;
	padding: 2.4rem 4rem 4rem;
}

.submit-box .agree {
	text-align: center;
	padding: 0;
	margin-inline: auto;
}

.submit-box .agree .req-label {
	margin-right: 1rem;
	transform: translateY(0);
	position: relative;
	top: 0;
}

.submit-box .agree div.mfp_err {
	text-align: center;
}

.agree label {
	margin-right: 0 !important;
	padding: 0.7rem 0 0.7rem 4.2rem;
}

.agree label .req-label {
	margin-right: 0.5rem;
}

.agree label a {
	text-decoration: underline;
}

form#mailformpro {
	padding: 0;
}

.mfp_element_all {
	max-width: 100%;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	box-shadow: none;
	border: solid 1px #ddd;
	border-radius: 0;
	background: transparent;
	margin: 0;
}

.efo-form label.mfp_not_checked,
.efo-form label.mfp_checked {
	background: transparent;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	transition: all 0.2s;
}

.efo-form label.mfp_not_checked .mfp_err,
.efo-form label.mfp_checked .mfp_err {
	text-align: center;
}

.name.flex > span {
	padding: 0;
	margin-right: 15px;
}

.problem {
	border: solid 1px #a00 !important;
}

div.mfp_err {
	background: transparent;
	padding: 0;
	margin: 1rem 0 0;
	font-size: 1.4rem;
	color: var(--main-color);
}

div#mfp_phase_confirm h4 {
	font-size: 2.4rem;
	font-weight: normal;
	padding: 0;
	margin: 3rem 0;
}

table#mfp_confirm_table {
	border-top: dotted 1px #999;
	margin: 30px 0 45px;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: normal;
	padding: 28px 20px;
	border: none;
	border-bottom: dotted 1px #999;
}

table#mfp_confirm_table tr th {
	font-weight: bold;
	width: 240px;
	background: var(main-light-color);
}

table#mfp_confirm_table tr.mfp_colored {
	background: transparent;
}

div.mfp_buttons {
	padding: 0;
}

#mfp_phase_confirm.form-wrap #mfp_phase_confirm_inner {
	background: #fff;
	padding: 2.5rem 4rem 4rem;
}
@media (max-width: 750px) {
	#mfp_phase_confirm.form-wrap #mfp_phase_confirm_inner {
		padding: 0.4rem 1.5rem 1rem;
	}
}

/*
----------------------------------------
1160
----------------------------------------
*/
@media screen and (max-width: 1160px) {
	.efo-form .form-wrap .date-wrap .txt {
		margin: 0 1.2rem 0 0.8rem;
	}
}
/*
----------------------------------------
1000
----------------------------------------
*/
@media screen and (max-width: 1000px) {
	.efo-form input[type="text"],
	.efo-form input[type="search"],
	.efo-form input[type="tel"],
	.efo-form input[type="number"],
	.efo-form input[type="url"],
	.efo-form input[type="email"],
	.efo-form input[type="password"] {
		font-size: 16px;
		line-height: 1.5;
		padding: 15px 15px;
	}
	.efo-form select {
		font-size: 16px;
		line-height: 1.5;
		padding: 15px 45px 15px 15px !important;
		background: url(../img/common/svg/arrow-select.svg) right 15px center no-repeat !important;
	}
	.efo-form input[type="date"] {
		font-size: 16px;
		padding: 16px 15px;
	}
	.efo-form input[type="file"] {
		font-size: 1.4rem;
	}
	.efo-form textarea {
		font-size: 16px;
		padding: 15px 15px !important;
	}
	.radio label,
	.checkbox label {
		font-size: 16px;
	}
	.efo-form input[type="submit"],
	.efo-form button[type="submit"],
	button#mfp_button_send {
		margin: 3rem auto 3.5rem;
	}
	.form-wrap {
		font-size: 1.6rem;
	}
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	::placeholder {
		/* Others */
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.form-step > div .en {
		font-size: 1.8rem !important;
	}
	.efo-form .form-wrap .input-name {
		width: 200px;
	}
	.efo-form .form-wrap .input-cont {
		width: calc(100% - 200px);
	}
	.efo-form .form-wrap .input-cont::before {
		left: -200px;
	}
	.efo-form .form-wrap .date-wrap select {
		width: 85px;
		padding: 17px 35px 17px 20px !important;
	}
	.efo-form .form-wrap .date-wrap .year select {
		width: 100px;
	}
	.efo-form .form-wrap .date-wrap .txt {
		margin: 0 1rem 0 0.6rem;
	}
	.pp-box {
		padding: 3.5rem 3rem;
		font-size: 1.4rem;
	}
	.pp-box h2 {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	.pp-box h3 {
		font-size: 1.5rem;
		margin: 3rem 0 1.5rem;
	}
	div#mfp_phase_confirm h4 {
		font-size: 2.2rem;
	}
	table#mfp_confirm_table {
		margin: 30px 0 40px;
	}
	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td {
		font-size: 1.5rem;
	}
	table#mfp_confirm_table tr th {
		width: 200px;
	}
}
/*
----------------------------------------
768
----------------------------------------
*/
@media screen and (max-width: 768px) {
	.file-wrap .file-reset {
		top: -2.5px;
	}
	.efo-form > dl {
		flex-direction: column;
	}
	.efo-form .form-wrap .input-name {
		width: 100%;
		background: transparent;
		padding: 7px 0;
		margin-top: 1.8rem;
		position: relative;
	}
	.efo-form input.s,
	.efo-form select.s {
		width: 100%;
	}
	.efo-form .form-wrap .input-name::after {
		content: "";
		width: 24px;
		height: 24px;
		background: url(../img/common/svg/icon-check.svg) center center/contain no-repeat;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(calc(-50% - 0.5px));
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s;
	}
	.efo-form .form-wrap .input-name.ok::after {
		opacity: 1;
		visibility: visible;
	}
	.req-label {
		width: 50px;
		position: relative;
		top: 0;
		margin-left: 1rem;
		font-size: 1.6rem;
	}
	.efo-form .form-wrap .input-cont {
		width: 100%;
		padding: 0;
	}
	.efo-form .form-wrap .input-cont::before {
		display: none;
	}
	.efo-form input.s,
	select.s {
		width: 100%;
	}
	.efo-form select {
		width: 100%;
	}
	.efo-form input[type="date"]::-webkit-calendar-picker-indicator {
		display: none;
	}
	.efo-form input[type="text"].hasDatepicker,
	.efo-form input[type="text"].month-year-input {
		width: 100%;
	}
	.efo-form input[type="file"] {
		padding: 4px 0 10px;
	}
	.efo-form textarea {
		height: 115px !important;
	}
	.radio,
	.checkbox {
		padding: 5px 0 10px;
		max-width: 100%;
		gap: 0.6rem 1.8rem;
	}
	.radio label,
	.checkbox label {
		margin: 0 2rem 0 0 !important;
	}
	.efo-form .form-wrap .input-cont::after {
		display: none;
	}
	.efo-form .form-wrap .date-wrap select {
		width: 15vw;
		padding: 17px 12px !important;
		background: none !important;
	}
	.efo-form .form-wrap .date-wrap .year select {
		width: 20vw;
	}
	.efo-form .form-wrap .date-wrap .txt {
		margin: 0 0.8rem 0 0.4rem;
	}
	.pp-box-wrap {
		padding: 1rem 1.5rem 0;
	}
	.pp-box {
		padding: 1.7rem 1.4rem;
		max-height: 102px;
	}
	.pp-box h3 {
		margin: 0 0 1.3rem;
		font-size: 1.7rem;
	}
	.pp-box h4 {
		margin-top: 2rem;
	}
	.pp-box p {
		letter-spacing: 0;
		text-align: justify;
	}
	.submit-box {
		padding: 1.5rem 1.5rem 4rem;
	}
	#mfp_loading,
	#mfp_loading_screen,
	#div#mfp_overlay_background {
		display: none !important;
	}
	.agree label {
		display: block;
		text-align: center;
		margin: 0 !important;
	}
	.submit-box .agree .req-label {
		margin: 0 0 0.5rem 0;
	}
	.submit-box .agree {
		text-align: left;
		margin-bottom: 2rem;
	}
	.efo-form input[type="submit"],
	.efo-form button[type="submit"],
	button#mfp_button_send {
		width: 100%;
		margin: 0 0 2rem;
	}
	.efo-form input[type="submit"] .c-btn-01__circle,
	.efo-form button[type="submit"] .c-btn-01__circle,
	button#mfp_button_send .c-btn-01__circle {
		right: 1.3rem;
	}
	div#mfp_phase_confirm h4 {
		font-size: 1.8rem;
		margin: 20px 0;
	}
	table#mfp_confirm_table {
		margin: 20px 0 3rem;
		border: none;
		border-top: dotted 1px #999;
	}
	table#mfp_confirm_table tr {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	table#mfp_confirm_table tr th {
		width: 100%;
		padding: 16px 0px 0;
		border: none;
	}
	table#mfp_confirm_table tr td {
		width: 100%;
		padding: 10px 0px 17px;
	}
	div.mfp_buttons {
		margin-bottom: 2.5rem;
	}
	.remaining {
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
	}
	.remaining .num {
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 10px 20px 11.5px;
	}
	.remaining .read {
		display: none;
	}
}
/*
----------------------------------------
hover
----------------------------------------
*/
@media screen and (min-width: 769px) {
	.tel-block .box:hover {
		background: #fafafa;
	}
	.agree label a:hover {
		color: var(--main-color);
	}
	.efo-form input[type="reset"]:hover,
	.efo-form button[type="reset"]:hover,
	button#mfp_button_cancel:hover,
	.mw_wp_form_confirm .submit-box button[type="reset"]:hover,
	.mw_wp_form_confirm .submit-box button[name="submitBack"]:hover {
		background: transparent;
	}
}
footer {
	background: #1b2c59;
	padding: 8px 0;
}

.secContact__copyright {
	text-align: center;
	color: #fff;
}
.secContact__copyright small {
	font-size: 1.4rem;
}
@media (max-width: 750px) {
	.secContact__copyright small {
		font-size: 1.2rem;
	}
}

.fix-contact {
	position: fixed;
	right: 0;
	bottom: 32px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out;
}
@media (max-width: 750px) {
	.fix-contact {
		bottom: 0;
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
		box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.16);
	}
}
.fix-contact.fixed {
	opacity: 1;
	visibility: visible;
}

.fix-contact__tel {
	display: none;
}
@media (max-width: 750px) {
	.fix-contact__tel {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		background: #0a2986;
		color: #fff;
		padding: 0.8rem 0.5rem;
		border: 1px solid #0a2986;
	}
}

.fix-contact__tel__num {
	display: block;
	font-size: 2.1rem;
	line-height: 1;
	margin-bottom: 0.7rem;
}

.fix-contact__tel__txt {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}
.fix-contact__tel__txt .open__ttl {
	background: rgba(255, 255, 255, 0.3);
	padding: 0.2rem 0.2rem;
	display: inline-block;
}
.fix-contact__contact {
	width: 143px;
	height: 143px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.6rem;
	background: #d10000;
	color: #fff;
	border: 1px solid #d10000;
	transition: background 0.3s ease-out, color 0.3s ease-out;
}
@media (hover: hover) {
	.fix-contact__contact:where(:any-link, :enabled, summary):hover {
		background: #fff;
		color: #d10000;
	}
	.fix-contact__contact:where(:any-link, :enabled, summary):hover .svg_icn_mail {
		stroke: #d10000;
	}
}
@media (max-width: 750px) {
	.fix-contact__contact {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		padding: 10px 20px 11.5px;
	}
}

@media (max-width: 750px) {
	.fix-contact__icn {
		width: 24px;
	}
	.fix-contact__icn svg {
		width: 100%;
		height: auto;
	}
}

.fix-contact__txt {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}
@media (max-width: 750px) {
	.fix-contact__txt {
		font-size: 1.8rem;
	}
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 4rem 0 0.8rem;
	transition: background 0.3s ease-out;
}
@media (max-width: 959px) {
	.st-header {
		padding: 0.8rem 1.2rem 0 0.8rem;
	}
}
@media (max-width: 750px) {
	.st-header {
		padding: 0 1.2rem 0 0;
	}
}

.st-header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.st-header__logo {
	transition: transform 0.4s;
	padding-top: 0.8rem;
	width: 260px;
	height: auto;
	aspect-ratio: 34 / 9;
}
.st-header__logo img {
	width: 100%;
}
@media (max-width: 959px) {
	.st-header__logo {
		padding-top: 0;
		width: 31.5vw;
		max-width: 13.5rem;
	}
}
@media (max-width: 750px) {
	.st-header__logo {
		padding-top: 0;
		width: 31.5vw;
		max-width: 13.5rem;
	}
}
.st-header__logo a {
	transition: all 0.3s ease-out;
}
@media (hover: hover) {
	.st-header__logo a:where(:any-link, :enabled, summary):hover {
		opacity: 0.7;
	}
}

.st-header__tel {
	margin-left: auto;
	margin-right: 1.6rem;
}
@media (max-width: 750px) {
	.st-header__tel {
		display: none;
	}
}
.st-header__tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	background: #0a2986;
	color: #fff;
	padding: 0.8rem 0.9rem;
	border: 1px solid #0a2986;
}

.st-header__tel__txtbox {
	flex: 1;
}

.st-header__tel__num {
	display: block;
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 0.7rem;
}

.st-header__tel__txt {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
}
.st-header__tel__txt .open__ttl {
	background: rgba(255, 255, 255, 0.3);
	padding: 0.2rem 0.2rem;
	display: inline-block;
}
.st-header__contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.6rem;
	background: #d10000;
	color: #fff;
	padding: 1.9rem 3.8rem;
	border: 1px solid #d10000;
	transition: background 0.3s ease-out, color 0.3s ease-out;
}
@media (hover: hover) {
	.st-header__contact a:where(:any-link, :enabled, summary):hover {
		background: #fff;
		color: #d10000;
	}
	.st-header__contact a:where(:any-link, :enabled, summary):hover .svg_icn_mail {
		stroke: #d10000;
	}
}
@media (max-width: 750px) {
	.st-header__contact a {
		gap: 0.8rem;
		padding: 0.7rem 2.6rem;
	}
}

@media (max-width: 750px) {
	.st-header__contact__icn {
		width: 1.9rem;
	}
	.st-header__contact__icn svg {
		width: 100%;
		height: auto;
	}
}

.st-header__contact__txt {
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}
@media (max-width: 750px) {
	.st-header__contact__txt {
		font-size: 1.5rem;
	}
}

#sp-btn {
	display: none;
}

@media (max-width: 959px) {
	/* sp-btn */
	.scroll-prevent {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#sp-btn {
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 5.9rem;
		height: 6.35rem;
		border-radius: 0;
		cursor: pointer;
		background: url(../img/spBtn_bg.svg) no-repeat center center/cover;
		transition: background 0.4s;
		padding-bottom: 2.3rem;
	}
	#sp-btn span {
		width: 3.6rem;
		height: 0.4rem;
		transition: all 0.4s;
		background: #fff;
		border-radius: 0.4rem;
	}
	#sp-btn span:not(:last-child) {
		margin-bottom: 0.4rem;
	}
	#sp-btn #sp-btn-a,
	#sp-btn #sp-btn-a span {
		display: inline-block;
		box-sizing: border-box;
		transition: all 0.4s;
	}
	#sp-btn #sp-btn-a {
		display: block;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 3.6rem;
		height: 2rem;
		position: relative;
		padding: 0;
	}
	#sp-btn #sp-btn-a:after {
		content: "MENU";
		font-size: 1.1rem;
		font-weight: bold;
		color: #fff;
		position: absolute;
		bottom: -1.8rem;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	#sp-btn.active #sp-btn-a:after {
		content: "CLOSE";
	}
	#sp-btn #sp-btn-a:hover {
		opacity: 1;
	}
	#sp-btn.active span:nth-of-type(1) {
		-webkit-transform: translate(0, 0.8rem) rotate(-25deg);
		transform: translate(0, 0.8rem) rotate(-25deg);
	}
	#sp-btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	#sp-btn.active span:nth-of-type(3) {
		-webkit-transform: translate(0, -0.8rem) rotate(25deg);
		transform: translate(0, -0.8rem) rotate(25deg);
	}
	/* g-anv */
	#g-nav {
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		margin: 0 auto;
		overflow-x: hidden;
		overflow-y: scroll;
		width: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		display: none;
		background: #fff;
		border-radius: 0;
		padding: 1.3rem 0 3rem;
	}
	#overlay {
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		display: none;
	}
}
#top .secMainView {
	position: relative;
	margin-bottom: 1.1rem;
}
@media (max-width: 959px) {
	#top .secMainView {
		margin-bottom: 7.1rem;
	}
}
@media (max-width: 750px) {
	#top .secMainView {
		margin-bottom: 7.1rem;
	}
}
#top .secMainView .inner {
	max-width: 1064px;
}
@media (max-width: 1280px) {
	#top .secMainView .inner {
		max-width: 100%;
	}
}
@media (max-width: 750px) {
	#top .secMainView .inner {
		padding-inline: 0.6rem;
	}
}
#top .secMainView__img img {
	width: 100%;
}
#top .secMainView__point {
	display: flex;
	gap: 0;
	justify-content: flex-end;
	margin-top: -9rem;
}
@media (max-width: 750px) {
	#top .secMainView__point {
		justify-content: center;
		margin-top: -6.4rem;
		margin-bottom: 2rem;
	}
}
#top .secMainView__news {
	position: relative;
	max-width: 540px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 0 4px 4px 0;
	padding: 1rem 2.5rem 1rem 4rem;
	left: 0;
	bottom: 8rem;
	display: flex;
}
@media (max-width: 959px) {
	#top .secMainView__news {
		bottom: 0;
	}
}
@media (max-width: 750px) {
	#top .secMainView__news {
		bottom: 0;
		border-radius: 4px;
		display: block;
		padding: 1rem 2.4rem;
		width: calc(100% - 3rem);
		margin-inline: auto;
	}
}
#top .secMainView__news__ttl {
	color: #0a2986;
	font-size: 1.6rem;
	padding-top: 0.9rem;
}
@media (max-width: 750px) {
	#top .secMainView__news__ttl {
		font-size: 1.4rem;
	}
}
#top .secMainView__news__list {
	flex: 1;
	padding-left: 2.7rem;
}
@media (max-width: 750px) {
	#top .secMainView__news__list {
		padding-left: 0;
	}
}
#top .secMainView__news__list li {
	color: #666;
	font-size: 1.4rem;
}
#top .secMainView__news__list li:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
}
#top .secMainView__news__list li a {
	display: block;
	padding: 0.6rem 0;
}
@media (hover: hover) {
	#top .secMainView__news__list li a:where(:any-link, :enabled, summary):hover {
		text-decoration: underline;
	}
}
#top .secAbout {
	padding-bottom: 8rem;
}
@media (max-width: 750px) {
	#top .secAbout {
		padding-bottom: 4rem;
	}
}
#top .secAbout__heading {
	margin-bottom: 4.9rem;
}
@media (max-width: 750px) {
	#top .secAbout__heading {
		margin-bottom: 2rem;
	}
}
@media (max-width: 959px) {
	#top .secAbout__txt {
		width: 95%;
		margin-inline: auto;
	}
}
@media (max-width: 750px) {
	#top .secAbout__txt {
		width: 100%;
	}
}
#top .secAbout__txt img {
	margin-inline: auto;
}
@media (max-width: 750px) {
	#top .secAbout__txt img {
		width: 95.5%;
	}
}
#top .secWorry {
	background-color: #1b2c59;
	background-image: url(../img/worry_en.svg);
	background-size: 888px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-block: 9.5rem 8rem;
}
@media (max-width: 750px) {
	#top .secWorry {
		background-size: 102%;
		padding-block: 4.6rem 4rem;
	}
}
@media (max-width: 750px) {
	#top .secWorry .inner {
		padding-inline: 0.8rem;
	}
}
#top .secWorry__heading {
	margin-bottom: 5.5rem;
}
@media (max-width: 750px) {
	#top .secWorry__heading {
		margin-bottom: 3.4rem;
	}
}
#top .secWorry__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 2.4rem 1.6rem;
}
@media (max-width: 959px) {
	#top .secWorry__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 750px) {
	#top .secWorry__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.8rem 0.9rem;
	}
}
#top .secWorry__item img {
	width: 100%;
}
#top .secReason {
	padding-block: 8rem 8.1rem;
}
@media (max-width: 750px) {
	#top .secReason {
		padding-block: 6.1rem 6.4rem;
	}
}
#top .secReason .inner {
	max-width: 1048px;
	position: relative;
}
@media (max-width: 750px) {
	#top .secReason .inner {
		padding-left: 0.7rem;
	}
}
#top .secReason__heading {
	width: 317px;
	position: absolute;
	left: 1.2rem;
	top: 7.2rem;
	line-height: 1.6;
}
@media (max-width: 959px) {
	#top .secReason__heading {
		font-size: 3.8rem;
		top: 4.2rem;
		text-align: left;
	}
}
@media (max-width: 750px) {
	#top .secReason__heading {
		text-align: center;
		width: 100%;
		position: static;
		font-size: 2.6rem;
		margin-bottom: 1.8rem;
		padding-left: 0.8rem;
	}
}
#top .secReason__heading .bg-blue {
	display: inline-block;
	background: #0a2986;
	color: #fff;
	line-height: 1;
	padding: 0.6rem 0.1rem 1rem;
}
@media (max-width: 750px) {
	#top .secReason__heading .bg-blue {
		padding: 0.4rem 0.1rem 0.6rem;
	}
}
#top .secReason__list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(3, auto);
	gap: 0px 0px;
	grid-template-areas: ". . item-01 item-01 item-02 item-02" "item-03 item-03 item-04 item-04 item-05 item-05" "item-06 item-06 item-06 item-07 item-07 item-07";
	gap: 2.4rem 1.6rem;
}
@media (max-width: 750px) {
	#top .secReason__list {
		grid-template-columns: 1fr;
		grid-template-areas: "item-01" "item-02" "item-03" "item-04" "item-05" "item-06" "item-07";
		grid-template-rows: auto;
		gap: 0.8rem 0;
	}
}
#top .secReason__item.item-01 {
	grid-area: item-01;
}
#top .secReason__item.item-02 {
	grid-area: item-02;
}
#top .secReason__item.item-03 {
	grid-area: item-03;
}
#top .secReason__item.item-04 {
	grid-area: item-04;
}
#top .secReason__item.item-05 {
	grid-area: item-05;
}
#top .secReason__item.item-06 {
	grid-area: item-06;
}
#top .secReason__item.item-07 {
	grid-area: item-07;
}
#top .secCase {
	background-color: #f9f9f9;
	background-image: url(../img/case_en.svg);
	background-size: 516px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-block: 9.5rem 8rem;
}
@media (max-width: 750px) {
	#top .secCase {
		background-size: 61%;
		padding-block: 5.9rem 0.9rem;
	}
}
#top .secCase__heading {
	margin-bottom: 7.8rem;
}
@media (max-width: 750px) {
	#top .secCase__heading {
		margin-bottom: 5.1rem;
	}
}
#top .secCase__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.9rem 0;
}
@media (max-width: 750px) {
	#top .secCase__list {
		gap: 0;
	}
}
#top .secCase__ttl {
	background: #0a2986;
	color: #fff;
	position: relative;
	max-width: 900px;
	margin-inline: auto;
	margin-bottom: 5.5rem;
}
@media (max-width: 750px) {
	#top .secCase__ttl {
		max-width: 91%;
		margin-bottom: 3.2rem;
	}
}
#top .acc_ttl {
	position: relative;
	cursor: pointer;
	z-index: 1;
}
#top .acc_ttl:before {
	content: "";
	background: url(../img/icn_plus-white.svg) no-repeat center center/cover;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	right: 3.2rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease-out;
}
@media (max-width: 750px) {
	#top .acc_ttl:before {
		width: 2.2rem;
		height: 2.2rem;
		right: 1.6rem;
	}
}
#top .acc_ttl.on:before {
	transform: translateY(-50%) rotate(45deg);
}
#top .acc_ttl.on + .secCase__cont .secCase__cont__in {
	transform: scale(1);
}
#top .secCase__thumb {
	position: absolute;
	left: -1.8rem;
	top: -3.2rem;
}
@media (max-width: 750px) {
	#top .secCase__thumb {
		width: 7.4rem;
		left: -1.8rem;
		top: -1.5rem;
	}
}
#top .secCase__ttl__txt {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 3rem 12.4rem;
}
@media (max-width: 750px) {
	#top .secCase__ttl__txt {
		font-size: 2rem;
		padding: 1.6rem 3rem 1.6rem 7.3rem;
	}
}
#top .secCase__cont {
	top: -11rem;
	position: relative;
}
@media (max-width: 750px) {
	#top .secCase__cont {
		top: -7.2rem;
	}
}
#top .secCase__cont__in {
	transform: scale(0);
	transform-origin: center top;
	transition: transform 0.3s ease-out;
	background: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 9rem 5rem 3.5rem;
}
@media (max-width: 750px) {
	#top .secCase__cont__in {
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
		padding: 7rem 1.7rem 2.4rem;
	}
}
#top .secCase__cont__item:not(:last-child) {
	padding-bottom: 2.7rem;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 3.7rem;
}
#top .secCase__cont__ttl {
	font-size: 2.1rem;
	color: #0a2986;
	margin-bottom: 1.5rem;
}
@media (max-width: 750px) {
	#top .secCase__cont__ttl {
		font-size: 1.8rem;
	}
}
#top .secCase__cont__txt {
	line-height: 2;
}
@media (max-width: 750px) {
	#top .secCase__cont__txt {
		font-size: 1.5rem;
	}
}
#top .secCase__cont__txt .indent {
	text-indent: -2em;
	padding-left: 2em;
	display: inline-block;
}
#top .secStaff {
	background-color: #f9f9f9;
	position: relative;
}
#top .secStaff:before {
	content: "";
	background-color: #1b2c59;
	width: 100%;
	height: 510px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
@media (max-width: 750px) {
	#top .secStaff:before {
		height: 415px;
	}
}
#top .secStaff .inner {
	padding-block: 9.4rem 10rem;
	background-image: url(../img/staff_en.svg);
	background-size: 603px;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	max-width: 1400px;
}
@media (max-width: 750px) {
	#top .secStaff .inner {
		background-size: 276px;
		padding-block: 4.2rem 3rem;
	}
}
#top .secStaff__heading {
	margin-bottom: 4.6rem;
}
@media (max-width: 750px) {
	#top .secStaff__heading {
		margin-bottom: 3.6rem;
	}
}
#top .secStaff__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.4rem 2.4rem;
}
@media (max-width: 959px) {
	#top .secStaff__grid {
		grid-template-columns: 1fr;
	}
}
#top .staffCard {
	background: #fff;
	border: 1px solid #0a2986;
	border-radius: 1.6rem;
	padding: 4rem 4rem 3.4rem;
	display: flex;
	gap: 2.4rem 2.4rem;
	align-items: flex-start;
}
@media (max-width: 750px) {
	#top .staffCard {
		display: block;
		padding: 2.4rem 1.5rem 1rem;
	}
}
#top .staffCard__left {
	width: 33%;
}
@media (max-width: 959px) {
	#top .staffCard__left {
		width: 26%;
	}
}
@media (max-width: 750px) {
	#top .staffCard__left {
		width: 100%;
	}
}
#top .staffCard__photo {
	flex: 0 0 auto;
	aspect-ratio: 170/217;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
@media (max-width: 750px) {
	#top .staffCard__photo {
		width: 50%;
		margin-inline: auto;
	}
}
#top .staffCard__head {
	flex: 1;
	min-width: 0;
}
@media (max-width: 750px) {
	#top .staffCard__head {
		width: 100%;
	}
}
#top .staffCard__name {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0a2986;
	line-height: 1.3;
}
@media (max-width: 750px) {
	#top .staffCard__name {
		font-size: 1.9rem;
		margin-bottom: 2rem;
	}
}
#top .staffCard__name .small {
	font-size: 1.4rem;
	margin-right: 1em;
}
#top .staffCard__careerTtl {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
@media (max-width: 750px) {
	#top .staffCard__careerTtl {
		font-size: 1.5rem;
	}
}
#top .staffCard__txt {
	line-height: 2;
}
@media (max-width: 750px) {
	#top .staffCard__txt {
		font-size: 1.5rem;
	}
}
#top .secBook {
	background: #f9f9f9;
	padding-block: 0 18rem;
}
@media (max-width: 750px) {
	#top .secBook {
		padding-block: 0 7.4rem;
	}
}
#top .secBook__heading {
	margin-bottom: 12.5rem;
}
@media (max-width: 750px) {
	#top .secBook__heading {
		margin-bottom: 4.7rem;
	}
}
#top .secBook__cont {
	border: 8px solid #e6e9f3;
	position: relative;
	padding: 5.2rem 39.8rem 5.9rem 6.2rem;
}
@media (max-width: 959px) {
	#top .secBook__cont {
		padding: 5.2rem 33.8rem 5.9rem 2rem;
	}
}
@media (max-width: 750px) {
	#top .secBook__cont {
		border: 4px solid #e6e9f3;
		padding: 5.1rem 1.9rem 5rem;
	}
}
#top .secBook__ttl {
	position: absolute;
	left: 6.2rem;
	top: -2.4rem;
}
@media (max-width: 959px) {
	#top .secBook__ttl {
		left: 1.5rem;
		top: -2.1rem;
	}
}
@media (max-width: 750px) {
	#top .secBook__ttl {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		top: -2.2rem;
	}
}
#top .secBook__ttl span {
	font-size: 2.5rem;
	font-weight: 300;
	background: #0a2986;
	color: #fff;
	line-height: 1;
	padding: 0.6rem 0.1rem 1rem;
	display: inline-block;
}
@media (max-width: 959px) {
	#top .secBook__ttl span {
		font-size: 1.7rem;
	}
}
@media (max-width: 750px) {
	#top .secBook__ttl span {
		font-size: 2.7rem;
		padding: 0.4rem 0.1rem 0.6rem;
	}
}
#top .secBook__img {
	position: absolute;
	right: 5rem;
	top: -9.4rem;
}
@media (max-width: 959px) {
	#top .secBook__img {
		right: 1.5rem;
		top: -6.4rem;
	}
}
@media (max-width: 750px) {
	#top .secBook__img {
		position: static;
		width: 94%;
		margin-inline: auto;
		margin-bottom: 1.2rem;
	}
	#top .secBook__img img {
		width: 100%;
	}
}
#top .secBook__txt {
	line-height: 2;
}
#top .secBook__btn {
	position: absolute;
	left: 8.2rem;
	bottom: -4rem;
}
#top .secBook__btn .c-btn-01__link {
	width: 34rem;
	max-width: 100%;
}
#top .secBook__btn .c-btn-01__txt {
	font-size: 1.5rem;
}
@media (max-width: 959px) {
	#top .secBook__btn {
		left: 1.5rem;
	}
}
@media (max-width: 750px) {
	#top .secBook__btn {
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -3.8rem;
		width: 96%;
	}
	#top .secBook__btn .c-btn-01__link {
		padding: 1.2rem 2rem;
	}
}
#top .secFlow {
	background-image: url(../img/flow_en.svg);
	background-size: 608px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-block: 9.5rem 10.5rem;
}
@media (max-width: 750px) {
	#top .secFlow {
		background-size: 294px;
		padding-block: 5rem 6.4rem;
	}
}
#top .secFlow__heading {
	margin-bottom: 7.4rem;
}
@media (max-width: 750px) {
	#top .secFlow__heading {
		margin-bottom: 3.5rem;
	}
}
#top .secFlow__box {
	display: grid;
	grid-template-columns: 61px 1fr;
	gap: 0;
}
@media (max-width: 750px) {
	#top .secFlow__box {
		display: block;
	}
}
@media (max-width: 750px) {
	#top .secFlow__tabWrap {
		display: flex;
		gap: 1px;
	}
}
#top .secFlow__tabButton {
	border: none;
	color: #fff;
	min-width: 0;
	width: 61px;
	height: 61px;
	background: #d8d8d8;
	font-size: 4rem;
	padding: 0;
	display: grid;
	place-items: center;
}
@media (max-width: 750px) {
	#top .secFlow__tabButton {
		width: 4.4rem;
		height: 4.4rem;
		font-size: 2.8rem;
	}
}
#top .secFlow__tabButton.active {
	background: #0a2986;
}
#top .secFlowCont {
	background: #e6e9f3;
	border-radius: 0 16px 16px 16px;
	padding: 4.7rem 4.4rem 4.8rem 4.2rem;
	position: relative;
	min-height: 27.5rem;
}
@media (max-width: 750px) {
	#top .secFlowCont {
		padding: 2.8rem 2.4rem 4.4rem;
		min-height: 34.8rem;
	}
}
#top .secFlowCont__in {
	display: grid;
	grid-template-columns: 1fr 2.05fr;
	gap: 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px) {
	#top .secFlowCont__in {
		display: block;
	}
}
#top .secFlow__ttl {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.7;
}
@media (max-width: 750px) {
	#top .secFlow__ttl {
		font-size: 2.2rem;
		margin-bottom: 1rem;
	}
}
#top .secFlow__txt {
	line-height: 2;
}
@media (max-width: 750px) {
	#top .secFlow__txt {
		font-size: 1.5rem;
	}
}
#top .secFlow__btn {
	margin-top: 1.6rem;
}
@media (max-width: 750px) {
	#top .secFlow__btn {
		margin-top: 1.1rem;
		width: 94%;
		margin-inline: auto;
	}
}
#top .secFlow__en {
	position: absolute;
	left: -0.5rem;
	bottom: -2.1rem;
	line-height: 1;
	font-size: 10.1rem;
	color: #fff;
	letter-spacing: 0.04em;
	white-space: nowrap;
}
@media (max-width: 750px) {
	#top .secFlow__en {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
}
#top .secFaq {
	background-color: #1b2c59;
	background-image: url(../img/faq_en.svg);
	background-size: 411px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-block: 9.5rem 11.8rem;
}
@media (max-width: 750px) {
	#top .secFaq {
		background-size: 182px;
		padding-block: 4.5rem 4rem;
	}
}
#top .secFaq__heading {
	margin-bottom: 4.5rem;
}
@media (max-width: 750px) {
	#top .secFaq__heading {
		margin-bottom: 3.5rem;
	}
}
#top .secFaq__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.6rem;
}
@media (max-width: 750px) {
	#top .secFaq__list {
		gap: 0.8rem;
	}
}
#top .secFaq__item {
	background: #fff;
}
#top .secFaq__ttl {
	padding: 1.6rem;
	display: flex;
	gap: 1.6rem;
}
@media (max-width: 750px) {
	#top .secFaq__ttl {
		padding: 0.8rem 4.8rem 1.6rem 0.8rem;
		gap: 0.8rem;
	}
}
#top .secFaq__ttl:before {
	background: url(../img/icn_plus-blue.svg) no-repeat center center/cover;
	right: 2.2rem;
}
@media (max-width: 750px) {
	#top .secFaq__ttl:before {
		width: 3.2rem;
		height: 3.2rem;
		right: 0.7rem;
		top: 1.4rem;
		transform: translateY(0);
	}
}
@media (max-width: 750px) {
	#top .secFaq__ttl.on:before {
		transform: translateY(0) rotate(45deg);
	}
}
#top .secFaq__ttl__q {
	background: #0a2986;
	color: #fff;
	font-size: 4rem;
	width: 6.1rem;
	height: 6.1rem;
	display: grid;
	place-items: center;
}
@media (max-width: 750px) {
	#top .secFaq__ttl__q {
		width: 4.6rem;
		height: 4.6rem;
		font-size: 3rem;
	}
}
#top .secFaq__ttl__txt {
	font-size: 2.4rem;
	font-weight: bold;
	flex: 1;
	margin-top: 1.8rem;
}
@media (max-width: 750px) {
	#top .secFaq__ttl__txt {
		font-size: 1.8rem;
		line-height: 1.4;
		margin-top: 0.9rem;
	}
}
#top .secFaq__cont__in {
	padding: 0 1.6rem 1.6rem 1.6rem;
}
@media (max-width: 750px) {
	#top .secFaq__cont__in {
		padding: 0 0.8rem 0.8rem 0.8rem;
	}
}
#top .secFaq__cont__txt {
	background: #f9f9f9;
	line-height: 2;
	padding: 2.8rem 4rem;
}
@media (max-width: 750px) {
	#top .secFaq__cont__txt {
		font-size: 1.5rem;
		padding: 1.4rem 1.5rem;
	}
}
#top .secContact {
	background: #e6e9f3;
	padding-block: 11.4rem 8rem;
}
@media (max-width: 750px) {
	#top .secContact {
		padding-block: 7rem 4rem;
	}
}
#top .secContact__heading {
	margin-bottom: 4.6rem;
}
@media (max-width: 750px) {
	#top .secContact__heading {
		margin-bottom: 3.2rem;
	}
}
#top .secContact__tel {
	max-width: 680px;
	margin-inline: auto;
	border: 20px solid #0a2986;
	background: #fff;
	padding: 2.4rem 3.2rem;
	margin-bottom: 7rem;
	text-align: center;
	color: #0a2986;
}
@media (max-width: 750px) {
	#top .secContact__tel {
		padding: 1.6rem 2.4rem;
		margin-bottom: 3.2rem;
		border-width: 10px;
	}
}
#top .secContact__tel__ttl {
	font-size: 3rem;
	margin-bottom: 1.6rem;
}
@media (max-width: 750px) {
	#top .secContact__tel__ttl {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
}
#top .secContact__tel__num {
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 2rem;
}
@media (max-width: 750px) {
	#top .secContact__tel__num {
		font-size: 3.2rem;
		margin-bottom: 1.4rem;
	}
}
#top .secContact__tel__num .small {
	font-size: 2.4rem;
}
@media (max-width: 750px) {
	#top .secContact__tel__num .small {
		font-size: 1.6rem;
	}
}
#top .secContact__tel__info {
	font-size: 2rem;
}
@media (max-width: 750px) {
	#top .secContact__tel__info {
		font-size: 1.4rem;
	}
}
#top .secContact__lead {
	text-align: center;
	margin-bottom: 3.8rem;
}
@media (max-width: 750px) {
	#top .secContact__lead {
		line-height: 2;
		margin-bottom: 2.9rem;
	}
}
#top .secCompany {
	padding-block: 11.5rem 8rem;
}
@media (max-width: 750px) {
	#top .secCompany {
		padding-block: 7rem 6.3rem;
	}
}
#top .secCompany__flex {
	display: flex;
}
@media (max-width: 750px) {
	#top .secCompany__flex {
		display: block;
	}
}
@media (max-width: 750px) {
	#top .secCompany__heading {
		margin-bottom: 3.5rem;
	}
}
#top .secCompany__dl {
	flex: 1;
	padding-left: 12.5rem;
	padding-top: 2.2rem;
}
@media (max-width: 959px) {
	#top .secCompany__dl {
		padding-left: 5rem;
	}
}
@media (max-width: 750px) {
	#top .secCompany__dl {
		padding-left: 0;
		padding-top: 0;
	}
}
#top .secCompany__dl .row {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 0;
}
@media (max-width: 750px) {
	#top .secCompany__dl .row {
		grid-template-columns: 10rem 1fr;
	}
}
#top .secCompany__dl .row:not(:last-child) {
	margin-bottom: 3.6rem;
}
@media (max-width: 750px) {
	#top .secCompany__dl .row:not(:last-child) {
		margin-bottom: 2.2rem;
	}
}
#top .secCompany__dl .row dt,
#top .secCompany__dl .row dd {
	padding-bottom: 3.5rem;
	line-height: 2;
	display: grid;
}
@media (max-width: 750px) {
	#top .secCompany__dl .row dt,
	#top .secCompany__dl .row dd {
		padding-bottom: 2rem;
	}
}
#top .secCompany__dl .row dt {
	font-weight: bold;
	text-align: center;
	place-items: center;
	border-bottom: 2px solid #0a2986;
}
#top .secCompany__dl .row dd {
	padding-inline: 1.6rem;
	place-items: center start;
	border-bottom: 2px solid #d8d8d8;
}
#top .thanks-box {
	padding-block: 20rem 10rem;
	min-height: calc(100svh - 4rem);
}
@media (max-width: 750px) {
	#top .thanks-box {
		padding-block: 12rem 6rem;
		min-height: calc(100svh - 3.67rem);
	}
}
#top .thanks-box__btn {
	text-align: center;
}

.secCompare {
	padding-block: 0 80px;
}

.secCompare__heading {
	text-align: center;
}

.secCompare__cont {
	margin-top: 53px;
}

.secCompare__scroll {
	position: relative;
}

.secCompare__tbl {
	display: block;
	width: 100%;
	height: auto;
}

.secCompare__hand {
	display: none;
}

@media (max-width: 750px) {
	.secCompare {
		padding-block: 0 60px;
	}

	.secCompare__cont {
		margin-top: 32px;
		margin-inline: calc(50% - 50vw);
	}

	.secCompare__scroll {
		overflow-x: auto;
		overflow-y: hidden;
		padding-inline: 20px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.secCompare__scroll::-webkit-scrollbar {
		display: none;
	}

	.secCompare__tbl {
		width: 720px;
		max-width: none;
	}

	.secCompare__hand {
		position: absolute;
		top: 70px;
		right: 20px;
		z-index: 2;
		display: block;
		width: 50px;
		height: auto;
		pointer-events: none;
		animation: compareHandMoveFade 2s ease-in-out infinite;
	}

	.secCompare__hand.is-hide {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.8s ease, visibility 0.8s ease;
	}
}

@keyframes compareHandMoveFade {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	45% {
		transform: translateX(-28px);
		opacity: 1;
	}

	70% {
		transform: translateX(-28px);
		opacity: 0;
	}

	71% {
		transform: translateX(0);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* Project ------------ */
/*# sourceMappingURL=style.css.map */
