/* ===============================================================================
Module
=============================================================================== */
/* inner module
========================= */
/* m-inner-1 */
.m-inner-1 {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .m-inner-1 {
      width: auto;
      padding: 0; }
      .m-inner-1_type-2 {
        padding: 0 4.76vw; } }

/* hedinag module
========================= */
/* m-heading-1 */
.m-heading-1__main {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .1em;
  color: #4A6301;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px; }

.m-heading-1__sub {
  font-size: 1.111rem;
  line-height: 1.45;
  letter-spacing: .1em;
  font-weight: 500; }

.m-heading-1_type-2 .m-heading-1__main {
  font-family: inherit; }

@media screen and (max-width: 768px) {
  .m-heading-1__main {
    font-size: 5.71vw;
    margin-bottom: 1.19vw; }
  .m-heading-1__sub {
    font-size: 2.86vw; }
  .m-heading-1_type-2 .m-heading-1__main {
    font-weight: 700; } }

/* m-heading-2 */
.m-heading-2__main {
  font-size: 1.667rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .1em;
  color: #4A6301;
  font-family: "Montserrat", sans-serif; }

@media screen and (max-width: 768px) {
  .m-heading-2__main {
    font-size: 5.71vw; } }

/* m-heading-3 */
.m-heading-3__main {
  font-size: 1.444rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .1em;
  color: #4A6301;
  font-family: "Montserrat", sans-serif; }

@media screen and (max-width: 768px) {
  .m-heading-3__main {
    font-size: 4.76vw; } }

/* text module
========================= */
/* m-text-1 */
.m-text-1 {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: .1em; }
  @media screen and (max-width: 768px) {
    .m-text-1 {
      font-size: 2.86vw;
      line-height: 1.67; } }

/* list module
========================= */
/* m-list-1 */
.m-list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-list-1__item {
    width: 360px;
    margin: 68px 60px 0 0; }
    .m-list-1__item:nth-child(3n) {
      margin-right: 0; }
    .m-list-1__item:nth-child(-n+3) {
      margin-top: 0; }
  .m-list-1 a {
    display: block; }
    .m-list-1 a:hover {
      opacity: 0.8;
      text-decoration: none; }
  .m-list-1_type-2 .m-list-1__item {
    margin-top: 55px; }
    .m-list-1_type-2 .m-list-1__item:nth-child(-n+3) {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    .m-list-1__item {
      width: 47.36%;
      margin: 11.9vw 5.28% 0 0; }
      .m-list-1__item:nth-child(3n) {
        margin-right: 5.28%; }
      .m-list-1__item:nth-child(-n+3) {
        margin-top: 11.9vw; }
      .m-list-1__item:nth-child(2n) {
        margin-right: 0; }
      .m-list-1__item:nth-child(-n+2) {
        margin-top: 0; }
    .m-list-1_type-2 .m-list-1__item:nth-child(-n+3) {
      margin-top: 11.9vw; }
    .m-list-1_type-2 .m-list-1__item:nth-child(2n) {
      margin-right: 0; }
    .m-list-1_type-2 .m-list-1__item:nth-child(-n+2) {
      margin-top: 0; } }

/* m-list-2 */
.m-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-list-2__item {
    width: 590px;
    margin: 80px 20px 0 0; }
    .m-list-2__item:nth-child(2n) {
      margin-right: 0; }
    .m-list-2__item:nth-child(-n+2) {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    .m-list-2 {
      display: block; }
      .m-list-2__item {
        width: auto;
        margin: 7.14vw 0 0 0; }
        .m-list-2__item:nth-child(-n+2) {
          margin-top: 7.14vw; }
        .m-list-2__item:first-child {
          margin-top: 0; } }

/* box module
========================= */
/* m-box-1 */
.m-box-1 {
  position: relative; }
  .m-box-1__cat {
    background: #4A6301;
    color: #fff;
    font-size: 0.889rem;
    line-height: 1;
    letter-spacing: .1em;
    z-index: 1;
    padding: 6px 8px 6px 10px;
    position: absolute;
    left: -10px;
    top: -8px; }
  .m-box-1__image {
    width: 360px;
    height: 240px;
    position: relative;
    margin-bottom: 24px; }
    .m-box-1__image img {
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;';
      width: 100%;
      height: 100%; }
  .m-box-1__text {
    text-align: center;
    letter-spacing: .1em;
    font-size: 0.889rem;
    line-height: 1.25; }
    .m-box-1__text p:nth-child(2) {
      font-size: 1rem;
      line-height: 1.11;
      letter-spacing: .1em; }
  @media screen and (max-width: 768px) {
    .m-box-1__cat {
      font-size: 2.86vw;
      padding: 0.95vw 1.43vw 0.95vw 1.67vw;
      left: -2.38vw;
      top: -2.14vw; }
    .m-box-1__image {
      width: 100%;
      height: 30.95vw;
      margin-bottom: 2.38vw; }
    .m-box-1__text {
      font-size: 2.86vw;
      line-height: 1.5; }
      .m-box-1__text p:nth-child(2) {
        line-height: 1.5; } }

/* pagination module
========================= */
/* m-pagination-1 */
.m-pagination-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .m-pagination-1 li {
    margin: 3px 6px 3px 7px; }
    .m-pagination-1 li a, .m-pagination-1 li span {
      width: 60px;
      height: 60px;
      border-radius: 30px;
      border: solid 1px #2c2d2e;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      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;
      font-size: 1.111rem;
      color: #2c2d2e; }
    .m-pagination-1 li a:hover {
      opacity: 0.7;
      text-decoration: none; }
    .m-pagination-1 li._current a, .m-pagination-1 li._current span {
      background: #2c2d2e;
      color: #fff; }
    .m-pagination-1 li._next a {
      background: url("../img/cmn/cmn_arr1.png") no-repeat center center/9px auto; }
  @media screen and (max-width: 768px) {
    .m-pagination-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .m-pagination-1 li {
        margin: 0.71vw; }
        .m-pagination-1 li a, .m-pagination-1 li span {
          width: 7.14vw;
          height: 7.14vw;
          border-radius: 3.57vw;
          border: solid 0.24vw #2c2d2e;
          font-size: 2.86vw; }
        .m-pagination-1 li._next a {
          background: url("../img/cmn/cmn_arr1.png") no-repeat center center/1.43vw auto; } }

/* input module
========================= */
/* m-input-1 */
.m-input-1 {
  position: relative; }
  .m-input-1::after {
    position: absolute;
    content: "";
    display: block;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 29px;
    height: 29px;
    background: url("../img/cmn/cmn_ico2.png") no-repeat 0 0/cover;
    z-index: 1; }
  .m-input-1 input {
    border: solid 1px #4A6301;
    border-radius: 6px;
    width: 389px;
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 64px 5px 20px;
    font-family: inherit;
    font-size: 1.111rem;
    letter-spacing: .1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    .m-input-1::after {
      right: 4.67vw;
      width: 6.43vw;
      height: 6.43vw; }
    .m-input-1 input {
      border: solid 0.24vw #4A6301;
      border-radius: 1.43vw;
      width: 100%;
      height: 13.33vw;
      padding: 1.19vw 15.95vw 1.19vw 4.76vw;
      font-size: 4.76vw; } }

/* select module
========================= */
/* m-select-1 */
.m-select-1 {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  width: 263px; }
  .m-select-1::after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    background: #4A6301 url("../img/cmn/cmn_arr2.png") no-repeat center center;
    border-radius: 0 6px 6px 0; }
  .m-select-1 select {
    border: solid 1px #4A6301;
    border-radius: 6px;
    background: transparent;
    width: 263px;
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 20px;
    font-family: inherit;
    font-size: 1.111rem;
    letter-spacing: .1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1; }
    .m-select-1 select::-ms-expand {
      display: none; }
  .m-select-1_type-2 {
    background: #eee;
    width: 320px; }
    .m-select-1_type-2 select {
      width: 320px; }
  @media screen and (max-width: 768px) {
    .m-select-1 {
      border-radius: 1.43vw;
      width: 62.62vw; }
      .m-select-1::after {
        width: 7.14vw;
        background: #4A6301 url("../img/cmn/cmn_arr2.png") no-repeat center center/2.86vw auto;
        border-radius: 0 1.43vw 1.43vw 0; }
      .m-select-1 select {
        border: solid 0.24vw #4A6301;
        border-radius: 1.43vw;
        width: 62.62vw;
        height: 13.33vw;
        padding: 1.19vw 4.76vw;
        font-size: 4.76vw; }
      .m-select-1_type-2 {
        width: auto; }
        .m-select-1_type-2 select {
          width: 100%; } }

/* submit module
========================= */
/* m-submit-1 */
.m-submit-1 {
  position: relative; }
  .m-submit-1 button {
    border-radius: 6px;
    width: 119px;
    height: 56px;
    padding: 8px;
    font-size: 1.111rem;
    letter-spacing: .1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    font-weight: 500;
    font-family: inherit;
    color: #fff;
    background: #4A6301;
    cursor: pointer; }
    .m-submit-1 button:hover {
      opacity: 0.8; }
  @media screen and (max-width: 768px) {
    .m-submit-1 button {
      border-radius: 1.43vw;
      width: 28.33vw;
      height: 13.33vw;
      padding: 4.29vw 1.19vw;
      font-size: 4.76vw; } }

/* qa module
========================= */
/* m-qa-1 */
.m-qa-1__q, .m-qa-1__a {
  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; }

.m-qa-1__q {
  margin-bottom: 32px; }

.m-qa-1__icon {
  width: 80px;
  height: 80px;
  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;
  background: #4A6301;
  line-height: 1;
  color: #fff;
  font-size: 2.167rem;
  padding: 18px 0 23px;
  border-radius: 40px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .m-qa-1__icon._type-2 {
    border: solid 3px #4A6301;
    color: #4A6301;
    background: #fff; }

.m-qa-1__text {
  font-weight: 500;
  letter-spacing: .1em;
  font-size: 1rem;
  line-height: 1.67;
  width: 485px; }
  .m-qa-1__text._type-2 {
    font-weight: 400; }

@media screen and (max-width: 768px) {
  .m-qa-1__q {
    margin-bottom: 4.76vw; }
  .m-qa-1__a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .m-qa-1__icon {
    width: 9.52vw;
    height: 9.52vw;
    font-size: 4.52vw;
    padding: 2.14vw 0 2.86vw;
    border-radius: 4.76vw; }
    .m-qa-1__icon._type-2 {
      border: solid 0.48vw #4A6301; }
  .m-qa-1__text {
    font-size: 3.81vw;
    line-height: 1.63;
    width: 77.14vw; }
    .m-qa-1__text._type-2 {
      font-size: 2.86vw;
      line-height: 1.67; } }

/* link-list module
========================= */
/* m-link-list-1 */
.m-link-list-1 {
  width: 600px;
  height: 564px;
  position: relative; }
  .m-link-list-1::before {
    position: absolute;
    content: "";
    display: block;
    width: 126px;
    height: 120px;
    top: 237px;
    left: 245px;
    background: url("../img/cmn/cmn_star1.png") no-repeat 0 0/cover; }
  .m-link-list-1__item {
    position: absolute; }
    .m-link-list-1__item a {
      width: 200px;
      height: 200px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      display: block;
      border-radius: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1.778rem;
      font-weight: 700;
      letter-spacing: .1em;
      color: #4A6301;
      -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      transition: background .3s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .m-link-list-1__item a:hover {
        text-decoration: none;
        background: #f7ba00;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: translateY(-0.5em);
        -ms-transform: translateY(-0.5em);
        transform: translateY(-0.5em); }
      .m-link-list-1__item a span {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 8px; }
    .m-link-list-1__item:nth-child(1) {
      width: 200px;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .m-link-list-1__item:nth-child(1) a span {
        padding-top: 78px;
        background: url("../img/cmn/cmn_ico3.png") no-repeat center top; }
    .m-link-list-1__item:nth-child(2) {
      right: 0;
      top: 137px; }
      .m-link-list-1__item:nth-child(2) a span {
        padding-top: 84px;
        background: url("../img/cmn/cmn_ico4.png") no-repeat center top; }
    .m-link-list-1__item:nth-child(3) {
      right: 75px;
      bottom: 0; }
      .m-link-list-1__item:nth-child(3) a span {
        padding-top: 83px;
        background: url("../img/cmn/cmn_ico5.png") no-repeat center top; }
    .m-link-list-1__item:nth-child(4) {
      left: 81px;
      bottom: 0; }
      .m-link-list-1__item:nth-child(4) a span {
        padding-top: 90px;
        background: url("../img/cmn/cmn_ico6.png") no-repeat center top; }
    .m-link-list-1__item:nth-child(5) {
      left: 0;
      top: 137px; }
      .m-link-list-1__item:nth-child(5) a span {
        padding-top: 80px;
        background: url("../img/cmn/cmn_ico7.png") no-repeat center top; }
  @media screen and (max-width: 768px) {
    .m-link-list-1 {
      width: 80.95vw;
      height: 76.19vw;
      margin: 0 auto; }
      .m-link-list-1::before {
        width: 16.67vw;
        height: 15.95vw;
        top: 31.9vw;
        left: 33.1vw; }
      .m-link-list-1__item a {
        width: 26.9vw;
        height: 26.9vw;
        border-radius: 13.45vw;
        font-size: 4.05vw;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .m-link-list-1__item a span {
          padding-bottom: 1.43vw; }
      .m-link-list-1__item:nth-child(1) {
        width: 26.9vw; }
        .m-link-list-1__item:nth-child(1) a span {
          padding-top: 10.24vw;
          background: url("../img/cmn/cmn_ico3.png") no-repeat center top/10.48vw auto; }
      .m-link-list-1__item:nth-child(2) {
        top: 18.1vw; }
        .m-link-list-1__item:nth-child(2) a span {
          padding-top: 10.95vw;
          background: url("../img/cmn/cmn_ico4.png") no-repeat center top/10.24vw auto; }
      .m-link-list-1__item:nth-child(3) {
        right: 10.71vw; }
        .m-link-list-1__item:nth-child(3) a span {
          padding-top: 10.95vw;
          background: url("../img/cmn/cmn_ico5.png") no-repeat center top/10.71vw auto; }
      .m-link-list-1__item:nth-child(4) {
        left: 10.71vw; }
        .m-link-list-1__item:nth-child(4) a span {
          padding-top: 11.9vw;
          background: url("../img/cmn/cmn_ico6.png") no-repeat center top/10.48vw auto; }
      .m-link-list-1__item:nth-child(5) {
        top: 18.1vw; }
        .m-link-list-1__item:nth-child(5) a span {
          padding-top: 10.24vw;
          background: url("../img/cmn/cmn_ico7.png") no-repeat center top/6.67vw auto; } }
