@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: inline-block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.7 'Zen Kaku Gothic New', sans-serif;
}

:root {
  --default-black: #333;
  --default-black02: #101010;
  --default-white: #fff;
  --default-blue: #009CEF;
  --color-primary:#196E4E;
  --color-secondary:#F8E631;
  --base-gray-default: #f7f7f7;
  --base-gray-dark:#6C6C6C;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

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

a {
  color: var(--default-white);
  text-decoration: underline;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

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

header {
  position: relative;
  z-index: 100;
}
header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  header .header-content {
    top: 65px;
  }
}
@media screen and (max-width: 860px) {
  header .header-content {
    top: 10px;
  }
}
header .header-content .header-logo {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--default-white);
  background-color: var(--color-primary);
  padding: 25px 100px;
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 1080px) {
  header .header-content .header-logo {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 860px) {
  header .header-content .header-logo {
    font-size: 1.4375rem;
    padding: 15px 0 15px 20px;
    width: calc(100% - 10px - 67px);
    border-radius: 0 8px 8px 0;
  }
}
header .header-content .header-contact {
  position: fixed;
  right: 0;
  top: 117px;
  z-index: 100;
  width: 66px;
}
@media screen and (max-width: 1200px) {
  header .header-content .header-contact {
    top: 87px;
  }
}
@media screen and (max-width: 1080px) {
  header .header-content .header-contact {
    top: 85px;
  }
}
@media screen and (max-width: 860px) {
  header .header-content .header-contact {
    top: 10px;
    height: 53px;
    width: 67px;
  }
}
header .header-content .header-contact a {
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  writing-mode: vertical-rl;
  line-height: 1;
  color: var(--default-black);
  background: var(--color-secondary);
  padding: 15px 23px 15px 21px;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  header .header-content .header-contact a {
    font-size: 0.625rem;
    letter-spacing: -0.02em;
    writing-mode: unset;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 3px 1px;
    border-radius: 7px 0 0 7px;
    height: 100%;
    gap: 4px;
  }
}
header .header-content .header-contact a::after {
  content: "";
  background: url(../images/ico-contact.png) no-repeat center center;
  width: 26px;
  height: 26px;
  margin-top: 5px;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 860px) {
  header .header-content .header-contact a::after {
    background-image: url(../images/ico-contact-sp.png);
    margin-top: 0px;
    width: 32px;
  }
}
header .header-content .header-contact a:hover {
  background-color: #fff477;
}
header .mv-images {
  width: calc(100% - 60px);
  margin: 20px auto 0;
}
@media screen and (max-width: 860px) {
  header .mv-images {
    padding: 73px 0 0;
    width: 100%;
    margin: 0 auto 0;
  }
}
header .mv-images img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 50px 5px 5px 5px;
}
@media screen and (max-width: 860px) {
  header .mv-images img {
    width: 100%;
    min-height: 215px;
    border-radius: 25px 5px 5px 5px;
  }
}

footer {
  background: var(--default-black);
  color: var(--default-white);
  padding: 20px 0;
}
footer p {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Zen kaku gothic new", sans-serif;
  line-height: 1;
  letter-spacing: 0.015em;
}

@media screen and (max-width: 767px) {
  .l-footer {
    width: 92vw;
    margin: auto;
    padding: 5px 0 15px;
  }
}
@media all and (min-width: 768px) {
  .l-footer {
    padding: 10px 50px 30px;
  }
}
.l-footer small {
  font-size: 0.6875rem;
}

body {
  font: var(--font_base);
  color: var(--default-black);
  background: #F4F5EE;
  letter-spacing: 0.02em;
}

html, body {
  height: 100%;
}

body {
  overflow-x: hidden;
}

.l-container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1080px) {
  .l-container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 10px;
  }
}

