/* font-size */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
}
body.active-slide-2 .u-section::after, body.active-slide-3 .u-section::after, body.active-slide-4 .u-section::after, body.active-slide-5 .u-section::after, body.active-slide-6 .u-section::after, body.active-slide-7 .u-section::after, body.active-slide-8 .u-section::after {
  opacity: 0.6;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  text-align: center;
  font-size: 3.12vw;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 1180px) {
  h1 {
    font-size: 12vw;
    text-align: left;
  }
}

h2 {
  text-align: center;
  font-size: 40px;
  color: #ffffff;
}
@media screen and (max-width: 1180px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  text-align: center;
  font-size: 1.56vw;
  color: #ffffff;
}
@media screen and (max-width: 1180px) {
  h3 {
    font-size: 24px;
  }
}

p {
  text-align: center;
  font-size: 1.04vw;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 1180px) {
  p {
    font-size: 4.5vw;
    text-align: left;
  }
}

ul {
  margin: 0;
  padding: 0;
}

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

img {
  width: 100%;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.u-section {
  position: relative;
  width: 100%;
  height: 100vh;
}
.u-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1180px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 1180px) {
  .sp-only {
    display: block !important;
  }
}

.u-section-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  padding: 14.9vh 0 9.41vh;
}
@media screen and (max-width: 1180px) {
  .u-section-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 75px 15px 30px 15px;
  }
  .u-section-wrap p {
    line-height: 30px;
  }
}

.u-section-title .sub {
  font-size: 32px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -3px;
  margin-bottom: 23px;
}
@media screen and (max-width: 1180px) {
  .u-section-title .sub {
    font-size: 24px;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 0px;
  }
}
.u-section-title .lead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 10%;
  line-height: 30px;
  margin-top: 12px;
}
@media screen and (max-width: 1180px) {
  .u-section-title .lead {
    font-size: 12px;
    line-height: 20px;
  }
  .u-section-title .lead li {
    list-style-type: decimal;
    color: #ffffff;
    padding-bottom: 15px;
    margin-left: 15px;
  }
}

.u-dropShadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.u-flex {
  display: flex;
}

.underBorderList {
  display: flex;
  border-bottom: 1px solid #ffffff;
  padding: 1.96vh 20px;
}
@media screen and (max-width: 1180px) {
  .underBorderList {
    border-bottom: none;
  }
}

.home {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .home {
    padding: 0px;
  }
}

.home-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.u-section .u-section-contents {
  max-width: 1000px;
  width: 100%;
  height: 100%;
}
.u-section .u-section-contents .u-section-contents-wrap {
  width: 100%;
  height: calc(100% - 30px);
  margin: 28px auto 0;
}
@media screen and (max-width: 1180px) {
  .u-section .u-section-contents .u-section-contents-wrap {
    margin: 16px 0 0;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 100;
}
@media screen and (max-width: 1180px) {
  header {
    height: 60px;
  }
}

.header-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 1.56vw;
}
@media screen and (max-width: 1180px) {
  .header-wrap {
    height: 100%;
    padding: 0px;
  }
}
.header-wrap:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -30px;
  left: 30px;
  background-image: url(../img/header-deco.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1180px) {
  .header-wrap:before {
    display: none;
  }
}
.header-wrap::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: 30px;
  background-image: url(../img/header-deco.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1180px) {
  .header-wrap::after {
    display: none;
  }
}

.header-icon {
  width: 312px;
  padding: 14px 0;
}
@media screen and (max-width: 1180px) {
  .header-icon {
    position: absolute;
    width: 61px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

@media screen and (max-width: 1180px) {
  .header-toggle {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
  }
  .header-toggle .header-toggle-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header-toggle .header-toggle-wrap span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 15px;
    background: #357341;
    transition: 0.5s;
    transform: rotate(180deg);
  }
  .header-toggle .header-toggle-wrap span:first-child {
    top: 5px;
    transform: rotate(-180deg);
  }
  .header-toggle .header-toggle-wrap span:last-child {
    top: 25px;
    transform: rotate(-180deg);
  }
  .header-toggle.active .header-toggle-wrap span:first-child {
    top: 15px;
    transform: rotate(45deg);
  }
  .header-toggle.active .header-toggle-wrap span:nth-child(2) {
    top: 15px;
    transform: rotate(45deg);
  }
  .header-toggle.active .header-toggle-wrap span:last-child {
    top: 15px;
    transform: rotate(-45deg);
  }
}
.header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1180px) {
  .header-nav {
    position: absolute;
    width: 100%;
    top: 60px;
    right: -100%;
    transition: 0.5s;
  }
  .header-nav.active {
    right: 0%;
  }
}
.header-nav li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .header-nav li {
    display: block;
    text-align: center;
    background: #357341;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
  }
}
.header-nav li:after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/header-button-bg.png);
  background-size: cover;
  transition: 0.2s;
}
@media screen and (max-width: 1180px) {
  .header-nav li:after {
    display: none;
  }
}
.header-nav li span {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #357341;
  transition: 0.2s;
  z-index: 102;
}
@media screen and (max-width: 1180px) {
  .header-nav li span {
    color: #ffffff;
  }
}
.header-nav li:hover:after, .header-nav li.active:after {
  top: 0;
  left: 0;
}
.header-nav li:hover span, .header-nav li.active span {
  color: #ffffff;
  filter: drop-shadow(0px 0px 4px rgb(53, 115, 65));
}

/* header -END- */
/* kv-section */
#kv-section .u-section-wrap {
  justify-content: center;
}
@media screen and (max-width: 1180px) {
  #kv-section .u-section-wrap {
    align-items: flex-start;
    padding: 0px 0px 0px 15px;
  }
}

/* kv-section -END- */
/* section01 */
#section01 .u-flex {
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  #section01 .u-flex {
    flex-direction: column;
  }
}
#section01 .u-flex .u-flex-box {
  position: relative;
  overflow: hidden;
  width: calc((100% - 50px) / 3);
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  #section01 .u-flex .u-flex-box {
    width: 100%;
    height: calc((100% - 10px) / 3);
  }
}
#section01 .u-flex .u-flex-box .u-flex-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#section01 .u-flex .u-flex-box .u-flex-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid;
  box-sizing: border-box;
  border-image: linear-gradient(to bottom, #4EAC10, #C1E525, #CCE5A0) 1;
  transition: 0.5s;
  z-index: 1;
}
#section01 .u-flex .u-flex-box .u-flex-wrap .u-flex-title {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  font-size: 32px;
  line-height: 4.8vh;
  color: #ffffff;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
@media screen and (max-width: 1180px) {
  #section01 .u-flex .u-flex-box .u-flex-wrap .u-flex-title {
    font-size: 16px;
    line-height: 30px;
  }
}
#section01 .u-flex .u-flex-box .u-flex-wrap .u-flex-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -310px;
  font-size: 16px;
  color: #ffffff;
  margin: auto;
  height: 65%;
  padding: 0 15px;
  transition: 0.5s;
}
@media screen and (max-width: 1180px) {
  #section01 .u-flex .u-flex-box .u-flex-wrap .u-flex-text {
    font-size: 12px;
    line-height: 20px;
  }
}
#section01 .u-flex .u-flex-box .u-flex-wrap:hover::after {
  border-image: linear-gradient(to bottom, #CCE5A0, #C1E525, #4EAC10) 1;
}
#section01 .u-flex .u-flex-box .u-flex-wrap:hover .u-flex-title {
  top: 15%;
}
#section01 .u-flex .u-flex-box .u-flex-wrap:hover .u-flex-text {
  bottom: 19px;
}

/* section01 -END- */
/* section02 */
@media screen and (max-width: 1180px) {
  #section02 .underBorderList {
    flex-direction: column;
    padding: 0px;
  }
}
#section02 .underBorderListItem {
  width: 50%;
}
@media screen and (max-width: 1180px) {
  #section02 .underBorderListItem {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }
}
#section02 .underBorderListItem ul {
  display: flex;
}
#section02 .underBorderListItem ul li {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
#section02 .underBorderListItem ul li:first-child {
  width: 104px;
}
#section02 .underBorderListItem ul li:last-child {
  width: calc(100% - 104px);
  font-weight: 400;
}
#section02 .underBorderListItem ul li.mapList {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1180px) {
  #section02 .underBorderListItem ul li {
    font-size: 12px;
  }
}

/* section02 -END- */
/* section03 */
h3 {
  margin-bottom: 31px;
}

@media screen and (max-width: 1180px) {
  .twoColBox {
    flex-direction: column;
  }
}
.twoColBox .colItem {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
}
@media screen and (max-width: 1180px) {
  .twoColBox .colItem {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .twoColBox .colItem:last-child {
    margin-bottom: 0px;
  }
}
.twoColBox .colItem:last-child {
  margin-right: 0px;
}
.twoColBox .colItem p {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .twoColBox .colItem p {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0px;
  }
}
.twoColBox .colItem ul li {
  font-size: 16px;
  font-weight: 200;
  padding: 12px 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1180px) {
  .twoColBox .colItem ul li {
    font-size: 12px;
  }
}
.twoColBox .colItem ul li .colItem-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.twoColBox .colItem ul li .colItem-child p {
  text-align: left;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1180px) {
  .twoColBox .colItem ul li .colItem-child p {
    font-size: 12px;
  }
}
.twoColBox .colItem ul li .colItem-child p:first-child {
  width: 35%;
}
.twoColBox .colItem ul li .colItem-child p:last-child {
  width: 65%;
}

.oneColBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 1180px) {
  .oneColBox {
    margin-top: 30px;
  }
}
.oneColBox p {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .oneColBox p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
.oneColBox span {
  font-weight: 400;
  font-size: 1.04vw;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .oneColBox span {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.oneColBox a {
  width: 217px;
}
@media screen and (max-width: 1180px) {
  .oneColBox a {
    width: 140px;
  }
}

/* section03 -END- */
/* section04 */
.form-area {
  flex-direction: column;
  width: 600px;
  margin: auto;
}
@media screen and (max-width: 1180px) {
  .form-area {
    align-items: center;
    width: 100%;
  }
}

.u-flex.u-flex-center {
  justify-content: center;
}

.u-form-row {
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .u-form-row {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.u-form-row p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .u-form-row p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 20px;
  }
}
.u-form-row .form-caution {
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1180px) {
  .u-form-row .form-caution {
    width: auto;
    padding: 10px 10px;
  }
}
.u-form-row .form-ttl {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  width: 200px;
}
@media screen and (max-width: 1180px) {
  .u-form-row .form-ttl {
    font-size: 12px;
  }
}
.u-form-row .form-content {
  width: calc(100% - 200px);
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  box-sizing: border-box;
  background: none;
  color: #ffffff;
}
@media screen and (max-width: 1180px) {
  .u-form-row .form-content {
    width: 100%;
  }
}
.u-form-row .form-content::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.u-form-row .form-content .placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.u-form-row .form-text {
  letter-spacing: 10;
  font-weight: 200;
}
@media screen and (max-width: 1180px) {
  .u-form-row .form-text {
    font-size: 12px;
  }
}
.u-form-row .form-text .policy-modal-open {
  padding: 0 0.2em;
  margin: 0 0.8em;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.u-form-row .form-text .policy-modal-open:hover {
  border-bottom: none;
}
.u-form-row .form-btn-wrap {
  position: relative;
  width: 100%;
}
.u-form-row .form-btn-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 4px;
  background: linear-gradient(90deg, rgb(193, 229, 37) 0%, rgb(78, 172, 16) 50%, rgb(193, 229, 37) 100%);
  transition: 0.5s;
  z-index: -1;
}
.u-form-row .form-btn-wrap:has(.form-btn:disabled):after {
  height: 0%;
}
.u-form-row .u-form-radio {
  position: relative;
  padding-left: 35px;
  color: #ffffff;
}
.u-form-row .u-form-radio input {
  display: none;
}
.u-form-row .u-form-radio:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 2px;
}
.u-form-row .u-form-radio::after {
  content: "";
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  bottom: 2px;
  left: 8px;
  margin: auto 0;
  width: 5px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 2px;
  transform: rotate(45deg);
}
.u-form-row .u-form-radio:has(input:checked):after {
  display: block;
}
.u-form-row .form-btn {
  width: 100%;
  font-size: 16px;
  color: #fff;
  border: 0;
  padding: 10px 0;
  cursor: pointer;
  background: none;
  opacity: 1;
  transition: background-color 1s;
}
.u-form-row .form-btn:disabled {
  opacity: 0.8;
}

/* section04 -END- */
/* section05 */
#section05 .twoColBox .colItem {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
@media screen and (max-width: 1180px) {
  #section05 .twoColBox .colItem {
    width: 100%;
  }
}
#section05 .twoColBox .colItem:last-child {
  margin-right: 0px;
}

