@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
@media screen and (max-width: 1920px) {
}
html {
  font-size: 10px;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 0.52083333vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.inner {
  max-width: 50rem;
  top: 0;
  padding: 0 1rem;
  background: #fff;
  box-sizing: border-box;
  box-shadow: -8px 0px 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 10rem;
  position: absolute;
  left: 72%;
  top: 0rem;
}

@media screen and (max-width: 750px) {
  .inner {
    padding: 0 0 20rem;
    position: unset;
    max-width: 75rem;
    margin: 0px auto;
  }
}
@media screen and (min-width: 751px) {
  .inner {
    position: absolute;
    left: calc(50vw + 40rem);
  }
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.5;
}

p {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}

.fv{
  position: relative;
}

.pc_bg {
  background-color: #000;
  width: 100vw;
}

.pc_bg_wrap {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pc_back_img {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100vw;
  max-height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.cp {
  padding: 6rem 0;
  background-image: url(../img/cp_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cp_inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  margin-bottom: 9.6rem;
}

.cp_inner picture {
  position: relative;
}

.cp_inner picture::after {
  content: "";
  width: 13rem;
  height: 13rem;
  position: absolute;
  right: -2rem;
  top: -2rem;
}

.cp_inner picture:nth-of-type(1)::after,
.cp_inner picture:nth-of-type(2)::after {
  display: none;
}

.cp_inner picture:nth-of-type(3)::after {
  background: center/contain url(../img/badge_toku3.png) no-repeat;
}

.cp_inner picture:nth-of-type(4)::after {
  background: center/contain url(../img/badge_toku4.png) no-repeat;
}

.cp_inner picture:nth-of-type(5)::after {
  background: center/contain url(../img/badge_toku5.png) no-repeat;
}

.cp_inner picture:nth-of-type(6)::after {
  background: center/contain url(../img/badge_toku6.png) no-repeat;
}

.cp_inner picture:nth-of-type(7)::after {
  background: center/contain url(../img/badge_toku7.png) no-repeat;
}

.cp_inner picture:nth-of-type(8)::after {
  background: center/contain url(../img/badge_toku8.png) no-repeat;
}

.cp_wrap {
  display: flex;
  gap: 3rem;
  justify-content: center;
  padding: 0 3rem;
}

.cp_cont {
  position: relative;
}

.cp_btn {
  position: absolute;
  width: 27.4rem;
  left: 50%;
  bottom: 3.2rem;
  transform: translateX(-50%);
}

.cp ul {
  max-width: 69rem;
  margin: 0 auto;
  padding-top: 1.6rem;
}

.cp ul li {
  position: relative;
  display: flex;
  font-size: 2.2rem;
  color: #111;
  margin-top: 1.6rem;
  line-height: 1.5;
}

.cp ul li::before {
  content: "※";
}

.mb16 {
  margin-bottom: 1.6rem;
}

.cp .white {
  padding-bottom: 3.2rem;
}

.cp .white li {
  color: #fff;
}

.attention {
  padding: 8rem 3.2rem;
  background-color: #000;
}

.attention h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 6.4rem 0 3.6rem;
}

.attention ul {
  padding-bottom: 3rem;
}

.attention ul li {
  position: relative;
  display: flex;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.8;
}

.attention ul li::before {
  content: "・";
}

.attention p {
  font-size: 2.2rem;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
}

.attention p span {
  font-weight: 400;
}

.footer_button {
  width: 75rem;
  background-image: url(../img/h_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 3.2rem 0;
}

.h_btn {
  width: 68.2rem;
  margin: 0 auto;
}

.cp_bnr {
  width: 24.6rem;
  position: absolute !important;
  top: 31%;
  right: 0%;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  overflow-y: auto;
}

.modal.is-open {
  display: block;
}

.modal_cont {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 20rem auto 10rem;
  max-width: 68.4rem;
}

.modal_btn_wrap {
  width: 58rem;
  display: flex;
  gap: 3.2rem;
  position: absolute;
  left: 50%;
  bottom: 5rem;
  flex-direction: column;
  transform: translateX(-50%);
}

/* 1000px以上でもSPヘッダーの挙動にする */
@media screen and (min-width: 1000px) {
  .header__menu-icon {
    display: flex;
  }
  .header__menu-toggle:checked ~ .header__nav {
    display: block;
    width: 100%;
  }
  .header__nav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100vw;
    display: none;
    justify-content: flex-start;
    background-color: #fff;
  }
  .header__nav-list {
    flex-direction: column;
  }
  .header__nav-item {
    padding: 16px 0;
    background-color: #448938;
    border-right: 0;
    border-bottom: 1px solid #8eac89;
  }
  .header__nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .op-header__inner {
    padding-inline: 16px;
  }
  .op-header .change-link--pc,
.op-header .change-link-inline--pc,
.pc_disp {
    display: none;
  }
  .op-header .change-link--sp,
.op-header .change-link-inline--sp,
.sp_disp {
    display: block;
  }
  .header__menu-toggle:checked ~ .header__overlay {
    pointer-events: auto;
  }
}
@media screen and (min-width: 1024px) {
  section.op-main .op-navi .op-d-block--pc {
    display: none;
  }
  section.op-main .op-navi .op-d-block--sp {
    display: block;
  }
  section.op-main .op-navi .change-link--pc,
section.op-main .op-navi .change-link-inline--pc {
    display: none;
  }
  section.op-main .op-navi .change-link--sp,
section.op-main .op-navi .change-link-inline--sp {
    display: block;
  }
}
@supports (selector(body:has(*))) {
  body:has(.header__menu-toggle:checked):not(:has(dialog:modal[open])) {
    overflow-y: auto;
  }
}
@media screen and (width >= 1000px) {
  .header__nav-item:not(:nth-child(6)) {
    border-right: solid 1px #000;
    border-bottom: 1px solid #8eac89;
  }
}
@media screen and (min-width: 1000px) {
  /* 表示切り替え：PC用を消してSP用だけ表示 */
  .footerStandard1st .pc_disp {
    display: none;
  }
  .footerStandard1st .sp_disp {
    display: block;
  }
  /* ここからSPメディアクエリ内の指定をPC幅にも適用（踏襲） */
  .footerStandard1st {
    width: 100%;
  }
  .footerStandard1st .ftBlock01 {
    padding: 0;
    background: #fff;
  }
  .footerStandard1st .ftBlock01 .ftBox02 {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .footerStandard1st .ftBlock01 .ftBox02 .link {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    border-top: none;
    border-bottom: 1px solid #b4b4b4;
  }
  .footerStandard1st .ftBlock01 .ftBox02 .link li {
    width: 100%;
    display: block;
    border-top: 1px solid #b4b4b4;
  }
  .footerStandard1st .ftBlock01 .ftBox02 .link li + li {
    margin-left: 0;
  }
  .footerStandard1st .ftBlock01 .ftBox02 .link li a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 2%;
    font-size: 120%;
    background: #eee;
  }
  .footerStandard1st .ftBlock01 .ftBox02 .link li a:hover {
    text-decoration: none;
  }
  .footerStandard1st .ftBlock01 .ftBox02 .txt01 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-align: center;
  }
  .footerStandard1st .ftBlock01 .ftBox02 .copyright {
    width: 100%;
    padding: 2% 0;
    font-size: 90%;
    text-align: center;
  }
}
@media screen and (width >= 1000px) {
  .footerStandard1st .ftBlock01 .ftBox02 .copyright {
    font-size: 1rem;
  }
}
@media screen and (width < 1000px) {
  .footerStandard1st .ftBlock01 .ftBox02 .copyright {
    font-size: 1.8rem;
  }
}
.footerStandard1st p {
  font-size: 2rem;
  text-align: center;
  color: #3998de;
}

.footerStandard1st p a {
  font-size: 2.2rem;
  display: block;
  margin-top: 2rem;
  color: #3998de;
}

.op_about {
  position: relative;
  padding-bottom: 3.6rem;
}

.op_about_btn {
  position: absolute;
  max-width: 40rem;
  bottom: 10.5rem;
  right: 3.2rem;
}

@media screen and (min-width: 751px) {
  .footer_button {
    width: 48rem;
    background-image: url(../img/h_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    left: calc(50vw + 65rem);
    bottom: 0rem;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    padding: 1.5rem 0;
  }
  .h_btn {
    width: 43.65rem;
    margin: 0 auto;
  }
  .cp_bnr {
    width: 14.6rem;
    position: absolute !important;
    top: 31.5%;
    right: 0%;
  }
  .cp_inner picture::after {
    content: "";
    width: 8.3rem;
    height: 8.3rem;
    background: center/contain url(../img/badge.png) no-repeat;
    position: absolute;
    right: -1.5rem;
    top: -1.5rem;
  }
  .cp {
    padding: 3rem 0;
  }
  .cp_inner {
    gap: 2.17rem;
    padding: 0 2.17rem;
    margin-bottom: 6rem;
  }
  .cp_btn {
    position: absolute;
    width: 15.82rem;
    left: 50%;
    bottom: 1.8rem;
    transform: translateX(-50%);
  }
  .cp ul {
    max-width: 43.6rem;
    margin: 0 auto;
    padding-top: 2rem;
  }
  .cp ul li {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
  .attention {
    padding: 5.1rem 2.3rem;
    background-color: #000;
  }
  .attention h2 {
    font-size: 2rem;
    padding: 4rem 0 2.3rem;
  }
  .attention ul {
    padding-bottom: 2rem;
  }
  .attention ul li {
    position: relative;
    display: flex;
    font-size: 1.53rem;
    color: #fff;
    line-height: 1.8;
  }
  .attention p {
    font-size: 1.53rem;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
  }
  .footerStandard1st p a {
    font-size: 1.4rem;
  }
  .bg_cont {
    position: relative;
  }
  .pc_btn {
    position: absolute;
    width: 25.6rem;
    top: 83%;
    bottom: 0%;
    left: 57.35%;
    right: 0%;
  }
  .modal_cont {
    margin: 3rem auto;
  }
  .op_about {
    position: relative;
    padding-bottom: 2.3rem;
  }
  .op_about_btn {
    position: absolute;
    max-width: 25rem;
    bottom: 7rem;
    right: 2rem;
  }
}
@media screen and (min-width: 1470px) {
  .pc_btn {
    left: 56.8%;
    top: 81.7%;
  }
}
@media screen and (max-width: 750px) {
  .pc_bg_wrap {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */