@charset "UTF-8";
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.fs_normal {
  font-size: 18px;
}

.fs_large {
  font-size: 15px;
}

.fs_exlarge {
  font-size: 38px;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.inline_block {
  display: inline-block;
}

.inline {
  display: inline;
}

.btn {
  position: relative;
  display: block;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn_primary {
  width: 480px;
  height: 100px;
  line-height: 100px;
  border: solid 1px #237237;
  background-color: #237237;
  font-size: 20px;
  font-weight: bold;
}

.btn_primary:after {
  content: "";
  width: 11px;
  height: 11px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 49px;
}

@media screen and (max-width: 768px) {
  .btn_primary:after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .btn_primary {
    width: 100%;
    height: 50px;
    line-height: 46px;
    font-size: 11px;
  }
}

h2.ttl {
  font-size: 2.6vw;
}

@media screen and (max-width: 768px) {
  h2.ttl {
    font-size: 7vw;
    font-weight: 600;
  }
}

h2.ttl span {
  display: block;
  position: relative;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

h2.ttl span:after {
  position: absolute;
  content: "";
  width: 60px;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #237237;
}

@media screen and (max-width: 768px) {
  h2.ttl span:after {
    width: 30px;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  h2.ttl span {
    font-size: 12px;
  }
}

h2.ttl.sp_ttl {
  width: 100%;
  text-align: center;
}

.second_ttl {
  font-size: 2.4vw;
}

@media screen and (max-width: 768px) {
  .second_ttl {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
  }
}

hr {
  height: 1px;
  background: #237237;
  width: 100%;
  border: none;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  hr {
    width: 30px;
    margin: 0 auto;
    opacity: 1;
  }
}

.photo_slide {
  width: 127%;
  position: relative;
  z-index: 15;
  margin: 60px 0;
  overflow: hidden;
}

.photo_slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.photo_slide ul li {
  list-style: none;
  width: 50%;
  padding: 0 10px;
}

.photo_slide ul li img {
  width: 900px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .photo_slide ul li img {
    width: calc(100% - 60px);
  }
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sweet-sans-pro, Meiryo, sans-serif;
  color: #237237;
  font-size: 1.3vw;
  line-height: 1.53;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

#wrapper {
  min-height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(379%, #237237), color-stop(-364%, #1b582a));
  background-image: linear-gradient(to left, #237237 379%, #1b582a -364%);
}

@media screen and (max-width: 768px) {
  header {
    padding: 0 30px;
    height: 41px;
  }
  header img {
    width: 100px;
    height: auto;
  }
}

.foot_info {
  background: #fafafa;
  padding: 180px 0 173px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .foot_info {
    padding: 80px 0 100px;
  }
}

.foot_info img {
  width: 238px;
  height: auto;
  margin-bottom: 82px;
}

@media screen and (max-width: 768px) {
  .foot_info img {
    width: 148px;
    margin-bottom: 50px;
  }
}

.foot_info p {
  font-size: 18px;
  line-height: 1.78;
  padding: 0 35.88%;
  color: #212121;
}

@media screen and (max-width: 768px) {
  .foot_info p {
    padding: 0 50px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .foot_info .btn_area {
    padding: 0 30px;
  }
}

.foot_info .btn_area a {
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .foot_info .btn_area a {
    margin: 40px auto 0;
  }
}

footer {
  padding: 120px 0 100px;
  background: #237237;
  color: #fff;
  text-align: center;
}

footer p {
  font-size: 12px;
  margin-bottom: 60px;
}

footer .url img {
  width: 344px;
  height: auto;
  margin-bottom: 131px;
}

@media screen and (max-width: 768px) {
  footer .url img {
    width: 253px;
  }
}

footer .logo img {
  width: 115px;
  height: auto;
  margin-bottom: 50px;
}

footer h2 {
  font-size: 18px;
}

footer h2 span {
  font-size: 12px;
  font-weight: normal;
}

#copy {
  background: #105a23;
  padding: 44px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #copy {
    padding: 40px 0;
    font-size: 9px;
  }
}

.page_top {
  background: #237237;
  width: 87px;
  height: 87px;
  line-height: 65px;
  margin: 0 auto -49px;
  text-align: center;
  border-radius: 50%;
}

.page_top a {
  display: block;
}

.page_top img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .page_top {
    width: 67px;
    height: 67px;
    line-height: 50px;
  }
  .page_top img {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 768px) {
  #gnav {
    display: none;
  }
}

#gnav ul {
  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;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

#gnav ul li {
  list-style: none;
  margin-right: 60px;
}

#gnav ul li:last-child {
  margin-right: 0;
}

#gnav ul li a {
  color: #fff;
  text-decoration: none;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.main_image {
  position: relative;
  background: url(../img/main_photo.jpg) no-repeat;
  width: 100%;
  height: 1052px;
  background-position: 70% 50%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main_image {
    background: url(../img/sp_main_photo.jpg) no-repeat;
    height: 550px;
    width: 100%;
    background-position: 57% 50%;
    background-size: cover;
  }
}

.main_image .main_catch {
  position: absolute;
  width: 50%;
  top: 19.01%;
  left: 10vw;
  font-size: 2.8vw;
  line-height: 1.55;
}

@media screen and (max-width: 768px) {
  .main_image .main_catch {
    width: 64%;
    font-size: 22px;
    top: 30px;
    left: 30px;
  }
}

.main_image .catch {
  position: absolute;
  width: 40%;
  top: 35.5%;
  left: 10vw;
}

@media screen and (max-width: 768px) {
  .main_image .catch {
    position: static;
    width: 100%;
    padding: 650px 50px 0;
  }
  .main_image .catch .btn {
    width: 84vw;
    position: relative;
    left: 60%;
    right: 60%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.main_image .catch h2 {
  font-size: 1.6vw;
  line-height: 1.55;
  margin-bottom: 1.2vw;
}

@media screen and (max-width: 768px) {
  .main_image .catch h2 {
    font-size: 16px;
  }
}

.main_image .catch p {
  line-height: 1.83;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main_image .catch p {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

.main_image .sns_btn {
  position: absolute;
  bottom: 68px;
  right: 80px;
}

@media screen and (max-width: 768px) {
  .main_image .sns_btn {
    bottom: 21px;
    right: 8px;
  }
}

.main_image .sns_btn a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 74px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px #237237;
  background-color: #237237;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .main_image .sns_btn a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.main_image .sns_btn a img {
  width: 31px;
  height: 31px;
}

@media screen and (max-width: 768px) {
  .main_image .sns_btn a img {
    width: 15px;
    height: 15px;
  }
}

.main_image .bg_pos01 {
  position: absolute;
  bottom: -452px;
  left: -404px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .main_image .bg_pos01 {
    bottom: -234px;
    left: -228px;
  }
}

.main_image .bg_pos01 img {
  width: 51vw;
  height: auto;
}

@media screen and (max-width: 768px) {
  .main_image .bg_pos01 img {
    width: 437px;
  }
}

.sec01 {
  background: rgba(210, 226, 214, 0.3);
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 450px;
  }
}

.sec01 .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 662px;
  padding: 0 10vw;
}

@media screen and (max-width: 768px) {
  .sec01 .inner {
    display: inherit;
    padding-top: 100px;
    padding: 0 30px 60px;
    height: inherit;
  }
}

.sec01 .inner figure {
  position: absolute;
  top: -40px;
  left: 10vw;
}

@media screen and (max-width: 768px) {
  .sec01 .inner figure {
    position: static;
    top: 100px;
    left: 30px;
  }
}

.sec01 .inner figure img {
  width: 36%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sec01 .inner figure img {
    width: 57%;
  }
}

.sec01 .inner .cont {
  width: 55%;
  margin-bottom: 105px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .sec01 .inner .cont {
    position: absolute;
    top: 38%;
    left: 37vw;
    width: 75%;
    margin-bottom: 0;
  }
}

.sec01 .inner .cont .ttl {
  font-size: 2.4vw;
  margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
  .sec01 .inner .cont .ttl {
    font-size: 5vw;
  }
}

.sec01 .inner .cont p {
  font-size: 1.3vw;
}

.sec01 .inner .sp_cont {
  margin-top: 40px;
}

.sec02 {
  position: relative;
  padding: 205px 0 0;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 60px 0 0;
  }
}

.sec02 .inner {
  padding: 0 20vw;
}

@media screen and (max-width: 768px) {
  .sec02 .inner {
    padding: 0 50px;
  }
}

.sec02 h2.ttl span::after {
  right: inherit;
}

.sec02 .bg_pos02 {
  position: absolute;
  top: -61px;
  right: -330px;
}

.sec02 .bg_pos02 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sec02 .bg_pos02 img {
    width: 375px;
  }
}

@media screen and (max-width: 768px) {
  .sec02 .bg_pos02 {
    top: -32px;
    right: -105px;
  }
}

.sec02 h3 {
  font-size: 1.3vw;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sec02 h3 {
    font-size: 13px;
  }
}

.sec02 p {
  font-size: 1.1vw;
}

@media screen and (max-width: 768px) {
  .sec02 p {
    font-size: 11px;
  }
}

.sec02 .slider01 {
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  .sec02 .slider01 {
    margin: 40px 0;
  }
}

.sec02 .slider01 img {
  height: auto;
  width: 100%;
}

.sec03 {
  margin-top: 160px;
}

.sec03 .main_photo {
  position: relative;
  background: url(../img/items_photo.jpg) no-repeat;
  width: 100%;
  height: 672px;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sec03 .main_photo {
    height: 224px;
    background-position: 50% 50%;
  }
}

.sec03 .main_photo .bg_pos03 {
  position: absolute;
  top: -222px;
  left: -293px;
}

@media screen and (max-width: 768px) {
  .sec03 .main_photo .bg_pos03 {
    top: -105px;
    left: -102px;
  }
}

.sec03 .main_photo .bg_pos03 img {
  width: 800px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sec03 .main_photo .bg_pos03 img {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 235px;
  }
}

.sec03 .main_photo .bg_pos04 {
  position: absolute;
  top: 517px;
  right: -346px;
}

@media screen and (max-width: 768px) {
  .sec03 .main_photo .bg_pos04 {
    display: none;
  }
}

.sec03 .main_photo .bg_pos04 img {
  width: 800px;
  height: auto;
}

.sec03 .line01 {
  position: relative;
  padding: 0 19.37%;
  margin-top: -53px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .sec03 .line01 {
    padding: 0 0 0 30px;
    margin-top: -25px;
  }
  .sec03 .line01 img {
    width: 65%;
    height: auto;
  }
}

.sec03 .line02 {
  padding: 0 10vw 0 20vw;
  margin-top: 131px;
}

@media screen and (max-width: 768px) {
  .sec03 .line02 {
    margin-top: 80px;
    padding: 0 50px;
  }
}

.sec03 .line02 .spec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .sec03 .line02 .spec {
    position: static;
    display: inherit;
    margin-top: 40px;
  }
}

