@charset "UTF-8";
.mediaset .btn a, .linkset a, .linkbtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #46711c;
  color: #fff;
  font-family: brandon-grotesque, source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediaset .btn a:hover, .linkset a:hover, .linkbtn a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"]:hover {
  opacity: 0.6;
}

#main {
  margin-bottom: 150px;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  position: relative;
  margin-bottom: 45px;
}

#pagetitle h2 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 10px;
  color: #fff;
  font-size: 40px;
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 200;
  font-style: normal;
}

#pagetitle::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
}

@media (max-width: 767px) {
  #pagetitle h2 {
    height: 150px;
    font-size: 28px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 90px;
  padding: 0 10px;
  font-size: 12px;
}

/* ----------------------------------------------
h3set
------------------------------------------------- */
.h3set {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.h3set h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .h3set h3 {
    font-size: 28px;
  }
}

/* ----------------------------------------------
h4set
------------------------------------------------- */
.h4set {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.h4set h4 {
  position: relative;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.h4set h4::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #333;
}

@media (max-width: 767px) {
  .h4set h4 {
    font-size: 20px;
  }
}

/* ----------------------------------------------
h5set
------------------------------------------------- */
.h5set {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.h5set h5 {
  display: inline-block;
  margin-left: -10px;
  font-size: 18px;
}

.h5set h5::before {
  content: '〔';
  margin-right: 1em;
}

.h5set h5::after {
  content: '〕';
  margin-left: 1em;
}

@media (max-width: 767px) {
  .h5set h5 {
    font-size: 16px;
  }
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.tableset table {
  width: 100%;
  line-height: 2.2;
}

.tableset tr {
  border-bottom: 1px solid #C7C4B8;
}

.tableset th, .tableset td {
  padding: 15px 18px 14px;
}

.tableset th {
  position: relative;
  font-weight: 700;
}

.tableset th::after {
  bottom: -2px;
  left: 0;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ABA494;
}

@media (max-width: 767px) {
  .tableset tr {
    border: 0;
  }
  .tableset th, .tableset td {
    display: block;
  }
  .tableset th {
    border-bottom: 1px solid #C7C4B8;
  }
  .tableset th::after {
    display: none;
  }
  .tableset td {
    border-bottom: 2px solid #ABA494;
  }
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
}

.mediaset .imgbox {
  width: 39.21569%;
}

.mediaset .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset .txtbox {
  width: 56.07843%;
}

.mediaset .title {
  margin-bottom: 20px;
  color: #46711c;
  font-size: 20px;
  font-weight: 700;
}

.mediaset .text {
  line-height: 2.2;
}

.mediaset .btn {
  width: 280px;
  margin: 20px 0 0 auto;
}

.mediaset.img-right .imgbox {
  order: 1;
}

@media (max-width: 767px) {
  .mediaset .imgbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .mediaset .txtbox {
    width: 100%;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .mediaset.img-right .imgbox {
    order: 0;
  }
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.linkset.notLast {
  margin-bottom: 20px;
}

.linkset ul {
  display: flex;
}

.linkset li {
  width: 23.52941%;
}

.linkset li:not(:first-child) {
  margin-left: 1.96078%;
}

.linkset a {
  padding: 5px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .linkset ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .linkset li {
    width: 48%;
  }
  .linkset li:not(:first-child) {
    margin-left: 0;
  }
  .linkset li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
.calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.calloutset.notLast {
  margin-bottom: 50px;
}

.calloutset.col2 {
  justify-content: space-between;
}

.calloutset.col2 .block {
  width: 47.54902%;
}

.calloutset.col2 .block .image {
  margin-bottom: 25px;
}

.calloutset.col2 .block .image img {
  width: 100%;
  height: auto;
}

.calloutset.col2 .block .title {
  margin-bottom: 10px;
  color: #46711C;
  font-size: 18px;
  line-height: 1.6;
}

.calloutset.col2 .block .text {
  line-height: 1.8;
}

.calloutset.col2 .block .btn {
  margin-top: 10px;
  text-align: right;
}

.calloutset.col2 .block .btn a {
  display: inline-block;
  padding-right: 40px;
  background: url(../images/link-arrow.png) no-repeat center right;
  color: #46711c;
  font-family: brandon-grotesque, source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.calloutset.col2 .block .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .calloutset.col2 {
    flex-direction: column;
    max-width: 505px;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
  .calloutset.col2 .block .title {
    font-size: 16px;
  }
}

.calloutset.col3 .block {
  width: 31.37255%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 2.94118%;
}

.calloutset.col3 .block:nth-child(n + 4) {
  margin-top: 50px;
}

.calloutset.col3.type-out .image {
  margin-bottom: 15px;
}

.calloutset.col3.type-out .image img {
  width: 100%;
  height: auto;
}

.calloutset.col3.type-out .title {
  margin-bottom: 10px;
  color: #46711c;
  font-weight: 700;
  line-height: 1.6;
}

.calloutset.col3.type-out .text {
  line-height: 1.8;
}

.calloutset.col3.type-in {
  position: relative;
}

.calloutset.col3.type-in a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 23.52941vw;
  max-height: 240px;
  padding: 10px 26px;
  color: #fff;
  text-decoration: none;
}

.calloutset.col3.type-in a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.calloutset.col3.type-in a .title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.calloutset.col3.type-in a .text {
  position: relative;
  z-index: 1;
  width: 100%;
  line-height: 1.8;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.calloutset.col3.type-in a:hover::after,
.calloutset.col3.type-in a:hover .title,
.calloutset.col3.type-in a:hover .text {
  opacity: 1;
}

@media (max-width: 767px) {
  .calloutset.col3 {
    flex-direction: column;
    max-width: 340px;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
    margin-top: 50px;
  }
  .calloutset.col3.type-in .block a {
    height: 240px;
  }
}

.calloutset.col4 .block {
  width: 23.03922%;
}

.calloutset.col4 .block:not(:first-child) {
  margin-left: 2.61438%;
}

.calloutset.col4 .block .image {
  margin-bottom: 15px;
}

.calloutset.col4 .block .image img {
  width: 100%;
  height: auto;
}

.calloutset.col4 .block .title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}

.calloutset.col4 .block .text {
  line-height: 1.8;
}

@media (max-width: 767px) {
  .calloutset.col4 {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 516px;
  }
  .calloutset.col4 .block {
    width: 45.54264%;
  }
  .calloutset.col4 .block:not(:first-child) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
.linktbn
------------------------------------------------- */
.linkbtn {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 100px;
  padding: 0 10px;
}

.linkbtn a {
  height: 80px;
}

@media (max-width: 767px) {
  .linkbtn a a {
    height: 60px;
  }
}

/* ----------------------------------------------
.txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  line-height: 2.2;
}

/* ----------------------------------------------
.faqset
------------------------------------------------- */
.faqset {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.faqset.notLast {
  margin-bottom: 50px;
}

.faqset .question {
  position: relative;
  margin-bottom: 25px;
  padding: 0 42px 10px 42px;
  border-bottom: 3px solid #46711C;
  background: url(../images/faq-arrow.png) no-repeat right 20px center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.faqset .question::before {
  content: '';
  position: absolute;
  display: block;
  top: 3px;
  left: 0;
  width: 24px;
  height: 22px;
  background: url(../images/Q.png) no-repeat left top/contain;
}

.faqset .question.open {
  background: url(../images/faq-arrow-on.png) no-repeat right 20px center;
}

.faqset .answer {
  line-height: 2.2;
}

@media (max-width: 767px) {
  .faqset .question {
    font-size: 16px;
  }
}

/* ----------------------------------------------
.mediaset2
------------------------------------------------- */
.mediaset2.img-small {
  margin-bottom: 100px;
  padding: 110px 10px;
  background: url(../images/topics-top.png) no-repeat center top/100%, url(../images/topics-btm.png) no-repeat center bottom/100%, #F9F5F0;
}

.mediaset2.img-small.notLast {
  margin-bottom: 0;
  padding-bottom: 0;
  background: url(../images/topics-top.png) no-repeat center top/100%, #F9F5F0;
}

.mediaset2.img-small + .mediaset2.img-small {
  padding-top: 50px;
  background: url(../images/topics-btm.png) no-repeat center bottom/100%, #F9F5F0;
}

.mediaset2.img-small + .mediaset2.img-small.notLast {
  background: #F9F5F0;
}

.mediaset2.img-small .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .mediaset2.img-small .inner {
    flex-direction: column;
  }
}

.mediaset2.img-small .imgbox {
  width: 24.01961%;
}

.mediaset2.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset2.img-small .txtbox {
  width: 70.98039%;
}

.mediaset2.img-small .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.mediaset2.img-small .text {
  line-height: 2.2;
}

@media (max-width: 767px) {
  .mediaset2.img-small .imgbox {
    width: 100%;
    max-width: 245px;
    margin: 0 auto 20px;
  }
  .mediaset2.img-small .txtbox {
    width: 100%;
  }
}

/* ----------------------------------------------
.thumbset
------------------------------------------------- */
.thumbset {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 100px;
  padding: 0 10px;
}

.thumbset .main {
  margin-bottom: 50px;
}

.thumbset .main .image {
  width: 100%;
  padding-top: 75%;
}

.thumbset .thumb {
  display: flex;
  flex-wrap: wrap;
}

.thumbset .thumb li {
  width: 15%;
}

.thumbset .thumb li:not(:nth-child(6n + 1)) {
  margin-left: 2%;
}

.thumbset .thumb li:nth-child(n + 7) {
  margin-top: 20px;
}

.thumbset .thumb li .image {
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.thumbset .thumb li .image:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .thumbset .thumb li {
    width: 22.72727%;
  }
  .thumbset .thumb li:not(:nth-child(4n + 1)) {
    margin-left: 3.0303%;
  }
  .thumbset .thumb li:nth-child(4n + 1) {
    margin-left: 0;
  }
  .thumbset .thumb li:nth-child(n + 5) {
    margin-top: 10px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) {
  border-bottom: 1px solid #C7C4B8;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 15px 18px 14px;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: 1px solid #C7C4B8;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  position: relative;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question::after {
  bottom: -2px;
  left: 0;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ABA494;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) {
    border: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
    border-bottom: 1px solid #C7C4B8;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question::after {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-bottom: 2px solid #ABA494;
  }
}
