@charset "UTF-8";

@media only screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

.page-header {
  margin: 74px 0 0;
  padding: 88px 20px 100px;
}

@media only screen and (max-width: 1200px) {
  .page-header {
    margin-top: 67px;
  }
}

@media only screen and (max-width: 767px) {
  .page-header {
    padding: 68px 10px 80px;
  }
}

.ttl-style08 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

.ttl-style08 img {
  display: inline-block;
  margin: auto;
  width: 38px;
}

.ttl-style08 .img-txt {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin: 10px 0 30px;
  color: #bfa473;
}

.ttl-style08 .sub-text {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 22px;
  display: block;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .ttl-style08 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .ttl-style08 .img-txt {
    font-size: 20px;
    font-size: 2rem;
  }

  .ttl-style08 .sub-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-style09 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  margin-bottom: 1.65em;
}

.ttl-style09 span {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin: 0 0 30px;
  color: #bfa473;
}

.ttl-style09 br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ttl-style09 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .ttl-style09 span {
    font-size: 20px;
    font-size: 2rem;
  }

  .ttl-style09 br {
    display: inherit;
  }
}

.ttl-style10 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  margin-bottom: 1.5em;
}

.ttl-style10 span {
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 1;
  font-family: "Italiana", serif;
  display: block;
  margin: 0 0 0.5em;
}

.ttl-style10 br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ttl-style10 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .ttl-style10 span {
    font-size: 40px;
    font-size: 4rem;
  }

  .ttl-style10 br {
    display: inherit;
  }
}

.intro-txt {
  margin: 0 auto;
  padding: 0 5% 60px;
}

.intro-txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
  text-align: center;
  margin-bottom: 1.5em;
}

.intro-txt p:last-child {
  margin-bottom: 0;
}

.intro-txt h3 + p,
.intro-txt h4 + p {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .intro-txt p {
    text-align: left;
  }

  .intro-txt h3 + p,
  .intro-txt h4 + p {
    font-size: 20px;
    font-size: 2rem;
  }
}

