@charset "utf-8";
*{
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
body,h1,h2,h3,h4,h5,form,ul,li,p,figure{
	list-style: none;
	padding: 0;
	margin: 0
}
body{
	background: #EEEEEE;
	color: #333;
}
main{
	background: #FFF;
	padding: 0 0 40px 0;
	overflow: hidden
}
main.page{

	padding: 140px 0 40px 0;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 4px;
	width: 100%;
	outline: none;
	font-size: 16px;

}
a {
	color:#333
}
.center{
	text-align: center
}
.error{
	color: red	
}
.center{ text-align:center; }

.inner{
	width: 1100px;
	margin: 0 auto;
}
.btn1{
	display: block;
	width: 180px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: rgba(0,33,65,1.00);
	border-radius: 4px;
	color: #FFF;
	border: none;
	padding: 15px;
	line-height: 1;
	margin: 0 auto 40px auto
}
#privacy{
	font-size: 14px;
	height: 300px;
	overflow-y: auto;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 30px
}
#privacy p{
	padding-bottom: 15px;
}
.pc{
	display: block
}
.sp{
    display: none;   
}
.note{
	font-size: 12px;
	padding-top: 4px;
}
header{
	border-top: 6px solid #14A79C;
	width: 100%;
	height: 130px;
	position: absolute;
	z-index: 20
}
header .inner{
	width: 96%;
	padding-top: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
header .item1{
	padding-top: 6px;
}
header .item1 p{
	font-size: 13px;
	margin-bottom: 7px;
	padding-left: 0px;

	color: #000;
}
#logo{
	display: block;
	width: 350px;
}
#logo img{
	width: 100%;
	height: auto
}
header .item2{

}
#hdr_tel{
	display: flex;
	margin-bottom: 15px;
	color: #000;
}
#hdr_tel p{
	background: #14A79C;
	border-radius: 50px;
	color: #FFF;
	text-align: center;
	line-height: 1;
	width: 215px;
	height: 25px;
	padding: 5px 0;
	font-size: 15px;
	margin-right: 20px;
}
#hdr_tel div{
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
}
#pc_nav{
	display: flex
}
#pc_nav li{
	margin-right: 10px;
}
#pc_nav li a{
	display: block;
	text-decoration: none;
	color: #333;
	background: #fff;
	border-radius: 6px;
	line-height: 1;
	width:143px;
	height: 42px;
	text-align: center;
	font-weight: bold;
	padding-top: 14px;
}
#pc_nav li a:hover{
	background:#F2F5FF;
}
nav,#menu{
	display: none;
}
footer{
	padding:40px 0;
	background: #14A79C;
	color: #FFF;
}
footer .inner{
	display: flex;
	justify-content: space-between;
}
footer .item1 h2{
	font-size: 18px;
	color: #FFF;
}
footer a{
	color: #FFF;
}
#ftr_logo{
	margin-bottom: 10px;
	display: block;
	width: 300px;
}
#ftr_logo img{
	width: 100%;
	height: auto
}
footer .item1 p{
	font-size: 14px;
	padding-top: 13px;
}
footer .item2 {
	width: 450px;
}
footer .item2 p{
	font-size: 13px;

	padding-top: 50px;
}
footer ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: auto
}

footer li{
	width: 175px;
	margin-bottom: 12px;
}
footer li a{
	text-decoration: none;
	border-left: 2px solid #FFF;
	padding-left: 15px;
	font-weight: bold;
	font-size: 15px;
}
#ftr_rcruit{
	background-image: url("../img/ftr_recruit_bg.jpg");
	background-size: cover;
	height: 337px;
	border-bottom: 3px solid #C98703
}
#ftr_rcruit .inner{
	text-align: center;
	display: flex;
	justify-content: space-between;
}

#ftr_rcruit .inner .item1{
	margin-top: 40px;
	width: 30%;
}
#ftr_rcruit .inner .item1 img{
	width: 360px;
	height: auto
}
#ftr_rcruit .inner .item3{
	margin-top: -40px;
	width: 30%;

}
#ftr_rcruit .item3 img{
	width: 300px;
	height: auto;
}
#ftr_rcruit .inner .item2{
	padding-top: 60px;
	width: 40%;
}
#ftr_rcruit .inner .item2 h2{
	color: #C98703;
	font-size: 52px;
}
#ftr_rcruit .inner .item2 p{

	margin-bottom: 30px;
}
#ftr_rcruit .inner .item2 a{
	background: #C98703;
	color: #FFF;
	text-decoration: none;
	border-radius: 30px;
	text-align: center;
	line-height: 1;
	width: 300px;
	height: 45px;
	font-size: 20px;
	display:inline-block;
	padding: 15px 10px 0px 10px;
	background-image: url("../img/arrow.png");
	background-position: right 18px center;
	background-repeat: no-repeat;
	background-size: 10px 20px;
}

.h2{
	text-align: center;
	background-image: url("../img/bdr.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 16px;
	margin-bottom: 28px;
}
.h2 div{
	font-size: 20px;
	color:#007158
}
.h2 p{
	font-size: 32px;
}
.h3{
    color: #FFF;
    background: #007158;
    text-align: center;
    font-size: 28px;
    padding: 14px;
    margin-bottom: 30px;
}
.h4{
	font-size: 22px;
	line-height: 130%;
	text-align: center;
	color: #007158;
	margin-bottom: 10px;
}
.box1{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	width: 100%;
	column-gap: 25px;
	padding-top: 20px;
}
.box1 .item{
	width:33.3%;


}
.box1 .item:last-child{
	border: none;
}
.box1 .item figure{
	margin-bottom: 10px;
}
.box1 .item figure img{
	width: 100%;
	height: auto;
	border-radius: 7px;
}
.box1 .item p{
	font-size: 18px;
}
.kusuri{
	position: absolute;
}
#intro{
	background:#14A79C;
	margin-top: 0px;

}
#intro h2{
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 20px;
	color: #FFF;
	line-height: 130%;

}
#intro h3{
	padding-bottom: 10px;
	font-size: 20px;
	color: #FFF;
}
#hbox{
	display: flex;


}
#hbox .item1{
	width: 300px;

}
#hbox .item2{
	width: 600px;
	padding: 40px 0px 0 60px;
	margin-right: 20px;
}
#hbox .item2 p{
	color: #fff;
	line-height: 200%;
	font-size: 17px;
}
#hbox .item3{
	width: 140px;

	position: relative;
}
#page_home .swiper-slide img{
	width: 100%;
	height: auto;
	border-radius: 7px;
}
#page_recruit .swiper-slide img{
	width: 100%;
	height: auto;
	height: 300px;
	width: auto;
}
#hbox .item3 img{
	width: 100%;
	height: auto;
	position: absolute;
	right: 0px;
	top:0px
}


#mv{
	position: relative;
	z-index: 10;
	width: 100%;
	overflow: hidden
}
.mv_text{
	position: absolute;
	width: 95%;
	right: -40px;
	bottom: -4vw;
}
.mv_text img{
	width: 100%;
	height: auto
}
#home1{
	background-image: url("../img/bg_bottom.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 200px;
	background-color: #EEF9F8;
	padding-bottom: 40px;
}
#home1 .inner{
	position: relative
}
#home1 .kusuri{
	width: 200px;
	position: absolute;
	left: 40px;
	top:-90px;
}
#home1 .kusuri img{
	width: 100%;
	height: auto

}
#home2{
	padding: 60px 0 40px 0;
	margin: 0 auto;

}
#home2 .inner{
	width: 700px !important;
	margin: 0 auto
}
#home2 .h2-anime{
	padding-bottom:20px;
}
.h2-anime {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #00c8c8;
	font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(60deg, #C33C88, #009BB4, #E3A1C3, #C76FA8);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textAnime 5s infinite;
    margin-bottom: 30px
}
@keyframes textAnime {
  0%, 100% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
}
.h2-anime {
	-webkit-font-feature-settings: 'pkna';
	-webkit-text-fill-color: transparent
}
@media screen and (max-width: 768px) {
  .h2-anime {
    font-size: 3rem;
    margin-bottom: 30px
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;

}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.fukidashi{
	display: flex;
	padding-top: 20px;

}
.fukidashi .item1{
	padding-right: 25px;
	padding-top: 10px;
}
.fukidashi .item2{

}
.speech-bubble {
  background: #E3F5E4; /* 薄いクリーム色 */
  border-radius: 12px;
  padding: 1.2em 1.4em;
  font-size: 16px;
  line-height: 1.8;
  max-width: 600px;
  position: relative;
  margin: 1em auto;
  color: #333;

}

.speech-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px; /* 三角の位置 */
  margin-top: -10px;
  border-width: 10px 0 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #E3F5E4;
}
#page_contact .contact a{ background:#FFE505}
#page_fharmacies .fharmacies a{ background:#FFE505}
#page_faq .faq a{ background:#FFE505}
#page_recruit .recruit a{ background:#FFE505}
#page_company .company a{ background:#FFE505}
#page_price .price a{ background:#FFE505}
#page_title{
	background-image: url("../img/mv_bg.jpg");
	background-size: cover;
	padding: 70px 0 8px 0;
	margin-bottom: 50px
}
#page_title h1{

	font-size: 36px;
	text-align: center;
	line-height: 1;
	margin-bottom: 5px;
}
#page_title p{

	font-size: 13px;
	text-align: center;
	margin-bottom: 34px;
	letter-spacing: 2px;
}
#topic_pass{
	text-align: right;
	color: #333;
	font-size: 13px;

}
#topic_pass a{
	color: #333;
	font-size: 13px;
	text-decoration: none;
}
.txt1{
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 180%
}
#nayamibox{
	display: flex;
	padding: 20px 20px;
	background: #FBFDFC;
	border:4px solid #EEEEEE;
	justify-content: space-between;
	margin-bottom: 40px;
}
#nayamibox .item1{
	padding: 30px 0 0 20px;;
	width: calc( 100% - 360px);
}
#nayamibox .item2{
	width: 360px;
	text-align: right
}
#nayamibox .item2 img{
	width: 90%;
	height: auto
}
#nayamibox h3{
	font-size: 26px;
	color: #001F7F;
	margin-bottom: 20px;
}
#nayamibox ul{

}
#nayamibox li{
	font-size: 20px;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
#nayamibox li:last-child{
	border: none
}
#slist{

}
#slist li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #007158;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#slist li:last-child{
	border: none
}
#slist .item1{
	width: 347px;
	padding-top: 15px;
}
#slist .item1 img{
	width: 90%;
	height: auto
}
#slist .item2{
	width: calc(100% - 347px);
}
#slist .item2 h3{
	font-size: 26px;
	margin-bottom: 10px;
}
#slist .item2 p{
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 20px;
}
hr{
	margin-bottom: 50px;	
}
#faq_list{
	padding-bottom: 50px;
}
#faq_list .item{
	
}
#faq_list .q{
	display: flex;
	margin-bottom: 10px;
	padding: 20px 10px 10px 10px;
	font-weight: bold;
	border-top: 1px dashed #14A79C;
}
#faq_list .item:first-child .q{
	border: none;
}
#faq_list .q div,
#faq_list .answer .inr div{
	color: #14A79C;
	font-size: 47px;
	width: 60px;
	font-weight: bold;
	line-height: 1;
	text-align: center
}
#faq_list .q p,#faq_list .answer p{
	padding-top: 14px;
	padding-left: 10px;
	font-size: 20px;
	width: calc(100% - 60px - 62px);
}
#faq_list .answer p{
	font-size: 17px;
}
#faq_list .answer{
	display: none;
	margin-bottom: 20px;
}
#faq_list .answer .inr{
	display: flex;
	background: #F5F5F5;
	padding: 10px;

}
#faq_list .answer .inr div{
	color: #A12828;

}
#faq_list .q a{
	text-decoration: none;
	display: block;
	width: 62px;
}
#faq_list .q a img{
	width: 100%;
	height: auto;
}
.faq_close{
	display: none 
}
#page_mv{
	margin-top: -50px;
	margin-bottom: 50px;
}


.ta1{
	width: 100%;
	margin-bottom: 20px;
}
.ta1 td,.ta1 th{
	font-size: 17px;
	padding: 20px 10px;
	vertical-align: top
}
.ta1 th{
	border-bottom: 2px solid #14A79C;
	width: 25%;
	color:#14A79C
}
.ta1 td{
	background: #FFF;
	border-bottom: 2px solid #ccc;
}
.rbox{
	display: flex;
	justify-content: space-between
}
.rbox .item1{
	width: 68%;
}
.rbox .item2 div{
	padding-bottom: 20px;
}
.rbox .item2{
	width: 30%;
}
.mb30{
	margin-bottom: 30px;
}
.h5{
	font-size: 20px;
	text-align: center;
	padding-bottom: 8px;
}
.f_list{
	
}
.f_list li{
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;

	align-items: center;
}
.f_list li .item1{
	padding-right: 30px;
}
.f_list li .item2{
	width: 260px; 
	padding-right: 30px;
}
.f_list li .item2 img{
	border-radius: 10px;
}
.f_list li iframe{
	margin-left: auto
}
.f_list h3{
	color: #14A79C;
	font-size: 24px;
	margin-bottom: 7px;
}
.notes{
	display: flex;
	padding-top: 10px;
}
.notes p{
	color: #14A79C;
	border: 1px solid #14A79C;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 28px;
	font-size: 16px;
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block
	}

	.inner{
        width: 92%;
		margin: 0 auto
	}
    header{
        border-top: 6px solid #007158;
        height: 90px;

	
    }
    header .inner{
        padding-top: 10px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    #hdr_inner .item1{

    }
    header .item1 p{
        font-size: 10px;
        margin-bottom: 6px;
        padding-left: 0px;
        font-weight: bold;
        color: #000;
    }
    #logo{
        display: block;
        width: 260px;
		margin-left: -5px;

    }
    #logo img{
        width: 100%;
        height: auto
    }
    header .item2{
		display: none
    }
	#sp_nav{
		display: flex;
	}
	#sp_nav li{
        margin-right: 5px;
		width: 25%
    }
	#sp_nav li a{
        display: block;
        text-decoration: none;
        color: #001F80;
        background: #fff;
        border-radius: 6px;
        line-height: 1;
        width:100%;
        height: 42px;
        text-align: center;
        font-weight: bold;
        padding-top: 13px;
    }
	#sp_nav li a:hover{
        background:#F2F5FF;
    }

	#menu{
		display: block;
		position: absolute;
		top:16px;
		right: 8px;
		width: 60px;
		height: 60px;
	}
	#menu img{
		width: 100%;
		height: 100%;
	}
	nav{
		display: none;
		width: 100%;
		height: 100vh;
		background: #007158;
		position: fixed;
		z-index: 100;
		top:0;
		left: 0;
	}
	nav ul{
		width: 100%;
		position: absolute;
		top:60px;
		left: 0;
	}
	nav li{
		border-bottom: 1px solid #eee;
	}
	nav li a{
		color: #FFF;
		text-decoration: none;
		display: block;
		text-align: center;
		padding:25px;
		font-weight: bold
	}
	#close{
		display: block;
		width: 40px;
		position: absolute;
		right: 15px;
		top:20px;
	}
	#close img{
		width: 100%;
		height: auto
	}
	
    #mv{
		text-align: center;
		z-index: 3;
		position: relative;
		overflow: visible
    }
.mv_text{
	position: absolute;
	width: 100%;
	right: -10px;
	bottom: -11vw;

}
.mv_text img{
	width: 120%;
	height: auto
}
    #intro{
		width: 100%;
        margin-bottom: 0px;
        justify-content: space-between;
        padding: 10px 0 30px 0;
		z-index: 0;
		position: relative;

    }
    #intro h2{
        text-align: center;
        font-size: 24px !important;
		line-height: 140%;
        margin-bottom: 10px;
		padding-top: 15px;
    }
	#intro .item1{
		width: 100%;
		padding: 0 ;
		margin: 0;
	}
	#intro .item1 p{

		padding: 0 ;
	}
	#intro .item2{
		width: 100%;
		text-align: center;
		padding-top: 0px;
	}
	#intro img{
		width: 80%;
		height: auto
	}
	#hbox{
		flex-wrap: wrap;
	}
	#hbox h2{
		text-align: left;
		font-size: 22px;
	}
	#hbox h2 br{
		display: none
	}
	#hbox .item1{
		order: 3;
		width: 90%;

		margin: 0 auto 0  auto;
	}
	#hbox .item2{
		order: 1;
		width: 75%;
		margin: 0;
		text-align: left;
		padding: 0 10px 15px 0;;

	}
	#hbox .item2 p{

		font-size: 16px;
	}
	#hbox .item3{
		order: 2;
		width: 25%;
		margin: 0;
	}
	#hbox .item3 img{
		top: 50px
	}
	#home1{

		padding-top: 50px;
	}
