@charset "UTF-8";

:root {
  --main-color: #0e43b7;
  --accent-color: #22a15d;
  --accent-color3: #a68800;
  --sub-color1: #e60012;
  --sub-color2: #0068b7;
  --sub-color3: #d2d7da;
  --light-base-color1: #f2f9ff;
  --light-base-color2: #e8f8de;
}

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
img {
  vertical-align: bottom;
}
.cont {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.s {
  position: relative;
}
.s::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #ccc;
  border-right: 30px solid transparent;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.pc_only {
  display: none;
}
.dis_none {
  display: none !important;
}
span.fs_s {
  font-size: 14px;
}
html,
body {
  font-family: "Noto Sans JP", sans-serif !important;
  margin: 0;
  padding: 0;
  font-size: 3.4vw;
}
img {
  max-width: 100%;
}

/*fv*/
.cam_fv {
}
.cam_fv img {
  width: 100%;
}

/* 
cta */
.cta {
  background: url(../img/sp/cta-bg.png);
  background-size: cover;
  text-align: center;
  padding: 6.5vw 5vw;
}
.cta-btn {
  margin-top: 6vw;
}
.cta-push h2 {
  margin-bottom: 7vw;
}

/* 
cta-push */
.cta-push {
  padding: 7.2vw 5vw 3.6vw;
  background: url(../img/sp/cta-push-bg-top.png) top center no-repeat;
  background-size: contain;
}
.sec04.cta {
  position: relative;
  padding-top: 90px; /* 三角形分のスペースを上部に確保 */
  z-index: 0;
}

/* 下向きの白い三角形を内部に配置 */
/* 白い下向き三角形 */
.sec04.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 18vw solid white; /* ↓ここを border-top にすることで「下向き」 */
  z-index: 1;
}

/* 
sec02 */
.sec02 {
  padding: 10vw 5vw;
  position: relative;
}
.sec02::before,
.sec02::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 53vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.sec02::before {
  top: 0;
  background-image: url(../img/sp/sec02-bg-top.png);
}
.sec02::after {
  bottom: 0;
  background-image: url(../img/sp/sec02-bg-btm.png);
}
.sec02-ti-txt01,
.sec02-ti-txt02 {
  text-align: center;
  line-height: 1.6;
}
.sec02-ti-txt01 {
  font-size: 5vw;
  text-align: left;
  margin-top: 1.4em;
}
.sec02-ti-txt01 b {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--sub-color2);
  text-underline-offset: 8px;
}
.sec02-ti-txt02 {
  font-size: 6vw;
  text-align: left;
  margin-top: 0.4em;
  line-height: 1.2;
}
.sec02-ti-txt02 b span {
  color: var(--sub-color1);
}
.sec02-item {
  background: url(../img/sp/sec02-item-bg.png) no-repeat top center
    var(--sub-color2);
  background-size: contain;
  position: relative;
  border-radius: 7.2vw;
  padding: 10.8vw 5vw;
}
.sec02-item h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 6.5vw;
}
.sec02-img01-box {
  color: #fff;
  align-items: center;
}
.sec02-img01 {
  text-align: center;
  position: relative;
  top: 12.4vw;
  z-index: 1;
  margin: 0 auto 0;
  width: 54vw;
  margin-top: -4vw;
}

.sec02-item-txt {
}
.sec02-item-txt h4 {
  font-size: 5.5vw;
  text-align: center;
  font-weight: bold;
  margin-top: 11vw;
}
.sec02-item-txt p {
  font-size: 4vw;
  margin-top: 0.6em;
  line-height: 1.8;
}
.sec02-list {
  color: #fff;
}
.sec02-list ul {
}
.sec02-list ul li {
  margin-top: 7.3vw;
}
.sec02-list h4 {
  font-size: 4.8vw;
  margin-bottom: 0.5em;
  text-align: center;
}
.sec02-list p {
  font-size: 4vw;
  margin-top: 0.5em;
  line-height: 1.8;
}
.sec02-list-img img{
  width: 100%;
}

