@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/* 769px */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ========================================
  Reset
======================================== */
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, p, blockquote, pre, address, object, form, fieldset, input, textarea, figure {
  margin: 0;
  padding: 0;
}

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

li {
  list-style: none;
  list-style-position: inside;
}

hr {
  border: none;
  border-top: #cccccc 1px solid;
}

/* ========================================
  Base
======================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 10px;
}

/*html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}*/
body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  /*img{
    opacity: .8;
  }
  */
}

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

/*
.pc {
  display: block;
  @media screen and (max-width: 768px) {
    display: none;
  }
}
.sp {
  display: none;
  @media screen and (max-width: 768px) {
    display: block;
  }
}
*/
/* ========================================
  layout
======================================== */
.mb0 {
  margin-bottom: 0 !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
br.pc_br {
  display: block;
}
br.tb_br {
  display: none;
}
br.sp_br {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  br.tb_br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  br.pc_br {
    display: none;
  }
  br.tb_br {
    display: none;
  }
  br.sp_br {
    display: block;
  }
}
#header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .logo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logo_block .logo {
  white-space: nowrap;
  margin-right: 10px;
  font-size: 60px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, serif;
  font-style: italic;
  font-weight: 700;
  color: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #header .logo_block .logo {
    font-size: 3.125vw;
  }
}
#header .logo_block .logo a {
  text-decoration: none;
  color: #1e3002;
}
#header .logo_block .area_txt {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #header .logo_block .area_txt {
    font-size: 1.25vw;
  }
}
#header .sp_header_txt {
  display: none;
}
#header .header_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
      -ms-flex-align: strech;
          align-items: strech;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #header .header_cta {
    font-size: 1.4583333333vw;
  }
}
#header .header_cta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #header .header_cta p {
    margin-right: 1.3020833333vw;
  }
}
#header .header_cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 90px;
  padding: 5px;
  font-size: 29px;
  line-height: 1.25;
  color: #FFF;
  text-decoration: none;
  margin-right: 10px;
  -webkit-box-shadow: -2px 2px 0 0 rgb(0, 0, 0);
          box-shadow: -2px 2px 0 0 rgb(0, 0, 0);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #header .header_cta a {
    width: max(220px, 14.5833333333vw);
    height: auto;
    font-size: 1.5104166667vw;
    margin-right: 0.5208333333vw;
    -webkit-box-shadow: -0.1041666667vw 0.1041666667vw 0 0 rgb(0, 0, 0);
            box-shadow: -0.1041666667vw 0.1041666667vw 0 0 rgb(0, 0, 0);
  }
}
#header .header_cta .tel {
  background: #e33737;
}
#header .header_cta .tel ul li.icon {
  font-size: 14px;
  color: #ffff00;
  background: url("../img/icon_phone.png") left center no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #header .header_cta .tel ul li.icon {
    font-size: max(14px, 0.7291666667vw);
  }
}
#header .header_cta .tel ul li.note {
  font-size: 13px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #header .header_cta .tel ul li.note {
    font-size: max(14px, 0.6770833333vw);
  }
}
#header .header_cta .mail {
  background: #2ea405;
}
#header .header_cta .mail ul li.icon {
  font-size: 14px;
  color: #ffff00;
  background: url("../img/icon_mail.png") left center no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #header .header_cta .mail ul li.icon {
    font-size: max(14px, 0.7291666667vw);
  }
}
#header .header_cta .mail ul li.note {
  font-size: 13px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #header .header_cta .mail ul li.note {
    font-size: max(14px, 0.6770833333vw);
  }
}

@media screen and (max-width: 768px) {
  #header .header_inner {
    display: block;
  }
  #header .logo_block {
    display: block;
  }
  #header .logo_block .logo {
    white-space:unset;
    text-align: center;
    font-size: 30px;
  }
  #header .logo_block .area_txt {
    display: none;
  }
  #header .sp_header_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #1e3002;
    margin-bottom: 8px;
  }
  #header .sp_header_txt li {
    text-align: center;
    width: 50%;
  }
  #header .header_cta {
    margin: 0 7px 10px;
    font-size: 22px;
  }
  #header .header_cta p {
    display: none;
  }
  #header .header_cta a {
    width: 100%;
    font-size: 18px;
  }
  #header .header_cta a:last-child {
    margin-right: 0;
  }
  #header .header_cta a.tel ul li.icon {
    background: url(../img/icon_phone.png) 5% center no-repeat;
    background-size: 16px;
    font-size: 14px;
  }
  #header .header_cta a.mail ul li.icon {
    background: url(../img/icon_mail.png) 5% center no-repeat;
    background-size: 16px;
    font-size: 14px;
  }
  #header .header_cta a br {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  #header .header_cta a.tel ul li.icon {
    font-size: 12px;
  }
}

@media screen and (max-width: 325px) {
  #header .header_cta a:first-of-type {
    padding: 0;
  }
}

#mv {
  width: 100%;
  min-height: 913px;
  padding: 38px 0;
  background: url(../img/mv_bg.png) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv {
    min-height: 47.5520833333vw;
    padding: 1.9791666667vw 16.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    padding: 3px;
    min-height: auto;
    background: url(../img/mv_bg.png) center center no-repeat;
  }
}
#mv .mv_inner {
  width: 1300px;
  margin: 0 auto;
  padding: 25px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv .mv_inner {
    width: 67.7083333333vw;
    padding: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_inner {
    width: 100%;
  }
}
#mv .mv_parts {
  margin-top: -35px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv .mv_parts {
    margin-top: -1.8229166667vw;
  }
}
#mv .sp_mv_parts {
  display: none;
}
#mv .mv_parts02_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mv .mv_parts02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv .mv_parts02 {
    margin-bottom: 0.5208333333vw;
    font-size: 1.7708333333vw;
  }
}
#mv .mv_parts02 li {
  white-space: nowrap;
  margin-right: 12px;
  padding: 5px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(253, 102, 78)), to(rgb(242, 137, 43)));
  background: linear-gradient(180deg, rgb(253, 102, 78) 0%, rgb(242, 137, 43) 100%);
  border-radius: 10px;
}
#mv .mv_parts02 li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv .mv_parts02 li {
    margin-right: 0.625vw;
    padding: 0.2604166667vw 1.0416666667vw;
    border-radius: 0.5208333333vw;
  }
}
#mv .mv_txt {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 60px;
  line-height: 1.25;
  font-style: italic;
  font-weight: 900;
  color: #1e3002;
  text-shadow: 2px 2px 10px #FFF, -2px 2px 10px #FFF, 2px -2px 10px #FFF, -2px -2px 10px #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv .mv_txt {
    margin-bottom: 0.78125vw;
    font-size: 3.125vw;
    text-shadow: 0.1041666667vw 0.1041666667vw 0.5208333333vw #FFF, -0.1041666667vw -0.1041666667vw 0.5208333333vw #FFF, 0.1041666667vw -0.1041666667vw 0.5208333333vw #FFF, -0.1041666667vw -0.1041666667vw 0.5208333333vw #FFF;
  }
}
#mv .mv_txt2 {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 40px;
  line-height: 1.25;
  font-style: italic;
  font-weight: 900;
  color: #FFF;
  text-shadow: 2px 2px 10px #1e3002, -2px 2px 10px #1e3002, 2px -2px 10px #1e3002, -2px -2px 10px #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv .mv_txt2 {
    margin-bottom: 0.78125vw;
    font-size: 2.0833333333vw;
    text-shadow: 0.1041666667vw 0.1041666667vw 0.5208333333vw #1e3002, -0.1041666667vw -0.1041666667vw 0.5208333333vw #1e3002, 0.1041666667vw -0.1041666667vw 0.5208333333vw #1e3002, -0.1041666667vw -0.1041666667vw 0.5208333333vw #1e3002;
  }
}
#mv .mv_txt3 {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 36px;
  line-height: 1.25;
  font-style: italic;
  font-weight: 900;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv .mv_txt3 {
    margin-bottom: 0.78125vw;
    font-size: 1.875vw;
  }
}
#mv .mv_txt3 p.shadow {
  text-shadow: 0.15em 0 0 #1e3002,-0.15em 0 0 #1e3002,0 0.15em 0 #1e3002,0 -0.15em 0 #1e3002,0.1em 0.1em 0 #1e3002,-0.1em -0.1em 0 #1e3002,0.1em -0.1em 0 #1e3002,-0.1em 0.1em 0 #1e3002,0.07em 0.15em 0 #1e3002,-0.07em -0.15em 0 #1e3002,0.15em -0.07em 0 #1e3002,-0.15em 0.07em 0 #1e3002,0.15em 0.07em 0 #1e3002,-0.15em -0.07em 0 #1e3002,0.07em -0.15em 0 #1e3002,-0.07em 0.15em 0 #1e3002,0.13em 0.05em 0 #1e3002,-0.13em -0.05em 0 #1e3002,0.05em -0.13em 0 #1e3002,-0.05em 0.13em 0 #1e3002,0.05em 0.13em 0 #1e3002,-0.05em -0.13em 0 #1e3002,0.13em -0.05em 0 #1e3002,-0.13em 0.05em 0 #1e3002;
  
}
#mv .mv_txt3 span.yellow {
  font-size: 48px;
  color: #ffd400;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv .mv_txt3 span.yellow {
    font-size: 2.5vw;
  }
}
#mv .mv_list_img {
  width: 786px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv .mv_list_img {
    width: 40.9375vw;
  }
}
#mv .mv_parts02_right {
  width: 253px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #mv .mv_parts02_right {
    width: 13.1770833333vw;
  }
}
#mv .sp_area_name {
  display: none;
}
#mv .sp_mv_parts02 {
  display: none;
}

@media screen and (max-width: 768px) {
  #mv {
    background: url(../img/sp_mv_bg.png) center center no-repeat;
    background-size: cover;
    /*min-height: 913px;*/
    padding: 8px 5px 60px 5px;
  }
  #mv .sp_area_name {
    max-width: 60%;
    margin: 0 auto;
    display: block;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
  #mv .sp_area_name .sp_area_name_inner {
    text-align: center;
    margin: 2px 0;
    padding: 5px;
    background: #FFF;
    color: #000;
  }
  #mv .sp_area_name .sp_area_name_inner span {
    display: block;
    font-size: 18px;
  }
  #mv .mv_inner {
    padding: 0 10px 10px 10px;
  }
  #mv .mv_parts {
    display: none;
  }
  #mv .sp_mv_parts {
    display: block;
  }
  #mv .mv_parts02 {
    margin-top: -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
  }
  #mv .mv_parts02 li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #mv .mv_txt {
    font-size: 40px;
  }
  #mv .mv_txt2 {
    font-size: 20px;
  }
  #mv .mv_txt3 {
    font-size: 16px;
  }
  #mv .mv_txt3 span.yellow {
    font-size: 22px;
  }
  #mv .mv_list_img {
    width: 100%;
  }
  #mv .sp_mv_parts02 {
    display: block;
  }
  #mv .mv_parts02_right {
    display: none;
  }
}
.contact {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  padding: 4px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact {
    margin-bottom: 4.1666666667vw;
    padding: 0.2083333333vw 0 0;
  }
}
.contact .contact_inner {
  max-width: 1920px;
  height: 1377px;
  margin: 0;
  padding: 0 0 30px;
  background: url(../img/sect01_bg.png) center right no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_inner {
    min-height: 71.71875vw;
    height: auto;
    margin: 0 auto;
    padding: 0 0 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_inner {
    height: auto;
    min-height: auto;
  }
}
.contact .wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .wrap {
    width: 67.7083333333vw;
  }
}
.contact .contact_parts {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .contact_catch {
  width: 45%;
  height: auto;
  background: #FFF;
  color: #1e3002;
  border: 3px solid #1e3002;
  -webkit-box-shadow: 10px 10px 0px 0 rgb(30, 48, 2);
          box-shadow: 10px 10px 0px 0 rgb(30, 48, 2);
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_catch {
    border: 0.15625vw solid #1e3002;
    -webkit-box-shadow: 0.5208333333vw 0.5208333333vw 0px 0 rgb(30, 48, 2);
            box-shadow: 0.5208333333vw 0.5208333333vw 0px 0 rgb(30, 48, 2);
    -webkit-transform: translateY(-3.6458333333vw);
            transform: translateY(-3.6458333333vw);
  }
}
.contact .contact_catch p {
  text-align: center;
  padding: 5px 30px;
  border-bottom: 3px solid #1e3002;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_catch p {
    padding: 0.2604166667vw 1.5625vw;
    border-bottom: 0.15625vw solid #1e3002;
    font-size: 1.875vw;
  }
}
.contact .contact_catch dl dt {
  text-align: center;
  padding: 20px 30px 10px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_catch dl dt {
    padding: 1.0416666667vw 1.5625vw 0.5208333333vw;
    font-size: max(14px, 1.4583333333vw);
  }
}
.contact .contact_catch dl dd {
  padding: 0 15px 15px;
  font-size: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_catch dl dd {
    padding: 0 0.78125vw 0.78125vw;
    font-size: max(14px, 1.0416666667vw);
  }
}
.contact .contact_lead {
  margin-left: 30px;
  padding: 90px 0 0 0;
  font-size: 34px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_lead {
    margin-left: 1.5625vw;
    padding: 4.6875vw 0 0 0;
    font-size: max(14px, 1.7708333333vw);
  }
}
.contact .contact_btn_block {
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_btn_block {
    margin-bottom: 2.34375vw;
  }
}
.contact .contact_btn_block p {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_btn_block p {
    margin-bottom: 1.0416666667vw;
    font-size: 2.1875vw;
  }
}
.contact .contact_btn_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  max-width: 850px;
  height: 130px;
  margin: 0 auto;
  background: linear-gradient(-45deg, #548705, #75a936);
  border-radius: 50px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(255, 255, 255, 0.75) inset, -3px -3px 10px 0px rgba(0, 0, 0, 0.75) inset;
          box-shadow: 3px 3px 10px 0px rgba(255, 255, 255, 0.75) inset, -3px -3px 10px 0px rgba(0, 0, 0, 0.75) inset;
  font-size: 46px;
  letter-spacing: 10px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_btn_block a {
    max-width: 44.2708333333vw;
    height: max(60px, 6.7708333333vw);
    border-radius: 2.6041666667vw;
    -webkit-box-shadow: 0.15625vw 0.15625vw 0.5208333333vw 0px rgba(255, 255, 255, 0.75) inset, -0.15625vw -0.15625vw 0.5208333333vw 0px rgba(0, 0, 0, 0.75) inset;
            box-shadow: 0.15625vw 0.15625vw 0.5208333333vw 0px rgba(255, 255, 255, 0.75) inset, -0.15625vw -0.15625vw 0.5208333333vw 0px rgba(0, 0, 0, 0.75) inset;
    letter-spacing: 0.5208333333vw;
  }
}
.contact .contact_btn_block a dt {
  text-align: center;
  font-size: 46px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_btn_block a dt {
    font-size: 2.3958333333vw;
  }
}
.contact .contact_btn_block a dd {
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_btn_block a dd {
    font-size: max(14px, 0.9375vw);
  }
}
.contact .contact_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .contact_cont .contact_box {
  width: 620px;
  margin-right: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box {
    width: 50%;
    /*margin-right: 0;*/
    margin-right: 5%;
  }
}
.contact .contact_cont .contact_box .price_box_ttl {
  text-align: center;
  font-weight: 700;
}
.contact .contact_cont .contact_box .price_box_ttl dt {
  font-size: 34px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box .price_box_ttl dt {
    font-size: 1.7708333333vw;
  }
}
.contact .contact_cont .contact_box .price_box_ttl dd {
  font-size: 45px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box .price_box_ttl dd {
    font-size: 2.34375vw;
  }
}
.contact .contact_cont .contact_box .price_box .price {
  text-align: center;
  font-size: 92px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 5px;
  color: #FF0000;
  text-shadow: #7d7d7d 5px 5px 15px;
}
.contact .contact_cont .contact_box .price_box .price .tax {
  font-size: max(14px, 1.5vw);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box .price_box .price {
    font-size: 4.7916666667vw;
    letter-spacing: 0.2604166667vw;
    text-shadow: #7d7d7d 0.2604166667vw 0.2604166667vw 0.78125vw;
  }
}
.contact .contact_cont .contact_box .price_box .price span {
  font-size: 74px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box .price_box .price span {
    font-size: 3.8541666667vw;
  }
}
.contact .contact_cont .contact_box .price_box .note {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box .price_box .note {
    margin-bottom: 1.5625vw;
    font-size: max(14px, 0.8333333333vw);
  }
}
.contact .contact_cont .contact_box .contact_box_icon {
  width: 545px;
  margin: 0 auto 19px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box .contact_box_icon {
    width: 28.3854166667vw;
    margin-bottom: 0.9895833333vw;
  }
}
.contact .contact_cont .contact_box .contact_box_credit {
  text-align: center;
  width: 495px;
  background: #FFF;
  margin: 0 auto;
  padding: 15px;
  border: #1e3002 8px solid;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box .contact_box_credit {
    width: auto;
    padding: 0.78125vw;
    border: #1e3002 0.4166666667vw solid;
  }
}
.contact .contact_cont .contact_box .contact_box_credit dl dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box .contact_box_credit dl dt {
    font-size: max(14px, 0.9375vw);
  }
}
.contact .contact_cont .contact_box_form {
  width: 45%;
  background: #ff5700;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.3), inset 0 -2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.3), inset 0 -2px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form {
    border-radius: 0.5208333333vw;
    padding: 0.5208333333vw;
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_ttl {
  text-align: center;
  background: #ff5700;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_ttl {
    padding-bottom: 0.5208333333vw;
    font-size: 1.5625vw;
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main {
  background: #FFF;
  padding: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_main {
    padding: 1.0416666667vw;
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl {
    margin-bottom: 0.78125vw;
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form dl dt {
  white-space: nowrap;
  width: 150px;
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl dt {
    width: 8.8125vw;
    font-size: max(14px, 0.9375vw);
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form dl dt .must {
  margin-left: 10px;
  font-size: 16px;
  color: #ff0000;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl dt .must {
    margin-left: 0.5208333333vw;
    font-size: max(14px, 0.8333333333vw);
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form dl dd {
  width: calc(100% - 150px);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl dd {
    width: calc(100% - 7.8125vw);
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form dl dd input {
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
  border: 1px solid #999;
  /*border: none;*/
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl dd input {
    font-size: max(14px, 0.8333333333vw);
    border-radius: 0.5208333333vw;
    padding: 0.5208333333vw;
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form dl dd textarea {
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 10px;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
  border: 1px solid #999;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl dd textarea {
    font-size: max(14px, 0.8333333333vw);
    border-radius: 0.5208333333vw;
    padding: 0.5208333333vw 0.5208333333vw;
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form dl.tel input {
  max-width: 400px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl.tel input {
    max-width: 20.8333333333vw;
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form .form_btn_confirm {
  text-align: center;
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form .form_btn_confirm input {
  cursor: pointer;
  width: 200px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  line-height: 50px;
  border: none;
  background: url(../img/btn_confirm_bg.png) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_main .form .form_btn_confirm input {
    padding-right: 13px;
    font-size: max(16px, 0.8333333333vw);
    line-height: max(50px, 2.6041666667vw);
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form .form_txt {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact .contact_cont .contact_box_form .contact_box_form_main .form .form_txt {
    margin-bottom: 0.5208333333vw;
    font-size: max(14px, 0.625vw);
  }
}
.contact .contact_cont .contact_box_form .contact_box_form_main .form .form_txt .red {
  color: #ff0101;
}
.contact .contact_cont .sp_contact_box_credit {
  display: none;
}
.contact.bg_green {
  background-color: #1e3002;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact.bg_green {
    padding-bottom: 4.1666666667vw;
  }
}
.contact.bg_green02 {
  background-color: #1e3002;
  padding: 140px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .contact.bg_green02 {
    padding: 7.2916666667vw 0;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: 40px;
    padding: 35px 0 35px;
  }
  .contact .contact_inner {
    /*max-width: 1920px;*/
    /*height: 1377px;*/
    height: auto;
    margin: 0;
    padding: 0 0 30px;
    background: url(../img/sp_sect01_bg.png) center right no-repeat;
    background-size: cover;
  }
  .contact .contact_parts {
    display: block;
  }
  .contact .contact_catch {
    width: 80%;
    margin: 0 auto;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    -webkit-box-shadow: 3px 3px 0px 0 rgb(30, 48, 2);
            box-shadow: 3px 3px 0px 0 rgb(30, 48, 2);
  }
  .contact .contact_catch p {
    font-size: 18px;
  }
  .contact .contact_catch dl dt {
    padding: 10px 20px 10px;
    font-size: 14px;
  }
  .contact .contact_catch dl dd {
    font-size: 14px;
  }
  .contact .contact_lead {
    margin: -60px 20px 20px;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }
  .contact .contact_lead p {
    display: inline-block;
    text-align: left;
  }
  .contact .contact_btn_block {
    margin-bottom: 20px;
  }
  .contact .contact_btn_block p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact .contact_btn_block a {
    height: auto;
    margin: 0 10px;
    padding: 10px;
    letter-spacing: 2px;
  }
  .contact .contact_btn_block a dl dt {
    font-size: 24px;
  }
  .contact .contact_btn_block a dl dd {
    font-size: 14px;
  }
  .contact .contact_cont {
    display: block;
    padding: 0 20px;
  }
  .contact .contact_cont .contact_box {
    width: 100%;
  }
  .contact .contact_cont .contact_box .price_box_ttl dt {
    font-size: 16px;
  }
  .contact .contact_cont .contact_box .price_box_ttl dd {
    font-size: 24px;
  }
  .contact .contact_cont .contact_box .price_box .price {
    font-size: 42px;
  }
  .contact .contact_cont .contact_box .price_box .price span {
    font-size: 38px;
  }
  .contact .contact_cont .contact_box .price_box .note {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .contact .contact_cont .contact_box .contact_box_icon {
    width: 70%;
    margin: 0 auto 20px;
  }
  .contact .contact_cont .contact_box .contact_box_credit {
    display: none;
  }
  .contact .contact_cont .contact_box_form {
    width: 100%;
    padding: 7px;
  }
  .contact .contact_cont .contact_box_form .contact_box_form_ttl {
    font-size: 20px;
  }
  .contact .contact_cont .contact_box_form .contact_box_form_main {
    padding: 10px;
  }
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl {
    margin-bottom: 10px;
  }
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl dt {
    width: 90px;
    font-size: 14px;
  }
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl dd {
    width: calc(100% - 90px);
  }
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl dd input {
    padding: 5px;
    font-size: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 5px;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;*/
  }
  .contact .contact_cont .contact_box_form .contact_box_form_main .form dl dd textarea {
    padding: 5px;
    font-size: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 5px;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;*/
  }
  .contact .contact_cont .sp_contact_box_credit {
    display: block;
    text-align: center;
    width: 100%;
    background: #FFF;
    margin: 20px auto 0;
    padding: 10px;
    border: #1e3002 4px solid;
  }
  .contact .contact_cont .sp_contact_box_credit dl dt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .contact.bg_green {
    padding: 40px 0;
  }
  .contact.bg_green02 {
    padding: 100px 0;
  }
}
#sect02 .sect02_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.sect02_ttl picture, .sect02_ttl picture img {
  width: 100%;
}
#sect02 .sect02_box {
  position: relative;
  background: url(../img/sect02_box_bg.png) center bottom no-repeat;
  background-size: cover;
  margin-bottom: -103px;
  padding: 120px 0 210px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box {
    margin-bottom: -5.3645833333vw;
    padding: 6.25vw 0 10.9375vw;
  }
}
#sect02 .sect02_box .sect02_box_inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #1e3002;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box .sect02_box_inner {
    max-width: 62.5vw;
  }
}
#sect02 .sect02_box h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  border-bottom: 10px solid #FFF;
  padding: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box h3 {
    font-size: 30px;
    border-bottom: 0.5208333333vw solid #FFF;
    padding: 1.0416666667vw;
  }
}
#sect02 .sect02_box ul {
  padding: 30px 50px 50px;
  background: url(../img/sect02_box_bg02.png) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box ul {
    padding: 1.5625vw 2.6041666667vw 2.6041666667vw;
  }
}
#sect02 .sect02_box ul li {
  background: url(../img/sect02_box_icon.png) left 10px no-repeat;
  padding-left: 45px;
  background-size: 39px;
  font-size: 36px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #111b00;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box ul li {
    background: url(../img/sect02_box_icon.png) left 0.6770833333vw no-repeat;
    padding-left: 2.8645833333vw;
    background-size: 2.34375vw;
    font-size: 22px;
    margin-bottom: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-bottom: 0.5208333333vw;
  }
}
#sect02 .sect02_box ul li:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #2d4a00;
}
#sect02 .sect02_bg {
  padding: 183px 0 0;
  background: url(../img/sect02_bg02.png) top center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_bg {
    padding: 9.53125vw 0 0;
    background: url(../img/sect02_bg02.png) top center no-repeat;
    background-size: contain;
  }
}
#sect02 .sect02_box02 h3 {
  text-align: center;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
  color: #1e3002;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box02 h3 {
    font-size: 46px;
    margin-bottom: 5.2083333333vw;
  }
}
#sect02 .sect02_box02 h3 span {
  display: block;
  font-size: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box02 h3 span {
    font-size: 30px;
  }
}
#sect02 .sect02_box02 .sect02_box02_img {
  width: 893px;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box02 .sect02_box02_img {
    width: 46.5104166667vw;
    margin: 0 auto 1.8229166667vw;
  }
}
#sect02 .sect02_box02 .sect02_box02_txt {
  width: 1200px;
  margin: 0 auto 70px;
  padding: 30px;
  font-size: 24px;
  line-height: 2;
  background: #FFF;
  color: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box02 .sect02_box02_txt {
    width: 62.5vw;
    margin: 0 auto 3.6458333333vw;
    padding: 1.5625vw;
    font-size: 16px;
  }
}
#sect02 .sect02_box03 {
  margin-bottom: 180px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box03 {
    margin-bottom: 9.375vw;
  }
}
#sect02 .sect02_box03 h3 {
  text-align: center;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
  color: #1e3002;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box03 h3 {
    font-size: 46px;
    margin-bottom: 1.5625vw;
  }
}
#sect02 .sect02_box03 h3 span {
  font-size: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box03 h3 span {
    font-size: 30px;
  }
}
#sect02 .sect02_box03 .yaji {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box03 .yaji {
    margin-bottom: 2.0833333333vw;
  }
}
#sect02 .sect02_box03 .sect02_box03_wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box03 .sect02_box03_wrap {
    padding: 0 1.0416666667vw;
  }
}
#sect02 .sect02_box03 .sect02_box03_wrap .sect02_box03_item {
  width: calc((100% - 75px) / 4);
  margin: 0 25px 50px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box03 .sect02_box03_wrap .sect02_box03_item {
    width: calc((100% - 3.90625vw) / 4);
    margin: 0 1.3020833333vw 2.6041666667vw 0;
  }
}
#sect02 .sect02_box03 .sect02_box03_wrap .sect02_box03_item:nth-child(4n) {
  margin-right: 0;
}
#sect02 .sect02_box03 .sect02_box03_wrap dl {
  -webkit-box-shadow: 2px 2px 5px #999;
          box-shadow: 2px 2px 5px #999;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box03 .sect02_box03_wrap dl {
    -webkit-box-shadow: 0.1041666667vw 0.1041666667vw 0.2604166667vw #666;
            box-shadow: 0.1041666667vw 0.1041666667vw 0.2604166667vw #666;
    margin-bottom: 0.78125vw;
  }
}
#sect02 .sect02_box03 .sect02_box03_wrap dl dt {
  text-align: center;
  padding: 8px 3px;
  background: #1e3002;
  border-radius: 3px 3px 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box03 .sect02_box03_wrap dl dt {
    padding: 0.4166666667vw 0.15625vw;
    font-size: 18px;
    /*font-size: max(14px, vw(24));*/
  }
}
#sect02 .sect02_box03 .sect02_box03_wrap dl dd img {
  width: 100%;
}
#sect02 .sect02_box03 .sect02_box03_wrap .sect02_box03_item_txt {
  min-height: 260px;
  background: #1e3002;
  border: 1px solid #000;
  -webkit-box-shadow: 2px 2px 5px #666;
          box-shadow: 2px 2px 5px #666;
  padding: 10px;
  color: #FFF;
  font-size: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box03 .sect02_box03_wrap .sect02_box03_item_txt {
    min-height: 170px;
    -webkit-box-shadow: 0.1041666667vw 0.1041666667vw 0.2604166667vw #666;
            box-shadow: 0.1041666667vw 0.1041666667vw 0.2604166667vw #666;
    padding: 0.5208333333vw;
    font-size: 14px;
  }
}
#sect02 .sect02_box04 {
  margin-bottom: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 {
    margin-bottom: 10.4166666667vw;
  }
}
#sect02 .sect02_box04 h3 {
  text-align: center;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
  color: #1e3002;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 h3 {
    font-size: 46px;
    margin-bottom: 1.5625vw;
  }
}
#sect02 .sect02_box04 h3 span {
  font-size: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 h3 span {
    font-size: 30px;
  }
}
#sect02 .sect02_box04 .sect02_box04_item {
  width: 1560px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 .sect02_box04_item {
    width: 81.25vw;
    margin-bottom: 5.2083333333vw;
  }
}
#sect02 .sect02_box04 .sect02_box04_item .img {
  width: 680px;
  margin-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 .sect02_box04_item .img {
    width: 35.4166666667vw;
    margin-right: 1.0416666667vw;
  }
}
#sect02 .sect02_box04 .sect02_box04_item .txt_cont {
  width: calc(100% - 700px);
  color: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 .sect02_box04_item .txt_cont {
    width: calc(100% - 36.4583333333vw);
  }
}
#sect02 .sect02_box04 .sect02_box04_item .txt_cont dl dt {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 5px solid #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 .sect02_box04_item .txt_cont dl dt {
    font-size: 20px;
    margin-bottom: 1.0416666667vw;
    padding-bottom: 0.2604166667vw;
    border-bottom: 0.2604166667vw solid #1e3002;
  }
}
#sect02 .sect02_box04 .sect02_box04_item .txt_cont dl dd {
  font-size: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 .sect02_box04_item .txt_cont dl dd {
    font-size: 15px;
  }
}
#sect02 .sect02_box04 .sect02_box04_item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 120px;
  color: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 .sect02_box04_item02 {
    margin-bottom: 6.25vw;
  }
}
#sect02 .sect02_box04 .sect02_box04_item02 .img {
  width: 680px;
  margin-left: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 .sect02_box04_item02 .img {
    width: 35.4166666667vw;
    margin-left: 1.0416666667vw;
  }
}
#sect02 .sect02_box04 .sect02_box04_item02 .txt_cont {
  width: 860px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 .sect02_box04_item02 .txt_cont {
    width: 44.7916666667vw;
  }
}
#sect02 .sect02_box04 .sect02_box04_item02 .txt_cont dl dt {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 5px solid #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 .sect02_box04_item02 .txt_cont dl dt {
    font-size: 20px;
    margin-bottom: 1.0416666667vw;
    padding-bottom: 0.2604166667vw;
    border-bottom: 0.2604166667vw solid #1e3002;
  }
}
#sect02 .sect02_box04 .sect02_box04_item02 .txt_cont dl dd {
  font-size: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect02 .sect02_box04 .sect02_box04_item02 .txt_cont dl dd {
    font-size: 15px;
  }
}
#sect02 .sect02_box04 .sect02_box04_item02.last {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  #sect02 .sect02_box {
    margin-bottom: -50px;
    padding: 60px 20px 105px;
  }
  #sect02 .sect02_box .sect02_box_inner {
    margin: 0 auto;
  }
  #sect02 .sect02_box h3 {
    font-size: 24px;
    border-bottom: 2px solid #FFF;
    padding: 10px;
  }
  #sect02 .sect02_box ul {
    padding: 15px 25px 25px;
    background: url(../img/sect02_box_bg02.png) center center no-repeat;
    background-size: cover;
  }
  #sect02 .sect02_box ul li {
    background: url(../img/sect02_box_icon.png) left 5px no-repeat;
    padding-left: 25px;
    background-size: 20px;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-bottom: 5px;
  }
  #sect02 .sect02_box ul li:before {
    bottom: -1px;
  }
  #sect02 .sect02_bg {
    padding: 90px 0 0;
    background: url(../img/sect02_bg02.png) top center no-repeat;
    background-size: cover;
  }
  #sect02 .sect02_box02 h3 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  #sect02 .sect02_box02 h3 span {
    font-size: 30px;
  }
  #sect02 .sect02_box02 .sect02_box02_img {
    width: auto;
    margin: 0 20px 15px;
  }
  #sect02 .sect02_box02 .sect02_box02_txt {
    width: 90%;
    margin: 0 auto 35px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  #sect02 .sect02_box03 {
    margin-bottom: 50px;
  }
  #sect02 .sect02_box03 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  #sect02 .sect02_box03 h3 span {
    font-size: 30px;
  }
  #sect02 .sect02_box03 .yaji {
    margin-bottom: 20px;
  }
  #sect02 .sect02_box03 .sect02_box03_wrap {
    padding: 0 20px;
  }
  #sect02 .sect02_box03 .sect02_box03_wrap .sect02_box03_item {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 25px 0;
    background: #1e3002;
  }
  #sect02 .sect02_box03 .sect02_box03_wrap .sect02_box03_item:nth-child(2n) {
    margin-right: 0;
  }
  #sect02 .sect02_box03 .sect02_box03_wrap dl {
    -webkit-box-shadow: none;
            box-shadow: none;
    /*box-shadow: 2px 2px 5px #999;*/
    margin-bottom: 10px;
  }
  #sect02 .sect02_box03 .sect02_box03_wrap dl dt {
    padding: 3px 2px;
    font-size: 16px;
  }
  #sect02 .sect02_box03 .sect02_box03_wrap .sect02_box03_item_txt {
    min-height: auto;
    padding: 0 10px 10px 10px;
    font-size: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  #sect02 .sect02_box04 {
    margin-bottom: 100px;
  }
  #sect02 .sect02_box04 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  #sect02 .sect02_box04 h3 span {
    font-size: 30px;
  }
  #sect02 .sect02_box04 .sect02_box04_item {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
  #sect02 .sect02_box04 .sect02_box04_item .img {
    width: auto;
    margin-right: 10px;
  }
  #sect02 .sect02_box04 .sect02_box04_item .txt_cont {
    width: auto;
    padding: 20px;
  }
  #sect02 .sect02_box04 .sect02_box04_item .txt_cont dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 3px solid #1e3002;
  }
  #sect02 .sect02_box04 .sect02_box04_item .txt_cont dl dd {
    font-size: 14px;
  }
  #sect02 .sect02_box04 .sect02_box04_item02 {
    display: block;
    margin-bottom: 60px;
  }
  #sect02 .sect02_box04 .sect02_box04_item02 .img {
    text-align: right;
    width: auto;
    margin-left: 10px;
  }
  #sect02 .sect02_box04 .sect02_box04_item02 .txt_cont {
    width: auto;
    padding: 20px;
  }
  #sect02 .sect02_box04 .sect02_box04_item02 .txt_cont dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 3px solid #1e3002;
  }
  #sect02 .sect02_box04 .sect02_box04_item02 .txt_cont dl dd {
    font-size: 14px;
  }
}
#sect03 .sect03_main img {
  width: 100%;
}
#sect03 .sect03_bg {
  margin-top: -1px;
  background: url(../img/sect03_bg.png) center center no-repeat;
  background-size: cover;
  padding: 0 20px 80px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 .sect03_bg {
    padding: 0 1.0416666667vw 4.1666666667vw;
  }
}
#sect03 h2 {
  text-align: center;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
  color: #FFF;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 h2 {
    font-size: 46px;
    margin-bottom: 1.5625vw;
  }
}
#sect03 h2 span.s_size {
  font-size: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 h2 span.s_size {
    font-size: 36px;
  }
}
#sect03 h2 span.l_size {
  font-size: 90px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 h2 span.l_size {
    font-size: 54px;
  }
}
#sect03 .sect03_item_wrap {
  max-width: 1200px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 .sect03_item_wrap {
    width: 80%;
    margin: 0 auto 3.125vw;
  }
}
#sect03 .sect03_item_wrap .sect03_item {
  width: calc((100% - 40px) / 2);
  margin: 0 40px 40px 0;
  padding: 20px 20px 60px;
  background: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 .sect03_item_wrap .sect03_item {
    width: calc((100% - 2.0833333333vw) / 2);
    margin: 0 2.0833333333vw 2.0833333333vw 0;
    padding: 1.0416666667vw 1.0416666667vw 3.125vw;
  }
}
#sect03 .sect03_item_wrap .sect03_item h4 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 .sect03_item_wrap .sect03_item h4 {
    font-size: 22px;
    margin-bottom: 0.78125vw;
  }
}
#sect03 .sect03_item_wrap .sect03_item dl dt {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 .sect03_item_wrap .sect03_item dl dt {
    margin-bottom: 1.0416666667vw;
  }
}
#sect03 .sect03_item_wrap .sect03_item dl dd {
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 .sect03_item_wrap .sect03_item dl dd {
    font-size: 14px;
    /*font-size: vw(18);*/
  }
}
#sect03 .sect03_item_wrap .sect03_item:nth-child(2n) {
  margin-right: 0;
}
#sect03 .sect03_note {
  text-align: center;
}
#sect03 .sect03_note p {
  display: inline-block;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 .sect03_note p {
    font-size: 32px;
  }
}
#sect03 .sect03_note p:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect03 .sect03_note p:before {
    bottom: -1.0416666667vw;
    height: 0.2604166667vw;
  }
}
#sect03 .sect03_note p .yellow {
  color: #ffcc00;
}