.c-title {
  position: relative;
  padding: 45px 0 0 40px;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-primary);
  white-space: nowrap;
  width: fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.5rem;
    padding: 30px 0 0 25px;
  }
}
.c-title span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0em;
  color: rgba(25, 110, 78, 0.12);
}
@media screen and (max-width: 767px) {
  .c-title span {
    font-size: 2.5rem;
  }
}
.c-title::before {
  content: "";
  position: absolute;
  top: 68px;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 6px;
  background: var(--color-secondary);
}
@media screen and (max-width: 767px) {
  .c-title::before {
    top: 40px;
    width: 20px;
    height: 5px;
  }
}

.c-title-color02 {
  color: var(--default-white);
}
.c-title-color02 span {
  color: rgba(255, 255, 255, 0.12);
}

/*.c-title{
    line-height: 1.3;

    @include g.mq('sp'){
        font-size: g.fo(26);
        margin-bottom: 15px;
    }
    @include g.mq('pc'){
    font-size: g.fo(35);
    margin-bottom: 20px;
    }
}
*/
.text_center,
.text_center_Pc,
.text_center_Sp {
  text-align: center;
}

.c-btn,
.c-btn a {
  text-decoration: none;
  cursor: pointer;
}

.c-btn_primary {
  display: block;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

.about-area {
  position: relative;
  padding: 70px 0;
  width: 80%;
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .about-area {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .about-area {
    padding: 20px 20px 45px;
    width: 100%;
  }
}
.about-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background: var(--color-primary);
}
@media screen and (max-width: 1080px) {
  .about-area::before {
    left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .about-area::before {
    left: 20px;
  }
}
.about-area .about-content {
  display: flex;
  gap: 87px;
}
@media screen and (max-width: 1080px) {
  .about-area .about-content {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-content {
    flex-direction: column;
    gap: 15px;
  }
}
.about-area .about-content .c-title {
  flex-shrink: 0;
}
.about-area .about-content .about-text {
  flex: 1;
  line-height: 1.8;
}
.about-area .about-content .about-text p {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--default-black);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about-area .about-content .about-text p {
    font-size: 1rem;
  }
}
.about-area .btn-kaisoku a {
  display: inline-block;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  position: relative;
  padding: 15px 125px;
  border-radius: 100vh;
  margin: 30px 0px 0px 0px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .about-area .btn-kaisoku a {
    font-size: 0.9375rem;
    width: 220px;
    padding: 13px 0px;
    margin: 20px 0px 0px 0px;
  }
}
.about-area .btn-kaisoku a:hover {
  background-color: rgba(25, 110, 78, 0.12);
}
.about-area .btn-kaisoku a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  border-radius: 50%;
  background-image: url(../images/ico-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 12px;
  transition: all 0.2s;
}
.about-area .btn-kaisoku a:hover::after {
  transform: translate(3px, -50%);
}

.event-area .event-content {
  display: flex;
  justify-content: space-between;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  .event-area .event-content {
    flex-direction: column;
    gap: 20px;
  }
}
.event-area .event-content .event-title-wrapper {
  position: relative;
  padding: 50px 0 0 0px;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-title-wrapper {
    padding: 25px 0 0 20px;
  }
}
.event-area .event-content .event-title-wrapper .c-title {
  height: 100%;
}
.event-area .event-content .event-title-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc((-100vw + 1020px) / 2);
  width: 67vw;
  height: calc(100% - 130px);
  background: var(--color-primary);
  z-index: -1;
  border-radius: 50px 5px 5px 5px;
}
@media screen and (max-width: 1080px) {
  .event-area .event-content .event-title-wrapper::after {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-title-wrapper::after {
    left: -10px;
    width: 80%;
    height: 1400px;
    border-radius: 25px 5px 5px 5px;
  }
}
.event-area .event-content .event-title-wrapper::before {
  content: "";
  position: absolute;
  width: 33vw;
  min-width: 445px;
  max-width: 530px;
  height: 600px;
  background: url(../images/img-bg-left.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  left: calc((-100vw + 1020px) / 2);
  bottom: 130px;
  z-index: 0;
}
@media screen and (max-width: 1080px) {
  .event-area .event-content .event-title-wrapper::before {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-title-wrapper::before {
    left: -10px;
    bottom: unset;
    top: 0;
    height: 480px;
    min-width: unset;
    background-position: bottom left;
    margin: 920px 0 0 -19px;
  }
}
.event-area .event-content .event-list-wrapper {
  position: relative;
  padding: 30px 0 30px 90px;
  margin: 150px 0 0 0;
  z-index: 1;
  width: calc(100% - 300px);
}
@media screen and (max-width: 1080px) {
  .event-area .event-content .event-list-wrapper {
    padding: 30px 20px 30px 0px;
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper {
    padding: 25px 0px 0px 35px;
    margin: 0;
  }
}
.event-area .event-content .event-list-wrapper .event-list .event-list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .event-list-item {
    flex-direction: column;
    padding: 20px 0 30px;
    margin-left: 0px;
  }
}
.event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-text-wrapper {
  display: flex;
  flex-direction: column;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-text-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-text {
  font-size: 1.125rem;
  position: relative;
  flex-shrink: 0;
  margin-top: 15px;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-text {
    font-size: 1rem;
    padding: 0;
    margin-top: 0;
    line-height: 1.5;
  }
}
.event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Zen kaku gothic new", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-primary);
  padding: 0 0 0 37px;
  margin: 0 0 20px -37px;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-title {
    font-size: 1.125rem;
    padding: 0 0 0 30px;
    margin: 0 0 13px 0px;
  }
}
.event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-title span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-title span {
    font-size: 1.25rem;
  }
}
.event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-title::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 5px;
  background: var(--color-secondary);
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-title::before {
    width: 20px;
  }
}
.event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-img {
  flex: 1;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-img {
    max-width: unset;
  }
}
.event-area .event-content .event-list-wrapper .event-list .event-list-item .event-list-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 5px 5px 5px;
}
.event-area .event-content .event-list-wrapper .event-list .event-list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: calc(100% + 30px);
  height: 1px;
  background: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .event-list-item::before {
    width: calc(100% + 10px);
    left: unset;
    right: -10px;
  }
}
.event-area .event-content .event-list-wrapper .event-list .event-list-item:last-child::before {
  display: none;
}
.event-area .event-content .event-list-wrapper .event-list .item01 .event-list-title {
  margin: 0 0 10px -37px;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .item01 .event-list-title {
    margin: 0 0 13px 0px;
  }
}
.event-area .event-content .event-list-wrapper .event-list .item01 .event-list-icon {
  margin: 15px 15px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .item01 .event-list-icon {
    margin: 0 0 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .item01 .event-list-img {
    margin-top: 10px;
  }
}
.event-area .event-content .event-list-wrapper .event-list .item02 .event-list-icon, .event-area .event-content .event-list-wrapper .event-list .item03 .event-list-icon, .event-area .event-content .event-list-wrapper .event-list .item04 .event-list-icon {
  margin: 15px 15px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .item02 .event-list-icon, .event-area .event-content .event-list-wrapper .event-list .item03 .event-list-icon, .event-area .event-content .event-list-wrapper .event-list .item04 .event-list-icon {
    margin: 0;
  }
  .event-area .event-content .event-list-wrapper .event-list .item02 .event-list-icon img, .event-area .event-content .event-list-wrapper .event-list .item03 .event-list-icon img, .event-area .event-content .event-list-wrapper .event-list .item04 .event-list-icon img {
    max-width: 80%;
  }
}
.event-area .event-content .event-list-wrapper .event-list .item03 .event-list-text::after {
  background-image: url(../images/ico-event-03.png);
}
.event-area .event-content .event-list-wrapper .event-list .item04 .event-list-text::after {
  background-image: url(../images/ico-event-04.png);
}
.event-area .event-content .event-list-wrapper .event-list .item04 .event-list-icon {
  margin: 15px 20px 0 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper .event-list .item04 .event-list-icon {
    margin: 0;
  }
}
.event-area .event-content .event-list-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((-100vw + 1020px) / 2);
  width: 68vw;
  height: 100%;
  background: var(--default-white);
  z-index: -1;
  border-radius: 50px 5px 5px 5px;
}
@media screen and (max-width: 1080px) {
  .event-area .event-content .event-list-wrapper::after {
    right: -20px;
  }
}
@media screen and (max-width: 980px) {
  .event-area .event-content .event-list-wrapper::after {
    width: 78vw;
  }
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper::after {
    right: -10px;
    width: calc(100% - 10px);
    border-radius: 25px 5px 5px 5px;
  }
}
.event-area .event-content .event-list-wrapper::before {
  content: "";
  position: absolute;
  width: 25vw;
  min-width: 445px;
  max-width: 580px;
  height: 600px;
  background: url(../images/img-bg-right.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  right: calc((-100vw + 1020px) / 2);
  top: 0px;
  transform: translateY(-100%);
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .event-area .event-content .event-list-wrapper::before {
    right: -20px;
    width: 33vw;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .event-area .event-content .event-list-wrapper::before {
    right: -10px;
    min-width: unset;
    height: 260px;
    width: calc(20% + 20px);
    background-position: bottom right;
  }
}

.contact-area {
  margin: 80px auto 0;
  padding: 45px 0;
  background: var(--color-primary);
  border-radius: 50px 5px 5px 5px;
  width: calc(100% - 60px);
  max-width: 1320px;
  color: var(--default-white);
}
@media screen and (max-width: 1080px) {
  .contact-area {
    width: 100%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-area {
    margin: 35px auto 0;
    padding: 40px 15px;
  }
}
.contact-area .contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .contact-area .contact-content {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.contact-area .contact-content .contact-text-wrapper .contact-text {
  margin-top: 20px;
}
.contact-area .contact-content .contact-text-wrapper .contact-text p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--default-white);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-area .contact-content .contact-text-wrapper .contact-text p {
    font-size: 0.9375rem;
  }
}
.contact-area .contact-content .contact-text-wrapper .contact-text .contact-name {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact-area .contact-content .contact-text-wrapper .contact-text .contact-name {
    font-size: 1.125rem;
  }
}
.contact-area .contact-content .contact-text-wrapper .contact-text .contact-address {
  margin-top: 12px;
}
.contact-area .contact-content .contact-text-wrapper .contact-text .contact-info {
  margin-top: 12px;
}
.contact-area .contact-content .contact-text-wrapper .contact-text .contact-info .mail_link {
  text-decoration: underline;
}
.contact-area .contact-content .contact-text-wrapper .contact-text .contact-date {
  margin-top: 12px;
}
.contact-area .contact-content .contact-map {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact-area .contact-content .contact-map {
    width: 100%;
    aspect-ratio: 310/172;
  }
}
.contact-area .contact-content .contact-map iframe {
  width: 100%;
  height: 285px;
  filter: grayscale(10%);
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-area .contact-content .contact-map iframe {
    width: 100% !important;
    height: 100%;
  }
}

.link-area {
  margin: 50px auto;
}
.link-area ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .link-area ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.link-area ul li {
  width: 100%;
}
.link-area ul li a {
  position: relative;
  display: flex;
  color: var(--color-primary);
  background: var(--default-white);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 68px;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .link-area ul li a {
    font-size: 0.9375rem;
    width: 100%;
    height: unset;
    padding: 17px 35px 17px 20px;
  }
}
.link-area ul li a:hover {
  background-color: rgba(25, 110, 78, 0.12);
}
.link-area ul li a::before {
  content: "";
  background: url(../images/ico-blank.png) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .link-area ul li a::before {
    right: 18px;
  }
}
.link-area ul li a:hover::before {
  transform: translate(3px, -3px);
}
@media screen and (max-width: 767px) {
  .link-area ul li .two-line {
    padding: 12px 35px 12px 20px;
  }
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */