@charset "UTF-8";
/* ======================== 
フォント・フォントカラー
======================== */
html {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese";
  font-feature-settings: "palt";
  color: #000;
}

.col_o {
  color: #ea5800;
}

.col_y {
  color: #fff799;
}

.content {
  padding: 64px 32px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 8vw 4%;
  }
  .content img {
    width: 100%;
    height: auto;
  }
}

img {
  max-width: 100%;
}

.yline {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
}

.yline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: -10%;
  left: 0;
  background-color: #fff25a;
  z-index: -1;
}

/* ======================== 
レスポンシブ
======================== */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ======================== 
hover
======================== */
@media screen and (min-width: 769px) {
  .satei_btn:hover img {
    transition: 0.2s ease;
    transform: translate(0, 6px);
  }
  header a:hover {
    transition: 0.2s ease;
    transform: scale(1.05);
  }
  .flow a:hover {
    transition: 0.2s ease;
    color: #349276;
  }
}
/* ======================== 
header
======================== */
header {
  height: 92px;
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
header a {
  display: block;
}
header img {
  width: 100%;
  height: auto;
}
header .header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 40px;
}
header .header_content h1 {
  padding: 24px 0;
  max-width: 200px;
}
header .header_content .btn {
  max-width: 276px;
  height: auto;
}

