@charset "utf-8";

@media only screen and (max-width: 768px) {
/* -------------------------------- 

common

-------------------------------- */
/* .mv-parts */
.mv-parts{
  width: 88vw;
  margin: 0 auto;
}
.mv-parts .en{
  font-size: 10vw;
  text-align: left;
  letter-spacing: 0;
}
.mv-parts .en{
  position: relative;
  padding: 0 0 4vw;
  color: #333;
}
.mv-parts .en::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11vw;
  height: .8vw;
  background: var(--main-color);
}
.mv-parts .tag{
  margin: 5vw 0 0;
  font-size: 3.2vw;
}
.mv-parts .tag span + span::before{
  content: "/";
  padding: 0 .3vw;
}

/* .mv-parts01 */
.mv-parts01 .block{
  position: relative;
}
.mv-parts01 .block .in{
  position: absolute;
  bottom: 10vw;
  left: 50%;
  width: 88vw;
  margin: 0 0 0 calc(-88vw/2);
}
.mv-parts01 h2{
  color: #fff;
  font-size: 3.2vw;
  text-align: right;
}
.mv-parts01 .en{
  margin-top: -15vw;
  color: #fff;
  font-size: 10vw;
  text-align: right;
  letter-spacing: 3px;
}
.mv-parts01 .img img{
  height: 40vw;
  object-fit: cover;
}
.mv-parts01 .sub-txt{
  width: 88vw;
  margin: 20vw auto 0;
}
.mv-parts01 .bnr-block{
  width: 88vw;
  margin: 12vw auto 0;
}
.mv-parts01 .bnr-block p + p{
  margin: 4vw 0 0;
}

/* .line */
.line{
  display: block;
}
.line + .line{
  margin-top: 6vw;
}

/* .bnr-block */
.bnr-block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 60px 0 0;
}
.bnr-block p{
  width: 482px;
}

/* .map-parts01 */
.map-parts01{
  width: 88vw;
  margin: 24vw auto 0;
}
.map-parts01 .in{
  padding: 5vw 6vw 6vw;
  background: #efefef;
  box-sizing: border-box;
}
.map-parts01 .map-in{
  height: 50vw;
}
.map-parts01 .map-in iframe{
  width: 100%;
  height: 100%;
}
.map-parts01 h2{
  position: relative;
  color: #333;
  padding: 0 0 2vw;
  font-size: 4vw;
  text-align: left;
}
.map-parts01 h2::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 77vw;
  height: 2px;
  background: var(--sub-color);
}
.map-parts01 h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 76vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
}
.map-parts01 h2 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  z-index: 1;
}
.map-parts01 .add{
  margin: 4vw 0 0;
  line-height: 1.5;
}
.map-parts01 dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 4vw 0 0;
  line-height: 1.5;
}
.map-parts01 dt{
  width: 25%;
}
.map-parts01 dt::after{
  content: "：";
}
.map-parts01 dd{
  width: 75%;
}
.map-parts01 .btn-01{
  margin: 2vw 0 0;
}

/* .sub-txt */
.en + .sub-txt{
  width: 77vw;
  margin: 7vw auto 0;
	color: var(--txt-color);
  line-height: 1.75;
}


/* -------------------------------- 
h2関連パーツ
-------------------------------- */
/* .h2-parts01 */
.h2-parts01{
  position: relative;
  padding: 0 0 0 4vw;
  box-sizing: border-box;
	color: var(--txt-color);
}
.h2-parts01::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2vw;
  height: 2vw;
  margin: -1.25vw 0 0;
  background: var(--main-color);
}

/* .h2-parts02 */
.h2-parts02{
  position: relative;
  padding: 0 0 3vw;
  box-sizing: border-box;
  font-size: 4vw;
  text-align: center;
}
.h2-parts02::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4vw;
  height: .5vw;
  margin: 0 0 0 -2vw;
  background: var(--main-color);
}
.h2-parts02 + .en{
  margin: -12vw 0 0;
  text-align: center;
  opacity: .3;
}

/* .h2-parts03 */
.h2-parts03{
  position: relative;
  padding: 0 0 3vw;
  box-sizing: border-box;
  font-size: 4vw;
  text-align: center;
}
.h2-parts03::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4vw;
  height: .5vw;
  margin: 0 0 0 -2vw;
  background: var(--main-color);
}


/* -------------------------------- 
スライド関連パーツ
-------------------------------- */
/* .slide-parts01 */
.slide-parts01 .ttl{
  position: relative;
  font-size: 6vw;
  z-index: 5;
}
.slide-parts01 .ttl span{
  display: inline-block;
  padding: 1vw 1.5vw;
  background: #fff;
}
.slide-parts01 .recom-slide{
  margin: -7vw 0 0;
}
.slide-parts01 .slick-prev{
  top: 25%;
	left: -6vw;
  width: 6vw;
  height: 18vw;
  margin: -9vw 0 0;
  background: rgba(26,76,113,.8);
  z-index: 3;
}
.slide-parts01 .slick-next{
  top: 25%;
	right: -6vw;
  width: 6vw;
  height: 18vw;
  margin: -9vw 0 0;
  background: rgba(26,76,113,.8);
	transform: rotate(180deg);
  z-index: 3;
}
.slide-parts01 .slick-prev:before,
.slide-parts01 .slick-next:before{
	content: "";
	display: block;
  position: absolute;
  top: 8vw;
  left: 2vw;
  width: 2vw;
  height: .6vw;
  background: #fff;
	transform: rotate(-45deg);
  opacity: 1;
  z-index: 2;
}
.slide-parts01 .slick-prev:after,
.slide-parts01 .slick-next:after{
	content: "";
	display: block;
  position: absolute;
  bottom: 8vw;
  left: 2vw;
  width: 2vw;
  height: .6vw;
  background: #fff;
	transform: rotate(45deg);
  z-index: 2;
}
.slide-parts01 .slide-item{
  position: relative;
  width: 88vw; /*とりあえず*/
}
.slide-parts01 .slide-item .img{
  width: 88vw;
  height: auto;
}
.slide-parts01 .slide-item .in{
  padding: 7vw 5.5vw 8vw;
  background: #efefef;
  box-sizing: border-box;
}
.slide-parts01 .slick-dots{
  width: 77vw;
  bottom: -12vw;
  left: 50%;
  margin: 0 0 0 calc(-77vw/2);
}
.slide-parts01 .slick-dots li{
  width: 6vw;
  height: 6vw;
}
.slide-parts01 .slick-dots button{
  width: 4vw;
  height: 4vw;
  margin: .9vw;
  padding: 0;
  background: var(--sub-color);
}
.slide-parts01 .slick-dots .slick-active button{
  background: var(--main-color);
  border: .6vw solid #fff;
}
.slide-parts01 .slick-dots .slick-active{
  background: var(--main-color);
}
.slide-parts01 li h2{
  position: relative;
  padding: 0 0 2vw;
}
.slide-parts01 li h2::before{
  content: "";
  display: block;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 77vw;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.slide-parts01 li h2::after{
  content: "";
  display: block;
  position: absolute;
  top: inherit;
  bottom: 2px;
  left: 76vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.slide-parts01 li h2 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.slide-parts01 .slide-item .txt{
  margin: 6vw 0 0;
  line-height: 1.5;
}
.slide-parts01 .slide-item .btn{
  margin: 6vw 0 0;
}

/* .slide-parts02 */
.slide-parts02{
  margin: 18vw 0 0;
}
.slide-parts02 li{
  width: 42vw;
  margin: 0 2vw;
}
.slide-parts02 li .img{
  border: 1px solid #E6E5E1;
  box-sizing: border-box;
}
.slide-parts02 li .ttl{
  margin: 1vw 0 0;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
}

/* .slide-parts03 */
.slide-parts03 .shop-slide{
  margin: 8vw 0 0;
}
.slide-parts03 .slick-prev{
  top: 45%;
	left: 0;
  width: 6vw;
  height: 18vw;
  margin: -9vw 0 0;
  background: rgba(26,76,113,.8);
  z-index: 3;
}
.slide-parts03 .slick-next{
  top: 45%;
	right: 0;
  width: 6vw;
  height: 18vw;
  margin: -9vw 0 0;
  background: rgba(26,76,113,.8);
	transform: rotate(180deg);
  z-index: 3;
}
.slide-parts03 .slick-prev:before,
.slide-parts03 .slick-next:before{
	content: "";
	display: block;
  position: absolute;
  top: 8vw;
  left: 2vw;
  width: 2vw;
  height: .6vw;
  background: #fff;
	transform: rotate(-45deg);
  opacity: 1;
  z-index: 2;
}
.slide-parts03 .slick-prev:after,
.slide-parts03 .slick-next:after{
	content: "";
	display: block;
  position: absolute;
  bottom: 8vw;
  left: 2vw;
  width: 2vw;
  height: .6vw;
  background: #fff;
	transform: rotate(45deg);
  z-index: 2;
}
.slide-parts03 .slick-list li{
  width: 77vw;
  margin: 0 2vw 0;
}
.slide-parts03 .slick-dots{
  width: 77vw;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 calc(-77vw/2);
  text-align: right;
}
.slide-parts03 .slick-dots li{
  width: 3.2vw;
  height: 3.2vw;
}
.slide-parts03 .slick-dots button{
  width: 2vw;
  height: 2vw;
  margin: .6vw;
  padding: 0;
  background: var(--sub-color);
}
.slide-parts03 .slick-dots .slick-active button{
  background: var(--main-color);
  border: .5vw solid #efefef;
}
.slide-parts03 .slick-dots .slick-active{
  background: var(--main-color);
}
.slide-parts03 .ttl{
  margin: 3vw 0 0;
  font-size: 3.2vw;
}
.slide-parts03 .btn-02{
  margin: 11vw 0 0;
}

/* .slide-parts04 */
.slide-parts04 li{
  width: 44vw;
  margin: 0 1vw 0;
}


/* -------------------------------- 
リードエリア関連パーツ
-------------------------------- */
/* .lead-parts01 */
.lead-parts01{
  margin-top: 15vw;
}
.lead-parts01 > .img img{
  height: 50vw;
  object-fit: cover;
}
.lead-parts01 .block{
  padding: 0 0 115px;
}
.lead-parts01 .in{
  padding: 12vw 0 12vw;
  background: #efefef;
}
.lead-parts01 .in.white{
  background: #fff;
}
.lead-parts01 h2{
  position: relative;
  width: 88vw;
  margin: 0 auto;
  font-size: 6vw;
}
.lead-parts01 h2 span{
  display: block;
}
.lead-parts01 h2 span:first-of-type{
  color: var(--main-color);
  font-weight: bold;
  font-size: 3.2vw;
}
.lead-parts01 h2 span + span{
  margin: 3vw 0 0;
}
.lead-parts01 h2 span:nth-of-type(2){
  margin: 6vw 0 0;
}
.lead-parts01 .lead-txt{
  width: 88vw;
  margin: 8vw auto 0;
  line-height: 1.75;
}
.lead-parts01 .in + .lead-txt{
  margin-top: 20vw;
}

/* .lead-parts02 */
.lead-parts02{
  width: 88vw;
  margin: 15vw auto 0;
}
.lead-parts02 .lead-txt{
  margin: 8vw auto 0;
  line-height: 1.75;
}
.lead-parts02 .img{
  margin: 6vw auto 0;
}

/* .lead-parts03 */
.lead-parts03{
  width: 88vw;
  margin: 15vw auto 0;
}
.lead-parts03 .lead-txt{
  width: 77vw;
  margin: 0 0 0 auto;
  line-height: 1.75;
}


/* -------------------------------- 
コンテンツエリア関連パーツ
-------------------------------- */
/* .block-parts01 */
.block-parts01{
  width: 88vw;
  margin: 0 auto;
  padding: 11vw 5.5vw;
  background: #fff;
  box-sizing: border-box;
}
.block-parts01 + .block-parts01{
  margin-top: 18vw;
}
.block-parts01 .catch{
  position: relative;
  margin: 5vw 0 0;
  padding: 0 0 12vw;
  font-size: 4vw;
  line-height: 1.5;
}
.block-parts01 .catch::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16.5vw;
  height: .8vw;
  background: var(--main-color);
}
.block-parts01 .img{
  margin: 10vw 0 0;
}
.block-parts01 .txt{
  margin: 6vw 0 0;
  line-height: 1.75;
}
.block-parts01 .btn-02{
  margin: 10vw 0 0;
}

/* .block-parts02 */
.block-parts02{
  width: 88vw;
  margin: 0 auto;
  padding: 11vw 5.5vw;
  background: #fff;
  box-sizing: border-box;
}
.block-parts02 h2:nth-of-type(n+2){
  margin-top: 18vw;
}
.block-parts02 .catch{
  position: relative;
  margin: 5vw 0 0;
  padding: 0 0 12vw;
  font-size: 4vw;
  line-height: 1.5;
}
.block-parts02 .catch::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16.5vw;
  height: .8vw;
  background: var(--main-color);
}
.block-parts02 .img{
  margin: 15vw 0 0;
}
.block-parts02 .txt{
  margin: 6vw 0 0;
  line-height: 1.75;
}
.block-parts02 .btn-02{
  margin: 10vw 0 0;
}

/* .block-parts03 */
.block-parts03{
  width: 88vw;
  margin: 0 auto;
}
.block-parts03 h2{
  width: 100%;
  padding: 0 0 3vw;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.block-parts03 h2::before{
  top: inherit;
  bottom: 0;
  left: 50%;
  width: 4vw;
  height: .5vw;
  margin: 0 0 0 -2vw;
  background: #fff;
}
.block-parts03 .block{
  width: 88vw;
  height: 100%;
  margin: 8vw 0 0;
  padding: 12vw 5.5vw 9.5vw;
  background: rgba(255,255,255,.9);
  box-sizing: border-box;
}
.block-parts03 .txt{
  line-height: 1.75;
}
.block-parts03 .txt + .txt{
  margin: 2vw 0 0;
}
.block-parts03 .btn-02 {
  margin: 11vw 0 0;
}

/* .block-parts04 */
.block-parts04{
  position: absolute;
  top: 8vw;
  left: 6vw;
  width: 88vw;
  padding: 12vw 5.5vw;
  background: #fff;
  box-sizing: border-box;
  z-index: 99;
}
.block-parts04 h2{
  padding: 0;
  font-size: 4vw;
  text-align: center;
}
.block-parts04 h2::before{
  display: none;
}
.block-parts04 .lead-txt{
  margin: 6vw 0 0;
  line-height: 1.5;
}
.block-parts04 .btn-02{
  margin: 10vw 0 0;
}

/* .faq-parts01 */
.faq-parts01{
  width: 88vw;
  margin: 8.5vw auto 0;
  padding: 11vw 5.5vw 12vw;
  border: .4vw solid #efefef;
  border-radius: 6px;
  box-sizing: border-box;
}
.faq-parts01 h3{
  text-align: center;
}
.faq-parts01 ul{
  margin: 7.5vw 0 0;
}
.faq-parts01 li{
  padding: 0 0 11vw;
  border-bottom: .3vw dashed #efefef;
}
.faq-parts01 li + li{
  padding-top: 6vw;
}
.faq-parts01 li:last-of-type{
  padding-bottom: 0;
  border-bottom: none;
}
.faq-parts01 li .txt{
  display: block;
  position: relative;
}
.faq-parts01 li .txt::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10vw;
  width: 6vw;
  height: 6vw;
  background: url("../img/common_ico-faq.svg") center/contain no-repeat;
}
.faq-parts01 li .txt + .txt::before{
  background: url("../img/common_ico-faq_ans.svg") center/contain no-repeat;
}
.faq-parts01 .txt span::before{
	content: "";
	display: block;
  position: absolute;
  top: 2.2vw;
  left: -2.5vw; 
  width: 1.2vw;
  height: .4vw;
  background: var(--main-color);
	transform: rotate(45deg);
  transition: .6s;
  z-index: 2;
}
.faq-parts01 .txt span::after{
	content: "";
	display: block;
  position: absolute;
  top: 3.2vw;
  left: -2.5vw; 
  width: 1.2vw;
  height: .4vw;
  background: var(--main-color);
	transform: rotate(-45deg);
  transition: .6s;
  z-index: 2;
}
.faq-parts01 .txt{
  width: 65.4vw ;
  margin: 0 0 0 auto;
  line-height: 1.75;
}
.faq-parts01 .txt + .txt{
  margin-top: 8.5vw;
}

/* .list-parts共通 */
ul[class^=list] h3,
div[class^=list] h3{
  line-height: 1.25;
}
ul[class^=list] .txt,
div[class^=list] .txt{
  line-height: 1.5;
}

/* .list-parts01 */
.list-parts01{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 88vw;
  margin: 18vw auto 0;
}
.list-parts01 li{
  width: 42vw;
  margin-right: 4vw;
}
.list-parts01 li:nth-of-type(2n){
  margin-right: 0;
}
.list-parts01 li:nth-of-type(n+3){
  margin-top: 7vw;
}
.list-parts01 li h3{
  margin: 2vw 0 0;
  padding: 0 0 0 3vw;
  border-left: 1.6vw solid var(--sub-color);
  box-sizing: border-box;
}
.list-parts01 li .txt{
  margin: 2vw 0 0;
  font-size: 3.2vw;
  line-height: 1.5;
}

/* .list-parts02 */
.list-parts02{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 18vw 0 0;
}
.list-parts02 li{
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 42vw;
}
.list-parts02 li:nth-of-type(n+3){
  margin: 7vw 0 0;
  padding: 5vw 0 0;
  border-top: .4vw dashed #fff;
}
.list-parts02 li a{
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.list-parts02 li h3{
  order: 2;
  position: relative;
  width: 100%;
  margin: 3vw 0 0;
  padding: 0 0 2vw;
}
.list-parts02 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42vw;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts02 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 41vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts02 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts02 li .img{
  order: 1;
  width: 100%;
}
.list-parts02 li .txt{
  order: 3;
  width: 100%;
  margin: 3vw 0 0;
  line-height: 1.5;
}

/* .list-parts03 */
.list-parts03{
  width: 88vw;
  margin: 8vw auto 0;
}
.list-parts03 li{
}
.list-parts03 li:nth-of-type(n+2){
  margin: 6vw 0 0;
}
.list-parts03 li .img{
  overflow-y: hidden;
  height: 24vw;
}
.list-parts03 li .not-link{
  display: block;
  position: relative;
  width: 82.5vw;
  height: 24.5vw;
  margin: -8vw 0 0 auto;
  padding: 3vw 5.5vw 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  z-index: 1;
}
.list-parts03 li .not-link::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5.5vw solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5.5vw solid var(--main-color);
}
.list-parts03 li a{
  display: block;
  position: relative;
  width: 82.5vw;
  height: 24.5vw;
  margin: -8vw 0 0 auto;
  padding: 3vw 5.5vw 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  z-index: 1;
}
.list-parts03 li a::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5.5vw solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5.5vw solid var(--main-color);
}
.list-parts03 li h3{
  position: relative;
  padding: 0 0 2vw;
}
.list-parts03 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42vw;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts03 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 41vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts03 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts03 li .txt{
  margin: 3vw 0 0;
  line-height: 1.5;
}

/* .list-parts04 */
.list-parts04{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 18vw 0 0;
}
.list-parts04 li{
  width: 42vw;
}
.list-parts04 li:nth-of-type(n+3){
  margin: 7vw 0 0;
}

/* .list-parts05 */
.list-parts05{
  width: 88vw;
  margin: 20vw auto 0;
}
.list-parts05 li:nth-of-type(n+2){
  margin: 10vw 0 0;
}
.list-parts05 li h3{
  position: relative;
  margin: 4vw 0 0;
  padding: 0 0 2vw;
}
.list-parts05 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88vw;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts05 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 87vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts05 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts05 li .txt{
  margin: 3vw 0 0;
  line-height: 1.5;
}

/* .list-parts06 */
.list-parts06{
  width: 88vw;
  margin: 18vw auto 0;
}
.list-parts06 li:nth-of-type(n+2){
  margin: 10vw 0 0;
}
.list-parts06 li h3{
  position: relative;
  margin: 4vw 0 0;
  padding: 0 0 2vw;
}
.list-parts06 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42vw;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts06 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 41vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts06 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts06 li .txt{
  margin: 3vw 0 0;
  line-height: 1.5;
}

/* .list-parts07 */
.list-parts07{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 88vw;
  margin: 18vw auto 0;
}
.list-parts07 li{
  width: 42vw;
  margin: 0 4vw 0 0;
}
.list-parts07 li:nth-of-type(2n){
  margin-right: 0;
}
.list-parts07 li:nth-of-type(n+3){
  margin-top: 6vw;
}
.list-parts07 li h3{
  position: relative;
  margin: 4vw 0 0;
  padding: 0 0 2vw;
}
.list-parts07 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42vw;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts07 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 41vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts07 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts07 li .img{
  margin: 3vw 0 0;
}
.list-parts07 li .price{
  margin: 2vw 0 0;
  font-size: 3vw;
  font-weight: bold;
  text-align: right;
}
.list-parts07 li .txt{
  margin: 2vw 0 0;
  line-height: 1.5;
}

/* .list-parts08 */
.list-parts08{
  margin: 18vw 0 0;
}
.list-parts08 .in{
  padding: 11vw 5.5vw 8vw;
  border: .4vw solid #efefef;
  border-radius: 6px;
  box-sizing: border-box;
}
.list-parts08 .in + .in{
  margin-top: 8vw;
}
.list-parts08 h3{
  position: relative;
  padding: 0 0 3.5vw;
  text-align: center;
}
.list-parts08 h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4vw;
  height: 2px;
  margin: 0 0 0 -2vw;
  background: var(--main-color);
}
.list-parts08 .txt{
  margin: 8vw 0 0;
  line-height: 1.5;
}
.list-parts08 .btn-01 a{
  margin: 17vw auto 0;
}

