@charset "UTF-8";

/*
Base
-----------------------------------------------------*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* default style */

html {
    box-sizing: border-box;
    height: 100%;
    font-size: medium;
    font-family:  '源ノ角ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic',
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    line-height: 1.5;
    scroll-behavior: smooth;
}

html *,
html *:before,
html *:after {
    box-sizing: inherit;
}

body {
    height: 100%;
    color: #383838;
    text-transform: lowercase;
}
@media screen and (max-width: 480px) {
    body {
        height: 100%;
        color: #383838;
    }
}

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

[lang="en"] {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}

.pc {
    display: none;
}
.sp {
    display: block;
}
@media screen and (min-width: 750px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}

/*
 layout
-----------------------------------------------------*/

.l-header {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.head {
  position: relative;
  height: 780px;
}
.header {
  position: absolute;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: .75em 1em 0;
  align-items: center;
  z-index: 2;
}
.header .figure1 {
  width: 27%;
}
.header .figure2 {
  width: 45%;
}
.hero {
  position: absolute;
  top: 0;
  z-index: 1;
}
.head p {
  position: absolute;
  z-index: 2;
}
.hero-button {
  position: absolute;
  z-index: 2;
  width: 95%;
  top: 60.5%;
  left: 2%;
  transform:rotate(-3deg);
}
.hero-txt1 {
  width: 95%;
  text-align: center;
  font-size: 5vw;
  font-weight: 800;
  color: #fff;
  text-shadow: #eb7f00 1px 1px 5px;
  top: 12%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.hero-txt2 {
  width: 90%;
  top: 19%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
@media screen and (max-width:414px) {
  .hero-txt2 {
    width: 90%;
    top: 19%;
    left: 50%;
  }
}
.hero-txt3 {
  width: 95%;
  text-align: center;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1.15;
  color: #000;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
  -2px 2px 0 #FFF, 2px -2px 0 #FFF,
  0px 2px 0 #FFF,  0 -2px 0 #FFF,
  -2px 0 0 #FFF, 2px 0 0 #FFF;
  top: 39%;
  left: 49%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.hero-txt3 span {
  font-size: 12vw;
  text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
  -3px 3px 0 #FFF, 3px -3px 0 #FFF,
  0px 3px 0 #FFF,  0 -3px 0 #FFF,
  -3px 0 0 #FFF, 3px 0 0 #FFF;
}
.hero-txt4 {
  width: 95%;
  text-align: center;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1.15;
  color: #000;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
  -2px 2px 0 #FFF, 2px -2px 0 #FFF,
  0px 2px 0 #FFF,  0 -2px 0 #FFF,
  -2px 0 0 #FFF, 2px 0 0 #FFF;
  top: 51%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.hero-txt4 span {
  font-size: 12.5vw;
  text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
  -3px 3px 0 #FFF, 3px -3px 0 #FFF,
  0px 3px 0 #FFF,  0 -3px 0 #FFF,
  -3px 0 0 #FFF, 3px 0 0 #FFF;
}
.hero-txt5 {
  width: 95%;
  text-align: left;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  text-shadow:2px 2px 5px #eb7f00;
  top: 76%;
  left: 51%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.hero-txt5 span {
  font-size: 6.75vw;
  text-shadow: 2px 2px 5px #eb7f00;
  letter-spacing: 2px;
}
.hero-txt5 span strong {
  font-size: 10.5vw;
  text-shadow: none;
  background: linear-gradient(180deg, #fa687f 0%, #ee435f 72%, #ee435f 100%);
  -webkit-background-clip: text;    
  color: transparent;
  filter: drop-shadow(1px 1px #fff) drop-shadow(-1px 1px #fff)
      drop-shadow(1px -1px #fff) drop-shadow(-1px -1px #fff);
}
.hero-txt6 {
  text-align: center;
  font-size: 4vw;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  position: absolute;
  right: 7%;
  top: 44.5%;
}
@media screen and (max-width: 414px) {
  .hero-txt6 {
    top: 43.5%;
  }
  .hero-txt5 {
    top: 75%;
  }
}
@media screen and (max-width: 393px) {
  .head {
    height: 734px;
  }
  .hero-txt1 {
    top: 12%;
  }
  .hero-txt2 {
    width: 90%;
    top: 19%;
    left: 50%;
  }
  .hero-txt3 {
    top: 39%;
  }
  .hero-txt4 {
    top: 51%;
  }
  .hero-button {
    top: 60.5%;
  }
  .hero-txt5 {
    top: 75%;
  }
  .hero-txt6 {
    top: 43.5%;
  }
}
@media screen and (max-width: 375px) {
  .head {
    height: 706px;
  }
  .hero-txt1 {
    top: 11%;
  }
  .hero-txt2 {
    top: 17.5%;
  }
  .hero-txt3 {
    top: 38%;
  }
  .hero-txt4 {
    top: 50%;
  }
  .hero-button {
    top: 59%;
  }
  .hero-txt5 {
    top: 74%;
  }
  .hero-txt6 {
    top: 43%;
  }
}
@media screen and (max-width: 360px) {
  .head {
    height: 706px;
  }
  .hero-txt1 {
    top: 11%;
  }
  .hero-txt2 {
    top: 18%;
  }
  .hero-txt3 {
    top: 37%;
  }
  .hero-txt4 {
    top: 49%;
  }
  .hero-button {
    top: 58%;
  }
  .hero-txt5 {
    top: 72%;
  }
  .hero-txt5 span {
    font-size: 6.45vw;
  }
  .hero-txt6 {
    top: 42%;
  }
}
@media screen and (max-width: 320px) {
  .head {
    height: 602px;
  }
  .hero-txt1 {
    top: 11%;
  }
  .hero-txt2 {
    top: 17.5%;
  }
  .hero-txt3 {
    top: 37%;
  }
  .hero-txt4 {
    top: 49%;
  }
  .hero-button {
    top: 59%;
  }
  .hero-txt5 {
    top: 73.5%;
  }
  .hero-txt5 span strong {
    font-size: 10vw;
  }
  .hero-txt6 {
    top: 43%;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    padding: 1em 3em 0;
  }
  .header .figure1 {
    width: 11%;
  }
  .header .figure2 {
    width: 18%;
  }
  .hero-txt1 {
    font-size: 1.75em;
    top: 15%;
    left: -20%;
    transform: rotate(-7deg);
  }
  .hero-txt2 {
    width: 35%;
    top: 14%;
    left: 62%;
  }
  .hero-txt3 {
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.15;
    top: 40.5%;
    left: 49.5%;
  }
  .hero-txt3 span {
    font-size: 2.25em;
  }
  .hero-txt4 {
    font-size: 2.25em;
    top: 60%;
    left: 49%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .hero-txt4 span {
    font-size: 2em;
  }
  .hero-button {
    width: 40%;
    top: 73%;
    left: 30%;
  }
  .hero-txt5 {
    width: 50%;
    font-size: 1.85em;
    font-weight: 800;
    top: 93%;
    left: 36%;
  }
  .hero-txt5 span {
    font-size: 1.35em;
  }
  .hero-txt5 span strong {
    font-size: 1.35em;
  }
  .hero-txt6 {
    font-size: 1.55em;
    right: 31.35%;
    top: 47.25%;
  }
}
@media screen and (min-width: 1920px) {
  .header .figure1 {
    width: 7%;
  }
  .header .figure2 {
    width: 15%;
  }
  .hero-txt1 {
    font-size: 2em;
    font-weight: 800;
    color: #fff;
    text-shadow: #eb7f00 1px 1px 5px;
    top: 20%;
    left: -20;
    transform: rotate(-7deg);
  }
  .hero-txt2 {
    width: 38%;
    top: 18%;
    left: 60%;
  }
  .hero-txt2 img {
    width: 100%;
  }
  .hero-txt3 {
    font-size: 3em;
    font-weight: 800;
    line-height: 1.15;
    top: 55%;
    left: 49.5%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .hero-txt3 span {
    font-size: 2.25em;
    text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
    -3px 3px 0 #FFF, 3px -3px 0 #FFF,
    0px 3px 0 #FFF,  0 -3px 0 #FFF,
    -3px 0 0 #FFF, 3px 0 0 #FFF;
  }
  .hero-txt4 {
    font-size: 3em;
    top: 79.5%;
    left: 49%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .hero-txt4 span {
    font-size: 2em;
    text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
    -3px 3px 0 #FFF, 3px -3px 0 #FFF,
    0px 3px 0 #FFF,  0 -3px 0 #FFF,
    -3px 0 0 #FFF, 3px 0 0 #FFF;
  }
  .hero-button {
    width: 40%;
    top: 97%;
    left: 29.5%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform:rotate(-3deg);
  }
  .hero-txt5 {
    font-size: 2em;
    font-weight: 800;
    top: 123%;
    left: 41%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .hero-txt5 span {
    font-size: 1.5em;
  }
  .hero-txt5 span strong {
    font-size: 1.5em;
  }
  .hero-txt6 {
    font-size: 2em;
    right: 31.5%;
    top: 63.5%;
  }
}


.benefits {
  background-color: #FFA724;
  margin-top: 6em;
  padding-bottom: 5em;
  text-align: center;
  position: relative;
  background-image: url(../images/deco1.webp);
  background-repeat: no-repeat;
  background-position: 250% 70%;
  background-size: 90%;
}
.benefits h2 {
  font-size: 2.5em;
  font-weight: 800;
  color: #FFA724;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
  -2px 2px 0 #FFF, 2px -2px 0 #FFF,
  0px 2px 0 #FFF,  0 -2px 0 #FFF,
  -2px 0 0 #FFF, 2px 0 0 #FFF;
  width: 100%;
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.benefits h2 span {
  text-shadow: none;
  background: linear-gradient(180deg, #fa687f 0%, #ee435f 72%, #ee435f 100%);
  -webkit-background-clip: text;    
  color: transparent;
  filter: drop-shadow(1px 1px #fff) drop-shadow(-1px 1px #fff)
      drop-shadow(1px -1px #fff) drop-shadow(-1px -1px #fff);
      padding-top: 1em;
}
.benefits h2 span strong {
  font-size: 12.5vw;
}
.benefits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 3.5em .5em 0;
  background-image: url(../images/deco1.webp);
  background-repeat: no-repeat;
  background-position: 10% 18%;
  background-size: 70%;
}
.benefits ul li {
  position: relative;
}
.benefits ul li h3 {
  font-size: 2.5em;
  font-weight: bold;
  color: #f94966;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.benefits ul li h3::after {
  content: '';
  display: block;
  width: 38px;
  height: 3px;
  background-color: #000;
  margin-left: 9px; 
  margin-top: 5px; 
}
.benefits ul li p {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.25;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.benefits ul li p span {
  color: #f94966;
}
.benefits ul li:nth-child(1) {
  text-transform: capitalize;
}
.benefits ul li:nth-child(5) {
  text-transform: capitalize;
}
@media screen and (max-width: 390px) {
  .benefits {
    margin-top: 5em;
  }
}
@media screen and (max-width: 375px) {
  .benefits h2 {
    top: -2%;
  }
  .benefits ul li {
    position: relative;
    width: 45%;
  }
  .benefits ul li p {
    font-size: 1em;
    top: 48%;
  }
}
@media screen and (min-width: 1440px) {
  .benefits {
    background-color: #FFA724;
    margin-top: 15em;
    padding-bottom: 9em;
    background-position: 95% 80%;
    background-size: 25%;
  }
  .benefits h2 {
    font-size: 3em;
    top: -12%;
  }
  .benefits h2 span strong {
    font-size: 2em;
  }
  .benefits ul {
    width: 70%;
    margin: 0 auto;
    background-image: url(../images/deco1.webp);
    background-repeat: no-repeat;
    background-position: 0 20%;
    background-size: 45%;
  }
  .benefits ul li {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1920px) {
  .benefits {
    background-image: url(../images/deco1.webp);
    background-repeat: no-repeat;
    background-position: 80% 70%;
    background-size: 25%;
    margin-top: 32em;
  }
  .benefits ul {
    width: 50%;
  }
}

.major {
  background-color: #FFA724;
  margin-top: 7em;
  padding-top: 29.25em;
  text-align: center;
  position: relative;
}
.major h2 {
  font-size: 1.75em;
  line-height: 1.2;
  font-weight: 800;
  color: #FFA724;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
  -2px 2px 0 #FFF, 2px -2px 0 #FFF,
  0px 2px 0 #FFF,  0 -2px 0 #FFF,
  -2px 0 0 #FFF, 2px 0 0 #FFF;
  width: 100%;
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 2;
}
.major h2 span {
  font-size: 1.5em;
}
.major ul {
  text-align: left;
  width: 95%;
  position: absolute;
  background: #fff;
  padding-top: 2.5em;
  top: 7%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 1;
}
.major ul li {
  width: 92%;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto;
  margin-bottom: .75em;
  padding-left: 3em;
  padding-bottom: .75em;
  text-transform: capitalize;
  border-bottom: #000 1px dashed;
  position: relative;
}
.major ul li:last-child {
  border-bottom: none;
}
.major ul li span {
  color: #f94966;
}
.major ul li::before {
  position: absolute;
  content: '';
  background-image: url(../images/deco2.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 30px;
  top: 45%;
  left: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 320px) {
  .major {
    padding-top: 31em;
  }
}
@media screen and (min-width: 1440px) {
  .major {
    margin-top: 10em;
    padding-top: 29.25em;
    padding-bottom: 5em;
  }
  .major h2 {
    font-size: 2.25em;
    top: -7%;
    left: 50%;
  }
  .major h2 span {
    font-size: 1.5em;
  }
  .major ul {
    text-align: left;
    width: 45%;
    padding-top: 3.5em;
    padding-bottom: 2em;
    top: 9%;
    left: 50%;
  }
  .major ul li {
    width: 80%;
    font-size: 1.15em;
  }
}

.worries {
  position: relative;
  margin-top: 2em;
  background-image: url(../images/deco3.webp);
  background-repeat: no-repeat;
  background-position: 90% 0;
}
.worries h2 {
  width: 90%;
  font-size: 4em;
  font-weight: 800;
  color: #000;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
  -2px 2px 0 #FFF, 2px -2px 0 #FFF,
  0px 2px 0 #FFF,  0 -2px 0 #FFF,
  -2px 0 0 #FFF, 2px 0 0 #FFF;
  transform: rotate(-5deg);
  margin-left: .3em;
}
.worries figure {
  width: 60%;
  margin: 0 auto;
  margin-top: -1em;
  text-align: center;
}
.worries ul {
  position: relative;
  width: 93%;
  margin: 0 auto;
  margin-top: -7em;
  padding-top: 23em;
}
.worries ul li {
  display: inline-block;
  position: absolute;
}
.worries ul li:first-child {
  top: 0;
  left: 0;
}
.worries ul li:nth-child(2) {
  top: 21%;
  right: 0;
}
.worries ul li:nth-child(3) {
  top: 33%;
  left: 5%;
}
.worries ul li:nth-child(4) {
  top: 48%;
  right: 2%;
}
.worries ul li:nth-child(5) {
  top: 61%;
  left: 1%;
}
.bubble1,
.bubble2,
.bubble3,
.bubble4,
.bubble5 {
  position: relative;
  width: 100%;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.25;
}
.bubble1 p {
  width: 100%;
  position: absolute;
  top: 36%;
  left: 62%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.bubble2 p {
  width: 80%;
  position: absolute;
  top: 32%;
  left: 19%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: rotate(-3deg);
}
.bubble3 p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: rotate(-2deg);
}
.bubble4 p {
  width: 85%;
  position: absolute;
  top: 48%;
  left: 10%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: rotate(10deg);
}
.bubble5 p {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 65%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
@media screen and (max-width: 393px) {
  .worries ul li:first-child {
    top: 0;
    left: 0;
  }
  .worries ul li:nth-child(2) {
    top: 29%;
    right: 0;
  }
  .worries ul li:nth-child(3) {
    top: 36%;
    left: 5%;
  }
  .worries ul li:nth-child(4) {
    top: 55%;
    right: 2%;
  }
  .worries ul li:nth-child(5) {
    top: 70%;
    left: 1%;
  }
}
@media screen and (max-width: 375px) {
  .worries ul li:first-child {
    top: 0;
    left: 0;
  }
  .worries ul li:nth-child(2) {
    top: 31%;
    right: 0;
  }
  .worries ul li:nth-child(3) {
    top: 36%;
    left: 0;
  }
  .worries ul li:nth-child(4) {
    top: 57%;
    right: 2%;
  }
  .worries ul li:nth-child(5) {
    top: 73%;
    left: 0;
  }
}
@media screen and (max-width: 360px) {
  .worries ul li:nth-child(2) {
    top: 33%;
    right: 0;
  }
  .worries ul li:nth-child(3) {
    top: 45%;
    left: 0;
  }
  .worries ul li:nth-child(4) {
    top: 65%;
    right: 2%;
  }
  .worries ul li:nth-child(5) {
    top: 80%;
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  .worries ul li:first-child {
    top: 3%;
    left: 0;
    width: 70%;
  }
  .worries ul li:nth-child(2) {
    top: 35%;
    right: 0;
    width: 50%;
  }
  .worries ul li:nth-child(3) {
    top: 45%;
    left: 0;
    width: 55%;
  }
  .worries ul li:nth-child(4) {
    top: 60%;
    right: 2%;
    transform: rotate(-12deg);
  }
  .worries ul li:nth-child(5) {
    top: 82%;
    left: 0;
  }
  .bubble1,
.bubble2,
.bubble3,
.bubble4,
.bubble5 {
  position: relative;
  width: 100%;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.25;
}
}
@media screen and (min-width: 1440px) {
  .worries {
    background-image: url(../images/deco3.webp);
    background-position: 60% 5%;
    background-size: 25%;
  }
  .worries figure {
    width: 70%;
    margin-top: 0em;
  }
  .worries h2 {
    width: 23%;
    font-size: 5em;
    transform: rotate(-5deg);
    margin-left: 6em;
  }
  .bubble1,
  .bubble2,
  .bubble3,
  .bubble4,
  .bubble5 {
    font-size: 1.25em;
    line-height: 1.5;
  }
  .worries ul li:first-child {
    top: -65%;
    left: 12%;
  }
  .worries ul li:nth-child(2) {
    top: -55%;
    right: 14%;
  }
  .worries ul li:nth-child(3) {
    top: -15%;
    left: 18%;
  }
  .worries ul li:nth-child(4) {
    top: -8%;
    right: 20%;
  }
  .worries ul li:nth-child(5) {
    top: 20%;
    left: 33%;
  }
  .bubble1 p {
    top: 25%;
    left: 15%;
    transform: rotate(-7deg);
  }
  .bubble2 p {
    top: 30%;
    left: 22%;
    transform: rotate(5deg);
  }
  .bubble3 p {
    top: 35%;
    left: 14%;
    transform: rotate(-5deg);
  }
  .bubble4 p {
    top: 40%;
    left: 12%;
  }
  .bubble5 p {
    top: 25%;
    left: 65%;
  }
}
@media screen and (min-width: 1920px) {
  .worries {
    background-image: url(../images/deco3.webp);
    background-position: 60% 5%;
    background-size: 21%;
    margin-top: 5em;
  }
  .worries figure {
    margin-top: -2.5em;
  }
  .worries h2 {
    transform: rotate(-5deg);
    margin-left: 8.5em;
  }
  .worries ul li:first-child {
    top: -57%;
    left: 20%;
  }
  .worries ul li:nth-child(2) {
    top: -50%;
    right: 22%;
  }
  .worries ul li:nth-child(3) {
    top: -9%;
    left: 25%;
  }
  .worries ul li:nth-child(4) {
    top: -5%;
    right: 27%;
  }
  .worries ul li:nth-child(5) {
    top: 24%;
    left: 39%;
  }
  .bubble1 p {
    top: 25%;
    left: 15%;
    transform: rotate(-7deg);
  }
  .bubble2 p {
    top: 30%;
    left: 22%;
    transform: rotate(5deg);
  }
  .bubble3 p {
    top: 35%;
    left: 14%;
    transform: rotate(-5deg);
  }
  .bubble4 p {
    top: 40%;
    left: 12%;
  }
  .bubble5 p {
    top: 25%;
    left: 65%;
  }
}

.notice {
  background-image: url(../images/bg2.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin-top: 4em;
  text-align: center;
  position: relative;
  padding-bottom: 9em;
  text-transform: capitalize;
}
.notice h2 {
  font-size: 2.35em;
  line-height: 1.15;
  font-weight: 800;
  color: #000;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
  -2px 2px 0 #FFF, 2px -2px 0 #FFF,
  0px 2px 0 #FFF,  0 -2px 0 #FFF,
  -2px 0 0 #FFF, 2px 0 0 #FFF;
  width: 100%;
  position: absolute;
  top: -5.5%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 2;
}
.notice h2 span {
  color: #f94966;
  font-size: 1.25em;
}
.notice ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 7.5em;
  justify-content: flex-start;
  width: 95%;
  margin: 0 auto;
}
.notice ul li {
  width: 36.5%;
  position: relative;
  margin-bottom: .5em;
}
.notice ul li:nth-child(2),
.notice ul li:nth-child(3),
.notice ul li:nth-child(5),
.notice ul li:nth-child(6),
.notice ul li:nth-child(8),
.notice ul li:nth-child(9),
.notice ul li:nth-child(11) {
  margin-left: -1.25em;
}
.notice ul li p {
  font-size: .85em;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: #c9c9c9 .5px .5px 1px;
}
.notice ul li p span {
  font-size: 1.5em;
  color: #f94966;
  text-shadow: #cfcfcf .5px .5px 1px;
}
.notice ul li p span strong {
  font-size: 1.5em;
}
.notice ul li:nth-child(3) p,
.notice ul li:nth-child(6) p,
.notice ul li:nth-child(9) p,
.notice ul li:nth-child(11) p {
  left: 50%;
}
.notice ul li:nth-child(3) p span {
  font-size: 1.15em;
  color: #f94966;
  text-shadow: #cfcfcf .5px .5px 1px;
}
.notice ul li:nth-child(4) p span {
  font-size: 1.75em;
  color: #f94966;
  text-shadow: #cfcfcf .5px .5px 1px;
}
.notice ul li:nth-child(5) p span {
  font-size: 1.3em;
  color: #f94966;
  text-shadow: #cfcfcf .5px .5px 1px;
}
.notice ul li:nth-child(6) p span {
  font-size: 1.3em;
  color: #f94966;
  text-shadow: #cfcfcf .5px .5px 1px;
}
.notice ul li:nth-child(7) p span {
  font-size: 1.3em;
  color: #f94966;
  text-shadow: #cfcfcf .5px .5px 1px;
}
.notice ul li:nth-child(8) p span {
  font-size: 1.25em;
  color: #f94966;
  text-shadow: #cfcfcf .5px .5px 1px;
}
.notice ul li:nth-child(9) p span {
  font-size: 1.75em;
  color: #f94966;
  text-shadow: #cfcfcf .5px .5px 1px;
}
.notice ul li:nth-child(10) p span {
  font-size: 1.25em;
  color: #f94966;
  text-shadow: #cfcfcf .5px .5px 1px;
}
.notice-txt {
  text-align: left;
  line-height: 1.25;
  color: #fff;
  font-weight: 700;
  width: 92%;
  position: absolute;
  bottom: 6%;
  left: 3%;
}
.notice-txt span {
  color: #b9fca4;
}
.notice-block {
  position: absolute;
  bottom: -6%;
}
.notice-block2 {
  position: relative;
}
.notice-block2 p {
  width: 80%;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.15;
  position: absolute;
  top: 26%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: rotate(-4deg);
  text-shadow:2px 2px 0 #b40849, -2px -2px 0 #b40849,
  -2px 2px 0 #b40849, 2px -2px 0 #b40849,
  0px 2px 0 #b40849,  0 -2px 0 #b40849,
  -2px 0 0 #b40849, 2px 0 0 #b40849;
}
.notice-block2 p span {
  color: #fce442;
}
@media screen and (max-width: 393px) {
  .notice {
    margin-top: 7em;
  }
  .notice ul li:nth-child(2),
.notice ul li:nth-child(3),
.notice ul li:nth-child(5),
.notice ul li:nth-child(6),
.notice ul li:nth-child(8),
.notice ul li:nth-child(9),
.notice ul li:nth-child(11) {
  margin-left: -1.1em;
}
.notice ul li p {
  font-size: .75em;
}
.notice-txt {
  font-size: 1em;
  bottom: 4%;
}
.notice-block2 p {
  width: 80%;
  font-size: 1.35em;
}
}
@media screen and (max-width: 360px) {
  .notice-block2 p {
    font-size: 1.25em;
  }
  .notice-txt {
    font-size: .9em;
    bottom: 5%;
  }
}
@media screen and (max-width: 320px) {
  .notice ul li p {
    font-size: .65em;
  }
  .notice-txt {
    bottom: 4%;
  }
  .notice-block2 p {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 1440px) {
  .notice {
    background-image: url(../images/bg2.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    margin-top: 4em;
    text-align: center;
    position: relative;
    padding-bottom: 20em;
  }
  .notice {
    background-image: url(../images/bg-pc2.webp);
    margin-top: 2em;
  }
  .notice h2 {
    font-size: 3.5em;
    top: -4.4%;
  }
  .notice ul {
    width: 75%;
    padding-top: 15em;
  }
  .notice ul li {
    width: 25%;
  }
  .notice ul li:nth-child(2),
  .notice ul li:nth-child(3),
  .notice ul li:nth-child(5),
  .notice ul li:nth-child(6),
  .notice ul li:nth-child(8),
  .notice ul li:nth-child(9),
  .notice ul li:nth-child(11) {
    margin-left: 0;
  }
  .notice ul li p {
    font-size: 1.25em;
    left: 50%;
  }
  .notice-txt {
    width: 50%;
    font-size: 1.25em;
    line-height: 1.5;
    bottom: 10%;
    left: 18%;
  }
  .notice-block {
    position: absolute;
    width: 80%;
    bottom: -6%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .notice-block2 p {
    width: 50%;
    font-size: 2.75em;
    text-align: left;
    line-height: 1.25;
    top: 26%;
    left: 30%;
  }
}
@media screen and (min-width: 1920px) {
  .notice {
    padding-bottom: 22em;
  }
  .notice h2 {
    top: -5%;
    font-size: 4em;
  }
  .notice ul {
    width: 75%;
    padding-top: 20em;
  }
  .notice ul li {
    width: 25%;
  }
  .notice ul li img {
    width: 90%;
  }
  .notice ul li p {
    font-size: 1.5em;
  }
  .notice-txt {
    font-size: 1.5em;
    line-height: 1.5;
    bottom: 7%;
    left: 18%;
  }
  .notice-block {
    position: absolute;
    width: 90%;
    bottom: -5%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .notice-block2 p {
    font-size: 2.75em;
    text-align: left;
    line-height: 1.25;
    top: 22%;
    left: 34%;
  }
}

.support {
  margin-top: 11em;
  background-color: #FFA724;
  position: relative;
  text-align: center;
  padding-bottom: 3em;
}
.support h2 {
  width: 95%;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 800;
  text-transform: capitalize;
  color: #000;
  text-shadow:1px 1px 0 #328b08, -1px -1px 0 #328b08,
  -1px 1px 0 #328b08, 1px -1px 0 #328b08,
  0px 1px 0 #328b08,  0 -1px 0 #328b08,
  -1px 0 0 #328b08, 1px 0 0 #328b08;
  position: absolute;
  top: -6%;
  left: 51.5%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 2;
}
.support-h2 {
  position: relative;
}
.support-h2 p {
  color: #FFF;
  width: 100%;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.support-h2 p span {
  color: #ffe21e;
  font-size: 1.15em;
}
.support .question-img {
  width: 90%;
  margin: 0 auto;
  padding-top: 4em;
  position: relative;
}
.support .question-img p {
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.25;
  position: absolute;
  top: 48.5%;
  left: 48.5%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.question-txt {
  text-align: left;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
  0px 1px 0 #FFF,  0 -1px 0 #FFF,
  -1px 0 0 #FFF, 1px 0 0 #FFF;
  width: 95%;
  margin: 0 auto;
  margin-top: -3em;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.question-txt span {
  color: #e95e92;
}
.question-box {
  background-color: #fff;
  width: 93%;
  margin: 0 auto;
}
.question-box h3 {
  background-color: #000;
  color: #fff;
  font-size: 1.07em;
  font-weight: 700;
  padding: .75em 0;
  text-transform: capitalize;
}
.question-box ul {
  text-align: left;
  padding: 1em .75em;
  color: #000;
  font-weight: 700;
}
.question-box ul li {
  margin-bottom: .5em;
  line-height: 1.35;
  text-indent: -1em;
  padding-left: 1em;
  text-transform: capitalize;
}
.question-txt2 {
  width: 93%;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.question-box2 {
  width: 93%;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  border: #000 5px solid;
  padding: 1em .5em;
  color: #000;
  font-weight: 900;
  line-height: 1.5;
}
.question-box2 p {
  background: linear-gradient(transparent 50%, #ffec00 0%);
  display: inline;
}
@media screen and (max-width: 393px) {
  .support {
    margin-top: 10em;
  }
  .question-box h3 {
    font-size: .95em;
  }
}
@media screen and (max-width: 375px) {
  .support .question-img p {
    font-size: 1.25em;
  }
  .support h2 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 320px) {
  .support h2 {
    font-size: 1.1em;
    top: -4%;
  }
  .support .question-img p {
    font-size: 1.15em;
  }
  .question-txt {
    font-size: 1.1em;
    line-height: 1.25;
  }
  .support {
    margin-top: 9em;
  }
}
@media screen and (min-width: 1440px) {
  .support {
    margin-top: 15em;
  }
  .support h2 {
    width: 50%;
    font-size: 1.75em;
    top: -6%;
    left: 50%;
    z-index: 2;
  }
  .support-h2 {
    position: relative;
  }
  .support-h2 p {
    top: 6%;
  }
  .support .question-img {
    width: 50%;
    padding-top: 6em;
    position: relative;
    margin-left: 4em;
    margin-top: 1em;
  }
  .support .question-img p {
    font-size: 1.4em;
    margin-top: .5em;
  }
  .suooprt-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    width: 80%;
    margin: 0 auto;
  }
  .question-txt {
    font-size: 1.4em;
    line-height: 1.5;
    width: 80%;
    margin: 0;
    margin-left: 2em;
    margin-bottom: 1em;
  }
  .question-box {
    width: 80%;
    margin: 0;
    margin-left: 2em;
    font-size: 1.125em;
  }
  .question-box ul {
    text-align: left;
    padding: 1em .75em;
    color: #000;
    font-weight: 700;
  }
  .question-txt2 {
    width: 65%;
    font-size: 1.25em;
  }
  .question-box2 {
    width: 65%;
    font-size: 1.35em;
    text-align: center;
  }
  .question-box2 p {
    background: linear-gradient(transparent 50%, #ffec00 0%);
    display: inline;
  }
}
@media screen and (min-width: 1920px) {
  .support h2 {
    width: 50%;
    font-size: 1.75em;
    top: -6%;
    left: 55%;
    z-index: 2;
  }
  .support-h2 {
    position: relative;
  }
  .support-h2 p {
    top: 6%;
    left: 40%;
  }
}

.achievement {
  background-color: #FFA724;
  position: relative;
  padding-bottom: 2em;
}
.achievement h2 {
  background-color: #000;
  color: #fff;
  font-size: 1.75em;
  font-weight: 700;
  padding: .5em 0;
  text-align: center;
}
.achievement-box {
  background-color: #fff;
  width: 93%;
  margin: 0 auto;
  padding: 1em 1em 2em;
}
.logo-box {
  text-align: center;
}
.logo-box img {
  margin-top: 1em;
}
.logo-box img.logo-box-img2{
  text-align: center;
  width: 95%;
  margin: 0 auto;
  margin-top: 1em;
}
.logo-box img.logo-box-img2{
  text-align: center;
  width: 93%;
  margin: 0 auto;
  margin-top: 1em;
}
.achievement-box h3 {
  position: relative;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #000;
  margin-top: 1em;
  text-transform: capitalize;
}
.achievement-box h3::before {
  position: absolute;
  content: '';
  background-image: url(../images/deco4.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  top: 0;
  left: 0;
  width: 120px;
  height: 11px;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.achievement-box h3::after {
  position: absolute;
  content: '';
  background-image: url(../images/deco4.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  top: 0;
  left: 0;
  width: 120px;
  height: 11px;
  top: 50%;
  left: 71%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.achievement-box p {
  margin-top: 1em;
  font-size: .875em;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
}
.achievement-box .achievement-txt {
  color: #e95e92;
  font-weight: bold;
}
.achievement-button {
  position: absolute;
  width: 97%;
  bottom: -2%;
  left: 1%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: rotate(-3deg);
}
@media screen and (max-width: 393px) {
  .achievement-box h3::before {
    width: 95px;
  }
  .achievement-box h3::after {
    width: 95px;
    left: 77%;
  }
}
@media screen and (max-width: 375px) {
  .achievement-box h3::before {
    width: 95px;
  }
  .achievement-box h3::after {
    width: 95px;
    left: 75%;
  }
}
@media screen and (max-width: 320px) {
  .achievement-box h3::before {
    width: 70px;
    left: -6.5%;
  }
  .achievement-box h3::after {
    width: 70px;
    left: 79%;
  }
  .achievement-button {
    position: absolute;
    bottom: -1%;
    left: 1%;
  }
}
@media screen and (min-width: 1440px) {
  .achievement {
    padding-bottom: 8em;
  }
  .achievement h2 {
    font-size: 2.5em;
    padding: .75em 0;
    text-align: center;
  }
  .achievement-box {
    width: 70%;
    padding: 2em 3em 5em;
  }
  .logo-box img {
    width: 80%;
    margin: 0 auto;
    margin-top: 1.5em;
  }
  .achievement-box h3 {
    font-size: 1.5em;
    margin-top: 2em;
  }
  .achievement-box h3::before {
    background-image: url(../images/deco6.webp);
    width: 400px;
    top: 50%;
    left: -4%;
  }
  .achievement-box h3::after {
    background-image: url(../images/deco6.webp);
    width: 400px;
    left: 60%;
  }
  .achievement-box p {
    margin-top: 1.5em;
    font-size: 1em;
  }
  .achievement-button {
    position: absolute;
    width: 80%;
    bottom: 2%;
    left: 27%;
  }
}
@media screen and (min-width: 1920px) {
  .achievement {
    padding-bottom: 5em;
  }
  .achievement-box h3::before {
    background-image: url(../images/deco6.webp);
    width: 500px;
    top: 50%;
    left: 0;
  }
  .achievement-box h3::after {
    background-image: url(../images/deco6.webp);
    width: 500px;
    left: 59%;
  }
  .achievement-button {
    position: absolute;
    width: 40%;
    bottom: -2%;
    left: 28%;
  }
}

.producer {
  margin-top: 7em;
  background-image: url(../images/bg3.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2em;
}
.producer h2 {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 1.75em;
  font-weight: 700;
  padding: .5em 0;
}
.producer-wrap {
  overflow: hidden;
  margin-top: 2em;
}
.producer-items {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 2em;
}
.producer-items2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 2em;
  justify-content: flex-end;
}
.producer-items figure {
  width: 36.2318%;
}
.producer-items .producer-txt {
  width: 60.386%;
  background-image: url(../images/deco7.webp);
  background-repeat: no-repeat;
  background-position: 40% -2%;
}
.producer-items .producer-txt h3 {
  font-size: 1.75em;
  font-weight: 700;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
  0px 1px 0 #FFF,  0 -1px 0 #FFF,
  -1px 0 0 #FFF, 1px 0 0 #FFF;
  margin-left: .5em;
  margin-bottom: .5em;
  text-transform: capitalize;
  line-height: 1.25;
}
.producer-txt-wrap {
  background-color: #fcf5e9;
  padding: 1em .75em;
}
.producer-txt-wrap h4 {
  color: #000;
  font-weight: 700;
  position: relative;
  margin-bottom: .5em;
}
.producer-txt-wrap h4::after {
  position: absolute;
  content: '';
  display: block;
  width: 80%;
  height: 2.5px;
  background-color: #ffa724;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.producer-txt-wrap p {
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1em;
}
.producer-txt-wrap img {
  width: 100%;
}
.producer-items1 p {
  margin-bottom: 3em;
}
@media screen and (max-width: 375px) {
  .producer-items .producer-txt h3 {
    font-size: 1.5em;
  }
  .producer-items figure {
    width: 40%;
  }
  .producer-items .producer-txt {
    width: 55%;
    background-image: url(../images/deco7.webp);
    background-repeat: no-repeat;
    background-position: 40% -2%;
  }
  .producer-items {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 320px) {
  .producer {
    margin-top: 5em;
  }
}
@media screen and (min-width: 1440px) {
  .producer {
    background-image: url(../images/bg3-pc.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2em;
  }
  .producer {
    margin-top: 12em;
    padding-bottom: 2em;
  }
  .producer h2 {
    font-size: 2em;
    padding: .75em 0;
  }
  .producer-wrap {
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    margin-top: 5em;
  }
  .producer-items {
    margin-bottom: 3em;
  }
  .producer-items figure {
    width: 37%;
    text-align: right;
  }
  .producer-items2 figure {
    width: 37%;
    text-align: left;
  }
  .producer-items .producer-txt {
    width: 63%;
  }
  .producer-items .producer-txt h3 {
    font-size: 2.75em;
  }
  .producer-txt-wrap {
    padding: 2em 1.75em;
  }
  .producer-txt-wrap h4 {
    font-size: 1.75em;
    margin-left: .5em;
    margin-bottom: .75em;
  }
  .producer-txt-wrap p {
    font-size: 1.15em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .producer-txt-wrap img {
    width: 80%;
  }
}

.flow {
  background-color: #FFA724;
  margin-top: 5em;
  text-align: center;
  position: relative;
  padding: 3em 0 1em;
  position: relative;
  background-image: url(../images/deco1.webp);
  background-repeat: no-repeat;
  background-position: -25% 10%;
  background-size: 60%;
  text-transform: capitalize;
}
.flow h2 {
  font-size: 1.5em;
  line-height: 1.15;
  font-weight: 800;
  color: #000;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
  -2px 2px 0 #FFF, 2px -2px 0 #FFF,
  0px 2px 0 #FFF,  0 -2px 0 #FFF,
  -2px 0 0 #FFF, 2px 0 0 #FFF;
  width: 100%;
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 2;
}
.flow h2 span {
  font-size: 1.416666em;
  text-shadow: none;
  background: linear-gradient(180deg, #fa687f 0%, #ee435f 72%, #ee435f 100%);
  -webkit-background-clip: text;    
  color: transparent;
  filter: drop-shadow(1px 1px #fff) drop-shadow(-1px 1px #fff)
      drop-shadow(1px -1px #fff) drop-shadow(-1px -1px #fff);
}
.flow-box {
  width: 93%;
  margin: 0 auto;
  padding-bottom: 3em;
  background-image: url(../images/deco1.webp);
  background-repeat: no-repeat;
  background-position: 130% 100%;
  background-size: 85%;
}
.flow-items {
  background-color: #fff;
  border: #4bc112 4px solid;
  border-radius: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: .75em 0;
  position: relative;
}
.flow-items h3 {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: #4bc112;
  border-radius: 50%;
  margin-left: 1em;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.1;
}
.flow-items h3 span {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
  transform: translateY(-50%, -50%);
  color: #000;
  font-size: .75em;
  color: #fff;
}
.flow-items h3 span strong {
  font-size: 1.75em;
  color: #fff;
}
.flow-items p {
  color: #000;
  font-weight: 700;
  font-size: .85em;
  line-height: 1.5;
  margin-left: 1em;
}
.flow-items p span {
  font-size: 1.5em;
  text-shadow: rgb(224, 224, 224) 1px 1px 1px;
}
.flow-items1,
.flow-items2,
.flow-items3 {
  position: relative;
  margin: 0 0 4em;
}
.flow-items1::after,
.flow-items2::after,
.flow-items3::after {
  position: absolute;
  content: '';
  background-image: url(../images/arrow.webp);
  background-repeat: no-repeat;
  width: 42px;
  height: 40px;
  bottom: -70%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.flow-items4 p {
  margin-left: 2.5em;
}
@media screen and (max-width: 393px) {
  .flow-items4 p {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 375px) {
  .flow h2 {
    font-size: 1.35em;
    top: -3%;
  }
  .flow-items p {
    margin-left: .5em;
  }
  .flow-items4 p {
    margin-left: 1.5em;
  }
  .flow-items h3 {
    width: 50px;
    height: 50px;
  }
  .flow-items h3 span {
    font-size: .65em;
  }
}
@media screen and (max-width: 320px) {
  .flow h2 {
    font-size: 1.25em;
  }
  .flow-items p {
    margin-left: .5em;
  }
  .flow-items4 p {
    margin-left: 1.5em;
  }
  .flow-items h3 {
    width: 50px;
    height: 50px;
  }
  .flow-items h3 span {
    font-size: .65em;
  }
  .flow-items p {
    font-size: .7em;
  }
  .flow-items h3 {
    width: 45px;
    height: 45px;
  }
  .flow-items h3 span {
    font-size: .6em;
  }
  .flow-items1::after,
  .flow-items2::after,
  .flow-items3::after {
    width: 42px;
    height: 40px;
    bottom: -78%;
  }
}
@media screen and (min-width: 1440px) {
  .flow {
    background-position: 20% 10%;
    background-size: 30%;
    margin-top: 8em;
  }
  .flow-box {
    background-position: 100% 100%;
    background-size: 50%;
  }
  .flow h2 {
    font-size: 2.5em;
  }
  .flow-box {
    width: 50%;
    margin: 0 auto;
    margin-top: 3em;
  }
  .flow-items {
    padding-left: 7em;
  }
  .flow-items h3 {
    width: 70px;
    height: 70px;
  }
  .flow-items h3 span {
    font-size: 1em;
  }
  .flow-items p {
    font-size: 1em;
  }
  .flow-items p span {
    font-size: 2em;
  }
  .flow-items1,
.flow-items2,
.flow-items3 {
  position: relative;
  margin: 0 0 4.5em;
}
.flow-items1::after,
.flow-items2::after,
.flow-items3::after {
  width: 52px;
  height: 50px;
}
}
@media screen and (min-width: 1920px) {
  .flow-box {
    width: 40%;
  }
}

.schedule {
  background-color: #FFA724;
  padding-bottom: 2em;
}
.schedule h2 {
  background-color: #000;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  padding: .65em 0;
}
.schedule-box  {
  background-color: #fff;
  width: 93%;
  margin:  0 auto;
  padding-bottom: 1em;
  text-align: center;
}
.schedule-box h3 {
  text-align: center;
  padding: 1.25em 0 .4em;
  margin-bottom: 1em;
  font-size: 1.5em;
  color: #000;
  font-weight: 800;
  position: relative;
}
.schedule-box h3::after {
  position: absolute;
  content: '';
  display: block;
  width: 45px;
  height: 3px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.schedule-wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 1em;
  padding-bottom: 1em;
}
.schedule-wrap1 {
  border-bottom: #000 2px solid;
  text-align: center;
}
.schedule-wrap h4 {
  font-size: 1.35em;
  font-weight: bold;
  color: #e95e92;
  margin-bottom: .75em;
  line-height: 1.25;
  text-align: center;
}
.schedule-wrap .date {
  font-size: 1.5em;
  color: #000;
  font-weight: bold;
  margin-bottom: .75em;
}
.schedule-wrap .date span {
  color: #4bc112;
}
.schedule-wrap .address {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 320px) {
  .schedule h2 {
    font-size: 1.35em;
  }
  .schedule-wrap h4 {
    font-size: 1.15em;
  }
  .schedule-wrap .date {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 1440px) {
  .schedule  {
    padding-bottom: 5em;
  }
  .schedule h2 {
    font-size: 2.5em;
  }
  .schedule-box h3 {
    font-size: 2em;
    margin-bottom: 1.25em;
  }
  .schedule-box  {
    width: 55%;
  }
  .schedule-wrap {
    width: 85%;
    margin-top: 2em;
    padding: 0 1em 2em;
  }
  .schedule-wrap h4 {
    font-size: 2.5em;
  }
  .schedule-wrap .date {
    font-size: 2em;
  }
  .schedule-wrap .address {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 1920px) {
  .schedule-box  {
    width: 40%;
  }
}

.entry {
  background-image: url(../images/bg4.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-bottom: 6em;
}
.entry h2 {
  color: #fff;
  font-size: 1.65em;
  font-weight: bold;
  display: inline-block;
  background-color: #000;
  padding: .5em 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.entry h2 span {
  color: #ffef3e;
}
.entry-box {
  background-color: #fff;
  width: 93%;
  margin: 0 auto;
  margin-bottom: 1em;
  text-align: left;
  padding: 2.5em 1em;
  color: #000;
}
.entry-box dt {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: .5em;
}
.entry-box dd {
  margin-bottom: 1.5em;
  line-height: 1.5;
  text-transform: capitalize;
}
.note {
  background-color: #000;
  color: #fff;
  margin-bottom: .75em;
  text-align: center;
  line-height: 1.5;
  padding: 5em 1em 1.5em;
  position: relative;
}
.note::before {
  position: absolute;
  content: '';
  background-image: url(../images/note-sp.webp);
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  margin-top: 1em;
}
.note h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: .25em;
}
.note-date {
  font-size: 1.25em;
  font-weight: bold;
  color: #ee0707;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
  0px 1px 0 #FFF,  0 -1px 0 #FFF,
  -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.entyry-form {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding-top: 2em;
}
.entyry-form h3 {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 1em;
  text-align: center;
}
.entyry-form h3::after {
  position: absolute;
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.entyry-form .contact-form dt {
  display: inline-block;
  color: #000;
  font-weight: bold;
  margin-bottom: .5em;
  position: relative;
  text-transform: capitalize;
}
.entyry-form .contact-form dt::after {
  content: '必須';
  font-size: .85em;
  font-weight: 400;
  color: #fff;
  background-color: #ffa724;
  border-radius: 10px;
  padding: .3em .5em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-right: -3.5em;
}
.entyry-form .contact-form dd {
  margin-bottom: 1.5em;
}
.entyry-form .contact-form dd .input input {
  width: 100%;
  height: 42px;
}
.btn {
  text-align: center;
}
.btn button {
  outline: none;
  border: none;
  background: none;
}
.form-txt {
  font-size: .75em;
  line-height: 1.3;
  color: #dd016e;
  width: 95%;
  margin: 0 auto;
  margin-top: -.5em;
  text-transform: capitalize;
}
@media screen and (max-width: 375px) {
  .entry {
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 320px) {
  .entry {
    background-image: url(../images/bg4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3em;
  }
  .entry h2 {
    color: #fff;
    font-size: 1.5em;
    padding: .5em 1em;
  }
}
@media screen and (min-width: 1440px) {
  .entry {
    background-image: url(../images/bg-pc3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 12em;
  }
  .entry h2 {
    font-size: 2.5em;
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
  .entry-box {
    width: 60%;
    padding: 4em 3em;
  }
  .entry-box dt {
    font-size: 1.5em;
  }
  .entry-box dd {
    margin-bottom: 2em;
    font-size: 1.15em;
  }
  .note {
    margin-bottom: 1em;
    padding: 4em 2em 1.5em;
    font-size: 1.15em;
  }
  .note h3 {
    font-size: 1.75em;
  }
  .note-date {
    font-size: 1.75em;
    color: #ee0707;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0px 2px 0 #FFF,  0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
  .entyry-form {
    width: 60%;
  }
  .entyry-form h3 {
    font-size: 2.5em;
    margin-top: 3em;
  }
  .entyry-form h3::after {
    width: 55px;
    height: 3px;
  }
  .entyry-form .contact-form dt {
    font-size: 1.5em;
  }
  .entyry-form .contact-form dt::after {
    font-size: .75em;
  }
  .entyry-form .contact-form dd {
    margin-bottom: 2em;
  }
  .entyry-form .contact-form dd .input input {
    width: 100%;
    height: 55px;
  }
  .btn {
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
  .form-txt {
    font-size: 1em;
    width: 100%;
  }
}

.faq {
  text-align: center;
}
.faq h2 {
  color: #000;
  font-weight: bold;
  text-align: 1.5;
  font-size: 2em;
  text-transform: capitalize;
  margin-top: 1.25em;
}
.faq h2 span {
  font-size: .75em;
  color: #e95e92;
}

.measures {
  background-color: #fff56b;
  width: 93%;
  margin: 0 auto;
  margin-top: 4em;
  margin-bottom: 3em;
  text-align: center;
  position: relative;
  padding: 3em 0 2em;
  position: relative;
  background-image: url(../images/deco1.webp);
  background-repeat: no-repeat;
  background-position: 2em 2em; 
  background-size: 120%;
}
.measures h2 {
  font-size: 1.75em;
  line-height: 1.15;
  font-weight: 800;
  color: #000;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
  -2px 2px 0 #FFF, 2px -2px 0 #FFF,
  0px 2px 0 #FFF,  0 -2px 0 #FFF,
  -2px 0 0 #FFF, 2px 0 0 #FFF;
  width: 100%;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 2;
}
.measures ul {
  width: 75%;
  margin: 0 auto;
  margin-top: 2em;
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 1.25em;
  text-transform: capitalize;
}
.measures ul li {
  margin-bottom: .75em;
}
@media screen  and (max-width: 320px) {
  .measures ul {
    width: 80%;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1440px) {
  .measures {
    width: 50%;
    margin-top: 5em;
  }
  .measures h2 {
    font-size: 2.5em;
    top: -7%;
  }
  .measures ul {
    width: 60%;
    margin-top: 2.5em;
    font-size: 1.5em;
  }
}

.l-footer {
  background-color: #FFA724;
  text-align: center;
  padding: 2em 0 3em;
  color: #fff;
  text-transform: capitalize;
}
.l-footer h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.l-footer ul li {
  margin-bottom: 1em;
  line-height: 1.5;
}
.footer-button {
  width: 95%;
  margin: 0 auto;
  margin-top: -4em;
  padding-bottom: 2em;
  transform: rotate(-3deg);
}
@media screen and (min-width: 1440px) {
  .footer-button {
    width: 50%;
    margin-top: -5em;
  }
}
@media screen and (min-width: 1920px) {
  .footer-button {
    width: 50%;
    margin-top: -5em;
    margin-left: 34em;
  }
}



/*   モーダル   */

/*infoエリアをはじめは非表示*/
#info{
	display: none;
}
#info2{
	display: none;
}
#info3{
	display: none;
}
#info4{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.modaal-wrapper {
  margin-top: 1em;
}
.modaal-content-container {
  padding: 2em 1em;
}
.modaal-wrapper figure {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.modaal-wrapper h5 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: .75em;
  text-transform: capitalize;
}
.modaal-wrapper li {
  font-size: .85em;
  line-height: 1.5;
  margin-bottom: .5em;
}
.modaal-wrapper dt {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: .5em;
  text-transform: capitalize;
}
.modaal-wrapper dd {
  font-size: .85em;
  line-height: 1.35;
  margin-bottom: 1.5em;
  text-transform: capitalize;
}
.modaal-close:after, .modaal-close:before {
  left: 15px;
}
.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #aeaeae;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  margin-left: 0.5em;
}
.modaal-close {
  right: 30px;
}
@media screen and (min-width: 1280px) {
  .modaal-content-container {
    padding: 2em 2em;
  }
}



/* アコーディオン */
/*====================================================================
.s_02 .accordion_one
====================================================================*/
.s_02 {
  width: 93%;
  margin: 0 auto;
  margin-top: 1.5em;
}
.s_02 .accordion_one .accordion_header {
  background-color: #FFA724;
  color: #fff;
  font-size: 1.35em;
  font-weight: bold;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: .5em;
  line-height: 1.25;
  text-transform: capitalize;
}
.s_02 .accordion_one .accordion_header::before {
  position: absolute;
  content: 'Q.';
  font-size: 1.25em;
  font-weight: bold;
  text-transform: capitalize;
  left: 3%;
  top: 0;
  margin-top: .65em;
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: .75em 1em 2em 3em;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.35;
  position: relative;
}
.s_02 .accordion_one .accordion_inner::before {
  position: absolute;
  content: 'A.';
  font-size: 1.25em;
  font-weight: 700;
  text-transform: capitalize;
  left: 0;
  top: 0;
  margin-left: 1em;
  margin-top: .35em;
}
.s_02 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 1em 2.5em 1em 2.5em;
  }
}
@media screen and (max-width: 375px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 1em 2.25em 1em 2.5em;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    right: 2%;
  }
}
@media screen and (max-width: 360px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 1em 2em 1em 2.5em;
  }
}
@media screen and (max-width: 320px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 1em;
  }
  .s_02 .accordion_one .accordion_inner {
    font-size: .85em;
  }
}
@media screen and (min-width: 1280px) {
  .s_02 {
    width: 60%;
    margin-top: 3em;
  }
  .s_02 .accordion_one .accordion_header {
    font-size: 1.25em;
    padding: 1em 2em 1em 3em;
  }
  .s_02 .accordion_one .accordion_inner {
    font-size: 1.125em;
    padding: .75em 3em 2em 4em;
  }
  .s_02 .accordion_one .accordion_inner::before {
    margin-left: 1.75em;
    margin-top: .4em;
  }
  .faq h2 {
    font-size: 3em;
  }
}
.rect-block {
  position: absolute;
  width: 93%;
  left: 3%;
  transform: rotate(-3deg);
}
.rect-block2 {
  position: absolute;
  width: 93%;
  left: 28%;
  transform: rotate(-3deg);
}
.rect-block3 {
  position: absolute;
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .rect-block2 {
    position: absolute;
    width: 93%;
    left: 3%;
    transform: rotate(-3deg);
  }
  .rect-block3 {
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .rect-block2 {
    width: 60%;
    left: 19%;
  }
}
@media screen and (min-width: 1440px) {
  .rect-block2 {
    width: 60%;
    left: 23%;
  }
}
@media screen and (min-width: 1920px) {
  .rect-block2 {
    width: 60%;
    left: 27%;
  }
}

.trans {
  text-transform: uppercase;;
}

.achievement-box p span {
  text-transform: capitalize;
}