@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&display=swap");
@font-face {
  font-family: "fututaLt-B-O";
  src: url(../fonts/FuturaLTProBookOblique.otf);
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    text-decoration: none;
  }
}
.sp {
  display: none !important;
}

.bk-red {
  background-color: #da3b27;
}

.bk-ylw {
  background-color: #ffee7d;
}

.red {
  color: #da3b27;
}

@media screen and (max-width: 1000px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.l-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-container {
    width: 90%;
  }
}

.p-toForm .ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 55px;
  color: #fff;
  font-weight: 900;
}
.p-toForm .ttl img {
  width: auto;
  height: 100%;
}
.p-toForm .c-btn {
  margin-bottom: 40px;
}
.p-toForm .info {
  display: flex;
  justify-content: center;
}
.p-toForm .info dt,
.p-toForm .info dd {
  color: #fff;
  font-weight: bold;
}
.p-toForm .info dt {
  font-size: 21px;
  margin-right: 40px;
  margin-top: 10px;
}
.p-toForm .info dd a {
  height: 45px;
  display: block;
  margin-bottom: 10px;
}
.p-toForm .info dd a img {
  width: auto;
  height: 100%;
}
.p-toForm .info dd .name {
  font-size: 17px;
  font-weight: bold;
}
.p-toForm--red .ttl {
  color: #000;
}
.p-toForm--red .info dt,
.p-toForm--red .info dd {
  color: #000;
}
.p-toForm--red .info dd span,
.p-toForm--red .info dd a {
  color: #da3b27;
}
@media screen and (max-width: 1000px) {
  .p-toForm .ttl {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .p-toForm .info {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .p-toForm .info dt {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .p-toForm .info dd a {
    margin-bottom: 0;
  }
  .p-toForm .info dd .name {
    font-size: 15px;
  }
}

.c-btn {
  width: 100%;
  max-width: 615px;
  margin: auto;
}
.c-btn a {
  background: rgb(253, 205, 0);
  background: linear-gradient(0deg, rgb(253, 205, 0) 0%, rgb(255, 241, 0) 50%, rgb(255, 241, 0) 100%);
  color: #000;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
  font-size: 23px;
}
.c-btn a::after {
  content: "";
  display: block;
  width: 28px;
  height: 23px;
  background: url(../img/fc/icon_arrow_blk.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.c-btn--red a {
  color: #fff;
  background: rgb(187, 6, 17);
  background: linear-gradient(0deg, rgb(187, 6, 17) 0%, rgb(218, 59, 39) 60%, rgb(218, 59, 39) 100%);
}
.c-btn--red a::after {
  background-image: url(../img/fc/icon_arrow_wht.svg);
}
@media screen and (max-width: 1000px) {
  .c-btn a {
    height: 49px;
    border-radius: 5px;
    font-size: 15px;
  }
  .c-btn a::after {
    width: 15px;
    height: 12px;
    right: 20px;
  }
}

.c-modal-open,
.c-modal-close {
  font-size: 15px;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}
.c-modal-open .btn,
.c-modal-close .btn {
  position: relative;
  padding-bottom: 6px;
}
.c-modal-open .btn::after,
.c-modal-close .btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}

.c-modal-close {
  display: none;
}
.c-modal-close .btn {
  color: #fff;
}
.c-modal-close .btn::after {
  background-color: #fff;
}

.c-modal-content.is-open {
  position: fixed !important;
  z-index: 1002 !important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.c-modal-content.is-open .c-modal-close {
  display: block;
}

#c-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  z-index: 1001;
  visibility: hidden;
}
#c-modal-overlay.is-open {
  opacity: 0.5;
  visibility: visible;
}

#page {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 17px;
  font-weight: 500;
}
#page img {
  width: 100%;
  vertical-align: middle;
}
#page .float-to-form {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#page .float-to-form a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #ffea00;
  color: #000;
  font-weight: 900;
  font-size: 18px;
  padding: 20px 15px;
  box-sizing: border-box;
  border: 5px solid #da3b27;
  border-right: none;
}
@media screen and (max-width: 1000px) {
  #page .float-to-form {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
  }
  #page .float-to-form a {
    display: block;
    writing-mode: horizontal-tb;
    font-size: 20px;
    border-width: 2px;
    border-right: 2px solid #da3b27;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#page .intro {
  background: #da3b27;
  padding: 85px 0 200px;
}
#page .intro .scroll-down {
  width: 21px;
  height: 130px;
  margin: auto;
  position: relative;
}
#page .intro .scroll-down img {
  position: absolute;
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
#page .intro .intro-body {
  position: relative;
  margin-bottom: 70px;
}
#page .intro .intro-body .intro-body-cont {
  position: absolute;
  top: 9%;
  left: calc(50% - 500px);
  width: 100%;
  max-width: 1000px;
}
#page .intro .intro-body .intro-body-cont h2,
#page .intro .intro-body .intro-body-cont .txt {
  color: #fff;
}
#page .intro .intro-body .intro-body-cont h2 {
  width: 76.7%;
  margin-bottom: 30px;
}
#page .intro .intro-body .intro-body-cont .txt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 60px;
}
#page .intro .intro-body .intro-body-cont .logo {
  width: 43.4%;
}
@media screen and (max-width: 1000px) {
  #page .intro {
    padding: 35px 0 50px;
  }
  #page .intro .scroll-down {
    width: 17px;
    height: 108px;
    margin-bottom: 35px;
  }
  #page .intro .intro-body {
    margin-bottom: 45px;
  }
  #page .intro .intro-body .intro-body-cont {
    position: static;
    width: calc(100% - 60px);
    margin: auto;
  }
  #page .intro .intro-body .intro-body-cont h2 {
    margin-bottom: 20px;
    width: 95%;
  }
  #page .intro .intro-body .intro-body-cont .txt {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  #page .intro .intro-body .intro-body-cont .logo {
    width: 231px;
  }
}
#page .points {
  background: #fff5d7;
  padding: 90px 0 200px;
}
#page .points .points-head {
  max-width: 940px;
  width: 68.8%;
  margin: 0 auto 150px;
}
#page .points .points-list > li {
  margin-bottom: 200px;
}
#page .points .points-list > li:last-child {
  margin-bottom: 0;
}
#page .points .points-list > li .points-list-head {
  position: relative;
}
#page .points .points-list > li .points-list-head .float-image {
  position: absolute;
  right: 0;
  top: 0;
}
#page .points .points-list > li .num,
#page .points .points-list > li h3,
#page .points .points-list > li .lead,
#page .points .points-list > li .list,
#page .points .points-list > li .image {
  position: relative;
  z-index: 1;
}
#page .points .points-list > li .num {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #da3b27;
}
#page .points .points-list > li h3 {
  margin-bottom: 20px;
  height: 90px;
}
#page .points .points-list > li h3 img {
  width: auto;
  height: 100%;
}
#page .points .points-list > li .lead {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 30px;
}
#page .points .points-list > li .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}
#page .points .points-list > li .bk-ylw {
  padding: 30px 0;
}
#page .points .points-list > li .list {
  font-weight: 900;
  font-size: 25px;
  line-height: 1.92;
  z-index: 1;
}
#page .points .points-list > li:first-child .float-image {
  max-width: 599px;
  right: -80px;
}
#page .points .points-list > li:nth-child(2) .image {
  max-width: 700px;
  margin-bottom: 20px;
}
#page .points .points-list > li:nth-child(2) .float-image {
  max-width: 549px;
  right: -140px;
}
#page .points .points-list > li:nth-child(2) .bk-ylw p {
  font-size: 41px;
  font-weight: 900;
  text-align: center;
  color: #da3b27;
}
#page .points .points-list > li:nth-child(3) .float-image {
  max-width: 541px;
  right: -115px;
}
#page .points .points-list > li:nth-child(4) .txt {
  margin-bottom: 90px;
}
#page .points .points-list > li:nth-child(4) .images {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
#page .points .points-list > li:nth-child(4) .images li {
  width: 25%;
}
#page .points .points-list > li:nth-child(4) .float-image {
  max-width: 663.5px;
  right: -200px;
  top: -40px;
}
@media screen and (max-width: 1000px) {
  #page .points {
    padding: 45px 0 55px;
  }
  #page .points .points-head {
    width: calc(95% - 40px);
    margin-bottom: 50px;
  }
  #page .points .points-list > li {
    margin-bottom: 60px;
  }
  #page .points .points-list > li .points-list-head .float-image {
    position: static;
    margin: auto;
  }
  #page .points .points-list > li .num,
  #page .points .points-list > li h3 {
    text-align: center;
  }
  #page .points .points-list > li .num {
    font-size: 19px;
    margin-bottom: 0;
  }
  #page .points .points-list > li h3 {
    margin-bottom: 20px;
    height: 57px;
  }
  #page .points .points-list > li .lead {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  #page .points .points-list > li .txt {
    font-size: 15px;
    line-height: 28px;
    font-weight: 900;
  }
  #page .points .points-list > li .bk-ylw {
    padding: 25px 0;
  }
  #page .points .points-list > li .list {
    font-size: 15px;
    line-height: 28px;
  }
  #page .points .points-list > li:first-child .float-image {
    width: calc(100% - 70px);
    margin-bottom: 5px;
  }
  #page .points .points-list > li:nth-child(2) .image {
    max-width: 700px;
    margin-bottom: 20px;
  }
  #page .points .points-list > li:nth-child(2) .bk-ylw p {
    font-size: 30px;
    line-height: 41px;
  }
  #page .points .points-list > li:nth-child(2) .float-image {
    width: calc(100% - 60px);
    margin-bottom: 15px;
  }
  #page .points .points-list > li:nth-child(4) .lead {
    margin-bottom: 0;
  }
  #page .points .points-list > li:nth-child(4) .txt {
    margin-bottom: 35px;
  }
  #page .points .points-list > li:nth-child(4) .images {
    margin-bottom: 50px;
  }
  #page .points .points-list > li:nth-child(4) .images li {
    width: 50%;
  }
  #page .points .points-list > li:nth-child(4) .float-image {
    margin-bottom: 10px;
  }
  #page .points .p-toForm {
    width: 90%;
    margin: auto;
  }
}
#page .contact {
  padding: 200px 0;
}
#page .contact h2 {
  text-align: center;
  margin-bottom: 110px;
  font-size: 45px;
  font-weight: 900;
  color: #da3b27;
}
#page .contact .form_base .f_checkbox .wpcf7-list-item {
  margin-right: 35px;
  margin-left: 0;
}
#page .contact .form_base .f_checkbox .wpcf7-list-item:last-child {
  margin-right: 0;
}
#page .contact .form_base .f_checkbox input[type=checkbox] {
  display: none;
}
#page .contact .form_base .f_checkbox input[type=checkbox]:checked + label::before {
  opacity: 1;
}
#page .contact .form_base .f_checkbox label {
  position: relative;
  padding-left: 45px;
  margin-right: 35px;
  cursor: pointer;
}
#page .contact .form_base .f_checkbox label:last-child {
  margin-right: 0;
}
#page .contact .form_base .f_checkbox label::before, #page .contact .form_base .f_checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
}
#page .contact .form_base .f_checkbox label::before {
  width: 10px;
  height: 18px;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  opacity: 0;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
  left: 10px;
  margin-top: -4px;
}
#page .contact .form_base .f_checkbox label::after {
  width: 30px;
  height: 29px;
  background: #f1f1f1;
  border: solid 1px #e5e5e4;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  #page .contact {
    padding: 50px 0;
  }
  #page .contact h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 30px;
  }
  #page .contact .form_base {
    font-size: 14px;
  }
  #page .contact .form_base .f_checkbox .wpcf7-list-item {
    margin-right: 10px;
  }
  #page .contact .form_base .f_checkbox label {
    padding-left: 30px;
    margin-right: 10px;
  }
  #page .contact .form_base .f_checkbox label::before {
    width: 8px;
    height: 16px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  #page .contact .form_base .f_checkbox label::after {
    width: 24px;
    height: 23px;
  }
}/*# sourceMappingURL=style.css.map */



#page .side_fc{
	position: fixed;
	z-index: 1000;
	width: 237px;
	right:20px;
	bottom:20px;
	transition: all .3s;
}
#page .side_fc:hover{
	opacity: .7;
}
#page .side_fc img{
	vertical-align: top;
}
@media screen and (max-width: 1000px) {
#page .side_fc{
	width: 90%;
	max-width: 343px;
	left:0;
	right:0;
	bottom:75px;
	margin: auto;
}
	footer{
		padding: 15% 0 26%;
		
	}
}
	