@media screen and (max-width: 768px) {
  #sect02 .sect02_box03 .sect02_box03_wrap dl dt {
    font-size: 14px;
  }
  #sect02 .sect02_box03 .sect02_box03_wrap .sect02_box03_item_txt {
    font-size: 14px;
  }
  #sect03 .sect03_bg {
    padding: 0 20px 40px;
  }
  #sect03 h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  #sect03 h2 span.s_size {
    font-size: 30px;
  }
  #sect03 h2 span.l_size {
    font-size: 45px;
  }
  #sect03 .sect03_item_wrap {
    display: block;
    margin: 0 0 30px;
  }
  #sect03 .sect03_item_wrap .sect03_item {
    width: 80%;
    margin: 0 auto 20px;
    padding: 20px;
  }
  #sect03 .sect03_item_wrap .sect03_item h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #sect03 .sect03_item_wrap .sect03_item dl dt {
    margin-bottom: 10px;
  }
  #sect03 .sect03_item_wrap .sect03_item dl dd {
    font-size: 14px;
  }
  #sect03 .sect03_item_wrap .sect03_item:nth-child(2n) {
    margin: 0 auto 20px;
  }
  #sect03 .sect03_note p {
    font-size: 20px;
  }
  #sect03 .sect03_note p:before {
    bottom: -10px;
    height: 2px;
  }
}
#sect04 .sect04_block {
  background: url("../img/sect04_bg.png") center center no-repeat;
  background-size: cover;
  padding: 90px 20px 100px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block {
    padding: 4.6875vw 1.0416666667vw 5.2083333333vw;
  }
}
#sect04 .sect04_block h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 100px;
  line-height: 1.25;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block h2 {
    margin-bottom: 3.125vw;
    font-size: 60px;
  }
}
#sect04 .sect04_block h2 span {
  font-size: 62px;
  font-weight: 700;
  margin: 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block h2 span {
    font-size: 40px;
    margin: 0 1.0416666667vw;
  }
}
#sect04 .sect04_block ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block ul {
    max-width: 52.0833333333vw;
  }
}
#sect04 .sect04_block ul li {
  white-space: nowrap;
  background: url("../img/icon_check.png") center left no-repeat;
  background-size: cover;
  background-size: 55px;
  width: 25%;
  margin: 0;
  padding-left: 65px;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block ul li {
    background-size: 2.8645833333vw;
    padding-left: 3.3854166667vw;
    font-size: 1.875vw;
  }
}
#sect04 .sect04_block ul li:last-child {
  margin-right: 0;
}
#sect04 .sect04_block .sect04_img {
  width: 767px;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block .sect04_img {
    width: 39.9479166667vw;
    margin: 1.5625vw auto 0;
  }
}
#sect04 .sect04_block .sect04_inner {
  text-align: center;
}
#sect04 .sect04_block .sect04_inner .sect04_parts {
  display: inline;
  background: #ffff00;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 700;
  color: #be0000;
  border-radius: 20px;
  padding: 5px 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block .sect04_inner .sect04_parts {
    font-size: max(14px, 1.3541666667vw);
    border-radius: 1.0416666667vw;
    padding: 0.2604166667vw 1.0416666667vw;
  }
}
#sect04 .sect04_block .sect04_inner .sect04_parts02 {
  font-family: "Roboto", sans-serif;
  font-size: 190px;
  letter-spacing: -5px;
  font-weight: 700;
  line-height: 1.25;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(255, 255, 255)), to(rgb(255, 255, 0)));
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(255, 255, 0));
  -webkit-background-clip: text;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block .sect04_inner .sect04_parts02 {
    font-size: 9.8958333333vw;
    letter-spacing: -0.2604166667vw;
  }
}
#sect04 .sect04_block .sect04_inner .sect04_parts02 .unit_size {
  font-size: 82px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block .sect04_inner .sect04_parts02 .unit_size {
    font-size: 4.2708333333vw;
  }
}
#sect04 .sect04_block .sect04_inner .sect04_parts02 .tax_size {
  font-size: 26px;
  letter-spacing: 0;
  margin-left: -5px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block .sect04_inner .sect04_parts02 .tax_size {
    font-size: 1.3541666667vw;
    margin-left: -0.2604166667vw;
  }
}
#sect04 .sect04_block .sect04_inner .sect04_parts03 {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffff00;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block .sect04_inner .sect04_parts03 {
    font-size: 1.7708333333vw;
  }
}
#sect04 .sect04_block02 {
  padding: 70px 20px 100px;
  background: url("../img/sect04_block02_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 {
    padding: 3.6458333333vw 1.0416666667vw 5.2083333333vw;
  }
}
#sect04 .sect04_block02 .balloon {
  position: relative;
  text-align: center;
  width: 790px;
  margin: 0 auto 60px;
  padding: 20px;
  background: #1e3002;
  font-size: 36px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 .balloon {
    width: 41.1458333333vw;
    margin: 0 auto 3.125vw;
    padding: 1.0416666667vw;
    font-size: 20px;
  }
}
#sect04 .sect04_block02 .balloon.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 .balloon.balloon:before {
    margin-left: -0.78125vw;
    border: 0.78125vw solid transparent;
    border-top: 0.78125vw solid #1e3002;
  }
}
#sect04 .sect04_block02 .balloon dl dd .yellow {
  font-size: 48px;
  color: #ffff00;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 .balloon dl dd .yellow {
    font-size: 30px;
  }
}
#sect04 .sect04_block02 .sect04_block02_item {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 80px;
  background: #eaefe1;
  -webkit-box-shadow: 2px 2px 5px #727272;
          box-shadow: 2px 2px 5px #727272;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 .sect04_block02_item {
    max-width: 62.5vw;
    padding: 0 1.5625vw 4.1666666667vw;
    -webkit-box-shadow: 0.1041666667vw 0.1041666667vw 0.2604166667vw #727272;
            box-shadow: 0.1041666667vw 0.1041666667vw 0.2604166667vw #727272;
  }
}
#sect04 .sect04_block02 .sect04_block02_item h3 {
  text-align: center;
  padding: 35px 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 .sect04_block02_item h3 {
    padding: 1.8229166667vw 1.0416666667vw;
    font-size: 24px;
  }
}
#sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner .sect04_block02_item_img {
  width: 540px;
  margin-right: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner .sect04_block02_item_img {
    width: 28.125vw;
    margin-right: 1.5625vw;
  }
}
#sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl {
  width: calc(100% - 570px);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl {
    width: calc(100% - 29.6875vw);
  }
}
#sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl dt {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl dt {
    font-size: 20px;
  }
}
#sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl dd {
  font-size: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl dd {
    font-size: 16px;
  }
}
#sect04 .sect04_block02 .sect04_block02_item .triangle {
  width: 31px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect04 .sect04_block02 .sect04_block02_item .triangle {
    width: 1.6145833333vw;
  }
}

@media screen and (max-width: 768px) {
  #sect04 .sect04_block {
    padding: 45px 10px 50px;
  }
  #sect04 .sect04_block h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  #sect04 .sect04_block h2 span {
    font-size: 28px;
    margin: 0 10px;
  }
  #sect04 .sect04_block ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 40px;
  }
  #sect04 .sect04_block ul li {
    background-size: 30px;
    width: 50%;
    margin: 0 0 10px;
    padding-left: 40px;
    font-size: 18px;
  }
  #sect04 .sect04_block .sect04_img {
    width: 80%;
    margin: 15px auto 0;
  }
  #sect04 .sect04_block .sect04_inner .sect04_parts {
    font-size: 16px;
    border-radius: 15px;
    padding: 5px 15px;
  }
  #sect04 .sect04_block .sect04_inner .sect04_parts02 {
    font-family: "Roboto", sans-serif;
    font-size: 80px;
    letter-spacing: -2px;
  }
  #sect04 .sect04_block .sect04_inner .sect04_parts02 .unit_size {
    font-size: 30px;
  }
  #sect04 .sect04_block .sect04_inner .sect04_parts02 .tax_size {
    margin-left: -5px;
    font-size: 14px;
  }
  #sect04 .sect04_block .sect04_inner .sect04_parts03 {
    font-size: 18px;
  }
  #sect04 .sect04_block02 {
    padding: 35px 20px 50px;
  }
  #sect04 .sect04_block02 .balloon {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
    padding: 10px;
    font-size: 16px;
  }
  #sect04 .sect04_block02 .balloon.balloon:before {
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #1e3002;
  }
  #sect04 .sect04_block02 .balloon dl dd .yellow {
    font-size: 20px;
  }
  #sect04 .sect04_block02 .sect04_block02_item {
    padding: 0 20px 40px;
  }
  #sect04 .sect04_block02 .sect04_block02_item h3 {
    padding: 20px 10px;
    font-size: 18px;
  }
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner {
    display: block;
  }
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner .sect04_block02_item_img {
    text-align: center;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl {
    width: 100%;
  }
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl dt {
    font-size: 15px;
  }
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl dt br {
    display: none;
  }
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl dd {
    font-size: 14px;
  }
  #sect04 .sect04_block02 .sect04_block02_item .sect04_block02_item_inner dl dd br {
    display: none;
  }
  #sect04 .sect04_block02 .sect04_block02_item .triangle {
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#sect05 {
  padding: 60px 20px 160px;
  color: #FFF;
  text-align: center;
  background: url("../img/sect05_bg.png") center center/cover no-repeat;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect05 {
    padding: 3.125vw 1.0416666667vw 8.3333333333vw;
  }
}
#sect05 h2 {
  margin-bottom: 50px;
  font-size: 72px;
  font-weight: 700;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, serif;
  letter-spacing: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect05 h2 {
    margin-bottom: 2.6041666667vw;
    font-size: 50px;
    letter-spacing: 0.5208333333vw;
  }
}
#sect05 .sect05_txt {
  font-size: 27px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, serif;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect05 .sect05_txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #sect05 {
    padding: 30px 20px 80px;
  }
  #sect05 h2 {
    margin-bottom: 30px;
    font-size: 36px;
    letter-spacing: 2px;
  }
  #sect05 .sect05_txt {
    font-size: 16px;
  }
}
#sect06 {
  padding: 60px 20px 160px;
  background: url("../img/sect06_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect06 {
    padding: 3.125vw 1.0416666667vw 8.3333333333vw;
  }
}
#sect06 h2 {
  width: 1017px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect06 h2 {
    width: 52.96875vw;
    margin: 0 auto 3.125vw;
  }
}
#sect06 .sect06_box {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 30px;
  border: 6px solid #c50909;
  background: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect06 .sect06_box {
    width: 62.5vw;
    padding: 1.8229166667vw 1.5625vw;
    border: 0.3125vw solid #c50909;
  }
}
#sect06 .sect06_box h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect06 .sect06_box h3 {
    font-size: 24px;
    margin-bottom: 2.0833333333vw;
  }
}
#sect06 .sect06_box .sect06_box_txt {
  font-size: 30px;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect06 .sect06_box .sect06_box_txt {
    font-size: 20px;
    margin-bottom: 3.125vw;
    padding: 0 1.5625vw;
  }
}
#sect06 .sect06_box ul li {
  background: url(../img/sect06_icon.png) left 5px no-repeat;
  margin-bottom: 30px;
  padding-left: 35px;
  background-size: 31px;
  font-size: 27px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect06 .sect06_box ul li {
    background: url(../img/sect06_icon.png) left 0.2604166667vw no-repeat;
    margin-bottom: 1.5625vw;
    padding-left: 2.34375vw;
    background-size: 2.0833333333vw;
    font-size: 20px;
  }
}
#sect06 .sect06_box ul li .border {
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 8px solid #fa5050;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect06 .sect06_box ul li .border {
    border-bottom: 0.4166666667vw solid #fa5050;
  }
}

@media screen and (max-width: 768px) {
  #sect06 {
    padding: 30px 20px 60px;
  }
  #sect06 h2 {
    width: auto;
    margin: 0 auto 30px;
  }
  #sect06 .sect06_box {
    width: auto;
    padding: 20px 15px;
  }
  #sect06 .sect06_box h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #sect06 .sect06_box .sect06_box_txt {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #sect06 .sect06_box ul li {
    background: url(../img/sect06_icon.png) left 3px no-repeat;
    margin-bottom: 15px;
    padding-left: 25px;
    background-size: 20px;
    font-size: 16px;
  }
  #sect06 .sect06_box ul li .border {
    border-bottom: 4px solid #fa5050;
  }
}
#sect07 {
  padding: 50px 20px;
  background: url("../img/sect07_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect07 {
    padding: 2.6041666667vw 1.0416666667vw;
  }
}
#sect07 .sect07_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect07 .sect07_inner {
    max-width: 62.5vw;
  }
}
#sect07 h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect07 h2 {
    font-size: 40px;
    margin-bottom: 3.6458333333vw;
  }
}
#sect07 .sect07_txt {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect07 .sect07_txt {
    font-size: 20px;
    margin-bottom: 2.6041666667vw;
  }
}
#sect07 .sect07_item {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 10px #999;
          box-shadow: 2px 2px 10px #999;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect07 .sect07_item {
    margin-bottom: 2.6041666667vw;
    border-radius: 0.5208333333vw;
    -webkit-box-shadow: 0.1041666667vw 0.1041666667vw 0.5208333333vw #999;
            box-shadow: 0.1041666667vw 0.1041666667vw 0.5208333333vw #999;
  }
}
#sect07 .sect07_item dt {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  border-radius: 10px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 24px;
  color: #fffc00;
  background: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect07 .sect07_item dt {
    top: -1.3020833333vw;
    width: 15.625vw;
    border-radius: 0.5208333333vw;
    line-height: 2.6041666667vw;
    padding: 3px;
    font-size: 16px;
  }
}
#sect07 .sect07_item dt .num {
  font-size: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect07 .sect07_item dt .num {
    font-size: 20px;
  }
}
#sect07 .sect07_item dd {
  padding: 50px 30px 30px;
  font-size: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect07 .sect07_item dd {
    padding: 2.6041666667vw 1.5625vw 1.5625vw;
    font-size: 20px;
  }
}
#sect07 .sect07_note {
  font-size: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect07 .sect07_note {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #sect07 {
    padding: 25px 20px;
  }
  #sect07 h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #sect07 .sect07_txt {
    font-size: 16px;
    margin-bottom: 50px;
  }
  #sect07 .sect07_item {
    margin-bottom: 35px;
    border-radius: 5px;
  }
  #sect07 .sect07_item dt {
    top: -20px;
    width: 60%;
    line-height: 40px;
    font-size: 16px;
  }
  #sect07 .sect07_item dt .num {
    font-size: 16px;
  }
  #sect07 .sect07_item dd {
    padding: 25px 15px 15px;
    font-size: 16px;
  }
  #sect07 .sect07_note {
    font-size: 14px;
  }
}
#sect08 {
  padding: 90px 20px;
  background: url("../img/sect08_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 {
    padding: 4.6875vw 1.0416666667vw;
  }
}
#sect08 .sect08_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_inner {
    max-width: 62.5vw;
  }
}
#sect08 h2 {
  color: #1e3002;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 h2 {
    font-size: 3.125vw;
    margin-bottom: 3.6458333333vw;
  }
}
#sect08 .sect08_table_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#sect08 .sect08_table_box .sect08_table {
  width: 50%;
}
#sect08 .sect08_table_box .sect08_table .sect08_table_title dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table .sect08_table_title dl {
    min-height: 6.25vw;
  }
}
#sect08 .sect08_table_box .sect08_table .sect08_table_title dl dt {
  width: 200px;
  border-top: 1px solid #1e3002;
  border-left: 1px solid #1e3002;
  border-bottom: 1px solid #1e3002;
  background: #dfffad;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table .sect08_table_title dl dt {
    width: 10.4166666667vw;
  }
}
#sect08 .sect08_table_box .sect08_table .sect08_table_title dl dd {
  text-align: center;
  width: 400px;
  padding: 30px;
  border-top: 6px solid #1e3002;
  border-left: 6px solid #1e3002;
  border-right: 6px solid #1e3002;
  border-bottom: 1px solid #1e3002;
  background: #fffec9;
  font-size: 34px;
  font-weight: 700;
  color: #fa5050;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table .sect08_table_title dl dd {
    width: 20.8333333333vw;
    padding: 1.5625vw;
    border-top: 0.3125vw solid #1e3002;
    border-left: 0.3125vw solid #1e3002;
    border-right: 0.3125vw solid #1e3002;
    font-size: 1.7708333333vw;
  }
}
#sect08 .sect08_table_box .sect08_table .sect08_table_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 220px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table .sect08_table_item {
    height: 11.4583333333vw;
  }
}
#sect08 .sect08_table_box .sect08_table .sect08_table_item .sect08_table_item_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 200px;
  border-left: 1px solid #1e3002;
  border-bottom: 1px solid #1e3002;
  background: #dfffad;
  font-size: 24px;
  font-weight: 700;
  color: #1e3002;
  padding: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table .sect08_table_item .sect08_table_item_cell {
    width: 10.4166666667vw;
    font-size: max(14px, 1.25vw);
  }
}
#sect08 .sect08_table_box .sect08_table .sect08_table_item .sect08_table_item_cell02 {
  width: 400px;
  padding: 20px 15px;
  border-left: 6px solid #1e3002;
  border-right: 6px solid #1e3002;
  border-bottom: 1px solid #1e3002;
  background: url("../img/sect08_circle.png") center center no-repeat;
  background-size: 163px;
  background-color: #fffec9;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table .sect08_table_item .sect08_table_item_cell02 {
    width: 20.8333333333vw;
    padding: 1.0416666667vw 0.78125vw;
    border-left: 0.3125vw solid #1e3002;
    border-right: 0.3125vw solid #1e3002;
    background-size: 8.4895833333vw;
    font-size: max(14px, 1.0416666667vw);
  }
}
#sect08 .sect08_table_box .sect08_table .sect08_table_item .sect08_table_item_cell02.last {
  border-bottom: 6px solid #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table .sect08_table_item .sect08_table_item_cell02.last {
    border-bottom: 0.3125vw solid #1e3002;
  }
}
#sect08 .sect08_table_box .sect08_table02 {
  width: 50%;
}
#sect08 .sect08_table_box .sect08_table02 .sect08_table02_title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_title ul {
    min-height: 6.25vw;
  }
}
#sect08 .sect08_table_box .sect08_table02 .sect08_table02_title ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  width: 300px;
  border-top: 1px solid #1e3002;
  border-right: 1px solid #1e3002;
  border-bottom: 1px solid #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_title ul li {
    font-size: max(14px, 1.25vw);
    width: 15.625vw;
  }
}
#sect08 .sect08_table_box .sect08_table02 .sect08_table02_title ul li.mid_ttl {
  display: none;
}
#sect08 .sect08_table_box .sect08_table02 .sect08_table02_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 220px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item {
    height: 11.4583333333vw;
  }
}
#sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell {
  width: 300px;
  padding: 20px 15px;
  border-right: 1px solid #1e3002;
  border-bottom: 1px solid #1e3002;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell {
    width: 15.625vw;
    padding: 1.0416666667vw 0.78125vw;
    font-size: 0.9375vw;
  }
}
#sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell.circle {
  background: url("../img/sect08_circle.png") center center no-repeat;
  background-size: 163px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell.circle {
    background-size: 8.4895833333vw;
  }
}
#sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell.triangle {
  background: url("../img/sect08_triangle.png") center center no-repeat;
  background-size: 178px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell.triangle {
    background-size: 9.2708333333vw;
  }
}
#sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell.batsu {
  background: url("../img/sect08_batsu.png") center center no-repeat;
  background-size: 106px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell.batsu {
    background-size: 5.5208333333vw;
  }
}
#sect08 .sect08_table_box .sect08_table02 .mid_sect08_table02_item_head {
  display: none;
}

@media screen and (max-width: 1000px) {
  #sect08 {
    padding: 45px 20px;
    background: url("../img/sect08_bg.png") center center no-repeat;
    background-size: cover;
  }
  #sect08 h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  #sect08 .tableArea {
    max-width:100%;
    overflow:auto;
  }
  #sect08 .sect08_table_box {
    width: 900px;
    overflow: auto;
  }
  #sect08 .sect08_table_box .sect08_table {
    width: 40%;
  }
  #sect08 .sect08_table_box .sect08_table .sect08_table_title dl {
    height: 60px;
    min-height: auto;
  }
  #sect08 .sect08_table_box .sect08_table .sect08_table_title dl dt {
    width: 120px;
  }
  #sect08 .sect08_table_box .sect08_table .sect08_table_title dl dd {
    width: calc(100% - 100px);
    padding: 10px;
    border-top: 3px solid #1e3002;
    border-left: 3px solid #1e3002;
    border-right: 3px solid #1e3002;
    border-bottom: 1px solid #1e3002;
    font-size: 16px;
  }
  #sect08 .sect08_table_box .sect08_table .sect08_table_item {
    height: 130px;
  }
  #sect08 .sect08_table_box .sect08_table .sect08_table_item .sect08_table_item_cell {
    width: 120px;
    font-size: 14px;
  }
  #sect08 .sect08_table_box .sect08_table .sect08_table_item .sect08_table_item_cell02 {
    width: calc(100% - 100px);
    padding: 15px 10px;
    border-left: 3px solid #1e3002;
    border-right: 3px solid #1e3002;
    border-bottom: 1px solid #1e3002;
    background: url("../img/sect08_circle.png") center center no-repeat;
    background-size: 45px;
    font-size: 14px;
    line-height: 1.5;
  }
  #sect08 .sect08_table_box .sect08_table .sect08_table_item .sect08_table_item_cell02.last {
    border-bottom: 3px solid #1e3002;
  }
  #sect08 .sect08_table_box .sect08_table02 {
    width: 60%;
    border-left: 1px solid #1e3002;
  }
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_title ul {
    height: 60px;
    min-height: auto;
  }
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_title ul li {
    width: 50%;
    font-size: 14px;
    padding: 10px;
  }
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 130px;
  }
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .mid_sect08_table02_item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-right: 3px solid #1e3002;
    border-bottom: 1px solid #1e3002;
    font-size: 14px;
    font-weight: 700;
    background: #dfffad;
  }
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell {
    width: 50%;
    padding: 20px 15px;
    border-right: 1px solid #1e3002;
    border-bottom: 1px solid #1e3002;
    font-size: 14px;
    line-height: 1.5;
    color: #1e3002;
  }
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell.circle {
    
    background: url("../img/sect08_circle.png") center center no-repeat;
    background-size: 45px;
  }
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell.triangle {

    background: url("../img/sect08_triangle.png") center center no-repeat;
    background-size: 45px;
  }
  #sect08 .sect08_table_box .sect08_table02 .sect08_table02_item .sect08_table02_item_cell.batsu {

    background: url("../img/sect08_batsu.png") center center no-repeat;
    background-size: 45px;
  }
}



#sect09 {
  padding: 90px 0 60px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 {
    padding: 4.6875vw 0 3.125vw;
  }
}
#sect09 h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 h2 {
    font-size: 3.125vw;
    margin-bottom: 3.6458333333vw;
  }
}
#sect09 .sect09_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  height: 799px;
  margin: 0 0 50px;
  padding: 0 0 30px;
  background: url(../img/sect09_bg.png) center right no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box {
    max-width: 100vw;
    height: 55.6145833333vw;
    margin: 0 0 2.6041666667vw;
    padding: 0 0 1.5625vw;
  }
}
#sect09 .sect09_box.left_circle {
  background: url(../img/sect09_bg02.png) center left no-repeat;
  background-size: cover;
}
#sect09 .sect09_box .sect09_box_wrap {
  width: 1110px;
  min-height: 650px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box .sect09_box_wrap {
    width: 57.8125vw;
    min-height: 33.8541666667vw;
  }
}
#sect09 .sect09_box .sect09_box_wrap .sect09_box_item {
  width: 530px;
  min-height: 650px;
  background: #FFF;
  margin-right: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item {
    width: 27.6041666667vw;
    min-height: 33.8541666667vw;
    margin-right: 2.6041666667vw;
  }
}
#sect09 .sect09_box .sect09_box_wrap .sect09_box_item:last-child {
  margin-right: 0;
}
#sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head {
    padding: 0.5208333333vw;
  }
}
#sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head .sect09_box_item_head_icon {
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head .sect09_box_item_head_icon {
    top: 8.3333333333vw;
    width: 3.6458333333vw;
    margin-top: 1.5625vw;
  }
}
#sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl {
  margin-right: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl {
    margin-right: 0.78125vw;
  }
}
#sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 80px;
  font-size: 36px;
  font-weight: 700;
  color: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl dt {
    min-height: 4.1666666667vw;
    font-size: 1.875vw;
  }
}
#sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl dt.after {
  font-size: 48px;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl dt.after {
    font-size: 2.5vw;
  }
}
#sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 245px;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 10px #999;
          box-shadow: 5px 5px 10px #999;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl dd {
    width: 12.7604166667vw;
    border-radius: 0.5208333333vw;
    padding: 0.5208333333vw;
    -webkit-box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw #999;
            box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw #999;
  }
}
#sect09 .sect09_box .sect09_box_wrap .sect09_box_item h3 {
  margin: 10px 20px 5px;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item h3 {
    margin: 0.5208333333vw 1.0416666667vw 0.2604166667vw;
    font-size: max(16px, 1.5625vw);
  }
}
#sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_txt {
  font-size: 22px;
  margin: 0 20px;
  padding: 0 0 10px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_txt {
    font-size: max(14px, 1.1458333333vw);
    margin: 0 1.0416666667vw;
  }
}

@media screen and (max-width: 768px) {
  #sect09 {
    padding: 45px 0 30px;
  }
  #sect09 h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #sect09 .sect09_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: auto;
    height: auto;
    margin: 0 0 25px;
    padding: 20px;
    background: url(../img/sect09_bg.png) 85% 50% no-repeat;
    background-size: cover;
  }
  #sect09 .sect09_box.left_circle {
    background: url(../img/sect09_bg02.png) 15% 50% no-repeat;
    background-size: cover;
  }
  #sect09 .sect09_box .sect09_box_wrap {
    display: block;
    width: auto;
    min-height: auto;
  }
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item {
    width: 80%;
    min-height: auto;
    margin: 0 auto 20px;
  }
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item:last-child {
    margin: 0 auto;
  }
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head {
    padding: 5px;
  }
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head .sect09_box_item_head_icon {
    position: absolute;
    top: 50%;
    width: 35px;
    margin-top: 15px;
  }
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl {
    margin-right: 10px;
  }
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl dt {
    min-height: 50px;
    font-size: 18px;
  }
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl dt.after {
    font-size: 24px;
  }
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_head dl dd {
    width: auto;
    border-radius: 5px;
    padding: 5px;
    -webkit-box-shadow: 3px 3px 5px #999;
            box-shadow: 3px 3px 5px #999;
  }
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item h3 {
    margin: 5px 10px 3px;
    font-size: 16px;
  }
  #sect09 .sect09_box .sect09_box_wrap .sect09_box_item .sect09_box_item_txt {
    font-size: 14px;
    margin: 0 10px;
  }
}
#sect10 {
  position: relative;
  padding: 300px 0 50px;
  background: url(../img/sect10_bg.png) top center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 {
    padding: 15.625vw 0 3.125vw;
  }
}
#sect10 .sect10_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 .sect10_inner {
    max-width: 62.5vw;
  }
}
#sect10 h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 h2 {
    font-size: 3.125vw;
    margin-bottom: 0.5208333333vw;
  }
}
#sect10 dl.sect10_lead {
  text-align: center;
  margin-bottom: 70px;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 dl.sect10_lead {
    margin-bottom: 3.6458333333vw;
    font-size: 1.875vw;
  }
}
#sect10 dl.sect10_lead dt span {
  font-size: 54px;
  color: #348314;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ffff00)) !important;
  background: linear-gradient(transparent 65%, #ffff00 65%) !important;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 dl.sect10_lead dt span {
    font-size: 2.8125vw;
  }
}
#sect10 ul.sect10_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 ul.sect10_box {
    margin-bottom: 2.0833333333vw;
  }
}
#sect10 ul.sect10_box li {
  display: block;
}
#sect10 ul.sect10_box li.first {
  max-width: 490px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 ul.sect10_box li.first {
    max-width: 25.5208333333vw;
  }
}
#sect10 ul.sect10_box li.last {
  position: relative;
  max-width: 450px;
  height: auto;
  margin-left: 60px;
  padding: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(28, 80, 7)), to(rgb(52, 131, 20)));
  background: linear-gradient(180deg, rgb(28, 80, 7) 0%, rgb(52, 131, 20) 100%);
  color: #FFF;
  border-radius: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 ul.sect10_box li.last {
    max-width: 23.4375vw;
    margin-left: 3.125vw;
    padding: 1.3020833333vw;
    border-radius: 0.5208333333vw;
  }
}
#sect10 ul.sect10_box li.last .sankaku {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -43px;
  width: 43px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 ul.sect10_box li.last .sankaku {
    left: -2.2395833333vw;
    width: 2.2395833333vw;
  }
}
#sect10 ul.sect10_box li.last h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  background: #FFF;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #32a318;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 ul.sect10_box li.last h3 {
    margin-bottom: 1.0416666667vw;
    padding: 0.5208333333vw;
    border-radius: 0.5208333333vw;
    font-size: max(14px,1.0416666667vw);
  }
}
#sect10 ul.sect10_box li.last .sect10_box_item_txt {
  font-size: 16px;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 ul.sect10_box li.last .sect10_box_item_txt {
    font-size: max(14px,0.8333333333vw);
  }
}
#sect10 ul.sect10_box li.last dl {
  position: relative;
  margin-top: 50px;
  background: #ffff00;
  color: #333;
  border-radius: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 ul.sect10_box li.last dl {
    margin-top: 2.6041666667vw;
    border-radius: 0.5208333333vw;
  }
}
#sect10 ul.sect10_box li.last dl dt {
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 10px;
  background: #ffff00;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 ul.sect10_box li.last dl dt {
    top: -1.3020833333vw;
    line-height: 2.6041666667vw;
    border-radius: 0.5208333333vw;
    font-size: max(14px,0.9375vw);
  }
}
#sect10 ul.sect10_box li.last dl dd {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  padding: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 ul.sect10_box li.last dl dd {
    font-size: max(14px,1.0416666667vw);
    padding: 1.0416666667vw;
    line-height: 1.5;
  }
}
#sect10 .sect10_note {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #1e3002;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border: 1px solid #000;
  border-radius: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 .sect10_note {
    font-size: 2.0833333333vw;
    padding: 1.5625vw;
    border-radius: 0.5208333333vw;
  }
}
#sect10 .sect10_note .red {
  font-size: 48px;
  color: #ff0000;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 .sect10_note .red {
    font-size: 2.5vw;
  }
}
#sect10 .sect10_img {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect10 .sect10_img {
    right: 0.5208333333vw;
    width: 26.0416666667vw;
  }
}

@media screen and (max-width: 768px) {
  #sect10 {
    position: relative;
    padding: 50px 0 35px;
    background: url(../img/sect10_bg.png) top center no-repeat;
    background-size: cover;
  }
  #sect10 .sect10_inner {
    margin: 0 auto;
  }
  #sect10 h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #sect10 dl.sect10_lead {
    margin-bottom: 35px;
    font-size: 18px;
  }
  #sect10 dl.sect10_lead dt span {
    font-size: 27px;
  }
  #sect10 ul.sect10_box {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #sect10 ul.sect10_box li {
    display: block;
  }
  #sect10 ul.sect10_box li.first {
    width: 80%;
    max-width: auto;
    margin: 0 auto 30px;
  }
  #sect10 ul.sect10_box li.last {
    position: relative;
    max-width: auto;
    height: auto;
    margin: 0 auto;
    padding: 25px;
    border-radius: 5px;
  }
  #sect10 ul.sect10_box li.last .sankaku {
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
  }
  #sect10 ul.sect10_box li.last h3 {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
  }
  #sect10 ul.sect10_box li.last .sect10_box_item_txt {
    font-size: 14px;
  }
  #sect10 ul.sect10_box li.last dl {
    margin-top: 25px;
    border-radius: 5px;
  }
  #sect10 ul.sect10_box li.last dl dt {
    top: -12px;
    width: 50%;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
  }
  #sect10 ul.sect10_box li.last dl dd {
    font-size: 14px;
    line-height: 1.5;
    padding: 25px 10px 10px 10px;
  }
  #sect10 ul.sect10_box li.last dl dd br {
    display: none;
  }
  #sect10 .sect10_note {
    font-size: 16px;
    margin: 0 20px;
    padding: 10px;
    border-radius: 5px;
  }
  #sect10 .sect10_note .red {
    font-size: 20px;
  }
  #sect10 .sect10_note br {
    display: none;
  }
  #sect10 .sect10_img {
    position: absolute;
    right: 0;
    width: 30%;
  }
}
#sect11 h2 {
  background: #1e3002;
  height: 200px;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 130px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 h2 {
    height: 10.4166666667vw;
    font-size: 2.5vw;
    margin-bottom: 6.7708333333vw;
  }
}
#sect11 .sect11_bg {
  background: url(../img/sect11_bg.png) top center no-repeat;
  background-size: cover;
  padding-bottom: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_bg {
    padding-bottom: 10.4166666667vw;
  }
}
#sect11 .sect11_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_inner {
    max-width: 62.5vw;
  }
}
#sect11 .sect11_box {
  position: relative;
  border: 1px solid #1e3002;
  -webkit-box-shadow: 5px 5px 0px 0 rgb(30, 48, 2);
          box-shadow: 5px 5px 0px 0 rgb(30, 48, 2);
  background: #FFF;
}
#sect11 .sect11_box .sect11_box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  background: url(../img/sect11_ttl_bg.png) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_ttl {
    padding: 0.5208333333vw;
  }
}
#sect11 .sect11_box .sect11_box_ttl dt {
  font-size: 20px;
  font-weight: 700;
  color: #faf21f;
  margin-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_ttl dt {
    font-size: 14px;
    margin-right: 0.5208333333vw;
  }
}
#sect11 .sect11_box .sect11_box_ttl dt span.num {
  font-size: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_ttl dt span.num {
    font-size: 28px;
  }
}
#sect11 .sect11_box .sect11_box_ttl dd {
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_ttl dd {
    font-size: 18px;
  }
}
#sect11 .sect11_box .sect11_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_inner {
    padding: 1.5625vw;
  }
}
#sect11 .sect11_box .sect11_box_inner .sect11_box_img {
  width: 210px;
  margin-right: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_inner .sect11_box_img {
    width: 10.9375vw;
    margin-right: 1.5625vw;
  }
}
#sect11 .sect11_box .sect11_box_inner .sect11_box_txt {
  width: calc(100% - 240px);
  font-size: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_inner .sect11_box_txt {
    width: calc(100% - 12.5vw);
    font-size: 14px;
  }
}
#sect11 .sect11_box .sect11_box_inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_inner02 {
    padding: 1.5625vw;
  }
}
#sect11 .sect11_box .sect11_box_inner02 .sect11_box_img {
  width: 210px;
  margin-left: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_inner02 .sect11_box_img {
    width: 10.9375vw;
    margin-left: 1.5625vw;
  }
}
#sect11 .sect11_box .sect11_box_inner02 .sect11_box_txt {
  width: calc(100% - 240px);
  font-size: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_inner02 .sect11_box_txt {
    width: calc(100% - 12.5vw);
    font-size: 14px;
  }
}
#sect11 .sect11_box .sect11_box_free {
  position: absolute;
  top: -36px;
  font-size: 40px;
  font-weight: 700;
  color: #faf21f;
  /* text-shadow: -4px -4px 0 #1e3002, -4px 0 0 #1e3002, -4px 4px 0 #1e3002, 0 -4px 0 #1e3002, 0 4px 0 #1e3002, 4px -4px 0 #1e3002, 4px 0 0 #1e3002, 4px 4px 0 #1e3002; */
  -webkit-text-stroke: 1px #1e3002;
  text-stroke: 1px #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box .sect11_box_free {
    top: -2.7625vw;
    font-size: 24px;
  }
}
#sect11 .sect11_box_arrow {
  max-width: 220px;
  margin: 50px auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect11 .sect11_box_arrow {
    max-width: 11.4583333333vw;
    margin: 2.6041666667vw auto;
  }
}

@media screen and (max-width: 768px) {
  #sect11 h2 {
    height: 80px;
    font-size: 24px;
    margin-bottom: 40px;
  }
  #sect11 .sect11_bg {
    background: url(../img/sect11_bg.png) top center no-repeat;
    background-size: cover;
    padding: 20px 20px 80px;
  }
  #sect11 .sect11_box .sect11_box_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 10px;
    background: url(../img/sect11_ttl_bg.png) center center no-repeat;
    background-size: cover;
  }
  #sect11 .sect11_box .sect11_box_ttl dt {
    font-size: 16px;
    font-weight: 700;
    color: #faf21f;
    margin-right: 10px;
  }
  #sect11 .sect11_box .sect11_box_ttl dt span.num {
    font-size: 20px;
  }
  #sect11 .sect11_box .sect11_box_ttl dd {
    font-size: 18px;
  }
  #sect11 .sect11_box .sect11_box_inner {
    display: block;
    padding: 15px;
  }
  #sect11 .sect11_box .sect11_box_inner .sect11_box_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #sect11 .sect11_box .sect11_box_inner .sect11_box_img img {
    width: 100%;
  }
  #sect11 .sect11_box .sect11_box_inner .sect11_box_txt {
    width: 100%;
    font-size: 14px;
  }
  #sect11 .sect11_box .sect11_box_inner02 {
    display: block;
    padding: 15px;
  }
  #sect11 .sect11_box .sect11_box_inner02 .sect11_box_img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #sect11 .sect11_box .sect11_box_inner02 .sect11_box_img img {
    width: 100%;
  }
  #sect11 .sect11_box .sect11_box_inner02 .sect11_box_txt {
    width: 100%;
    font-size: 14px;
  }
  #sect11 .sect11_box .sect11_box_free {
    position: absolute;
    top: -25px;
    font-size: 28px;
    /* text-shadow: -4px -4px 0 #1e3002, -4px 0 0 #1e3002, -4px 4px 0 #1e3002, 0 -4px 0 #1e3002, 0 4px 0 #1e3002, 4px -4px 0 #1e3002, 4px 0 0 #1e3002, 4px 4px 0 #1e3002; */
  }
  #sect11 .sect11_box_arrow {
    max-width: 120px;
    margin: 20px auto 30px;
  }
}
#sect12 h2 {
  z-index: 10;
  position: relative;
  background: #1e3002;
  height: 300px;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
  padding-top: 100px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect12 h2 {
    height: 15.625vw;
    padding-top: 5.2083333333vw;
    font-size: 2.5vw;
  }
}
#sect12 .sect12_bg {
  margin-top: -80px;
  padding: 200px 0;
  background: url(../img/sect12_bg.png) top center no-repeat;
  background-size: cover;
  padding-bottom: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect12 .sect12_bg {
    margin-top: -4.1666666667vw;
    padding: 10.4166666667vw 0;
    padding-bottom: 10.4166666667vw;
  }
}
#sect12 .sect12_inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect12 .sect12_inner {
    max-width: 54.1666666667vw;
  }
}
#sect12 .sect12_lead {
  text-align: center;
  margin-bottom: 80px;
  font-size: 30px;
  line-height: 1.75;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect12 .sect12_lead {
    margin-bottom: 4.1666666667vw;
    font-size: 16px;
  }
}
#sect12 .sect12_box {
  background: url(../img/sect12_icon.png) top right no-repeat;
  background-size: 160px;
  background-color: #FFF;
  margin-bottom: 50px;
  padding: 50px 40px;
  border: 6px solid #ededed;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect12 .sect12_box {
    background-size: 8.3333333333vw;
    margin-bottom: 2.6041666667vw;
    padding: 2.6041666667vw 2.0833333333vw;
    border: 0.3125vw solid #ededed;
  }
}
#sect12 .sect12_box .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dashed 1px #1e3002;
  color: #1e3002;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect12 .sect12_box .question {
    margin-bottom: 0.5208333333vw;
    padding-bottom: 0.2604166667vw;
  }
}
#sect12 .sect12_box .question dt {
  width: 60px;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect12 .sect12_box .question dt {
    width: 3.125vw;
    font-size: 18px;
  }
}
#sect12 .sect12_box .question dd {
  width: calc(100% - 60px);
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect12 .sect12_box .question dd {
    width: calc(100% - 3.125vw);
    font-size: 18px;
  }
}
#sect12 .sect12_box .answer {
  font-size: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect12 .sect12_box .answer {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #sect12 h2 {
    height: 100px;
    padding-top: 30px;
    font-size: 24px;
  }
  #sect12 .sect12_bg {
    margin-top: -50px;
    padding: 80px 20px 50px;
  }
  #sect12 .sect12_lead {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  #sect12 .sect12_box {
    background-size: 80px;
    margin-bottom: 20px;
    padding: 20px;
    border: 3px solid #ededed;
  }
  #sect12 .sect12_box .question {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  #sect12 .sect12_box .question dt {
    width: 30px;
    font-size: 16px;
  }
  #sect12 .sect12_box .question dd {
    width: calc(100% - 30px);
    font-size: 16px;
  }
  #sect12 .sect12_box .answer {
    font-size: 14px;
  }
}
#contact_form {
  padding: 90px 0 130px;
  background: url(../img/sect13_bg.png) center center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form {
    padding: 4.6875vw 0 6.7708333333vw;
  }
}
#contact_form .contact_form_inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .contact_form_inner {
    max-width: 57.2916666667vw;
  }
}
#contact_form h2 {
  text-align: center;
  margin-bottom: 90px;
  font-size: 48px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form h2 {
    margin-bottom: 4.6875vw;
    font-size: 2.5vw;
  }
}
#contact_form h2 span {
  display: block;
  font-size: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form h2 span {
    font-size: 2.0833333333vw;
  }
}
#contact_form .contact_form_box {
  background: #fffbef;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .contact_form_box {
    border-radius: 0.5208333333vw;
    margin-bottom: 3.125vw;
    padding: 1.5625vw;
  }
}
#contact_form .contact_form_box .contact_form_box_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .contact_form_box .contact_form_box_head {
    margin-bottom: 1.0416666667vw;
  }
}
#contact_form .contact_form_box .contact_form_box_head .contact_form_box_head_left {
  width: 50%;
  font-size: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .contact_form_box .contact_form_box_head .contact_form_box_head_left {
    font-size: max(14px, 1.25vw);
  }
}
#contact_form .contact_form_box .contact_form_box_head .contact_form_box_head_tel dl dt {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .contact_form_box .contact_form_box_head .contact_form_box_head_tel dl dt {
    font-size: 3.125vw;
  }
}
#contact_form .contact_form_box .contact_form_box_head .contact_form_box_head_tel dl dt a {
  text-decoration: none;
}
#contact_form .contact_form_box .contact_form_box_head .contact_form_box_head_tel dl dd {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .contact_form_box .contact_form_box_head .contact_form_box_head_tel dl dd {
    font-size: max(14px, 0.9375vw);
  }
}
#contact_form .contact_form_box .contact_form_box_txt {
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .contact_form_box .contact_form_box_txt {
    font-size: max(14px, 0.9375vw);
  }
}
#contact_form .form_area {
  background: #FFF;
  margin: 0 auto;
  padding: 30px;
  border: 9px solid #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area {
    padding: 1.5625vw;
    border: 0.46875vw solid #1e3002;
  }
}
#contact_form .form_area .form_inner {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_inner {
    max-width: 41.6666666667vw;
  }
}
#contact_form .form_area h3 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area h3 {
    margin-bottom: 1.8229166667vw;
    font-size: max(14px, 1.5625vw);
  }
}
#contact_form .form_area .form_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box dl {
    margin-bottom: 1.8229166667vw;
  }
}
#contact_form .form_area .form_box dl dt {
  width: 190px;
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box dl dt {
    width: 10.3958333333vw;
    font-size: max(14px, 0.9375vw);
  }
}
#contact_form .form_area .form_box dl dt .must {
  margin-left: 10px;
  font-size: 16px;
  color: #ff0000;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box dl dt .must {
    margin-left: 0.5208333333vw;
    font-size: max(14px, 0.8333333333vw);
  }
}
#contact_form .form_area .form_box dl dd {
  width: calc(100% - 190px);
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box dl dd {
    width: calc(100% - 9.8958333333vw);
    font-size: max(14px, 0.9375vw);
  }
}
#contact_form .form_area .form_box dl dd input {
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 10px;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
  border: 1px solid #999;
  /*border: none;*/
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box dl dd input {
    font-size: max(14px, 0.8333333333vw);
    border-radius: 0.5208333333vw;
    padding: 0.5208333333vw 0.5208333333vw;
  }
}
#contact_form .form_area .form_box dl dd select {
  width: 200px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 30px;
  border: solid 2px #bebebe;
  background: url(../img/form_arrow.png) right center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box dl dd select {
    width: max(140px, 10.4166666667vw);
    padding: 0.5208333333vw;
    font-size: max(14px, 0.8333333333vw);
    border-radius: 1.5625vw;
  }
}
#contact_form .form_area .form_box dl dd textarea {
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 10px;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
  border: 1px solid #999;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box dl dd textarea {
    font-size: max(14px, 0.8333333333vw);
    border-radius: 0.5208333333vw;
    padding: 0.5208333333vw 0.5208333333vw;
  }
}
#contact_form .form_area .form_box dl.tel input {
  max-width: 400px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box dl.tel input {
    max-width: 20.8333333333vw;
  }
}
#contact_form .form_area .form_box dl.file input {
  width: auto;
  padding: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
#contact_form .form_area .form_box .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  margin-bottom: 40px;
}
#contact_form .form_area .form_box .privacy a {
  text-decoration: underline;
}
#contact_form .form_area .form_box .privacy a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box .privacy {
    font-size: max(14px, 0.9375vw);
    margin-bottom: 2.0833333333vw;
  }
}
#contact_form .form_area .form_box .privacy input[type=checkbox] {
  float: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box .privacy input[type=checkbox] {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    margin: 0 0.5208333333vw 0 0;
  }
}
#contact_form .form_area .form_box .privacy input[type=checkbox]::before {
  display: block;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
  border: 1px solid #999;
  border-radius: 3px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box .privacy input[type=checkbox]::before {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    border-radius: 0.15625vw;
  }
}
#contact_form .form_area .form_box .privacy input[type=checkbox]:checked::before {
  background-color: #FFF;
}
#contact_form .form_area .form_box .privacy input[type=checkbox]::after {
  display: block;
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 16px;
  border-right: 3px solid #555;
  border-bottom: 3px solid #555;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box .privacy input[type=checkbox]::after {
    left: 0.4166666667vw;
    top: 0.15625vw;
    width: 0.4166666667vw;
    height: 0.8333333333vw;
    border-right: 0.15625vw solid #555;
    border-bottom: 0.15625vw solid #555;
  }
}
#contact_form .form_area .form_box .privacy input[type=checkbox]:checked::after {
  opacity: 1;
}
#contact_form .form_area .form_box .privacy .check_txt {
  color: #e61600;
}
#contact_form .form_area .form_box .btn_confirm {
  text-align: center;
}
#contact_form .form_area .form_box .btn_confirm input {
  cursor: pointer;
  width: 250px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  line-height: 50px;
  border: none;
  background: url(../img/btn_confirm_bg02.png) center center no-repeat;
  background-size: cover;
  /*background: #FF0000;
  	background-image: linear-gradient(#ff1800 0%, #e61600 100%);
  	*/
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .form_area .form_box .btn_confirm input {
    width: max(160px, 13.0208333333vw);
    font-size: max(14px, 0.8333333333vw);
    line-height: max(35px, 2.6041666667vw);
  }
}
#contact_form .mw_wp_form_complete {
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #contact_form .mw_wp_form_complete {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #contact_form {
    padding: 45px 20px 50px;
  }
  #contact_form h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #contact_form h2 span {
    font-size: 20px;
  }
  #contact_form .contact_form_box {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 15px;
  }
  #contact_form .contact_form_box .contact_form_box_head {
    display: block;
    margin-bottom: 10px;
  }
  #contact_form .contact_form_box .contact_form_box_head .contact_form_box_head_left {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  #contact_form .contact_form_box .contact_form_box_head .contact_form_box_head_tel dl dt {
    font-size: 30px;
  }
  #contact_form .contact_form_box .contact_form_box_head .contact_form_box_head_tel dl dd {
    font-size: 14px;
  }
  #contact_form .contact_form_box .contact_form_box_txt {
    font-size: 14px;
  }
  #contact_form .form_area {
    padding: 15px;
    border: 4px solid #1e3002;
  }
  #contact_form .form_area h3 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  #contact_form .form_area .form_box dl {
    margin-bottom: 15px;
  }
  #contact_form .form_area .form_box dl dt {
    width: 90px;
    font-size: 14px;
  }
  #contact_form .form_area .form_box dl dt .must {
    margin-left: 5px;
    font-size: 14px;
    color: #ff0000;
  }
  #contact_form .form_area .form_box dl dd {
    width: calc(100% - 90px);
    font-size: 14px;
  }
  #contact_form .form_area .form_box dl dd input {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #contact_form .form_area .form_box dl dd select {
    width: 150px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px;
    font-size: 14px;
    border-radius: 30px;
    border: solid 2px #bebebe;
    background: url(../img/form_arrow.png) right center no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
  }
  #contact_form .form_area .form_box dl dd textarea {
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px;
    background: #FFF;
    border: 1px solid #999;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #contact_form .form_area .form_box dl.tel input {
    max-width: 100%;
  }
  #contact_form .form_area .form_box .privacy {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #contact_form .form_area .form_box .privacy input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
  #contact_form .form_area .form_box .privacy input[type=checkbox]::before {
    width: 16px;
    height: 16px;
  }
  #contact_form .form_area .form_box .privacy input[type=checkbox]::after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
  }
  #contact_form .form_area .form_box .btn_confirm input {
    width: 150px;
    font-size: 16px;
    line-height: 40px;
  }
  #contact_form mw_wp_form_complete {
    text-align: center;
    font-size: 16px;
  }
}
#sect14 {
  padding: 100px 20px 180px;
  background: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect14 {
    padding: 5.2083333333vw 1.0416666667vw 9.375vw;
  }
}
#sect14 .sect14_inner {
  max-width: 1060px;
  background: #FFF;
  margin: 0 auto;
  padding: 40px 130px 100px;
  color: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect14 .sect14_inner {
    max-width: 55.2083333333vw;
    padding: 2.0833333333vw 6.7708333333vw 5.2083333333vw;
  }
}
#sect14 h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect14 h2 {
    font-size: 2.8vw;
    margin-bottom: 0.5208333333vw;
  }
}
#sect14 .sect14_txt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect14 .sect14_txt {
    font-size: 1.3rem;
    margin-bottom: 0.2604166667vw;
  }
}
#sect14 ul {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #sect14 ul {
    font-size: max(14px, 1.0416666667vw);
    margin-bottom: 0.2604166667vw;
  }
}

@media screen and (max-width: 768px) {
  #sect14 {
    padding: 35px 20px 90px;
  }
  #sect14 .sect14_inner {
    padding: 20px 15px 30px;
  }
  #sect14 h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  #sect14 .sect14_txt {
    font-size: 14px;
  }
  #sect14 ul {
    font-size: 14px;
  }
}
#fixed_footer {
  z-index: 99;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  border-top: 5px solid #000;
  background: #1e3002;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer {
    height: 4.6875vw;
    border-top: 0.2604166667vw solid #000;
  }
}
#fixed_footer .fixed_footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer .fixed_footer_inner {
    max-width: auto;
  }
}
#fixed_footer .fixed_footer_inner .fixed_footer_icon {
  width: 153px;
  -webkit-transform: translateY(-31px);
          transform: translateY(-31px);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer .fixed_footer_inner .fixed_footer_icon {
    width: 7.96875vw;
    -webkit-transform: translateY(-1.6145833333vw);
            transform: translateY(-1.6145833333vw);
  }
}
#fixed_footer .fixed_footer_inner .fixed_footer_img {
  width: 287px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer .fixed_footer_inner .fixed_footer_img {
    width: 14.9479166667vw;
  }
}
#fixed_footer .fixed_footer_inner .sp_tel_box {
  display: none;
}
#fixed_footer .fixed_footer_inner .tel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer .fixed_footer_inner .tel_box {
    margin-right: 0.5208333333vw;
  }
}
#fixed_footer .fixed_footer_inner .tel_box .free_icon {
  width: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer .fixed_footer_inner .tel_box .free_icon {
    width: 2.8125vw;
  }
}
#fixed_footer .fixed_footer_inner .tel_box ul li.tel a {
  white-space: nowrap;
  font-size: 38px;
  fonte-weight: 700;
  line-height: 1.25;
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer .fixed_footer_inner .tel_box ul li.tel a {
    font-size: 1.9791666667vw;
  }
}
#fixed_footer .fixed_footer_inner .tel_box ul li.time {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer .fixed_footer_inner .tel_box ul li.time {
    font-size: max(14px, 0.6770833333vw);
  }
}
#fixed_footer .fixed_footer_inner .tel_box ul li.time dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer .fixed_footer_inner .tel_box ul li.time dl {
    font-size: max(14px, 0.6770833333vw);
  }
}
#fixed_footer .fixed_footer_inner .tel_box ul li.time dl dt {
  color: #1e3002;
  padding: 3px 10px;
  background: #FFF;
  border-radius: 13px;
  margin-right: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer .fixed_footer_inner .tel_box ul li.time dl dt {
    padding: 0.15625vw 0.5208333333vw;
    border-radius: 0.6770833333vw;
    margin-right: 0.2604166667vw;
  }
}
#fixed_footer .fixed_footer_inner .tel_box ul li.time dl dd {
  color: #FFF;
}
#fixed_footer .fixed_footer_inner .fixed_footer_btn {
  text-decoration: none;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 260px;
  height: 60px;
  line-height: 60px;
  margin-top: 15px;
  background: url(../img/footer_btn_icon.png) 90% center no-repeat;
  background-size: 16px;
  background-color: #61c70f;
  border: 3px solid #FFF;
  border-radius: 35px;
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #fixed_footer .fixed_footer_inner .fixed_footer_btn {
    min-width: max(150px, 13.5416666667vw);
    height: 3.125vw;
    line-height: 3.125vw;
    margin-top: 0.78125vw;
    background-size: 0.8333333333vw;
    border: 0.15625vw solid #FFF;
    border-radius: 1.8229166667vw;
    font-size: max(14px, 0.8854166667vw);
  }
}
#fixed_footer .fixed_footer_inner .sp_fixed_footer_img {
  display: none;
}

@media screen and (max-width: 768px) {
  #fixed_footer {
    z-index: 99;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    border-top: 0;
    background: url(../img/fixed_footer_bg.png) repeat-x;
  }
  #fixed_footer .fixed_footer_inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: auto;
    height: 80px;
    margin: 0 auto;
    padding: 0;
  }
  #fixed_footer .fixed_footer_inner .fixed_footer_icon {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100px;
    -webkit-transform: none;
            transform: none;
  }
  #fixed_footer .fixed_footer_inner .fixed_footer_img {
    display: none;
  }
  #fixed_footer .fixed_footer_inner .sp_tel_box {
    position: absolute;
    bottom: 0;
    right: 10%;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 5px;
    background: linear-gradient(-45deg, #548705, #75a936);
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(255, 255, 255, 0.75) inset, -3px -3px 10px 0px rgba(0, 0, 0, 0.75) inset;
            box-shadow: 3px 3px 10px 0px rgba(255, 255, 255, 0.75) inset, -3px -3px 10px 0px rgba(0, 0, 0, 0.75) inset;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    color: #FFF;
  }
  #fixed_footer .fixed_footer_inner .sp_tel_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }
  #fixed_footer .fixed_footer_inner .sp_tel_box dl dt {
    background: #FFF;
    color: #000;
    border-radius: 10px;
    margin-right: 3px;
    padding: 3px 5px;
  }
  #fixed_footer .fixed_footer_inner .tel_box {
    display: none;
  }
  #fixed_footer .fixed_footer_inner .fixed_footer_btn {
    display: none;
  }
  #fixed_footer .fixed_footer_inner .sp_fixed_footer_img {
    display: block;
    position: absolute;
    top: -5px;
    width: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #fixed_footer .fixed_footer_inner .sp_tel_box {
    right: 2%;
    width: 80%;
  }
  #fixed_footer .fixed_footer_inner .sp_tel_box dl{
    font-size: 8px;
  }
}
#pagetop {
  z-index: 99999;
  position: fixed;
  bottom: 100px;
  right: 10%;
  width: 85px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  #pagetop {
    bottom: 5.2083333333vw;
    width: 4.4270833333vw;
  }
}

@media screen and (max-width: 768px) {
  #pagetop {
    width: 50px;
  }
}
.ds_none {
  display: none;
}

#reception_confirm h2 {
  margin-bottom: 70px;
  padding: 30px;
  background: #ff5700;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #FFF;
}
#reception_confirm h3 {
  text-align: center;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #ff5700;
}
#reception_confirm h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff5700;
}
#reception_confirm .reception_confirm_main {
  max-width: 980px;
  margin: 70px auto 150px;
  padding: 0 20px;
}
#reception_confirm .reception_confirm_main .note {
  font-size: 14px;
  margin-bottom: 15px;
}
#reception_confirm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: strech;
      -ms-flex-align: strech;
          align-items: strech;
}
#reception_confirm dl dt {
  background: #8f9191;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 14px;
  width: 30%;
  padding: 20px;
}
#reception_confirm dl dd {
  width: 70%;
  font-size: 14px;
  padding: 20px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
#reception_confirm dl:first-child dd {
  border-top: 1px solid #888;
}
#reception_confirm dl:last-child dt {
  border-bottom: 1px solid #888;
}
#reception_confirm .form_btn_confirm {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#reception_confirm .form_btn_confirm div button {
  width: 200px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
  padding: 0;
  color: #FFF;
  border: none;
  background: #888;
  border-radius: 10px;
  cursor: pointer;
}
#reception_confirm .form_btn_confirm div input {
  width: 200px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #FFF;
  border: none;
  background: #ff5700;
  border-radius: 10px;
  cursor: pointer;
}
#reception_confirm .form_txt {
  display: none;
}

@media screen and (max-width: 768px) {
  #reception_confirm h2 {
    margin-bottom: 50px;
    padding: 20px;
    font-size: 24px;
  }
  #reception_confirm h3 {
    font-size: 20px;
  }
  #reception_confirm h3:before {
    width: 30px;
    height: 3px;
  }
  #reception_confirm .reception_confirm_main {
    margin: 35px auto 130px;
  }
  #reception_confirm .reception_confirm_main .note {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #reception_confirm dl dt {
    font-size: 14px;
    padding: 15px;
  }
  #reception_confirm dl dd {
    width: 70%;
    font-size: 14px;
    padding: 15px;
  }
  #reception_confirm .form_btn_confirm {
    margin-top: 30px;
  }
  #reception_confirm .form_btn_confirm div button {
    width: 150px;
    margin-right: 15px;
    line-height: 50px;
    font-size: 14px;
  }
  #reception_confirm .form_btn_confirm div input {
    width: 150px;
    line-height: 50px;
    font-size: 14px;
  }
}
#reception_complete {
  text-align: center;
}
#reception_complete h2 {
  margin-bottom: 70px;
  padding: 30px;
  background: #ff5700;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #FFF;
}
#reception_complete h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #ff5700;
}
#reception_complete h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff5700;
}
#reception_complete .complete_main {
  max-width: 980px;
  margin: 70px auto 150px;
  padding: 0 20px;
}
#reception_complete .complete_main p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #reception_complete h2 {
    margin-bottom: 35px;
    padding: 20px;
    font-size: 26px;
  }
  #reception_complete h3 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  #reception_complete h3:before {
    width: 30px;
    height: 3px;
  }
  #reception_complete .complete_main {
    margin: 50px auto 70px;
    padding: 0 50px;
  }
  #reception_complete .complete_main p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
#contact_confirm h2 {
  margin-bottom: 70px;
  padding: 30px;
  background: #1e3002;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #FFF;
}
#contact_confirm h3 {
  text-align: center;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #1e3002;
}
#contact_confirm h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1e3002;
}
#contact_confirm .contact_confirm_main {
  max-width: 980px;
  margin: 70px auto 150px;
  padding: 0 20px;
}
#contact_confirm .contact_confirm_main .note {
  font-size: 14px;
  margin-bottom: 15px;
}
#contact_confirm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: strech;
      -ms-flex-align: strech;
          align-items: strech;
}
#contact_confirm dl dt {
  background: #8f9191;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 14px;
  width: 30%;
  padding: 20px;
}
#contact_confirm dl dd {
  width: 70%;
  font-size: 14px;
  padding: 20px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
#contact_confirm dl:first-child dd {
  border-top: 1px solid #888;
}
#contact_confirm dl:last-child dt {
  border-bottom: 1px solid #888;
}
#contact_confirm .privacy {
  text-align: center;
  margin: 40px 0 0;
  font-size: 14px;
}
#contact_confirm .btn_confirm {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact_confirm .btn_confirm div.first input {
  width: 200px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
  padding: 0;
  color: #FFF;
  border: none;
  background: #888;
  border-radius: 10px;
  cursor: pointer;
}
#contact_confirm .btn_confirm div.last input {
  width: 200px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #FFF;
  border: none;
  background: #1e3002;
  border-radius: 10px;
  cursor: pointer;
}
#contact_confirm .privacy {
  display: none;
}
@media screen and (max-width: 768px) {
  #contact_confirm h2 {
    margin-bottom: 50px;
    padding: 20px;
    font-size: 24px;
  }
  #contact_confirm h3 {
    font-size: 20px;
  }
  #contact_confirm h3:before {
    width: 30px;
    height: 3px;
  }
  #contact_confirm .contact_confirm_main {
    margin: 35px auto 130px;
  }
  #contact_confirm .contact_confirm_main .note {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #contact_confirm dl dt {
    font-size: 14px;
    padding: 15px;
  }
  #contact_confirm dl dd {
    width: 70%;
    font-size: 14px;
    padding: 15px;
  }
  #contact_confirm .privacy {
    margin: 20px 0 0;
    font-size: 14px;
  }
  #contact_confirm .btn_confirm {
    margin-top: 30px;
  }
  #contact_confirm .btn_confirm div.first input {
    width: 150px;
    margin-right: 15px;
    line-height: 50px;
    font-size: 14px;
  }
  #contact_confirm .btn_confirm div.last input {
    width: 150px;
    line-height: 50px;
    font-size: 14px;
  }
}
#contact_complete {
  text-align: center;
}
#contact_complete h2 {
  margin-bottom: 70px;
  padding: 30px;
  background: #1e3002;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #FFF;
}
#contact_complete h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #1e3002;
}
#contact_complete h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1e3002;
}
#contact_complete .complete_main {
  max-width: 980px;
  margin: 70px auto 100px;
  padding: 0 20px;
}
#contact_complete .complete_main p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #contact_complete h2 {
    margin-bottom: 35px;
    padding: 20px;
    font-size: 24px;
  }
  #contact_complete h3 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  #contact_complete h3:before {
    width: 30px;
    height: 3px;
  }
  #contact_complete .complete_main {
    margin: 50px auto 70px;
    padding: 0 50px;
  }
  #contact_complete .complete_main p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
#privacy h1 {
  margin-bottom: 70px;
  padding: 30px;
  background: #ff5700;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #FFF;
}
#privacy .privacy_content {
  max-width: 980px;
  margin: 70px auto 150px;
  padding: 0 20px;
}
#privacy h2 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 24px;
}
#privacy h3 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 18px;
}
#privacy p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 28px;
}

@media screen and (max-width: 768px) {
  #privacy h1 {
    margin-bottom: 35px;
    padding: 20px;
    font-size: 26px;
  }
  #privacy .privacy_content {
    margin: 35px auto 130px;
  }
}


/* ==============================================
 loading
=============================================== */
.loader {
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper {
  overflow: hidden;
  opacity: 0;
}

/**
 * ==============================================
 * Dot Spin
 * ==============================================
 */
.dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  -webkit-box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 0 rgba(2, 89, 163, 0), 0 24px 0 0 rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 0 rgba(2, 89, 163, 0), -24px 0 0 0 rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 0 rgba(2, 89, 163, 0);
          box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 0 rgba(2, 89, 163, 0), 0 24px 0 0 rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 0 rgba(2, 89, 163, 0), -24px 0 0 0 rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 0 rgba(2, 89, 163, 0);
  -webkit-animation: dotSpin 1.5s infinite linear;
          animation: dotSpin 1.5s infinite linear;
}

@-webkit-keyframes dotSpin {
  0%,
  100% {
    -webkit-box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
            box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
  }
  12.5% {
    -webkit-box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
            box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
  }
  25% {
    -webkit-box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
            box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
  }
  37.5% {
    -webkit-box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
            box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
  }
  50% {
    -webkit-box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
            box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
  }
  62.5% {
    -webkit-box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 0 #0259a3;
            box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 0 #0259a3;
  }
  75% {
    -webkit-box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 0 #0259a3;
            box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 0 #0259a3;
  }
  87.5% {
    -webkit-box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 0 #0259a3;
            box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 0 #0259a3;
  }
}

@keyframes dotSpin {
  0%,
  100% {
    -webkit-box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
            box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
  }
  12.5% {
    -webkit-box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
            box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
  }
  25% {
    -webkit-box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
            box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 0 #0259a3, 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
  }
  37.5% {
    -webkit-box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
            box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 0 #0259a3, 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
  }
  50% {
    -webkit-box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
            box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 0 #0259a3, -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0);
  }
  62.5% {
    -webkit-box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 0 #0259a3;
            box-shadow: 0 -24px 0 -5px rgba(2, 89, 163, 0), 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 0 #0259a3, -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 0 #0259a3;
  }
  75% {
    -webkit-box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 0 #0259a3;
            box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 -5px rgba(2, 89, 163, 0), 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 0 #0259a3, -16.97313px -16.97313px 0 0 #0259a3;
  }
  87.5% {
    -webkit-box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 0 #0259a3;
            box-shadow: 0 -24px 0 0 #0259a3, 16.97313px -16.97313px 0 0 #0259a3, 24px 0 0 -5px rgba(2, 89, 163, 0), 16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), 0 24px 0 -5px rgba(2, 89, 163, 0), -16.97313px 16.97313px 0 -5px rgba(2, 89, 163, 0), -24px 0 0 -5px rgba(2, 89, 163, 0), -16.97313px -16.97313px 0 0 #0259a3;
  }
}

.grecaptcha-badge {
  z-index: 1000 !important;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 150px !important;
  }
}