@charset "utf-8";

:root{
	--base-color: #EFF9F1;
	--text-color: #333333;
	--main-color: #295E58;
	--collabo-bgColor: #87BC61;
	--cta-contact: #FFF7B8;
	--cta-contactActive: #FEB000;
	--cta-contactNonActive: rgba(245, 225, 73, 0);
	--cta-normal: #ffffff;
	--cta-normalActive:  rgba(96, 153, 56, 1);
	--cta-normalNonActive:  rgba(96, 153, 56, 0);
	--quotation-color: #4bc0c0;
	--quotation-bgColor: #dbf2f2;
}
body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, address {
	font-size: 100%;
	line-height: normal;
	color: var(--text-color);
	font-family: "Noto Sans JP", sans-serif ,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
	"Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-optical-sizing: auto;
	letter-spacing: 0.02rem;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
h1, h2, h3, h4, p{
	word-break: break-all;
	font-weight: 500;
}
p{
	font-size: 2rem;
	color: var(--text-color);
}
ul, li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: var(--text-color);
}
img{
	display: unset;
	object-fit: cover;
}
/* ------------------
調整要素
------------------ */
.text-spacing{
	letter-spacing: -0.2rem;
}
/* ------------------
全共通
------------------ */
.btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 300px;
	font-size: 2rem;
	font-weight: 600;
	color: var(--text-color);
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 9999px;
	-webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.el_hero_deco{
	display: none;
	position: absolute;
	width: 80px;
	top: 24px;
}
.el_section_ttl{
	font-size: 7.2rem;
	color: var(--main-color);
	text-align: center;
	word-break: keep-all;
}
.el_section_sabTtl{
	color: var(--text-color);
	font-size: 2.4rem;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 88px;
}
.el_desTtl{
	position: relative;
	font-size: 3.2rem;
	font-weight: 400;
	padding-left: 36px;
	margin-bottom: 24px;
}
.el_desTtl::before{
	position: absolute;
	content: '';
	width: 22px;
	height: 52px;
	display: inline-block;
	background-image: url(./images/des_ttl.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	top: 0;
	left: 0;
}
.bl_overview_textBody p{
	font-size: 2rem;
	line-height: 3.8rem;
}
.bl_overview_textBody{
	width: 100%;
	max-width: 796px;
	background-color: #fff;
	padding: 40px;
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 64px;
}
.bl_ctaCol{
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	justify-content: center;
	align-items: center;
}
.ly_cont_bg{
	background-color: var(--base-color);
	padding-top: 80px;
	padding-bottom: 80px;
}
.ly_cont_inner{
	width: 100%;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
/* ------------------
追従要素
------------------ */
.el_scrollContact{
	position: fixed;
	right: 4vw;
	bottom: 4vw;
	width: 120px;
	height: 120px;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	transition: visibility .4s, opacity .4s;
}
.el_scrollContact.is-activeScroll{
	opacity: 1;
	visibility: visible;
}
/* ------------------
コンテナ
------------------ */
.ly_main{
	overflow: hidden;
}
/* ------------------
ヒーローヘッダー
------------------ */
.bl_hero_link img{
	max-width: 240px;
}
.bl_hero_link{
	display: inline-block;
	padding: 8px 16px;
}
.bl_hero_des{
	font-size: 1.2vw;
	font-size: max(20px, 1.2vw);
  font-size: min(28px, 1.2vw);
	line-height: 2.2vw;
	line-height: max(32px, 1.2vw);
  line-height: min(48px, 2vw);
	margin-bottom: 32px;
}
.bl_hero_ttl br{
	display: block;
}
.bl_hero_ttl wbr{
	display: none;
}
.bl_hero_ttl{
	font-size: 3.5vw;
  font-size: max(24px, 3.5vw);
  font-size: min(48px, 3.5vw);
	margin-bottom: 16px;
	word-wrap: break-word;
}
.bl_hero_textBody{
	position: absolute;
	padding-top: 11.5%;
	padding-left: 3%;
	z-index: 2;
}
.bl_hero_imgWrapper{
	position: relative;
	padding-top: 106px;
}
.ly_heroBg{
	width: 100%;
	background-color: var(--base-color);
}
.ly_cont_heroInner img{
	margin: 0 auto;
}
.ly_cont_heroInner{
	position: relative;
	max-width: 1760px;
	padding-left: 80px;
	padding-right: 80px;
	margin: 0 auto;
}
.ly_heroCont{
	font-feature-settings: "palt";
	margin-bottom: 40px;
}
/* ------------------
アバウト
------------------ */
.bl_about_text{
	max-width: 372px;
	line-height: 4rem;
	font-feature-settings: "palt";
}
.about-icon{
	position: absolute;
}
.about_illust-size img{
	max-width: 370px;
}
.about_man-size img{
	max-width: 110px;
}
.about_chart-size img{
	max-width: 220px;
}
.about_isp-size img{
	max-width: 220px;
}
.about_yen-size img{
	max-width: 80px;
}
.about_option-size img{
	max-width: 80px;
}
.bl_about_illust{
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 360px;
	z-index: 8;
}
.bl_about_man{
	left: 0;
	bottom: 0;
	z-index: 1;
}
.bl_about_chart{
	bottom: 60px;
	z-index: 2;
}
.bl_about_isp{
	right: 30px;
	bottom: 60px;
	z-index: 3;
}
.bl_about_yen{
	top: 0;
	right: 30px;
}
.bl_about_option{
	right: 0;
	bottom: 20px;
	z-index: 1;
}
.bl_about_imgWrapper{
	position: relative;
	width: 100%;
	max-width: 568px;
	height: 320px;
}
.bl_about_graph img{
	margin: 0 auto;
}
.bl_about_result{
	margin-top: 32px;
}
.bl_about_graph{
	margin-top: 40px;
}
.bl_aboutCol{
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 20px;
}
.ly_aboutCont{
	margin-top: 40px;
	margin-bottom: 40px;
}
/* ------------------
概要
------------------ */
.bl_overviewItem img{
	max-width: 72px;
	margin: 0 auto;
}
.bl_overviewItem h4{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 8px;
}
.el_kome {
	font-size: 0.7em;
	vertical-align: super;
	font-weight: 600;
}
.bl_overviewList .bl_overviewItem:last-child::after {
	content: "※プランにより異なります。";
	font-size: 14px;
	color: #333;
	position: absolute;
	bottom: -48px;
	right: 0;
	}
.bl_overviewItem p{
	font-size: 1.5rem;
	word-break: keep-all;
}
.bl_overviewItem{
	width: 262px;
	padding: 30px 0;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.bl_overviewList{
	width: 100%;
	min-width: 840px;
	display: grid;
	grid-template-columns: repeat(3, auto);
	row-gap: 20px;
	column-gap: 20px;
	justify-content: center;
	align-items: center;
}
.ly_overview{ 
	margin-bottom: 140px;
}
/* ------------------
提供
------------------ */
.bl_provide_textBox dt, dd{
	font-size: 2rem;
}
.bl_provide_textBox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 366px;
	max-width: 676px;
	background-color: var(--base-color);
	padding: 64px;
	font-feature-settings: "palt";
}
.iconStar-size img{
	max-width: 50px;
}
.iconStar-size{
	width: 50px;
}
.iconStar-01 img{
	max-width: 50px;
}
.iconLetter-01 img{
	transform: rotate(-30deg);
}
.iconLetter-02 img{
	transform: rotate(-40deg);
}
.iconLetter-03 img{
	transform: rotate(30deg);
}
.iconLetter-04 img{
	transform: rotate(40deg);
}
.iconStar-01{
	width: 50px;
	top: 110px;
	left: 160px;
}
.iconStar-02{
	width: 50px;
	top: 160px;
	left: 214px;
}
.iconLetter-01{
	top: 200px;
	right: 0px;
}
.iconLetter-02{
	top: 70px;
	right: -40px;
}
.iconLetter-03{
	top: 20px;
	right: -170px;
}
.iconLetter-04{
	top: 60px;
	right: -220px;
}
.iconLetter-size img{
	max-width: 60px;
}
.iconLetter-size{
	width: 60px;
}
.notice-size{
	width: 72px;
}
.notice img{
	max-width: 72px;
}
.notice{
	top: 110px;
}
.pt-size{
	width: 92px;
}
.pt img{
	max-width: 92px;
}
.pt{
	position: relative;
	top: 8px;
	left: -34px;
}
.illust-letter{
	top: 0;
}
.illust-man img{
	max-width: 270px;
}
.illust{
	position: relative;
}
.bl_provide_imgWrapper-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 290px;
	margin-right: 39px;
}
.bl_provide_imgWrapper-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 290px;
	margin-left: 39px;
}
.bl_provide_figure:nth-child(7){
	margin-top: 200px;
	margin-bottom: 64px;
}
.bl_provide_figure{
	margin-bottom: 40px;
}
.bl_provideCol{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.reverse{
	flex-direction: row-reverse;
}
.ly_provideCont{
	margin-bottom: 140px;
}
/* ------------------
CTA
------------------ */
.bl_ctaCol {
	margin-top: 40px;
}
.ly_ctaCont .el_section_ttl{
	font-size: 4rem;
	word-break: break-all;
	color: #fff;
}
.ly_ctaBg{
	position: relative;
	background-image: url(./images/cta_bg.png);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: var(--main-color);
	padding: 80px 160px;
}
.normal .el_section_ttl{
	color: #fff;
}
.normal{
	margin-bottom: 64px;
}
/* ------------------
コラボ
------------------ */
.collabo > .ly_ctaBg{
	background-color: var(--collabo-bgColor);
}
.collabo{
	margin-bottom: 140px;
}
/* ------------------
手続き
------------------ */
.bl_flow_item p{
	max-width: 280px;
	font-size: 2rem;
	line-height: 3.4rem;
	word-break: keep-all;
	font-feature-settings: "palt";
	text-align: center;
}
.bl_flow_itemWrapper .el_number{
	font-size: 3.2rem;
	margin-bottom: 8px;
}
.bl_flow_itemWrapper h4{
	font-size: 2rem;
	margin-bottom: 16px;
}
.bl_flow_itemWrapper img{
	max-width: 120px;
	margin: 0 auto;
}
.bl_flow_itemWrapper{
	max-width: 280px;
	padding: 32px 24px;
	border-radius: 9999px;
	background-color: var(--base-color);
	margin-bottom: 30px;
	text-align: center;
}
.bl_flowList{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	align-items: start;
	column-gap: 20px;
	font-feature-settings: "palt";
}
.ly_flowCont{
	margin-bottom: 140px;
}
/* ------------------
インタラクション-フェードイン
------------------ */
.non-activeLoad{
	opacity: 0;
	visibility: hidden;
	transition: all 1.5s;
	transform: translateY(80px);
}
.non-activeLeft{
	opacity: 0;
	visibility: hidden;
	transition: all 1.5s;
	transform: translateX(-50px);
}
.non-activeRight{
	opacity: 0;
	visibility: hidden;
	transition: all 1.5s;
	transform: translateX(50px);
}
.non-activeBottom{
	opacity: 0;
	visibility: hidden;
	transition: all 1.5s;
	transform: translateY(20px);
}
.is-activeLoad{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.is-activeLeft{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.is-activeRight{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.is-activeBottom{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/* ------------------
インタラクション-スケール
------------------ */
.non-activeScale{
	transform: scale(0);
}
.is-activeScale01{
	animation-name: activeScale;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.is-activeScale02{
	animation-name: activeScale;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
.is-activeScale03{
	animation-name: activeScale;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
.is-activeScale04{
	animation-name: activeScale;
	animation-duration: 4s;
	animation-fill-mode: forwards;
}
.is-activeScale05{
	animation-name: activeScale;
	animation-duration: 5s;
	animation-fill-mode: forwards;
}
@keyframes activeScale{
	from{
		transform: scale(0);
	}
	to{
		transform: scale(1);
	}
}
/* ------------------
インタラクション-CTA
------------------ */
.btn-contact{
	background-color: var(--cta-contact);
	box-shadow: var(--cta-contactActive) 0 0px 0px 10px inset;
}
.btn-contact:hover{
	box-shadow: var(--cta-contactNonActive) 0 0px 0px 0px inset;
}
.btn-normal{
	background-color: var(--cta-normal);
	box-shadow: var(--cta-normalActive) 0 0px 0px 10px inset;
}
.btn-normal:hover{
	background-color: var(--cta-normal);
	box-shadow: var(--cta-contactNonActive) 0 0px 0px 0px inset;
}
/* ------------------
見積
------------------ */
.bl_quotation_textBody div{
	width: 40px;
	height: 20px;
	background-color: var(--quotation-bgColor);
	border: solid 1px var(--quotation-color);
}
.bl_quotation_textBody h4{
	font-size: 2rem;
	color: var(--quotation-color);
	margin-right: 8px;
}
.bl_quotation_textBody{
	display: flex;
	justify-content: center;
	align-items: center;
}
.input_item button{
	font-size: 2rem;
	background-color: var(--quotation-bgColor);
	color: #4bc0c0;
	border: solid 1px var(--quotation-color);
	vertical-align: middle;
	padding: 8px 12px;
}
.input_item button:hover{
	color: #ffffff;
	background-color: var(--quotation-color);
}
.input_item label{
	font-size: 2rem;
	font-weight: 600;
	margin-right: 16px;
}
.input_item input{
	max-width: 100px;
	font-size: 1.6rem;
	padding: 8px;
	border: solid 1px #333333;
	border-radius: 4px;
}
.input_item{
	display: flex;
	align-items: center;
}
#graph-container {
  width: 100%;
  max-width: 940px;
  height: 400px;
	margin: 0 auto;
}
.graph-container-input{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 640px;
	margin: 40px auto 0;
	gap: 40px;
}
.ly_quotationCont{
	margin-bottom: 140px;
}
/* ------------------
ブレイクポイント
------------------ */
@media screen and (max-width: 940px){
	/* ヒーローヘッダー */	
	.bl_hero_link img {
		max-width: 200px;
	}
	/* 提供 */
	.bl_provide_figure:nth-child(7){
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.bl_provide_textBox{
		max-width: initial;
	}
	.iconLetter-01 img{
		position: relative;
		right: 0px;
	}
	.bl_provideCol:nth-child(3){
		margin-bottom: 212px;
	}
	.bl_provideCol:nth-child(4){
		margin-bottom: 166px;
	}
	.bl_provideCol:nth-child(5){
		margin-bottom: 212px;
	}
	.bl_provideCol:nth-child(6){
		margin-bottom: 332px;
	}
	.notice{
		top: 310px;
	}
	.pt{
		top: 206px;
	}
	.iconStar-01{
		top: 320px;
	}
	.iconStar-02{
		top: 350px;
	}
	.iconLetter-01{
		top: 380px;
	}
	.iconLetter-02{
		top: 260px;
	}
	.iconLetter-03{
		top: 200px;
	}
	.iconLetter-04{
		top: 230px;
	}
	.illust-pcWoman{
		top: 200px;
	}
	.illust-muffin{
		top: 200px;
	}
	.illust-letter{
		top: 160px;
	}
	.illust-man {
		top: 200px;
	}
	.reverse img{
		margin-left: 0;
	}
	.bl_provideCol{
		flex-direction: column;
		align-items: end;
	}
	.reverse{
		align-items: start;
	}
	/* CTA */
	.bl_ctaCol{
		row-gap: 16px;
	}
	.ly_ctaBg{
		padding: 80px 10px;
	}
	/* 手続き */
	.bl_flowList{
		max-width: 280px;
		margin: 0 auto;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0;
		row-gap: 32px;
	}
	/* CTA */
	.ly_ctaBg{
		background-position: center left;
	}
	/* コラボ */
	.collabo > .ly_ctaBg{
		background-position: center right;
	}
}
@media screen and (max-width: 840px){
	/* 全共通 */
	.el_section_ttl{
		font-size: 4.2rem;
	}
	.el_section_sabTtl{
		margin-top: 0;
		margin-bottom: 64px;
	}
	/* ヒーローヘッダー */
	.ly_heroCont{
		margin-bottom: 80px;
	}
	/* アバウト */
	.about_man-size img{
		max-width: 60px;
	}
	.about_man-size{
		width: 60px;
	}
	.bl_about_man{
		bottom: 80px;
	}
	.about_chart-size img{
		max-width: 110px;
	}
	.about_chart-size{
		width: 110px;
	}
	.bl_about_chart{
		top: 26px;
	}
	.about_isp-size img{
		max-width: 120px;
	}
	.about_isp-size{
		width: 120px;
	}
	.bl_about_isp{
		top: 50px;
		right: 0;
	}
	.about_yen-size img{
		max-width: 60px;
	}
	.about_yen-size{
		width: 60px;
	}
	.about_option-size img{
		max-width: 50px;
	}
	.about_option-size{
		width: 50px;
	}
	.bl_about_option{
		bottom: 70px;
	}
	.about_illust-size img{
		max-width: 240px;
	}
	.about_illust-size{
		width: 240px;
	}
	/* 概要 */
	.bl_overviewList{
		min-width: 375px;
		grid-template-columns: repeat(2, auto);
	}
}
@media screen and (max-width: 640px){
	/* img{
		width: auto;
	} */
	/* 全共通 */
	.el_section_ttl{
		font-size: 3.2rem;
	}
	.el_section_sabTtl{
		font-size: 1.6rem;
		margin-top: 16px;
		margin-bottom: 40px;
	}
	.el_desTtl{
		font-size: 2rem;
	}
	.el_desTtl::before{
		width: 12px;
		height: 30px;
	}
	.el_desTtl{
		padding-left: 24px;
	}
	/* ヒーローヘッダー */
	.el_hero_deco{
		display: block;
	}
	.bl_hero_textBody{
		position: static;
	}
	.bl_hero_ttl br{
		display: none;
	}
	.bl_hero_ttl wbr{
		display: block;
	}
	.bl_hero_ttl{
		font-size: 2.4rem;
		word-break: keep-all;
	}
	.bl_hero_des{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.bl_hero_link img{
		max-width: 180px;
	}
	.bl_hero_link{
		padding: 0;
	}
	.bl_hero_imgWrapper{
		padding-top: 40px;
	}
	.ly_cont_heroInner{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: start;
		padding-left: 20px;
		padding-right: 20px;
	}
	/* アバウト */
	.about_man-size img{
		max-width: 64px;
	}
	.about_man-size{
		width: 64px;
	}
	.bl_about_man{
		left: -32px;
		bottom: 0;
	}
	.about_chart-size img{
		max-width: 120px;
	}
	.about_chart-size{
		width: 120px;
	}
	.bl_about_chart{
		left: -21px;
		bottom: 42px;
	}
	.about_isp-size img{
		max-width: 110px;
	}
	.about_isp-size{
		width: 110px;
	}
	.bl_about_isp{
		right: -4px;
		bottom: 30px;
	}
	.about_yen-size img{
		max-width: 54px;
	}
	.about_yen-size{
		width: 54px;
	}
	.bl_about_yen{
		top: 36px;
		right: -30px;
	}
	.about_option-size img{
		max-width: 50px;
	}
	.about_option-size{
		width: 50px;
	}
	.bl_about_option{
		right: -26px;
		bottom: 8px;
	}
	.about_illust-size img{
		max-width: 180px;
	}
	.about_illust-size{
		width: 180px;
	}
	.bl_about_imgWrapper{
		max-width: 240px;
		height: 200px;
	}
	.bl_about_graph{
		margin-top: 24px;
	}
	.bl_about_text{
		max-width: max-content;
	}
	.bl_aboutCol{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		column-gap: 20px;
	}
	.ly_aboutCont{
		margin-bottom: 72px;
	}
	/* 概要 */
	.bl_overviewList{
		min-width: 260px;
		grid-template-columns: repeat(1, auto);
	}
	.ly_overview{
		margin-bottom: 72px;
	}
	/* 提供方法 */
	.bl_provide_textBox{
		justify-content: start;
		padding: 40px 20px;
		font-size: 1.4rem;
		line-height: 2.8rem;
		height: 520px;
	}
	.iconStar-01{
		top: 360px;
		left: 90px;
	}
	.iconStar-02{
		top: 394px;
		left:120px;
	}
	.notice-size img{
		max-width: 50px;
	}
	.notice-size{
		width: 50px;
	}
	.notice{
		top: 290px;
	}
	.pt-size img{
		max-width: 50px;
	}
	.pt-size{
		width: 50px;
	}
	.pt{
		top: 328px;
		left: 0px;
	}
	.iconStar-size img{
		max-width: 32px;
	}
	.iconStar-size{
		width: 32px;
	}
	.iconLetter-size img{
		max-width: 40px;
	}
	.iconLetter-size{
		width: 40px;
	}
	.iconLetter-01{
		top: 426px;
		right: 0px;
	}
	.iconLetter-02{
		top: 350px;
		left: 30px;
	}
	.iconLetter-03{
		top: 310px;
		left: 100px;
	}
	.iconLetter-04{
		top: 340px;
		left: 130px;
	}
	.illust-pcWoman{
		top: 224px;
		right: 10px;
	}
	.illust-muffin{
		top: 322px;
		left: 18px;
	}
	.illust-letter{
		top: 290px;
		right: 0;
	}
	.illust-man img{
		max-width: 160px;
	}
	.illust-man{
		top: 290px;
	}
	.bl_provide_imgWrapper-right{
		right: 0;
		max-width: 180px;
		margin-right: 0px;
	}
	.bl_provide_imgWrapper-left{
		left: 0;
		max-width: 180px;
		margin-left: 0;
	}
	.bl_provideCol:nth-child(3){
		margin-bottom: 50px;
	}
	.bl_provideCol:nth-child(4){
		margin-bottom: 70px;
	}
	.bl_provideCol:nth-child(5){
		margin-bottom: 134px;
	}
	.bl_provideCol:nth-child(6){
		margin-bottom: 180px;
	}
	.bl_provide_figure:nth-child(7){
		margin-top: 48px;
	}
	.bl_provide_textBox{
		justify-content: start;
	}
	.reverse{
		align-items: center;
	}
	.bl_provideCol{
		margin-bottom: 32px;
	}
	.ly_provideCont{
		margin-bottom: 80px;
	}
	/* 手続き */
	.ly_flowCont{
		margin-bottom: 80px;
	}
	/* CTA */
	.ly_ctaCont .el_section_ttl{
		font-size: 3.2rem;
	}
	.ly_ctaCont .el_section_ttl{
		word-break: keep-all;
	}
	.cta-last{
		margin-bottom: 0;
	}
	/* コラボ */
	.collabo{
		margin-bottom: 80px;
	}
	/* 見積 */
	.graph-container-input{
		flex-direction: column;
		justify-content: space-between;
		align-items: end;
		gap: 16px;
	}
	.input_item label{
		width: 303px;
		font-size: 1.6rem;
	}
	.input_item input{
		max-width: fit-content;
		min-width: 100px;
		width: 100%;
	}
	.input_item{
		width: 100%;
		max-width:400px;
		justify-content: end;
		align-items: center;
		gap: 0;
	}
	.ly_quotationCont{
		margin-bottom: 64px;
	}
}

@media screen and (min-width: 345px) and (max-width: 580px){
	.notice {
		top: 340px;
	}
	.illust-pcWoman{
		top: 274px;
	}
	.pt{
		top: 240px;
	}
	.illust-muffin{
		top: 240px;
	}
	.illust-letter{
		top: 200px;
	}
	.iconLetter-01{
		top: 336px;
	}
	.iconLetter-02{
		top: 260px;
	}
	.iconLetter-03{
		top: 228px;
	}
	.iconLetter-04{
		top: 250px;
	}
	.iconStar-01{
		top: 320px;
	}
	.iconStar-02{
		top: 354px;
	}
	.illust-man {
		top: 250px;
	}
	.bl_provideCol:nth-child(3) {
		margin-bottom: 40px;
	}
	.bl_provideCol:nth-child(4) {
		margin-bottom: 40px;
	}
	.bl_provideCol:nth-child(5) {
		margin-bottom: 50px;
	}
}