@charset "UTF-8";
@font-face {
  font-weight: 400;
  /* 標準のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
@font-face {
  font-weight: 100;
  /* 細目のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Th.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2");
}
@font-face {
  font-weight: 700;
  /* 太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-weight: 900;
  /* かなり太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
}
.priorities {
  overflow: hidden;
  background-color: #f7f7f7;
  color: #4d4d4d;
}
.priorities .main {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .priorities .main {
    margin-top: 0;
  }
}
.priorities .fixed__wrapper {
  max-width: 1000px;
  width: 100%;
}
.priorities p, .priorities span, .priorities time, .priorities a, .priorities input {
  font-weight: 400;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .priorities p, .priorities span, .priorities time, .priorities a, .priorities input {
    font-size: 15px;
  }
}
.priorities h1, .priorities h2, .priorities h3, .priorities h4, .priorities h5, .priorities h6 {
  font-weight: 700;
  font-family: "line-seed";
}
.priorities .heading__img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 90px;
  max-height: 400px;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .priorities .heading__img__wrapper {
    margin-top: 0;
    margin-bottom: 90px;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 768px) {
  .priorities .heading__img__wrapper .heading__img {
    margin-top: 0;
    min-width: 420px;
  }
}
.priorities .heading__img__wrapper img {
  position: relative;
  left: 50%;
  min-width: 1600px;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .priorities .heading__img__wrapper img {
    margin-top: 0;
    height: auto;
  }
}
.priorities .bg--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.priorities .sec01 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .priorities .sec01 {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1500px) {
  .priorities .sec01 {
    padding-bottom: 240px;
  }
}
.priorities .sec01 .bg--wrapper .bg {
  position: absolute;
  bottom: -12%;
  left: 50%;
  min-width: 1500px;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .priorities .sec01 .bg--wrapper .bg {
    bottom: -10%;
    min-width: auto;
  }
}
.priorities .sec01 .sec-heading {
  margin: 0.4em 0;
  width: 100%;
  color: #4d4d4d;
  text-align: center;
  font-weight: 900;
  font-size: 46px;
}
@media (max-width: 768px) {
  .priorities .sec01 .sec-heading {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
  }
}
.priorities .sec01 .heading--bg {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0064d1;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-family: "line-seed";
  opacity: 1;
}
@media (max-width: 768px) {
  .priorities .sec01 .heading--bg {
    font-size: 24px;
  }
}
.priorities .sec01 .heading--bg .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.priorities .sec01 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .priorities .sec01 .heading__wrapper {
    margin-bottom: 40px;
  }
}
.priorities .sec01 .heading__wrapper .sec-heading {
  color: #f00028;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 768px) {
  .priorities .sec01 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
  }
}
.priorities .sec01 .heading__wrapper .sec-heading .font-size--small {
  color: #4d7d37;
  letter-spacing: 0.15em;
  font-size: 20px;
}
.priorities .sec01 .heading__wrapper .bg--fukidashi {
  margin-top: -30px;
  width: 230px;
}
@media (max-width: 768px) {
  .priorities .sec01 .heading__wrapper .bg--fukidashi {
    width: 180px;
  }
}
.priorities .sec01 .heading__wrapper .bg--block--wrapper {
  position: absolute;
}
.priorities .sec01 .heading__wrapper .bg--block--wrapper .bg--block {
  position: absolute;
  background: #f00028;
}
.priorities .sec01 .heading__wrapper .bg--block--wrapper .bg--block01 {
  top: -200px;
  left: -400px;
  width: 32px;
  height: 32px;
}
.priorities .sec01 .heading__wrapper .bg--block--wrapper .bg--block02 {
  top: -140px;
  left: -394px;
  width: 14px;
  height: 14px;
}
.priorities .sec01 .heading__wrapper .bg--block--wrapper .bg--block03 {
  top: -170px;
  left: -360px;
  width: 20px;
  height: 20px;
}
.priorities .sec01 .heading__wrapper .bg--block--wrapper .bg--block04 {
  top: -190px;
  right: -560px;
  width: 36px;
  height: 36px;
  background: #0064d1;
}
.priorities .sec01 .heading__wrapper .bg--block--wrapper .bg--block05 {
  top: 20px;
  right: -500px;
  width: 14px;
  height: 14px;
}
.priorities .sec01 .heading__wrapper .bg--block--wrapper .bg--block06 {
  top: 40px;
  right: -530px;
  width: 22px;
  height: 22px;
}
.priorities .sec01 .heading__wrapper .bg--block--wrapper .bg--block07 {
  top: 60px;
  left: -330px;
  width: 18px;
  height: 18px;
}
.priorities .sec01 .heading--desc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  color: #4d4d4d;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .priorities .sec01 .heading--desc {
    display: block;
    margin-bottom: 14px;
    line-height: 1.3;
  }
}
.priorities .sec01 .heading--desc .font-size--big {
  margin: 0 8px;
  color: #4d4d4d;
  font-weight: 700;
  font-size: 38px;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .priorities .sec01 .heading--desc .font-size--big {
    display: block;
    letter-spacing: 0.1em;
    font-size: 24px;
  }
}
.priorities .sec01 .img--text {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}
@media (max-width: 768px) {
  .priorities .sec01 .img--text {
    max-width: 260px;
  }
}
.priorities .sec01 p, .priorities .sec01 ul, .priorities .sec01 li {
  font-weight: 400;
  font-size: 16px;
  font-family: "line-seed";
  line-height: 2;
}
@media (max-width: 840px) {
  .priorities .sec01 p, .priorities .sec01 ul, .priorities .sec01 li {
    font-size: 14px;
  }
}
.priorities .sec02 {
  position: relative;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.priorities .sec02::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 50%;
  background: url(../img/priorities/sec02--bg01.jpg);
  background-size: cover;
  content: "";
}
@media (max-width: 768px) {
  .priorities .sec02::before {
    top: 50px;
  }
}
.priorities .sec02::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(50% - 80px);
  background: url(../img/priorities/sec02--bg02.jpg);
  background-size: cover;
  content: "";
}
@media (max-width: 768px) {
  .priorities .sec02::after {
    top: calc(50% - 80px);
  }
}
@media (max-width: 768px) {
  .priorities .sec02 {
    padding: 0;
    padding-bottom: 40px;
  }
}
.priorities .sec02 .fixed__wrapper {
  box-sizing: border-box;
  padding: 0px 0px;
  max-width: 1000px;
  width: 100% !important;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .priorities .sec02 .fixed__wrapper {
    padding: 40px 20px;
  }
}
.priorities .sec02 .flex--wrapper {
  position: relative;
  filter: drop-shadow(3px 10px 10px rgba(0, 0, 77, 0.45));
}
.priorities .sec02 .flex01--wrapper::before,
.priorities .sec02 .flex03--wrapper::before,
.priorities .sec02 .flex05--wrapper::before {
  position: absolute;
  top: -33%;
  left: 0;
  padding: 6px 0;
  min-width: 1500px;
  width: calc(100% + 32px);
  height: 150%;
  background: linear-gradient(to left, #4fa4ff 10%, #0040d1 100%);
  content: "";
  -webkit-clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);
}
@media (max-width: 768px) {
  .priorities .sec02 .flex01--wrapper::before,
.priorities .sec02 .flex03--wrapper::before,
.priorities .sec02 .flex05--wrapper::before {
    top: -20%;
    min-width: 760px;
    height: calc(110% + 80px);
    transform: none;
    -webkit-clip-path: polygon(0 160px, 100% 0, 100% calc(100% - 160px), 0% 100%);
    clip-path: polygon(0 160px, 100% 0, 100% calc(100% - 160px), 0% 100%);
  }
}
.priorities .sec02 .flex02--wrapper::before,
.priorities .sec02 .flex04--wrapper::before {
  position: absolute;
  top: -21%;
  left: 0;
  padding: 6px 0;
  min-width: 1500px;
  width: calc(100% + 32px);
  height: 150%;
  background: linear-gradient(to left, #0040d1 10%, #4fa4ff 100%);
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
}
@media (max-width: 768px) {
  .priorities .sec02 .flex02--wrapper::before,
.priorities .sec02 .flex04--wrapper::before {
    top: -7%;
    min-width: 760px;
    height: calc(110% + 80px);
    transform: none;
    -webkit-clip-path: polygon(0 0, 100% 160px, 100% 100%, 0 calc(100% - 160px));
    clip-path: polygon(0 0, 100% 160px, 100% 100%, 0 calc(100% - 160px));
  }
}
.priorities .sec02 ul, .priorities .sec02 li {
  margin-left: 0.5em;
  color: #fff;
  list-style: disc;
  font-size: 14px;
}
@media (min-width: 1400px) {
  .priorities .sec02 ul, .priorities .sec02 li {
    font-size: 16px;
  }
}
.priorities .sec02 .flex {
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .priorities .sec02 .flex {
    display: block;
    margin-bottom: 80px;
  }
}
.priorities .sec02 .flex .box--img {
  position: relative;
  width: calc(30% - 30px);
}
@media (max-width: 768px) {
  .priorities .sec02 .flex .box--img {
    margin-bottom: 20px;
    width: 100%;
  }
}
.priorities .sec02 .flex .box--img .img {
  position: relative;
  z-index: 2;
  border-radius: 0 32px 0 32px;
}
.priorities .sec02 .flex .box--img .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 32px;
  transform: translate(5%, 5%);
}
.priorities .sec02 .flex .box--text {
  margin-top: -2%;
  width: calc(70% - 24px);
}
@media (max-width: 768px) {
  .priorities .sec02 .flex .box--text {
    width: 100%;
  }
}
.priorities .sec02 .flex .box--text .numbers {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  font-family: "line-seed";
}
.priorities .sec02 .flex .box--text .numbers .font-size--small {
  padding-left: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-family: "line-seed";
}
.priorities .sec02 .flex .box--text .heading__wrapper {
  position: relative;
}
.priorities .sec02 .flex .box--text .heading__wrapper h2 {
  margin-bottom: 20px;
  color: #fcee21;
  font-weight: 700;
  font-size: 32px;
  font-family: "line-seed";
  line-height: 1;
}
@media (max-width: 768px) {
  .priorities .sec02 .flex .box--text .heading__wrapper h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.4;
  }
}
.priorities .sec02 .flex .box--text p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .priorities .sec02 .flex .box--text p {
    font-size: 16px;
  }
}
.priorities .sec03 {
  position: relative;
  z-index: -1;
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .priorities .sec03 {
    padding-top: 40px;
    padding-bottom: 240px;
  }
}
.priorities .sec03 .fixed__wrapper {
  z-index: 2;
  box-sizing: border-box;
  padding: 0px 0px;
  max-width: 1000px;
  width: 100% !important;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .priorities .sec03 .fixed__wrapper {
    padding: 0 8px;
  }
}
.priorities .sec03 .bg--img--wrapper .bg {
  position: absolute;
  bottom: -12%;
  left: 50%;
  min-width: 1500px;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .priorities .sec03 .bg--img--wrapper .bg {
    min-width: auto;
  }
}
.priorities .sec03 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.priorities .sec03 .heading__wrapper h2 {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  color: #f00028;
  text-align: center;
  font-size: 32px;
}
.priorities .sec03 .heading__wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 768px) {
  .priorities .sec03 .heading__wrapper img {
    max-width: 300px;
  }
}
.priorities .sec03 .heading__wrapper .bg--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.priorities .sec03 .heading__wrapper .bg--wrapper .bg--block {
  position: absolute;
}
.priorities .sec03 .heading__wrapper .bg--wrapper .bg--block01 {
  top: -80px;
  left: -160px;
  width: 32px;
  height: 32px;
  background: #f00028;
}
.priorities .sec03 .heading__wrapper .bg--wrapper .bg--block02 {
  top: -40px;
  left: -120px;
  width: 22px;
  height: 22px;
  background: #f00028;
}
.priorities .sec03 .heading__wrapper .bg--wrapper .bg--block03 {
  top: 0px;
  left: -160px;
  width: 12px;
  height: 12px;
  background: #f00028;
}
.priorities .sec03 .heading__wrapper .bg--wrapper .bg--block04 {
  top: -70px;
  right: -210px;
  width: 32px;
  height: 32px;
  background: #0064d1;
}
.priorities .sec03 .heading__wrapper .bg--wrapper .bg--block05 {
  right: -160px;
  bottom: -100px;
  width: 12px;
  height: 12px;
  background: #f00028;
}
.priorities .sec03 .heading__wrapper .bg--wrapper .bg--block06 {
  right: -200px;
  bottom: -126px;
  width: 18px;
  height: 18px;
  background: #f00028;
}
.priorities .sec03 .accordion_one {
  margin-bottom: 20px;
  max-width: 1000px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.45));
}
.priorities .sec03 .accordion_header {
  padding: 26px 0;
  border: none;
  border-radius: 48px;
  background: url(../img/priorities/accordion--bg.jpg);
  background-position: center;
  background-size: cover;
  color: #000;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .priorities .sec03 .accordion_header {
    /* width: calc(100% - 66px); */
    box-sizing: border-box;
    padding: 16px;
    padding-right: 50px;
    padding-left: 16px;
    font-size: 24px;
    line-height: 1.4;
  }
}
.priorities .sec03 .accordion_header .i_box {
  border: 1px solid #000 !important;
  background-color: #000 !important;
}
.priorities .sec03 .accordion_header .i_box svg {
  fill: #fff !important;
}
.priorities .sec03 .accordion_inner {
  display: none;
  box-sizing: border-box;
  margin-top: -50px;
  padding-top: 70px;
  padding-right: 24px;
  padding-left: 24px;
  border: solid #8cc63f 2px;
  border-radius: 0 0 16px 16px;
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 768px) {
  .priorities .sec03 .accordion_inner {
    padding-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .priorities .sec03 .accordion_inner .flex {
    display: block;
  }
}
.priorities .sec03 .accordion_inner .box--text {
  width: calc(70% - 12px);
}
@media (max-width: 768px) {
  .priorities .sec03 .accordion_inner .box--text {
    width: 100%;
  }
}
.priorities .sec03 .accordion_inner .box--text p {
  font-weight: 700;
  font-family: "line-seed";
}
.priorities .sec03 .accordion_inner .box--text .bg--yellow {
  display: inline-block;
  background: #fcee21;
  font-weight: 700;
  font-family: "line-seed";
  line-height: 1.4;
}
@media (max-width: 768px) {
  .priorities .sec03 .accordion_inner .box--text .bg--yellow {
    display: inline;
  }
}
.priorities .sec03 .accordion_inner .box--img {
  width: calc(30% - 12px);
}
@media (max-width: 768px) {
  .priorities .sec03 .accordion_inner .box--img {
    margin: 0 auto;
    width: 80%;
  }
}
.priorities .sec03 .accordion_inner .box--img img {
  width: 100%;
  height: auto;
}
.priorities .sec03 .accordion_inner .text-align--right {
  margin-top: 0;
  text-align: right;
  font-weight: 700;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .priorities .sec03 .accordion_inner .text-align--right {
    text-align: center;
  }
}
.priorities .sec03 .img--box {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .priorities .sec03 .img--box {
    margin-top: 40px;
  }
}
.priorities .sec04 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../img/priorities/sec04--bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .priorities .sec04 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../img/priorities/sec04--bg--sp.jpg);
    background-position: center;
    background-size: cover;
  }
}
.priorities .sec04::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
  display: block;
  min-width: 1800px;
  width: 100%;
  height: 1200px;
  background-color: #eee;
  content: "";
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 768px) {
  .priorities .sec04::after {
    min-width: 500px;
    height: 1400px;
  }
}
.priorities .sec04 .fixed__wrapper {
  box-sizing: border-box;
  padding: 0px 0px;
  max-width: 1000px;
  width: 100% !important;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .priorities .sec04 .fixed__wrapper {
    padding: 40px 8px;
  }
}
.priorities .sec04 .bg--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.priorities .sec04 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .priorities .sec04 .heading__wrapper {
    margin-bottom: 30px;
  }
}
.priorities .sec04 .heading__wrapper img {
  max-width: 720px;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 50, 0.55));
}
@media (max-width: 768px) {
  .priorities .sec04 .heading__wrapper img {
    max-width: 270px;
  }
}
.priorities .sec04 .heading__wrapper .sec-heading {
  color: #f00028;
  text-align: left;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .priorities .sec04 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.priorities .sec04 .heading__wrapper .sec-heading .font-size--small {
  color: #4d7d37;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.priorities .sec04 .heading__wrapper .bg--fukidashi {
  margin-top: -24px;
  width: 250px;
}
@media (max-width: 768px) {
  .priorities .sec04 .heading__wrapper .bg--fukidashi {
    margin-top: -30px;
    width: 200px;
  }
}
.priorities .sec04 .content--wrapper {
  margin-bottom: 24px;
}
.priorities .sec04 .content--wrapper02 {
  margin-bottom: 0px;
}
.priorities .sec04 .color--white {
  margin-top: 0;
  color: #fff;
  text-align: right;
  font-weight: 700;
  font-family: "line-seed";
}
.priorities .main .fixed__wrapper {
  width: 800px;
}
@media (max-width: 840px) {
  .priorities .main .fixed__wrapper {
    width: auto;
  }
}
.priorities .main .sec01__policy.fixed__wrapper {
  padding-top: 0;
}

.popup-content--wrapper {
  position: absolute;
  top: -250px;
  left: 50%;
  z-index: 111;
  z-index: 999;
  display: none;
  box-sizing: border-box;
  padding: 16px;
  min-height: 300px;
  max-width: 250px;
  width: 100%;
  height: 100%;
  height: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
}
.popup-content--wrapper.active {
  display: block;
}
.popup-content--wrapper .popup-content {
  position: relative;
}
.popup-content--wrapper .popup-content--click--btn {
  position: absolute;
  top: -24px;
  right: -4px;
  width: 32px;
  cursor: pointer;
}
.popup-content--wrapper .heading__wrapper {
  margin: 0 auto;
  margin-bottom: 20px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.popup-content--wrapper .heading__wrapper h4 {
  margin-top: 20px;
  color: #f00028;
  line-height: 0.7;
}
.popup-content--wrapper .heading__wrapper img {
  width: 80%;
}
.popup-content--wrapper .article-all {
  overflow: scroll;
  max-height: 156px;
}
.popup-content--wrapper .article-all a {
  display: block;
  border-top: dotted 2px #999;
  color: #0064d1;
  text-align: center;
  font-size: 14px;
  line-height: 2.6;
}
.popup-content--wrapper .article-all a:last-child {
  border-bottom: dotted 2px #999;
}
.popup-content--wrapper.active .scroll--wrapper {
  opacity: 0;
  transition-delay: 3s;
}
.popup-content--wrapper .scroll--wrapper {
  position: absolute;
  bottom: 0;
  bottom: -40px;
  left: 0;
  display: block;
  padding: 16px 0;
  padding-top: 0px;
  width: 100%;
  background: linear-gradient(to bottom, white 0%, white 100%);
  text-align: center;
  opacity: 1;
  transition: 1s;
  transition-delay: 3s;
  transition-timing-function: ease-in;
  pointer-events: none;
}
.popup-content--wrapper .scroll--wrapper span {
  color: #0064d1;
  font-size: 12px;
}
.popup-content--wrapper .scroll--wrapper img {
  display: block;
  margin: 0 auto;
  width: 8px;
  transform: translateX(4px);
}

.main .sec07 {
  padding: 60px 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .main .sec07 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.main .sec07 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1000px;
  width: 90%;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .main .sec07 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.main .sec07 .bg--block {
  position: absolute;
}
@media (max-width: 768px) {
  .main .sec07 .bg--block {
    display: none;
  }
}
.main .sec07 .bg--block.bg--block01 {
  top: 34px;
  left: -180px;
  width: 24px;
  height: 24px;
  background: #ff0000;
}
.main .sec07 .bg--block.bg--block02 {
  top: 86px;
  left: -110px;
  width: 14px;
  height: 14px;
  background: #ff0000;
}
.main .sec07 .bg--block.bg--block03 {
  top: 40px;
  left: -90px;
  width: 26px;
  height: 26px;
  background: #ff0000;
}
.main .sec07 .bg--block.bg--block04 {
  top: 40px;
  right: -80px;
  width: 28px;
  height: 28px;
  background: #0064d1;
}
.main .sec07 .bg--block.bg--block05 {
  top: 16px;
  right: -10px;
  width: 36px;
  height: 36px;
  background: #0064d1;
}
.main .sec07 .bg--block.bg--block06 {
  top: 60px;
  right: -106px;
  width: 18px;
  height: 18px;
  background: #0064d1;
}
.main .sec07 .heading__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 720px;
}
@media (max-width: 768px) {
  .main .sec07 .heading__wrapper {
    margin-bottom: 30px;
  }
}
.main .sec07 .heading__wrapper .icon {
  margin-right: 16px;
  margin-left: 23px;
  width: 34px;
}
@media (max-width: 768px) {
  .main .sec07 .heading__wrapper .icon {
    margin-right: 12px;
    margin-left: -21px;
    width: 30px;
  }
}
.main .sec07 .sec-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4c4948;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .main .sec07 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.main .sec07 .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: rgba(225, 220, 194, 0.12);
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
}
@media (max-width: 768px) {
  .main .sec07 .heading--bg {
    top: -66px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 54px;
    transform: translateX(-50%);
  }
}
.main .sec07 .sec-heading--desc.color--white {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .main .sec07 .sec-heading--desc.color--white {
    font-size: 15px;
  }
}
.main .sec07 .contact--wrapper {
  position: relative;
}
.main .sec07 .fukidashi--flex {
  margin-bottom: -20px;
}
.main .sec07 .fukidashi--flex .fukidashi {
  width: 18%;
}
.main .sec07 .fukidashi--flex .fukidashi01 {
  margin-top: 60px;
  width: 22%;
}
.main .sec07 .fukidashi--flex .fukdiashi02 {
  margin-bottom: 60px;
  margin-bottom: 60px;
}
.main .sec07 .fukidashi--flex .fukidashi03 {
  margin-bottom: 44px;
  width: 18%;
}
.main .sec07 .fukidashi--flex .fukidashi04 {
  margin-top: 60px;
  width: 18%;
}
@media (max-width: 768px) {
  .main .sec07 .fukidashi--flex01 {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .main .sec07 .fukidashi--flex01 .fukidashi01 {
    margin-top: 0px;
    margin-right: 10%;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .main .sec07 .fukidashi--flex01 .fukidashi02 {
    width: 90%;
  }
}
.main .sec07 .fukidashi--flex02 {
  display: none;
}
@media (max-width: 768px) {
  .main .sec07 .fukidashi--flex02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .main .sec07 .fukidashi--flex02 .fukidashi03 {
    margin-right: 10%;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .main .sec07 .fukidashi--flex02 .fukidashi04 {
    /* margin-right: 10%; */
    margin-top: 0;
    width: 90%;
  }
}
.main .sec07 .link-btn {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 16px;
  max-width: 300px;
  border-radius: 32px;
  background: #0064d1;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .main .sec07 .link-btn {
    margin-bottom: 30px;
  }
}
.main .sec07 .color--blue {
  color: #0064d1;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "line-seed";
}
.main .sec07 .text__wrapper {
  margin: 0 auto;
  max-width: 600px;
}
.main .sec07 .directions {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .main .sec07 .directions {
    margin-bottom: 60px;
  }
}
.main .sec07 .directions .color--green {
  font-weight: 700;
  font-style: normal;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .main .sec07 .directions.directions02 {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .main .sec07 .directions.directions02 .color--green {
    text-align: left;
    font-size: 15px;
  }
}
.main .sec07 .directions .heading__wrapper {
  margin-bottom: 40px;
}
.main .sec07 .directions .heading__wrapper h2 img {
  margin: 0 auto;
  width: 260px;
}
@media (max-width: 768px) {
  .main .sec07 .directions .heading__wrapper h2 img {
    width: 200px;
  }
}
.main .sec07 .directions .directions--wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  .main .sec07 .directions .directions--wrapper {
    overflow: scroll;
    margin-right: -20px;
    margin-bottom: 20px;
    padding-right: 20px;
    width: auto;
  }
  .main .sec07 .directions .directions--wrapper .directions--img {
    width: 900px;
  }
}
.main .sec07 .directions .directions--img {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main .sec07 .directions .directions--img {
    margin-bottom: 20px;
  }
}
.main .sec07 .directions .color--green {
  color: #5a8844;
  text-align: center;
  font-size: 20px;
}
.main .sec07 .directions .desc {
  margin-bottom: 30px;
  text-align: left;
  font-weight: 300;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .main .sec07 .directions .desc {
    line-height: 2;
  }
}
.main .sec07 .directions .link--btn {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 300px;
  border: solid 2px #5a8844;
  border-radius: 32px;
  background: #fff;
  color: #5a8844;
  text-align: center;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .main .sec07 .directions .link--btn {
    margin: 0 auto;
    padding: 12px 0;
    max-width: 280px;
    font-weight: 500;
    font-size: 15px;
  }
}
.main .sec07 .directions .link--btn:hover {
  background: #5a8844;
  color: #fff;
}
.main .sec07 h3 {
  margin-bottom: 0;
  color: #e1dcc2;
  font-size: 24px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .main .sec07 h3 {
    font-size: 20px;
  }
}
.main .sec07 .color--white {
  margin: 0;
  font-size: 17px;
}
@media (max-width: 768px) {
  .main .sec07 .color--white {
    font-size: 15px;
  }
}