@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: 500;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, 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: #000000;
  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;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@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 .header_inner {
    height: 76px;
    padding: 0;
    max-width: 1060px;
  }
  .header .header_logo {
    flex: 0 0 160px;
  }
  .header .header_menuBtn {
    display: none;
  }
}

.footer {
  background-color: #fff;
  color: #fff;
}
.footer .footer_outer {
  max-width: min( 84vw, 630px );
  margin: auto;
  padding: min( 8vw, 60px ) 0 min( 10.6666666667vw, 80px );
}
@media screen and (min-width: 1080px) {
  .footer .footer_outer {
    max-width: 920px;
  }
}
.footer .footer_nav {
  text-align: center;
  margin-bottom: min( 6.6666666667vw, 50px );
}
.footer .footer_nav a {
  font-size: min( 3.2vw, 24px );
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  transition: 0.3s;
}
.footer .footer_nav a:hover {
  opacity: 0.8;
}
.footer .footer_text {
  font-size: min( 2.6666666667vw, 20px );
  line-height: 160%;
  color: #333;
  text-align: center;
}
.footer .footer_copy {
  text-align: center;
}
.footer .footer_copy small {
  font-size: min( 2.6666666667vw, 20px );
  line-height: 160%;
  color: #333;
}
@media screen and (min-width: 1080px) {
  .footer .footer_outer {
    padding: 55px 0 60px;
  }
  .footer .footer_nav {
    margin-bottom: 55px;
  }
  .footer .footer_nav a {
    font-size: 14px;
  }
  .footer .footer_text {
    font-size: 10px;
  }
  .footer .footer_copy small {
    font-size: 10px;
  }
}

.fv {
  margin-top: min( 11.3333333333vw, 85px );
  background-image: url("../img/sp/fv_bg.jpg");
  background-size: cover;
  background-position: top center;
}
.fv .fv_outer {
  max-width: 750px;
  margin: auto;
}
.fv .fv_title {
  padding: min( 21.3333333333vw, 160px ) 0 0 0;
}
.fv .fv_deco {
  margin: min( 6.8vw, 51px ) auto 0;
  width: min( 58.8vw, 441px );
}
.fv .fv_cv1 {
  margin-top: min( 3.7333333333vw, 28px );
}
.fv .fv_cv1Text {
  font-size: min( 3.4666666667vw, 26px );
  line-height: 140%;
  color: #fff;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
}
.fv .fv_cvFig {
  margin: min( 2.1333333333vw, 16px ) auto min( 2.6666666667vw, 20px );
  width: min( 48vw, 360px );
}
.fv .fv_btn {
  margin: 0 min( 4vw, 30px );
}
.fv .fv_note {
  max-width: min( 84vw, 630px );
  margin: auto;
  padding: min( 3.4666666667vw, 26px ) 0 min( 6vw, 45px );
  font-size: min( 2.6666666667vw, 20px );
  line-height: 130%;
}
@media screen and (min-width: 1080px) {
  .fv .fv_note {
    max-width: 920px;
  }
}
@media screen and (min-width: 1080px) {
  .fv {
    margin-top: 76px;
    background-image: url("../img/pc/fv_bg.jpg");
  }
  .fv .fv_outer {
    max-width: 1060px;
    position: relative;
  }
  .fv .fv_title {
    padding: 40px 0 0 0;
    width: 561px;
    margin: 0 auto;
  }
  .fv .fv_deco {
    margin: 0;
    width: 184px;
    position: absolute;
    top: 50px;
    right: 0;
  }
  .fv .fv_cv1 {
    margin: 30px 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fv .fv_cv1Text {
    font-size: 16px;
    text-align: left;
  }
  .fv .fv_cvFig {
    margin: 12px 45px 0 0;
    width: 240px;
  }
  .fv .fv_btn {
    margin: 0;
  }
  .fv .fv_btn a {
    margin-bottom: 0;
  }
  .fv .fv_note {
    padding: 12px 0 10px;
    font-size: 10px;
  }
}

.sec01 .sec01_outer {
  padding: min( 8vw, 60px ) min( 4vw, 30px );
}
@media screen and (min-width: 1080px) {
  .sec01 .sec01_outer {
    padding: 55px 0;
    max-width: 920px;
    margin: 0 auto;
  }
  .sec01 .sec01_figure {
    padding: 0 40px;
  }
}

.sec02 {
  background-color: #FFF0DC;
  background-image: url("../img/common/sec02_bg.svg");
  background-size: min( 50.6666666667vw, 380px ) min( 50.6666666667vw, 380px );
  background-position: min( 1.3333333333vw, 10px ) min( 4vw, 30px );
  background-repeat: no-repeat;
}
.sec02 .sec02_outer {
  max-width: min( 84vw, 630px );
  margin: auto;
  padding: min( 9.3333333333vw, 70px ) 0 min( 4vw, 30px );
}
@media screen and (min-width: 1080px) {
  .sec02 .sec02_outer {
    max-width: 920px;
  }
}
.sec02 .sec02_label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec02 .sec02_box {
  font-size: min( 4vw, 30px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border: min( 0.1333333333vw, 1px ) solid #EA5529;
  flex: 0 0 min( 37.2vw, 279px );
  text-align: center;
  padding: min( 0.5333333333vw, 4px ) 0px;
}
.sec02 .sec02_box.-box1 {
  background-color: #EA5529;
  color: #fff;
}
.sec02 .sec02_box.-box2 {
  color: #EA5529;
  background-color: #fff;
}
.sec02 .sec02_title {
  text-align: center;
}
.sec02 .sec02_titleFig {
  width: min( 29.3333333333vw, 220px );
  margin: min( 4vw, 30px ) auto min( 6vw, 45px );
}
@media screen and (min-width: 1080px) {
  .sec02 {
    background-size: 320px;
    background-position: 37% 30px;
  }
  .sec02 .sec02_outer {
    padding: 60px 0;
  }
  .sec02 .sec02_box {
    font-size: 24px;
    line-height: 100%;
    border: 2px solid #EA5529;
    flex: 0 0 240px;
    padding: 9px 0px;
  }
  .sec02 .sec02_titleFig {
    width: 185px;
    margin: 35px auto 35px;
  }
}

.sec03 {
  background-color: #fff;
}
.sec03 .sec03_outer {
  max-width: min( 84vw, 630px );
  margin: auto;
  padding: min( 9.3333333333vw, 70px ) 0;
}
@media screen and (min-width: 1080px) {
  .sec03 .sec03_outer {
    max-width: 920px;
  }
}
.sec03 .sec03_title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min( 6.4vw, 48px );
  line-height: 120%;
  color: #EA5529;
  margin-bottom: min( 2.6666666667vw, 20px );
}
.sec03 .sec03_titleSmall {
  font-size: min( 4.5333333333vw, 34px );
}
.sec03 .sec03_lead {
  font-size: min( 4vw, 30px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: min( 8vw, 60px ) 0 0 min( 8vw, 60px );
  position: relative;
}
.sec03 .sec03_lead:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/sp/sec03_deco.svg");
  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 );
}
.sec03 .sec03_note {
  font-size: min( 2.6666666667vw, 20px );
  line-height: 130%;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .sec03 .sec03_outer {
    padding: 70px 0;
  }
  .sec03 .sec03_title {
    font-size: 40px;
    margin-bottom: 12px;
    letter-spacing: 0.06em;
  }
  .sec03 .sec03_titleSmall {
    font-size: 32px;
  }
  .sec03 .sec03_lead {
    font-size: 24px;
    margin: 0;
    text-align: center;
  }
  .sec03 .sec03_lead:after {
    background-image: url("../img/pc/sec03_deco.svg");
    width: 176px;
    height: 176px;
    top: -100px;
    transform: translateY(0);
    right: -60px;
  }
  .sec03 .sec03_note {
    font-size: 12px;
    text-align: left;
  }
}

