body {
  color: #000000;
  font-family:'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  overflow-x: hidden;
}

a {
  color: #000000;
  text-decoration: unset;
}

ul {
  padding: 0;
}

picture img {
  margin: 0 auto;
}

@media only screen and (min-width: 990px) {
  .spOnly {
    display: none!important;
  }
}
@media only screen and (max-width: 991px) {
  .pcOnly {
    display: none!important;
  }
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .container {
    padding: 0 10px;
  }
  .sp-container-none {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.row.pd_s {
  margin-left: -5px;
  margin-right: -5px;
}
.row.pd_m {
  margin-left: -10px;
  margin-right: -10px;
}
.row.pd_l {
  margin-left: -15px;
  margin-right: -15px;
}
.row.pd_s > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row.pd_m > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row.pd_l > * {
  padding-left: 15px;
  padding-right: 15px;
}
.col-1 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.col-2 {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}
.col-3 {
  width: 33.3333%;
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
}
.col-4 {
  width: 25%;
  max-width: 25%;
  flex: 0 0 25%;
}
.col-5 {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
}
@media only screen and (max-width: 991px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .row.pd_s {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.pd_m {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.pd_l {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.sp-pd {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.pd_s > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.pd_m > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.pd_l > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.sp-pd > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .col-1-sp {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-2-sp {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-3-sp {
    width: 33.3333%;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
  .col-4-sp {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-5-sp {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
  }
}


.text--center {
  text-align: center!important;
  margin: 0 auto;
}
.text--left {
  text-align: left!important;
}
@media only screen and (max-width: 991px) {
  .sp-text--center {
    text-align: center!important;
    margin: 0 auto;
  }
  .sp-text--left {
    text-align: left!important;
  }
}

h2 {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  h2 {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

.h2_txt {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.h2_txt small {
  display: inline-block;
  width: fit-content;
  font-size: 13px;
  line-height: 25px;
  color: #646464;
  text-align: left;
  margin-top: 23px;
}
@media only screen and (max-width: 991px) {
  .h2_txt {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  .h2_txt small {
    display: inline-block;
    width: fit-content;
    font-size: 12px;
    line-height: 25px;
    color: #646464;
    text-align: left;
    margin-top: 15px;
  }
}

.h3 {
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 991px) {
  .h3 {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    border-bottom: 1px solid #707070;
  }
}

.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .mb0-sp {
    margin-bottom: 0px;
  }
  .mb10-sp {
    margin-bottom: 10px;
  }
  .mb20-sp {
    margin-bottom: 20px;
  }
  .mb30-sp {
    margin-bottom: 30px;
  }
  .mb40-sp {
    margin-bottom: 40px;
  }
  .mb50-sp {
    margin-bottom: 50px;
  }
  .mb60-sp {
    margin-bottom: 60px;
  }
  .mb70-sp {
    margin-bottom: 70px;
  }
  .mb80-sp {
    margin-bottom: 80px;
  }
  .mb90-sp {
    margin-bottom: 90px;
  }
  .mb100-sp {
    margin-bottom: 100px;
  }
}

section {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  section {
    margin-bottom: 60px;
  }
}

.bg {
  background-color: #F5F5F7;
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .bg {
    background-color: #F5F5F7;
    padding: 40px 0;
  }
}

.button {
  display: inline-block;
  width: 250px;
  padding: 13px;
  background-color: #FF4A4A;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}

.fit-content {
  display: inline-block;
  width: fit-content;
}

@media only screen and (max-width: 991px) {
  .sp-wi80 {
    width: 80%;
    margin: 0 auto;
  }
}

.flex-center {
  justify-content: center;
}

.header_inner {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
}

.header_logo {
  width: 237px;
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .header_logo {
    width: 180px;
    position: absolute;
    top: 15px;
    left: 20px;
  }
}
.header_link {
  position: absolute;
  top: 23px;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}
.header_link .tell {
  color: #ffffff;
}
.header_link .header_link__btn {
  margin-left: 32px;
}
.header_link .header_link__btn a {
  display: block;
  padding: 22px 17px;
  border-radius: 15px 0 0 15px;
  background-color: #FF4A4A;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

.header_page {
  height: 144px;
  background-color: rgba(26, 26, 26, 0.3);
}
@media only screen and (max-width: 991px) {
  .header_page {
    height: 85px;
  }
}
.header_page .header_inner {
  position: initial;
  height: 100%;
  max-width: 1280px;
}
.header_page .header_inner .header_wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.header_page .header_inner .header_wrap .header_logo {
  position: initial;
}
@media only screen and (max-width: 991px) {
  .header_page .header_inner {
    padding: 0 10px;
  }
}

.header_fixed {

}

.menu {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: #000000;
  z-index: 4;
}
.menu span {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.menu span:nth-child(1) {
  top: 10px;
}
.menu span:nth-child(2) {
  top: 20px;
}
.menu span:nth-child(3) {
  top: 30px;
}
.menu p {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fixed_btn {
  
}
.fixed_btn a {
  position: fixed;
  top: 20%;
  right: env(safe-area-inset-right, 0);
  z-index: 3;
  display: block;
  color: #ffffff;
  background-color: #FF4A4A;
  padding: 10px 12px;
  font-size: 18px;
  letter-spacing: 2px;
  border-radius: 20px 0 20px 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  box-shadow: 0px 3px 6px 0px rgba(0, 3, 6, 0.16);
}

.drawer {
  width: 300px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 5;
  padding: 24px;
  transition: 0.3s;
}
.drawer.active {
  right: 0;
  transition: 0.3s;
}

.drawer_close {
  text-align: right;
  margin-bottom: 20px;
}
.drawer_close .close {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: auto;
}
.drawer_close .close:before,
.drawer_close .close:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 1.5px;
  background-color: #000000;
}
.drawer_close .close:before {
  transform: rotate(45deg);
}
.drawer_close .close:after {
  transform: rotate(-45deg);
}
.drawer_link {
  margin: 0;
}
.drawer_link li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.drawer_link li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.drawer_link li a {
  display: block;
  font-size: 16px;
  padding: 20px 0;
}
.drawer_btn {
  margin: 20px 0;
  display: grid;
  gap: 10px 0;
}
.drawer_tel .tell small {
  font-size: 12px;
  text-align: center;
}
.drawer_tel .tell strong {
  font-size: 18px;
  text-align: center;
}

.drawer_bg {
  display: none;
}
.drawer_bg.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 4;
}

.mainvisual {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto 100px;
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .mainvisual {
    width: 100%;
    margin-bottom: 25px;
  }
}
.mainvisual .mainvisual_logo {
  width: 237px;
  position: absolute;
  top: 30px;
  left: 100px;
}
@media only screen and (max-width: 991px) {
  .mainvisual .mainvisual_logo {
    width: 180px;
    position: absolute;
    top: 15px;
    left: 20px;
  }
}
.mainvisual_link {
  position: absolute;
  top: 23px;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}
.mainvisual_link .tell {
  color: #ffffff;
}
.tell strong {
  font-size: 25px;
  line-height: 30px;
  display: block;
}
.tell small {
  font-size: 14px;
  line-height: 17px;
  display: block;
  margin-top: 8px;
}
.tell * + * {
  margin-top: 8px;
}
@media only screen and (max-width: 991px) {
  .tell strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    text-align: center;
  }
  .tell small {
    font-size: 11px;
    line-height: 17px;
    display: block;
    margin-top: 8px;
  }
  .sp-top_tell {
    text-align: center;
  }
  .sp-top_tell.tell strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    text-align: center;
  }
  .sp-top_tell.tell small {
    font-size: 11px;
    line-height: 17px;
    display: block;
    margin-top: 5px;
  }
}
.mainvisual_link .mainvisual_link__btn {
  margin-left: 32px;
}
.mainvisual_link .mainvisual_link__btn a {
  display: block;
  padding: 22px 17px;
  border-radius: 15px 0 0 15px;
  background-color: #FF4A4A;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

.mainvisual_txt {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  display: grid;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.mainvisual_txt p {
  color: #ffffff;
  text-align: center;
}
.mainvisual_txt p strong {
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.7;
}
.mainvisual_txt p small {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .mainvisual_txt {
    top: 100px;
  }
  .mainvisual_txt p {
    color: #ffffff;
    text-align: center;
  }
  .mainvisual_txt p strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
  }
  .mainvisual_txt p small {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    margin-top: 30px;
  }
}
.main {
  max-width: 1280px;
  margin: 0 auto;
}

.page_main {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .page_main {
    margin-top: 50px;
  }
}

.bnr {
  text-align: center;
}
.bnr img {
  display: block;
  margin-bottom: 24px;
}
.bnr .img_wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #B2B2B2;
  box-shadow: 0px 3px 6px 0px rgba(0, 3, 6, 0.16);
  margin-bottom: 24px;
}
.bnr .img_wrap img {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .bnr .img_wrap {
    padding: 5px;
    margin-bottom: 10px;
  }
}
.bnr h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.bnr p {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  display: block;
  text-align: left;
}
.bnr h3 + p {
  margin-top: 17px;
}
@media only screen and (max-width: 991px) {
  .bnr h3 {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .bnr p {
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
    display: block;
    text-align: left;
  }
  .bnr h3 + p {
    margin-top: 14px;
  }
}
.box .box_cont {
  height: 100%;
  position: relative;
  
}
.box .box_cont > img {
  max-width: 120px;
  position: relative;
  margin: 0 auto;
}
.box .box_cont .box_cont__wrap {
  padding: 75px 33px 0px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-top: -60px;
  height: 100%;
}
.box .box_cont .box_cont__wrap p {
  font-size: 16px;
  line-height: 1.4;
  display: block;
}
.box .box_cont .box_cont__wrap p strong {
  display: block;
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
}
.box .box_cont .box_cont__wrap p + p {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .box .box_cont > img {
    max-width: 100px;
  }
  .box .box_cont .box_cont__wrap {
    padding: 75px 25px 25px;
    height: auto;
    margin-top: -50px;
  }
  .box .box_cont .box_cont__wrap p {
    font-size: 12px;
    line-height: 1.4;
    display: block;
  }
  .box .box_cont .box_cont__wrap p strong {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .box .box_cont .box_cont__wrap p + p {
    margin-top: 20px;
  }
}

.bnr_l {
  height: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 3, 6, 0.16);
}
.bnr_l_wrap {
  background-color: #ffffff;
  padding: 23px 50px;
}
@media only screen and (max-width: 991px) {
  .bnr_l_wrap {
    background-color: #ffffff;
    padding: 23px 30px;
  }
}
.bnr_l_wrap h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  display: block;
  text-align: center;
}
.bnr_l_wrap ul {
  display: grid;
  gap: 15px 0;
  margin-bottom: 20px;
}
.bnr_l_wrap ul li {
  list-style: none;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: 2px solid #296120;
}
.bnr_l_wrap p small {
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .bnr_l_wrap h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    display: block;
    text-align: center;
  }
  .bnr_l_wrap ul {
  }
  .bnr_l_wrap ul li {
    list-style: none;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    border-bottom: 2px solid #296120;
  }
  .bnr_l_wrap p small {
    font-size: 12px;
    line-height: 1.6;
  }
}
.contact {
  box-shadow: 0px 3px 6px 0px rgba(0, 3, 6, 0.16);
  padding: 40px;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .contact {
    box-shadow: 0px 3px 6px 0px rgba(0, 3, 6, 0.16);
    padding: 24px 30px;
    background-color: #ffffff;
  }
}
.contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .contact_btn {
    display: grid;
    align-items: unset;
    justify-content: unset;
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .contact_btn a {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.contact_txt p {
  font-size: 16px;
  line-height: 30px;
  display: block;
  text-align: center;
}
.contact_txt p strong {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
}
.contact_txt p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .contact_txt p {
    font-size: 12px;
    line-height: 30px;
    display: block;
    text-align: center;
  }
  .contact_txt p strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
  }
  .contact_txt p + p {
    margin-top: 10px;
  }
}
.precautions {
  padding: 50px;
  background-color: #F5F5F7;
}
.precautions ul {
  display: grid;
}
.precautions ul li {
  display: block;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #B2B2B2;
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  .precautions {
    padding: 40px 20px;
    background-color: #F5F5F7;
  }
  .precautions ul {
    display: grid;
  }
  .precautions ul li {
    display: block;
    font-size: 12px;
    line-height: 26px;
    border-bottom: 1px solid #B2B2B2;
    padding: 10px 0;
  }
}

.footer {
  padding: 50px 0 20px;
  background-color: #ffffff;
}
.ftr_logo {
  text-align: center;
  margin-bottom: 50px;
}
.ftr_logo img {
  margin: 0 auto;
  max-width: 250px;
}
.footer_inner p {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.ftr_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.ftr_link li {
  list-style: none;
  border-left: 1px solid #B2B2B2;
}
.ftr_link li:last-child {
  border-right: 1px solid #B2B2B2;
}
.ftr_link li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 0 50px;
}
.copy {
  display: block;
  text-align: center;
  color: #B2B2B2;
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 30px 0 20px;
  }
  .ftr_logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .ftr_logo img {
    margin: 0 auto;
  }
  .footer_inner p {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }
  .ftr_link {
    flex-wrap: wrap;
    gap: 18px 0;
    margin: 30px 0;
  }
  .ftr_link li {
    list-style: none;
    border-left: 1px solid #B2B2B2;
    width: 50%;
  }
  .ftr_link li:nth-child(even) {
    border-right: 1px solid #B2B2B2;
  }
  .ftr_link li a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .copy {
    display: block;
    text-align: center;
    color: #B2B2B2;
    font-size: 14px;
    line-height: 30px;
  }
}

.guide_txt {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.guide_txt p {
  text-align: left;
  font-size: 14px;
}
.guide_txt p a {
  text-decoration: underline;
}

.btm_border {
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 100px;
}

#sf-form-page .sf-form-title-group {
  display: none;
}





















