/* .list-parts09 */
.list-parts09{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 18vw 0 0;
}
.list-parts09 li{
  width: 44vw;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.list-parts09 li a{
  display: block;
  padding: 5vw 4vw 9vw;
  background: #efefef;
  box-sizing: border-box;
}
.list-parts09 li .en{
  color: var(--main-color);
  font-size: 3vw;
  text-align: left;
  letter-spacing: 0;
}
.list-parts09 li h3{
  display: inline-block;
  position: relative;
  max-width: 36vw;
  margin: 1vw 0 0;
  padding: 0 7vw 0 0;
  box-sizing: border-box;
  font-size: 3.2vw;
  line-height: 1.5;
  transition: .6s;
}
.list-parts09 h3 span::before{
	content: "";
	display: block;
  position: absolute;
  top: 0;
  right: 0; 
  width: 1.2vw;
  height: .4vw;
  background: #333;
	transform: rotate(45deg);
  z-index: 2;
}
.list-parts09 h3 span::after{
	content: "";
	display: block;
  position: absolute;
  top: 1vw;
  right: 0; 
  width: 1.2vw;
  height: .4vw;
  background: #333;
	transform: rotate(-45deg);
  z-index: 2;
}
.list-parts09 li .txt{
  margin: 3vw 0 0;
  font-size: 3vw;
  line-height: 1.75;
}

/* .list-parts10 */
.list-parts10{
  width: 88vw;
  margin: 0 auto;
  padding: 12vw 5.5vw;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.list-parts10 li{
  padding: 0 0 8vw;
  border-bottom: .2vw dashed #efefef;
}
.list-parts10 li:nth-of-type(n+2){
  padding-top: 7vw;
}
.list-parts10 li h3{
  position: relative;
  padding: 0 0 2vw 4vw;
}
.list-parts10 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 77vw;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts10 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 76vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts10 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts10 li h3 span::after{
  content: "";
  display: block;
  position: absolute;
  top: .5vw;
  left: 0;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts10 li .txt{
  margin: 3vw 0 0;
  line-height: 1.5;
}

/* .list-parts11 */
.list-parts11{
	margin: 10vw 0 0;
	padding: 10vw 4vw;
	background: #fff;
	border: .3vw solid #ededed;
	border-radius: 1vw;
  box-sizing: border-box;
}
.list-parts11 dt{
	font-weight: bold;
	font-size: 5vw;
}
.list-parts11 dt:nth-of-type(n+2){
	margin: 8vw 0 0;
}
.list-parts11 dd{
	margin: 4vw 0 0;
	padding: 0 0 4vw;
	border-bottom: .2vw dashed #ededed;
	line-height: 1.75;
}
.list-parts11 dd:last-of-type{
	padding: 0;
	border: none;
}
}



@media only screen and (min-width: 769px) {
/* -------------------------------- 

common

-------------------------------- */
/* .mv-parts */
.mv-parts{
  width: 980px;
  margin: 0 auto;
}
.mv-parts .en{
  font-size: 5rem;
  text-align: left;
  letter-spacing: 0;
}
.mv-parts .en{
  position: relative;
  padding: 0 0 15px;
  color: #333;
}
.mv-parts .en::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67px;
  height: 3px;
  background: var(--main-color);
}
.mv-parts .tag{
  margin: 20px 0 0;
}
.mv-parts .tag span + span::before{
  content: "/";
  padding: 0 3px;
}

/* .mv-parts01 */
.mv-parts01 .block{
  position: relative;
}
.mv-parts01 .block .in{
  position: absolute;
  bottom: 52px;
  left: 50%;
  width: 980px;
  margin: 0 0 0 calc(-980px/2);
}
.mv-parts01 h2{
  color: #fff;
  font-size: 1.4rem;
  text-align: right;
}
.mv-parts01 .en{
  margin-top: -75px;
  color: #fff;
  font-size: 5rem;
  text-align: right;
  letter-spacing: 3px;
}
.mv-parts01 .img img{
  height: 200px;
  object-fit: cover;
}
.mv-parts01 .sub-txt{
  width: 814px;
  margin: 95px auto 0;
}
.mv-parts01 .bnr-block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 814px;
  margin: 80px auto 0;
}
.mv-parts01 .bnr-block p{
  width: 399px;
}
.mv-parts01 .bnr-block p:nth-of-type(n+3){
  margin: 20px 0 0;
}

/* .inside */
.inside{
  width: 814px;
  margin: 40px auto 0;
}

/* .map-parts01 */
.map-parts01{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 980px;
  margin: 110px auto 0;
}
.map-parts01 .map-in{
  width: 565px;
}
.map-parts01 .map-in iframe{
  width: 100%;
  height: 100%;
}
.map-parts01 .in{
  width: 415px;
  padding: 55px 60px;
  background: #efefef;
  box-sizing: border-box;
}
.map-parts01 h2{
  position: relative;
  padding: 0 0 8px;
  color: #333;
  font-size: 1.6rem;
  text-align: left;
}
.map-parts01 h2::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 295px;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.map-parts01 h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 290px;
  width: 5px;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.map-parts01 h2 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.map-parts01 .add{
  margin: 16px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.map-parts01 dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 20px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.map-parts01 dt{
  width: 21%;
}
.map-parts01 dt::after{
  content: "：";
}
.map-parts01 dd{
  width: 79%;
}
.btn-01{
  margin: 30px 0 0;
}
.btn-01 a{
  margin: 0 auto;
}

/* .sub-txt */
.en + .sub-txt{
  width: 814px;
  margin: 50px auto 0;
	color: var(--txt-color);
  line-height: 1.75;
}


/* -------------------------------- 
h2関連パーツ
-------------------------------- */
/* .h2-parts01 */
.h2-parts01{
  position: relative;
  padding: 0 0 0 23px;
  box-sizing: border-box;
	color: var(--txt-color);
}
.h2-parts01::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--main-color);
}

/* .h2-parts02 */
.h2-parts02{
  position: relative;
  padding: 20px 0 15px;
  box-sizing: border-box;
  font-size: 2.4rem;
  text-align: center;
}
.h2-parts02::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 5px;
  margin: 0 0 0 -20px;
  background: var(--main-color);
}
.h2-parts02 + .en{
  margin: -81px 0 0;
  font-size: 8rem;
  opacity: .3;
}

/* .h2-parts03 */
.h2-parts03{
  position: relative;
  padding: 0 0 15px;
  box-sizing: border-box;
  font-size: 2.4rem;
  text-align: center;
}
.h2-parts03::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 5px;
  margin: 0 0 0 -20px;
  background: var(--main-color);
}


