@charset "utf-8";
/* CSS Document */
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	color: #494949;
	font-size: clamp(16px,1.8vw,18px);
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #494949;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
main{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section {
	padding: 120px 0 80px;
	position: relative
}
table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;/*隙間なし*/
}

a.anchor{
	display: block;
	padding-top: 90px;
	margin-top: -90px;
	
}

@media(max-width:450px){
section {
	padding: 80px 0 120px;
	position: relative
}	
}

/*改行　-------*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block !important;
}

/*PC・SP表示-----------------------*/
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 768px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

/*幅・高さ調整-------*/
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.w960{
	max-width: 960px;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
/*高さ*/

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}
.pdt0{
	padding-top: 0!important;
}

.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}

.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
/* 画像　-------------------------- */
.obj-in{
	width: 100%;
	height: 100%;
	object-fit: contain
}
.obj-cov{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/*flexbox------------------------*/
.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.f_jsb{
	justify-content: space-between;
}
.f_end{
	justify-content: flex-end
}
.f_cent{
	justify-content: center;
}
.fac{
	align-items: center;
}
.fst{
	align-items: stretch;
}


.comn2{
	width: 48%;
}
.comn3{
	width: calc( 100% / 3 - 20px);
}
.comn4{
	width: 35%;
}
.comn5{
	width: 62%;
}

.w58{
	width: 58%;	
}
.w40{
	width: 40%
}
.f_center{
	align-items: center;
}
@media (max-width: 768px){
	.flexbox{
		flex-direction: column;
	}
	.flexbox.rever{
		flex-direction: column-reverse;
	}
	.comn2, .comn3, .comn4, .comn5,.w58,.w40 {
		width: 100%;
		margin-bottom: 30px
	}
}

/*==背景=============================================*/
.bg_main{
	background: url("../img/main-bg.jpg");
	z-index: 0;	
}
.bg_y{
	background: url("../img/y-bg.webp");
	z-index: 0;
}
.bg_blue::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  background: radial-gradient(#cff7ff 15%, transparent 15%) 0 0 / 12px 12px #f0feff;
}
.bg_green::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  background: radial-gradient(#c2ffdb 15%, transparent 15%) 0 0 / 12px 12px #f0fff6;
}
.wave::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url("../img/illust/wave.svg") repeat-x;
    background-size: 2500px !important;
    background-position: bottom center !important;
    filter: brightness(0) invert(1);
    pointer-events: none;
    z-index: -4;
}
.wave._top::before {
	transform: rotate(180deg) translateY(2px);
}
.bg03{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: url("../img/bg03.png") ;
	transform: rotate(180deg);
	background-repeat:no-repeat;
	background-size: contain;
}
.bg03::before{
	position: absolute;
	content: '';
	height: 80%;
	width: 30%;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: url("../img/bg03_2.png") ;
	transform: rotate(180deg);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-size: contain;	
}


.back_p{
background:#ef90a0;
}
.back_y{
background:#ffe448;	
}
.back_b{
background:#a1d6d3;
}
.back_g{
background:#99ff33;
}

/*==見出し=============================================*/
.tts{
	font-size: clamp(1.3rem, 1.207rem + 0.39vw, 1.5rem)!important
}

.midashi{
	color: #754c24;	
	padding: 0 10px;
	font-size: clamp(1.7rem, 1.561rem + 0.59vw, 2rem);
	text-shadow: 0 0 2px #fff;
}
.pen,.pointer{
	position: relative;
	padding: 0 10px;
	width: 110%
}
.pen::before,.pen::after,
.pointer::before,.pointer::after{
	position: absolute;
	content: '';
	bottom:-10px;
}
.pen::before{
	width: 120%;
	height: 8px;
	background: url("../img/illust/title_line.png");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
	left: -10%;
}
/*
.pen::after{
	width: 75px;
	height: 46px;
	background: url("../img/illust/pen.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: -80px;
}
*/

.wa{
	position: relative;
	display:block;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
}
.wa::before{
	position: absolute;
	content: '';
	width: clamp(250px,15vw,300px);
	aspect-ratio: 3 / 2;
	top: 0;
	left: 50%;
	background: url("../img/illust/title_bg01.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0;	
}
.wa._02::before{	
	background: url("../img/illust/title_bg02.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}
.wa._03::before{	
	background: url("../img/illust/title_bg03.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	left: 48%;	
	top: -65%;
}

.pointer::before{
	width: 120%;
	height: 10px;
	background: url("../img/illust/title_line_y.png");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
	left: -10%;
}
.serv_title{
	margin-bottom: 20px;
}
.serv_title span{
	position: relative;
	padding: 0 2rem;
	font-size: 1.7rem;
	color: #754c24;	
	line-height: 1.5;
}
.serv_title.tts span{
	font-size: 1.5rem!important
}
.serv_title span::before{
	position: absolute;
	content: '';
	width: 110%;
	height: 8px;
	bottom:-10px;
	left: -5%;
}
.serv_title._01 span::before{	
	background: url("../img/illust/title_line_b.png");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
}
.serv_title._02 span::before{
	background: url("../img/illust/title_line_p.png");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
}
.serv_title._03 span::before{
	background: url("../img/illust/title_line_o.png");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
}
.serv_title._04 span::before{
	background: url("../img/illust/title_line_g.png");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
}
.serv_title._05 span::before{
	background: url("../img/illust/title_line_mu.png");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
}
.serv_title._06 span::before{
	background: url("../img/illust/title_line_y.png");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
}

.dtitle{
	background: #FFE4F0;
	padding: 5px 15px;
	color: #754c24;	
}
.btitle{
	padding: 5px 15px;
	border-bottom: 1px dotted #754c24;
	color: #754c24;	
	margin-bottom: 20px;
}
.stitle{
	color: #754c24;	
	border-bottom: 2px dotted #ffe4f0;
}

.ltitle{
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-size: clamp(1.2rem, 0.84rem + 1.28vw, 1.8rem);
	color: #ff9913;
}
.ltitle::before,
.ltitle::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	background: #f44336;
}
.ltitle::before{
	margin-right: 1rem;
}
.ltitle::after{
	margin-left: 1rem;
}

@media(max-width:768px){
	.pen::before,.pointer::before{
		width: 100%;
		left: 0;
	}
}

/*==btn=============================================*/
.mbtn{
	position: relative;
	display: block;
	max-width: 400px;
	border-radius: 50px;
	padding: 1rem ;
	text-align: center;
	margin: 20px auto 0;
	border: 2px solid #ff00ff;
	background: #fff;
	color:#ff00ff; 
}
.mbtn::before{
	position: absolute;
	top: 50%;
	right: 2rem;
	content: '\f061';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	transform: translateY(-50%);
	transition: .4s;
}
.mbtn:hover{
	background: #ffe8ff;
}
.mbtn:hover::before{
	right: 1rem;
	transition: .4s;	
}


/*==list=============================================*/
.list01 li{
	position: relative;
	padding-left: 2rem;
	margin-bottom: 10px;
}

.list01 li::before{
	position: absolute;
	content: '';
	width: 1.2rem;
	height: 1.5rem;
	left: 0;
	top: 5px;
	background: url("../img/illust/deco03.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.list02{
	padding-top: 10px
}
.list02 li{
	position: relative;
	padding-left: 1rem;
	border-bottom: 1px solid #eee;
}
.list02 li::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: 0;
	top: 10px;
	background: url("../img/illust/deco03.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


.list_num {
  padding: 0;
  counter-reset:list_num; /*数字をリセット*/
  list-style-type: none;
  margin-top: 15px;
}
.list_num li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 15px;
}
.list_num li::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /* カウントさせる */
  counter-increment: list_num;
  content: counter(list_num);
  /*装飾*/
  background: #F4511E;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media(max-width:500px){
	.list01 li{
		padding-left: 1.5rem;
	}	
	.list01 li::before {
		width: 1rem;
		height: 1.2rem;
	}
}

/* 周りイラスト　*/

.deco{
	position: absolute;
	content: '';
	z-index: -1;
}
.deco img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.deco.flag_l{
	top: 0;
	left: 0;
	width: 18vw;
}
.deco.flag_r{
	top: 0;
	right: 0;	
	width: 18vw;
}
.deco._01{
	top: 20%;
	left: 85%;
	width: clamp(120px, 18vw,180px);
}
.deco._02{
	top:3%;
	right: 0;
	width: clamp(110px, 18vw, 200px);	
}
.deco._03{
	bottom:0;
	left: 5%;
	width: clamp(110px, 18vw, 200px);	
}
.deco._s01{
	z-index: 1;
	top: -70px;
	left: -10px;
	width: clamp(100px, 15vw, 150px);
}
.deco._s02{
	z-index: 1;
	top: -15px;
	right: -15px;
	width: clamp(80px, 13vw, 100px);
}
.deco._s03{
	z-index: 1;
	top: 0;
	right: -15px;
	width: clamp(80px, 13vw, 100px);
}
.deco._s04{
	z-index: 1;
	top: 0;
	left: -15px;
	width: clamp(80px, 13vw, 100px);
}
.deco._s05{
	z-index: 1;
	top: -50px;
	right: -15px;
	width: clamp(100px, 15vw, 150px);
}
.deco._s06{
	z-index: 1;
	top: -50px;
	left: 300px;
	width: clamp(100px, 15vw, 150px);
}
.deco._s07{
	z-index: 1;
	bottom: -26px;
	left: 40%;
	width: clamp(100px, 15vw, 150px);
}
.deco._s08{
	z-index: 1;
	top: 0;
	right: 0;
	width: clamp(100px, 15vw, 150px);
}
.deco._tr01{
	top: 30%;
	left: 10%;
	width: clamp(120px, 18vw, 200px);
}
.deco._tr02{
	bottom:3%;
	left: 5%;
	width: clamp(110px, 18vw, 200px);	
}
.deco._tr03{
	bottom:0%;
	right: 0%;
	width: clamp(105px, 20vw, 230px);
	z-index: 1;
}
.deco._d01{
	bottom:3%;
	left: 0;
	width: clamp(110px, 18vw, 200px);	
}
@media(max-width:900px){
	.deco._01{
		top: 36%;
		left: 80%;
	}	
}
@media(max-width:768px){
	.deco._tr01{
		top: 13%;
		left: 2%;
	}	
	.deco._tr03 {
		bottom: 45%;
		right: -5%;
	}	
}
@media(max-width:759px){
.deco._s06{
	z-index: 1;
	top: -50px;
	left: 200px;
}	
}
@media(max-width:600px){
	.deco._01{
		top: 42%;
		left: auto;
		right: 0;
	}	
}
