@charset "UTF-8";

/*pages*/
.Mv{
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.L .Mv{
  width: 100%;
  height: 810px;
}
.S .Mv{
  width: 100%;
  height: 667px;
}
.S .Mv.suchi{
  background-position: 70% 50%;
}
.Hero.Pages {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  height: 100%;
}
.Pages .Hero_slide {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity .6s ease-out 0s;
  will-change: opacity;
}
.Pages .Slide{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
}
.L .Pages .Slide_show img{
  /*横スライドバージョン
  width: 112% !important;
  transform: translateX(-40px);
  */
  width: 100%;
  display: block;
}
.S .Pages .Slide_show img{

  /*横スライドバージョン
  width: 121% !important;
  transform: translateX(-40px);
  */
  width: 135%;
  display: block;
  object-fit: cover;
  margin-left: -20%;
}
/*横スライドバージョン
.L .Pages .Slide_show.flex-active-slide img{
  animation: image-move-L 8s;
}
@keyframes image-move-L {
  0% {
  transform: translateX(0px);
  }
  100% {
  transform: translateX(-40px);
  }
}
.S .Pages .Slide_show.flex-active-slide img{
  animation: image-move-S 8s;
}
@keyframes image-move-S {
  0% {
  transform: translateX(0px);
  }
  100% {
  transform: translateX(-40px);
  }
}
*/
.Pages .flex-control-paging{
  display: flex;
  font-size: 20px;
  z-index: 2;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  list-style: none;
}
.L .Pages .flex-control-paging{
  bottom: -39px;
}
.S .Pages .flex-control-paging{
  bottom: -35px;
}
.Pages .flex-control-paging li a{
  text-decoration: none;
  font-size: 0;
  height: 1rem;
  width: 1rem;
  padding: 0 3px;
}
.Pages .flex-control-paging li a::before{
  content: "";
  background-image: url("../image/2022/10/slider-point.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.Pages .flex-control-paging li a.flex-active::before{
  background-image: url("../image/2022/10/slider-point-active.png");
}
.L .Pages .flex-control-paging li a::before,
.L .Pages .flex-control-paging li a.flex-active::before{
  height: 0.8rem;
  width: 0.8rem;
}
.S .Pages .flex-control-paging li a::before,
.S .Pages .flex-control-paging li a.flex-active::before{
  height: 0.8rem;
  width: 0.8rem;
}

.Pages .flex-direction-nav .flex-nav-prev a{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  font-size: 0px;
}
.Pages .flex-direction-nav .flex-nav-prev a::before{
  content: "";
  background-image: url("../image/2022/10/slider-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
}
.S .Pages .flex-direction-nav .flex-nav-prev a::before{
  top: 46.6666%;
}
.Pages .flex-direction-nav .flex-nav-next a{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  font-size: 0px;
}
.Pages .flex-direction-nav .flex-nav-next a::before{
  content: "";
  background-image: url("../image/2022/10/slider-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
}
.S .Pages .flex-direction-nav .flex-nav-next a::before{
  top: 46.6666%;
}
.L .Pages .flex-direction-nav .flex-nav-prev a::before{
  height: 2rem;
  width: 1rem;
  left: 30px;
}
.S .Pages .flex-direction-nav .flex-nav-prev a::before{
  height: 1.5rem;
  width: 0.5rem;
  left: 10px;
}
.L .Pages .flex-direction-nav .flex-nav-next a::before{
  height: 2rem;
  width: 1rem;
  right: 30px;
}
.S .Pages .flex-direction-nav .flex-nav-next a::before{
  height: 1.5rem;
  width: 0.5rem;
  right: 10px;
}

.L .Section.-title {
  padding-top: 204px;
  padding-bottom: 0px
}

.S .Section.-title {
  padding-top: 140px;
  padding-bottom: 0px
}
.Title {
  display: block;
  position: relative
}
.Title_heading {
}
.L .Title .H1{
  font-size: 44px;
  padding: 0 0;
}
.S .Title .H1{
  font-size: 36px;
  padding: 0 0;
}

/*Contents-C*/
.L .Section.-contents-C {
  padding-top: 150px;
  padding-bottom: 210px
}

.S .Section.-contents-C {
  padding-top: 143px;
  padding-bottom: 151px
}
.Contents-C {
  display: block;
  position: relative
}
.Contents-C_heading {
}
.L .Contents-C_heading .H1{
  font-size: 37px;
  padding: 0 0;
}
.S .Contents-C_heading .H1{
  font-size: 36px;
  padding: 0 0;
}
.L .Contents-C_body {
  padding: 51px 30px 0 30px;
}
.S .Contents-C_body {
  padding: 57px 30px 0 30px;
}
.Contents-C_body p{
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .04em;
  margin: 0 -.04em 0 0;
  padding: 0
}
.S .Contents-C_body p{
  text-align: center;
}
.L .Contents-C_body img{
  margin: 50px auto 0 auto;
}
.S .Contents-C_body img{
  width: 100%;
  margin: 50px auto 0 auto;
}

.Contents-C .btn-a{
  margin: 0 auto;
}


/*Contents-A*/
.L #TITLEIMAGE + .Section.-contents-A{
  margin-top: 85px;
  margin-bottom: 40px;
}
.S #TITLEIMAGE + .Section.-contents-A{
  margin-top: 80px;
}

.L #TITLEIMAGE + .Section.-contents-A .H1{
  font-size: 37px;
}
.S #TITLEIMAGE + .Section.-contents-A .H1{
  font-size: 36px;
}

.L .Section.-contents-A {
  padding-top: 62px;
  padding-bottom: 180px
}

.S .Section.-contents-A {
  padding-top: 42px;
  padding-bottom: 150px
}
.Contents-A {
  display: block;
  position: relative
}
.Contents-A_heading {
}
.L .Contents-A_heading .H1{
  font-size: 30px;
  padding: 0 0;
}
.S .Contents-A_heading .H1{
  font-size: 22px;
  padding: 0 0;
  line-height: 1.6em;
}
.L .Contents-A_body {
  padding: 45px 30px 0 30px;
}
.S .Contents-A_body {
  padding: 64px 20px 0 20px;
}
.Contents-A_body p{
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .04em;
  margin: 0 -.04em 0 0;
  padding: 0
}
.S .Contents-A_body p{
  text-align: center;
}

.S .Contents-A_body img{
  width: 100%;
  margin: 0 auto;
  padding: 73px 0 0 0;
}

.L .Contents-A_body svg{
  margin: 89px 0 -6px 0;
  width: 100%;
}
.S .Contents-A_body svg{
  margin: 6px 0 5px 0;
  width: 100%;
}

.Contents-A .btn-a{
  margin: 11px auto 29px auto;
}
.Contents-A .btn-a a{
  padding: 9px 84px;
}

@media screen and (max-width: 1024px) {
  .Contents-A .btn-a{
    margin: 6px auto 0 auto;
  }
  .Contents-A .btn-a a{
    padding: 9px 24px;
  }
}
/*FAQ*/
.L .Section.-contents-B {
  padding-top: 70px;
  padding-bottom: 0px
}

.S .Section.-contents-B {
  padding-top: 55px;
  padding-bottom: 0px
}
.Contents-B {
  display: block;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.S .Contents-B {
  margin-bottom: 13px;
}
.L .-contents-B:last-child {
  margin-bottom: 210px;
}
.S .-contents-B:last-child {
  margin-bottom: 150px;
}
.L .Contents-B_body {
  font-family: ryo-text-plusn,serif;
  letter-spacing: 0.1em;
}
.S .Contents-B_body {
  font-family: ryo-text-plusn,serif;
  letter-spacing: 0.1em;
  padding: 0 30px;
}
.L .Contents-B_heading .H2{
  font-size: 30px;
  font-weight: 200;
  padding: 32px 0 0 30px;
  text-align: left;
  margin-bottom: 21px;
}
.S .Contents-B_heading .H2{
  font-size: 22px;
  font-weight: 200;
  padding: 0 45px;
  text-align: left;
  margin-bottom: 25px;
}
.Contents-B dl {
  position: relative;
  padding: 30px 30px 30px 30px;
  cursor: pointer;
  border-bottom: 0.5px solid #A0A0A0;
  text-align: left;
  font-size: 14px;
  margin-top: -1px;
}
.S .Contents-B dl {
  padding: 15px 20px 15px 15px;
  font-size: 14px;
}
.Contents-B dl:first-child {
  border-top: 0.5px solid #A0A0A0;
}
.Contents-B dl::before {
  position: absolute;
  top: 42px;
  right: 33px;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  content: '';
  transform: rotate(45deg);
  border-top: 0.5px solid #A0A0A0;
  border-right: 0.5px solid #A0A0A0;
}
.S .Contents-B dl::before{
  top: 27px;
  right: 16px;
}
.Contents-B dl.is-clicked::before {
  transform: rotate(135deg);
}
.Contents-B dl dt {
  position: relative;
  margin: 0;
  padding: 0 50px 0 30px;
}
.S .Contents-B dl dt {
  padding: 0 30px 0 30px;
}
.Contents-B dl dt::before {
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: 'Q .';
}
.Contents-B dl dd::before {
  line-height: 1;
  position: absolute;
  top: 26px;
  left: 2px;
  display: block;
  content: 'A.';
  opacity: 0;
}
.S .Contents-B dl dd::before{
  top: 21px;
}
.Contents-B dl dd {
  position: relative;
  height: 0;
  padding-left: 30px;
  overflow: hidden;
}
.S .Contents-B dl dd {
  padding-left: 30px;
}
.Contents-B dl dd.is-open {
  margin: 20px 0 0;
  padding-top: 18px;
  height: auto;
  transition: all .3s;
}
.S .Contents-B dl dd.is-open {
  padding-top: 16px;
}
.Contents-B dl dd p {
  line-height: 2em;
  margin: 30px 0 0;
  padding-right: 20px;
  opacity: 0;
}
.Contents-B dl dd.is-open p,
.Contents-B dl dd.is-open::before {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.Contents-B dl dd p:first-child{
  margin-top: 0;
}