@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  color: #221815;
  font-family: "M PLUS 1", sans-serif;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  font-size: 16px;
}
a {
  display: block;
  color: #221815;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}
ul,
ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
  text-decoration: none;
}
@font-face {
  font-family: "M PLUS 1";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUS1/MPLUS1-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUS1/MPLUS1-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Sen";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/Sen/Sen-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Sen";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/Sen/Sen-Bold.ttf) format("truetype");
  font-display: swap;
}
section {
  position: relative;
}
.inner {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 12px;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
}

h1 {
  font-size: 45px;
  text-shadow: -2px -2px 0 #fff, -2px 0 0 #fff, -2px 2px 0 #fff, 0 -2px 0 #fff,
    0 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff;
}
h1 + .en {
  font-size: 20px;
  color: #69b800;
  text-shadow: -2px -2px 0 #fff, -2px 0 0 #fff, -2px 2px 0 #fff, 0 -2px 0 #fff,
    0 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff;
}
h2 {
  font-weight: 400;
  letter-spacing: 0.1em;
}
h2 span {
  display: block;
}
.h-bg {
  width: 90%;
  height: 190px;
  position: absolute;
  top: 0;
  background-image: linear-gradient(
    90deg,
    rgb(241, 255, 223) 0%,
    rgb(201, 246, 141) 100%
  );
  z-index: -1;
}
/* タイトル英語 */
h2 .en {
  font-size: 60px;
  font-family: "Sen", sans-serif;
  color: #69b800;
  line-height: 1.2;
  letter-spacing: -1px;
}
.footer-contact h2 .en {
  color: #fff;
}
/* タイトル下 */
h2 .ja {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}
.footer-contact h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
h3 {
  padding-left: 20px;
}
h3 span {
  display: block;
}
h3 .ja {
  font-size: 30px;
}
h3 .en {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .h-bg {
    width: calc(100% - 12px);
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  h1 {
    font-size: 8.6vw;
    line-height: 1;
  }
  h1 + .en {
    font-size: 4.5vw;
    margin-top: 5px;
  }
  /* タイトル英語 */
  h2 .en {
    font-size: 40px;
    font-size: 10vw;
  }
  /* タイトル下 */
  h2 .ja {
    font-size: 18px;
    font-size: 4.5vw;
  }
  .h-bg {
    height: 135px;
  }
  .footer-contact h2 {
    margin-bottom: 35px;
  }
  h3 .ja {
    font-size: 25px;
    line-height: 1.2;
  }
}

.tel a {
  display: inline-block;
}
.l-header .tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 10px;
}
.l-header .tel .tel-font02 {
  font-size: 20px;
  color: inherit;
}
.l-header .tel .tel-font03 {
  font-size: 42px;
}
.tel .tel-font01 {
  font-size: 12px;
  font-weight: 700;
}
.tel .tel-font02 {
  font-size: 26px;
  font-family: "Sen", sans-serif;
  font-weight: 700;
  color: #7fbe2b;
}
.footer-contact .tel .tel-font02 {
  color: inherit;
}
.tel .tel-font03 {
  font-size: 36px;
  font-family: "Sen", sans-serif;
  font-weight: 700;
  color: #7fbe2b;
}
.tel .tel-font04 {
  font-size: 40px;
  font-family: "Sen", sans-serif;
  font-weight: 700;
  color: #7fbe2b;
}
@media screen and (max-width: 560px) {
  .tel .tel-font01 {
    font-size: 3.2vw;
  }
  .footer02 .tel .tel-font01 {
    font-size: 3.6vw;
  }
  .tel .tel-font02 {
    font-size: 6vw;
  }
  .footer02 .tel .tel-font02 {
    font-size: 7vw;
  }
  .tel .tel-font03 {
    font-size: 10vw;
    line-height: 1;
  }
  .footer02 .tel .tel-font03 {
    font-size: 11.2vw;
  }
  .tel .tel-font04 {
    font-size: 6.4vw;
  }
}

/* パンくず */
.breadcrumb {
  max-width: 1160px;
  margin: 20px auto;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.breadcrumb a {
  letter-spacing: 0.1em;
  display: inline-block;
}
.breadcrumb li + li {
  padding-left: 6px;
}
.breadcrumb li + li::before {
  content: ">";
  padding-right: 6px;
}
.breadcrumb + h1 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumb + h1 {
    margin-top: 18px;
  }
  .breadcrumb ul {
    font-size: 14px;
  }
}

.c-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  background-image: url(../images/common/ico-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 20px auto;
  line-height: 100px;
  border-radius: 50px;
}
.c-button span {
  font-size: 26px;
  color: #fff;
  background-image: url(../images/common/ico-mail.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 45px auto;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .l-header .c-button {
    padding-top: 24px;
    max-width: 400px;
    margin: 0 auto;
  }
  .l-header .c-button a {
    width: 100%;
    text-align: center;
    border-radius: 15px;
    line-height: 64px;
    background-size: 12px auto;
  }
  .l-header .c-button span {
    font-size: 20px;
    background-size: 32px auto;
    padding-left: 45px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 560px) {
  .c-button a {
    border-radius: 15px;
    line-height: 64px;
    background-size: 12px auto;
  }
  .c-button span {
    font-size: 20px;
    background-size: 32px auto;
    padding-left: 45px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .max1024 {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .min1024 {
    display: none !important;
  }
}
@media screen and (min-width: 561px) {
  .max560 {
    display: none !important;
  }
}
@media screen and (max-width: 560px) {
  .min560 {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
}
