/* ----------------------------------------
	index-feature
---------------------------------------- */
@media screen and (max-width: 1024px) {
  .index-feature {
    background-color: #f8f1e3;
    width: 100%;
    padding: 20px 10px 20px;
  }
  .index-feature-list li a {
    display: block;
  }
  .index-feature-list li a > div {
    margin-bottom: 10px;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .index-feature-list li a > div > div {
    width: 100%;
    height: 100px;
  }
  .index-feature-list li a > div > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-feature-list li a > div dl dt {
    color: #5f4328;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 10px 15px;
  }
  .index-feature-list li a > div dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: 0 15px;
  }
  .c-page-transition-button {
    margin: 30px 10px 0;
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .index-feature {
    background-color: #f8f1e3;
    width: 100%;
    padding: 50px 0 70px;
  }
  .index-feature .c-contents-title {
    width: 1400px;
    margin: 0 auto;
  }
  .index-feature-content {
    width: 1400px;
    margin: 0 auto;
  }
  .index-feature-list {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .index-feature-list li {
    flex: 0 0 33.3333333%;
    -webkit-box-flex: 0 0 33.3333333%;
    -ms-flex: 0 0 33.3333333%;
    width: 33.3333333%;
  }
  .index-feature-list li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .index-feature-list li a {
    display: block;
  }
  .index-feature-list li a > div {
    border: solid #388e3c 2px;
    background-color: #fff;
    margin: 0 5px;
    min-height: 450px;
    position: relative;
  }
  .index-feature-list li a > div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(241, 248, 233);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    opacity: 0;
  }
  .index-feature-list li a > div:hover::before {
    opacity: 0.4;
  }
  .index-feature-list li a > div > div {
    width: 100%;
    height: 180px;
  }
  .index-feature-list li a > div > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-feature-list li a > div dl {
    padding: 20px 15px 30px;
  }
  .index-feature-list li a > div dl dt {
    color: #5f4328;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .index-feature-list li a > div dl dd {
    color: #424242;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 0 5px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .index-feature {
    padding: 30px 0 50px;
  }
  .index-feature .c-contents-title {
    width: auto;
    margin: 0 20px;
  }
  .index-feature-content {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
  .index-feature-list li a > div {
    min-height: 480px;
  }
  .index-feature-list li a > div dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
  .index-feature-list li a > div dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ----------------------------------------
	index-about-us
---------------------------------------- */
@media screen and (max-width: 1024px) {
  .index-about-us {
    background-color: #f8f1e3;
  }
  .index-about-us > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .index-about-us__message {
    padding: 0 20px 30px;
  }
  .index-about-us__message h2 {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #5f4328;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
  .index-about-us__message h2 i {
    color: #9ecd47;
    padding-right: 10px;
  }
  .index-about-us__message dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    color: #5f4328;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .index-about-us__message dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
  }
  .index-about-us__image {
    margin-bottom: 20px;
  }
  .index-about-us__image img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1025px) {
  .index-about-us {
    background-color: #f8f1e3;
    padding: 50px 0;
  }
  .index-about-us > div {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .index-about-us__message {
    padding-right: 50px;
  }
  .index-about-us__message h2 {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #5f4328;
    border-bottom: solid 2px #89bd29;
    display: inline-block;
    padding: 0 10px 4px;
    margin-bottom: 50px;
  }
  .index-about-us__message h2 i {
    color: #9ecd47;
    padding-right: 10px;
  }
  .index-about-us__message dl dt {
    font-size: 22px;
    font-size: 2.2rem;
    color: #5f4328;
    line-height: 1.6em;
    margin-bottom: 40px;
  }
  .index-about-us__message dl dd {
    font-size: 18px;
    font-size: 1.8rem;
    color: #424242;
    line-height: 1.8em;
  }
  .index-about-us__image {
    width: 600px;
    height: auto;
  }
  .index-about-us__image img {
    width: 600px;
    height: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .index-about-us {
    padding: 30px 20px;
  }
  .index-about-us > div {
    width: auto;
  }
  .index-about-us__message h2 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .index-about-us__message dl dt {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .index-about-us__message dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index-about-us__image {
    width: 400px;
    height: auto;
  }
  .index-about-us__image img {
    width: 400px;
    height: auto;
  }
}
/* ----------------------------------------
	index-service
---------------------------------------- */
@media screen and (max-width: 1024px) {
  .index-service {
    margin: 20px 10px 30px;
  }
  .index-service-list li {
    margin-bottom: 15px;
  }
  .index-service-list li:last-child {
    margin-bottom: 0;
  }
  .index-service-list li div h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #7e9d05;
    margin: 10px 10px;
  }
  .index-service-list li div p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: 0 15px;
  }
  .index-service-list li div > div img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .index-service {
    width: 100%;
    margin: 70px 0 70px;
  }
  .index-service-content {
    width: 1400px;
    margin: 0 auto;
  }
  .index-service-list {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .index-service-list li {
    flex: 0 0 33.3333333%;
    -webkit-box-flex: 0 0 33.3333333%;
    -ms-flex: 0 0 33.3333333%;
    width: 33.3333333%;
    padding: 0 20px;
  }
  .index-service-list li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .index-service-list li div > div {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }
  .index-service-list li div > div img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-service-list li div h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #7e9d05;
    text-align: center;
    margin-bottom: 10px;
  }
  .index-service-list li div p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8em;
    padding: 0 10px;
  }
  .c-page-transition-button {
    width: 1400px;
    margin: 50px auto 0;
    text-align: right;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .index-service-content {
    width: auto;
    margin: 0 10px;
  }
  .index-service-list li {
    padding: 0 10px;
  }
  .index-service-list li div > div {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .index-service-list li div > div img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-service-list li div h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .index-service-list li div p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index-service .c-page-transition-button {
    width: auto;
    margin: 50px 20px 0;
  }
}
/* ----------------------------------------
	index-office-list
---------------------------------------- */
@media screen and (max-width: 1024px) {
  .index-office-list h2 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #9fcc4c;
    line-height: 40px;
  }
  .index-office-list ul {
    margin: 10px 10px 20px;
  }
  .index-office-list ul li {
    margin-bottom: 5px;
    border: solid 1px #b9d063;
  }
  .index-office-list ul li a {
    padding: 10px;
    display: block;
    background-color: #fdfbf2;
  }
  .index-office-list ul li dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    color: #629700;
    padding-bottom: 10px;
  }
  .index-office-list ul li dl dd {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #424242;
    margin: 0 20px;
  }
  .index-office-list ul li dl dd span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    display: block;
    padding-top: 6px;
  }
}
/* ----------------------------------------
	index-regulations
---------------------------------------- */
@media screen and (max-width: 1024px) {
  .index-regulations {
    border-top: solid 2px #c2a88b;
    padding: 20px 0 0;
  }
  .index-regulations-content h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 15px 10px;
    color: #5f4328;
  }
  .index-regulations-content p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: 0 20px 20px;
  }
  .index-regulations-table {
    margin: 0 10px;
  }
  .index-regulations-table > table {
    width: 100%;
    border: solid 1px #c2a88b;
  }
  .index-regulations-table > table th, .index-regulations-table > table td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
    vertical-align: middle;
    border: solid 1px #c2a88b;
  }
  .index-regulations-table > table th {
    background-color: #f8f1e3;
    color: #5f4328;
  }
  .index-regulations-table > table td {
    line-height: 1.5em;
  }
  .index-regulations-table > table td ul li {
    margin-bottom: 10px;
  }
  .index-regulations-table > table td ul li a {
    text-decoration: underline;
    color: #629700;
  }
}
@media screen and (min-width: 1025px) {
  .index-regulations {
    width: 100%;
    margin: 70px 0 70px;
    padding-top: 70px;
    border-top: solid 3px #c2a88b;
  }
  .index-regulations-content {
    width: 1400px;
    margin: 0 auto;
  }
  .index-regulations-content h2 {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #5f4328;
    display: inline-block;
    padding: 0 10px 4px;
    margin-bottom: 30px;
  }
  .index-regulations-content p {
    font-size: 18px;
    font-size: 1.8rem;
    color: #424242;
    line-height: 1.8em;
    margin: 0 60px;
  }
  .index-regulations-table {
    width: 1300px;
    margin: 30px auto 0;
  }
  .index-regulations-table > table {
    border: solid 2px #c2a88b;
    width: 100%;
  }
  .index-regulations-table > table th, .index-regulations-table > table td {
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    color: #424242;
    border: solid 1px #c2a88b;
  }
  .index-regulations-table > table th {
    background-color: #f8f1e3;
    padding: 24px 30px;
    color: #5f4328;
  }
  .index-regulations-table > table td {
    line-height: 2em;
    padding: 24px 30px;
  }
  .index-regulations-table > table td ul {
    list-style-type: circle;
    margin: 0 20px;
  }
  .index-regulations-table > table td ul li a {
    text-decoration: underline;
    color: #629700;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .index-regulations {
    width: 100%;
    margin: 50px 0 40px;
    padding-top: 50px;
  }
  .index-regulations-content {
    width: 100%;
  }
  .index-regulations-content h2 {
    font-size: 30px;
    font-size: 3rem;
    padding: 0 20px;
  }
  .index-regulations-content p {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 30px;
  }
  .index-regulations-table {
    width: auto;
    margin: 20px;
  }
  .index-regulations-table > table th, .index-regulations-table > table td {
    padding: 20px;
  }
}