@charset "utf-8";

/* ==================================================
PC
================================================== */

/* ========== トップページ ========== */

#container {
	overflow: hidden;
}

/* 非表示 */
#footstep_wrap {
	display: none !important;
}

/* スライドショー */
#top_photo_wrap {
	overflow: hidden;
}
#top_photo {
	width: 1080px;
	margin: 0px auto;
}

#top_photo_list .photo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#top_photo_list .photo a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#top_photo_list .photo span.photo_caption {
	display: block;
	background: #333333;
	color: #ffffff;
	padding: 5px 20px;
}
#top_photo_list .photo span.photo_caption:empty {
	padding: 0px;
}
#top_photo_list .photo span.photo_caption span {
	color: inherit !important;
}

/* スライドショー（3枚表示） */
#top_photo.triple #top_photo_list {
	width: calc(1080px * 3);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* スライドコントロールボタン */
*[id*="_control_box"] {
	margin: 10px 0px 0px;
	padding: 10px 0px;
}
*[id*="_control_box"] button[id*="_control_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
*[id*="_control_box"] button[id*="_control_prev"] {
	background-image: url("/img/top/photo/btn_slide_prev.png");
}
*[id*="_control_box"] button[id*="_control_next"] {
	background-image: url("/img/top/photo/btn_slide_next.png");
}
*[id*="_control_box"] button[id*="_control_pause"] {
	background-image: url("/img/top/photo/btn_slide_stop.png");
}
*[id*="_control_box"] button[id*="_control_play"] {
	display: none;
	background-image: url("/img/top/photo/btn_slide_play.png");
}

/* スライドナビゲーションボタン */
*[id*="_control_navigation"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px;
	padding: 2px;
}
ul.slick-dots li button {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	text-indent: -9999em;
	text-align: left;
	overflow: hidden;
	border: 1px solid #ffffff;
	background: #cccccc;
	color: #333333;
}
ul.slick-dots li.slick-active button {
	background: #333333;
	color: #ffffff;
}

/* バナー広告 */
#footer_banner {
	clear: both;
	width: var(--content-width, 1080px);
	margin: 0px auto 60px;
}
#footer_banner ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}
#footer_banner ul.banner_list li {
	width: 200px;
}
#footer_banner ul.banner_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}
.banner_text span {
	display: block;
}
.banner_text span:nth-child(2n) {
	font-size: var(--fontsize-main-small, 1.5rem);
}

/* 新着情報 */
.section_information {
	background: #f6f6f6;
	padding: 150px 0 170px;
}
.section_information h2 {
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 3rem;
	text-align: center;
	position: relative;
	margin-bottom: 47px;
}

.section_information p.no_data {
	margin: 0px;
	padding: 20px 0px;
}

.section_information_list ul {
	margin: 0px;
	padding: 20px 93px;
	padding-bottom: 49px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 17px;
	border-bottom: 4px dotted #c7c7c7;
	padding-bottom: 17px;
	font-size: 2.2rem;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: calc(11em);
	padding-top: 0.1rem;
	display: block;
}

.section_information_list img.icon_new {
	vertical-align: baseline;
	margin-left: 0.5em;
}

/* 新着情報（文字拡大時） */
.font_size_changed .section_information_list ul li,
.font_size_changed .section_information_list ul li > span {
	display: block;
}
.font_size_changed .section_information_list ul li > span.article_date {
	width: auto;
	padding-top: 0px;
}

/* 新着情報（一覧 / RSS） */
.section_information_list div.link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	width: 286px;
	max-width: 100%;
	position: relative;
}
.section_information_list div.link_box span a {
	display: block;
	/* border: 1px solid transparent; */
	border-radius: 50px;
	background: #f8ada9;
	color: #333333;
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 28px 20px;
	padding-right: 70px;
	text-align: center;
	font-size: 2.2rem;
}
.section_information_list div.link_box span a:hover,
.section_information_list div.link_box span a:focus {
	text-decoration: underline;
}


#mymainback_bg {
	background: none;
}

.top_header {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	position: relative;
	margin-bottom: 150px;
}

.mainphoto {
	position: absolute;
	top: 50%;
	left: calc(50% - 1140px - 150px);
	transform: translateY(-50%);
}

.free_box1 {
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: calc(50% - 895px);
}

.free_box1 img {
	width: 340px !important;
}

.free_box2 {
	border-radius: 50%;
	position: absolute;
	top: 315px;
	right: calc(50% - 591px);
}

.free_box2 img {
	width: 260px !important;
}

.free_box img {
	border-radius: 50%;
}

#main_header {
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

/* take-start */

#he_left {
	display: none;
}

#header2_box {
	justify-content: flex-end;
}

.gnav ul {
	max-width: 1060px;
}

.huusen1 {
	position: absolute;
	top: 75px;
	left: calc(50% - 374px);
	transform: translateY(-50%);
}
.huusen2 {
	position: absolute;
	bottom: -162px;
	right: calc(50% - 787px);
	transform: translateY(-50%);
}

.swiper-container,
.swiper {
	overflow: inherit !important;
}

/* swiperここから */

.swiper-control {
	position: absolute;
	right: 25px;
	bottom: 15px;
	display: flex;
	height: 0px;
}

.swiper-slide img.pg_class_slide_img_fit {
	display: block !important;
	width: 340px !important;
}

.swiper-pagination {
	left: 31px !important;
	top: 50% !important;
	transform: translate(0%, -50%) !important;
	margin-top: 0 !important;
	height: max-content;
	display: flex;
	align-items: center;
	gap: 8px;
}

button.swiper-button-start,
button.swiper-button-stop {
	top: 50% !important;
	transform: translate(0%, -50%) !important;
	right: 133px !important;
}

button.swiper-button-prev {
	left: -106px;
}

button.swiper-button-next {
	left: -17px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	background-size: auto;
	background-position: center center;
	width: 13px;
	height: 13px;
	opacity: 1;
	background-color: #a3a3a3;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-size: auto;
	background-position: center center;
	width: 13px;
	height: 13px;
	position: relative;
	opacity: 1;
	background-color: #f8ada9;
}

button.swiper-button-prev::after,
button.swiper-button-next::after {
	background: #333333 !important;
}

button.swiper-button-prev,
button.swiper-button-next {
	background-color: #ffffff !important;
	width: 36px !important;
	height: 36px !important;
}
button.swiper-button-next {
	background: url(/img/sites/kosodate/next.png) no-repeat center !important;
	background-size: contain;
}
button.swiper-button-prev {
	background: url(/img/sites/kosodate/prev.png) no-repeat center !important;
	background-size: contain;
}

button.swiper-button-next::after {
	clip-path: none !important;
}

button.swiper-button-prev::after,
button.swiper-button-next::after {
	display: none !important;
}

button.swiper-button-stop {
	background: url(/img/sites/kosodate/stop.png) no-repeat center !important;
	background-size: contain;
}
button.swiper-button-start {
	background: url(/img/sites/kosodate/play.png) no-repeat center !important;
	background-size: contain;
}

button[class*="swiper-button-"] {
	box-shadow: none !important;
}

:where(button.swiper-button-start, button.swiper-button-stop)::after {
	background-color: inherit !important;
}

:where(button.swiper-button-stop)::after {
	display: none !important;
}

.swiper-control-outer {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	height: 30px;
	top: 39px;
	z-index: 20;
}

.swiper-control-outer > img {
	position: absolute;
	left: 0;
	bottom: 87px;
	z-index: 2;
	width: 100%;
	max-width: 605px;
}

.mainphoto .swiper-slide img.pg_class_slide_img_fit {
	display: inline-block;
	object-fit: cover !important;
	width: 100%;
	height: 800px;
}

/* swiperここまで */

.mainphoto .swiper-slide img.pg_class_slide_img_fit {
	display: block !important;
	width: 100% !important;
	height: 530px !important;
	object-fit: cover !important;
	object-position: right center !important;
	border-radius: 0 100vmax 100vmax 0 !important;
}

.he_right_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 2px;
}

#mymainback {
	padding-top: 31px;
	padding-bottom: 0px;
}

