@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.02em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
}

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

a {
  display: block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn-hover {
  transition: filter 0.3s;
}

.btn-hover:hover {
  filter: brightness(130%);
}

.box-shadow {
  filter: drop-shadow(0 0 30px rgba(62, 62, 62, 0.25));
}

@media screen and (max-width: 1080px) {
  .box-shadow {
    filter: drop-shadow(0 0 4vw rgba(62, 62, 62, 0.25));
  }
}

.block {
  display: block;
}

@media screen and (min-width: 1081px) {
  .u-hide-pc {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .u-hide-sp {
    display: none;
  }
}

.notosans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.notosans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: medium;
  font-style: normal;
}

.notoserif-jp-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-style: normal;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

/*.outer {
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}*/
.wrapper {
  min-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .wrapper {
    min-width: initial;
  }
}

.btn {
  margin: 0 auto;
  width: 480px;
  border-radius: 50px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 1080px) {
  .btn {
    width: 79.46667vw;
  }
}

.btn a {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 22px 0px;
}

@media screen and (max-width: 1080px) {
  .btn a {
    font-size: 4.26667vw;
    padding: 2.8vw 0;
  }
}

.btn a span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
}

@media screen and (max-width: 1080px) {
  .btn a span {
    font-size: 2.93333vw;
    margin-bottom: 1.06667vw;
  }
}

.btn-red {
  background: #DA1825;
}

.btn-red a {
  color: #fff;
}

.btn-red.icon-down {
  background-image: url(../img/common/icon-down-yellow.png);
}

.btn-yellow {
  background: #FDFF00;
}

.btn-yellow a {
  color: #333;
}

.btn-yellow.icon-down {
  background-image: url(../img/common/icon-down-red.png);
}

.btn.icon-down {
  background-position: center right 24px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1080px) {
  .btn.icon-down {
    background-position: center right 4vw;
    background-size: 5.33333vw 5.33333vw;
  }
}

.btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.cv {
  padding: 100px 0;
  background-color: #ADDEE2;
}

@media screen and (max-width: 1080px) {
  .cv {
    padding: 8vw 0;
  }
}

.cv-title {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #DA1825;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .cv-title {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.cv .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .cv .flex {
    flex-wrap: wrap;
  }
  .cv .flex .col:first-child {
    margin-bottom: 4.26667vw;
  }
}

.cv .flex p {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-bottom: 8px;
}

@media screen and (max-width: 1080px) {
  .cv .flex p {
    font-size: 2.66667vw;
    margin-bottom: 2.26667vw;
  }
}

.cv .btn a {
  padding: 33px 0px;
}

@media screen and (max-width: 1080px) {
  .cv .btn a {
    padding: 4.4vw 0;
  }
}

.cv__body {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .cv__body {
    width: 80vw;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.header__inner {
  padding: 16px 24px;
}

@media screen and (max-width: 1080px) {
  .header__inner {
    padding: 3.06667vw;
  }
}

.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  width: 120px;
}

@media screen and (max-width: 1080px) {
  .header .logo {
    width: 16vw;
  }
}

.header .cv_1 {
  display: flex;
  align-items: center;
}

.header .btn {
  width: 185px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 1080px) {
  .header .btn {
    width: 24.66667vw;
  }
}

.header .btn-yellow {
  margin-left: 16px;
}

@media screen and (max-width: 1080px) {
  .header .btn-yellow {
    margin-left: 2.13333vw;
  }
}

.header .btn a {
  font-size: 16px;
  padding: 19px 0px;
}

@media screen and (max-width: 1080px) {
  .header .btn a {
    font-size: 2.66667vw;
    padding: 2.13333vw 0;
  }
}

.fv {
  background-image: url(../img/pc/fv-bg.jpg);
  background-size: cover;
  background-position: top center;
  padding: 56px 0 48px;
}

@media screen and (max-width: 1080px) {
  .fv {
    background-image: url(../img/sp/fv-bg.jpg);
    padding: 6.93333vw 0 4.26667vw;
  }
}

.fv-img {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .fv-img {
    width: 84.53333vw;
  }
}

.fv .btn {
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .fv .btn {
    margin-top: 31.2vw;
  }
}

.sec01 {
  background: #F7F7F5;
  padding: 100px 0 40px;
}

@media screen and (max-width: 1080px) {
  .sec01 {
    padding: 5.33333vw 0;
  }
}

.sec01-title {
  color: #DA1825;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 1080px) {
  .sec01-title {
    font-size: 5.33333vw;
    margin-bottom: 1.06667vw;
  }
}

.sec01-lead {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .sec01-lead {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
    letter-spacing: -1px;
  }
}

.sec01-img {
  width: 600px;
  margin: 0 auto 40px;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.12));
  }

  .border{
    border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
  }


@media screen and (max-width: 1080px) {
  .sec01-img {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
}

.sec01-group {
  position: relative;
  background: #DA1825;
  border-radius: 16px;
  padding: 40px 40px 24px;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .sec01-group {
    padding: 5.33333vw 6.66667vw;
  }
}

.sec01-group__title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1080px) {
  .sec01-group__title {
    font-size: 4.26667vw;
    margin-bottom: 3.2vw;
  }
}

.sec01-group__text {
  text-align: right;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 1080px) {
  .sec01-group__text {
    font-size: 3.73333vw;
    text-align: center;
  }
}

.sec01-group .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 1080px) {
  .sec01-group .row {
    flex-wrap: wrap;
    margin-bottom: 3.2vw;
  }
}

.sec01-group .row .col {
  padding: 24px 24px 24px 56px;
  border: 1px solid #fff;
  background-image: url(../img/common/icon-check.png);
  background-size: 16px;
  background-position: center left 24px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1080px) {
  .sec01-group .row .col {
    padding: 3.2vw 3.2vw 3.2vw 9.06667vw;
    width: 100%;
    background-size: 3.73333vw;
    background-position: center left 3.2vw;
  }
}

.sec01-group .row .col p {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1080px) {
  .sec01-group .row .col p {
    font-size: 3.2vw;
  }
}

.sec01-group .row .col p .fz24 {
  font-size: 24px;
}

@media screen and (max-width: 1080px) {
  .sec01-group .row .col p .fz24 {
    font-size: 3.2vw;
  }
}

.sec01-group .row .col p .fz32 {
  font-size: 32px;
}

@media screen and (max-width: 1080px) {
  .sec01-group .row .col p .fz32 {
    font-size: 4.26667vw;
  }
}

.sec01-group .man01 {
  width: 132px;
  position: absolute;
  top: -290px;
  left: 80px;
}

@media screen and (max-width: 1080px) {
  .sec01-group .man01 {
    width: 16.26667vw;
    top: 50vw;
    left: -6.66667vw;
  }
}

.sec01-group .man02 {
  width: 106px;
  position: absolute;
  top: -270px;
  right: 80px;
}

@media screen and (max-width: 1080px) {
  .sec01-group .man02 {
    width: 13.46667vw;
    top: 52vw;
    right: -6.66667vw;
  }
}

.sec01-text {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  margin: 16px 0;
}

@media screen and (max-width: 1080px) {
  .sec01-text {
    font-size: 4.26667vw;
    margin: 5.33333vw auto 2.13333vw;
  }
}

.sec01-sml {
  text-align: center;
  color: #666;
  font-weight: 400;
  font-size: 12px;
}

@media screen and (max-width: 1080px) {
  .sec01-sml {
    font-size: 2.66667vw;
    letter-spacing: 0.05vw;
  }
}

.sec01 .section__body {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec01 .section__body {
    width: 80vw;
  }
}

.sec02 {
  background-image: url(../img/pc/sec02-bg.jpg);
  background-size: cover;
  position: relative;
  padding: 18px 0 222px;
}

@media screen and (max-width: 1080px) {
  .sec02 {
    background-image: url(../img/sp/sec02-bg.jpg);
    padding: 8vw 0 18.66667vw;
  }
}

.sec02-title {
  color: #DA1825;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  margin-bottom: 230px;
}

@media screen and (max-width: 1080px) {
  .sec02-title {
    font-size: 5.33333vw;
    margin-bottom: 20.66667vw;
    letter-spacing: -1px;
  }
}

.sec02-group {
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width: 1080px) {
  .sec02-group {
    width: 91.73333vw;
    padding: 10.66667vw 8vw;
    margin-left: -8.3%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  }
}

.sec02-group__sub {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .sec02-group__sub {
    font-size: 3.2vw;
    margin-bottom: 2.66667vw;
  }
}

.sec02-group__title {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .sec02-group__title {
    font-size: 4.8vw;
    margin-bottom: 2.66667vw;
  }
}

.sec02-group__title span {
  font-size: 48px;
  color: #DA1825;
}

@media screen and (max-width: 1080px) {
  .sec02-group__title span {
    font-size: 4.8vw;
  }
}

.sec02-group__text {
  font-weight: 400;
  font-size: 16px;
  width: 415px;
}

@media screen and (max-width: 1080px) {
  .sec02-group__text {
    font-size: 3.46667vw;
    width: 100%;
    text-align: justify;
  }
}

.sec02-img01 {
  position: absolute;
  width: 530px;
  top: 64.5%;
  left: 52%;
}

@media screen and (max-width: 1080px) {
  .sec02-img01 {
    position: initial;
    width: 100%;
    margin-top: 5.33333vw;
  }
}

.sec02-img02 {
  position: absolute;
  width: 246px;
  top: 79%;
  left: 24%;
}

@media screen and (max-width: 1080px) {
  .sec02-img02 {
    width: 28.8vw;
    top: 87.5%;
    left: 2%;
  }
}

.sec02 .section__body {
  width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec02 .section__body {
    width: 84.8vw;
  }
}

.sec03 {
  padding: 80px 0 0;
}

@media screen and (max-width: 1080px) {
  .sec03 {
    padding-top: 8vw;
  }
}

.sec03-title {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #DA1825;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .sec03-title {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.sec03-group {
  position: relative;
  margin-bottom: 75px;
}

@media screen and (max-width: 1080px) {
  .sec03-group {
    margin-bottom: 5.33333vw;
  }
}

.sec03-group.last {
  margin-bottom: 80px;
}

@media screen and (max-width: 1080px) {
  .sec03-group.last {
    margin-bottom: 8vw;
  }
}

@media screen and (min-width: 1081px) {
  .sec03-group.last .col-img {
    order: 1;
  }
  .sec03-group.last .col-txt {
    order: 0;
  }
  .sec03-group.last .sec03-group__lead {
    letter-spacing: -0.5px;
  }
}

.sec03-group .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .sec03-group .row {
    flex-wrap: wrap;
    margin-bottom: 5.33333vw;
  }
}

.sec03-group .row .col-img {
  width: 260px;
}

@media screen and (max-width: 1080px) {
  .sec03-group .row .col-img {
    width: 34.66667vw;
    margin: 0 auto 4vw;
  }
}

.sec03-group .row .col-txt {
  width: 640px;
}

@media screen and (max-width: 1080px) {
  .sec03-group .row .col-txt {
    width: 100%;
  }
}

.sec03-group .row .col-txt ul li {
  background-color: #F64848;
  background-image: url(../img/common/icon-check.png);
  background-size: 22px;
  background-position: center left 24px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  padding: 13px 0 16px 60px;
  line-height: 1;
}

@media screen and (max-width: 1080px) {
  .sec03-group .row .col-txt ul li {
    font-size: 3.2vw;
    padding: 1.06667vw 1.06667vw 1.06667vw 8vw;
    background-size: 2.93333vw;
    background-position: center left 3.2vw;
    margin-bottom: 1.33333vw;
  }
}

.sec03-group .row .col-txt ul li:last-child {
  margin-bottom: 0;
}

.sec03-group .row .col-txt ul li.fz20 {
  font-size: 20px;
}

@media screen and (max-width: 1080px) {
  .sec03-group .row .col-txt ul li.fz20 {
    font-size: 2.66667vw;
  }
}

.sec03-group__lead {
  border: 1px solid #DA1825;
  margin: 0 10px;
  padding: 24px 75px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 1080px) {
  .sec03-group__lead {
    padding: 3.2vw;
    font-size: 4.26667vw;
    text-align: center;
    font-weight: 700;
    margin: 0;
  }
}

.sec03-group__lead .txt-s {
  font-size: 20px;
}

@media screen and (max-width: 1080px) {
  .sec03-group__lead .txt-s {
    font-size: 3.2vw;
  }
}

.sec03-group__lead .red {
  font-size: 32px;
  color: #DA1825;
}

@media screen and (max-width: 1080px) {
  .sec03-group__lead .red {
    font-size: 4.26667vw;
  }
}

.sec03-group_img03 {
  width: 120px;
  position: absolute;
  top: 65%;
  right: -35px;
}

@media screen and (max-width: 1080px) {
  .sec03-group_img03 {
    width: 16vw;
    top: 8%;
    right: 5%;
  }
}

.sec03-group_img04 {
  width: 174px;
  position: absolute;
  top: 70%;
  left: -80px;
}

@media screen and (max-width: 1080px) {
  .sec03-group_img04 {
    width: 25.73333vw;
    top: 9%;
    left: -2%;
  }
}

.sec03-content3 {
  background-image: url(../img/pc/sec03-content3-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 82px 0;
}

@media screen and (max-width: 1080px) {
  .sec03-content3 {
    padding: 9.33333vw 0;
    background-image: url(../img/sp/sec03-content3-bg.jpg);
  }
}

.sec03-content3 .block {
  background-color: rgba(255, 255, 255, 0.9);
  width: 705px;
  margin: 0 auto;
  padding: 38px;
}

@media screen and (max-width: 1080px) {
  .sec03-content3 .block {
    width: 80vw;
    padding: 5.06667vw;
  }
}

.sec03-content3 .block-title {
  color: #333;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1080px) {
  .sec03-content3 .block-title {
    font-size: 6.4vw;
    margin-bottom: 2.13333vw;
    letter-spacing: -1px;
  }
}

.sec03-content3 .block-title_sub {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .sec03-content3 .block-title_sub {
    font-size: 3.46667vw;
  }
}

.sec03-content3 .block .row {
  display: flex;
  justify-content: space-between;
  width: 540px;
  margin: 0 auto 16px;
}

@media screen and (max-width: 1080px) {
  .sec03-content3 .block .row {
    flex-wrap: wrap;
    width: 46.66667vw;
    margin-bottom: 2.13333vw;
  }
}

.sec03-content3 .block .row .col {
  color: #DA1825;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  border: 1px solid #DA1825;
  padding: 11px 16px;
}

@media screen and (max-width: 1080px) {
  .sec03-content3 .block .row .col {
    width: 100%;
    font-size: 3.73333vw;
    padding: 0.53333vw;
  }
  .sec03-content3 .block .row .col:first-child {
    margin-bottom: 2.66667vw;
  }
}

.sec03-content3 .block-lead {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #DA1825;
}

@media screen and (max-width: 1080px) {
  .sec03-content3 .block-lead {
    font-size: 4.26667vw;
  }
}

.sec03-content3 .block-lead span {
  font-size: 20px;
}

@media screen and (max-width: 1080px) {
  .sec03-content3 .block-lead span {
    font-size: 3.46667vw;
  }
}

.sec03 .section__body {
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec03 .section__body {
    width: 84vw;
  }
}

.sec04 {
  padding: 100px 0;
}

@media screen and (max-width: 1080px) {
  .sec04 {
    padding: 8vw 0;
  }
}

.sec04 .block {
  background: rgba(254, 254, 254, 0.92);
  border: 4px solid #DA1825;
  border-radius: 16px;
  padding: 40px 54px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .sec04 .block {
    padding: 5.33333vw 0;
    margin-bottom: 5.33333vw;
  }
}

.sec04 .block-title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #DA1825;
  margin-bottom: 24px;
}

@media screen and (max-width: 1080px) {
  .sec04 .block-title {
    font-size: 4.26667vw;
    margin-bottom: 3.2vw;
  }
}

.sec04 .block-img {
  position: relative;
}

@media screen and (max-width: 1080px) {
  .sec04 .block-img {
    margin: 0 -6%;
  }
}

.sec04 .block-img .group {
  position: absolute;
  top: 12%;
  text-align: center;
}

.sec04 .block-img .group-ttl {
  color: #fff;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
}

@media screen and (max-width: 1080px) {
  .sec04 .block-img .group-ttl {
    font-size: 8.53333vw;
  }
}

.sec04 .block-img .group-txt {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 1080px) {
  .sec04 .block-img .group-txt {
    font-size: 3.73333vw;
  }
}

.sec04 .block-img .groupP {
  left: 3.8%;
}

@media screen and (max-width: 1080px) {
  .sec04 .block-img .groupP {
    top: 6%;
    left: 49.5%;
    transform: translateX(-50%);
  }
}

.sec04 .block-img .groupD {
  left: 32.7%;
}

@media screen and (max-width: 1080px) {
  .sec04 .block-img .groupD {
    top: 34%;
    left: 72.5%;
  }
}

.sec04 .block-img .groupC {
  left: 56.6%;
}

@media screen and (max-width: 1080px) {
  .sec04 .block-img .groupC {
    top: 56%;
    left: 49.5%;
    transform: translateX(-50%);
  }
}

.sec04 .block-img .groupA {
  left: 81.7%;
}

@media screen and (max-width: 1080px) {
  .sec04 .block-img .groupA {
    top: 34%;
    left: 9.5%;
  }
}

.sec04 .section__body {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec04 .section__body {
    width: 84vw;
  }
}

.sec05 {
  background: #F7F7F5;
}

.sec05-head {
  padding: 124px 0;
  background-image: url(../img/pc/sec05-head-bg.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1080px) {
  .sec05-head {
    padding: 9.86667vw 0;
    background-image: url(../img/sp/sec05-head-bg.jpg);
  }
}

.sec05-head__block {
  border: 2px solid #DA1825;
  border-radius: 16px;
  padding: 6px;
  width: 510px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .sec05-head__block {
    width: 68vw;
    padding: 0.8vw;
  }
}

.sec05-head__block div {
  background: #DA1825;
  border-radius: 16px;
  padding: 40px;
}

@media screen and (max-width: 1080px) {
  .sec05-head__block div {
    padding: 5.33333vw;
  }
}

.sec05-head__block p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.sec05-head__block .man01 {
  width: 234px;
  position: absolute;
  left: -200px;
  bottom: -135px;
}

@media screen and (max-width: 1080px) {
  .sec05-head__block .man01 {
    width: 16.93333vw;
    bottom: -40%;
    left: -18%;
  }
}

.sec05-head__block .man02 {
  width: 217px;
  position: absolute;
  right: -195px;
  bottom: -140px;
}

@media screen and (max-width: 1080px) {
  .sec05-head__block .man02 {
    width: 15.73333vw;
    bottom: -38%;
    right: -18%;
  }
}

.sec05-head__lead {
  font-size: 24px;
}

@media screen and (max-width: 1080px) {
  .sec05-head__lead {
    font-size: 3.2vw;
  }
}

.sec05-head__title {
  font-size: 48px;
}

@media screen and (max-width: 1080px) {
  .sec05-head__title {
    font-size: 6.4vw;
  }
}

.sec05-content {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 40px;
}

@media screen and (max-width: 1080px) {
  .sec05-content {
    padding: 8vw 0;
    width: 80vw;
  }
}

.sec05-content .block {
  margin-bottom: 80px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block {
    margin-bottom: 8vw;
  }
  .sec05-content .block:last-child {
    margin-bottom: 0;
  }
}

.sec05-content .block .barlow {
  font-weight: 600;
  font-size: 120px;
  position: relative;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block .barlow {
    font-size: 16vw;
    margin-bottom: 5.33333vw;
  }
}

.sec05-content .block .barlow::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-bottom: 1px solid #c21500;
  border-image: linear-gradient(to right, #157CB7 0%, #70D7DE 100%);
  border-image-slice: 1;
}

.sec05-content .block .barlow .bg {
  background: #F7F7F5;
  position: relative;
  padding: 0 24px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block .barlow .bg {
    padding: 0 3.2vw;
  }
}

.sec05-content .block .barlow .gra {
  background: linear-gradient(90deg, #157CB7 0%, #70D7DE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sec05-content .block .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block .row {
    flex-wrap: wrap;
  }
}

.sec05-content .block .row .col-txt {
  width: 480px;
}

.sec05-content .block .row .col-txt .ttl {
  font-weight: 700;
  font-size: 32px;
  text-align: justify;
  color: #DA1825;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block .row .col-txt .ttl {
    font-size: 4.26667vw;
  }
}

.sec05-content .block .row .col-txt .ttl span {
  font-size: 24px;
  text-align: justify;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block .row .col-txt .ttl span {
    font-size: 3.73333vw;
  }
}

.sec05-content .block .row .col-txt .txt {
  margin: 16px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block .row .col-txt .txt {
    margin: 2.13333vw 0 5.33333vw;
    font-size: 3.46667vw;
  }
}

.sec05-content .block .row .col-txt .txt span {
  font-weight: 700;
}

.sec05-content .block .row .col-img {
  width: 480px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block .row .col-img {
    width: 100%;
  }
}

.sec05-content .block:nth-child(even) .barlow {
  text-align: right;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block:nth-child(even) .barlow {
    text-align: left;
  }
}

@media screen and (min-width: 1081px) {
  .sec05-content .block:nth-child(even) .row .col-txt {
    order: 1;
  }
  .sec05-content .block:nth-child(even) .row .col-img {
    order: 0;
  }
}

.sec05-content .block01 .group {
  background-color: #fff;
  border: 4px solid #DA1825;
  border-radius: 16px;
  padding: 40px;
  margin-top: 40px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block01 .group {
    margin-top: 5.33333vw;
    padding: 5.33333vw;
  }
}

.sec05-content .block01 .group-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block01 .group-ttl {
    font-size: 4.26667vw;
    margin-bottom: 3.2vw;
  }
}

.sec05-content .block01 .group-img {
  position: relative;
  margin-bottom: 24px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block01 .group-img {
    margin-bottom: 1.06667vw;
  }
}

.sec05-content .block01 .group-img_txt {
  position: absolute;
  top: 58%;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #DA1825;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block01 .group-img_txt {
    font-size: 2.66667vw;
    top: 22%;
  }
}

.sec05-content .block01 .group-img .txt01 {
  left: 5.8%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block01 .group-img .txt01 {
    left: 10%;
  }
}

.sec05-content .block01 .group-img .txt02 {
  left: 23.3%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block01 .group-img .txt02 {
    left: 41.5%;
  }
}

.sec05-content .block01 .group-img .txt03 {
  left: 37.5%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block01 .group-img .txt03 {
    left: 68%;
  }
}

.sec05-content .block01 .group-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #DA1825;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block01 .group-lead {
    font-size: 4.26667vw;
  }
}

.sec05-content .block01 .group .img03 {
  position: absolute;
  bottom: -34px;
  right: -7px;
  width: 174px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block01 .group .img03 {
    display: none;
  }
}

.sec05-content .block02 .box {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #DA1825;
  padding: 16px;
  border: 1px solid #DA1825;
}

.sec05-content .block02 .group {
  position: relative;
  margin-top: 40px;
}

.sec05-content .block02 .group-box01 {
  position: absolute;
  top: 14%;
  left: 6%;
  width: 415px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group-box01 {
    width: 69.33333vw;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sec05-content .block02 .group-box01_ttl {
  font-weight: 700;
  font-size: 24px;
  color: #DA1825;
  margin-bottom: 16px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group-box01_ttl {
    font-size: 3.73333vw;
    text-align: center;
    margin-bottom: 2.13333vw;
  }
}

.sec05-content .block02 .group-box01_txt {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: justify;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group-box01_txt {
    font-size: 3.46667vw;
  }
}

.sec05-content .block02 .group-box01_txt span {
  font-weight: 700;
}

.sec05-content .block02 .group .cycle-ttl {
  position: absolute;
  top: 6.5%;
  left: 56%;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .cycle-ttl {
    top: 20.5%;
    width: 100%;
    font-size: 3.73333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sec05-content .block02 .group .cycle {
  position: absolute;
}

.sec05-content .block02 .group .cycle P {
  color: #FFEAED;
  text-align: center;
}

.sec05-content .block02 .group .cycle-h {
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .cycle-h {
    font-size: 3.73333vw;
  }
}

.sec05-content .block02 .group .cycle-t {
  font-weight: 700;
  font-size: 12px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .cycle-t {
    font-size: 2.66667vw;
  }
}

.sec05-content .block02 .group .cycle.cycleP {
  top: 12%;
  left: 68.7%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .cycle.cycleP {
    top: 28.6%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sec05-content .block02 .group .cycle.cycleD {
  top: 18.7%;
  left: 82.2%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .cycle.cycleD {
    top: 34.2%;
    left: 64.4%;
  }
}

.sec05-content .block02 .group .cycle.cycleC {
  top: 23.4%;
  left: 68.3%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .cycle.cycleC {
    top: 37.6%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sec05-content .block02 .group .cycle.cycleA {
  top: 18%;
  left: 55.3%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .cycle.cycleA {
    top: 33.6%;
    left: 20.1%;
  }
}

.sec05-content .block02 .group-lead {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #DA1825;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group-lead {
    font-size: 3.73333vw;
    top: 52.5%;
  }
}

.sec05-content .block02 .group-lead span {
  font-size: 32px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group-lead span {
    font-size: 4.26667vw;
  }
}

.sec05-content .block02 .group .dakara {
  position: absolute;
  top: 43.8%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .dakara {
    font-size: 3.73333vw;
    top: 58.8%;
  }
}

.sec05-content .block02 .group-txt {
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group-txt {
    font-size: 2.66667vw;
  }
}

.sec05-content .block02 .group .txt01 {
  top: 65%;
  left: 26.5%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .txt01 {
    top: 76%;
    left: 12.7%;
  }
}

.sec05-content .block02 .group .txt02 {
  top: 64%;
  left: 45%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .txt02 {
    top: 75.2%;
    left: 40.7%;
    line-height: 1.2;
  }
}

.sec05-content .block02 .group .txt03 {
  top: 65%;
  left: 64.8%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .txt03 {
    top: 76%;
    left: 70.8%;
  }
}

.sec05-content .block02 .group .txt04 {
  top: 76.5%;
  left: 33.8%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .txt04 {
    top: 83.8%;
    left: 24.7%;
    letter-spacing: -1px;
    line-height: 1.2;
  }
}

.sec05-content .block02 .group .txt05 {
  top: 77.5%;
  left: 55.6%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group .txt05 {
    top: 84.5%;
    left: 57%;
  }
}

.sec05-content .block02 .group-ttl {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #DA1825;
  position: absolute;
  top: 89.5%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group-ttl {
    font-size: 4.26667vw;
    top: 95%;
    width: 100%;
  }
}

.sec05-content .block02 .group-img03 {
  display: none;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block02 .group-img03 {
    display: block;
    width: 22.93333vw;
    position: absolute;
    top: 82%;
    left: 79%;
  }
}

.sec05-content .block03 .group {
  position: relative;
  margin-top: 40px;
}

.sec05-content .block03 .group .txt {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .txt {
    font-size: 3.2vw;
    color: #DA1825;
  }
}

.sec05-content .block03 .group .txt01 {
  top: 22%;
  left: 40.3%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .txt01 {
    top: 65.5%;
    left: 6.3%;
  }
}

.sec05-content .block03 .group .txt02 {
  top: 22%;
  left: 51.7%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .txt02 {
    top: 65.5%;
    left: 39.5%;
  }
}

.sec05-content .block03 .group .txt03 {
  top: 22%;
  left: 64.3%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .txt03 {
    top: 65.5%;
    left: 77.5%;
  }
}

.sec05-content .block03 .group .txt04 {
  top: 22%;
  left: 76.3%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .txt04 {
    top: 89.2%;
    left: 24.5%;
  }
}

.sec05-content .block03 .group .txt05 {
  top: 22%;
  left: 88.4%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .txt05 {
    top: 89.2%;
    left: 60%;
  }
}

.sec05-content .block03 .group .lead {
  position: absolute;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  top: 44%;
  left: 37%;
  width: 604px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .lead {
    width: 69.33333vw;
    top: 13.5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.46667vw;
  }
}

.sec05-content .block03 .group .lead span {
  font-weight: 700;
}

.sec05-content .block03 .group .ttl {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .ttl {
    font-size: 4.26667vw;
    top: 3%;
  }
}

.sec05-content .block03 .group .ttl span {
  font-size: 32px;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .ttl span {
    font-size: 4.26667vw;
  }
}

.sec05-content .block03 .group .plus {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20%;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .plus {
    bottom: -25%;
  }
}

.sec05-content .block03 .group .plus p {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #DA1825;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .plus p {
    font-size: 3.73333vw;
  }
}

.sec05-content .block03 .group .plus img {
  width: 32px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 .group .plus img {
    width: 4.26667vw;
  }
}

@media screen and (max-width: 1080px) {
  .sec05-content .block03 {
    margin-bottom: 42.66667vw;
  }
  .sec05-content .block03 .txt06 {
    position: absolute;
    top: 104%;
    font-weight: 400;
    font-size: 3.46667vw;
    text-align: justify;
  }
}

.sec05 .section__body {
  overflow: hidden;
}

.sec06 {
  padding: 120px 0 140px;
}

@media screen and (max-width: 1080px) {
  .sec06 {
    padding: 8vw 0;
  }
}

.sec06-title {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #DA1825;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .sec06-title {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.sec06-title span {
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .sec06-title span {
    font-size: 3.73333vw;
  }
}

.sec06 .right {
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #666666;
  margin-top: 8px;
}

@media screen and (max-width: 1080px) {
  .sec06 .right {
    font-size: 2.66667vw;
    margin-top: 1.06667vw;
  }
}

.sec06 .section__body {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec06 .section__body {
    width: 92vw;
  }
}

.sec07 {
  background-image: url(../img/pc/sec07-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 65px 0 110px;
}

@media screen and (max-width: 1080px) {
  .sec07 {
    background-image: url(../img/sp/sec07-bg.jpg);
    padding: 9.06667vw 0;
  }
}

.sec07 .block {
  background-color: rgba(255, 255, 255, 0.9);
  width: 705px;
  margin: 0 auto;
  padding: 38px;
}

@media screen and (max-width: 1080px) {
  .sec07 .block {
    width: 100%;
    padding: 5.06667vw;
  }
}

.sec07 .block-title {
  color: #333;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1080px) {
  .sec07 .block-title {
    font-size: 6.4vw;
    margin-bottom: 2.13333vw;
  }
}

.sec07 .block-title_sub {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .sec07 .block-title_sub {
    font-size: 3.73333vw;
  }
}

.sec07 .block-lead {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #DA1825;
}

@media screen and (max-width: 1080px) {
  .sec07 .block-lead {
    font-size: 4.26667vw;
  }
}

.sec07 .block-lead span {
  font-size: 20px;
}

@media screen and (max-width: 1080px) {
  .sec07 .block-lead span {
    font-size: 4.26667vw;
  }
}

.sec07 .section__body {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec07 .section__body {
    width: 80vw;
  }
}

.sec08 {
  padding: 120px 0;
  background: #F7F7F5;
}

@media screen and (max-width: 1080px) {
  .sec08 {
    padding: 8vw 0;
  }
}

.sec08-title {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #DA1825;
  margin-bottom: 48px;
}

@media screen and (max-width: 1080px) {
  .sec08-title {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.sec08 .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .sec08 .row {
    flex-wrap: wrap;
  }
}

.sec08 .row .col {
  width: 480px;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col {
    width: 100%;
  }
  .sec08 .row .col:first-child {
    margin-bottom: 5.33333vw;
  }
}

.sec08 .row .col-num {
  width: 90px;
  height: 32px;
  background: #BF000F;
  border-radius: 0px 8px 0px 0px;
  box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col-num {
    width: 16vw;
    font-size: 3.73333vw;
    height: auto;
  }
}

.sec08 .row .col .inr {
  background: #FFFFFF;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0px 16px 16px 16px;
  padding: 24px;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col .inr {
    padding: 3.2vw;
  }
}

.sec08 .row .col-ttl {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col-ttl {
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
  }
}

.sec08 .row .col-img {
  margin-bottom: 16px;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col-img {
    margin-bottom: 2.13333vw;
  }
}

.sec08 .row .col .group {
  margin-bottom: 16px;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col .group {
    margin-bottom: 2.13333vw;
  }
}

.sec08 .row .col .group-ttl {
  font-weight: 700;
  font-size: 16px;
  color: #BF000F;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col .group-ttl {
    font-size: 3.73333vw;
  }
}

.sec08 .row .col .group li {
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col .group li {
    font-size: 2.66667vw;
  }
}

.sec08 .row .col .group-txt {
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col .group-txt {
    font-size: 2.66667vw;
  }
}

.sec08 .row .col .box {
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col .box {
    padding: 2.13333vw;
  }
}

.sec08 .row .col .box p {
  font-weight: 500;
  font-size: 24px;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col .box p {
    font-size: 4.26667vw;
  }
}

.sec08 .row .col .box p .fz36 {
  font-size: 36px;
}

@media screen and (max-width: 1080px) {
  .sec08 .row .col .box p .fz36 {
    font-size: 4.26667vw;
  }
}

.sec08 .row .col .box p .red {
  color: #BF000F;
}

.sec08 .section__body {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec08 .section__body {
    width: 80vw;
  }
}

.sec09 {
  padding: 120px 0;
}

@media screen and (max-width: 1080px) {
  .sec09 {
    padding: 8vw 0;
  }
}

.sec09-title {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #DA1825;
  margin-bottom: 85px;
  line-height: 1.2;
}

@media screen and (max-width: 1080px) {
  .sec09-title {
    font-size: 5.33333vw;
    margin-bottom: 4vw;
  }
}

.sec09-title span {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .sec09-title span {
    font-size: 3.73333vw;
  }
}

.sec09 .block {
  margin-bottom: 125px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block {
    margin-bottom: 9.33333vw;
  }
}

.sec09 .block-ttl {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block-ttl {
    font-size: 3.2vw;
    margin-bottom: 2.66667vw;
  }
}

.sec09 .block-img {
  position: relative;
}

.sec09 .block .img-ttl {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-ttl {
    top: 0.25%;
    font-size: 3.46667vw;
  }
}

.sec09 .block .img-flow {
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  color: #DA1825;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-flow {
    font-size: 3.46667vw;
  }
}

.sec09 .block .img-flow.flow01 {
  top: 80px;
  left: 150px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-flow.flow01 {
    top: 5.5%;
    left: 2%;
  }
}

.sec09 .block .img-flow.flow02 {
  top: 80px;
  left: 640px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-flow.flow02 {
    top: 5.5%;
    left: 77%;
  }
}

.sec09 .block .img-flow.flow03 {
  top: 375px;
  left: 575px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-flow.flow03 {
    top: 64.5%;
    left: 30%;
  }
}

.sec09 .block .img-col-ttl {
  position: absolute;
  top: 190px;
  font-weight: 700;
  font-size: 24px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-col-ttl {
    font-size: 3.73333vw;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100%;
    text-align: center;
  }
}

.sec09 .block .img-col-ttl.ttl01 {
  color: #fff;
  left: 130px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-col-ttl.ttl01 {
    top: 15%;
  }
}

.sec09 .block .img-col-ttl.ttl02 {
  left: 685px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-col-ttl.ttl02 {
    top: 69.5%;
  }
}

.sec09 .block .img-fuki {
  position: absolute;
  top: 250px;
  left: 370px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #333;
}

.sec09 .block .img-fuki-img {
  position: absolute;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-fuki-img {
    top: 19%;
    right: -8%;
    width: 36vw;
  }
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-fuki {
    font-size: 2.93333vw;
    top: 20%;
    left: 65%;
    z-index: 2;
    width: 43%;
    letter-spacing: -0.2px;
  }
}

.sec09 .block .img-circle {
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-circle {
    font-size: 3.2vw;
  }
}

.sec09 .block .img-circle.circle01 {
  color: #fff;
  top: 370px;
  left: 205px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-circle.circle01 {
    left: 50%;
    transform: translateX(-50%);
    top: 29%;
  }
}

.sec09 .block .img-circle.circle02 {
  color: #fff;
  top: 555px;
  left: 100px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-circle.circle02 {
    top: 47%;
    left: 15.5%;
  }
}

.sec09 .block .img-circle.circle03 {
  color: #fff;
  top: 555px;
  left: 330px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-circle.circle03 {
    top: 47%;
    left: 57.5%;
  }
}

.sec09 .block .img-circle.circle04 {
  top: 355px;
  left: 705px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-circle.circle04 {
    top: 84%;
    left: 14.5%;
  }
}

.sec09 .block .img-circle.circle05 {
  top: 555px;
  left: 695px;
}

@media screen and (max-width: 1080px) {
  .sec09 .block .img-circle.circle05 {
    top: 82%;
    left: 53.5%;
  }
}

.sec09 .group-ttl {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .sec09 .group-ttl {
    font-size: 3.2vw;
    margin-bottom: 2.66667vw;
  }
}

.sec09 .group .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .sec09 .group .row {
    flex-wrap: wrap;
  }
}

.sec09 .group .row .col {
  width: 440px;
  border: 1px solid #DA1825;
  border-radius: 16px;
  padding: 30px;
}

@media screen and (max-width: 1080px) {
  .sec09 .group .row .col {
    width: 100%;
    padding: 4vw;
  }
  .sec09 .group .row .col:first-child {
    margin-bottom: 5.33333vw;
  }
}

.sec09 .group .row .col-ttl {
  background: #DA1825;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .sec09 .group .row .col-ttl {
    font-size: 3.73333vw;
    margin-bottom: 3.33333vw;
    padding: 1.33333vw;
  }
}

.sec09 .group .row .col ul li {
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 1080px) {
  .sec09 .group .row .col ul li {
    font-size: 3.46667vw;
  }
}

.sec09 .section__body {
  width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec09 .section__body {
    width: 84vw;
  }
}

.sec10 {
  padding: 120px 0;
  background: #F7F7F5;
}

@media screen and (max-width: 1080px) {
  .sec10 {
    padding: 0 0 8vw;
    background: initial;
  }
}

.sec10-title {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #DA1825;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .sec10-title {
    font-size: 5.33333vw;
    margin-bottom: 3.2vw;
  }
}

.sec10 .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .sec10 .row {
    flex-wrap: wrap;
  }
}

.sec10 .row .col {
  width: 175px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .sec10 .row .col {
    width: 100%;
    background: #FFEAED;
    padding: 5.33333vw 1.33333vw;
    margin-bottom: 8.53333vw;
  }
  .sec10 .row .col:last-child {
    margin-bottom: 0;
  }
}

.sec10 .row .col::before {
  content: "";
  position: absolute;
  top: 114px;
  right: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #000;
}

@media screen and (max-width: 1080px) {
  .sec10 .row .col::before {
    top: initial;
    bottom: -4.8vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    border-width: 1.85333vw 1.06667vw 0 1.06667vw;
    border-color: #000 transparent transparent transparent;
  }
}

.sec10 .row .col:last-child::before {
  content: none;
}

.sec10 .row .col-num {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #DA1825;
  margin-bottom: 16px;
}

.sec10 .row .col-img {
  margin-bottom: 8px;
}

@media screen and (max-width: 1080px) {
  .sec10 .row .col-img {
    width: 24.53333vw;
    margin: 0 auto 2.13333vw;
    display: block;
  }
}

.sec10 .row .col-ttl {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 1080px) {
  .sec10 .row .col-ttl {
    font-size: 4.26667vw;
    margin-bottom: 1.06667vw;
  }
}

.sec10 .row .col-txt {
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  padding: 0 12px;
}

@media screen and (max-width: 1080px) {
  .sec10 .row .col-txt {
    font-size: 3.46667vw;
    text-align: center;
  }
}

.sec10 .section__body {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec10 .section__body {
    width: 80vw;
  }
}

.sec11 {
  padding: 264px 0;
  background-image: url(../img/pc/sec11-bg.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1080px) {
  .sec11 {
    padding: 34.4vw 0;
    background-image: url(../img/sp/sec11-bg.jpg);
  }
}

.sec11-title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -1px;
}

@media screen and (max-width: 1080px) {
  .sec11-title {
    font-size: 6.4vw;
    letter-spacing: -0.5px;
  }
}

.sec11-title span {
  background: #DA1825;
}

.sec11-title span.fz24 {
  font-size: 24px;
}

@media screen and (max-width: 1080px) {
  .sec11-title span.fz24 {
    font-size: 4.26667vw;
  }
}

.sec11 .section__body {
  width: 530px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec11 .section__body {
    width: 70.66667vw;
  }
}

.sec12 {
  padding: 120px 0;
}

@media screen and (max-width: 1080px) {
  .sec12 {
    padding: 8vw 0;
  }
}

.sec12-title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  color: #DA1825;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 1080px) {
  .sec12-title {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.sec12 .section__body {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec12 .section__body {
    width: 80vw;
  }
}

.sec13 {
  padding: 120px 0;
  background: #F7F7F5;
}

@media screen and (max-width: 1080px) {
  .sec13 {
    padding: 8vw 0;
  }
}

.sec13 .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .sec13 .row {
    flex-wrap: wrap;
  }
}

.sec13 .row .col-ttl {
  font-weight: 700;
  font-size: 48px;
}

@media screen and (max-width: 1080px) {
  .sec13 .row .col-ttl {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
    text-align: center;
    width: 100%;
  }
}

.sec13 .row .col-txt {
  width: 730px;
}

@media screen and (max-width: 1080px) {
  .sec13 .row .col-txt {
    width: 100%;
  }
}

.sec13 .row .col-txt div {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #DDDDDD;
}

@media screen and (max-width: 1080px) {
  .sec13 .row .col-txt div {
    padding: 2.13333vw;
  }
}

.sec13 .row .col-txt div:first-child {
  border-top: 1px solid #DDDDDD;
}

.sec13 .row .col-txt div p:first-child {
  font-weight: 700;
  font-size: 16px;
  width: 120px;
}

@media screen and (max-width: 1080px) {
  .sec13 .row .col-txt div p:first-child {
    font-size: 2.66667vw;
    width: 18.66667vw;
  }
}

.sec13 .row .col-txt div p:last-child {
  font-weight: 400;
  font-size: 16px;
  width: 575px;
}

@media screen and (max-width: 1080px) {
  .sec13 .row .col-txt div p:last-child {
    font-size: 2.66667vw;
    width: 57.33333vw;
  }
}

.sec13 .section__body {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec13 .section__body {
    width: 80vw;
  }
}

.footer {
  padding: 20px;
}

@media screen and (max-width: 1080px) {
  .footer {
    padding: 2.66667vw;
  }
}

.footer .copy {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #333;
  line-height: 1;
}

@media screen and (max-width: 1080px) {
  .footer .copy {
    font-size: 2.66667vw;
  }
}
/*# sourceMappingURL=index.css.map */

.form-content {
  width: 80%;
  margin: 0 auto;
}
