@charset "utf-8";
/*コンテンツ*/
/*index*/
.content1 {
  width: min(1200px, 90%);
  margin: 0 auto 100px;
}
.content1 p {
  width: fit-content;
  margin: 0 auto 50px;
  font-size: 1.1em;
  line-height: 2;
}
.content1 .itemTlt {
  margin: 0 auto 10px;
  font-size: 1.4em;
  font-weight: 700;
  color: #E9546B;
  line-height: 2;
  text-align: center;
}
.content1 ul {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.content1 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.content2 {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 100px;
  background-image: url(../img/bk01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.content2-inner {
  width: min(1200px, 90%);
  margin: 0 auto 0;
}
.serviceBox1 {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  -webkit-box-shadow: 5px 5px 6px #DBD8D8;
  box-shadow: 5px 5px 6px #DBD8D8;
}
.serviceBox2 {
  width: 100%;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.serviceBox2 .item {
  width: 47%;
	margin-bottom: 70px;
  -webkit-box-shadow: 5px 5px 6px #DBD8D8;
  box-shadow: 5px 5px 6px #DBD8D8;
  background-color: white;
  position: relative;
}
.serviceBox2 .item:nth-child(3),
.serviceBox2 .item:nth-child(4){
	margin-bottom: 0;
}
.serviceBox1 img {
  width: 55%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.serviceBox2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.serviceTxtBox1 {
  width: 45%;
  padding: 40px;
  position: relative;
}
.serviceTxtBox2 {
  width: 100%;
  padding: 40px;
}
.serviceTxtBox1 .type, .serviceTxtBox2 .type {
  font-size: .9em;
  font-weight: 700;
  line-height: 2;
  color: #E9546B;
}
.serviceTxtBox1 .name, .serviceTxtBox2 .name {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  color: #E9546B;
}
.serviceTxtBox1 .adr, .serviceTxtBox2 .adr {
  font-size: .9em;
  font-weight: 500;
  line-height: 2;
}
.serviceTxtBox1 .tel, .serviceTxtBox2 .tel {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.7;
}
.serviceTxtBox1 .coment, .serviceTxtBox2 .coment {
  margin: 40px 0 40px;
  font-size: 1em;
  line-height: 1.8;
}
.serviceTxtBox1 .moreBt, .serviceTxtBox2 .moreBt {
  width: fit-content;
  color: #546577;
  font-weight: 700;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.serviceTxtBox .moreBt:hover {
  opacity: .8;
  cursor: pointer;
  transition-duration: 0.3s;
}
.content3 {
  width: 100%;
  margin: 0 auto 100px;
  padding: 100px 0 100px;
  background-color: #F9F5EF;
}
.content3-inner {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.c3_item1 {
  width: min(1100px, 95%);
  margin: 0 auto 0;
  position: relative;
}
.c3_item2 {
  width: min(1100px, 95%);
  margin: 70px auto 0;
  position: relative;
}
.c3_item1 img, .c3_item2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.c3_item1 .c3_itemTxtBox {
  width: 420px;
  height: calc(100% - 50px);
  padding: 20px 25px 30px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
	overflow-y: auto;
}
.c3_item2 .c3_itemTxtBox {
  width: 440px;
  height: calc(100% - 50px);
  padding: 20px 25px 30px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
	overflow-y: auto;

}
.c3_item1 .itemTtl,
.c3_item2 .itemTtl{
  padding-left: 36px;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 2;
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: left center;
}
.c3_item1 .itemTtl {
  background-image: url(../img/c3_img1.png);
}
.c3_item2 .itemTtl {
  background-image: url(../img/c3_img2.png);
}
.c3_item1 .itemTxt, .c3_item2 .itemTxt {
  margin: 20px autoc3_item1 0;
  font-size: 1.05em;
  line-height: 1.8;
}
.c3_itemTxtBox a {
  font-size: .9em;
  margin: 30px 0 0 auto;
  text-align: right;
  display: block;
}
.c3_item1_come{
	width: min(1100px, 95%);
	margin: 0 auto 0;
	background-color: #D4C79F ;
	display: flex;
	justify-content: space-around;
}
.c3_item1_come li{
	width: 33.33%;
	padding:25px 25px 50px 25px;
	position: relative;
}
.c3_item1_come li:nth-child(1):after,
.c3_item1_come li:nth-child(2):after{
	border-right: 2px solid white;
	content:"";
	position: absolute;
    top: 15px;
    bottom: 15px;
    right: 0px;
}
.c3_item1_come .comeTtl{
	margin-bottom: 17px;
	font-size: 1.15em;
	text-align: center;
	color:white;
}
.c3_item1_come .comeTxt{
	line-height: 1.6;
	color:white;
}
.c3_item1_come .come1{
	background-image: url(../img/c3_img4.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-size: 30% auto;
}
.c3_item1_come .come2{
	background-image: url(../img/c3_img3.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-size: 40% auto;
}
.c3_item1_come .come3{
	background-image: url(../img/c3_img5.png);
	background-repeat: no-repeat;
	background-position: 92% 98%;
	background-size: 45% auto;
}

.content4 {
  width: min(1000px, 90%);
  margin: 0 auto 100px;
}
.content4 p {
  width: fit-content;
  margin: 0 auto 100px;
  font-size: 1.1em;
  line-height: 2;
}
.content4-inner {
  width: min(900px, 90%);
  margin: 0 auto;
}
.content4 table {
  margin: 0 auto;
}
.content4 table th {
  padding: 15px 15px 15px 25px;
  font-size: 1.05em;
  text-align: left;
  letter-spacing: .15em;
  background-color: #DFEAF0;
  border-bottom: solid 2px white;
}
.content4 table td {
  padding: 15px 15px 15px 25px;
  font-size: 1.05em;
  letter-spacing: .15em;
  line-height: 1.6;
  background-color: white;
  border-top: solid 2px #DFEAF0;
  border-right: solid 2px #DFEAF0;
}
.content4 table th:nth-child(1) {
  border-top: solid 2px #DFEAF0;
}
.content4 table td:last-child {
  border-bottom: solid 2px #DFEAF0;
}
.ct4_adr{
	margin-left: 1em;
}
.ct4_fax{
	margin-left: 3em;

}
.gmap {
  width: 100%;
  height: 400px;
  margin: 70px auto 0;
}
.gmap iframe {
  width: 100%;
  height: 100%;
}
.content5 {
  width: 100%;
  margin: 0 auto 100px;
  padding: 70px 0 70px;
  background-color: #FCF3DA;
}
.content5-inner {
  width: min(1100px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.ct5_img1 {
	width: 380px;
	height: 380px;
	border-radius: 50%;
	background-image: url("../img/c5_img1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.ct5_item {
  width: calc(100% - 380px);
}
.ct5_Ttl {
  padding: 45px 0 .1em .15em;
  font-size: 2.4em;
  font-weight: 700;
  color: #21394F;
  background: linear-gradient(transparent 85%, #FFF 60%);
  position: relative;
}
.ct5_img2 {
  position: absolute;
  right: 0;
  top: 0;
}
.ct5_Txt1 {
  width: fit-content;
  margin: 30px auto 20px;
  padding: 15px 20px;
  background-color: #FFF;
  font-size: 1.8em;
  font-weight: 700;
	line-height: 1.5;
  color: #E7837D;
}
.ct5_item p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
}
.ct5_tel {
  width: fit-content;
  margin: 30px;
  margin: 30px 0 0 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.ct5_tel_txt1 {
  padding: 6px 8px 8px 12px;
  font-size: 1em;
  color: white;
  letter-spacing: .15em;
  background-color: #E7837D;
  border-radius: 15px;
}
.ct5_tel_txt2 {
  font-size: 1.6em;
  letter-spacing: .1em;
}
.content6 {
  width: min(1200px, 90%);
  margin: 0 auto 100px;
}
.content6 p {
  width: fit-content;
  margin: -40px auto 30px;
  font-size: 1.6em;
	font-weight: 700;
  line-height: 2;
}
.content6 p::before{
	content:"～ ";
}
.content6 p::after{
	content:" ～";
}
.content6 a {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap:15px;
}
.content6 a img{
	width: 28px;
	height: auto;
}
.content6 a span{
	padding:0 .25em .05em .25em;
	font-size: 2.3em;
	font-weight:700;
	letter-spacing: .2em ;
	background: linear-gradient(transparent 75%, #F1B0B0 75%);
}

/*Other Page*/
.content-help01{
  width: min(1000px, 95%);
  margin: 0 auto 100px;
}
.content-help01 h2,
.content-help02 h2,
.content-help03 h2{
  margin: 70px auto 70px;
	padding: 0 10%;
  font-size: 2em;
  font-weight: 900;
  color: #f2784b;
	line-height: 1.6;
	text-align: center;
}
.content-help01 .h2-inline{
	display: inline-block;
}
.content-help01 .h2-block{
	display: block;
}
.service-help{
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-around;
}
.service-helpItem{
	width: 45%;
	border: 2px solid #4daf7c;
	border-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.helpItem_name{
	padding: 15px;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: .2em;
	text-align: center;
	color:white;
	background-color: #4daf7c;
	border-top-right-radius: 17px;
	border-top-left-radius: 17px;
	position: relative;
}

.service-helpItem p:nth-of-type(1){
	padding:25px;
	font-size: 1.3em;
	line-height: 1.6;
}
.service-helpItem p:nth-of-type(2){
	padding:15px;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}
.service-helpItem p:nth-of-type(3){
	padding:15px 15px 15px 30px;
	font-size: 1.15em;
	line-height: 1.6;
	position: relative;
}
.helpItem-Img1{
	width: 155px;
	height: auto;
	position: absolute;
	bottom: -5px;
	left:-15px;
}

.helpItem-Img2{
	width: 120px;
	height: auto;
	position: absolute;
	bottom: -5px;
	right:-15px;
}
.helpItem-Img3{
	width: 145px;
	height: auto;
	position: absolute;
	bottom: -5px;
	right:10px;
}

.helpItem-Img4{
	width: 150px;
	height: auto;
	position: absolute;
	bottom: -5px;
	right:20px;
}
.help_contact{
	width: 96%;
	margin: 0 auto;
	padding: 15px 10px 15px 120px;
	color: white;
	background-color: #4daf7c;
	background-image: url(../img/help_img5.png);
	background-repeat: no-repeat;
	background-size: auto 90px;
	background-position: 35px 5px;
	border-radius: 10px;
}


.help_txt {
	display: flex;
	align-items: center;	
}
.help_txt div{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
}
.help_txt div span{
	display: block;
	padding:5px 0;
}
.help_txt a{
	margin-left: 50px;
	font-size: 3.5em;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
}
.help_txt a:hover{
	text-decoration: none !important;
}
.content-help2_3{
	width: 100%;
	padding:30px 0 15px;
	background-color: #FDF7E9;
}
.content-help02{
  width: min(850px, 95%);
  margin: 0 auto 100px;
}
.service-help2{
	margin: 0 auto 50px;
	position: relative;
}
.service-help2 p{
	padding:0 10px 0 0;
	font-size: 1.15em;
	line-height: 1.6;
}
.service-help-Img6{
	width: 200px;
	height: auto;
	position: absolute;
	bottom: -15px;
	right:40px;
}
.content-help03{
  width: min(850px, 95%);
  margin: 0 auto 100px;
}
.service-help3{
	margin: 0 auto 50px;
	position: relative;
}
.service-help3 p{
	padding:0 10px 0 180px;
	font-size: 1.15em;
	line-height: 1.6;
}
.service-help3 p span{
	font-size: 1rem;
}
.service-help-Img7{
	width: 160px;
	height: auto;
	position: absolute;
	top: -20px;
	left:0px;
}
.help_contact2{
  width: min(950px, 95%);	margin: 0 auto 70px;
	padding: 10px 10px 15px 10px;
	color: white;
	background-color: #4daf7c;
/*	background-image: url(../img/help_img8.png);
	background-repeat: no-repeat;
	background-size: auto 130px;
	background-position: right center;*/
	border-radius: 10px;
	position: relative;
}
.help_contact2 img{
	width: 130px;
	height: auto;
	position: absolute;
	bottom: -5px;
	right:-5px;
}
.help_txt2 {
	padding:0 120px 0 0 ;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.help_txt2 div{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}
/*.help_txt2 span:nth-of-type(1){
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
}*/
.help_txt2 .txt{
	margin: 0 .5em ;
	font-size: 1rem;
}
.help_txt2 a{
	font-size: 2.6em;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
}
.help_txt2 a:hover{
	text-decoration: none !important;
}
@media screen and (max-width:1024px) {
.serviceBox2 {
  width: 100%;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.c3_item1 .itemTxt, .c3_item2 .itemTxt {
  margin: 20px auto 0;
  font-size: 1.05em;
  line-height: 1.6;
}
.c3_item1_come li{
	width: 33.33%;
	padding:25px 20px 55px 20px;
	position: relative;
}
.c3_item1_come li:nth-child(1):after,
.c3_item1_come li:nth-child(2):after{
	border-right: 2px solid white;
	content:"";
	position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0px;
}
.c3_item1_come .comeTtl{
	margin-bottom: 17px;
	font-size: 1.1em;
	text-align: center;
	color:white;
}
}

@media screen and (max-width:834px) {
.content1 {
  width: min(1200px, 90%);
  margin: 0 auto 60px;
}
.content1 p {
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 1.1em;
  line-height: 2;
}
.content1 .itemTlt {
  margin: 0 auto 10px;
  font-size: 1.4em;
  font-weight: 700;
  color: #E9546B;
  line-height: 2;
  text-align: center;
}
.content1 ul {
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.content2 {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 80px;
  background-image: url(../img/bk01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.serviceBox1 {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  -webkit-box-shadow: 5px 5px 6px #DBD8D8;
  box-shadow: 5px 5px 6px #DBD8D8;
}

.serviceBox1 img {
  width: 50%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.serviceTxtBox1 {
  width: 50%;
  padding: 25px 25px 40px;
  position: relative;
}
.serviceTxtBox2 {
  width: 50%;
  padding: 25px 25px 40px;
  position: relative;
}
.serviceTxtBox1 .name, .serviceTxtBox2 .name {
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.5;
  color: #E9546B;
}
.serviceTxtBox1 .tel, .serviceTxtBox2 .tel {
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.7;
}
.serviceBox2 {
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  justify-content: flex-start;
	flex-direction: column;
}
.serviceBox2 .item {
  width: 100%;
  -webkit-box-shadow: 5px 5px 6px #DBD8D8;
  box-shadow: 5px 5px 6px #DBD8D8;
  background-color: white;
  display: flex;
  justify-content: space-between;
}
.serviceBox2 .item:first-child {
	margin: 0 auto 60px;
}
.serviceBox2 .item:nth-child(3){
	margin-bottom: 60px;
}
.serviceBox2 img {
  width: 50%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.content3 {
  width: 100%;
  margin: 0 auto 80px;
  padding: 80px 0 80px;
  background-color: #F9F5EF;
}
.c3_item1 {
  width: min(1100px, 95%);
  margin: 0 auto 0;
  position:static;
}
.c3_item2 {
  width: min(1100px, 95%);
  margin: 60px auto 0;
  position: relative;
}
.c3_item1 .c3_itemTxtBox {
  width: 100%;
  height: auto;
  padding: 20px 30px 30px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: none;
  position:static;
  transform: translateY(0);
}
.c3_item2 .c3_itemTxtBox {
  width: 100%;
  height: auto;
  padding: 20px 30px 30px;
  background: rgba(255, 255, 255, 0.75);
position: static;
  transform: translateY(0);
}
.c3_item1 .itemTtl,
.c3_item2 .itemTtl{
  padding-left: 36px;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 2;
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: left center;
}
.c3_item1_come li{
	width: 33.33%;
	padding:20px 20px 30px 20px;
	position: relative;
}
.c3_item1_come .comeTtl{
	margin-bottom: 17px;
	font-size: 1.1em;
	text-align: center;
	color:white;
	line-height: 1.5;
}
.c3_item1_come .come1{
	background-image: url(../img/c3_img4.png);
	background-repeat: no-repeat;
	background-position: 90% 93%;
	background-size: 35% auto;
}
.c3_item1_come .come2{
	background-image: url(../img/c3_img3.png);
	background-repeat: no-repeat;
	background-position: 90% 95%;
	background-size: 45% auto;
}
.c3_item1_come .come3{
	background-image: url(../img/c3_img5.png);
	background-repeat: no-repeat;
	background-position: 92% 96%;
	background-size: 55% auto;
}	
	
.content4 {
  width: min(1000px, 90%);
  margin: 0 auto 80px;
}
.content4 p {
  width: fit-content;
  margin: 0 auto 70px;
  font-size: 1.1em;
  line-height: 2;
}	
.content5 {
  width: 100%;
  margin: 0 auto 80px;
  padding: 50px 0 50px;
  background-color: #FCF3DA;
}
.ct5_img1 {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background-image: url("../img/c5_img1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.ct5_item {
  width: calc(100% - 350px);
}
.ct5_Ttl {
  padding: 45px 0 .1em .15em;
  font-size: 2.1em;
  font-weight: 700;
  color: #21394F;
  background: linear-gradient(transparent 85%, #FFF 60%);
  position: relative;
}
.ct5_img2 {
  position: absolute;
  right: 0;
  top: 0;
}
.ct5_img2 img{
	width: 180px;
	height: auto;
}
.ct5_Txt1 {
  width: fit-content;
  margin: 25px auto 20px;
  padding: 15px 20px;
  background-color: #FFF;
  font-size: 1.6em;
  font-weight: 700;
	line-height: 1.5;
  color: #E7837D;
}
.ct5_item p {
  width: 95%;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}	
.ct5_tel {
  width: fit-content;
  margin: 30px;
  margin: 30px 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}	
.ct5_tel_txt2 {
  font-size: 1.4em;
  letter-spacing: .1em;
}	
.content6 {
  width: min(1200px, 90%);
  margin: 0 auto 80px;
}	
.content6 p {
  width: fit-content;
  margin: -30px auto 30px;
  font-size: 1.4em;
	font-weight: 700;
  line-height: 2;
}
.content6 a {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap:15px;
}
.content6 a img{
	width: 25px;
	height: auto;
}
.content6 a span{
	padding:0 .25em .05em .25em;
	font-size: 2.1em;
	font-weight:700;
	letter-spacing: .2em;
	background: linear-gradient(transparent 75%, #F1B0B0 75%);
}	
	
/*Other Page*/
.content-help01{
  width: min(1000px, 95%);
  margin: 0 auto 70px;
}
.content-help01 h2,
.content-help02 h2,
.content-help03 h2{
  margin: 40px auto 60px;
	padding: 0 10%;
  font-size: 1.6em;
  font-weight: 900;
  color: #f2784b;
	line-height: 1.5;
	text-align: center;
}
.helpItem_name{
	padding: 15px;
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: .2em;
	text-align: center;
	color:white;
	background-color: #4daf7c;
	border-top-right-radius: 17px;
	border-top-left-radius: 17px;
	position: relative;
}	
.service-helpItem p:nth-of-type(1){
	padding:20px;
	font-size: 1.2em;
	line-height: 1.6;
}
.service-helpItem p:nth-of-type(2){
	padding:15px;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}
.service-helpItem p:nth-of-type(3){
	padding:15px 15px 15px 20px;
	font-size: 1.1em;
	line-height: 1.6;
	position: relative;
}
.helpItem-Img1{
	width: 125px;
	height: auto;
	position: absolute;
	bottom: -5px;
	left:-15px;
}
.helpItem-Img2{
	width: 105px;
	height: auto;
	position: absolute;
	bottom: -5px;
	right:-15px;
}
.helpItem-Img3{
	width: 115px;
	height: auto;
	position: absolute;
	bottom: -5px;
	right:5px;
}
.helpItem-Img4{
	width: 110px;
	height: auto;
	position: absolute;
	bottom: -30px;
	right:0px;
}
	
.help_contact{
	width: 96%;
	margin: 0 auto;
	padding: 15px 10px 15px 75px;
	color: white;
	background-color: #4daf7c;
	background-image: url(../img/help_img5.png);
	background-repeat: no-repeat;
	background-size: auto 80px;
	background-position: 5px 5px;
	border-radius: 10px;
}
.help_txt div{
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
}
.help_txt div span{
	display: block;
	padding:5px 0;
}
.help_txt a{
	margin-left: 30px;
	font-size: 2.8em;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
}
.content-help2_3{
	width: 100%;
	padding:10px 0 15px;
	background-color: #FDF7E9;
}
.content-help02{
  width: min(850px, 95%);
  margin: 0 auto 70px;
}
.service-help2 p{
	padding:0 10px 0 0;
	font-size: 1.05em;
	line-height: 1.6;
}
.service-help-Img6{
	width: 200px;
	height: auto;
	position: absolute;
	bottom: -15px;
	right:0;
}
.content-help03{
  width: min(850px, 95%);
  margin: 0 auto 50px;
}
.service-help3 p{
	padding:0 10px 0 180px;
	font-size: 1.05em;
	line-height: 1.6;
}
.service-help-Img7{
	width: 140px;
	height: auto;
	position: absolute;
	top: -20px;
	left:10px;
}
.help_contact2{
  width: min(950px, 95%);	margin: 0 auto 50px;
	padding: 5px 10px 7px 10px;
	color: white;
	background-color: #4daf7c;
	border-radius: 10px;
	position: relative;
}
.help_contact2 img{
	width: 95px;
	height: auto;
	position: absolute;
	bottom: 0;
	right:-5px;
}
.help_txt2 {
	padding:0 90px 0 0 ;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.help_txt2 div{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
/*.help_txt2 span:nth-of-type(1){
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2;
}*/
.help_txt2 .txt{
	margin: 0 .5em ;
	font-size: .8rem;
}
.help_txt2 a{
	font-size: 2em;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
}
}
@media screen and (max-width:480px) {
.content1 {
  width: min(1200px, 90%);
  margin: 0 auto 60px;
}	
.content1 p {
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 1.05em;
  line-height: 1.8;
}
.content1 .itemTlt {
  margin: 30px auto 30px;
  font-size: 1.4em;
  font-weight: 700;
  color: #E9546B;
  line-height: 2;
  text-align: center;
}
.content1 ul {
  margin: 30px auto 0;
  display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	gap:15px;

}
.content1 ul li{
  width: 45%;

}
.content1 ul li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}	
.content2 {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/bk01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}	
.serviceBox1 {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
	flex-direction: column;
  -webkit-box-shadow: 5px 5px 6px #DBD8D8;
  box-shadow: 5px 5px 6px #DBD8D8;
}
.serviceBox2 {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: flex-start;
	flex-direction: column;
}
.serviceBox1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}	
.serviceTxtBox1 {
  width: 100%;
  padding: 15px 15px;
  position: relative;
}
.serviceTxtBox2 {
  width: 100%;
  padding: 15px 15px;
  position: relative;
}
.serviceTxtBox1 .type, .serviceTxtBox2 .type {
  font-size: .9em;
  font-weight: 700;
  line-height: 1.5;
  color: #E9546B;
}
.serviceTxtBox1 .name, .serviceTxtBox2 .name {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.5;
  color: #E9546B;
}
.serviceTxtBox1 .adr, .serviceTxtBox2 .adr {
  font-size: .75em;
  font-weight: 500;
  line-height: 1.8;
}
.serviceTxtBox1 .tel, .serviceTxtBox2 .tel {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8;
}	
.serviceTxtBox1 .coment, .serviceTxtBox2 .coment {
  margin: 30px 0 40px;
  font-size: 1em;
  line-height: 1.6;
}
.serviceTxtBox1 .moreBt, .serviceTxtBox2 .moreBt {
  width: fit-content;
  color: #546577;
	font-size: .9em;
  font-weight: 700;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}	
.serviceBox2 .item {
  width: 100%;
	margin-bottom: 40px;
  -webkit-box-shadow: 5px 5px 6px #DBD8D8;
  box-shadow: 5px 5px 6px #DBD8D8;
  background-color: white;
  display: flex;
  justify-content: space-between;
	flex-direction: column;
}

.serviceBox2 .item:first-child {
	margin: 0 auto 40px;
}
.serviceBox2 .item:nth-child(3){
	margin-bottom: 40px;
}
.serviceBox2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.content3 {
  width: 100%;
  margin: 0 auto 80px;
  padding: 60px 0 60px;
  background-color: #F9F5EF;
}	
.c3_item1 {
  width: min(1100px, 98%);
  margin: 0 auto 0;
  position:static;
}
.c3_item2 {
  width: min(1100px, 98%);
  margin: 40px auto 0;
  position: relative;
}	
.c3_item1 .c3_itemTxtBox {
  width: 100%;
  height: auto;
  padding: 15px 20px 20px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: none;
  position:static;
  transform: translateY(0);
}
.c3_item2 .c3_itemTxtBox {
  width: 100%;
  height: auto;
  padding: 15px 20px 20px;
  background: rgba(255, 255, 255, 0.75);
position: static;
  transform: translateY(0);
}
.c3_item1 .itemTtl,
.c3_item2 .itemTtl{
  padding-left: 36px;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 2;
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: left center;
}	
.c3_item1 .itemTxt, .c3_item2 .itemTxt {
  margin: 20px auto 0;
  font-size: 1em;
  line-height: 1.6;
}
.c3_item1_come{
	width:100%;
	margin: 0 auto 0;
	background-color: #D4C79F ;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
.c3_item1_come li{
	width: 100%;
	padding:25px 20px 50px 20px;
	position: relative;
}
.c3_item1_come li:nth-child(1):after,
.c3_item1_come li:nth-child(2):after{
	border-right:none; 
	border-bottom: 2px solid white;
	content:"";
	position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
}
.c3_item1_come .come1{
	background-image: url(../img/c3_img4.png);
	background-repeat: no-repeat;
	background-position: 90% 93%;
	background-size: 30% auto;
}
.c3_item1_come .come2{
	background-image: url(../img/c3_img3.png);
	background-repeat: no-repeat;
	background-position: 90% 95%;
	background-size: 45% auto;
}
.c3_item1_come .come3{
	background-image: url(../img/c3_img5.png);
	background-repeat: no-repeat;
	background-position: 92% 96%;
	background-size: 55% auto;
}	
.content4 {
  width: min(1000px, 90%);
  margin: 0 auto 60px;
}	
.content4 p {
  width: fit-content;
  margin: 0 auto 60px;
  font-size: 1em;
  line-height: 1.8;
}
.content4-inner {
  width: min(900px, 95%);
  margin: 0 auto;
}
.content4 table th {
  padding: 7px 10px 7px 10px;
  font-size: 1em;
  text-align: left;
  letter-spacing: .15em;
  background-color: #DFEAF0;
  border-bottom: solid 2px #DFEAF0;
display: block;
}
.content4 table td {
  padding: 7px 10px 10px 10px;
  font-size: 1em;
  letter-spacing: .1em;
  line-height: 1.6;
  background-color: white;
  border-top: none;  border-left: solid 2px #DFEAF0;
  border-right: solid 2px #DFEAF0;
	display: block;

}	
.content4 table th:nth-child(1) {
  border-top: none;
}
.content4 table td:last-child {
  border-bottom: solid 2px #DFEAF0;
}	
.ct4_adr{
	margin-left: 0;
	display: block;
}
.ct4_fax{
	margin-left: 0;
	display: block;
}
.gmap {
  width: 100%;
  height: 300px;
  margin: 70px auto 0;
}	

.content5 {
  width: 100%;
  margin: 0 auto 60px;
  padding: 0px 0 30px;
  background-color: #FCF3DA;
}
.content5-inner {
  width: min(1100px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
	flex-direction: column;
  gap: 15px;
}
.ct5_img1 {
	width: 100%;
	height: 300px;
	border-radius: 5%;
	background-image: url("../img/c5_img1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	order: 2;
}
.ct5_item {
  width: 100%;
	order:1;
}	
.ct5_Ttl {
  padding: 45px 0 .1em .15em;
  font-size: 2em;
  font-weight: 700;
  color: #21394F;
  background: linear-gradient(transparent 85%, #FFF 60%);
  position: relative;
}	
.ct5_img2 {
  position: absolute;
  right: 0;
  top: 10px;
}	
.ct5_img2 img{
	width: 150px;
	height: auto;
}
.ct5_Txt1 {
  width: fit-content;
  margin: 15px auto 15px;
  padding: 10px 15px;
  background-color: #FFF;
  font-size: 1.4em;
  font-weight: 700;
	line-height: 1.5;
  color: #E7837D;
}
.ct5_item p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
}
.ct5_tel {
  width: fit-content;
  margin: 30px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.ct5_tel_txt1 {
  padding: 5px 7px 7px 11px;
  font-size: .9em;
  color: white;
  letter-spacing: .05em;
  background-color: #E7837D;
  border-radius: 15px;
}
.ct5_tel_txt2 {
  font-size: 1.4em;
  letter-spacing: .1em;
}	
	
	
	
	
	
.content6 p {
  width: 90%;
  margin: 0 auto 30px;
  font-size: 1.2em;
	font-weight: 700;
  line-height: 1.6;
	text-align: center;
}
.content6 p::before{
	content:"";
}
.content6 p::after{
	content:"";
}
.content6 a {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap:10px;
	cursor: pointer;
}
.content6 a img{
	width: 20px;
	height: auto;
}
.content6 a span{
	padding:0 .25em .05em .25em;
	font-size: 1.8em;
	font-weight:700;
	letter-spacing: .2em;
	background: linear-gradient(transparent 75%, #F1B0B0 75%);
}
	
/*Other Page*/
.content-help01 h2,
.content-help02 h2,
.content-help03 h2{
  margin: 30px auto 50px;
	padding: 0 0;
  font-size: 1.4em;
  font-weight: 900;
  color: #f2784b;
	line-height: 1.5;
	text-align: center;
}
.content-help02 h2,
.content-help03 h2{
  margin: 30px auto 50px 1rem;
	padding: 0 0;
  font-size: 1.4em;
  font-weight: 900;
  color: #f2784b;
	line-height: 1.5;
	text-align: left;
}
.service-help{
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
.service-helpItem{
	width: 100%;
	border: 2px solid #4daf7c;
	border-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.service-helpItem:first-child{
	margin-bottom: 40px;
}
.helpItem_name{
	padding: 10px;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: .2em;
	text-align: center;
	color:white;
	background-color: #4daf7c;
	border-top-right-radius: 17px;
	border-top-left-radius: 17px;
	position: relative;
}
.service-helpItem p:nth-of-type(1){
	padding:20px;
	font-size: 1.15em;
	line-height: 1.4;
}
.service-helpItem p:nth-of-type(2){
	padding:15px;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}
.service-helpItem p:nth-of-type(3){
	padding:15px 15px 15px 20px;
	font-size: 1.05em;
	line-height: 1.6;
	position: relative;
}
.helpItem-Img1{
	width: 115px;
	height: auto;
	position: absolute;
	bottom: -5px;
	left:-10px;
}
.helpItem-Img2{
	width: 100px;
	height: auto;
	position: absolute;
	bottom: -10px;
	right:inherit;
	left:-5px;
}
.helpItem-Img3{
	width: 110px;
	height: auto;
	position: absolute;
	bottom: -5px;
	right:5px;
}
.helpItem-Img4{
	width: 110px;
	height: auto;
	position: absolute;
	bottom: 0;
	right:5px;
}
.help_contact{
	width: 96%;
	margin: 0 auto;
	padding: 15px 10px 15px 10px;
	color: white;
	background-color: #4daf7c;
	background-image: url(../img/help_img5.png);
	background-repeat: no-repeat;
	background-size: auto 60px;
	background-position: 97% 2px;
	border-radius: 10px;
}
.help_txt {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.help_txt div{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}
.help_txt div span{
	display: inline-block;
	padding:0 0;
}
.help_txt a{
	margin: 10px 5px 0;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	text-align: center;
}
.service-help2 p{
	padding:0 10px 0 .5em;
	font-size: 1em;
	line-height: 1.6;
}
.service-help-Img6{
	width: 115px;
	height: auto;
	position: absolute;
	bottom:inherit;
	right:0;
	top:-115px;
}
.service-help3 p{
	padding:0 10px 0 .5em;
	font-size: 1em;
	line-height: 1.6;
}
.service-help-Img7{
	width: 90px;
	height: auto;
	position: absolute;
	top: -120px;
	left:inherit;
	right: 5px;
}
.help_contact2{
  width: min(950px, 95%);	margin: 0 auto 50px;
	padding: 5px 10px 7px 10px;
	color: white;
	background-color: #4daf7c;
	border-radius: 10px;
	position: relative;
}
.help_contact2 img{
	width: 70px;
	height: auto;
	position: absolute;
	bottom: -10px;
	right:-5px;
}
.help_txt2 {
	padding:0 0 0 0 ;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.help_txt2 div{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}
	
.help_txt2 div span{
	display: inline-block;
	padding:0 0;
}
.help_txt2 .txt{
	margin: .75em 0 .5em;
	font-size: 1em;
	text-align: center;
	display: block;
}
.help_txt2 a{
	font-size: 2em;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	text-align: center;
}
}