.sec03 .line02 .spec table {
  position: absolute;
  left: 0;
  bottom: -56px;
  width: 53%;
}

@media screen and (max-width: 768px) {
  .sec03 .line02 .spec table {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
}

.sec03 .line02 .spec table th {
  padding: 20px 0;
  width: 27%;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .sec03 .line02 .spec table th {
    padding: 10px 0;
    width: 21%;
  }
}

.sec03 .line02 .spec table td {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .sec03 .line02 .spec table td {
    padding: 10px 0;
  }
}

.sec03 .line02 .spec figure {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .sec03 .line02 .spec figure {
    text-align: center;
  }
}

.sec03 .line02 .spec figure img {
  width: 58.91%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sec03 .line02 .spec figure img {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .sec03 .line02 h2.ttl {
    text-align: center;
  }
}

.sec03 .bg_gradation {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e5ede7), to(#ffffff));
  background-image: linear-gradient(to top, #e5ede7 0%, #ffffff);
}

.sec03 .line03 {
  padding: 176px 20vw 0 20vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec03 .line03 {
    padding: 59px 30px 0;
  }
}

.sec03 .line03 .btn_area a {
  margin: 0 auto;
}

.sec03 .line03 .second_ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec03 .line03 .second_ttl {
    text-align: left;
    margin-bottom: 20px;
  }
}

.sec03 .line03 p {
  text-align: left;
}

.sec03 .line03 hr {
  margin: 103px auto 130px;
}

@media screen and (max-width: 768px) {
  .sec03 .line03 hr {
    margin: 100px auto 60px;
  }
}

.sec03 .line04 {
  padding: 0 19.37%;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .sec03 .line04 {
    padding: 0 30px;
  }
}

.sec03 .line04 img {
  width: 100%;
  height: auto;
}

.sec03 .line04 hr {
  margin: 103px auto 130px;
}

@media screen and (max-width: 768px) {
  .sec03 .line04 hr {
    margin: 100px auto 60px;
  }
}

.sec03 .line05 {
  padding: 176px 15vw 230px 15vw;
  background: #e5ede7;
}

@media screen and (max-width: 768px) {
  .sec03 .line05 {
    padding: 60px 10px 132px;
  }
}

.sec03 .line05 .second_ttl {
  margin: 120px 0 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec03 .line05 .second_ttl {
    margin: 80px 0 60px;
  }
}

.sec03 .line05 .btn_area {
  margin-top: 120px;
}

.sec03 .line05 .btn_area a {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec03 .line05 .btn_area {
    margin-top: 60px;
  }
}

.sec03 .line05 img {
  width: 100%;
  height: auto;
}

.sec03 .comparison table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .sec03 .comparison table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.sec03 .comparison table .b_border {
  border-right: 4px solid #b17a1d;
  border-left: 4px solid #b17a1d;
}

.sec03 .comparison table .b_border.top {
  border-top: 4px solid #b17a1d;
}

.sec03 .comparison table .b_border.bottom {
  border-bottom: 4px solid #b17a1d;
}

.sec03 .comparison table thead {
  background: #e5ede7;
}

.sec03 .comparison table thead th {
  color: #237237;
  font-size: 16px;
  padding: 30px 0;
  border-top: 4px solid #e5ede7;
}

@media screen and (max-width: 768px) {
  .sec03 .comparison table thead th {
    font-size: 13px;
    padding: 0 10px;
  }
}

.sec03 .comparison table thead th.other {
  color: #666;
  font-weight: normal;
}

.sec03 .comparison table tbody tr {
  background: #f7f7f7;
}

.sec03 .comparison table tbody tr:nth-child(2n) {
  background: #fff;
}

.sec03 .comparison table tbody th {
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .sec03 .comparison table tbody th {
    font-size: 13px;
  }
}

.sec03 .comparison table tbody td {
  text-align: center;
  padding: 15px 0;
}

.sec03 .comparison table tbody td p {
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 768px) {
  .sec03 .comparison table tbody td p {
    font-size: 10px;
  }
}

.sec04 {
  position: relative;
  padding: 175px 31.16% 0 31.16%;
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding: 80px 50px 0;
  }
  .sec04 h2 {
    text-align: center;
  }
}

.sec04 .bg_pos05 {
  position: absolute;
  top: -161px;
  right: -279px;
}

@media screen and (max-width: 768px) {
  .sec04 .bg_pos05 {
    top: -59px;
    right: -102px;
  }
}

.sec04 .bg_pos05 img {
  width: 800px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sec04 .bg_pos05 img {
    width: 260px;
  }
}

.sec04 h3 {
  font-size: 22px;
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  .sec04 h3 {
    font-size: 14px;
  }
}

.sec04 h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 60px 0 20px;
}

