@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}

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

nav 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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 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;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
  font-size: 16px;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #423434;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1rem;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #423434;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pc {
  display: none !important;
}
@media (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

.mobile {
  display: block !important;
}
@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.ipad {
  display: none !important;
}
@media (min-width: 561px) {
  .ipad {
    display: block !important;
  }
}

.ipad-only {
  display: none !important;
}
@media (min-width: 561px) {
  .ipad-only {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .ipad-only {
    display: none !important;
  }
}

.sp {
  display: block !important;
}
@media (min-width: 561px) {
  .sp {
    display: none !important;
  }
}

.is-flex {
  display: flex !important;
}

.is-flex-wrap {
  flex-wrap: wrap;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-row {
  flex-direction: row;
}

.is-row-reverse {
  flex-direction: row-reverse;
}

.is-column-reverse {
  flex-direction: column-reverse;
}

.is-justify-between {
  justify-content: space-between;
}

.is-justify-evenly {
  justify-content: space-around;
  /*for moz & chrome*/
  -webkit-justify-content: space-evenly !important;
}

.is-justify-center {
  justify-content: center;
}

.is-justify-end {
  justify-content: flex-end;
}

.is-align-start {
  align-items: flex-start !important;
}

.is-align-center {
  align-items: center;
}

.is-align-end {
  align-items: flex-end;
}

.is-hide {
  display: none !important;
}

.is-show {
  display: block !important;
}

.t-med {
  font-weight: 500;
}
.t-bold {
  font-weight: 700;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

.my-0,
.mt-0 {
  margin-top: 0px !important;
}

.my-0,
.mb-0 {
  margin-bottom: 0px !important;
}

.mx-0,
.ml-0 {
  margin-left: 0px !important;
}

.mx-0,
.mr-0 {
  margin-right: 0px !important;
}

.py-0,
.pt-0 {
  padding-top: 0px !important;
}

.py-0,
.pb-0 {
  padding-bottom: 0px !important;
}

.px-0,
.pl-0 {
  padding-left: 0px !important;
}

.px-0,
.pr-0 {
  padding-right: 0px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.ml-5 {
  margin-left: 5px !important;
}
@media (min-width: 561px) {
  .ml-5 {
    margin-left: 0 !important;
  }
}

.is-highlight {
  background: -webkit-linear-gradient(transparent 60%, #fce762 60%);
  background: linear-gradient(transparent 60%, #fce762 60%);
}
.is-highlight.red {
  background: -webkit-linear-gradient(transparent 60%, rgba(211, 57, 50, 0.7) 60%);
  background: linear-gradient(transparent 60%, rgba(211, 57, 50, 0.7) 60%);
  color: black;
}

.c-red {
  color: #d33932;
}

.card {
  background-color: #fce762;
  border-radius: 12px;
  padding: 10px;
  position: relative;
}
@media (min-width: 561px) {
  .card {
    padding: 15px;
  }
}
@media (min-width: 769px) {
  .card {
    padding: 20px;
  }
}
.card > div.full {
  padding: 15px !important;
}
@media (min-width: 561px) {
  .card > div.full {
    padding: 20px !important;
  }
}
@media (min-width: 1200px) {
  .card > div.full {
    padding: 25px !important;
  }
}
.card > div:not(.no):not(.images) {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px;
  flex-direction: column;
}
@media (min-width: 561px) {
  .card > div:not(.no):not(.images) {
    flex-direction: row;
    padding: 20px 30% 20px 20px;
  }
}
@media (min-width: 1200px) {
  .card > div:not(.no):not(.images) {
    align-items: center;
    justify-content: center;
    padding: 25px;
  }
}
.card > div:not(.no):not(.images) .text {
  width: auto;
}
@media (min-width: 769px) {
  .card > div:not(.no):not(.images) .text {
    width: auto;
  }
}
.card .text > p, .card .text > div {
  padding-right: 95px;
}
@media (min-width: 561px) {
  .card .text > p, .card .text > div {
    padding-right: 0;
  }
}
.card .text > div {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 561px) {
  .card .text > div {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .card .text > div {
    font-size: 20px;
  }
}
.card .text > div span {
  font-size: 16px;
}
@media (min-width: 561px) {
  .card .text > div span {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .card .text > div span {
    font-size: 25px;
  }
}
.card .text p {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 561px) {
  .card .text p {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .card .text p {
    font-size: 20px;
  }
}
.card .text p span {
  font-size: 16px;
}
@media (min-width: 561px) {
  .card .text p span {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .card .text p span {
    font-size: 25px;
  }
}
.card .ico {
  background-color: #d33932;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .card .ico {
    margin-right: 20px;
    margin-bottom: 0;
    width: 65px;
    height: 60px;
  }
}
.card .ico img {
  width: 25px;
}
@media (min-width: 561px) {
  .card .ico img {
    width: auto;
  }
}
.card > img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 130px;
}
@media (min-width: 561px) {
  .card > img {
    right: 20px;
    height: auto;
  }
}
@media (min-width: 769px) {
  .card > img {
    right: 44px;
  }
}

.js-more, .js-enlarge {
  cursor: pointer;
}

small {
  font-weight: normal;
  font-size: 0.8em;
}

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

section {
  padding: 50px 0;
}
@media (min-width: 769px) {
  section {
    padding: 100px 0;
  }
}

.sec1 {
  background-color: #fcfae9;
}
.sec1__content dl {
  padding-top: 30px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec1__content dl {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .sec1__content dl {
    padding-top: 47px;
  }
}
@media (min-width: 561px) {
  .sec1__content dl:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 561px) {
  .sec1__content dl:nth-of-type(even) dt {
    padding-right: 0;
    padding-left: 20px;
  }
}
.sec1__content dl dt {
  padding-bottom: 30px;
}
@media (min-width: 561px) {
  .sec1__content dl dt {
    width: 60%;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .sec1__content dl dt {
    padding-bottom: 50px;
    width: 50%;
  }
}
.sec1__content dl dt > div {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.sec1__content dl dt > div img {
  width: 80px;
}
@media (min-width: 769px) {
  .sec1__content dl dt > div img {
    width: auto;
  }
}
.sec1__content dl dt > div .no {
  background-color: #d33932;
  width: 80px;
  height: 70px;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
}
.sec1__content dl dt > div .no::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../../assets/images/sp/ico_check_redwh.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -10px;
}
.sec1__content dl dt > div .no p {
  font-size: 40px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
}
.sec1__content dl dt > div p {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  line-height: 1.3;
}
@media (min-width: 561px) {
  .sec1__content dl dt > div p {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .sec1__content dl dt > div p {
    font-size: 25px;
  }
}
.sec1__content dl dt > p {
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 561px) {
  .sec1__content dl dd {
    width: 50%;
  }
}
.sec1__content dl dd > div {
  background-color: #fce762;
  background-image: url("../../assets/images/grid_bg.png");
  padding: 10px;
  border-radius: 12px;
  width: fit-content;
  max-width: 533px;
  margin: 0 auto 15px;
}
@media (min-width: 769px) {
  .sec1__content dl dd > div {
    width: auto;
    padding: 15px;
  }
}
.sec1__content dl dd > div.mobile {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  max-width: calc(100vw - 30px);
}
.sec1__content dl dd > div .slider_1.flex {
  width: max-content;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.sec1__content dl dd > div .slider_1.flex .js-enlarge {
  width: 80%;
  max-width: 300px;
  margin-right: 10px;
}
@media (min-width: 561px) {
  .sec1__content dl dd > div .slider_1.flex .js-enlarge {
    width: 32%;
  }
}
.sec1__content dl dd > p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1__content dl dd > p img {
  margin-left: 5px;
  width: 23px;
}
.sec1__content dl dd .js-enlarge {
  max-height: 250px;
  overflow: hidden;
  border-radius: 12px;
}
.sec2 {
  background-color: #fff;
  padding-bottom: 20px;
}
@media (min-width: 561px) {
  .sec2 {
    padding-bottom: 47px;
  }
}
.sec2__content {
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 47px;
}
@media (min-width: 561px) {
  .sec2__content {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .sec2__content {
    justify-content: space-between;
  }
}
.sec2__content > div {
  background-color: #f4f3f3;
  border-radius: 12px;
  padding: 10px 8px;
  margin: 0 0 20px;
  width: 48%;
}
@media (min-width: 561px) {
  .sec2__content > div {
    padding: 23px 26px;
    width: 47%;
    max-width: 342px;
    margin: 0 10px 30px;
  }
}
@media (min-width: 769px) {
  .sec2__content > div {
    width: 32%;
    margin: 0 0 30px;
  }
}
.sec2__content > div .image {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 561px) {
  .sec2__content > div .image {
    height: 220px;
  }
}
.sec2__content > div > div:not(.image) {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec2__content > div > div:not(.image) p:nth-of-type(1) {
  background-color: #d33932;
  line-height: 1;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
@media (min-width: 561px) {
  .sec2__content > div > div:not(.image) p:nth-of-type(1) {
    padding: 10px;
    width: 65px;
    font-size: 20px;
  }
}
.sec2__content > div > div:not(.image) p:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 561px) {
  .sec2__content > div > div:not(.image) p:nth-of-type(2) {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .sec2__content > div > div:not(.image) p:nth-of-type(2) {
    font-size: 20px;
  }
}
.sec2__content > div > div:not(.image) p:nth-of-type(2) span {
  font-size: 18px;
  font-weight: bold;
  padding-right: 5px;
}
@media (min-width: 561px) {
  .sec2__content > div > div:not(.image) p:nth-of-type(2) span {
    font-size: 30px;
  }
}
@media (min-width: 769px) {
  .sec2__content > div > div:not(.image) p:nth-of-type(2) span {
    font-size: 35px;
  }
}
.sec2__content > div > div:not(.image) p:nth-of-type(2) span:nth-of-type(1) {
  color: #d33932;
  padding-right: 0;
}
.sec2__content > div > div:not(.image) img {
  width: 20px;
}
@media (min-width: 561px) {
  .sec2__content > div > div:not(.image) img {
    width: auto;
  }
}

.sec3 {
  background-color: #fcfae9;
}
.sec3 .title {
  margin-bottom: 30px;
}
.sec3__content > div.is-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec3__content > div.is-flex > div {
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  background-color: #fce762;
  margin: 30px 5px 0;
}
@media (min-width: 561px) {
  .sec3__content > div.is-flex > div {
    padding: 15px;
    width: 48%;
  }
}
@media (min-width: 769px) {
  .sec3__content > div.is-flex > div {
    padding: 20px;
    width: 32%;
    max-width: 340px;
    margin: 73px 5px 0;
  }
}
.sec3__content > div.is-flex > div > div {
  background-color: #fff;
  border-radius: 12px;
  padding: 23px 13px;
  height: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .sec3__content > div.is-flex > div > div {
    min-height: 323px;
  }
}
.sec3__content > div.is-flex > div > div .image {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .sec3__content > div.is-flex > div > div .image {
    padding: 0 10px;
  }
}
.sec3__content > div.is-flex > div > div p {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 769px) {
  .sec3__content > div.is-flex > div > div p {
    font-size: 20px;
  }
}
.sec3__content > div.is-flex > div > div::before {
  content: "";
  width: 65px;
  height: 65px;
  background-image: url("../../assets/images/sp/ico_pen.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  top: -30px;
}
@media (min-width: 769px) {
  .sec3__content > div.is-flex > div > div::before {
    background-image: url("../../assets/images/ico_pen.png");
    width: 65px;
    height: 86px;
    top: -40px;
  }
}
.sec3__content > div.has-alert {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 10px 70px;
  margin-top: 60px;
  background-image: url("../../assets/images/mv_bg1.png"), url("../../assets/images/mv_bg2.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 192px 172px;
}
.sec3__content > div.has-alert dl {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 769px) {
  .sec3__content > div.has-alert dl {
    width: 77%;
  }
}
.sec3__content > div.has-alert dl:last-of-type {
  margin-bottom: 0;
}
.sec3__content > div.has-alert dl dt {
  margin-right: 10px;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .sec3__content > div.has-alert dl dt {
    margin-right: 19px;
  }
}
.sec3__content > div.has-alert dl dt img {
  width: 50px;
}
@media (min-width: 561px) {
  .sec3__content > div.has-alert dl dt img {
    width: auto;
  }
}
.sec3__content > div.has-alert dl dd div {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 561px) {
  .sec3__content > div.has-alert dl dd div {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .sec3__content > div.has-alert dl dd div {
    font-size: 25px;
  }
}
.sec3__content > div.has-alert dl dd div p {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: inline;
  background: -webkit-linear-gradient(transparent 70%, #fce762 60%);
  background: linear-gradient(transparent 70%, #fce762 60%);
}
@media (min-width: 561px) {
  .sec3__content > div.has-alert dl dd div p {
    background: transparent !important;
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .sec3__content > div.has-alert dl dd div p {
    font-size: 30px;
  }
}
.sec3__content > div.has-alert dl dd div p span {
  position: relative;
  z-index: 1;
}
.sec3__content > div.has-alert dl dd div p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  z-index: 0;
  background-color: #fce762;
  display: none;
}
@media (min-width: 561px) {
  .sec3__content > div.has-alert dl dd div p::after {
    display: block;
  }
}
@media (min-width: 769px) {
  .sec3__content > div.has-alert dl dd div p::after {
    height: 15px;
  }
}
.sec3__content > div.has-alert .title-type1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  margin-bottom: 0;
}
.sec3__content > div.has-alert .title-type1::after {
  content: url("../../assets/images/ico_title_triangle.png");
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.sec4 {
  background-color: #fcfae9;
  padding-top: 20px;
}
.sec4__content > .is-flex {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 769px) {
  .sec4__content > .is-flex {
    flex-direction: row;
  }
}
.sec4__content > .is-flex > div {
  position: relative;
  background-color: #fce762;
  border-radius: 12px;
  width: 100%;
  margin-top: 50px;
  padding: 60px 15px 15px;
}
@media (min-width: 561px) {
  .sec4__content > .is-flex > div {
    padding: 60px 22px 22px;
  }
}
@media (min-width: 769px) {
  .sec4__content > .is-flex > div {
    margin-top: 84px;
    padding: 90px 22px 22px;
    max-width: 533px;
    width: 49%;
  }
}
.sec4__content > .is-flex > div::before {
  content: "";
  width: 65px;
  height: 65px;
  background-image: url("../../assets/images/sp/ico_pen.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  top: -20px;
}
@media (min-width: 769px) {
  .sec4__content > .is-flex > div::before {
    background-image: url("../../assets/images/ico_pen.png");
    height: 86px;
  }
}
.sec4__content > .is-flex > div > p {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}
@media (min-width: 561px) {
  .sec4__content > .is-flex > div > p {
    font-size: 22px;
  }
}
@media (min-width: 769px) {
  .sec4__content > .is-flex > div > p {
    padding-bottom: 0;
    font-size: 25px;
    min-height: 150px;
  }
}
.sec4__content > .is-flex > div > .is-flex {
  margin-top: 30px;
}
.sec4__content > .is-flex > div > .is-flex .ico {
  width: 40px;
  height: 40px;
  background-color: #d33932;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
}
@media (min-width: 561px) {
  .sec4__content > .is-flex > div > .is-flex .ico {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 769px) {
  .sec4__content > .is-flex > div > .is-flex .ico {
    width: 52px;
    height: 49px;
  }
}
.sec4__content > .is-flex > div > .is-flex .ico img {
  width: 25px;
}
@media (min-width: 561px) {
  .sec4__content > .is-flex > div > .is-flex .ico img {
    width: auto;
  }
}
.sec4__content > .is-flex > div > .is-flex p {
  font-size: bold;
}
.sec4__content .card .text p {
  padding-right: 75px !important;
}
@media (min-width: 561px) {
  .sec4__content .card .text p {
    padding-right: 0 !important;
  }
}

.sec5 {
  background-color: #f4f3f3;
}
.sec5__content .card {
  margin: 30px 0 50px;
}
.sec5__content .card p {
  line-height: 1.6;
}
@media (min-width: 561px) {
  .sec5__content .card p {
    line-height: 35px;
  }
}
.sec5__content .title-type1::after {
  content: url("../../assets/images/ico_title_triangle.png");
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.sec5__content > .is-flex {
  justify-content: space-between;
}
.sec5__content > .is-flex dl {
  background-color: #fff;
  width: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 15px;
  display: flex;
  font-weight: bold;
  margin-top: 34px;
}
@media (min-width: 561px) {
  .sec5__content > .is-flex dl {
    width: 49%;
    max-width: 533px;
  }
}
@media (min-width: 769px) {
  .sec5__content > .is-flex dl {
    padding: 15px 20px;
  }
}
.sec5__content > .is-flex dl dt {
  margin-right: 10px;
  flex-shrink: 0;
}
.sec5__content > .is-flex dl dt img {
  width: 80px;
}
@media (min-width: 561px) {
  .sec5__content > .is-flex dl dt img {
    width: 80px;
  }
}
@media (min-width: 769px) {
  .sec5__content > .is-flex dl dt img {
    width: auto;
  }
}
.sec5__content > .is-flex dl dd {
  flex-grow: 1;
  justify-content: center;
  font-size: 18px;
}
@media (min-width: 769px) {
  .sec5__content > .is-flex dl dd {
    font-size: 20px;
  }
}

.sec6 {
  background-color: #fff;
}
.sec6__content {
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec6__content {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .sec6__content {
    justify-content: space-between;
  }
}
.sec6__content > div {
  background-color: #fce762;
  position: relative;
  margin: 45px 0 0;
  padding: 20px 10px 10px;
  border-radius: 12px;
  width: 100%;
}
@media (min-width: 561px) {
  .sec6__content > div {
    padding: 20px;
    margin: 60px 10px 0;
    width: 45%;
    max-width: 340px;
  }
}
@media (min-width: 769px) {
  .sec6__content > div {
    width: 32%;
    margin: 60px 0 0;
  }
}
.sec6__content > div > div.no {
  position: absolute;
  left: 0;
  top: -25px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 561px) {
  .sec6__content > div > div.no {
    top: -35px;
  }
}
.sec6__content > div > div.no img {
  width: 80px;
}
@media (min-width: 561px) {
  .sec6__content > div > div.no img {
    width: auto;
  }
}
.sec6__content > div > div.no p {
  color: #d33932;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  padding-left: 5px;
}
.sec6__content > div > div.no::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../../assets/images/sp/ico_check_redwh.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 561px) {
  .sec6__content > div > div.no::before {
    display: none;
  }
}
.sec6__content > div > div:not(.no) {
  border-radius: 12px;
  background-color: #fff;
  padding: 20px 14px;
  height: 100%;
  font-weight: bold;
}
.sec6__content > div > div:not(.no) .image {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .sec6__content > div > div:not(.no) .image {
    padding: 0 10px;
  }
}

.sec7 {
  background-color: #fcfae9;
}
.sec7__content {
  padding-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 561px) {
  .sec7__content {
    align-items: stretch;
  }
}
@media (min-width: 769px) {
  .sec7__content {
    padding-top: 75px;
  }
}
.sec7__content > div {
  width: 48%;
  max-width: 264px;
}
@media (min-width: 561px) {
  .sec7__content > div {
    width: 48%;
    max-width: none;
  }
}
@media (min-width: 769px) {
  .sec7__content > div {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .sec7__content > div {
    width: 24%;
    max-width: 264px;
  }
}
.sec7__content > div .image {
  background-color: #423434;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 19px;
}
@media (min-width: 561px) {
  .sec7__content > div .image {
    padding: 17px 20px;
  }
}
.sec7__content > div .image img {
  width: 100%;
}
.sec7__content > div .title-type1 {
  padding: 0 !important;
}
.sec7__content > div .title-type1 p {
  font-size: 14px;
  height: 50px;
  display: flex;
  align-items: center;
  width: 250px;
  justify-content: center;
}
@media (min-width: 561px) {
  .sec7__content > div .title-type1 p {
    height: 65px;
    font-size: 20px;
  }
}

.sec8 {
  background-color: #fff;
  padding-bottom: 0;
}
@media (min-width: 561px) {
  .sec8 {
    padding-bottom: 0;
  }
}
.sec8 .title-type3 {
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .sec8 .title-type3 {
    margin-bottom: 0;
  }
}
.sec8__content .card {
  margin-top: 45px;
}
@media (min-width: 561px) {
  .sec8__content .card {
    margin-top: 69px;
  }
}
.sec8__content .card > div:not(.no):not(.images) {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec8__content .card > div:not(.no):not(.images) {
    flex-direction: row;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .sec8__content .card > div:not(.no):not(.images) {
    align-items: center;
    justify-content: space-between;
    padding: 25px;
  }
}
.sec8__content .card .no {
  position: absolute;
  left: 0;
  top: -30px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 561px) {
  .sec8__content .card .no {
    top: -35px;
  }
}
.sec8__content .card .no img {
  width: 120px;
}
@media (min-width: 561px) {
  .sec8__content .card .no img {
    width: auto;
  }
}
.sec8__content .card .no p {
  color: #d33932;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  padding-left: 5px;
}
.sec8__content .card .no p span {
  font-size: 20px;
}
.sec8__content .card .no::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../../assets/images/sp/ico_check_redwh.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 561px) {
  .sec8__content .card .no::before {
    display: none;
  }
}
.sec8__content .card:nth-of-type(5) {
  margin-bottom: 70px;
}
.sec8__content .card:nth-of-type(5)::after {
  display: none;
}
.sec8__content .card::after {
  content: "";
  width: 60px;
  height: 65px;
  background-image: url("../../assets/images/sec8_triangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .sec8__content .card::after {
    width: 115px;
    bottom: -45px;
  }
}
.sec8__content .card > div.is-flex {
  justify-content: space-between;
  padding: 20px;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec8__content .card > div.is-flex {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .sec8__content .card > div.is-flex {
    padding: 25px;
  }
}
.sec8__content .card > div.is-flex .is-flex {
  align-items: center;
}
.sec8__content .card > div.is-flex .is-flex img {
  margin-right: 10px;
  width: 80px;
}
@media (min-width: 561px) {
  .sec8__content .card > div.is-flex .is-flex img {
    width: 100px;
  }
}
@media (min-width: 769px) {
  .sec8__content .card > div.is-flex .is-flex img {
    margin-right: 26px;
    width: auto;
  }
}
.sec8__content .card > div.is-flex .is-flex p {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 561px) {
  .sec8__content .card > div.is-flex .is-flex p {
    font-weight: bold;
    font-size: 20px;
  }
}
.sec8__content .card > div.is-flex > img {
  flex-shrink: 0;
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 561px) {
  .sec8__content .card > div.is-flex > img {
    width: 40%;
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (min-width: 769px) {
  .sec8__content .card > div.is-flex > img {
    margin-left: 50px;
    width: auto;
  }
}
.sec8__content .card > div.has-slider {
  display: block !important;
}
.sec8__content .card > div.has-slider .is-flex {
  align-items: center;
}
.sec8__content .card > div.has-slider .is-flex img {
  margin-right: 10px;
  width: 80px;
}
@media (min-width: 561px) {
  .sec8__content .card > div.has-slider .is-flex img {
    width: 100px;
  }
}
@media (min-width: 769px) {
  .sec8__content .card > div.has-slider .is-flex img {
    margin-right: 26px;
    width: auto;
  }
}
.sec8__content .card > div.has-slider .is-flex p {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 561px) {
  .sec8__content .card > div.has-slider .is-flex p {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .sec8__content .card > div.has-slider .is-flex p {
    font-size: 20px;
  }
}
.sec8__content .card > div.has-slider .images {
  margin-top: 30px;
}
.sec8__content .card > div.has-slider .images.mobile {
  overflow-x: scroll;
  overflow-y: hidden;
}
.sec8__content .card > div.has-slider .images .slider.flex {
  width: max-content;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.sec8__content .card > div.has-slider .images .slider.flex .js-enlarge {
  width: 80%;
  max-width: 250px;
  margin-right: 10px;
}
@media (min-width: 561px) {
  .sec8__content .card > div.has-slider .images .slider.flex .js-enlarge {
    width: 32%;
  }
}
.sec8__content .card > div.has-slider .images .slider .js-enlarge {
  max-height: 233px;
  max-width: 330px;
  border-radius: 12px;
  overflow: hidden;
}
.sec8__content .card > div.has-slider .images .slider .js-enlarge img {
  height: 233px;
  max-width: none;
  width: auto;
}
.sec8__content .card > div.has-slider .images p {
  font-weight: bold;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec8__content .card > div.has-slider .images p img {
  margin-left: 5px;
  width: 23px;
}
.sec8__content > div:not(.card):not(.grey) {
  position: relative;
  margin-bottom: 65px;
}
.sec8__content > div:not(.card):not(.grey) .title-type1 {
  background-color: #423434;
  width: 100%;
  max-width: 260px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}
@media (min-width: 769px) {
  .sec8__content > div:not(.card):not(.grey) .title-type1 {
    max-width: 440px;
  }
}
.sec8__content > div:not(.card):not(.grey) .title-type1 p {
  color: #fff;
  text-align: center;
}
.sec8__content > div:not(.card):not(.grey) > .is-flex {
  background-color: #f4f3f3;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 10px;
}
.sec8__content > div:not(.card):not(.grey) > .is-flex img {
  margin-right: 10px;
  width: 80px;
}
@media (min-width: 561px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex img {
    width: auto;
  }
}
@media (min-width: 769px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex img {
    margin-right: 20px;
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex .text p {
  font-weight: bold;
}
.sec8__content > div:not(.card):not(.grey) > .is-flex .text p:nth-of-type(1) {
  font-size: 18px;
}
@media (min-width: 561px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex .text p:nth-of-type(1) {
    font-size: 22px;
  }
}
@media (min-width: 769px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex .text p:nth-of-type(1) {
    font-size: 25px;
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex .text p:nth-of-type(1) span {
  font-size: 22px;
}
@media (min-width: 561px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex .text p:nth-of-type(1) span {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex .text p:nth-of-type(1) span {
    font-size: 30px;
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists {
  padding-top: 50px;
  align-items: stretch;
  justify-content: space-between;
  padding: 50px 20px 20px;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex.lists {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex.lists {
    padding: 70px 40px 35px;
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists.is-third .list {
  width: 100%;
}
@media (min-width: 561px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex.lists.is-third .list {
    width: 30%;
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists.is-half .list {
  width: 100%;
}
@media (min-width: 561px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex.lists.is-half .list {
    width: 47%;
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list {
  background-color: #fce762;
  border-radius: 12px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 561px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list {
    padding: 12px 15px;
    margin-bottom: 0;
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list::after {
  content: "";
  width: 45px;
  height: 40px;
  background-image: url("../../assets/images/sec8_triangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 50%;
  bottom: -35px;
  transform: translateX(50%);
}
@media (min-width: 561px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list::after {
    height: 73px;
    background-image: url("../../assets/images/sec8_triangle_right.png");
    right: -30px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list:last-of-type::after {
  display: none;
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 561px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list p {
    font-size: 20px;
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list div {
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  padding: 15px 10px;
}
@media (min-width: 769px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list div {
    padding: 30px;
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list div.is-align-start {
  flex-direction: column;
}
@media (min-width: 769px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list div.is-align-start {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list div ul:nth-of-type(2) {
    margin-left: 20px;
  }
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list div li {
  font-weight: bold;
  display: flex;
  margin-bottom: 5px;
}
.sec8__content > div:not(.card):not(.grey) > .is-flex.lists .list div li::before {
  content: url("../../assets/images/ico_check_red.png");
  margin-right: 5px;
}
.sec8__content .grey {
  padding: 55px 15px 30px;
  background-color: #f4f3f3;
  border-radius: 12px;
  margin-bottom: 46px;
}
@media (min-width: 561px) {
  .sec8__content .grey {
    padding: 55px 25px 55px 45px;
  }
}
.sec8__content .grey > div .title-type1 {
  display: none !important;
}
@media (min-width: 769px) {
  .sec8__content .grey > div .title-type1 {
    display: flex !important;
  }
}
.sec8__content .grey > div .left {
  display: none;
  width: 100%;
}
@media (min-width: 769px) {
  .sec8__content .grey > div .left {
    width: auto;
    display: block;
  }
}
.sec8__content .grey > div.is-flex {
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .sec8__content .grey > div.is-flex {
    flex-direction: row;
  }
}
.sec8__content .grey > div.is-flex:nth-of-type(2) {
  align-items: flex-start;
  margin-bottom: 0;
  width: 100%;
}
.sec8__content .grey > div.is-flex .title-type1 {
  background-color: #423434;
  color: #fff;
  padding: 0;
  height: 50px;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
@media (min-width: 769px) {
  .sec8__content .grey > div.is-flex .title-type1 {
    margin: 0 18px 40px 0;
  }
}
.sec8__content .grey > div.is-flex > .is-flex:not(.lists) {
  background-color: #fff;
  border-radius: 12px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
}
.sec8__content .grey > div.is-flex > .is-flex:not(.lists) img {
  flex-shrink: 0;
  margin-right: 10px;
  width: 80px;
}
@media (min-width: 561px) {
  .sec8__content .grey > div.is-flex > .is-flex:not(.lists) img {
    width: auto;
    margin-right: 14px;
  }
}
.sec8__content .grey > div.is-flex > .is-flex:not(.lists) .text {
  text-align: center;
}
.sec8__content .grey > div.is-flex > .is-flex:not(.lists) .text p {
  font-weight: bold;
}
.sec8__content .grey > div.is-flex > .is-flex:not(.lists) .text p:nth-of-type(1) {
  font-size: 15px;
}
@media (min-width: 561px) {
  .sec8__content .grey > div.is-flex > .is-flex:not(.lists) .text p:nth-of-type(1) {
    font-size: 22px;
  }
}
@media (min-width: 769px) {
  .sec8__content .grey > div.is-flex > .is-flex:not(.lists) .text p:nth-of-type(1) {
    font-size: 25px;
  }
}
.sec8__content .grey > div.is-flex > .is-flex:not(.lists) .text p:nth-of-type(1) span {
  font-size: 18px;
}
@media (min-width: 561px) {
  .sec8__content .grey > div.is-flex > .is-flex:not(.lists) .text p:nth-of-type(1) span {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .sec8__content .grey > div.is-flex > .is-flex:not(.lists) .text p:nth-of-type(1) span {
    font-size: 30px;
  }
}
.sec8__content .grey > div.is-flex > .is-flex:not(.lists) .text p:nth-of-type(2) {
  padding-top: 10px;
  font-size: 14px;
}
@media (min-width: 561px) {
  .sec8__content .grey > div.is-flex > .is-flex:not(.lists) .text p:nth-of-type(2) {
    font-size: 16px;
  }
}
.sec8__content .grey > div.is-flex > .is-flex.lists {
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 561px) {
  .sec8__content .grey > div.is-flex > .is-flex.lists {
    flex-direction: row;
  }
}
.sec8__content .grey > div.is-flex > .is-flex.lists.is-third .list {
  width: 100%;
}
@media (min-width: 561px) {
  .sec8__content .grey > div.is-flex > .is-flex.lists.is-third .list {
    width: 32%;
  }
}
.sec8__content .grey > div.is-flex > .is-flex.lists.is-half .list {
  width: 100%;
}
@media (min-width: 561px) {
  .sec8__content .grey > div.is-flex > .is-flex.lists.is-half .list {
    width: 49%;
  }
}
.sec8__content .grey > div.is-flex > .is-flex.lists .list {
  background-color: #fce762;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 561px) {
  .sec8__content .grey > div.is-flex > .is-flex.lists .list {
    padding: 12px;
    margin-bottom: 0;
  }
}
.sec8__content .grey > div.is-flex > .is-flex.lists .list::after {
  content: "";
  width: 45px;
  height: 40px;
  background-image: url("../../assets/images/sec8_triangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 50%;
  bottom: -35px;
  transform: translateX(50%);
  display: none !important;
}
@media (min-width: 561px) {
  .sec8__content .grey > div.is-flex > .is-flex.lists .list::after {
    height: 73px;
    background-image: url("../../assets/images/sec8_triangle_right.png");
    right: -30px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.sec8__content .grey > div.is-flex > .is-flex.lists .list p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 561px) {
  .sec8__content .grey > div.is-flex > .is-flex.lists .list p {
    font-size: 20px;
  }
}
.sec8__content .grey > div.is-flex > .is-flex.lists .list div {
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  padding: 15px 10px;
}
.sec8__content .grey > div.is-flex > .is-flex.lists .list div.is-align-start {
  flex-direction: column;
}
@media (min-width: 769px) {
  .sec8__content .grey > div.is-flex > .is-flex.lists .list div.is-align-start {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .sec8__content .grey > div.is-flex > .is-flex.lists .list div ul:nth-of-type(2) {
    margin-left: 20px;
  }
}
.sec8__content .grey > div.is-flex > .is-flex.lists .list div li {
  font-weight: bold;
  display: flex;
  margin-bottom: 5px;
}
.sec8__content .grey > div.is-flex > .is-flex.lists .list div li::before {
  content: "";
  margin-right: 5px;
  width: 25px;
  height: 22px;
  background-image: url("../../assets/images/sp/ico_check_redwh.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .sec8__content .grey > div.is-flex > .is-flex.lists .list div li::before {
    background-image: url("../../assets/images/ico_check_red.png");
  }
}

.sec9 {
  background-color: #fcfae9;
  padding-top: 50px;
}
@media (min-width: 561px) {
  .sec9 {
    padding-top: 80px;
  }
}
.sec9 .title-type1 {
  margin-bottom: 50px;
}
.sec9 .title-type1::after {
  content: url("../../assets/images/ico_title_triangle.png");
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.sec9 .title-type3 {
  margin-bottom: 50px;
}
.sec9__content .title-type3 {
  margin-bottom: 50px;
}
.sec9__content .title-type2 {
  margin-top: 80px;
}
@media (min-width: 769px) {
  .sec9__content .title-type2 {
    margin-top: 195px;
  }
}
.sec9__content .graph {
  background-color: #423434;
  padding: 10px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 561px) {
  .sec9__content .graph {
    padding: 20px;
  }
}
.sec9__content .graph > div {
  border-radius: 12px;
  background-color: #fff;
}
.sec9__content .graph > div > p {
  background-color: #423434;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 50px;
  width: max-content;
}
@media (min-width: 561px) {
  .sec9__content .graph > div > p {
    top: -20px;
    width: auto;
    font-size: 20px;
    padding: 5px 50px;
  }
}
.sec9__content .graph-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 10px;
}
@media (min-width: 561px) {
  .sec9__content .graph-image {
    padding: 80px 10px;
  }
}
.sec9__content .media {
  background-color: #fff;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 50px 0 80px;
}
@media (min-width: 769px) {
  .sec9__content .media {
    padding: 30px 12%;
  }
}
.sec9__content .media img {
  margin: 10px;
  width: 40%;
}
@media (min-width: 561px) {
  .sec9__content .media img {
    margin: 20px;
    width: auto;
  }
}
.sec9__content .card {
  position: relative;
}
.sec9__content .card::before {
  content: "";
  height: 50px;
  width: 50px;
  background-image: url("../../assets/images/sp/ico_watch.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  left: 0;
}
@media (min-width: 561px) {
  .sec9__content .card::before {
    background-image: url("../../assets/images/ico_watch.png");
    height: 74px;
    width: 74px;
    left: 45px;
  }
}
.sec9__content .card > div p {
  line-height: 2;
  font-weight: bold;
}
.sec9__content .card > div img {
  flex-shrink: 0;
  margin-top: 20px;
}
@media (min-width: 561px) {
  .sec9__content .card > div img {
    margin-top: 0;
    margin-left: 20px;
  }
}

.sec10 {
  background-color: #fce762;
  padding-bottom: 0;
  padding-top: 60px;
  background-image: url("../../assets/images/mv_bg1.png"), url("../../assets/images/mv_bg2.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}
@media (min-width: 561px) {
  .sec10 {
    padding-top: 100px;
  }
}
.sec10 .title-type3 {
  margin-bottom: 40px;
}
.sec10__content > .is-flex {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec10__content > .is-flex {
    flex-direction: row;
  }
}
.sec10__content > .is-flex > div {
  width: 100%;
  max-width: 578px;
  background-color: #fcfae9;
  align-items: center;
  padding: 20px 15px;
  border-radius: 12px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 561px) {
  .sec10__content > .is-flex > div {
    margin-bottom: 45px;
    padding: 35px 25px;
    width: 47%;
  }
}
.sec10__content > .is-flex > div::after {
  content: "";
  width: 113px;
  height: 66px;
  background-image: url("../../assets/images/sec10_triangle.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  display: none;
}
@media (min-width: 561px) {
  .sec10__content > .is-flex > div::after {
    display: block;
  }
}
.sec10__content > .is-flex > div img {
  flex-shrink: 0;
  margin-right: 20px;
  width: 80px;
}
@media (min-width: 769px) {
  .sec10__content > .is-flex > div img {
    width: auto;
  }
}
.sec10__content > .is-flex > div p {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 561px) {
  .sec10__content > .is-flex > div p {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .sec10__content > .is-flex > div p {
    font-size: 20px;
  }
}
.sec10__content .has-btn {
  justify-content: space-between;
  flex-direction: row !important;
  flex-wrap: wrap;
}
@media (min-width: 561px) {
  .sec10__content .has-btn {
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.sec10__content .has-btn a {
  margin: 0 auto;
}
@media (min-width: 561px) {
  .sec10__content .has-btn a {
    margin: 0;
  }
}
.sec10__content .has-btn .btn {
  margin: 10px auto 0;
}
@media (min-width: 561px) {
  .sec10__content .has-btn .btn {
    margin: 35px 30px 0;
  }
}
.sec10__content .has-btn img {
  width: 30%;
  margin: 15px 10px 0;
}
@media (min-width: 561px) {
  .sec10__content .has-btn img {
    margin: 0;
    width: auto;
  }
}
.sec10__content .has-btn img:last-of-type {
  width: 40%;
  padding-top: 10px;
}
@media (min-width: 561px) {
  .sec10__content .has-btn img:last-of-type {
    padding-top: 0;
    width: auto;
  }
}

.sec11 {
  background-color: #fff;
  padding-top: 50px;
}
@media (min-width: 561px) {
  .sec11 {
    padding-top: 90px;
  }
}
.sec11__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec11__content {
    flex-direction: row;
  }
}
.sec11__content > div {
  margin-top: 80px;
  width: 100%;
  max-width: 530px;
  background-color: #fce762;
  padding: 30px 10px 10px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 561px) {
  .sec11__content > div {
    padding: 40px 15px 20px;
    width: 49%;
  }
}
@media (min-width: 769px) {
  .sec11__content > div {
    padding: 40px 23px 27px;
    width: 47%;
  }
}
.sec11__content > div::before {
  content: "";
  width: 75px;
  height: 71px;
  position: absolute;
  top: -25px;
  left: 0;
  background-image: url("../../assets/images/sp/ico_megaphone.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 561px) {
  .sec11__content > div::before {
    background-image: url("../../assets/images/ico_megaphone.png");
    left: 25px;
    top: -43px;
    width: 130px;
    height: 71px;
  }
}
.sec11__content > div > p {
  padding-bottom: 30px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 561px) {
  .sec11__content > div > p {
    padding-bottom: 40px;
    font-size: 25px;
  }
}
.sec11__content > div > div {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .sec11__content > div > div {
    padding: 25px;
  }
}
.sec11__content > div > div .image {
  margin-bottom: 40px;
}
.sec11__content > div > div .text {
  max-height: 290px;
  padding-bottom: 100px;
}
.sec11__content > div > div .text > div {
  background-color: #eaeaea;
  padding: 15px;
  position: relative;
  border-radius: 25px;
  margin-bottom: 35px;
}
.sec11__content > div > div .text > div p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 561px) {
  .sec11__content > div > div .text > div p {
    font-size: 20px;
  }
}
.sec11__content > div > div .text > div::after {
  content: url("../../assets/images/ico_title_triangle_gr.png");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.sec11__content > div > div .text > p {
  font-weight: bold;
  line-height: 1.8;
}
.sec11__content > div > div .text.is-open {
  max-height: none;
}
.sec11__content > div > div .more {
  width: 100%;
  height: 100px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sec11__content > div > div .more::before {
  content: "";
  width: 100%;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: -30px;
  left: 0;
}
.sec11__content > div > div .more p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 561px) {
  .sec11__content > div > div .more p {
    font-size: 20px;
  }
}
.sec11__content > div > div .more p::after {
  content: "";
  width: 22px;
  height: 23px;
  background-image: url("../../assets/images/ico_drop.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: -10px;
  display: inline-block;
}
@media (min-width: 561px) {
  .sec11__content > div > div .more p::after {
    width: 36px;
    height: 28px;
  }
}
.sec11__content > div > div .more.is-open::before {
  background-color: rgba(255, 255, 255, 0);
}
.sec11__content > div > div .more.is-open p::after {
  transform: rotate(180deg);
  margin-bottom: 0;
  display: inline-block;
}
@media (min-width: 561px) {
  .sec11__content > div > div .more.is-open p::after {
    margin-bottom: 0;
  }
}

.sec12 {
  background-color: #f4f3f3;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  .sec12 {
    padding-bottom: 180px;
  }
}
.sec12__content {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 769px) {
  .sec12__content {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .sec12__content > div {
    width: 49%;
    max-width: 530px;
  }
}
.sec12__content > div:nth-of-type(2) .sec12__title p {
  text-align: center;
  background-color: #423434;
  color: #fff;
}
@media (min-width: 769px) {
  .sec12__content > div:nth-of-type(2) .sec12__title p {
    text-align: right;
  }
}
.sec12__content > div:nth-of-type(2) > div:not(.sec12__title) {
  background-color: #423434;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .sec12__content > div:nth-of-type(2) > div:not(.sec12__title) {
    margin-bottom: 0;
  }
}
.sec12__content > div:nth-of-type(2) > div:not(.sec12__title) ul li .ico {
  background-color: #423434;
}
.sec12__content > div .sec12__title {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 25px;
}
.sec12__content > div .sec12__title img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 135px;
}
@media (min-width: 561px) {
  .sec12__content > div .sec12__title img {
    height: auto;
  }
}
.sec12__content > div .sec12__title p {
  font-size: 20px;
  font-weight: bold;
  width: 90%;
  background-color: #fce762;
  text-align: center;
  padding: 5px 30px 5px 60px;
  border-radius: 26px;
  letter-spacing: -1px;
}
@media (min-width: 561px) {
  .sec12__content > div .sec12__title p {
    padding: 5px 30px;
    font-size: 25px;
  }
}
.sec12__content > div .sec12__title p span {
  font-size: 25px;
}
@media (min-width: 561px) {
  .sec12__content > div .sec12__title p span {
    font-size: 30px;
  }
}
.sec12__content > div > div:not(.sec12__title) {
  background-color: #fce762;
  padding: 10px;
  border-radius: 12px;
  height: 100%;
  margin-bottom: 80px;
}
@media (min-width: 561px) {
  .sec12__content > div > div:not(.sec12__title) {
    margin-bottom: 150px;
    padding: 28px 22px;
  }
}
@media (min-width: 769px) {
  .sec12__content > div > div:not(.sec12__title) {
    margin-bottom: 0;
  }
}
.sec12__content > div > div:not(.sec12__title) ul {
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 15px;
}
@media (min-width: 561px) {
  .sec12__content > div > div:not(.sec12__title) ul {
    padding: 30px 20px;
  }
}
@media (min-width: 769px) {
  .sec12__content > div > div:not(.sec12__title) ul {
    padding: 0 20px;
  }
}
.sec12__content > div > div:not(.sec12__title) ul li {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.sec12__content > div > div:not(.sec12__title) ul li:last-of-type {
  margin-bottom: 0;
}
.sec12__content > div > div:not(.sec12__title) ul li .ico {
  width: 52px;
  height: 49px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
  background-color: #d33932;
}
.sec12__content > div > div:not(.sec12__title) ul li .ico img {
  width: 32px;
}
@media (min-width: 561px) {
  .sec12__content > div > div:not(.sec12__title) ul li .ico img {
    width: auto;
  }
}
.sec12__content > div > div:not(.sec12__title) ul li p {
  font-weight: bold;
  line-height: 1.6;
}

.sec13 {
  background-color: #fcfae9;
  padding: 60px 0;
}
@media (min-width: 769px) {
  .sec13 {
    padding: 100px 0;
  }
}
.sec13__content {
  padding-top: 80px;
}
@media (min-width: 561px) {
  .sec13__content {
    padding-top: 100px;
  }
}
.sec13__content .card {
  position: relative;
}
.sec13__content .card .ceo {
  position: absolute;
  top: -35px;
  left: 0;
  background-color: transparent !important;
  color: #d33932;
  align-items: flex-end !important;
  padding: 0 !important;
  flex-direction: row !important;
}
@media (min-width: 561px) {
  .sec13__content .card .ceo {
    top: -40px;
  }
}
.sec13__content .card .ceo::before {
  content: "";
  width: 45px;
  height: 35px;
  background-image: url("../../assets/images/sp/ico_finger.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 3px;
}
@media (min-width: 561px) {
  .sec13__content .card .ceo::before {
    background-image: url("../../assets/images/ico_finger.png");
    width: 60px;
    height: 45px;
    margin-right: 15px;
  }
}
.sec13__content .card .ceo > p {
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
}
@media (min-width: 561px) {
  .sec13__content .card .ceo > p {
    font-size: 25px;
  }
}
.sec13__content .card .ceo > p span {
  font-size: 20px;
  padding: 0 5px;
  letter-spacing: -1px;
}
@media (min-width: 561px) {
  .sec13__content .card .ceo > p span {
    letter-spacing: 0;
    font-size: 30px;
  }
}
.sec13__content .card .ceo > p:nth-of-type(1) {
  font-size: 40px;
  padding-bottom: 0;
  padding: 0 5px;
}
@media (min-width: 561px) {
  .sec13__content .card .ceo > p:nth-of-type(1) {
    font-size: 60px;
  }
}
.sec13__content .card > div {
  align-items: flex-start;
}
.sec13__content .card > div:not(.ceo) {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .sec13__content .card > div:not(.ceo) {
    align-items: flex-start;
    flex-direction: row;
  }
}
.sec13__content .card > div:not(.ceo) img {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .sec13__content .card > div:not(.ceo) img {
    margin-top: 0;
  }
}
.sec13__content .card > div > div {
  align-items: flex-start;
}
.sec13__content .card > div > div img {
  flex-shrink: 0 !important;
  margin-right: 10px;
  margin-top: 0;
  width: 80px;
}
@media (min-width: 561px) {
  .sec13__content .card > div > div img {
    margin-right: 30px;
    width: auto;
  }
}
.sec13__content .card > div > div p {
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 561px) {
  .sec13__content .card > div > div p {
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .sec13__content .card > div > div p {
    padding-right: 40px;
  }
}

.sec14 {
  background-color: #fff;
}
.sec14__content {
  display: flex;
  justify-content: space-between;
  padding-top: 54px;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec14__content {
    flex-direction: row;
  }
}
.sec14__content > a {
  display: block;
  width: 100%;
}
@media (min-width: 561px) {
  .sec14__content > a {
    width: 32%;
  }
}
.sec14__content > a > div {
  background-color: #fce762;
  padding: 15px;
  border-radius: 12px;
  height: 100%;
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .sec14__content > a > div {
    padding: 20px;
    margin-bottom: 0;
  }
}
.sec14__content > a > div > img {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 561px) {
  .sec14__content > a > div > img {
    margin-bottom: 25px;
  }
}
.sec14__content > a > div > div {
  justify-content: center;
  align-items: center;
}
.sec14__content > a > div > div img {
  margin-right: 10px;
  width: 20px;
}
@media (min-width: 561px) {
  .sec14__content > a > div > div img {
    margin-right: 18px;
    width: auto;
    display: none;
  }
}
@media (min-width: 769px) {
  .sec14__content > a > div > div img {
    display: block;
  }
}
.sec14__content > a > div > div p {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .sec14__content > a > div > div p {
    font-size: 25px;
  }
}
.sec14__content > a > div > div p:nth-of-type(2) {
  font-size: 17px;
}
@media (min-width: 769px) {
  .sec14__content > a > div > div p:nth-of-type(2) {
    font-size: 20px;
  }
}

.sec15 {
  background-color: #fcfae9;
  padding-bottom: 88px;
}
.sec15__content {
  padding-top: 50px;
}
@media (min-width: 561px) {
  .sec15__content {
    padding-top: 74px;
  }
}
.sec15__content .table {
  justify-content: space-between;
  margin-bottom: 110px;
  overflow: scroll;
}
@media (min-width: 769px) {
  .sec15__content .table {
    overflow: hidden;
  }
}
.sec15__content .table > div {
  background-color: #d02d19;
  border-radius: 12px;
  padding: 30px 10px 10px;
  min-width: 315px;
  margin-right: 10px;
}
@media (min-width: 561px) {
  .sec15__content .table > div {
    margin-right: 20px;
    padding: 50px 20px 20px;
    min-width: 45%;
  }
}
@media (min-width: 769px) {
  .sec15__content .table > div {
    min-width: 0;
    margin-right: 0;
    width: 32%;
    max-width: 350px;
  }
}
.sec15__content .table > div > p {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
}
@media (min-width: 561px) {
  .sec15__content .table > div > p {
    padding-bottom: 20px;
  }
}
.sec15__content .table > div > p:nth-of-type(1) {
  font-size: 28px;
  padding-bottom: 25px;
  letter-spacing: -2px;
}
@media (min-width: 769px) {
  .sec15__content .table > div > p:nth-of-type(1) {
    font-size: 35px;
  }
}
.sec15__content .table > div > div {
  background-color: #fff;
  padding: 34px 23px 23px;
  min-height: 1280px;
}
@media (min-width: 561px) {
  .sec15__content .table > div > div {
    min-height: 0;
  }
}
.sec15__content .table > div > div > p {
  font-size: 18px;
  font-weight: bold;
  background-color: #fce762;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .sec15__content .table > div > div > p {
    font-size: 20px;
  }
}
.sec15__content .table > div > div > div {
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}
.sec15__content .table > div > div > div img {
  height: 40px;
}
@media (min-width: 561px) {
  .sec15__content .table > div > div > div img {
    height: 70px;
  }
}
.sec15__content .table > div > div > div > p {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -1px;
}
.sec15__content .table > div > div > div > p span {
  font-size: 30px;
}
@media (min-width: 769px) {
  .sec15__content .table > div > div > div > p span {
    font-size: 35px;
  }
}
.sec15__content .table > div > div > div ul li {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.sec15__content .table > div > div > div ul.check {
  margin-top: -5px;
  margin-bottom: -5px;
}
.sec15__content .table > div > div > div ul.check li {
  line-height: 20px;
  font-size: 18px;
  text-align: left;
}
.sec15__content .table > div > div > div ul.check li::before {
  content: "";
  width: 25px;
  width: 25px;
  background-image: url("../../assets/images/ico_check_redwh.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
@media (min-width: 561px) {
  .sec15__content .table > div > div > div ul.check li::before {
    background-image: url("../../assets/images/ico_check_red.png");
  }
}
.sec15__content .title-type1::after {
  content: url("../../assets/images/ico_title_triangle.png");
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.sec15__content .title-type3 {
  margin-bottom: 35px;
}
.sec15__content .card > div {
  flex-direction: column !important;
}
@media (min-width: 769px) {
  .sec15__content .card > div {
    flex-direction: row !important;
  }
}
.sec15__content .card p {
  font-weight: bold;
  line-height: 2;
}
.sec15__content .card .image {
  flex-shrink: 0;
  display: flex;
  flex-direction: column !important;
  margin-top: 20px;
}
@media (min-width: 561px) {
  .sec15__content .card .image {
    flex-direction: row !important;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .sec15__content .card .image {
    margin-top: 0;
    justify-content: initial;
    margin-left: 30px;
    flex-direction: column !important;
  }
}
@media (min-width: 561px) {
  .sec15__content .card .image img {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .sec15__content .card .image img {
    width: auto;
  }
}
.sec15__content .card .image img:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .sec15__content .card .image img:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .sec15__content .card .image img:first-of-type {
    margin-bottom: 20px;
  }
}
.sec15__content .card.last {
  margin-top: 60px;
}
.sec15__content .card.last .text {
  justify-content: flex-start;
}
.sec15__content .card.last p {
  line-height: 1.8;
}
.sec15__content .bldg {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 85px;
  flex-wrap: wrap;
}
.sec15__content .bldg > div {
  position: relative;
  width: 48%;
  margin-top: 100px;
}
@media (min-width: 561px) {
  .sec15__content .bldg > div {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .sec15__content .bldg > div {
    margin-top: 140px;
    width: 250px;
  }
}
.sec15__content .bldg > div > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 110px;
  width: 80px;
}
@media (min-width: 561px) {
  .sec15__content .bldg > div > img {
    width: auto;
    bottom: 160px;
  }
}
.sec15__content .bldg > div .text {
  background-color: #f4f3f3;
  border-radius: 12px;
  padding: 80px 0 30px;
}
@media (min-width: 561px) {
  .sec15__content .bldg > div .text {
    padding: 80px 0 48px;
  }
}
.sec15__content .bldg > div .text p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 561px) {
  .sec15__content .bldg > div .text p {
    font-size: 20px;
  }
}
.sec15__content .bldg > div .text p span {
  font-size: 30px;
}
@media (min-width: 561px) {
  .sec15__content .bldg > div .text p span {
    font-size: 40px;
  }
}
.sec15__content .bldg > div .text p span.c-red {
  font-size: 20px;
}
@media (min-width: 561px) {
  .sec15__content .bldg > div .text p span.c-red {
    font-size: 30px;
  }
}
.sec15__content .bldg > div .text p:nth-of-type(2) {
  padding-top: 10px;
  font-size: 14px;
}
@media (min-width: 561px) {
  .sec15__content .bldg > div .text p:nth-of-type(2) {
    font-size: 16px;
  }
}

.sec16 {
  background-color: #fff;
  padding: 88px 0;
}
.sec16 .title-type2 {
  padding-bottom: 39px;
}
.sec16 .title-type3 {
  padding-bottom: 60px;
}
.sec16__content > .is-flex:not(.graph):not(.pies) {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec16__content > .is-flex:not(.graph):not(.pies) > div {
  width: 100%;
  background-color: #423434;
  border-radius: 12px;
  margin-bottom: 45px;
  padding: 20px 10px 10px;
}
@media (min-width: 561px) {
  .sec16__content > .is-flex:not(.graph):not(.pies) > div {
    padding: 20px 23px;
  }
}
@media (min-width: 769px) {
  .sec16__content > .is-flex:not(.graph):not(.pies) > div {
    margin-bottom: 65px;
    width: 48%;
    max-width: 530px;
  }
}
.sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex {
  align-items: center;
  justify-content: center;
  color: #fff;
}
.sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex img {
  margin-right: 10px;
  width: 30px !important;
}
@media (min-width: 769px) {
  .sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex img {
    width: auto !important;
  }
}
.sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex p {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex p {
    font-size: 25px;
  }
}
.sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex:nth-of-type(2) {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
  color: #423434;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex:nth-of-type(2) {
    padding: 25px;
  }
}
.sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex:nth-of-type(2) img {
  margin-right: 10px;
  width: 80px !important;
}
@media (min-width: 561px) {
  .sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex:nth-of-type(2) img {
    margin-right: 20px;
    width: auto !important;
  }
}
.sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex:nth-of-type(2) p {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
}
@media (min-width: 561px) {
  .sec16__content > .is-flex:not(.graph):not(.pies) > div .is-flex:nth-of-type(2) p {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
  }
}
.sec16__content > .is-flex.graph {
  justify-content: space-between;
  padding-bottom: 100px;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec16__content > .is-flex.graph {
    flex-direction: row;
  }
}
.sec16__content > .is-flex.graph > div {
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .sec16__content > .is-flex.graph > div {
    margin-bottom: 0;
    width: 49%;
  }
}
.sec16__content > .is-flex.graph > div p {
  background-color: #423434;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  border-radius: 25px;
  width: 320px;
  text-align: center;
  margin: 0 auto 10px;
}
.sec16__content > .is-flex.graph > div span {
  padding-top: 12px;
  color: #423434;
  font-weight: 500;
  font-size: 11px;
}
@media (min-width: 561px) {
  .sec16__content > .is-flex.graph > div span {
    font-size: 16px;
  }
}
.sec16__content > .is-flex.pies {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec16__content > .is-flex.pies > div {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .sec16__content > .is-flex.pies > div {
    width: 49%;
    max-width: 528px;
  }
}
.sec16__content > .is-flex.pies > div .no {
  position: absolute;
  top: -30px;
  left: 20px;
}
@media (min-width: 561px) {
  .sec16__content > .is-flex.pies > div .no {
    left: 52px;
  }
}
.sec16__content > .is-flex.pies > div .no p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.sec16__content > .is-flex.pies > div .no p span {
  font-size: 40px;
}
@media (min-width: 561px) {
  .sec16__content > .is-flex.pies > div .no p span {
    font-size: 60px;
  }
}
.sec16__content > .is-flex.pies > div .is-flex {
  background-color: #fcfae9;
  align-items: center;
  padding: 47px 20px 20px;
  margin-bottom: 63px;
  width: 100%;
}
@media (min-width: 769px) {
  .sec16__content > .is-flex.pies > div .is-flex {
    padding: 47px 34px;
  }
}
.sec16__content > .is-flex.pies > div .is-flex .pie {
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  width: 90px;
}
@media (min-width: 561px) {
  .sec16__content > .is-flex.pies > div .is-flex .pie {
    width: auto;
    margin-right: 25px;
  }
}
.sec16__content > .is-flex.pies > div .is-flex p {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 561px) {
  .sec16__content > .is-flex.pies > div .is-flex p {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .sec16__content > .is-flex.pies > div .is-flex p {
    font-size: 20px;
  }
}
.sec16__content .title-type1 {
  margin-bottom: 50px;
}
.sec16__content .title-type1::after {
  content: url("../../assets/images/ico_title_triangle.png");
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.sec16__content .card {
  margin-bottom: 65px;
}
.sec16__content .card .text {
  justify-content: flex-start !important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1.5px;
  padding: 15px 15px 150px;
  line-height: 1.8;
}
@media (min-width: 561px) {
  .sec16__content .card .text {
    line-height: 40px;
    font-size: 20px;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    padding-right: 20% !important;
  }
}
.sec16__content .card .text p {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: inline;
  letter-spacing: -2px;
}
@media (min-width: 561px) {
  .sec16__content .card .text p {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .sec16__content .card .text p {
    font-size: 25px;
  }
}
.sec16__content .card .text p span {
  position: relative;
  z-index: 1;
}
.sec16__content .card .text p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  z-index: 0;
  background-color: #fce762;
}
@media (min-width: 561px) {
  .sec16__content .card .text p::after {
    height: 15px;
  }
}
.sec16__content .card .image {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.sec16__content .card .image img:first-of-type {
  margin-bottom: 20px;
}
.sec16__content .finger {
  margin-bottom: 95px;
}
.sec16__content .finger > div {
  align-items: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .sec16__content .finger > div {
    flex-direction: row;
  }
}
.sec16__content .finger > div > div:nth-of-type(2) {
  height: 120px;
}
@media (min-width: 561px) {
  .sec16__content .finger > div > div:nth-of-type(2) {
    height: 143px;
  }
}
.sec16__content .finger > div:nth-of-type(1) > div:nth-of-type(2) {
  width: 100% !important;
  background-color: #d33932;
  color: #fff;
}
@media (min-width: 561px) {
  .sec16__content .finger > div:nth-of-type(1) > div:nth-of-type(2) {
    width: 90% !important;
  }
}
@media (min-width: 769px) {
  .sec16__content .finger > div:nth-of-type(1) > div:nth-of-type(2) {
    max-width: 645px;
    margin-left: 65px;
  }
}
.sec16__content .finger > div:nth-of-type(2) > div:first-of-type {
  background-color: #423434;
}
.sec16__content .finger > div:nth-of-type(2) > div:nth-of-type(2) {
  width: 100% !important;
}
@media (min-width: 561px) {
  .sec16__content .finger > div:nth-of-type(2) > div:nth-of-type(2) {
    width: 80% !important;
  }
}
@media (min-width: 769px) {
  .sec16__content .finger > div:nth-of-type(2) > div:nth-of-type(2) {
    max-width: 543px;
    margin-left: 115px;
  }
}
.sec16__content .finger > div:nth-of-type(3) > div:nth-of-type(2) {
  width: 100% !important;
  background-color: #d33932;
  color: #fff;
}
@media (min-width: 561px) {
  .sec16__content .finger > div:nth-of-type(3) > div:nth-of-type(2) {
    width: 70% !important;
  }
}
@media (min-width: 769px) {
  .sec16__content .finger > div:nth-of-type(3) > div:nth-of-type(2) {
    max-width: 467px;
    margin-left: 150px;
  }
}
.sec16__content .finger > div > div:first-of-type {
  background-color: #423434;
  width: 100%;
  max-width: 238px;
  color: #fff !important;
  font-size: 25px;
  text-align: center;
  flex-grow: 0;
  margin: 0 0 10px;
}
@media (min-width: 769px) {
  .sec16__content .finger > div > div:first-of-type {
    margin: 0;
  }
}
.sec16__content .finger > div > div:first-of-type::after {
  display: none;
}
.sec16__content .finger > div > div:nth-of-type(2) {
  background-color: #fce762;
  padding: 15px;
  align-items: center;
  margin-left: 0;
  border-radius: 12px;
  position: relative;
  width: 100% !important;
}
@media (min-width: 561px) {
  .sec16__content .finger > div > div:nth-of-type(2) {
    width: 80% !important;
    padding: 22px 34px;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .sec16__content .finger > div > div:nth-of-type(2) {
    width: auto;
    margin-left: 65px;
  }
}
.sec16__content .finger > div > div:nth-of-type(2)::before {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url("../../assets/images/ico_title_triangle_left.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.sec16__content .finger > div > div:nth-of-type(2) .image {
  display: flex;
  align-items: flex-start;
}
.sec16__content .finger > div > div:nth-of-type(2) p {
  flex-grow: 1;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 561px) {
  .sec16__content .finger > div > div:nth-of-type(2) p {
    font-size: 25px;
  }
}
.sec16__content .finger-mod {
  display: flex;
  margin-bottom: 50px;
}
@media (min-width: 561px) {
  .sec16__content .finger-mod {
    margin-bottom: 95px;
  }
}
.sec16__content .finger-mod .left {
  flex-shrink: 0;
}
.sec16__content .finger-mod .left div {
  background-color: #423434;
  width: 110px;
  color: #fff !important;
  text-align: center;
  flex-grow: 0;
  margin: 10px 0 20px 10px;
  padding: 8px 10px 10px 10px;
}
@media (min-width: 561px) {
  .sec16__content .finger-mod .left div {
    padding: 8px 10px 10px 30px;
    margin: 35px 0 45px 30px;
    width: 250px;
  }
}
@media (min-width: 769px) {
  .sec16__content .finger-mod .left div {
    margin: 45px 0 75px 30px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .sec16__content .finger-mod .left div {
    margin: 70px 0 110px;
  }
}
.sec16__content .finger-mod .left div::after {
  display: none;
}
.sec16__content .finger-mod .left div::before {
  width: 30px !important;
}
@media (min-width: 561px) {
  .sec16__content .finger-mod .left div::before {
    width: 45px !important;
  }
}
.sec16__content .finger-mod .left div p {
  font-size: 12px;
}
@media (min-width: 561px) {
  .sec16__content .finger-mod .left div p {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .sec16__content .finger-mod .left div p {
    font-size: 20px;
  }
}
.sec16__content .finger-mod .image {
  margin-left: 0;
}
@media (min-width: 561px) {
  .sec16__content .finger-mod .image {
    margin-left: 35px;
  }
}
@media (min-width: 769px) {
  .sec16__content .finger-mod .image {
    margin-left: 65px;
  }
}
.sec16__content .graph:not(.is-flex) {
  background-color: #423434;
  padding: 10px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 561px) {
  .sec16__content .graph:not(.is-flex) {
    padding: 20px;
  }
}
.sec16__content .graph:not(.is-flex) > div {
  border-radius: 12px;
  background-color: #fff;
}
.sec16__content .graph:not(.is-flex) > div > p {
  background-color: #423434;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 50px;
  line-height: 50px;
  width: max-content;
}
@media (min-width: 561px) {
  .sec16__content .graph:not(.is-flex) > div > p {
    top: -15px;
    padding: 0 50px;
    font-size: 20px;
  }
}
.sec16__content .graph:not(.is-flex) .graph-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 10px;
}
@media (min-width: 769px) {
  .sec16__content .graph:not(.is-flex) .graph-image {
    padding: 80px 10px;
  }
}
.sec16__content .graph:not(.is-flex) .graph-image.is-adj {
  flex-direction: column;
}
@media (min-width: 769px) {
  .sec16__content .graph:not(.is-flex) .graph-image.is-adj {
    padding: 80px 5%;
  }
}
.sec16__content .graph:not(.is-flex) .graph-image.is-adj span {
  padding-top: 12px;
  color: #423434;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 561px) {
  .sec16__content .graph:not(.is-flex) .graph-image.is-adj span {
    font-size: 18px;
  }
}
.sec16__content .last {
  flex-wrap: nowrap !important;
  align-items: flex-start;
}
.sec16__content .last img {
  margin-right: 10px;
  flex-shrink: 0;
  width: 80px;
}
@media (min-width: 561px) {
  .sec16__content .last img {
    width: auto;
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  .sec16__content .last img {
    margin-right: 60px;
  }
}
.sec16__content .last p {
  font-weight: bold;
  line-height: 1.8;
  font-size: 15px;
}
@media (min-width: 561px) {
  .sec16__content .last p {
    font-size: 16px;
    line-height: 30px;
  }
}
.sec17 {
  background-color: #fcfae9;
  padding-bottom: 75px;
}
.sec17__content {
  padding-top: 70px;
}
.sec17__content .card {
  position: relative;
}
.sec17__content .card > div {
  flex-direction: column !important;
  align-items: center !important;
}
@media (min-width: 769px) {
  .sec17__content .card > div {
    flex-direction: row !important;
  }
}
.sec17__content .card::before {
  content: "";
  width: 70px;
  height: 80px;
  background-image: url("../../assets/images/sp/ico_flag.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -44px;
  left: 20px;
}
@media (min-width: 561px) {
  .sec17__content .card::before {
    background-image: url("../../assets/images/ico_flag.png");
    width: 88px;
    left: 40px;
  }
}
.sec17__content .card .image {
  flex-shrink: 0;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .sec17__content .card .image {
    margin-top: 0;
    margin-left: 25px;
  }
}
.sec17__content .card div {
  font-weight: bold;
  line-height: 30px;
}
.sec17__content .card div p {
  position: relative;
  display: inline;
  letter-spacing: -2px;
  background: -webkit-linear-gradient(transparent 70%, #fce762 60%);
  background: linear-gradient(transparent 70%, #fce762 60%);
}
@media (min-width: 561px) {
  .sec17__content .card div p {
    background: transparent !important;
  }
}
.sec17__content .card div p span {
  position: relative;
  z-index: 1;
}
.sec17__content .card div p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  z-index: 0;
  background-color: #fce762;
  display: none;
}
@media (min-width: 561px) {
  .sec17__content .card div p::after {
    display: block;
    height: 10px;
  }
}
.sec18 {
  background-color: #fce762;
}
.sec18__content .title-type3 .text span {
  color: #d33932 !important;
  font-size: 22px;
}
@media (min-width: 561px) {
  .sec18__content .title-type3 .text span {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .sec18__content .title-type3 .text span {
    font-size: 30px;
  }
}
.sec18__content > div:not(.has-btn) {
  width: 100%;
  max-width: 853px;
  margin: 0 auto;
}
.sec18__content > div:not(.has-btn) .title-type3 {
  width: 100%;
  max-width: none;
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #d33932;
  width: 100%;
  max-width: 415px;
  position: relative;
  transition: opacity 0.5s;
  height: 50px;
  width: 300px;
  border-radius: 35px;
}
@media (min-width: 561px) {
  .btn {
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .btn {
    height: 65px;
    font-size: 20px;
    width: 415px;
  }
}
.btn:hover {
  opacity: 0.9;
}
.btn::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 27px;
  background-image: url("../../assets/images/sp/ico_mail.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}
@media (min-width: 561px) {
  .btn::after {
    width: 33px;
  }
}
@media (min-width: 769px) {
  .btn::after {
    background-image: url("../../assets/images/ico_mail.png");
  }
}
.btn-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title {
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .title {
    font-size: 25px;
  }
}
.title p {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  background: -webkit-linear-gradient(transparent 70%, #fce762 60%);
  background: linear-gradient(transparent 70%, #fce762 60%);
}
@media (min-width: 561px) {
  .title p {
    background: transparent !important;
  }
}
@media (min-width: 769px) {
  .title p {
    font-size: 30px;
  }
}
.title p span {
  position: relative;
  z-index: 1;
}
.title p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  z-index: 0;
  background-color: #fce762;
  display: none;
}
@media (min-width: 561px) {
  .title p::after {
    display: block;
  }
}
@media (min-width: 769px) {
  .title p::after {
    height: 15px;
  }
}
.title-type1 {
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  background-color: #fce762;
  position: relative;
  padding: 8px 10px 10px 30px;
  border-radius: 50px;
  margin-bottom: 34px;
  display: flex;
  justify-content: center;
}
@media (min-width: 561px) {
  .title-type1 {
    width: max-content;
    padding: 8px 30px 10px;
  }
}
@media (min-width: 769px) {
  .title-type1 {
    padding: 8px 50px 10px;
  }
}
.title-type1 p {
  font-size: 18px;
  letter-spacing: -1px;
}
@media (min-width: 561px) {
  .title-type1 p {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .title-type1 p {
    font-size: 25px;
  }
}
.title-type1 p span {
  color: #d33932;
  font-size: 22px;
}
@media (min-width: 561px) {
  .title-type1 p span {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .title-type1 p span {
    font-size: 30px;
  }
}
.title-type1 p .f-35 {
  font-size: 25px;
}
@media (min-width: 769px) {
  .title-type1 p .f-35 {
    font-size: 35px;
  }
}
.title-type1::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url("../../assets/images/sp/ico_finger.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .title-type1::before {
    background-image: url("../../assets/images/ico_finger.png");
    width: 60px;
    height: 45px;
  }
}
.title-type2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.title-type2 h2 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  background: -webkit-linear-gradient(transparent 70%, #fce762 60%);
  background: linear-gradient(transparent 70%, #fce762 60%);
}
@media (min-width: 561px) {
  .title-type2 h2 {
    background: transparent !important;
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .title-type2 h2 {
    font-size: 25px;
  }
}
.title-type2 h2 span {
  position: relative;
  z-index: 1;
}
.title-type2 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  z-index: 0;
  background-color: #fce762;
  display: none;
}
@media (min-width: 561px) {
  .title-type2 h2::after {
    display: block;
  }
}
@media (min-width: 769px) {
  .title-type2 h2::after {
    height: 15px;
  }
}
.title-type2 p {
  color: #d33932;
  font-size: 40px;
  padding-top: 10px;
}
@media (min-width: 769px) {
  .title-type2 p {
    font-size: 48px;
  }
}
.title-type3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.title-type3 .image {
  margin-right: 10px;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .title-type3 .image {
    margin-right: 20px;
  }
}
.title-type3 .image img {
  width: 65px;
}
@media (min-width: 561px) {
  .title-type3 .image img {
    width: auto;
  }
}
.title-type3 .text {
  font-size: 16px;
}
@media (min-width: 561px) {
  .title-type3 .text {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .title-type3 .text {
    font-size: 24px;
  }
}
.title-type3 .text p {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: inline;
  letter-spacing: -2px;
  background: -webkit-linear-gradient(transparent 70%, #fce762 60%);
  background: linear-gradient(transparent 70%, #fce762 60%);
}
@media (min-width: 561px) {
  .title-type3 .text p {
    font-size: 20px;
    background: transparent !important;
  }
}
@media (min-width: 769px) {
  .title-type3 .text p {
    font-size: 30px;
  }
}
.title-type3 .text p span {
  position: relative;
  z-index: 1;
}
.title-type3 .text p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  z-index: 0;
  background-color: #fce762;
  display: none;
}
@media (min-width: 561px) {
  .title-type3 .text p::after {
    display: block;
    height: 15px;
  }
}

.slick-next {
  width: 49px;
  height: 49px;
  background-image: url("../../assets/images/sec8_no2_next.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 25px;
  z-index: 100;
}
.slick-next::before {
  display: none;
}

.slick-prev {
  width: 49px;
  height: 49px;
  background-image: url("../../assets/images/sec8_no2_prev.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 25px;
  z-index: 100;
}
.slick-prev::before {
  display: none;
}

.slick-slide {
  margin: 5px !important;
}

.page__mv {
  background-color: #fce762;
  background-image: url("../../assets/images/mv_bg1.png"), url("../../assets/images/mv_bg2.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  padding: 30px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 561px) {
  .page__mv {
    padding: 60px 0;
  }
}
.page__mv > div .mv-title {
  width: calc(100% - 32px);
  margin: 0 auto;
  background-color: #fcfae9;
  position: relative;
  padding: 10px 35px;
  border-radius: 50px;
  margin-bottom: 34px;
  display: flex;
  justify-content: center;
}
@media (min-width: 561px) {
  .page__mv > div .mv-title {
    width: fit-content;
  }
}
@media (min-width: 769px) {
  .page__mv > div .mv-title {
    padding: 14px 50px;
  }
}
.page__mv > div .mv-title::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url("../../assets/images/sp/ico_finger.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
@media (min-width: 561px) {
  .page__mv > div .mv-title::before {
    background-image: url("../../assets/images/ico_finger.png");
  }
}
@media (min-width: 769px) {
  .page__mv > div .mv-title::before {
    width: 60px;
    height: 45px;
  }
}
.page__mv > div .mv-title h1 {
  color: #423434;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 561px) {
  .page__mv > div .mv-title h1 {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .page__mv > div .mv-title h1 {
    line-height: 1;
    font-size: 39px;
  }
}
.page__mv > div .mv-title h1 > span {
  font-size: 16px;
}
@media (min-width: 561px) {
  .page__mv > div .mv-title h1 > span {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .page__mv > div .mv-title h1 > span {
    font-size: 30px;
  }
}
.page__mv > div .mv-title h1 p {
  position: relative;
  display: inline;
}
.page__mv > div .mv-title h1 p span {
  position: relative;
  z-index: 1;
}
.page__mv > div .mv-title h1 p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  z-index: 0;
  background-color: #fce762;
}
@media (min-width: 769px) {
  .page__mv > div .mv-title h1 p::after {
    height: 15px;
  }
}
.page__mv > div > .image {
  padding: 0 25px;
}
.page__mv > div > .is-flex {
  justify-content: flex-start;
  position: relative;
}
.page__mv > div > .is-flex .left {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 585px;
}
.page__mv > div > .is-flex .left .is-flex dl {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
  width: 50%;
}
@media (min-width: 769px) {
  .page__mv > div > .is-flex .left .is-flex dl {
    width: 50%;
  }
}
.page__mv > div > .is-flex .left .is-flex dl:first-of-type {
  margin: 0 auto 20px;
  width: 85%;
}
@media (min-width: 769px) {
  .page__mv > div > .is-flex .left .is-flex dl:first-of-type {
    width: 60%;
  }
}
@media (min-width: 769px) {
  .page__mv > div > .is-flex .left .is-flex dl:first-of-type {
    margin: 0 auto 20px;
    width: 60%;
  }
}
.page__mv > div > .is-flex .left .is-flex dl dt {
  margin-right: 8px;
  flex-shrink: 0;
}
.page__mv > div > .is-flex .left .is-flex dl dt img {
  width: 65px;
}
@media (min-width: 561px) {
  .page__mv > div > .is-flex .left .is-flex dl dt img {
    width: 100px;
  }
}
@media (min-width: 769px) {
  .page__mv > div > .is-flex .left .is-flex dl dt img {
    width: auto;
  }
}
.page__mv > div > .is-flex .left .is-flex dl dd {
  font-size: 13px;
}
@media (min-width: 561px) {
  .page__mv > div > .is-flex .left .is-flex dl dd {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .page__mv > div > .is-flex .left .is-flex dl dd {
    font-size: 16px;
  }
}
.page__mv > div > .is-flex .left .is-flex dl dd br:not(.sp) {
  display: none;
}
@media (min-width: 769px) {
  .page__mv > div > .is-flex .left .is-flex dl dd br:not(.sp) {
    display: block;
  }
}
.page__mv > div > .is-flex .left .btn-cont {
  padding-top: 20px;
}
@media (min-width: 769px) {
  .page__mv > div > .is-flex .left .btn-cont {
    padding-top: 45px;
  }
}
.page__mv > div > .is-flex .image {
  margin-top: 45px;
}
@media (min-width: 1200px) {
  .page__mv > div > .is-flex .image {
    margin-top: 0;
    width: 53%;
    position: absolute;
    right: 30px;
    z-index: 0;
    text-align: right;
  }
}
.page__modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -100%;
  opacity: 0;
  transition: opacity 0.6s;
  padding: 15px;
  z-index: 1000;
}
.page__modal.is-open {
  opacity: 1;
  top: 0;
}
.page__modal > div {
  width: 100%;
  max-width: 800px;
}
.page__modal > div img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */