@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@font-face {
  font-family: "Ozwald";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Oswald-Medium.ttf") format("truetype"); /* フォントファイルへのパスを指定 */
}
body {
  color: #40220f;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
body.-fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* WebKitブラウザ (Chrome, Safari, Edge) */
/* Firefox */
@media print, screen and (min-width: 1024px) {
  .child-mv__heading {
    width: 400px;
  }
}

.spot__description {
  margin-top: 20px;
  text-align: center;
  color: #3d4144;
  line-height: 3;
}
@media print, screen and (max-width: 1023.9px) {
  .spot__description {
    font-size: 14px;
    line-height: 2.5;
  }
}

.spot {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .spot {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .spot {
    padding-bottom: 70px;
    padding-top: 40px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .contents-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.-sc {
  top: 15%;
  left: 50%;
}

.child-heading1 {
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -50px;
  left: 50%;
}

.section-heading {
  color: #005977;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  line-height: 2;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading {
    font-size: 18px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.main-area {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
@media print, screen and (max-width: 1023.9px) {
  .main-area {
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
}

.main-area__bg1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.main-area__bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.main-area__content {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-top: 300px;
}
@media print, screen and (max-width: 1023.9px) {
  .main-area__content {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 140px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .mv {
    margin-top: 70px;
  }
}

.navArea {
  padding: 80px 0 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .navArea {
    padding: 40px 15px 0px;
  }
}
.navArea.-last {
  padding-bottom: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .navArea.-last {
    padding-bottom: 0;
  }
}
.navArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 350px;
  margin-inline: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .navArea ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.navArea li {
  width: 43%;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .navArea li {
    margin-bottom: 15px;
    width: 32%;
  }
}
.navArea a {
  opacity: 1;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.navArea a:hover {
  opacity: 0.6;
}

.eqArea {
  padding: 180px 0 0;
  margin-top: -110px;
  color: #000;
}
@media print, screen and (min-width: 1024px) {
  .eqArea.-k {
    margin-top: -250px;
    margin-bottom: 6%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .eqArea {
    padding-top: 0px;
    margin-top: 60px;
  }
}
.eqArea h3 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto;
  text-align: center;
}
.eqArea h3 img {
  width: 500px;
}
@media print, screen and (max-width: 1023.9px) {
  .eqArea h3 img {
    width: 94%;
  }
}
.eqArea h4 {
  font-size: 23px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .eqArea h4 {
    padding-top: 30px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.eqArea figure {
  margin-bottom: 15px;
  margin-top: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .eqArea figure {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.eqArea h5 {
  font-size: 15px;
  margin: 0 0 8px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (max-width: 1023.9px) {
  .eqArea h5 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.eqArea h5 span {
  font-size: 65%;
}
.eqArea h5.-h5mt {
  margin-top: 40px;
}
.eqArea p {
  font-size: 11.7px;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.eqArea p span {
  font-size: 10px;
  display: block;
  line-height: 1.5;
  margin-top: 7px;
}
.eqArea p.-mb {
  margin-bottom: 16px;
}

.mainUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
}
.mainUl.-ulmt {
  margin-top: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .mainUl.-ulmt {
    margin-top: 30px;
  }
}
.mainUl li {
  width: 22%;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .mainUl li {
    width: 47.5%;
    margin-bottom: 20px;
  }
}
.mainUl li.w25 {
  width: 22%;
}
@media print, screen and (max-width: 1023.9px) {
  .mainUl li.w25 {
    width: 47.5%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .mainUl li.w25.-w100sp {
    width: 100%;
  }
}
.mainUl li.w50 {
  width: 48%;
}
@media print, screen and (max-width: 1023.9px) {
  .mainUl li.w50 {
    width: 100%;
  }
}
.mainUl li.w70 {
  width: 70%;
}
@media print, screen and (max-width: 1023.9px) {
  .mainUl li.w70 {
    width: 100%;
  }
}
.mainUl li.w75 {
  width: 74%;
}
@media print, screen and (max-width: 1023.9px) {
  .mainUl li.w75 {
    width: 100%;
  }
}
.mainUl li.w100 {
  width: 100%;
}
.mainUl li.w33 {
  width: 30%;
}
@media print, screen and (max-width: 1023.9px) {
  .mainUl li.w33 {
    width: 47.5%;
  }
}
.mainUl li.w20 {
  width: 19%;
}
@media print, screen and (max-width: 1023.9px) {
  .mainUl li.w20 {
    width: 47.5%;
  }
}
.mainUl li.-limt {
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .mainUl li.-limt {
    margin-top: 25px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .innerUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.innerUl li {
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .innerUl li {
    width: 47.5%;
  }
}

.innerUl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.innerUl2 li {
  width: 46%;
}
@media print, screen and (max-width: 1023.9px) {
  .innerUl2 li {
    width: 47.5%;
  }
}

.-bgEq {
  background: #e7ebef;
  padding: 11px 2px 0px 6px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .-bgEq {
    padding-bottom: 19%;
  }
}
.-bgEq .-bgEqTxt {
  position: absolute;
  top: 142px;
  left: 20px;
  width: 279px;
  text-align: justify;
}
@media print, screen and (max-width: 1023.9px) {
  .-bgEq .-bgEqTxt {
    top: 41%;
    left: 5%;
    width: 56%;
    line-height: 1.3;
  }
}
.-bgEq .-bgEqTxt h5 {
  font-size: 14px;
}

.-s {
  max-width: 765px;
}

.-figmt {
  margin-top: 20px;
  margin-bottom: 0;
}

.-figmt2 {
  margin-top: -25px;
  width: 85%;
}

.-mt {
  margin-top: 50px;
  padding-top: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .-mt {
    margin-top: 30px;
  }
}

.-mt2 {
  margin-top: 120px;
  padding-top: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .-mt2 {
    margin-top: 40px;
  }
}

.-secArea {
  background: #e7eaef;
  padding: 50px 50px 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .-secArea {
    padding: 30px 15px;
  }
}
.-secArea h4 {
  padding-top: 0;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .-secArea h4 {
    margin-bottom: 20px;
  }
}

.secAreaH {
  color: #005977;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 1023.9px) {
  .secAreaH {
    margin-bottom: 15px;
  }
}

.secArea__inner {
  background: #FFF;
  padding: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .secArea__inner {
    padding: 17px;
  }
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (max-width: 1023.9px) {
  .box {
    display: block;
  }
}
.box + .box {
  margin-top: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .box + .box {
    margin-top: 40px;
  }
}
.box__inner {
  width: 49%;
}
@media print, screen and (max-width: 1023.9px) {
  .box__inner {
    width: 100%;
  }
}
.box__inner.-w30 {
  width: 34%;
}
@media print, screen and (max-width: 1023.9px) {
  .box__inner.-w30 {
    width: 100%;
  }
}
.box__inner.-w70 {
  width: 61%;
}
@media print, screen and (max-width: 1023.9px) {
  .box__inner.-w70 {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023.9px) {
  .flex {
    display: block;
  }
}
.flex .w40 {
  width: 40%;
}
@media print, screen and (max-width: 1023.9px) {
  .flex .w40 {
    width: 130px;
    margin: 0 auto 10px;
  }
}

.-tal {
  text-align: left !important;
}

.lin {
  width: 60%;
  margin: 0 auto 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .lin {
    width: 100%;
    margin-bottom: 20px;
  }
}

.t-h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-h5 span {
  width: 20%;
  padding-left: 2%;
}
.t-h5 span img {
  width: 100%;
}

.box01 {
  position: relative;
  background: rgba(255, 255, 255, 0.5529411765);
  padding: 7% 3% 0 6%;
}
.box01 .-bgEqTxt {
  position: absolute;
  top: 4%;
  left: 3%;
  width: 94%;
}
.box01 .-bgEqTxt h5 {
  text-align: left;
}
@media print, screen and (max-width: 1023.9px) {
  .box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 2%;
  }
  .box01 figure {
    margin-top: -10%;
  }
  .box01 .-bgEqTxt {
    position: relative;
  }
}

.box02 {
  position: relative;
  background: rgba(255, 255, 255, 0.5529411765);
  padding: 6% 5% 0 5%;
}
.box02 .-bgEqTxt {
  position: absolute;
  top: 4%;
  left: 0;
  right: 0;
  margin: auto;
  width: 94%;
}
.box02 .-bgEqTxt h5 {
  text-align: left;
}
@media print, screen and (max-width: 1023.9px) {
  .box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 2%;
    margin-bottom: 0 !important;
  }
  .box02 figure {
    margin-top: -10%;
  }
  .box02 .-bgEqTxt {
    position: relative;
  }
}

.box03 {
  position: relative;
  background: rgba(255, 255, 255, 0.5529411765);
  padding: 6% 3% 1% 6%;
}
.box03 .-bgEqTxt {
  position: absolute;
  top: 4%;
  left: 3%;
  width: 94%;
}
.box03 .-bgEqTxt h5 {
  text-align: left;
}
@media print, screen and (max-width: 1023.9px) {
  .box03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 2%;
  }
  .box03 figure {
    margin-top: -10%;
  }
  .box03 .-bgEqTxt {
    position: relative;
  }
}

.box04 {
  position: relative;
  background: rgba(255, 255, 255, 0.5529411765);
  padding: 6% 3% 0 6%;
}
@media print, screen and (max-width: 1023.9px) {
  .box04 figure {
    padding-top: 2vw;
  }
}
.box04 .-bgEqTxt {
  position: absolute;
  top: 4%;
  left: 3%;
  width: 75%;
}
.box04 .-bgEqTxt h5 {
  text-align: left;
}

.nn-sec {
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec {
    padding: 8% 2% 2%;
  }
}
.nn-sec h5 {
  background: #9b8a71;
  color: #fff;
  padding: 6px 6px 3px;
  max-height: 33px;
  margin: 1% auto 1%;
}
.nn-sec > p {
  font-size: 15px;
  padding-bottom: 3%;
}
.nn-sec ul {
  background: #fff;
  padding: 1%;
}
.nn-sec ul li p {
  display: block;
  margin: auto;
}
.nn-sec ul li.w31 {
  width: 30%;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec ul li.w31 {
    width: 48%;
  }
}
.nn-sec ul li.total {
  background: #ffffff;
  padding: 2% 20% 1.5%;
  text-align: center;
  margin: auto;
}
.nn-sec ul li img {
  width: 100%;
}
.nn-sec .nn_ttl {
  position: absolute;
  top: 3%;
  left: 1.9%;
  width: 2%;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec .nn_ttl {
    top: -17.9vw;
    left: 21%;
    width: 4%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.nn-sec .nn_ttl img {
  width: 100%;
  opacity: 0.5;
}
.nn-sec .capAria {
  font-size: 10px;
  text-align: justify;
  padding-top: 2%;
}
.nn-sec .box05 {
  width: 100%;
  margin-bottom: 20px;
}
.nn-sec .box05 figure {
  width: 71%;
  margin: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec .box05 figure {
    width: 100%;
    padding-top: 20vw;
  }
}
.nn-sec .box05 p {
  position: absolute;
  top: 14%;
  left: 15%;
  width: 41%;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec .box05 p {
    width: 90%;
    top: 10%;
    left: 5%;
  }
}
.nn-sec .box06 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec .box06 {
    width: 100%;
  }
}
.nn-sec .box06 figure {
  width: 51%;
  margin: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec .box06 figure {
    width: 70%;
  }
}
.nn-sec .box06 h5 {
  width: 96%;
}
.nn-sec .box06 p {
  width: 45%;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec .box06 p {
    width: 90%;
  }
}
.nn-sec .box07 {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec .box07 {
    width: 100%;
  }
}
.nn-sec .box07 figure {
  width: 67%;
  margin: auto;
  padding-top: 2%;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec .box07 figure {
    width: 96%;
  }
}
.nn-sec .box07 h5 {
  width: 96%;
}
.nn-sec .box07 p {
  width: 28%;
}
@media print, screen and (max-width: 1023.9px) {
  .nn-sec .box07 p {
    width: 90%;
  }
}

.sts-sec .mainUl {
  position: relative;
  background: #f1ece5;
  padding: 2.5% 2% 0;
}
.sts-sec .mainUl li {
  margin-bottom: 10px;
}
.sts-sec .mainUl h5 {
  background: #9b8a71;
  color: #fff;
  padding: 6px 6px 3px;
  max-height: 33px;
  margin: 1% auto 1%;
}
.sts-sec .mainUl > p {
  font-size: 15px;
  padding-bottom: 3%;
}
@media print, screen and (max-width: 1023.9px) {
  .sts-sec .mainUl .w33 {
    width: 100%;
  }
  .sts-sec .mainUl .w33 figure {
    width: 80%;
    margin-inline: auto;
  }
  .sts-sec .mainUl .w33 p {
    padding: 2% 1%;
  }
}