@charset "UTF-8";
@font-face {
	font-family: "D-DIN-bold";
	font-display: fallback;
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/d-din/D-DIN-Bold.woff2") format("woff2"), url("../fonts/d-din/D-DIN-Bold.woff") format("woff"), url("../fonts/d-din/D-DIN-Bold.otf") format("opentype");
}
:root {
	--font-base: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	--font-d-din: "D-DIN-bold", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	--color-black: #000;
	--color-green: #099;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 62.5%;
	overflow: inherit !important;
}

body {
	font-family: var(--font-base);
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	color: var(--color-black);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	overflow: auto;
}

h2 {
	font-size: 5.2rem;
	font-weight: 700;
	line-height: 1.22;
}

h3 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.66;
}

p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
}

ul, ol, li {
	list-style: none;
}

a {
	outline: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a, button {
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease;
	transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease;
	color: inherit;
}

a:hover, button:hover {
	opacity: 0.5;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

strong {
	font-weight: 700;
}

/*****************

   common   

******************/
#body_inner {
	width: 100%;
	height: auto;
	min-width: 120rem;
}

.contents_wrapper {
	position: relative;
	max-width: 88.8rem;
	width: 100%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}

.flex_base {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.flex_base.flex_wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.heading {
	font-size: 5.2rem;
	font-weight: 700;
	line-height: 1.22;
	color: var(--color-green);
	text-align: center;
	margin-bottom: 6.2rem;
}

.heading_sub {
	display: block;
	font-size: 2rem;
	line-height: 1.6;
	color: var(--color-black);
	text-align: center;
}

.tit {
	text-align: center;
	margin-bottom: 5rem;
	line-height: 1.5;
}

.attention_text {
	font-size: 1rem;
	line-height: 2;
}

.text_color01 {
	color: var(--color-green);
	font-weight: 500;
}

@media screen and (min-width: 769px) {
	.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 769px) {
	.pc_only {
		display: none !important;
	}
	html {
		font-size: 10px;
		font-size: clamp(7px, 2.667vw, 24px);
	}
	#body_inner {
		width: 100%;
		min-width: 0px;
	}
	p {
		font-size: 1.6rem;
	}
	img {
		width: 100%;
	}
	.contents_wrapper {
		width: 100%;
		padding: 0 2rem;
	}
	.flex_base.sp_column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.flex_base.sp_column > div, .flex_base.sp_column > p, .flex_base.sp_column > img {
		width: 100%;
	}
	.heading {
		font-size: 3rem;
		line-height: 1.22;
		margin-bottom: 2.2rem;
		white-space: nowrap;
	}
	.heading_sub {
		font-size: 1.8rem;
		margin-bottom: 0.44rem;
		white-space: nowrap;
	}
	.tit {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 1.9rem;
		white-space: nowrap;
	}
	.attention_text {
		line-height: 1.8;
	}
}
/*****************
   parts
******************/
/*****   bg_visual   *****/
.bg_visual {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bg_visual img {
	width: 100%;
	max-width: 10000px;
	margin-right: auto;
	margin-left: auto;
}

/*****   box01   *****/
.box01 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 8.2rem 9.2rem 7.6rem;
	border-radius: 2rem;
	background: #fff;
	-webkit-box-shadow: 0px 0px 1.6rem rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 0px 1.6rem rgba(0, 0, 0, 0.16);
}

.box01.emphasized_box {
	background: #e8fafa;
	border: 6px solid var(--color-green);
	padding: 7.6rem 8rem 7rem;
}

/*****   emphasized_text   *****/
.emphasized_text {
	position: relative;
	display: inline;
	font-size: 1.01em;
	font-weight: 400;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, transparent), color-stop(17%, transparent), color-stop(17%, #ffd86a), color-stop(90%, #ffd86a), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(transparent 17%, transparent 17%, #ffd86a 17%, #ffd86a 90%, transparent 90%, transparent 100%);
}

/*****   num   *****/
.num_box {
	--size: 8rem;
	position: absolute;
	top: -2.2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: var(--size);
	height: var(--size);
	padding-top: 0.32em;
	margin: 0 auto;
	border-radius: 1000px;
	background: var(--color-green);
	color: #fff;
	font-size: calc(var(--size) * 0.2);
	font-weight: 700;
	font-family: var(--font-d-din);
	line-height: 1;
}

.num_box .num {
	font-size: calc(var(--size) * 0.5);
	line-height: 1;
}

/*****   contact_block   *****/
.contact_block {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.contact_block .tel {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	line-height: 1;
	margin-bottom: -0.1em;
	font-size: 4.4rem;
	font-weight: 700;
	font-family: var(--font-d-din);
}

.tel .icon_frecall {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	margin: 0;
}

.tel .icon_frecall::before {
	--size: 0.92em;
	content: "";
	position: absolute;
	left: -1.1em;
	display: block;
	width: var(--size);
	min-width: var(--size);
	height: calc(var(--size) * 0.65);
	margin-right: 0.76rem;
	margin-bottom: -0.4rem;
	background-image: url(../img/deco/icon_freecall.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.contact_block .tel_time {
	font-size: 1rem;
	padding-left: 0.14rem;
}

/*****   btn   *****/
.link_btn {
	--bg-color: #e3a903;
	--color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 6rem;
	border-radius: 1000px;
	background: var(--bg-color);
	border: 0.32rem solid var(--bg-color);
	-webkit-box-shadow: 0px 0px 0.8rem rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 0px 0.8rem rgba(0, 0, 0, 0.16);
	color: var(--color);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
}

a.link_btn:hover {
	opacity: 1;
	background: var(--color);
	color: var(--bg-color);
}

.link_btn.icon_link {
	position: relative;
}

.link_btn.icon_link::after {
	--size: 2.5rem;
	content: "";
	position: relative;
	margin-left: 1.9rem;
	background-image: url(../img/deco/icon_link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: var(--size);
	height: calc(var(--size) * 0.8);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.link_btn.icon_link:hover::after {
	-webkit-filter: invert(52%) sepia(81%) saturate(1540%) hue-rotate(17deg) brightness(112%) contrast(98%);
	        filter: invert(52%) sepia(81%) saturate(1540%) hue-rotate(17deg) brightness(112%) contrast(98%);
}

@media screen and (max-width: 769px) {
	/*****   box01   *****/
	.box01 {
		padding: 6.2rem 2rem 3.8rem;
		border-radius: 1rem;
	}
	.box01.emphasized_box {
		background: #e8fafa;
		border: 0.4rem solid var(--color-green);
		padding: 5.9rem 1.4rem 3.4rem;
	}
	/*****   num   *****/
	.num_box {
		--size: 6.6rem;
	}
	/*contact*/
	.contact_block {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
/*****************

   header

******************/
#header {
	width: 100%;
	background: #fff;
}

#header .header_inner {
	padding: 1.8rem 10rem 1.7rem 2.3rem;
	margin: 0 auto;
	height: 8.2rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header .logo {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#header .contact_block .tel_time {
	display: block;
	margin-top: 0.2rem;
}

#header .header_menu {
	position: relative;
	z-index: 9994;
}

#header .header_menu__outer {
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	width: auto;
	max-width: 100vw;
	height: auto;
	z-index: 9990;
	-webkit-box-shadow: -3px 3px 16px rgba(0, 0, 0, 0.16);
	        box-shadow: -3px 3px 16px rgba(0, 0, 0, 0.16);
	opacity: 0;
	-webkit-transform: scale(10%);
	        transform: scale(10%);
	-webkit-transform-origin: top right;
	        transform-origin: top right;
	-webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.76s ease-in-out;
	transition: opacity 0.7s ease-in-out, -webkit-transform 0.76s ease-in-out;
	transition: transform 0.76s ease-in-out, opacity 0.7s ease-in-out;
	transition: transform 0.76s ease-in-out, opacity 0.7s ease-in-out, -webkit-transform 0.76s ease-in-out;
	pointer-events: none;
}

#header.hamburger-active .header_menu__outer {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
	pointer-events: all;
}

.header_menu__inner {
	padding: 10rem 11.9rem 6.2rem 7rem;
}

#header .anker_menu__item:nth-of-type(n+2) {
	margin-top: 1rem;
}

#header .anker_menu__item::before {
	content: "●";
	position: relative;
	top: -0.18em;
	margin-right: 0.2rem;
	color: var(--color-green);
	font-size: 0.82em;
}

#header .anker_menu__item a {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 1.2rem;
	padding-left: 1.3rem;
}

#header .anker_menu__item.contact_link {
	margin-top: 2.8rem;
}