/* -------------------------------- 
スライド関連パーツ
-------------------------------- */
/* .slide-parts01 */
.slide-parts01 .ttl{
  position: relative;
  font-size: 2.4rem;
  z-index: 5;
}
.slide-parts01 .ttl span{
  display: inline-block;
  padding: 6px 10px 5px 0;
  background: #fff;
}
.slide-parts01 .recom-slide{
  margin: -35px 0 0;
}
.slide-parts01 .slick-prev{
	left: 0;
  width: 20px;
  height: 60px;
  margin: -30px 0 0;
  background: rgba(26,76,113,.8);
  z-index: 3;
}
.slide-parts01 .slick-next{
	right: 0;
  width: 20px;
  height: 60px;
  margin: -30px 0 0;
  background: rgba(26,76,113,.8);
	transform: rotate(180deg);
  z-index: 3;
}
.slide-parts01 .slick-prev:before,
.slide-parts01 .slick-next:before{
	content: "";
	display: block;
  position: absolute;
  top: 25.5px;
  left: 4px;
  width: 10px;
  height: 3px;
  background: #fff;
	transform: rotate(-45deg);
  opacity: 1;
  z-index: 2;
}
.slide-parts01 .slick-prev:after,
.slide-parts01 .slick-next:after{
	content: "";
	display: block;
  position: absolute;
  bottom: 25.5px;
  left: 4px;
  width: 10px;
  height: 3px;
  background: #fff;
	transform: rotate(45deg);
  z-index: 2;
}
.slide-parts01 .slide-item{
  position: relative;
  width: 980px;
}
.slide-parts01 .slide-item .img{
  width: 731px;
  height: auto;
}
.slide-parts01 .slide-item .in{
  position: absolute;
  top: 165px;
  right: 0;
  width: 399px;
  padding: 57px 40px 30px;
  background: #efefef;
  box-sizing: border-box;
}
.slide-parts01 .slick-dots{
  width: 980px;
  bottom: -50px;
  text-align: center;
}
.slide-parts01 .slick-dots button{
  width: 12px;
  height: 12px;
  margin: 2px;
  background: var(--sub-color);
}
.slide-parts01 .slick-dots .slick-active button{
  background: var(--main-color);
  border: 3px solid #efefef;
}
.slide-parts01 .slick-dots .slick-active{
  background: var(--main-color);
}
.slide-parts01 li h2{
  position: relative;
  padding: 0 0 8px;
}
.slide-parts01 li h2::before{
  content: "";
  display: block;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 308px;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.slide-parts01 li h2::after{
  content: "";
  display: block;
  position: absolute;
  top: inherit;
  bottom: 2px;
  left: 303px;
  width: 5px;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.slide-parts01 li h2 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.slide-parts01 li a:hover h2 span::before{
  width: 185px;
  transition: .6s;
}
.slide-parts01 .slide-item .txt{
  margin: 16px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.slide-parts01 .slide-item .btn{
  margin: 30px 0 0;
}

/* .slide-parts02 */
.slide-parts02{
  margin: 95px 0 0;
}
.slide-parts02 li{
  width: 233px;
  margin: 0 8px;
}
.slide-parts02 li .img{
  border: 1px solid #E6E5E1;
  box-sizing: border-box;
}
.slide-parts02 li .ttl{
  margin: 5px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}

/* .slide-parts03 */
.slide-parts03{
  margin: 80px 0 0;
}
.slide-parts03 .slick-prev{
	left: 50%;
  width: 20px;
  height: 60px;
  margin: -30px 0 0 -324px;
  background: rgba(26,76,113,.8);
  z-index: 3;
}
.slide-parts03 .slick-next{
	right: 50%;
  width: 20px;
  height: 60px;
  margin: -30px -324px 0 0;
  background: rgba(26,76,113,.8);
	transform: rotate(180deg);
  z-index: 3;
}
.slide-parts03 .slick-prev:before,
.slide-parts03 .slick-next:before{
	content: "";
	display: block;
  position: absolute;
  top: 25.5px;
  left: 4px;
  width: 10px;
  height: 3px;
  background: #fff;
	transform: rotate(-45deg);
  opacity: 1;
  z-index: 2;
}
.slide-parts03 .slick-prev:after,
.slide-parts03 .slick-next:after{
	content: "";
	display: block;
  position: absolute;
  bottom: 25.5px;
  left: 4px;
  width: 10px;
  height: 3px;
  background: #fff;
	transform: rotate(45deg);
  z-index: 2;
}
.slide-parts03 .slick-list li{
  width: 648px;
  margin: 0 8px 0;
}
.slide-parts03 .slick-dots{
  width: 648px;
  bottom: -3px;
  left: 49%;
  margin: 0 0 0 calc(-648px/2);
  text-align: right;
}
.slide-parts03 .slick-dots button{
  width: 12px;
  height: 12px;
  margin: 2px;
  background: var(--sub-color);
}
.slide-parts03 .slick-dots .slick-active button{
  background: var(--main-color);
  border: 3px solid #efefef;
}
.slide-parts03 .slick-dots .slick-active{
  background: var(--main-color);
}
.slide-parts03 .ttl{
  margin: 20px 0 0;
}

/* .slide-parts04 */
.slide-parts04 li{
  margin: 0 8px 0;
}


/* -------------------------------- 
リードエリア関連パーツ
-------------------------------- */
/* .lead-parts01 */
.lead-parts01{
  margin-top: 60px;
}
.lead-parts01 > .img img{
  height: 240px;
  object-fit: cover;
}
.lead-parts01 .block{
  padding: 0 0 115px;
}
.lead-parts01 .in{
  padding: 60px 0 75px;
  background: #efefef;
}
.lead-parts01 .in.white{
  background: #fff;
}
.lead-parts01 h2{
  position: relative;
  width: 814px;
  margin: 0 auto;
  padding: 40px 0 0;
  font-size: 3.2rem;
}
.lead-parts01 h2 span:first-of-type{
  position: absolute;
  top: 0;
  left: 0;
  color: var(--main-color);
  font-weight: bold;
  font-size: 2rem;
}
.lead-parts01 h2 span:nth-of-type(2)::after{
  content: "-";
  padding: 0 10px;
}
.lead-parts01 .lead-txt{
  width: 814px;
  margin: 25px auto 0;
  line-height: 1.75;
}
.lead-parts01 .in + .lead-txt{
  margin-top: 115px;
}

/* .lead-parts02 */
.lead-parts02{
  width: 980px;
  margin: 60px auto 0;
}
.lead-parts02 .lead-txt{
  margin: 25px auto 0;
  line-height: 1.75;
}
.lead-parts02 .img{
  margin: 35px auto 0;
}

/* .lead-parts03 */
.lead-parts03{
  width: 980px;
  margin: 60px auto 0;
}
.lead-parts03 .lead-txt{
  width: 548px;
  margin: 0 0 0 auto;
  line-height: 1.75;
}


/* -------------------------------- 
コンテンツエリア関連パーツ
-------------------------------- */
/* .block-parts01 */
.block-parts01{
  width: 980px;
  margin: 0 auto;
  padding: 100px 83px 80px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.block-parts01 + .block-parts01{
  margin-top: 100px;
}
.block-parts01 .catch{
  position: relative;
  margin: 15px 0 0;
  padding: 0 0 30px;
  font-size: 2rem;
  line-height: 1.5;
}
.block-parts01 .catch::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 83px;
  height: 5px;
  background: var(--main-color);
}
.block-parts01 .img{
  margin: 60px 0 0;
}
.block-parts01 .txt{
  margin: 30px 0 0;
  line-height: 1.75;
}

/* .block-parts02 */
.block-parts02{
  width: 980px;
  margin: 0 auto;
  padding: 100px 83px 80px;
  background: #fff;
  box-sizing: border-box;
}
.block-parts02 h2:nth-of-type(n+2){
  margin-top: 115px;
}
.block-parts02 .catch{
  position: relative;
  margin: 15px 0 0;
  padding: 0 0 30px;
  font-size: 2rem;
  line-height: 1.5;
}
.block-parts02 .catch::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 83px;
  height: 5px;
  background: var(--main-color);
}
.block-parts02 .img{
  margin: 50px 0 0;
}
.block-parts02 .txt{
  margin: 40px 0 0;
  line-height: 1.75;
}

/* .block-parts03 */
.block-parts03{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  width: 980px;
  height: 100%;
  margin: 0 auto;
}
.block-parts03 h2{
  width: 482px;
  color: #fff;
}
.block-parts03 h2::before{
  background: #fff;
}
.block-parts03 .block{
  width: 482px;
  height: 100%;
  padding: 100px 50px 0;
  background: rgba(255,255,255,.9);
  box-sizing: border-box;
}
.block-parts03 .txt{
  line-height: 1.75;
}
.block-parts03 .txt + .txt{
  margin: 30px 0 0;
}

/* .block-parts04 */
.block-parts04{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 680px;
  margin: calc(-345px/2) 0 0 calc(-680px/2);
  padding: 100px 50px;
  background: #fff;
  box-sizing: border-box;
  z-index: 99;
}
.block-parts04 h2{
  padding: 0;
  font-size: 2.4rem;
}
.block-parts04 h2::before{
  display: none;
}
.block-parts04 .lead-txt{
  margin: 25px 0 0;
  line-height: 1.5;
}
.block-parts04 .in{
  width: 400px;
}
.block-parts04 .btn-02{
  width: 150px;
  margin: 0;
}

/* .faq-parts01 */
.faq-parts01{
  width: 980px;
  margin: 55px auto 0;
  padding: 55px 50px 80px;
  border: 4px solid #efefef;
  border-radius: 6px;
  box-sizing: border-box;
}
.faq-parts01 h3{
  text-align: center;
}
.faq-parts01 ul{
  margin: 38px 0 0;
}
.faq-parts01 li{
  padding: 0 0 30px;
  border-bottom: 2px dashed #efefef;
}
.faq-parts01 li + li{
  padding-top: 30px;
}
.faq-parts01 li:last-of-type{
  padding-bottom: 0;
  border-bottom: none;
}
.faq-parts01 li .txt{
  display: block;
  position: relative;
}
.faq-parts01 li .txt::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -52px;
  width: 32px;
  height: 32px;
  background: url("../img/common_ico-faq.svg") center/contain no-repeat;
}
.faq-parts01 li .txt + .txt::before{
  background: url("../img/common_ico-faq_ans.svg") center/contain no-repeat;
}
.faq-parts01 .txt span::before{
	content: "";
	display: block;
  position: absolute;
  top: 15px;
  left: -13px; 
  width: 6px;
  height: 3px;
  background: var(--main-color);
	transform: rotate(45deg);
  transition: .6s;
  z-index: 2;
}
.faq-parts01 .txt span::after{
	content: "";
	display: block;
  position: absolute;
  top: 18px;
  left: -13px;
  width: 6px;
  height: 3px;
  background: var(--main-color);
	transform: rotate(-45deg);
  transition: .6s;
  z-index: 2;
}
.faq-parts01 a:hover .txt span::before,
.faq-parts01 a:hover .txt span::after{
  background: var(--main-color);
  transition: .6s;
}
.faq-parts01 .txt{
  width: 820px;
  margin: 0 0 0 auto;
  line-height: 1.75;
}
.faq-parts01 .txt + .txt{
  margin-top: 50px;
}

/* .list-parts01 */
.list-parts01{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 980px;
  margin: 95px auto 0;
}
.list-parts01 li{
  width: 233px;
  margin-right: calc(48px/3);
  font-size: 1.4rem;
}
.list-parts01 li:nth-of-type(4n){
  margin-right: 0;
}
.list-parts01 li:nth-of-type(n+5){
  margin-top: 60px;
}
.list-parts01 li h3{
  margin: 10px 0 0;
  padding: 1px 0 1px 8px;
  border-left: 8px solid var(--sub-color);
  box-sizing: border-box;
}
.list-parts01 li .txt{
  margin: 10px 0 0;
  line-height: 1.5;
}

/* .list-parts02 */
.list-parts02{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 95px 0 0;
  padding: 60px 67px;
  background: #efefef;
}
.list-parts02 li{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  width: 399px;
}
.list-parts02 li:nth-of-type(n+3){
  margin: 28px 0 0;
  padding: 17px 0 0;
  border-top: 1px dashed #fff;
}
.list-parts02 li:nth-of-type(2n){
  margin-left: 48px;
}
.list-parts02 li a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.list-parts02 li h3{
  position: relative;
  width: 100%;
  margin: 0 0 10px;
}
.list-parts02 li h3::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: var(--sub-color);
  transition: .9s;
}
.list-parts02 li h3::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 2px;
  margin-top: -3px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .9s;
}
.list-parts02 li h3 span{
  display: inline-block;
  position: relative;
  min-width: 150px;
  padding-right: 1vw;
  background: #efefef;
  box-sizing: border-box;
}
.list-parts02 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -43px;
  width: 43px;
  height: 2px;
  margin-top: -1px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts02 li a:hover h3::before,