#home1 .kusuri{
	display: none
}
		#home1 h4{
		font-size: 20px
	}
#home2{
	padding: 40px 0 40px 0;
	margin: 0 auto;

}
#home2 .inner{
	width: 100% !important;
	margin: 0 auto
}
	
.h2-anime{
	padding-bottom:10px;
	font-size: 25px;
	line-height: 150%
}
    .h2{
        text-align: center;
        background-image: url("../img/bdr.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 16px;
        margin-bottom: 11px;
    }
    .h2 div{
        font-size: 18px;
        color:#007158
    }
    .h2 p{
        font-size: 27px;
		line-height: 130%;
    }
    .h3{
        color: #FFF;
        background: #007158;
        text-align: center;
		font-size: 26px;
		padding: 12px;
		margin-bottom: 10px;
    }
    .h4{
        font-size: 23px;
        line-height: 130%;
        text-align: center;
        color: #007158;
        margin-bottom: 10px;
    }
	.box1{
		display: block;
		margin: 0;
	}
	.box1 .item{
		width: 90%;
		margin: 0 auto 30px auto;
		padding: 0 ;
		border: none
	}
	.box1 p{
		font-size: 16px !important;
	}
	.box1 .item img{
		width: 90%;
		height: auto;
		margin: 0 auto
	}
    #ftr_rcruit{
        height: 290px;
    }
    #ftr_rcruit .inner{
        text-align: left;
		justify-content: space-between
    }

    #ftr_rcruit .inner .item1{
        display: none
    }


    #ftr_rcruit .inner .item2{
        padding-top: 30px;
        width: 70%;
    }
    #ftr_rcruit .inner .item2 h2{

        font-size: 30px;
        text-align: left;
		padding-bottom: 5px;
		padding-left: 10px;
    }
    #ftr_rcruit .inner .item2 p{
		padding-left: 10px;
        margin-bottom: 14px;
        text-align: left
    }
    #ftr_rcruit .inner .item2 a{
        width: 80%;
        height: 45px;
        font-size: 18px;
        padding: 15px 10px 0px 10px;
        background-position: right 18px center;
        background-repeat: no-repeat;
        background-size: 10px 20px;
    }
    #ftr_rcruit .inner .item3{
        margin-top: 0px;
        width: 70%;
       height: 290px;
		position: relative
    }
    #ftr_rcruit .item3 img{
        width: 120%;
        height: auto;
		position: absolute;
		right: 0;
		bottom: 3px;
    }
    footer{
        padding:30px 0;
    }
    footer .inner{
        display: block;
		padding: 0 5%;

    }
    footer .item1{
        padding-bottom: 20px;
		text-align: center
    }
    footer .item1 h2{
        display: none
    }
    footer a{
  	
    }
    #ftr_logo{
        margin-bottom: 10px;
        display: block;
		width: 100%
    }
    #ftr_logo img{
		width: 100%;
		height: auto
	}
    footer .item1 h2{
        font-size: 18px;

    }
    footer .item1 p{
        font-size: 16px;
		line-height: 200%;
    }
    footer .item2 {
        width: 100%;
    }
    footer .item2 p{
        font-size: 15px;
		text-align: center;
        padding-top: 20px;
    }
    footer ul{
        display:none
    }

    footer li{
        width: auto;
        margin-bottom: 12px;
		margin-right: 15px;
    }
    footer li a{
        text-decoration: none;

        padding-left: 10px;
        font-weight: bold;
        font-size: 15px;
    }
