@charset "UTF-8";

body,
div,
form,
input,
button,
textarea,
p {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 500;
}

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

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #FD5F05;
}

body::-webkit-scrollbar-track {
  background: #F1F8FF;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/

.area800 {
  width: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.center_img {
  margin-left: -400px;
}

.area1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.op0 {
  opacity: 0;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

.text_c {
  text-align: center !important;
}

.text_auto {
  margin-left: auto;
  margin-right: auto;
}

.ml20p {
  margin-left: 20px;
}

.mt20p {
  margin-top: 20px;
}

.mt50p {
  margin-top: 50px;
}

.mt100p {
  margin-top: 100px;
}

.mt200p {
  margin-top: 200px;
}

.mt500p {
  margin-top: 500px;
}

.mt900p {
  margin-top: 900px;
}

.pt100p {
  padding-top: 100px;
}

.pb100p {
  padding-bottom: 100px;
}

.pb200p {
  padding-bottom: 200px;
}

.pb300p {
  padding-bottom: 300px;
}

.visible800 {
  display: none !important;
}

.visible600 {
  display: none;
}

/*重なりの優先度*/
.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

/*横幅*/

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.inline_b {
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.span span {
  display: inline-block;
}

.back_white {
  background-color: #fff;
}

.back_green {
  background-color: #005032;
}

.back_green2 {
  background-color: #e3eebd;
}

.orange {
  color: #FFBA39;
}

.orange2 {
  color: #FD5F05;
}

.red {
  color: #FA1F19;
}

.green {
  color: #06C755;
}

.dots {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #f0f0f0 2px, transparent 2px), radial-gradient(circle, #f0f0f0 2px, transparent 2px);
  background-position: 0 0, 9px 18px;
  background-size: 18px 36px;
}

/*-------------------------------------
    err
-------------------------------------*/

.err_msg {
  font-size: 0.8em;
  color: #FFBA39;
}

.err_msg2 {
  font-size: 1em;
  color: #FFBA39;
  margin: 0.5em 0em 0 0;
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
header {
  background-color: #005032;
  max-width: 1600px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
}

.space {
  margin-top: 60px;
}

.slant-bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1600px;
  right: 0;
  background-color: #E3EEBD;
  transform: skewY(-8deg) translateY(-53%) translate(-50%);
  z-index: 0;
}

.scm_header_btn {
  position: absolute;
  top: 0;
  right: 0;
}

.scm_02 {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%);
}

.movie {
  position: absolute;
  top: 42%;
  left: 20%;
}

.moviehp {
  position: absolute;
  top: 44.5%;
  left: 39%;
}

.scm_03 {
  position: absolute;
  top: -3.6%;
  left: 50%;
  transform: translate(-50%);
}

.scm_04 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
}

.scm_05 {
  position: absolute;
  bottom: -7.5%;
  left: 50%;
  transform: translate(-50%);
}

.scm_05hp {
  position: absolute;
  bottom: -13.5%;
  left: 50%;
  transform: translate(-50%);
}

.scm_btn_01 {
  margin-top: 65px;
}

.scm_btn_01hp {
  margin-top: 120px;
}

.text1 {
  font-size: 16px;
  display: flex;
  justify-content: center;
}

.scm_07 {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%);
}

.scm_btn_02 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%);
}

.text2 {
  font-size: 16px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

.text3 {
  font-size: 16px;
  text-align: right;
}

.white_area {
  background-color: #fff;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: 90px;
  position: relative;
}

.slider {
  padding-left: 0 !important;
}

.voice__card {
  padding: 30px 50px;
  margin: 20px 20px;
  border: solid 2px #007846;
  box-shadow: 7px 7px 0 0 #06C755;
  width: 500px;
}

.voice__header {
  display: flex;
  justify-content: space-between;
}

.voice__left {
  width: 30%;
}

.voice__right {
  width: 66%;
}

.voice__item {
  width: 100%;
}

.voice__title {
  text-align: left;
  font-weight: 500;
  color: #06C755;
  font-size: 24px;
  padding-top: 0;
}

.voice__person {
  text-align: left;
  font-size: 18px;
  margin-top: 16px;
}

.voice__area {
  margin-top: 30px;
}

.voice__text {
  font-size: 23px;
  text-align: justify;
  line-height: 2;
  padding-bottom: 50px;
}

.slick-slide {
  transition: .3s ease;
  transform: scale(.8);
}

.slick-center {
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 50%;
}

.slick-dots {
  position: unset !important;
  bottom: unset !important;
  margin-top: 5% !important;
}

.slick-dots li {
  width: auto !important;
  height: auto !important;
}

.slick-dots li button:before {
  font-size: 8px !important;
  line-height: 22px !important;
  color: #C8DC00 !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active {
  border: 2px solid #000000;
  border-radius: 50px;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #2b9b71 !important;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
}

.prev-arrow,
.next-arrow {
  display: block;
  cursor: pointer;
  position: relative;
}

.prev-arrow {
  margin-right: 450px;
}

.prev-arrow {
  background-image: url(../img/scm_icon_l.png);
  width: 70px;
  height: 70px;
}

.next-arrow {
  background-image: url(../img/scm_icon_r.png);
  width: 68px;
  height: 68px;
}

footer {
  text-align: center;
  background-color: #C8DC00;
}

.copyright {
  padding: 10px 0;
  text-decoration: none;
}

.copyright {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 650px) {
  .copyright {
    font-size: 12px;
  }
}

/*--------------------------------------------------------
フォーム 
--------------------------------------------------------*/
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

input::placeholder {
  color: #b1b1b1;
}

/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b1b1b1;
}

/* Edge */
input::-ms-input-placeholder {
  color: #b1b1b1;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  border: none;
  font-size: 1em;
  padding: 0.3em 0.6em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 3px solid #FFBA39;
  border-radius: 0% !important;
}

select {
  color: #000 !important;
}

.field {
  margin-bottom: 4%;
  font-size: 1.6em;
}

.inner {
  width: 85%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.inner .title {
  font-size: 1.6em;
  padding-bottom: 0.2em;
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  font-size: 1em;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
section:focus,
main:focus,
article:focus,
nav:focus,
header:focus,
footer:focus,
div:focus,
a:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

/*--------------------------------------------------------
//check
--------------------------------------------------------*/
.scm_chk_03 {
  margin-top: -50px;
}

.youser_name {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%);
  max-width: 800px;
  width: 90%;
  text-align: center;
  font-size: 50px;
  background-color: #fff;
  border: solid 3px #FFBA39;
  padding: 1.5% 2% 2%;
}

.info_txt {
  max-width: 800%;
  width: 95%;
  font-size: 25px;
}

.to_area {
  margin-top: 10%;
  max-width: 800%;
  width: 95%;
}

.pp_area {
  margin-top: 15%;
  max-width: 800%;
  width: 95%;
}

.modoru {
  margin-top: 15%;
  font-size: 25px;
  width: 100%;
  color: #FFBA39;
  text-align: center;
}

.kiyaku {
  font-size: 35px;
}

.ofp_n_05_btn {
  margin-top: 10%;
}

/*--------------------------------------------------------
特定商・プライバシーポリシー
--------------------------------------------------------*/
.white_box {
  padding: 5%;
  border: 2px solid #000;
  background-color: #fff;
}

.white_box.lawtext {
  padding: 2%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.white_box.lawtext>div {
  padding: 1%;
  height: 15em;
  overflow-y: scroll;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.white_box .w90 {
  width: 100%;
}

.scroll::-webkit-scrollbar {
  width: 17px;
}

.lawtext .scroll::-webkit-scrollbar-track-piece:start,
.lawtext .scroll::-webkit-scrollbar-track-piece:end {
  box-shadow: none;
  background: #ccc;
}

.lawtext .scroll::-webkit-scrollbar-thumb {
  background: #005032;
}

.lawtext h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #005032;
}

.law_list {
  padding-bottom: 1em;
}

/*--------------------------------------------------------
チェックボックス
--------------------------------------------------------*/
.checkbox {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-left: 7%;
}

.checkbox label {
  position: relative;
  display: block;
  cursor: pointer;
  width: auto;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.checkbox label span.txt {
  display: inline-block;
  line-height: 1.3;
  position: relative;
}

.checkbox label input {
  display: none;
}

.checkbox label input+span.txt::before {
  content: "";
  display: block;
  background: #fff;
  width: 1em;
  height: 1em;
  box-shadow: none;
  margin-right: 0.7em;
  position: absolute;
  left: -1.5em;
  border: 1px solid #001932;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox label input:checked+span.txt::after {
  content: "";
  display: block;
  position: absolute;
  left: -1em;
  width: 0.5em;
  height: 1.3em;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #FFBA39;
  border-right: 4px solid #FFBA39;
  top: -35%;
}


/*--------------------------------------------------------
//pay
--------------------------------------------------------*/
.scm_pay_01 {
  margin-top: -50px;
}

.scm_pay_btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}

.pay .scm_btn_02 {
  position: absolute;
  top: 65.5%;
  left: 50%;
  transform: translate(-50%);
}

.pay_text1 {
  font-size: 16px;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  width: 100%;
}

/*--------------------------------------------------------
Pay popup
--------------------------------------------------------*/
.popup {
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.popup .in {
  width: 85%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}

.popup .container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.popup .more {
  width: 100%;
  max-width: 800px;
  -webkit-transition: margin 1s ease;
  -moz-transition: margin 1s ease;
  -ms-transition: margin 1s ease;
  -o-transition: margin 1s ease;
  transition: margin 1s ease;
  border: none;
}

.popup .more .tx>div {
  padding-bottom: 1em;
}

.popup .more .tx>div:last-child {
  padding-bottom: 0;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup .scm_popup_btn {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}


.popup_text {
  font-size: 16px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  width: 100%;
}

.close_btn {
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 35px;
}

.close_btn p {
  display: inline-block;
  cursor: pointer;
}

/*--------------------------------------------------------
TOP modal
--------------------------------------------------------*/
.modal_wrapper {
  position: fixed;
  right: 0;
  bottom: 50px;
}

/* モーダル展開用ボタン */
.modal_contact_btn {
  cursor: pointer;
}


/* モーダル(問い合わせ)コンテナ内 */
.modal_contact {
  display: none;
}

.infomation {
  width: 400px;
  background-color: #FFFF7D;
  position: absolute;
  bottom: -20px;
  right: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  border: solid 5px #C0D21F;
  border-radius: 50px;
}

.infomation_content {
  padding: 4%;
}

.infomation_content>div:not(:last-child) {
  margin-bottom: 5%;
}

.tel_number {
  font-size: 1.5em;
}

.infomation_item {
  margin: 7% 0;
}

.infomation_item_text {
  font-size: 14px;
}

.tel_btn {
  display: block;
  background-color: #FD5F05;
  width: 80%;
  margin: 10px auto 0;
  padding: 10px 0;
  border-radius: 50px;
  font-size: 1em;
  color: #fff;
  text-align: center;
}

/* 装飾系 */
.arrow_mark {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  font-size: 10px;
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 2px solid#fff;
  border-radius: 50%;
}

.arrow_mark i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.open .arrow_mark i {
  transform: translateY(-50%) rotateZ(90deg);
}

.icon_tel {
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
}

.scm_con_icon {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translate(-50%);
}


/*--------------------------------------------------------
TOP modal
--------------------------------------------------------*/
.bank_area {
  height: 100vh;
  border-top: 30px solid #005032;
  border-bottom: 30px solid #005032;
}

.bank_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1.8;
  width: 100%;
  text-align: center;
}