.ss-think1 {
  background: url(../img/think_bg_02.jpg) no-repeat center top;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ss-think1 .intro-txt {
  padding: 100px 20px;
}

@media only screen and (max-width: 767px) {
  .ss-think1 {
    background-image: url(../img/think_bg_03.jpg);
  }

  .ss-think1 .intro-txt {
    padding: 60px 5%;
  }
}

.ss-think2 {
  background: linear-gradient(to bottom, #f3efe7 0%,#f3efe7 310px,#fff 310px,#fff 100%);
  padding: 50px 0;
  margin: 0 auto 100px;
}

.ss-think2:last-child {
  margin-bottom: 0;
}

.ss-think2 h5 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
}

.ss-think2 h5 em {
  font-style: normal;
  color: #bfa473;
}

.ss-think2-inner {
  width: 90%;
  max-width: 1460px;
  margin: 0 auto;
  background-color: #fff;
}

.ss-think2-inner.rice {
  background: #fff url(../img/think_bg_04.jpg) no-repeat center top;
  background-size: 100% auto;
}

.points-list {
  padding: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.points-list > dl {
  background-color: #d3be96;
  position: relative;
  margin: 0 2.90869% 0 0;
  width: 17.673048%;
  padding: 48px 1.325479%;
  color: #fff;
}

.points-list > dl:last-child {
  margin-right: 0;
}

.points-list > dl:nth-child(even) {
  background-color: #bfa473;
}

.points-list > dl::after {
  content: '';
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  background: url(../img/bullet.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -13%;
  top: 50%;
  margin: -5% 0 0;
}

.points-list > dl:last-child::after {
  display: none;
}

.points-list > dl dt {
  text-align: center;
  font-weight: 500;
  margin: 0 0 2em;
  font-size: 20px;
  font-size: 2rem;
  padding: 0;
}

.points-list > dl dt img {
  display: block;
  margin: 0 auto 1em;
  width: 70%;
}

.points-list > dl dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
  text-align: justify;
}

@media only screen and (max-width: 1024px) {
  .ss-think2 {
    background: linear-gradient(to bottom, #f3efe7 0%,#f3efe7 200px,#fff 200px,#fff 100%);
    margin-bottom: 60px;
  }

  .points-list > dl {
    width: 30.424643%;
  }

  .points-list > dl::after {
    width: 7%;
    padding-bottom: 7%;
    right: -8.5%;
    margin-top: -3.5%;
  }

  .points-list > dl:nth-child(4),
  .points-list > dl:nth-child(5) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-think2 {
    padding: 40px 5%;
    margin-bottom: 20px;
  }

  .ss-think2 h5 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .ss-think2-inner {
    width: 100%;
  }

  .points-list {
    padding: 5%;
  }

  .points-list > dl {
    width: 43.333333%;
    margin: 20px 6.666667% 0 0;
    padding: 12px 3.5%;
  }

  .points-list > dl::after {
    width: 10%;
    padding-bottom: 10%;
    right: -13%;
    margin-top: -5%;
  }

  .points-list > dl:nth-child(1),
  .points-list > dl:nth-child(2) {
    margin-top: 0;
  }

  .points-list > dl:nth-child(4),
  .points-list > dl:nth-child(5) {
    margin-top: 20px;
  }

  .points-list > dl:last-child {
    margin-right: auto;
  }

  .points-list > dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .points-list > dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.rice {
  padding: 60px 5% 0;
}

.rice p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
  margin-bottom: 1.5em;
  text-align: center;
}

.rice p:nth-child(1) {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.rice-img {
  margin: 70px auto 0;
  padding: 0;
  text-align: center;
  width: 87%;
}

@media only screen and (max-width: 1024px) {
  .rice {
    padding-top: 40px;
  }

  .rice p {
    text-align: left;
  }

  .rice p:nth-child(1) {
    font-size: 20px;
    font-size: 2rem;
  }

  .rice-img {
    margin-top: 30px;
    width: 100%;
  }
}

.sub-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-nav a {
  display: block;
}

.sub-nav a:hover {
  opacity: 0.75;
}

.sub-nav > div {
  width: 25%;
  background-color: #bfa473;
}

.sub-nav > div:nth-child(even) {
  background-color: #d3be97;
}

.sub-nav-img {
  margin: 0;
  padding: 0;
}

.sub-nav-img img {
  width: 100%;
}

.sub-nav-txt {
  margin: 0;
  padding: 10%;
  color: #fff;
}

.sub-nav-txt dt {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin: 0 0 1em;
}

.sub-nav-txt dd {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .sub-nav-txt dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .sub-nav > div {
    width: 50%;
  }
}


.blue {
   color: #3e5984!important;
}

.privacy h4 {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 1.7;
}


ul.policy {
  width: 80%;
  max-width: 1100px;
  height: auto;
  margin: 50px auto 0;
}


ul.policy li h3 {
   color: #3e5984;
   font-size: 1.7rem;
   line-height: 1.7;
   font-weight: bold;
   margin-top: 40px;
   border-bottom: 1px solid #dcdcdc;
   padding: 0 20px;
}


ul.policy li h3:first-letter {
  font-size: 160%;
  font-weight: normal;
}


ul.policy li p {
   font-size: 14px;
   margin-top: 10px;
   padding: 0 20px;
   text-align: left;
   line-height: 2;
}


ul.policy li p i{
   color: #aaa;
}


ul.policy li p a {
   font-size: 14px;
   text-decoration: none;
}



@media screen and (max-width: 768px) {

.privacy h4 {
  width: 100%;
  padding-bottom: 10px;
}

ul.policy {
  width: 100%;
  height: auto;
  margin: 50px auto 20px;
}

ul.policy li h3 {
   font-size: 1.6rem;
   margin-top: 30px;
   padding: 0 0 0 5px;
}

ul.policy li h3:first-letter {
  font-size: 145%;
}


ul.policy li p {
   margin-top: 5px;
   padding: 0 5px;
}


ul.policy li p a, ul.policy li p a i {
   
   text-decoration: none;
}

}



.sub-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-nav a {
  display: block;
}

.sub-nav a:hover {
  opacity: 0.75;
}

.sub-nav > div {
  width: 25%;
  background-color: #bfa473;
}

.sub-nav > div:nth-child(even) {
  background-color: #d3be97;
}

.sub-nav-img {
  margin: 0;
  padding: 0;
}

.sub-nav-img img {
  width: 100%;
}

.sub-nav-txt {
  margin: 0;
  padding: 10%;
  color: #fff;
}

.sub-nav-txt dt {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin: 0 0 1em;
}

.sub-nav-txt dd {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .sub-nav-txt dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .sub-nav > div {
    width: 50%;
  }
}