#nayamibox{
	display: block;
	padding: 20px 10px;

	border:4px solid #EEEEEE;
	margin-bottom: 30px;
}
#nayamibox .item1{
	padding: 20px 0 0 0px;
	width: 100%;
}
#nayamibox .item2{
	width: 100%;
	text-align: center
}
#nayamibox .item2 img{
	width: 70%;
	height: auto
}
#nayamibox h3{
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 120%;
}
#nayamibox ul{

}
#nayamibox li{
	font-size: 20px;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}

#slist{

}
#slist li{
	display:block;
	justify-content: space-between;
	border-bottom: 1px solid #007158;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#slist .item1{
	width: 100%;
	padding-top: 15px;
}
#slist .item1 img{
	width: 93%;
	height: auto;
	margin-bottom: 10px;
}
#slist .item2{
	width: 100%;
}
#slist .item2 h3{
	font-size: 24px;
	margin-bottom:5px;
	text-align: center;
}
#slist .item2 p{
	font-size: 18px;
	line-height: 180%;
}
#page_title{
	padding: 30px 0 12px 0;
	margin-bottom: 30px;

}
#page_title h1{
	font-size: 27px;
	margin-bottom: 5px;
}
#page_title p{

	font-size: 10px;
	text-align: center;
	margin-bottom: 7px;
	letter-spacing: 2px;
}
#page_mv{
	margin-top: -30px;
	margin-bottom: 30px;
}
#topic_pass{
	display: none
	}
.txt1{
	text-align: left;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 180%
}
#faq_list .item{
	
}
#faq_list .q{
	display: flex;
	margin-bottom: 10px;
	padding: 20px 10px 10px 10px;
	font-weight: bold;
	border-top: 1px dashed #007158;
}

#faq_list .q div,
#faq_list .answer .inr div{
	color: #007158;
	font-size: 32px;
	width: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: left
}
#faq_list .q p,#faq_list .answer p{
	padding-top: 7px;
	padding-left: 0px;
	font-size: 17px;
	width: calc(100% - 40px - 42px);
}
#faq_list .answer p{
	font-size: 16px;
}
#faq_list .answer{
	display: none;
	margin-bottom: 20px;
}
#faq_list .answer .inr{
	display: flex;
	background: #F5F5F5;
	padding: 10px;

}
#faq_list .answer .inr div{
	color: #A12828;

}
#faq_list .q a{
	text-decoration: none;
	display: block;
	width: 42px;
}
#faq_list .q a img{
	width: 100%;
	height: auto;
}
.faq_close{
	display: none 
}
#youtube{
	background: #333;
	padding: 0px;
	margin-bottom: 30px;
}
	.ta1 th, .ta1 td{
		
		display: block;
		width: 100%;
	}
.rbox{
	display:block
}
.rbox .item1{
	width: 100%;
}
.rbox .item2{
	width:100%;
}
	
.fukidashi{
	display: block;
	padding-top: 20px;

}
.fukidashi .item1{
	padding-right: 0;
	padding-top: 10px;
	width: 90%;
	margin: 0 auto
}
.fukidashi .item2{
	display: none
}
.speech-bubble {
  background: #E3F5E4; /* 薄いクリーム色 */
  border-radius: 12px;
  padding: 1.2em 1.4em;
  font-size: 16px;
  line-height: 1.8;
  max-width: 600px;
  position: relative;
  margin: 1em auto;
  color: #333;

}

.speech-bubble::after {
  display: none
}
	
	.f_list{
		width: 100%;
	}
	.f_list li{
		flex-wrap: wrap;

	}
	.f_list .item2{
		width: 90% !important;
		order: 2;
		padding: 0!important;
		margin: 0 auto 20px auto!important;

	}
	.f_list .item2 img{
		width:100%;

		height: auto;
		padding: 0;
		margin: 0;
	}
	.f_list .item1{
		width: 100%;
		padding: 0 0 10px 0 !important;
		order: 1;
		text-align: center;
		margin: 0;
	}
	.f_list iframe{
		width: 100%;
				order: 3;
	}
	.notes{
		justify-content: center;
		margin-bottom: 10px;
	}
	main.page{

	padding: 100px 0 40px 0;
}#page_home .swiper-slide img{
	width: 100%;
	height: auto;
	border-radius: 7px;
}
#page_recruit .swiper-slide img{
	width: 100%;
	height: auto;
	height: 150px;
	width: auto;
}
}