@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(26px, 4vw, 34px);
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    min-height: 0vw;
    color: #444;
    padding-bottom: 0.3em;
	font-family: "Zen Kaku Gothic New", 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: "Unkempt", cursive;
	font-weight: 700;
	font-style: normal;
	z-index: -1;
}

.heading,
.heading14::before
 {
	font-family: "Unkempt", cursive;
	font-weight: 700;
	font-style: normal;	
}

/*日本語*/
@media (min-width: 569px) {
    .nav ul {
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500 !important;
        font-style: normal;
    }
}

@media (max-width: 568px) {
    .nav ul {
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500 !important;
        font-style: normal;
    }
}

.heading06,
.spot-heading02,
.heading-decoration,
.flow01 > li dl dt,
.greeting-card__item H4,
.sec1-card__item H4,
.heading-decoration2,
.sec2__title ,
.sec2__catch01,
.sec2__subtitle
 {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 600 !important;
    font-style: normal;
}



/*======= TOP ======*/
/*ご挨拶*/
.greeting {
    padding: clamp(40px, 6vw, 90px) 0 var(--v-space2);
    background-color: var(--base-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.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;
}

/*カード*/
.card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
}
@media only screen and (max-width: 968px) {
	.card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.card__item div.kakomi{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

    background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	z-index: 1;

    /*border: solid 1.5px var(--main-color);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); 濃い目の影*/
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1); /*薄めの影*/
}
.card__item div.cardtext {
    padding: 0 20px;
}
.card__item H4{
    padding: 5px 0 20px 0;
    font-size: clamp(18px, 1.8vw, 19px);
    line-height: 1.5;
    text-align: center;
    border-bottom: 2px dotted var(--main-color);
    letter-spacing: 0.05em;
}
.card__item p{
	display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    padding: 20px 0 5px 0;
}
.card__item img {
	border-radius: 10px 10px 0 0;
	z-index: 0;  /* 画像は背面に */
}

.card__item .image-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.card__item .image-wrap .img {
	margin: 0;
}
.card__item .image-wrap img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}

.card__item .triangle-badge {
	position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: var(--accent-color2);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 17px 0 0 25px;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    line-height: 1.6;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 968px) {
    .card__item .triangle-badge {
        width: 80px;
        height: 80px;
        font-size: 15px;
        padding: 13px 0 0 18px;
    }
}

/*TELバナー*/

.bnr_sec1 {
    padding: var(--v-space2) 0;
	position: relative;
	z-index: 1;
}

.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
	}
}

/*装飾枠*/
.diagonal_s {
    background: var(--main-color);
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(200, 180, 160, 0.2);
    left: 10px;
    box-sizing: border-box;
}

.diagonal_s div {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
	line-height: 1.6;
	font-weight: 400;
	color: #444;
	text-align: justify;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.diagonal_s {
		width: 97%;
	}
}

/* リスト */
.dot-list {
	list-style: none;
    margin: 0 10px 20px 10px;
}

.dot-list li {
	position: relative;
	padding-left: 1.2em; 
	line-height: 1.6;
}

.dot-list li::before {
	content: '●';
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.9;
    font-size: 0.8em;
    color: var(--main-color);
}


/*======= コンテンツ ======*/

/*======= ABOUT ======*/
/*section1*/
.sec1 {
    padding: var(--v-space2) 0;
	/* background-color: #f0f1f150; */
}

/* 4枚カード（横並びコンテンツ） */
.line-container4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: normal;
	gap: 15px;
}

.line-container4 div {
	width: calc(33.3% - 13px);
	padding: 5px 5px 0 5px;
	box-sizing: border-box;
}

@media (max-width: 908px) {
	.line-container4 div {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}
}

@media (max-width: 568px) {
	.line-container4 div {
		width: calc(100% - 2px);
		margin-bottom: 10px;
	}
}

/* 円形見出し */
.boradi {
    width: 80%;
    max-width: 190px;
    aspect-ratio: 1 / 1;
    margin: -20px auto;
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
}

/* レスポンシブ */
@media (max-width: 908px) {
	.boradi {
		width: 80%;
		max-width: 200px;
		font-size: 22px;
	}
}

@media (max-width: 568px) {
	.boradi {
        width: 90%;
        max-width: 190px;
        font-size: 20px;
	}
}

/* 背景色クラス */
.bgc-01 { background-color: #f1c518; }
.bgc-02 { background-color: #6fc0e0; }
.bgc-03 { background-color: #ff7190; }
.bgc-04 { background-color: #6fd66f; }
.bgc-05 { background-color: #9f74c5; }
.bgc-06 { background-color: #ffa166; }

/* 背景付きボックス */
.mostbg-01 { background-color: #f9f96b85 !important; border-radius: 10px; }
.mostbg-02 { background-color: #a9e2ff85 !important; border-radius: 10px; }
.mostbg-03 { background-color: #ffabcb85 !important; border-radius: 10px; }
.mostbg-04 { background-color: #a6ffa685 !important; border-radius: 10px; }
.mostbg-05 { background-color: #d3b5e885 !important; border-radius: 10px; }
.mostbg-06 { background-color: #ffd1ae85 !important; border-radius: 10px; }

/* 文章装飾 */
.pdeco {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.4;
    text-align: justify;
    top: 5px;
    position: relative;
    padding-bottom: 33px;
}


/* 画像サイズ調整 */
img.pcspwid2 {
    width: 75%;
    margin: 5px auto 0 auto;
    z-index: 10;
    top: -15px;
    position: relative;
}	

@media (max-width: 568px) {
	img.pcspwid2 {
		width: 85%;
	}
}

@media print {
    .line-container4 {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0;
        padding: 0;
        gap: 0 !important; /* 印刷時は隙間をリセット */
    }

    .line-container4 div {
        width: 32% !important; /* 横3枚固定（余白含めて調整） */
        margin-right: 1% !important; /* 左右に少し余白 */
        margin-bottom: 10px !important; /* 下の隙間 */
        box-sizing: border-box;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    /* 3列目だけ余白をなくす */
    .line-container4 div:nth-child(3n) {
        margin-right: 0 !important;
    }

    /* 背景色を印刷反映 */
    .mostbg-01, .mostbg-02, .mostbg-03, .mostbg-04, .mostbg-05, .mostbg-06,
    .bgc-01, .bgc-02, .bgc-03, .bgc-04, .bgc-05, .bgc-06 {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}


/* lesson 写真 */
.lesson__item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	.lesson__item {
		grid-template-columns: 1fr;
	}
}

.lesson-img {
	text-align: center;
	margin: 0;
}

.lesson-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
}




/*======= TRAINING ======*/
/*section2*/
.sec2 {
    padding: var(--v-space2) 0;
    background-color: #f6a30080;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.letter-style {
	background-image: repeating-linear-gradient(to bottom, #fff 0px, #fff 28px, #ccc 29px);
	padding: 30px 30px 10px 30px;
	line-height: 28px;
}

.letter-style p {
	font-weight: 400 !important;
	font-style: normal;
}

/* グリッドで文章＋写真を配置 */
.letter-grid {
	display: grid;
	grid-template-columns: 5fr 2fr;
    gap: 1rem;
	align-items: center;
}

/* 写真の見た目 */
.letter-photo img {
    width: 100%;
    height: auto;
	margin: 0 auto;
}

/* スマホ・タブ対応：縦並びにする */
@media (max-width: 1068px) {
	.letter-grid {
		grid-template-columns: 1fr;
	}
	.letter-photo img {
		width: 50%;
	}
}
@media (max-width: 568px) {
	.letter-photo img {
		width: 75%;
		padding-top: 20px;
	}
}

/* 印刷用スタイル */
@media print {
    .letter-style {
        background-image: repeating-linear-gradient(to bottom, #fff 0px, #fff 28px, #ccc 29px);
        padding: 30px 30px 10px 30px;
        line-height: 28px;
    }

    .letter-style p {
        font-weight: 400 !important;
        font-style: normal;
    }

    .letter-grid {
        display: grid;
        grid-template-columns: 5fr 2fr;
        gap: 1rem;
        align-items: center;
    }

    .letter-photo img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}


/* タイトルとサブタイトル（短い線で装飾） */
.heading-decoration_for {
	font-size: clamp(22px, 3vw, 26px);
	min-height: 0vw;
	line-height: 1.4;
	font-weight: 400;
	color: #444;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}

.heading-decoration_for::after {
    display: block;
    content: '';
    width: 160px;
    height: 0px;
    margin-top: 0.6em;
    margin-bottom: 0.2rem;
    border-bottom: 2px solid var(--main-color);
    font-weight: bold;
    font-size: 26px;
	margin-left: auto;
	margin-right: auto;
}

.heading-decoration_for + p {
    margin-top: 0.5em;
    margin-bottom: 1em;
	color: var(--main-color);
    font-size: 15px;
	font-family: "Unkempt", cursive;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
    text-align: center;
}

@media screen and (max-width: 1068px) {
	.heading-decoration_for {
		text-align:center;
	}
	.heading-decoration_for::after {
		margin-right:auto;
		margin-left:auto;
	}
	.heading-decoration_for + p {
		text-align:center;
	}
}


/*======= SCHOOL ======*/

/*section3*/
.sec3 {
    padding: var(--v-space2) 0;
	background-color: var(--accent-color1);
    position: relative;
    z-index: 1;
}

/*会社概要*/
.bg_w{
	background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 20px;
	margin: 0 0 clamp(45px, 7vw, 60px) 0;
    border: 5px solid #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
	position: relative;
}
@media screen and (max-width: 568px) {
	.bg_w {
		padding: 20px;
	}
}

/* テーブル全体 */
.table-pickup table {
	border-collapse: separate;
	border-spacing: 0 10px;
	width: 100%;
	box-sizing: border-box;
}

.table-pickup tr {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	margin: 8px 0; /* 上下余白 */
    border: 3px solid #fff;
}

/* 最後の行は下余白なし */
.table-pickup tr:last-child {
	margin-bottom: 0;
}

.table-pickup th {
	display: flex;
	align-items: center;
	gap: 8px;
    background-color: var(--accent-color1);
	color: #444;
    text-align: center;
	padding: 12px 20px;
	width: 125px; /* PC時のみ幅固定 */
	font-weight: bold;
	line-height: 1.6;
	box-sizing: border-box;
}

.th-icon {
	flex-shrink: 0;
	font-size: 1.2em;
}
.th-text {
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
	line-height: 1.4;
}

.table-pickup td {
	flex: 1;
	padding: 12px 20px;
	color: #333;
	line-height: 1.6;
	box-sizing: border-box;
}

.table-pickup-note {
	font-size: 0.9em;
	color: #666;
	margin: 0.3em 0 0;
}
table td[colspan="2"] {
	padding: 0.5em;
}
.lesson-note {
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

/*
@media (min-width: 768px) and (max-width: 958px) {
	.table-pickup tr {
		flex-direction: column;
	}
	.table-pickup th {
		width: 100%;
		border-radius: 8px 8px 0 0;
	}
	.table-pickup td {
		width: 100%;
		border-radius: 0 0 8px 8px;
	}
}*/

@media screen and (min-width: 569px) and (max-width: 868px) {
	.table-pickup td {
		width: 65%;
	}
}

@media (max-width: 768px) {
    .table-pickup table {
        font-size: 0.9em;
    }
	.table-pickup th {
		width: 100px;
	}
}

/*狭いの時のサイズ*/
	.table-short {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
@media (max-width: 1168px) {
	.table-short {
		width: 65%;
	}
}
@media (max-width: 968px) {
	.table-short {
		width: 70%;
	}
}
@media (max-width: 768px) {
	.table-short {
		width: 100%;
	}
}

/*info 写真*/
.info__item {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 20px;
    width: 80%;
    margin: 20px auto 0 auto;
}

/* タブレット: 左右同じ比率 
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.info__item {
		grid-template-columns: 1fr 1fr;
	}
}*/

@media only screen and (max-width: 768px) {
	.info__item {
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.info__item {
		width: 100%;
		grid-template-columns: 1fr 1fr;
	}
}


.info-img {
	text-align: center;
	margin: 0;
}

.info-img img {
	width: 100%;
	height: auto;
	display: block;
}

.info-img figcaption {
	font-size: 0.85rem;
	color: #555;
	margin-top: 8px;
}

/* Google Map を親にフィット */
.gmp2 {
	width: 100%;
	height: 100%;
}

.gmp2 iframe {
	width: 100%;
	height: 100%;
	border: 0;
}


/* スマホ: 縦並び
@media only screen and (max-width: 768px) {
	.info__item {
		grid-template-columns: 1fr; 
	}

	.gmp2 iframe {
		aspect-ratio: 2 / 1;
		object-fit: cover;
	}

	.info-img img {
		width: 50%;
		margin: 0 auto;
	}
} */



/* イラスト配置 */
.bg-front {
    position: absolute;
    right: 100px;
    top: 10px;
    z-index: 10;
    pointer-events: none;
    width: 15%;
}

@media screen and (max-width: 1058px) and (min-width: 658px) {
    .bg-front {
        top: 17px;
        width: 22%;
        right: 90px;
    }
}

@media screen and (max-width: 657px) {
    .bg-front {
        right: 20px;
		top: 55px;
        width: 25%;
    }
}
@media screen and (min-width: 1028px) {
    .bg-front {
        top: 30px;
        width: 16%;
        right: 105px;
    }
}
@media print {
    .bg-front {
        top: 75px;
    }
}

/* 左配置用イラスト */
.bg-front2 {
    position: absolute;
    right: 100px;
    top: 10px;
    z-index: 10;
    pointer-events: none;
    width: 15%;
}
@media screen and (max-width: 1058px) and (min-width: 658px) {
    .bg-front2 {
        top: 17px;
        width: 22%;
        right: 90px;
    }
}
@media screen and (max-width: 657px) {
    .bg-front2 {
        right: 20px;
        top: -30px;
        width: 25%;
    }
}
@media screen and (min-width: 1028px) {
    .bg-front2 {
        top: 30px;
        width: 16%;
        right: 105px;
    }
}
@media print {
    .bg-front2 {
        top: 75px;
    }
}


/*======= FAQ ======*/


.faq_sec1 {
    padding: var(--v-space2) 0;
	position: relative; /* sectionの位置を相対的にする*/ 
	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 var(--v-space2) 0;
    background-color: var(--accent-color1);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
    border-bottom: 1px dashed #888;
	padding: 5px;
	width: 7.25em;
	line-height: 1.5;
    letter-spacing: 0.06em;
}
.info-bg {
    background: #fff;
    border-radius: 10px;
    padding: 15px 30px;
}
.info2 {
    border-bottom: 1px dashed #888;
	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-bold {
    border-bottom: 2px dashed #888;
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 5px;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

/*会社概要*/
.bg_b{
    background: rgba(255,255,255, 0.9);
	padding:40px;
	border-radius: 20px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}

.access_sec1{
	padding: var(--v-space) 0;
    background-color: var(--accent-color1);
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}



/*======= リスト ======*/
@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;
}

