@charset "utf-8";
/* CSS Document */

.v-wrapper {
	margin: 0 auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 400px;
}
.v-wrapper p {
	color: #ffffff;
}
#contents h2 {
	font-size: clamp(40px, 4vw, 50px);
	color: #ffffff;
}

@media screen and (max-width: 680px) {
#contents h2 {
	font-size: clamp(26px, 6vw, 36px);
}
}
#contents table.tbl-rwd h3 {
	margin: 0;
	font-size: 1.3em;
	border: none;
	padding: 0;
}
section p {
	color: #ffffff;
}
#contents ul li p {
	color: #ffffff;
}
#contents h3 {
	color: #fff;
	border-left: 6px solid #fff;
}

@media screen and (max-width: 680px) {
#contents table.tbl-rwd h3 {
	color: #fff;
}
}
#contents table.tbl-rwd tr.thead th {
	background-color: inherit;
}
#contents table.tbl-rwd tr.thead th h3 {
	color: #333 !important;
	padding: 15px 0 5px;
}
#contents table.tbl-rwd td {
	font-size: 1.2em;
	vertical-align: top;
	background-color: rgba(0, 0, 0,.5);
	border-bottom: 1px solid #a9a9a9;
	line-height: 1.3;
	padding: 30px 10px;
}

@media screen and (max-width: 680px) {
table.tbl-rwd td {
	text-align: left;
}
}
#contents table.tbl-rwd td:first-child {
	text-align: center;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	background-color: transparent;
	color: #ffffff;
	border-bottom-color: #a9a9a9;
	width: 5%;
}

@media screen and (max-width: 680px) {
#contents table.tbl-rwd td:first-child {
	border: none;
	font-size: 1.8em;
	padding: 40px 0 0;
}
}
#contents table.tbl-rwd td:nth-child(2) {
	text-align: center;
}

@media screen and (max-width: 680px) {
#contents table.tbl-rwd td:nth-child(2) {
	background-color: transparent;
	padding: 0 10px 20px;
	border: none;
}
}

@media screen and (max-width: 680px) {
table.tbl-rwd td:first-child {
	background: #481a01;
}
}

@media screen and (max-width: 680px) {
table.tbl-rwd td::before {
	padding-bottom: 10px;
}
}
#contents table.tbl-rwd td strong:first-child {
	margin-bottom: 20px;
	display: inline-block;
	font-size: 1.2em;
}
#contents #main_visual {
	height: 400px;
}
#contents #main_visual::before {
	background-position: center bottom;
	background-color: #5ca7b7;
}

@media screen and (min-width: 1201px) and (max-width: 1500px) {
#contents #main_visual::before {
}
}

@media screen and (min-width: 681px) and (max-width: 1200px) {
#contents #main_visual::before {
}
}

@media screen and (max-width: 680px) {
#contents #main_visual::before {
}
}
#contents #main_visual h2.maincatch {
	padding: 0;
	display: flex;
	align-items: end;
	text-shadow: 1px 1px 8px rgb(84, 167, 181), -1px 1px 8px rgb(84, 167, 181), 1px -1px 8px rgb(84, 167, 181), -1px -1px 8px rgba(84, 167, 181);
	justify-content: center;
	color: #fff;
	font-size: clamp(40px, 4vw, 50px);
	display: block;
	line-height: 1.3;
	text-align: center;
	padding: 20px 30px 30px;
}

@media screen and (max-width: 680px) {
#contents #main_visual h2.maincatch {
	font-size: clamp(30px, 3vw, 60px);
	padding: 20px;
}
}
#contents #main_visual h2.maincatch span {
	font-size: 1.3em;
	display: inline-block;
}
#contents #main_visual h3.subcatch {
	font-size: clamp(22px, 2.5vw, 28px);
	display: block;
	margin: 0;
	text-align: center;
	border: 0;
	padding: 10px 4%;
	background-color: rgb(34, 34, 34);
	color: #fff;
	border-radius: 3em;
}

@media screen and (max-width: 680px) {
#contents #main_visual h3.subcatch {
	border-radius: 20px;
	padding: 10px;
}
}
#contents ul h3 {
	margin: 0 0 20px;
}
.main_visual p {
	font-size: 1.8em;
	text-shadow: 1px 1px 8px rgb(84, 167, 181), -1px 1px 8px rgb(84, 167, 181), 1px -1px 8px rgb(84, 167, 181), -1px -1px 8px rgba(84, 167, 181);
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	line-height: 1.3;
	margin-top: 6%;
}
.boldimpact {
	font-size: 1.1em;
	font-weight: bold;
}
#contents ul.flexdiv {
	list-style: none;
}

@media screen and (max-width: 680px) {
#contents ul.flexdiv {
	display: block;
}
}
#contents ul.flexdiv li {
	padding: 20px;
}

@media screen and (max-width: 680px) {
#contents ul.flexdiv li {
	padding: 20px 10px;
}
}
#contents ul.ls_none {
	list-style: none;
	width: max-content;
	margin: 0 auto;
}

@media screen and (max-width: 680px) {
#contents ul.ls_none {
	padding-left: 10px;
	width: 100%;
}
}
#hikaku {
	padding-bottom: 60px;
}

@media screen and (max-width: 680px) {
#hikaku table.tbl-rwd {
	width: 100%;
}
}
#hikaku table tr.thead th:nth-child(1) {
	width: 3%;
	border-bottom: 1px solid #a9a9a9;
}
#hikaku table tr.thead th:nth-child(2) {
	width: 25%;
	border-top: none;
	border-left: none;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #a9a9a9;
}
#hikaku table tr.thead th:nth-child(3), #hikaku table tr.thead th:nth-child(4) {
	width: 36%;
	background-color: #ffffff;
}
#faq dl {
	font-size: 1.2em;
	line-height: 1.3;
}
#faq dl dt {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	background-color: #1d5cbe;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	padding: 30px 20px;
}
#faq dl dd {
	margin-bottom: 2em;
	font-size: 1.2em;
	line-height: 1.5;
}
#scene ul li {
	margin-bottom: 0;
	background-color: inherit;
}
#scene ul li dl {
}
#scene ul li dl dt {
	text-align: center;
	background-color: #1d5cbe;
	color: #ffffff;
	font-size: 1.3em;
	padding: 10px 5px;
	margin-bottom: 10px;
}
#scene ul li dl dd {
	margin: 0;
	font-size: 1.1em;
}
#contents ul.lst {
	list-style: disc;
}
#contents ul li ul.lst li {
	margin-bottom: 10px;
}
#contents ul li:first-child {
}
table.row-number {
	counter-reset: row-number;
	border-collapse: collapse;
}

@media screen and (max-width: 680px) {
table.row-number {
	border-right: none;
}
}
table.row-number tr:not(.thead) {
	counter-increment: row-number;
}
table.row-number tr:not(.thead) td:first-child::before {
	content: counter(row-number);
}
table.row-number tr:last-child td {
	border-bottom: 1px solid #ffffff;
}
.issues2consider {
	position: relative;
	overflow: hidden;
}
.issues2consider::before {
	content: "";
	background-size: contain;
	opacity: .15;
	width: 100%;
	height: 3000px;
	position: absolute;
	display: block;
	z-index: -1;
}
.accent_c {
	color: #440b07 !important;
	color: #fff !important;
}
.triangle_over.accent_c {
	border-top-color: #440b07 !important;
	border-top-color: rgba(255,255,255,.8) !important;
}
#contents #kadai ul.kadai {
	display: flex;
	gap: 3%;
}

