@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  font-size: 1em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  min-width: 1024px;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.3125em;
  }
}

#page-top {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 10000;
}
#page-top a {
  width: 2.125em;
  display: block;
  height: 8.75em;
  background: #094;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25em 0 0 0.25em;
}
#page-top a img {
  width: 1.125em;
}
#page-top a:hover {
  opacity: 0.8;
}

.stuffing {
  font-feature-settings: "palt" 1;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.text_set {
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lshalf {
  letter-spacing: -0.5em;
}

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

a {
  color: #00b9e7;
  text-decoration: none;
}

b,
strong,
.bold {
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: -50px;
}
@media screen and (max-width: 640px) {
  .anchor_base .anchor_point {
    top: 0;
  }
}

.page_break_before {
  page-break-before: always;
}

.page_break_after {
  page-break-after: always;
}

.alpha {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.alpha:hover {
  opacity: 0.8;
}

.ls_half {
  letter-spacing: 0.5em;
}

.ls_full {
  letter-spacing: 1em;
}

span.zero {
  display: inline-block;
}
span.zero::before {
  display: block;
  content: "0";
  color: rgba(0, 0, 0, 0);
}

span.zero_comma {
  display: inline-block;
}
span.zero_comma::before {
  display: block;
  content: "0,";
  color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 640px) {
  .hide_mobile {
    display: none;
  }
}

.active_mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .active_mobile {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .hide_tablet {
    display: none;
  }
}

.active_tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .active_tablet {
    display: inline-block;
  }
}

@media screen and (max-width: 1280px) {
  .hide_note {
    display: none;
  }
}

.active_note {
  display: none;
}
@media screen and (max-width: 1280px) {
  .active_note {
    display: inline-block;
  }
}

@media print {
  body {
    width: 1024px;
  }
}
.jpeg {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

#top-head {
  display: none;
  top: 0px;
  position: fixed;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  line-height: 1;
  z-index: 20000;
}
@media screen and (max-width: 1280px) {
  #top-head {
    display: block;
  }
}

#global-nav {
  position: absolute;
  top: -1000px;
  background: rgba(0, 0, 0, 0.87);
  width: 100%;
  text-align: center;
  padding: 0;
  transition: 0.5s ease-in-out;
  padding: 130px 16px 150px;
}

#mobile-head {
  width: 100%;
  z-index: 999;
  position: relative;
}

#nav-toggle {
  position: absolute;
  box-sizing: border-box;
  padding: 18px 18px 0;
  right: 0;
  top: 0;
  width: 78px;
  height: 78px;
  cursor: pointer;
  z-index: 101;
  background: #094;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
  border-radius: 3px;
}
#nav-toggle span:nth-child(1) {
  height: 6px;
  width: 100%;
  background: #fff;
  top: 0;
}
#nav-toggle span:nth-child(2) {
  height: 6px;
  width: 100%;
  background: #fff;
  top: 18px;
}
#nav-toggle span:nth-child(3) {
  height: 6px;
  width: 100%;
  background: #fff;
  top: 36px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 19px;
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  display: none;
}
.open #nav-toggle span:nth-child(3) {
  top: 19px;
  transform: rotate(-315deg);
}

.open #global-nav {
  transform: translateY(1000px);
}

.thanks_bg {
  background: url(../img/thanks_bg.png) center center/19px 19px repeat;
}

header {
  width: 100%;
  height: 750px;
  margin: auto;
  background: url(../img/mv_1680_750.jpg) center center/cover no-repeat;
  position: relative;
}
header.thanks {
  height: 60px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  header {
    height: 942px;
    background: url(../img/mv_750_1105.jpg) center center/cover no-repeat;
  }
  header.thanks {
    height: 78px;
  }
}
header .inner {
  width: 93.75%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding-top: 1em;
}
@media screen and (max-width: 1024px) {
  header .inner {
    width: 100%;
    display: block;
    padding: 0;
    position: relative;
  }
}
header .inner .h1set {
  display: flex;
  align-items: center;
  gap: 0 1.125em;
}
header .inner .h1set h1 {
  width: 222px;
}
@media screen and (max-width: 1024px) {
  header .inner .h1set h1 {
    position: absolute;
    left: 1em;
    top: 1em;
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  header .inner .h1set .telset {
    position: fixed;
    right: 78px;
    top: 0;
    width: 78px;
    height: 78px;
    background: #fff;
    z-index: 20000;
  }
}
header .inner .h1set .telset a {
  display: flex;
  align-items: center;
  gap: 0.35em;
}
@media screen and (max-width: 1024px) {
  header .inner .h1set .telset a {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
}
header .inner .h1set .telset a .mark {
  width: 22px;
}
@media screen and (max-width: 1024px) {
  header .inner .h1set .telset a .mark {
    width: 52px;
  }
}
header .inner .h1set .telset a .num {
  width: 179px;
}
@media screen and (max-width: 1024px) {
  header .inner .h1set .telset a .num {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  header .inner nav {
    display: none;
  }
}
header .inner nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 10px;
}
header .inner nav ul li {
  width: 160px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: 0.5s ease-in-out;
}
header .inner nav ul li:hover {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
header .inner nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #094;
}
@media screen and (max-width: 1024px) {
  header .inner nav ul li {
    width: 130px;
  }
}
header .letter {
  position: absolute;
  left: 0;
  top: 170px;
  height: 549px;
  width: calc(50% - 130px);
  background: url(../img/letter_441.png) right top/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  header .letter {
    background: url(../img/letter_441.png) right top/cover no-repeat;
  }
}
@media screen and (max-width: 640px) {
  header .letter {
    left: 90px;
    top: 436px;
    width: 501px;
    height: 480px;
    background: url(../img/letter_587.png) center top/contain no-repeat;
  }
}
header .arrow {
  position: absolute;
  left: calc(50% - 300px);
  top: 193px;
  height: 75px;
  width: calc(50% + 300px);
  background: url(../img/mv_border.svg) left center/cover no-repeat;
}
@media screen and (max-width: 640px) {
  header .arrow {
    left: 0;
    width: 565px;
    height: 64px;
    top: 139px;
    transform: scale(-1, 1);
  }
}
header .text01 {
  position: absolute;
  left: calc(50% - 274px);
  top: 151px;
  width: 546px;
}
@media screen and (max-width: 640px) {
  header .text01 {
    top: 103px;
    left: 39px;
    width: 466px;
  }
}
header .text02 {
  position: absolute;
  left: calc(50% - 204px);
  top: 216px;
  width: 702px;
  filter: drop-shadow(0 0 0.1em #fff) drop-shadow(0 0 0.375em #fff);
}
@media screen and (max-width: 1024px) {
  header .text02 {
    left: inherit;
    right: 40px;
  }
}
@media screen and (max-width: 640px) {
  header .text02 {
    left: 0;
    right: 0;
    margin: auto;
    top: 150px;
    width: 550px;
  }
}
header .text03 {
  position: absolute;
  left: calc(50% - 165px);
  top: 460px;
  width: 667px;
}
@media screen and (max-width: 1024px) {
  header .text03 {
    left: inherit;
    right: 40px;
  }
}
@media screen and (max-width: 640px) {
  header .text03 {
    left: 0;
    right: 0;
    top: 350px;
    width: 538px;
    margin: auto;
  }
}
header .medal {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -60px;
  width: calc(100% - 2em);
  max-width: 1050px;
}
header .medal_inner {
  width: 566px;
  margin: 0 0 0 auto;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 1024px) {
  header .medal {
    right: 40px;
  }
}
@media screen and (max-width: 640px) {
  header .medal {
    width: 585px;
    bottom: -116px;
    margin: auto;
    right: 0;
    left: 0;
  }
  header .medal_inner {
    width: 100%;
    margin: auto;
  }
}

.campaign {
  width: 100%;
  padding: 0 0 62px;
}
.campaign_inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
  padding: 100px 2em 2.125em;
  border: 0.25em solid #8ec43e;
  background: linear-gradient(to bottom, #fff 10%, #fffcdb 90%);
}
.campaign_inner .title {
  width: 710px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .campaign_inner .title {
    top: -26px;
    width: 554px;
  }
}
.campaign_inner .read {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .campaign_inner .read {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 29px;
  }
}
.campaign_inner .column {
  margin-top: 2.125em;
  display: flex;
  justify-content: center;
  gap: 0 34px;
}
@media screen and (max-width: 1024px) {
  .campaign_inner .column {
    display: block;
  }
}
.campaign_inner .column li {
  width: 22.625em;
  box-sizing: border-box;
  position: relative;
  border: 0.25em solid;
  background: #fff;
  border-radius: 1.25em;
  padding: 1.125em 1.5em;
}
@media screen and (max-width: 1024px) {
  .campaign_inner .column li {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .campaign_inner .column li {
    width: 22.625em;
  }
}
.campaign_inner .column li h3 {
  font-size: 1.625em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1.25em;
  white-space: nowrap;
}
.campaign_inner .column li .copy {
  font-size: 1.25em;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 30px;
}
.campaign_inner .column li h4 {
  font-size: 1.75em;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 28px;
}
.campaign_inner .column li .notes {
  margin-top: 30px;
  font-size: 1.125em;
  line-height: 1.5;
  position: relative;
  padding-left: 1em;
}
.campaign_inner .column li .notes::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}
.campaign_inner .column li .now {
  width: 5.25em;
  border-radius: 2.625em;
  position: absolute;
  left: -1.75em;
  top: -1.1875em;
}
.campaign_inner .column li:first-child {
  border-color: #2ea7e0;
}
.campaign_inner .column li:first-child .now {
  background: #2ea7e0;
}
.campaign_inner .column li:first-child h3 {
  color: #2ea7e0;
}
.campaign_inner .column li:last-child {
  border-color: #a660a3;
}
.campaign_inner .column li:last-child .now {
  background: #a660a3;
}
.campaign_inner .column li:last-child h3 {
  color: #a660a3;
}
@media screen and (max-width: 1024px) {
  .campaign_inner .column li:last-child {
    margin-top: 1.5em;
  }
}
.campaign_inner .btn {
  width: 100%;
  max-width: 676px;
  margin: 2.125em auto 0;
  transition: 0.5s ease-in-out;
}
.campaign_inner .btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 640px) {
  .campaign_inner .btn {
    display: none;
  }
}

.btn_area {
  width: 100%;
  padding: 3.75em 0;
}
@media screen and (max-width: 640px) {
  .btn_area {
    padding: 2.5em 0 3.75em;
  }
}
.btn_area .btn {
  width: 100%;
  max-width: 676px;
  margin: auto;
  transition: 0.5s ease-in-out;
}
.btn_area .btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 640px) {
  .btn_area .btn {
    width: 676px;
  }
}

.btn_area2 {
  width: 100%;
  padding: 2.5em 0 0;
  display: none;
}
.btn_area2 .btn {
  width: 100%;
  max-width: 676px;
  margin: auto;
  transition: 0.5s ease-in-out;
}
.btn_area2 .btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 640px) {
  .btn_area2 {
    display: block;
    width: 90%;
    margin: auto;
  }
}

.area01 {
  width: 100%;
  padding: 50px 0 80px;
  background: #e0f1ef;
}
.area01_inner {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.area01_inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5em;
  text-align: center;
  color: #006934;
  line-height: 1.25;
}
.area01_inner h2 span {
  display: inline-block;
}
.area01_inner h2 span.worry {
  font-size: 1.25em;
  position: relative;
  padding: 0 1em;
  display: inline-block;
}
.area01_inner h2 span.worry::before {
  position: absolute;
  left: 11px;
  bottom: 6px;
  display: inline-block;
  content: "";
  width: 0.74em;
  height: 0.74em;
  background: url(../img/icon_37.svg) center top/contain no-repeat;
}
.area01_inner h2 span.worry::after {
  position: absolute;
  right: 12px;
  bottom: 7px;
  display: inline-block;
  content: "";
  width: 0.7em;
  height: 0.72em;
  background: url(../img/icom_35.svg) center center/contain no-repeat;
}
.area01_inner .checks {
  width: 100%;
  max-width: 900px;
  margin: 1.375em auto 0;
  box-sizing: border-box;
  background: #fff;
  border: 0.25em solid #094;
  border-radius: 1.25em;
  padding: 1.5em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .area01_inner .checks {
    padding: 1.5em 1.5em 0;
  }
}
.area01_inner .checks ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 1.4;
  position: relative;
  padding: 0.845em 0 0.845em 2em;
  border-bottom: 2px dashed #c2d467;
}
@media screen and (max-width: 640px) {
  .area01_inner .checks ul li {
    font-size: 36px;
  }
}
.area01_inner .checks ul li::before {
  position: absolute;
  left: 0;
  top: 0.9375em;
  content: "";
  width: 1.423em;
  height: 1.385em;
  background: url(../img/check_37.svg) center center/contain no-repeat;
}
.area01_inner .checks .img {
  width: 344px;
  position: absolute;
  right: 1.5em;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .area01_inner .checks .img {
    position: static;
    margin: 1em auto 0.5em;
    width: 330px;
  }
}
.area01_inner .checks .speech {
  width: 7.5em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3.125em;
}
.area01_inner h3 {
  margin-top: 2.22em;
  font-size: 36px;
  line-height: 1.22;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #ea5514;
}
@media screen and (max-width: 640px) {
  .area01_inner h3 {
    font-size: 34px;
  }
}
.area01_inner h3 span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 1.2em;
}
.area01_inner h3 span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.916em;
  height: 1.13888em;
  display: inline-block;
  content: "";
  background: url(../img/quotation_left_33.svg) center center/contain no-repeat;
}
.area01_inner h3 span::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.916em;
  height: 1.13888em;
  display: inline-block;
  content: "";
  background: url(../img/quotation_right_33.svg) center center/contain no-repeat;
}
.area01_inner .letter_info {
  width: 100%;
  max-width: 930px;
  margin: 3.125em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
}
@media screen and (max-width: 640px) {
  .area01_inner .letter_info {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .area01_inner .letter_info li:first-child {
    text-align: center;
  }
}
.area01_inner .letter_info li:first-child p {
  font-size: 1.5em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .area01_inner .letter_info li:first-child p {
    display: inline-block;
    text-align: left;
  }
}
.area01_inner .letter_info li:first-child .text02 {
  font-size: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  margin-top: 1.75em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .area01_inner .letter_info li:first-child .text02 {
    display: inline-block;
    text-align: left;
    margin-top: 0.5em;
  }
}
.area01_inner .letter_info li:first-child .text02 span {
  display: inline-block;
  color: #c7002f;
}
.area01_inner .letter_info li:first-child .text02 span.price {
  font-size: 1.3125em;
  background: url(../img/under_yellow.svg) left bottom 10%/contain no-repeat;
}
.area01_inner .letter_info li:first-child .text02 span.price span.yen {
  font-size: 0.7619em;
}
.area01_inner .letter_info li:first-child .text02 span.tax {
  font-size: 0.65625em;
}
.area01_inner .letter_info li:last-child {
  width: 460px;
}
@media screen and (max-width: 640px) {
  .area01_inner .letter_info li:last-child {
    margin: 2em auto 0;
    width: 100%;
  }
}

.area02 {
  padding: 3.75em 0 6.25em;
  width: 100%;
  background: url(../img/area02_bg.png) center bottom/4.5em 4.5em repeat, #65aadd;
  position: relative;
}
.area02 .arrows {
  width: 4.875em;
  height: 2.375em;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  background: url(../img/area02_bg.png) center top/4.5em 4.5em repeat, #65aadd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-2.375em + 1px);
  margin: auto;
}
.area02_inner {
  width: 90%;
  max-width: 840px;
  margin: auto;
}
.area02_inner .sub_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.25em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.area02_inner .title {
  width: 19em;
  margin: 0.5em auto 0;
}
.area02_inner .columns {
  width: 100%;
  margin: 2.25em auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.25em 0;
}
.area02_inner .columns .column {
  width: 100%;
  background: #fff;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 1.875em 1.875em 1.5em;
}
.area02_inner .columns .column h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  color: #45b035;
  line-height: 1.2;
  padding-bottom: 0.125em;
  border-bottom: 1px solid #45b035;
}
@media screen and (max-width: 640px) {
  .area02_inner .columns .column h3 {
    font-size: 44px;
  }
}
.area02_inner .columns .column .info {
  margin-top: 1.5em;
  display: flex;
  gap: 0 1.5em;
}
@media screen and (max-width: 640px) {
  .area02_inner .columns .column .info {
    display: block;
  }
}
.area02_inner .columns .column .info li:first-child {
  flex: 1;
  font-size: 1.5em;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
}
.area02_inner .columns .column .info li:last-child {
  width: 23.75em;
}
@media screen and (max-width: 640px) {
  .area02_inner .columns .column .info li:last-child {
    width: 100%;
    margin-top: 1.25em;
  }
}

.area03 {
  padding: 2.375em 0 5em;
  width: 100%;
  background: #f5f2e9;
}
.area03_inner {
  padding-top: 1.625em;
  margin: 0 auto 6em;
}
.area03_inner .title {
  width: 19em;
  margin: 0.5em auto 0;
}
.area03_inner .read {
  margin: 0.83em auto 0;
  font-size: 1.5em;
  line-height: 1.4;
  width: 90%;
  max-width: 700px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.area03_inner .read span {
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e60012;
}
.area03_inner .img {
  width: 600px;
  margin: 2.625em auto 0;
}
@media screen and (max-width: 640px) {
  .area03_inner .img {
    width: 90%;
  }
}
.area03_inner .h3 {
  width: 20em;
  height: 2.625em;
  margin: 3.5em auto 0;
  box-sizing: border-box;
  border: 0.125em solid #ed6d0f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25em;
}
.area03_inner .h3 h3 {
  font-size: 1.25em;
  color: #ed6d0f;
  font-weight: 500;
}
.area03_inner .envelope_area {
  width: 800px;
  margin: 4.375em auto 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .area03_inner .envelope_area {
    width: 93.75%;
  }
}
.area03_inner .envelope_area .envelope {
  width: 422px;
  margin: auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 640px) {
  .area03_inner .envelope_area .envelope {
    width: 289px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3));
  }
}
.area03_inner .envelope_area .bubble01,
.area03_inner .envelope_area .bubble02,
.area03_inner .envelope_area .bubble03 {
  width: 300px;
  position: absolute;
}
.area03_inner .envelope_area .bubble01 {
  left: 0;
  top: 230px;
}
@media screen and (max-width: 640px) {
  .area03_inner .envelope_area .bubble01 {
    top: 131px;
    width: 257px;
  }
}
.area03_inner .envelope_area .bubble02 {
  right: 60px;
  top: 50px;
}
@media screen and (max-width: 640px) {
  .area03_inner .envelope_area .bubble02 {
    top: -39px;
    right: 39px;
    width: 240px;
  }
}
.area03_inner .envelope_area .bubble03 {
  right: 0;
  top: 410px;
}
@media screen and (max-width: 640px) {
  .area03_inner .envelope_area .bubble03 {
    top: 255px;
    width: 257px;
  }
}
.area03 .post_area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .area03 .post_area {
    flex-direction: column;
  }
}
.area03 .post_area .copy {
  height: 178px;
  background: url(../img/deco_235178.svg) left top/contain no-repeat;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .area03 .post_area .copy {
    width: 519px;
    height: 120px;
    background: url(../img/deco_40292.svg) left bottom/contain no-repeat;
    justify-content: center;
    font-size: 24px;
    box-sizing: border-box;
    padding-left: 0.5em;
  }
}
.area03 .post_area .post_office {
  width: 347px;
}
@media screen and (max-width: 640px) {
  .area03 .post_area .post_office {
    width: 296px;
  }
}
.area03 .campaign {
  padding: 0 !important;
  margin-top: 5.625em !important;
}

.area04 {
  width: 100%;
  padding: 3.75em 0;
  background: url(../img/area04_bg.png) left top/5em 5em repeat, #83ccd2;
}
.area04_inner {
  width: 90%;
  margin: auto;
}
.area04_inner .title {
  width: 602px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .area04_inner .title {
    width: 100%;
  }
}
.area04_inner p {
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1.3;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.area04_inner .upper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1.875em;
  margin-top: 2.6em;
}
@media screen and (max-width: 640px) {
  .area04_inner .upper {
    justify-content: space-between;
  }
}
.area04_inner .upper li:nth-child(1) {
  width: 22.5em;
}
@media screen and (max-width: 640px) {
  .area04_inner .upper li:nth-child(1) {
    width: 100%;
  }
}
.area04_inner .upper li:nth-child(1) table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #000;
  background: #fff;
}
.area04_inner .upper li:nth-child(1) table th,
.area04_inner .upper li:nth-child(1) table td {
  border: 1px solid #000;
}
.area04_inner .upper li:nth-child(1) table th {
  text-align: center;
  line-height: 1.8;
  background: #c6d85d;
  font-size: 1.25em;
}
.area04_inner .upper li:nth-child(1) table td {
  padding: 0 0.75em;
  font-size: 1.5em;
  line-height: 2.16;
}
.area04_inner .upper li:nth-child(2) {
  width: 10.5625em;
  margin-left: 1.875em;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 640px) {
  .area04_inner .upper li:nth-child(2) {
    margin: 0;
  }
}
.area04_inner .upper li:nth-child(3) {
  width: 15.625em;
  margin-left: 1.5625em;
}
@media screen and (max-width: 640px) {
  .area04_inner .upper li:nth-child(3) {
    margin: 0;
  }
}
.area04_inner .upper li:nth-child(3) img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875em;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.area04_inner .video {
  width: 560px;
  margin: 2.25em auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 0;
}
@media screen and (max-width: 640px) {
  .area04_inner .video {
    width: 100%;
  }
}
.area04_inner .video li {
  width: 100%;
}
.area04_inner .video li video {
  width: 100%;
}

.area05 {
  width: 100%;
  padding: 6.25em 0 5em;
  background: url(../img/area05_bg.png) center center/4.5em 4.5em repeat, #efefef;
}
.area05_inner {
  position: relative;
  box-sizing: border-box;
  border: 0.25em solid #c2d467;
  background: #fff;
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding: 6em 0 3.375em;
}
.area05_inner .title {
  position: absolute;
  left: 0;
  right: 0;
  top: -2.625em;
  width: 500px;
  height: 5em;
  margin: auto;
  background: #c2d467;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .area05_inner .title {
    width: 92.5%;
  }
}
.area05_inner .title h3 {
  font-size: 2.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #40220f;
  padding-bottom: 0.125em;
}
.area05_inner_inner {
  width: 500px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .area05_inner_inner {
    width: 90%;
  }
}
.area05_inner_inner ul {
  display: flex;
  gap: 1.625em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.area05_inner_inner ul li:nth-child(1) {
  width: 4em;
}
.area05_inner_inner ul li:nth-child(2) {
  width: 6.875em;
}
.area05_inner_inner ul li:nth-child(3) {
  font-size: 1.5em;
  line-height: 1.34;
  width: 10em;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .area05_inner_inner ul li:nth-child(3) {
    width: 13em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.area05_inner_inner .border {
  width: 100%;
  height: 0.125em;
  background: #231815;
  margin: 1.5em 0 3em;
  position: relative;
}
.area05_inner_inner .border_arrow {
  width: 3.125em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.faq {
  padding: 1.25em 0 5em;
  background: url(../img/qa_bg.png) center center/5em 5em repeat, #56b879;
  margin-top: 12px;
}
.faq_inner .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.125em;
}
.faq_inner .title dt {
  width: 6.5625em;
}
.faq_inner .title dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.25em;
  color: #fff;
}
.faq_inner_inner {
  width: 710px;
  margin: 2.25em auto 0;
}
@media screen and (max-width: 640px) {
  .faq_inner_inner {
    width: 90%;
  }
}
.faq_inner_inner .q {
  background: #fff;
  box-sizing: border-box;
  padding: 0.625em 1.125em 0.625em 0.625em;
  width: 630px;
}
@media screen and (max-width: 640px) {
  .faq_inner_inner .q {
    width: 100%;
  }
}
.faq_inner_inner .q ul {
  display: flex;
  gap: 1.25em;
  align-items: center;
}
.faq_inner_inner .q ul li {
  width: 630px;
}
@media screen and (max-width: 640px) {
  .faq_inner_inner .q ul li {
    width: 100%;
  }
}
.faq_inner_inner .q ul li:first-child {
  width: 3.75em;
}
.faq_inner_inner .q ul li:last-child {
  flex: 1;
  font-size: 1.375em;
  line-height: 1.36;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faq_inner_inner .a {
  background: #fffcdb;
  box-sizing: border-box;
  padding: 0.625em 1.125em 0.625em 0.625em;
  width: 630px;
  margin: 0.625em 0 0 auto;
}
@media screen and (max-width: 640px) {
  .faq_inner_inner .a {
    width: 100%;
  }
}
.faq_inner_inner .a ul {
  display: flex;
  gap: 1.25em;
  align-items: flex-start;
}
.faq_inner_inner .a ul li {
  width: 630px;
}
@media screen and (max-width: 640px) {
  .faq_inner_inner .a ul li {
    width: 100%;
  }
}
.faq_inner_inner .a ul li:first-child {
  width: 3.75em;
}
.faq_inner_inner .a ul li:last-child {
  flex: 1;
  font-size: 1.375em;
  line-height: 1.36;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #094;
  text-align: justify;
  text-justify: inter-ideograph;
}
.faq_inner_inner .a + .q {
  margin-top: 1.875em;
}

.contact {
  width: 100%;
  padding: 3.75em 0;
  background: #d9eeed;
}
.contact_inner {
  width: 710px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .contact_inner {
    width: 90%;
  }
}
.contact_inner h3 {
  font-size: 2.25em;
  line-height: 1.22;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #40220f;
}
.contact_inner h3 span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 1.2em;
}
.contact_inner h3 span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.916em;
  height: 1.13888em;
  display: inline-block;
  content: "";
  background: url(../img/quotation2_left_33.svg) center center/contain no-repeat;
}
.contact_inner h3 span::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.916em;
  height: 1.13888em;
  display: inline-block;
  content: "";
  background: url(../img/quotation2_right_33.svg) center center/contain no-repeat;
}
.contact_inner .read {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.35;
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .contact_inner .read {
    font-size: 24px;
  }
}
.contact_inner .tel {
  margin-top: 1.5em;
}
.contact_inner .tel_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  font-weight: 500;
}
.contact_inner .tel_inner:nth-child(2) {
  margin-top: 0.5em;
}
.contact_inner .tel_inner span.mark {
  display: inline-block;
  width: 0.875em;
  padding: 0 0.25em;
}
.contact_inner .tel_inner span.num {
  font-size: 1.125em;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact_inner .tel_inner span.num a {
  color: #000;
}
.contact_inner .mail_title {
  width: 23.125em;
  margin: 3em auto 0;
}
.contact_inner .notes {
  text-align: center;
  margin-top: 1.625em;
}
.contact_inner .notes_inner {
  display: inline-block;
  text-align: left;
  line-height: 1.65;
}
.contact_inner .notes_inner ul li {
  position: relative;
  padding-left: 1.25em;
}
.contact_inner .notes_inner ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "◆";
}
.contact_inner .form {
  margin-top: 1.625em;
  width: 100%;
}
.contact_inner .form dl {
  display: flex;
  flex-wrap: wrap;
}
.contact_inner .form dl:nth-child(n+2) {
  margin-top: 0.625em;
}
@media screen and (max-width: 640px) {
  .contact_inner .form dl {
    display: block;
  }
}
.contact_inner .form dl dt,
.contact_inner .form dl dd {
  box-sizing: border-box;
  padding: 0.3125em 0.75em;
}
.contact_inner .form dl dt {
  width: 240px;
  background: #f7b775;
  line-height: 1.875;
  color: #fff;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact_inner .form dl dt span {
  color: #c24642;
  display: inline-block;
  padding-left: 0.25em;
}
@media screen and (max-width: 640px) {
  .contact_inner .form dl dt {
    width: 100%;
    padding: 0 0.75em;
  }
}
.contact_inner .form dl dd {
  width: calc(100% - 240px);
}
@media screen and (max-width: 640px) {
  .contact_inner .form dl dd {
    width: 100%;
    padding: 0.3125em 0;
  }
}
.contact_inner .form dl dd .mark {
  display: inline-block;
  padding-right: 0.5em;
}
.contact_inner .form dl dd input[type=text] {
  font-size: 1em;
  line-height: 1.75;
  border: 1px solid #c9caca;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
}
.contact_inner .form dl dd input[type=text].short {
  width: 30%;
}
.contact_inner .form dl dd textarea {
  font-size: 1em;
  line-height: 1.75;
  border: 1px solid #c9caca;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
}
.contact_inner .form input[type=button],
.contact_inner .form input[type=submit],
.contact_inner .form input[type=reset] {
  box-sizing: border-box;
  background: #fff;
  line-height: 1.5;
  font-size: 1em;
  border: 1px solid #333;
  border-radius: 0.375em;
  width: 5.5em;
  color: #000;
  font-weight: 400;
}
.contact_inner .form input[type=button] a,
.contact_inner .form input[type=submit] a,
.contact_inner .form input[type=reset] a {
  color: #000;
}
.contact_inner .form .submit {
  text-align: center;
  margin-top: 2em;
}
.contact_inner .notes2 {
  width: 680px;
  line-height: 1.5;
  margin: 2em auto 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
  .contact_inner .notes2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.25em;
  }
}
.contact_inner .notes3 {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 1.25em;
  border: 0.125em solid #094;
  background: #fff;
  color: #094;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  margin-top: 2em;
}

footer {
  width: 100%;
  padding: 1.625em 0;
  background: #fff;
}
footer .footer_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5em;
}
@media screen and (max-width: 640px) {
  footer .footer_inner {
    flex-wrap: wrap;
  }
}
footer .footer_inner li:first-child {
  width: 20.75em;
}
footer .footer_inner li:last-child {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  footer .footer_inner li:last-child {
    width: 90%;
    margin: auto;
  }
}
footer .footer_inner li:last-child dl {
  display: flex;
}
footer .footer_inner li:last-child dl.cname {
  align-items: center;
  gap: 1em;
}
footer .footer_inner li:last-child dl.cname dt {
  font-size: 1.25em;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .footer_inner li:last-child dl.cname dd {
  display: inline-block;
}
footer .footer_inner li:last-child dl.cname dd::before, footer .footer_inner li:last-child dl.cname dd::after {
  display: inline-block;
  content: "ー";
}
@media screen and (max-width: 640px) {
  footer .footer_inner li:last-child dl.cname {
    justify-content: center;
  }
}
footer .footer_inner li:last-child dl.address dt {
  width: 6em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  footer .footer_inner li:last-child dl.address dt {
    font-weight: 700;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: initial;
  }
}
@media screen and (max-width: 640px) {
  footer .footer_inner li:last-child dl.address {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  footer .footer_inner li:last-child dl.address dd {
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 640px) {
  footer .footer_inner li:last-child dl + dl {
    margin-top: 0.5em;
  }
}

#global-nav ul {
  font-size: 32px;
  line-height: 2.5;
  width: 70%;
  display: inline-block;
  text-align: left;
}
#global-nav ul li {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.5em;
  border-bottom: 1px solid #fff;
}
#global-nav ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "→";
  color: #fff;
}
#global-nav ul li a {
  display: block;
  color: #fff;
}

.thanks_area {
  padding: 52px 0;
}
.thanks_area h3 {
  margin-top: 2.22em;
  font-size: 36px;
  line-height: 1.22;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #40220f;
}
@media screen and (max-width: 640px) {
  .thanks_area h3 {
    font-size: 34px;
  }
}
.thanks_area h3 span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 1.2em;
}
.thanks_area h3 span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.916em;
  height: 1.13888em;
  display: inline-block;
  content: "";
  background: url(../img/thanks_left_33.svg) center center/contain no-repeat;
}
.thanks_area h3 span::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.916em;
  height: 1.13888em;
  display: inline-block;
  content: "";
  background: url(../img/thanks_right_33.svg) center center/contain no-repeat;
}
.thanks_area .text {
  width: 597px;
  margin: 60px auto 0;
  font-size: 1.125em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .thanks_area .text {
    width: 92%;
  }
}
.thanks_area .btn {
  width: 10em;
  height: 2em;
  margin: 114px auto 0;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #ed6d0f;
}
.thanks_area .btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
.thanks_area .btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks_area .btn a p {
  font-size: 1.125em;
  color: #ed6d0f;
}
.thanks_area .text2 {
  width: 92%;
  max-width: 750px;
  margin: 170px auto 0;
  bottom: 52px;
  font-size: 0.875em;
  line-height: 1.5;
}

.request_area {
  padding-bottom: 62px;
}
@media screen and (max-width: 640px) {
  .request_area {
    padding-bottom: 93px;
  }
}
.request_area.req_gap01 {
  padding-top: 100px;
}
@media screen and (max-width: 640px) {
  .request_area.req_gap01 {
    padding-top: 170px;
  }
}
.request_area.req_gap02 {
  padding-top: 62px;
}
@media screen and (max-width: 640px) {
  .request_area.req_gap02 {
    padding-top: 93px;
  }
}
.request_area .btn_spc {
  width: 626px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .request_area .btn_spc {
    width: 576px;
  }
}
.request_area .btn_spc .btn img {
  transition: all 0.4s;
}
.request_area .btn_spc .btn.over img {
  transform: scale(105%);
}
@media screen and (max-width: 640px) {
  .request_area .btn_spc .btn.over img {
    transform: none;
  }
}
.request_area .btn_spc .fukidashi {
  position: absolute;
  width: 272px;
  left: 50%;
  top: -22px;
  -webkit-animation: move-y 1s infinite alternate ease-in-out;
          animation: move-y 1s infinite alternate ease-in-out;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .request_area .btn_spc .fukidashi {
    width: 344px;
    -webkit-animation: none;
            animation: none;
    top: -33px;
  }
}
.request_area .btn_spc .fukidashi img {
  transition: all 0.4s;
}
.request_area .btn_spc .fukidashi.over {
  -webkit-animation: none;
          animation: none;
}
.request_area .btn_spc .fukidashi.over img {
  transform: scale(105%);
  transition: all 0.4s;
}
@media screen and (max-width: 640px) {
  .request_area .btn_spc .fukidashi.over img {
    transform: none;
  }
}
@-webkit-keyframes move-y {
  from {
    transform: translate(-50%, 0);
  }
  to {
    transform: translate(-50%, -10px);
  }
}
@keyframes move-y {
  from {
    transform: translate(-50%, 0);
  }
  to {
    transform: translate(-50%, -10px);
  }
}
/*# sourceMappingURL=style.css.map */