@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

body * {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

ol,
li {
  list-style-type: none;
}

body {
  color: #333333;
  font-size: 20px;
  margin: 0;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  text-align: justify;
}

.btn {
  transition: filter 0.3s;
}

.btn:hover {
  filter: brightness(110%);
  transition: filter 0.3s;
}

@media screen and (min-width: 1080px) {
  .sp:not(:root) {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .pc:not(:root) {
    display: none;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

@media screen and (min-width: 1080px) {
  .outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.green {
  color: #00AC1C;
}

.orange {
  color: #EA5529;
}

figure {
  margin: 0;
}

img {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .wrapper {
    min-width: 1920px;
    margin: 0 auto;
  }
}

.bold {
  font-weight: 700;
}

@media screen and (min-width: 1080px) {
  .dot-text {
    padding-top: 0.4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em 0.6em;
    background-image: radial-gradient(0.1em 0.1em at center center, #EB5505, #EB5505 100%, transparent);
  }
}

.header {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: min(11.3333333333vw, 85px);
  padding: 0 min(2.6666666667vw, 20px) 0 min(4vw, 30px);
  margin: auto;
}
.header .header_logo {
  flex: 0 0 min(24vw, 180px);
}
.header .header_logoLink {
  display: block;
  transition: 300ms;
}
.header .header_logoLink:hover {
  opacity: 0.8;
}
.header .header_menuBtn {
  background-image: url("../img/sp/burger_open.png");
  background-position: center;
  background-size: min(11.2vw, 84px) min(11.2vw, 84px);
  width: min(11.2vw, 84px);
  height: min(11.2vw, 84px);
  flex: 0 0 min(11.2vw, 84px);
  transition: 300ms;
}
.header .header_menuBtn.-open {
  background-image: url("../img/sp/burger_close.png");
  width: 52px;
  z-index: 10;
}
.header .header_menuBtn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1080px) {
  .header {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .header .header_inner {
    height: 76px;
    padding: 0;
    max-width: 1060px;
  }
  .header .header_logo {
    flex: 0 0 160px;
  }
  .header .header_menuBtn {
    display: none;
  }
}

.footer {
  padding: min(10.6666666667vw, 80px) 0;
  text-align: center;
}
.footer img {
  width: min(42.9333333333vw, 322px);
}
.footer ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: min(6.9333333333vw, 52px) 0;
  gap: min(3.2vw, 24px);
  font-size: min(3.4666666667vw, 26px);
}
.footer_text, .footer_copy {
  font-size: min(2.6666666667vw, 20px);
  line-height: 1.5;
}
.footer_copy {
  margin-top: min(2.1333333333vw, 16px);
}
@media screen and (min-width: 1080px) {
  .footer {
    padding: 60px 0;
  }
  .footer img {
    width: 191px;
  }
  .footer ul {
    flex-direction: row;
    margin: 34px 0;
    gap: 14px;
    font-size: 16px;
    line-height: 1;
  }
  .footer ul li:nth-child(2) {
    border: 1px solid #333;
    border-width: 0 1px;
    padding: 0 14px;
  }
  .footer_text, .footer_copy {
    font-size: 12px;
  }
  .footer_copy {
    margin-top: 8px;
  }
}

.fv {
  height: min(143.6vw, 1077px);
  margin-top: min(11.3333333333vw, 85px);
  background: url("../img/sp/fv_bg.jpg") 50% 54%/cover no-repeat;
}
.fv_outer {
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto;
  padding: min(6.1333333333vw, 46px) 0 0;
}
.fv_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(3.2vw, 24px);
  font-size: min(4.5333333333vw, 34px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.fv_lead .--text01 {
  font-size: min(8.8vw, 66px);
}
.fv_lead .--text02 {
  font-size: min(10.6666666667vw, 80px);
  position: relative;
}
.fv_lead .--text02::after {
  content: "※";
  display: block;
  position: absolute;
  top: min(4vw, 30px);
  right: max(-1.8666666667vw, -14px);
  font-size: min(2.6666666667vw, 20px);
  font-weight: 400;
}
.fv_lead .--text03 {
  font-size: min(6.9333333333vw, 52px);
}
.fv_lead::before, .fv_lead::after {
  content: "";
  display: block;
  width: min(5.6vw, 42px);
  height: min(19.2vw, 144px);
  background: url(../img/common/fv_lead.svg) 0 0/contain no-repeat;
}
.fv_lead::after {
  transform: scale(-1, 1);
}
.fv h1 {
  width: fit-content;
  margin: 0 auto;
  font-size: min(7.2vw, 54px);
  line-height: 1.7;
  color: #fff;
  position: relative;
}
.fv h1 .--text01 {
  font-size: min(10.6666666667vw, 80px);
  border-bottom: min(1.3333333333vw, 10px) solid #FFDE00;
}
.fv h1 .--text02 {
  font-size: min(9.0666666667vw, 68px);
}
.fv h1::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: max(-3.2vw, -24px);
  width: min(27.4666666667vw, 206px);
  height: min(17.3333333333vw, 130px);
  background: url(../img/common/fv_area.png) 0 0/contain no-repeat;
}
.fv_list {
  display: flex;
  flex-direction: column;
  gap: min(2.6666666667vw, 20px);
  margin: min(3.2vw, 24px) 0 min(4.8vw, 36px);
}
.fv_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: min(1.3333333333vw, 10px);
  box-shadow: min(0.2666666667vw, 2px) min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) rgba(0, 0, 0, 0.16);
}
.fv_list li .--text01 {
  font-size: min(3.7333333333vw, 28px);
}
.fv_list li .--text02 {
  font-size: min(6.6666666667vw, 50px);
  line-height: 1.1;
  font-family: Arial, Helvetica, sans-serif;
  color: #EA5529;
}
.fv_list li .--text05 {
  font-size: min(3.7333333333vw, 28px);
}
.fv_list li .--text03 {
  font-size: min(2.6666666667vw, 20px);
}
.fv_list li .--text04 {
  font-size: min(4.8vw, 36px);
  color: #EA5529;
}
.fv_list li:nth-child(1) {
  width: min(49.3333333333vw, 370px);
  height: min(16.6666666667vw, 125px);
}
.fv_list li:nth-child(2) {
  width: min(33.8666666667vw, 254px);
  height: min(13.8666666667vw, 104px);
}
.fv_note {
  font-size: min(2.6666666667vw, 20px);
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  max-width: 89vw;
  padding: min(1.3333333333vw, 10px);
}
@media screen and (min-width: 1080px) {
  .fv {
    height: 584px;
    margin-top: 76px;
    background: url("../img/pc/fv_bg.jpg") 50% 0/1920px no-repeat;
  }
  .fv_outer {
    margin: 0 auto;
    padding: 40px 0 0;
    transform: translate(154px);
  }
  .fv_lead {
    justify-content: flex-start;
    gap: 20px;
    font-size: 30px;
  }
  .fv_lead .--text01 {
    font-size: 58px;
  }
  .fv_lead .--text02 {
    font-size: 70px;
    position: relative;
  }
  .fv_lead .--text02::after {
    top: 28px;
    right: -12px;
    font-size: 12px;
  }
  .fv_lead .--text03 {
    font-size: 46px;
  }
  .fv_lead::before, .fv_lead::after {
    width: 36px;
    height: 126px;
  }
  .fv h1 {
    font-size: 52px;
    line-height: 1.65;
  }
  .fv h1 .--text01 {
    font-size: 70px;
    border-bottom: 8px solid #FFDE00;
  }
  .fv h1 .--text02 {
    font-size: 64px;
  }
  .fv h1::after {
    bottom: -4px;
    width: 168px;
    height: 100px;
  }
  .fv_list {
    flex-direction: row;
    gap: 10px;
    margin: 14px 0 20px;
  }
  .fv_list li {
    border-radius: 10px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.16);
  }
  .fv_list li .--text01 {
    font-size: 24px;
  }
  .fv_list li .--text02 {
    font-size: 46px;
  }
  .fv_list li .--text05 {
    font-size: 28px;
  }
  .fv_list li .--text03 {
    font-size: 20px;
  }
  .fv_list li .--text04 {
    font-size: 36px;
  }
  .fv_list li:nth-child(1) {
    width: 320px;
    height: 116px;
  }
  .fv_list li:nth-child(2) {
    width: 254px;
    height: 116px;
  }
  .fv_note {
    font-size: 12px;
    /* color: #333; */
    background: none;
    max-width: 580px;
    padding: 0;
  }
}

.cv {
  text-align: center;
  padding-bottom: min(8.6666666667vw, 65px);
}
.cv.--02 {
  background: #FFF0DC;
}
.cv h2 {
  padding: min(6.1333333333vw, 46px);
  font-size: min(5.3333333333vw, 40px);
  background: #FFDE00;
}
.cv h2 .--text01 {
  font-size: min(6.4vw, 48px);
}
.cv h2 .--text02 {
  font-size: min(4.8vw, 36px);
}
.cv h2 .--text03 {
  font-size: min(5.3333333333vw, 40px);
}
.cv h2 .--color {
  color: #EA5529;
}
.cv_tel {
  margin: min(6.1333333333vw, 46px) 0 min(2.1333333333vw, 16px);
  font-size: min(7.7333333333vw, 58px);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.cv_tel a {
  color: #333;
  padding-left: min(12.6666666667vw, 95px);
  background: url(../img/common/icon_tel.svg) 0 50%/min(10.6666666667vw, 80px) no-repeat;
}
.cv_time {
  font-size: min(2.6666666667vw, 20px);
}
.cv_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(26.6666666667vw, 200px);
  width: min(92vw, 690px);
  height: min(14.6666666667vw, 110px);
  margin: min(3.7333333333vw, 28px) auto 0;
  background: url(../img/common/icon_arrow_1.svg) 93% 50%/min(1.8666666667vw, 14px) no-repeat, linear-gradient(180deg, #8ADE02 0%, #00AC1C 100%);
  box-shadow: 0 min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) rgba(0, 0, 0, 0.25);
  font-size: min(4.8vw, 36px);
  font-weight: 700;
  color: #fff;
  transition: all 0.2s;
  transform: translateZ(0);
}
.cv_btn a:hover {
  filter: brightness(115%);
}
@media screen and (min-width: 1080px) {
  .cv {
    padding-bottom: 40px;
  }
  .cv h2 {
    padding: 14px 0 18px;
    font-size: 32px;
  }
  .cv h2 .--text01 {
    font-size: 40px;
  }
  .cv h2 .--text02 {
    font-size: 24px;
  }
  .cv h2 .--text03 {
    font-size: 32px;
  }
  .cv h2 .--color {
    color: #EA5529;
  }
  .cv_tel {
    margin: 26px 0 5px;
    font-size: 42px;
  }
  .cv_tel a {
    padding-left: 63px;
    background: url(../img/common/icon_tel.svg) 0 50%/57px no-repeat;
    pointer-events: none;
  }
  .cv_time {
    font-size: 12px;
  }
  .cv_btn a {
    border-radius: 200px;
    width: 680px;
    height: 90px;
    margin: 12px auto 0;
    background: url(../img/common/icon_arrow_1.svg) 93% 50%/14px no-repeat, linear-gradient(180deg, #8ADE02 0%, #00AC1C 100%);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    font-size: 32px;
  }
}

.sec01 {
  background: #FFF0DC;
}
.sec01 .sec01_outer {
  width: min(84vw, 630px);
  margin: 0 auto;
  padding: min(9.8666666667vw, 74px) 0 min(11.7333333333vw, 88px);
}
.sec01 .sec01_title {
  font-size: min(4.8vw, 36px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: #EA5529;
}
.sec01 .sec01_title .--text01 {
  font-size: min(5.3333333333vw, 40px);
}
.sec01 .sec01_title .--text02 {
  font-size: min(8.5333333333vw, 64px);
}
.sec01 .sec01_title .--text03 {
  font-size: min(7.4666666667vw, 56px);
}
.sec01 ul {
  display: flex;
  flex-direction: column;
  gap: min(7.2vw, 54px);
  margin-top: min(6.6666666667vw, 50px);
}
.sec01 li {
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  height: min(86.6666666667vw, 650px);
  padding: min(3.2vw, 24px) min(4vw, 30px);
  border-radius: min(2.1333333333vw, 16px);
  box-shadow: min(0.2666666667vw, 2px) min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) rgba(0, 0, 0, 0.16);
}
.sec01 li img {
  width: min(84vw, 630px);
  margin: max(-3.2vw, -24px) max(-4vw, -30px) 0;
}
.sec01 li h3 {
  margin: min(4.5333333333vw, 34px) 0 min(2.4vw, 18px);
  font-size: min(5.3333333333vw, 40px);
  color: #EA5529;
}
.sec01 li p {
  font-size: min(3.4666666667vw, 26px);
  line-height: 1.8;
}
.sec01 li p b {
  color: #EA5529;
}
.sec01 li p.note {
  font-size: min(2.6666666667vw, 20px);
  color: #666;
  text-align: right;
}
@media screen and (min-width: 1080px) {
  .sec01 .sec01_outer {
    width: 1000px;
    margin: 0 auto;
    padding: 78px 0;
  }
  .sec01 .sec01_title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #EA5529;
  }
  .sec01 .sec01_title .--text01 {
    font-size: 32px;
  }
  .sec01 .sec01_title .--text02 {
    font-size: 56px;
  }
  .sec01 .sec01_title .--text03 {
    font-size: 48px;
  }
  .sec01 ul {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    margin-top: 40px;
  }
  .sec01 li {
    width: 312px;
    height: auto;
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.16);
  }
  .sec01 li img {
    width: 312px;
    margin: -20px -30px 0;
  }
  .sec01 li h3 {
    margin: 20px 0 10px;
    font-size: 32px;
  }
  .sec01 li p {
    font-size: 16px;
  }
  .sec01 li p.note {
    font-size: 12px;
  }
}

.sec02 {
  padding: min(12.8vw, 96px) 0 min(14.6666666667vw, 110px);
  background: linear-gradient(217deg, #EA5529 20.33%, #FF8F00 85.13%);
}
.sec02 .sec02_title {
  text-align: center;
}
.sec02 .sec02_title .--text01 {
  font-size: min(4.2666666667vw, 32px);
  padding: 0 min(0.8vw, 6px);
  background: #FFDE00;
}
.sec02 .sec02_title .--text02 {
  font-size: min(8.5333333333vw, 64px);
  color: #fff;
}
.sec02 .sec02_title .--text03 {
  font-size: min(7.4666666667vw, 56px);
}
.sec02_list {
  display: flex;
  flex-direction: column;
  gap: min(16vw, 120px);
  width: min(92vw, 690px);
  margin: min(12.8vw, 96px) auto 0;
}
.sec02_list li {
  border-radius: min(2.1333333333vw, 16px);
  background: #fff;
}
.sec02_list_inner {
  padding: 0 min(4vw, 30px) min(12vw, 90px);
}
.sec02_list_no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(16vw, 120px);
  height: min(16vw, 120px);
  transform: translateY(-50%);
  margin: 0 auto max(-4vw, -30px);
  font-size: min(3.2vw, 24px);
  font-weight: 700;
  text-align: center;
  background: #FFDE00;
  border-radius: 50%;
}
.sec02_list_no .--text01 {
  font-size: min(8vw, 60px);
  font-family: Arial, sans-serif;
  line-height: 1;
}
.sec02_list header {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(3, max-content);
  grid-gap: 0;
}
.sec02_list header img {
  width: min(84vw, 630px);
  margin: min(7.4666666667vw, 56px) 0 min(6.1333333333vw, 46px);
}
.sec02_list header .sec02_list_lead {
  font-size: min(4.8vw, 36px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #EA5529;
}
.sec02_list header h3 {
  margin-top: min(1.6vw, 12px);
  padding: min(1.0666666667vw, 8px);
  font-size: min(7.4666666667vw, 56px);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  width: fit-content;
  background: #EA5529;
}
.sec02_list header h4 {
  margin-bottom: min(4.8vw, 36px);
  font-size: min(4.2666666667vw, 32px);
  letter-spacing: 0.08em;
}
.sec02_list header p {
  font-size: min(3.4666666667vw, 26px);
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sec02_list_body {
  margin-top: min(16vw, 120px);
  padding: min(8vw, 60px) min(4.6666666667vw, 35px);
  background: #FFF0DC;
  position: relative;
}
.sec02_list_body::before {
  box-sizing: border-box;
  content: "Point";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  width: min(15.7333333333vw, 118px);
  height: min(15.7333333333vw, 118px);
  padding-top: min(1.3333333333vw, 10px);
  font-size: min(3.7333333333vw, 28px);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: url(../img/common/sec02_point.svg) 0 0/contain no-repeat;
}
.sec02_list_body img {
  display: block;
  width: min(72vw, 540px);
  margin: 0 auto;
}
.sec02_list_body .--note {
  font-size: min(2.6666666667vw, 20px);
  font-weight: 400;
  color: #666;
}
.sec02_list_body h4 {
  margin: min(2.9333333333vw, 22px) 0 min(4vw, 30px);
  font-size: min(4.8vw, 36px);
  letter-spacing: 0.08em;
  color: #F18904;
}
.sec02_list_body p {
  font-size: min(3.4666666667vw, 26px);
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sec02_list_body p.--note {
  text-align: right;
}
@media screen and (min-width: 1080px) {
  .sec02 {
    padding: 100px 0;
  }
  .sec02 .sec02_title .--text01 {
    font-size: 20px;
    padding: 0 6px;
  }
  .sec02 .sec02_title .--text02 {
    font-size: 56px;
  }
  .sec02 .sec02_title .--text03 {
    font-size: 48px;
  }
  .sec02_list {
    gap: 100px;
    width: 100%;
    margin: 92px auto 0;
  }
  .sec02_list li {
    height: 792px;
    border-radius: 0;
    background: none;
  }
  .sec02_list li:nth-child(1) {
    background: url(../img/pc/sec02_bg_1.png) 100% 0/1540px no-repeat;
  }
  .sec02_list li:nth-child(2) {
    background: url(../img/pc/sec02_bg_2.png) 0 0/1540px no-repeat;
  }
  .sec02_list li:nth-child(3) {
    height: 862px;
    background: url(../img/pc/sec02_bg_3.png) 100% 0/1540px no-repeat;
  }
  .sec02_list_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .sec02_list_no {
    width: 84px;
    height: 84px;
    margin: 0 auto -12px;
    font-size: 14px;
  }
  .sec02_list_no .--text01 {
    font-size: 40px;
  }
  .sec02_list header {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, max-content);
    grid-gap: 0 40px;
    align-items: start;
  }
  .sec02_list header picture {
    display: block;
    width: 360px;
    grid-area: 1/1/3/2;
  }
  .sec02_list header picture img {
    width: 100%;
    margin: 0;
  }
  .sec02_list header .sec02_list_text01 {
    width: 600px;
    grid-area: 1/2/2/3;
  }
  .sec02_list header .sec02_list_text02 {
    grid-area: 2/2/3/3;
  }
  .sec02_list header .sec02_list_lead {
    font-size: 24px;
  }
  .sec02_list header h3 {
    margin-top: 4px;
    padding: 2px 6px 6px;
    font-size: 48px;
  }
  .sec02_list header h4 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .sec02_list header p {
    font-size: 16px;
  }
  .sec02_list li:nth-child(2) picture {
    grid-area: 1/2/3/3;
  }
  .sec02_list li:nth-child(2) .sec02_list_text01 {
    grid-area: 1/1/2/2;
  }
  .sec02_list li:nth-child(2) .sec02_list_text02 {
    grid-area: 2/1/3/2;
  }
  .sec02_list li:nth-child(2) .sec02_list_body {
    padding: 64px 400px 40px 40px;
    min-height: 264px;
  }
  .sec02_list li:nth-child(2) img {
    left: auto;
    right: 40px;
  }
  .sec02_list_body {
    margin-top: 68px;
    padding: 64px 40px 40px 400px;
  }
  .sec02_list_body::before {
    width: 88px;
    height: 88px;
    padding-top: 4px;
    font-size: 20px;
  }
  .sec02_list_body img {
    width: 320px;
    position: absolute;
    top: -8px;
    left: 40px;
  }
  .sec02_list_body .--note {
    font-size: 12px;
    margin-top: -20px;
  }
  .sec02_list_body h4 {
    margin: 0 0 12px;
    font-size: 24px;
  }
  .sec02_list_body p {
    font-size: 16px;
  }
}

.sec03 {
  padding: min(8.8vw, 66px) 0;
}
.sec03_outer {
  width: min(84vw, 630px);
  margin: 0 auto;
}
.sec03_lead {
  font-size: min(4.8vw, 36px);
  font-weight: 700;
  text-align: center;
  color: #EA5529;
}
.sec03_lead .--text01 {
  font-size: min(6.4vw, 48px);
}
.sec03_title {
  font-size: min(8.5333333333vw, 64px);
  text-align: center;
  color: #EA5529;
}
.sec03_list01 {
  display: flex;
  flex-direction: column;
  gap: min(1.0666666667vw, 8px);
  margin: min(8vw, 60px) 0 min(5.6vw, 42px);
}
.sec03_list01 li {
  box-sizing: border-box;
  width: min(78.9333333333vw, 592px);
  height: min(24.6666666667vw, 185px);
  padding: min(3.3333333333vw, 25px) 0 0 min(21.8666666667vw, 164px);
  font-size: min(4.8vw, 36px);
  font-weight: 700;
}
.sec03_list01 li:nth-child(1) {
  background: url(../img/sp/sec03_1.png) 0 0/contain no-repeat;
}
.sec03_list01 li:nth-child(2) {
  margin-left: auto;
  background: url(../img/sp/sec03_2.png) 0 0/contain no-repeat;
}
.sec03_list01 li .--note {
  font-size: min(2.6666666667vw, 20px);
  font-weight: 400;
  color: #666;
}
.sec03_copy {
  font-size: min(6.4vw, 48px);
  font-weight: 700;
  text-align: center;
}
.sec03_copy .--text01 {
  font-size: min(4.8vw, 36px);
}
.sec03_copy .--text02 {
  display: inline-block;
  background: #FFDE00;
  line-height: 1.2;
}
.sec03_list02 {
  margin-top: min(8.2666666667vw, 62px);
  font-size: min(2.6666666667vw, 20px);
  line-height: 1.5;
}
.sec03_list02 li {
  display: inline;
  color: #666;
}
@media screen and (min-width: 1080px) {
  .sec03 {
    padding: 70px 0;
  }
  .sec03_outer {
    width: 932px;
  }
  .sec03_lead {
    font-size: 24px;
  }
  .sec03_lead .--text01 {
    font-size: 40px;
  }
  .sec03_title {
    font-size: 56px;
  }
  .sec03_list01 {
    flex-direction: row;
    gap: 28px;
    margin: 38px 0 20px;
  }
  .sec03_list01 li {
    width: 452px;
    height: 168px;
    padding: 38px 0 0 134px;
    font-size: 24px;
  }
  .sec03_list01 li:nth-child(1) {
    background: url(../img/pc/sec03_1.png) 0 0/contain no-repeat;
  }
  .sec03_list01 li:nth-child(2) {
    margin-left: auto;
    background: url(../img/pc/sec03_2.png) 0 0/contain no-repeat;
  }
  .sec03_list01 li .--note {
    font-size: 12px;
  }
  .sec03_copy {
    font-size: 40px;
  }
  .sec03_copy .--text01 {
    font-size: 24px;
  }
  .sec03_list02 {
    width: 920px;
    margin-top: 22px;
    font-size: 12px;
  }
}

.sec04 {
  padding: 0;
  background-color: #FFF0DC;
  background-image: url("../img/common/sec04_bg.svg"), url("../img/common/sec04_bg.svg");
  background-size: min(45.3333333333vw, 340px) min(45.3333333333vw, 340px), min(45.3333333333vw, 340px) min(45.3333333333vw, 340px);
  background-position: min(2.6666666667vw, 20px) min(46.6666666667vw, 350px), min(2.6666666667vw, 20px) min(228vw, 1710px);
  background-repeat: no-repeat;
}
.sec04 .sec04_outer {
  max-width: min(84vw, 630px);
  margin: auto;
  padding: 0 0 min(1.3333333333vw, 10px);
}
@media screen and (min-width: 1080px) {
  .sec04 .sec04_outer {
    max-width: 920px;
  }
}
.sec04 .sec04_title {
  margin-left: max(-8vw, -60px);
  margin-right: max(-8vw, -60px);
}
.sec04 .sec04_titleFig {
  width: min(92.9333333333vw, 697px);
  margin: 0 auto min(11.2vw, 84px);
  position: relative;
  top: max(-0.2666666667vw, -2px);
}
.sec04 .sec04_item {
  margin-bottom: min(9.3333333333vw, 70px);
}
.sec04 .sec04_itemGrid {
  margin-right: max(-8vw, -60px);
  display: grid;
  grid-template-columns: 1fr min(48vw, 360px);
}
.sec04 .sec04_itemTitleArea {
  grid-row: 1/2;
  grid-column: 1/2;
}
.sec04 .sec04_num {
  margin: 0 0 min(2.9333333333vw, 22px);
}
.sec04 .sec04_itemTitle {
  font-size: min(5.6vw, 42px);
  line-height: 140%;
  font-weight: 700;
  color: #EA5529;
  text-align: left;
}
.sec04 .sec04_itemFig {
  grid-row: 1/2;
  grid-column: 2/3;
}
.sec04 .sec04_itemTextArea {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-right: min(8vw, 60px);
}
.sec04 .sec04_itemText {
  font-size: min(3.4666666667vw, 26px);
  line-height: 160%;
  text-align: left;
}
.sec04 .sec04_itemTextRight {
  margin-left: min(28vw, 210px);
}
.sec04 .sec04_circleList {
  display: flex;
  justify-content: space-between;
  margin: min(4vw, 30px) 0;
}
.sec04 .sec04_circleItem {
  width: min(26.1333333333vw, 196px);
  height: min(26.1333333333vw, 196px);
  border-radius: 50%;
  border: min(0.2666666667vw, 2px) solid #EA5529;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .sec04_circleText1 {
  font-size: min(5.0666666667vw, 38px);
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: min(1.3333333333vw, 10px);
}
.sec04 .sec04_circleText2 {
  font-size: min(2.9333333333vw, 22px);
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: min(1.3333333333vw, 10px);
}
.sec04 .sec04_circleText3 {
  font-weight: 700;
  text-align: center;
}
.sec04 .sec04_circleText3num {
  color: #EA5529;
  line-height: 100%;
  font-family: "Arial", "メイリオ";
  font-weight: 700;
  letter-spacing: 0.01em;
}
.sec04 .sec04_circleText3num.-f1 {
  font-size: min(8.2666666667vw, 62px);
}
.sec04 .sec04_circleText3num.-f2 {
  font-size: min(8.2666666667vw, 62px);
}
.sec04 .sec04_circleText3num.-f3 {
  font-size: min(6.9333333333vw, 52px);
}
.sec04 .sec04_circleText3num.-f4 {
  font-size: min(8.2666666667vw, 62px);
}
.sec04 .sec04_circleText3num.-f5 {
  font-size: min(6.6666666667vw, 50px);
}
.sec04 .sec04_circleText3num.-f6 {
  font-size: min(5.0666666667vw, 38px);
}
.sec04 .sec04_circleText3jp {
  font-size: min(3.4666666667vw, 26px);
}
.sec04 .sec04_voice {
  background-color: #fff;
  border-left: min(0.5333333333vw, 4px) solid #EA5529;
  padding: min(4.2666666667vw, 32px) min(5.3333333333vw, 40px);
}
.sec04 .sec04_voiceTitle {
  font-size: min(4vw, 30px);
  line-height: 160%;
  font-weight: 700;
  margin-bottom: min(2.6666666667vw, 20px);
}
.sec04 .sec04_voiceText {
  font-size: min(3.4666666667vw, 26px);
  line-height: 160%;
}
@media screen and (min-width: 1080px) {
  .sec04 {
    padding: 0 0 60px;
    background-size: 320px, 320px;
    background-position: 400px 245px, 400px 1049px;
  }
  .sec04 .sec04_outer {
    padding: 0 0;
  }
  .sec04 .sec04_title {
    margin-left: 0;
    margin-right: 0;
  }
  .sec04 .sec04_titleFig {
    width: 761px;
    margin: 0 auto 62px;
    position: relative;
    top: -2px;
  }
  .sec04 .sec04_item {
    margin-bottom: 80px;
  }
  .sec04 .sec04_item:last-child {
    margin-bottom: 0px;
  }
  .sec04 .sec04_itemGrid {
    margin-right: 0;
    grid-template-columns: 1fr 348px;
    grid-template-rows: 165px 1fr;
  }
  .sec04 .sec04_itemTitleArea {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .sec04 .sec04_num {
    margin: 0 0 18px;
  }
  .sec04 .sec04_num.-num1 {
    width: 397px;
  }
  .sec04 .sec04_num.-num2 {
    width: 406px;
  }
  .sec04 .sec04_itemTitle {
    font-size: 40px;
  }
  .sec04 .sec04_itemFig {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .sec04 .sec04_itemTextArea {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-right: 0;
  }
  .sec04 .sec04_itemText {
    font-size: 16px;
    margin-right: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .sec04 .sec04_itemTextRight {
    margin-left: 0;
  }
  .sec04 .sec04_circleList {
    justify-content: center;
    margin: -25px 0 25px;
  }
  .sec04 .sec04_circleItem {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #EA5529;
    flex: 0 0 180px;
    margin: 0 10px;
  }
  .sec04 .sec04_circleText1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .sec04 .sec04_circleText2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec04 .sec04_circleText3num.-f1 {
    font-size: 56px;
  }
  .sec04 .sec04_circleText3num.-f2 {
    font-size: 56px;
  }
  .sec04 .sec04_circleText3num.-f3 {
    font-size: 48px;
  }
  .sec04 .sec04_circleText3num.-f4 {
    font-size: 56px;
  }
  .sec04 .sec04_circleText3num.-f5 {
    font-size: 48px;
  }
  .sec04 .sec04_circleText3num.-f6 {
    font-size: 36px;
  }
  .sec04 .sec04_circleText3jp {
    font-size: 24px;
  }
  .sec04 .sec04_voice {
    border-left: 4px solid #EA5529;
    padding: 32px 40px;
  }
  .sec04 .sec04_voiceTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec04 .sec04_voiceText {
    font-size: 16px;
  }
}

.sec05 {
  background-color: #fff;
}
.sec05 .sec05_outer {
  max-width: min(84vw, 630px);
  margin: auto;
  padding: min(9.3333333333vw, 70px) 0;
}
@media screen and (min-width: 1080px) {
  .sec05 .sec05_outer {
    max-width: 920px;
  }
}
.sec05 .sec05_title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: min(6.4vw, 48px);
  line-height: 120%;
  color: #EA5529;
  margin-bottom: min(2.6666666667vw, 20px);
}
.sec05 .sec05_titleSmall {
  font-size: min(4.5333333333vw, 34px);
}
.sec05 .sec05_lead {
  font-size: min(4vw, 30px);
  line-height: 160%;
  font-weight: 700;
  margin: min(8vw, 60px) 0 0 min(8vw, 60px);
  position: relative;
}
.sec05 .sec05_lead:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/sp/sec05_deco2025.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(28.1333333333vw, 211px);
  height: min(28.1333333333vw, 211px);
  top: 50%;
  transform: translateY(-50%);
  right: min(8vw, 60px);
}
.sec05 .sec05_note {
  font-size: min(2.6666666667vw, 20px);
  line-height: 130%;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .sec05 .sec05_outer {
    padding: 70px 0;
  }
  .sec05 .sec05_title {
    font-size: 40px;
    margin-bottom: 12px;
    letter-spacing: 0.06em;
  }
  .sec05 .sec05_titleSmall {
    font-size: 32px;
  }
  .sec05 .sec05_lead {
    font-size: 24px;
    margin: 0;
    text-align: center;
  }
  .sec05 .sec05_lead:after {
    background-image: url("../img/pc/sec05_deco2025.png");
    width: 176px;
    height: 176px;
    top: -100px;
    transform: translateY(0);
    right: -60px;
  }
  .sec05 .sec05_note {
    font-size: 12px;
    text-align: left;
  }
}

.sec06 {
  padding: min(8vw, 60px) 0 min(8vw, 60px);
  background: #FFF0DC;
}
.sec06 .sec06_outer {
  max-width: min(92vw, 690px);
  margin: 0 auto;
}
.sec06 .sec06_title {
  font-size: min(8vw, 60px);
  line-height: 150%;
  font-weight: 700;
  color: #EA5529;
  text-align: center;
  margin-bottom: min(2vw, 15px);
}
.sec06 .sec06_item {
  display: flex;
  background-color: #fff;
  margin-bottom: min(3.4666666667vw, 26px);
  filter: drop-shadow(0 min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 1080px) {
  .sec06 .sec06_item {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.sec06 .sec06_fig {
  flex: 0 0 min(34.6666666667vw, 260px);
}
.sec06 .sec06_fig img {
  vertical-align: top;
}
.sec06 .sec06_textArea {
  flex: 1 1 auto;
  padding: min(2.6666666667vw, 20px);
}
.sec06 .sec06_text1 {
  font-size: min(4.8vw, 36px);
  line-height: 160%;
  font-weight: 700;
  margin-bottom: min(1.3333333333vw, 10px);
}
.sec06 .sec06_text2 {
  font-size: min(3.4666666667vw, 26px);
  line-height: 160%;
}
@media screen and (min-width: 1080px) {
  .sec06 {
    padding: 60px 0 20px;
  }
  .sec06 .sec06_outer {
    max-width: 920px;
  }
  .sec06 .sec06_title {
    font-size: 48px;
    line-height: 160%;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .sec06 .sec06_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec06 .sec06_item {
    display: block;
    margin-bottom: 40px;
    flex: 0 0 300px;
  }
  .sec06 .sec06_textArea {
    padding: 12px 20px 20px;
  }
  .sec06 .sec06_text1 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .sec06 .sec06_text2 {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

.sec07 {
  padding: 0 0 min(5.3333333333vw, 40px);
}
.sec07 .sec07_outer {
  max-width: min(84vw, 630px);
  margin: auto;
}
@media screen and (min-width: 1080px) {
  .sec07 .sec07_outer {
    max-width: 920px;
  }
}
.sec07 .sec07_title img {
  display: block;
  width: min(52.9333333333vw, 397px);
  margin: 0 auto min(12.5333333333vw, 94px);
}
.sec07 .sec07_item {
  background-color: #FFF0DC;
  padding: 0 min(4vw, 30px);
  margin-bottom: min(5.3333333333vw, 40px);
}
.sec07 .sec07_head {
  padding: min(5.3333333333vw, 40px) 0;
  cursor: pointer;
}
.sec07 .sec07_head.open .sec07_headText:after {
  transform: translateY(-50%);
}
.sec07 .sec07_headText {
  font-size: min(4vw, 30px);
  line-height: 160%;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 0 min(5.3333333333vw, 40px) 0 min(8vw, 60px);
  position: relative;
}
.sec07 .sec07_headText::before {
  content: "Q.";
  font-size: min(4vw, 30px);
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(1.3333333333vw, 10px);
}
.sec07 .sec07_headText::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/sp/sec07_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(3.4666666667vw, 26px);
  height: min(1.7333333333vw, 13px);
  right: min(1.3333333333vw, 10px);
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.sec07 .sec07_body {
  border-top: min(0.2666666667vw, 2px) solid #000;
  display: none;
}
.sec07 .sec07_bodyInner {
  font-size: min(3.4666666667vw, 26px);
  letter-spacing: 0.04em;
  line-height: 180%;
  padding: min(4vw, 30px) 0 min(5.3333333333vw, 40px);
}
@media screen and (min-width: 1080px) {
  .sec07 {
    padding: 0 0 35px;
  }
  .sec07 .sec07_title img {
    width: 339px;
    margin: 0 auto 60px;
  }
  .sec07 .sec07_list {
    margin: 0 auto;
    max-width: 690px;
  }
  .sec07 .sec07_item {
    padding: 0 30px;
    margin-bottom: 40px;
    border-radius: 16px;
  }
  .sec07 .sec07_head {
    padding: 30px 0;
    cursor: pointer;
  }
  .sec07 .sec07_headText {
    font-size: 24px;
    font-weight: 700;
    font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    padding: 0 30px 0 40px;
    position: relative;
  }
  .sec07 .sec07_headText::before {
    font-size: 24px;
    left: 0px;
  }
  .sec07 .sec07_headText::after {
    background-image: url("../img/pc/sec07_arrow.png");
    width: 22px;
    height: 13px;
    right: 0;
  }
  .sec07 .sec07_body {
    border-top: 2px solid #000;
    display: none;
  }
  .sec07 .sec07_bodyInner {
    font-size: 16px;
    padding: 30px 0;
  }
}

.sec08 {
  box-sizing: border-box;
  height: min(130vw, 975px);
  padding-top: min(9.8666666667vw, 74px);
  background: url(../img/sp/sec08_bg.jpg) 50% 60%/cover no-repeat;
}
.sec08_outer {
  width: min(84vw, 630px);
  margin: 0 auto;
}
.sec08_lead {
  width: fit-content;
  margin-bottom: min(1.8666666667vw, 14px);
  padding: min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) min(1.0666666667vw, 8px);
  font-size: min(5.0666666667vw, 38px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #333;
}
.sec08_lead .--text01 {
  font-size: min(5.3333333333vw, 40px);
  color: #FFDE00;
}
.sec08 h2 {
  font-size: min(7.4666666667vw, 56px);
  line-height: 1.7;
  color: #fff;
}
.sec08 h2 .--text01 {
  font-size: min(10.9333333333vw, 82px);
  border-bottom: min(1.3333333333vw, 10px) solid #FFDE00;
}
@media screen and (min-width: 1080px) {
  .sec08 {
    height: 490px;
    padding-top: 70px;
    background: url(../img/pc/sec08_bg.jpg) 50% 0/1920px no-repeat;
  }
  .sec08_outer {
    width: fit-content;
    margin: 0 auto;
    transform: translate(100px);
  }
  .sec08_lead {
    margin-bottom: 4px;
    padding: 4px 4px 8px;
    font-size: 30px;
  }
  .sec08_lead .--text01 {
    font-size: 30px;
  }
  .sec08 h2 {
    font-size: 48px;
  }
  .sec08 h2 .--text01 {
    font-size: min(9.6vw, 72px);
    border-bottom: 10px solid #FFDE00;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop-slider {
  margin-top: min(8vw, 60px);
  margin-bottom: min(4vw, 30px);
  /* 親要素を超えてブラウザの幅まで広げる */
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
  overflow: hidden;
}
.loop-slider .loop-slider__wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: min(2.4vw, 18px);
}
.loop-slider .loop-slider__wrap.-row1 {
  animation-duration: 40s;
}
.loop-slider .loop-slider__wrap.-row2 {
  animation-duration: 45s;
}
.loop-slider .loop-slider__wrap.-row3 {
  animation-duration: 50s;
}
.loop-slider .loop-slider__list {
  display: flex;
  list-style: none;
}
.loop-slider .loop-slider__list--left {
  animation: infinity-scroll-left 25s linear infinite;
}
.loop-slider .loop-slider__item {
  width: min(17.7773333333vw, 133.33px);
}
.loop-slider .loop-slider__item > img {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .loop-slider {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .loop-slider .loop-slider__wrap {
    margin-bottom: 22px;
  }
  .loop-slider .loop-slider__item {
    width: 160px;
  }
}

.burgerMenu {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: min(11.3333333333vw, 85px);
  width: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.burgerMenu.-open {
  pointer-events: auto;
  opacity: 1;
}
.burgerMenu .burgerMenu_cv {
  border-top: min(0.1333333333vw, 1px) solid #4F4F4F;
  padding: min(8.5333333333vw, 64px) 0 min(9.6vw, 72px);
}
.burgerMenu .burgerMenu_cvTelLink {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.burgerMenu .burgerMenu_cvTelLink:hover {
  opacity: 0.8;
}
.burgerMenu .burgerMenu_icon {
  flex: 0 0 min(10.6666666667vw, 80px);
  position: relative;
  top: max(-0.5333333333vw, -4px);
  margin-right: min(1.3333333333vw, 10px);
}
.burgerMenu .burgerMenu_num {
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(7.7333333333vw, 58px);
  line-height: 100%;
  font-family: "Arial", "メイリオ";
  font-weight: 700;
}
.burgerMenu .burgerMenu_cvBtnLink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(1.6vw, 12px) min(2.6666666667vw, 20px);
  width: min(84vw, 630px);
  height: min(16vw, 120px);
  margin: min(4vw, 30px) auto 0;
  background: #00AC1C;
  border-radius: min(12vw, 90px);
  line-height: 100%;
  font-size: min(3.4666666667vw, 26px);
  color: #fff;
  transition: filter 0.3s;
}
.burgerMenu .burgerMenu_cvBtnLink:hover {
  filter: brightness(130%);
}
.burgerMenu .burgerMenu_item {
  display: block;
  border-top: min(0.1333333333vw, 1px) solid #4F4F4F;
}
.burgerMenu .burgerMenu_item:last-child {
  border-bottom: min(0.1333333333vw, 1px) solid #4F4F4F;
}
.burgerMenu .burgerMenu_link {
  font-size: min(4.2666666667vw, 32px);
  line-height: 100%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: min(6vw, 45px) min(16vw, 120px);
  display: block;
  position: relative;
  transition: 0.3s;
}
.burgerMenu .burgerMenu_link:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/sp/burger_arrow.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(2.9333333333vw, 22px);
  height: min(1.4666666667vw, 11px);
  top: 50%;
  transform: translateY(-50%);
  left: min(8vw, 60px);
}
.burgerMenu .burgerMenu_link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1080px) {
  .burgerMenu {
    height: 76px;
    position: static;
    pointer-events: auto;
    opacity: 1;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .burgerMenu .burgerMenu_cv {
    border-top: none;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .burgerMenu .burgerMenu_cvTelLink {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .burgerMenu .burgerMenu_icon {
    flex: 0 0 33px;
    position: relative;
    top: -5px;
    margin-right: 5px;
  }
  .burgerMenu .burgerMenu_num {
    font-size: 28px;
    letter-spacing: 0.01em;
  }
  .burgerMenu .burgerMenu_cvBtn {
    margin-left: 5px;
  }
  .burgerMenu .burgerMenu_cvBtnLink {
    padding: 12px 12px;
    width: 167px;
    height: 40px;
    margin: 0;
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
  }
  .burgerMenu .burgerMenu_list {
    display: flex;
    position: relative;
    bottom: -4px;
  }
  .burgerMenu .burgerMenu_item {
    border-top: none;
  }
  .burgerMenu .burgerMenu_item:last-child {
    border-bottom: none;
  }
  .burgerMenu .burgerMenu_link {
    font-size: 14px;
    padding: 0 7px 14px;
  }
  .burgerMenu .burgerMenu_link:before {
    width: 16px;
    height: 8px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}

.strategy .strategy_item {
  filter: drop-shadow(0 min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) rgba(0, 0, 0, 0.25));
  margin-bottom: min(5.6vw, 42px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .strategy .strategy_item {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.strategy .strategy_itemTitle {
  font-size: min(4vw, 30px);
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: linear-gradient(180deg, #EA5529 0%, #FF8F00 100%);
  border-radius: min(2.1333333333vw, 16px) min(2.1333333333vw, 16px) 0px 0px;
  height: min(8.5333333333vw, 64px);
}
.strategy .strategy_text {
  background-color: #fff;
  border-radius: 0 0 min(2.1333333333vw, 16px) min(2.1333333333vw, 16px);
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(4vw, 30px);
  line-height: 160%;
  text-align: center;
  padding: min(3.3333333333vw, 25px) 0 min(3.0666666667vw, 23px);
}
@media screen and (min-width: 1080px) {
  .strategy {
    display: flex;
    justify-content: space-between;
  }
  .strategy.-noPhoto .strategy_text {
    height: 210px;
  }
  .strategy .strategy_item {
    margin-bottom: 0;
    flex: 0 0 300px;
    filter: none;
  }
  .strategy .strategy_itemTitle {
    font-size: 24px;
    border-radius: 16px 16px 0px 0px;
    height: 64px;
  }
  .strategy .strategy_text {
    border-radius: 0 0 16px 16px;
    font-size: 22px;
    padding: 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}

.btn1 {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.btn1 .btn1_link {
  margin: 0 auto min(4.2666666667vw, 32px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(17.3333333333vw, 130px);
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  color: #fff;
  position: relative;
  background: linear-gradient(180deg, #8ADE02 0%, #00AC1C 100%);
  padding: 0 0 0 min(9.3333333333vw, 70px);
  border-radius: min(13.3333333333vw, 100px);
  transition: filter 0.3s;
}
.btn1 .btn1_link:hover {
  filter: brightness(130%);
}
.btn1 .btn1_link::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/common/icon_arrow_1.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(2.1333333333vw, 16px);
  height: min(3.4666666667vw, 26px);
  top: 50%;
  transform: translateY(-50%);
  right: min(2.6666666667vw, 20px);
}
.btn1 .btn1_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  color: #00AC1C;
  width: min(15.7333333333vw, 118px);
  height: min(15.7333333333vw, 118px);
  font-size: min(5.3333333333vw, 40px);
  left: min(0.8vw, 6px);
}
.btn1 .btn1_text1 {
  display: block;
  font-size: min(2.9333333333vw, 22px);
}
.btn1 .btn1_text2 {
  display: block;
  font-size: min(4.8vw, 36px);
}
@media screen and (min-width: 1080px) {
  .btn1 .btn1_link {
    margin: 0 auto 24px;
    height: 90px;
    width: 414px;
    padding: 0 0 0 55px;
    border-radius: 100px;
  }
  .btn1 .btn1_link::after {
    width: 9px;
    height: 18px;
    right: 28px;
  }
  .btn1 .btn1_circle {
    width: 82.8px;
    height: 82.8px;
    font-size: 28px;
    left: 3.6px;
  }
  .btn1 .btn1_text1 {
    font-size: 14px;
  }
  .btn1 .btn1_text2 {
    font-size: 23px;
  }
}

.cvTelParts .cvTelParts_title {
  font-size: min(3.2vw, 24px);
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border: min(0.1333333333vw, 1px) solid #000;
  border-radius: min(4vw, 30px);
  width: min(68vw, 510px);
  height: min(5.4666666667vw, 41px);
  margin: 0 auto min(1.6vw, 12px);
}
.cvTelParts .cvTelParts_Link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.cvTelParts .cvTelParts_Link:hover {
  opacity: 0.8;
}
.cvTelParts .cvTelParts_icon {
  flex: 0 0 min(10.6666666667vw, 80px);
  position: relative;
  top: max(-0.5333333333vw, -4px);
  margin-right: min(1.3333333333vw, 10px);
}
.cvTelParts .cvTelParts_num {
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(7.7333333333vw, 58px);
  line-height: 100%;
  font-family: "Arial", "メイリオ";
  font-weight: 700;
}
.cvTelParts .cvTelParts_hour {
  font-size: min(2.6666666667vw, 20px);
  line-height: 130%;
  text-align: center;
  margin-top: min(3.0666666667vw, 23px);
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 1080px) {
  .cvTelParts {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cvTelParts .cvTelParts_title {
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 30px;
    width: 336px;
    height: 38px;
    margin: 0 17px 0 0;
  }
  .cvTelParts .cvTelParts_icon {
    flex: 0 0 57px;
    top: -2px;
    margin-right: 7px;
  }
  .cvTelParts .cvTelParts_num {
    font-size: 44px;
    letter-spacing: -0.005em;
  }
  .cvTelParts .cvTelParts_hour {
    font-size: 10px;
    text-align: left;
    margin-top: 2px;
  }
}/*# sourceMappingURL=style.css.map */




/* ボタン 価格 修正 */
.center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(3.7333333333vw, 28px) auto 0;
}
.cv_btn2{
  position: relative;
}
.cv_btn2 span {
  display: block;
}
.cv_btn2 .small {
  font-size: 0.7em;
}
.cv_btn2 a {
  position: relative;
  display: flex;
  z-index: 9;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background: url(../img/common/icon_arrow_1.svg) 93% 50%/min(1.8666666667vw, 14px) no-repeat, linear-gradient(180deg, #8ADE02 0%, #00AC1C 100%);
  box-shadow: 0 min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) rgba(0, 0, 0, 0.25);
  font-size: min(4.8vw, 36px);
  font-weight: 700;
  color: #fff;
  transition: all 0.2s;
  transform: translateZ(0);
}
.cv_btn2 a,
.cv_btn2:before,
.cv_btn2:after {
  border-radius: min(26.6666666667vw, 200px);
  width: min(92vw, 690px);
  height: min(18vw, 130px);
}
.cv_btn2 a:hover {
  filter: brightness(115%);
}
.cv_btn2:before,
.cv_btn2:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translate3d(0,0,0);
  background: #9ff3a5;
}
.cv_btn2:before {
  animation: anime 1s ease-out infinite;
}
.cv_btn2:after {
  animation: anime 1s ease-out 1s infinite;
}
@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.1,1.3); opacity:0}
}
.fv_list li:nth-child(1) {
}
.fv_list li .--text02 {}


.fv_list li:nth-child(1) {
  overflow:hidden;
  text-transform: none;
  margin: 0;
  padding: 0;
  color: #2a2a2a;
  /* background-image: linear-gradient(to bottom, #f2d300, #e3ae0d); */
  background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ffce34);
  position: relative;
  z-index: 1;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  position:relative;
}
.fv_list li:nth-child(1):after,
.sec04 .sec04_circleList li:last-child::after{
  position:absolute;
  top:-200%;
  left:-150%;
  content:"";
  height:500%;
  width: min(10vw, 70px);
  background:linear-gradient(90deg, rgba(255,255,255,0),rgba(255,255,255,0.6) 40%,rgba(255,255,255,0),rgba(255,255,255,0.6),rgba(255,255,255,0));
  transform: rotate(60deg);
  animation:2.5s shine infinite linear;
}
.sec04 .sec04_circleList li:last-child {
  position: relative;
  overflow:hidden;
  text-transform: none;
}
.sec04 .sec04_circleList li:last-child::after {
  animation:2s shine infinite linear;
}



@keyframes shine{
  0%{
    left:-100%;
  }
  80%{
    left:150%;
  }
  100%{
    left:150%;
  }
}

@media screen and (min-width: 1080px) {
  .center {
    margin: 12px auto 0;
  }
  .cv_btn2 a,
  .cv_btn2:before,
  .cv_btn2:after {
    border-radius: 200px;
    width: 680px;
    height: 130px;
  }
  .cv_btn2 a {
    background: url(../img/common/icon_arrow_1.svg) 93% 50%/14px no-repeat, linear-gradient(180deg, #8ADE02 0%, #00AC1C 100%);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    font-size: 32px;
  }

  .fv_list li:nth-child(1):after,
  .sec04 .sec04_circleList li:last-child::after{
    width:70px;
  }

}

.cv .link {
  background-image: linear-gradient(45deg, #ff8e01, #e95429);
}
.cv .link a {
  display: block;
  color: #fff;
}
.cv .link .--text03 {
  padding: 0 .1em;
  border-bottom: 4px solid #FFDE00;
}