@charset "utf-8";

/* section
---------------------------- */
@media screen and (min-width:768px) {
	.pc_inner {
	  max-width: 1080px;
	  margin: auto;
	  padding: 0 2.5%;
	}
	.inner {
	  max-width: 730px;
	  margin: 0 auto;
	}
}
@media screen and (max-width:767px){
	.sp_inner {
	  padding: 0 4%;
	}
}
/* main_head
---------------------------- */
.main_head img {
  width: 100%;
}
/* section
---------------------------- */
.section {
	padding: 40px 0 220px;
}
.section_a {
	background-color: #FFFEED;
	position: relative;
}
.section_a::before {
  position: absolute;
  content: "";
	left: 0;
	right: 0;
	margin: auto;
  top: -7.9vw;
  width: 100%;
  height: 8vw;
  background: url(../img/hina/kobetsu/bg_01.webp) left 0 no-repeat;
  background-size: 100%;
}
.section_b {
	background-color: #fff;
	position: relative;
}
.section_b::before {
  position: absolute;
  content: "";
	left: 0;
	right: 0;
	margin: auto;
  top: -6.9vw;
  width: 100%;
  height: 7vw;
  background: url(../img/hina/kobetsu/bg_02.webp) left 0 no-repeat;
  background-size: 100%;
}
@media screen and (min-width:768px) {
	.section .l_list {
		display: flex;
	  justify-content: flex-start;
	  flex-wrap: wrap;
	  align-items: center;
	  column-gap: 10%;
	}
	.section .l_list .l_list_img {
		width: 36%;
	}
	.section .l_list .l_list_text {
		width: 54%;
	}
}
.section .title_circle {
	background: url(../img/hina/kobetsu/title_circle_bg.webp) center center no-repeat;
  background-size: 330px;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, serif;
  text-align: center;
  margin: 0;
  padding: 115px 0;
}
.section .l_list .img img {
	width: 100%;
}
.section .l_list .l_list_text .title_m {
	font-size: 2rem;
	font-weight: 500;
}
.section .l_list .l_list_text .text_s {
	font-size: 1.6rem;
}
.section .l_list .margin_top {
	margin-top: 40px;
}
@media screen and (max-width:767px){
	.section {
		padding: 10vw 0 20vw;
	}
	.section .title_circle {
	  width: 90%;
	  margin: 0 auto;
	  font-size: 2.2rem;
	  padding: 31vw 0;
	}
	.section .l_list .l_list_text .title_m {
		font-size: 1.7rem;
		font-weight: 500;
	}
	.section .l_list .l_list_text .text_s {
		font-size: 1.5rem;
	}
	.section .l_list .margin_top {
		margin-top: 8vw;
	}
}
/* 個別
---------------------------- */
.section_01 .l_list .l_list_text {
	text-align: center;
}
.section_01 .l_list .l_list_img .img_01_01,
.section_02 .l_list .l_list_img .img_02_01 {
	margin-top: 50px;
}
.section_01 .l_list .l_list_img .img_01_01 img,
.section_02 .l_list .l_list_img .img_02_01 img {
	border-radius: 15px;
}
.section_02 .l_list .l_list_text {
	padding: 0 8%;
}
.section_02 .l_list .l_list_text .title_m {
	font-size: 1.5rem;
}
.section_02 .l_list .l_list_text .text_s {
	font-size: 1.5rem;
}
.section_02 .l_list .l_list_text .l_list_text_01 {
	position: relative;
}
.section_02 .l_list .l_list_text .l_list_text_01 .img_02_02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 46%;
}
.section_02 .l_list .l_list_text .l_list_text_02 {
	position: relative;
	text-align: right;
	margin-top: 65px;
}
.section_02 .l_list .l_list_text .l_list_text_02 .img_02_03 {
	position: absolute;
	top: 0;
	left: 0;
	width: 46%;
}
.section_03 .l_list {
	align-items: first baseline;
}
.section_03 .l_list .l_list_item {
	width: 45%;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 80px;
}
.section_03 .l_list .l_list_item_l {
	padding-left: 5%;
}
.section_03 .l_list .l_list_item_r {
	padding-right: 5%;
}
.section_03 .l_list .l_list_item .title_line {
	font-size: 2rem;
	line-height: 1.4;
	font-family: fot-tsukuardgothic-std, serif;
	position: relative;
}
.section_03 .l_list .l_list_item .title_line::before,
.section_03 .l_list .l_list_item .title_line::after {
  position: absolute;
  content: "";
}
.section_03 .l_list .l_list_item .title_line::before {
  top: 0;
  bottom: 0;
  margin: auto;
	left: 1em;
  width: 32px;
  height: 32px;
  background: url(../img/hina/kobetsu/parts_l.webp) left 0 no-repeat;
  background-size: contain;
}
.section_03 .l_list .l_list_item .title_line::after {
  top: 0;
  bottom: 0;
  margin: auto;
	right: 1em;
  width: 32px;
  height: 32px;
  background: url(../img/hina/kobetsu/parts_r.webp) right 0 no-repeat;
  background-size: contain;
}
.section_03 .l_list .l_list_item .img {
	margin-top: 40px;
}
.section_03 .l_list .l_list_item .img img {
	border-radius: 15px;
}
.section_04 .title_itemlist {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.6;
	font-family: fot-tsukuardgothic-std, serif;
	padding-bottom: 80px;
}
.section_04 .title_itemlist span {
	font-size: 3.2rem;
	display: block;
	padding-bottom: 40px;
}
.section_04 #itemlist li.item {
  padding-bottom: 0;
}
.section_04 {
  padding-bottom: 100px;
}
@media screen and (max-width:767px){
	.section_01 .l_list .l_list_text {
		margin-top: 13vw;
	}
	.section_01 .l_list .img_01_01 {
		margin-top: 10vw;
	}
	.section_01 .l_list .img_01_01 img {
		border-radius: 15px;
	}
	.section_02 .l_list .l_list_text {
		padding: 0;
	}
	.section_02 .l_list .l_list_text .title_m {
		font-size: 1.5rem;
	}
	.section_02 .l_list .l_list_text .text_s {
		font-size: 1.5rem;
	}
	.section_02 .l_list .l_list_text .l_list_text_01 {
		margin-top: 13vw;
	}
	.section_02 .l_list .l_list_text .l_list_text_01 .img_02_02 {
		position: absolute;
		top: 2vw;
		right: 0;
		width: 45%;
	}
	.section_02 .l_list .l_list_text .l_list_text_02 {
		margin-top: 13vw;
	}
	.section_02 .l_list .l_list_text .l_list_text_02 .img_02_03 {
		position: absolute;
		top: 2vw;
		left: 0;
		width: 45%;
	}
	.section_02 .l_list .img_02_01 {
		margin-top: 10vw;
	}
	.section_03 .l_list .l_list_item {
		width: 100%;
		font-size: 1.5rem;
		margin-top: 15vw;
	}
	.section_03 .l_list .l_list_item_l {
		padding-left: 0;
	}
	.section_03 .l_list .l_list_item_r {
		padding-right: 0;
	}
	.section_03 .l_list .l_list_item .title_line {
		font-size: 2rem;
	}
	.section_03 .l_list .l_list_item .title_line::before {
		left: 0.5em;
	}
	.section_03 .l_list .l_list_item .title_line::after {
		right: 0.5em;
	}
	.section_03 .l_list .l_list_item .img {
		margin-top: 8vw;
	}
	.section_04 .title_itemlist {
		font-size: 1.6rem;
		padding-bottom: 0;
	}
	.section_04 .title_itemlist span {
		font-size: 2.4rem;
		padding-bottom: 5vw;
	}
	.section_04 #itemlist li.item {
	  padding-bottom: 0;
	}
	.section_04 {
	  padding-bottom: 15vw;
	}
}
/* btn_bottom
---------------------------- */
.section .btn_bottom {
	padding: 0;
}
.section .btn_bottom a {
	font-size: 2rem;
	width: 400px;
	line-height: 60px;
	text-align: center;
	background-color: #FFFABC;
	border-radius: 30px;
	display: block;
	margin: 0 auto;
	box-shadow: 0px 7px 2px -6px #e6e6e6;
}
@media screen and (max-width:767px){
	.section .btn_bottom a {
		font-size: 1.7rem;
		width: 80%;
		line-height: 60px;
		border-radius: 30px;
	}
}