@charset "UTF-8";

/* --------------------------------
	common
-------------------------------- */
figure {
	padding-top: 20px;
}

#main p {
	font-size: min(22px, 4.5vw);
	padding-top: 20px!important;
}



#main h1 {
	font-size: min(29px, 5.0vw);
	font-family: "A P-OTF A1ゴシック Std", sans-serif;
	text-align: center;
	line-height: 1.4;
	color:#00a99d;
	margin: 40px auto 20px;
	font-weight: bolder;
}


#main h2 {
	font-size: min(24px, 4.7vw);
/*	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
	text-align: center;
	line-height: 1.4;
}
#main h2 img {
	padding-bottom: 10px;
}

#sec02 h2:not(:first-of-type) img {
	padding-top: 50px;
}


#sec03 h2:not(:first-of-type) {
	padding-top: 60px;
}

#sec03 .padding_n{
	padding-top: 0 !important;
}

#main h3 {
	color: #ff5353;
	font-size: 36px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding-top: 40px;
	text-align: center;
	line-height: 1.4;
}

.marker {
	background-color: #f6c7ce;
	font-weight: 400;
}

@media (max-width: 768px) {
	#sec02, #sec03, #sec04, #sec05 {
		padding-bottom: 3rem;
/*		padding-top: 3rem;*/
	}

	#sec02  h1:first-of-type {
    margin-top: 30px;
}

	#sec02  h1:not(:first-of-type) {
		margin-top: 0;
}
	
	#sec03  h1,#sec04  h1 {
            margin-top: 0px;
        margin-bottom: 10px;
}
	
	#main h3 {
		font-size: 6vw;
		padding-top: 2rem;
	}
	figure {
		padding-top: 1rem;
	}

	#main p {
		padding-top: 1rem!important;
	}
	
	#sec02 h2:not(:first-of-type) img{
		padding-top: 40px;
	}
}

.sp-only {
	display: none;
}

@media (max-width: 768px) {
	.sp-only {
		display: inline;
	}
}


/* --------------------------------
	cover
-------------------------------- */
#cover figure{
	padding: 0!important;
}


/* --------------------------------
	#sec01
-------------------------------- */


/* --------------------------------
	#sec02
-------------------------------- */
.check {
  display: flex;
  align-items: flex-start; 
	font-size: 18px;
}

.checkbox {
  margin-top: 2px; 
}


.check .checkbox {
	width: 2em; 
	height: 2em;
}


#sec02 .list
{
	padding-top: 10px;
}

#sec02 .list .check {
	margin-bottom: 7px;
}

#sec02 .list .check .text {
	padding-top: 0 !important;
	margin-left: 5px;
}

.bar {
	display: inline-block;
    width: 4em;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    margin-left: 5px;
}

@media (max-width: 768px) {
.checkbox {
  margin-top: 4px; 
}


.check .checkbox {
width: 1.2em;
    height: 1.2em;
}
}
/* --------------------------------
	#sec03
-------------------------------- */

#sec03 h2{
	color: #9f6c1f;
	}

#sec03 figure{
	padding-top: 0;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;	
}

.feature-list li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.6;
	font-size: min(22px, 4.5vw);
    line-height: 1.6923076923;
}

.feature-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.1em;        
  color: #9f6c1f;
}

.movie{
	background-color: #FFFDD6;
}

.movie {
  background: #FFFDD6;     
  padding: 0 16px 20px;
  margin: 40px 0;          
}

.movie-lead {
  text-align: center;
  font-weight: bolder;
  line-height: 1.6;
  margin-bottom: 16px;
}

.movie-video {
  position: relative;
  padding-top: 56.25%;
}

.movie-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (max-width: 768px) {
.feature-list li {
    padding-left: 1.0em;
}
	.movie {   
  padding: 0 10px 15px;
  margin: 30px 0;          
}

.movie-lead {
  text-align: center;
  font-weight: bolder;
  line-height: 1.6;
  margin-bottom: 10px;
}

.movie-video {
  position: relative;
  padding-top: 56.25%;
}

.movie-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

	
	
	}
/* --------------------------------
	#sec04
-------------------------------- */
	
	#sec04 p{
		padding-top:0 !important;
	}
	
#sec04 .linkbox {
	margin-top: 20px;
}


/* --------------------------------
	#sec05
-------------------------------- */
#sec05{
	padding-bottom: 60px;
}

#sec05 figure {
	padding-top: 50px;
}

#sec05 .linkbox {
	margin-bottom: 40px;
}
#sec05 .linkbox.kusumi {
		margin-bottom: 10px; }

#sec05 .linkbox p {
	margin-top: 0;
	padding-top: 0!important;
}

@media (max-width: 768px) {
	#sec05 figure {
		padding-top: 2rem;
		padding-bottom: 0;
	}
	#sec05 .linkbox {
		margin-bottom: 3rem;
	}
	#sec05 .linkbox.kusumi {
    margin-bottom: 1rem; 
}
}

/* --------------------------------
	accordion
-------------------------------- */
.accordion-003 {
    max-width: 500px;
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 0;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	font-size: 22px;
}

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

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 0 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
	font-size: 20px!important;
}

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


@media (max-width: 768px) {
	.accordion-003 summary {
		font-size: 4vw;
	}
	.accordion-003 p{
		font-size: 3.5vw!important;
	}
}

/* --------------------------------

-------------------------------- */
/*# sourceMappingURL=style.css.map */