.list-parts02 li a:hover h3::after{
  background: var(--main-color);
  transition: .9s;
}
.list-parts02 li .img{
  width: 150px;
}
.list-parts02 li .txt{
  width: 233px;
  margin: -30px 0 0;
  line-height: 1.5;
}

/* .list-parts03 */
.list-parts03{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 980px;
  margin: 80px auto 0;
}
.list-parts03 li{
  width: 316px;
}
.list-parts03 li:nth-of-type(n+4){
  margin: 30px 0 0;
}
.list-parts03 li .not-link{
  display: block;
  position: relative;
  width: 276px;
  height: 147px;
  margin: -100px 0 0 auto;
  padding: 17px 20px 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  z-index: 1;
}
.list-parts03 li .not-link::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 30px solid var(--main-color);
}
.list-parts03 li a{
  display: block;
  position: relative;
  width: 276px;
  height: 147px;
  margin: -100px 0 0 auto;
  padding: 17px 20px 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  z-index: 1;
}
.list-parts03 li a::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 30px solid var(--main-color);
}
.list-parts03 li h3{
  position: relative;
  padding: 0 0 8px;
}
.list-parts03 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 233px;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts03 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 228px;
  width: 5px;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts03 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts03 li a:hover h3 span::before{
  width: 185px;
  transition: .6s;
}
.list-parts03 li .txt{
  margin: 16px 0 0;
  line-height: 1.5;
}

