@charset "UTF-8";
/*-------------------------------------------------- common --------------------------------------------------*/
html, body {
  background-color: #f7f7f9;
  margin: 0 auto;
  color: #404040;
  font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  font-size: 13.8666666667px;
  line-height: 1.6;
  letter-spacing: .1em;
}
@media screen and (max-width: 520px) {
  html, body {
    font-size: 2.6666666667vw;
  }
}
h1{
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #e77b51;
  text-decoration: underline;
}
ul, ul li{
  list-style-type: none;
}
sup, sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

hr {
  border: none;
  border-top: 2px dotted #d0cecf;
}

:focus {
  outline: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.container {
  color: #404040;
  overflow: hidden;
  background-color: #FFF;
}
@media print, screen and (min-width: 521px) {
  .container {
    margin: 0 auto;
    width: 520px;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
  }
}

.inner {
  padding: 0 5.3333333333%;
}

.txt-orange {
  color: #e77b51;
}

.note {
  font-size: 11.0933333333px;
  line-height: 1.5;
  letter-spacing: .05em;
  position: relative;
}
@media screen and (max-width: 520px) {
  .note {
    font-size: 2.1333333333vw;
  }
}

.notes > li,
.detail > li{
  padding-left: 1em;
  font-size: 12.48px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 520px) {
  .notes > li,
  .detail > li {
    font-size: 2.4vw;
  }
}


/*-------------------------------------------------- sticky --------------------------------------------------*/
#sticky {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.2s ease-out;
  z-index: 10;
}
#sticky.disp {
  transform: translateY(0%);
}
#sticky.none {
	opacity: 0;
	visibility: hidden;
}
#sticky a {
  display: block;
}
@media print, screen and (min-width: 751px) {
  #sticky a {
    margin: 0 auto;
    width: 520px;
    text-align: center;
	}
}

/*-------------------------------------------------- main --------------------------------------------------*/
#main .main_cv{
  position: relative;
  z-index: 1;
}
#main .main_cv .cv{
	width: 91.5%;
	position: absolute;
	bottom: 10%;
	left: 4.3%;
}

#main .main_cv .cv_btn{
    width: 84.5%;
    position: absolute;
    bottom: 13.5%;
    left: 7.8%;
}

/*-------------------------------------------------- present_cv --------------------------------------------------*/
.present_cv{
  position: relative;
  z-index: 1;
}
.present_cv .cv_text{
    position: absolute;
    bottom: 48.5%;
    left: 50.5%;
}
.present_cv .cv_text ::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-bottom: 2px solid #1a1e1f;
  border-right: 2px solid #1a1e1f;
  content: '';
  transform: translateY(-25%) rotate(45deg);
  transition: transform .3s;
}
.present_cv .cv_text a {
  color: #1a1e1f;
}
.present_cv .cv_text a:hover {
  color: #1a1e1f;
  text-decoration: none;
}
.present_cv .cv_btn{
    width: 53.5%;
    position: absolute;
    bottom: 33.5%;
    right: 9.8%;
}

/*-------------------------------------------------- send --------------------------------------------------*/
.send{
	padding: 0 5% 0% 5%;
	margin: 13% 0 15%;
}
.send h2{
	margin:0 0 7%;
}

/*-------------------------------------------------- worries --------------------------------------------------*/
.worries{
  position: relative;
}
.worries .worries__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.worries h2{
  width: calc(604 / 780 * 100% );
  padding-top: calc(119 / 780 * 100% );
  margin: 0 auto;
}
.worries .worries__wrap {
  position: relative;
  padding-top: calc( 25 / 780 * 100% );
  position: relative;
}
.worries .worries__wrap .worries__img01 {
  width: calc( 535 / 780 * 100% );
  margin: 0 auto;
}
.worries .worries__wrap .worries__point01 {
  position: absolute;
  top: calc( 358 / 780 * 100% );
  left: calc( 36 / 780 * 100% );
  width: calc( 262 / 780 * 100% );
}
.worries .worries__wrap .worries__point02 {
  position: absolute;
  top: calc( 135 / 780 * 100% );
  right: calc( 40 / 780 * 100% );
  width: calc( 249 / 780 * 100% );
}
.worries h3{
  width: calc(270 / 780 * 100% );
  padding-top: calc(67 / 780 * 100% );
  margin: 0 auto;
}
.worries .worries__check {
  padding-top: calc(25 / 780 * 100% );
  margin: 0 auto;
}
.worries .worries__check p {
  width: calc(718 / 780 * 100% );
  margin: 0 auto;
}
.worries .worries__check p + p {
  margin-top: calc( 7 / 780 * 100% );
}

.fade-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-item.is-active {
    opacity: 1;
    transform: translateY(0);
}
.fade-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-item:nth-child(1) {
    transition-delay: 0s;
}

.fade-item:nth-child(2) {
    transition-delay: 0.2s;
}

.fade-item:nth-child(3) {
    transition-delay: 0.4s;
}

.fade-item:nth-child(4) {
    transition-delay: 0.6s;
}

.fade-item.is-active {
    opacity: 1;
    transform: translateY(0);
}
.fade-scale {
    opacity: 0;
    transform: scale(0.7);
}

.fade-scale.is-active {
    animation: popIn 0.6s ease-out forwards;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }

    60% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*-------------------------------------------------- features --------------------------------------------------*/
.features{
	margin: 13% 0 10.5%;
}
.features h2{
	margin:0 0 0;
}

/*-------------------------------------------------- care --------------------------------------------------*/
.care{
	position: relative;
	z-index: 1;
}
.care .main_cv .cv{
	width: 91.5%;
	position: absolute;
	bottom: 5.0%;
	left: 4.3%;
}

.care .main_cv .cv_btn{
    width: 84.5%;
    position: absolute;
    bottom: 7.1%;
    left: 7.8%;
}

/*-------------------------------------------------- detail --------------------------------------------------*/
.detail {
  background-color: #efefee;
  padding: 0 0 10%;
  margin: 0 0 10%;
}
.detail .inner{
  position: relative;
  padding: 0;
}
.detail .inner .btn_01 {
  position: absolute;
  bottom: 25%;
  left: 49%;
}

.detail .inner .btn_01 ::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-bottom: 2px solid #1a1e1f;
  border-right: 2px solid #1a1e1f;
  content: '';
  transform: translateY(-25%) rotate(45deg);
  transition: transform .3s;
}
.detail .inner .btn_01 a {
  color: #1a1e1f;
}
.detail .inner .btn_01 a:hover {
  color: #1a1e1f;
  text-decoration: none;
}
.detail .inner .btn_02 {
  width: 35.5%;
  position: absolute;
  top: 0%;
  left: 10%;
}

/*-------------------------------------------------- condition --------------------------------------------------*/
.condition {
  position: relative;
  background: #ffffff;

}
.condition .inner{
  width: 78%;
  position: absolute;
  top: 15%;
  left: 5%;
  height:310px;
  overflow:auto;
  overflow-y:scroll;
  overflow-x:hidden;
  margin:0% 0% 0% ;
}
@media screen and (max-width: 520px) {
  .condition .inner {
    height:240px;
  }
}

.condition .inner .paragraph{
  padding: 0% 0 5%;
}
.condition .inner .paragraph h3{
	font-weight: bold;
}
.condition .inner .paragraph ul li {
  font-size: 13.8666666667px;
}
@media screen and (max-width: 520px) {
  .condition .inner .paragraph ul li {
    font-size: 2.6666666667vw;
  }
}
.condition .inner .paragraph .notes{
  margin:0% 0 0%;
    font-size: 2.6666666667vw;
}
.condition .inner .paragraph .notes > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.condition .inner .paragraph .notes02 {
  margin: 2.5% 0 0;
}

.condition .inner .paragraph .notes02 > li {
  position: relative;
  padding-left: 1.5em;
}

.condition .inner .paragraph .notes02 > li::before {
  content: '※';
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: center;
}

/*-------------------------------------------------- component --------------------------------------------------*/
.component {
  position: relative;
  background: #ffffff;
}

.component .component__inner {
  padding: 10% 5% 0%;
}

.component details {
  margin: 0 0 0%;
  padding: 0 0 10%;
}
.component details dd {
  font-size: 12.48px;
  margin:2.5% 0 0 ;
}
.component details dd:first-of-type {
  margin:5% 0 0 ;
}
.component details dd.note {
  font-size: 10px;
}
.component details dd strong{
  font-weight: bold;
}
.component details dd .tel{
  font-size: 20px;
}

/* ▼ここ修正 */
.component summary {
  list-style-type: none;
  font-weight: bold;
  padding: 3.5% 0 3% 0; /* 右に余白追加 */
  position: relative; /* 追加 */
  border: 1px solid #2c2b2b;
  text-align: center;
  background: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.component summary::-webkit-details-marker {
  display: none;
}

/* ▼アイコン位置調整 */
.component summary::after {
  content: "＋";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  pointer-events: none;
}

/* 開閉時の切り替え */
.component details[open] > summary::after {
  content: "−";
}


/*-------------------------------------------------- footer --------------------------------------------------*/
#footer {
  padding: 9.3333333333% 0;
  color: #fff;
  background: #2c2b2b;
}
#footer h2 {
  padding-bottom: 7.4626865672%;
}
#footer h2 img {
  width: 38.8059701493%;
}
#footer .nav {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
#footer .nav li {
  margin: 1.5em 0;
  font-size: 19.4133333333px;
}
@media screen and (max-width: 520px) {
  #footer .nav li {
    font-size: 3.7333333333vw;
  }
}
#footer .nav li a {
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin-top: 1.8em;
  font-size: 16.64px;
}
@media screen and (max-width: 520px) {
  #footer .copyright {
    font-size: 3.2vw;
  }
}