@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}


/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,70px);
	/* font-style: italic; */
	text-align: center;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-family: "Dancing Script", cursive;
  	font-weight: 400;
	color:#2d2d2d;
}
.spot-heading01::first-letter {
	color: var(--main-color)
  }

  .spot-heading02-img {
	width: 50%;
    margin: 5px auto 0 auto;
  }

.spot-heading02{
	font-size: clamp(24px, 2.7vw, 28px);
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    min-height: 0vw;
    color: #444;
	padding-bottom: 0.5em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.spot-heading02+p{
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 15px;
    inline-size: fit-content;
    margin-inline: auto;
}
.line{
	width: 1px;
	height: auto;
	padding-top: clamp(20px,6vw,30px);
	background-color: #2d2d2d;
	margin: 0% auto;
	margin-bottom: 2%;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
  
/*======= FONT ======*/
/*英字*/
.heading06::before 
 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
	z-index: -1;
}

.heading,
.heading14::before,
.heading-decoration_c + p,
.heading-decoration + p,
.heading-decoration_nl + p,
.heading-decoration_lg + p
 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
}

/*日本語*/
@media (min-width: 569px) {
    .nav ul {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700 !important;
        font-style: normal;
    }
}

@media (max-width: 568px) {
    .nav ul {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500 !important;
        font-style: normal;
    }
}

.heading06,
.heading span,
.spot-heading02,
.heading-decoration,
.flow01 > li dl dt,
.greeting-card__item H4,
.sec1-card__item H4,
.heading-decoration2,
.sec2__title ,
.sec2__catch01,
.sec2__subtitle,
.heading-decoration_nl,
.heading-decoration_c,
.heading-decoration_lg,
.card__item H4
 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
}



/*ファーストビュー*/
.hero-container{
	width: 100%;
	max-width: none;
	padding: 0;
}

.fv{
	width: 100%;
}

.fv__media{
	display: block;
	position: relative;
	width: 100%;
	height: 700px;
}

.fv__media::after{
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 35%),
		linear-gradient(0deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.08) 100%);
	pointer-events: none;
}

.fv__media img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.fv__overlay{
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	padding: 0;
	box-sizing: border-box;
}

.fv__panel{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: min(450px, 35%);
	padding: 64px 56px;
	background: rgba(11, 100, 177, 0.85);
	opacity: 0;
	transform: translateX(-80px);
	animation: fvPanelIn 1.1s ease forwards;
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	color: #fff;
}

.fv__panel::before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 55%);
	pointer-events: none;
}

.fv__panel::after{
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255,255,255,0.15);
	pointer-events: none;
}

.fv__en,
.fv__title,
.fv__lead,
.fv__btns{
	position: relative;
	z-index: 1;
	opacity: 0;
	transform: translateY(20px);
	animation: fvTextIn .9s ease forwards;
}

.fv__en{
	margin: 0 0 18px;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(11px, 0.9vw, 14px);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	line-height: 1.5;
	animation-delay: .45s;
}

.fv__title{
	margin: 0 0 18px;
	font-size: clamp(27px, 1.8vw, 32px);
	line-height: 1.45;
	font-weight: 700;
	letter-spacing: 0.04em;
	animation-delay: .6s;
}

.fv__lead{
	margin: 0;
	font-size: clamp(14px, 1.1vw, 18px);
	line-height: 1.8;
	font-weight: 400;
	animation-delay: .78s;
}

.fv__btns{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
	animation-delay: .96s;
}

.fv__btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	padding: 16px 28px;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: transform .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease;
	box-sizing: border-box;
}

.fv__btn:hover{
	transform: translateY(-2px);
}

.fv__btn--primary{
	color: #fff;
	background: var(--accent-color);
}

.fv__btn--primary:hover{
	background: var(--accent-color-dark);
}

.fv__btn--secondary{
	color: #fff;
	border: 1px solid rgba(255,255,255,0.55);
	background: rgba(255,255,255,0.08);
}

.fv__btn--secondary:hover{
	background: rgba(255,255,255,0.18);
	border-color: rgba(255,255,255,0.85);
}

.fv__script{
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	z-index: 1;
	margin: 0;
	font-family: "Great Vibes", cursive;
	font-size: clamp(4.8rem, 10vw, 11rem);
	line-height: 1;
	color: rgba(255,255,255,0.55);
	white-space: nowrap;
	pointer-events: none;
	mix-blend-mode: soft-light;
}

@keyframes fvPanelIn{
	0%{
		opacity: 0;
		transform: translateX(-80px);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fvTextIn{
	0%{
		opacity: 0;
		transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}

@media only screen and (max-width: 1200px){
	.fv__media{
		height: 680px;
	}

	.fv__panel{
		padding: 54px 42px;
	}

	.fv__script{
		font-size: clamp(4rem, 9vw, 8rem);
	}
}

@media only screen and (max-width: 968px){
	.fv{
		background-color: #fff;
	}

	.fv__media{
		height: auto;
	}

	.fv__media img{
		width: 100%;
		height: auto;
		display: block;
	}

	.fv__overlay{
		position: absolute;
		inset: 0;
		display: block;
		padding: 0;
		z-index: 2;
	}

	.fv__panel{
		position: absolute;
		left: 0;
		top: auto;
		bottom: -16px;
		transform: none;
		width: min(40%, 340px);
		margin: 0;
		padding: 30px 22px 28px;
		opacity: 1;
		aspect-ratio: 1 / 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.fv__en,
	.fv__title,
	.fv__lead,
	.fv__btns{
		opacity: 1;
		transform: none;
		animation: none;
	}

	.fv__en{
		margin: 0 0 10px;
		font-size: 11px;
		line-height: 1.5;
	}

	.fv__title{
		margin: 0 0 12px;
		font-size: 24px;
		line-height: 1.45;
	}

	.fv__lead{
		font-size: 14px;
		line-height: 1.7;
	}

	.fv__lead br{
		display: inline;
	}

	.fv__script{
		left: 50%;
		bottom: auto;
		top: 55%;
		transform: translateX(-50%);
		font-size: clamp(2rem, 4vw, 3rem);
	}
}

@media only screen and (max-width: 568px){
	.fv{
		background: #fff;
	}

	.fv__media{
		position: relative;
		height: auto;
		min-height: 0;
	}

	.fv__media img{
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
	}

	.fv__overlay{
		position: absolute;
		inset: 0;
		display: block;
		padding: 0;
		z-index: 2;
	}

	.fv__panel{
		position: absolute;
		left: 0;
		bottom: 14px;
		width: min(57%,240px);
		aspect-ratio: 1 / 1;
		padding: 14px;
		background: rgba(47, 111, 178, 0.85);
		box-sizing: border-box;
	}

	.fv__en,
	.fv__title,
	.fv__lead,
	.fv__btns{
		opacity: 1;
		transform: none;
		animation: none;
	}

	.fv__en{
		margin: 0 0 8px;
		font-size: 9px;
		line-height: 1.4;
	}

	.fv__title{
		margin: 0 0 10px;
		font-size: 19px;
		line-height: 1.45;
	}

	.fv__lead{
		font-size: 12px;
		line-height: 1.65;
	}

	.fv__lead br{
		display: none;
	}

	.fv__script{
		left: 50%;
		top: auto;
		bottom: 70px;
		transform: translateX(-50%);
		font-size: 2rem;
		line-height: 1;
		white-space: nowrap;
		opacity: 0.55;
	}
}

@media print {
	.fv{
		position: relative;
	}

	.fv__media{
		height: auto !important;
		min-height: auto !important;
	}

	.fv__media img{
		height: auto !important;
		object-fit: contain !important;
	}

	.fv__panel{
		position: absolute;
		left: 0;
		bottom: 20px;
	}
}

/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.greeting-spot {
	color: var(--accent-color1);
	font-size: 1.2em;
}

p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto;
	width: fit-content;
	color: #666;
}

/*選ばれる理由*/
.reason-top{
	padding: 0 0 80px;
	margin-top: -20px;
}

.reason-top__head{
	margin-bottom: 32px;
	text-align: center;
}

.reason-top__lead{
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	color: var(--text-color);
	background: #fff;
	padding: 10px 22px;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.reason-top__grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}

.reason-card{
	background: #fff;
	border: 1px solid var(--border-color);
	border-radius: 20px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
	padding: 36px 24px 30px;
	text-align: center;
	transition:
		transform .35s ease,
		box-shadow .35s ease,
		border-color .35s ease,
		background-color .35s ease;
}

.reason-card:hover{
	transform: translateY(-8px);
	box-shadow: 0 18px 36px rgba(47, 111, 178, 0.12);
	border-color: rgba(47, 111, 178, 0.25);
	background-color: #fff;
}

.reason-card__icon{
	width: 88px;
	height: 88px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: var(--sub-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		transform .35s ease,
		background-color .35s ease;
}

.reason-card:hover .reason-card__icon{
	transform: scale(1.06);
	background: #eaf1f4;
}

.reason-card__icon img{
	width: 80px;
	height: 80px;
	object-fit: contain;
	transition: transform .35s ease;
}

.reason-card:hover .reason-card__icon img{
	transform: scale(1.05);
}

.reason-card__title{
	margin-bottom: 16px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--main-color);
	transition: color .35s ease;
}

.reason-card:hover .reason-card__title{
	color: var(--main-color-dark);
}

@media only screen and (max-width: 968px){
	.reason-top{
		padding: 0 0 64px;
	}

	.reason-top__grid{
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.reason-card{
		padding: 30px 22px 26px;
	}
}

@media only screen and (max-width: 568px){
	.reason-top__lead{
		font-size: 0.95rem;
		padding: 10px 16px;
		line-height: 1.7;
	}

	.reason-card__title{
		font-size: 1.1rem;
	}

	.reason-card__text{
		font-size: 0.92rem;
	}
}


/*======= BNR section ======*/

.bnr_sec1{
	padding: clamp(20px, 6vw, 50px) 0 14vw;
}

/*TELバナー*/
.tel_bnr{
	padding:0;
	border: 5px solid  #3fb6ff;
  border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  object-fit: cover;
	overflow: hidden;
  display: block;
}


/*======= コンテンツ ======*/

/* 施工イメージ */
.works{
	padding: var(--v-space) 0;
	background: #fff;
}

.works .heading {
	margin-top: 0;
	line-height: 1.1;
}

.works .heading span {
	display: block;
	margin-top: 5px;
}

.works_cap{
	display: block;
	font-size: 0.8rem;
}

.works__lead{
	max-width: 760px;
	margin: 0 auto 0;
	font-size: 1rem;
	line-height: 1.9;
	color: var(--text-sub-color);
	text-align: center;
}

.works__grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 50px;
	align-items: stretch;
}

.works-card{
	display: grid;
	grid-template-rows: auto 1fr;
	background: #fff;
	border: 1px solid var(--border-color);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	transition: transform .35s ease, box-shadow .35s ease;
	height: 100%;
}

.works-card:hover{
	transform: translateY(-6px);
	box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

.works-card__img{
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #f3f6fa;
}

.works-card__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}

.works-card:hover .works-card__img img{
	transform: scale(1.05);
}

.works-card__body{
	display: flex;
	flex-direction: column;
	padding: 20px 18px 22px;
	margin-top: 0;
}


.works-card__en{
	margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--main-color);
	text-transform: uppercase;
	line-height: 1.5;
}

.works-card__title{
	margin-bottom: 14px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--text-color);
}

.works-card__label {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 500;
	color: #666;
	padding: 0 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid var(--accent-color1);
}

.works-card__text{
	font-size: 0.94rem;
	line-height: 1.8;
	color: var(--text-sub-color);
	margin-top: auto;
}

.works-card__benefit {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 700;
	color: var(--main-color);
	text-align: center;
	background: color-mix(in srgb, var(--accent-color3), transparent 80%);
	padding: 10px;
	border-radius: 6px;
}

.works-card__benefit::before {
	content: "✓";
	margin-right: 6px;
}

.works-card__list {
	list-style: disc;
	line-height: 1.8em;
	padding-left: 20px;
}

@media only screen and (max-width: 568px){
	.sp-break{
		display: block;
	}
}

.sp-break{
	display: inline;
}

@media only screen and (max-width: 568px){
	.sp-break{
		display: block;
	}
}


/* タブレット */
@media only screen and (max-width: 968px){
	.works__grid{
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.works__lead br{
		display: none;
	}
}

/* スマホ */
@media only screen and (max-width: 568px){

	.works__grid{
		grid-template-columns: 1fr;
	}

	.works__lead{
		font-size: 0.95rem;
		line-height: 1.8;
	}

	.works-card__body{
		padding: 18px 16px 20px;
	}

	.works-card__en{
		font-size: 0.72rem;
	}

	.works-card__title{
		font-size: 1.08rem;
		margin-bottom: 12px;
	}

	.works-card__label{
		font-size: 0.76rem;
		padding: 5px 9px;
	}

	.works-card__text{
		font-size: 0.9rem;
	}
}


/*section1*/
.sec1 {
  padding: var(--v-space) 0;
	background-color: #f7f7f7;
}


/*section2*/
.sec2 {
	padding: var(--v-space) 0;
	background-image: url(../img/bg_01.png);
	background-size:cover;
	background-position: bottom;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/*section3*/
.sec3 {
	padding: var(--v-space) 0;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
	background-color: #f7f7f7;
	background-image: repeating-linear-gradient(-45deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 10px);
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #fff;;
	background-image: linear-gradient(#f7f7f7, #ffffff 70%);
	position: relative;
	z-index: 1;
}

.faq2 {
	/*display: flex;*/
	flex-direction: column;
	gap: 10px;
}

.faqItem {
	display: grid;
	grid-template-columns: 2em 1fr;
	align-items: flex-start;
    column-gap: 0;
}

.faqItem .label {
	font-weight: bold;
	color: var(--main-color);
	font-size: 130%;
	line-height: 1.4;
}

.faqItem .labelA {
	font-weight: bold;
	color: var(--accent-color3);
	font-size: 130%;
	line-height: 1.4;
}

.faq2 p {
	margin-top: 5px;
	line-height: 1.5;
    letter-spacing: 0.06em;
	text-align: left;
	display: block;
}

.faq2 p.b {
	font-weight: bold;
	color: #444;
}

hr.faqHr {
	height: 0px;
	border: 1px dashed var(--accent-color3);
	margin: 20px auto;
}


/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: var(--v-space) 0;
  background-color: #eae3de50;
  background-image: url(../img/bg_01.jpg);
  background-size: cover;
  background-position: top;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}



/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
    border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 5.25em;
	line-height: 1.5;
    letter-spacing: 0.06em;
}
.info2 {
    border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 400px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 5px;
}




/*会社概要*/

.bg_b{
	background: rgba(255, 255, 255, 0.9);
	padding:40px;
	border-radius: 20px;
}

@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}
	.company-info-wrapper {
		align-items: start;
	}

	.company-info-table {
		width: 100%;
		border-collapse: collapse;
	}

	.company-photo {
		width: 100%;
		max-width: 400px;
		height: auto;
	}

	.company-info-wrapper figcaption {
		font-size: 0.85rem;
		color: #555;
		margin-top: 8px;
		text-align: center;
	}


@media screen and (max-width: 868px) {
		.company-info-wrapper {
			grid-template-columns: 1fr;	/* スマホ・タブレットでは縦並び */
		}
		.company-photo {
			margin-top: 20px;	/* 表と画像の間に余白を追加 */
		}
}

/*======= ACCESS アクセス ======*/

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed var(--accent-color3);
    padding: 5px;
    width: 400px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}



/*======= リスト ======*/
@media (max-width: 1024px) {
	ul.sidelist2 li {
		font-size: 13px;
		padding: 5px 4px;
	}
}

ul.sidelist2 li {
    box-sizing: border-box;
    list-style-type: none;
    float: left;
    --widthA: calc(100% - 10px);
    --widthB: calc(var(--widthA) / 2);
    width: var(--widthB);
    margin: 2.5px 5px 2.5px 0;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    padding: 5px;
	color: --txt-color;
    border: dashed 1px var(--main-color);
    background: #fff;
}

 .mb-20 {
	margin-bottom: 20px !important;
 }

 .cleafix {
	content: '';
    display: block;
    clear: both;
    padding-top: 20px;
 }


/*======= 電話 ======*/
 .sec3-heading {
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 1vw, 18px);
    text-align: center;
    border: 0;
    color: var(--txt-color);
    margin: 10px;
}

.sec3-heading::before {
    margin-right: 30px;
    transform: rotate(-35deg);
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--main-color);
}

.sec3-heading::after {
    margin-left: 30px;
    transform: rotate(35deg);
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--main-color);
}

a.btn_01 {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 1rem;
    font-size: small;
    color: var(--base-color);
    background: var(--accent-color1);
    transition: 0.3s ease-in-out;
}

a.btn_01::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid var(--accent-color2);
    transition: 0.2s;
}
@media (max-width: 865px) {
	a.btn_01 {
		width: 70%;
	}
}
@media (max-width: 568px) {
	a.btn_01 {
		width: 90%;
	}
}

/*======= 調整 ======*/
.l-c {
    margin-right: auto;
    margin-left: auto;
}

.img-waku {
	border: 1px solid var(--main-color);
}

.img-shadow {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);	
}

.img-round {
	border-radius: 25px;
}

@media only screen and (max-width: 568px) {
	.image-tate {
	margin: 0 auto;
	width: 60%;
	}
}