@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
  header .header_content {
    padding: 3.2vw 4%;
  }
  header .header_content h1 {
    max-width: 34vw;
    padding: 0;
  }
  header .header_content .btn {
    max-width: 48%;
  }
}
/* ======================== 
kv
======================== */
.kv {
  background: url("../images/kv_bg.png") no-repeat center/cover;
  min-height: 750px;
}
.kv img {
  width: 100%;
  height: auto;
}
.kv .kv_content {
  position: relative;
  min-height: 750px;
}
.kv .ttl {
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
  background: url("../images/ttl_bg.png") no-repeat center/contain;
  padding: 60px 24px 34px;
}
.kv h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #154562;
}
.kv h2 .ttl_01 {
  letter-spacing: 0.09em;
  display: block;
}
.kv h2 .ttl_01 span {
  font-size: 83%;
}
.kv h2 .ttl_01::before {
  content: "＼";
  font-size: 80%;
}
.kv h2 .ttl_01::after {
  content: "／";
  font-size: 80%;
}
.kv h2 .ttl_02 {
  font-size: 83%;
}
.kv h2 .ttl_03 {
  font-size: 76px;
}
.kv .rib_txt {
  margin: 10px auto;
  max-width: 678px;
  padding: 0 20px;
}
.kv .rib_txt img {
  width: 100%;
  height: auto;
}
.kv .ttl_txt {
  color: #154562;
  font-size: 24px;
  font-weight: 900;
}
.kv p {
  text-align: center;
}
.kv .copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  padding: 24px 4%;
  background-color: rgba(255, 255, 255, 0.9);
}
.kv .safety {
  width: 36%;
}
.kv .safety_list {
  width: 60%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .kv {
    background: url("../images/kv_bg_sp.png") no-repeat center/cover;
    position: relative;
    min-height: auto;
  }
  .kv .kv_content {
    min-height: auto;
  }
  .kv .ttl {
    background: none;
    top: 8.5vw;
  }
  .kv .ttl img {
    width: 100%;
    height: auto;
  }
  .kv .copy {
    background-color: transparent;
    display: block;
    max-width: none;
    margin: 0 auto;
    position: static;
    padding: 112vw 0 0;
  }
  .kv .safety {
    width: auto;
  }
}
/* ======================== 
satei
======================== */
.satei {
  background-color: #349276;
}
.satei .inner {
  background-color: #fff;
  padding: 60px 24px 32px;
  position: relative;
}
.satei a {
  display: block;
}
.satei h2 {
  font-size: 42px;
  font-weight: 800;
}
.satei h2 span {
  font-size: 54px;
}
.satei .easy {
  width: 52%;
  margin: 0 auto;
  height: auto;
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
}
.satei .easy img {
  width: 100%;
  height: auto;
}
.satei .satei_txt, .satei .satei_btn {
  width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.satei .satei_txt img, .satei .satei_btn img {
  max-width: 80%;
  margin: 0 auto;
}
.satei .satei_btn {
  margin: 40px auto 24px;
  position: relative;
  z-index: 1;
}
.satei .satei_btn::before {
  content: "";
  background: url(../images/satei_btn_bg.png) no-repeat center/contain;
  z-index: -1;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .satei .content {
    padding: 8vw 4%;
  }
  .satei .inner {
    padding: 13vw 4% 5.33vw;
  }
  .satei .satei_txt_sp {
    margin: 0 auto;
    text-align: center;
  }
  .satei .easy {
    width: 90%;
    height: auto;
    padding-top: 0;
  }
  .satei .satei_txt, .satei .satei_btn {
    width: auto;
    height: auto;
    text-align: center;
  }
  .satei .satei_txt img, .satei .satei_btn img {
    max-width: 100%;
    margin: 0 auto;
  }
  .satei .satei_btn {
    margin: 0 auto;
    padding: 4.3vw 0 3.6vw;
    position: relative;
    z-index: 1;
  }
  .satei .satei_btn::before {
    content: none;
  }
}
/* ======================== 
present
======================== */
.present {
  background: url("../images/present_bg01.jpg") no-repeat center/cover;
  position: relative;
}
.present::before {
  content: "";
  position: absolute;
  background: url("../images/present_bg02.png") no-repeat center/contain;
  width: 100%;
  height: 22vw;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.present ul {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  color: #725524;
}
.present ul li {
  width: 33.3%;
  text-align: center;
  margin: 0 26px;
  border-radius: 30px;
  border: 2px solid #cdbe69;
  padding: 236px 0 36px;
  position: relative;
  background-color: #fff;
}
.present .book {
  position: absolute;
  top: -80px;
  right: 0;
  left: 5%;
  padding: 4px;
}
.present h3 {
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.28;
}
.present p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  padding-top: 56px;
  position: relative;
}
.present p::before {
  content: "";
  width: 80%;
  height: 2px;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: #cdbe69;
}
.present p span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .present:before {
    background: url(../images/present_bg02_sp.png) no-repeat right/contain;
    height: 140vw;
    width: 100%;
    top: 36%;
  }
  .present .content {
    padding-top: 4vw;
  }
  .present h2 {
    margin-bottom: 5.5vw;
  }
  .present h2 img {
    margin: 0 auto;
  }
  .present ul {
    display: block;
    margin-top: 0;
  }
  .present ul li {
    margin: 5.5vw auto 0;
    width: auto;
    border-radius: 12px 12px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4%;
  }
  .present ul li .book {
    position: static;
    width: 40%;
    height: auto;
  }
  .present ul li .book_txt {
    width: 60%;
    height: auto;
    padding-left: 3%;
    letter-spacing: 0.05em;
  }
  .present ul li h3 {
    font-size: 4.33vw;
    text-align: left;
  }
  .present ul li p, .present ul li span {
    font-size: 3.73vw;
    text-align: left;
  }
  .present ul li p {
    padding-top: 2em;
    line-height: 1.57;
  }
  .present ul li p::before {
    top: 12%;
    width: 100%;
  }
}
/* ======================== 
reason
======================== */
.reason .content > ol > li {
  border: solid 2px #349276;
  border-radius: 16px 16px 0 0;
  margin-top: 50px;
}
.reason .content > ol > li .nayami {
  text-align: center;
  margin: 28px auto 26px;
  padding: 0 2%;
}
.reason .content > ol > li .nayami img {
  margin: 0 auto;
}
.reason .content > ol > li h3 {
  border-radius: 12px 12px 0 0;
  color: #fff;
  background-color: #349276;
  padding: 12px 0 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.reason .content > ol > li h3 .reason_point {
  background-color: #fff9bc;
  color: #349276;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0 8px;
  margin-right: 12px;
}
.reason .content > ol > li h3 .col_y {
  font-size: 22px;
}

.content .ol_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .ol_flex .inner {
  padding: 0;
}
.content .ol_flex li {
  width: calc(50% - 25px);
}
.content .ol_flex li .nayami {
  margin: 12px auto 26px;
}
.content .ol_flex li .point_txt {
  padding: 0 20px 34px;
}
.content .ol_flex li .point_txt p, .content .ol_flex li .point_txt li {
  line-height: 1.5;
  letter-spacing: 0.14em;
  font-weight: 500;
}
.content .ol_flex li .point_txt ul {
  padding: 20px 0 0;
}
.content .ol_flex li .point_txt li {
  width: auto;
  padding-left: 0.5em;
}

.reason h2 {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.reason .ttl_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin: 28px auto 50px;
  letter-spacing: 0.14em;
  font-weight: 500;
}
.reason .inner {
  padding: 0 4% 50px;
}
.reason .point01 h4 {
  text-align: center;
  letter-spacing: 0.14em;
  font-weight: 600;
  margin-bottom: 26px;
}
.reason .point01 h4 span {
  font-size: 20px;
}
.reason .point01 h4 .col_o {
  font-size: 32px;
  display: block;
  padding: 8px 0;
}
.reason .point01 .point_txt {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.14em;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.reason .point01 .point01-1 {
  margin: 30px auto;
  padding: 12px 4% 32px;
  background-color: #eceff1;
  max-width: 848px;
}
.reason .point01 .point01-1 h5 {
  margin-bottom: 26px;
  text-align: center;
}
.reason .point01 .point01-1 h5 img {
  margin: 0 auto;
}
.reason .point01 .point01-1 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reason .point01 .point01-1 ul li {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 500;
  width: calc(33.3% - 8px);
  background-color: #fff;
  padding: 12px 0 12px 9%;
  position: relative;
}
.reason .point01 .point01-1 ul li::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  background-color: #ea5800;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 22px;
  line-height: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason .point01 .point01-1 ul li:nth-of-type(1)::before {
  content: "1";
}
.reason .point01 .point01-1 ul li:nth-of-type(2)::before {
  content: "2";
}
.reason .point01 .point01-1 ul li:nth-of-type(3)::before {
  content: "3";
}
.reason .point01 .point01-2 h5, .reason .point01 .point01-2 p {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.reason .point01 .point01-2 p {
  font-size: 20px;
}
.reason .point01 .point01-2 small {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 26px 0;
  line-height: 1.7;
  font-weight: 500;
}
.reason .point01 .point01-3 {
  text-align: center;
  position: relative;
}
.reason .point01 .point01-3 img {
  width: 100%;
}
.reason .point01 .point01-3::before {
  content: "";
  background: url(../images/point01_360mark.png) no-repeat center/contain;
  position: absolute;
  top: -5%;
  right: -3%;
  width: 17%;
  height: 25%;
}
.reason .point01 .merit {
  margin: 0 auto;
  text-align: center;
}
.reason .point01 .merit img {
  margin-bottom: 32px;
  max-width: 848px;
  width: 100%;
}
.reason .point02 h4 {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 26px;
}
.reason .point02 h4 span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.reason .point02 h4 .col_o {
  font-size: 26px;
  padding: 8px 0;
  display: inline;
}
.reason .point02 .yanushi {
  background-color: #eceff1;
  padding: 30px 5.5%;
  position: relative;
  margin-right: 60px;
  font-weight: 500;
  max-width: 720px;
  margin: 0 auto;
}
.reason .point02 .yanushi::before {
  content: "";
  background: url("../images/smp.png") no-repeat center/contain;
  width: 22%;
  height: 110%;
  position: absolute;
  right: -40px;
  top: -3%;
}
.reason .point02 .yanushi h5 {
  font-size: 20px;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
.reason .point02 .yanushi h5 .yanushi_01 {
  display: block;
  font-size: 18px;
}
.reason .point02 .yanushi ul {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
}
.reason .point02 .yanushi ul li {
  font-size: 13px;
  width: 48%;
  line-height: 2;
  padding-left: 6px;
  letter-spacing: 0.08em;
  position: relative;
}
.reason .point02 .yanushi ul li:nth-of-type(2n-1) {
  width: 42%;
}
.reason .point02 .yanushi ul li::before {
  content: "";
  background: url("../images/check.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -16px;
}
.reason .point02 .yanushi p {
  letter-spacing: 0.08em;
}
.reason .point02 ol {
  max-width: 800px;
  margin: 60px auto 0;
}
.reason .point02 ol li {
  margin-top: 40px;
  letter-spacing: 0.08em;
}
.reason .point02 ol li:nth-of-type(1) h5::before {
  content: "1";
}
.reason .point02 ol li:nth-of-type(2) h5::before {
  content: "2";
}
.reason .point02 ol h5 {
  position: relative;
  font-size: 24px;
  background-color: #fdfbe6;
  padding: 5px 0 5px 64px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ea5800;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.reason .point02 ol h5:before {
  content: "";
  width: 48px;
  height: 100%;
  position: absolute;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  background-color: #349276;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 22px;
  line-height: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason .point02 ol p, .reason .point02 ol figure {
  padding: 0 36px;
}
.reason .point02 ol .col_o {
  display: block;
}
.reason .point02 ol figure {
  margin-top: 22px;
}
.reason .point02 ol p {
  font-weight: 500;
}
.reason .point02 ol.ol_flex {
  margin: 0 auto;
}
.reason .point02 ol.ol_flex li:nth-of-type(1) h5::before {
  content: "3";
}
.reason .point02 ol.ol_flex li:nth-of-type(2) h5::before {
  content: "4";
}
.reason .point02 ol.ol_flex li:nth-of-type(3) h5::before {
  content: "5";
}
.reason .point02 ol.ol_flex li:nth-of-type(4) h5::before {
  content: "6";
}
.reason .point02 ol.ol_flex li p, .reason .point02 ol.ol_flex li figure, .reason .point02 ol.ol_flex li small {
  padding: 0 22px;
}
.reason .point02 ol.ol_flex li small {
  display: block;
  margin-top: 12px;
  color: #757575;
}
.reason .point02 ol.ol_flex li figure {
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .reason .inner {
    padding: 0 4% 5.5vw;
  }
  .reason .ttl_txt {
    text-align: left;
    font-size: 4vw;
    margin: 7vw auto;
  }
  .reason .content > ol > li {
    margin-top: 5.5vw;
  }
  .reason .content > ol > li h3 {
    text-align: center;
    line-height: 1.5;
    border-radius: 14px 14px 0 0;
    padding: 3vw 0 3.5vw;
    font-size: 5.5vw;
  }
  .reason .content > ol > li h3 .col_y {
    font-size: 6vw;
  }
  .reason .content > ol > li h3 .reason_point {
    display: block;
    width: fit-content;
    margin-right: auto;
    margin: 0 auto;
    font-size: 4vw;
  }
  .reason .content > ol > li .nayami {
    padding: 0;
    margin: 3vw auto 4vw;
  }
  .reason .content .ol_flex {
    display: block;
  }
  .reason .content .ol_flex li {
    width: auto;
  }
  .reason .point01 h4 {
    margin-bottom: 6vw;
  }
  .reason .point01 h4 span {
    font-size: 4.8vw;
  }
  .reason .point01 h4 .col_o {
    font-size: 5.5vw;
  }
  .reason .point01 .point_txt {
    text-align: left;
    font-size: 4vw;
    margin: 0 auto 5vw;
  }
  .reason .point01 .merit img {
    margin-bottom: 4vw;
  }
  .reason .point01 .point01-1 {
    margin: 5vw auto;
    padding: 3vw 5% 6vw;
  }
  .reason .point01 .point01-1 h5 {
    margin-bottom: 5.1vw;
    padding: 0 20%;
  }
  .reason .point01 .point01-1 h5 img {
    margin: 0 auto;
  }
  .reason .point01 .point01-1 ul {
    display: block;
  }
  .reason .point01 .point01-1 ul li {
    width: 100%;
    padding: 12px 0 12px 22%;
    margin-top: 3.6%;
    font-size: 5vw;
  }
  .reason .point01 .point01-1 ul li::before {
    width: 12vw;
    font-size: 5.8vw;
  }
  .reason .point01 .point01-2 h5 {
    font-size: 5.5vw;
  }
  .reason .point01 .point01-2 p {
    font-size: 4.33vw;
  }
  .reason .point01 .point01-2 small {
    text-align: left;
    padding: 5vw 0;
    font-size: 3.5vw;
  }
  .reason .point01 .point01-3 {
    position: relative;
  }
  .reason .point01 .point01-3::before {
    content: "";
    background: url(../images/point01_360mark_sp.png) no-repeat center/contain;
    position: absolute;
    top: -10%;
    right: -2%;
    width: 17%;
    height: 25%;
  }
  .reason .point02 h4 {
    font-size: 5.5vw;
    margin-bottom: 6vw;
  }
  .reason .point02 h4 .col_o {
    font-size: 5.5vw;
    display: block;
    padding: 1% 0 0;
    margin-bottom: 0;
  }
  .reason .point02 h4 span {
    font-size: 3.7vw;
    line-height: 1.5;
  }
  .reason .point02 .yanushi {
    padding: 6vw 4%;
  }
  .reason .point02 .yanushi:before {
    right: auto;
    left: 8%;
    bottom: 0;
    top: auto;
    width: 30%;
    height: 90%;
  }
  .reason .point02 .yanushi h5 {
    font-size: 4.33vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .reason .point02 .yanushi h5 .yanushi_01 {
    font-size: 3.4vw;
  }
  .reason .point02 .yanushi h5 .col_o {
    font-size: 5vw;
  }
  .reason .point02 .yanushi ul {
    display: block;
    width: 55%;
    margin: 5.5vw 4%;
    margin-left: auto;
  }
  .reason .point02 .yanushi ul li {
    width: 100%;
    line-height: 1.4;
    padding-top: 2%;
    font-size: 3.125vw;
  }
  .reason .point02 .yanushi ul li:before {
    top: 12%;
    transform: none;
  }
  .reason .point02 .yanushi ul li:nth-of-type(2n-1) {
    width: 100%;
  }
  .reason .point02 .yanushi p {
    font-size: 3.4vw;
    text-align: center;
    line-height: 1.5;
  }
  .reason .point02 ol {
    margin: 0 auto;
  }
  .reason .point02 ol li {
    margin-top: 5.5vw;
  }
  .reason .point02 ol li h5 {
    font-size: 5.5vw;
    padding: 0.5em 0 0.5em 18%;
    margin: 4.3vw auto;
  }
  .reason .point02 ol li h5::before {
    width: 13vw;
    font-size: 6vw;
  }
  .reason .point02 ol li:nth-of-type(2) figure {
    padding: 0 4%;
  }
  .reason .point02 ol p {
    padding: 0;
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.14em;
  }
  .reason .point02 ol figure {
    padding: 0;
    margin-top: 5.5vw;
  }
  .reason .point02 ol.ol_flex li figure {
    padding: 0;
    margin-bottom: 4.3vw;
  }
  .reason .point02 ol.ol_flex li p {
    padding: 0;
  }
  .reason .point02 ol.ol_flex li small {
    padding: 0;
    margin-top: 0.5em;
  }
  .reason .point02 ol.ol_flex li:nth-of-type(3) .col_o {
    display: inline;
  }
  .reason .content ol.ol_flex .inner {
    padding: 0 4% 5vw;
  }
  .reason .content ol.ol_flex li .point_txt {
    padding: 0;
  }
  .reason .content ol.ol_flex li .point_txt ul {
    padding: 4.3vw 0 0;
  }
  .reason .content ol.ol_flex li .point_txt ul li {
    font-size: 4vw;
  }
  .reason .content ol.ol_flex li .point_txt p {
    font-size: 4.33vw;
  }
  .reason .content ol.ol_flex li small {
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
/* ======================== 
income
======================== */
.income h2 {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.income h2 img {
  margin: 0 auto;
}
.income ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 768px;
  margin: 0 auto;
}
.income ul li {
  width: calc(50% - 23px);
  border: 2px solid #fbc0a8;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  padding: 30px;
  margin-top: 32px;
}
.income ul li h3 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  padding-left: 32px;
  margin: 0 auto;
  width: fit-content;
}
.income ul li h3::before {
  content: "";
  position: absolute;
  background: url(../images/rent.png) no-repeat center/contain;
  width: 26px;
  height: 43px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.income ul li h3 span {
  font-size: 16px;
}
.income ul li figure {
  margin: 22px auto 0;
}
.income small {
  display: block;
  text-align: right;
  padding: 4% 0 0;
}
.income div {
  margin-top: 22px;
}
.income div dl {
  display: flex;
  align-items: flex-start;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 15px;
}
.income div dl dt {
  flex-basis: 30%;
  font-weight: 400;
}
.income div dl .year {
  letter-spacing: 0.55em;
}

@media screen and (max-width: 768px) {
  .income ul {
    display: block;
  }
  .income ul li {
    width: 100%;
    padding: 5vw 4.3vw 6vw;
    margin-top: 5.5vw;
    min-height: 128vw;
    border: 2px solid #ea5800;
  }
  .income ul li figure {
    margin-top: 4.3vw;
  }
  .income ul li h3 {
    font-size: 12vw;
    padding-left: 10vw;
  }
  .income ul li h3::before {
    content: "";
    position: absolute;
    background: url(../images/rent_sp.png) no-repeat center/contain;
    top: 54%;
    width: 7vw;
    height: 100%;
    transform: translate(0, -50%);
    left: 0;
  }
  .income ul li h3 span {
    font-size: 4vw;
  }
  .income div {
    margin-top: 0;
  }
  .income div dl {
    margin-top: 4%;
    font-size: 4vw;
  }
  .income div dl dd p {
    font-size: 4vw;
  }
  .income small {
    font-size: 3vw;
  }
}
/* ======================== 
customer
======================== */
.customer {
  background-color: #fff9bc;
  position: relative;
  z-index: 0;
}
.customer:before {
  content: "";
  background: url("../images/customer_bg.png") no-repeat top center/contain;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 60%;
  height: 60%;
  z-index: -1;
  margin: 0 auto;
}
.customer .content {
  padding-top: 40px;
}
.customer h2 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.customer h2 img {
  margin: 0 auto;
}
.customer ul {
  max-width: 800px;
  margin: 0 auto;
}
.customer ul li {
  background-color: #fff;
  margin-top: 32px;
  padding: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px 16px 0 0;
  border: 2px solid #e4d691;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.7;
}
.customer ul li div {
  width: 80%;
  padding-right: 2%;
}
.customer ul li div.person {
  width: 20%;
  text-align: center;
  padding: 0;
}
.customer ul li div.person img {
  display: block;
  padding: 2% 35px;
}

@media screen and (max-width: 768px) {
  .customer .content {
    padding: 8vw 4%;
  }
  .customer::before {
    width: 100%;
    height: 100%;
  }
  .customer h2 {
    width: 50%;
    margin: 0 auto;
  }
  .customer ul li {
    display: block;
    margin-top: 5.5vw;
    padding: 5vw 4.3vw 6vw;
    min-height: 120vw;
    border: 2px solid #e4d691;
  }
  .customer ul li div {
    width: 100%;
    padding-right: 0;
    font-size: 4.33vw;
  }
  .customer ul li div.person {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .customer ul li div.person img {
    width: 20%;
    padding: 0;
    height: auto;
  }
  .customer ul li div.person p {
    padding-left: 1em;
    font-weight: 600;
  }
  .customer ul li div.customer_txt {
    margin-top: 3.4vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
/* ======================== 
shop
======================== */
.shop h2 {
  text-align: center;
}
.shop h2 img {
  margin: 0 auto;
}
.shop .shop_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.shop .shop_wrap h3 {
  background-color: #ea5800;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  border-radius: 12px 12px 0 0;
  font-size: 24px;
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-top: 50px;
}
.shop .shop_wrap div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.shop .shop_wrap div ul li {
  width: 50%;
  text-align: center;
  margin-top: 38px;
}
.shop .shop_wrap div ul li p {
  font-size: 20px;
  letter-spacing: 0.09em;
  font-weight: 500;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .shop h2 {
    padding: 0 6%;
  }
  .shop .shop_wrap h3 {
    margin-top: 5.5vw;
    font-size: 5vw;
    padding: 0.4em 0;
  }
  .shop .shop_wrap div ul {
    justify-content: space-between;
  }
  .shop .shop_wrap div ul li {
    margin-top: 4.3vw;
    width: 49%;
  }
  .shop .shop_wrap div ul li p {
    font-size: 4vw;
    margin-top: 0.6em;
  }
}
/* ======================== 
flow
======================== */
.flow {
  position: relative;
}
.flow::before {
  content: "";
  position: absolute;
  background: url(../images/flow_bg.png) no-repeat center bottom/contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.flow h2 {
  font-size: 48px;
  letter-spacing: 0.14em;
  color: #349276;
  font-weight: 700;
  text-align: center;
}
.flow ol {
  max-width: 680px;
  margin: 50px auto 0;
}
.flow ol > li {
  display: flex;
  margin-top: 32px;
  border: 2px solid #349276;
  border-radius: 12px 0 0 12px;
  align-items: center;
  background-color: #fff;
  position: relative;
}
.flow ol > li::before {
  content: "";
  position: absolute;
  background: url(../images/flow_arr.png) no-repeat center/contain;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 20px;
  bottom: -20px;
}
.flow ol > li:nth-last-of-type(1) {
  background-color: #349276;
}
.flow ol > li:nth-last-of-type(1)::before {
  content: none;
}
.flow ol > li:nth-last-of-type(1) div:nth-of-type(1) {
  color: #fff;
}
.flow ol > li:nth-last-of-type(1) div:nth-of-type(1)::before {
  color: #fff;
}
.flow ol > li:nth-last-of-type(1) div:nth-of-type(2) {
  background-color: #fff;
}
.flow ol > li div:nth-of-type(1) {
  font-size: 32px;
  font-weight: 500;
  color: #349276;
  min-width: 72px;
  text-align: center;
}
.flow ol > li div:nth-of-type(1)::before {
  content: "STEP";
  display: block;
  font-size: 16px;
  letter-spacing: 0.09em;
  margin: 0 auto;
  padding-left: 0.09em;
}
.flow ol > li div:nth-of-type(1) span {
  display: block;
}
.flow ol > li div:nth-of-type(2) {
  border-left: 2px solid #349276;
  padding: 24px;
}
.flow ol > li div:nth-of-type(2) p, .flow ol > li div:nth-of-type(2) dl, .flow ol > li div:nth-of-type(2) ul {
  margin-top: 16px;
  letter-spacing: 0.09em;
  font-size: 16px;
  line-height: 1.5;
}
.flow ol > li div:nth-of-type(2) a {
  font-weight: 600;
  text-decoration: underline;
}
.flow ol > li div:nth-of-type(2) dt, .flow ol > li div:nth-of-type(2) li {
  font-weight: 500;
  color: #ea5800;
  background-color: #fff9bc;
  display: inline-block;
  padding: 0 1%;
}
.flow ol > li div:nth-of-type(2) li {
  display: block;
  width: fit-content;
  margin-bottom: 1%;
}
.flow ol > li div:nth-of-type(2) dd {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1%;
}
.flow ol > li div:nth-of-type(2) dd img {
  margin-top: 1%;
}
.flow ol > li div:nth-of-type(2) .st05 dt:before, .flow ol > li div:nth-of-type(2) .st05 li:before {
  content: "⚫︎";
  color: #ea5800;
  display: inline;
}
.flow h3 {
  font-size: 24px;
  color: #349276;
  font-weight: 600;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 768px) {
  .flow:before {
    background: url(../images/flow_bg_sp.png) no-repeat center bottom/contain;
  }
  .flow h2 {
    font-size: 8.5vw;
  }
  .flow ol {
    margin-top: 8vw;
  }
  .flow ol > li {
    margin-top: 8vw;
  }
  .flow ol > li div:nth-of-type(1) {
    min-width: 12%;
    font-size: 5.5vw;
  }
  .flow ol > li div:nth-of-type(1):before {
    content: "";
    width: 3vw;
    height: 100%;
    background: url(../images/step.png) no-repeat center/contain;
    position: absolute;
    top: -3vw;
    left: calc(6% - 1.5vw);
  }
  .flow ol > li div:nth-of-type(1) span {
    padding-top: 20vw;
    font-weight: 600;
  }
  .flow ol > li div:nth-of-type(2) {
    padding: 4.33vw;
  }
  .flow ol > li div:nth-of-type(2) p {
    font-size: 4vw;
    margin-top: 0.6em;
  }
  .flow ol > li div:nth-of-type(2) dt {
    font-size: 4vw;
  }
  .flow ol > li div:nth-of-type(2) dd {
    font-size: 3.8vw;
  }
  .flow ol > li div:nth-of-type(2) ul li {
    font-size: 4vw;
  }
  .flow ol > li:nth-last-of-type(1) div:nth-of-type(1)::before {
    content: "";
    width: 3vw;
    height: 100%;
    background: url(../images/step_w.png) no-repeat center/contain;
    position: absolute;
    top: -3vw;
    left: calc(6% - 1.5vw);
  }
  .flow h3 {
    font-size: 5vw;
  }
}
/* ======================== 
faq
======================== */
.faq h2 {
  font-size: 48px;
  letter-spacing: 0.14em;
  color: #154562;
  font-weight: 700;
  text-align: center;
}
.faq .faq_wrap {
  max-width: 800px;
  margin: 42px auto 0;
}
.faq .faq_wrap .faq_list {
  margin-top: 32px;
  transition: 0.4s ease;
}
.faq .faq_wrap .faq_list:nth-of-type(8) .faq_a {
  padding: 28px 4% 9px;
}
.faq .faq_wrap .faq_list:nth-of-type(8) .faq_a b {
  margin-bottom: 0.4em;
}
.faq .faq_wrap .faq_list:nth-of-type(8) .faq_a p {
  margin-bottom: 1.2em;
}
.faq .faq_wrap .faq_q {
  display: flex;
  align-items: center;
  color: #154562;
  background-color: #fff;
  padding: 8px 28px;
  border-radius: 12px;
  border: 3px solid #154562;
  font-weight: 600;
  position: relative;
  padding-right: 78px;
  cursor: pointer;
}
.faq .faq_wrap .faq_q:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #154562;
  border-radius: 10px;
  right: 28px;
}
.faq .faq_wrap .faq_q:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 41px;
  top: 50%;
  transform: translate(0, -60%) rotate(135deg);
  -webkit-transform: translate(0, -60%) rotate(135deg);
}
.faq .faq_wrap .faq_q span {
  background-color: #154562;
  color: #fff;
  border-radius: 50%;
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 1.5;
  text-align: center;
  font-size: 24px;
}
.faq .faq_wrap .faq_q h3 {
  font-size: 20px;
  letter-spacing: 0.09em;
  padding-left: 0.8em;
}
.faq .faq_wrap .faq_a {
  display: none;
  letter-spacing: 0.09em;
  border: 3px solid #154562;
  border-top: none;
  padding: 28px 4% 20px;
  line-height: 1.6;
}
.faq .faq_wrap .faq_a b {
  font-size: 20px;
  color: #154562;
  font-weight: 600;
  margin-bottom: 1em;
  display: block;
}
.faq .faq_wrap .faq_a p {
  font-size: 16px;
  margin-bottom: 0.6em;
}
.faq .faq_wrap .faq_q.open {
  background-color: #154562;
  border-radius: 12px 12px 0 0;
}
.faq .faq_wrap .faq_q.open span {
  background-color: #fff;
  color: #154562;
}
.faq .faq_wrap .faq_q.open h3 {
  color: #fff;
}
.faq .faq_wrap .faq_q.open:before {
  background-color: #fff;
}
.faq .faq_wrap .faq_q.open:after {
  border-top: 3px solid #154562;
  border-right: 3px solid #154562;
  transform: translate(0, -25%) rotate(-45deg);
  -webkit-transform: translate(0, -25%) rotate(-45deg);
}
.faq .faq_wrap .faq_a.open {
  display: block;
}

@media screen and (max-width: 768px) {
  .faq h2 {
    font-size: 8.5vw;
  }
  .faq .faq_wrap {
    margin-top: 8vw;
  }
  .faq .faq_wrap .faq_list {
    margin-top: 5.5vw;
  }
  .faq .faq_wrap .faq_list:nth-of-type(8) .faq_a {
    padding: 5vw 4% 1vw;
  }
  .faq .faq_wrap .faq_list:nth-of-type(8) .faq_a b {
    margin-bottom: 0.4em;
  }
  .faq .faq_wrap .faq_list:nth-of-type(8) .faq_a p {
    margin-bottom: 1.2em;
  }
  .faq .faq_wrap .faq_q {
    border: 2px solid #154562;
    padding: 4vw 14vw 4vw 4vw;
  }
  .faq .faq_wrap .faq_q:before {
    right: 4.33vw;
    width: 8.5vw;
    height: 8.5vw;
    border-radius: 8px;
  }
  .faq .faq_wrap .faq_q:after {
    right: 7vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .faq .faq_wrap .faq_q h3 {
    font-size: 4.33vw;
    padding-left: 0.6em;
    line-height: 1.5;
  }
  .faq .faq_wrap .faq_q span {
    font-size: 5vw;
    width: 9vw;
    height: 9vw;
    min-width: 9vw;
  }
  .faq .faq_wrap .faq_a {
    border: 2px solid #154562;
    padding: 5vw;
  }
  .faq .faq_wrap .faq_a b {
    font-size: 4.33vw;
    margin-bottom: 2vw;
  }
  .faq .faq_wrap .faq_a p {
    font-size: 3.5vw;
    margin-bottom: 0.4em;
  }
}
/* ======================== 
summary
======================== */
.summary {
  background: url(../images/summary_bg.png) no-repeat center/cover;
}
.summary h2, .summary p {
  text-align: center;
}
.summary h2 img, .summary p img {
  margin: 0 auto;
}
.summary .sum01 {
  margin-bottom: 48px;
}
.summary .sum02 {
  margin-bottom: 38px;
}
.summary .sum04 {
  color: #349276;
  font-size: 32px;
  font-weight: 600;
  background-color: #fff;
  padding: 24px 0;
  margin: 26px auto 10px;
  max-width: 800px;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
.summary .sum04 span {
  color: #154562;
  font-size: 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  .summary .sum01 {
    margin-bottom: 5.5vw;
  }
  .summary .sum02 {
    margin-bottom: 3vw;
  }
  .summary .sum04 {
    margin: 4vw auto 0.1px;
    font-size: 6.5vw;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.08em;
    padding: 5.5vw 2%;
  }
  .summary .sum04 span {
    font-size: 4vw;
    margin-bottom: 0.2em;
    letter-spacing: 0.06em;
  }
}
/* ======================== 
footer
======================== */
footer small {
  text-align: center;
  display: block;
  padding: 26px 0;
}

@media screen and (max-width: 768px) {
  footer small {
    padding: 1em 0;
  }
}
/* ======================== 
スライダー追記
======================== */
@media screen and (max-width: 768px) {
  .income ul.slick-dots, .customer ul.slick-dots {
    margin: 0 auto;
  }
  .income ul.slick-dots > li, .customer ul.slick-dots > li {
    display: inline-flex;
    width: auto;
    padding: 0;
    border: none;
    background-color: transparent;
    min-height: auto;
  }
  .income .content {
    padding-right: 10%;
    padding-left: 10%;
  }
  .income h2 {
    margin-right: -4%;
    margin-left: -4%;
  }
  .customer .customer_inner {
    padding-right: 6%;
    padding-left: 6%;
  }
  .slick-arrow:before {
    content: "";
  }
  .slick-prev,
  .slick-next {
    width: 7vw;
    height: 14vw;
  }
  .slick-prev::after,
  .slick-next::after {
    content: "";
    position: absolute;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 3.2vw;
    height: 3.2vw;
    top: 50%;
  }
  .slick-prev {
    border-radius: 7vw 0 0 7vw;
  }
  .slick-prev::after {
    right: 8%;
    transform: translate(0, -50%) rotate(225deg);
    -webkit-transform: translate(0, -50%) rotate(225deg);
  }
  .slick-next {
    border-radius: 0 7vw 7vw 0;
  }
  .slick-next::after {
    left: 8%;
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
  }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #ea5800;
  }
  .slick-next {
    right: -8.5%;
    background-color: #ea5800;
    z-index: 1;
  }
  .slick-prev {
    left: -8.5%;
    background-color: #ea5800;
    z-index: 1;
  }
  .slick-dots li.slick-active button:before,
  .slick-dots li button:before {
    color: #ea5800;
  }
  .slick-dots li button:before {
    font-size: 2.4vw;
  }
  .slick-dots li button {
    width: 3vw;
  }
  .slick-dots {
    bottom: -6%;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 8vw;
  }
  .customer .slick-prev:hover, .customer .slick-prev:focus, .customer .slick-next:hover, .customer .slick-next:focus {
    background-color: #cdbe69;
  }
  .customer .slick-next {
    right: -8.5%;
    background-color: #cdbe69;
    z-index: 1;
  }
  .customer .slick-prev {
    left: -8.5%;
    background-color: #cdbe69;
    z-index: 1;
  }
  .customer .slick-dots li.slick-active button:before,
  .customer .slick-dots li button:before {
    color: #cdbe69;
  }
  .customer .slick-dots {
    bottom: 4%;
  }
  .customer .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */