@charset "UTF-8";
.goshic {
  font-family: "Noto Sans JP", sans-serif;
}

.mincho {
  font-family: "YuMincho", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
}

html {
  overflow-x: hidden;
}

body {
  color: #1d0404;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
common start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}
@media (max-width: 567px) {
  a:hover {
    opacity: 1;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  padding: 0 120em;
  overflow: hidden;
}
@media (max-width: 567px) {
  .inner {
    padding: 0 20em;
  }
}

.pc {
  display: block;
}
@media (max-width: 567px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 567px) {
  .sp {
    display: block;
  }
}

.sec {
  font-size: 1px;
  font-size: 0.0694444444vw;
}
@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}
@media (max-width: 567px) {
  .sec {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }
}

.following {
  display: none;
  width: 80em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
}
@media (max-width: 567px) {
  .following {
    display: none;
  }
}
.following.active {
  display: block;
}
@media (max-width: 567px) {
  .following.active {
    display: none;
  }
}
.following a {
  display: block;
}
.following .email {
  width: 80em;
  height: 70em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.following .email:hover {
  opacity: 1;
}
.following .email img {
  display: block;
  width: 22em !important;
}
@media (max-width: 567px) {
  .following .email img {
    width: 14px !important;
  }
}
.following .square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 292em;
  background: rgb(214, 95, 85);
  background: -webkit-linear-gradient(318deg, rgb(214, 95, 85) 0%, rgb(157, 27, 16) 100%);
  background: linear-gradient(132deg, rgb(214, 95, 85) 0%, rgb(157, 27, 16) 100%);
}
.following .square:hover {
  opacity: 1;
  background: #1d0404;
}
.following .square i {
  width: 5em;
  height: 5em;
  background-color: #fff;
  margin-bottom: 50em;
}
.following .square span {
  font-size: 14em;
  line-height: 1.29;
  color: #fff;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.5em;
}

.title {
  text-align: center;
}
.title__top {
  margin-bottom: 23em;
}
@media (max-width: 567px) {
  .title__top {
    margin-bottom: 22em;
  }
}
.title__top span {
  display: inline-block;
  font-size: 16em;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
@media (max-width: 567px) {
  .title__top span {
    font-size: 14em;
    line-height: 1.43;
  }
}
.title__top span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: rgb(208, 65, 53);
  background: -webkit-linear-gradient(315deg, rgb(208, 65, 53) 0%, rgb(171, 35, 24) 100%);
  background: linear-gradient(135deg, rgb(208, 65, 53) 0%, rgb(171, 35, 24) 100%);
}
.title__bottom h2 {
  font-size: 38em;
  font-weight: 700;
  line-height: 1.34;
}
@media (max-width: 567px) {
  .title__bottom h2 {
    font-size: 20em;
    line-height: 1.35;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
common end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  width: 100%;
  margin-top: 17px;
}
@media (max-width: 567px) {
  .header {
    margin-top: 8px;
  }
}
.header .inner {
  padding: 0 0 0 120px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 567px) {
  .header .inner {
    padding: 0 0 0 20px;
  }
}
.header h1 span {
  text-align: center;
  display: block;
  font-size: 16px;
}
@media (max-width: 567px) {
  .header h1 span {
    font-size: 12px;
  }
}
.header h1 span:first-of-type {
  margin-bottom: 13px;
}
@media (max-width: 567px) {
  .header h1 span:first-of-type {
    margin-bottom: 8px;
  }
}
.header h1 span:last-of-type {
  border: 1px solid #1d0404;
  font-size: 15px;
  padding: 7px 0;
}
@media (max-width: 567px) {
  .header h1 span:last-of-type {
    font-size: 12px;
    padding: 4px 0;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1d0404;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 9px;
  }
}
.footer .inner {
  padding: 0 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__left a {
  display: inline-block;
  font-size: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 34px;
  }
}
.footer__right a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .footer__right a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__right a span {
  display: block;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__right a span {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__right a img {
  display: block;
  width: 20.58px;
  margin-left: 13px;
}
@media (max-width: 767px) {
  .footer__right a img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 21.37px;
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 7.8px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fv {
  margin-top: -77px;
  height: 765em;
}
@media (max-width: 567px) {
  .fv {
    margin-top: -42px;
    height: auto;
  }
}
.fv .container {
  background-image: url(../images/fv-bg.png);
  background-size: 652em;
  background-position: top 46em left 25em;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 567px) {
  .fv .container {
    background-image: none;
  }
}
.fv .container .scroll {
  position: absolute;
  bottom: 135em;
  left: 48em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 567px) {
  .fv .container .scroll {
    display: none;
  }
}
.fv .container .scroll span {
  display: inline-block;
  font-size: 15em;
  font-weight: 500;
  color: #ab2318;
}
.fv .container .scroll span::before {
  position: absolute;
  content: "";
  left: 4.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 130em;
  height: 1.5px;
  background: rgb(227, 125, 117);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(227, 125, 117)), to(rgb(159, 36, 26)));
  background: -webkit-linear-gradient(top, rgb(227, 125, 117) 0%, rgb(159, 36, 26) 100%);
  background: linear-gradient(180deg, rgb(227, 125, 117) 0%, rgb(159, 36, 26) 100%);
}
.fv .inner {
  padding: 0;
}
.fv .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 567px) {
  .fv .item {
    margin-top: 48.4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fv .item__left {
  width: 720em;
  margin-top: 230em;
  padding-left: 120em;
  z-index: 1;
}
@media (max-width: 567px) {
  .fv .item__left {
    position: relative;
    top: -95em;
    margin-top: 0;
    padding-left: 0;
    padding: 0 20em;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    background-image: url(../images/fv-bg-sp.png);
    background-size: 322em;
    background-position: right 4em bottom 0;
    background-repeat: no-repeat;
  }
}
.fv .item__left .btn {
  width: 260em;
  height: 70em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(214, 95, 85);
  background: -webkit-linear-gradient(318deg, rgb(214, 95, 85) 0%, rgb(157, 27, 16) 100%);
  background: linear-gradient(132deg, rgb(214, 95, 85) 0%, rgb(157, 27, 16) 100%);
}
@media (max-width: 567px) {
  .fv .item__left .btn {
    width: 192em;
    height: 45em;
    margin: 0 auto;
  }
}
.fv .item__left .btn:hover {
  opacity: 1;
  background: #1d0404;
}
.fv .item__left .btn span {
  display: inline-block;
  font-size: 15em;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .fv .item__left .btn span {
    font-size: 12em;
  }
}
.fv .item__left .txt-area {
  margin-bottom: 30em;
}
@media (max-width: 567px) {
  .fv .item__left .txt-area {
    margin-bottom: 10em;
  }
}
.fv .item__left .txt-area h2 {
  font-size: 47em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.6em;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .fv .item__left .txt-area h2 {
    font-size: 23em;
    margin-bottom: 1.74em;
  }
}
.fv .item__left .txt-area h2 span {
  color: #ab2318;
  display: inline-block;
}
.fv .item__left .txt-area p {
  font-size: 18em;
  font-weight: 500;
  color: #1d1d1d;
  line-height: 2;
}
@media (max-width: 567px) {
  .fv .item__left .txt-area p {
    font-size: 15em;
  }
}
.fv .item__left .img-area {
  margin-bottom: 30em;
}
@media (max-width: 567px) {
  .fv .item__left .img-area {
    margin-bottom: 13em;
  }
}
.fv .item__left .img-area img {
  display: block;
  width: 416em;
}
@media (max-width: 567px) {
  .fv .item__left .img-area img {
    width: 244em;
    margin: 0 auto;
  }
}
.fv .item__right {
  width: 720em;
  padding-bottom: 70em;
  background: rgb(214, 95, 85);
  background: -webkit-linear-gradient(318deg, rgb(214, 95, 85) 0%, rgb(157, 27, 16) 100%);
  background: linear-gradient(132deg, rgb(214, 95, 85) 0%, rgb(157, 27, 16) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .fv .item__right {
    padding-left: 20em;
    padding-bottom: 0;
    background: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 0;
  }
}
.fv .item__right img {
  width: 640em;
  max-width: 100%;
}
.fv .item__right .following {
  display: block;
  position: static;
}
@media (max-width: 567px) {
  .fv .item__right .following {
    width: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
  }
}
@media (max-width: 567px) {
  .fv .item__right .following .email {
    width: 40px;
    height: 40px;
    background: rgb(214, 95, 85);
    background: -webkit-linear-gradient(318deg, rgb(214, 95, 85) 0%, rgb(157, 27, 16) 100%);
    background: linear-gradient(132deg, rgb(214, 95, 85) 0%, rgb(157, 27, 16) 100%);
  }
}
.fv .item__right .following .square {
  background: transparent;
}
@media (max-width: 567px) {
  .fv .item__right .following .square {
    display: none;
  }
}
.fv .item__right .following .square:hover {
  background-color: #1d0404;
  opacity: 1;
}

.sec01 {
  padding-top: 100em;
  padding-bottom: 113em;
}
@media (max-width: 567px) {
  .sec01 {
    padding-top: 0;
    padding-bottom: 89.9em;
  }
}
.sec01 .title {
  margin-bottom: 73.7em;
}
@media (max-width: 567px) {
  .sec01 .title {
    margin-bottom: 39em;
  }
}
.sec01 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 567px) {
  .sec01 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 71.4em 0 0;
  }
}
.sec01 .items .item {
  margin-right: 28em;
}
@media (max-width: 567px) {
  .sec01 .items .item {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 39.6em;
  }
}
@media (max-width: 567px) {
  .sec01 .items .item:first-of-type {
    width: 213.8em;
  }
}
@media (max-width: 567px) {
  .sec01 .items .item:nth-of-type(2) {
    width: 219.69em;
  }
}
@media (max-width: 567px) {
  .sec01 .items .item:nth-of-type(3) {
    width: 232.1em;
  }
}
@media (max-width: 567px) {
  .sec01 .items .item:nth-of-type(4) {
    width: 236.37em;
  }
}
.sec01 .items .item:last-of-type {
  margin-right: 0;
}
@media (max-width: 567px) {
  .sec01 .items .item:last-of-type {
    width: 244.93em;
    margin-bottom: 0;
  }
}
.sec01 .items .item img {
  display: block;
  width: 100%;
}
.sec02 {
  padding-top: 113em;
  padding-bottom: 73em;
  background: rgb(247, 247, 247);
  background: -webkit-linear-gradient(315deg, rgb(247, 247, 247) 0%, rgb(235, 235, 235) 100%);
  background: linear-gradient(135deg, rgb(247, 247, 247) 0%, rgb(235, 235, 235) 100%);
  position: relative;
}
@media (max-width: 567px) {
  .sec02 {
    padding-top: 93em;
    padding-bottom: 45em;
  }
}
.sec02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/sec02-bg.png);
  background-size: 1434.6em;
  background-position: center center;
  top: 0;
  left: 0;
}
@media (max-width: 567px) {
  .sec02::after {
    background-image: url(../images/sec02-bg-sp.png);
    background-size: 370em;
    background-position: center center;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
  }
}
.sec02 .triangle {
  width: 145em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 567px) {
  .sec02 .triangle {
    width: 128em;
  }
}
.sec02 h2 {
  text-align: center;
  color: #ab2318;
  font-weight: 700;
  font-size: 36em;
  line-height: 1.8;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .sec02 h2 {
    font-size: 18em;
    line-height: 2;
    margin-bottom: 1em;
  }
}
.sec02 p {
  text-align: center;
  font-size: 18em;
  font-weight: 500;
  margin-bottom: 3em;
}
@media (max-width: 567px) {
  .sec02 p {
    font-size: 15em;
    margin-bottom: 2.53em;
    line-height: 1.6;
  }
}
.sec02 .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 567px) {
  .sec02 .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec02 .links a {
  width: 326em;
  height: 60em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(204, 72, 62);
  background: -webkit-linear-gradient(315deg, rgb(204, 72, 62) 0%, rgb(171, 35, 24) 100%);
  background: linear-gradient(135deg, rgb(204, 72, 62) 0%, rgb(171, 35, 24) 100%);
}
@media (max-width: 567px) {
  .sec02 .links a {
    width: 274em;
    height: 51em;
    margin-bottom: 20em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 40em;
  }
}
.sec02 .links a:hover {
  opacity: 1;
  background: #1d0404;
}
.sec02 .links a:last-of-type {
  margin-left: 60em;
  background: #1a0909;
}
@media (max-width: 567px) {
  .sec02 .links a:last-of-type {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.sec02 .links a:last-of-type:hover {
  opacity: 1;
  background: rgb(204, 72, 62);
  background: -webkit-linear-gradient(315deg, rgb(204, 72, 62) 0%, rgb(171, 35, 24) 100%);
  background: linear-gradient(135deg, rgb(204, 72, 62) 0%, rgb(171, 35, 24) 100%);
}
.sec02 .links a .square {
  width: 5em;
  height: 5em;
  background-color: #fff;
  margin-right: 50em;
}
@media (max-width: 567px) {
  .sec02 .links a .square {
    margin-right: 38em;
  }
}
.sec02 .links a span {
  display: inline-block;
  font-size: 15em;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 567px) {
  .sec02 .links a span {
    font-size: 13em;
  }
}

.sec03 {
  padding-top: 170em;
  padding-bottom: 120em;
}
@media (max-width: 567px) {
  .sec03 {
    padding-top: 39em;
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 800px) {
  .sec03 .inner {
    padding: 0 77em;
  }
}
@media (max-width: 567px) {
  .sec03 .inner {
    padding: 0 20em;
  }
}
.sec03 .container {
  overflow: visible;
  position: relative;
  background-image: url(../images/sec03-bg.png);
  background-size: 409.36em;
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .sec03 .container {
    background-image: url(../images/sec03-bg-sp.png);
    background-size: 267em;
    background-position: bottom 68em right 5em;
  }
}
.sec03 .container::before {
  position: absolute;
  content: "";
  top: -50em;
  left: 0;
  width: 478em;
  height: 538em;
  background: rgb(235, 109, 98);
  background: -webkit-linear-gradient(100deg, rgb(235, 109, 98) 0%, rgb(171, 35, 24) 100%);
  background: linear-gradient(350deg, rgb(235, 109, 98) 0%, rgb(171, 35, 24) 100%);
  z-index: -1;
}
@media (max-width: 567px) {
  .sec03 .container::before {
    background: none;
  }
}
.sec03 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .sec03 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec03 .item__left {
  width: 464em;
  margin-right: 82em;
}
@media (max-width: 567px) {
  .sec03 .item__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
}
@media (max-width: 567px) {
  .sec03 .item__left::before {
    position: absolute;
    content: "";
    top: -20em;
    left: -20em;
    width: 234em;
    height: 297em;
    background: rgb(235, 109, 98);
    background: -webkit-linear-gradient(100deg, rgb(235, 109, 98) 0%, rgb(171, 35, 24) 100%);
    background: linear-gradient(350deg, rgb(235, 109, 98) 0%, rgb(171, 35, 24) 100%);
    z-index: -1;
  }
}
.sec03 .item__left img {
  display: block;
}
@media (max-width: 567px) {
  .sec03 .item__left img {
    width: 248em;
    margin-left: 6em;
  }
}
.sec03 .item__right {
  width: calc(100% - 464em - 82em);
}
@media (max-width: 567px) {
  .sec03 .item__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 63em;
  }
}
.sec03 .item__right .strength {
  width: 170em;
  margin-bottom: 48em;
}
@media (max-width: 567px) {
  .sec03 .item__right .strength {
    width: auto;
    margin-bottom: 32em;
  }
}
.sec03 .item__right .strength span {
  display: inline-block;
  font-size: 15em;
  font-weight: 500;
  color: #1d0404;
  position: relative;
}
@media (max-width: 567px) {
  .sec03 .item__right .strength span {
    font-size: 14em;
  }
}
.sec03 .item__right .strength span::before {
  position: absolute;
  content: "";
  left: 5.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.8em;
  height: 1.5px;
  background: rgb(227, 125, 117);
  background: -webkit-linear-gradient(351deg, rgb(227, 125, 117) 0%, rgb(159, 36, 26) 100%);
  background: linear-gradient(99deg, rgb(227, 125, 117) 0%, rgb(159, 36, 26) 100%);
}
@media (max-width: 567px) {
  .sec03 .item__right .strength span::before {
    height: 2px;
    width: 6.21em;
  }
}
.sec03 .item__right h2 {
  font-size: 30em;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.33em;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .sec03 .item__right h2 {
    font-size: 17em;
    line-height: 1.88;
    margin-bottom: 2.18em;
  }
}
.sec03 .item__right h2 span {
  display: inline-block;
  color: #ab2318;
}
.sec03 .item__right .lists {
  margin-bottom: 75em;
}
@media (max-width: 567px) {
  .sec03 .item__right .lists {
    margin-bottom: 40em;
  }
}
.sec03 .item__right .lists .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #ab2318;
  margin-bottom: 28em;
  background-color: #fff;
}
@media (max-width: 567px) {
  .sec03 .item__right .lists .list {
    margin-bottom: 20em;
  }
}
.sec03 .item__right .lists .list:last-of-type {
  margin-bottom: 0;
}
.sec03 .item__right .lists .list__left {
  width: 72em;
  height: 84em;
  background-color: #ab2318;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 567px) {
  .sec03 .item__right .lists .list__left {
    width: 50em;
    height: 120em;
  }
}
.sec03 .item__right .lists .list__right {
  width: calc(100% - 72em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 567px) {
  .sec03 .item__right .lists .list__right {
    padding-left: 7em;
    padding-right: 5em;
    width: calc(100% - 50em);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec03 .item__right .lists .list__right--title {
  width: 255em;
  padding-left: 27em;
}
@media (max-width: 567px) {
  .sec03 .item__right .lists .list__right--title {
    width: auto;
    padding-left: 0;
    margin-bottom: 11em;
  }
}
.sec03 .item__right .lists .list__right--title span {
  font-size: 16em;
  font-weight: 700;
  color: #ab2318;
  line-height: 1.31;
}
@media (max-width: 567px) {
  .sec03 .item__right .lists .list__right--title span {
    font-size: 16em;
  }
}
.sec03 .item__right .lists .list__right--txt {
  width: calc(100% - 255em);
}
@media (max-width: 567px) {
  .sec03 .item__right .lists .list__right--txt {
    width: 100%;
  }
}
.sec03 .item__right .lists .list__right--txt p {
  font-size: 14em;
  font-weight: 500;
  line-height: 1.7;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .sec03 .item__right .lists .list__right--txt p {
    white-space: normal;
  }
}
.sec03 .item__right a {
  width: 326em;
  height: 60em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1a0909;
}
@media (max-width: 567px) {
  .sec03 .item__right a {
    width: 261em;
    height: 50em;
    margin: 0 auto;
  }
}
.sec03 .item__right a:hover {
  opacity: 1;
  background: rgb(204, 72, 62);
  background: -webkit-linear-gradient(315deg, rgb(204, 72, 62) 0%, rgb(171, 35, 24) 100%);
  background: linear-gradient(135deg, rgb(204, 72, 62) 0%, rgb(171, 35, 24) 100%);
}
.sec03 .item__right a .square {
  width: 5em;
  height: 5em;
  background-color: #fff;
  margin-right: 50em;
}
@media (max-width: 567px) {
  .sec03 .item__right a .square {
    margin-right: 42em;
  }
}
.sec03 .item__right a span {
  display: inline-block;
  font-size: 15em;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 567px) {
  .sec03 .item__right a span {
    font-size: 13em;
  }
}

.sec04 {
  padding-top: 40em;
  padding-bottom: 75em;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(235, 235, 235) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(235, 235, 235) 100%);
}
@media (max-width: 567px) {
  .sec04 {
    padding-top: 35em;
    padding-bottom: 57em;
  }
}
.sec04 .title {
  margin-bottom: 54em;
}
@media (max-width: 567px) {
  .sec04 .title {
    margin-bottom: 38em;
  }
}
.sec04 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60em;
}
@media (max-width: 567px) {
  .sec04 .items {
    margin-bottom: 50em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec04 .items .item {
  margin-right: 45em;
}
@media (max-width: 567px) {
  .sec04 .items .item {
    margin-right: 0;
    margin-bottom: 30.5em;
  }
}
.sec04 .items .item:last-of-type {
  margin-right: 0;
}
@media (max-width: 567px) {
  .sec04 .items .item:last-of-type {
    margin-bottom: 0;
  }
}
.sec04 .items .item img {
  display: block;
  width: 100%;
}
@media (max-width: 567px) {
  .sec04 .items .item img {
    width: 264em;
    margin: 0 auto;
  }
}
.sec04 a {
  width: 326em;
  height: 60em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1a0909;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .sec04 a {
    width: 260em;
    height: 50em;
  }
}
.sec04 a:hover {
  opacity: 1;
  background: rgb(204, 72, 62);
  background: -webkit-linear-gradient(315deg, rgb(204, 72, 62) 0%, rgb(171, 35, 24) 100%);
  background: linear-gradient(135deg, rgb(204, 72, 62) 0%, rgb(171, 35, 24) 100%);
}
.sec04 a .square {
  width: 5em;
  height: 5em;
  background-color: #fff;
  margin-right: 50em;
}
@media (max-width: 567px) {
  .sec04 a .square {
    margin-right: 42em;
  }
}
.sec04 a span {
  display: inline-block;
  font-size: 15em;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 567px) {
  .sec04 a span {
    font-size: 13em;
  }
}

.sec05 {
  padding-top: 73px;
}
@media (max-width: 567px) {
  .sec05 {
    padding-top: 50em;
  }
}
.sec05 .inner {
  padding: 0 20em;
}
.sec05 .container {
  padding-bottom: 126px;
  overflow: visible;
  background-image: url(../images/sec05-bg.png);
  background-size: 281.7px;
  background-position: bottom 50px right 30px;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .sec05 .container {
    background-image: none;
    padding-bottom: 55em;
  }
}
.sec05 .title {
  margin-bottom: 33em;
}
@media (max-width: 567px) {
  .sec05 .title {
    margin-bottom: 27em;
  }
}
.sec05 .form-area {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
.sec05 .form-area .message {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
}
@media (max-width: 567px) {
  .sec05 .form-area .message {
    font-size: 16em;
    margin-bottom: 3.6875em;
    white-space: normal;
  }
}
.sec05 .form-area form .textarea-text {
  height: 240px;
  border-radius: 3px;
  border-color: #dddddd;
  font-weight: 500;
  background-color: #fff;
}
.sec05 .form-area form .textarea-text::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 500;
}
.sec05 .form-area form .textarea-text::-moz-placeholder {
  color: #cccccc;
  font-weight: 500;
}
.sec05 .form-area form .textarea-text:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 500;
}
.sec05 .form-area form .textarea-text::-ms-input-placeholder {
  color: #cccccc;
  font-weight: 500;
}
.sec05 .form-area form .textarea-text::placeholder {
  color: #cccccc;
  font-weight: 500;
}
.sec05 .form-area form .text-test {
  border-radius: 3px;
  border-color: #dddddd;
  font-weight: 500;
  background-color: #fff;
}
.sec05 .form-area form .text-test::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 500;
}
.sec05 .form-area form .text-test::-moz-placeholder {
  color: #cccccc;
  font-weight: 500;
}
.sec05 .form-area form .text-test:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 500;
}
.sec05 .form-area form .text-test::-ms-input-placeholder {
  color: #cccccc;
  font-weight: 500;
}
.sec05 .form-area form .text-test::placeholder {
  color: #cccccc;
  font-weight: 500;
}
.sec05 .form-area form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.sec05 .form-area form dl:last-of-type {
  margin-bottom: 0;
}
.sec05 .form-area form dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.sec05 .form-area form dl dt span {
  margin-left: 15px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0.3em 0.5em 0.25em;
  background-color: #ab2318;
}
.sec05 .form-area form dl dd {
  font-size: 17px;
}
.sec05 .form-area form .submit {
  width: 417px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1a0909;
  margin: 60px auto 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 567px) {
  .sec05 .form-area form .submit {
    margin: 30px auto 0;
    width: 200px;
    height: 50px;
  }
}
.sec05 .form-area form .submit:hover {
  background: rgb(204, 72, 62);
  background: -webkit-linear-gradient(315deg, rgb(204, 72, 62) 0%, rgb(171, 35, 24) 100%);
  background: linear-gradient(135deg, rgb(204, 72, 62) 0%, rgb(171, 35, 24) 100%);
}
.sec05 .form-area form .submit .square {
  width: 5px;
  height: 5px;
  background-color: #fff;
  margin-right: 23px;
}
.sec05 .form-area form .submit span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}