@media screen and (max-width: 680px) {
#contents #kadai ul.kadai {
	display: block;
}
}
#contents #kadai ul li {
	padding: 20px 3%;
	font-size: 1.8em;
	line-height: 1.5;
	width: 32%;
	min-height: 8em;
	align-items: center;
	display: flex;
	justify-content: center;
	/* border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; */
	transition: 0.5s ease-in-out;
	background-color: rgb(247, 248, 243);
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
	box-shadow: 0 10px 20px rgba(0,0,0,.8);
	border: 3px solid rgb(83, 83, 83);
	color: #333333;
	background-image: url(../../../img/bg_as406607245_wht50.jpg);
	background-size: cover;
	text-shadow: 1px 1px 6px rgb(255, 255, 255), -1px 1px 6px rgb(255, 255, 255), 1px -1px 6px rgb(255, 255, 255), -1px -1px 6px rgb(255, 255, 255);
}
@media screen and (max-width: 680px) {
#contents #kadai ul li {
	width: 100%;
	padding: 0 15%;
	font-size: 1.4em;
	min-height: 220px;
	height: inherit;
}
}
#contents #kadai ul li:nth-child(2) {
/*border-radius: 40% 60% 70% 30% / 50% 60% 30% 60%;*/
}
#contents #kadai ul li:nth-child(3) {
/*border-radius: 50% 50% 30% 70% / 50% 30% 70% 80%;*/
}
#contents #kadai ul li strong {
	font-size: 1.1em;
}
#hikaku table .brand {
	border-left: 6px solid #5ca7b7;
	border-right: 6px solid #5ca7b7;
}

@media screen and (max-width: 680px) {
#hikaku table .brand {
	border: 6px solid #5ca7b7 !important;
}
}
#hikaku table tr:first-child .brand {
	border-top: 6px solid #5ca7b7;
}
#hikaku table tr:last-child .brand {
	border-bottom: 6px solid #5ca7b7;
}
.triangle_over {
	border-top-color: #5ca7b7;
}
#hikaku table .kamei {
	border-right: 6px solid #7d6537;
}

@media screen and (max-width: 680px) {
#hikaku table .kamei {
	border-right: 4px solid #7d6537;
	border-left: 4px solid #7d6537;
	border-bottom: 4px solid #7d6537 !important;
}
}
#hikaku table tr:first-child .kamei {
	border-top: 6px solid #7d6537;
}
#hikaku table tr:last-child .kamei {
	border-bottom: 6px solid #7d6537;
}
#hikaku table td.brand {
	background-color: rgb(16, 41, 45);
}
.bg-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../../img/as1806470927.jpg");
	background-size: cover;
	background-position: center;
	z-index: -2;
	/* iOSでのカクつき防止 */
	will-change: transform;
}
.content {
	position: relative;
	z-index: 1;
	padding: 100px 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 681px) {
#contents {
	padding-bottom: 0;
}
}

@media screen and (max-width: 680px) {
#contents {
	padding-bottom: 0;
}
}
.area-over {
	position: relative;
	background-color: #5ca7b7;
	padding-bottom: 100px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
	z-index: 2;
	background-position-y: bottom;
}
.area-under {
	margin-top: -100px;
	padding-top: 100px;
}
.pickup {
	position: relative;
	overflow: hidden;
}
.pickup_inner {
	padding: 0 20px 100px;
	background-color: rgb(184, 129, 29, .3);
	border-radius: 50px;
}
.widefix {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0 20px;
}
.wmx1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.wmx1160 {
	max-width: 1160px;
	margin: 0 auto;
}
.summary_area {
	background-color: rgba(10, 44, 89, 0.6);
	border-radius: 50px;
	padding-bottom: 20px;
}
#why {
	border: 12px solid #5ca7b7;
	max-width: 1200px;
	margin: 0 auto;
	background-color: rgba(0,0,0,.5);
	margin-bottom: 20px;
}
#why ul h3 {
	color: #ffffff !important;
	font-size: 2em;
}
@media screen and (max-width: 680px) {
#why ul h3 {
	font-size: clamp(24px, 5vw, 26px);
}
}
#why ul h3 span {
	font-size: 1.4em;
	margin-right: 20px;
}
@media screen and (max-width: 680px) {
#why ul h3 span {
	display: block;
}
}
.contactwrap {
	margin: 80px 0;
}
.contactwrap a.link_btn {
	padding: 40px 0 !important;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.contactwrap telto {
	padding: 20px 5% 0 10%;
	border-top: 1px solid #9b9b9b;
	color: #ffffff;
	max-width: 960px;
	margin: 0 auto;
}
.contactwrap telto {
	width: 40%;
	min-width: max-content;
	padding: 0 20px;
	background-color: inherit;
	margin-bottom: 10px;
}
.contactwrap .linkto {
	margin: 0;
}
.contactwrap .linkto a {
	background-color: #ffffff;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	font-size: calc(1.5rem + .5vw);
	border-radius: 5em;
	line-height: 1.3;
	font-weight: bold;
	width: 60%;
	margin: 0 auto;
	min-width: 500px;
	border: 3px solid #25903a;
	text-decoration: none;
	transition: .05s;
	transform: scale(1);
}

@media screen and (max-width: 680px) {
.contactwrap .linkto a {
	width: 100%;
	min-width: inherit;
}
}
.contactwrap .linkto a:hover {
	transform: scale(.98);
	border-color: #3366ff;
	transition: 0.1s;
	color: #3384d6;
	box-shadow: 1px 1px 8px rgb(148, 201, 255, .5), -1px 1px 8px rgb(148, 201, 255, .5), 1px -1px 8px rgb(148, 201, 255, .5), -1px -1px 8px rgb(148, 201, 255, .5);
}
.contactwrap telto {
	padding: 0;
	margin-bottom: 0;
	width: 50%;
	background-color: inherit;
	color: #ffffff;
	text-align: center;
}

@media screen and (max-width: 680px) {
.contactwrap .telto {
	width: 100%;
}
}
.contactwrap .department {
	display: inline-block;
	padding: 10px 0px 0;
	line-height: 1.3;
}
.tel-title {
	padding: 10px 1em;
	border: none;
	display: inline-block;
	font-size: 1.2em;
	color: #ffffff;
}
.contactwrap .tel {
	font-size: 1.6rem;
	display: block;
	padding: 10px 0px 10px;
	text-align: center;
}
.poitomo_info {
	padding: 0 40px 40px;
	background-color: rgba(0,0,0,.5);
	margin: 0 20px;
	background-image: url(../../../img/bg_mall_b70_b3.jpg);
	background-size: cover;
	border: 3px solid #000;
}
@media screen and (max-width: 680px) {
.poitomo_info {
	padding: 0 20px 40px;
	margin: 0 10px;
}
}
.poitomo_info h2 {
	font-size: clamp(24px, 3vw, 28px) !important;
	padding-top: 50px !important;
	text-align: left;
	padding-left: 10px !important;
	padding-bottom: 10px !important;
	color: #e9ddc6 !important;
}
@media screen and (max-width: 680px) {
.poitomo_info h2 {
}
}
.poitomo_info p {
	color: #dfd8cc;
}
.poitomo_info .container {
	display: flex;
	align-items: center;
	gap: 1%;
}
@media screen and (max-width: 680px) {
.poitomo_info .container {
	display: block;
	margin-top: 50px;
}
}
.poitomo_info .container h3 {
	border: none !important;
	font-size: 1.4em !important;
	padding: 0 !important;
	text-align: center !important;
	line-height: 1;
	background-color: #9c855a;
	color: #e9e9e9 !important;
	padding: 5px !important;
	margin: 0 !important;
	font-weight: normal !important;
}
.poitomo_info .container .box01, .poitomo_info .container .box02, .poitomo_info .container .box03 {
	border: 1px solid #9c855a;
	min-height: 200px;
}
@media screen and (max-width: 680px) {
.poitomo_info .container .box01, .poitomo_info .container .box02, .poitomo_info .container .box03 {
	width: 60% !important;
	margin: 0 auto !important;
	min-width: 220px;
	min-height: inherit;
}
}
.poitomo_info .container .box01 ul {
}
.poitomo_info .container div:nth-child(1), .poitomo_info .container div:nth-child(3), .poitomo_info .container div:nth-child(5) {
	width: 25%;
}
.poitomo_info .container div:nth-child(3) {
	width: 26%;
}
.poitomo_info .container div:nth-child(2), .poitomo_info .container div:nth-child(4) {
	width: 10%;
}

@media screen and (max-width: 680px) {
.poitomo_info .container div {
	width: 100% !important;
}
}
.poitomo_info .container div.arrow-group {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media screen and (max-width: 680px) {
.poitomo_info .container div.arrow-group {
	flex-direction: row;
}
}
.poitomo_info .container div.arrow-group div {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 680px) {
.poitomo_info .container div.arrow-group div img {
	display: none;
}
}
.poitomo_info .container div.arrow-group div span {
	padding: 5px;
	display: block;
	font-size: 1rem;
	color: #dfd8cc;
}
@media screen and (max-width: 680px) {
.poitomo_info .container div.arrow-group div span {
	padding-top: 40px;
	position: relative;
}
}

@media screen and (max-width: 680px) {
.poitomo_info .container div.arrow-group div:nth-child(1) span::before {
	content: "";
	position: absolute;
	background-image: url("../../../common3/img/arrow_kb_s.png");
	width: 40px;
	height: 25px;
	top: 10px;
	left: calc(50% - 20px);
}
}

@media screen and (max-width: 680px) {
.poitomo_info .container div.arrow-group div:nth-child(2) span::before {
	content: "";
	position: absolute;
	background-image: url("../../../common3/img/arrow_ku_s.png");
	width: 40px;
	height: 25px;
	top: 10px;
	left: calc(50% - 20px);
}
}
.poitomo_info ul li {
	font-size: 1rem !important;
	margin-bottom: 5px !important;
	color: #dfd8cc !important;
}
.baselineshift13 {
	font-size: 0.7em;
	line-height: 1;
	baseline-shift: 0.13em;
	padding: 0 0.15em;
	font-weight: normal;
}
.f_small3 {
	font-size: 0.58em !important;
	line-height: 1.2;
	display: inline-block;
}
.kakko02 {
	padding: 20px 20px 60px;
	position: relative;
	text-align: center;
}
.kakko02::before, .kakko02::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
}
.kakko02::before {
	border-left: solid 2px #888;
	border-top: solid 2px #888;
	border-bottom: solid 2px #888;
	top: 0;
	left: 0;
}
.kakko02::after {
	border-right: solid 2px #888;
	border-top: solid 2px #888;
	border-bottom: solid 2px #888;
	top: 0;
	right: 0;
}
.kakko02::before, .kakko02::after {
	border-color: #ffffff;
	border-width: 2px;
}
#contents .contactwrap h2 {
	padding: 40px 0 10px;
	font-size: clamp(40px, 4vw, 42px);
}

@media screen and (max-width: 680px) {
#contents .contactwrap h2 {
	font-size: clamp(26px, 4vw, 42px);
}
}
.contactwrap .contact_set.kakko02 .telto h3.tel-title {
	border: none !important;
	padding: 0 !important;
	margin: 30px auto 10px !important;
	font-size: clamp(18px, 4vw, 26px) !important;
}
.contactwrap .contact_set.kakko02 .telto p {
	text-align: center;
	padding: 0;
	margin: 0;
}
.contactwrap .contact_set.kakko02 .telto a {
	color: #5cd1ff;
	font-size: clamp(24px, 4vw, 32px);
}
#contents #main_visual h2.maincatch span.subcatch {
	font-size: 0.7em;
}
.poitomo_info h2 {
    font-size: clamp(18px, 3vw, 24px) !important;
    padding-bottom: 0px !important;
}