#header .anker_menu__item.contact_link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 37rem;
	height: 10.4rem;
	border-radius: 0.6rem;
	background: #e8fafa;
}

#header .anker_menu__item.contact_link::before {
	content: "";
	margin: 0;
}

#header .hamburger_btn {
	--hamburger-size: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: var(--hamburger-size);
	height: var(--hamburger-size);
	background: #fff;
	z-index: 9992;
}

#header .hamburger_btn {
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
}

#header .hamburger_btn span,
#header .hamburger_btn::before,
#header .hamburger_btn::after {
	--color: var(--color-green);
	--position: 0;
	content: "";
	position: absolute;
	top: var(--position);
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	display: block;
	width: 44%;
	height: 0.32rem;
	background: var(--color);
	margin-top: 50%;
	-webkit-transition: top 0.28s 0.28s, opacity 0.62s, -webkit-transform 0.28s;
	transition: top 0.28s 0.28s, opacity 0.62s, -webkit-transform 0.28s;
	transition: top 0.28s 0.28s, transform 0.28s, opacity 0.62s;
	transition: top 0.28s 0.28s, transform 0.28s, opacity 0.62s, -webkit-transform 0.28s;
}

#header .hamburger_btn span {
	--position: 0;
}

#header .hamburger_btn::before {
	--position: -1.4rem;
}

