@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  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: inherit; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* html
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* body
---------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* site config
---------------------------------------------------------------------*/
/* functions：2026.ver_1.0 版
---------------------------------------------------------------------*/
/* mixin
---------------------------------------------------------------------*/
/* site config
---------------------------------------------------------------------*/
/* reset：2021.ver_1.2 版
---------------------------------------------------------------------*/
article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section, img, svg, small,
*::before, *::after {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  min-height: 100vh;
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

main {
  min-height: 100vh;
}

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

a {
  transition: 0.7s;
  color: #5CB531;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* all

------------------------------------------------------------------------------------------------------------------------------------------*/
/* .box_center
---------------------------------------------------------------------*/
.box_center {
  padding-inline: 20px;
}
.box_center > * {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.screen_title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.71875vw, 2.2rem);
}
.screen_title + * {
  margin-top: clamp(24px, 3.125vw, 40px);
}

.submit_area {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: clamp(10px, 1.5625vw, 20px) clamp(16px, 2.5vw, 32px);
}
@media (min-width: 768px) {
  .submit_area {
    flex-direction: row;
  }
}
.submit_area .submit-btn {
  display: inline-block;
  border: 1px solid #5CB531;
  border-radius: 5px;
  overflow: hidden;
  max-width: clamp(300px, 31.25vw, 400px);
  width: 100%;
  position: relative;
  transition: 0.7s;
}
.submit_area .submit-btn::after {
  content: "";
  display: block;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  aspect-ratio: 1/2;
  width: 8px;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}
.submit_area .submit-btn input[type=button], .submit_area .submit-btn input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5CB531;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
  color: #FFFFFF;
  height: clamp(60px, 6.25vw, 80px);
  width: 100%;
}
.submit_area .submit-btn:hover {
  opacity: 0.7;
}

/* #contents
---------------------------------------------------------------------*/
#contents {
  padding-block: clamp(32px, 8.125vw, 104px) clamp(80px, 12.03125vw, 154px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* header

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #header
---------------------------------------------------------------------*/
#header {
  background: url(../img/header_bg.jpg) no-repeat center;
  background-size: auto 100%;
}
#header_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(35, 117, 40, 0.4);
  height: clamp(180px, 25vw, 320px);
}
#header_title {
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 3px 3px 10px #333333;
}
#header_title__page {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  font-size: clamp(2.8rem, 3.59375vw, 4.6rem);
  padding-block: clamp(20px, 1.875vw, 24px) clamp(18px, 1.5625vw, 20px);
  width: clamp(300px, 31.25vw, 400px);
}
#header_title__lp {
  font-size: clamp(2rem, 2.1875vw, 2.8rem);
}
* + #header_title__lp {
  margin-top: clamp(10px, 1.5625vw, 20px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* footer

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #footer
---------------------------------------------------------------------*/
#footer {
  background-color: #373737;
}
#footer #copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  color: #FFFFFF;
  height: clamp(50px, 4.6875vw, 60px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* contents

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #formbox
---------------------------------------------------------------------*/
#formbox #mailform_text {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.71875vw, 2.2rem);
}
@media (min-width: 768px) {
  #formbox #mailform_text br {
    display: contents;
  }
}
#formbox #mailform .formlist + * {
  margin-top: clamp(32px, 3.125vw, 40px);
}
#formbox #mailform .formlist_title {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
  background-color: rgba(92, 181, 49, 0.2);
  font-weight: 700;
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
  padding: clamp(14px, 1.5625vw, 20px) clamp(20px, 2.5vw, 32px);
}
#formbox #mailform .formlist_title::before {
  content: "任意";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3981D2;
  border-radius: 3px;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  color: #FFFFFF;
  line-height: 1;
  padding: 6px 10px;
  min-width: clamp(48px, 4.375vw, 56px);
}
#formbox #mailform .formlist_title.required::before {
  content: "必須";
  background-color: #FF7C09;
}
@media (min-width: 768px) {
  #formbox #mailform .formlist_title__inner {
    display: flex;
    align-items: baseline;
    column-gap: 16px;
  }
}
#formbox #mailform .formlist_title small {
  font-weight: 400;
}
#formbox #mailform .formlist_text {
  padding: clamp(16px, 1.875vw, 24px) clamp(20px, 2.5vw, 32px) clamp(22px, 3.125vw, 40px);
  font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
}
#formbox #mailform .formlist_text .radio_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  #formbox #mailform .formlist_text .radio_list {
    flex-direction: row;
    column-gap: 30px;
  }
}
#formbox #mailform .formlist_text .list-pdt {
  display: grid;
  gap: clamp(20px, 3.125vw, 40px);
}
#formbox #mailform .formlist_text .list-pdt_item {
  display: flex;
  flex-direction: column;
  gap: 10px clamp(26px, 5.15625vw, 66px);
}
@media (min-width: 768px) {
  #formbox #mailform .formlist_text .list-pdt_item {
    align-items: baseline;
    flex-direction: row;
    border-left: 4px solid #5CB531;
    padding-left: clamp(10px, 1.5625vw, 20px);
  }
}
#formbox #mailform .formlist_text .list-pdt_title {
  border-left: 4px solid #5CB531;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #formbox #mailform .formlist_text .list-pdt_title {
    border-left: none;
    padding-left: 0;
  }
}
#formbox #mailform .formlist_text .list-pdt_list {
  display: grid;
  gap: clamp(10px, 1.25vw, 16px);
  padding-left: 14px;
}
@media (min-width: 768px) {
  #formbox #mailform .formlist_text .list-pdt_list {
    grid-template-columns: max-content 300px;
    align-items: baseline;
  }
}
#formbox #mailform .formlist_text .address-data_input {
  margin-top: clamp(5px, 0.78125vw, 10px);
}
#formbox #mailform .formlist_text .address-data_input + .address-data_title {
  margin-top: clamp(14px, 1.25vw, 16px);
}
#formbox #mailform .formlist_text .address-data_input .postal-code {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#formbox #mailform .formlist_text .address-data_input .postal-code-fir {
  width: clamp(90px, 10.15625vw, 130px);
}
#formbox #mailform .formlist_text .address-data_input .postal-code-lat {
  width: clamp(90px, 12.5vw, 160px);
}
@media (min-width: 768px) {
  #formbox #mailform .formlist_text .address-data_input select {
    max-width: 300px;
  }
}
#formbox #mailform .formlist_text input[type=text], #formbox #mailform .formlist_text textarea, #formbox #mailform .formlist_text select {
  border: 1px solid rgba(55, 55, 55, 0.7);
  border-radius: 5px;
  padding: clamp(1.4rem, 1.25vw, 1.6rem);
}
#formbox #mailform .formlist_text input[type=text], #formbox #mailform .formlist_text textarea, #formbox #mailform .formlist_text select {
  width: 100%;
}
#formbox #mailform .formlist_text textarea {
  min-height: clamp(200px, 23.4375vw, 300px);
}
#formbox #mailform * + .formlist {
  margin-top: clamp(24px, 3.125vw, 40px);
}
#formbox #mailform .text_center {
  padding-inline: clamp(20px, 2.5vw, 32px);
  text-align: center;
}
#formbox #mailform .submit-btn {
  display: inline-block;
  border: 1px solid #5CB531;
  border-radius: 5px;
  overflow: hidden;
  max-width: 480px;
  width: 100%;
  position: relative;
  transition: 0.7s;
}
#formbox #mailform .submit-btn::after {
  content: "";
  display: block;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  aspect-ratio: 1/2;
  width: 8px;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}
#formbox #mailform .submit-btn input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5CB531;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
  color: #FFFFFF;
  height: clamp(60px, 6.25vw, 80px);
  width: 100%;
}
#formbox #mailform .submit-btn:hover {
  opacity: 0.7;
}

* + #formbox {
  margin-top: clamp(60px, 6.25vw, 80px);
}

/* #confirmation_contents
---------------------------------------------------------------------*/
#confirmation_contents .confirmation.error_txt {
  color: red;
}
#confirmation_contents .confirmation + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
#confirmation_contents .submit_content .formlist + * {
  margin-top: clamp(32px, 3.125vw, 40px);
}
#confirmation_contents .submit_content .formlist_title {
  background-color: rgba(92, 181, 49, 0.2);
  font-weight: 700;
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
  padding: clamp(14px, 1.5625vw, 20px) clamp(20px, 2.5vw, 32px);
}
#confirmation_contents .submit_content .formlist_text {
  padding: clamp(16px, 1.875vw, 24px) clamp(20px, 2.5vw, 32px) clamp(22px, 3.125vw, 40px);
  font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
}
#confirmation_contents .submit_content .formlist_text .err {
  color: red;
}
#confirmation_contents .submit_content * + .formlist {
  margin-top: clamp(24px, 3.125vw, 40px);
}

/* #completion_contents
---------------------------------------------------------------------*/
#completion_contents .completion {
  text-align: center;
}
#completion_contents * + .submit_area {
  margin-top: clamp(24px, 3.125vw, 40px);
}

/* #catlogbox
---------------------------------------------------------------------*/
#catlogbox_inner {
  display: grid;
  background-color: #FFFEF6;
  border: 1px solid #5CB531;
  border-radius: 5px;
  padding: clamp(24px, 4.375vw, 56px) clamp(24px, 6.09375vw, 78px);
  box-shadow: 3px 3px 5px rgba(92, 181, 49, 0.2);
}
@media (min-width: 768px) {
  #catlogbox_inner {
    grid-template-columns: clamp(180px, 21.875vw, 280px) 1fr;
    grid-template-rows: max-content 1fr;
    column-gap: clamp(24px, 4.375vw, 56px);
  }
}
#catlogbox_title {
  text-align: center;
}
@media (min-width: 768px) {
  #catlogbox_title {
    grid-column: 2/3;
    text-align: left;
  }
}
#catlogbox_title__txt {
  display: block;
  border-bottom: 1px solid #5CB531;
  border-top: 1px solid #5CB531;
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  color: #5CB531;
}
#catlogbox_title__txt + * {
  margin-top: clamp(10px, 1.875vw, 24px);
}
#catlogbox_title__sub {
  font-size: clamp(1.6rem, 1.71875vw, 2.2rem);
}
@media (min-width: 768px) {
  #catlogbox_image {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
#catlogbox_image img {
  box-shadow: 5px 5px 5px rgba(35, 117, 40, 0.3);
  margin-inline: auto;
  width: clamp(180px, 21.875vw, 280px);
}
* + #catlogbox_image {
  margin-top: 10px;
}
@media (min-width: 768px) {
  * + #catlogbox_image {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #catlogbox_text {
    grid-column: 2/3;
  }
}
* + #catlogbox_text {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */