@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular_sub.woff2") format("woff2"), url("../font/NotoSansJP-Regular_sub.woff") format("woff"), url("../font/NotoSansJP-Regular_sub.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold_sub.woff2") format("woff2"), url("../font/NotoSansJP-Bold_sub.woff") format("woff"), url("../font/NotoSansJP-Bold_sub.ttf") format("truetype");
}
@font-face {
  font-family: "Shippori Antique B1";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ShipporiAntiqueB1-Regular_sub.woff2") format("woff2"), url("../font/ShipporiAntiqueB1-Regular_sub.woff") format("woff"), url("../font/ShipporiAntiqueB1-Regular_sub.ttf") format("truetype");
}
html, body {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  margin: 0 auto;
  letter-spacing: 0.06em;
}

a {
  color: #333;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

button[disabled] {
  cursor: not-allowed;
}
button[disabled] img {
  filter: grayscale(100%);
}

.sp_only {
  display: none !important;
}

#wrapper {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}

#fv {
  /*  background: url("../img/fv.png") no-repeat top center;  */
  background-size: 1800px auto;
  min-width: 1080px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#fv .fv_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#fv .fv_bg img {
  width: 1800px;
  height: auto;
}
#fv .contents {
  margin: auto;
  position: relative;
  width: 1080px;
  height: 714px;
}
#fv .fv_txt01, #fv .fv_txt02, #fv .fv_txt03, #fv .fv_txt04, #fv .fv_txt05 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: bold;
  position: absolute;
}
#fv .fv_txt01 {
  position: absolute;
  color: #004831;
  top: 134px;
  left: 44px;
  font-size: 28px;
}
#fv .fv_txt02 {
  color: #fcee21;
  top: 129px;
  left: 50px;
  font-size: 70px;
}
#fv .fv_txt02 span {
  position: relative;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 134px;
  top: 2px;
  font-weight: normal;
}
#fv .fv_txt02 small {
  color: #fff;
}
#fv .fv_txt03 {
  color: #fff;
  top: 270px;
  left: 60px;
  font-size: 86px;
}
#fv .fv_txt04 {
  color: #fff;
  font-style: normal;
  top: 386px;
  left: 60px;
  font-size: 27px;
}
#fv .fv_txt04 span {
  color: #fcee21;
  font-style: italic;
  font-size: 35px;
}
#fv .fv_txt04 span:nth-of-type(1) {
  position: relative;
  font-weight: normal;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 40px;
  top: 2px;
}
#fv .fv_txt05 {
  color: #fff;
  font-style: normal;
  top: 452px;
  left: 60px;
  font-size: 27px;
}
#fv .fv_txt05 span {
  font-size: larger;
}
#fv .btn {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 515px;
  width: 613px;
}
#fv .btn a {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  opacity: 0;
  transform: scale(0);
  display: block;
  transition: all 0.7s ease-in-out;
}
#fv .btn a.active {
  transition: all 0.7s ease-in-out;
  opacity: 1;
  transform: scale(1);
}
#fv .btn a:hover {
  filter: brightness(120%) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
#fv .btn p {
  width: 186px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 10px;
}

#chk {
  background: #EDFBE1;
  padding: 100px 0 255px;
  margin: -95px 0 0;
}

.chk_wrap {
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 60px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
.chk_wrap .chk_inner {
  padding: 40px 0 0;
}
.chk_wrap .title {
  margin: 0 auto 25px;
}
.chk_wrap .option {
  display: flex;
  flex-flow: row wrap;
  width: 900px;
  margin: 0 auto;
  gap: 30px 30px;
}
.chk_wrap .option li {
  width: 280px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
.chk_wrap .option button {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.chk_wrap .item {
  margin: 0 0 13px;
}
.chk_wrap .field img {
  margin: 0 0 14px 7px;
}
.chk_wrap input[type=text] {
  width: 200px;
  height: 70px;
  border: 1px solid #999;
  border-radius: 6px;
  margin: 0 0 13px;
  font-size: 28px;
  padding: 0 0 0 18px;
  outline: none;
}
.chk_wrap input[type=text]::-moz-placeholder {
  color: #ccc;
}
.chk_wrap input[type=text]::placeholder {
  color: #ccc;
}
.chk_wrap .age .item {
  width: 130px;
}
.chk_wrap .age .field img {
  width: 23px;
}
.chk_wrap .age .note {
  width: 195px;
}
.chk_wrap .income .item {
  width: 182px;
}
.chk_wrap .income .field img {
  width: 45px;
}
.chk_wrap .income .note {
  width: 195px;
}
.chk_wrap .amount .item {
  width: 208px;
}
.chk_wrap .amount .field img {
  width: 45px;
}
.chk_wrap .amount .note {
  width: 340px;
}
.chk_wrap button {
  display: block;
  width: 480px;
  margin: 43px auto 0;
  border: none;
  background: none;
}
.chk_wrap button:hover {
  opacity: 0.8;
}
.chk_wrap .back_btn {
  width: 150px;
  height: 60px;
  margin: 40px auto 0;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
.chk_wrap .back_btn button {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.chk_wrap .step1 .title {
  width: 386px;
}
.chk_wrap .step1 .option {
  width: 590px;
}
.chk_wrap .step2 {
  display: none;
}
.chk_wrap .step2 .title {
  width: 360px;
}
.chk_wrap .step3 {
  display: none;
}
.chk_wrap .step3 .title {
  width: 611px;
}

#reason {
  background: url(../img/reason_bg.png) no-repeat center 0;
  padding: 200px 0 72px;
  margin: -225px 0 0;
}
#reason h2 {
  width: 640px;
  margin: 0 auto 57px;
}
#reason ul {
  display: flex;
  flex-direction: column;
  width: 1080px;
  margin: 0 auto 32px;
  gap: 20px;
}
#reason li {
  width: 1080px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
#reason .r_not {
  width: 368px;
  margin: 0 auto 59px;
}
#reason .inner {
  width: 1080px;
  margin: 0 auto 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#reason .r_trigger {
  cursor: pointer;
  position: relative;
}
#reason .r_trigger.active::after {
  transform: rotate(0);
}
#reason .r_trigger:hover {
  opacity: 0.8;
}
#reason .r_trigger::before, #reason .r_trigger::after {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 98px;
  right: 48px;
  transition: all 0.3s;
}
#reason .r_trigger::after {
  transform: rotate(90deg);
}
#reason .r_close {
  cursor: pointer;
  position: relative;
}
#reason .r_close:hover {
  opacity: 0.8;
}
#reason .r_contents {
  display: none;
}

#reason01 .r_contents {
  display: block;
  padding: 68px 0 0;
}
#reason01 .img-1 {
  position: relative;
  width: 1008px;
  margin: 0 0 68px 50px;
}
#reason01 .img-1 .btn {
  position: absolute;
  width: 359px;
  top: 20px;
  right: 150px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
#reason01 .img-1 .btn:hover {
  filter: brightness(120%) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
#reason01 .img-2 {
  width: 880px;
  margin: 0 auto 50px;
}

#reason02 .r_contents {
  padding: 63px 0 0;
}
#reason02 .img-1 {
  width: 980px;
  margin: 0 auto;
}
#reason02 .img-2 {
  width: 820px;
  margin: 58px auto 68px;
}
#reason02 .img-3 {
  width: 677px;
  margin: 0 auto 80px;
}

#reason03 .r_contents {
  padding: 63px 0 0;
}
#reason03 .img-1 {
  width: 950px;
  margin: 0 auto;
}
#reason03 .img-1 .btn {
  width: 460px;
  margin: 43px auto 0;
}
#reason03 .img-1 .btn:hover {
  opacity: 0.8;
}
#reason03 .img-2 {
  width: 981px;
  margin: 71px auto 68px;
}
#reason03 .img-3 {
  width: 938px;
  margin: 0 auto 62px;
}

#reason04 .r_contents {
  padding: 57px 0 0;
}
#reason04 .img-1 {
  width: 1004px;
  margin: 0 auto 68px;
}

#reason05 .r_contents {
  padding: 69px 0 0;
}
#reason05 .img-1 {
  width: 871px;
  margin: 0 auto 93px;
}

#cta {
  background: #EDFBE1;
  padding: 70px 0 63px;
}
#cta p {
  width: 391px;
  margin: 0 auto 16px;
}
#cta .btn {
  width: 506px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
#cta .btn:hover {
  opacity: 0.8;
}

#voice {
  padding: 108px 0 164px;
}
#voice h2 {
  width: 541px;
  margin: 0 auto 64px;
}
#voice .voice_slide {
  width: 1080px;
  margin: 0 auto;
}
#voice .voice_slide .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#voice .voice_slide .slick-slide {
  opacity: 0.6;
  margin: 0 30px;
}
#voice .voice_slide .slick-slide.slick-current {
  opacity: 1;
}
#voice .voice_slide .slick-slide img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
#voice .voice_slide .slick-prev {
  z-index: 90;
  left: 150px;
}
#voice .voice_slide .slick-prev::before {
  content: "";
  display: block;
  background: url(../img/prev.png) no-repeat center 0/100%;
  width: 22px;
  height: 52px;
}
#voice .voice_slide .slick-next {
  z-index: 90;
  right: 150px;
}
#voice .voice_slide .slick-next::before {
  content: "";
  display: block;
  background: url(../img/next.png) no-repeat center 0/100%;
  width: 22px;
  height: 52px;
}
#voice .voice_slide .slick-dots {
  bottom: -55px;
}
#voice .voice_slide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
#voice .voice_slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
#voice .voice_slide .slick-dots li button::before {
  font-family: slick;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #C3DA30;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#voice .voice_slide .slick-dots li.slick-active button::before {
  color: #004831;
}

#qanda {
  background: #F2F2F2;
  padding: 93px 0 137px;
}
#qanda .sect_title {
  width: 287px;
  margin: 0 auto 74px;
}
#qanda ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  gap: 20px 0;
}
#qanda li {
  width: 100%;
  letter-spacing: 0;
}
#qanda div[itemprop=name] {
  color: #fff;
  background: #004831 url(../img/q.png) no-repeat 27px center/23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0 15px 74px;
  position: relative;
  cursor: pointer;
}
#qanda div[itemprop=name].active {
  margin-bottom: 0;
}
#qanda div[itemprop=name].active::after {
  transform: rotate(0);
}
#qanda div[itemprop=name]:hover {
  opacity: 0.8;
}
#qanda div[itemprop=name]::before, #qanda div[itemprop=name]::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 38px;
  transition: all 0.3s;
}
#qanda div[itemprop=name]::after {
  transform: rotate(90deg);
}
#qanda div[itemprop=acceptedAnswer] {
  background: #FFF url(../img/a.png) no-repeat 46px 33px/24px;
  font-size: 17px;
  line-height: 30px;
  padding: 34px 0 46px 90px;
  display: none;
}
#qanda div[itemprop=acceptedAnswer] p {
  width: 870px;
}
#qanda div[itemprop=acceptedAnswer] span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

#detail {
  padding: 90px 0 84px;
  position: relative;
}
#detail .sect_title {
  text-align: center;
  font-size: 28px;
  color: #004831;
  letter-spacing: 0.06em;
  margin: 0 0 60px;
}
#detail .inner {
  width: 940px;
  margin: 0 auto;
}
#detail h3 {
  border-left: 8px solid #004831;
  padding: 7px 0 0 24px;
  font-size: 20px;
  height: 36px;
  color: #333;
  margin: 0 0 27px;
}
#detail table {
  border: solid 1px #333333;
  margin: 0 auto 38px;
  width: 100%;
  border-collapse: collapse;
  color: #333;
}
#detail table th {
  border: solid 1px #333333;
  font-weight: normal;
  font-size: 18px;
  width: 25%;
  padding: 2% 0 2%;
  background-color: #F4FBF7;
}
#detail table td {
  border: solid 1px #333333;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  padding: 18px 0 18px 3%;
}
#detail .atm {
  position: relative;
}
#detail .atm img {
  display: block;
  width: 644px;
}
#detail .atm p {
  position: absolute;
  top: 55px;
  left: 452px;
  font-size: 14px;
  letter-spacing: 0;
}
#detail .atm p span {
  display: block;
  font-size: 11px;
  line-height: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
#detail ul {
  display: flex;
  gap: 0 15px;
  height: 14px;
  margin-top: 105px;
}
#detail ul li {
  height: 14px;
}
#detail ul li:nth-child(1) {
  border-right: 1px solid #004831;
  padding: 0 19px 0 0;
}
#detail ul a {
  display: block;
  background: url(../img/marker.png) no-repeat 0 0/14px;
  text-decoration: underline;
  font-size: 14px;
  color: #004831;
  padding: 0 0 0 30px;
}
#detail ul a:hover {
  opacity: 0.8;
}
#detail .note {
  color: #333;
  margin: 26px 0 0;
}
#detail .note span {
  display: block;
  width: 386px;
  margin-bottom: 35px;
}
#detail .note p {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0;
}
#detail .btn_top {
  width: 187px;
  position: absolute;
  right: 20px;
  bottom: 116px;
}
#detail .btn_top a {
  display: block;
  width: 81px;
  margin: 0 auto;
}
#detail .btn_top:hover {
  opacity: 0.8;
}

.btn_order {
  width: 187px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
.btn_order.mb {
  margin-bottom: 300px;
}
.btn_order:hover {
  opacity: 0.8;
}

footer {
  background: #004831;
  text-align: center;
  color: #fff;
  padding: 40px 0 34px;
}
footer small {
  display: block;
  text-align: center;
  font-size: 14px;
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 999;
}

.md-contents {
  background: #FFF;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 980px;
  transform: translate(-50%, -50%);
  z-index: 10000;
  padding: 73px 0 0;
}

.md-inner {
  width: 100%;
  height: 100%;
}
.md-inner .ttl {
  width: 216px;
  margin: 0 auto 68px;
}
.md-inner .txt {
  width: 832px;
  margin: 0 auto;
}
.md-inner .btn {
  width: 506px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
.md-inner .btn:hover {
  opacity: 0.8;
}
.md-inner .md-close {
  cursor: pointer;
}
.md-inner .md-close:hover {
  opacity: 0.8;
}

#chk_modal_1 .btn {
  margin: 65px auto 68px;
}

#chk_modal_2 .btn {
  margin: 35px auto 68px;
}

#chk_modal_3 .txt {
  margin-bottom: 104px;
}/*# sourceMappingURL=style.css.map */





#fv .fv_txt01 {
  top: 154px;
}
#fv .fv_txt02 {
  top: 149px;
}
#fv .fv_txt03 {
  top: 290px;
}
#fv .fv_txt04 {
  top: 406px;
}
#fv .fv_txt05 {
  top: 472px;
}
#fv .btn {
  top: 555px;
}
#fv .contents {
  height: 775px;
}