#main_header h1 {
	background: none;
	margin: 0 0 80px;
	padding: 0;
	text-align: center;
}
#main_header h1::before {
	content: '';
	display: inline-block;
	width: 123px;
	height: auto;
	aspect-ratio: 123 / 242;
	background: url(/img/sites/kosodate/deco_balloon_01.png) no-repeat center center / contain;
	position: relative;
	left: -28px;
	z-index: 0;
}
#main_header h1 img {
	vertical-align: bottom;
	position: relative;
	z-index: 1;
}

/* ========== SECTION ========== */
.section-mokuteki {
	background-color: #fdeae3;
	padding-top: 45px;
	padding-bottom: 10px;
	border-radius: 20px 20px 0 0;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

/* ========== HEADER ========== */
.section-header {
	display: block;
	margin-bottom: 55px;
}

.search-icon {
	width: 36px;
	height: 36px;
}

/* Bunting row */
.bunting {
	display: block;
	padding: 80px 0 0 0;
	align-items: center;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	background: url(/img/sites/kosodate/mokuteki-bg.png) no-repeat center !important;
	background-size: contain;
}

.bunting-title {
	font-size: 3rem;
	font-weight: 700;
	white-space: nowrap;
	margin: 0 16px;
	flex-shrink: 0;
}

.bunting-svg {
	flex: 1 1 auto;
	min-width: 0;
	height: 36px;
}

/* ========== GRID ========== */
.btn-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* gap: 65px 0px; */
	justify-items: center;
	max-width: 895px;
	margin: 0 auto;
}

/* ========== BUTTON ITEM ========== */
.btn-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	width: 100%;
	margin-bottom: 65px;
}

.btn-circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease;
}

.btn-circle img {
	width: auto;
	height: auto;
	object-fit: contain;
}

/* placeholder when no image */
.btn-circle .placeholder {
	width: 56%;
	height: 56%;
	background: #e8e8e8;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	color: #aaa;
	text-align: center;
	line-height: 1.4;
}

.btn-label {
	font-size: 2.5rem;
	text-align: center;
	white-space: nowrap;
}

.btn-grid > :nth-child(7),
.btn-grid > :nth-child(8),
.btn-grid > :nth-child(9) {
	margin-bottom: 20px;
}

.section-nenrei {
	padding-top: 63px;
	background-color: #ebf5fc;
	padding-bottom: 0;
}

.section_information {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: url(/img/sites/kosodate/sintyaku-bg.png) no-repeat center top;
	background-size: cover;
}

.section-wrap {
	max-width: 1080px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 135px 0px 80px;
	background-color: #ffffff;
}

.section_information h2::after {
	content: "";
	display: block;
	width: 100vw;
	height: 300px;
	margin-left: calc(50% - 50vw);
	background: url(/img/sites/kosodate/sintyaku-head-bg.png) no-repeat center top;
	position: absolute;
	top: -153px;
}

.section_information_list div.link_box span::after {
	content: "";
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0%, -50%);
	background: url(/img/sites/kosodate/sintyaku-btn.png) no-repeat center;
}

/* =============================================
あさくらっこアプリ セクション
============================================= */

/* ---- 全体レイアウト ---- */
.app-section {
	display: flex;
	justify-content: space-between;
	gap: 0px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 72px 0;
	padding-bottom: 47px;
}

/* ---- 左：画像カード ---- */
.app-image-card {
	flex-shrink: 0;
	width: 448px;
	height: 283px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	top: 13px;
	left: -53px;
	position: relative;
}

.app-image-card img {
	width: 100%;
	height: 100%;
	position: relative;
}

/* placeholder（画像差し替え前） */
.placeholder-img {
	font-size: 12px;
	color: #bbb;
	text-align: center;
	line-height: 1.6;
}

/* ---- 右：テキストエリア ---- */
.app-content {
	display: flex;
	flex-direction: column;
}

/* サブキャッチ（斜線つき） */
.app-subcatch {
	font-size: 1.8rem;
	display: inline-block;
	align-items: center;
	width: fit-content;
	gap: 6px;
	white-space: nowrap;
	background: url(/img/sites/kosodate/pass.png) no-repeat center;
	background-size: contain;
	padding: 0 23px;
	margin-top: 34px;
	margin-left: 40px;
	margin-bottom: 17px;
}

