@charset "utf-8";

/*##### Index #####*/
.boxIndexTopWrap {
  background-image: url('../../images/common/bg_mv.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
@media all and (max-width: 750px){
  .boxIndexTopWrap {
  }
}

.boxIndexTop {
  width:1350px;
  height: 800px;
  aspect-ratio: 27 / 16;
  margin:-70px auto 0;
 /* background-image: url('../../images/index/mv_img.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;*/
  position: relative;
}

/* MVアニメーション */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px); /* 少し下から上に移動 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 画像に適用 */
.fade-in-image {
  animation: fadeIn 1.0s ease-in-out forwards;
}
@media all and (max-width: 1360px){
  .boxIndexTop {
   width:95%;
   height:auto;
  }
}
@media all and (max-width: 750px){
  .boxIndexTop {
	width:100%;
    height: auto;
	aspect-ratio: 13 / 19;
	margin:-9.0vw auto 0;
  /*background-image: url('../../images/index/mv_img_sp.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;*/
  position: relative;
  }
}

.boxIndexTop .p00 {
  position: absolute;
  left: 1.5em;
  bottom:1.5em;
  font-family: var(--base-font-min);
  display: inline-block;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-size: 2.95rem;
  font-weight:500;
}

@media all and (max-width: 1360px){
  .boxIndexTop .p00 {
  position: absolute;
  left: 1.0em;
  bottom:0.2em;
}
}
@media all and (max-width: 750px){
  .boxIndexTop .p00 {
    bottom :4vw;
	left: 5vw;
    font-size: 1.6rem;
  }
}

.boxIndexTop .boxCont01 {
  position: relative;
  left: -1.1%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 322px;
  height: 146px;
  margin-top: 1.5em;
  padding: 0.2em;
  border-radius: 20px;
  background-color: #e43a6a;
  text-align:center;
}

@media all and (max-width: 750px){
  .boxIndexTop .boxCont01 {
    left: 50vw;
    width: 40vw;
    height: 25vw;
    margin-top: 6vw;
  }
}

.boxIndexTop .boxCont01:before {
  content: '';
  position: absolute;
  top:0.5em;
  left:-2.0em;
  width: 34px;
  height: 32px;
  background-image: url('./../../images/base/base-icn-heart.svg');
  background-repeat: no-repeat;
}

.boxIndexTop .boxCont01 p{
	font-size:2.57rem;
	font-weight:600;
	color:#fff;
	letter-spacing: 0.04em;
	line-height:1.3;
	}

.boxIndexTop .boxCont01 p span{
	font-size:3.458rem;
	letter-spacing: 0.06em;
	}

@media all and (max-width: 750px){
  .boxIndexTop .boxCont01 p{
    font-size: 1.2rem;
  }
  .boxIndexTop .boxCont01 p span{
    font-size: 1.8rem;
  }
}

.boxIndexTop .boxCont01 .p01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0.15em;
  font-family: var(--base-font-min);
  font-size: 1.6rem;
}
@media all and (max-width: 750px){
  .boxIndexTop .boxCont01 .p01 {
    font-size: 1.2rem;
  }
}

.boxIndexTop .boxCont01 .p01 .txtDate {
  position: relative;
  top: -0.17em;
  margin: 0 0.04em 0 0.24em;
  letter-spacing: 0.03em;
  font-size: 2.5rem;
}
@media all and (max-width: 750px){
  .boxIndexTop .boxCont01 .p01 .txtDate {
    margin: 0 0.04em 0 0.14em;
    font-size: 1.8rem;
  }
}

.boxIndexTop .boxCont01 .p02 {
  position: relative;
  top: 0.07em;
  left: 0.13em;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 2.9rem;
  color: #00afec;
}
@media all and (max-width: 750px){
  .boxIndexTop .boxCont01 .p02 {
    font-size: 2.0rem;
  }
}

.boxIndex01Wrap {
  padding-top: 3.5em;
  padding-bottom: 6.0em;
  background-color: #fff;
  
}
@media all and (max-width: 750px){
  .boxIndex01Wrap {
    padding-top: 3.0em;
    padding-bottom: 1.0em;
  }
}

.boxIndex01 {
  position: relative;
}

.boxIndex01 h2 {
  background: url('../../images/common/h2_bg01.svg') no-repeat center center;
  background-size: auto;
}

.boxIndex01 .boxList {
  /*width: calc(100% - 12.45%);
  padding-top: 0.3em;*/
}
@media all and (max-width: 750px){
  .boxIndex01 .boxList {
    width: 100%;
   /* padding-top: 1.0em;*/
  }
}

.boxIndex01 .boxListOne {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding:0.8em 0;
  border-bottom:1px dotted #a0a0a0;
}
.boxIndex01 .boxListOne:first-child {
  margin-top:2.0em;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;/**/
    margin-bottom: 1.0em;
  }
}


.boxIndex01 .boxListOne .txtDate {
  width: 144px;
  text-align: left;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  font-weight: normal;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .txtDate {
    width: auto;
    margin-right: 0.8em;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
  }
}

.boxIndex01 .boxListOne .boxTtlBody {
  overflow: hidden;
  visibility: visible;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: calc(100% - (130px + 144px));
  padding-left: 1.8%;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxTtlBody {
    width: 100%;
    margin-top: 0.5em;
    padding-left: 0;
  }
}

.boxIndex01 .boxListOne .boxTtlBody h4.ttlList {
  display: inline-block;
	margin: 0;
	padding:0;
	letter-spacing: 0.08em;
	font-size: 1.125rem;
	font-weight: normal;
	font-family: var(--base-font-gothic) !important;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxTtlBody h4.ttlList {
    margin-right: 1.0em;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}


.boxFeatures{
	background: url('../../images/common/bg_img04.webp'),url('../../images/common/bg_img03.png'),url('../../images/common/bg_img01.png');
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:center top 12em,center top 105em ,center bottom;
	background-size: auto,auto,auto;
}

.boxIndex02Wrap {
  margin-bottom: 5.0em;
}
@media all and (max-width: 750px){
  .boxIndex02Wrap {
	margin-bottom: 3.0em;
  }
}

.boxIndex02 h2 {
  background: url('../../images/common/h2_bg02.svg') no-repeat center center;
  background-size: auto;
  min-height: 90px;
  padding:2.2em 0 1.2em;
	margin-bottom: 3.5em;
}
@media all and (max-width: 750px){
  .boxIndex02 h2 {
      background: url('../../images/common/h2_bg04.svg') no-repeat center bottom;
	  min-height: auto;
	  padding:0.5em 0 0.5em;
	 margin-bottom: 2.0em;
	}
}
.boxIndex02LR {
  margin-bottom: 2em;
  background: url('../../images/index/massage-img01.webp') no-repeat right top;
  background-size: 390px auto;
}
@media all and (max-width: 750px){
  .boxIndex02LR {
    display: block;
	padding-bottom:40vh;
	background: url('../../images/index/massage-img01.webp') no-repeat right bottom;
    background-size: 100% auto;
  }
}

.boxIndex02L {
  width: 63%;
}
@media all and (max-width: 750px){
  .boxIndex02L {
    width: 100%;
    margin-bottom: 2.0em;
  }
}


.boxIndex02L h4 {
  background-color: #fff8f2;
  padding:0.4em 1.0em;
}
@media all and (max-width: 750px){
  .boxIndex02L h4 {
	 padding:0.5em 0.6em;
	}
}
.boxIndex02L .boxBaseCom {
  padding-right:1.0em;
}
@media all and (max-width: 750px){
  .boxIndex02L .boxBaseCom {
	  padding-right:0;
	}
	.boxIndex02L .boxBaseCom p{
	  letter-spacing:0.04em;
	}
}


.boxIndex02R {
}
@media all and (max-width: 750px){
  .boxIndex02R {
  }
}

.boxIndex02 .boxDl01 {
  padding-left: 1.0em;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxDl01 {
    padding-left: 0;
  }
}

.boxIndex02 .boxDl01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-family: var(--base-font-min);
  font-weight: normal;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxDl01 .dl01 {
    flex-direction:column;
  }
}

.boxIndex02 .boxDl01 .dl01 dt {
  position: relative;
  width:300px !important;
  font-size: 1.55rem;
  padding:0.5em 0 1.2em;
  letter-spacing: 0.07em;
}

@media all and (max-width: 750px){
  .boxIndex02 .boxDl01 .dl01 dt {
	  width:100% !important;
	  font-size: 1.125rem;
	  padding:0.5em 0 0.25em;
	}
}

.boxIndex02 .boxDl01 .dl01 dt:before {
  content: '';
  display: inline-block;
  width:15px;
  height:15px;
  border-radius: 50%;
  margin-right:0.5em;
  background-color: var(--main-color);
}
@media all and (max-width: 750px){
  .boxIndex02 .boxDl01 .dl01 dt:before {
  content: '';
  display: inline-block;
  width:12px;
  height:12px;
  border-radius: 50%;
}
}

.boxIndex02 .boxDl01 .dl01 > dd {
  width:calc(100% - 308px);
  padding:0.5em 0 1.2em 2.3em;
  font-size: 1.55rem;
  letter-spacing: 0.14em;
  border-left:1px solid #cdcdcd;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxDl01 .dl01 > dd {
  width:100%;
  padding:0.25em 0.5em 1.0em;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  border-left:none;
}
}

.boxIndex02 .boxDl01 .dl01 dd span{
  display:inline-block;
	font-size: 1.25rem;
  letter-spacing: -0.05em;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxDl01 .dl01 dd span{
  padding-top:0.5em;font-size: 1.0rem;
  letter-spacing: -0.05em;
}
}

.boxIndex02 .boxCont01F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom:12.0em;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01F {
    flex-direction:column;
    margin-bottom: 3.5em;
  }
}

.boxIndex02 .boxCont01FOne {
  width: calc(100% / 3);
  /*margin: 0 2.2%;*/
  text-align: center;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01FOne {
    width: 100%;
    margin-bottom: 2.5em;
  }
}

.boxIndex02 .boxCont01FOne .boxImg {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 260px;
  height: 260px;
  margin: 0 auto 3.0em;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01FOne .boxImg {
    width: 76vw;
    height: 76vw;
	margin: 0 auto 1.3em;
  }
}

.boxIndex02 .boxCont01FOne .boxImg img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.boxIndex02 .boxCont01FOne .boxTxt p{
  line-height: 1.5;
  letter-spacing:0.01em;
  font-size: 1.365rem;
  font-family: var(--base-font-min);
}

.boxIndex02 .boxCont01FOne .boxTxt .p01 {
  position:relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom:1.0em;
  padding-bottom: 1.0em;
  letter-spacing: 0.04em;
  font-family: var(--base-font-min);
  font-size: 1.75rem;
  line-height:normal !important;
  font-weight: 400;
  height:80px;
  color: var(--main-color);
}
.boxIndex02 .boxCont01FOne .boxTxt .p01:after {
  content: '';
  position: absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:236px;
  height:1px;
  background-color: #bfbfbf;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01FOne .boxTxt p{
	  font-size: 1.1rem;
	}
	.boxIndex02 .boxCont01FOne .boxTxt .p01 {
    margin-bottom:0.5em;padding-bottom: 0.5em;
	height:auto;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
  }
}

.boxIndex03Wrap {
  padding-bottom: 12.0em;
}
@media all and (max-width: 750px){
  .boxIndex03Wrap {
    padding-bottom: 6.0em;
  }
}


.boxIndex03 h2{
  background: url('../../images/common/h2_bg03.svg') no-repeat center center;
  background-size: auto;
}
@media all and (max-width: 750px){
  .boxIndex03 h2 {
    margin-bottom: 2.0em;
  }
}

.boxIndex03LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 3.5em;
  margin-bottom: 4.5em;
}
@media all and (max-width: 750px){
  .boxIndex03LR {
    display: block;
  }
}

.boxIndex03L {
  width: 70.0%;
}
@media all and (max-width: 750px){
  .boxIndex03L {
    width: 100%;
    margin-bottom: 2.0em;
  }
}

.boxIndex03L h3{
  margin-top:0;
}
.boxIndex03L .boxBaseCom > p {
  font-size: 1.4rem !important;
  line-height: 2.0 !important;
  font-family: var(--base-font-min);
}
@media all and (max-width: 750px){
  .boxIndex03L .boxBaseCom > p {
    line-height: 1.6 !important;
    font-size: 1.1rem !important;
  }
}

.boxIndex03R {
  width: 30.0%;
  text-align: right;
}
@media all and (max-width: 750px){
  .boxIndex03R {
    width: 100%;
  }
}

.boxIndex03R img{
  max-width: 255px;
  height:auto;
}

.boxIndex03 .boxImg {
  text-align: center;
}

.boxServiceLR {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; 
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start stretch;
  align-items: flex-start stretch;
  padding:0 1.0em;
}
@media all and (max-width: 750px){
  .boxServiceLR {
    display: block;
	padding:0;
  }
}

.boxService{
  width: 46.8%;
  min-height:256px;
  margin-bottom: 2.0em;
  position: relative;
}
@media all and (max-width: 750px){
  .boxService{
    width: 100%;
	min-height:240px;
    margin-bottom: 2.5em;
  }
}

.boxService:nth-child(1),
.boxService:nth-child(2){
  margin-bottom:8.0em;
}
@media all and (max-width: 750px){
  .boxService:nth-child(1),
  .boxService:nth-child(2){
    margin-bottom: 2.0em;
  }
}
.boxService:nth-child(1):before,
.boxService:nth-child(3):before{
  content: '';
  position: absolute;
  top:0;
  right:-2.0em;
  transform:translateX(-50%);
  width:1px;
  height:100%;
  background-color: #bfbfbf;
}
.boxService:nth-child(1):after,
.boxService:nth-child(2):after{
  content: '';
  position: absolute;
  bottom:-4.0em;
  left:50%;
  transform:translateX(-50%);
  width:90%;
  height:1px;
  background-color: #bfbfbf;
}

@media all and (max-width: 750px){
  .boxService:nth-child(1):before,
  .boxService:nth-child(3):before{
	  display:none;
	}
  .boxService:nth-child(1):after,
  .boxService:nth-child(2):after{
	  display:none;
	}
}

.boxService:nth-child(2){
  background: url('../../images/common/service-img02.svg') no-repeat right 1.0em bottom;
  background-size: 200px auto;
}
.boxService:nth-child(3){
  background: url('../../images/common/service-img03.svg') no-repeat right 1.0em bottom 1.0em;
  background-size:148px auto;
}
.boxService:nth-child(4){
  background: url('../../images/common/service-img04.svg') no-repeat right 1.0em bottom 1.0em;
  background-size:86px auto;
}

@media all and (max-width: 750px){
  .boxService:nth-child(2){
  background: url('../../images/common/service-img02.svg') no-repeat right 1.0em bottom;
  background-size: 158px auto;
}
  .boxService:nth-child(3){
    background: url('../../images/common/service-img03.svg') no-repeat right 1.0em bottom 0em;
    background-size:138px auto;
}
}

.boxService h4{
  background-color: var(--main-color);
  color:#fff;
  display: inline-block;
  text-align: center;
  min-width:190px;
  padding:0.2em 1.0em;
  letter-spacing: 0.01em;
  line-height: 1.625em;
  border-radius: 5px;
}
@media all and (max-width: 750px){
  .boxService h4{
  width:100%;
  display: inline-block;
  text-align: center;
  min-width:190px;
  padding:0.2em 1.0em 0.1em;
  letter-spacing: 0.01em;
  line-height: 1.625em;
  border-radius: 5px;
}
}

.boxService .ul01,
.boxServiceR .ul01 {
}

.boxService .ul01 > li,
.boxServiceR .ul01 > li {
  margin-bottom: 0.4em;
  font-size: 1.365rem;
  font-family: var(--base-font-min)!important;
  letter-spacing: 0.02em;
  padding-left:1.2em;
  position:relative;
}
.boxService .ul01 > li:last-child,
.boxServiceR .ul01 > li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxService .ul01 > li {
    padding-left: 1.3em;
    font-size: 1.1rem;
  }
}

.boxService .ul01 > li:before,
.boxServiceR .ul01 > li:before {
  content: '・';
  position: absolute;
  top: 0.15em;
  left: 0;
  font-size: 1.6rem;
  line-height: 1.0em;
}
@media all and (max-width: 750px){
  .boxService .ul01 > li:before,
  .boxServiceR .ul01 > li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.boxAreaLR {
  margin-bottom: 5em;
  padding-left: 1.0em;
  box-sizing: border-box;
  background: url(../../images/index/area_img02.svg) no-repeat right 1.0em top;
  background-size:44% auto;
}
@media all and (max-width: 750px){
  .boxAreaLR {
    display: block;
	margin-bottom: 3.0em;
	padding-left: 0;
	padding-top: 50vh;
	background: url(../../images/index/area_img02.svg) no-repeat right top;
	background-size:100% auto;
  }
}

.boxAreaL{
  width: calc(100% - 400px);
}
@media all and (max-width: 750px){
  .boxAreaL{
    width: 100%;
    margin-bottom: 2.0em;
  }
}

.boxAreaL p.cBaseRed{
  font-size: 1.6rem;
  font-family: var(--base-font-min)!important;
  letter-spacing: 0.02em;
}
@media all and (max-width: 750px){
  .boxAreaL p.cBaseRed{
    font-size: 1.225rem;
	letter-spacing: -0.01em;
  }
}

.boxAreaL .areaCar{
  display: block;
  width: 324px;
  height:auto;
  margin:1.2em 0 2.0em auto;
}
@media all and (max-width: 750px){
  .boxAreaL .areaCar{
  display: block;
  width: 264px;
  height:auto;
  margin:1.8em auto 1.8em;
}
}

.boxAreaR{
  display: block;
  width:470px;
}
@media all and (max-width: 750px){
  .boxAreaR{
    width: 100%;
    margin-bottom: 2.0em;
  }
}

.boxIndex03 .boxAreaLR .boxAreaL .boxDl01 {
  width: 80%;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxAreaLR .boxAreaL .boxDl01 {
    width: 100%;
  }
}

.boxIndex03 .boxAreaLR .boxAreaL .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center stretch;
  align-items: center stretch;
  margin-bottom: 1.6em;
}
.boxIndex03 .boxAreaLR .boxAreaL .dl01:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxAreaLR .dl01 {
    display: block;
	margin-bottom: 1.0em;
  }
}

.boxIndex03 .boxAreaLR .boxAreaL .dl01 > dt {
  position: relative;
  width: 120px;
  min-height: 80px;
  margin-right: 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--main-color);
  border-radius: 8px;
}
.boxIndex03 .boxAreaLR .boxAreaL .dl01 > dt span {
  text-align: center;
  letter-spacing: 0.08em;
  font-family: var(--base-font-min);
  font-size: 1.625rem;
  line-height: normal;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxAreaLR .boxAreaL .dl01 > dt {
    width: 100px !important;
	min-height: auto;
	margin-bottom: 0.5em;
	margin-right: 1.0em;
    padding: 0.5em 0.5em;
  }
  .boxIndex03 .boxAreaLR .boxAreaL .dl01 > dt span {
	  font-size: 1.25rem;
  }
}

.boxIndex03 .boxAreaLR .boxAreaL .dl01 > dd {
  width: calc((100% - 140px)- 1.5em);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0.08em;
  font-family: var(--base-font-min);
  font-size: 1.4rem;
  line-height: 2.2em;
  letter-spacing: 0.16em;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxAreaLR .boxAreaL .dl01 > dd {
    width: calc( 100% - 100px);
    padding-top: 0;
    padding-left: 0em;
    letter-spacing: 0.1em;
	line-height: 1.8em;
    font-size: 1.1rem;
  }
}

.boxIndex03 .boxBaseCom > p {
  line-height: 2.15;
  letter-spacing: 0.04em;
  font-size: 1.625rem;
  font-family: var(--base-font-min);
  border:0px solid #c99;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxBaseCom > p {
    line-height: 1.6;
    font-size: 1.1rem;
  }
}


.boxIndex04Wrap {
  padding-bottom:6.0em;
  background-image:url('../../images/common/bg_img02.webp');
  background-repeat: no-repeat;
  background-position: center bottom 20em;
  background-size: auto;/**/
}
@media all and (max-width: 750px){
  .boxIndex04Wrap {
    padding-bottom:3.8em;
  }
}

.boxIndex04 h2{
  background: url('../../images/common/h2_bg04.svg') no-repeat center center;
  background-size: auto;
}
@media all and (max-width: 750px){
  .boxIndex04 h2 {
    margin-bottom: 3.0em;
  }
}

.boxFlow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
	margin-top:2.5em;
}

.Flow {
  padding-left: 0;
}

.Flow > li {
  list-style-type: none;
  position: relative;
  padding-left: 68px;
  padding-bottom:5.5em !important;
}
@media all and (max-width: 750px){
  .Flow > li {
	  padding-left: 48px;
	  padding-bottom:2.2em !important;
  }
}
.Flow > li:not(:last-child) {
  padding-bottom: 0;
}

.Flow > li .iconNo {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  font-size:2.2rem;
  font-family: var(--base-font-min)!important;
  color: var(--main-color);
  border:1px solid var(--main-color);
  position: absolute;
  left:0;
}
@media all and (max-width: 750px){
  .Flow > li .iconNo {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size:1.6rem;
}
}

.Flow > li dl dt {
  display: inline-block;
  height: 52px;
  background-color: var(--main-color);
  color:#fff;
  text-align: left;
  padding:0 1.0em;
  line-height:52px;
  border-radius: 5px;
  font-family: var(--base-font-min)!important;
  font-size:1.8rem;
  letter-spacing: 0.04em;
  font-weight:400 !important;
  margin-bottom:0.5em;
}
@media all and (max-width: 750px){
  .Flow > li dl dt {
    display: inline-block;
    height: 38px;
    padding:0 0.8em;
    letter-spacing: 0.01em;
    line-height:38px;
    font-size:1.3rem;
    margin-bottom:0.5em;
  }
}

.Flow > li:not(:last-child)::before {
  content: '';
  background: var(--main-color);
  width: 2px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media all and (max-width: 750px){
  .Flow > li:not(:last-child)::before {
	 position: absolute;
    top: calc(50% - -30px);
    left: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
}

.Flow > li dl dd {
  margin-left: 0;
  font-size:1.625rem;
  font-family: var(--base-font-min)!important;
}
@media screen and (max-width: 750px) {
  .Flow > li dl dd {
  margin-left: 0;
  font-size:1.1rem;
}
}

@media screen and (max-width: 750px) {
  .boxFlow {
    width: 100%;
  }
}

.boxIndex04 .boxBaseCom {
  margin-bottom: 3.8em;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxBaseCom {
    margin-bottom: 1.7em;
  }
}

.boxIndex04 .boxBaseCom > p {
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.114em;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxBaseCom > p {
    text-align: left;
    letter-spacing: 0.1em;
  }
}

@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne {
    width: 47.0%;
    margin-bottom: 1.5em;
  }
}

.boxIndex04 .boxCont01FOne .boxImg {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 1px #00123e solid;
  border-radius: 200px;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne .boxImg {
    width: 36vw;
    height: 36vw;
    border-radius: 36vw;
  }
}

.boxIndex04 .boxCont01FOne .boxTxt {
  padding-top: 1.0em;
}

.boxIndex04 .boxCont01FOne .boxTxt .p01 {
  padding-left: 0.2em;
  letter-spacing: 0.24em;
  font-size: 1.3rem;
  font-weight: 700;
  color: #37618f;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne .boxTxt .p01 {
    padding-left: 0;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
  }
}*/


.boxIndex05Wrap {
  padding-bottom: 1.8em;
}
@media all and (max-width: 750px){
  .boxIndex05Wrap {
  }
}

.boxIndex05 h2{
  background: url('../../images/common/h2_bg04.svg') no-repeat center center;
  background-size: auto;
}
@media all and (max-width: 750px){
  .boxIndex05 h2 {
    margin-bottom: 1.5em;
  }
}

.boxIndex05LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  max-width:940px !important;
  margin: 3.5em auto 3.5em;
}
@media all and (max-width: 750px){
  .boxIndex05LR {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    padding-left: 0;
  }
}
.boxIndex05LR .boxImg {
  width: 48%;
}
@media all and (max-width: 750px){
  .boxIndex05LR .boxImg {
    width: 100%;
	padding:1.0em 2.0em 1.0em 1.0em;
  }
}

.boxIndex05LR .boxTxt {
  width: 48%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: var(--base-font-min);
  color:#fff;
  background-color: var(--main-color);
  border-radius: 10px;
  padding:1.0em 0 0.8em;
}
@media all and (max-width: 750px){
  .boxIndex05LR .boxTxt {
    width: 100%;
    padding:1.0em 0 0.8em;
  }
}

.boxIndex05LR .boxTxt p {
  letter-spacing: -0.04em;
  font-size: 1.3rem;
}
@media all and (max-width: 750px){
  .boxIndex05LR .boxTxt p {
    letter-spacing: -0.04em;
    font-size: 1.0rem;
}
}

.boxIndex05LR .boxTxt .boxTelFax {
  display: inline-block;
  margin-bottom:0.8em;
}

.boxIndex05LR .boxTxt .boxTelFax > p {
  line-height: 1.2;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.boxIndex05LR .boxTxt .boxTelFax > p span{
  padding-right: 0.2em;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
}

@media all and (max-width: 750px){
  .boxIndex05LR .boxTxt .boxTelFax > p {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .boxIndex05LR .boxTxt .boxTelFax > p span{
    font-size: 1.125rem;
  }
}

.boxIndex05 .boxBaseCom > p {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2.5em;
}
@media all and (max-width: 750px){
  .boxIndex05 .boxBaseCom > p {
    font-size: 1.125rem;margin-top: 1.5em;
  }
}

.boxIndex05 .boxUlPDF{
  margin-bottom: 6.0em;
}

.boxIndex05 .boxUlPDF .ulPDF > li {
  margin-bottom: 0.8em;
  padding-left: 2.8em;
  letter-spacing: 0.08em;
  font-size: 1.55rem;
  font-family: var(--base-font-min);
  position:relative;
}

.boxIndex05 .boxUlPDF .ulPDF > li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxIndex05 .boxUlPDF .ulPDF > li {
    padding-left: 1.5em;
    font-size: 1.0rem;
	letter-spacing: 0.02em;
  }
}

.boxIndex05 .boxUlPDF .ulPDF > li:before {
  content: '';
  position: absolute;
  top: 0.1em;
  left: 1.0em;
  width: 30px;
  height: 32px;
  background-image: url('./../../images/common/icon-pdf.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
@media all and (max-width: 750px){
  .boxIndex05 .boxUlPDF .ulPDF > li:before {
    top: 0.1em;
	left: 0;
    width: 5vw;
    height: 6vw;
  }
}

.boxIndex05 .boxUlPDF .ulPDF > li a{
  border-bottom: 1px solid #bfbfbf;;
      display: inline-block;
}

.boxIndex06Wrap {
  position: relative;
  padding-top: 5.1em;
  padding-bottom: 6.5em;
}
@media all and (max-width: 750px){
  .boxIndex06Wrap {
    padding-top: 3.0em;
    padding-bottom: 3.0em;
  }
}

.boxIndex06Wrap .ttl01{
  display: -webkit-flex;
  display: flex;
	flex-direction:column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3.2em;
}
@media all and (max-width: 750px){
 .boxIndex06Wrap .ttl01{
    margin-bottom: 1.5em;
  }
}

.boxIndex06Wrap .ttl01 .ttlJa{
  display:block;
  margin-bottom: 1.0em;
  letter-spacing: 0.14em;
  font-size: 2.14rem;
  color: #0068b7;
  font-weight: 700;
  text-align:center;
  position: relative;
}

@media all and (max-width: 750px){
  .boxIndex06Wrap .ttl01 .ttlJa{
    margin-right: 0.5em;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
  }
}

.boxIndex06Wrap .ttl01 .ttlJa:after{
  content: '';
  position: absolute;
  bottom:-1.2em;
  left: 50%;
  transform:translatex(-50%);
  background-color: #0068b7;
  width:126px;
  height:1px;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.boxIndex06Wrap .ttl01 .ttlEn{
  letter-spacing: 0.11em;
  font-size: 0.9285rem;
  color: #0068b7;
}
@media all and (max-width: 750px){
 .boxIndex06Wrap .ttl01 .ttlEn{
    top: 0.35em;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}


.boxIndex06 {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 560px/*616px*/;
  border-radius: 10px;
}
@media all and (max-width: 750px){
  .boxIndex06 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: auto;
  }
}

.boxIndex06 .boxImg {
  overflow: hidden;
  width: 50%;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxImg {
    -webkit-order: 2;
    order: 2;
    width: 100%;
    height: 70vw;
  }
}

.boxIndex06 .boxImg iframe {
  position: relative;
  top: -22%;
  width: 100%;
  height: 122%;
  object-fit: cover;
  object-position: center center;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxImg iframe {
    top: -27vw;
    height: 127vw;
  }
}

.boxIndex06 .boxTxt {
  width: 50%;
  padding: 3.2em 2.9% 1.6em 2.9%;
  background-color: #0072ba;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt {
    -webkit-order: 1;
    order: 1;
    width: 100%;
    padding: 1.5em 2.9% 1.4em 2.9%;
  }
}

.boxIndex06 .boxTxt .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1.2em;
 /* padding-left: 0.25em;*/
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .ttl01 {
    margin-bottom: 1.3em;
    padding-left: 0.3em;
  }
}

.boxIndex06 .boxTxt .ttl01 .ttlJa {
  margin-right: 0.71em;
  letter-spacing: 0.08em;
  font-size: 2.14rem;
  font-weight: 700;
  text-align:center!important;
  color: #fff !important;
}

.boxIndex06 .boxTxt .ttl01 .ttlJa:after {
  display:none !important;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .ttl01 .ttlJa {
    margin-right: 0.5em;
    font-size: 1.3rem;
  }
}

.boxIndex06 .boxTxt .ttl01 .ttlEn {
  position: relative;
  top: 0.05em;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .ttl01 .ttlEn {
    top: 0.1em;
    font-size: 0.9rem;
  }
}

.boxIndex06 .boxTxt .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.04em;
  padding-bottom: 1.06em;
  border-bottom: 1px #8ed5e3 solid;
}
.boxIndex06 .boxTxt .dl01:first-child {
  margin-bottom: 1.22em;
  padding-bottom: 0.85em;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .dl01 {
    display: block;
  }
}

.boxIndex06 .boxTxt .dl01 > dt {
  position: relative;
  width: 28.6%;
  padding-left: 2.45em;
  letter-spacing: 0.09em;
  font-size: 1.2rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .dl01 > dt {
    width: 100%;
    margin-bottom: 0.5em;
    padding-left: 2.0em;
    font-size: 1.0rem;
  }
}

.boxIndex06 .boxTxt .dl01 > dt:before {
  content: '';
  position: absolute;
  top: 0.3em;
  left: 0.5em;
  width: 12px;
  height: 12px;
  background-image: url('./../../images/base/base-icn-point.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .dl01 > dt:before {
    top: 0.4em;
    width: 3vw;
    height: 3vw;
  }
}

.boxIndex06 .boxTxt .dl01 > dd {
  position: relative;
  top: -0.05em;
  width: calc(100% - 28.6%);
  line-height: 1.65;
  letter-spacing: 0.095em;
  font-size: 1.1428rem;
}
.boxIndex06 .boxTxt .dl01 > dd.typeAddress {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 1260px){
  .boxIndex06 .boxTxt .dl01 > dd.typeAddress {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .dl01 > dd {
    top: auto;
    width: 100%;
    padding-left: 2.2em;
    font-size: 0.9rem;
  }
}

.boxIndex06 .boxTxt .dl01 > dd.typeAddress .txtZipcode {
  width: 6.9em;
}

.boxIndex06 .boxTxt .dl01 > dd.typeAddress .txtAddress {
  width: calc(100% - 6.9em);
}
@media all and (max-width: 1260px){
  .boxIndex06 .boxTxt .dl01 > dd.typeAddress .txtAddress {
    width: 100%;
  }
}

.boxIndex06 .boxTxt .dl01 > dd .pCaution {
  font-size: 1.08rem;
  color: #c6f4ff;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .dl01 > dd .pCaution {
    font-size: 0.8rem;
  }
}

.boxIndex06 .boxTxt .dl01 > dd ul{
   margin-left:1.0em;
   list-style-type:disc !important;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .dl01 > dd ul{
   margin-left:1.5em;
}
}

.boxIndex06 .boxTxt .dl01 > dd ul li{
   /*color:#c6f4ff;*/
	font-size: 1.1428rem !important;
   padding-bottom:0.85em;
}

.boxIndex06 .boxTxt .dl01 > dd ul li:last-child{
   padding-bottom:0;
}

.boxIndex06 .boxTxt .boxLink {
  display:block;
	margin: 3.2em auto 0;
	background-color:#fff;
	border-radius:50px;
	width:250px;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .boxLink {
    margin: 2.2em auto 1.1em;
  }
}

.boxIndex06 .boxTxt .boxLink a {
  position: relative;
  display:block;
  padding: 0.45em;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 1.16rem;
  color:#0072ba;
  font-weight:600;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .boxLink a {
    font-size: 1.0rem;
  }
}

/*.boxIndex06 .boxTxt .boxLink a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.37em;
  width: 36px;
  height: 36px;
  margin: auto;
  background-image: url('./../../images/base/base-icn-arrow03.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxTxt .boxLink a:after {
    width: 5vw;
    height: 5vw;
  }
}*/

/*##### Privacy Policy #####*/
.boxPrivacy01 {
  padding-top: 2em;
  padding-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 {
    padding-top: 0;
    padding-bottom: 2.5em;
  }
}

.boxPrivacy01 .boxCont01One + .boxCont01One {
  margin-top: 4em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One + .boxCont01One {
    margin-top: 2em;
  }
}

.boxPrivacy01 .boxCont01One .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .ttl01 {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
    margin-top: 1.0em;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .boxCompanyName {
  margin-top: 1.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName {
  margin-bottom: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName > p {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxCompanyName > p {
    font-size: 0.95rem;
  }
}

.boxPrivacy01 .boxCont01One .dlBase.type01 {
  margin-bottom: 0.2em;
}

.boxPrivacy01 .boxCont01One .boxAddress {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.2em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxAddress {
    font-size: 0.9rem;
  }
}

.boxPrivacy01 .boxCont01One .boxAddress .txtZipcode {
  margin-right: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxPrivacy01 .boxCont01One .boxTelFax .dlBase:first-child {
  margin-right: 1.0em;
}