/* 
sec05 */
.sec05 {
  background: url(../img/sp/sec05-bg-top.png) top center no-repeat #fcfaf1;
  padding: 10vw 5vw;
}
.sec05 h2 {
  text-align: center;
}
.sec05-box {
  background: #fff;
  position: relative;
  z-index: 0;
  margin-top: 16.8vw;
  padding: 5vw;
}
.sec05-box h3 {
  text-align: center;
}
/* 上向きの三角形（白） */
.sec05-box::before {
  content: "";
  position: absolute;
  bottom: 100%; /* 上部に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 16.8vw solid #fff; /* 上向き → border-bottom に色 */
  z-index: -1;
}
.sec05-box h3 {
  text-align: center;
}
.sec05-sub-txt01 ul {
  margin-top: 6vw;
}
.sec05-sub-txt01 ul li {
  text-align: center;
}
.sec05-sub-txt01 ul li:first-child {
  margin-bottom: 4.8vw;
}
.sec05-sub-txt02 {
  margin-top: 2em;
  line-height: 2;
}
.sec05-list ul {
  margin-top: 8.3vw;
}
.sec05-list ul li {
  margin-bottom: 12vw;
}
.sec05-list ul li:last-child {
  margin-bottom: 0;
}
.sec05-list-img,
.sec05-list-txt {
  box-sizing: border-box;
}
.sec05-list-img {
  margin-bottom: 1em;
}

.sec05-list-txt dl dt {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #a68800;
  padding-bottom: 10px;
}
.sec05-list-txt dl dd {
  margin-top: 1em;
  line-height: 2;
}
@media (max-width: 1100px) {
  .sec05-box {
    padding: 0 4vw 4vw;
  }
  .sec05-box::before {
    border-left: 45vw solid transparent;
    border-right: 45vw solid transparent;
  }
}

/* 
sec06 */
.sec06 {
  background: url(../img/sp/sec06-bg.png) top no-repeat #eeedeb;
  background-size: contain;
  padding: 10vw 5vw;
}
.sec06 h2 {
  text-align: center;
}
.sec06-list {
  margin-top: 6vw;
}
.sec06-list li {
  padding: 10vw 5vw;
  border-radius: 7.6vw;
  box-shadow: 0 0 5vw 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 5vw;
}
.sec06-list li:last-child {
  margin-bottom: 0;
}
.sec06-list li:first-child {
  background: var(--light-base-color1);
}
.sec06-list li:nth-child(2) {
  background: var(--light-base-color2);
}
.sec06-list-ti-box {
}
.sec06-list-ti {
  background: #fff;
}
.sec06-list-ti h3 {
  padding: 0.8em 1em;
  margin-bottom: 1em;
  font-size: 5.7vw;
}
.sec06-list li:first-child .sec06-list-ti {
  border-left: solid 5px var(--main-color);
}
.sec06-list li:nth-child(2) .sec06-list-ti {
  border-left: solid 5px var(--accent-color);
}
.sec06-list-ti span {
  display: block;
  font-size: 6.7vw;
}
.sec06-list li:first-child .sec06-list-ti span {
  color: var(--main-color);
}

.sec06-list li:nth-child(2) .sec06-list-ti span {
  color: var(--accent-color);
}
.sec06-list-ti-box-sp {
  display: flex;
}
.sec06-list-img,
.sec06-list-txt {
  flex: 1;
}
.sec06-list-txt h4 {
  font-size: 4.8vw;
  padding-left: 1em;
}
.sec06-list-txt-p {
  margin-top: 1em;
}

.sec06-list li:first-child .sec06-list-txt h4 {
  color: var(--main-color);
}
.sec06-list li:nth-child(2) .sec06-list-txt h4 {
  color: var(--accent-color);
}
.sec06-list-btn {
  text-align: center;
}
.sec06-list-btn a {
  display: inline-block;
  padding: 0.8em 4.4em 0.8em 2.2em;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2em;
  font-size: 4.8vw;
  color: #fff;
  margin-top: 1.2em;
  line-height: 1;
  background-size: 10vw 5vw; /* ご希望サイズに応じて調整 */
}
.sec06-list li:first-child .sec06-list-btn a {
  background: url("../img/pc/cta-arrow-btm.png") no-repeat right 2.5em center
    var(--main-color);
  /* border:4px solid var(--main-color); */
}
.sec06-list li:nth-child(2) .sec06-list-btn a {
  background: url("../img/pc/cta-arrow-btm.png") no-repeat right 2.5em center
    var(--accent-color);
}

.sec07,
.sec08 {
  padding: 14vw 5vw 10vw;
}
.sec07 {
  background: url(../img/pc/sec07-bg-top.png) top center no-repeat
    var(--light-base-color1);
}
.sec08 {
  background: url(../img/pc/sec08-bg.png) top center no-repeat
    var(--light-base-color2);
}
.sec07 h2,
.sec08 h2 {
  margin-bottom: 5vw;
}
.sec07 .bg-white,
.sec08 .bg-white {
  background: #fff;
  padding: 5vw 5vw 10vw;
}
.sec07-txt {
  line-height: 1.8;
}
.sec07-list h3,
.sec08-list h3 {
  margin-top: 2em;
  font-size: 5.5vw;
  font-weight: bold;
  padding: 0.8em 0;
  line-height: 1;
  text-align: center;
}
.sec07-list h3 {
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
}
.sec08-list h3 {
  border-top: 2px solid var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
}
.sec07-list ul,
.sec08-list ul {
  margin-top: 6vw;
}

.sec07-list ul li,
.sec08-list ul li {
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 10vw;
}
.sec07-list ul li:last-child,
.sec08-list ul li:last-child{
  margin-bottom: 0;
}
.sec07-list-img,
.sec08-list-img {
}
.sec07-list-txt,
.sec08-list-txt {
}
.sec07-list-txt dl dt,
.sec08-list-txt dl dt {
  font-weight: bold;
  font-size: 4.8vw;
  text-align: center;
  margin: 1em 0 0.6em;
  line-height: 1;
}
.sec07-list-txt dl dt {
  color: var(--main-color);
}
.sec08-list-txt dl dt {
  color: var(--accent-color);
}
.sec07-list-txt dl dd,
.sec08-list-txt dl dd {
  line-height: 1.8;
  font-size: 3.8vw;
}

.sec07-list-img02,
.sec08-list-img02 {
  margin-top: 24px;
  text-align: center;
}

/* 
sec10 */
.sec10 {
  background: #fdfbed;
  padding: 10vw 5vw;
}
.sec10-pop01 {
  text-align: center;
  max-width: 52%;
  margin: 0 auto 5vw;

}
.sec10-box01,
.sec10-box02 {
  background: #fff;
  border: solid 5px #d2d7da;
  border-radius: 30px;
  overflow: hidden;
}
.sec10-ti01 {
  background: var(--accent-color3);
  padding: 5vw;
  text-align: center;
}
.sec10-box01-pad,
.sec10-box02-pad {
  padding: 5vw;
}
.sec10-img01 {
  text-align: center;
}
.sec10-box01-txt {
  position: relative;
}
.sec10-img02 {
  position: relative;
  top: -2vw;
  width: 67.8vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec10-box01-txt {
  text-align: center;
}
.sec10-box01-txt01 {
  margin-top: ;
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1.4;
}
.sec10-box01-txt02 {
  margin-top: 0.5em;
  font-size: 4.8vw;
  font-weight: bold;
  color: var(--accent-color3);
}
.sec10-box01-txt02 span {
    font-size: 0.5em;
    position: relative;
    top: -1em;
}
.sec10-box01-txt h3 {
  margin-top: 0.5em;
  line-height: 1;
  font-size: 7.7vw;
  font-weight: bold;
  color: var(--sub-color1);
  line-height: 1;
}
.sec10-box01-txt03 {
  margin-top: 1em;
  line-height: 1.6;
  text-align: left;
}
.sec10-box01-txt04 {
  margin-top: 1em;
  font-size: 3.3vw;
  line-height: 1.6;
  text-align: left;
}
.sec10-pop02 {
  width: 58vw;
  text-align: center;
  margin: 8vw auto;
}
.sec10-ti02 {
  background: var(--main-color);
  padding: 5vw;
  text-align: center;
}
.sec10-img03 {
  margin: 0 auto ;
  text-align: center;
}
.sec10-box01-txt05 {
  margin-top: 2em;
  padding: 0 ;
  font-size: 3.3vw;
  line-height: 1.6;
  text-align: left;
}

/* 
flyer */

/* 
sec 共通 */

/* 
共通 */

.guarantee {
  padding: 80px 0;
}
.guarantee h3 {
  text-align: center;
}
.guarantee ul {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.cam_cont4_0__img {
  margin-top: 20px;
}
.btn_scroll {
  transition: 0.5s;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  opacity: 0;
}
.btn_scroll.active {
  opacity: 1;
  transition: 0.5s;
}

@media screen and (max-width: 1100px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 768px) {
  section.guarantee {
    padding: 5vw;
  }
  .guarantee ul {
    margin: 3vw auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列に分割 */
    gap: 10px; /* 余白調整 */
  }
  .guarantee ul li {
    width: 100%; /* 親のグリッドサイズに合わせる */
  }
  .btn_scroll {
    position: fixed;
    right: 20px;
    bottom: 9vh;
    z-index: 99999;
  }
  .btn_scroll img {
    max-width: 20vw;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --base_fs: 3.7vw;
    --base_lh: 1.5;
  }
  header h1 {
    font-size: 1em;
  }
  p {
    font-size: 3.8vw;
  }
}