/* section05 -END- */
/* section06 */
#section06 {
  position: relative;
}
#section06.u-section .u-section-contents .u-section-contents-wrap ul {
  display: flex;
  flex-direction: column;
}
#section06.u-section .u-section-contents .u-section-contents-wrap ul li {
  display: flex;
  border-bottom: 1px solid #ffffff;
  padding: 20px 0;
}
@media screen and (max-width: 1180px) {
  #section06.u-section .u-section-contents .u-section-contents-wrap ul li {
    flex-direction: column;
    padding: 10px 0;
  }
}
#section06.u-section .u-section-contents .u-section-contents-wrap ul li p {
  font-size: 16px;
}
@media screen and (max-width: 1180px) {
  #section06.u-section .u-section-contents .u-section-contents-wrap ul li p {
    font-size: 12px;
  }
}
#section06.u-section .u-section-contents .u-section-contents-wrap ul li span {
  font-size: 16px;
  color: #ffffff;
  margin-right: 25px;
}
@media screen and (max-width: 1180px) {
  #section06.u-section .u-section-contents .u-section-contents-wrap ul li span {
    font-size: 12px;
  }
}

/* section06 -END- */
/* footer */
footer {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 50px 0 5px;
  background: #357341;
}
@media screen and (max-width: 1180px) {
  footer {
    padding: 5px 0 5px;
  }
}
footer .footer-wrap {
  max-width: 800px;
  width: 100%;
}
footer .footer-wrap .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
}
footer .footer-wrap .row a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
footer .footer-wrap .row a:hover {
  opacity: 0.8;
}
footer .footer-wrap .row a .footer-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 400;
  color: #ffffff;
}
footer .footer-wrap .row a .footer-item p {
  font-size: 16px;
}
footer .footer-wrap .row a .footer-item span {
  font-size: 0.8vw;
}
footer .footer-wrap .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-wrap .col img {
  width: 3.13vw;
  margin-bottom: 0.5em;
}
footer .footer-wrap .col .copyright {
  font-size: 12px;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 1180px) {
  footer .footer-wrap .col .copyright {
    text-align: center;
  }
}
footer .footer-wrap .col .policy {
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
}
footer .footer-wrap .col .policy:hover {
  text-decoration: none;
}

/* footer -END- */
/* modal */
.policy-modal-container {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
}
.policy-modal-container.active {
  display: block;
}
.policy-modal-container:before {
  content: " ";
  position: absolute;
  width: calc(100% + 60px);
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 199;
}
.policy-modal-close {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1180px) {
  .policy-modal-close {
    top: 15px;
    right: 10px;
    width: 15px;
    height: 15px;
  }
}
.policy-modal-close-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.policy-modal-close-wrap span {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.policy-modal-close-wrap span:first-child {
  transform: rotate(45deg);
}
.policy-modal-close-wrap span:last-child {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1180px) {
  .policy-modal-close-wrap span {
    width: 15px;
  }
}
.policy-modal-body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 700px;
  height: 800px;
  margin: auto;
  border-radius: 40px;
  background: #ffffff;
  z-index: 201;
}
@media screen and (max-width: 1180px) {
  .policy-modal-body {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
    border-radius: 10px;
  }
}
.policy-modal-body-wrap {
  width: calc(100% - 100px);
  height: calc(100% - 140px);
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 70px 50px;
}
@media screen and (max-width: 1180px) {
  .policy-modal-body-wrap {
    width: calc(100% - 40px);
    height: calc(100% - 60px);
    margin: 40px 20px 20px;
  }
}
.policy-modal-content-ttl {
  font-size: 24px;
  color: #fff;
  background: #357341;
  padding: 10px 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  .policy-modal-content-ttl {
    font-size: 16px;
    padding: 10px;
  }
}
.policy-modal-content-p {
  text-align: left;
  font-size: 20px;
  color: #000;
  border-bottom: 2px solid #357341;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  .policy-modal-content-p {
    font-size: 16px;
  }
}
.policy-modal-content-txt {
  margin-bottom: 1em;
}
@media screen and (max-width: 1180px) {
  .policy-modal-content-txt {
    padding: 0 10px;
    font-size: 12px;
  }
}
.policy-modal-content-txt:last-child {
  margin-bottom: 0px;
}
.policy-modal-content-txt span {
  color: #357341;
  font-weight: 600;
}
.policy-modal-content-txt ul {
  padding-left: 1em;
  margin-top: 1em;
}
.policy-modal-content-txt ul li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.policy-modal-content-txt ul.policy-table {
  padding-left: 0;
  margin-bottom: 1em;
}
.policy-modal-content-txt ul.policy-table li {
  list-style-type: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: none;
  padding: 0.5em 1em;
  margin-bottom: 0;
}
.policy-modal-content-txt ul.policy-table li:last-child {
  border-bottom: 1px solid #ccc;
}
.policy-modal-content-txt ul.policy-table li.head {
  background: #CCE5A0;
}

/* modal -END- */