@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  font-size: 16px;
}
a {
  display: block;
  color: #111;
  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: "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;
}
main {
  padding-top: 130px;
}
section {
  position: relative;
}
.inner {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 70px;
  }
  .inner {
    padding: 0 12px;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
}

/* .mv 固定ページタイトル部分 */
.mv {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(
    45deg,
    rgb(255, 254, 250) 0%,
    rgb(254, 249, 232) 100%
  );
}

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .mv {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* 見出し */
h1 {
  line-height: 1;
}
h1 span {
  display: block;
}
h1 .en {
  color: #cc0c26;
  font-size: 16px;
  font-weight: 400;
  font-family: "Century Gothic", sans-serif;
}
h1 .ja {
  font-size: 45px;
  margin-top: 12px;
}
.heading {
  text-align: center;
  margin-bottom: 70px;
  line-height: 1;
}
.heading p {
  font-size: 16px;
  font-weight: 700;
  color: #cc0c26;
}
h2 {
  font-size: 45px;
  margin-top: 16px;
  line-height: 1;
}
.heading h2 {
  margin-top: 15px;
  line-height: 1.2;
}

h3 {
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 70px;
  padding-bottom: 15px;
  overflow: hidden;
}
h3::before,
h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
h3::before {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
}
h3::after {
  width: 100px;
  border-bottom: 2px solid #cc0c26;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  h1 .ja {
    font-size: 35px;
    margin-top: 8px;
  }
  .heading {
    margin-bottom: 55px;
  }
  h2 {
    font-size: 35px;
    margin-top: 12px;
  }
  .heading h2 {
    margin-top: 16px;
  }
  h3 {
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 12px;
  }
}

.tel a {
  display: flex;
  align-items: center;
}
.l-header .tel a {
  gap: 5px;
}
.footer-contact .tel a {
  gap: 20px;
}
.l-header .tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tel .tel-font01 {
  font-size: 16px;
}
.footer-contact .tel .tel-font01 {
  text-align: center;
  border-top: 1px solid #cc0c26;
  border-bottom: 1px solid #cc0c26;
}
.tel .tel-font02 {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #cc0c26;
  border-radius: 3px;
}
.l-header .tel .tel-font02 {
  width: 36px;
  font-size: 16px;
  line-height: 20px;
}
.footer-contact .tel .tel-font02 {
  width: 85px;
  font-size: 36px;
  line-height: 50px;
}
.tel .tel-font03 {
  font-size: 40px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
.l-header .tel .tel-font03 {
  font-size: 40px;
}
.footer-contact .tel .tel-font03 {
  font-size: 88px;
}
.tel .tel-font04 {
  font-size: 40px;
  font-family: "Sen", sans-serif;
  font-weight: 700;
  color: #7fbe2b;
}
@media screen and (max-width: 1024px) {
  .footer-contact .tel .tel-font02 {
    width: 64px;
    font-size: 24px;
    line-height: 36px;
  }
  .footer-contact .tel .tel-font03 {
    font-size: 64px;
  }
}
@media screen and (max-width: 560px) {
  .footer-contact .tel a {
    gap: 3%;
  }
  .tel .tel-font01 {
    /* font-size: 3.2vw; */
    font-size: 16px;
  }
  .footer-contact .tel .tel-font01 {
    font-size: 3vw;
    margin-top: 3px;
  }
  .tel .tel-font02 {
    /* font-size: 6vw; */
    font-size: 16px;
  }
  .footer-contact .tel .tel-font02 {
    width: 12vw;
    font-size: 5vw;
    line-height: 7vw;
  }
  .tel .tel-font03 {
    /* font-size: 10vw; */
    font-size: 40px;
    line-height: 1;
  }
  .footer-contact .tel .tel-font03 {
    font-size: 12.5vw;
  }
  .tel .tel-font04 {
    font-size: 6.4vw;
  }
}

.c-button a {
  position: relative;
  width: 168px;
  font-family: "Sen", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cc0c26;
  line-height: 42px;
  border-radius: 5px;
}
.c-button a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.c-button span {
  font-size: 16px;
  color: #fff;
  background-image: url(../images/common/ico-mail.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 24px auto;
  padding-left: 30px;
}
.footer-contact .c-button02 {
  width: 100%;
  max-width: 480px;
}
.c-button02 a {
  position: relative;
  font-weight: 700;
  font-family: "Sen", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 112px;
  background-image: url(../images/common/ico-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px auto;
  border-radius: 100px;
  border: 3px solid #cc0c26;
  box-shadow: 8px 12px 20px 0px rgba(8, 8, 8, 0.35);
}
.c-button02 span {
  font-size: 24px;
  font-weight: 700;
  background-image: url(../images/common/ico-mail02.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 40px auto;
  padding-left: 50px;
}

@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: 5px;
    line-height: 64px;
    background-size: 12px auto;
  }
  .l-header .c-button a::before {
    width: 6px;
    height: 6px;
  }
  .l-header .c-button span {
    font-size: 20px;
    background-size: 32px auto;
    padding-left: 45px;
    padding-right: 20px;
  }
  .footer-contact .c-button02 a {
    line-height: 84px;
  }
}
@media screen and (max-width: 960px) {
  .footer-contact .c-button02 {
    max-width: 560px;
  }
}
@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;
  }
  .c-button02 a {
    line-height: 80px;
    background-size: 20px auto;
    border: 2px solid #cc0c26;
  }
  .c-button02 span {
    font-size: 4.5vw;
    background-size: 14% auto;
    padding-left: 11%;
  }
}

/* パンくず */
.breadcrumb {
  max-width: 1160px;
  margin: 20px auto 70px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.breadcrumb a {
  color: #cc0c26;
  letter-spacing: 0.1em;
  display: inline-block;
}
.breadcrumb li + li {
  padding-left: 6px;
}
.breadcrumb li + li::before {
  content: ">";
  padding-right: 6px;
}
.breadcrumb li + li a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    font-size: 14px;
  }
}
.frame {
  position: absolute;
  z-index: 1;
}
.frame01 {
  width: calc(100% - 40px);
  height: 3px;
  top: 8px;
  left: 20px;
}
.frame02 {
  width: 3px;
  height: calc(100% - 40px);
  top: 20px;
  right: 8px;
}
.frame03 {
  width: calc(100% - 40px);
  height: 3px;
  bottom: 8px;
  left: 20px;
}
.frame04 {
  width: 3px;
  height: calc(100% - 40px);
  top: 20px;
  left: 8px;
}
@media screen and (max-width: 560px) {
  .frame01 {
    width: calc(100% - 24px);
    height: 2px;
    top: 5px;
    left: 12px;
  }
  .frame02 {
    width: 2px;
    height: calc(100% - 24px);
    top: 12px;
    right: 5px;
  }
  .frame03 {
    width: calc(100% - 24px);
    height: 2px;
    bottom: 5px;
    left: 12px;
  }
  .frame04 {
    width: 2px;
    height: calc(100% - 24px);
    top: 12px;
    left: 5px;
  }
}
.box::before,
.box::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #aeaeae;
}
.box::before {
  left: 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.box::after {
  right: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media screen and (max-width: 560px) {
  .box::before,
  .box::after {
    width: 10px;
    height: 10px;
  }
}
.corner {
  position: absolute;
  /* padding: 7px;
  background-image: url(../images/common/corner01.png),
    url(../images/common/corner02.png), url(../images/common/corner03.png),
    url(../images/common/corner04.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: left top, right top, right bottom, left bottom; */
}
.corner01 {
  top: 0;
  left: 0;
}
.corner02 {
  top: 0;
  right: 0;
}
.corner03 {
  bottom: 0;
  right: 0;
}
.corner04 {
  bottom: 0;
  left: 0;
}
.corner img {
  width: 10px;
  box-shadow: none;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  /* .corner {
    padding: 4px;
    background-size: 7px auto;
  } */
  .corner img {
    width: 8px;
  }
}

.iframe {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}
.iframe::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.iframe iframe {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .iframe {
    margin-top: 15px;
    padding: 7px;
  }
  .iframe iframe {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }
}

/* 記事一覧 */
.card__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url(../images/common/ico-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 19px auto;
}
.card__item h3 {
  font-size: 20px;
  font-weight: 400;
  padding-right: 20px;
  margin-top: 0;
  padding-bottom: 0;
}
.card__item h3::before,
.card__item h3::after {
  content: none;
}
.card__item ~ .card__item {
  border-top: 1px solid #b9b9b9;
}
.cat__item {
  font-size: 13px;
  width: 135px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
}
.cat1 {
  border: 1px solid #ff0000;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .card__item {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: right 73%;
  }
  .cat__item {
    font-size: 13px;
    line-height: 30px;
  }
  .card__item h3 {
    font-size: 16px;
    padding-left: 0;
    padding-right: 25px;
  }
}

@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) {
}