/* .list-parts04 */
.list-parts04{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 95px 0 0;
}
.list-parts04 li{
  width: 233px;
  margin-right: calc(48px/3);
  font-size: 1.4rem;
}
.list-parts04 li:nth-of-type(4n){
	margin-right: 0;
}
.list-parts04 li:nth-of-type(n+5){
  margin-top: 60px;
}

/* .list-parts05 */
.list-parts05{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  width: 980px;
  margin: 160px auto 0;
  column-gap: 16px;
}
.list-parts05 li{
  width: 316px;
}
.list-parts05 li h3{
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 8px;
}
.list-parts05 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 316px;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts05 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 311px;
  width: 5px;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts05 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts05 li .txt{
  margin: 16px 0 0;
  line-height: 1.5;
}

/* .list-parts06 */
.list-parts06{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 980px;
  margin: 100px auto 0;
}
.list-parts06 li{
  width: 482px;
}
.list-parts06 li:nth-of-type(n+3){
  margin-top: 60px;
}
.list-parts06 li h3{
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 8px;
}
.list-parts06 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 233px;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts06 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 228px;
  width: 5px;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts06 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts06 li .txt{
  margin: 16px 0 0;
  line-height: 1.5;
}

/* .list-parts07 */
.list-parts07{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 980px;
  margin: 100px auto 0;
}
.list-parts07 li{
  width: 233px;
  margin: 0 16px 0 0;
}
.list-parts07 li:nth-of-type(4n){
  margin-right: 0;
}
.list-parts07 li:nth-of-type(n+5){
  margin-top: 60px;
}
.list-parts07 li h3{
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 8px;
}
.list-parts07 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 233px;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts07 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 228px;
  width: 5px;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts07 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts07 li a:hover h3 span::before{
  width: 185px;
  transition: .6s;
}
.list-parts07 li .img{
  margin: 12px 0 0;
}
.list-parts07 li .price{
  margin: 8px 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}
.list-parts07 li .txt{
  margin: 12px 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* .list-parts08 */
.list-parts08{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 95px 0 0;
}
.list-parts08 .in{
  width: 316px;
  padding: 43px 38px 36px;
  border: 4px solid #efefef;
  border-radius: 6px;
  box-sizing: border-box;
}
.list-parts08 h3{
  position: relative;
  padding: 0 0 10px;
  text-align: center;
}
.list-parts08 h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 16px;
  height: 2px;
  margin: 0 0 0 -8px;
  background: var(--main-color);
}
.list-parts08 .txt{
  margin: 30px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.list-parts08 .btn-01 a{
  margin: 60px auto 0;
}

/* .list-parts09 */
.list-parts09{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 100px 0 0;
}
.list-parts09 li{
  width: 245px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.list-parts09 li a{
  display: block;
  padding: 30px 20px 40px;
  background: #efefef;
  box-sizing: border-box;
  transition: .6s;
}
.list-parts09 li .en{
  color: var(--main-color);
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0;
}
.list-parts09 li h3{
  display: inline-block;
  position: relative;
  max-width: 203px;
  margin: 8px 0 0;
  padding: 0 40px 0 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: .6s;
}
.list-parts09 h3 span::before{
	content: "";
	display: block;
  position: absolute;
  top: 0;
  right: 0; 
  width: 6px;
  height: 3px;
  background: #333;
	transform: rotate(45deg);
  transition: .6s;
  z-index: 2;
}
.list-parts09 h3 span::after{
	content: "";
	display: block;
  position: absolute;
  top: 3px;
  right: 0; 
  width: 6px;
  height: 3px;
  background: #333;
	transform: rotate(-45deg);
  transition: .6s;
  z-index: 2;
}
.list-parts09 li .txt{
  margin: 15px 0 0;
  font-size: 1.2rem;
  line-height: 1.75;
}
.list-parts09 li a:hover{
  background: var(--sub-color);
  transition: .6s;
}
.list-parts09 li a:hover h3{
  color: var(--main-color);
  transition: .6s;
}
.list-parts09 a:hover h3 span::before,
.list-parts09 a:hover h3 span::after{
  background: var(--main-color);
  transition: .6s;
}

/* .list-parts10 */
.list-parts10{
  width: 980px;
  margin: 0 auto;
  padding: 100px 83px 140px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.list-parts10 li{
  padding: 0 0 40px;
  border-bottom: 1px dashed #efefef;
}
.list-parts10 li:nth-of-type(n+2){
  padding-top: 40px;
}
.list-parts10 li h3{
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 8px 24px;
}
.list-parts10 li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 332px;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.list-parts10 li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 327px;
  width: 5px;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.list-parts10 li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts10 li h3 span::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.list-parts10 .txt{
  margin: 10px 0 0;
  line-height: 1.75;
}
.list-parts10 .btn-01 a{
  margin: 0 0 0 auto;
}

/* .list-parts11 */
.list-parts11{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 980px;
	margin: 50px auto 0;
	padding: 100px 40px 140px;
	background: #fff;
	border: 2px solid #ededed;
	border-radius: 5px;
  box-sizing: border-box;
}
.list-parts11 dt{
	width: 20%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.list-parts11 dt:nth-of-type(n+2){
	margin: 30px 0 0;
}
.list-parts11 dd{
	width: 80%;
	padding: 30px 0;
	border-bottom: 1px dashed #ededed;
	line-height: 1.75;
}
.list-parts11 dd:first-of-type{
	padding-top: 0;
}
.list-parts11 dd:last-of-type{
	padding-bottom: 0;
	border: none;
}
}