.sec04 {
  background-image: url("../img/sp/sec04_bg1.svg"), url("../img/sp/sec04_bg2.svg");
  background-size: min( 100vw, 750px ) min( 14.5333333333vw, 109px ), min( 100vw, 750px ) min( 107.6vw, 807px );
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  padding: min( 8vw, 60px ) 0;
}
.sec04 .sec04_title {
  font-size: min( 5.0666666667vw, 38px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  color: #62300B;
  margin: 0 auto min( 6vw, 45px );
  width: min( 71.7333333333vw, 538px );
  height: min( 12.4vw, 93px );
  display: flex;
  justify-content: center;
  align-items: center;
  border: min( 0.2666666667vw, 2px ) solid #62300B;
  border-radius: min( 8vw, 60px );
  background: #FFFFFF;
  position: relative;
}
.sec04 .sec04_title:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #62300B;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min( 0.2666666667vw, 2px );
  height: min( 5.0666666667vw, 38px );
  bottom: max( -3.4666666667vw, -26px );
  left: 50%;
  transform: translateX(-50%);
}
.sec04 .sec04_solutionSmall {
  font-size: min( 5.3333333333vw, 40px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  color: #62300B;
  display: block;
  margin: min( 4vw, 30px ) 0 min( 2.1333333333vw, 16px );
}
.sec04 .sec04_solutionMain {
  font-size: min( 8vw, 60px );
  line-height: 150%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  color: #EA5529;
  display: block;
}
.sec04 .sec04_solutionMainDots {
  display: block;
  background-image: url("../img/sp/sec04_dots.png");
  background-size: min( 22.2666666667vw, 167px ) min( 1.3333333333vw, 10px );
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: min( 1.3333333333vw, 10px );
}
@media screen and (min-width: 1080px) {
  .sec04 {
    background-image: url("../img/pc/sec04_bg1.svg"), url("../img/pc/sec04_bg2.svg");
    background-size: 1920px 102px, 1920px 600px;
    padding: 60px 0;
  }
  .sec04 .sec04_outer {
    max-width: 920px;
    margin: 0 auto;
  }
  .sec04 .sec04_title {
    font-size: 32px;
    margin: 0 auto 80px;
    width: 480px;
    height: 83;
    border: 2px solid #62300B;
    border-radius: 60px;
    position: relative;
  }
  .sec04 .sec04_title:after {
    width: 2px;
    height: 40px;
    bottom: -40px;
  }
  .sec04 .sec04_solutionSmall {
    font-size: 32px;
    margin: 40px 0 7px;
  }
  .sec04 .sec04_solutionMain {
    font-size: 48px;
    letter-spacing: 0.06em;
  }
  .sec04 .sec04_solutionMainDots {
    display: inline-block;
    background-image: url("../img/pc/sec04_dots.png");
    background-size: 137px 8px;
    padding-top: 2px;
  }
}

.sec05 .sec05_bgOrange1 {
  background: linear-gradient(180deg, #EA5529 0%, #FF8F00 100%);
  padding: min( 8.2666666667vw, 62px ) 0 0;
}
.sec05 .sec05_bg {
  background-image: url("../img/sp/sec05_bg.svg");
  background-size: min( 100vw, 750px ) min( 31.2vw, 234px );
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 0 min( 14.6666666667vw, 110px );
}
.sec05 .sec05_bgOrange2 {
  background-color: #FFF0DC;
  padding: 0 0 min( 2.6666666667vw, 20px );
  margin-top: max( -0.1333333333vw, -1px );
}
.sec05 .sec05_outer {
  max-width: min( 92vw, 690px );
  margin: 0 auto;
}
.sec05 .sec05_title {
  margin-left: max( -4vw, -30px );
  margin-right: max( -4vw, -30px );
}
.sec05 .sec05_item {
  filter: drop-shadow(0 min( 0.5333333333vw, 4px ) min( 0.5333333333vw, 4px ) rgba(0, 0, 0, 0.25));
  background-color: #fff;
  border-radius: min( 2.1333333333vw, 16px );
  margin-bottom: min( 6.6666666667vw, 50px );
  padding: min( 2vw, 15px ) min( 4vw, 30px ) min( 6.6666666667vw, 50px );
  position: relative;
}
@media screen and (min-width: 1080px) {
  .sec05 .sec05_item {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.sec05 .sec05_item:nth-child(1) {
  background-image: url("../img/sp/sec05_num1.png");
  background-size: min( 13.3333333333vw, 100px ) min( 44.8vw, 336px );
  background-position: 0 min( 13.3333333333vw, 100px );
  background-repeat: no-repeat;
}
.sec05 .sec05_item:nth-child(2) {
  background-image: url("../img/sp/sec05_num2.png");
  background-size: min( 23.0666666667vw, 173px ) min( 45.3333333333vw, 340px );
  background-position: min( 2.6666666667vw, 20px ) min( 13.3333333333vw, 100px );
  background-repeat: no-repeat;
}
.sec05 .sec05_item:nth-child(3) {
  background-image: url("../img/sp/sec05_num3.png");
  background-size: min( 22vw, 165px ) min( 45.3333333333vw, 340px );
  background-position: min( 2.6666666667vw, 20px ) min( 13.3333333333vw, 100px );
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.sec05 .sec05_listMainTitle {
  font-size: min( 5.6vw, 42px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  color: #EA5529;
  margin: min( 4vw, 30px ) 0 min( 3.3333333333vw, 25px );
  padding-bottom: min( 4vw, 30px );
  position: relative;
}
.sec05 .sec05_listMainTitle:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #EA5529;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min( 32vw, 240px );
  height: min( 0.2666666667vw, 2px );
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec05 .sec05_listGrid {
  display: grid;
}
.sec05 .sec05_listGrid.-grid1 {
  grid-template-columns: 1fr min( 42.6666666667vw, 320px );
}
.sec05 .sec05_listGrid.-grid1 .sec05_listTitle {
  grid-row: 1/2;
  grid-column: 1/2;
}
.sec05 .sec05_listGrid.-grid1 .sec05_listText {
  grid-row: 2/3;
  grid-column: 1/3;
}
.sec05 .sec05_listGrid.-grid1 .sec05_listFigArea {
  grid-row: 1/2;
  grid-column: 2/3;
}
.sec05 .sec05_listGrid.-grid2 {
  grid-template-columns: min( 46.6666666667vw, 350px ) 1fr;
}
.sec05 .sec05_listGrid.-grid2 .sec05_listTitle {
  grid-row: 1/2;
  grid-column: 2/3;
  letter-spacing: 0.01em;
  padding-top: min( 8vw, 60px );
  text-align: right;
}
.sec05 .sec05_listGrid.-grid2 .sec05_listText {
  grid-row: 2/3;
  grid-column: 1/3;
}
.sec05 .sec05_listGrid.-grid2 .sec05_listFigArea {
  grid-row: 1/2;
  grid-column: 1/2;
}
.sec05 .sec05_listGrid.-grid4 {
  grid-template-columns: 1fr min( 42.6666666667vw, 320px );
}
.sec05 .sec05_listGrid.-grid4 .sec05_listTitle {
  grid-row: 1/2;
  grid-column: 1/2;
}
.sec05 .sec05_listGrid.-grid4 .sec05_listText {
  grid-row: 2/3;
  grid-column: 1/3;
}
.sec05 .sec05_listGrid.-grid4 .sec05_listFigArea {
  grid-row: 1/2;
  grid-column: 2/3;
}
.sec05 .sec05_listTitle {
  font-size: min( 4.2666666667vw, 32px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.sec05 .sec05_listText {
  font-size: min( 3.4666666667vw, 26px );
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.04em;
  margin-top: min( 2.6666666667vw, 20px );
}
.sec05 .sec05_listFigTitle {
  font-size: min( 3.7333333333vw, 28px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #FFF0DC;
  border-radius: min( 5.3333333333vw, 40px );
  text-align: center;
  padding: min( 0.4vw, 3px ) 0;
  margin: min( 6vw, 45px ) 0 min( 2.6666666667vw, 20px );
}
.sec05 .sec05_listBox1 {
  font-size: min( 4vw, 30px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  color: #EA5529;
  border: min( 0.2666666667vw, 2px ) solid #EA5529;
  border-radius: min( 2.1333333333vw, 16px );
  height: min( 13.3333333333vw, 100px );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min( 3.3333333333vw, 25px );
}
.sec05 .sec05_wrapper {
  position: relative;
  top: max( -6.6666666667vw, -50px );
}
.sec05 .sec05_lead1 {
  font-size: min( 5.0666666667vw, 38px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  position: relative;
  padding-bottom: min( 5.3333333333vw, 40px );
  margin-bottom: min( 2.6666666667vw, 20px );
}
.sec05 .sec05_lead1:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/sp/sec05_arrow1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min( 14.6666666667vw, 110px );
  height: min( 4.9333333333vw, 37px );
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec05 .sec05_lead2 {
  font-size: min( 5.0666666667vw, 38px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: min( 6.6666666667vw, 50px );
}
.sec05 .sec05_flowItem {
  background-color: #fff;
  margin-bottom: min( 2.6666666667vw, 20px );
  filter: drop-shadow(0 min( 0.5333333333vw, 4px ) min( 0.5333333333vw, 4px ) rgba(0, 0, 0, 0.25));
  border-radius: min( 2.1333333333vw, 16px );
  display: flex;
  align-items: center;
  height: min( 22.6666666667vw, 170px );
  position: relative;
}
@media screen and (min-width: 1080px) {
  .sec05 .sec05_flowItem {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.sec05 .sec05_flowItem:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/sp/sec05_arrow2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min( 16vw, 120px );
  height: min( 5.3333333333vw, 40px );
  top: max( -2.6666666667vw, -20px );
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.sec05 .sec05_flowItem:nth-child(1):after {
  display: none;
}
.sec05 .sec05_flowItem:nth-child(1) .sec05_flowIcon img {
  width: min( 16vw, 120px );
}
.sec05 .sec05_flowItem:nth-child(2) .sec05_flowIcon img {
  width: min( 16vw, 120px );
}
.sec05 .sec05_flowItem:nth-child(3) .sec05_flowIcon img {
  width: min( 22.6666666667vw, 170px );
}
.sec05 .sec05_flowIcon {
  flex: 0 0 min( 33.3333333333vw, 250px );
  text-align: center;
}
.sec05 .sec05_flowText {
  flex: 0 0 min( 58.6666666667vw, 440px );
  font-size: min( 4.2666666667vw, 32px );
  line-height: 120%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.sec05 .sec05_flowTextLarge {
  font-size: min( 5.0666666667vw, 38px );
}
.sec05 .sec05_TextFig {
  margin-top: min( 6.6666666667vw, 50px );
}
@media screen and (min-width: 1080px) {
  .sec05 {
    margin-bottom: -140px;
  }
  .sec05 .sec05_bgOrange1 {
    padding: 60px 0 0;
  }
  .sec05 .sec05_bg {
    background-image: url("../img/pc/sec05_bg.svg");
    background-size: 1920px 600px;
    padding: 0 0 280px;
  }
  .sec05 .sec05_bgOrange2 {
    padding: 0 0 0px;
    margin-top: 0;
  }
  .sec05 .sec05_outer {
    max-width: 920px;
  }
  .sec05 .sec05_title {
    margin-left: 0;
    margin-right: 0;
  }
  .sec05 .sec05_titleFig {
    width: 679px;
    margin: 0 auto;
  }
  .sec05 .sec05_list {
    margin-top: -25px;
  }
  .sec05 .sec05_item {
    border-radius: 16px;
    margin-bottom: 40px;
    padding: 40px 50px 40px;
  }
  .sec05 .sec05_item:nth-child(1) {
    background-image: url("../img/pc/sec05_num1.png");
    background-size: 82px 280px;
    background-position: 5x 80px;
  }
  .sec05 .sec05_item:nth-child(2) {
    background-image: url("../img/pc/sec05_num2.png");
    background-size: 144px 284px;
    background-position: 20px 80px;
  }
  .sec05 .sec05_item:nth-child(3) {
    background-image: url("../img/pc/sec05_num3.png");
    background-size: 138px 284px;
    background-position: 10px 80px;
  }
  .sec05 .sec05_listMainTitle {
    font-size: 36px;
    margin: 0 0 36px;
    padding-bottom: 40px;
  }
  .sec05 .sec05_listMainTitle:after {
    width: 160px;
    height: 2px;
  }
  .sec05 .sec05_listGrid.-grid1 {
    grid-template-columns: 1fr 320px;
    z-index: 2;
    position: relative;
  }
  .sec05 .sec05_listGrid.-grid1 .sec05_listTitle {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .sec05 .sec05_listGrid.-grid1 .sec05_listText {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .sec05 .sec05_listGrid.-grid1 .sec05_listFigArea {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-left: 20px;
  }
  .sec05 .sec05_listGrid.-grid2 {
    grid-template-columns: 370px 1fr;
    margin-top: -40px;
  }
  .sec05 .sec05_listGrid.-grid2 .sec05_listTitle {
    grid-row: 1/2;
    grid-column: 2/3;
    padding-top: 60px;
    text-align: left;
    margin-left: -40px;
  }
  .sec05 .sec05_listGrid.-grid2 .sec05_listText {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: -40px;
  }
  .sec05 .sec05_listGrid.-grid2 .sec05_listFigArea {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .sec05 .sec05_listGrid.-grid3 {
    grid-template-columns: 1fr 520px;
    grid-template-rows: 76px 1fr;
  }
  .sec05 .sec05_listGrid.-grid3 .sec05_listTitle {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .sec05 .sec05_listGrid.-grid3 .sec05_listText {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .sec05 .sec05_listGrid.-grid3 .sec05_listFigArea {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-left: 20px;
  }
  .sec05 .sec05_listGrid.-grid4 {
    grid-template-columns: 1fr 320px;
    margin-bottom: 40px;
  }
  .sec05 .sec05_listGrid.-grid4 .sec05_listTitle {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .sec05 .sec05_listGrid.-grid4 .sec05_listText {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .sec05 .sec05_listGrid.-grid4 .sec05_listFigArea {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-left: 20px;
  }
  .sec05 .sec05_listTitle {
    font-size: 24px;
  }
  .sec05 .sec05_listText {
    font-size: 16px;
    margin-top: 16px;
  }
  .sec05 .sec05_listFigTitle {
    font-size: 20px;
    border-radius: 40px;
    text-align: center;
    padding: 3px 0;
    margin: 0 auto 20px;
    max-width: 690px;
  }
  .sec05 .sec05_listBoxWrap {
    display: flex;
    justify-content: center;
  }
  .sec05 .sec05_listBox1 {
    font-size: 24px;
    border: 2px solid #EA5529;
    border-radius: 16px;
    height: 120px;
    margin: 0 10px;
    flex: 0 0 335px;
  }
  .sec05 .sec05_wrapper {
    top: -200px;
  }
  .sec05 .sec05_lead1 {
    font-size: 32px;
    padding-bottom: 45px;
    margin-bottom: 40px;
  }
  .sec05 .sec05_lead1:after {
    background-image: url("../img/pc/sec05_arrow1.svg");
    width: 90px;
    height: 30px;
    bottom: 0;
  }
  .sec05 .sec05_lead2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .sec05 .sec05_flow {
    display: flex;
    justify-content: space-between;
  }
  .sec05 .sec05_flowItem {
    margin-bottom: 0;
    border-radius: 16px;
    display: block;
    height: 260px;
    flex: 0 0 300px;
    padding: 40px 0 0;
  }
  .sec05 .sec05_flowItem:after {
    background-image: url("../img/pc/sec05_arrow2.svg");
    width: 30px;
    height: 90px;
    top: 50%;
    left: -10px;
    transform: translateX(0) translateY(-50%);
  }
  .sec05 .sec05_flowItem:nth-child(1) .sec05_flowIcon {
    margin-bottom: 40px;
  }
  .sec05 .sec05_flowItem:nth-child(1) .sec05_flowIcon img {
    width: 102px;
  }
  .sec05 .sec05_flowItem:nth-child(2) .sec05_flowIcon {
    margin-bottom: 15px;
  }
  .sec05 .sec05_flowItem:nth-child(2) .sec05_flowIcon img {
    width: 106px;
  }
  .sec05 .sec05_flowItem:nth-child(3) .sec05_flowIcon {
    margin-bottom: 15px;
  }
  .sec05 .sec05_flowItem:nth-child(3) .sec05_flowIcon img {
    width: 170px;
  }
  .sec05 .sec05_flowIcon {
    text-align: center;
  }
  .sec05 .sec05_flowText {
    font-size: 24px;
    line-height: 160%;
    text-align: center;
  }
  .sec05 .sec05_flowTextLarge {
    font-size: 32px;
  }
  .sec05 .sec05_TextFig {
    width: 854px;
    margin: 40px auto 0;
  }
}

.sec06 {
  background: linear-gradient(180deg, #EA5529 0%, #FF8F00 100%);
}
.sec06 .sec06_bg {
  background-image: url("../img/common/sec06_bg.svg");
  background-size: min( 50.6666666667vw, 380px ) min( 50.6666666667vw, 380px );
  background-position: min( 48vw, 360px ) min( 8vw, 60px );
  background-repeat: no-repeat;
}
.sec06 .sec06_outer {
  max-width: min( 84vw, 630px );
  margin: auto;
  padding: min( 6.6666666667vw, 50px ) 0 min( 9.3333333333vw, 70px );
}
@media screen and (min-width: 1080px) {
  .sec06 .sec06_outer {
    max-width: 920px;
  }
}
.sec06 .sec06_title {
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min( 8vw, 60px );
  line-height: 160%;
  color: #fff;
  margin-bottom: min( 5.3333333333vw, 40px );
}
.sec06 .sec06_titleSmall {
  font-size: min( 5.6vw, 42px );
}
.sec06 .sec06_btn {
  margin-left: max( -4vw, -30px );
  margin-right: max( -4vw, -30px );
}
@media screen and (min-width: 1080px) {
  .sec06 .sec06_bg {
    background-image: url("../img/common/sec06_bg.svg");
    background-size: 320px;
    background-position: left 75% top 60px;
  }
  .sec06 .sec06_outer {
    padding: 60px 0;
  }
  .sec06 .sec06_title {
    font-size: 48px;
    margin-bottom: 24px;
    text-align: center;
  }
  .sec06 .sec06_titleSmall {
    font-size: 36px;
  }
  .sec06 .sec06_btn {
    margin-left: 0;
    margin-right: 0;
  }
}

.sec07 {
  padding: min( 8vw, 60px ) 0 0;
  background-color: #FFF0DC;
  background-image: url("../img/common/sec07_bg.svg"), url("../img/common/sec07_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;
}
.sec07 .sec07_outer {
  max-width: min( 84vw, 630px );
  margin: auto;
  padding: 0 0 min( 1.3333333333vw, 10px );
}
@media screen and (min-width: 1080px) {
  .sec07 .sec07_outer {
    max-width: 920px;
  }
}
.sec07 .sec07_title {
  margin-left: max( -8vw, -60px );
  margin-right: max( -8vw, -60px );
}
.sec07 .sec07_item {
  margin-bottom: min( 9.3333333333vw, 70px );
}
.sec07 .sec07_itemGrid {
  margin-right: max( -8vw, -60px );
  display: grid;
  grid-template-columns: 1fr min( 48vw, 360px );
}
.sec07 .sec07_itemTitleArea {
  grid-row: 1/2;
  grid-column: 1/2;
}
.sec07 .sec07_num {
  margin: 0 0 min( 2.9333333333vw, 22px );
}
.sec07 .sec07_itemTitle {
  font-size: min( 5.6vw, 42px );
  line-height: 140%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #EA5529;
  text-align: left;
}
.sec07 .sec07_itemFig {
  grid-row: 1/2;
  grid-column: 2/3;
}
.sec07 .sec07_itemTextArea {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-right: min( 8vw, 60px );
}
.sec07 .sec07_itemText {
  font-size: min( 3.4666666667vw, 26px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: left;
}
.sec07 .sec07_itemTextRight {
  margin-left: min( 28vw, 210px );
}
.sec07 .sec07_circleList {
  display: flex;
  justify-content: space-between;
  margin: min( 4vw, 30px ) 0;
}
.sec07 .sec07_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;
}
.sec07 .sec07_circleText1 {
  font-size: min( 5.0666666667vw, 38px );
  line-height: 100%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: min( 1.3333333333vw, 10px );
}
.sec07 .sec07_circleText2 {
  font-size: min( 2.9333333333vw, 22px );
  line-height: 100%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: min( 1.3333333333vw, 10px );
}
.sec07 .sec07_circleText3 {
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
}
.sec07 .sec07_circleText3num {
  color: #EA5529;
  line-height: 100%;
  font-family: "Arial", "メイリオ";
  font-weight: 700;
  letter-spacing: 0.01em;
}
.sec07 .sec07_circleText3num.-f1 {
  font-size: min( 8.2666666667vw, 62px );
}
.sec07 .sec07_circleText3num.-f2 {
  font-size: min( 8.2666666667vw, 62px );
}
.sec07 .sec07_circleText3num.-f3 {
  font-size: min( 6.9333333333vw, 52px );
}
.sec07 .sec07_circleText3num.-f4 {
  font-size: min( 8.2666666667vw, 62px );
}
.sec07 .sec07_circleText3num.-f5 {
  font-size: min( 6.6666666667vw, 50px );
}
.sec07 .sec07_circleText3num.-f6 {
  font-size: min( 5.0666666667vw, 38px );
}
.sec07 .sec07_circleText3jp {
  font-size: min( 3.4666666667vw, 26px );
}
.sec07 .sec07_voice {
  background-color: #fff;
  border-left: min( 0.5333333333vw, 4px ) solid #EA5529;
  padding: min( 4.2666666667vw, 32px ) min( 5.3333333333vw, 40px );
}
.sec07 .sec07_voiceTitle {
  font-size: min( 4vw, 30px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-bottom: min( 2.6666666667vw, 20px );
}
.sec07 .sec07_voiceText {
  font-size: min( 3.4666666667vw, 26px );
  line-height: 160%;
}
@media screen and (min-width: 1080px) {
  .sec07 {
    padding: 60px 0;
    background-size: 320px, 320px;
    background-position: 400px 245px, 400px 1049px;
  }
  .sec07 .sec07_outer {
    padding: 0 0;
  }
  .sec07 .sec07_title {
    margin-left: 0;
    margin-right: 0;
  }
  .sec07 .sec07_titleFig {
    width: 467px;
    margin: 0 auto;
  }
  .sec07 .sec07_item {
    margin-bottom: 80px;
  }
  .sec07 .sec07_item:last-child {
    margin-bottom: 0px;
  }
  .sec07 .sec07_itemGrid {
    margin-right: 0;
    grid-template-columns: 1fr 348px;
    grid-template-rows: 165px 1fr;
  }
  .sec07 .sec07_itemTitleArea {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .sec07 .sec07_num {
    margin: 0 0 18px;
  }
  .sec07 .sec07_num.-num1 {
    width: 397px;
  }
  .sec07 .sec07_num.-num2 {
    width: 406px;
  }
  .sec07 .sec07_itemTitle {
    font-size: 36px;
  }
  .sec07 .sec07_itemFig {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .sec07 .sec07_itemTextArea {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-right: 0;
  }
  .sec07 .sec07_itemText {
    font-size: 16px;
    margin-right: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .sec07 .sec07_itemTextRight {
    margin-left: 0;
  }
  .sec07 .sec07_circleList {
    justify-content: center;
    margin: -25px 0 25px;
  }
  .sec07 .sec07_circleItem {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #EA5529;
    flex: 0 0 180px;
    margin: 0 10px;
  }
  .sec07 .sec07_circleText1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .sec07 .sec07_circleText2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec07 .sec07_circleText3num.-f1 {
    font-size: 56px;
  }
  .sec07 .sec07_circleText3num.-f2 {
    font-size: 56px;
  }
  .sec07 .sec07_circleText3num.-f3 {
    font-size: 48px;
  }
  .sec07 .sec07_circleText3num.-f4 {
    font-size: 56px;
  }
  .sec07 .sec07_circleText3num.-f5 {
    font-size: 48px;
  }
  .sec07 .sec07_circleText3num.-f6 {
    font-size: 36px;
  }
  .sec07 .sec07_circleText3jp {
    font-size: 24px;
  }
  .sec07 .sec07_voice {
    border-left: 4px solid #EA5529;
    padding: 32px 40px;
  }
  .sec07 .sec07_voiceTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec07 .sec07_voiceText {
    font-size: 16px;
  }
}

.sec08 {
  padding: min( 8vw, 60px ) 0;
}
.sec08 .sec08_outer {
  max-width: min( 84vw, 630px );
  margin: auto;
}
@media screen and (min-width: 1080px) {
  .sec08 .sec08_outer {
    max-width: 920px;
  }
}
.sec08 .sec08_title {
  font-size: min( 8vw, 60px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #EA5529;
  color: #fff;
  border-radius: min( 10.6666666667vw, 80px );
  height: min( 12.8vw, 96px );
  text-align: center;
  margin-bottom: min( 5.3333333333vw, 40px );
}
.sec08 .sec08_text1 {
  font-size: min( 5.6vw, 42px );
  line-height: 140%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #EA5529;
  text-align: center;
  margin-bottom: min( 2.6666666667vw, 20px );
}
.sec08 .sec08_text2 {
  font-size: min( 4vw, 30px );
  line-height: 160%;
  text-align: center;
  margin-bottom: min( 6.6666666667vw, 50px );
}
.sec08 .sec08_title2 {
  font-size: min( 3.7333333333vw, 28px );
  line-height: 100%;
  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%);
  color: #fff;
  border-radius: min( 5.3333333333vw, 40px );
  height: min( 7.0666666667vw, 53px );
  text-align: center;
  margin-bottom: min( 4vw, 30px );
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec08 .sec08_item {
  font-size: min( 4vw, 30px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  color: #EA5529;
  border: min( 0.2666666667vw, 2px ) solid #EA5529;
  border-radius: min( 2.1333333333vw, 16px );
  background: #FFF0DC;
  height: min( 13.3333333333vw, 100px );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min( 3.3333333333vw, 25px );
  position: relative;
}
.sec08 .sec08_item::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/common/sec08_icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min( 10.5333333333vw, 79px );
  height: min( 13.6vw, 102px );
  top: max( -3.3333333333vw, -25px );
}
.sec08 .sec08_item:nth-child(1):after {
  left: max( -5.2vw, -39px );
}
.sec08 .sec08_item:nth-child(2):after {
  right: max( -5.2vw, -39px );
}
.sec08 .sec08_itemAsta {
  font-size: min( 2.6666666667vw, 20px );
  position: relative;
  bottom: max( -0.5333333333vw, -4px );
}
.sec08 .sec08_note {
  font-size: min( 2.6666666667vw, 20px );
  line-height: 130%;
  margin-top: min( 5.3333333333vw, 40px );
}
@media screen and (min-width: 1080px) {
  .sec08 {
    padding: 60px 0;
  }
  .sec08 .sec08_title {
    font-size: 48px;
    color: #fff;
    border-radius: 80px;
    height: 80px;
    width: 690px;
    margin: 0 auto 40px;
  }
  .sec08 .sec08_text1 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .sec08 .sec08_text2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .sec08 .sec08_title2 {
    font-size: 20px;
    border-radius: 40px;
    height: 40px;
    width: 690px;
    margin: 0 auto 20px;
  }
  .sec08 .sec08_list {
    display: flex;
    justify-content: center;
  }
  .sec08 .sec08_item {
    font-size: 24px;
    border: 2px solid #EA5529;
    border-radius: 16px;
    height: 120px;
    flex: 0 0 335px;
    margin: 0 10px 0;
  }
  .sec08 .sec08_item::after {
    width: 65px;
    height: 84px;
    top: -15px;
  }
  .sec08 .sec08_item:nth-child(1):after {
    left: -20px;
  }
  .sec08 .sec08_item:nth-child(2):after {
    right: -20px;
  }
  .sec08 .sec08_itemAsta {
    font-size: 10px;
    position: relative;
    bottom: -25px;
  }
  .sec08 .sec08_note {
    font-size: 10px;
    line-height: 130%;
    margin-top: 24px;
  }
}

.sec09 {
  padding: min( 9.3333333333vw, 70px ) 0 min( 8vw, 60px );
  background: linear-gradient(180deg, #EA5529 -24.11%, #FF8F00 100%);
}
.sec09 .sec09_outer {
  max-width: min( 84vw, 630px );
  margin: auto;
}
@media screen and (min-width: 1080px) {
  .sec09 .sec09_outer {
    max-width: 920px;
  }
}
.sec09 .sec09_title {
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: min( 6vw, 45px );
  background-image: url("../img/sp/sec09_deco.png");
  background-size: min( 86.6666666667vw, 650px ) min( 20.4vw, 153px );
  background-position: center;
  background-repeat: no-repeat;
}
.sec09 .sec09_titleSmall {
  font-size: min( 5.0666666667vw, 38px );
  line-height: 160%;
  display: block;
}
.sec09 .sec09_titleMain {
  font-size: min( 8vw, 60px );
  line-height: 160%;
  display: block;
}
.sec09 .sec09_text {
  font-size: min( 4vw, 30px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
.sec09 .sec09_fig {
  margin: min( 8vw, 60px ) 0;
}
@media screen and (min-width: 1080px) {
  .sec09 {
    padding: 70px 0 60px;
  }
  .sec09 .sec09_title {
    margin-bottom: 55px;
    background-image: url("../img/pc/sec09_deco.png");
    background-size: 640px 150px;
  }
  .sec09 .sec09_titleSmall {
    font-size: 32px;
  }
  .sec09 .sec09_titleMain {
    font-size: 48px;
  }
  .sec09 .sec09_text {
    font-size: 24px;
  }
  .sec09 .sec09_fig {
    width: 540px;
    margin: 40px auto 60px;
  }
}

.sec10 {
  padding: min( 8vw, 60px ) 0 min( 8vw, 60px );
}
.sec10 .sec10_outer {
  max-width: min( 92vw, 690px );
  margin: 0 auto;
}
.sec10 .sec10_title {
  font-size: min( 8vw, 60px );
  line-height: 150%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #EA5529;
  text-align: center;
  margin-bottom: min( 2vw, 15px );
}
.sec10 .sec10_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) {
  .sec10 .sec10_item {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.sec10 .sec11_fig {
  flex: 0 0 min( 34.6666666667vw, 260px );
}
.sec10 .sec11_fig img {
  vertical-align: top;
}
.sec10 .sec10_textArea {
  flex: 1 1 auto;
  padding: min( 2.6666666667vw, 20px );
}
.sec10 .sec10_text1 {
  font-size: min( 4vw, 30px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-bottom: min( 1.3333333333vw, 10px );
}
.sec10 .sec10_text2 {
  font-size: min( 3.4666666667vw, 26px );
  line-height: 160%;
}
@media screen and (min-width: 1080px) {
  .sec10 {
    padding: 60px 0 20px;
  }
  .sec10 .sec10_outer {
    max-width: 920px;
  }
  .sec10 .sec10_title {
    font-size: 48px;
    line-height: 160%;
    font-weight: 700;
    font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin-bottom: 40px;
  }
  .sec10 .sec10_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec10 .sec10_item {
    display: block;
    margin-bottom: 40px;
    flex: 0 0 300px;
  }
  .sec10 .sec10_textArea {
    padding: 12px 20px 20px;
  }
  .sec10 .sec10_text1 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .sec10 .sec10_text2 {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

.sec11 {
  padding: min( 4vw, 30px ) 0 min( 5.3333333333vw, 40px );
  background-color: #FFF0DC;
}
.sec11 .sec11_outer {
  max-width: min( 84vw, 630px );
  margin: auto;
}
@media screen and (min-width: 1080px) {
  .sec11 .sec11_outer {
    max-width: 920px;
  }
}
.sec11 .sec11_item {
  background-color: #fff;
  padding: 0 min( 4vw, 30px );
  margin-bottom: min( 5.3333333333vw, 40px );
}
.sec11 .sec11_head {
  padding: min( 5.3333333333vw, 40px ) 0;
  cursor: pointer;
}
.sec11 .sec11_head.open .sec11_headText:after {
  transform: translateY(-50%);
}
.sec11 .sec11_headText {
  font-size: min( 4vw, 30px );
  line-height: 140%;
  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;
}
.sec11 .sec11_headText::before {
  content: "Q.";
  font-size: min( 4vw, 30px );
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min( 1.3333333333vw, 10px );
}
.sec11 .sec11_headText::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/sp/sec11_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);
}
.sec11 .sec11_body {
  border-top: min( 0.2666666667vw, 2px ) solid #000;
  display: none;
}
.sec11 .sec11_bodyInner {
  font-size: min( 3.4666666667vw, 26px );
  line-height: 160%;
  padding: min( 4vw, 30px ) 0 min( 5.3333333333vw, 40px );
}
@media screen and (min-width: 1080px) {
  .sec11 {
    padding: 25px 0 35px;
  }
  .sec11 .sec11_title {
    width: 320px;
    margin: 0 auto;
  }
  .sec11 .sec11_list {
    margin: -20px auto 0;
    max-width: 690px;
  }
  .sec11 .sec11_item {
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .sec11 .sec11_head {
    padding: 30px 0;
    cursor: pointer;
  }
  .sec11 .sec11_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;
  }
  .sec11 .sec11_headText::before {
    font-size: 24px;
    left: 0px;
  }
  .sec11 .sec11_headText::after {
    background-image: url("../img/pc/sec11_arrow.png");
    width: 22px;
    height: 13px;
    right: 0;
  }
  .sec11 .sec11_body {
    border-top: 2px solid #000;
    display: none;
  }
  .sec11 .sec11_bodyInner {
    font-size: 16px;
    padding: 30px 0;
  }
}

.sec12 {
  padding: min( 13.3333333333vw, 100px ) 0 min( 9.3333333333vw, 70px );
  background-image: url("../img/sp/sec12_2.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.sec12 .sec12_outer {
  max-width: min( 84vw, 630px );
  margin: auto;
}
@media screen and (min-width: 1080px) {
  .sec12 .sec12_outer {
    max-width: 920px;
  }
}
.sec12 .sec12_title {
  text-shadow: 0px 0px 16px #FFFFFF, 0px 0px 8px #FFFFFF;
  font-size: min( 10.1333333333vw, 76px );
  padding-bottom: min( 24vw, 180px );
  line-height: 120%;
}
.sec12 .sec12_title .sec12_titleSmall {
  font-size: min( 6.4vw, 48px );
}
.sec12 .sec12_title .sec12_titleMiddle {
  font-size: min( 8vw, 60px );
}
.sec12 .sec12_list {
  position: relative;
}
.sec12 .sec12_list:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: max( -24vw, -180px );
  background-image: url("../img/sp/sec12_1.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: min( 100vw, 750px );
  height: min( 35.3333333333vw, 265px );
  transform: translateX(-50%);
}
.sec12 .sec12__text {
  font-size: min( 8vw, 60px );
  padding: min( 2.6666666667vw, 20px ) 0 min( 5.3333333333vw, 40px );
  line-height: 160%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
}
.sec12 .sec12__textSmall {
  font-size: min( 5.6vw, 42px );
}
.sec12 .sec12_btn {
  margin-left: max( -4vw, -30px );
  margin-right: max( -4vw, -30px );
}
@media screen and (min-width: 1080px) {
  .sec12 {
    padding: 60px 0;
    background-image: url("../img/pc/sec12_2.jpg");
  }
  .sec12 .sec12_title {
    font-size: 64px;
    padding-bottom: 167px;
    line-height: 102%;
  }
  .sec12 .sec12_title .sec12_titleSmall {
    font-size: 40px;
  }
  .sec12 .sec12_title .sec12_titleMiddle {
    font-size: 48px;
  }
  .sec12 .sec12_list:before {
    top: -108px;
    background-image: url("../img/pc/sec12_1.png");
    width: 480px;
    height: 264px;
  }
  .sec12 .sec12__text {
    font-size: 48px;
    padding: 45px 0 20px;
    text-align: center;
  }
  .sec12 .sec12__textSmall {
    font-size: 36px;
  }
  .sec12 .sec12_btn {
    margin-left: 0;
    margin-right: 0;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@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 {
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.loop-slider .loop-slider__wrap.-row2 {
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}
.loop-slider .loop-slider__wrap.-row3 {
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
}
.loop-slider .loop-slider__list {
  display: flex;
  list-style: none;
}
.loop-slider .loop-slider__list--left {
  -webkit-animation: infinity-scroll-left 25s linear infinite;
          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 18px;
    width: 107px;
    height: 40px;
    margin: 0;
    border-radius: 20px;
    font-size: 16px;
    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 */