@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto");
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Josefin+Sans:wght@400;600;700&family=Montserrat:wght@400;500;700&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 10px; /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html.no-scroll {
  overflow: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

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

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
Media Quary
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}
html, body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 62.5%;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #333;
}

a {
  color: #333;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.center {
  text-align: center;
}

.view {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(3.6603221083vw);
          transform: translateY(3.6603221083vw);
}

.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*==================================================================================
　header
==================================================================================*/
.header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.857vw;
  position: fixed;
  top: 0;
  z-index: 100;
  padding-left: 2.562vw;
  padding-right: 3.294vw;
  background-color: #f5f0e4;
}
.header .header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .header-logo h1 {
  width: 9.81vw;
  margin-right: 1.464vw;
}
.header .header-logo h1:hover {
  opacity: 0.6;
}
.header .header-logo .header-logo-text {
  font-size: 0.852vw;
  line-height: 1.611vw;
  font-weight: 400;
  display: block;
}
.header .header-list {
  margin-left: auto;
  height: 5.857vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-list li {
  margin-right: 1.489vw;
}
.header .header-list li:last-child {
  margin-right: 0;
}
.header .header-list li a {
  font-size: 1.071vw;
  font-weight: 500;
  color: #222;
}
.header .header-list li a:hover {
  opacity: 0.6;
}
.header .header-list li.header-list-en {
  position: relative;
  z-index: 101;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header-list li.header-list-en a {
  border-radius: 3.66vw;
  border: 1px solid #333333;
  padding: 0.732vw 1.83vw;
  opacity: 1;
  background-color: #f5f0e4;
}
.header .header-list li.header-list-en a:hover {
  background-color: #33823E;
  color: #fff;
}
.header .header-list li.header-list-en .subMenu {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 200;
  visibility: hidden;
  -webkit-transform-origin: top top;
          transform-origin: top top; /*変形を適応する基準をtopとする*/
  -webkit-transition: all 0.2s;
  transition: all 0.2s; /*表示の変化を0.3秒に指定*/
}
.header .header-list li.header-list-en .subMenu.active {
  visibility: visible;
  top: 50px;
}
.header .header-list li.header-list-en .subMenu li {
  margin-bottom: 32px;
}
.header .header-list .header-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 16.177vw;
  height: 3.66vw;
  background: #33823e;
  border-radius: 3.66vw;
}
.header .header-list .header-btn a::after {
  content: "";
  background-image: url(../img/arrow-white.png);
  background-size: cover;
  width: 0.586vw;
  height: 1.025vw;
  display: inline-block;
  margin-left: 0.952vw;
}
.header .header-list .header-btn a:hover {
  opacity: 0.6;
}
.header.UpMove {
  background-color: #f5f0e4;
}
@media (max-width: 768px) {
  .header {
    background: none;
    padding: 0 0 0 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    background-color: #F5F0E4;
  }
  .header .header-logo h1 {
    width: 99px;
  }
  .header .header-logo .header-logo-text {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    display: block;
  }
  .header .header-list {
    display: none;
  }
  .header.UpMove .header-logo {
    z-index: 1;
  }
  .header.UpMove .header-logo a {
    color: #222;
  }
  .header.UpMove .sp-menu span {
    background-color: #242526;
  }
  .header.UpMove .sp-menu.open span {
    background-color: #242526;
  }
  .drop .drop__list {
    padding: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
  .drop .drop__list .drop__item {
    padding: 16px 0 0 0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
  }
  .drop .drop__list .drop__item .drop__item-dl dt {
    padding: 0 0 20px 20px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .drop .drop__list .drop__item .drop__item-dl .drop__txt {
    position: relative;
    display: none;
    border-top: 1px solid #fff;
  }
  .drop .drop__list .drop__item .drop__item-dl .drop__txt a {
    display: block;
    color: #fff;
    padding: 16px 16px 16px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
    background: #3EA1E2;
  }
  .drop .drop__list .drop__item .drop__item-dl .drop__txt a:last-child {
    border-bottom: 0;
  }
  .drop .drop__list .drop__item.open {
    padding-bottom: 0;
  }
  .drop .drop__list .drop__item .drop__ttl {
    font-size: 1.6rem;
    position: relative;
  }
  .drop .drop__list .drop__item .drop__ttl:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 10px;
    background-image: url(../img/drop-icon-plus.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 0;
    top: 30%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .drop__item.open .qanda__ttl:after {
    background-image: url(../img/drop-icon_minus.webp);
  }
}
/*==================================================================================
　SPハンバーガーメニュー
==================================================================================*/
.sp-navi {
  display: none;
}

@media (max-width: 768px) {
  .sp-menu {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-menu .sp-menu-inner {
    width: 30px;
    height: 22px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sp-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #242526;
    border-radius: 2px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .sp-menu span:nth-child(1) {
    width: 100%;
  }
  .sp-menu span:nth-child(2) {
    width: 100%;
  }
  .sp-menu span:nth-child(3) {
    width: 100%;
  }
  .sp-menu.open span {
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .sp-menu.open span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
    width: 100%;
  }
  .sp-menu.open span:nth-child(2) {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    width: 100%;
  }
  .sp-menu.open span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    width: 100%;
  }
  .sp-navi {
    display: none;
    position: fixed;
    height: 100%;
    left: 0;
    top: 60px;
    z-index: 2;
    background-color: #F5F0E4;
    overflow-y: auto;
    width: 100%;
    padding: 0 5% 0;
  }
  .sp-navi .sp-navi-item {
    width: 100%;
    text-align: left;
  }
  .sp-navi .sp-navi-item a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: block;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #C3C3C3;
  }
  .sp-navi .sp-lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
  }
  .sp-navi .sp-lang li {
    margin-right: 9px;
  }
  .sp-navi .sp-lang li a {
    font-size: 13px;
    background-color: rgb(245, 240, 228);
    border-radius: 50px;
    border: 1px solid #333333;
    padding: 9px 20px;
    display: block;
  }
  .sp-navi .sp-lang li.active a {
    background-color: #33823E;
    color: #fff;
  }
  .sp-navi .sp-menu-btn {
    max-width: 350px;
    width: 100%;
    height: 60px;
    margin: auto;
    background-color: #33823E;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .sp-navi .sp-menu-btn::after {
    content: "";
    display: block;
    background-image: url(../img/arrow-white.png);
    background-size: cover;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 24px;
    right: 24px;
  }
}
/*==================================================================================
　fotter
==================================================================================*/
.footer {
  position: relative;
  z-index: 1;
  padding: 6.249vw 5% 3.66vw;
  background-image: url(../img/footer-bg.png);
  background-size: cover;
}
.footer .footer-inner .text1 {
  font-size: 2.196vw;
  font-weight: bold;
  color: #fff;
  line-height: 3.001vw;
  text-align: center;
  margin-bottom: 2.05vw;
}
.footer .footer-inner .btn {
  background-color: #FEED61;
  border-radius: 3.66vw;
  font-size: 1.66vw;
  font-weight: bold;
  color: #33823E;
  width: 32.943vw;
  height: 5.857vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: relative;
  padding-bottom: 0.366vw;
}
.footer .footer-inner .btn::after {
  content: "";
  display: block;
  background-image: url(../img/arrow-green.png);
  background-size: cover;
  width: 1.025vw;
  height: 1.757vw;
  margin-left: 1.025vw;
  position: absolute;
  top: 2.05vw;
  right: 2.196vw;
}
.footer .footer-inner .btn:hover {
  opacity: 0.6;
}
.footer .footer-inner .footer-block {
  background-color: #fff;
  max-width: 92.679vw;
  margin: 5.564vw auto 0;
  border-radius: 5.124vw;
  text-align: center;
  padding: 4.026vw 0 2.196vw;
}
.footer .footer-inner .footer-block .footer-logo {
  width: 15.886vw;
  margin: 0 auto 30px;
}
.footer .footer-inner .footer-block .footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.171vw;
  width: 36.921vw;
  margin: 0 auto 60px;
}
.footer .footer-inner .footer-block .footer-list li a:hover {
  opacity: 0.6;
}
.footer .footer-inner .footer-block .copyright {
  font-size: 1.171vw;
  color: #A8A8A8;
}

@media (max-width: 768px) {
  .footer {
    position: relative;
    z-index: 1;
    padding: 110px 5% 50px;
    background-image: url(../img/footer-bg-sp.png);
    background-size: cover;
    margin-top: -70px;
  }
  .footer .footer-inner .text1 {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-inner .btn {
    background-color: #FEED61;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #33823E;
    width: 100%;
    max-width: 350px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    position: relative;
    padding-bottom: 5px;
  }
  .footer .footer-inner .btn::after {
    content: "";
    display: block;
    background-image: url(../img/arrow-green.png);
    background-size: cover;
    width: 8px;
    height: 14px;
    margin-left: 0;
    position: absolute;
    top: 22px;
    right: 20px;
  }
  .footer .footer-inner .btn:hover {
    opacity: 0.6;
  }
  .footer .footer-inner .footer-block {
    background-color: #fff;
    max-width: 100%;
    margin: 75px auto 0;
    border-radius: 70px;
    text-align: center;
    padding: 40px 0 50px;
  }
  .footer .footer-inner .footer-block .footer-logo {
    width: 217px;
    margin: 0 auto 30px;
  }
  .footer .footer-inner .footer-block .footer-list {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    width: auto;
    margin: 0 auto 0;
  }
  .footer .footer-inner .footer-block .footer-list li {
    margin-bottom: 20px;
  }
  .footer .footer-inner .footer-block .footer-list li a:hover {
    opacity: 0.6;
  }
  .footer .footer-inner .footer-block .copyright {
    font-size: 13px;
    color: #A8A8A8;
  }
}
/*==================================================================================
　contents
==================================================================================*/
.contents {
  overflow: hidden;
  padding-top: 80px;
}

.fix-btn {
  width: 13.177vw;
  position: absolute;
  right: 1.96vw;
  top: 42.59vw;
  z-index: 10;
}
.fix-btn:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .contents {
    padding-top: 60px;
  }
  .fix-btn {
    width: 134px;
    position: absolute;
    right: -17px;
    top: 64%;
    z-index: 10;
  }
}
/*==================================================================================
　btn
==================================================================================*/
.btn1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29.722vw;
  height: 5.857vw;
  margin: auto;
  border-radius: 3.66vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 220, 104)), color-stop(50%, rgb(255, 220, 104)), color-stop(49%, rgb(255, 203, 33)), to(rgb(255, 203, 33)));
  background: -webkit-linear-gradient(top, rgb(255, 220, 104) 0%, rgb(255, 220, 104) 50%, rgb(255, 203, 33) 49%, rgb(255, 203, 33) 100%);
  background: linear-gradient(180deg, rgb(255, 220, 104) 0%, rgb(255, 220, 104) 50%, rgb(255, 203, 33) 49%, rgb(255, 203, 33) 100%);
  -webkit-box-shadow: 0 5px 1px 0 #C4A233;
          box-shadow: 0 5px 1px 0 #C4A233;
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.684vw;
  font-style: normal;
  font-weight: 500;
  line-height: 3.514vw; /* 208.696% */
  position: relative;
}
.btn1::after {
  content: "";
  display: block;
  background-image: url(../img/btn-arrow.webp);
  background-size: cover;
  width: 1.757vw;
  height: 1.757vw;
  position: absolute;
  top: 2.05vw;
  right: 1.464vw;
}
.btn1:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(49%, rgb(255, 248, 223)), to(rgb(255, 248, 223)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 248, 223) 49%, rgb(255, 248, 223) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 248, 223) 49%, rgb(255, 248, 223) 100%);
  border: 2px solid #FFCB21;
}

.btn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29.722vw;
  height: 5.857vw;
  margin: auto;
  border-radius: 3.66vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(24, 125, 214)), color-stop(50%, rgb(24, 125, 214)), color-stop(49%, rgb(0, 104, 194)), to(rgb(0, 104, 194)));
  background: -webkit-linear-gradient(top, rgb(24, 125, 214) 0%, rgb(24, 125, 214) 50%, rgb(0, 104, 194) 49%, rgb(0, 104, 194) 100%);
  background: linear-gradient(180deg, rgb(24, 125, 214) 0%, rgb(24, 125, 214) 50%, rgb(0, 104, 194) 49%, rgb(0, 104, 194) 100%);
  -webkit-box-shadow: 0 5px 1px 0 #C4A233;
          box-shadow: 0 5px 1px 0 #C4A233;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.684vw;
  font-style: normal;
  font-weight: 500;
  line-height: 3.514vw; /* 208.696% */
  position: relative;
}
.btn2::after {
  content: "";
  display: block;
  background-image: url(../img/btn-arrow_white.webp);
  background-size: cover;
  width: 1.757vw;
  height: 1.757vw;
  position: absolute;
  top: 2.05vw;
  right: 1.464vw;
}
.btn2:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(49%, rgb(216, 237, 255)), to(rgb(216, 237, 255)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(216, 237, 255) 49%, rgb(216, 237, 255) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(216, 237, 255) 49%, rgb(216, 237, 255) 100%);
  border: 2px solid #0068C2;
  color: #000;
}
.btn2:hover::after {
  content: "";
  display: block;
  background-image: url(../img/btn-arrow.webp);
  background-size: cover;
  width: 1.757vw;
  height: 1.757vw;
  position: absolute;
  top: 1.903vw;
  right: 1.318vw;
}

@media (max-width: 768px) {
  .btn1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 220, 104)), color-stop(50%, rgb(255, 220, 104)), color-stop(49%, rgb(255, 203, 33)), to(rgb(255, 203, 33)));
    background: -webkit-linear-gradient(top, rgb(255, 220, 104) 0%, rgb(255, 220, 104) 50%, rgb(255, 203, 33) 49%, rgb(255, 203, 33) 100%);
    background: linear-gradient(180deg, rgb(255, 220, 104) 0%, rgb(255, 220, 104) 50%, rgb(255, 203, 33) 49%, rgb(255, 203, 33) 100%);
    -webkit-box-shadow: 0 5px 1px 0 #C4A233;
            box-shadow: 0 5px 1px 0 #C4A233;
    color: #000;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 208.696% */
    position: relative;
  }
  .btn1::after {
    content: "";
    display: block;
    background-image: url(../img/btn-arrow.webp);
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 28px;
    right: 20px;
  }
  .btn1:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(49%, rgb(255, 248, 223)), to(rgb(255, 248, 223)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 248, 223) 49%, rgb(255, 248, 223) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 248, 223) 49%, rgb(255, 248, 223) 100%);
    border: 2px solid #FFCB21;
  }
  .btn2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    margin: auto;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(24, 125, 214)), color-stop(50%, rgb(24, 125, 214)), color-stop(49%, rgb(0, 104, 194)), to(rgb(0, 104, 194)));
    background: -webkit-linear-gradient(top, rgb(24, 125, 214) 0%, rgb(24, 125, 214) 50%, rgb(0, 104, 194) 49%, rgb(0, 104, 194) 100%);
    background: linear-gradient(180deg, rgb(24, 125, 214) 0%, rgb(24, 125, 214) 50%, rgb(0, 104, 194) 49%, rgb(0, 104, 194) 100%);
    -webkit-box-shadow: 0 5px 1px 0 #C4A233;
            box-shadow: 0 5px 1px 0 #C4A233;
    color: #fff;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 208.696% */
    position: relative;
    margin-bottom: 20px;
  }
  .btn2::after {
    content: "";
    display: block;
    background-image: url(../img/btn-arrow_white.webp);
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 20px;
  }
  .btn2:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(49%, rgb(216, 237, 255)), to(rgb(216, 237, 255)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(216, 237, 255) 49%, rgb(216, 237, 255) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(216, 237, 255) 49%, rgb(216, 237, 255) 100%);
    border: 2px solid #0068C2;
    color: #000;
  }
  .btn2:hover::after {
    content: "";
    display: block;
    background-image: url(../img/btn-arrow.webp);
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 26px;
    right: 18px;
  }
}
/*==================================================================================
　ページTOPへ戻る
==================================================================================*/
.pageTop {
  position: absolute;
  top: 0;
  right: 0;
}
.pageTop a {
  display: inline-block;
}
.pageTop a img {
  width: 100px;
}

@media (max-width: 1000px) {
  .pageTop a img {
    width: 50px;
  }
}
/*==================================================================================
　.mv
==================================================================================*/
.mv {
  width: 100%;
  height: 56.537vw;
  position: relative;
  background-color: #f5f0e4;
}
.mv .mv-inner {
  margin: auto;
  padding: 0;
}
.mv .mv-inner h1 {
  font-size: 3.134vw;
  font-weight: bold;
  line-height: 4.758vw;
  color: #33823E;
  position: absolute;
  z-index: 2;
  top: 4.078vw;
  left: 5.344vw;
}
.mv .mv-inner .mv-subTitle {
  font-size: 1.83vw;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  top: 20.253vw;
  left: 5.344vw;
}
.mv .mv-inner .mv-subTitle strong {
  color: #33823E;
  background-color: #FEED61;
  border-radius: 2.928vw;
  padding: 0.952vw 1.464vw;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv .mv-inner .mv-subTitle span {
  margin: 0 0.512vw;
}
.mv .mv-inner .mv-illust1 {
  width: 44.876vw;
  height: 31.479vw;
  position: absolute;
  top: 24.337vw;
  left: 0;
  z-index: 2;
}
.mv .mv-inner .mv-illust1 .mv-illust1-inner {
  position: relative;
}
.mv .mv-inner .mv-illust1 .mv-illust1-inner .text {
  font-size: 1.264vw;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 2.928vw;
  padding: 0.952vw 1.464vw;
  position: absolute;
  left: 5.344vw;
}
.mv .mv-inner .mv-illust1 .mv-illust1-inner .text .icon-arrow {
  width: 1.098vw;
  margin: 0 0.732vw;
}
.mv .mv-inner .mv-illust1 .mv-illust1-inner .text.text1 {
  width: 21.962vw;
  top: 12.006vw;
}
.mv .mv-inner .mv-illust1 .mv-illust1-inner .text.text1::after {
  content: "●●●";
  display: inline-block;
  position: absolute;
  font-size: 0.3vw;
  color: #fff;
  top: 1.537vw;
  right: -2.448vw;
  letter-spacing: 1em;
}
.mv .mv-inner .mv-illust1 .mv-illust1-inner .text.text2 {
  width: 19.327vw;
  top: 16.032vw;
}
.mv .mv-inner .mv-illust1 .mv-illust1-inner .text.text2::after {
  content: "●●●●●●●";
  display: inline-block;
  position: absolute;
  font-size: 0.3vw;
  color: #fff;
  top: 1.537vw;
  right: -4.848vw;
  letter-spacing: 1em;
}
.mv .mv-inner .mv-illust1 .mv-illust1-inner .text.text3 {
  width: 19.327vw;
  top: 20.059vw;
}
.mv .mv-inner .mv-illust1 .mv-illust1-inner .text.text3::after {
  content: "●●●●●";
  display: inline-block;
  position: absolute;
  font-size: 0.3vw;
  color: #fff;
  top: 1.537vw;
  right: -3.748vw;
  letter-spacing: 1em;
}
.mv .mv-inner .mv-bg {
  width: 100vw;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.mv .mv-inner .amashi {
  position: absolute;
  z-index: 3;
  top: 40.46vw;
  left: 33.163vw;
  font-size: 2.196vw;
  font-weight: bold;
  color: #33823E;
}
.mv .mv-inner .sp-mv {
  display: none;
}

@media (max-width: 768px) {
  .mv {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #f5f0e4;
  }
  .mv .mv-inner {
    margin: auto;
    padding: 0 5%;
  }
  .mv .mv-inner h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 39px;
    color: #33823E;
    position: static;
    z-index: 2;
    margin-bottom: 20px;
  }
  .mv .mv-inner .mv-subTitle {
    font-size: 17px;
    font-weight: bold;
    position: static;
    z-index: 2;
  }
  .mv .mv-inner .mv-subTitle strong {
    color: #33823E;
    background-color: #FEED61;
    border-radius: 40px;
    padding: 9px 19px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv .mv-inner .mv-subTitle span {
    margin: 0 5px;
  }
  .mv .mv-inner .mv-illust1 {
    display: none;
  }
  .mv .mv-inner .mv-bg {
    display: none;
  }
  .mv .mv-inner .amashi {
    display: none;
  }
  .mv .mv-inner .sp-mv {
    display: block;
    width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
  }
}
/*==================================================================================
　.section-01
==================================================================================*/
.section-01 {
  background-color: #F5F0E4;
  border-radius: 0 0 5.124vw 5.124vw;
  padding-bottom: 24.378vw;
}
.section-01 .section-01-inner {
  max-width: 81.991vw;
  padding-top: 6.589vw;
  margin: auto;
  position: relative;
  padding-left: 13.763vw;
}
.section-01 .section-01-inner .vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 9.883vw;
  color: #33823E;
  letter-spacing: 0.02em;
  position: absolute;
  left: 0;
  top: 6.223vw;
}
.section-01 .section-01-inner h2 {
  font-size: 2.562vw;
  line-height: 3.734vw;
  font-weight: bold;
  margin-bottom: 2.196vw;
}
.section-01 .section-01-inner .lead {
  font-size: 1.171vw;
  line-height: 2.562vw;
  margin-bottom: 5.026vw;
}
.section-01 .section-01-inner .slide-item {
  position: relative;
  height: 29.649vw;
  width: 68.082vw !important;
}
.section-01 .section-01-inner .slide-item .slide-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.section-01 .section-01-inner .slide-item .slide-text .nomber {
  font-family: "Outfit";
  font-size: 6.223vw;
  font-weight: 700;
  color: #33823E;
  margin-bottom: 1.83vw;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-01 .section-01-inner .slide-item .slide-text .nomber::after {
  content: "";
  background-image: url(../img/line4.png);
  background-size: cover;
  width: 14.714vw;
  height: 0.293vw;
  display: inline-block;
  margin-left: 0.732vw;
}
.section-01 .section-01-inner .slide-item .slide-text h3 {
  font-size: 1.86vw;
  font-weight: bold;
  margin-bottom: 2.196vw;
}
.section-01 .section-01-inner .slide-item .slide-text .text1 {
  font-size: 1.364vw;
  font-weight: 500;
  background-color: #fff;
  padding: 1vw 1.464vw;
  display: table;
  margin-bottom: 0.732vw;
}
.section-01 .section-01-inner .slide-item .slide-text .text2 {
  font-size: 1.364vw;
  font-weight: 500;
  background-color: #fff;
  padding: 1vw 1.464vw;
  display: table;
}
.section-01 .section-01-inner .slide-item .slide-img {
  width: 45.095vw;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.section-01 .section-01-inner .slick-slider {
  z-index: 2;
}
.section-01 .section-01-inner .slick-dots {
  bottom: -2.098vw;
  left: -30.532vw;
}
.section-01 .section-01-inner .slick-dots li button:before {
  font-family: "slick";
  font-size: 1.171vw;
  line-height: 1.464vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.464vw;
  height: 1.464vw;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-01 .section-01-inner .slick-dots li.slick-active button:before {
  color: #33823E;
}
.section-01 .section-01-inner .section1-illust1 {
  position: absolute;
  top: 1.4vw;
  right: -11.416vw;
  width: 42.606vw;
  z-index: 1;
}
.section-01 .section-01-inner .section1-illust2 {
  position: absolute;
  bottom: -10.322vw;
  right: -29.575vw;
  width: 46.925vw;
  z-index: 4;
}

@media (max-width: 768px) {
  .section-01 {
    background-color: #F5F0E4;
    border-radius: 0 0 50px 50px;
    padding-bottom: 166px;
  }
  .section-01 .section-01-inner {
    max-width: 100%;
    margin: auto;
    position: relative;
    padding: 35px 5% 0;
  }
  .section-01 .section-01-inner .vertical-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 65px;
    line-height: 98px;
    margin-bottom: 10px;
    color: #33823E;
    letter-spacing: 0.02em;
    position: static;
  }
  .section-01 .section-01-inner h2 {
    font-size: 25px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .section-01 .section-01-inner .lead {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .section-01 .section-01-inner .slide-item {
    position: relative;
    height: auto;
    width: 100% !important;
  }
  .section-01 .section-01-inner .slide-item .slide-text {
    position: relative;
    left: 0;
    top: 3.66vw;
    z-index: 2;
  }
  .section-01 .section-01-inner .slide-item .slide-text .nomber {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 700;
    color: #33823E;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
    display: inline-block;
  }
  .section-01 .section-01-inner .slide-item .slide-text .nomber::after {
    display: none;
  }
  .section-01 .section-01-inner .slide-item .slide-text h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    height: 42px;
    vertical-align: middle;
  }
  .section-01 .section-01-inner .slide-item .slide-text .text1 {
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    padding: 10px;
    display: table;
    margin-left: 68px;
    margin-bottom: 5px;
  }
  .section-01 .section-01-inner .slide-item .slide-text .text2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    background-color: #fff;
    padding: 10px;
    display: table;
    margin-left: 68px;
  }
  .section-01 .section-01-inner .slide-item .slide-text::after {
    content: "";
    display: block;
    background-image: url(../img/line-sp1.png);
    background-size: cover;
    width: 4px;
    height: 184px;
    left: 27px;
    top: 65px;
    position: absolute;
    z-index: 1;
  }
  .section-01 .section-01-inner .slide-item .slide-img {
    width: 100%;
    z-index: 2;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 80px;
  }
  .section-01 .section-01-inner .slide-item .slide-img::after {
    content: "";
    background-image: url(../img/sp-slide-illust.png);
    background-size: cover;
    display: block;
    width: 147px;
    height: 60px;
    position: absolute;
    top: -47px;
    right: 0;
    z-index: 1;
  }
  .section-01 .section-01-inner .slick-dots {
    bottom: 0;
    left: -42%;
  }
  .section-01 .section-01-inner .slick-dots li button:before {
    font-family: "slick";
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .section-01 .section-01-inner .slick-dots li.slick-active button:before {
    color: #33823E;
  }
  .section-01 .section-01-inner .slick-slide img {
    position: relative;
    z-index: 2;
  }
  .section-01 .section-01-inner .section1-illust1 {
    position: absolute;
    top: 32px;
    right: -5px;
    width: 126px;
  }
  .section-01 .section-01-inner .section1-illust2 {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 121px;
  }
  .section-01 .section-01-inner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
}
/*==================================================================================
　.section-02
==================================================================================*/
.section-02 {
  position: relative;
}
.section-02 .section-02-inner {
  text-align: center;
  max-width: 81.991vw;
  margin: auto;
  height: 31.698vw;
}
.section-02 .section-02-inner .movie {
  width: 100%;
  max-width: 81.991vw;
  height: 48.755vw;
  position: absolute;
  top: -19.4vw;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .section-02 {
    position: relative;
  }
  .section-02 .section-02-inner {
    text-align: center;
    max-width: 100%;
    padding: 0 5%;
    margin: auto;
    height: 80px;
  }
  .section-02 .section-02-inner .movie {
    width: 100%;
    height: 208px;
    max-width: 350px;
    height: 208px;
    position: absolute;
    border-radius: 50px;
    top: -120px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/*==================================================================================
　.section-03
==================================================================================*/
.section-03 .section-03-inner {
  padding-top: 8.053vw;
  position: relative;
}
.section-03 .section-03-inner h1 {
  font-family: "Poppins";
  font-size: 5.857vw;
  font-weight: 700;
  color: #33823E;
  text-align: center;
  margin-bottom: 4.026vw;
}
.section-03 .section-03-inner .decoration1 {
  display: block;
  width: 6.881vw;
  position: absolute;
  top: 8.053vw;
  left: 5.271vw;
}
.section-03 .section-03-inner .decoration2 {
  display: block;
  width: 5.198vw;
  position: absolute;
  top: 5.124vw;
  right: 4.905vw;
}
.section-03 .section-03-inner .decoration3 {
  display: block;
  width: 5.198vw;
  position: absolute;
  bottom: 6.149vw;
  left: 0.512vw;
}
.section-03 .section-03-inner .decoration4 {
  display: block;
  width: 7.101vw;
  position: absolute;
  bottom: 4.392vw;
  right: 0.512vw;
}
.section-03 .section-03-inner .block1 {
  background-color: #33823E;
  background-image: url(../img/section-03-block1-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5.124vw;
  margin-bottom: 1.977vw;
}
.section-03 .section-03-inner .block1 .inner {
  max-width: 81.991vw;
  margin: auto;
  padding: 3.66vw 0 2.392vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-03 .section-03-inner .block1 .inner .left {
  width: 37.335vw;
  position: relative;
}
.section-03 .section-03-inner .block1 .inner .left h2 {
  font-size: 1.76vw;
  font-weight: bold;
  color: #fff;
  background-image: url(../img/section-03-block-h2.png);
  background-size: cover;
  background-position: top;
  width: 25.394vw;
  height: 6.735vw;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.098vw;
  z-index: 2;
}
.section-03 .section-03-inner .block1 .inner .left h2 span {
  font-family: "Outfit";
  font-size: 3.294vw;
  font-weight: 700;
  color: #FFED61;
  padding-left: 0.732vw;
}
.section-03 .section-03-inner .block1 .inner .right {
  width: 38.799vw;
  padding-top: 0;
  color: #fff;
}
.section-03 .section-03-inner .block1 .inner .right h3 {
  font-size: 1.86vw;
  font-weight: bold;
  line-height: 2.441vw;
  margin-bottom: 1.13vw;
  letter-spacing: -0.02em;
}
.section-03 .section-03-inner .block1 .inner .right .text {
  font-size: 1.181vw;
  line-height: 1.86vw;
}
.section-03 .section-03-inner .block1 .inner .right .note {
  font-size: 1.181vw;
  line-height: 1.86vw;
  margin-top: 1vw;
  margin-bottom: 3.092vw;
}
.section-03 .section-03-inner .block1 .inner .right .enjoy {
  background: #fff;
  border-radius: 2.196vw;
  padding: 2.621vw 2.928vw 1.464vw 2.928vw;
  position: relative;
}
.section-03 .section-03-inner .block1 .inner .right .enjoy .enjoy-title {
  background-color: #FEED61;
  border-radius: 2.928vw 2.928vw 2.928vw 0;
  font-size: 1.464vw;
  font-weight: bold;
  color: #33823E;
  padding: 0.732vw 1.83vw;
  text-align: center;
  position: absolute;
  top: -1.464vw;
  left: 2.928vw;
}
.section-03 .section-03-inner .block1 .inner .right .enjoy .enjoy-ul li {
  color: #333;
  font-size: 1.171vw;
  font-weight: 500;
  line-height: 1.86vw;
  margin-bottom: 0.732vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-03 .section-03-inner .block1 .inner .right .enjoy .enjoy-ul li::before {
  content: "";
  background-image: url(../img/enjoy-ul-icon.png);
  background-size: cover;
  width: 1.83vw;
  height: 1.83vw;
  margin-right: 1.098vw;
}
.section-03 .section-03-inner .block1 .inner .slick-dots {
  bottom: 1.098vw;
  left: -14.934vw;
}
.section-03 .section-03-inner .block1 .inner .slick-dots li button:before {
  font-family: "slick";
  font-size: 1.171vw;
  line-height: 1.464vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.464vw;
  height: 1.464vw;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-03 .section-03-inner .block1 .inner .slick-dots li.slick-active button:before {
  color: #33823E;
}
.section-03 .section-03-inner .block2 {
  background-color: #F5F0E4;
  background-image: url(../img/section-03-block2-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5.124vw;
  position: relative;
}
.section-03 .section-03-inner .block2 .inner {
  max-width: 81.991vw;
  margin: auto;
  padding: 4.392vw 0 4.392vw;
}
.section-03 .section-03-inner .block2 .inner .pointWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.928vw;
}
.section-03 .section-03-inner .block2 .inner .pointWrap .point-item {
  width: 39.458vw;
  border-radius: 2.196vw;
  background-color: #fff;
  padding: 0 2.562vw 2.928vw;
}
.section-03 .section-03-inner .block2 .inner .pointWrap .point-item .point-number {
  background-color: #33823E;
  border-radius: 0 0 1.464vw 1.464vw;
  font-size: 1.464vw;
  font-weight: bold;
  color: #FEED61;
  margin-bottom: 1.464vw;
  padding: 0.512vw 2.196vw 1.098vw;
  display: inline-block;
}
.section-03 .section-03-inner .block2 .inner .pointWrap .point-item .point-number span {
  font-family: "Outfit";
  font-size: 2.196vw;
  font-weight: 700;
  display: inline-block;
  margin-left: 0.366vw;
}
.section-03 .section-03-inner .block2 .inner .pointWrap .point-item h4 {
  font-size: 1.83vw;
  font-weight: bold;
  color: #33823E;
  margin-bottom: 1.098vw;
}
.section-03 .section-03-inner .block2 .inner .pointWrap .point-item p {
  font-size: 1.171vw;
  line-height: 2.196vw;
}
.section-03 .section-03-inner .block2 .inner .company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-03 .section-03-inner .block2 .inner .company .left {
  width: 23.426vw;
}
.section-03 .section-03-inner .block2 .inner .company .right {
  width: 54.173vw;
}
.section-03 .section-03-inner .block2 .inner .company .right .address-text1 {
  font-size: 1.484vw;
  font-weight: bold;
  color: #33823E;
  margin-bottom: 1.098vw;
}
.section-03 .section-03-inner .block2 .inner .company .right .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-03 .section-03-inner .block2 .inner .company .right .flex .address .text1 {
  font-size: 1.464vw;
  font-weight: bold;
  color: #33823E;
  margin-bottom: 1.098vw;
}
.section-03 .section-03-inner .block2 .inner .company .right .flex .address .text2 {
  font-size: 1.171vw;
  line-height: 2.196vw;
}
.section-03 .section-03-inner .block2 .inner .company .right .flex .address-icon {
  width: 13.47vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-03 .section-03-inner .block2 .inner .company .right .flex .address-icon i {
  display: inline-block;
  width: 4.1vw;
}
.section-03 .section-03-inner .block2 .inner .company .right .border {
  display: block;
  width: 100%;
  margin: 1.03vw 0;
}
.section-03 .section-03-inner .block2 .inner .company .right .border img {
  width: 100%;
}
.section-03 .section-03-inner .block2 .inner .company .right dl {
  font-size: 1.171vw;
  line-height: 2.196vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-03 .section-03-inner .block2 .inner .company .right dl dt {
  margin-right: 1.83vw;
  width: 9em;
}
.section-03 .section-03-inner .block2 .clip1 {
  display: block;
  width: 1.684vw;
  position: absolute;
  top: -4.173vw;
  left: 30.747vw;
}
.section-03 .section-03-inner .block2 .clip2 {
  display: block;
  width: 1.684vw;
  position: absolute;
  top: -4.173vw;
  right: 30.747vw;
}
.section-03 .section-03-inner .yoyaku {
  margin: 4.392vw auto 5.124vw;
  position: relative;
  max-width: 81.991vw;
}
.section-03 .section-03-inner .yoyaku::before {
  content: "";
  display: block;
  background-image: url(../img/yoyaku-illust.png);
  background-size: cover;
  width: 66.764vw;
  height: 8.053vw;
  position: absolute;
  bottom: -5.198vw;
  left: 3.66vw;
}
.section-03 .section-03-inner .yoyaku .text {
  text-align: center;
  margin-bottom: 1.684vw;
}
.section-03 .section-03-inner .yoyaku .text p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.264vw;
  font-weight: 500;
  line-height: 1.8vw;
}
.section-03 .section-03-inner .yoyaku .text p::before {
  content: "";
  display: block;
  background-image: url(../img/line6.png);
  background-size: cover;
  width: 1.537vw;
  height: 3.367vw;
  margin-right: 1.025vw;
}
.section-03 .section-03-inner .yoyaku .text p::after {
  content: "";
  display: block;
  background-image: url(../img/line7.png);
  background-size: cover;
  width: 1.537vw;
  height: 3.367vw;
  margin-left: 1.025vw;
}
.section-03 .section-03-inner .yoyaku .btn {
  background-color: #FEED61;
  border-radius: 3.66vw;
  font-size: 1.66vw;
  font-weight: bold;
  color: #33823E;
  width: 32.943vw;
  height: 5.857vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: relative;
  padding-bottom: 0.366vw;
}
.section-03 .section-03-inner .yoyaku .btn::after {
  content: "";
  display: block;
  background-image: url(../img/arrow-green.png);
  background-size: cover;
  width: 1.025vw;
  height: 1.757vw;
  margin-left: 1.025vw;
  position: absolute;
  top: 2.05vw;
  right: 2.196vw;
}
.section-03 .section-03-inner .yoyaku .btn:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .section-03 {
    padding-top: 40px;
    margin-top: -40px;
  }
  .section-03 .section-03-inner {
    padding-top: 45px;
    position: relative;
  }
  .section-03 .section-03-inner h1 {
    font-family: "Poppins";
    font-size: 55px;
    font-weight: 700;
    color: #33823E;
    text-align: center;
    margin-bottom: 25px;
  }
  .section-03 .section-03-inner .decoration1 {
    display: none;
  }
  .section-03 .section-03-inner .decoration2 {
    display: none;
  }
  .section-03 .section-03-inner .decoration3 {
    display: none;
  }
  .section-03 .section-03-inner .decoration4 {
    display: none;
  }
  .section-03 .section-03-inner .block1 {
    background-color: #33823E;
    background-image: url(../img/section-03-block1-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 70px;
    margin-bottom: 15px;
  }
  .section-03 .section-03-inner .block1 .inner {
    max-width: 100%;
    margin: auto;
    padding: 23px 5% 33px;
    display: block;
  }
  .section-03 .section-03-inner .block1 .inner .left {
    width: 100%;
    position: relative;
  }
  .section-03 .section-03-inner .block1 .inner .left h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-image: url(../img/section-03-block-h2.png);
    background-size: cover;
    background-position: top;
    width: 238px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 8px;
    padding-left: 20px;
    z-index: 2;
  }
  .section-03 .section-03-inner .block1 .inner .left h2 span {
    font-family: "Outfit";
    font-size: 25px;
    font-weight: 700;
    color: #FFED61;
    padding-left: 7px;
  }
  .section-03 .section-03-inner .block1 .inner .right {
    width: 100%;
    padding-top: 0;
    color: #fff;
  }
  .section-03 .section-03-inner .block1 .inner .right h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
  }
  .section-03 .section-03-inner .block1 .inner .right .text {
    font-size: 16px;
    line-height: 30px;
  }
  .section-03 .section-03-inner .block1 .inner .right .note {
    font-size: 16px;
    line-height: 30px;
    margin-top: 1em;
    margin-bottom: 50px;
  }
  .section-03 .section-03-inner .block1 .inner .right .enjoy {
    background: #fff;
    border-radius: 30px;
    padding: 35px 20px 20px;
    position: relative;
  }
  .section-03 .section-03-inner .block1 .inner .right .enjoy .enjoy-title {
    background-color: #FEED61;
    border-radius: 40px 40px 40px 0;
    font-size: 20px;
    font-weight: bold;
    color: #33823E;
    padding: 10px 23px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 30px;
  }
  .section-03 .section-03-inner .block1 .inner .right .enjoy .enjoy-ul li {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 39px;
  }
  .section-03 .section-03-inner .block1 .inner .right .enjoy .enjoy-ul li::before {
    content: "";
    background-image: url(../img/enjoy-ul-icon.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    margin-right: 14px;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .section-03 .section-03-inner .block1 .inner .slick-dots {
    bottom: 15px;
    left: -37%;
  }
  .section-03 .section-03-inner .block1 .inner .slick-dots li button:before {
    font-family: "slick";
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .section-03 .section-03-inner .block1 .inner .slick-dots li.slick-active button:before {
    color: #33823E;
  }
  .section-03 .section-03-inner .block1 .inner .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .section-03 .section-03-inner .block1 .inner .slick-slide img {
    border-radius: 50px;
  }
  .section-03 .section-03-inner .block2 {
    background-color: #F5F0E4;
    background-image: url(../img/section-03-block2-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 70px;
    position: relative;
  }
  .section-03 .section-03-inner .block2 .inner {
    max-width: 100%;
    margin: auto;
    padding: 35px 5% 48px;
  }
  .section-03 .section-03-inner .block2 .inner .pointWrap {
    display: block;
    margin-bottom: 20px;
  }
  .section-03 .section-03-inner .block2 .inner .pointWrap .point-item {
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    padding: 0 20px 20px;
    margin-bottom: 10px;
  }
  .section-03 .section-03-inner .block2 .inner .pointWrap .point-item .point-number {
    background-color: #33823E;
    border-radius: 0 0 20px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #FEED61;
    margin-bottom: 15px;
    padding: 10px 30px 14px;
    display: inline-block;
  }
  .section-03 .section-03-inner .block2 .inner .pointWrap .point-item .point-number span {
    font-family: "Outfit";
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
  }
  .section-03 .section-03-inner .block2 .inner .pointWrap .point-item h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    color: #33823E;
    margin-bottom: 20px;
  }
  .section-03 .section-03-inner .block2 .inner .pointWrap .point-item p {
    font-size: 16px;
    line-height: 30px;
  }
  .section-03 .section-03-inner .block2 .inner .company {
    display: block;
  }
  .section-03 .section-03-inner .block2 .inner .company .left {
    width: 100%;
    margin-bottom: 23px;
  }
  .section-03 .section-03-inner .block2 .inner .company .right {
    width: 100%;
  }
  .section-03 .section-03-inner .block2 .inner .company .right .address-text1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    color: #33823E;
    margin-bottom: 15px;
  }
  .section-03 .section-03-inner .block2 .inner .company .right .flex {
    display: block;
  }
  .section-03 .section-03-inner .block2 .inner .company .right .flex .address .text1 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    color: #33823E;
    margin-bottom: 15px;
  }
  .section-03 .section-03-inner .block2 .inner .company .right .flex .address .text2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .section-03 .section-03-inner .block2 .inner .company .right .flex .address-icon {
    width: 184px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-03 .section-03-inner .block2 .inner .company .right .flex .address-icon i {
    display: inline-block;
    width: 56px;
  }
  .section-03 .section-03-inner .block2 .inner .company .right .border {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .section-03 .section-03-inner .block2 .inner .company .right .border img {
    width: 100%;
  }
  .section-03 .section-03-inner .block2 .inner .company .right dl {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
  }
  .section-03 .section-03-inner .block2 .inner .company .right dl:last-child {
    margin-bottom: 0;
  }
  .section-03 .section-03-inner .block2 .inner .company .right dl dt {
    margin-right: 0;
    margin-bottom: 0px;
    width: auto;
  }
  .section-03 .section-03-inner .block2 .clip1 {
    display: block;
    width: 14px;
    position: absolute;
    top: -34px;
    left: 80px;
  }
  .section-03 .section-03-inner .block2 .clip2 {
    display: block;
    width: 14px;
    position: absolute;
    top: -34px;
    right: 80px;
  }
  .section-03 .section-03-inner .yoyaku {
    margin: 30px auto 90px;
    position: relative;
    max-width: 90%;
  }
  .section-03 .section-03-inner .yoyaku::before {
    content: "";
    display: block;
    background-image: url(../img/yoyaku-illust-sp.png);
    background-size: cover;
    width: 290px;
    height: 78px;
    position: absolute;
    bottom: -91px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section-03 .section-03-inner .yoyaku .text {
    text-align: center;
    margin-bottom: 20px;
  }
  .section-03 .section-03-inner .yoyaku .text p {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .section-03 .section-03-inner .yoyaku .text p::before {
    content: "";
    display: block;
    background-image: url(../img/line6-sp.png);
    background-size: cover;
    width: 28px;
    height: 90px;
    margin-right: 15px;
  }
  .section-03 .section-03-inner .yoyaku .text p::after {
    content: "";
    display: block;
    background-image: url(../img/line7-sp.png);
    background-size: cover;
    width: 28px;
    height: 90px;
    margin-left: 15px;
  }
  .section-03 .section-03-inner .yoyaku .btn {
    background-color: #FEED61;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #33823E;
    width: 100%;
    max-width: 350px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    position: relative;
    padding-bottom: 5px;
  }
  .section-03 .section-03-inner .yoyaku .btn::after {
    content: "";
    display: block;
    background-image: url(../img/arrow-green.png);
    background-size: cover;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 22px;
    right: 20px;
  }
  .section-03 .section-03-inner .yoyaku .btn:hover {
    opacity: 0.6;
  }
}
/*==================================================================================
　.section-04
==================================================================================*/
.section-04 {
  padding-top: 5.857vw;
  margin-top: -5.857vw;
}
.section-04 .section-04-inner {
  position: relative;
}
.section-04 .section-04-inner h1 {
  font-family: "Poppins";
  font-size: 5.857vw;
  font-weight: 700;
  color: #EA6D6D;
  text-align: center;
  margin-bottom: 4.026vw;
}
.section-04 .section-04-inner .decoration1 {
  display: block;
  width: 6.881vw;
  position: absolute;
  top: 8.053vw;
  left: 5.271vw;
}
.section-04 .section-04-inner .decoration2 {
  display: block;
  width: 5.198vw;
  position: absolute;
  top: 5.124vw;
  right: 4.905vw;
}
.section-04 .section-04-inner .decoration3 {
  display: block;
  width: 5.198vw;
  position: absolute;
  bottom: 6.149vw;
  left: 0.512vw;
}
.section-04 .section-04-inner .decoration4 {
  display: block;
  width: 7.101vw;
  position: absolute;
  bottom: 4.392vw;
  right: 0.512vw;
}
.section-04 .section-04-inner .block1 {
  background-color: #EA6D6D;
  background-image: url(../img/section-04-block1-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5.124vw;
  margin-bottom: 1.977vw;
}
.section-04 .section-04-inner .block1 .inner {
  max-width: 81.991vw;
  margin: auto;
  padding: 3.66vw 0 2.392vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-04 .section-04-inner .block1 .inner .left {
  width: 37.335vw;
  position: relative;
}
.section-04 .section-04-inner .block1 .inner .left h2 {
  font-size: 1.76vw;
  font-weight: bold;
  color: #fff;
  background-image: url(../img/section-04-block-h2.png);
  background-size: cover;
  background-position: top;
  width: 25.394vw;
  height: 6.735vw;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.098vw;
  z-index: 2;
}
.section-04 .section-04-inner .block1 .inner .left h2 span {
  font-family: "Outfit";
  font-size: 3.294vw;
  font-weight: 700;
  color: #FFED61;
  padding-left: 0.732vw;
}
.section-04 .section-04-inner .block1 .inner .right {
  width: 38.799vw;
  padding-top: 0;
  color: #fff;
}
.section-04 .section-04-inner .block1 .inner .right h3 {
  font-size: 1.86vw;
  font-weight: bold;
  line-height: 2.441vw;
  margin-bottom: 1.13vw;
  letter-spacing: -0.02em;
}
.section-04 .section-04-inner .block1 .inner .right .text {
  font-size: 1.181vw;
  line-height: 1.86vw;
  margin-bottom: 3.092vw;
}
.section-04 .section-04-inner .block1 .inner .right .enjoy {
  background: #fff;
  border-radius: 2.196vw;
  padding: 2.621vw 2.928vw 1.464vw 2.928vw;
  position: relative;
}
.section-04 .section-04-inner .block1 .inner .right .enjoy .enjoy-title {
  background-color: #FEED61;
  border-radius: 2.928vw 2.928vw 2.928vw 0;
  font-size: 1.464vw;
  font-weight: bold;
  color: #33823E;
  padding: 0.732vw 1.83vw;
  text-align: center;
  position: absolute;
  top: -1.464vw;
  left: 2.928vw;
}
.section-04 .section-04-inner .block1 .inner .right .enjoy .enjoy-ul li {
  color: #333;
  font-size: 1.171vw;
  font-weight: 500;
  line-height: 1.86vw;
  margin-bottom: 0.732vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-04 .section-04-inner .block1 .inner .right .enjoy .enjoy-ul li::before {
  content: "";
  background-image: url(../img/enjoy-ul-icon.png);
  background-size: cover;
  width: 1.83vw;
  height: 1.83vw;
  margin-right: 1.098vw;
}
.section-04 .section-04-inner .block1 .inner .slick-dots {
  bottom: 1.098vw;
  left: -14.934vw;
}
.section-04 .section-04-inner .block1 .inner .slick-dots li button:before {
  font-family: "slick";
  font-size: 1.171vw;
  line-height: 1.464vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.464vw;
  height: 1.464vw;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-04 .section-04-inner .block1 .inner .slick-dots li.slick-active button:before {
  color: #EA6D6D;
}
.section-04 .section-04-inner .block2 {
  background-color: #F5F0E4;
  background-image: url(../img/section-03-block2-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5.124vw;
  position: relative;
}
.section-04 .section-04-inner .block2 .inner {
  max-width: 81.991vw;
  margin: auto;
  padding: 4.392vw 0 4.392vw;
}
.section-04 .section-04-inner .block2 .inner .pointWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.928vw;
}
.section-04 .section-04-inner .block2 .inner .pointWrap .point-item {
  width: 39.458vw;
  border-radius: 2.196vw;
  background-color: #fff;
  padding: 0 2.562vw 2.928vw;
}
.section-04 .section-04-inner .block2 .inner .pointWrap .point-item .point-number {
  background-color: #EA6D6D;
  border-radius: 0 0 1.464vw 1.464vw;
  font-size: 1.464vw;
  font-weight: bold;
  color: #FEED61;
  margin-bottom: 1.464vw;
  padding: 0.512vw 2.196vw 1.098vw;
  display: inline-block;
}
.section-04 .section-04-inner .block2 .inner .pointWrap .point-item .point-number span {
  font-family: "Outfit";
  font-size: 2.196vw;
  font-weight: 700;
  display: inline-block;
  margin-left: 0.366vw;
}
.section-04 .section-04-inner .block2 .inner .pointWrap .point-item h4 {
  font-size: 1.83vw;
  font-weight: bold;
  color: #EA6D6D;
  margin-bottom: 1.098vw;
}
.section-04 .section-04-inner .block2 .inner .pointWrap .point-item p {
  font-size: 1.171vw;
  line-height: 2.196vw;
}
.section-04 .section-04-inner .block2 .inner .company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-04 .section-04-inner .block2 .inner .company .left {
  width: 23.426vw;
}
.section-04 .section-04-inner .block2 .inner .company .right {
  width: 54.173vw;
}
.section-04 .section-04-inner .block2 .inner .company .right .address-text1 {
  font-size: 1.484vw;
  font-weight: bold;
  color: #EA6D6D;
  margin-bottom: 1.098vw;
}
.section-04 .section-04-inner .block2 .inner .company .right .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-04 .section-04-inner .block2 .inner .company .right .flex .address .text1 {
  font-size: 1.464vw;
  font-weight: bold;
  color: #EA6D6D;
  margin-bottom: 1.098vw;
}
.section-04 .section-04-inner .block2 .inner .company .right .flex .address .text2 {
  font-size: 1.171vw;
  line-height: 2.196vw;
}
.section-04 .section-04-inner .block2 .inner .company .right .flex .address-icon {
  width: 13.47vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-04 .section-04-inner .block2 .inner .company .right .flex .address-icon i {
  display: inline-block;
  width: 4.1vw;
}
.section-04 .section-04-inner .block2 .inner .company .right .border {
  display: block;
  width: 100%;
  margin: 1.03vw 0;
}
.section-04 .section-04-inner .block2 .inner .company .right .border img {
  width: 100%;
}
.section-04 .section-04-inner .block2 .inner .company .right dl {
  font-size: 1.171vw;
  line-height: 2.196vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-04 .section-04-inner .block2 .inner .company .right dl dt {
  margin-right: 1.83vw;
  width: 9em;
}
.section-04 .section-04-inner .block2 .clip1 {
  display: block;
  width: 1.684vw;
  position: absolute;
  top: -4.173vw;
  left: 30.747vw;
}
.section-04 .section-04-inner .block2 .clip2 {
  display: block;
  width: 1.684vw;
  position: absolute;
  top: -4.173vw;
  right: 30.747vw;
}
.section-04 .section-04-inner .yoyaku {
  margin: 4.392vw auto 5.124vw;
  position: relative;
  max-width: 81.991vw;
}
.section-04 .section-04-inner .yoyaku::before {
  content: "";
  display: block;
  background-image: url(../img/yoyaku-illust.png);
  background-size: cover;
  width: 66.764vw;
  height: 8.053vw;
  position: absolute;
  bottom: -5.198vw;
  left: 3.66vw;
}
.section-04 .section-04-inner .yoyaku .text {
  text-align: center;
  margin-bottom: 1.684vw;
}
.section-04 .section-04-inner .yoyaku .text p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.264vw;
  font-weight: 500;
  line-height: 1.8vw;
}
.section-04 .section-04-inner .yoyaku .text p::before {
  content: "";
  display: block;
  background-image: url(../img/line6.png);
  background-size: cover;
  width: 1.537vw;
  height: 3.367vw;
  margin-right: 1.025vw;
}
.section-04 .section-04-inner .yoyaku .text p::after {
  content: "";
  display: block;
  background-image: url(../img/line7.png);
  background-size: cover;
  width: 1.537vw;
  height: 3.367vw;
  margin-left: 1.025vw;
}
.section-04 .section-04-inner .yoyaku .btn {
  background-color: #FEED61;
  border-radius: 3.66vw;
  font-size: 1.66vw;
  font-weight: bold;
  color: #EA6D6D;
  width: 32.943vw;
  height: 5.857vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: relative;
  padding-bottom: 0.366vw;
}
.section-04 .section-04-inner .yoyaku .btn::after {
  content: "";
  display: block;
  background-image: url(../img/arrow-pink.png);
  background-size: cover;
  width: 1.025vw;
  height: 1.757vw;
  margin-left: 1.025vw;
  position: absolute;
  top: 2.05vw;
  right: 2.196vw;
}
.section-04 .section-04-inner .yoyaku .btn:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .section-04 .section-04-inner {
    position: relative;
  }
  .section-04 .section-04-inner h1 {
    font-family: "Poppins";
    font-size: 55px;
    font-weight: 700;
    color: #EA6D6D;
    text-align: center;
    margin-bottom: 25px;
  }
  .section-04 .section-04-inner .decoration1 {
    display: none;
  }
  .section-04 .section-04-inner .decoration2 {
    display: none;
  }
  .section-04 .section-04-inner .decoration3 {
    display: none;
  }
  .section-04 .section-04-inner .decoration4 {
    display: none;
  }
  .section-04 .section-04-inner .block1 {
    background-color: #EA6D6D;
    background-image: url(../img/section-04-block1-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 70px;
    margin-bottom: 15px;
  }
  .section-04 .section-04-inner .block1 .inner {
    max-width: 100%;
    margin: auto;
    padding: 23px 5% 33px;
    display: block;
  }
  .section-04 .section-04-inner .block1 .inner .left {
    width: 100%;
    position: relative;
  }
  .section-04 .section-04-inner .block1 .inner .left h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-image: url(../img/section-04-block-h2.png);
    background-size: cover;
    background-position: top;
    width: 238px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 8px;
    padding-left: 20px;
    z-index: 2;
  }
  .section-04 .section-04-inner .block1 .inner .left h2 span {
    font-family: "Outfit";
    font-size: 25px;
    font-weight: 700;
    color: #FFED61;
    padding-left: 7px;
  }
  .section-04 .section-04-inner .block1 .inner .right {
    width: 100%;
    padding-top: 0;
    color: #fff;
  }
  .section-04 .section-04-inner .block1 .inner .right h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
  }
  .section-04 .section-04-inner .block1 .inner .right .text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .section-04 .section-04-inner .block1 .inner .right .enjoy {
    background: #fff;
    border-radius: 30px;
    padding: 35px 20px 20px;
    position: relative;
  }
  .section-04 .section-04-inner .block1 .inner .right .enjoy .enjoy-title {
    background-color: #FEED61;
    border-radius: 40px 40px 40px 0;
    font-size: 20px;
    font-weight: bold;
    color: #33823E;
    padding: 10px 23px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 30px;
  }
  .section-04 .section-04-inner .block1 .inner .right .enjoy .enjoy-ul li {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 39px;
  }
  .section-04 .section-04-inner .block1 .inner .right .enjoy .enjoy-ul li::before {
    content: "";
    background-image: url(../img/enjoy-ul-icon.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    margin-right: 14px;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .section-04 .section-04-inner .block1 .inner .slick-dots {
    bottom: 15px;
    left: -37%;
  }
  .section-04 .section-04-inner .block1 .inner .slick-dots li button:before {
    font-family: "slick";
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .section-04 .section-04-inner .block1 .inner .slick-dots li.slick-active button:before {
    color: #EA6D6D;
  }
  .section-04 .section-04-inner .block1 .inner .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .section-04 .section-04-inner .block1 .inner .slick-slide img {
    border-radius: 50px;
  }
  .section-04 .section-04-inner .block2 {
    background-color: #F5F0E4;
    background-image: url(../img/section-03-block2-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 70px;
    position: relative;
  }
  .section-04 .section-04-inner .block2 .inner {
    max-width: 100%;
    margin: auto;
    padding: 35px 5% 48px;
  }
  .section-04 .section-04-inner .block2 .inner .pointWrap {
    display: block;
    margin-bottom: 20px;
  }
  .section-04 .section-04-inner .block2 .inner .pointWrap .point-item {
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    padding: 0 20px 20px;
    margin-bottom: 10px;
  }
  .section-04 .section-04-inner .block2 .inner .pointWrap .point-item .point-number {
    background-color: #EA6D6D;
    border-radius: 0 0 20px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #FEED61;
    margin-bottom: 15px;
    padding: 10px 30px 14px;
    display: inline-block;
  }
  .section-04 .section-04-inner .block2 .inner .pointWrap .point-item .point-number span {
    font-family: "Outfit";
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
  }
  .section-04 .section-04-inner .block2 .inner .pointWrap .point-item h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    color: #EA6D6D;
    margin-bottom: 20px;
  }
  .section-04 .section-04-inner .block2 .inner .pointWrap .point-item p {
    font-size: 16px;
    line-height: 30px;
  }
  .section-04 .section-04-inner .block2 .inner .company {
    display: block;
  }
  .section-04 .section-04-inner .block2 .inner .company .left {
    width: 100%;
    margin-bottom: 23px;
  }
  .section-04 .section-04-inner .block2 .inner .company .right {
    width: 100%;
  }
  .section-04 .section-04-inner .block2 .inner .company .right .address-text1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    color: #EA6D6D;
    margin-bottom: 15px;
  }
  .section-04 .section-04-inner .block2 .inner .company .right .flex {
    display: block;
  }
  .section-04 .section-04-inner .block2 .inner .company .right .flex .address .text1 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    color: #EA6D6D;
    margin-bottom: 15px;
  }
  .section-04 .section-04-inner .block2 .inner .company .right .flex .address .text2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .section-04 .section-04-inner .block2 .inner .company .right .flex .address-icon {
    width: 184px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-04 .section-04-inner .block2 .inner .company .right .flex .address-icon i {
    display: inline-block;
    width: 56px;
  }
  .section-04 .section-04-inner .block2 .inner .company .right .border {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .section-04 .section-04-inner .block2 .inner .company .right .border img {
    width: 100%;
  }
  .section-04 .section-04-inner .block2 .inner .company .right dl {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
  }
  .section-04 .section-04-inner .block2 .inner .company .right dl:last-child {
    margin-bottom: 0;
  }
  .section-04 .section-04-inner .block2 .inner .company .right dl dt {
    margin-right: 0;
    margin-bottom: 0px;
    width: auto;
  }
  .section-04 .section-04-inner .block2 .clip1 {
    display: block;
    width: 14px;
    position: absolute;
    top: -34px;
    left: 80px;
  }
  .section-04 .section-04-inner .block2 .clip2 {
    display: block;
    width: 14px;
    position: absolute;
    top: -34px;
    right: 80px;
  }
  .section-04 .section-04-inner .yoyaku {
    margin: 30px auto 90px;
    position: relative;
    max-width: 90%;
  }
  .section-04 .section-04-inner .yoyaku::before {
    content: "";
    display: block;
    background-image: url(../img/yoyaku-illust-sp.png);
    background-size: cover;
    width: 290px;
    height: 78px;
    position: absolute;
    bottom: -91px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section-04 .section-04-inner .yoyaku .text {
    text-align: center;
    margin-bottom: 20px;
  }
  .section-04 .section-04-inner .yoyaku .text p {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .section-04 .section-04-inner .yoyaku .text p::before {
    content: "";
    display: block;
    background-image: url(../img/line6-sp.png);
    background-size: cover;
    width: 28px;
    height: 90px;
    margin-right: 15px;
  }
  .section-04 .section-04-inner .yoyaku .text p::after {
    content: "";
    display: block;
    background-image: url(../img/line7-sp.png);
    background-size: cover;
    width: 28px;
    height: 90px;
    margin-left: 15px;
  }
  .section-04 .section-04-inner .yoyaku .btn {
    background-color: #FEED61;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #EA6D6D;
    width: 100%;
    max-width: 350px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    position: relative;
    padding-bottom: 5px;
  }
  .section-04 .section-04-inner .yoyaku .btn::after {
    content: "";
    display: block;
    background-image: url(../img/arrow-pink.png);
    background-size: cover;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 22px;
    right: 20px;
  }
  .section-04 .section-04-inner .yoyaku .btn:hover {
    opacity: 0.6;
  }
}
/*==================================================================================
　.section-05
==================================================================================*/
.section-05-link {
  padding-top: 5.857vw;
  margin-top: -5.857vw;
}

.section-05 {
  background-color: #33823E;
  border-radius: 5.124vw;
  padding: 4.392vw 0 16.105vw;
  position: relative;
  z-index: 3;
}
.section-05 .section-05-inner h1 {
  font-size: 2.562vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 2.928vw;
}
.section-05 .section-05-inner .map {
  width: 87.189vw;
  margin: 0 auto 40px;
}
.section-05 .section-05-inner .access-text {
  max-width: 82.18vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-05 .section-05-inner .access-text .left .access-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.098vw;
}
.section-05 .section-05-inner .access-text .left .access-list dt {
  font-size: 1.43vw;
  font-weight: bold;
  color: #33823E;
  background-color: #fff;
  border-radius: 2.928vw;
  padding: 1.098vw;
  width: 23.865vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.83vw;
}
.section-05 .section-05-inner .access-text .left .access-list dt.h120 {
  height: 9.078vw;
}
.section-05 .section-05-inner .access-text .left .access-list dd .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-05 .section-05-inner .access-text .left .access-list dd .flex.mb10 {
  margin-bottom: 0.732vw;
}
.section-05 .section-05-inner .access-text .left .access-list dd .line {
  width: 8.785vw;
}
.section-05 .section-05-inner .access-text .left .access-list dd .line2 {
  width: 7.228vw;
}
.section-05 .section-05-inner .access-text .left .access-list dd .car {
  display: inline-block;
  width: 2.416vw;
  margin: 0 0.732vw;
}
.section-05 .section-05-inner .access-text .left .access-list dd .train {
  display: inline-block;
  width: 1.903vw;
  margin: 0 1.025vw 0 0.952vw;
}
.section-05 .section-05-inner .access-text .left .access-list dd .text {
  font-size: 1.43vw;
  font-weight: 500;
  color: #FEED61;
  margin-right: 1.464vw;
}
.section-05 .section-05-inner .access-text .right span {
  font-size: 1.83vw;
  font-weight: bold;
  color: #33823E;
  background-color: #fff;
  border-radius: 2.928vw;
  padding: 1.098vw;
  width: 12.445vw;
  height: 14.641vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.83vw;
}
.section-05 .section-05-inner .decoration1 {
  display: block;
  width: 5.198vw;
  position: absolute;
  top: 0.878vw;
  right: 14.788vw;
}
.section-05 .section-05-inner .section-05-slide {
  width: 121.962vw;
  margin-left: -3.514vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -10.249vw;
}
.section-05 .section-05-inner .section-05-slide .slider-item {
  width: 29.283vw;
  margin: 0 0.366vw;
}
.section-05 .section-05-inner .section-05-slide .slider-item:nth-of-type(2), .section-05 .section-05-inner .section-05-slide .slider-item:nth-of-type(4) {
  margin-top: 1.464vw;
}

@media (max-width: 768px) {
  .section-05-link {
    padding-top: 60px;
    margin-top: -60px;
  }
  .section-05 {
    background-color: #33823E;
    border-radius: 70px;
    padding: 48px 0 130px;
    position: relative;
    z-index: 3;
  }
  .section-05 .section-05-inner {
    padding: 0 5%;
  }
  .section-05 .section-05-inner h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }
  .section-05 .section-05-inner .map {
    width: 93vw;
    margin-left: calc(50% - 48vw);
    margin-bottom: 30px;
  }
  .section-05 .section-05-inner .access-text-wrap {
    overflow-x: scroll;
  }
  .section-05 .section-05-inner .access-text {
    max-width: 920px;
    width: 920px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-05 .section-05-inner .access-text .left .access-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .section-05 .section-05-inner .access-text .left .access-list dt {
    font-size: 20px;
    font-weight: bold;
    color: #33823E;
    background-color: #fff;
    border-radius: 40px;
    padding: 15px;
    width: 265px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 12px;
  }
  .section-05 .section-05-inner .access-text .left .access-list dt.h120 {
    height: 124px;
  }
  .section-05 .section-05-inner .access-text .left .access-list dd .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-05 .section-05-inner .access-text .left .access-list dd .flex.mb10 {
    margin-bottom: 10px;
  }
  .section-05 .section-05-inner .access-text .left .access-list dd .line {
    width: 56px;
  }
  .section-05 .section-05-inner .access-text .left .access-list dd .line2 {
    width: 56px;
  }
  .section-05 .section-05-inner .access-text .left .access-list dd .car {
    display: inline-block;
    width: 33px;
    margin: 0 10px;
  }
  .section-05 .section-05-inner .access-text .left .access-list dd .train {
    display: inline-block;
    width: 26px;
    margin: 0 14px 0 13px;
  }
  .section-05 .section-05-inner .access-text .left .access-list dd .text {
    font-size: 25px;
    font-weight: 500;
    color: #FEED61;
    margin-right: 13px;
  }
  .section-05 .section-05-inner .access-text .right {
    margin-left: 13px;
  }
  .section-05 .section-05-inner .access-text .right span {
    font-size: 20px;
    font-weight: bold;
    color: #33823E;
    background-color: #fff;
    border-radius: 40px;
    padding: 15px;
    width: 130px;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  .section-05 .section-05-inner .decoration1 {
    display: none;
  }
  .section-05 .section-05-inner .section-05-slide {
    width: 220vw;
    margin-left: -9vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -75px;
  }
  .section-05 .section-05-inner .section-05-slide .slider-item {
    width: 230px;
    margin: 0 5px;
  }
  .section-05 .section-05-inner .section-05-slide .slider-item:nth-of-type(2), .section-05 .section-05-inner .section-05-slide .slider-item:nth-of-type(4) {
    margin-top: 20px;
  }
}
/*==================================================================================
　.section-06
==================================================================================*/
.section-06 {
  background-color: #F5F0E4;
  border-radius: 0 0 5.124vw 5.124vw;
  padding: 17.57vw 0 8.053vw;
  position: relative;
  z-index: 2;
}
.section-06 .section-06-inner {
  max-width: 81.991vw;
  margin: auto;
}
.section-06 .section-06-inner h1 {
  font-family: "Poppins";
  font-size: 4.392vw;
  font-weight: bold;
  color: #33823E;
  text-align: center;
  margin-bottom: 3.66vw;
}
.section-06 .section-06-inner .block {
  background-color: #fff;
  border-radius: 2.196vw;
}
.section-06 .section-06-inner .block dl {
  border-bottom: 5px solid #F5F0E4;
  padding: 2.196vw 2.196vw 2.196vw 7.174vw;
  position: relative;
}
.section-06 .section-06-inner .block dl::before {
  content: "";
  display: block;
  background-image: url(../img/Q.png);
  background-size: cover;
  width: 2.928vw;
  height: 2.928vw;
  position: absolute;
  top: 2.196vw;
  left: 2.928vw;
}
.section-06 .section-06-inner .block dl dt {
  font-size: 1.464vw;
  font-weight: 500;
  line-height: 2.196vw;
  margin-bottom: 0.952vw;
}
.section-06 .section-06-inner .block dl dd {
  font-size: 1.121vw;
  line-height: 2.1vw;
}

@media (max-width: 768px) {
  .section-06 {
    background-color: #F5F0E4;
    border-radius: 0 0 70px 70px;
    padding: 120px 0 50px;
    position: relative;
    z-index: 2;
  }
  .section-06 .section-06-inner {
    max-width: 100%;
    margin: auto;
    padding: 0 5%;
  }
  .section-06 .section-06-inner h1 {
    font-family: "Poppins";
    font-size: 55px;
    font-weight: bold;
    color: #33823E;
    text-align: center;
    margin-bottom: 25px;
  }
  .section-06 .section-06-inner .block {
    background-color: #fff;
    border-radius: 30px;
  }
  .section-06 .section-06-inner .block dl {
    border-bottom: 5px solid #F5F0E4;
    padding: 20px 20px 20px 60px;
    position: relative;
  }
  .section-06 .section-06-inner .block dl::before {
    content: "";
    display: block;
    background-image: url(../img/Q.png);
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .section-06 .section-06-inner .block dl dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .section-06 .section-06-inner .block dl dd {
    font-size: 14px;
    line-height: 23px;
  }
}/*# sourceMappingURL=styles.css.map */