@charset "utf-8";

/*====================
 sep reset
====================*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;600&display=swap');
html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
}

img {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    box-sizing: border-box;
}

.sep {
  width: 100vw;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  color: #333;
  font-size: 62.5%;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.sep * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  background: transparent;
}

.sep h1,
.sep h2,
.sep h3,
.sep h4,
.sep p,
.sep li,
.sep a {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 62.5%;
  font-feature-settings: "palt";
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  background: transparent;
  text-decoration: none;
}

.sep a:hover {
  filter: none;
  -moz-opacity: 1;
  opacity: 1;
}

.sep ul,
.sep ol,
.sep dl {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  background-color: transparent;
}

.sep img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 1;
  display: block;
  vertical-align: bottom;
}

.sep picture {
  font-size: 0;
  line-height: 1;
  display: block;
  vertical-align: bottom;
}

.sep_inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }

  .sep_inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
}


/*--------------------------------------------------------------
 deco
--------------------------------------------------------------*/
.sep_pc_only {
  display: inline-block;
}
.sep_sp_only {
  display: none;
}
.sep_serif {
  font-family: "Zen Old Mincho", serif;
}
.sep_sans {
  font-family: "Noto Sans Japanese", sans-serif;
}
.sep_blue {
  color: #284f76;
}
.sep_gold {
  color: #dcbb59;
}
.sep_bold {
  font-weight: bold;
}
.sep_italic {
  font-style: italic;
  padding-right: .1em;
}
.sep_sup {
  font-size: 50%;
  vertical-align: text-top;
}
.sep_marker {
  background: linear-gradient(transparent 55%, #ecd797 55%);
}
.sep_marker_blue {
  position: relative;
  display: inline-block;
} 
.sep_marker_blue::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.55em;
  width: 100%;
  height: .35em;
  background-color: #cfd8e1;
} 
.sep_small80 {
  font-size: 80%;
}
.sep_small90 {
  font-size: 90%;
}
.sep_big190 {
  font-size: 190%;
}
.sep_big200 {
  font-size: 200%;
}
p.sep_notes {
  color: #666;
  font-size: min(calc(100vw*14/1000), 1.4rem);
  line-height: 1.3;
  text-align: left;
}
.sep_relative {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sep_pc_only {
    display: none;
  }
  .sep_sp_only {
    display: inline-block;
  }
  p.sep_notes {
    font-size: min(calc(100vw*18/750), 1.8rem);
  }
}

/*--------------------------------------------------------------
 sep_fv
--------------------------------------------------------------*/
.sep_fv {
  width: 100%;
  padding-top: 48px;
  position: relative;
  background-color: #284f76;
}
.sep_fv_ttl {
  width: min(calc(100vw*412/1170), 412px);
  margin: 0 auto;
  padding: min(calc(100vw*16/1170), 16px) 0 min(calc(100vw*20/1170), 20px);
  background-color: rgba(40, 79, 118, 0.84);
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: min(calc(100vw*154/1170), 154px);
}
.sep_fv_ttl h1 {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  filter: drop-shadow(0px 0px 15px rgba(0,17,33,1));
}
.sep_fv_ttl h1 span {
  display: inline-block;
}
.sep_fv_ttl h1 .sep_fv_ttl_head {
  width: min(calc(100vw*350/1170), 350px);
  margin: 0 auto;
}
.sep_fv_ttl h1 .sep_sans {
  padding: min(calc(100vw*15/1170), 15px) 0 min(calc(100vw*16/1170), 16px);
  font-size: min(calc(100vw*24/1170), 2.4rem);
  font-weight: 400;
  letter-spacing: .25em;
}
.sep_fv_ttl h1 .sep_fv_ttl_main {
  width: min(calc(100vw*334/1170), 334px);
  margin: 0 auto;
}
.sep_fv .sep_fv_icon {
  width: min(calc(100vw*119/1170), 119px);
  position: absolute;
  right: min(calc(100vw*335/1170), 335px);
  top: min(calc(100vw*92/1170), 92px);
}
.sep_fv .sep_fv_txt {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: min(calc(100vw*600/1170), 600px);
}
.sep_fv .sep_fv_txt .sep_flex {
  display: flex;
  justify-content: center;
}
.sep_fv .sep_fv_txt .sep_txt {
  padding: 0 min(calc(100vw*50/1170), 50px);
  position: relative;
}
.sep_fv .sep_fv_txt .sep_txt + .sep_txt::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 0;
  height: 88%;
  width: 1px;
  background-color: #fff;
}
.sep_fv .sep_fv_txt .sep_txt p {
  color: #fff;
  text-align: center;
  font-size: min(calc(100vw*18/1170), 1.8rem);
  font-weight: 500;
  letter-spacing: .04em;
}
.sep_fv .sep_fv_txt .sep_txt:first-of-type p img {
  padding-top: 1.2rem;
  width: min(calc(100vw*246/1170), 246px);
  margin: 0 auto;
}
.sep_fv .sep_fv_txt .sep_txt:nth-of-type(2) p img {
  padding-top: 1.2rem;
  width: min(calc(100vw*117/1170), 117px);
  margin: 0 auto;
}
.sep_fv .sep_fv_txt .sep_txt:nth-of-type(3) p img {
  padding-top: 1.2rem;
  width: min(calc(100vw*177/1170), 177px);
  margin: 0 auto;
}
.sep_fv .sep_notes {
  padding-top: .4em;
  text-align: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: .04em;
}

@media only screen and (max-width: 768px) {
  .sep_fv_ttl {
    width: min(calc(100vw*514/750), 514px);
    padding: min(calc(100vw*20/750), 20px) 0 min(calc(100vw*27/750), 27px);
    top: min(calc(100vw*208/750), 208px);
  }
  .sep_fv_ttl h1 {
    filter: drop-shadow(0px 0px 15px rgba(0,17,33,1));
  }
  .sep_fv_ttl h1 .sep_fv_ttl_head {
    width: min(calc(100vw*438/750), 438px);
  }
  .sep_fv_ttl h1 .sep_sans {
    padding: .5em 0 .6em;
    font-size: min(calc(100vw*30/750), 3rem);
  }
  .sep_fv_ttl h1 .sep_fv_ttl_main {
    width: min(calc(100vw*417/750), 417px);
  }
  .sep_fv .sep_fv_icon {
    width: min(calc(100vw*149/750), 149px);
    right: 9%;
    top: 13.2%;
  }
  .sep_fv .sep_fv_txt {
    top: min(calc(100vw*835/750), 835px);
  }
  .sep_fv .sep_fv_txt .sep_txt {
    padding: 0 min(calc(100vw*22/750), 22px);
  }
  .sep_fv .sep_fv_txt .sep_txt + .sep_txt::before {
    top: 1%;
    height: 94%;
  }
  .sep_fv .sep_fv_txt .sep_txt p {
    font-size: min(calc(100vw*23/750), 2.3rem);
  }
  .sep_fv .sep_fv_txt .sep_txt:first-of-type p img {
    padding-top: 1.2rem;
    width: min(calc(100vw*226/750), 226px);
  }
  .sep_fv .sep_fv_txt .sep_txt:nth-of-type(2) p img {
    padding-top: 1rem;
    width: min(calc(100vw*115/750), 115px);
  }
  .sep_fv .sep_fv_txt .sep_txt:nth-of-type(3) {
    padding: 0 min(calc(100vw*38/750), 38px) 0 min(calc(100vw*35/750), 35px);
  }
  .sep_fv .sep_fv_txt .sep_txt:nth-of-type(3) p img {
    padding-top: 1rem;
    width: min(calc(100vw*131/750), 131px);
  }
  .sep_fv .sep_notes {
    padding-top: .5em;
  }
}


/*--------------------------------------------------------------
 sep_cv
--------------------------------------------------------------*/
.sep_cv {
  width: 100%;
}
.sep_cv .sep_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: min(calc(100vw*60/1080), 60px) min(calc(100vw*40/1080), 40px);
}
.sep_fv + .sep_cv .sep_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: min(calc(100vw*40/1080), 40px);
}
.sep_cv .sep_cv_head {
  font-size: min(calc(100vw*20/1080), 2rem);
  text-align: center;
  font-weight: 400;
  padding-bottom: 1.6rem;
  letter-spacing: .07em;
}
.sep_cv .sep_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sep_cv .sep_cv_btn {
  width: min(calc(100vw*490/1080), 490px);
  border-radius: clamp(0px, calc(8/1080*100vw), 8px);
  padding: min(calc(100vw*21/1080), 21px) 0 min(calc(100vw*23/1080), 23px);
  position: relative;
  transition: .5s all;
}
.sep_cv .sep_cv_btn.sep_tel {
  background-color: #284f76;
}
.sep_cv .sep_cv_btn.sep_web {
  background-color: #c0a143;
}
.sep_cv_btn::before {
  width: min(calc(100vw*32/1080), 32px);
  height: min(calc(100vw*50/1080), 50px);
  background-image: url("../img/sep_icon_sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10.5%;
  transform: translateY(-50%);
}
.sep_cv_btn.sep_tel::before {
  width: min(calc(100vw*42/1080), 42px);
  height: min(calc(100vw*43/1080), 43px);
  background-image: url("../img/sep_icon_tel.png");
  left: 9.5%;
}
.sep_cv_btn a p {
  text-align: center;
  color: #fff;
}
.sep_cv_btn a p:first-of-type {
  margin: 0 auto;
  font-size: min(calc(100vw*22/1080), 2.2rem);
  letter-spacing: .05em;
  font-weight: 700;
  display: table;
}
.sep_cv_btn a p:nth-of-type(2) {
  font-size: min(calc(100vw*16/1080), 1.6rem);
  letter-spacing: .05em;
  font-weight: 500;
}
.sep_cv_btn a p + p {
  margin-top: min(calc(100vw*10/1080), 10px);
}
.sep_cv .sep_flex + .sep_cv_head {
  padding-top: min(calc(100vw*30/1080), 30px);
}
.sep_cv .sep_line {
  max-width: 400px;
  background-color: #00b900;
  border-radius: 100px;
  margin: 0 auto;
}
.sep_cv_btn.sep_line::before {
  content: none;
}
.sep_cv .sep_notes {
  padding-top: min(calc(100vw*18/1080), 18px);
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 768.1px) {
  .sep_cv_btn:hover {
    opacity: .75;
  }
  .sep_cv_btn.sep_web .sep_small80 {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768.1px) {
  .sep_cv_btn.sep_tel a {
    pointer-events: none;
  }
  .sep_cv_btn.sep_tel:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .sep_cv .sep_inner {
    max-width: 100%;
    padding: min(calc(100vw*80/750), 80px) min(calc(100vw*30/750), 30px);
  }
  .sep_fv + .sep_cv .sep_inner {
    max-width: 100%;
    padding: min(calc(100vw*50/750), 50px) min(calc(100vw*30/750), 30px);
  }
  .sep_cv .sep_cv_head {
    font-size: min(calc(100vw*28/750), 2.8rem);
    padding-bottom: .9rem;
    letter-spacing: .07em;
  }
  .sep_cv .sep_cv_btn {
    width: min(calc(100vw*334/750), 334px);
    border-radius: clamp(0px, calc(16/750*100vw), 16px);
    padding: min(calc(100vw*25/750), 25px) 0 min(calc(100vw*25/750), 25px);
  }
  .sep_cv_btn::before {
    width: min(calc(100vw*32/750), 32px);
    height: min(calc(100vw*50/750), 50px);
    left: 7%;
  }
  .sep_cv_btn.sep_tel::before {
    width: min(calc(100vw*42/750), 42px);
    height: min(calc(100vw*43/750), 43px);
    left: 9%;
  }
  .sep_cv_btn a p:first-of-type {
    font-size: min(calc(100vw*28/750), 2.8rem);
  }
  .sep_cv_btn.sep_tel a p {
    transform: translateX(.8em);
  }
  .sep_cv_btn.sep_web a p {
    letter-spacing: 0;
    transform: translateX(.7em);
  }
  .sep_cv_btn a p:nth-of-type(2) {
    font-size: min(calc(100vw*20/750), 2rem);
    letter-spacing: 0;
  }
  .sep_cv_btn a p + p {
    margin-top: min(calc(100vw*10/750), 10px);
  }
  .sep_cv .sep_flex + .sep_cv_head {
    padding-top: min(calc(100vw*40/750), 40px);
    font-size: min(calc(100vw*25/750), 2.5rem);
  }
  .sep_cv .sep_line {
    max-width: 100%;
    width: min(calc(100vw*440/750), 440px);
    border-radius: 100px;
  }
  .sep_cv .sep_notes {
    padding-top: 1.2em;
    text-align: center;
    line-height: 1;
  }
}

/*--------------------------------------------------------------
 sep_nayami
--------------------------------------------------------------*/
.sep_nayami_head {
  width: 100%;
  height: min(calc(100vw*486/1170), 486px);
  background-image: url("../img/nayami_head_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #dfdee4;
  position: relative;
}
.sep_nayami_head .sep_txt {
  position: absolute;
  left: min(calc(100vw*570/1170), 570px);
  top: min(calc(100vw*180/1170), 180px);
}
.sep_nayami_head h2 {
  text-align: left;
  font-size: min(calc(100vw*34/1170), 3.4rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  line-height: 1.46;
  letter-spacing: -.02em;
  position: relative;
}
.sep_nayami_head h2::before {
  width: min(calc(100vw*40/1170), 40px);
  height: min(calc(100vw*36/1170), 36px);
  background-image: url("../img/nayami_head_icon_left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: -.2em;
  left: -2em;
}
.sep_nayami_head h2::after {
  width: min(calc(100vw*40/1170), 40px);
  height: min(calc(100vw*36/1170), 36px);
  background-image: url("../img/nayami_head_icon_right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  bottom: -.2em;
  right: -2em;
}
.sep_nayami_head p {
  padding-top: min(calc(100vw*55/1170), 55px);
  padding-left: .4em;
  font-size: min(calc(100vw*18/1170), 1.8rem);
  font-weight: 400;
  line-height: 2;
}
.sep_nayami_middle {
  width: 100%;
  height: min(calc(100vw*185/1170), 185px);
  background-color: #cecfd3;
  position: relative;
}
.sep_nayami_middle::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 28px solid #cecfd3;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.sep_nayami_middle ul {
  width: min(calc(100vw*730/1170), 730px);
  margin: 0 auto;
  transform: translateY(max(calc(100vw*-47/1170), -47px));
  display: flex;
  justify-content: space-between;
}
.sep_nayami_middle ul li {
  width: min(calc(100vw*233/1170), 233px);
}
.sep_nayami_bottom {
  width: 100%;
  background-color: #f0edec;
}
.sep_nayami_bottom .sep_inner {
  text-align: center;
  height: min(calc(100vw*840/1170), 840px);
  background-image: url("../img/nayami_bottom_bg_pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sep_nayami_bottom .shoulder {
  margin: min(calc(100vw*60/1170), 60px) 0 min(calc(100vw*20/1170), 20px);
  display: inline-block;
  text-align: center;
  font-size: min(calc(100vw*26/1170), 2.6rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -.02em;
  position: relative;
}
.sep_nayami_bottom .shoulder::before,
.sep_nayami_bottom .shoulder::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2em;
  height: 3.4em;
  transform-origin: center;
  bottom: .3em;
}
.sep_nayami_bottom .shoulder::before {
  border-left: 2px dashed #555;
  transform: rotate(-25deg);
  left: -1.5em;
}
.sep_nayami_bottom .shoulder::after {
  border-right: 2px dashed #555;
  transform: rotate(25deg);
  right: -1.5em;
}
.sep_nayami_bottom h2 {
  width: min(calc(100vw*360/1170), 360px);
  margin: 0 auto;
  padding: min(calc(100vw*12/1170), 12px) 0;
  background-image: url("../img/nayami_bottom_ttl_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: min(calc(100vw*20/1170), 2rem);
  font-weight: 400;
  letter-spacing: .25em;
}
.sep_nayami_bottom h2 .sep_nayami_bottom_ttl {
  width: min(calc(100vw*276/1170), 276px);
  margin: min(calc(100vw*12/1170), 12px) auto 0;
  display: inline-block;
}
.sep_nayami_bottom .sep_img:first-of-type {
  width: min(calc(100vw*530/1170), 530px);
  margin: 0 auto;
  padding: min(calc(100vw*53/1170), 53px) 0 min(calc(100vw*134/1170), 134px);
}
.sep_nayami_bottom .sep_img:nth-of-type(2) {
  width: min(calc(100vw*457/1170), 457px);
  position: absolute;
  left: 14%;
  bottom: 1%;
  z-index: 2;
}
.sep_nayami_bottom .sep_txt {
  width: min(calc(100vw*110/1170), 110px);
  position: absolute;
  right: 22%;
  top: 1%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .sep_nayami_head {
    width: 100%;
    height: min(calc(100vw*897/750), 897px);
    background-image: none;
  }
  .sep_nayami_head .sep_txt {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: min(calc(100vw*90/750), 90px);
  }
  .sep_nayami_head h2 {
    text-align: center;
    font-size: min(calc(100vw*43/750), 4.3rem);
  }
  .sep_nayami_head h2::before {
    width: min(calc(100vw*50/750), 50px);
    height: min(calc(100vw*44/750), 44px);
    top: -.2em;
    left: .9em;
  }
  .sep_nayami_head h2::after {
    width: min(calc(100vw*50/750), 50px);
    height: min(calc(100vw*44/750), 44px);
    bottom: -.1em;
    right: .9em;
  }
  .sep_nayami_head p {
    text-align: center;
    padding-top: min(calc(100vw*450/750), 450px);
    padding-left: 0;
    font-size: min(calc(100vw*26/750), 2.6rem);
    line-height: 1.9;
  }
  .sep_nayami_middle {
    height: min(calc(100vw*245/750), 245px);
    margin-top: -15%;
  }
  .sep_nayami_middle::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid #cecfd3;
    bottom: -16px;
  }
  .sep_nayami_middle ul {
    width: min(calc(100vw*690/750), 690px);
    transform: translateY(-32%);
  }
  .sep_nayami_middle ul li {
    width: min(calc(100vw*220/750), 220px);
  }
  .sep_nayami_bottom .sep_inner {
    height: auto;
    background-image: url("../img/nayami_bottom_bg_sp.jpg");
    background-size: cover;
  }
  .sep_nayami_bottom .shoulder {
    margin: min(calc(100vw*60/750), 60px) 0 min(calc(100vw*20/750), 20px);
    font-size: min(calc(100vw*33/750), 3.3rem);
  }
  .sep_nayami_bottom .shoulder::before {
    border-left: 1px dashed #333;
  }
  .sep_nayami_bottom .shoulder::after {
    border-right: 1px dashed #333;
  }
  .sep_nayami_bottom h2 {
    width: min(calc(100vw*450/750), 450px);
    padding: min(calc(100vw*20/750), 20px) 0;
    font-size: min(calc(100vw*26/750), 2.6rem);
  }
  .sep_nayami_bottom h2 .sep_nayami_bottom_ttl {
    width: min(calc(100vw*345/750), 345px);
    margin: min(calc(100vw*16/750), 16px) auto 0;
  }
  .sep_nayami_bottom .sep_img:first-of-type {
    width: min(calc(100vw*610/750), 610px);
    margin: 0 auto 0 0;
    padding: min(calc(100vw*43/750), 43px) 0 min(calc(100vw*216/750), 216px);
  }
  .sep_nayami_bottom .sep_img:nth-of-type(2) {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .sep_nayami_bottom .sep_txt {
    width: min(calc(100vw*138/750), 138px);
    right: 8%;
    top: -1%;
  }
}

/*--------------------------------------------------------------
 sep_feature
--------------------------------------------------------------*/
.sep_feature {
  padding-bottom: min(calc(100vw*100/1170), 100px);
  background-color: #f8f8f8;
  background-image: url("../img/feature_ttl_bg_pc.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: min(calc(100vw*1920/1170), 1920px) min(calc(100vw*248/1170), 248px);
}
.sep_feature_ttl {
  padding: min(calc(100vw*75/1170), 75px) 0 min(calc(100vw*140/1170), 140px);
}
.sep_feature_ttl h2 {
  font-size: min(calc(100vw*43/1170), 4.3rem);
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  letter-spacing: .07em;
  text-align: center;
  font-weight: 400;
}
.sep_feature_ttl h2 .sep_sans {
  padding-bottom: .8em;
  font-size: min(calc(100vw*28/1170), 2.8rem);
  display: inline-block;
}
.sep_feature_ttl h2 .sep_blue {
  border-bottom: solid 2px #284f76;
}
.sep_feature_box {
  width: min(calc(100vw*800/1170), 800px);
  margin: 0 auto;
  padding: min(calc(100vw*70/1170), 70px) min(calc(100vw*80/1170), 80px);
  position: relative;
  background-color: #fff;
}
.sep_feature_box + .sep_feature_box {
  margin-top: min(calc(100vw*100/1170), 100px);
}
.sep_feature_box .sep_num {
  width: min(calc(100vw*136/1170), 136px);
  position: absolute;
  top: max(calc(100vw*-58/1170), -58px);
  left: min(calc(100vw*41/1170), 41px);
}
.sep_feature_box h3 {
  padding: 0 0 1em 2.8em;
  font-size: min(calc(100vw*33/1170), 3.3rem);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.33;
  text-align: left;
  font-weight: 400;
  color: #284f76;
}
.sep_feature_box .sep_notes {
  font-size: min(calc(100vw*12/1170), 1.2rem);
  text-align: right;
  padding: 1em 0;
}
.sep_feature_box .sep_txt {
  font-size: min(calc(100vw*20/1170), 2rem);
  line-height: 2;
  font-weight: 300;
  letter-spacing: .03em;
}
.sep_feature_box.sep_point01 .sep_icon {
  width: min(calc(100vw*164/1170), 164px);
  position: absolute;
  right: -7%;
  top: -24%;
}
.sep_feature_box.sep_point02 {
  background-color: #284f76;
  padding: min(calc(100vw*70/1170), 70px) min(calc(100vw*80/1170), 80px) 0;
}
.sep_feature_box.sep_point02 h3 {
  padding: 0 0 1em 2.8em;
  font-size: min(calc(100vw*36/1170), 3.6rem);
  line-height: 1.1;
  letter-spacing: .05em;
  color: #fff;
}
.sep_feature_box.sep_point02 .sep_shoulder {
  width: min(calc(100vw*120/1170), 120px);
  position: absolute;
  right: 0;
  top: -37.5%;
  z-index: 3;
}
.sep_feature_box.sep_point02 .sep_img:first-of-type {
  width: min(calc(100vw*369/1170), 369px);
  position: absolute;
  left: 5.5%;
  bottom: -1%;
  z-index: 3;
}
.sep_feature_box.sep_point02 .sep_img:nth-of-type(2) {
  width: min(calc(100vw*367/1170), 367px);
  margin: 0 auto;
  padding-bottom: min(calc(100vw*155/1170), 155px);
}
.sep_feature_box.sep_point03 {
  padding: 0;
  text-align: center;
  background-color: #e5e0dc;
}
.sep_feature_box.sep_point03 h3 {
  margin: 0 auto;
  padding: .6em 1em .7em;
  background-color: #284f76;
  font-size: min(calc(100vw*36/1170), 3.6rem);
  line-height: 1;
  color: #fff;
  display: inline-table;
  position: absolute;
  left: 0;
  right: 0;
  top: 11.2%;
}
.sep_feature_box.sep_point03 .sep_txt {
  width: 80%;
  margin: 0 auto;
  padding: 1.2em 1.5em;
  background-color: rgba(255,255,255, .8);
  line-height: 1.64;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
}

@media only screen and (max-width: 768px) {
  .sep_feature {
    padding-bottom: min(calc(100vw*120/750), 120px);
    background-image: url("../img/feature_ttl_bg_sp.png");
    background-size: 100% auto;
  }
  .sep_feature_ttl {
    padding: min(calc(100vw*80/750), 80px) 0 min(calc(100vw*190/750), 190px);
  }
  .sep_feature_ttl h2 {
    font-size: min(calc(100vw*47/750), 4.7rem);
    letter-spacing: .1em;
  }
  .sep_feature_ttl h2 .sep_sans {
    padding-bottom: .7em;
    font-size: min(calc(100vw*30/750), 3rem);
  }
  .sep_feature_box {
    width: min(calc(100vw*690/750), 690px);
    padding: min(calc(100vw*120/750), 120px) 0 min(calc(100vw*80/750), 80px);
  }
  .sep_feature_box + .sep_feature_box {
    margin-top: min(calc(100vw*110/750), 110px);
  }
  .sep_feature_box .sep_num {
    width: min(calc(100vw*170/750), 170px);
    top: -11.5%;
    left: 5%;
  }
  .sep_feature_box h3 {
    padding: 0 1em 1.2em 1em;
    font-size: min(calc(100vw*41/750), 4.1rem);
  }
  .sep_feature_box .sep_notes {
    font-size: min(calc(100vw*16/750), 1.6rem);
    padding: .8em 2em 1em;
  }
  .sep_feature_box .sep_txt {
    font-size: min(calc(100vw*25/750), 2.5rem);
    padding: 0 min(calc(100vw*40/750), 40px);
  }
  .sep_feature_box.sep_point01 .sep_icon {
    width: min(calc(100vw*205/750), 205px);
    right: 2%;
  }
  .sep_feature_box.sep_point02 {
    padding: min(calc(100vw*80/750), 80px) 0 0;
  }
  .sep_feature_box.sep_point02 .sep_num {
    left: auto;
    right: 5%;
  }
  .sep_feature_box.sep_point02 h3 {
    padding: 0 1em 1em 1em;
    font-size: min(calc(100vw*45/750), 4.5rem);
    line-height: 1.05;
  }
  .sep_feature_box.sep_point02 .sep_shoulder {
    width: min(calc(100vw*149/750), 149px);
    right: 4%;
    top: -17%;
  }
  .sep_feature_box.sep_point02 .sep_img:first-of-type {
    width: min(calc(100vw*448/750), 448px);
    left: 9%;
    bottom: 4%;
  }
  .sep_feature_box.sep_point02 .sep_img:nth-of-type(2) {
    width: min(calc(100vw*324/750), 324px);
    padding-bottom: min(calc(100vw*255/750), 255px);
    transform: translateX(-25%);
  }
  .sep_feature_box.sep_point03 h3 {
    width: 85%;
    padding: .6em 0 .7em;
    text-align: center;
    font-size: min(calc(100vw*45/750), 4.5rem);
    left: 0;
    right: 0;
    top: 15%;
  }
  .sep_feature_box.sep_point03 .sep_txt {
    width: 85%;
    padding: 1em 1.5em;
    bottom: 8%;
  }
}

/*--------------------------------------------------------------
 sep_reason
--------------------------------------------------------------*/
.sep_reason {
  padding-bottom: min(calc(100vw*120/1170), 120px);
  background-color: #f8f8f8;
  background-image: url("../img/reason_ttl_bg_pc.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: min(calc(100vw*1920/1170), 1920px) min(calc(100vw*726/1170), 726px);
  position: relative;
}
.sep_reason::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: min(calc(100vw*270/1170), 270px);
  bottom: 0;
  background-color: #cfd8e1;
}
.sep_reason_ttl {
  padding: min(calc(100vw*84/1170), 84px) 0 min(calc(100vw*40/1170), 40px);
}
.sep_reason_ttl h2 {
  font-size: min(calc(100vw*36/1170), 3.6rem);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.66;
  letter-spacing: .03em;
  text-align: center;
  font-weight: 400;
  color: #284f76;
}
.sep_reason_shoulder {
  width: min(calc(100vw*107/1170), 107px);
  position: absolute;
  top: -5%;
  right: 21%;
}
.sep_reason_img {
  width: min(calc(100vw*640/1170), 640px);
  margin: 0 auto;
}
p.sep_reason_txt {
  width: min(calc(100vw*780/1170), 780px);
  margin: 0 auto;
  padding-top: min(calc(100vw*40/1170), 40px);
  font-size: min(calc(100vw*18/1170), 1.8rem);
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .sep_reason {
    padding-bottom: min(calc(100vw*150/750), 150px);
    background-image: url("../img/reason_ttl_bg_sp.png");
    background-size: 100% auto;
  }
  .sep_reason::after {
    height: min(calc(100vw*304/750), 304px);
  }
  .sep_reason_ttl {
    padding: min(calc(100vw*100/750), 100px) 0 0;
  }
  .sep_reason_ttl h2 {
    font-size: min(calc(100vw*47/750), 4.7rem);
    padding: 0 min(calc(100vw*45/750), 45px);
    text-align: left;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .sep_reason_shoulder {
    width: min(calc(100vw*133/750), 133px);
    position: absolute;
    top: 1%;
    right: 10%;
    z-index: 2;
  }
  .sep_reason_img {
    width: min(calc(100vw*640/750), 640px);
    margin: 0 auto 0 0;
    transform: translateY(-5%);
  }
  p.sep_reason_txt {
    width: 100%;
    margin: 0 auto;
    padding: min(calc(100vw*5/750), 5px) min(calc(100vw*45/750), 45px) 0;
    font-size: min(calc(100vw*26/750), 2.6rem);
    line-height: 2;
  }
}


/*-------------------
 sep_slider_area
---------------------*/
.sep_slider_area {
  margin: min(calc(100vw*75/1170), 75px) auto 0;
  width: min(calc(100vw*1000/1170), 1000px);
}
.sep_slider_area h3 {
  margin-bottom: .6em;
  text-align: center;
  color: #284f76;
  font-family: "Zen Old Mincho", serif;
  font-size: min(calc(100vw*36/1170), 3.6rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}
.sep_slider_area h3 + p {
  width: min(calc(100vw*410/1170), 410px);
  margin: 0 auto 1.3em;
  padding: .5em 0;
  color: #dcbb59;
  font-size: min(calc(100vw*25/1170), 2.5rem);
  font-weight: 400;
  letter-spacing: .12em;
  background-color: #284f76;
  text-align: center;
  border-radius: 100px;
}

@media only screen and (max-width: 768px) {
  .sep_slider_area {
    margin: min(calc(100vw*110/750), 110px) auto 0;
    width: 100%;
  }
  .sep_slider_area h3 {
    margin-bottom: .6em;
    font-size: min(calc(100vw*42/750), 4.2rem);
  }
  .sep_slider_area h3 + p {
    width: min(calc(100vw*510/750), 510px);
    padding: .5em 0 .6em;
    font-size: min(calc(100vw*32/750), 3.2rem);
  }
}

/*-------------------
 swiper reset
---------------------*/
.sep .sep_slider1 .swiper-slide {
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  border-radius: 0;
  width: calc(100%/3) !important;
}
.sep .sep_slider2 .swiper-slide {
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  border-radius: 0;
  width: calc(100%/2) !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
.swiper-button-prev, .swiper-button-next {
  border-radius: 0;
}
.sep_slider .swiper-button-prev,
.sep_slider .swiper-button-next {
  background-image: url("../img/slider_prev_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: min(calc(100vw*42/1170), 42px);
  height: min(calc(100vw*42/1170), 42px);
  left: 29.5%;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.sep_slider .swiper-button-next {
  background-image: url("../img/slider_next_arrow.png");
  left: auto;
  right: 29.5%;
}
.sep .swiper-pagination {
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}
.sep .swiper-pagination-bullet {
  width: 25px;
  height: 6px;
  margin: 0 4px;
  border-radius: 0;
  background-color: #c0c0c0;
  opacity: 1;
}
.sep .swiper-pagination-bullet-active {
  background-color: #5e7d9c;
}

@media only screen and (max-width: 768px) {
  .sep .sep_slider1 .swiper-slide {
    width: calc(53%) !important;
  }
  .sep .sep_slider2 .swiper-slide {
    width: calc(80%) !important;
  }
  .sep_slider .swiper-button-prev,
  .sep_slider .swiper-button-next {
    width: min(calc(100vw*50/750), 50px);
    height: min(calc(100vw*50/750), 50px);
    left: 17.5%;
    right: auto;
  }
  .sep_slider .swiper-button-next {
    right: 17.5%;
    left: auto;
  }
  .sep .swiper-pagination-bullet {
    width: min(calc(100vw*30/750), 30px);
    height: min(calc(100vw*7/750), 7px);
    margin: 0 min(calc(100vw*5/750), 5px);;
  }
}

/*-------------------
 sep_slider
---------------------*/
.sep_slider {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.sep_slider .swiper-container {
  width: 100%;
}
.sep_slider_box {
  margin: 0 min(calc(100vw*20/1170), 20px);
  padding-bottom: min(calc(100vw*30/1170), 30px);
  background-color: #fff;
  position: relative;
}
.sep_slider_box::before {
  width: 54%;
  height: 4px;
  margin: 0 auto;
  background-color: #284f76;
  border-radius: 100px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.sep_slider_icon {
  width: min(calc(100vw*67/1170), 67px);
  position: absolute;
  top: min(calc(100vw*20/1170), 20px);
  left: min(calc(100vw*20/1170), 20px);
}
.sep_slider_box p:first-of-type {
  padding-bottom: .6em;
  text-align: center;
  font-size: min(calc(100vw*19/1170), 1.9rem);
  font-weight: 400;
  line-height: 1.4;
}
.sep_slider_box p:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sep_slider_box p:nth-of-type(2) span {
  display: block;
}
.sep_slider_box p:nth-of-type(2) {
  text-align: center;
  color: #e56767;
  font-size: min(calc(100vw*31/1170), 3.1rem);
  font-weight: 500;
  line-height: 1;
}
.sep_slider_box p:nth-of-type(2) span.sep_slider_icon_kakaku {
  width: min(calc(100vw*87/1170), 87px);
  margin-right: .2em;
}
.sep_slider_box p:nth-of-type(3) {
  padding-top: .6em;
  text-align: center;
  color: #808080;
  font-size: min(calc(100vw*17/1170), 1.7rem);
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .sep_slider_box {
    margin: 0 min(calc(100vw*20/750), 20px);
    padding-bottom: min(calc(100vw*30/750), 30px);
  }
  .sep_slider_box::before {
    height: min(calc(100vw*4/750), 4px);
  }
  .sep_slider_icon {
    width: min(calc(100vw*80/750), 80px);
    top: min(calc(100vw*20/750), 20px);
    left: min(calc(100vw*20/750), 20px);
  }
  .sep_slider_box p:first-of-type {
    font-size: min(calc(100vw*26/750), 2.6rem);
  }
  .sep_slider_box p:nth-of-type(2) {
    font-size: min(calc(100vw*39/750), 3.9rem);
    font-weight: 500;
    line-height: 1;
  }
  .sep_slider_box p:nth-of-type(2) span.sep_slider_icon_kakaku {
    width: min(calc(100vw*104/750), 104px);
  }
  .sep_slider_box p:nth-of-type(3) {
    font-size: min(calc(100vw*20/750), 2rem);
  }
}

/*--------------------------------------------------------------
 sep_service
--------------------------------------------------------------*/
.sep_service {
  padding: min(calc(100vw*90/1170), 90px) 0;
  background-image: url("../img/service_bg_pc.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #e9e1dc;
}
.sep_service h2 {
  margin-bottom: 2.4em;
  font-size: min(calc(100vw*36/1170), 3.6rem);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.sep_service h2::after {
  content: "";
  position: absolute;
  bottom: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #48321f;
  border-radius: 2px;
}
.sep_service_img {
  width: min(calc(100vw*980/1170), 980px);
  margin: 0 auto;
  padding-bottom: min(calc(100vw*40/1170), 40px);
}
.sep_service_inner {
  width: min(calc(100vw*760/1170), 760px);
  margin: 0 auto min(calc(100vw*50/1170), 50px);
}
.sep_service_box {
  width: 100%;
  padding: min(calc(100vw*70/1170), 70px) 0 min(calc(100vw*50/1170), 50px);
  background-color: #f4f0ed;
  position: relative;
}
.sep_service_box .sep_icon {
  width: min(calc(100vw*114/1170), 114px);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: min(calc(100vw*-57/1170), -57px);
}
.sep_service_box h3 {
  margin-bottom: .8em;
  text-align: center;
  font-size: min(calc(100vw*24/1170), 2.4rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.2;
  color: #48321f;
}
.sep_service_box ul {
  width: 100%;
  padding: 0 min(calc(100vw*55/1170), 55px) 0;
}
.sep_service_box li {
  font-size: min(calc(100vw*17/1170), 1.7rem);
  font-weight: 300;
  line-height: 2;
  color: #333;
}
.sep_service .sep_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sep_service .sep_flex .sep_service_box {
  width: min(calc(100vw*246/1170), 246px);
}
.sep_service_box.service_jewelry {
  margin-bottom: min(calc(100vw*80/1170), 80px);
}
.sep_service_box.service_jewelry ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sep_service_box.service_jewelry li {
  width: 49%;
}
.sep_service_box.service_bag ul {
  padding: 0 min(calc(100vw*45/1170), 45px) 0;
}
.sep_service_box.service_fashion h3 {
  letter-spacing: -.14em;
}
.sep_service_message {
  width: min(calc(100vw*910/1170), 910px);
  margin: 0 auto;
  position: relative;
}
.sep_service_message .sep_logo {
  width: min(calc(100vw*190/1170), 190px);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: min(calc(100vw*60/1170), 60px);
}
.sep_service_message p {
  font-size: min(calc(100vw*24/1170), 2.4rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
  left: min(calc(100vw*86/1170), 86px);
  top: min(calc(100vw*125/1170), 125px);
  letter-spacing: .06em;
}
.sep_service_message .sep_pb05 {
  padding-bottom: .2em;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sep_service {
    padding: min(calc(100vw*100/750), 100px) 0;
    background-image: url("../img/service_bg_sp.jpg");
    background-size: cover;
  }
  .sep_service h2 {
    margin-bottom: 2.4em;
    font-size: min(calc(100vw*45/750), 4.5rem);
  }
  .sep_service h2::after {
    width: min(calc(100vw*130/750), 130px);
    height: 2.5px;
    border-radius: 10px;
  }
  .sep_service_img {
    width: 100%;
    padding-bottom: min(calc(100vw*50/750), 50px);
  }
  .sep_service_inner {
    width: min(calc(100vw*690/750), 690px);
    margin: 0 auto min(calc(100vw*56/750), 56px);
  }
  .sep_service_box {
    padding: min(calc(100vw*90/750), 90px) 0 min(calc(100vw*50/750), 50px);
  }
  .sep_service_box .sep_icon {
    width: min(calc(100vw*144/750), 144px);
    top: -20%;
  }
  .sep_service_box h3 {
    margin-bottom: .5em;
    font-size: min(calc(100vw*30/750), 3rem);
    font-weight: bold;
  }
  .sep_service_box ul {
    padding: 0 min(calc(100vw*15/750), 15px);
  }
  .sep_service_box li {
    font-size: min(calc(100vw*24/750), 2.4rem);
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sep_service_box li + li {
    padding-top: .3em;
  }
  .sep_service .sep_flex .sep_service_box {
    width: min(calc(100vw*220/750), 220px);
  }
  .sep_service_box.service_jewelry {
    margin-bottom: min(calc(100vw*96/750), 96px);
  }
  .sep_service_box.service_jewelry ul {
    flex-direction: column;
    padding: 0 min(calc(100vw*50/750), 50px);
  }
  .sep_service_box.service_jewelry li {
    width: 100%;
  }
  .sep_service_box.service_bag h3 {
    letter-spacing: -.1em;
  }
  .sep_service_box.service_bag ul {
    padding: 0 min(calc(100vw*18/750), 18px);
  }
  .sep_service_message {
    width: min(calc(100vw*690/750), 690px);
  }
  .sep_service_message .sep_logo {
    width: min(calc(100vw*239/750), 238px);
    top: min(calc(95vw*100/750), 95px);
  }
  .sep_service_message p {
    font-size: min(calc(100vw*34/750), 3.4rem);
    font-weight: bold;
    line-height: 1.3;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: min(calc(100vw*180/750), 180px);
    text-align: center;
  }
}


/*--------------------------------------------------------------
 sep_step
--------------------------------------------------------------*/
.sep_step {
  padding: min(calc(100vw*80/1170), 80px) min(calc(100vw*100/1170), 100px);
  background-color: #f8f8f8;
  background-image: url("../img/step_ttl_bg_pc.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: min(calc(100vw*1920/1170), 1920px) min(calc(100vw*300/1170), 300px);
  position: relative;
}
.sep_step h2 {
  margin-bottom: min(calc(100vw*23/1170), 23px);
  line-height: 1;
  text-align: center;
}
.sep_step h2 img {
  width: min(calc(100vw*196/1170), 196px);
  margin: 0 auto min(calc(100vw*19/1170), 19px);
}
.sep_step h2 .sep_sub {
  width: min(calc(100vw*224/1170), 224px);
  margin: 0 auto;
  padding: .2em 0 .3em;
  border-radius: 100px;
  text-align: center;
  background-color: #5f8dbb;
  font-size: min(calc(100vw*21/1170), 2.1rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: .08em;
  display: block;
}
.sep_step h2 + p {
  margin-bottom: min(calc(100vw*110/1170), 110px);
  text-align: center;
  font-size: min(calc(100vw*21/1170), 2.1rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: .08em;
  position: relative;
}
.sep_step h2 + p::after {
  width: min(calc(100vw*55/1170), 55px);
  height: min(calc(100vw*20/1170), 20px);
  background-image: url("../img/step_ttl_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
}
.sep_step_wrap {
  width: min(calc(100vw*720/1170), 720px);
  margin: 0 auto;
}
.sep_step_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.sep_step_box + .sep_step_box {
  margin-top: min(calc(100vw*60/1170), 60px);
}
.step_txtbox {
  width: min(calc(100vw*370/1170), 370px);
}
.step_imgbox {
  width: min(calc(100vw*350/1170), 350px);
}
.sep_step_box .sep_num {
  width: min(calc(100vw*156/1170), 156px);
  display: inline-block;
}
.step_txtbox h3 {
  margin-top: 1.3em;
  text-align: left;
  font-size: min(calc(100vw*32/1170), 3.2rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .08em;
  color: #284f76;
  position: relative;
}
.step_txtbox h3::before {
  content: "";
  position: absolute;
  top: -.7em;
  left: 0;
  width: min(calc(100vw*430/1170), 430px);
  height: 1px;
  background-color: #284f76;
}
.step_txtbox p {
  margin-top: 1em;
  font-size: min(calc(100vw*18/1170), 1.8rem);
  font-weight: 300;
  text-align: left;
  letter-spacing: .05em;
  line-height: 1.8;
}
.step_txtbox p.sep_notes {
  font-size: min(calc(100vw*12/1170), 1.2rem);
}
.sep_step_box:nth-child(even) .step_txtbox,
.sep_step_box:nth-child(even) h3 {
  text-align: right;
}
.sep_step_box:nth-child(even) h3::before {
  left: auto;
  right: 0;
}
.sep_step_box.sep_step01 .step_imgbox {
  width: min(calc(100vw*314/1170), 314px);
}
.sep_step_box.sep_step02 .step_imgbox {
  width: min(calc(100vw*314/1170), 314px);
}
.sep_step_box.sep_step02 .sep_num {
  width: min(calc(100vw*162/1170), 162px);
}
.sep_step_box.sep_step02 .sep_step_icon {
  width: min(calc(100vw*128/1170), 128px);
  position: absolute;
  left: 1.5%;
  top: -9%;
}
.sep_step_box.sep_step03 .sep_num {
  width: min(calc(100vw*160/1170), 160px);
}
.sep_step_box.sep_step03 .step_imgbox {
  width: min(calc(100vw*248/1170), 248px);
}
.sep_step_box.sep_step03 .step_txtbox {
  width: min(calc(100vw*460/1170), 460px);
}
.sep_step_box.sep_step03 .step_txtbox p {
  letter-spacing: 0;
}
.sep_step_box.sep_step04 .sep_num {
  width: min(calc(100vw*165/1170), 165px);
}
.sep_step_box.sep_step04 .step_imgbox {
  width: min(calc(100vw*324/1170), 324px);
}
.sep_step_box.sep_step04 .step_txtbox {
  width: min(calc(100vw*330/1170), 330px);
}

@media only screen and (max-width: 768px) {
  .sep_step {
    padding: min(calc(100vw*100/750), 100px) 0 min(calc(100vw*120/750), 120px);
    background-image: url("../img/step_ttl_bg_sp.png");
    background-size: 100% auto;
  }
  .sep_step h2 {
    margin-bottom: min(calc(100vw*28/750), 28px);
  }
  .sep_step h2 img {
    width: min(calc(100vw*245/750), 245px);
    margin: 0 auto min(calc(100vw*24/750), 24px);
  }
  .sep_step h2 .sep_sub {
    width: min(calc(100vw*280/750), 280px);
    padding: .2em 0 .3em;
    font-size: min(calc(100vw*27/750), 2.7rem);
  }
  .sep_step h2 + p {
    margin-bottom: min(calc(100vw*140/750), 140px);
    font-size: min(calc(100vw*27/750), 2.7rem);
  }
  .sep_step h2 + p::after {
    width: min(calc(100vw*69/750), 69px);
    height: min(calc(100vw*25/750), 25px);
    background-image: url("../img/step_ttl_arrow.png");
  }
  .sep_step_wrap {
    width: 100%;
  }
  .sep_step_box {
    width: min(calc(100vw*710/750), 710px);
    margin: 0 0 0 auto;
  }
  .sep_step_box:nth-of-type(even) {
    margin: 0 auto 0 0;
  }
  .sep_step_box + .sep_step_box {
    margin-top: min(calc(100vw*70/750), 70px);
  }
  .step_txtbox {
    width: min(calc(100vw*350/750), 350px);
  }
  .step_imgbox {
    width: min(calc(100vw*340/750), 340px);
  }
  .sep_step_box .sep_num {
    width: min(calc(100vw*194/750), 194px);
  }
  .step_txtbox h3 {
    margin-top: 1.2em;
    font-size: min(calc(100vw*40/750), 4rem);
    letter-spacing: .05em;
  }
  .step_txtbox h3::before {
    top: -.7em;
    width: min(calc(100vw*440/750), 440px);
  }
  .step_txtbox p {
    margin-top: .7em;
    font-size: min(calc(100vw*25/750), 2.5rem);
    letter-spacing: .02em;
  }
  .step_txtbox p.sep_notes {
    font-size: min(calc(100vw*16/750), 1.6rem);
    line-height: 1.4;
  }
  .sep_step_box.sep_step01 .step_imgbox {
    width: min(calc(100vw*340/750), 340px);
  }
  .sep_step_box.sep_step02 .step_imgbox {
    width: min(calc(100vw*310/750), 310px);
  }
  .sep_step_box.sep_step02 .step_txtbox {
    width: min(calc(100vw*390/750), 390px);
  }
  .sep_step_box.sep_step02 .step_txtbox p {
    width: min(calc(100vw*360/750), 360px);
    margin-right: 0;
    margin-left: auto;
  }
  .sep_step_box.sep_step02 .step_txtbox p.sep_notes {
    width: 100%;
    text-align: left;
  }
  .sep_step_box.sep_step02 .sep_num {
    width: min(calc(100vw*202/750), 202px);
  }
  .sep_step_box.sep_step02 .sep_step_icon {
    width: min(calc(100vw*160/750), 160px);
    top: -3%;
  }
  .sep_step_box.sep_step03 .sep_num {
    width: min(calc(100vw*201/750), 201px);
  }
  .sep_step_box.sep_step03 .step_imgbox {
    width: min(calc(100vw*289/750), 289px);
  }
  .sep_step_box.sep_step03 .step_txtbox {
    width: min(calc(100vw*400/750), 400px);
  }
  .sep_step_box.sep_step04 .sep_num {
    width: min(calc(100vw*206/750), 206px);
  }
  .sep_step_box.sep_step04 .step_imgbox {
    width: min(calc(100vw*310/750), 310px);
  }
  .sep_step_box.sep_step04 .step_txtbox {
    width: min(calc(100vw*380/750), 380px);
  }
}

/*--------------------------------------------------------------
 sep_voice
--------------------------------------------------------------*/
.sep_voice {
  background-color: #6c5947;
  position: relative;
}
.sep_voice .sep_inner {
  padding: min(calc(100vw*90/1170), 90px) 0 min(calc(100vw*120/1170), 120px);
  background-image: url("../img/voice_bg_pc.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sep_voice h2 {
  font-size: min(calc(100vw*36/1170), 3.6rem);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.33;
  color: #fff;

}
.sep_voice .sep_slider_area {
  margin: min(calc(100vw*45/1170), 45px) auto 0;
  width: min(calc(100vw*984/1170), 984px);
}
.sep_voice .sep_slider_box {
  height: 100%;
  margin: 0 min(calc(100vw*12/1170), 12px);
  padding: min(calc(100vw*40/1170), 40px);
  background-color: #fff;
  position: relative;
  border-radius: clamp(0px, calc(20/1170*100vw), 20px);
}
.sep_voice .sep_slider_box::before {
 content: none;
}
.sep_voice .sep_slider_box p:first-of-type {
  text-align: left;
  line-height: 1.8;
  padding: 0;
}
.sep_voice .sep_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sep_voice_iconarea {
  width: min(calc(100vw*92/1170), 92px);
  align-self: flex-start;
}
.sep_voice_txtarea {
  width: min(calc(100vw*270/1170), 270px);
  align-self: flex-start;
}
.sep_voice p.sep_voice_name {
  font-size: min(calc(100vw*14/1170), 1.4rem);
  font-weight: 300;
}
.sep_voice .sep_slider .swiper-button-prev {
  left: -.8%;
}
.sep_voice .sep_slider .swiper-button-next {
  right: -.8%;
}
.sep_voice .swiper-pagination {
  bottom: -18%;
}

@media only screen and (max-width: 768px) {
  .sep_voice .sep_inner {
    padding: min(calc(100vw*110/750), 110px) 0 min(calc(100vw*150/750), 150px);
    background-image: url("../img/voice_bg_sp.jpg");
    background-size: cover;
  }
  .sep_voice h2 {
    font-size: min(calc(100vw*45/750), 4.5rem);
    font-weight: bold;
    letter-spacing: .05em;
  }
  .sep_voice .sep_slider_area {
    margin: min(calc(100vw*50/750), 50px) auto 0;
    width: 100%;
  }
  .sep_voice .sep_slider_box {
    margin: 0 min(calc(100vw*15/750), 15px);
    padding: min(calc(100vw*48/750), 48px) min(calc(100vw*38/750), 38px);
    border-radius: clamp(0px, calc(20/750*100vw), 20px);
  }
  .sep_voice_iconarea {
    width: min(calc(100vw*140/750), 140px);
  }
  .sep_voice_txtarea {
    width: min(calc(100vw*340/750), 340px);
  }
  .sep_voice p.sep_voice_name {
    font-size: min(calc(100vw*20/750), 2rem);
  }
}

/*--------------------------------------------------------------
 sep_faq
--------------------------------------------------------------*/
.sep_faq {
  background-color: #f0f0f0;
  padding: min(calc(100vw*100/1170), 100px) 0;
}
.sep_faq h2 {
  margin-bottom: 2.2em;
  font-size: min(calc(100vw*36/1170), 3.6rem);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1;
  color: #284f76;
  position: relative;
}
.sep_faq h2::after {
  content: "";
  position: absolute;
  bottom: -1.1em;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #284f76;
  border-radius: 100px;
}
.sep_faq_inner {
  width: min(calc(100vw*750/1170), 750px);
  margin: 0 auto;
}
.sep_faq_inner ul {
  width: 100%;
  border-radius: clamp(0px, calc(10/1170*100vw), 10px);
  overflow: hidden;
}
.sep_faq_inner ul + ul {
  margin-top: min(calc(100vw*30/1170), 30px);
}
.sep_faq_inner .sep_q_acc {
  padding: min(calc(100vw*30/1170), 30px) min(calc(100vw*80/1170), 80px) min(calc(100vw*30/1170), 30px) min(calc(100vw*100/1170), 100px);
  background-color: #6083a6;
  font-size: min(calc(100vw*24/1170), 2.4rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.sep_faq_inner .sep_q_acc::before,
.sep_faq_inner .sep_q_acc::after{
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  width: 3px;
  height: 1em;
  background-color:#fff;
  transition: .3s;
  box-sizing: border-box;
}
.sep_faq_inner .sep_q_acc::after{
  transform: translateY(-50%) rotate(90deg);
}
.sep_faq_inner .sep_q_acc.open::before {
  transform: translateY(-50%) rotate(90deg);
}
.sep_faq_inner .sep_q_acc.open::after {
  opacity:0;
}
.sep_faq_inner .sep_q_icon {
  display: inline-block;
  position: relative;
}
.sep_faq_inner .sep_q_icon::before {
  width: min(calc(100vw*40/1170), 40px);
  height: min(calc(100vw*46/1170), 46px);
  background-image: url("../img/faq_icon01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 58%;
  left: -2.5em;
  transform: translateY(-50%);

}
.sep_faq_inner .sep_details {
  padding: min(calc(100vw*30/1170), 30px) min(calc(100vw*80/1170), 80px) min(calc(100vw*40/1170), 40px) min(calc(100vw*80/1170), 80px);
  background-color: #fff;
  font-size: min(calc(100vw*20/1170), 2rem);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .05em;
  display: none;
}
.sep_faq_inner .sep_details a {
  font-size: min(calc(100vw*20/1170), 2rem);
  color: #dc4b77;
  text-decoration: underline;
  display: inline-block;
}
@media only screen and (min-width: 768.1px) {
  .sep_faq_inner .sep_details a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .sep_faq {
    padding: min(calc(100vw*110/750), 110px) 0 min(calc(100vw*120/750), 120px);
  }
  .sep_faq h2 {
    margin-bottom: 2.2em;
    font-size: min(calc(100vw*46/750), 4.6rem);
    font-weight: bold;
  }
  .sep_faq h2::after {
    width: min(calc(100vw*130/750), 130px);
    height: 2.5px;
  }
  .sep_faq_inner {
    width: min(calc(100vw*690/750), 690px);
  }
  .sep_faq_inner ul {
    border-radius: clamp(0px, calc(10/750*100vw), 10px);
  }
  .sep_faq_inner ul + ul {
    margin-top: min(calc(100vw*40/750), 40px);
  }
  .sep_faq_inner .sep_q_acc {
    padding: min(calc(100vw*30/750), 30px) min(calc(100vw*80/750), 80px) min(calc(100vw*34/750), 34px) min(calc(100vw*110/750), 110px);
    font-size: min(calc(100vw*32/750), 3.2rem);
  }
  .sep_faq_inner .sep_q_icon::before {
    width: min(calc(100vw*49/750), 49px);
    height: min(calc(100vw*58/750), 58px);
    top: 54%;
    left: -2.25em;
  }
  .sep_faq_inner .sep_details {
    padding: min(calc(100vw*32/750), 32px) min(calc(100vw*40/750), 40px) min(calc(100vw*55/750), 55px) min(calc(100vw*40/750), 40px);
    background-color: #fff;
    font-size: min(calc(100vw*26/750), 2.6rem);
  }
.sep_faq_inner .sep_details a {
    font-size: min(calc(100vw*26/750), 2.6rem);
  }
}


/*--------------------------------------------------------------
 HEADER：個別ページ用に修正したもの
--------------------------------------------------------------*/
header {
  padding: 0;
  margin: 0;
}
#head_block {
  position: fixed;
  z-index: 998;
  width: 100%;
  min-width: 1170px;
  background: #fff;
  transition: transform 0.3s ease;
}
#head_block.is-hidden {
  transform: translateY(-100%);
}
.l-header {
  width: 100%;
  background: #fff;
}
.l-container {
  max-width: 1170px;
  min-width: 1024px;
  margin: 0 auto;
}
.p-block.p-block--row {
  display: flex;
  flex-direction: row;
}
.p-header.p-header--top {
  min-height: 48px;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
}
.p-header.p-header--top .p-logo-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.p-header.p-header--top .p-logo {
  width: unset;
}
.p-logo {
	margin-right: 1rem;
}
.p-logo__img {
	vertical-align: middle;
}
.p-link {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.is-sp {
    display: none;
}
@media (max-width: 1450px) {
  .l-container {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #head_block {
    width: 100%;
    min-width: unset;
  }
  .l-header {
    padding: 0;
    border: none;
  }
  .l-container {
    padding: 0 20px;
  }
  .l-container {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
  .p-header-nav {
    display: flex;
  }
  .p-header.p-header--top {
    min-height: 48px;
  }
  .p-header.p-header--top.p-block.p-block--row {
    flex-direction: row;
  }
  .p-header.p-header--top .p-logo-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }
  .p-header.p-header--top .p-logo {
    z-index: 999;
    top: 0;
    bottom: 0;
    right: auto;
    left: 10px;
    margin: auto;
  }
  .is-sp {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
 FOOTER：個別ページ用に修正したもの
--------------------------------------------------------------*/
footer {
  border: none;
}
.footer-navi *,
.footer-menu *,
.l-footer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #424242;
  font-family: "Noto Sans Japanese", sans-serif;
}
.footer-navi a,
.footer-menu a,
.l-footer a {
  color: #424242;
  text-decoration: none;
  transition: .1s;
  background-color: transparent;
  cursor: pointer;
}
.p-button.p-button--next {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  color: #424242;
  background: #f3f3f3;  
  cursor: pointer;
  appearance: none;
  text-decoration: none;
  transition: .1s;
}
.p-button.p-button--next:before,
.p-button.p-button--back:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  width: 7px;
  height: 13px;
  margin: auto;
  background: url(../../../../../static/images/parts/icon/i-chevron-right.svg) top left no-repeat;
}
.p-button.p-button--next:before {
  right: 1.5rem;
}
.l-container {
  max-width: 1170px;
  min-width: 1024px;
  margin: 0 auto;
}
.l-footer {
  width: 100%;
  min-width: initial;
  padding-top: 20px;
  margin-top: auto;
  position: sticky;
  top: 100vh;
  background: #fff;
}
a.i--arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    width: 6px;
    height: 10px;
    margin: auto;
    background: url(../../../../../static/images/parts/icon/i-chevron-right.svg) top left no-repeat;
    background-size: auto;
}
a.i--blank:after {
    content: url(../../../../../static/images/delivery/i-window.svg);
    margin-left: 4px;
    position: relative;
    top: 1px;
}
@media only screen and (max-width: 768px) {
  .l-container {
    width: 100%;
    max-width: unset;
    min-width: unset;
    padding: 0 20px;
  }
  .l-footer {
    min-width: unset;
    padding-top: 0;
  }

}

/*---------------------------------
  footer-navi
---------------------------------*/
.footer-navi .contact {
  margin-top: 0;
  background-color: #E9E4E1;
}
.footer-navi .contact-box {
  background-color: #E9E4E1;
  padding: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-navi .contact-box .guide {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: calc(29 / 20);
  color: #7D7D7D;
}
.footer-navi .contact-box .col {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 32px;
}
.footer-navi .contact-box .col.tel {
  flex-direction: column;
}
.footer-navi .contact-box .col .telno,
.footer-navi .contact-box .col .time {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-navi .contact-box .col .telno {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  line-height: calc(47 / 35);
  color: #424242;
}
.footer-navi .contact-box .col .time {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  color: #959595;
}
.footer-navi .contact-box .col .email {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  background-color: #F2f2F2;
  border: 1px solid #DADADA;
  max-width: 340px !important;
  max-height: 37px !important;
  position: relative;
}
.footer-navi .contact-box .col .email::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 16px;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../../../../../static/images/delivery/i-mail.svg) top left no-repeat;
  background-size: auto;
}
@media only screen and (min-width: 768.1px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-button.p-button--next:before {
    right: 1.0rem;
  }
  section.footer-navi {
    margin-top: 0px;
  }
  .footer-navi .contact-box {
    padding: 30px;
    margin-left: calc(20px * -1);
    margin-right: calc(20px * -1);
  }
  .footer-navi .contact-box .guide {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }
  .footer-navi .contact-box .col {
    width: 100%;
  }
}
/*---------------------------------
  footer-menu
---------------------------------*/
.d-footer {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row;
}
.d-footer.d-footer--top {
  min-height: 48px;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
}
.d-footer .d-logo {
  width: 270px;
}
.d-footer.d-footer--menu {
  gap: 50px;
}
.d-footer .d-link.d-link--footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 49px;
  padding: 1.4rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
.d-footer .d-link.d-link--footer.i--arrow {
  position: relative;
  padding: 1.4rem 2.8rem 1.4rem 1.5rem;
}
.d-footer .d-link-footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.d-footer .d-link.d-link--footer:nth-child(2):before,
.d-footer .d-link.d-link--footer:nth-child(3):before {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  top: 17px;
  left: 2px;
  background: #959595;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-container {
    padding: 0;
  }
  .p-block.p-block--row {
    flex-direction: column;
  }
  .d-footer--top {
    padding-top: 30px;
  }
  .d-footer .d-logo {
    width: 180px;
  }
  .d-footer {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .d-footer.d-footer--menu {
    gap: 0;
    margin-top: 16px;
  }

  .d-footer .d-link-footer-sitemap {
    width: 100%;
    text-align: center;
  }
  .d-footer .d-link.d-link--footer {
    display: inline-flex;
  }
  .d-footer .d-link-footer-menu {
    width: 100%;
  }
}
/*---------------------------------
  l-footer
---------------------------------*/
.l-footer .p-authorization {
  padding: 0;
}
.p-authorization__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-permit {
  margin-right: auto;
}
.p-permit__text {
  display: inline-block;
  margin: .9rem 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
.p-permit__lists {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-permit__lists > .p-permit__lists__list {
  width: calc((100% - 84px) / 3);
  margin-right: 4.2rem;
}
.p-permit__lists > .p-permit__lists__list:last-child {
  margin-right: 0;
}
.p-permit__item {
  font-size: 1.2rem;
  white-space: nowrap;
}
.p-footmarks {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 13rem;
}
.p-footmarks .p-footmarks__content {
  margin-right: 1rem;
}
.p-authorization__content.--delivery {
  height: unset;
  background-color: unset;
}
.p-footmarks .p-footmarks__content:last-child {
  margin-right: 0;
}
.last-footer {
  margin-top: 32px;
}
.p-authorization__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  background-color: #F2F2F2;
}
.copyright {
  color: #AAAAAA;
  font-size: 1.0rem;
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .l-footer {
    min-width: unset;
    padding-top: 0;
  }
  .l-footer .p-authorization {
    padding: 20px 0 0;
  }
  .p-authorization__content.--delivery {
    flex-direction: column;
  }
  .p-permit {
    text-align: center;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .p-permit__text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: calc(24 / 15);
    margin: 1.2rem 0;
  }
  .p-permit__lists {
    flex-direction: column;
  }
  .p-permit__lists > .p-permit__lists__list {
    width: 100%;
  }
  .p-footmarks {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    align-items: center;
  }
  .copyright {
    text-align: center;
  }
}

/*--------------------------------------------------------------
 FLOATING PAGETOP：個別ページ用に修正したもの
--------------------------------------------------------------*/
.p-pagetop {
  position: fixed;
  right: 10px;
  bottom: 43px !important;
  width: 47px;
  height: 47px;
  display: block;
  z-index: 999;
  opacity: 0;
  transition: all .5s;
  left: calc(100vw - 67px);
}
.p-pagetop a {
  cursor: pointer;
  text-decoration: none;
}
.p-pagetop.visible {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .device_sp .p-pagetop {
    bottom: 76px !important;
  }
  .device_sp .p-pagetop {
    right: unset;
    bottom: unset;
  }
}

/*--------------------------------------------------------------
251203 バナー追加
--------------------------------------------------------------*/
.kaitori-campaign-co_pc-1{
    width: 60%;
    margin: auto;
    padding-bottom: 2%;
}
@media only screen and (max-width: 768px) {
.kaitori-campaign-co_pc-1{
    width: 100%;
    padding-bottom: 3%;
}
}