#header .hamburger_btn::after {
	--position: 1.4rem;
}

#header.hamburger-active .hamburger_btn span {
	opacity: 0;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
}

#header.hamburger-active .hamburger_btn::before,
#header.hamburger-active .hamburger_btn::after {
	--position: 0;
	-webkit-transition: top 0.28s, opacity 0s, -webkit-transform 0.28s 0.28s;
	transition: top 0.28s, opacity 0s, -webkit-transform 0.28s 0.28s;
	transition: top 0.28s, transform 0.28s 0.28s, opacity 0s;
	transition: top 0.28s, transform 0.28s 0.28s, opacity 0s, -webkit-transform 0.28s 0.28s;
}

#header.hamburger-active .hamburger_btn::before {
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	        transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

#header.hamburger-active .hamburger_btn::after {
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	        transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 769px) {
	#header .header_inner {
		padding: 1rem 9rem 0.82rem 0.8rem;
	}
	#header .logo {
		width: 24.4rem;
		margin-right: auto;
		margin-left: auto;
	}
	#header .header_menu__outer {
		width: 100%;
		height: 100vh;
		overflow-y: auto;
	}
	#header .header_menu__inner {
		max-height: 100dvh;
		padding: 10rem 2rem 5.6rem;
	}
	#header .anker_menu__item {
		padding-left: 2rem;
	}
	#header .anker_menu__item a {
		font-size: 1.8rem;
	}
	#header .anker_menu__item:nth-of-type(n+2) {
		margin-top: 1rem;
	}
	#header .anker_menu__item::before {
		top: -0.13em;
	}
	#header .anker_menu__item.contact_link {
		padding-left: 0;
		margin-top: 2.44rem;
	}
	#header .anker_menu__item.contact_link a {
		width: 100%;
		height: 7.3rem;
		font-size: 1.9rem;
	}
}
/*****************

   footer

******************/
#footer {
	position: relative;
	width: 100%;
	background: #fff;
}

#footer .footer_inner {
	max-width: 100rem;
	margin: 0 auto;
	padding: 10rem 0 7rem;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: left;
}

#footer .footer_company {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.1rem;
	margin-top: 1rem;
}

#footer .footer_address {
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 1.18rem;
}

#footer .copyright {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.2;
	word-break: keep-all;
}

@media screen and (max-width: 769px) {
	#footer .footer_inner {
		width: 33rem;
		padding: 3.2rem 0 5.4rem;
		margin: 0 auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
	#footer .footer_company {
		margin-top: 1.8rem;
	}
	#footer .copyright {
		font-size: 1rem;
	}
}
/*----------------- sp追従　------------------------*/
@media screen and (max-width: 769px) {
	#footer.spfix-adj {
		padding-bottom: 20vw;
	}
	.spfix {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 20vw;
		z-index: 110;
		background-color: #ffffff;
	}
	.spfix__item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.spfix__item a:hover {
		opacity: 1;
	}
	.spfix__item.mail {
		background-image: url(../img/sp/spfix_mail_bg.png);
		background-repeat: repeat-x;
		background-size: contain;
		width: 64vw;
	}
	.spfix__item.mail img {
		width: 53.316vw;
	}
	.spfix__item.tel {
		background-color: #009999;
		width: 36vw;
	}
	.spfix__item.tel img {
		width: 28.8653333333vw;
	}
}
/*****   animation   *****/
/*** アコーディオン ***/
.acc_switch {
	position: relative;
	cursor: pointer;
}

.acc_switch::after {
	--size: 1.8rem;
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	width: var(--size);
	height: calc(var(--size) * 1.4444444444);
	background-image: url(../img/deco/down_arrow_green.svg);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.44s;
	transition: -webkit-transform 0.44s;
	transition: transform 0.44s;
	transition: transform 0.44s, -webkit-transform 0.44s;
}

.acc_block.active .acc_switch::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.acc_switch .open_text, .acc_block.active .acc_switch .close_text {
	display: block;
}

.acc_switch .close_text, .acc_block.active .acc_switch .open_text {
	display: none;
}

.acc_open {
	display: none;
}

/***************

   main

****************/
.asahi_denshika main {
	position: relative;
	background-color: transparent;
	opacity: 1;
	background-image: linear-gradient(to bottom, #F8F8F8 1px, transparent 1px), linear-gradient(to left, #F8F8F8 1px, transparent 1px);
	background-size: 16px 16px;
	overflow: hidden;
}

.asahi_denshika .main_contents {
	overflow-x: hidden;
}

.asahi_denshika .main_section {
	position: relative;
	margin: 16rem 0;
}

@media screen and (max-width: 769px) {
	.asahi_denshika .main_section {
		margin: 7.3rem 0;
	}
}
/*****************
   .fv
******************/
.asahi_denshika .fv {
	position: relative;
}

.asahi_denshika .fv .fv_inner {
	position: relative;
	padding-top: 8rem;
	margin: 0 auto 11.9rem;
	text-align: center;
	line-height: 1;
	z-index: 100;
}

.asahi_denshika .fv_tit_sub {
	color: var(--color-green);
	font-size: 2.9rem;
	font-weight: 700;
	margin-bottom: 1.7rem;
}

.asahi_denshika .fv_tit {
	color: var(--color-black);
	font-size: 5.2rem;
	font-weight: 700;
	line-height: 1.26;
	margin-bottom: 2.8rem;
}

.asahi_denshika .fv_label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 52rem;
	height: 8rem;
	margin: 0 auto;
	border-radius: 1000px;
	background: #E3A903;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

.asahi_denshika .fv .fv_visual {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding: 0;
	margin: 0;
	width: auto;
	margin-bottom: 8rem;
	line-height: 1;
	text-align: center;
}

.asahi_denshika .fv .fv_visual img {
	width: auto;
	height: 103rem;
}

@media screen and (max-width: 769px) {
	.asahi_denshika .fv .fv_inner {
		padding-top: 2.2rem;
		margin-bottom: 11rem;
	}
	.asahi_denshika .fv_tit_sub {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.asahi_denshika .fv_tit {
		font-size: 3rem;
		line-height: 1.3;
		margin-bottom: 1.4rem;
		white-space: nowrap;
	}
	.asahi_denshika .fv_label {
		font-size: 1.7rem;
		width: 32rem;
		height: 4.9rem;
	}
	.asahi_denshika .fv .fv_visual img {
		position: relative;
		top: -0.4rem;
		left: 0;
		width: 100vw;
		height: auto;
	}
}
/*****************
   .points
******************/
.asahi_denshika .points {
	margin: 10rem auto;
}

.asahi_denshika .points .heading {
	margin-bottom: 7.6rem;
}

.asahi_denshika .points .heading_sub {
	font-size: 3.2rem;
}

.asahi_denshika .points .point:nth-of-type(n+2) {
	margin-top: 8.2rem;
}

.asahi_denshika .points .img_block {
	position: relative;
}

.asahi_denshika .points .huki {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	width: 26rem;
}

.asahi_denshika .points .detail_table {
	background: #F7F7F0;
	padding: 0.01rem;
	margin: 1.4rem 0 1.4rem;
}

.asahi_denshika .points .detail_wrapper {
	margin: 1.2rem;
}

.asahi_denshika .points .detail_table .detail,
.asahi_denshika .points .detail_table .detail_item {
	line-height: 1.3;
}

.asahi_denshika .points .table {
	width: 100%;
}

.asahi_denshika .points .table caption {
	margin-bottom: 1.6rem;
	line-height: 1;
}

.asahi_denshika .points .table tr {
	border-bottom: 0.2rem solid #fff;
}

.asahi_denshika .points .table th,
.asahi_denshika .points .table td {
	padding: 1.1rem;
	font-size: 1.6rem;
	line-height: 1.66;
}

.asahi_denshika .points .table th {
	background: var(--color-green);
	color: #fff;
}

.asahi_denshika .points .table td {
	background: #F7F7F0;
}

.asahi_denshika .points .detail_caption.-adj {
	margin-right: -0.9em;
}
.asahi_denshika .points .point09-tbl th, .asahi_denshika .points .point09-tbl td {
	line-height: 1.75;
}
@media screen and (max-width: 769px) {
	.asahi_denshika .points .point09-tbl th, .asahi_denshika .points .point09-tbl td {
		font-size: 1.5rem;
	}
}
.asahi_denshika .points .point09-tbl th {
	padding-right: 1em;
}
@media screen and (max-width: 769px) {
	.asahi_denshika .points .point09-tbl th {
		padding-right: 0;
	}
}
.asahi_denshika .points .point09-tbl-title {
	margin-top: 1em;
}
.asahi_denshika .points .point09-tbl .div {
	display: inline-block;
	padding-right: 1em;
}
@media screen and (max-width: 769px) {
	.asahi_denshika .points .point09-tbl .div {
		padding-right: 0;
	}
}
.asahi_denshika .points .point09-tbl .r-adj {
	display: inline-block;
	margin-right: -2.5em;
}

/***   strong_point   ***/
.asahi_denshika .points .strong_point {
	padding-top: 5.6rem;
	margin-bottom: 10rem;
}

.asahi_denshika .points .strong_point .heading {
	position: relative;
	margin-bottom: 5.4rem;
}

.asahi_denshika .points .strong_point .point:nth-of-type(n+2) {
	margin-top: 5.4rem;
}

.asahi_denshika .points .strong_point .heading .deco_heading {
	position: relative;
	display: inline-block;
}

.asahi_denshika .points .strong_point .heading .deco_heading::before,
.asahi_denshika .points .strong_point .heading .deco_heading::after {
	--size: 7.3rem;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-image: url(../img/deco/deco_heading_light.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: var(--size);
	height: calc(var(--size) * 0.8266666667);
}

.asahi_denshika .points .strong_point .heading .deco_heading::before {
	right: calc(100% + 3.2rem);
}

.asahi_denshika .points .strong_point .heading .deco_heading::after {
	left: calc(100% + 2rem);
	-webkit-transform: translateY(-50%) rotateY(180deg);
	        transform: translateY(-50%) rotateY(180deg);
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

.asahi_denshika .points .strong_point .num_box {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translate(0);
	        transform: translate(0);
	margin-bottom: 2.2rem;
}

/* 2 */
.asahi_denshika .points .point[data-num="02"] .huki {
	-webkit-transform: translateX(-50%) translateY(-62%);
	        transform: translateX(-50%) translateY(-62%);
}

@media screen and (min-width: 769px) {
	.asahi_denshika .points .text_block, .asahi_denshika .points .img_block {
		width: 336px;
	}
	.asahi_denshika .points .table caption {
		margin-top: -3.2rem;
	}
	/* 1 */
	.asahi_denshika .points .point[data-num="01"] .tit {
		margin-bottom: 4rem;
	}
	/* 1 */
	.asahi_denshika .points .point[data-num="02"] .tit {
		margin-bottom: 5.4rem;
	}
}
@media screen and (max-width: 769px) {
	.asahi_denshika .points {
		margin: 5rem auto;
	}
	.asahi_denshika .points .point .contents_block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.asahi_denshika .points .img_block {
		margin-bottom: 1.7rem;
	}
	.asahi_denshika .points .point:nth-of-type(n+2) {
		margin-top: 5rem;
	}
	.asahi_denshika .points .heading_sub {
		font-size: 1.8rem;
		line-height: 1.37;
		margin-bottom: 0.44rem;
	}
	.asahi_denshika .points .huki {
		width: 22rem;
	}
	.asahi_denshika .points .detail_table {
		margin-top: 0.92rem;
	}
	.asahi_denshika .points .detail_table .detail,
	.asahi_denshika .points .detail_table .detail_item,
	.asahi_denshika .points .detail_caption {
		font-size: 1.4rem;
	}
	.asahi_denshika .points .table th,
	.asahi_denshika .points .table td {
		display: block;
		width: 100%;
		padding: 0.5rem 1rem 0.4rem 1.2rem;
	}
	.asahi_denshika .points .table th {
		line-height: 1.5;
	}
	.asahi_denshika .points .table td {
		line-height: 1.6;
	}
	/***   strong_point   ***/
	.asahi_denshika .points .strong_point {
		padding-top: 2.44rem;
		margin-bottom: 5rem;
	}
	.asahi_denshika .points .strong_point .num_box {
		margin-bottom: 0.52rem;
	}
	.asahi_denshika .points .strong_point .heading {
		margin-bottom: 2rem;
	}
	.asahi_denshika .points .strong_point .heading .deco_heading::before,
	.asahi_denshika .points .strong_point .heading .deco_heading::after {
		--size: 4rem;
		top: calc(50% + 0.32rem);
	}
	.asahi_denshika .points .strong_point .heading .deco_heading::before {
		right: calc(100% + 0.86rem);
	}
	.asahi_denshika .points .strong_point .heading .deco_heading::after {
		left: calc(100% + 0.44rem);
	}
	.asahi_denshika .points .strong_point .tit {
		margin-bottom: 3.4rem;
	}
	.asahi_denshika .points .strong_point .point:nth-of-type(n+2) {
		margin-top: 4.56rem;
	}
	/* 2 */
	.asahi_denshika .points .strong_point .point[data-num="02"] .tit {
		margin-bottom: 4.4rem;
	}
}
/*****************
   .column
******************/
.asahi_denshika .column {
	position: relative;
	margin-top: 12rem;
}

.asahi_denshika .column .box01 {
	background: #FFFCF4;
}

.asahi_denshika .column .heading {
	color: var(--color-black);
	font-size: 3.2rem;
	line-height: 1.8;
	margin-bottom: 7.6rem;
}

.asahi_denshika .column .box_label {
	position: absolute;
	--size: 10rem;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: var(--size);
	height: var(--size);
}

.asahi_denshika .column .box_label::before {
	--size: 5rem;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: var(--size) solid #E3A903;
	border-right: var(--size) solid transparent;
	border-bottom: var(--size) solid transparent;
	border-left: var(--size) solid #E3A903;
	border-top-left-radius: 2rem;
}

.asahi_denshika .column .box_label > span {
	position: relative;
	display: block;
	-webkit-transform: rotate(-45deg) translateX(-1rem) translateY(0.22rem);
	        transform: rotate(-45deg) translateX(-1rem) translateY(0.22rem);
	-webkit-transform-origin: center left;
	        transform-origin: center left;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: var(--font-d-din);
}

.asahi_denshika .column .img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 114%;
	margin-bottom: 9.2rem;
}

.asahi_denshika .column .merit_list__item {
	width: 100%;
}

.asahi_denshika .column .merit_list__item .tit {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 100%;
	height: 6rem;
	padding-left: 1.7rem;
	margin: 0 0 1.8rem;
	background: var(--color-green);
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.1;
	white-space: nowrap;
}

.asahi_denshika .column .merit_list__item .tit::before {
	--width: 4rem;
	--aspect: 43/43;
	content: "";
	position: relative;
	top: -0.1rem;
	left: 0;
	margin-right: 1.19rem;
	background-image: url(../img/deco/icon_search.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: var(--width);
	height: calc(var(--width) * var(--aspect));
}

.asahi_denshika .column .merit_list__item .tit.icon_search::before {
	--width: 4rem;
	--aspect: 43/43;
	background-image: url(../img/deco/icon_search.svg);
}

.asahi_denshika .column .merit_list__item .tit.icon_lock::before {
	--width: 2.9rem;
	--aspect: 37/29;
	background-image: url(../img/deco/icon_lock.svg);
}

.asahi_denshika .column .merit_list__item .tit.icon_piggy_bank::before {
	--width: 4.4rem;
	--aspect: 35/47;
	background-image: url(../img/deco/icon_piggy_bank.svg);
}

.asahi_denshika .column .merit_list__item .tit.icon_guard::before {
	--width: 3.2rem;
	--aspect: 37/33;
	background-image: url(../img/deco/icon_guard.svg);
	top: 0;
}

@media screen and (min-width: 769px) {
	.asahi_denshika .column .merit_list {
		row-gap: 4rem;
	}
	.asahi_denshika .column .merit_list__item {
		width: 47.1%;
		margin-bottom: 0.6rem;
	}
}
@media screen and (max-width: 769px) {
	.asahi_denshika .column {
		margin-top: 5rem;
	}
	.asahi_denshika .column .heading {
		font-size: 2rem;
		line-height: 1.5;
		margin-bottom: 1.6rem;
	}
	.asahi_denshika .column .img {
		width: 29rem;
		left: 0;
		-webkit-transform: translate(0);
		        transform: translate(0);
		margin-bottom: 3.7rem;
	}
	.asahi_denshika .column .merit_list__item .tit {
		font-size: 1.8rem;
		margin-bottom: 1rem;
		height: 5.4rem;
	}
	.asahi_denshika .column .merit_list__item:nth-of-type(n+2) {
		margin-top: 2.2rem;
	}
	.asahi_denshika .column .merit_list__item .tit::before {
		margin-right: 1.1rem;
	}
	.asahi_denshika .column .merit_list__item .tit.icon_search::before {
		--width: 3.6rem;
	}
	.asahi_denshika .column .merit_list__item .tit.icon_lock::before {
		--width: 2.44rem;
	}
	.asahi_denshika .column .merit_list__item .tit.icon_piggy_bank::before {
		--width: 4rem;
	}
	.asahi_denshika .column .merit_list__item .tit.icon_guard::before {
		--width: 2.8rem;
	}
}
/*****************
   .example
******************/
.asahi_denshika .example .emphasized_text {
	font-weight: 700;
}

.asahi_denshika .example .box01 {
	padding-top: 10rem;
}

.asahi_denshika .example .phase_block .tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 100%;
	height: 6rem;
	padding: 0 1.44rem;
	margin: 0 auto 2rem;
	background: #F7F7F0;
	border-radius: 0.1rem;
	font-size: 2.44rem;
	line-height: 1.2;
	white-space: nowrap;
}

.asahi_denshika .example .phase_block .tit::before {
	--width: 4rem;
	--aspect: 40/40;
	content: "";
	position: relative;
	left: 0;
	margin-right: 0.66em;
	background-image: url(../img/deco/example_icon01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: var(--width);
	min-width: var(--width);
	height: calc(var(--width) * var(--aspect));
}

.asahi_denshika .example .phase_block.trigger_block .tit::before {
	background-image: url(../img/deco/example_icon01.svg);
}

.asahi_denshika .example .phase_block.select_block .tit::before {
	background-image: url(../img/deco/example_icon02.svg);
}

.asahi_denshika .example .phase_block.reason_block .tit::before {
	background-image: url(../img/deco/example_icon03.svg);
}

.asahi_denshika .example .phase_block.impression_block .tit::before {
	background-image: url(../img/deco/example_icon04.svg);
}

.asahi_denshika .example .phase_block.expectation_block .tit::before {
	background-image: url(../img/deco/example_icon05.svg);
}

.asahi_denshika .example .phase_block:not(:last-of-type) .text {
	margin-bottom: 2.9rem;
}

.asahi_denshika .example .company_block {
	margin: 6rem auto 0;
}

.asahi_denshika .example .company_detail__block {
	border-bottom: 0.1rem solid var(--color-green);
}

.asahi_denshika .example .company_detail__block:nth-of-type(n+2) {
	margin-top: 1.7rem;
}

.asahi_denshika .example .company_detail__heading {
	color: var(--color-green);
	margin-bottom: 0.4rem;
}

.asahi_denshika .example .company_detail__item {
	margin-bottom: 1.6rem;
}

.asahi_denshika .example .company_detail .company_name {
	height: 1.44rem;
	width: auto;
}

@media screen and (min-width: 769px) {
	.asahi_denshika .example .company_block .img {
		width: 25rem;
	}
	.asahi_denshika .example .phase_block .acc_switch {
		cursor: auto;
		pointer-events: none;
	}
	.asahi_denshika .example .phase_block .acc_switch::after {
		display: none;
	}
	.asahi_denshika .example .phase_block .acc_open {
		display: block !important;
	}
}
@media screen and (max-width: 769px) {
	.asahi_denshika .example .box01 {
		padding-top: 2.44rem;
		padding-bottom: 2.44rem;
	}
	.asahi_denshika .example .phase_block .tit {
		font-size: 1.76rem;
		height: 5.4rem;
		padding-right: 4.17rem;
		margin-bottom: 1.6rem;
		text-align: left;
	}
	.asahi_denshika .example .phase_block .tit::before {
		--width: 3.2rem;
	}
	.asahi_denshika .example .company_block {
		margin-top: 4.4rem;
	}
	.asahi_denshika .example .company_block .img {
		text-align: center;
		width: 21rem;
		margin: 0 auto 3rem;
	}
	.asahi_denshika .example .company_detail__block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding-bottom: 1.6rem;
	}
	.asahi_denshika .example .company_detail__heading,
	.asahi_denshika .example .company_detail__item {
		margin: 0;
	}
	.asahi_denshika .example .company_detail__heading {
		min-width: 7.6rem;
	}
}
/*****************
   .flow
******************/
.asahi_denshika .flow .flow_box {
	position: relative;
	margin-top: 8.2rem;
	z-index: 10;
}

.asahi_denshika .flow .flow_block {
	position: relative;
}

.asahi_denshika .flow .flow_block::before {
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 50%;
	width: 0.14rem;
	height: calc(100% - 1rem);
	background: var(--color-green);
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
	.asahi_denshika .flow .text_block {
		width: 42.8rem;
	}
	.asahi_denshika .flow .img_block {
		width: 24.4rem;
	}
}
@media screen and (max-width: 769px) {
	.asahi_denshika .flow .flow_box {
		margin-top: 4rem;
	}
	.asahi_denshika .flow .flow_box .contents_block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.asahi_denshika .flow .img_block {
		margin-bottom: 1.7rem;
	}
}
/*****************
   .qanda
******************/
.asahi_denshika .qanda .qanda_block {
	--icon-width: 6rem;
}

.asahi_denshika .qanda .qanda_block .icon {
	position: absolute;
	left: 0;
	display: block;
	width: var(--icon-width);
	min-width: var(--icon-width);
	margin-top: -0.1rem;
	color: var(--color-green);
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.asahi_denshika .qanda .question_box,
.asahi_denshika .qanda .answer_box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-left: var(--icon-width);
}

.asahi_denshika .qanda .question_box {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: auto;
	padding-top: 1.7rem;
	padding-bottom: 1.8rem;
	background: #F7F7F0;
	border-radius: 0.1rem;
	margin-bottom: 2.44rem;
	font-weight: 700;
	line-height: 1.5;
}

.asahi_denshika .qanda .answer_box {
	display: none;
	margin-bottom: 2.6rem;
	line-height: 1.75;
}

@media screen and (max-width: 769px) {
	.asahi_denshika .qanda .heading {
		margin-bottom: 2.9rem;
	}
	.asahi_denshika .qanda .box01 {
		padding-top: 4rem;
	}
	.asahi_denshika .qanda .qanda_block {
		--icon-width: 3.9rem;
	}
	.asahi_denshika .qanda .question_box {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding-top: 1.19rem;
		padding-bottom: 1.3rem;
		margin-bottom: 1.19rem;
	}
	.asahi_denshika .qanda .answer_box {
		display: none;
		margin-bottom: 2.6rem;
	}
}
/*****************
   .contact
******************/
.asahi_denshika .contact .box01 {
	background: #F7F7F0;
}

.asahi_denshika .contact .contact_block {
	margin: 0 auto 3.8rem;
}

.asahi_denshika .contact .contact_block .tel {
	font-size: 7.8rem;
	text-align: center;
}

.asahi_denshika .contact .contact_block .tel_time {
	display: block;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-top: 1.4rem;
}

@media screen and (min-width: 769px) {
	.asahi_denshika .contact {
		margin-bottom: 11rem;
	}
	.asahi_denshika .contact .box01 {
		padding-top: 7.3rem;
	}
	.asahi_denshika .contact .contact_block {
		padding-left: 8.6rem;
	}
	.asahi_denshika .contact .link_btn {
		width: 52rem;
		margin: 0 auto;
	}
}
@media screen and (max-width: 769px) {
	.asahi_denshika .contact {
		margin-bottom: 5rem;
	}
	.asahi_denshika .contact .box01 {
		padding-top: 3.9rem;
	}
	.asahi_denshika .contact .contact_block {
		margin: 0 auto 1.9rem;
	}
	.asahi_denshika .contact .contact_block .tel {
		font-size: 4.17rem;
		text-align: center;
		white-space: nowrap;
	}
	.asahi_denshika .contact .contact_block .tel .icon_frecall::before {
		position: relative;
		top: 0;
		left: 0;
	}
	.asahi_denshika .contact .contact_block .tel_time {
		margin-top: 0.73rem;
		text-align: center;
	}
	.asahi_denshika .contact .link_btn {
		width: 100%;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.link_btn.icon_link::after {
		--size: 2.1rem;
		position: absolute;
		right: 3.14rem;
	}
}
/*# sourceMappingURL=style.css.map */