@charset "utf-8";
*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html {
	font-size: 62.5%;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
body {
    /* [disabled]background-color: #BC1012; */
    font-size: 1.4rem;
    line-height: 1.7;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    list-style-type: none;
    color: #100F0D;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	/* [disabled]width: 100%; */
	max-height: 100%;
}



video {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.container {
	margin: 0 auto;
	max-width: 640px;
	z-index: -2;
}
.bg {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: auto;
	/* [disabled]max-width: 100%; */
	/* [disabled]min-width: 100%; */
	/* [disabled]min-height: 0px; */
	background-size: cover;
}
.bg img {
	width: 100%;
	position: fixed;
	/* [disabled]max-width: 100%; */
	display: block;
	left: 0px;
	top: 0px;
	height: 100%;
	/* [disabled]max-height: auto; */
	object-fit: cover;
}

section {
    background-color: #FFFFFF;
    /* [disabled]margin-bottom: 40px; */
    padding-bottom: 30px;
    padding-top: 30px;
}
section h2 {
    text-align: center;
    color: #323232;
    text-shadow: 1px 0 0 #F1F1F1;
}




.inview {
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
}
.fadeIn {
  opacity: 1;
  transform: translateY(0);
}
.box {
	/* [disabled]width: 100%; */
	margin-top: 50px;
}
.box-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sec1 {
	color: #076A72;
	/* [disabled]margin-top: 20px; */
	/* [disabled]margin-bottom: 20px; */
	padding-top: 50px;
	padding-bottom: 0px;
	background-image: url(img/bg_hougan.jpg);
}
.sec1 .text {
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #131313;
}
.sec1 img {
	text-align: right;
	margin-bottom: -20px;
	max-width: 60%;
}

#sec1 span {
	font-weight: bold;
	font-size: x-large;
}

.sec2 {
    background-image: url(img/op5.jpg);
}
.sec2 .text {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
}
.people {

}

.sec2 img {
    /* [disabled]margin-top: 10px; */
    max-width: 60%;
    text-align: right;
    margin-bottom: -20px;
}
.img-wrap   {
	margin-left: auto;
	display: block;
	/* [disabled]margin-right: auto; */
	text-align: center;
}


.sec2 h3 {

}
.sec2 span  {
	font-size: 1.7em;
}


.sec3 {
	padding-bottom: 100px;










	background-image: url(
../../../Downloads/%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%81%AE%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%20(1).jpg);
	background-image: url(
../../../Downloads/%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%81%AE%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%20(1).jpg);
	background-image: url(img/bg_hougan.jpg);
}
.sec3 .text {
	padding-top: 10px;
	padding-left: auto;
	padding-right: auto;
	margin-top: 20px;
}
.sec3 h3 {
	margin-bottom: 30px;
}
.sec5 h3 {
	margin-bottom: 30px;
}


.sec3 span {
	font-size: 1.7em;
}


.sec4 {
    background-image: url(img/op6.jpg);
}
.sec4 img {
	width: 300px;





}
.sec4 li img  {
	border-radius: 15px;
}

.sec4 span {
	font-size: 1.7em;
}


.sec5 {
	background-image: url(img/bg_hougan.jpg);
}

.sec5 span  {
	font-size: 1.7em;
}
.cal {
	margin-top: 0px;
	margin-bottom: 0px;
}



h3 {
	position: relative;
	padding-top: 2rem;
	padding-right: .5rem;
	padding-left: .5rem;
	padding-bottom: 2rem;
	text-align: center;
	font-size: x-large;
}

h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
    background-image: -webkit-linear-gradient(0deg,rgba(241,137,225,1.00) 0%,rgba(212,168,217,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(241,137,225,1.00) 0%,rgba(212,168,217,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(241,137,225,1.00) 0%,rgba(212,168,217,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(241,137,225,1.00) 0%,rgba(212,168,217,1.00) 100%);
}
.sec4 .text {
	padding-top: 30px;
	padding-left: auto;
	padding-right: auto;
	margin-top: 20px;
}

/*二重線*/
.box1 {
	margin-top: 2em;
	margin-right: 30px;
	margin-bottom: 2em;
	padding-top: 2em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 2em;/*内側余白*/
	/* [disabled]border: double 7px #CCCFD6; *//*線の種類・太さ・色*/
	border-radius: 30px;
	margin-left: 30px;
	background-image: url(img/bg_hougan.jpg);
}
.box2 {
	/* [disabled]margin-top: 2em; */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 2em;/*内側余白*/
	border-radius: 30px;
	background-color: #E8CAE3;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}
.accordion-001 {
	background-color: #f2f2f2;
	display: block;
	margin-bottom: 10px;
	width: 90%;
}

.accordion-001:not([open]) {
	margin-bottom: 7px;
	display: block;
	width: 90%;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #00C2C0;
    color: #F4F4F4;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	color: #333333;
	transition: transform .5s, opacity .5s;
}


.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

.copyright {
	text-align: center;
}

.miryoku {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.footer {
	background-color: #D8D8D8;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

.slider-1 .slick-slide {
	width: 360px;
	height: 360px;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
}
.slider-1 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.last {
	background-image: url(img/5.png);

}
.last .text {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60％;
	background-image: url(img/bg_hougan.jpg);
	font-weight: bold;
	font-size: large;
}

.last img {
	text-align: right;
	margin-bottom: -20px;
	max-width: 80%;
}
.last span {
	font-size: 1.7em;
}
.last .box {
	margin-top: 0px;
}
.botton {
    margin-top: 20px;
    /* [disabled]margin-bottom: 20px; */
    padding-top: 12px;
    padding-bottom: 34px;
    position: relative;
}