/* タイトル */
.app-title {
	font-size: 2.8rem;
	font-weight: bold;
	color: rgb(66, 66, 66);
	line-height: 1.4;
	margin: 0;
	letter-spacing: initial;
	margin-left: 31px;
	margin-bottom: 10px;
}

/* 本文 */
.app-body {
	font-size: 1.8rem;
	color: rgb(66, 66, 66);
	line-height: 2;
	margin: 0;
	margin-left: 32px;
	white-space: nowrap;
	margin-bottom: 35px;
}

/* ---- ボタン ---- */
.app-btn {
	display: inline-block;
	max-width: 230px;
	border-radius: 50px;
	background: #f8ada9;
	color: #333333;
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 28px 0px;
	padding-right: 56px;
	text-align: center;
	font-size: 2.2rem;
	position: relative;
	margin-left: 116px;
}

.app-btn::after {
	content: "";
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translate(0%, -50%);
	background: url(/img/sites/kosodate/sintyaku-btn.png) no-repeat center;
	background-size: contain;
}

.app-btn-text {
	color: rgb(46, 46, 46);
	font-family: "Meiryo", "Noto Sans JP", sans-serif;
	white-space: nowrap;
	margin-right: 16px;
}

.app-btn-icon {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.app-btn-icon svg {
	width: 10px;
	height: 15px;
	margin-left: 2px; /* 視覚的な中央補正 */
}

.footer_banner_slide {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: url(/img/sites/kosodate/kanren-bg.png) no-repeat center;
	padding-top: 60px;
	padding-bottom: 185px;
}

.banner-wrap {
	max-width: 1115px;
	margin: 0 auto;
}

.banner-wrap h2 {
	text-align: center;
	font-size: 4.2rem;
	margin-bottom: 56px;
	letter-spacing: 0;
	margin-top: 44px;
}

.banner-wrap .swiper {
	overflow: hidden !important;
}

.banner-wrap .pg_class_slide_a_center {
	margin: 0px 15px !important;
}

.section-nenrei .btn-grid > :nth-child(4),
.section-nenrei .btn-grid > :nth-child(5),
.section-nenrei .btn-grid > :nth-child(6) {
	margin-bottom: 45px;
}

.banner-wrap button.swiper-button-start,
.banner-wrap button.swiper-button-stop {
	top: unset !important;
	/* transform: translate(0%, -50%) !important; */
	right: unset !important;
	left: 10px;
}

.banner-wrap button.swiper-button-next {
	left: 55px;
	top: 0px !important;
}

.banner-wrap button.swiper-button-prev {
	left: -35px;
	top: 0px !important;
}

.banner-wrap .swiper-pagination {
	left: 105px !important;
	top: 0px !important;
	margin-top: 0 !important;
	height: max-content;
	display: flex;
	align-items: center;
	gap: 6px;
}

.footer_banner_slide {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: url(/img/sites/kosodate/kanren-bg.png) no-repeat center;
	padding-top: 112px;
	padding-bottom: 102px;
}

.banner-wrap .swiper-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 115px;
}

.swiper-controls-outer {
	text-align: center;
}

.swiper-controls-wrap {
	position: relative;
	display: inline-block;
	top: 52px;
	left: -7px;
}

.font_size_changed .section_information_list div.link_box span a {
	line-height: 2.8rem;
}

.color_change .footer_banner_slide,
.color_change .section_information {
	background-image: none;
}

#header2_box {
	width: 100%;
	max-width: 1650px;
}

/* code-end */

.btn-item,
.app-btn {
	text-decoration: none !important;
}

.btn-item:hover,
.app-btn:hover {
	text-decoration: underline !important;
}

.br-1080 {
	display: none;
}

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {
}
/* 黒 */
.color_black * {
}
/* 青 */
.color_blue * {
}


@media screen and (min-width: 1081px) {
	.section_information_list ul li {
		width: 100%;
		display: flex;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px 0px 17px;
		border-bottom: 4px dotted #c7c7c7;
		padding-bottom: 17px;
		font-size: 2.2rem;
		gap: 15px;
	}
	.section_information_list ul li > span {
		display: flex;
		vertical-align: top;
		flex-direction: row-reverse;
		gap: 30px;
	}
	.section_information_list img.icon_new {
		vertical-align: baseline;
		margin-left: 25px;
		width: 80px;
		height: max-content;
	}
}

@media screen and (max-width: 1350px) {

	.mainphoto {
		top: auto;
		left: 0;
		position: relative;
		bottom: 0;
		transform: none;
	}
	.top_header {
		margin-bottom: 80px;
	}
}

/* ==================================================
PC ここまで
================================================== */

/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {
	/* ========== トップページ ========== */
	.br-1080 {
		display: block;
	}
	.br-1080-none {
		display: none;
	}

	/* スライドショー */
	#top_photo {
		width: auto;
		margin: 15px var(--mymainback-margin-side, 15px) 0px;
	}

	/* スライドショー（3枚表示） */
	#top_photo.triple #top_photo_list {
		width: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	/* スライドコントロールボタン */
	*[id*="_control_box"] {
		text-align: center;
	}

	/* スライドナビゲーションボタン */
	*[id*="_control_navigation"] {
		margin: 5px 20px;
	}

	/* バナー広告 */
	#footer_banner {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px) 40px;
	}
	#footer_banner ul.banner_list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
	}
	#footer_banner ul.banner_list li {
		width: calc(50% - 5px);
		max-width: 200px;
	}

	.banner_text span:nth-child(2n) {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* 新着情報 */
	.section_information {
		padding: 0px;
	}
	.section_information h2 {
		margin: 0px;
		font-size: 2.4rem;
		margin-bottom: 26px;
	}

	.section_information p.no_data {
		padding: 20px;
	}

	.section_information_list ul {
		padding: 0px 20px 33px;
	}
	.section_information_list ul li {
		display: block;
		width: auto;
		margin: 0px;
		padding: 15px 0px;
		font-size: 1.5rem;
		border-bottom: 3px dotted #c7c7c7;
	}
	.section_information_list ul li > span {
		display: block;
		padding-left: 8px;
	}
	.section_information_list ul li > span.article_date {
		width: auto;
		padding-top: 0px;
		padding-left: 8px;
	}
	.section_information_list ul li a {
		display: block;
		background-size: 8px auto;
		text-decoration: none;
	}

	.section_information_list ul li:has(img.icon_new) {
		position: relative;
	}
	.section_information_list ul li:has(img.icon_new) > span.article_date {
		padding-left: 10px;
	}
	.section_information_list ul li:has(img.icon_new) img.icon_new {
		margin: 0px;
		position: absolute;
		top: 11px;
		left: 11em;
	}

	/* 新着情報（一覧 / RSS） */
	.section_information_list div.link_box {
		padding: 0px 20px 30px;
		gap: 15px;
		flex-direction: column;
		align-items: center;
	}
	.section_information_list div.link_box span {
		width: 198px;
	}
	.section_information_list div.link_box span a {
		font-size: 1.5rem;
		padding: 17px 0;
		padding-right: 26px;
	}

	.section-mokuteki {
		padding-top: 12px;
		border-radius: 0;
	}

	.section-header {
		margin-bottom: 28px;
	}

	.search-icon {
		width: 28px;
		height: 28px;
	}

	.bunting-title {
		font-size: 2.4rem;
		margin: 0 10px;
	}

	.btn-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0px 0px;
		padding: 0 16px;
	}

	.btn-label {
		font-size: 1.5rem;
	}

	.app-section {
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
		padding-top: 25px;
		padding-bottom: 64px;
	}

	.app-image-card {
		width: 298px;
		height: auto;
		left: 0;
		margin: 0 auto;
	}

	.app-subcatch {
		font-size: 1.2rem;
		margin-left: 0;
		margin: 0 auto;
		margin-top: 23px;
		margin-bottom: 10px;
	}

	.app-title {
		font-size: 2rem;
		margin-left: 0;
		margin-bottom: 5px;
	}

	.app-body {
		font-size: 1.5rem;
		line-height: 1.7;
		white-space: inherit;
		margin-left: 0;
		margin: 0 7px;
		margin-bottom: 23px;
	}

	.app-btn {
		width: 100%;
		max-width: 162px;
		margin: 0 auto;
		padding: 15px 0px;
		padding-right: 27px;
	}

	.app-btn-text {
		font-size: 1.5rem;
	}

	#main_header h1 {
		padding: 0 0 0 11vw;
		margin: 10px 10px 20px;
		position: relative;
	}

	#main_header h1 img {
		max-width: 100%;
	}

	#main_header h1::before {
		position: absolute;
		top: 40%;
		left: auto;
		right: calc(50% + clamp(3px, 35vw, 235px));
		width: clamp(38px, 10.1333vw, 69px);
	}

	#main_header > img {
		width: 100%;
		max-width: 505px;
		margin: 0 auto;
	}



	.mainphoto {
		position: relative;
		left: 0;
		bottom: auto;
		top: auto;
		position: relative;
		margin: 30px 0 40px;
		z-index: 0;
	}

	#mymainback {
		padding-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	
	.free_box1 {
		top: auto;
		right: 6px;
		bottom: 120px;
	}

	.free_box1 img {
		width: 128px !important;
		position: relative;
		right: 1.3vw;
	}
	
	.free_box2 {
		top: auto;
		right: 22.6666vw;
		bottom: 33px;
	}
	.free_box2 img {
		width: 97px !important;
	}

	.huusen2 {
		max-width: 55px;
		right: 6.1333vw;
		bottom: 0;
		transform: none;
	}

	.top_header {
		margin: 0 -15px;
		width: auto;
	}
	
	.mainphoto .swiper-wrapper {
		height: auto !important;
		transform: translateX(clamp(-190px, calc((100vw - 375px) * 0.381679 - 190px), 0px));
	}

	.mainphoto .swiper-slide img.pg_class_slide_img_fit {
		display: block !important;
		width: 384px !important;
		height: 200px !important;
		object-fit: cover !important;
		object-position: right center !important;
		border-radius: 0 100vmax 100vmax 0 !important;
	}

	.mainphoto .swiper-control-outer {
		position: static;
		width: auto;
		margin: 10px;
	}
	.mainphoto .swiper-control {
		position: relative;
		top: auto;
		bottom: auto;
		height: auto;
		left: 0;
		right: 50%;
		flex-wrap: wrap;
		justify-content: start;
		align-items: center;
		gap: 8px;
	}
	.mainphoto button.swiper-button-prev,
	.mainphoto button.swiper-button-next,
	.mainphoto button.swiper-button-start,
	.mainphoto button.swiper-button-stop {
		position: static;
		transform: none !important;
	}

	.mainphoto button.swiper-button-prev,
	.mainphoto button.swiper-button-next {
		background-color: transparent !important;
		width: 24px !important;
		height: 24px !important;
		background-size: contain !important;
	}

	.mainphoto button.swiper-button-start,
	.mainphoto button.swiper-button-stop {
		display: block;
		width: 24px !important;
		height: 24px !important;
		background-size: contain !important;
	}

	.mainphoto .swiper-pagination-clickable .swiper-pagination-bullet {
		background-size: auto;
		background-position: center center;
		width: 10px !important;
		height: 10px !important;
		opacity: 1;
	}

	button.swiper-button-prev {
		left: -98px !important;
	}

	button.swiper-button-next {
		left: -33px !important;
	}
	.mainphoto .swiper-container {
		width: auto !important;
	}
	.mainphoto .swiper-pagination-bullets.swiper-pagination-horizontal {
		position: static;
		width: auto;
	}

	.swiper-pagination {
		width: auto;
		order: 1;
		transform: none !important;
		position: static;
	}

	.btn-circle {
		width: 140px;
		height: 140px;
	}

	.bunting {
		background: url(/img/sites/kosodate/mokuteki-bg-sp.png) no-repeat center !important;
		padding-top: 135px;
		z-index: 2;
		position: relative;
	}

	.btn-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 17px;
		text-decoration: none;
		width: 100%;
		margin-bottom: 28px;
	}

	.btn-grid > :nth-child(7),
	.btn-grid > :nth-child(8),
	.btn-grid > :nth-child(9) {
		margin-bottom: 31px;
	}

	.section-nenrei .bunting {
		background: url(/img/sites/kosodate/nenrei-bg-sp.png) no-repeat center top 28px !important;
		padding-top: 144px;
	}

	.section-nenrei .section-header {
		margin-bottom: 6px;
	}

	.section_information h2::after {
		background: url(/img/sites/kosodate/sintyaku-head-bg-sp.png) no-repeat center top;
		top: -86px;
	}

	.section-wrap {
		box-sizing: border-box;
		width: 500px;
		max-width: calc(100% - 30px);
		margin: 0 auto;
		border-radius: 20px;
		padding: 94px 0px 25px;
		background-color: #ffffff;
	}
	.section_information {
		padding: 68px 0px 28px;
		background: none;
	}

	.section_information_list div.link_box span::after {
		content: "";
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		right: 17px;
		transform: translate(0%, -50%);
		background: url(/img/sites/kosodate/sintyaku-btn.png) no-repeat center;
		background-size: contain;
	}
	.banner-wrap h2 {
		font-size: 2.4rem;
		margin: 30px auto;
	}

	.footer_banner_slide {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		background: url(/img/sites/kosodate/kanren-bg.png) no-repeat center;
		padding-top: 15px;
		padding-bottom: 0px;
	}

	#main_header {
		position: relative;
		z-index: 2;
	}

	.font_size_changed #open_page_id_box .search_ipt {
		margin-left: 5px;
		width: 330px;
	}
	.font_size_changed #open_page_id_submit {
		min-width: 5rem;
	}

	.app-btn::after {
		content: "";
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		right: 16px;
		transform: translate(0%, -50%);
		background: url(/img/sites/kosodate/sintyaku-btn.png) no-repeat center;
		background-size: contain;
	}

	.btn-circle img {
		width: 90px;
		height: 100px;
		object-fit: contain;
	}

	.banner-wrap {
		max-width: 340px;
		margin: 0 auto;
	}
	.banner-wrap .swiper-container {
		overflow: hidden;
		position: relative;
		padding-bottom: 30px;
		width: 1020px !important;
		left: -340px;
	}

	#author_info {
		background-image: url(/img/sites/kosodate/second-bg-sp.png);
		padding-top: 59px;
		background-position: center top 18px;
	}

	.banner-wrap .pg_class_slide_a_center {
		margin: 0px !important ;
	}

	
	.banner-wrap .swiper-slide{
		width: 340px;
	}
	.banner-wrap .swiper-controls-outer {
		margin: 20px auto;
		max-width: calc(100vw - 40px);
	}
	.banner-wrap .swiper-controls-wrap {
		margin-inline: auto;
		width: fit-content;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		top: auto;
		left: auto;
		gap: 10px;
	}

	.swiper-controls-wrap {
		position: relative;
		display: inline-block;
		top: 44px;
		left: 0px;
	}

	.banner-wrap button.swiper-button-start,
	.banner-wrap button.swiper-button-stop {
		position: static;
		width: 36px;
		padding: 0;
		order: 1;
		transform: none !important;
	}
	
	.banner-wrap button.swiper-button-prev {
		order: 0;
		position: static;
		transform: none;
	}
	
	.banner-wrap button.swiper-button-next {
		order: 2;
		position: static;
		transform: none;
	}
	
	.banner-wrap .swiper-pagination {
		display: flex;
		align-items: center;
		gap: 6px !important;
		position: static;
		order: 4;
		width: fit-content !important;
		max-width: 100%;
	}

	@media screen and (max-width: 670px) {
		#main_header > img {
			width: 100%;
			max-width: 305px;
			margin: 0 auto;
		}
	}

	/* ========== 文字サイズ変更 ========== */

	.font_size_changed .section_information_list ul li:has(img.icon_new) img.icon_new {
		margin: 0px;
		position: absolute;
		top: 21px;
	}

	.font_size_limit_max .section_information_list ul li:has(img.icon_new) img.icon_new {
		top: 26px;
	}


	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {
	}
	/* 黒 */
	.color_black * {
	}
	/* 青 */
	.color_blue * {
	}

}
/* ==================================================
スマートフォン ここまで
================================================== */