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", "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: #333;
  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: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min( 1.4814814815vw, 16px );
  line-height: 180%;
  margin: 0;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  text-align: justify;
}

.btn {
  transition: filter 0.3s;
}

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

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

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

.block {
  display: block;
}

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

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

.green {
  color: #1d867f;
}

.orange {
  color: #fb9333;
}

.red {
  color: #b03d46;
}

.yellow {
  color: #f3fd7c;
}

.white {
  color: #fff;
}

.relative {
  position: relative;
}

figure {
  margin: 0;
}

img {
  width: 100%;
}

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

.bold {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .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;
  border-bottom: min( 0.1851851852vw, 2px ) solid var(--base-ddd, #ddd);
}
.header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: min( 7.2222222222vw, 78px );
  max-width: min( 92.5925925926vw, 1000px );
  margin: auto;
}
.header .header_logo {
  flex: 0 0 min( 22.8703703704vw, 247px );
}
.header .header_cv {
  flex: 0 0 min( 46.6666666667vw, 504px );
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_cvBtn.-a .header_cvBtnLink {
  background-color: #EB5757;
}
.header .header_cvBtn.-b .header_cvBtnLink {
  background-color: #25579D;
}
.header .header_cvBtnLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 22.2222222222vw, 240px );
  height: min( 4.4444444444vw, 48px );
  border-radius: min( 9.2592592593vw, 100px );
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
  box-shadow: 0px min( 0.3703703704vw, 4px ) min( 0.3703703704vw, 4px ) 0px rgba(0, 0, 0, 0.2);
}
.header .header_cvBtnLink::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/pc/btn_arrow.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min( 1.2962962963vw, 14px );
  height: min( 1.1111111111vw, 12px );
  top: 50%;
  transform: translateY(-50%);
  right: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .header {
    border-bottom: min(0.2666666667vw, 2px) solid var(--base-ddd, #ddd);
  }
  .header .header_inner {
    height: min(9.6vw, 72px);
    padding: 0 min(4vw, 30px);
    max-width: none;
  }
  .header .header_logo {
    flex: 0 0 min(30.9333333333vw, 232px);
  }
  .header .header_cv {
    flex: 0 0 min(48.5333333333vw, 364px);
  }
  .header .header_cvBtnLink {
    width: min(26.9333333333vw, 202px);
    height: min(5.8666666667vw, 44px);
    font-size: min(2.4vw, 18px);
    letter-spacing: 0;
    box-shadow: 0px min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) 0px rgba(0, 0, 0, 0.2);
  }
  .header .header_cvBtnLink::after {
    background-image: url("../img/sp/btn_arrow.png");
    width: min(1.0666666667vw, 8px);
    height: min(0.9333333333vw, 7px);
    right: min(1.0666666667vw, 8px);
  }
  .header .-b .header_cvBtnLink {
    width: min(20.5333333333vw, 154px);
  }
}

.footer {
  background: #333;
  padding: min( 9.2592592593vw, 100px ) 0 min( 3.7037037037vw, 40px );
  color: #fff;
}
.footer .footer_outer {
  width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
  position: relative;
}
.footer .footer_list {
  display: flex;
  justify-content: center;
}
.footer .footer_list li {
  line-height: 1;
}
.footer .footer_list li:nth-child(2) {
  margin: 0 min( 2.7777777778vw, 30px );
  padding: 0 min( 2.7777777778vw, 30px );
  border: 1px solid #fff;
  border-width: 0 1px;
}
.footer .footer_item a {
  font-size: min( 1.6666666667vw, 18px );
  letter-spacing: 0.08em;
  color: #fff;
}
.footer .footer_copy {
  margin: min( 7.4074074074vw, 80px ) 0 0;
  font-size: min( 0.9259259259vw, 10px );
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: min(8vw, 60px) 0;
  }
  .footer .footer_outer {
    width: 100%;
  }
  .footer .footer_list {
    flex-direction: column;
    align-items: center;
    gap: min(5.3333333333vw, 40px);
  }
  .footer .footer_list li:nth-child(2) {
    margin: 0;
    padding: 0;
    border-width: 0;
  }
  .footer .footer_item a {
    font-size: min(2.4vw, 18px);
  }
  .footer .footer_copy {
    margin: min(8vw, 60px) 0 0;
    font-size: min(2.1333333333vw, 16px);
  }
}

.fv {
  margin-top: min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: min(9.6vw, 72px);
  }
}

.sec01 {
  background-image: url(../img/pc/sec01_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px );
  background-repeat: no-repeat;
  background-position: center top;
}
.sec01 .sec01_box01 {
  box-sizing: border-box;
  height: min( 51.0185185185vw, 551px );
  padding-top: min( 5.5555555556vw, 60px );
}
.sec01 .sec01_box01 .sec01_title {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.sec01 .sec01_box01 .sec01_title .large {
  font-size: min( 3.7037037037vw, 40px );
}
.sec01 .sec01_box01 .sec01_title .large .wave {
  color: #25579D;
  padding-bottom: min( 0.3703703704vw, 4px );
  background: url(../img/pc/wavy.png) 50% 100% repeat-x;
  background-size: min( 2.5925925926vw, 28px );
}
.sec01 .sec01_box01 .sec01_box02 {
  width: fit-content;
  margin: 0 auto;
  padding-left: min( 21.2037037037vw, 229px );
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
.sec01 .sec01_box01 .sec01_box02 .sec01_list {
  display: flex;
  flex-direction: column;
  margin: min( 8.3333333333vw, 90px ) 0 min( 2.5vw, 27px );
  line-height: 1.8;
}
.sec01 .sec01_box01 .sec01_box02 .sec01_list li {
  padding-left: min( 3.7037037037vw, 40px );
  background: url(../img/pc/icon-check-01.png) 0 min( 0.462962963vw, 5px ) no-repeat;
  background-size: min( 3.0555555556vw, 33px );
}
.sec01 .sec01_box01 .sec01_box02 .large {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
}
.sec01 .sec01_box01 .sec01_box02 .large b {
  display: inline-block;
  padding-top: min( 0.7407407407vw, 8px );
  color: #F5E32C;
}
.sec01 .sec01_box03 {
  padding: min( 5.3703703704vw, 58px ) 0 min( 4.8148148148vw, 52px );
  background: url(../img/pc/sec01_box03_bg.png) 50% 0 no-repeat #1BAEA5;
  background-size: min( 1.2962962963vw, 14px );
}
.sec01 .sec01_box03 p {
  text-align: center;
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
.sec01 .sec01_box03 p img {
  width: min( 54.3518518519vw, 587px );
}
.sec01 .sec01_box03 p .sec01_box04 {
  position: relative;
  left: min( 0.9259259259vw, 10px );
  bottom: min( 5.1851851852vw, 56px );
}
.sec01 .sec01_box03 p .sec01_box04 .sec01_text01 {
  font-size: min( 2.962962963vw, 32px );
}
.sec01 .sec01_box03 p .sec01_box04 .sec01_text02 {
  font-size: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec01 {
    background-image: url(../img/sp/sec01_bg.jpg);
    background-size: 100%;
  }
  .sec01 .sec01_box01 {
    height: min(108.4vw, 813px);
    padding-top: min(8.9333333333vw, 67px);
  }
  .sec01 .sec01_box01 .sec01_title {
    font-size: min(4.2666666667vw, 32px);
  }
  .sec01 .sec01_box01 .sec01_title .large {
    font-size: min(5.8666666667vw, 44px);
  }
  .sec01 .sec01_box01 .sec01_title .large .wave {
    color: #25579D;
    padding-bottom: min(0.8vw, 6px);
    background: url(../img/sp/wavy.png) 50% 100% repeat-x;
    background-size: min(3.7333333333vw, 28px);
  }
  .sec01 .sec01_box01 .sec01_box02 {
    width: min(63.7333333333vw, 478px);
    padding-left: 0;
    font-size: min(3.4666666667vw, 26px);
    letter-spacing: 0.06em;
  }
  .sec01 .sec01_box01 .sec01_box02 .sec01_list {
    gap: min(2.1333333333vw, 16px);
    margin: min(11.2vw, 84px) 0 min(5.0666666667vw, 38px);
  }
  .sec01 .sec01_box01 .sec01_box02 .sec01_list li {
    padding-left: min(6.9333333333vw, 52px);
    background: url(../img/sp/icon-check-01.png) 0 50% no-repeat;
    background-size: min(4.4vw, 33px);
  }
  .sec01 .sec01_box01 .sec01_box02 p {
    text-align: center;
    font-size: min(3.2vw, 24px);
  }
  .sec01 .sec01_box01 .sec01_box02 .large {
    display: inline-block;
    padding-top: min(2.4vw, 18px);
    font-size: min(5.8666666667vw, 44px);
  }
  .sec01 .sec01_box01 .sec01_box02 .large b {
    padding-top: 0;
  }
  .sec01 .sec01_box03 {
    padding: min(7.2vw, 54px) 0 min(6.2666666667vw, 47px);
    background: url(../img/sp/sec01_box03_bg.png) 50% 0 no-repeat #1BAEA5;
    background-size: min(1.8666666667vw, 14px);
  }
  .sec01 .sec01_box03 p {
    font-size: min(4.2666666667vw, 32px);
  }
  .sec01 .sec01_box03 p img {
    width: min(87.7333333333vw, 658px);
  }
  .sec01 .sec01_box03 p .sec01_box04 {
    left: 0;
    bottom: 0;
  }
  .sec01 .sec01_box03 p .sec01_box04 .sec01_text01 {
    font-size: min(4.2666666667vw, 32px);
  }
  .sec01 .sec01_box03 p .sec01_box04 .sec01_text02 {
    font-size: min(5.8666666667vw, 44px);
  }
}

.sec02 {
  box-sizing: border-box;
  height: min( 138.7037037037vw, 1498px );
  background-image: url(../img/pc/sec02_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px );
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: min( 177.7777777778vw, 1920px );
  margin: 0 auto;
  padding: min( 18.9814814815vw, 205px ) 0 0;
}
.sec02 .sec02_inner {
  width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
}
.sec02 .sec02_box01, .sec02 .sec02_box02 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: min( 2.3148148148vw, 25px );
  width: min( 43.5185185185vw, 470px );
  margin: 0 0 min( 10.5555555556vw, 114px ) auto;
}
.sec02 .sec02_box01 dl, .sec02 .sec02_box02 dl {
  box-sizing: border-box;
  width: min( 43.5185185185vw, 470px );
  background: #244879;
  border: min( 0.1851851852vw, 2px ) solid #244879;
  border-radius: min( 0.9259259259vw, 10px );
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 0 min( 2.2222222222vw, 24px ) rgba(0, 0, 0, 0.14);
}
.sec02 .sec02_box01 dt, .sec02 .sec02_box02 dt {
  padding: min( 1.2037037037vw, 13px ) 0;
  font-size: min( 2.2222222222vw, 24px );
  color: #fff;
}
.sec02 .sec02_box01 dt b, .sec02 .sec02_box02 dt b {
  color: #F5E32C;
}
.sec02 .sec02_box01 dd, .sec02 .sec02_box02 dd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min( 10.9259259259vw, 118px );
  background: #fff;
  border-radius: 0 0 min( 0.7407407407vw, 8px ) min( 0.7407407407vw, 8px );
  font-size: min( 2.962962963vw, 32px );
  color: #244879;
}
.sec02 .sec02_box02 {
  flex-direction: row;
  justify-content: space-between;
  width: min( 92.5925925926vw, 1000px );
}
.sec02 .sec02_box02 dt {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min( 7.8703703704vw, 85px );
  padding: min( 6.1111111111vw, 66px ) 0 min( 0.5555555556vw, 6px );
  position: relative;
}
.sec02 .sec02_box02 dt img {
  width: min( 24.0740740741vw, 260px );
  position: absolute;
  top: max( -8.8888888889vw, -96px );
  left: 50%;
  transform: translate(-50%);
}
.sec02 .sec02_box02 dl + dl dt img {
  box-shadow: min( 1.3888888889vw, 15px ) min( 1.8518518519vw, 20px ) min( 1.4814814815vw, 16px ) rgba(0, 0, 0, 0.1);
}
.sec02 .sec02_box03 p {
  margin: min( 20.9259259259vw, 226px ) 0 0 min( 50vw, 540px );
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.4;
}
.sec02 .sec02_box03 p b {
  background: linear-gradient(0deg, rgb(245, 227, 44) 0%, rgb(245, 227, 44) 0%, rgb(245, 227, 44) 8%, rgba(255, 255, 255, 0) 9%);
}
@media screen and (max-width: 767px) {
  .sec02 {
    height: min(241.4666666667vw, 1811px);
    background-image: url(../img/sp/sec02_bg.jpg);
    background-position: 0 0;
    background-size: cover;
    max-width: none;
    padding: min(64.8vw, 486px) 0 0;
  }
  .sec02 .sec02_inner {
    width: 100%;
  }
  .sec02 .sec02_box01, .sec02 .sec02_box02 {
    gap: min(4.2666666667vw, 32px);
    width: min(80vw, 600px);
    margin: 0 auto;
  }
  .sec02 .sec02_box01 dl, .sec02 .sec02_box02 dl {
    width: min(80vw, 600px);
    border: min(0.4vw, 3px) solid #244879;
    border-radius: min(1.6vw, 12px);
    box-shadow: 0 0 min(4vw, 30px) rgba(0, 0, 0, 0.14);
  }
  .sec02 .sec02_box01 dt, .sec02 .sec02_box02 dt {
    padding: min(2.1333333333vw, 16px) 0;
    font-size: min(4.2666666667vw, 32px);
  }
  .sec02 .sec02_box01 dd, .sec02 .sec02_box02 dd {
    height: min(20vw, 150px);
    border-radius: 0 0 min(1.6vw, 12px) min(1.6vw, 12px);
    font-size: min(5.8666666667vw, 44px);
  }
  .sec02 .sec02_box02 {
    width: min(92vw, 690px);
    margin-top: min(16vw, 120px);
  }
  .sec02 .sec02_box02 dt {
    box-sizing: border-box;
    height: min(18.4vw, 138px);
    padding: min(7.2vw, 54px) 0 min(2.1333333333vw, 16px);
    font-size: min(3.2vw, 24px);
  }
  .sec02 .sec02_box02 dt img {
    width: min(29.3333333333vw, 220px);
    top: max(-12vw, -90px);
  }
  .sec02 .sec02_box02 dd {
    height: auto;
    padding: min( 1.2962962963vw, 14px ) 0;
    font-size: min(3.4666666667vw, 26px);
  }
  .sec02 .sec02_box02 dl + dl dt img {
    box-shadow: min(2vw, 15px) min(2.6666666667vw, 20px) min(2.1333333333vw, 16px) rgba(0, 0, 0, 0.1);
  }
  .sec02 .sec02_box03 p {
    margin: min(21.3333333333vw, 160px) 0 0 min(54.6666666667vw, 410px);
    font-size: min(6.4vw, 48px);
  }
}

.sec03 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min( 47.8703703704vw, 517px );
  background-image: url(../img/pc/sec03_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px );
  background-repeat: no-repeat;
  background-position: center bottom;
}
.sec03 .sec03_box01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr max-content;
  align-items: end;
  grid-column-gap: min( 4.6296296296vw, 50px );
  grid-row-gap: min( 3.8888888889vw, 42px );
  width: min( 68.5185185185vw, 740px );
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.05em;
}
.sec03 .sec03_box01 div:nth-child(1) {
  grid-area: 1/1/2/2;
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.4;
}
.sec03 .sec03_box01 div:nth-child(2) {
  grid-area: 1/2/3/3;
}
.sec03 .sec03_box01 div:nth-child(2) img {
  width: min( 32.2222222222vw, 348px );
}
.sec03 .sec03_box01 div:nth-child(3) {
  grid-area: 2/1/3/2;
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec03 {
    height: min(90.1333333333vw, 676px);
    background-image: url(../img/sp/sec03_bg.jpg);
    background-size: cover;
  }
  .sec03 .sec03_box01 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, max-content);
    align-items: start;
    place-items: center;
    grid-gap: min(5.6vw, 42px);
    width: min(100vw, 750px);
    text-align: center;
  }
  .sec03 .sec03_box01 div:nth-child(1) {
    grid-area: 1/1/2/2;
    font-size: min(5.8666666667vw, 44px);
  }
  .sec03 .sec03_box01 div:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .sec03 .sec03_box01 div:nth-child(2) img {
    width: min(46vw, 345px);
  }
  .sec03 .sec03_box01 div:nth-child(3) {
    grid-area: 3/1/4/2;
    font-size: min(2.6666666667vw, 20px);
  }
}

.sec05 {
  position: relative;
  padding: min( 6.1111111111vw, 66px ) 0 min( 9.2592592593vw, 100px );
}
.sec05:before {
  content: "";
  display: block;
  width: 100%;
  height: min( 41.1111111111vw, 444px );
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #1BAEA5 57.32%, #1E8B86 86.03%);
}
.sec05:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/pc/sec05_bg01.png) 0 0 no-repeat, url(../img/pc/sec05_bg02.png) 0 100% no-repeat;
  background-size: 100%, 100%;
  mix-blend-mode: multiply;
}
.sec05 h2 {
  padding-top: min( 5vw, 54px );
  background: url(../img/pc/sec05_title.png) 50% 0 no-repeat;
  background-size: min( 44.2592592593vw, 478px );
  font-size: min( 2.3148148148vw, 25px );
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.sec05 .sec05_text01 {
  position: relative;
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
.sec05 .sec05_text01::after {
  content: "";
  display: block;
  width: min( 9.2592592593vw, 100px );
  height: min( 0.2777777778vw, 3px );
  position: absolute;
  bottom: max( -2.962962963vw, -32px );
  left: 50%;
  transform: translate(-50%);
  background: #fff;
}
.sec05 .sec05_text01 b {
  color: #F5E32C;
}
.sec05 .sec05_text01 b .large {
  font-size: min( 7.2222222222vw, 78px );
  line-height: 1;
}
.sec05 .sec05_list01 {
  display: flex;
  flex-direction: column;
  gap: min( 7.4074074074vw, 80px );
  width: min( 92.5925925926vw, 1000px );
  margin: min( 10.6481481481vw, 115px ) auto 0;
}
.sec05 .sec05_list01 > li {
  background: #fff;
  border-radius: min( 0.9259259259vw, 10px );
  overflow: hidden;
  box-shadow: 0px 0px min( 2.2222222222vw, 24px ) 0px rgba(0, 0, 0, 0.14);
}
.sec05 .sec05_list01 header {
  display: flex;
  align-items: center;
  gap: min( 3.5185185185vw, 38px );
  width: min( 88.8888888889vw, 960px );
  padding: min( 2.7777777778vw, 30px ) 0 min( 1.8518518519vw, 20px );
  border-bottom: #259590 solid min( 0.2777777778vw, 3px );
}
.sec05 .sec05_list01 header .sec05_no img {
  width: min( 22.3148148148vw, 241px );
}
.sec05 .sec05_list01 header h3 {
  font-size: min( 2.4074074074vw, 26px );
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.sec05 .sec05_list01 header h3 b {
  font-size: min( 3.7037037037vw, 40px );
}
.sec05 .sec05_list01 .sec05_content {
  padding: min( 3.7037037037vw, 40px );
}
.sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 {
  position: relative;
  padding: min( 1.8518518519vw, 20px ) 0 min( 6.1111111111vw, 66px ) min( 11.6666666667vw, 126px );
}
.sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 p {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 p .text01 {
  font-size: min( 3.7037037037vw, 40px );
}
.sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 p .large {
  font-size: min( 4.6296296296vw, 50px );
}
.sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 p b {
  color: #EB5757;
}
.sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 p img {
  width: min( 20.6481481481vw, 223px );
  position: relative;
}
.sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 > picture img {
  width: min( 27.4074074074vw, 296px );
  position: absolute;
  top: max( -7.4074074074vw, -80px );
  left: min( 51.1111111111vw, 552px );
}
.sec05 .sec05_list01 > li:nth-child(1) .sec05_content .text02 {
  margin: min( 3.7037037037vw, 40px ) 0;
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
.sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list01, .sec05 .sec05_list01 > li:nth-child(2) .sec05_list01 > li:nth-child(3) .sec05_content .list02, .sec05 .sec05_list01 > li:nth-child(3) .sec05_list01 > li:nth-child(2) .sec05_content .list02 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: min( 2.037037037vw, 22px );
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list01 > li, .sec05 .sec05_list01 > li:nth-child(2) .sec05_list01 > li:nth-child(3) .sec05_content .list02 > li, .sec05 .sec05_list01 > li:nth-child(3) .sec05_list01 > li:nth-child(2) .sec05_content .list02 > li {
  position: relative;
}
.sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list01 h4, .sec05 .sec05_list01 > li:nth-child(2) .sec05_list01 > li:nth-child(3) .sec05_content .list02 h4, .sec05 .sec05_list01 > li:nth-child(3) .sec05_list01 > li:nth-child(2) .sec05_content .list02 h4 {
  font-size: min( 2.2222222222vw, 24px );
  color: #fff;
  width: 100%;
  position: absolute;
  top: min( 1.4814814815vw, 16px );
}
.sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list01 img, .sec05 .sec05_list01 > li:nth-child(2) .sec05_list01 > li:nth-child(3) .sec05_content .list02 img, .sec05 .sec05_list01 > li:nth-child(3) .sec05_list01 > li:nth-child(2) .sec05_content .list02 img {
  width: min( 40.7407407407vw, 440px );
  margin-bottom: min( 1.4814814815vw, 16px );
}
.sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min( 5.5555555556vw, 60px );
  height: min( 8.1481481481vw, 88px );
  margin-top: min( 3.7037037037vw, 40px );
  background: #EFEFEF;
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list02 > li {
  position: relative;
}
.sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list02 > li::after {
  content: "";
  display: block;
  width: min( 6.6666666667vw, 72px );
  height: min( 6.5740740741vw, 71px );
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/pc/sec05_r02_03.png) 50% 50% no-repeat;
  background-size: cover;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content h4 {
  box-sizing: border-box;
  width: min( 33.3333333333vw, 360px );
  height: min( 8.3333333333vw, 90px );
  margin: 0 auto min( 1.8518518519vw, 20px );
  padding-top: min( 1.2962962963vw, 14px );
  background: url(../img/pc/sec05_r03_01.png) no-repeat;
  background-size: cover;
  font-size: min( 2.4074074074vw, 26px );
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content p + h4 {
  background: url(../img/pc/sec05_r03_12.png) no-repeat;
  background-size: cover;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list01, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min( 1.8518518519vw, 20px ) 0;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list01 li, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li {
  width: 20%;
  position: relative;
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list01 li img, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li img {
  display: block;
  width: min( 12.962962963vw, 140px );
  margin: 0 auto min( 1.1111111111vw, 12px );
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list01 li .etc, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li .etc {
  position: absolute;
  right: 0;
  font-weight: 400;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list01 li:first-child, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li:first-child {
  letter-spacing: -0.02em;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01 {
  margin: min( 6.2962962963vw, 68px ) 0 min( 2.7777777778vw, 30px );
  position: relative;
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01 b {
  margin-right: min( 1.8518518519vw, 20px );
  padding: min( 0.8333333333vw, 9px ) min( 2.962962963vw, 32px );
  color: #fff;
  background: #E49716;
  border-radius: min( 9.2592592593vw, 100px );
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01 span {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 500;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01::before, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01::after {
  content: "";
  display: block;
  width: min( 8.1481481481vw, 88px );
  height: min( 0.1851851852vw, 2px );
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #E49716;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01::before {
  left: 0;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01::after {
  right: 0;
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li:nth-child(1) {
  margin-left: min( 0.9259259259vw, 10px );
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li:nth-child(4) {
  margin-right: min( 0.9259259259vw, 10px );
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text02 {
  margin-top: min( 2.7777777778vw, 30px );
  font-size: min( 1.2962962963vw, 14px );
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}
.sec05 .sec05_list01 .sec05_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min( 14.8148148148vw, 160px );
  background-color: #259590;
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.sec05 .sec05_list01 .sec05_footer .large {
  font-size: min( 4.4444444444vw, 48px );
}
.sec05 .sec05_list01 .sec05_footer b {
  color: #F5E32C;
}
.sec05 .sec05_list01 > li:nth-child(n+2) .sec05_footer .large {
  font-size: min( 3.7037037037vw, 40px );
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_footer {
  gap: min( 1.6666666667vw, 18px );
  padding-right: min( 9.2592592593vw, 100px );
}
.sec05 .sec05_list01 > li:nth-child(3) .sec05_footer .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 18.8888888889vw, 204px );
  height: min( 10.462962963vw, 113px );
  border-radius: 50%;
  background: #F5E32C;
  color: #259590;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: min(8.8vw, 66px) 0 min(7.4666666667vw, 56px);
  }
  .sec05:before {
    height: min(53.0666666667vw, 398px);
  }
  .sec05:after {
    background: url(../img/sp/sec05_bg01.png) 0 0 no-repeat, url(../img/sp/sec05_bg02.png) 0 100% no-repeat;
    background-size: 100%, 100%;
    mix-blend-mode: multiply;
  }
  .sec05 h2 {
    padding-top: min(12.8vw, 96px);
    background: url(../img/sp/sec05_title.png) 50% 0 no-repeat;
    background-size: min(63.7333333333vw, 478px);
    font-size: min(4.2666666667vw, 32px);
  }
  .sec05 .sec05_text01 {
    font-size: min(6.4vw, 48px);
  }
  .sec05 .sec05_text01::after {
    width: min(13.3333333333vw, 100px);
    height: min(0.4vw, 3px);
    bottom: max(-3.2vw, -24px);
  }
  .sec05 .sec05_text01 b .large {
    font-size: min(10.4vw, 78px);
  }
  .sec05 .sec05_list01 {
    gap: min(10.6666666667vw, 80px);
    width: min(92vw, 690px);
    margin: min(9.8666666667vw, 74px) auto 0;
  }
  .sec05 .sec05_list01 > li {
    border-radius: min(1.3333333333vw, 10px);
    box-shadow: 0px 0px min(3.2vw, 24px) 0px rgba(0, 0, 0, 0.14);
  }
  .sec05 .sec05_list01 header {
    gap: min(5.3333333333vw, 40px);
    width: min(88vw, 660px);
    padding: min(4vw, 30px) 0 min(3.2vw, 24px);
    border-bottom: #259590 solid min(0.4vw, 3px);
  }
  .sec05 .sec05_list01 header .sec05_no img {
    width: min(32.1333333333vw, 241px);
  }
  .sec05 .sec05_list01 header h3 {
    font-size: min(3.4666666667vw, 26px);
  }
  .sec05 .sec05_list01 header h3 b {
    font-size: min(5.3333333333vw, 40px);
  }
  .sec05 .sec05_list01 .sec05_content {
    padding: min(8vw, 60px) min(4vw, 30px);
  }
  .sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 {
    padding: 0 0 min(8.8vw, 66px);
  }
  .sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 p {
    font-size: min(4.2666666667vw, 32px);
    margin-top: max( -3.7037037037vw, -40px );
  }
  .sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 p .text01 {
    font-size: min(5.3333333333vw, 40px);
  }
  .sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 p .large {
    font-size: min(6.6666666667vw, 50px);
  }
  .sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 p img {
    width: min(29.8666666667vw, 224px);
  }
  .sec05 .sec05_list01 > li:nth-child(1) .sec05_content .sec05_box01 > picture img {
    width: min(32vw, 240px);
    top: max(-7.4666666667vw, -56px);
    left: min(54.6666666667vw, 410px);
  }
  .sec05 .sec05_list01 > li:nth-child(1) .sec05_content .text02 {
    margin: min(5.3333333333vw, 40px) 0 min(3.4666666667vw, 26px);
    font-size: min(4.2666666667vw, 32px);
  }
  .sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list01, .sec05 .sec05_list01 > li:nth-child(2) .sec05_list01 > li:nth-child(3) .sec05_content .list02, .sec05 .sec05_list01 > li:nth-child(3) .sec05_list01 > li:nth-child(2) .sec05_content .list02 {
    flex-direction: column;
    gap: min(7.4666666667vw, 56px);
    font-size: min(4.2666666667vw, 32px);
  }
  .sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list01 h4, .sec05 .sec05_list01 > li:nth-child(2) .sec05_list01 > li:nth-child(3) .sec05_content .list02 h4, .sec05 .sec05_list01 > li:nth-child(3) .sec05_list01 > li:nth-child(2) .sec05_content .list02 h4 {
    font-size: min(4.2666666667vw, 32px);
    top: min(2.1333333333vw, 16px);
  }
  .sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list01 img, .sec05 .sec05_list01 > li:nth-child(2) .sec05_list01 > li:nth-child(3) .sec05_content .list02 img, .sec05 .sec05_list01 > li:nth-child(3) .sec05_list01 > li:nth-child(2) .sec05_content .list02 img {
    width: min(84vw, 630px);
    margin-bottom: min(2.1333333333vw, 16px);
  }
  .sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list02 {
    flex-direction: column;
    gap: min(9.6vw, 72px);
    height: auto;
    margin-top: min(3.7333333333vw, 28px);
    padding: min(5.3333333333vw, 40px) 0;
    font-size: min(3.4666666667vw, 26px);
  }
  .sec05 .sec05_list01 > li:nth-child(2) .sec05_content .list02 > li::after {
    width: min(9.6vw, 72px);
    height: min(9.6vw, 72px);
    background: url(../img/sp/sec05_r02_03.png) 50% 50% no-repeat;
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content h4 {
    width: min(64vw, 480px);
    height: min(17.3333333333vw, 130px);
    margin: 0 auto min(6.6666666667vw, 50px);
    padding-top: min(2.1333333333vw, 16px);
    background: url(../img/sp/sec05_r03_01.png) no-repeat;
    background-size: cover;
    font-size: min(4.2666666667vw, 32px);
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content p + h4 {
    background: url(../img/sp/sec05_r03_12.png) no-repeat;
    background-size: cover;
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list01, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 {
    gap: min(5.3333333333vw, 40px) 0;
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list01 li, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li {
    width: 33.3333333333%;
    font-size: min(2.6666666667vw, 20px);
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list01 li img, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li img {
    width: min(18.6666666667vw, 140px);
    margin: 0 auto min(1.6vw, 12px);
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01 {
    margin: min(7.2vw, 54px) 0 min(5.3333333333vw, 40px);
    font-size: min(4.2666666667vw, 32px);
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01 b {
    display: inline-block;
    margin: 0 0 min(5.3333333333vw, 40px);
    padding: min(0.5333333333vw, 4px) min(5.3333333333vw, 40px);
    border-radius: min(13.3333333333vw, 100px);
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01 span {
    font-size: min(2.6666666667vw, 20px);
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01::before, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01::after {
    width: min(27.2vw, 204px);
    height: min(0.2666666667vw, 2px);
    top: min(3.4666666667vw, 26px);
    transform: none;
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01::before {
    left: 0;
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text01::after {
    right: 0;
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li:nth-child(1) {
    margin-left: 0;
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li:nth-child(4) {
    margin-right: 0;
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .text02 {
    margin-top: min(5.3333333333vw, 40px);
    font-size: min(2.6666666667vw, 20px);
    text-align: left;
  }
  .sec05 .sec05_list01 .sec05_footer {
    height: min(30.9333333333vw, 232px);
    font-size: min(4.2666666667vw, 32px);
  }
  .sec05 .sec05_list01 .sec05_footer .large {
    font-size: min(5.8666666667vw, 44px);
  }
  .sec05 .sec05_list01 > li:nth-child(n+2) .sec05_footer .large {
    font-size: min(5.3333333333vw, 40px);
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_footer {
    gap: min(2.1333333333vw, 16px);
    height: min(25.3333333333vw, 190px);
    padding-right: 0;
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_footer .badge {
    width: min(32.5333333333vw, 244px);
    height: min(14.9333333333vw, 112px);
  }
  .sec05 .sec05_list01 > li:nth-child(3) .sec05_footer p {
    text-align: left;
    letter-spacing: 0.04em;
  }
}

.sec06 {
  position: relative;
  padding: min( 4.1666666667vw, 45px ) 0 min( 7.4074074074vw, 80px );
  background: url(../img/pc/sec06_bg.jpg);
  background-size: cover;
}
.sec06::before {
  content: "";
  display: block;
  width: min( 1.2962962963vw, 14px );
  height: min( 6.4814814815vw, 70px );
  position: absolute;
  top: max( -3.2407407407vw, -35px );
  left: 50%;
  transform: translate(-50%);
  background: url(../img/pc/sec06_connect.png);
  background-size: cover;
}
.sec06 .text01 {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
.sec06 h2 {
  margin: min( 2.7777777778vw, 30px ) 0;
  font-size: min( 3.7037037037vw, 40px );
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.sec06 h2 .large {
  font-size: min( 4.4444444444vw, 48px );
}
.sec06 h2 b {
  color: #F5E32C;
}
.sec06 .balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 46.9444444444vw, 507px );
  height: min( 10.1851851852vw, 110px );
  position: relative;
  margin: 0 auto min( 4.4444444444vw, 48px );
  background: #fff;
  border-radius: min( 1.4814814815vw, 16px );
  font-size: min( 1.6666666667vw, 18px );
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec06 .balloon::after {
  content: "";
  display: block;
  width: min( 3.7962962963vw, 41px );
  height: min( 2.4074074074vw, 26px );
  position: absolute;
  bottom: max( -1.6666666667vw, -18px );
  left: 50%;
  transform: translate(-50%);
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec06 h3 {
  font-size: min( 3.7037037037vw, 40px );
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.sec06 h3::first-line {
  font-size: min( 2.4074074074vw, 26px );
}
.sec06 h3 .slash {
  color: #F5E32C;
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 400;
  letter-spacing: -0.1em;
  position: relative;
  top: max( -0.1851851852vw, -2px );
  margin: 0 min( 0.5555555556vw, 6px );
}
.sec06 .sec06_video {
  width: min( 68.5185185185vw, 740px );
  margin: min( 2.7777777778vw, 30px ) auto;
}
.sec06 .sec06_video .inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.sec06 .sec06_video .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec06 .box01 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: min( 100vw, 1080px );
  height: min( 43.5185185185vw, 470px );
  margin: 0 auto;
  padding: 0 0 min( 1.4814814815vw, 16px ) min( 3.7037037037vw, 40px );
  background: url(../img/pc/sec06_img.png) no-repeat;
  background-size: min( 100vw, 1080px );
}
.sec06 .box01 p {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.sec06 .box01 p b {
  font-size: min( 4.4444444444vw, 48px );
  padding-bottom: min( 0.7407407407vw, 8px );
  background: linear-gradient(0deg, rgb(245, 227, 44) 0%, rgb(245, 227, 44) 0%, rgb(245, 227, 44) 10%, rgba(255, 255, 255, 0) 11%);
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: min(6vw, 45px) 0 min(13.6vw, 102px);
    background: url(../img/sp/sec06_bg.jpg);
    background-size: cover;
  }
  .sec06::before {
    width: min(1.8666666667vw, 14px);
    height: min(9.3333333333vw, 70px);
    top: max(-4.6666666667vw, -35px);
    background: url(../img/sp/sec06_connect.png);
    background-size: cover;
  }
  .sec06 .text01 {
    font-size: min(4.2666666667vw, 32px);
  }
  .sec06 h2 {
    margin: min(4vw, 30px) 0;
    font-size: min(4.8vw, 36px);
  }
  .sec06 h2 .large {
    font-size: min(5.8666666667vw, 44px);
  }
  .sec06 .balloon {
    width: min(84vw, 630px);
    height: min(17.0666666667vw, 128px);
    margin: 0 auto min(6.1333333333vw, 46px);
    border-radius: min(2.1333333333vw, 16px);
    font-size: min(3.4666666667vw, 26px);
  }
  .sec06 .balloon::after {
    width: min(6.6666666667vw, 50px);
    height: min(3.4666666667vw, 26px);
    bottom: max(-2.1333333333vw, -16px);
  }
  .sec06 h3 {
    font-size: min(5.8666666667vw, 44px);
  }
  .sec06 h3::first-line {
    font-size: min(4.2666666667vw, 32px);
  }
  .sec06 h3 .slash {
    color: #F5E32C;
    font-size: min( 3.7037037037vw, 40px );
    top: max(-0.2666666667vw, -2px);
    margin: 0 min(1.3333333333vw, 10px);
  }
  .sec06 .sec06_video {
    width: min(84vw, 630px);
    margin: min(4vw, 30px) auto;
  }
  .sec06 .box01 {
    width: min(100vw, 750px);
    height: min(80.2666666667vw, 602px);
    padding: min(44.8vw, 336px) 0 0 min(8vw, 60px);
    background: url(../img/sp/sec06_img.png) no-repeat;
    background-size: cover;
  }
  .sec06 .box01 p {
    font-size: min(5.3333333333vw, 40px);
  }
  .sec06 .box01 p b {
    font-size: min(6.4vw, 48px);
    padding-bottom: min(1.0666666667vw, 8px);
  }
}

.sec07 {
  padding: min( 4.2592592593vw, 46px ) 0 min( 7.4074074074vw, 80px );
}
.sec07 h2 {
  padding-top: min( 5vw, 54px );
  position: relative;
  background: url(../img/pc/sec07_title.png) 50% 0 no-repeat;
  background-size: min( 33.5185185185vw, 362px );
  font-size: min( 4.4444444444vw, 48px );
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
.sec07 h2::after {
  content: "";
  display: block;
  width: min( 9.2592592593vw, 100px );
  height: min( 0.2777777778vw, 3px );
  position: absolute;
  bottom: max( -2.962962963vw, -32px );
  left: 50%;
  transform: translate(-50%);
  background: #333;
}
.sec07 .list01, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 {
  display: flex;
  justify-content: center;
  gap: min( 3.3333333333vw, 36px );
  margin-top: min( 15.7407407407vw, 170px );
}
.sec07 .list01 li, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li {
  box-sizing: border-box;
  width: min( 44.6296296296vw, 482px );
  padding: min( 8.1481481481vw, 88px ) min( 3.7037037037vw, 40px ) min( 2.4074074074vw, 26px );
  position: relative;
  background: #fff;
  box-shadow: 0px 0px min( 2.2222222222vw, 24px ) 0px rgba(0, 0, 0, 0.14);
}
.sec07 .list01 li img, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li img, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li img {
  width: min( 12.4074074074vw, 134px );
  position: absolute;
  top: max( -6.1111111111vw, -66px );
  left: 50%;
  transform: translate(-50%);
}
.sec07 .list01 li h3, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li h3, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li h3 {
  font-size: min( 2.4074074074vw, 26px );
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1BAEA5;
}
.sec07 .list01 li h4, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li h4, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li h4 {
  font-size: min( 1.8518518519vw, 20px );
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  margin: min( 1.8518518519vw, 20px ) 0;
  padding: min( 0.2777777778vw, 3px ) 0;
  background: #333;
}
.sec07 .list01 li p, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li p, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li p {
  font-size: min( 1.6666666667vw, 18px );
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.sec07 .list01 li .note, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li .note, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li .note {
  font-size: min( 1.2962962963vw, 14px );
}
.sec07 .list01 li p.note, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li p.note, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li p.note {
  margin-top: min( 0.9259259259vw, 10px );
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: min(7.2vw, 54px) 0 min(10.6666666667vw, 80px);
  }
  .sec07 h2 {
    padding-top: min(13.3333333333vw, 100px);
    background: url(../img/sp/sec07_title.png) 50% 0 no-repeat;
    background-size: min(49.6vw, 372px);
    font-size: min(6.4vw, 48px);
  }
  .sec07 h2::after {
    width: min(13.3333333333vw, 100px);
    height: min(0.4vw, 3px);
    bottom: max(-5.3333333333vw, -40px);
  }
  .sec07 .list01, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 {
    flex-direction: column;
    gap: min(13.3333333333vw, 100px);
    margin-top: min(18.9333333333vw, 142px);
  }
  .sec07 .list01 li, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li {
    width: min(84vw, 630px);
    margin: 0 auto;
    padding: min(10.6666666667vw, 80px) min(8vw, 60px) min(8vw, 60px);
    box-shadow: 0px 0px min(3.2vw, 24px) 0px rgba(0, 0, 0, 0.14);
  }
  .sec07 .list01 li img, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li img, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li img {
    width: min(17.8666666667vw, 134px);
    top: max(-8.8vw, -66px);
  }
  .sec07 .list01 li h3, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li h3, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li h3 {
    font-size: min(4.2666666667vw, 32px);
  }
  .sec07 .list01 li h4, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li h4, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li h4 {
    font-size: min(3.7333333333vw, 28px);
    margin: min(2.6666666667vw, 20px) 0;
    padding: min(0.5333333333vw, 4px) 0;
  }
  .sec07 .list01 li p, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li p, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li p {
    font-size: min(3.4666666667vw, 26px);
  }
  .sec07 .list01 li .note, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li .note, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li .note {
    font-size: min(2.6666666667vw, 20px);
  }
  .sec07 .list01 li p.note, .sec07 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li p.note, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec07 .list02 li p.note {
    margin-top: min(2.6666666667vw, 20px);
  }
}

.sec08 {
  padding: min( 4.2592592593vw, 46px ) 0 min( 7.4074074074vw, 80px );
  background: url(../img/pc/sec08_bg.jpg);
  background-size: cover;
  color: #fff;
}
.sec08 h2 {
  padding-top: min( 5.7407407407vw, 62px );
  position: relative;
  background: url(../img/pc/sec08_title.png) 50% 0 no-repeat;
  background-size: min( 33.5185185185vw, 362px );
  font-size: min( 2.4074074074vw, 26px );
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
.sec08 h2 .large {
  font-size: min( 4.4444444444vw, 48px );
}
.sec08 h2 .large b {
  color: #F5E32C;
}
.sec08 h2::after {
  content: "";
  display: block;
  width: min( 9.2592592593vw, 100px );
  height: min( 0.2777777778vw, 3px );
  position: absolute;
  bottom: max( -2.962962963vw, -32px );
  left: 50%;
  transform: translate(-50%);
  background: #fff;
}
.sec08 .list01, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 {
  display: flex;
  justify-content: center;
  gap: min( 2.962962963vw, 32px );
  margin-top: min( 8.7962962963vw, 95px );
}
.sec08 .list01 li, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li {
  display: flex;
  flex-direction: column;
  gap: min( 1.1111111111vw, 12px );
  width: min( 28.8888888889vw, 312px );
}
.sec08 .list01 li > picture img, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li > picture img, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li > picture img {
  width: 100%;
}
.sec08 .list01 li header, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li header, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li header {
  display: flex;
  align-items: center;
  gap: min( 1.6666666667vw, 18px );
}
.sec08 .list01 li header img, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li header img, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li header img {
  width: min( 4.8148148148vw, 52px );
}
.sec08 .list01 li header h3, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li header h3, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li header h3 {
  font-size: min( 2.4074074074vw, 26px );
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.sec08 .list01 li div p, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li div p, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li div p {
  font-size: min( 1.6666666667vw, 18px );
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.sec08 .list01 li .btn1_link, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li .btn1_link, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li .btn1_link {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min( 5.5555555556vw, 60px );
  position: relative;
  margin-top: min( 1.1111111111vw, 12px );
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #25579D;
  background: #fff;
  border-radius: min( 9.2592592593vw, 100px );
  box-shadow: 0px min( 0.462962963vw, 5px ) min( 1.0185185185vw, 11px ) 0px rgba(0, 0, 0, 0.25);
}
.sec08 .list01 li .btn1_link::after, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li .btn1_link::after, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li .btn1_link::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/pc/btn_arrow_main.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min( 1.2037037037vw, 13px );
  height: min( 1.1111111111vw, 12px );
  top: 50%;
  transform: translateY(-50%);
  right: min( 2.6851851852vw, 29px );
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: min(7.2vw, 54px) 0 min(10.6666666667vw, 80px);
    background: url(../img/sp/sec08_bg.jpg);
    background-size: cover;
  }
  .sec08 h2 {
    padding-top: min(13.8666666667vw, 104px);
    background: url(../img/sp/sec08_title.png) 50% 0 no-repeat;
    background-size: min(45.8666666667vw, 344px);
    font-size: min(4.2666666667vw, 32px);
  }
  .sec08 h2 .large {
    font-size: min(6.4vw, 48px);
  }
  .sec08 h2::after {
    width: min(13.3333333333vw, 100px);
    height: min(0.4vw, 3px);
    bottom: max(-5.3333333333vw, -40px);
  }
  .sec08 .list01, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 {
    flex-direction: column;
    gap: min(10.6666666667vw, 80px);
    margin-top: min(10.9333333333vw, 82px);
  }
  .sec08 .list01 li, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li {
    gap: min(5.3333333333vw, 40px);
    width: min(84vw, 630px);
    margin: 0 auto;
  }
  .sec08 .list01 li > picture img, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li > picture img, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li > picture img {
    width: 100%;
  }
  .sec08 .list01 li header, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li header, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li header {
    gap: min(2.4vw, 18px);
  }
  .sec08 .list01 li header img, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li header img, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li header img {
    width: min(9.0666666667vw, 68px);
  }
  .sec08 .list01 li header h3, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li header h3, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li header h3 {
    font-size: min(5.3333333333vw, 40px);
  }
  .sec08 .list01 li div p, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li div p, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li div p {
    font-size: min(3.4666666667vw, 26px);
  }
  .sec08 .list01 li .btn1_link, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li .btn1_link, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li .btn1_link {
    width: min(80vw, 600px);
    height: min(15.2vw, 114px);
    margin-top: min(5.3333333333vw, 40px);
    font-size: min(4.2666666667vw, 32px);
    border-radius: min(13.3333333333vw, 100px);
    box-shadow: 0px min(1.0666666667vw, 8px) min(2.1333333333vw, 16px) 0px rgba(0, 0, 0, 0.25);
  }
  .sec08 .list01 li .btn1_link::after, .sec08 .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .list02 li .btn1_link::after, .sec05 .sec05_list01 > li:nth-child(3) .sec05_content .sec08 .list02 li .btn1_link::after {
    background-image: url("../img/sp/btn_arrow_main.png");
    background-size: contain;
    width: min(3.2vw, 24px);
    height: min(2.6666666667vw, 20px);
    right: min(6.6666666667vw, 50px);
  }
}

.sec10 {
  padding: min( 4.2592592593vw, 46px ) 0 min( 7.4074074074vw, 80px );
}
.sec10 h2 {
  padding-top: min( 5vw, 54px );
  position: relative;
  background: url(../img/pc/sec10_title.png) 50% 0 no-repeat;
  background-size: min( 21.4814814815vw, 232px );
  font-size: min( 4.4444444444vw, 48px );
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
.sec10 h2::after {
  content: "";
  display: block;
  width: min( 9.2592592593vw, 100px );
  height: min( 0.2777777778vw, 3px );
  position: absolute;
  bottom: max( -2.962962963vw, -32px );
  left: 50%;
  transform: translate(-50%);
  background: #333;
}
.sec10 .sec10_inner {
  width: min( 85.1851851852vw, 920px );
  margin: min( 7.8703703704vw, 85px ) auto 0;
}
.sec10 .sec10_inner .accordion li:not(:last-child) {
  margin-bottom: min( 2.7777777778vw, 30px );
}
.sec10 .sec10_inner .accordion h3 {
  font-weight: 700;
  font-size: min( 2.4074074074vw, 26px );
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  padding-right: min( 9.2592592593vw, 100px );
  position: relative;
  cursor: pointer;
  padding: min( 1.4814814815vw, 16px ) min( 9.0740740741vw, 98px ) min( 1.4814814815vw, 16px ) min( 2.7777777778vw, 30px );
  background: #25579D;
}
.sec10 .sec10_inner .accordion h3 + div {
  display: none;
  padding: min( 2.3148148148vw, 25px ) min( 3.7037037037vw, 40px ) 0;
}
.sec10 .sec10_inner .accordion h3 + div p {
  font-size: min( 1.6666666667vw, 18px );
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.sec10 .sec10_inner .accordion h3 + div p a {
  text-decoration: underline;
}
.sec10 .sec10_inner .accordion h3 + div p a:hover {
  text-decoration: none;
}
.sec10 .sec10_inner .accordion h3:after {
  content: "";
  display: block;
  width: min( 2.962962963vw, 32px );
  height: min( 2.962962963vw, 32px );
  position: absolute;
  top: 50%;
  right: min( 3.7037037037vw, 40px );
  transform: translateY(-50%);
  background: url("../img/pc/sec10_arw.png") 50% 50% no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
.sec10 .sec10_inner .accordion h3.open:after {
  transform: rotate(180deg) translateY(50%);
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: min(7.2vw, 54px) 0 min(10.6666666667vw, 80px);
  }
  .sec10 h2 {
    padding-top: min(13.3333333333vw, 100px);
    background: url(../img/sp/sec10_title.png) 50% 0 no-repeat;
    background-size: min(34.4vw, 258px);
    font-size: min(6.4vw, 48px);
  }
  .sec10 h2::after {
    width: min(13.3333333333vw, 100px);
    height: min(0.4vw, 3px);
    bottom: max(-5.3333333333vw, -40px);
  }
  .sec10 .sec10_inner {
    width: min(84vw, 630px);
    margin: min(13.6vw, 102px) auto 0;
  }
  .sec10 .sec10_inner .accordion li:not(:last-child) {
    margin-bottom: min(8vw, 60px);
  }
  .sec10 .sec10_inner .accordion h3 {
    font-size: min(4.2666666667vw, 32px);
    padding: min(2.1333333333vw, 16px) min(11.4666666667vw, 86px) min(2.1333333333vw, 16px) min(4vw, 30px);
  }
  .sec10 .sec10_inner .accordion h3 + div {
    padding: min(5.3333333333vw, 40px) min(3.3333333333vw, 25px) 0;
  }
  .sec10 .sec10_inner .accordion h3 + div p {
    font-size: min(3.4666666667vw, 26px);
  }
  .sec10 .sec10_inner .accordion h3 + div p a {
    text-decoration: underline;
  }
  .sec10 .sec10_inner .accordion h3 + div p a:hover {
    text-decoration: underline;
  }
  .sec10 .sec10_inner .accordion h3:after {
    width: min(3.7333333333vw, 28px);
    height: min(3.7333333333vw, 28px);
    right: min(4vw, 30px);
    background: url("../img/sp/sec10_arw.png") 50% 50% no-repeat;
    background-size: contain;
  }
  .sec10 .sec10_inner .accordion h3.open:after {
    transform: rotate(180deg) translateY(50%);
  }
}

.cv {
  padding: min( 5.5555555556vw, 60px ) 0;
  background-color: #E9F1FA;
}
.cv .cv_flex {
  width: min( 88.8888888889vw, 960px );
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cv .cv_left {
  flex: 0 0 min( 42.5925925926vw, 460px );
}
.cv .cv_right {
  flex: 0 0 min( 42.5925925926vw, 460px );
}
.cv .cv_text {
  font-weight: 700;
  font-size: min( 2.037037037vw, 22px );
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: min( 1.3888888889vw, 15px );
}
@media screen and (max-width: 767px) {
  .cv {
    padding: min(8vw, 60px) 0 min(10.1333333333vw, 76px);
  }
  .cv .cv_flex {
    width: min(80vw, 600px);
    flex-direction: column;
    gap: min(5.3333333333vw, 40px);
  }
  .cv .cv_left {
    flex: none;
  }
  .cv .cv_right {
    flex: none;
  }
  .cv .cv_text {
    font-size: min(3.4666666667vw, 26px);
    margin-bottom: min(2vw, 15px);
  }
}

.btn1.-a .btn1_link {
  background-color: #EB5757;
  color: #fff;
}
.btn1.-a .btn1_link::after {
  background-image: url("../img/pc/btn_arrow.png");
}
.btn1.-b .btn1_link {
  background-color: #25579D;
  color: #fff;
}
.btn1.-b .btn1_link::after {
  background-image: url("../img/pc/btn_arrow.png");
}
.btn1 .btn1_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 42.5925925926vw, 460px );
  height: min( 8.1481481481vw, 88px );
  border-radius: min( 9.2592592593vw, 100px );
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
  box-shadow: 0px min( 0.7407407407vw, 8px ) min( 1.4814814815vw, 16px ) 0px rgba(0, 0, 0, 0.25);
}
.btn1 .btn1_link::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min( 1.6666666667vw, 18px );
  height: min( 1.4814814815vw, 16px );
  top: 50%;
  transform: translateY(-50%);
  right: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .btn1.-a .btn1_link::after {
    background-image: url("../img/sp/btn_arrow.png");
  }
  .btn1.-b .btn1_link::after {
    background-image: url("../img/sp/btn_arrow.png");
  }
  .btn1 .btn1_link {
    width: min(80vw, 600px);
    height: min(15.2vw, 114px);
    font-size: min(4.2666666667vw, 32px);
    box-shadow: 0px min(1.0666666667vw, 8px) min(2.1333333333vw, 16px) 0px rgba(0, 0, 0, 0.25);
  }
  .btn1 .btn1_link::after {
    width: min(3.2vw, 24px);
    height: min(2.6666666667vw, 20px);
    right: min(6.6666666667vw, 50px);
  }
}/*# sourceMappingURL=style.css.map */