@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_msg {
	position: relative;
}
#top_msg::before {
	background: url("../img/top/bg-msg.png") no-repeat left -10px top 50px;
}
#top_msg .txt {
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#top_msg .txt02 {
	font-size: 43px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}
#top_msg .txt_line {
	font-size: 62px;
	font-weight: bold;
	line-height: 1.4;
}
#top_msg .txt_line span {
	text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	border-bottom: 3px solid var(--color-pink);
	padding-bottom: 5px;
}
#top_msg .img {
	position: absolute;
	right: -160px;
	bottom: 0;
}
#top_msg ul li {
	background: url("../img/chk.png") no-repeat left top;
	padding-left: 60px;
	font-size: 24px;
	margin-bottom: 10px;
}
#top_msg ul li:last-of-type {
	margin-bottom: 0;
}
#top_imgs {
	display: flex;
}
#top_imgs li {
	width: 20%;
}
#top_greeting::before {
	background: url("../img/top/bg-greeting.jpg") no-repeat center /cover;
}
#top_greeting .box {
	background : rgba(255, 255, 255, 0.8);
	padding: 35px 50px 50px;
}
#top_greeting .box .txt {
	font-size: 110%;
}
#top_info::before {
	background: #f2f2f2;
}
#top_info .box {
	background: #fff;
	padding: 35px 50px 50px;
}
#top_info .box h3.sub::after {
	display: none;
}
#top_info .box dl {
	padding: 10px 0;
}
#top_info .box dl:last-of-type {
	margin-bottom: 20px;
}
#top_info .box dt {
	color: var(--color-blue);
}
#top_info .box dd a {
	color: #333;
	text-decoration: underline;
}
#top_info .box .fm span {
	position: relative;
	top: -1px;
}
.top_feature::before {
	background: #333 url("../img/top/bg-feature.png") no-repeat left bottom;
}
.top_feature h3 {
	color: #fff;
	font-size: 55px;
	line-height: 1;
	margin-bottom: 80px;
}
.top_feature h3 .pink {
	color: #f989a9;
}
.top_feature h3 .yellow,
.top_feature h3 .pink {
	font-size: 62px;
}
.top_feature h3 .yellow .fm {
	font-size: 75px;
}
.top_feature .box {
	width: 330px;
	position: relative;
}
.top_feature .box::before {
	content: url("../img/top/point01.png");
	position: absolute;
	left: 10px;
	top: -25px;
	z-index: 1;
}
.top_feature .box:nth-of-type(2)::before {
	content: url("../img/top/point02.png");
}
.top_feature .box:nth-of-type(3)::before {
	content: url("../img/top/point03.png");
}
.top_feature .box dl dt {
	background: #5385db;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	height: 112px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_feature .box dl dt .yellow {
	font-size: 30px;
}
.top_feature .box dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	background: #fff;
	height: 86px;
}
.top_about::before {
	background: #f2f2f2;
}
.top_about h3 {
	font-size: 62px;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	margin-bottom: 50px;
}
.top_about .box_flex {
	margin-bottom: 40px;
}
.top_about .img {
	background: #fff;
	width: 357px;
	height: 512px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#s_size .top_about .img {
	padding: 15px;
}
.top_about .info {
	width: 692px;
}
.top_about dl:not(:last-of-type) {
	margin-bottom: 40px;
}
.top_about dl dt {
	background: var(--color-blue);
	color: #fff;
	font-size: 33px;
	font-weight: 500;
	position: relative;
	padding: 13px 13px 14px 40px;
	margin-bottom: 30px;
}
.top_about dl dt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
	background: var(--color-yellow);
	width: 4px;
	height: 65px;
}
.top_about dl dd .txt {
	font-size: 20px;
	font-weight: 500;
}
.top_about dl dd ul {
	margin-bottom: 30px;
}
.top_about dl dd ul li {
	background: #fff;
	font-size: 30px;
	padding: 6px 44px;
	font-weight: 500;
}
.top_specs h3 {
	font-size: 43px;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	margin-bottom: 50px;
}
.top_specs table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 30px;
}
.top_specs table tr th, .top_specs table tr td {
	border: 1px solid #ccc;
	padding: 20px;
}
.top_specs table tr th {
	width: 200px;
	background: #edf3fb;
	color: var(--color-blue);
}
.top_specs table tr td {
	width: calc((100% - 200px) / 2);
}
.top_specs .attention {
	margin-bottom: 10px;
}
.top_specs .image {
	width: 500px;
}
.top_specs .image .txt {
	background: #333;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.top_specs .image .txt img {
	width: 15px;
	margin-right: 15px;
}
.top_specs .docs {
	width: 550px;
	padding: 30px;
	background: #edf3fb;
}
.top_specs .docs h4 {
	font-size: 30px;
	margin-bottom: 30px;
}
.top_specs .docs .box .img {
	margin-bottom: 10px;
	height: 218px;
	text-align: center;
}
.top_specs .docs .box .img img {
	max-width: 150px;
}
.top_specs .docs .box .txt {
	line-height: 1.4;
}
.top_specs .docs .box .btn01 {
	margin-bottom: 0;
}
.top_specs .docs .box .btn01 a {
	display: block;
	border-radius: 18px;
	font-size: 13px;
	padding: 4px 0 6px;
	width: auto;
}
.top_test::before {
	background: #f2f2f2;
}
.top_test h3 {
	font-size: 62px;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	margin-bottom: 40px;
}
.top_test .mv {
	width: 800px;
	margin: 0 auto;
}
.top_test .mv .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.top_test .mv .youtube iframe {
	width: 100%;
	height: 100%;
}
#top_works::before {
	background: #5385db url("../img/top/bg-works.png") no-repeat left 10px top 10px;
}
#top_works h3 {
	font-size: 62px;
	color: #fff;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	margin-bottom: 40px;
}
#top_works .box {
	width: 330px;
	background: #fff;
}
#top_works .box .in {
	padding: 15px;
}
#top_works .box .in .date {
	color: #000;
	font-weight: 500;
}
#top_works .box .in a {
	text-decoration: underline;
}
#top_works .btn01 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 0;
}
#top_area::before {
	background: #333 url("../img/top/bg-area.png") no-repeat center /cover;
}
#top_area h3 {
	font-size: 62px;
	color: #fff;
	margin-bottom: 40px;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
}
#top_company::before {
	background: #f2f2f2;
}
#top_company h3 {
	font-size: 62px;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	margin-bottom: 40px;
}
#top_company .box_company {
	border: 1px solid var(--color-primary);
	background-color: #fff;
	padding: 0 20px;
}
#top_company dl {
	display: flex;
	margin: 0 auto;
	padding: 25px 0;
}
#top_company dl + dl {
	border-top: 1px solid #ccc;
}
#top_company dl dt {
	width: 17%;
	font-weight: 500;
	color: var(--color-primary);
	padding-left: 20px;
}
#top_company dl dd {
	width: 83%;
}
#top_company dl dd a {
	text-decoration: underline;
}
#top_company dl.note dt,
#top_company dl.note dd{
	color: var(--color-pink);
}
#top_contact h3 {
	font-size: 62px;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	margin-bottom: 40px;
}
#top_contact .box_tel {
	width: 560px;
	font-weight: 600;
	margin: 0 auto;
}
#top_contact .box_tel .number {
	vertical-align: text-bottom;
	font-size: 180%;
	font-weight: 500;
	display: inline-block;
	box-shadow: 0 -5px 0 var(--color-yellow) inset;
	line-height: 1;
}
#top_contact .box_tel .item {
	font-size: 140%;
	font-weight: 700;
	border-right: 2px solid #000;
	margin-right: 10px;
	padding-right: 8px;
}
#top_contact .box_privacy {
	background-color: var(--color-tbl-th);
	border-radius: 20px;
	padding: 20px 30px;
	margin: 30px 0 0;
}
#top_contact .text_memo {
	border-left: 10px solid var(--color-yellow);
	padding-left: 13px;
	margin: 30px 0 0;
}
#top_contact .text_memo p {
	position: relative;
	margin-left: 1em;
}
#top_contact .text_memo p::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 3px;
	background: var(--color-yellow);
	top: 0.9em;
	left: -1em;
}
#top_contact .box_privacy h4 {
	color: var(--color-primary);
}
#top_contact .box_privacy ul {
	list-style: disc;
	padding-left: 1.5em;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#l_size	.top_specs table {
		width: 50%
	}
	#l_size	.top_specs table+table,
	#l_size	.top_specs table+table tr,
	#l_size	.top_specs table+table tr th {
		border-left: none;
	}
	
	#s_size .top_about .movie {
		background: #000;
	}
	#s_size .top_about .mv {
		width: 800px;
		margin: 0 auto;
	}
	#s_size .top_about .youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	#s_size .top_about iframe {
		width: 100%;
		height: 100%;
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_msg::before {
		background-size: 30% auto;
	}
	#top_msg .txt {
		font-size: 19px;
	}
	#top_msg .txt02 {
		font-size: 28px;
	}
	#top_msg .txt_line {
		font-size: 35px;
	}
	#top_msg .img {
		width: 150px;
		right: -50px;
	}
	#top_msg ul {
		padding-right: 150px;
	}
	#top_msg ul li {
		font-size: 18px;
		background-size: 30px auto;
		background-position: left top 3px;
		padding-left: 40px;
	}
	#top_greeting .box {
		padding: 25px 20px 20px;
	}
	#top_info .box {
		padding: 25px 20px 20px;
	}
	.top_feature h3 {
		font-size: 35px;
	}
	.top_feature h3 .yellow,
	.top_feature h3 .pink {
		font-size: 40px;
	}
	.top_feature h3 .yellow .fm {
		font-size: 50px;
	}
	.top_feature .box {
		width: 49%;
		margin-bottom: 30px;
	}
	.top_feature .box:last-of-type {
		margin: 0 auto;
	}
	.top_feature .box .img img {
		width: 100%;
	}
	.top_feature .box dl dt {
		font-size: 20px;
	}
	.top_feature .box dl dt .yellow {
		font-size: 25px;
	}
	.top_about h3 {
		font-size: 40px;
	}
	.top_about .box_flex {
		margin-bottom: 20px;
	}
	.top_about .img {
		margin: 0 auto 20px
	}
	.top_about .img img {
		width: 200px;
	}
	.top_about dl dt {
		font-size: 25px;
	}
	.top_about  dl dt::before {
		height: 50px
	}
	.top_about dl dd .txt {
		font-size: 18px;
	}
	.top_about dl dd ul {
		width: 480px;
	}
	.top_about dl dd ul li {
		padding: 5px 20px;
		font-size: 23px;
	}
	#s_size .top_about .mv {
		width: 100%;
		margin-bottom: 30px;
	}
	#s_size .top_about .mv .youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
		background: #333;
	}
	#s_size .top_about .mv .youtube iframe {
		width: 100%;
		height: 100%;
	}
	.top_specs h3 {
		font-size: 35px;
	}
	.top_specs table tr th {
		width: 100px;
	}
	.top_specs table tr th, .top_specs table tr td {
		padding: 10px;
	}
	#l_size	.top_specs table:first-child {
		margin-bottom: 0;
	}
	#l_size	.top_specs table:first-child table,
	#l_size	.top_specs table:first-child tr:last-child th,
	#l_size	.top_specs table:first-child tr:last-child td {
		border-bottom: none;
	}
	#l_size	.top_specs table th {
		width: 120px;
	}
	.top_specs .box_flex.mt {
		margin-top: 40px;
	}
	.top_specs .image {
		margin: 0 auto 30px;
	}
	.top_specs .docs {
		width: 100%;
		padding: 20px;
	}
	.top_specs .docs h4 {
		font-size: 25px;
	}
	.top_specs .docs .list {
		max-width: 550px;
		margin: 0 auto;
	}
	.top_test h3 {
		font-size: 40px;
	}
	.top_test .mv {
		width: 95%;
	}
	#top_works::before {
		background-size: 30% auto;
	}
	#top_works h3 {
		font-size: 40px;
	}
	#top_works .box {
		width: 32%;
	}
	#top_works .box .in {
		padding: 10px;
	}
	#top_works .btn01 {
		margin-top: 30px;
	}
	#top_area h3 {
		font-size: 40px;
	}
	#top_company h3 {
	font-size: 40px;
	}
	#top_company dl dt {
		width: 30%;
	}
	#top_company dl dd {
		width: 70%;
	}
	#top_contact h3 {
		font-size: 40px;
	}
	#top_contact .box_tel .number {
	font-size: 170%;
}
#top_contact .box_tel .item {
	font-size: 120%;
}
}
@media only screen and (max-width: 640px){ /* スマホ */
	
	#top_msg .txt {
		font-size: 16px;
		text-align: center;
	}
	#top_msg .txt02 {
		line-height: 1.3;
		font-size: 22px;
		margin-bottom: 10px;
		text-align: center;
	}
	#top_msg .txt_line {
		font-size: 23px;
		text-align: center;
	}
	#top_msg ul {
		padding-right: 0;
	}
	#top_msg ul li {
		font-size: 15px;
		background-size: 25px auto;
		padding-left: 35px;
	}
	#top_msg ul li:last-of-type {
		padding-right: 80px;
	}
	#top_msg .img {
		width: 80px;
		right: -20px;
	}
	#top_greeting .box .txt {
		font-size: 105%;
	}
	.top_feature h3 {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.top_feature h3 .yellow,
	.top_feature h3 .pink {
		font-size: 35px;
	}
	.top_feature h3 .yellow .fm {
		font-size: 40px;
	}
	.top_feature .box {
		width: 100%;
		max-width: 330px;
		margin: 0 auto 30px;
	}
	.top_feature .box dl dt {
		height: auto;
		padding: 10px 0;
		font-size: 18px;
	}
	.top_feature .box dl dt .yellow {
		font-size: 23px;
	}
	.top_feature .box dl dd {
		height: auto;
		padding: 10px 0;
		font-size: 15px;
	}
	.top_about h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.top_about .img {
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.top_about .info {
		width: 100%;
	}
	.top_about dl dt {
		font-size: 20px;
		line-height: 1.5;
	}
	.top_about dl dd .txt {
		font-size: 120%;
	}
	.top_about dl dd ul {
		width: 330px;
		margin-bottom: 20px;
	}
	.top_about dl dd ul li {
		font-size: 17px;
		padding: 5px 8px;
		margin-right: 10px;
	}
	.top_about dl dd ul li:last-of-type {
		margin-right: 0;
	}
	.top_specs h3 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.top_specs table {
		table-layout: auto;
	}
	.top_specs table tr th, .top_specs table tr td {
		margin-top: -1px;
		padding: 8px;
	}
	.top_specs .image {
		width: 100%;
	}
	.top_specs .image img {
		width: 100%;
	}
	.top_specs .image .txt {
		padding: 5px;
	}
	.top_specs .docs {
		padding: 15px;
	}
	.top_specs .docs h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.top_specs .docs .box {
		width: 48%;
	}
	.top_specs .docs .box:last-of-type {
		margin: 20px auto 0;
	}
	.top_specs .docs .box .img {
		height: auto;
	}
	.top_specs .docs .box .btn01 a {
		width: 100%;
	}
	.top_test h3 {
		font-size: 30px;
	}
	#top_works h3 {
		font-size: 30px;
	}
	#top_works .box {
		width: 100%;
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	#top_works .box:last-of-type {
		margin-bottom: 0;
	}
	#top_area h3 {
		font-size: 30px;
	}
	#top_company h3 {
		font-size: 30px;
	}
	#top_company dl {
		display: block;
		padding: 20px 0;
	}
	#top_company dl dt {
		width: 100%;
		padding: 0 0 5px 0;
	}
	#top_company dl dd {
		width: 100%;
	}
	#top_contact h3 {
		font-size: 30px;
	}
	#top_contact .text01 {
		text-align: left;
	}
	#top_contact .box_tel {
		width: 100%;
	}
	#top_contact .box_tel .number {
		font-size: 150%;
	}
	#top_contact .box_tel .item {
		font-size: 100%;
	}
	#top_contact .box_privacy {
		padding: 20px 14px;
	}
	@media only screen and (max-width: 320px){
		#top_msg .txt_line {
			font-size: 19px;
		}
		#top_msg ul li {
			font-size: 14px;
		}
		#top_msg .img {
			width: 70px;
			right: -27px;
		}
		.top_about dl dd ul {
			width: 100%;
		}
		.top_about dl dd ul li {
			font-size: 15px;
			padding: 5px;
		}
		.top_about dl dd .txt {
			font-size: 110%;
		}
		.top_specs .docs {
			padding: 10px;
		}
		.top_specs .docs .box .txt {
			font-size: 12px;
		}
		.top_test h3 {
			font-size: 27px;
		}
	}
}