@media screen and (max-width: 768px) {
  .sec04 h4 {
    font-size: 13px;
  }
}

.sec04 p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .sec04 p {
    font-size: 11px;
  }
}

.sec05 {
  background: #e5ede7;
  padding: 115px 0 217px;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 80px 0 100px;
    margin-top: 80px;
  }
}

.sec05 h2 {
  padding: 0 31.16%;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .sec05 h2 {
    text-align: center;
    padding: 0 0;
    margin-bottom: 40px;
  }
}

.sec05 .faq_area {
  padding: 0 25%;
}

@media screen and (max-width: 768px) {
  .sec05 .faq_area {
    padding: 0 30px;
  }
}

.sec05 .faq_area .faq_item {
  width: 100%;
  border-radius: 60px;
  border: solid 2px #237237;
  background-color: #ffffff;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec05 .faq_area .faq_item {
    border-radius: 24px;
    margin-bottom: 20px;
  }
}

.sec05 .faq_area .faq_item .accordion_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 44px 71px 44px 50px;
  font-size: 1.4vw;
  font-weight: bold;
  color: #237237;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sec05 .faq_area .faq_item .accordion_title {
    font-size: 14px;
    padding: 13px 38px 23px 20px;
  }
}

.sec05 .faq_area .faq_item .accordion_title span {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 700;
  opacity: 0.7;
  width: 13%;
}

@media screen and (max-width: 768px) {
  .sec05 .faq_area .faq_item .accordion_title span {
    font-size: 14px;
    width: 60px;
    margin-right: 0;
  }
}

.sec05 .faq_area .faq_item .accordion_title p {
  width: 100%;
}

.sec05 .faq_area .faq_item .accordion_title:after {
  content: "";
  position: absolute;
  right: 43px;
  top: 40%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #237237;
  border-right: solid 3px #237237;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .sec05 .faq_area .faq_item .accordion_title:after {
    width: 7px;
    height: 7px;
    top: 18px;
    right: 20px;
    border-top: solid 2px #237237;
    border-right: solid 2px #237237;
  }
}

.sec05 .faq_area .faq_item .accordion_title.open:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}

@media screen and (max-width: 768px) {
  .sec05 .faq_area .faq_item .accordion_title.open:after {
    top: 22px;
  }
}

.sec05 .faq_area .faq_item .accordion_content {
  display: none;
  padding: 0 120px 82px 60px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .sec05 .faq_area .faq_item .accordion_content {
    padding: 0 38px 21px 37px;
  }
}

.sec05 .faq_area .faq_item .accordion_content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec05 .faq_area .faq_item .accordion_content .inner span {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 700;
  font-weight: 22px;
  opacity: 0.7;
  margin-right: 41px;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .sec05 .faq_area .faq_item .accordion_content .inner span {
    font-size: 13px;
    margin-right: 12px;
  }
}

.sec05 .faq_area .faq_item .accordion_content .inner p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .sec05 .faq_area .faq_item .accordion_content .inner p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=app.css.map */