@charset "utf-8";
/*
	Theme Name: 訪問看護ステーションローブ
	Description: 訪問看護ステーションローブのレスポンシブテーマ
	Theme URI: https://robe-s.jp/
	Author: 訪問看護ステーションローブ
	Author URI: https://robe-s.jp/

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
	color:#333333;
	font-size:62.5%;
	margin-top: 0 !important;
	scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.6rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
.layout01{
	width:1000px;
	margin:0 auto;
}

a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #FF0000;
}
.material-icons{
	vertical-align: -2px;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B75DE;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
.text_en{
	font-family: 'Arial Black', -apple-system, 'BlinkMacSystemFont' ,sans-serif;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem !important;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem !important;
}

@media screen and (max-width: 1200px) {
	.layout{
		width:93%;
		margin: 0 3.5%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}
@media screen and (max-width: 1000px) {
	.layout01{
		width:93%;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 480px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
	.type_2 .child_box{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 2rem;
	}
}

/* FIX area
---------------------------------------*/
.fix_area{
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("images/bg.png") no-repeat 100% 100%;
	overflow: hidden;
}
.fixL{
	position: absolute;
	left: 7%;
	top: 50px;
	bottom: 170px;
}
.fixL .Flogo{
	width: 300px;
	text-align: center;
	margin-bottom: 50px;
}
.logo_text{
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
}
#gnav{
	margin-bottom: 100px;
}
#gnav ul li a{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	line-height: 5rem;
}
.btn01{
	width: 100%;
}
.btn01 a{
	display: block;
	color: #FFF;
	background-color: #FEDB3C;
	padding: 1.5rem 0;
	text-align: center;
	font-weight: bold;
}
.fixR{
	position: absolute;
	right: 7%;
	top: 100px;
	width: 235px;
}
.btn02{
	margin-bottom: 1rem;
	text-align: center;
	background-color: #FEDB3C;
	padding: 1rem 0;
	border-radius: 30px;
}
.btn02 a{
	color: #FFF;
	font-weight: bold;
	display: block;
}
.btn03{
	background-color: #333333;
}

.qr{
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem;
	color: #FFF;
	background-color: #333333;
	border-radius: 5px;
}
.qrL{
	width: 65%;
	font-size: 1.3rem;
	line-height: 1.5;
}
.qrR{
	width: 32%;
}
.qrR img{
	display: block;
}
.loop_wrap {
    display: flex;
    width: 100%;
    overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
 }

.loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 10rem;
	line-height: 1.5;
    overflow: hidden;
	color: #FFF;
	font-weight: bold;
  }
.loop_wrap div:nth-child(odd) {
animation: loop 50s -25s linear infinite;
}
@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
 }
@media screen and (max-width: 1275px) {
	.fixR{
		right: 2%;
	}
	.fixL{
		left: 2%;
	}
}
@media screen and (max-width: 840px) {
	.fixL{
		left: 1%;
		top: 10px;
		bottom: 0;
	}
	.fixL .Flogo{
		width: 150px;
		margin-bottom: 10px;
	}
	.logo_text{
		font-size: 1.6rem;
	}
	#gnav ul li a{
		font-size: 1.6rem;
	}
	.btn01{
		bottom: 10px;
	}
	.btn01 a{
		display: block;
		color: #FFF;
		background-color: #FEDB3C;
		padding: 1.5rem 0;
		text-align: center;
		font-weight: bold;
	}
	.fixR{
		position: absolute;
		right: 1%;
		bottom: 0;
		width: 150px;
	}
	.loop_wrap{
		display: none;
	}
}

/* wrap
---------------------------------------*/
.wrap{
	width: 480px;
	margin: 0 auto;
	position: relative;
	top: 50px;
	z-index: 1;
	background-color: #FFF;
	border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 480px) {
	.wrap{
		width: 100%;
		top: 0;
		border-radius: 0 0 0 0;
	}
	.wrap.fadeInUp{
		opacity: 1;
		transform: none;
		animation: none;
	}
}

/* フェードイン
---------------------------------------*/
.fadeInUp {
    opacity: 0;
    transform: translateY(100px);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
.anim01{
	animation-duration: 1s;
}
.anim02{
	animation-duration: 1.5s;
}
.anim03{
	animation-duration: 2s;
}

.fade_up + .fade_up{
    margin-top: 30px;
}
.fade_up{
    transform: translateY(50px);
    opacity: 0;
}
.fade_up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}


/* header
---------------------------------------*/
header{
	padding: 2rem 3% 1rem;
}
.headerU{
	justify-content: center;
	position: relative;
}
.headerU .Hlogo{
	width: 140px;
}
.headerU .Hlogo img{
	display: block;
}
.headerU .Hlogo .logo_text{
	font-size: 1.3rem;
	text-align: center;
}
.sns_area{
	position: absolute;
	top: 1.5rem;
	right: 3%;
	align-items: center;
}
.sns_area a{
	width: 30px;
	margin-left: 0.7rem;
}
.headerB{
	margin: 1.5rem 3% 0;
	justify-content: space-between;
}
.headerB .btn02{
	width: 48%;
	padding: 0.3rem 0;
}
@media screen and (max-width: 480px) {
	header{
		position: fixed;
		width: 100%;
		z-index: 9999;
		background-color: #FFF;
	}
}

/* --- hamburger-menu --- */
.hamburger-menu{
	position: absolute;
	top: 20px;
	z-index: 9999;
	display: none;
}
.ham_menu{
	margin-top: 3rem;
	font-size: 1.2rem;
	color: #00325E;
}
.menu-btn {
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 5px;
    width: 30px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 30px;
}
.menu-btn span:before {
	bottom: 10px;
}
.menu-btn span:after {
	top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check_sp:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check,#menu-btn-check_sp {
    display: none;
}
.menu-content {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow: scroll;
	padding-top: 3rem;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 30%;
}
#menu-btn-check_sp:checked ~ .menu-content {
    left: 30%;
}
@media screen and (max-width: 480px) {
	.hamburger-menu{
		display: block;
	}
}

/* footer
---------------------------------------*/
footer{
	margin-bottom: -3rem;
	padding: 4rem 0;
	background: url("images/footer_bg.png") no-repeat 100% 100%;
}
.Flogo{
	font-weight: bold;
	font-size: 2rem;
}
.Flogo_img{
	margin: 2rem 0;
}
.Flogo_img img{
	width: 30%;
}
.footer_nav{
	margin-bottom: 4rem;
}
.footer_nav ul li a{
	font-weight: bold;
}
.footer_nav ul li{
	margin-bottom: 1rem;
}

/*---- back-top ----*/
/* ボタンの指定 */
.js-backToTop{
	position: fixed;
	right: calc((100% - 480px) / 2);
	/*right: 1%;*/
	bottom: 20px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border: none;
	background-color: initial;
	z-index: 9999;
}
.js-backToTop .layout_flex{
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #000;
	border-radius: 50%;
	font-weight: bold;
	margin-left: 0.3rem;
}
.js-backToTop .layout_flex i{
	margin-right: 0;
}
.js-backToTop span{
	text-align: center;
	color: #000;
	display: block;
	font-size: 1.2rem;
}
.is-active{
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 480px) {
	.js-backToTop{
		right: 1%;
		bottom: 20px;
	}
}

/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
.width80{
	width: 80%;
	margin: 0 auto;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width60{
	width: 60%;
	margin: 0 auto;
}
.contents section{
	margin-bottom: 8rem;
}
.anchor{
	margin-top:-30px;
	padding-top:30px;
}
i{
	margin-right: 0.5rem;
}
@media screen and (max-width: 960px) {
	.width80{
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.contents section{
		margin-bottom: 5rem;
	}
	.top_flex{
		margin-top: 70px;
	}
	.anchor{
		margin-top:-160px;
		padding-top:160px;
	}
	.width70,.width60{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.contents{
		padding-top: 100px;
	}
	.top_flex{
		margin-top: 70px;
	}
}


/* TOP PAGE
---------------------------------------*/
/*---- slider ----*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
	animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
	height: auto;
	width: 100%;
}
.swiper{
	position: relative;
	z-index: 10;
	padding-bottom: 50px;
}
.swiper:after{
	content: "";
	position: absolute;
	height: 160px;
	width: 100%;
	clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
	background-color: #FFF;
	left: 0;
	bottom: -50px;
	z-index: 99;
}
/*---- scroll ----*/
.scroll {
	position: absolute;
	right: 46.5%;
	bottom: 20%;
	z-index: 999;
	writing-mode: vertical-rl;
	color: #FEDB3C;
	font-size: 1.8rem;
}
/* 線のアニメーション部分 */
.scroll::before {
	animation: scroll 2s infinite;
	background-color: #FEDB3C;
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
/*---- alider下部 ----*/
.box01{
	width: 85%;
	margin: 4rem auto;
	border-radius: 15px;
	background-color: #DFF7FF;
	padding: 2rem;
	position: relative;
}
.lead01{
	font-size: 2rem;
	margin-bottom: 2rem;
	position: relative;
	font-weight: bold;
}
.lead01 span{
	position: relative;
	z-index: 2;
}
.lead01::after{
	content: '';
    border-bottom: 20px solid #FEDB3C;
    width: 40%;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 30.5%;
}
.flex_box01{
	justify-content: center;
	align-items: flex-end; 
}
.flexL,.flexM{
	color: #FEDB3C;
}
.flexL{
	line-height: 1.5;
}
.flexL .text01{
	background-color: #FFF;
	padding: 0 1rem;
	font-weight: bold;
	font-size: 1.7rem;
}
.flexL .text02{
	font-size: 2rem;
	font-weight: bold;
}
.flexM{
	margin: 0 1rem;
	line-height: 1;
}
.flexM .price01{
	font-size: 6rem;
	font-weight: bold;
}
.flexM .price01 .mtext{
	font-size: 4rem;
}
.flexR{
	line-height: 1.3;
	text-align: left;
}
.baloon {
	position: absolute;
	top: -70px;
	left: 40px;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 0 5px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	background: #FEDB3C;
	border-radius: 50%;
	box-sizing: border-box;
}
.baloon:before {
	content: "";
	position: absolute;
	bottom: -8px;
	right: -8px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #FEDB3C;
	z-index: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 430px) {
	.box01{
		width: 94%;
	}
	.flexM .price01{
		font-size: 5.5rem;
	}
}
.post_wrap{
	justify-content: center;
	margin-bottom: 1.5rem;
}
.postscript{
	border: 1px solid #FEDB3C;
	text-align: center;
	width: 80%;
}
/*---- Menu ----*/
.lead02{
	text-align: center;
}
.lead02 span{
	position: relative;
	z-index: 2;
	font-size: 3rem;
	font-weight: bold;
}
.lead02 span::after{
	content: '';
    border-bottom: 15px solid #FEDB3C;
    width: 130%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -15%;
	z-index: -1;
}
.menu_area{
	margin-top: 3rem;
}
.menu_area .box02{
	margin-bottom: 3rem;
}
.menu_area .box02:nth-of-type(odd) .img_box01{
	margin-right: 7.5%;
}
.menu_area .box02:nth-of-type(even) .img_box01{
	margin-left: 7.5%;
}
.menu_area .box02:nth-of-type(odd) .img_box01 img{
	border-radius: 0 10px 10px 0;
}
.menu_area .box02:nth-of-type(even) .img_box01 img{
	border-radius: 10px 0 0 10px;
}
.img_box01 img{
	display: block;
}
.menu_area .box02 p{
	width: 80%;
	margin: 1.5rem auto 0;
}
.youtube {
	width: 96%;
	margin: 2rem 2% 0;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
/*---- Price ----*/
.bg_yellow{
	background-color: #FFF1B7;
	padding: 5rem 0;
}
.open_box{
	margin-top: 4rem;
	width: 85%;
	margin: 4rem auto 0;
}
.open_box dl{
	margin-bottom: 4rem;
}
.open_box dt {
	position: relative;
	margin-bottom: 3rem;
}
.lead03{
	color: #FFF;
	text-align: center;
	background-color: #FEDB3C;
	border-radius: 10px 10px 0 0;
	font-size: 3rem;
	font-weight: bold;
}
.lead03 span{
	vertical-align: middle;
}
.lead03 .mtext{
	font-size: 1.6rem;
	font-weight: normal;
	margin-left: 1rem;
}
.box04{
	background-color: #FFF;
	padding: 2rem 0 5rem;
	text-align: center;
}
.box04 .lead02{
	margin-bottom: 2rem;
}
.box04 .lead02 span{
	font-size: 2rem;
}
.box04 .flexL .text01{
	background-color: #DFF7FF;
	font-size: 1.5rem;
}
.box05 .flexL .text01{
	font-size: 1.4rem;
	padding: 0 0.5rem;
}
.box05{
	border-radius: 10px;
	margin-bottom: 1rem;
	padding: 2rem 0 1rem;
}
.open_box dt .btn {
	position: absolute;
	background-color: #FEDB3C;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	bottom: -20px;
	left: 47%;
	z-index: 9999;
	margin: 0;
}
.open_box dt .btn-bar {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.open_box dt .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(90deg);
}
.open_box dt .btn.open .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(90deg);
}
.open_box dt .btn.close .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(0deg);
}
.open_box dd {
  position: relative;
}
.open_box dd.close {
  height: 0;
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.open_box dd.open {
  height: auto;
  opacity: 1;
  transition: 0.5s;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 430px) {
	.open_box{
		width: 94%;
	}
}
.anno_text{
	font-size: 1.3rem;
	color: #FEDB3C;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

/*---- Registration ----*/
.box06{
	margin: 0 auto 5rem;
	width: 85%;
}
.lead04{
	color: #FFF;
	background-color: #FEDB3C;
	text-align: center;
	font-weight: bold;
	font-size: 2.6rem;
	border-radius: 10px;
	margin-bottom: 1.7rem;
}
.lead04 span{
	vertical-align: middle;
}
.lead04 .mtext{
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 1.5rem;
}
.flex_box02{
	margin-top: 2.5rem;
	justify-content: space-between;
}
.flex_box02 .child{
	padding: 1.5rem 2rem 6rem;
	position: relative;
	border: 1px solid #FEDB3C;
	width: 48%;
}
.flex_box02 .child .taCenter i{
	font-size: 4rem;
	color: #FEDB3C;
}
.flex_box02 .child .taCenter p{
	font-size: 2rem;
	font-weight: bold;
	margin: 1rem 0;
	color: #FEDB3C;
	line-height: 1.3;
}
.btn04{
	position: absolute;
	width: 85%;
	bottom: 10px;
	left: 7.5%;
}
.btn04 a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #FEDB3C;
	padding: 0.8rem 0;
	font-weight: bold;
}
.box07{
	border: 1px solid #FEDB3C;
	padding: 1.5rem;
	position: relative;
	margin-bottom: 4rem;
}
.box07::after{
	position: absolute;
	bottom: -20px;
	content: '';
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #FEDB3C;
}
.box06 .box07:last-of-type::after{
	border: none;
}
.lead05{
	font-size: 2rem;
	font-weight: bold;
}
.box07 p{
	margin-top: 0.7rem;
}
.btn05 a{
	display: inline-block;
	width: 70%;
	color: #FFF;
	padding: 0.7rem 0;
	background-color: #FEDB3C;
	margin-top: 0.7rem;
	font-weight: bold;
}

.text02{
	font-size: 2rem;
	font-weight: bold;
}
.box08{
	border: 1px solid #FEDB3C;
	padding: 1.5rem;
	justify-content: center;
}
.text03::before{
	font: var(--fa-font-solid);
	content: "\f111";
	color: #FEDB3C;
	margin-right: 0.3rem;
}
@media screen and (max-width: 430px) {
	.open_box,.box06{
		width: 94%;
	}
}


/*---- faq ----*/
.faq_area dl{
	margin-bottom: 2rem;
}
.faq_area dt{
	background-color: #FEDB3C;
	color: #000000;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1.5rem 2rem 3rem;
	border-radius: 10px;
}
.faq_area dt p{
	justify-content: space-between;
}
.faq_area dt .btn{
	border: 2px solid #FFF;
}
.icon01{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: 0.2rem;
}
.icon01 i{
	color: #FEDB3C;
	font-size: 1.4rem;
	margin: 0;
}
.faq_area dt p .q_text{
	width: calc( 100% - 25px);
	line-height: 1.4;
}
.faq_area dd{
	background-color: #FFF;
	border-radius: 10px;
	padding: 1.5rem 2rem;
}
.btn_area01{
	margin-top: 1.5rem;
}
.btn_area01 .btn06:last-of-type{
	margin-top: 1rem;
}
.btn06{
	text-align: center;
}
.btn06 a{
	display: inline-block;
	border: 1px solid #333;
	width: 70%;
	padding: 0.7rem;
	font-weight: bold;
}
.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%; 
	margin-top: 1rem;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---- STAFF ----*/
.width85{
	width: 85%;
	margin: 0 auto;
}
@media screen and (max-width: 430px) {
	.width85{
		width: 94%;
	}
}
.staff{
	justify-content: space-between;
	margin-top: 3rem;
}
.staff .img_box02{
	width: 36%;
}
.staff .text_box02{
	width: 100%;
}
.img01{
	aspect-ratio: 1 / 1;
	width: 80%;
	margin: 0 auto;
}
.img01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.sns_area01{
	display: flex;
	justify-content: center;
}
.sns_area01 a{
	margin: 0 0.1rem;
	font-size: 1.8rem;
}
.lead06{
	font-weight: bold;
	font-size: 2.2rem;
	margin-bottom: 2rem;
}
.lead08{
	font-size: 1.4rem;
	margin-bottom: 0.7rem;
}

/*---- ABOUT ----*/
.about_area{
	border-radius: 10px;
	background-color: #FFF;
	padding-bottom: 2rem;
	margin-top: 3rem;
}
.about_area img{
	border-radius: 10px 10px 0 0;
}
.box09{
	margin: 1rem 0 2rem;
	justify-content: center;
}
.lead07{
	margin-bottom: 0.7rem;
	font-size: 1.8rem;
	font-weight: bold;
}
.lead07 .btext{
	font-size: 2.2rem;
	margin-left: 1rem;
}
.box10{
	padding: 0 2rem;
}
.box10 .map{
	margin-bottom: 1.5rem;
}

/*---- CONTACT ----*/
.contact_area{
	margin-top: 3rem;
}
.contact_area p{
	margin-bottom: 2rem;
}

/* 下層ページ
---------------------------------------*/
.page{
	padding-top: 4rem;
}
.page h1{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 2.5rem;
}
.page h2{
	font-weight: bold;
}
.page p{
	margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
	.page{
		padding-top: 16rem;
	}
}




