@charset "UTF-8";
@layer resets {
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  :where([hidden]:not([hidden=until-found])) {
    display: none !important;
  }
  :where(html) {
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    color-scheme: dark light;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    scrollbar-gutter: stable;
    interpolate-size: allow-keywords;
    line-height: 1.5;
    scroll-padding-top: 0;
    scroll-behavior: smooth;
    min-width: 225px;
  }
  :where(html:has(dialog:modal[open])) {
    overflow: clip;
  }
  :where(body) {
    line-height: inherit;
    font-family: var(--font-jp);
    -webkit-font-smoothing: antialiased;
    font-size: clamp(var(--font-size-min), var(--font-size-mid), var(--font-size-max));
    color: #000000;
    background-color: #f3f5f8;
  }
  :where(body).active {
    overflow: hidden;
  }
  :where(section) {
    position: relative;
    z-index: 5;
  }
  :where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    background-color: #fff;
  }
  :where(button) {
    all: unset;
  }
  :where(textarea) {
    resize: vertical;
    resize: block;
  }
  :where(button, label, select, summary, [role=button], [role=option]) {
    cursor: pointer;
  }
  :where(:disabled, label:has(> :disabled, + disabled)) {
    cursor: not-allowed;
  }
  :where(a) {
    color: inherit;
    text-underline-offset: 0.2ex;
    text-decoration: none;
  }
  :where(ul, ol) {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  :where(blockquote, q) {
    quotes: none;
  }
  :where(blockquote:before, blockquote:after, q:before, q:after) {
    content: "";
    content: none;
  }
  :where(table) {
    border-collapse: collapse;
    border-spacing: 0;
  }
  :where(img, picture, svg, video) {
    max-inline-size: 100%;
    block-size: auto;
    display: block;
    vertical-align: middle;
  }
  :where(dialog, [popover]) {
    border: none;
    background: none;
    color: inherit;
    inset: unset;
    max-width: unset;
    max-height: unset;
    overflow: unset;
  }
  :where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
    display: none !important;
  }
  :where(:focus-visible) {
    outline: 3px solid CanvasText;
    box-shadow: 0 0 0 5px Canvas;
    outline-offset: 1px;
  }
  :where(:focus-visible, :target) {
    scroll-margin-block: 8vh;
  }
  :where(.visually-hidden:not(:focus-within, :active)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
  }
  :where(fieldset, legend) {
    display: block;
    float: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit;
  }
  :where(a) {
    text-decoration: none;
    transition: 0.3s;
    opacity: 1;
    display: inline-block;
  }
  :where(a):active {
    transform: scale(0.95);
  }
  :where(a):hover {
    opacity: 0.6;
  }
}
@layer setting {
  :root {
    /* フォント関連 */
    --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, "メイリオ", meiryo, sans-serif;
    --font-min: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    --font-en: "Jost", sans-serif;
    --font-begas: "Bebas Neue", cursive;
    /* レイアウト */
    --container-width: 1200px;
    --container-width-p: 92%;
    --section-padding: 2em 0;
    /* 色 */
    --color1: #ecf1f7;
    --color2: #222;
    /* フォントサイズclamp */
    --font-size-min: 6px;
    --font-size-mid: 2.59vw;
    --font-size-max: 16px;
  }
}
@layer layouts {
  /* アコーディオン */
  :where(.accordion-area) {
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  :where(.accordion-area) li {
    background-color: #fff;
    border-radius: 0.8em;
  }
  :where(.accordion-area) li + li {
    margin-top: 2em;
  }
  :where(.accordion-area) :where(.title) {
    position: relative;
    transition: all 0.5s ease;
    margin: 0;
    background-color: #c30d23;
    color: #fff;
  }
  :where(.accordion-area) :where(.title):before {
    display: block;
    position: absolute;
    content: "";
    width: 1.5rem;
    height: auto;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(50%, -50%);
    top: 50%;
    right: calc(0.75rem + 3%);
  }
  :where(.accordion-area) :where(.title):after {
    display: block;
    position: absolute;
    content: "";
    left: 0.75em;
    top: 1.48em;
    width: 1.4em;
    aspect-ratio: 1/1;
    height: auto;
    transform: translateY(-50%);
    background: url("../img/q.webp") no-repeat center/contain;
  }
  :where(.accordion-area) :where(.title) :where(span) {
    cursor: pointer;
    display: inline-block;
    padding: 0.7em 0;
    width: 100%;
    position: relative;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: 100%;
    padding-right: calc(1.5rem + 3%);
    padding-left: 3.2rem;
  }
  :where(.accordion-area) :where(.title) :where(span):before, :where(.accordion-area) :where(.title) :where(span):after {
    content: "";
    height: 3px;
    width: 1rem;
    display: block;
    position: absolute;
    right: calc(0.75rem + 3%);
    top: 0.15em;
    bottom: 0;
    margin: auto;
    background-size: 90%;
    background-position: center;
    transition: 0.3s;
    background-color: #FC0C79;
    transform: translate(50%, -50%) rotate(0deg);
  }
  :where(.accordion-area) :where(.title) :where(span):before {
    transform: translate(50%, -50%) rotate(-90deg);
  }
  :where(.accordion-area) .title.close span::before {
    transform: translate(50%, -50%) rotate(0deg);
  }
  :where(.accordion-area) .abox {
    display: none;
    font-size: 1.1em;
    background: url("../img/dot.webp") no-repeat bottom/100% auto;
    padding: 1em 0 2.5em 3.2rem;
    font-weight: 700;
    position: relative;
    color: #282828;
    font-size: 1.15em;
    letter-spacing: 0.05em;
  }
  :where(.accordion-area) .abox:after {
    display: block;
    position: absolute;
    content: "";
    left: 0.75em;
    top: 1.7em;
    width: 1.4em;
    aspect-ratio: 1/1;
    height: auto;
    transform: translateY(-50%);
    background: url("../img/a.webp") no-repeat center/contain;
  }
  :where(.frame) {
    width: var(--container-width-p);
    max-width: var(--container-width);
    margin-inline: auto;
    position: relative;
  }
  :where(.flex) {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  header {
    padding: 1.5em 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    z-index: 10;
  }
  header .flex {
    justify-content: flex-start;
  }
  header .logo {
    width: calc(48% - 2.25em);
  }
  header .contact {
    width: calc(48% - 2.25em);
    margin-left: 5%;
  }
  .main {
    margin: 0 auto;
    max-width: 600px;
    background-color: #fff;
    overflow-x: hidden;
  }
  .bg1 {
background: url("../img/kv_bg.webp") no-repeat top/100% auto, #ffffff;
  }
  .contact_btn {
    margin: 1em auto;
  }
  .contact_btn a {
    display: block;
  }
  .contact_btn a:nth-child(1) {
    margin-bottom: -2%;
  }
  #kv .frame {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 16%;
  }
  #kv .frame h1 {
    order: 2;
    margin: 31% -5% -7%;
    width: 110%;
  }
  #kv .frame h2 {
    order: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 104%;
    margin: 0 -2%;
  }
  #kv .frame h2 figure {
    width: 30%;
  }
  #kv .frame .contact_btn {
    order: 3;
  }
  #subsidy {
   background-color: #FFF2BB;
   padding: 10% 0px;

  }

  #items {
    background-color: #E3F7FF;
    padding-bottom: 5%;
    z-index: 2;
  }
  #items p {
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.8;
    margin: 0.1em auto 0.6em;
  }
  #items ul li {
    margin: 0 -2% 20px;
    width: 104%;
  }
  .bg2 {
    position: relative;
    z-index: 4;
    margin-top: -9%;
  }
  .bg2::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    height: auto;
    position: absolute;
    top: 0;
    background: url("../img/reason_bg1.webp") no-repeat top/100% auto;
    z-index: -1;
  }
  .bg2::before {
    content: "";
    display: block;
    width: 100%;
    height: 98%;
    position: absolute;
    bottom: 0;
    background: url(../img/bg.webp) repeat top/auto;
    z-index: -2;
  }
  #reason {
    z-index: 3;
    margin-top: -5%;
  }
  #reason h3.subtitle {
    position: relative;
    z-index: 5;
    margin-top: -2%;
  }
  #reason .box {
    background-color: #fff;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.4);
    margin-top: 8%;
    padding-bottom: 6%;
  }
  #reason .box + .box {
    margin-top: 13%;
  }
  #reason .box h4 {
    transform: translateY(-32%);
    margin-bottom: -10%;
  }
  #reason p {
    padding-top: 6%;
    width: 88%;
    margin-inline: auto;
    color: #282828;
    font-weight: 600;
    font-size: 1.35em;
  }
  #reason p + figure {
    margin-top: 1.2em;
  }
  #reason figure {
    width: 88%;
    margin-inline: auto;
    display: block;
  }
  #reason figure + figure {
    margin-top: 1.2em;
  }
  #reason .btn1 {
    background-color: #c30d23;
    padding: 1em 0.3em 1em 0;
    width: 88%;
    border-radius: 999px;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 1.7em;
    margin: 5% auto 0;
    text-align: center;
    display: block;
    letter-spacing: 0.05em;
  }
  #reason .btn1:before {
    display: block;
    position: absolute;
    content: "〉";
    right: 1em;
    top: 58%;
    width: 1em;
    aspect-ratio: 1/1;
    height: auto;
    line-height: 1em;
    transform: translateY(-50%) rotate(90deg);
  }
  #reason .in {
    background: url("../img/reason_bg2.webp") no-repeat center/cover;
    padding: 1.1em;
    width: 88%;
    margin-inline: auto;
    margin-top: 1.2em;
  }
  #reason .in h5 {
    color: #fff;
    font-weight: 900;
    font-size: 1.4em;
    margin-bottom: 0.95em;
  }
  #reason .in h5 b {
    font-size: 1.18em;
  }
  #reason .in h5 b span.yellow {
    font-size: 1.2em;
    color: #ffff00;
  }
  #reason .in figure {
    width: 100%;
  }
  #reason .in.type1 figure:nth-child(2), #reason .in.type1 figure:nth-child(3) {
    width: 103.3%;
    margin-right: -3.3%;
  }
  #reason .in.type2 h5 b {
    margin-top: 0.3em;
  }
  #reason .in.type2 p {
    width: 100%;
  }
  #reason .info {
    font-weight: 900;
    font-size: 1.51em;
  }
  #reason .info b {
    font-size: 1.32em;
  }
  #reason .red {
    color: #c30d23;
    font-size: 1.1em;
  }
  #reason .box:nth-child(2) .info {
    display: flex;
    justify-content: center;
    font-size: 1.3em;
  }
  #reason .box:nth-child(2) .info .red {
    font-size: 1.376em;
  }
  #reason .box:nth-child(2) i {
    display: inline;
    font-style: normal;
    text-align: left;
  }
  #reason .box:nth-child(3) .info {
    display: flex;
    justify-content: center;
  }
  #reason .box:nth-child(3) i {
    display: inline;
    font-style: normal;
    text-align: left;
  }
  #reason .white {
    color: #fff;
    font-size: 0.8em;
  }
  #reason .list_type1 li {
    background-color: #fff;
    padding: 0.6em 0.6em 0.6em 2.4em;
    position: relative;
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing: 0.08em;
  }
  #reason .list_type1 li + li {
    margin-top: 0.4em;
  }
  #reason .list_type1 li:before {
    display: block;
    position: absolute;
    content: "";
    left: 0.5em;
    top: 51%;
    width: 1.4em;
    aspect-ratio: 1/1;
    height: auto;
    transform: translateY(-50%);
    background: url("../img/icon1.webp") no-repeat center/contain;
  }
  #reason .bg3 {
    background: url("../img/reason_bg.webp") no-repeat top -289% center/100% auto;
    padding: 0 3%;
  }
  #reason .bg3 figure {
    width: 100%;
    display: block;
    margin: 2em auto;
  }
  #reason .list_type2 figure {
    margin-bottom: 1em;
  }
  #reason .list_type2 h4 {
    padding: 0 0 0.1em 11.5%;
    font-size: 1.9em;
    font-weight: 800;
    letter-spacing: 0.05em;
  }
  #reason .contact {
    padding: 2em;
    padding-bottom: 7%;
  }

  #achievements {
    background-color: #e9f2ee;
    z-index: 6;
    padding-bottom: 7%;
  }
  #achievements h2 {
    transform: translateY(-17%);
  }
  #achievements h3 {
    width: 70%;
    margin: 0.5em auto 1em;
  }
  #achievements .bg4 {
    background: url("../img/reason_bg4.webp") no-repeat top center/cover;
    padding-bottom: 9%;
  }
  #achievements .small {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.91em;
    font-weight: 700;
    margin-top: 1.2em;
  }
  #achievements table {
    width: 100%;
  }
  #achievements table th,
  #achievements table td {
    font-size: 1.4em;
    font-weight: 900;
    padding: 1.3em 0;
    text-align: center;
  }
  #achievements table th {
    color: #fff;
    background: linear-gradient(90deg, rgb(0, 162, 232) 0%, rgb(0, 114, 232) 100%);
    line-height: 1;
    width: 45%;
    border-bottom: 3px solid #fff;
    text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.4);
  }
  #achievements table th span {
    display: block;
    padding-top: 0.8em;
    font-size: 0.62em;
    font-weight: 600;
    line-height: 1.4;
  }
  #achievements table td {
    width: 55%;
    background-color: #fff;
    border-bottom: 3px solid #a8a8a8;
  }
  #achievements table tr:first-child th {
    border-top: 3px solid #a8a8a8;
  }
  #achievements table tr:first-child td {
    border-top: 3px solid #a8a8a8;
  }
  #achievements table tr:last-child th {
    border-bottom: 3px solid #a8a8a8;
  }
  #achievements table tr:last-child td {
    border-top: 3px solid #a8a8a8;
  }
  #flow {
    z-index: 7;
    padding-bottom: 5%;
  }
  #flow h2 {
    transform: translateY(-17%);
  }
  #flow .box + .box {
    margin-top: 4em;
  }
  #flow .box figure {
    margin: 0 -5% 1.4em;
    width: 110%;
  }
  #flow .box h3 {
    display: block;
    background-color: black;
    transform: skew(-10deg);
    padding: 0em 0 0.1em;
    width: 8.2em;
    letter-spacing: 0.08em;
    margin: 0 auto 0.7em;
    font-size: 2.2em;
    font-weight: 900;
    text-align: center;
  }
  #flow .box h3 span {
    display: inline-block;
    transform: skew(10deg);
    color: white;
  }
  #flow .box p {
    text-align: center;
    font-weight: 900;
    font-size: 1.8em;
    letter-spacing: 0.06em;
  }
  #faq {
    padding-bottom: 5%;
  }
  #faq h2 {
    margin-bottom: 5%;
  }
  #faq .accordion-area li .title {
    background: linear-gradient(90deg, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 100%);
    font-size: 1.5em;
  }
  #faq .accordion-area li .title span:before, #faq .accordion-area li .title span:after {
    background-color: #000;
  }
  #faq .accordion-area li .abox {
    font-size: 1.5em;
  }
  #shops {
    padding-bottom: 7%;
  }
  #shops h2 {
    margin-bottom: 5%;
  }
  #shops .accordion-area li .title {
    font-size: 1.5em;
  }
  #shops .accordion-area li .title span {
    padding-left: 1.4rem;
  }
  #shops .accordion-area li .title:after {
    display: none;
  }
  #shops .accordion-area li .abox {
    background: none;
    padding: 0;
  }
  #shops .accordion-area li .abox:after {
    display: none;
  }
  #shops .accordion-area li .abox .flex {
    padding: 1em 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #shops .accordion-area li .abox .flex .box {
    width: 48%;
    margin-top: 3%;
  }
  #shops .accordion-area li .abox .flex .box h4 {
    border-left: 3px solid #c30d23;
    padding-left: 0.7em;
    font-size: 1.3em;
    margin-bottom: 0.5em;
  }
  #contact {
    background-color: #f7f7f7;
  }
  #contact h2 {
    transform: translateY(-17%);
  }
  #contact form {
    display: block;
    margin: 0 auto;
    color: #000000;
    padding-bottom: 2.5em;
  }
  #contact form .error {
    display: none;
    padding: 0.5em 0;
    font-size: 1rem !important;
    color: #c30d23;
    font-weight: 800;
  }
  #contact form .infotell {
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin: 0 auto 0.6em;
    line-height: 1.8;
    font-size: 1.7em;
  }
  #contact form .accordion-area {
    margin-top: 1.5em;
  }
  #contact form .accordion-area li + li {
    margin-top: 0.5em;
  }
  #contact form .accordion-area li .title {
    font-size: 1.5em;
  }
  #contact form .accordion-area li .title span {
    padding-left: 1.4rem;
  }
  #contact form .accordion-area li .title:after {
    display: none;
  }
  #contact form .accordion-area li .abox {
    background: none;
    padding: 0;
    font-size: 1.3em;
  }
  #contact form .accordion-area li .abox:after {
    display: none;
  }
  #contact form .accordion-area li .abox .flex {
    align-items: stretch;
    flex-wrap: wrap;
  }
  #contact form .info {
    display: block;
    font-size: 1em;
    padding: 1em 0;
  }
  #contact form .info b {
    display: block;
    padding: 0.8em 0 0.2em;
    font-size: 1.5em;
    margin-bottom: 1.1em;
  }
  #contact form .info b span {
    color: #5e5e5e;
    border: 1px solid #5e5e5e;
    border-radius: 0.4em;
    background-color: #fff;
    padding: 0.4em 0.9em 0.5em;
    margin-left: 0.7em;
    font-weight: 500;
    font-size: 0.8em;
  }
  #contact form .info .txt_box {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 0.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2em 0;
    margin-bottom: 2em;
  }
  #contact form .info .txt_box h3 {
    text-align: center;
    font-weight: 900;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 0.6em;
  }
  #contact form .info .txt_box p {
    display: inline-block;
    font-weight: 700;
  }
  #contact form .label_box {
    display: block;
    font-size: 1em;
    padding: 1em 0;
  }
  #contact form .label_box b {
    padding: 0.8em 0 0.2em;
    font-size: 1.5em;
  }
  #contact form .label_box b span {
    color: #c30d23;
    border: 1px solid #c30d23;
    border-radius: 0.4em;
    background-color: #fff;
    padding: 0.4em 0.9em 0.5em;
    margin-left: 0.7em;
    font-weight: 500;
    font-size: 0.8em;
  }
  #contact form .label_box .flex {
    padding: 1em 1.5em;
    flex-wrap: wrap;
    justify-content: center;
column-gap: 5em; 
  }
  #contact form .label_box .flex label {
    width: 30%;
    /* font-size: 1em; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0.9em 0.1em 0.9em 0;
    /* margin-right: 5%; */
    letter-spacing: 0.05em;
  }
  #contact form .label_box .flex label:nth-child(3n) {
    margin-right: 0;
  }
  #contact form .label_box .flex label input {
    width: 0.7em;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0.1em 0.3em 0 0;
    padding: 0;
  }
  #contact form button {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.13em;
    font-size: 2.4em;
    padding: 0.7em 0;
    background: linear-gradient(0deg, rgb(255, 54, 0) 0%, rgb(255, 94, 0) 73%);
    border-radius: 0.3em;
  }
  #contact form label {
    display: block;
    padding: 1em 0;
    letter-spacing: 0.1em;
    flex-wrap: wrap;
    font-size: 1.5em;
    letter-spacing: 0.1em;
  }
  #contact form label b {
    display: block;
    padding: 0.8em 0 0.2em;
  }
  #contact form label b span {
    color: #c30d23;
    border: 1px solid #c30d23;
    border-radius: 0.4em;
    background-color: #fff;
    padding: 0.4em 0.9em 0.5em;
    margin-left: 0.7em;
    font-weight: 500;
    font-size: 0.8em;
  }
  #contact form label p {
    font-size: 0.72em;
    letter-spacing: 0.02em;
    color: #000000;
  }
  #contact form label input,
  #contact form label textarea,
  #contact form label select,
  #contact form label span:nth-child(3) {
    padding: 1em 0.6em;
    width: 68%;
    font-size: 1em;
    border: 0px solid #000;
  }
  @media screen and (min-width: 1px) {
    #contact form label input,
    #contact form label textarea,
    #contact form label select,
    #contact form label span:nth-child(3) {
      width: 100%;
      margin-top: 0.6em;
    }
  }
  #contact form label textarea {
    font-size: 0.8em;
  }
  #contact form label input,
  #contact form label textarea {
    border: 1px solid #cfcfcf;
    border-radius: 0.5em;
  }
  #contact form label textarea {
    min-height: 9em;
  }
  #contact form > h3 {
    margin: 2em auto 0.6em;
    letter-spacing: 0.06em;
    font-size: 1.6em;
    font-weight: 600;
  }
  #contact form > p {
    text-align: center;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3em;
  }
  @media screen and (min-width: 1px) {
    #contact form > p {
      text-align: left;
    }
  }
  #contact form > p.ctr {
    text-align: center;
    margin: 1.5em 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 2;
  }
  #contact form > p.smallinfo {
    font-size: 0.9em;
  }
  #contact form .check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
  }
  #contact form .check input {
    width: 1em;
    margin-top: 0;
  }
  #contact form .check i {
    font-style: normal;
    padding-left: 0.6em;
    font-size: 0.9em;
  }
  #contact form button {
    width: 100%;
    box-sizing: border-box;
  }
  #contact form button:before {
    content: "〉";
    position: absolute;
    height: 1.1em;
    width: 1em;
    line-height: 1;
    display: flex;
    align-items: center;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
  }
  #contact form .scroll {
    height: 14em;
    margin: 0 auto 0.5em;
    width: 100%;
    border: 1px solid #393939;
    padding: 0 0.8em;
    overflow-y: scroll;
    background-color: #fff;
  }
  #contact form .scroll p {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 2;
    width: 100%;
    padding: 0.6em 0;
  }
  #contact form .scroll p {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 2;
    width: 100%;
    padding: 0.6em 0;
  }
 #contact form .file_wrapper {
  display: flex;
  padding: 1em;
  gap: 1em;
  }
 #contact form .file_pic {
  width: 40%;
  }
#contact form .file_text {
  width: 60%;
}

.file_text input[type="file"] {
  display: block;
  width: 100%;
  white-space: normal; /* 折り返しを許可 */
}
  
  footer {
    padding: 2.5em 0 9em;
  }
  footer p {
    text-align: center;
  }
  footer .footer_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.5em;
  }
  footer .footer_btn .box {
    width: 50%;
  }
  footer .footer_btn .box a {
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .footer_btn .box + .box {
    border-left: 1px solid #000;
  }
  .fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 600px;
    padding: 0.5em 2% 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8;
  }
  .fixed_btn a {
    width: 50%;
  }
  .mail_box {
    background-color: #fff;
    border-radius: 0.8em;
    padding: 2em;
    box-shadow: 0 0 0.4em 0 rgba(0, 0, 0, 0.4);
    font-size: 1.3em;
    margin: 7em auto 0;
    width: 90%;
    max-width: 600px;
  }
  .mail_box .formTable {
    margin-bottom: 1em;
  }
  .mail_box .formTable th,
  .mail_box .formTable td {
    display: block;
  }
  .mail_box .btn {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.13em;
    font-size: 2em;
    padding: 0.7em 0;
    background: linear-gradient(0deg, rgb(255, 54, 0) 0%, rgb(255, 94, 0) 73%);
    border-radius: 0.3em;
  }
  .mail_box .btn + .btn {
    margin-top: 0.7em;
  }
  .mail_box .formTable th,
  .mail_box .formTable td {
    padding: 0.4em 0;
  }
  .mail_box .formTable th {
    text-align: left;
  }
  .mail_box .formTable td {
    padding-left: 1em;
  }
  .mail_box h3 {
    text-align: center;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    margin: 0 auto 1em;
  }
  .mail_box form {
    margin: 1em auto;
  }
  .mail_box input.btn,
  .mail_box button.btn {
    border: 0px solid #000;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
  }
  .mail_box input.btn:before,
  .mail_box button.btn:before {
    content: "〉";
    position: absolute;
    height: 1.1em;
    width: 1em;
    line-height: 1;
    display: flex;
    align-items: center;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
  }
  #checkBox input[type="checkbox"] {
  transform: scale(2);
  cursor: pointer;
}
}
@layer modules {
  /* ハンバーガーメニュー構造・配置 */
  .hamburger {
    position: fixed;
    display: flex;
    margin: auto 0;
    cursor: pointer;
    text-align: center;
    aspect-ratio: 1/1;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: calc(50vw - 300px + 24px);
    width: 2.7em;
    top: 1.85em;
    z-index: 10;
  }
  @media screen and (max-width: 600px) {
    .hamburger {
      right: 4%;
    }
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    background: url("../img/reason_bg3.webp") no-repeat center/cover;
    transform: translateX(120%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    max-width: 450px;
    background-size: 100% auto, auto;
    background-position: top center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4em 0;
  }
  nav.globalMenuSp .box {
    width: 90%;
    padding: 9%;
    border-radius: 0.8em;
    background-color: #fff;
    border: #c30d23 3px solid;
  }
  nav.globalMenuSp .box > a {
    width: 65%;
    margin: 1em auto;
    text-align: center;
  }
  nav.globalMenuSp ul {
    padding: 2em 0 0;
  }
  nav.globalMenuSp ul li a {
    display: block;
    padding: 0.6em;
    color: #000;
    border-bottom: 3px solid #c30d23;
    font-weight: 900;
    letter-spacing: 0.06em;
    font-size: 2em;
  }
  nav.globalMenuSp .close_menu {
    width: 3em;
    height: 3em;
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
  }
  nav.globalMenuSp .close_menu:before, nav.globalMenuSp .close_menu:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 70%;
    background: #fff;
  }
  nav.globalMenuSp .close_menu:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  nav.globalMenuSp .close_menu:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
}
@layer utilities {
  @media screen and (max-width: 600px) {
    .pc {
      display: none !important;
    }
  }
  .sp {
    display: none !important;
  }
  @media screen and (max-width: 600px) {
    .sp {
      display: block !important;
    }
  }
}