@charset "UTF-8";
/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

.l-common main {
  padding-top: 110px; }
  @media screen and (max-width: 767px) {
    .l-common main {
      padding-top: 72px; } }

.l-inner2 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }

.u-bg001 {
  background-color: #F4F4F4; }

.page-saien-sub .c-contact {
  display: none; }

/*
------------------------------------------------------------*/
.c-btn01__txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background-color: #cc3333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 14px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 228px;
  width: 100%;
  position: relative;
  text-decoration: none; }
  .c-btn01__txt::after {
    position: absolute;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 5px;
    height: 5px;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.c-btn01--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

/*
------------------------------------------------------------*/
.c-btn02 a {
  position: relative;
  width: 300px;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 2.08px;
  font-weight: 500;
  text-align: center;
  background-color: #E8E8E8;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 16px 18px; }
  .c-btn02 a:after {
    position: absolute;
    content: '';
    border-right: 2px solid #3e3a39;
    border-bottom: 2px solid #3e3a39;
    width: 5px;
    height: 5px;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/*
------------------------------------------------------------*/
.c-btn03 {
  background-color: #8DAD3B;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  border-radius: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 11px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .c-btn03 {
      font-size: 1.4rem; } }
  .c-btn03::after {
    position: relative;
    content: '';
    margin-left: 17px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .c-btn03.show:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 3px; }

/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn04__txt {
  border-radius: 25px;
  padding: 13px 16px 14px;
  background: #8DAD3B;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.7px;
  font-weight: 700;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-btn04__txt {
      font-size: 1.3rem;
      line-height: 1.4;
      padding: 10px 0 10px; } }
  .c-btn04__txt::after {
    position: absolute;
    content: "";
    right: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../image/saien/lineup/icon-arrow-right.svg") no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 24px 24px; }
    @media screen and (max-width: 767px) {
      .c-btn04__txt::after {
        right: 15px;
        width: 20px;
        height: 20px;
        background-size: 20px 20px; } }

.c-btn04.bg-red .c-btn04__txt {
  background-color: #B3403C; }
  .c-btn04.bg-red .c-btn04__txt::after {
    display: none; }
  .c-btn04.bg-red .c-btn04__txt::before {
    display: inline-block;
    content: '';
    background: url("../image/saien/lineup/icon-download.svg") no-repeat center;
    width: 17px;
    height: 18px;
    background-size: 17px 18px;
    margin-right: 12px; }
    @media screen and (max-width: 767px) {
      .c-btn04.bg-red .c-btn04__txt::before {
        width: 15px;
        height: 16px;
        background-size: 15px 16px; } }

.c-btn04.style1 .c-btn04__txt {
  background-color: #718E5F; }
  .c-btn04.style1 .c-btn04__txt::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 13px; }

.c-btn04.style2 {
  max-width: 408px;
  margin: 0 auto; }
  .c-btn04.style2 .c-btn04__txt {
    font-size: 1.8rem;
    letter-spacing: 0.01rem;
    padding: 12px 36px 12px 16px;
    background-color: #FF715F;
    border-radius: 31px; }
    @media screen and (max-width: 767px) {
      .c-btn04.style2 .c-btn04__txt {
        font-size: 1.3rem;
        padding: 10px 0 10px;
        border-radius: 25px; } }
    .c-btn04.style2 .c-btn04__txt::after {
      background: url("/image/common-new/icon-arrow-orange.svg") no-repeat center;
      width: 24px;
      height: 24px;
      background-size: 24px 24px; }
      @media screen and (max-width: 767px) {
        .c-btn04.style2 .c-btn04__txt::after {
          width: 20px;
          height: 20px;
          background-size: 20px 20px; } }

/*
------------------------------------------------------------*/
.c-btn05__txt {
  border-radius: 22px;
  font-size: 1.8rem;
  color: #994A69;
  border: 3px solid #994A69;
  max-width: 275px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .c-btn05__txt {
      font-size: 1.4rem;
      max-width: 220px;
      padding: 7px 0;
      border-width: 1px;
      margin: 0 auto; } }
  .c-btn05__txt.orange {
    border-color: #A44A37;
    color: #A44A37; }

/* c-ttl
------------------------------------------------------------*/
.c-ttl001 {
  font-size: 23px;
  letter-spacing: 0.7px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  font-family: 'Noto Sans Japanese', sans-serif; }
  @media screen and (max-width: 767px) {
    .c-ttl001 {
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0; } }
  .c-ttl001--ls {
    letter-spacing: 6px; }
  .c-ttl001--big {
    font-size: 28px;
    letter-spacing: 9px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .c-ttl001--big {
        font-size: 20px;
        letter-spacing: 1px; } }
  .c-ttl001--white {
    color: #fff;
    font-weight: 500;
    letter-spacing: 7px; }
    @media screen and (max-width: 767px) {
      .c-ttl001--white {
        letter-spacing: 0;
        line-height: 1.5; } }
  .c-ttl001__bg {
    background-color: #cc3333;
    padding: 15px 0 19px; }
    @media screen and (max-width: 767px) {
      .c-ttl001__bg {
        padding: 6px 0 7px; } }

/*
------------------------------------------------------------*/
.c-ttl002 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #000;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    .c-ttl002 {
      font-size: 1.4rem;
      line-height: 1.2;
      letter-spacing: 1px;
      font-weight: 500; } }

/*
------------------------------------------------------------*/
.c-ttl003 {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  background: #F4F4F4;
  border-radius: 4px;
  padding: 2.5px 24px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 6.5px;
  font-family: 'Noto Sans Japanese', sans-serif; }
  @media screen and (max-width: 767px) {
    .c-ttl003 {
      font-size: 2rem;
      line-height: 1.8;
      letter-spacing: 2px;
      padding: 3px 15px 1px; } }

/*
------------------------------------------------------------*/
.c-ttl004 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  color: #333;
  font-family: 'Noto Sans Japanese', sans-serif; }
  @media screen and (max-width: 767px) {
    .c-ttl004 {
      font-size: 1.6rem;
      line-height: 1.4; } }

/*
------------------------------------------------------------*/
.c-ttl005 {
  font-size: 2.1rem;
  letter-spacing: 0.8px;
  font-weight: 700;
  border-bottom: 1px solid #D3D4D4;
  padding-bottom: 10px;
  color: #000;
  line-height: 1.5;
  font-family: 'Noto Sans Japanese', sans-serif; }
  @media screen and (max-width: 767px) {
    .c-ttl005 {
      font-size: 1.8rem; } }
  .c-ttl005 > a {
    text-decoration: none;
    color: #000; }
  .c-ttl005--icon > a::after {
    content: "";
    width: 15px;
    height: 12px;
    background: url("/image/common-new/icon-windows.svg") no-repeat center;
    background-size: 15px 12px;
    display: inline-block;
    margin-left: 13px; }

/*
------------------------------------------------------------*/
.c-ttl006 {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 767px) {
    .c-ttl006 {
      font-size: 1.6rem; } }
  .c-ttl006.big {
    font-size: 3.8rem;
    color: #000000;
    font-weight: 500;
    letter-spacing: 1rem; }
    @media screen and (max-width: 767px) {
      .c-ttl006.big {
        font-size: 2.5rem;
        letter-spacing: 0.2rem; } }

/*
------------------------------------------------------------*/
.c-ttl007 {
  font-size: 2.6rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #231815; }
  @media screen and (max-width: 767px) {
    .c-ttl007 {
      font-size: 2rem; } }
  .c-ttl007.u-white {
    color: #fff;
    font-weight: 700; }

/*
------------------------------------------------------------*/
.c-ttl008 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-ttl008__num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    background-color: #8DAD3B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .c-ttl008__num {
        font-size: 2.3rem;
        width: 40px;
        height: 40px; } }
  @media screen and (max-width: 767px) {
    .c-ttl008__icon {
      width: 38px; } }
  .c-ttl008__txt {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    font-weight: 400;
    color: #231815;
    margin-left: 12px; }
    @media screen and (max-width: 767px) {
      .c-ttl008__txt {
        font-size: 1.8rem; } }
  .c-ttl008.style1 .c-ttl008__num {
    font-weight: 500;
    width: 54px;
    height: 54px;
    font-size: 3.5rem; }
    @media screen and (max-width: 767px) {
      .c-ttl008.style1 .c-ttl008__num {
        width: 40px;
        height: 40px;
        font-size: 2.3rem; } }
  .c-ttl008.style1 .c-ttl008__txt {
    font-weight: 700;
    color: #231815;
    letter-spacing: 0.4rem;
    margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .c-ttl008.style1 .c-ttl008__txt {
        letter-spacing: 0.2rem;
        margin-left: 10px; } }
  .c-ttl008__wrap {
    position: relative; }
    .c-ttl008__wrap::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: #707070;
      z-index: 0; }
  .c-ttl008.style2 {
    background-color: #F8F9E4;
    z-index: 1; }
    .c-ttl008.style2 .c-ttl008__num {
      font-weight: 500;
      width: 54px;
      height: 54px;
      font-size: 3.5rem;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .c-ttl008.style2 .c-ttl008__num {
          width: 40px;
          height: 40px;
          font-size: 2.3rem; } }
    .c-ttl008.style2 .c-ttl008__txt {
      font-weight: 700;
      color: #231815;
      letter-spacing: 0.4rem;
      margin-left: 0;
      padding-left: 15px;
      padding-right: 15px;
      z-index: 1;
      background-color: #F8F9E4; }
      @media screen and (max-width: 767px) {
        .c-ttl008.style2 .c-ttl008__txt {
          letter-spacing: 0.2rem;
          padding-left: 10px; } }

/*
------------------------------------------------------------*/
.c-ttl009 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .c-ttl009::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #B7B8B8;
    z-index: 0; }
  .c-ttl009__txt {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    z-index: 1;
    background-color: #F3F3F3;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-ttl009__txt {
        font-size: 1.6rem;
        padding: 0 15px; } }
  .c-ttl009.style1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .c-ttl009.style1 .c-ttl009__txt {
      background-color: #fff;
      padding-left: 0; }

/*
------------------------------------------------------------*/
.c-ttl10 {
  font-size: 3.8rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 1rem;
  line-height: 1.5;
  position: relative;
  padding-left: 33px; }
  @media screen and (max-width: 767px) {
    .c-ttl10 {
      font-size: 2.5rem;
      letter-spacing: 0.2rem;
      padding-left: 20px; } }
  .c-ttl10::before {
    position: absolute;
    content: '';
    background-color: #D4DA00;
    width: 10px;
    height: 66px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .c-ttl10::before {
        width: 6px;
        height: 100%; } }
  .c-ttl10::after {
    position: absolute;
    content: '';
    width: calc(100% - 10px);
    height: 1px;
    background-color: #999A9A;
    bottom: -4px;
    left: 10px; }
    @media screen and (max-width: 767px) {
      .c-ttl10::after {
        bottom: 0;
        left: 6px;
        width: calc(100% - 6px); } }

/*
------------------------------------------------------------*/
.c-ttl11 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  color: #3E3A39;
  letter-spacing: 0.1rem;
  position: relative;
  padding-left: 25px; }
  @media screen and (max-width: 767px) {
    .c-ttl11 {
      font-size: 1.6rem;
      letter-spacing: 0.2rem;
      padding-left: 16px; } }
  .c-ttl11::before {
    position: absolute;
    content: '';
    background-color: #3E3A39;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .c-ttl11::before {
        width: 14px;
        height: 14px;
        top: 2px; } }

/*
------------------------------------------------------------*/
.c-ttl12 {
  font-size: 3.16rem;
  color: #221613;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-ttl12 {
      font-size: 1.8rem;
      letter-spacing: 0.1rem; } }

/*
------------------------------------------------------------*/
.c-ttl13 {
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.4rem; }
  @media screen and (max-width: 1060px) {
    .c-ttl13 {
      font-size: 2.2rem; } }
  @media screen and (max-width: 767px) {
    .c-ttl13 {
      font-size: 1.8rem;
      letter-spacing: 0.1rem; } }
  .c-ttl13__bg {
    background-color: #8DAD3B;
    padding: 16px 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-ttl13__bg {
        padding: 10px 0; } }

/*
------------------------------------------------------------*/
.c-ttl14 {
  font-size: 3.6rem;
  color: #3E3A39;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.32rem; }
  @media screen and (max-width: 767px) {
    .c-ttl14 {
      font-size: 1.8rem;
      letter-spacing: 0.1rem; } }

/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text01 {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 1.4px; }

/*
------------------------------------------------------------*/
.c-text02 {
  font-size: 1.7rem;
  line-height: 3rem;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 767px) {
    .c-text02 {
      font-size: 1.4rem;
      line-height: 2.4rem; } }
  .c-text02.text-aright {
    text-align: right;
    margin-top: 10px; }

/*
------------------------------------------------------------*/
.c-text03 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #666;
  letter-spacing: 0;
  margin-top: 5px; }

/*
------------------------------------------------------------*/
.c-text04 {
  font-size: 1.7rem;
  line-height: 26px;
  color: #999999;
  font-weight: 300;
  letter-spacing: 0.05rem; }
  @media screen and (max-width: 767px) {
    .c-text04 {
      font-size: 1.4rem;
      line-height: 1.5; } }
  .c-text04 + .c-text04 {
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .c-text04 + .c-text04 {
        margin-top: 15px; } }
  .c-text04__dot {
    position: relative;
    padding-left: 18px; }
    @media screen and (max-width: 767px) {
      .c-text04__dot {
        padding-left: 14px; } }
    .c-text04__dot::before {
      position: absolute;
      content: '';
      width: 15px;
      height: 15px;
      background-color: #999999;
      border-radius: 50%;
      left: 0;
      top: 2px;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .c-text04__dot::before {
          width: 12px;
          height: 12px; } }
    .c-text04__dot1 {
      position: relative;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .c-text04__dot1 {
          padding-left: 14px; } }
      .c-text04__dot1::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 13px;
        height: 13px;
        background: #999999;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
        @media screen and (max-width: 767px) {
          .c-text04__dot1::before {
            width: 10px;
            height: 10px; } }
  .c-text04.u-center {
    text-align: center; }
  .c-text04.u-right {
    text-align: right; }
  .c-text04.tag {
    position: relative;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .c-text04.tag {
        padding-left: 16px; } }
    .c-text04.tag::before {
      position: absolute;
      content: '※';
      font-size: 1.7rem;
      line-height: 1;
      color: #999999;
      left: 0;
      top: 3px; }
      @media screen and (max-width: 767px) {
        .c-text04.tag::before {
          font-size: 1.4rem; } }

/*
------------------------------------------------------------*/
.c-text05 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #838383;
  line-height: 1.5;
  text-align: right; }

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
.saien-fixed {
  height: 76px;
  background-color: #ffffff; }
  @media screen and (max-width: 767px) {
    .saien-fixed {
      height: 50px; } }

.saien-nav {
  position: fixed;
  width: 100%;
  height: 76px;
  z-index: 99;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #ffffff;
  min-width: 1000px; }
  @media screen and (max-width: 767px) {
    .saien-nav {
      position: fixed;
      width: 100%;
      min-width: auto;
      height: 50px;
      padding: 10px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      z-index: 99;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #ccc; } }
  .saien-nav.hidden {
    opacity: 0;
    -webkit-transform: translate(0, -30px) !important;
        -ms-transform: translate(0, -30px) !important;
            transform: translate(0, -30px) !important;
    -webkit-transition: 0s;
    transition: 0s; }
  .saien-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .saien-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .saien-nav__item {
      border-bottom: 1px solid #CCC;
      width: 100%;
      text-align: center; } }
  .saien-nav__link {
    display: block;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #000;
    letter-spacing: 0;
    font-weight: bold;
    padding: 26px 22px 22px;
    position: relative; }
    @media screen and (max-width: 1060px) {
      .saien-nav__link {
        font-size: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .saien-nav__link {
        padding: 10px 20px;
        font-size: 1.4rem;
        letter-spacing: 0.1rem; }
        .saien-nav__link.is-active {
          color: #cc3333; } }
    .saien-nav__link::after {
      position: absolute;
      content: "";
      width: 0;
      height: 3px;
      background-color: #cc0000;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      margin: 0 auto;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .saien-nav__link::after {
          display: none; } }
    @media screen and (min-width: 1061px) {
      .saien-nav__link:hover::after {
        width: 100%;
        opacity: 1; } }
    .saien-nav__link.is-active::after {
      width: 100%;
      opacity: 1; }

@media screen and (max-width: 767px) {
  .saien_new__nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px; } }

@media screen and (max-width: 767px) {
  .saien_new__ttl {
    display: block;
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    line-height: 1;
    padding-left: 20px; } }

.saien_new__wrap {
  display: none; }
  @media screen and (max-width: 767px) {
    .saien_new__wrap {
      display: block; }
      .saien_new__wrap.is-open .saien_new__icon {
        background: transparent;
        top: 0; }
        .saien_new__wrap.is-open .saien_new__icon::before, .saien_new__wrap.is-open .saien_new__icon::after {
          top: 0; }
        .saien_new__wrap.is-open .saien_new__icon::before {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .saien_new__wrap.is-open .saien_new__icon::after {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); } }

.saien_new__menu {
  display: none; }
  @media screen and (max-width: 767px) {
    .saien_new__menu {
      display: block;
      position: absolute;
      z-index: 99;
      width: 25px;
      padding: 6px 20px 6px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      top: 0;
      right: 0;
      background-color: transparent;
      cursor: pointer; } }

.saien_new__icon {
  position: relative;
  display: block;
  margin-top: 19px;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222; }
  .saien_new__icon::before, .saien_new__icon::after {
    position: absolute;
    top: -10px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222; }
  .saien_new__icon::after {
    top: 8px; }

/*------------------------------------------------------------
image
------------------------------------------------------------*/
.c-imgtext01 {
  display: inline-block; }
  .c-imgtext01__img {
    float: left;
    margin-right: 30px;
    margin-bottom: 13px;
    width: 480px; }
    @media screen and (max-width: 767px) {
      .c-imgtext01__img {
        width: 100%;
        margin-right: 0; } }
    .c-imgtext01__img video {
      display: block;
      max-width: 100%;
      height: 100%; }
  @media screen and (max-width: 767px) {
    .c-imgtext01__iframe {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 6px;
      height: 0;
      overflow: hidden; } }
  .c-imgtext01__iframe iframe {
    display: block; }
    @media screen and (max-width: 767px) {
      .c-imgtext01__iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .c-imgtext01--reserve .c-imgtext01__img {
    float: right;
    margin-left: 30px;
    margin-right: 0;
    margin-top: 42px; }
    @media screen and (max-width: 767px) {
      .c-imgtext01--reserve .c-imgtext01__img {
        margin-left: 0;
        margin-top: 7px;
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important; } }
  @media screen and (max-width: 767px) {
    .c-imgtext01--reserve .c-imgtext01__txt {
      -webkit-box-ordinal-group: 3 !important;
      -webkit-order: 2 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important; } }

/*
------------------------------------------------------------*/
.c-imgtext02 {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 16px solid #F2F2F2;
  background-color: #ffffff;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px; }
  @media screen and (max-width: 767px) {
    .c-imgtext02 {
      padding: 17px 17px 17px 17px; } }
  .c-imgtext02__img {
    width: 340px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 40px; }
    @media screen and (max-width: 767px) {
      .c-imgtext02__img {
        width: 38%;
        padding-right: 10px; } }
  .c-imgtext02__body {
    position: relative;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-imgtext02__body {
        width: 100%; } }
  .c-imgtext02__txt1 {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 2.08px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-imgtext02__txt1 {
        font-size: 1.1rem;
        letter-spacing: 0; } }
  .c-imgtext02__link {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 1.82px;
    text-decoration: none;
    color: #00CAFF;
    display: block; }
    @media screen and (max-width: 767px) {
      .c-imgtext02__link {
        font-size: 1.1rem;
        letter-spacing: 1.5px; } }
  .c-imgtext02__group .c-imgtext02__txt1 {
    text-align: left; }
  .c-imgtext02__group .c-imgtext02__link {
    text-align: left; }
  .c-imgtext02__group + .c-imgtext02__group {
    margin-top: 20px; }

/*
------------------------------------------------------------*/
.c-imgtext03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-imgtext03 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-imgtext03__img {
    width: 40.61224%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-imgtext03__img {
        width: 100%; } }
  .c-imgtext03__body {
    width: 59.38776%;
    padding-left: 50px;
    padding-top: 12px; }
    @media screen and (max-width: 767px) {
      .c-imgtext03__body {
        width: 100%;
        padding-left: 0;
        padding-top: 20px; } }
    .c-imgtext03__body .c-btn02 {
      text-align: center;
      margin: 25px auto 0;
      padding-right: 63px; }
      @media screen and (max-width: 767px) {
        .c-imgtext03__body .c-btn02 {
          padding-right: 0; } }
  .c-imgtext03__title {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 2.08px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .c-imgtext03__title {
        font-size: 1.4rem; } }
  .c-imgtext03__txt1 {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 1.4px;
    color: #6D6D6D; }

/*
------------------------------------------------------------*/
.c-imgtext04 {
  border: 1px solid #AFAFB0;
  padding: 20px 27px 27px;
  height: 100%;
  background: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .c-imgtext04 {
      padding: 10px 15px 15px; }
      .c-imgtext04__img {
        width: 60%;
        margin: 0 auto; } }
  .c-imgtext04__detail {
    margin-top: 6px; }
  .c-imgtext04__title {
    font-weight: bold;
    font-size: 2.95rem;
    line-height: 35px;
    color: #000000; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__title {
        font-size: 2rem;
        line-height: 1.5; } }
  .c-imgtext04__number {
    font-size: 1.47rem;
    line-height: 25px;
    color: #000000;
    font-weight: bold;
    margin-top: 2px;
    display: block; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__number {
        font-size: 1.2rem;
        line-height: 1.4; } }
    .c-imgtext04__number::after {
      content: "";
      background: #3B3B3B;
      display: block;
      width: 100%;
      height: 1px;
      margin-top: 2px; }
  .c-imgtext04__desc {
    margin-top: 2px;
    font-size: 1.47rem;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0.9px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__desc {
        font-size: 1.2rem;
        line-height: 1.4; } }
  .c-imgtext04__txt1 {
    color: #000000;
    font-size: 2.3rem;
    line-height: 25px;
    font-weight: bold;
    margin-top: 2px;
    letter-spacing: 1.2px; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__txt1 {
        font-size: 1.8rem;
        line-height: 1.4; } }
  .c-imgtext04__tag {
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__tag {
        margin-top: 10px; } }
  .c-imgtext04__txt2 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 25px;
    background: #F2B02D;
    padding: 4px;
    border-radius: 8px;
    color: #231815;
    display: block;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__txt2 {
        font-size: 1.4rem;
        line-height: 1.2; } }
  .c-imgtext04__txt3 {
    font-weight: 500;
    color: #FFFFFF;
    background: #8DAD3B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
    border-radius: 30px;
    margin-top: 9px;
    padding: 3px 0 3px; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__txt3 {
        font-size: 1.3rem;
        padding: 3px 0 3px; } }
  .c-imgtext04__list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__list1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 5px -5px 0; } }
  .c-imgtext04__item1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2px;
    border-bottom: 1px solid #D9DADA;
    margin-bottom: 13px; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__item1 {
        margin-bottom: 6px !important;
        width: 50%;
        padding: 0 5px 2px;
        border-bottom: none;
        position: relative;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .c-imgtext04__item1::after {
          position: absolute;
          content: '';
          width: calc(100% - 10px);
          height: 1px;
          left: 5px;
          bottom: 0;
          background-color: #D9DADA; } }
    .c-imgtext04__item1:last-child {
      margin-bottom: 0; }
  .c-imgtext04__txt4 {
    font-size: 1.77rem;
    line-height: 25px;
    font-weight: 500;
    color: #000000; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__txt4 {
        font-size: 1.2rem;
        line-height: 1.5; } }
  .c-imgtext04__list2 {
    margin-top: 14px; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__list2 {
        margin-top: 6px; } }
  .c-imgtext04__item2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 7px;
    border-radius: 10px;
    overflow: hidden; }
    .c-imgtext04__item2:last-child {
      margin-bottom: 0; }
  .c-imgtext04__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1px;
    font-size: 1.4rem;
    line-height: 24.5px;
    font-weight: bold;
    background: #D4DA00;
    color: #3E3A39; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__heading {
        font-size: 1.2rem;
        line-height: 1.4; } }
  .c-imgtext04__txt5 {
    padding: 6px 17px 16px;
    background: #F4F2E8;
    color: #000000;
    font-size: 1.77rem;
    line-height: 31px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .c-imgtext04__txt5 {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 5px 10px 5px; } }

/*
------------------------------------------------------------*/
.c-imgtxt4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-imgtxt4 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-imgtxt4.u-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-imgtxt4__ct {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 767px) {
      .c-imgtxt4__ct {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%; } }
  .c-imgtxt4__wrap {
    margin-left: 14px; }
    @media screen and (max-width: 767px) {
      .c-imgtxt4__wrap {
        margin-left: 0; } }
  .c-imgtxt4__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 36px;
    width: 442px; }
    @media screen and (max-width: 767px) {
      .c-imgtxt4__img {
        width: 100% !important;
        margin: 20px auto 0;
        text-align: center; }
        .c-imgtxt4__img img {
          zoom: 0.5; } }
    .c-imgtxt4__img.w-117 {
      width: 117px; }
    .c-imgtxt4__img.w-394 {
      width: 394px; }
    .c-imgtxt4__img.w-398 {
      width: 398px; }
    .c-imgtxt4__img.w-289 {
      width: 289px; }
    .c-imgtxt4__img.w-279 {
      width: 279px; }
    .c-imgtxt4__img.w-555 {
      width: 555px; }
    .c-imgtxt4__img.w-392 {
      width: 392px; }
    .c-imgtxt4__img.w-432 {
      width: 432px; }
    .c-imgtxt4__img.w-442 {
      width: 442px !important; }
      @media screen and (max-width: 767px) {
        .c-imgtxt4__img.w-442 {
          text-align: left;
          width: 100% !important; } }
    .c-imgtxt4__img.mgt-40 {
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .c-imgtxt4__img.mgt-40 {
          margin-top: 0; } }
  .c-imgtxt4__img1 {
    margin-top: 48px;
    margin-bottom: 14px; }
    @media screen and (max-width: 767px) {
      .c-imgtxt4__img1 {
        margin-top: 20px; } }
    .c-imgtxt4__img1 img {
      zoom: 0.5; }

/*
------------------------------------------------------------*/
.c-imgtxt5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-imgtxt5 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-imgtxt5__img {
    width: 299px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 22px; }
    @media screen and (max-width: 767px) {
      .c-imgtxt5__img {
        width: 100%; } }
    .c-imgtxt5__img.double {
      width: 618px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        .c-imgtxt5__img.double {
          width: 100%; } }
  .c-imgtxt5__img1 {
    width: 50%; }
    .c-imgtxt5__img1 + .c-imgtxt5__img1 {
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .c-imgtxt5__img1 + .c-imgtxt5__img1 {
          margin-left: 10px; } }
  .c-imgtxt5__ct {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 767px) {
      .c-imgtxt5__ct {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%;
        margin-top: 20px; } }
  .c-imgtxt5__txt {
    font-size: 1.7rem;
    letter-spacing: 0.05rem;
    font-weight: 300;
    color: #999999;
    line-height: 26px; }
    @media screen and (max-width: 767px) {
      .c-imgtxt5__txt {
        font-size: 1.4rem;
        line-height: 21px; } }

/*
------------------------------------------------------------*/
.c-imgtxt6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-imgtxt6 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-imgtxt6__txt {
    width: 402px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 80px; }
    @media screen and (max-width: 767px) {
      .c-imgtxt6__txt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
  .c-imgtxt6__img {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 767px) {
      .c-imgtxt6__img {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%; } }
  .c-imgtxt6__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -38px; }
    @media screen and (max-width: 767px) {
      .c-imgtxt6__list {
        margin: 0; } }
  .c-imgtxt6__item {
    width: 33.33333%;
    padding: 0 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-imgtxt6__item {
        padding: 0;
        width: 100%; }
        .c-imgtxt6__item:not(:last-child) {
          margin-bottom: 30px; } }
  .c-imgtxt6__icon {
    text-align: center;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .c-imgtxt6__icon {
        margin-bottom: 10px; } }
  .c-imgtxt6__ttl {
    font-size: 1.6rem;
    color: #000000;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-imgtxt6__ttl {
        font-size: 1.4rem; } }

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -2.5px 59px; }
  @media screen and (max-width: 767px) {
    .c-list01 {
      margin-bottom: 15px; } }
  .c-list01__item {
    width: 16.66667%;
    padding: 0 2.5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media screen and (min-width: 768px) {
      .c-list01__item:hover img {
        -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
                transform: translateY(-4px); } }
    @media screen and (max-width: 767px) {
      .c-list01__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        margin-bottom: 5px;
        padding: 0 0 4px 9px; }
        .c-list01__item:first-child {
          padding-top: 14px; }
        .c-list01__item:not(:last-child) {
          border-bottom: 1px solid #cccccc; }
        .c-list01__item::after {
          position: absolute;
          content: "";
          width: 16px;
          height: 16px;
          right: 17px;
          top: 0;
          bottom: 0;
          margin: auto;
          background: url(/image/common-new/icon_arrow_sp.svg);
          background-size: 16px 16px; } }
  .c-list01__ttl {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.2rem;
    font-weight: 400;
    color: #000;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-list01__ttl {
        letter-spacing: 0;
        text-align: left;
        padding-right: 40px; } }
    @media screen and (max-width: 320px) {
      .c-list01__ttl {
        font-size: 1.4rem; } }
  .c-list01__img {
    margin-bottom: 20px;
    height: 131px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-list01__img {
        height: 100%;
        margin-bottom: 0;
        margin-right: 25px;
        width: 80px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    .c-list01__img img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 131px;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
      @media screen and (max-width: 767px) {
        .c-list01__img img {
          width: 100%;
          height: 100%;
          max-height: 100%; } }
  .c-list01__link {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 1; }
    @media screen and (max-width: 767px) {
      .c-list01__link {
        display: block; } }
    .c-list01__link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9; }

/*
------------------------------------------------------------*/
.c-list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px 27px; }
  @media screen and (max-width: 767px) {
    .c-list02 {
      margin: 0 -6px 10px; } }
  .c-list02__item {
    width: 25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 17px; }
    @media screen and (max-width: 767px) {
      .c-list02__item {
        width: 50%;
        max-height: 100%;
        padding: 0 6px;
        margin-bottom: 12px; } }
  .c-list02__wrap {
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .c-list02__link {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block; }
  .c-list02__content {
    position: relative;
    padding: 40px 20px 16px 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-list02__content {
        padding: 17px 10px 25px 10px; } }
  .c-list02__name {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.429;
    letter-spacing: 0.05rem;
    color: #fff;
    background-color: #cc3333;
    padding: 3px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: -15px; }
    @media screen and (max-width: 767px) {
      .c-list02__name {
        top: -12px;
        padding: 2px 9px;
        font-size: 1.2rem; } }
  .c-list02__ttl {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 13px; }
    @media screen and (max-width: 767px) {
      .c-list02__ttl {
        letter-spacing: 0.1rem;
        font-size: 1.4rem;
        margin-bottom: 13px;
        line-height: 1.4; }
        .c-list02__ttl.letter-other {
          letter-spacing: 0; } }
    @media screen and (max-width: 320px) {
      .c-list02__ttl {
        font-size: 1.4rem; } }
  .c-list02__des {
    font-size: 1.4rem;
    color: #999;
    letter-spacing: 0.14rem;
    line-height: 1.5;
    text-align: justify;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .c-list02__des {
        text-overflow: ellipsis;
        white-space: normal;
        height: 63px;
        display: block;
        overflow: hidden; } }
    @media screen and (max-width: 767px) {
      .c-list02__des {
        line-height: 1.3;
        letter-spacing: 0;
        font-size: 1.2rem; } }
    @media screen and (max-width: 320px) {
      .c-list02__des {
        font-size: 1.3rem; } }
  .c-list02__icon {
    position: relative;
    padding-left: 27px;
    margin-bottom: 11px; }
    @media screen and (max-width: 767px) {
      .c-list02__icon {
        padding-left: 20px;
        margin-bottom: 7px; } }
    .c-list02__icon::before {
      position: absolute;
      content: "";
      left: 4px;
      top: 4px;
      width: 16px;
      height: 16px;
      background: url(/image/common-new/icon_arrow2.svg);
      background-size: 16px 16px; }
      @media screen and (max-width: 767px) {
        .c-list02__icon::before {
          left: 0;
          top: 2px; } }
      @media screen and (max-width: 320px) {
        .c-list02__icon::before {
          top: 0; } }
  .c-list02__img.radius img {
    border-radius: 5px; }
  .c-list02__img img {
    width: 100%; }
  .c-list02.style1 {
    /*--End &.style1--*/ }
    @media screen and (max-width: 767px) {
      .c-list02.style1 .c-list02__des {
        line-height: 1.5;
        letter-spacing: -0.05rem; } }
    .c-list02.style1 .c-list02__item {
      margin-bottom: 45px;
      max-height: 100%; }
      @media screen and (max-width: 767px) {
        .c-list02.style1 .c-list02__item {
          margin-bottom: 35px; } }
    .c-list02.style1 .c-list02__des {
      height: auto; }
    @media screen and (max-width: 767px) {
      .c-list02.style1 .c-list02__ttl {
        line-height: 1.12;
        font-size: 1.6rem;
        font-weight: 400; }
        .c-list02.style1 .c-list02__ttl.letter-other {
          letter-spacing: -0.08rem; } }
    @media screen and (max-width: 767px) and (max-width: 360px) {
      .c-list02.style1 .c-list02__ttl.letter-other {
        letter-spacing: -0.1rem; } }
    .c-list02.style1 .c-list02__img {
      margin-bottom: 0;
      margin-top: 8px; }
      @media screen and (max-width: 767px) {
        .c-list02.style1 .c-list02__img {
          margin-top: 9px; } }
      .c-list02.style1 .c-list02__img img {
        border-radius: 5px; }
  .c-list02.style2 {
    /*--End &.style2--*/ }
    .c-list02.style2 .c-list02__item {
      margin-bottom: 38px; }
      @media screen and (max-width: 767px) {
        .c-list02.style2 .c-list02__item {
          margin-bottom: 20px; } }
    .c-list02.style2 .c-list02__img {
      margin-bottom: 21px; }
      @media screen and (max-width: 767px) {
        .c-list02.style2 .c-list02__img {
          margin-bottom: 10px; } }
  .c-list02.style3 {
    /*--End &.style2--*/ }
    .c-list02.style3 .c-list02__item {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .c-list02.style3 .c-list02__item {
          margin-bottom: 20px; } }
    .c-list02.style3 .c-list02__img {
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .c-list02.style3 .c-list02__img {
          margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .c-list02.style3 .c-list02__ttl {
        line-height: 1.12;
        font-size: 1.6rem;
        font-weight: 400; }
        .c-list02.style3 .c-list02__ttl.letter-other {
          letter-spacing: -0.08rem; } }
    @media screen and (max-width: 767px) and (max-width: 360px) {
      .c-list02.style3 .c-list02__ttl.letter-other {
        letter-spacing: -0.1rem; } }

/*
------------------------------------------------------------*/
.c-list03__item {
  width: 100%;
  height: 100%; }

.c-list03 .slick-next {
  right: 20px; }
  @media screen and (max-width: 767px) {
    .c-list03 .slick-next {
      right: 8px; } }
  .c-list03 .slick-next::before {
    right: 0; }

.c-list03 .slick-prev {
  left: 20px; }
  @media screen and (max-width: 767px) {
    .c-list03 .slick-prev {
      left: 8px; } }
  .c-list03 .slick-prev::before {
    left: 0;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }

.c-list03 .slick-next, .c-list03 .slick-prev {
  width: 30px;
  height: 60px;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .c-list03 .slick-next, .c-list03 .slick-prev {
      width: 15px;
      height: 30px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: 28vw; } }
  .c-list03 .slick-next::before, .c-list03 .slick-prev::before {
    opacity: 1;
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30px;
    height: 60px;
    background: url(/image/common-new/icon_arrow3.svg);
    background-size: 30px 60px; }
    @media screen and (max-width: 767px) {
      .c-list03 .slick-next::before, .c-list03 .slick-prev::before {
        width: 15px;
        height: 30px;
        background: url(/image/common-new/icon_arrow3.svg);
        background-size: 15px 30px; } }

.c-list03 .c-text03 {
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .c-list03 .c-text03 {
      margin-top: 0; } }

/*
------------------------------------------------------------*/
.c-list11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 5px; }
  @media screen and (max-width: 767px) {
    .c-list11 {
      padding: 0; } }
  .c-list11__item {
    margin: 0 10px 22px 0; }
    @media screen and (max-width: 767px) {
      .c-list11__item {
        margin: 0 5px 10px 0; } }
  .c-list11__link {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #999;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 17px;
    text-decoration: none;
    letter-spacing: 1.7px; }
    @media screen and (max-width: 767px) {
      .c-list11__link {
        font-size: 1.3rem;
        line-height: 1.2;
        padding: 3px 14px;
        letter-spacing: 0;
        border-radius: 12px; } }

/*
------------------------------------------------------------*/
.c-list12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7px; }
  @media screen and (max-width: 767px) {
    .c-list12 {
      margin: 0 -6px; } }
  .c-list12__item {
    width: 25%;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .c-list12__item {
        padding: 0 6px;
        width: 50%;
        margin-bottom: 30px; } }
  .c-list12__link {
    width: 100%;
    height: 100%;
    display: block; }
  .c-list12__ttl {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: #000;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-left: 24px;
    letter-spacing: 2px; }
    @media screen and (max-width: 767px) {
      .c-list12__ttl {
        font-size: 1.2rem;
        line-height: 1.4;
        padding-left: 18px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .c-list12__ttl.lt-spacing {
        letter-spacing: -0.12rem; } }
    .c-list12__ttl::before {
      content: "";
      width: 12px;
      height: 12px;
      background: url(../image/agriinfo/icon2.png) no-repeat center;
      background-size: cover;
      position: absolute;
      top: 3px;
      left: 0; }
  .c-list12__txt {
    padding: 15px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-list12__txt {
        padding: 10px 0 0; } }

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-list13 {
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .c-list13__item {
    padding: 0 5px 8px;
    width: 50%; } }

.c-list13__cata {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #333;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .c-list13__cata {
      font-size: 1.4rem;
      line-height: 1.8; } }

/*
------------------------------------------------------------*/
.c-list14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list14__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .c-list14__item:not(:last-child) {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .c-list14__item:not(:last-child) {
          margin-bottom: 14px; } }
  .c-list14__link {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-list14__img {
    width: 43.69%; }
  .c-list14__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-list14__content {
        padding-left: 14px; } }
  .c-list14__ttl {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 17px; }
    @media screen and (max-width: 767px) {
      .c-list14__ttl {
        font-size: 1.3rem;
        margin-bottom: 7px;
        letter-spacing: 0; } }
  .c-list14__des {
    font-size: 1.4rem;
    color: #999;
    letter-spacing: 0.1rem;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .c-list14__des {
        line-height: 1.3;
        font-size: 1.2rem; } }

/*
------------------------------------------------------------*/
.c-list15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .c-list15 {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .c-list15__item {
    width: calc((100% / 3) - 18px);
    margin: 0 0 31px 16px; }
    @media screen and (max-width: 767px) {
      .c-list15__item {
        width: calc((100% / 2) - 10px);
        margin: 0 0 20px 0; } }
    .c-list15__item:nth-child(3n + 1) {
      margin: 0 0 31px 0; }
      @media screen and (max-width: 767px) {
        .c-list15__item:nth-child(3n + 1) {
          margin-bottom: 20px; } }
  .c-list15__link {
    font-size: 1.6rem;
    font-weight: 300;
    color: #999;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .c-list15__link {
        font-size: 1.3rem;
        letter-spacing: 0;
        display: inline-block;
        padding-right: 15px; } }
    .c-list15__link::after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      border-right: 2px solid #e6e6e6;
      border-bottom: 2px solid #e6e6e6;
      top: 50%;
      right: -15px;
      -webkit-transform: rotate(-45deg) translateY(-50%);
          -ms-transform: rotate(-45deg) translateY(-50%);
              transform: rotate(-45deg) translateY(-50%); }
      @media screen and (max-width: 767px) {
        .c-list15__link::after {
          right: 0; } }
    @media screen and (min-width: 768px) {
      .c-list15__link:hover {
        color: #727171;
        text-decoration: underline; }
        .c-list15__link:hover::after {
          border-color: #727171; } }

/*
------------------------------------------------------------*/
.c-list16__item {
  margin-bottom: 26px; }
  @media screen and (max-width: 767px) {
    .c-list16__item {
      margin-bottom: 15px; } }
  .c-list16__item .c-ttl005 {
    margin-bottom: 23px; }
    @media screen and (max-width: 767px) {
      .c-list16__item .c-ttl005 {
        margin-bottom: 18px; } }

/*
------------------------------------------------------------*/
.c-list17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px; }
  @media screen and (max-width: 767px) {
    .c-list17 {
      margin: 0 -6px; } }
  .c-list17__item {
    width: 25%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 53px; }
    @media screen and (max-width: 767px) {
      .c-list17__item {
        margin-bottom: 30px;
        width: 50%;
        padding: 0 6px; } }
    @media screen and (max-width: 360px) {
      .c-list17__item {
        width: 100%; } }
  .c-list17__img img {
    border-radius: 30px; }
    @media screen and (max-width: 767px) {
      .c-list17__img img {
        border-radius: 20px; } }
  .c-list17__link {
    width: 100%;
    height: 100%;
    display: block; }
  .c-list17__ttl {
    font-size: 1.9rem;
    color: #000;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    position: relative;
    margin-top: 38px; }
    @media screen and (max-width: 767px) {
      .c-list17__ttl {
        font-size: 1.4rem;
        padding-right: 20px;
        letter-spacing: 0;
        margin-top: 20px; } }
    .c-list17__ttl::after {
      position: absolute;
      content: '';
      right: 19px;
      top: 0;
      background: url(/assets/image/saien/saien-arrow02.svg) no-repeat center/32px 32px;
      width: 32px;
      height: 32px; }
      @media screen and (max-width: 1060px) {
        .c-list17__ttl::after {
          right: 0; } }
      @media screen and (max-width: 767px) {
        .c-list17__ttl::after {
          right: 0;
          width: 20px;
          height: 20px;
          background-size: 20px 20px; } }
  .c-list17__infor {
    padding: 8px 0 5px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px dashed #9A9B9B;
    border-bottom: 1px dashed #9A9B9B; }
    @media screen and (max-width: 767px) {
      .c-list17__infor {
        margin-right: 0; } }
  .c-list17__txt {
    font-size: 2rem;
    color: #006934;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1rem; }
    @media screen and (max-width: 1060px) {
      .c-list17__txt {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .c-list17__txt {
        font-size: 1.4rem;
        letter-spacing: 0; } }
    .c-list17__txt + .c-list17__txt {
      margin-left: 10px;
      letter-spacing: 0.5rem; }
      @media screen and (max-width: 767px) {
        .c-list17__txt + .c-list17__txt {
          margin-left: 0;
          letter-spacing: 0; } }
    .c-list17__txt.green {
      color: #8DAD3B; }
  .c-list17__time + .c-list17__time {
    margin-top: 7px; }
  .c-list17.col5 {
    margin: 0 -6px; }
    .c-list17.col5 .c-list17__item {
      width: 20%;
      padding: 0 6px;
      margin-bottom: 44px; }
      @media screen and (max-width: 767px) {
        .c-list17.col5 .c-list17__item {
          width: 50%;
          margin-bottom: 30px; } }
      @media screen and (max-width: 360px) {
        .c-list17.col5 .c-list17__item {
          width: 100%; } }
    .c-list17.col5 .c-list17__img img {
      border-radius: 24px; }
      @media screen and (max-width: 767px) {
        .c-list17.col5 .c-list17__img img {
          border-radius: 15px; } }
    .c-list17.col5 .c-list17__ttl {
      font-size: 1.6rem;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .c-list17.col5 .c-list17__ttl {
          font-size: 1.4rem;
          margin-top: 20px; } }
      .c-list17.col5 .c-list17__ttl::after {
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
        right: 14px; }
        @media screen and (max-width: 767px) {
          .c-list17.col5 .c-list17__ttl::after {
            width: 20px;
            height: 20px;
            background-size: 20px 20px;
            right: 0; } }
  .c-list17.style1 .c-list17__ttl {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .c-list17.style1 .c-list17__ttl {
        font-size: 1.4rem; } }
  .c-list17.style1 .c-list17__item {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .c-list17.style1 .c-list17__item {
        margin-bottom: 30px; } }
    @media screen and (max-width: 360px) {
      .c-list17.style1 .c-list17__item {
        width: 100%; } }

/*
------------------------------------------------------------*/
.c-list18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -13.5px; }
  @media screen and (max-width: 767px) {
    .c-list18 {
      margin: 0 -6px; } }
  .c-list18__item {
    width: 33.33333%;
    padding: 0 13.5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 54px; }
    @media screen and (max-width: 767px) {
      .c-list18__item {
        margin-bottom: 30px;
        width: 50%;
        padding: 0 6px; } }
  .c-list18__img img {
    border-radius: 5px; }
  .c-list18__link {
    width: 100%;
    height: 100%;
    display: block; }
  .c-list18__ttl {
    font-size: 2rem;
    color: #000;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    position: relative;
    margin-top: 18px; }
    @media screen and (max-width: 1060px) {
      .c-list18__ttl {
        font-size: 1.7rem; } }
    @media screen and (max-width: 767px) {
      .c-list18__ttl {
        font-size: 1.4rem;
        letter-spacing: 0;
        padding-right: 27px; } }
    .c-list18__ttl::after {
      position: absolute;
      content: '';
      right: 5px;
      top: 4px;
      background: url(/assets/image/saien/saien-arrow02.svg) no-repeat center/24px 24px;
      width: 24px;
      height: 24px; }
      @media screen and (max-width: 767px) {
        .c-list18__ttl::after {
          width: 20px;
          height: 20px;
          background-size: 20px 20px; } }
  .c-list18__txt {
    font-size: 1.7rem;
    line-height: 24px;
    color: #989898;
    font-weight: 400;
    margin-top: 11px;
    letter-spacing: 0.05rem; }
    @media screen and (max-width: 767px) {
      .c-list18__txt {
        font-size: 1.4rem;
        line-height: 21px; } }

/*
------------------------------------------------------------*/
.c-list19 {
  position: relative; }
  .c-list19 li {
    position: relative;
    font-size: 1.7rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
    font-weight: 400;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 6px 6px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .c-list19 li {
        font-size: 1.4rem; } }
    .c-list19 li:before {
      position: absolute;
      content: "";
      width: 11px;
      height: 11px;
      border-radius: 50%;
      left: 3px;
      top: 13px;
      background-color: #6ba449; }
      @media screen and (max-width: 767px) {
        .c-list19 li:before {
          top: 10px;
          width: 8px;
          height: 8px; } }
  .c-list19 li + li {
    border-top: 1px solid #c4c5c5; }
  .c-list19__left {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 10px; }
  .c-list19__right {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto; }

/*
------------------------------------------------------------*/
.c-list20 {
  position: relative; }
  .c-list20 li {
    position: relative;
    color: #999999;
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .c-list20 li {
        font-size: 1.4rem;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .c-list20 li + li {
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      .c-list20 li + li {
        margin-top: 10px; } }
  .c-list20__num {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    background-color: #8dad3b;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .c-list20__num {
        font-size: 1.6rem;
        width: 30px;
        height: 30px;
        margin-right: 10px; } }

/*
------------------------------------------------------------*/
.c-list21 {
  position: relative; }
  .c-list21 li + li {
    margin-top: 6px; }
  .c-list21 li {
    position: relative;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    padding-left: 24px;
    color: #8dad3b; }
    @media screen and (max-width: 767px) {
      .c-list21 li {
        font-size: 1.2rem;
        padding-left: 18px; } }
    .c-list21 li:after {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      width: 18px;
      height: 18px;
      background: url(../image/common/icon_check.svg) no-repeat center center;
      background-size: 100%; }
      @media screen and (max-width: 767px) {
        .c-list21 li:after {
          width: 14px;
          height: 14px;
          top: 3px; } }

/*------------------------------------------------------------*/
.c-list22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -2px; }
  .c-list22__item {
    width: 33.33333%;
    padding: 0 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #231815;
    font-size: 1.3rem;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 4px; }
    @media screen and (max-width: 767px) {
      .c-list22__item {
        font-size: 1.1rem;
        line-height: 1.5; } }
    @media screen and (max-width: 400px) {
      .c-list22__item {
        width: 50%; } }
  .c-list22__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #231815;
    background: #E5E5E5; }
    @media screen and (min-width: 1061px) {
      .c-list22__link:hover {
        background: #B2B2B2;
        opacity: 1; } }
    .c-list22__link.is-active {
      background: #B2B2B2; }

/*------------------------------------------------------------*/
.c-list23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list23__item {
    margin-bottom: 12px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .c-list23__item:last-child {
      margin-bottom: 0; }
  .c-list23__title {
    background: #B3403C;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 3px;
    padding: 5px;
    font-size: 1.3rem;
    line-height: 23px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 165px;
    letter-spacing: 1.6px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-list23__title {
        background: none;
        position: relative;
        color: #C23436;
        padding: 0px 8px 5px;
        border-bottom: 1px solid #C23436;
        text-align: left;
        letter-spacing: 0;
        width: 100%;
        font-size: 1.2rem;
        margin-bottom: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (max-width: 767px) {
      .c-list23__title::before {
        content: '';
        width: 5px;
        height: 80%;
        background: #C23436;
        position: absolute;
        top: 0;
        left: 0; } }
  .c-list23__detail {
    margin-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 767px) {
      .c-list23__detail {
        margin-left: 0;
        width: 100%;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
  .c-list23__heading {
    color: #231815;
    background: #E5E5E5;
    text-align: center;
    padding: 5px;
    font-size: 1.3rem;
    line-height: 23px;
    font-weight: bold;
    width: 101px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 4px 4px 0; }
    @media screen and (max-width: 767px) {
      .c-list23__heading {
        width: 21%;
        font-size: 1.1rem; } }
    .c-list23__heading.is-active {
      background: #B2B2B2; }
    @media screen and (min-width: 1061px) {
      .c-list23__heading:hover {
        opacity: 1; } }
  .c-list23 .c-list22 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

/*------------------------------------------------------------*/
.c-list24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (max-width: 767px) {
    .c-list24 {
      margin: 0; } }
  .c-list24__item {
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-list24__item {
        width: 100%;
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .c-list24__item:last-child {
        margin-bottom: 0; } }
  .c-list24__link {
    width: 100%;
    height: 100%;
    display: block; }

/*------------------------------------------------------------*/
.c-list25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px; }
  @media screen and (max-width: 767px) {
    .c-list25 {
      margin: 0; } }
  .c-list25__item {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333%; }
    @media screen and (max-width: 767px) {
      .c-list25__item {
        width: 100%;
        padding: 0; }
        .c-list25__item:not(:last-child) {
          margin-bottom: 20px; } }
  .c-list25 .c-btn04__txt {
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
    padding: 12px 16px 12px; }
    @media screen and (max-width: 767px) {
      .c-list25 .c-btn04__txt {
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
        padding: 10px 0 10px; } }

/*------------------------------------------------------------*/
.c-list26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -41px; }
  @media screen and (max-width: 767px) {
    .c-list26 {
      margin: 0; } }
  .c-list26__img {
    margin-bottom: 4px; }
  .c-list26__item {
    width: 33.33333%;
    padding: 0 41px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .c-list26__item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px; } }
  .c-list26__ttl {
    font-size: 2.95rem;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #3B3B3B; }
    @media screen and (max-width: 767px) {
      .c-list26__ttl {
        font-size: 2.2rem;
        padding-bottom: 10px; } }
  .c-list26__tax {
    font-size: 1.47rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    color: #000;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .c-list26__tax {
        font-size: 1.2rem; } }
  .c-list26__price {
    font-size: 2.3rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    letter-spacing: 0.1rem; }
    @media screen and (max-width: 767px) {
      .c-list26__price {
        font-size: 1.8rem; } }
  .c-list26 .c-btn04 {
    margin-top: 18px; }

/*------------------------------------------------------------*/
.c-list27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -19px; }
  @media screen and (max-width: 767px) {
    .c-list27 {
      margin: 0 -10px; } }
  .c-list27__item {
    width: 25%;
    padding: 0 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-list27__item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px; } }

/*------------------------------------------------------------*/
.c-list28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px 0; }
  .c-list28 > a {
    width: 100%;
    height: 100%;
    display: block; }
  @media screen and (max-width: 767px) {
    .c-list28 {
      display: block;
      margin: 0; } }
  .c-list28__item {
    width: calc(100% / 3);
    position: relative;
    padding: 0 20px;
    margin-bottom: 36px; }
    @media screen and (max-width: 767px) {
      .c-list28__item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px; }
        .c-list28__item:last-child {
          margin-bottom: 0; } }
  .c-list28__content {
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      .c-list28__content {
        margin-top: 15px; } }
  .c-list28__img {
    overflow: hidden;
    border-radius: 5px; }
  .c-list28__title {
    font-size: 2rem;
    line-height: 35px;
    letter-spacing: 0.1rem;
    position: relative;
    color: #000000;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .c-list28__title {
        font-size: 1.6rem;
        line-height: 1.5; } }
    .c-list28__title::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 6px;
      margin: auto;
      background: url(/assets/image/saien/saien-arrow02.svg) no-repeat center/24px 24px;
      width: 24px;
      height: 24px; }
    .c-list28__title + .c-list28__text {
      margin-top: 9px; }
      @media screen and (max-width: 767px) {
        .c-list28__title + .c-list28__text {
          margin-top: 15px; } }
    .c-list28__title.u-center {
      text-align: center; }
      .c-list28__title.u-center::after {
        display: none; }
  .c-list28__text {
    font-size: 1.7rem;
    line-height: 26px;
    letter-spacing: 0.025em;
    font-weight: 400;
    color: #999999; }
    @media screen and (max-width: 767px) {
      .c-list28__text {
        font-size: 1.4rem;
        line-height: 21px; } }
  .c-list28.style1 .c-list28__img {
    border-radius: 64px; }
    @media screen and (max-width: 767px) {
      .c-list28.style1 .c-list28__img {
        border-radius: 30px; } }

/*------------------------------------------------------------*/
.c-list29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 37px -14px 0; }
  @media screen and (max-width: 767px) {
    .c-list29 {
      margin: 30px -5px 0; } }
  .c-list29__item {
    width: 50%;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .c-list29__item {
        padding: 0 5px;
        margin-bottom: 20px; } }
  .c-list29__img img {
    border-radius: 44px; }
    @media screen and (max-width: 767px) {
      .c-list29__img img {
        border-radius: 10px; } }
  .c-list29__ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #231815;
    margin-top: 9px;
    margin-left: 8px;
    letter-spacing: 0.2rem; }
    @media screen and (max-width: 767px) {
      .c-list29__ttl {
        font-size: 1.5rem;
        letter-spacing: 0;
        margin-left: 0; } }
  .c-list29__txt {
    font-size: 1.7rem;
    line-height: 24px;
    color: #989898;
    font-weight: 400;
    margin-top: 7px; }
    @media screen and (max-width: 767px) {
      .c-list29__txt {
        font-size: 1.4rem;
        line-height: 21px; } }
  @media screen and (max-width: 767px) {
    .c-list29.style1 {
      margin: 30px 0 0; } }
  @media screen and (max-width: 767px) {
    .c-list29.style1 .c-list29__item {
      width: 100%;
      padding: 0;
      margin-bottom: 0; }
      .c-list29.style1 .c-list29__item:not(:last-child) {
        margin-bottom: 30px; } }

/*------------------------------------------------------------*/
.c-list30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -31px; }
  @media screen and (max-width: 767px) {
    .c-list30 {
      margin: 0; } }
  .c-list30__item {
    width: 50%;
    padding: 0 31px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-list30__item {
        padding: 0;
        width: 100%; }
        .c-list30__item:not(:last-child) {
          margin-bottom: 30px; } }
  .c-list30__des {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 900;
    color: #3E3A39;
    letter-spacing: 0.2rem; }
    @media screen and (max-width: 1060px) {
      .c-list30__des {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .c-list30__des {
        font-size: 1.4rem;
        letter-spacing: 0.05rem; } }
  .c-list30__wrap + .c-list30__wrap {
    margin-top: 35px; }
  .c-list30 .c-tag1 {
    margin-bottom: 30px; }
  .c-list30 .c-btn04 {
    max-width: 410px;
    width: 100%;
    margin: 17px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list30 .c-btn04 {
        margin: 17px auto 0; } }
    .c-list30 .c-btn04__txt {
      text-align: center;
      padding: 11px 16px 11px 16px; }
      .c-list30 .c-btn04__txt::after {
        right: 16px; }

/*------------------------------------------------------------*/
.c-list31__item:not(:first-child) {
  margin-top: 24px; }
  @media screen and (max-width: 767px) {
    .c-list31__item:not(:first-child) {
      margin-top: 17px; } }

.c-list31__txt {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  color: #3E3A39;
  letter-spacing: 0.2rem;
  position: relative;
  padding-left: 23px;
  padding-right: 29px; }
  @media screen and (max-width: 767px) {
    .c-list31__txt {
      font-size: 1.4rem;
      letter-spacing: 0.05rem;
      padding-left: 16px;
      padding-right: 23px; } }
  .c-list31__txt::before {
    position: absolute;
    content: '';
    background-color: #3E3A39;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .c-list31__txt::before {
        width: 14px;
        height: 14px;
        margin: 0;
        top: 4px; } }
  .c-list31__txt::after {
    position: absolute;
    content: '';
    background: url(/image/common-new/icon_arrow_bt.svg) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    right: 0;
    bottom: 2px; }
    @media screen and (max-width: 767px) {
      .c-list31__txt::after {
        width: 20px;
        height: 20px;
        background-size: 20px 20px; } }
  .c-list31__txt span {
    border-bottom: 1px solid #000; }

/*------------------------------------------------------------*/
.c-list32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (max-width: 767px) {
    .c-list32 {
      margin: 0; } }
  .c-list32__ttl {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
    color: #6BA449;
    margin-bottom: 20px; }
    @media screen and (max-width: 1060px) {
      .c-list32__ttl {
        font-size: 3.2rem; } }
    @media screen and (max-width: 767px) {
      .c-list32__ttl {
        font-size: 2.5rem;
        margin-bottom: 10px; } }
    .c-list32__ttl.u-grow {
      color: #947256; }
  .c-list32__item {
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-list32__item {
        width: 100%;
        padding: 0; }
        .c-list32__item:not(:last-child) {
          margin-bottom: 30px; } }
  .c-list32__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px; }
    @media screen and (max-width: 767px) {
      .c-list32__option {
        margin: 0 -3px; } }
    .c-list32__option__item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 6px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .c-list32__option__item {
          padding: 0 3px; } }
  .c-list32__txt {
    background-color: #6BA449;
    border-radius: 16px;
    padding: 9px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center; }
    @media screen and (max-width: 1060px) {
      .c-list32__txt {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .c-list32__txt {
        font-size: 1.4rem;
        padding: 8px;
        border-radius: 10px; } }
    .c-list32__txt.bg-grow {
      background-color: #947256; }
  .c-list32__img {
    padding: 15px 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-list32__name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    text-align: center; }
    @media screen and (max-width: 1060px) {
      .c-list32__name {
        font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .c-list32__name {
        font-size: 1.2rem; } }

/*------------------------------------------------------------*/
.c-list33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -25px; }
  @media screen and (max-width: 767px) {
    .c-list33 {
      margin: 0 -5px; } }
  .c-list33__item {
    width: 33.33333%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-list33__item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 30px; } }
  .c-list33__img {
    margin-bottom: 15px; }
    .c-list33__img img {
      border-radius: 5px; }
  .c-list33__ttl {
    font-size: 1.9rem;
    font-weight: 700;
    color: #221613;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .c-list33__ttl {
        font-size: 1.6rem;
        letter-spacing: 0.1rem; } }
    .c-list33__ttl.u-center {
      text-align: center; }
  .c-list33.style1 {
    margin: 0 -24px; }
    @media screen and (max-width: 767px) {
      .c-list33.style1 {
        margin: 0; } }
    .c-list33.style1 .c-list33__item {
      padding: 0 24px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .c-list33.style1 .c-list33__item {
          padding: 0;
          width: 100%;
          margin-bottom: 0; }
          .c-list33.style1 .c-list33__item:not(:last-child) {
            margin-bottom: 30px; } }
      .c-list33.style1 .c-list33__item:not(:last-child)::after {
        position: absolute;
        content: '';
        right: -15px;
        top: 36%;
        -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
        border-style: solid;
        border-width: 22px 15px 0 15px;
        border-color: #BE0D23 transparent transparent transparent; }
        @media screen and (max-width: 767px) {
          .c-list33.style1 .c-list33__item:not(:last-child)::after {
            left: 50%;
            top: initial;
            right: initial;
            bottom: -30px;
            border-width: 18px 11px 0 11px;
            -webkit-transform: translateX(-50%) rotate(0);
                -ms-transform: translateX(-50%) rotate(0);
                    transform: translateX(-50%) rotate(0); } }
  .c-list33.style2 {
    margin: 0 -14px; }
    @media screen and (max-width: 767px) {
      .c-list33.style2 {
        margin: 0 -5px; } }
    .c-list33.style2 .c-list33__item {
      padding: 0 14px;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .c-list33.style2 .c-list33__item {
          padding: 0 5px; } }

/*------------------------------------------------------------*/
.c-list34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -25px; }
  @media screen and (max-width: 767px) {
    .c-list34 {
      margin: 0; } }
  .c-list34__item {
    width: 50%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-list34__item {
        width: 100%;
        padding: 0; } }
  .c-list34__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-list34__img {
    width: 197px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 23px; }
    @media screen and (max-width: 767px) {
      .c-list34__img {
        width: 30%;
        margin-right: 15px; } }
  .c-list34__infor {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .c-list34__ttl {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    color: #22A738;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .c-list34__ttl {
        font-size: 1.6rem; } }
  .c-list34__txt {
    font-size: 1.9rem;
    letter-spacing: 0.15rem;
    font-weight: 700;
    color: #221613;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .c-list34__txt {
        font-size: 1.4rem;
        letter-spacing: 0.05rem; } }
    .c-list34__txt + .c-list34__txt {
      margin-top: 5px; }

/*------------------------------------------------------------*/
.c-list35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -56px; }
  @media screen and (max-width: 767px) {
    .c-list35 {
      margin: 0; } }
  .c-list35__item {
    width: 50%;
    padding: 0 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .c-list35__item {
        width: 100%;
        margin-bottom: 0;
        padding: 0; }
        .c-list35__item:not(:last-child) {
          margin-bottom: 30px; } }
  .c-list35__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .c-list35__wrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .c-list35__img {
    width: 178px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 42px; }
    @media screen and (max-width: 767px) {
      .c-list35__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
        .c-list35__img img {
          width: 100%; } }
  .c-list35__txt {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 767px) {
      .c-list35__txt {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%; } }
  .c-list35__ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #22A738;
    line-height: 1.5;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .c-list35__ttl {
        font-size: 1.6rem; } }

/*
------------------------------------------------------------*/
.c-list36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px; }
  @media screen and (max-width: 767px) {
    .c-list36 {
      margin: 0; } }
  .c-list36__item {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333%;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .c-list36__item {
        width: 100%;
        padding: 0;
        margin-bottom: 34px; } }
  .c-list36__img {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .c-list36__img {
        margin-bottom: 16px; }
        .c-list36__img img {
          width: 100%; } }
  .c-list36__txt {
    font-size: 1.4rem;
    font-weight: 400;
    color: #6D6D6D;
    line-height: 2.45rem; }
    @media screen and (max-width: 767px) {
      .c-list36__txt {
        font-size: 1.2rem;
        line-height: 2.1rem; } }
  .c-list36__wrap {
    position: relative; }
  .c-list36__tag {
    background-color: #994A69;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 184px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-list36__tag {
        padding: 3px 0;
        width: 130px; } }
    .c-list36__tag.left {
      left: 0;
      right: initial;
      background-color: #A44A37; }
  .c-list36__tagname {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-list36__tagname {
        font-size: 1.3rem; } }
    .c-list36__tagname::before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: -5px;
      left: -10px;
      border-color: #994A69 transparent transparent transparent;
      border-style: solid;
      border-width: 27.25px 10px 0 10px; }
      @media screen and (max-width: 767px) {
        .c-list36__tagname::before {
          top: -3px;
          left: -6px;
          border-width: 20.25px 6px 0 6px; } }
    .c-list36__tagname.left::before {
      left: initial;
      right: -10px;
      border-color: #A44A37 transparent transparent transparent; }
      @media screen and (max-width: 767px) {
        .c-list36__tagname.left::before {
          right: -6px; } }
  .c-list36.col2 .c-list36__item {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .c-list36.col2 .c-list36__item {
        width: 100%; } }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #727171; }
  @media screen and (max-width: 767px) {
    .c-table1 {
      width: 700px; }
      .c-table1__scroll {
        width: 100%;
        display: block;
        overflow-x: scroll; } }
  .c-table1 .c-tagnote {
    font-size: 1.4rem;
    color: #999999;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 28px;
    top: 20px; }
    @media screen and (max-width: 767px) {
      .c-table1 .c-tagnote {
        font-size: 1.1rem;
        top: 12px;
        right: 15px; } }
  .c-table1__tag {
    position: relative; }
  .c-table1__wrap {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-table1__wrap {
        margin-bottom: 10px; } }
  .c-table1 td,
  .c-table1 th {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    color: #231815;
    padding: 25px 8px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #727171;
    text-align: center;
    width: 12.5%; }
    @media screen and (max-width: 1060px) {
      .c-table1 td,
      .c-table1 th {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .c-table1 td,
      .c-table1 th {
        font-size: 1.2rem;
        padding: 15px; } }
  .c-table1 th {
    font-weight: 700;
    color: #fff;
    background-color: #5D9B38;
    padding: 19px 0 19px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .c-table1 tr {
    width: 100%; }

/*------------------------------------------------------------
line
------------------------------------------------------------*/
.c-line01 {
  border: 0;
  border-top: 1px solid #D3D4D4;
  width: 100%; }

/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slide
------------------------------------------------------------*/
/*------------------------------------------------------------
block
------------------------------------------------------------*/
.c-block3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-block3 {
      display: block; } }
  .c-block3__label {
    font-size: 2.01rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background: #c62c25;
    display: inline-block;
    padding: 8px 17px; }
    @media screen and (max-width: 767px) {
      .c-block3__label {
        font-size: 1.6rem;
        padding: 5px 7px; } }
  .c-block3__ttl1 {
    font-size: 3rem;
    line-height: 5.25rem;
    color: #000;
    margin-top: 25px;
    letter-spacing: 4.5px; }
    @media screen and (max-width: 767px) {
      .c-block3__ttl1 {
        font-size: 2rem;
        line-height: 1.3;
        letter-spacing: 1px;
        margin-top: 22px; } }
  .c-block3__text1 {
    font-size: 1.6rem;
    line-height: 3rem;
    color: #999;
    margin-top: 10px;
    letter-spacing: 2.35px; }
    @media screen and (max-width: 767px) {
      .c-block3__text1 {
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0; } }
  .c-block3__txt {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .c-block3__txt {
        width: 100%; } }
  .c-block3__img {
    width: 50.442%;
    height: 372px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-block3__img {
        width: 100%;
        height: auto; } }
    .c-block3__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 767px) {
        .c-block3__img img {
          height: auto; } }
  .c-block3__txt {
    padding-left: 48px;
    padding-top: 2px; }
    @media screen and (max-width: 767px) {
      .c-block3__txt {
        padding-left: 0;
        padding-top: 19px; } }
  .c-block3__btn {
    font-size: 1.578rem;
    line-height: 2.63rem;
    color: #000;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-left: 30px;
    margin-top: 26px;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 767px) {
      .c-block3__btn {
        font-size: 1.4rem;
        line-height: 1.4;
        padding-left: 25px;
        margin-top: 15px; } }
    .c-block3__btn::before {
      content: '';
      width: 19px;
      height: 19px;
      background: url(/image/common-new/icon_arrow_sp.svg);
      background-size: 19px 19px;
      background-size: cover;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 3px;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .c-block3__btn::before {
          width: 15px;
          height: 15px;
          left: 0; } }
  .c-block3 .c-list11 {
    border-top: 1px solid #959595;
    padding: 23px 0 0;
    margin-top: 22px; }
    @media screen and (max-width: 767px) {
      .c-block3 .c-list11 {
        padding: 15px 0 0;
        margin-top: 15px;
        border-top: 0; } }
    .c-block3 .c-list11__link {
      padding: 5px 19px; }
      @media screen and (max-width: 767px) {
        .c-block3 .c-list11__link {
          font-size: 1.1rem;
          padding: 2px 14px;
          margin: 0 5px 10px 0; } }

/*
------------------------------------------------------------*/
.c-block4 {
  background-color: #8dad3b;
  padding: 46px 0 53px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .c-block4 {
      padding: 30px 0;
      margin-bottom: 40px; } }
  .c-block4__title1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.75;
    letter-spacing: 0.12em;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .c-block4__title1 {
        font-size: 2rem;
        margin-bottom: 10px; } }
  .c-block4__txt1 {
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0.025em; }
    @media screen and (max-width: 767px) {
      .c-block4__txt1 {
        font-size: 1.4rem;
        letter-spacing: 0; } }
  .c-block4__txt2 {
    color: #999999;
    font-size: 1.7rem;
    line-height: 26px;
    letter-spacing: 0.026em;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .c-block4__txt2 {
        font-size: 1.4rem;
        line-height: 21px; } }
    .c-block4__txt2.mgt-28 {
      margin-top: 28px; }
      @media screen and (max-width: 767px) {
        .c-block4__txt2.mgt-28 {
          margin-top: 15px; } }
    .c-block4__txt2 > a {
      color: #8DAD3B;
      font-weight: 700; }
      @media screen and (min-width: 1061px) {
        .c-block4__txt2 > a:hover {
          text-decoration: underline; } }
    .c-block4__txt2 + .c-block4__txt2 {
      margin-top: 28px; }
      @media screen and (max-width: 767px) {
        .c-block4__txt2 + .c-block4__txt2 {
          margin-top: 15px; } }
  .c-block4__ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #999;
    line-height: 1.5;
    display: block;
    text-indent: -11px; }
    @media screen and (max-width: 767px) {
      .c-block4__ttl {
        font-size: 1.8rem; } }
  .c-block4__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .c-block4__inner {
        display: block;
        margin-top: 20px; } }
  .c-block4__img {
    width: 35.008818%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .c-block4__img {
        width: 100%;
        margin-bottom: 20px; } }
    .c-block4__img img {
      border-radius: 26px; }
      @media screen and (max-width: 767px) {
        .c-block4__img img {
          border-radius: 13px; } }
  .c-block4__content {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #ffffff;
    border-radius: 23px;
    padding: 30px 30px 34px 34px;
    margin-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 767px) {
      .c-block4__content {
        border-radius: 13px;
        padding: 20px;
        margin-left: 0;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%; } }
  .c-block4 .c-btn03 {
    margin-top: auto; }
    @media screen and (max-width: 767px) {
      .c-block4 .c-btn03 {
        margin-top: 20px; } }
    .c-block4 .c-btn03.show {
      display: none; }
    @media screen and (min-width: 1061px) {
      .c-block4 .c-btn03:hover {
        opacity: 0.8;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; } }

/*
------------------------------------------------------------*/
.c-block5 {
  padding-bottom: 66px; }
  @media screen and (max-width: 767px) {
    .c-block5 {
      padding-bottom: 40px; } }
  .c-block5 .c-ttl007 {
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .c-block5 .c-ttl007 {
        margin-bottom: 20px; } }

/*
------------------------------------------------------------*/
.c-block6 .c-list17.col5 {
  margin-bottom: 37px; }
  @media screen and (max-width: 767px) {
    .c-block6 .c-list17.col5 {
      margin-bottom: 0; } }

/*
------------------------------------------------------------*/
.c-block7 {
  padding: 30px 0 36px;
  background-color: #8dad3b;
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    .c-block7 {
      padding: 30px 0; } }
  .c-block7 .c-ttl007 {
    color: #ffffff;
    margin-bottom: 7px; }
  .c-block7__foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #ffffff;
    margin-top: 40px;
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .c-block7__foot {
        display: block;
        margin-top: 20px;
        padding-top: 15px; } }
  .c-block7__left {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .c-block7__left {
        margin-right: 0; } }
  .c-block7__btn1 {
    display: inline-block;
    font-weight: bold;
    font-size: 2.235rem;
    line-height: 1.52;
    letter-spacing: 0.12em;
    color: #6ba449;
    background-color: #ffffff;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 233px;
    max-width: 100%;
    text-align: center;
    border-radius: 24px;
    padding: 7px; }
    @media screen and (max-width: 767px) {
      .c-block7__btn1 {
        width: auto;
        padding: 6px 20px;
        margin-bottom: 10px;
        font-size: 1.4rem; } }
  .c-block7__txt1 {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.025em;
    color: #ffffff; }
    @media screen and (max-width: 767px) {
      .c-block7__txt1 {
        font-size: 1.4rem; } }

/*
------------------------------------------------------------*/
.c-block8 {
  padding: 85px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .c-block8 {
      padding: 40px 0 40px; } }
  .c-block8 .c-ttl008 {
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .c-block8 .c-ttl008 {
        margin-bottom: 15px; } }
  .c-block8__row, .c-block8__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .c-block8__row, .c-block8__wrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .c-block8__wrap {
    width: 100%; }
  .c-block8__double {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .c-block8__double {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .c-block8__double + .c-block8__double {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px dashed #707070;
      width: 100%; }
  .c-block8__row.flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .c-block8__row + .c-block8__row {
    border-top: 1px solid #707070;
    margin-top: 30px;
    padding-top: 30px; }
  .c-block8__row1 + .c-block8__row1 {
    margin-top: 200px;
    border-top: 1px solid #707070;
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .c-block8__row1 + .c-block8__row1 {
        margin-top: 30px; } }
  .c-block8__row.mgt {
    margin-top: 70px; }
    @media screen and (max-width: 767px) {
      .c-block8__row.mgt {
        margin-top: 10px; } }
  .c-block8__txt {
    width: 585px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 105px; }
    @media screen and (max-width: 767px) {
      .c-block8__txt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
    .c-block8__txt.mgr {
      margin-right: 0; }
    .c-block8__txt.w-100 {
      width: 100%;
      margin-right: 0; }
  .c-block8__box {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 385px;
    width: 100%;
    margin-top: 11px; }
    @media screen and (max-width: 767px) {
      .c-block8__box {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%;
        text-align: center;
        margin: 0 auto; } }
  .c-block8__img {
    margin-top: 46px;
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-block8__img {
        margin-top: 0;
        margin-bottom: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .c-block8__img img {
          width: 100%; } }
  @media screen and (max-width: 767px) {
    .c-block8__icon {
      margin: 0 auto; } }
  .c-block8__icon img {
    zoom: 0.5; }
    @media screen and (max-width: 767px) {
      .c-block8__icon img {
        margin: 0 auto; } }

/*
------------------------------------------------------------*/
.c-block9 .l-inner {
  border-top: 1px solid #707070;
  padding-top: 110px;
  padding-bottom: 12px; }
  @media screen and (max-width: 767px) {
    .c-block9 .l-inner {
      border-top: none;
      margin-top: 0;
      padding-top: 30px;
      padding-bottom: 0;
      position: relative; }
      .c-block9 .l-inner::before {
        position: absolute;
        content: '';
        background-color: #707070;
        height: 1px;
        width: calc(100% - 40px);
        left: 20px;
        top: 0; } }
    @media screen and (max-width: 767px) and (max-width: 360px) {
      .c-block9 .l-inner::before {
        width: calc(100% - 30px);
        left: 15px; } }

/*
------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  .js-object-fit.ie {
    background-size: cover;
    background-position: center center; }
    .js-object-fit.ie img {
      opacity: 0; } }

.js-object-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%; }

/*
------------------------------------------------------------*/
.c-block10__list1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 10px; }
  @media screen and (max-width: 767px) {
    .c-block10__list1 {
      margin: 0; } }

.c-block10__item1 {
  width: 50%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .c-block10__item1 {
      width: 100%;
      margin-bottom: 20px;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .c-block10__item1:last-child {
      margin-bottom: 0; } }

.c-block10__txt {
  margin-top: 50px;
  color: #000000;
  font-weight: 500;
  font-size: 1.77rem;
  line-height: 31px; }
  @media screen and (max-width: 767px) {
    .c-block10__txt {
      font-size: 1.4rem;
      line-height: 1.8;
      margin-top: 20px; } }

/*
------------------------------------------------------------*/
.c-block11 {
  background-color: #F2F2F2;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  *zoom: 1;
  margin-bottom: 60px; }
  .c-block11:after {
    display: block;
    content: "";
    clear: both; }
  @media screen and (max-width: 767px) {
    .c-block11 {
      padding: 20px;
      margin: 0 0 30px; } }
  .c-block11__ttl {
    font-size: 2.8rem;
    color: #A62126;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-block11__ttl {
        font-size: 1.55rem;
        margin-bottom: 15px; } }
  .c-block11__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px; }
    @media screen and (max-width: 767px) {
      .c-block11__list {
        margin: 0; } }
  .c-block11__item {
    width: 50%;
    padding: 0 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-block11__item {
        width: 100%;
        padding: 0;
        margin-bottom: 15px; } }
  .c-block11__img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 435px; }
    @media screen and (max-width: 767px) {
      .c-block11__img {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px; } }
  .c-block11__txt {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333333;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .c-block11__txt {
        font-size: 1.3rem; } }

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.u-bg02 {
  background-color: #F3F3F3; }

/*
------------------------------------------------------------*/
.u-bg03 {
  position: relative;
  background-color: #F8F9E4; }
  .u-bg03::before {
    position: absolute;
    content: '';
    top: -52px;
    left: 0;
    background: url("/image/common-new/bg_saw.svg") repeat top center;
    height: 52px;
    width: 100%; }

/*
------------------------------------------------------------*/
.u-bg04 {
  position: relative;
  background-color: #E2E1DA; }
  .u-bg04::before {
    position: absolute;
    content: '';
    top: -65px;
    left: 0;
    background: url("/image/common-new/bg1.png") no-repeat top center;
    height: 72px;
    width: 100%;
    background-size: cover;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .u-bg04::before {
        height: 40px;
        top: -36px; } }
  .u-bg04.style1 {
    background-color: #F0E7D9; }
    .u-bg04.style1::before {
      background: url("/image/common-new/bg2.png") no-repeat top center;
      background-size: cover; }

/*
------------------------------------------------------------*/
.c-breadcrumb1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 17px;
  padding-bottom: 11px; }
  @media screen and (max-width: 767px) {
    .c-breadcrumb1 {
      padding-bottom: 8px; } }
  .c-breadcrumb1__bg {
    background-color: #f2f2f2; }
  .c-breadcrumb1.style1 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .c-breadcrumb1.style1 {
        margin-bottom: 20px; } }
    .c-breadcrumb1.style1 .c-breadcrumb1__item {
      font-size: 12px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .c-breadcrumb1.style1 .c-breadcrumb1__item {
          font-size: 10px; } }
      .c-breadcrumb1.style1 .c-breadcrumb1__item > a {
        color: #848484; }
  .c-breadcrumb1__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-breadcrumb1__item {
        font-size: 12px;
        line-height: 1.4; } }
    .c-breadcrumb1__item:last-child:after {
      display: none; }
    .c-breadcrumb1__item::after {
      content: '＞';
      color: #727171;
      margin: 0 7px;
      font-size: 14px;
      text-decoration: none !important;
      font-family: 'Noto Sans Japanese', sans-serif; }
      @media screen and (max-width: 767px) {
        .c-breadcrumb1__item::after {
          font-size: 12px; } }
    .c-breadcrumb1__item > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      color: #727171; }
      .c-breadcrumb1__item > a:hover {
        text-decoration: underline; }
    .c-breadcrumb1__item > span {
      color: #727171;
      letter-spacing: 2px; }
      @media screen and (max-width: 767px) {
        .c-breadcrumb1__item > span {
          letter-spacing: 0; } }

/*
------------------------------------------------------------*/
.c-box01 {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .c-box01 {
      margin-bottom: 30px; } }
  .c-box01__wrap {
    border: 1px solid #cccccc;
    border-radius: 12px;
    padding: 23px 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .c-box01__des {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    line-height: 1.75;
    color: #000;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-box01__des {
        font-size: 1.4rem; } }

/*
------------------------------------------------------------*/
.c-box3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C4C5C5;
  padding: 0 0 43px;
  margin-bottom: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .c-box3 {
      display: block;
      margin-bottom: 20px;
      padding-bottom: 25px; } }
  .c-box3 .c-text04 {
    margin-bottom: 15px; }
  .c-box3__img {
    width: 41.57%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-box3__img {
        width: 100%;
        margin-bottom: 20px; } }
    .c-box3__img img {
      width: 100%;
      height: auto;
      border-radius: 70px; }
      @media screen and (max-width: 767px) {
        .c-box3__img img {
          border-radius: 30px; } }
  .c-box3__body {
    width: 100%;
    padding-left: 66px;
    overflow: hidden;
    margin-top: -10px; }
    @media screen and (max-width: 767px) {
      .c-box3__body {
        padding-left: 0;
        margin-top: 0; } }
  .c-box3__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px; }
    @media screen and (max-width: 767px) {
      .c-box3__list {
        margin-left: -10px;
        margin-right: -10px; } }
  .c-box3__list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px; }
    @media screen and (max-width: 767px) {
      .c-box3__list1 {
        margin-left: -10px;
        margin-right: -10px; } }
  .c-box3__item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-box3__item {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
  .c-box3__item1 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-box3__item1 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
    .c-box3__item1.w-100 {
      width: 100%; }
  .c-box3__title1 {
    font-weight: bold;
    font-size: 4.369rem;
    line-height: 1.25;
    letter-spacing: 0.12em;
    color: #8dad3b;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .c-box3__title1 {
        font-size: 2rem; } }
    .c-box3__title1__sub {
      font-size: 2.8rem;
      white-space: nowrap;
      margin-left: 6px; }
      @media screen and (max-width: 767px) {
        .c-box3__title1__sub {
          font-size: 1.4rem;
          margin-left: 4px; } }
  .c-box3__title2 {
    display: block;
    border-radius: 24px;
    background-color: #8dad3b;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.13rem;
    padding: 10px 15px 10px 28px;
    margin-bottom: 15px;
    width: 100%; }
    @media screen and (max-width: 1060px) {
      .c-box3__title2 {
        font-size: 1.7rem;
        letter-spacing: 0; } }
    @media screen and (max-width: 767px) {
      .c-box3__title2 {
        font-size: 1.4rem;
        margin-bottom: 7px;
        padding: 6px 20px; } }
    .c-box3__title2.w-auto {
      display: inline-block;
      width: auto; }
  .c-box3__txt1 {
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    color: #999999;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .c-box3__txt1 {
        font-size: 1.4rem;
        letter-spacing: 0.1rem; } }
  .c-box3.style1 {
    border-bottom: none;
    margin-bottom: 0; }
    .c-box3.style1 .c-box3__img {
      width: 41%; }
      @media screen and (max-width: 767px) {
        .c-box3.style1 .c-box3__img {
          width: 100%; } }

/*
------------------------------------------------------------*/
.c-box4 {
  background-color: #8DAD3B;
  border-radius: 55px;
  padding: 35px 30px 24px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .c-box4 {
      padding: 20px 30px 10px;
      border-radius: 30px; } }
  .c-box4__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-box4__ttl {
        margin-bottom: 15px; } }
    .c-box4__ttl::after {
      position: absolute;
      content: '';
      background-color: #fff;
      height: 1px;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .c-box4__ttl span {
      font-size: 2.5rem;
      color: #fff;
      font-weight: 700;
      text-align: center;
      background-color: #8DAD3B;
      z-index: 1;
      padding: 0 12px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1060px) {
        .c-box4__ttl span {
          font-size: 2rem; } }
      @media screen and (max-width: 767px) {
        .c-box4__ttl span {
          font-size: 1.5rem; } }
  .c-box4__txt {
    font-size: 2.5rem;
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 1060px) {
      .c-box4__txt {
        font-size: 2rem;
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .c-box4__txt {
        font-size: 1.5rem;
        padding: 0 15px; } }

/*
------------------------------------------------------------*/
.c-box5 .c-tag1 {
  margin-bottom: 17px; }

.c-box5 .c-ttl008 {
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .c-box5 .c-ttl008 {
      margin-bottom: 20px; } }

.c-box5 .c-text04 {
  margin-bottom: 30px; }
  .c-box5 .c-text04.last {
    margin-top: 34px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .c-box5 .c-text04.last {
        margin-top: 0; } }

.c-box5 + .c-box5 {
  border-top: 1px solid #3B3B3B;
  margin-top: 12px;
  padding-top: 45px; }
  @media screen and (max-width: 767px) {
    .c-box5 + .c-box5 {
      padding-top: 30px;
      margin-top: 0; } }

/*
------------------------------------------------------------*/
.c-box6__wrap, .c-box6__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-box6__wrap, .c-box6__item {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.c-box6__wrap + .c-box6__wrap {
  margin-top: 47px; }
  @media screen and (max-width: 767px) {
    .c-box6__wrap + .c-box6__wrap {
      margin-top: 30px; } }

.c-box6__wrap.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-box6__wrap.flex-wrap .c-tag1 {
    margin-bottom: 20px; }

.c-box6__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-box6__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .c-box6__item1 {
    width: 100%; } }

.c-box6__item1 + .c-box6__item1 {
  margin-left: 95px; }
  @media screen and (max-width: 767px) {
    .c-box6__item1 + .c-box6__item1 {
      margin-left: 0;
      margin-top: 20px; } }

.c-box6__tag {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media screen and (max-width: 767px) {
    .c-box6__tag {
      margin-bottom: 20px; } }

.c-box6__img {
  width: 278px; }
  @media screen and (max-width: 767px) {
    .c-box6__img {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }
      .c-box6__img img {
        zoom: 0.5; } }

.c-box6__txt {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 27px;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .c-box6__txt {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      width: 100%;
      margin-left: 0;
      margin-top: 0; } }

.c-box6__item {
  margin-left: 35px;
  margin-top: -15px;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media screen and (max-width: 767px) {
    .c-box6__item {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      width: 100%;
      margin-left: 0;
      margin-top: 0; } }

.c-box6__ttl {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.31rem;
  color: #3E3A39;
  line-height: 1.5;
  margin-bottom: 2px; }
  @media screen and (max-width: 767px) {
    .c-box6__ttl {
      font-size: 1.6rem;
      letter-spacing: 0;
      margin-bottom: 10px; } }

.c-box6 + .c-box6 {
  margin-top: 30px; }

.c-box6 .c-ttl008 {
  margin-bottom: 20px; }

/*
------------------------------------------------------------*/
.c-box7 + .c-box7 {
  margin-top: 78px; }
  @media screen and (max-width: 767px) {
    .c-box7 + .c-box7 {
      margin-top: 40px; } }

.c-box7__wrap {
  background-color: #FAFAF4;
  border-radius: 30px;
  padding: 20px 20px 36px 29px;
  max-width: 857px; }
  @media screen and (max-width: 767px) {
    .c-box7__wrap {
      padding: 15px 15px 20px;
      border-radius: 20px; } }

.c-box7__ttl {
  font-size: 2rem;
  line-height: 24px;
  letter-spacing: 0.2rem;
  font-weight: 900;
  color: #3E3A39;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .c-box7__ttl {
      font-size: 1.6rem;
      letter-spacing: 0.1rem;
      margin-bottom: 15px; } }

.c-box7__list {
  list-style-type: auto;
  padding-left: 22px; }
  @media screen and (max-width: 767px) {
    .c-box7__list {
      padding-left: 14px; } }

.c-box7__item {
  font-size: 1.7rem;
  line-height: 24px;
  font-weight: 400;
  color: #989898; }
  @media screen and (max-width: 767px) {
    .c-box7__item {
      font-size: 1.4rem;
      line-height: 21px; } }
  .c-box7__item:not(:last-child) {
    margin-bottom: 1px; }

.c-box7__option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-box7__option {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-box7__option li {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 0.2rem;
    color: #3E3A39;
    position: relative;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .c-box7__option li {
        font-size: 1.4rem;
        letter-spacing: 0;
        padding-left: 16px; } }
    .c-box7__option li::before {
      position: absolute;
      content: '';
      background-color: #3E3A39;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .c-box7__option li::before {
          width: 14px;
          height: 14px; } }
    .c-box7__option li:not(:first-child) {
      margin-left: 25px; }
      @media screen and (max-width: 767px) {
        .c-box7__option li:not(:first-child) {
          margin-left: 10px; } }

.c-box7 .c-text04 {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .c-box7 .c-text04 {
      margin-bottom: 20px; } }
  .c-box7 .c-text04.mgl {
    margin-left: 33px; }
    @media screen and (max-width: 767px) {
      .c-box7 .c-text04.mgl {
        margin-left: 0; } }
    .c-box7 .c-text04.mgl.last {
      margin-bottom: 0;
      margin-top: 20px; }

.c-box7 .c-list18__item {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .c-box7 .c-list18__item:not(:last-child) {
      margin-bottom: 20px; } }

/*
------------------------------------------------------------*/
.c-box8 .c-ttl11 {
  margin-bottom: 27px; }
  @media screen and (max-width: 767px) {
    .c-box8 .c-ttl11 {
      margin-bottom: 15px; } }

.c-box8__ttl {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #3E3A39;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .c-box8__ttl {
      font-size: 1.6rem;
      margin-bottom: 15px; } }

.c-box8__bg {
  background-color: #FAFAF4;
  border: 1px solid #EAEAD1;
  border-radius: 25px;
  padding: 25px 20px 32px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .c-box8__bg {
      padding: 15px;
      border-radius: 20px;
      max-width: 100% !important; } }
  .c-box8__bg.w-1100 {
    max-width: 1100px; }
  .c-box8__bg.w-857 {
    max-width: 857px; }
  .c-box8__bg.w-778 {
    max-width: 857px; }
  .c-box8__bg.w-630 {
    max-width: 630px; }

.c-box8__img {
  margin-top: 44px;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .c-box8__img {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .c-box8__img.last {
    margin-bottom: 0; }
  .c-box8__img.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.c-box8__img1 {
  width: 450px; }
  @media screen and (max-width: 767px) {
    .c-box8__img1 {
      width: 50%; } }
  .c-box8__img1 + .c-box8__img1 {
    margin-left: 40px;
    width: 368px; }
    @media screen and (max-width: 767px) {
      .c-box8__img1 + .c-box8__img1 {
        width: 50%;
        margin-left: 15px; } }

.c-box8__list {
  padding-left: 20px;
  list-style-type: decimal; }
  @media screen and (max-width: 767px) {
    .c-box8__list {
      padding-left: 14px; } }

.c-box8__item {
  font-size: 1.7rem;
  line-height: 26px;
  color: #999999;
  font-weight: 300;
  letter-spacing: 0.05rem; }
  @media screen and (max-width: 767px) {
    .c-box8__item {
      font-size: 1.4rem;
      line-height: 21px; } }
  .c-box8__item + .c-box8__item {
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .c-box8__item + .c-box8__item {
        margin-top: 10px; } }

/*
------------------------------------------------------------*/
.c-box9__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px; }
  @media screen and (max-width: 767px) {
    .c-box9__ttl {
      position: relative;
      margin-bottom: 33px; } }

.c-box9__txt {
  margin-left: -88px;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .c-box9__txt {
      margin-left: 0;
      margin-top: 0;
      position: absolute;
      zoom: 0.5;
      right: 0;
      top: 24px; } }

/*
------------------------------------------------------------*/
.c-box10__ttl {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .c-box10__ttl {
      margin-bottom: 23px; } }

@media screen and (max-width: 767px) {
  .c-box10 .c-ttl004 {
    line-height: 1.5; } }

.c-box10 .c-ttl004__line {
  border-bottom: 3px solid #994A69; }
  @media screen and (max-width: 767px) {
    .c-box10 .c-ttl004__line {
      border-bottom-width: 2px; } }
  .c-box10 .c-ttl004__line.line-orange {
    border-color: #A44A37; }

.c-box10 .c-ttl004 .violet {
  color: #994A69; }

.c-box10 .c-ttl004 .orange {
  color: #A44A37; }

/*
------------------------------------------------------------*/
.c-box11 {
  margin-top: 88px; }
  @media screen and (max-width: 767px) {
    .c-box11 {
      margin-top: 14px; } }
  .c-box11 .c-ttl004 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .c-box11 .c-ttl004 {
        margin-bottom: 18px; } }
  .c-box11 .c-text03 {
    letter-spacing: 0.1rem;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .c-box11 .c-text03 {
        font-size: 1.2rem;
        line-height: 2.1rem; } }
  .c-box11 .c-list36 {
    margin-top: 47px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .c-box11 .c-list36 {
        margin-top: 21px; }
        .c-box11 .c-list36__item {
          margin-bottom: 0; } }

/*
------------------------------------------------------------*/
.c-box12 {
  border-top: 1px solid #CCCCCC;
  margin-top: 39px;
  padding-top: 71px; }
  @media screen and (max-width: 767px) {
    .c-box12 {
      padding-top: 40px; } }
  .c-box12 .c-imgtext03 {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .c-box12 .c-imgtext03 {
        margin-bottom: 42px; } }
    .c-box12 .c-imgtext03__txt1 {
      font-weight: 400; }
    .c-box12 .c-imgtext03__title {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .c-box12 .c-imgtext03__img {
        width: 75%;
        margin: 0 auto; }
      .c-box12 .c-imgtext03__body {
        padding-top: 31px; }
      .c-box12 .c-imgtext03__txt1 {
        font-size: 1.2rem;
        line-height: 2.1rem; } }
    .c-box12 .c-imgtext03 .c-btn05 {
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .c-box12 .c-imgtext03 .c-btn05 {
          margin-bottom: 20px; } }
  .c-box12 .c-youtube {
    margin-bottom: 96px; }
    @media screen and (max-width: 767px) {
      .c-box12 .c-youtube {
        margin-bottom: 47px; } }
  .c-box12 .c-btn02 {
    text-align: left;
    margin-top: 33px; }
    @media screen and (max-width: 767px) {
      .c-box12 .c-btn02 {
        text-align: center;
        margin-top: 29px; } }
    @media screen and (max-width: 767px) {
      .c-box12 .c-btn02 > a {
        font-size: 1.2rem;
        width: 210px;
        padding: 11px 16px 11px; } }
    .c-box12 .c-btn02 > a::after {
      position: relative;
      display: inline-block;
      right: -14px;
      top: -1px;
      width: 6px;
      height: 6px; }
      @media screen and (max-width: 767px) {
        .c-box12 .c-btn02 > a::after {
          width: 4px;
          height: 4px;
          top: -1px;
          right: -6px; } }

/*
------------------------------------------------------------*/
.c-tag1 {
  font-weight: 900;
  color: #3E3A39;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  background-color: #D4DA00;
  border-radius: 23px;
  padding: 11px 25px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .c-tag1 {
      font-size: 1.5rem;
      letter-spacing: 0;
      padding: 8px 20px 8px; } }
  .c-tag1.green {
    background-color: #718E5F;
    color: #fff;
    display: block; }

/*
------------------------------------------------------------*/
.c-news01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #cccccc;
  margin-bottom: 14px; }
  @media screen and (max-width: 767px) {
    .c-news01 {
      margin-bottom: 10px; } }
  .c-news01__item {
    padding: 12px 0 13px 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #cccccc; }
    @media screen and (max-width: 767px) {
      .c-news01__item {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 10px 25px 10px 3px;
        position: relative; }
        .c-news01__item::after {
          position: absolute;
          content: '';
          width: 6px;
          height: 6px;
          right: 11px;
          top: 0;
          bottom: 0;
          margin: auto;
          border-right: 1px solid #cc3333;
          border-bottom: 1px solid #cc3333;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); } }
  .c-news01__infor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .c-news01__infor {
        width: 100%; } }
  .c-news01__date {
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    line-height: 1;
    color: #000; }
    @media screen and (max-width: 767px) {
      .c-news01__date {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin-left: 10px;
        font-size: 1.2rem;
        color: #666666; } }
  .c-news01__tag {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.17rem;
    color: #fff;
    line-height: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 178px;
    height: 23px;
    line-height: 23px;
    background-color: #cc3333;
    margin-left: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px; }
    @media screen and (max-width: 767px) {
      .c-news01__tag {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        font-size: 9px;
        margin-left: 0;
        letter-spacing: 0;
        min-width: 105px;
        border-radius: 6px;
        height: 18px;
        line-height: 18px; } }
    @media screen and (max-width: 360px) {
      .c-news01__tag {
        min-width: 140px; } }
    .c-news01__tag.color1 {
      background-color: #ff9900; }
    .c-news01__tag.color2 {
      background-color: #3399cc; }
    .c-news01__tag.color3 {
      background-color: #0000cc; }
    .c-news01__tag.color4 {
      background-color: #009933; }
    .c-news01__tag.color5 {
      background-color: #990099; }
  .c-news01__link {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.18rem;
    line-height: 1.7;
    margin-left: 45px;
    position: relative;
    text-decoration: underline;
    text-underline-position: under;
    -webkit-text-decoration-color: #9a9b9b;
            text-decoration-color: #9a9b9b; }
    @media screen and (max-width: 767px) {
      .c-news01__link {
        font-weight: 400;
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
        line-height: 1.4;
        font-size: 1.2rem;
        text-decoration: none;
        letter-spacing: 0; } }
    @media screen and (min-width: 768px) {
      .c-news01__link:hover {
        text-decoration: none; } }
  .c-news01__note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .c-news01__note {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .c-news01__note__link {
      font-size: 1.4rem;
      color: #000;
      line-height: 1.6;
      letter-spacing: 0.24rem;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .c-news01__note__link {
          line-height: 1.4;
          font-size: 1.2rem;
          color: #666;
          letter-spacing: 0; }
          .c-news01__note__link .u-border01::after {
            display: none; } }
      @media screen and (max-width: 360px) {
        .c-news01__note__link {
          letter-spacing: 0; } }
      .c-news01__note__link.right {
        margin-left: auto;
        text-decoration: underline;
        -webkit-text-decoration-color: #9a9b9b;
                text-decoration-color: #9a9b9b; }
        @media screen and (max-width: 767px) {
          .c-news01__note__link.right {
            margin-top: 20px;
            text-decoration: none;
            position: relative;
            padding-left: 24px;
            color: #000; }
            .c-news01__note__link.right::before {
              position: absolute;
              content: '';
              left: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              background: url(/image/common-new/icon_arrow_sp.svg) no-repeat center center;
              width: 16px;
              height: 16px;
              background-size: 16px 16px; } }
      @media screen and (min-width: 768px) {
        .c-news01__note__link:hover.right {
          text-decoration: none; } }

/*
------------------------------------------------------------*/
.c-cate {
  background-color: #cc3333;
  border: 1px solid #cc3333;
  border-radius: 4px;
  margin-bottom: 24px; }
  @media screen and (max-width: 767px) {
    .c-cate {
      border-radius: 2px;
      margin-bottom: 22px; } }
  .c-cate__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-cate__list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (max-width: 360px) {
      .c-cate__list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-bottom: 0; } }
  .c-cate__item {
    min-width: 184px; }
    @media screen and (max-width: 767px) {
      .c-cate__item {
        min-width: auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        text-align: center; }
        .c-cate__item:first-child::after {
          position: absolute;
          content: '';
          width: 1px;
          height: 100%;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background-color: #fff; } }
    @media screen and (max-width: 360px) {
      .c-cate__item {
        width: 50%; }
        .c-cate__item:nth-child(1), .c-cate__item:nth-child(2) {
          border-bottom: 1px solid #fff; }
        .c-cate__item:nth-child(2n)::after {
          display: none; } }
    .c-cate__item:not(:last-child) {
      position: relative; }
      .c-cate__item:not(:last-child)::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 40px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #fff; }
        @media screen and (max-width: 767px) {
          .c-cate__item:not(:last-child)::after {
            height: 25px; } }
    .c-cate__item.active {
      background-color: #fff;
      position: relative; }
      .c-cate__item.active::after {
        display: none; }
      .c-cate__item.active::before {
        position: absolute;
        content: '';
        background-color: #cc3333;
        width: 1px;
        height: 40px;
        left: -1px;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 767px) {
          .c-cate__item.active::before {
            height: 100%; } }
      .c-cate__item.active .c-cate__link {
        opacity: 1;
        color: #cc3333;
        position: relative; }
        .c-cate__item.active .c-cate__link::after {
          display: inline-block;
          content: '';
          width: 16px;
          height: 16px;
          background: url(/image/common-new/icon_arrow.svg);
          background-size: 16px 16px;
          margin-left: 10px; }
          @media screen and (max-width: 767px) {
            .c-cate__item.active .c-cate__link::after {
              margin-left: 5px; } }
    @media screen and (min-width: 768px) {
      .c-cate__item:hover {
        background-color: #fff;
        position: relative; }
        .c-cate__item:hover::after {
          display: none; }
        .c-cate__item:hover::before {
          position: absolute;
          content: '';
          background-color: #cc3333;
          width: 1px;
          height: 40px;
          left: -1px;
          top: 0;
          bottom: 0;
          margin: auto; }
        .c-cate__item:hover .c-cate__link {
          opacity: 1;
          color: #cc3333;
          position: relative; }
          .c-cate__item:hover .c-cate__link::after {
            display: inline-block;
            content: '';
            width: 16px;
            height: 16px;
            background: url(/image/common-new/icon_arrow.svg);
            background-size: 16px 16px;
            margin-left: 10px; } }
    .c-cate__item.w-246 {
      min-width: 246px; }
      @media screen and (max-width: 767px) {
        .c-cate__item.w-246 {
          min-width: 115px; } }
  .c-cate__link {
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6px 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-cate__link {
        font-size: 1.2rem;
        padding: 5px 7px 5px;
        letter-spacing: 0;
        white-space: nowrap; } }

/*
------------------------------------------------------------*/
.c-mv1__img {
  position: relative;
  width: 100%;
  text-align: center; }

/*
------------------------------------------------------------*/
.c-mv2 {
  position: relative;
  background: url(/assets/image/saien/cooking/mv.jpg) no-repeat center center;
  background-size: cover;
  height: 280px;
  max-width: 1440px;
  margin: 0 auto; }
  .c-mv2__inner {
    max-width: 1134px;
    width: 100%;
    margin: 0 auto;
    padding-left: 28px; }
    @media screen and (max-width: 767px) {
      .c-mv2__inner {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  @media screen and (max-width: 767px) {
    .c-mv2__ttl {
      width: 60%; } }
  .c-mv2__content {
    position: absolute;
    top: 54px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-mv2__content {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .c-mv2__txt {
    font-size: 2.5rem;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.27rem;
    text-shadow: 0 0 5px #000;
    padding-left: 14px; }
    @media screen and (max-width: 767px) {
      .c-mv2__txt {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.1rem; } }

/*
------------------------------------------------------------*/
.c-mv3 {
  position: relative;
  background: url(/assets/image/saien/cooking/mv1.jpg) no-repeat center center;
  background-size: cover;
  height: 138px;
  max-width: 1440px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .c-mv3 {
      height: 120px; } }
  .c-mv3__content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 767px) {
    .c-mv3__ttl {
      width: 52%; } }

/*
------------------------------------------------------------*/
.c-mv4 {
  background-color: #FAFAF3;
  padding: 46px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .c-mv4 {
      padding: 30px 0 30px; } }
  .c-mv4 .l-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    max-width: 1210px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-mv4 .l-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .c-mv4__img {
    width: 27.1%;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 767px) {
      .c-mv4__img {
        position: relative;
        width: 80%;
        margin: auto; } }
    .c-mv4__img.person1 {
      left: -7px; }
      @media screen and (max-width: 767px) {
        .c-mv4__img.person1 {
          left: initial; } }
    .c-mv4__img.person2 {
      width: 27.3%;
      right: -10px;
      top: -16px; }
      @media screen and (max-width: 767px) {
        .c-mv4__img.person2 {
          right: initial;
          top: initial;
          width: 100%;
          display: none; } }
  .c-mv4__content {
    text-align: center;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: -5px; }
    @media screen and (max-width: 767px) {
      .c-mv4__content {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%;
        margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .c-mv4__ttl {
      width: 50%;
      margin: 0 auto; } }
  .c-mv4__txt {
    margin-top: 34px; }
    @media screen and (max-width: 767px) {
      .c-mv4__txt {
        margin-top: 20px; } }

/*
------------------------------------------------------------*/
.c-mv5 {
  background-color: #FAFAF3;
  padding: 8px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .c-mv5 {
      padding: 20px 0 0; } }
  .c-mv5 .l-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .c-mv5 .l-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .c-mv5__img {
    width: 55.55%;
    position: relative;
    right: -50px; }
    @media screen and (max-width: 1060px) {
      .c-mv5__img {
        right: 0; } }
    @media screen and (max-width: 767px) {
      .c-mv5__img {
        right: 0;
        width: 100%; } }
  .c-mv5__content {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 19px; }
    @media screen and (max-width: 767px) {
      .c-mv5__content {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center; } }

/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-youtube {
  text-align: center;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .c-youtube {
      position: relative;
      padding-bottom: 56.25%;
      height: 0; } }
  .c-youtube iframe {
    width: 650px;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .c-youtube iframe {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

/*
------------------------------------------------------------*/
.c-feature .l-inner {
  padding-top: 37px;
  border-top: 1px solid #9A9B9B; }
  @media screen and (max-width: 767px) {
    .c-feature .l-inner {
      border-top: none;
      position: relative;
      padding-top: 30px; }
      .c-feature .l-inner::before {
        position: absolute;
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        left: 0;
        right: 0;
        top: 0;
        background-color: #9A9B9B;
        margin: auto; } }
    @media screen and (max-width: 767px) and (max-width: 360px) {
      .c-feature .l-inner::before {
        width: calc(100% - 30px); } }

.c-feature .c-ttl006 {
  margin-bottom: 31px; }
  @media screen and (max-width: 767px) {
    .c-feature .c-ttl006 {
      margin-bottom: 20px; } }

/*
------------------------------------------------------------*/
.hideContent {
  display: none; }

/*
------------------------------------------------------------*/
.c-tabs1 .c-ttl13__bg {
  margin-bottom: 69px; }
  @media screen and (max-width: 767px) {
    .c-tabs1 .c-ttl13__bg {
      margin-bottom: 30px; } }

.c-tabs1 .c-ttl009 {
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .c-tabs1 .c-ttl009 {
      margin-bottom: 15px; } }
  .c-tabs1 .c-ttl009__txt {
    line-height: 1.4;
    text-align: left; }

.c-tabs1__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #231815;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .c-tabs1__ttl {
      font-size: 1.6rem;
      letter-spacing: 0.1rem; } }

.c-tabs1__ct {
  display: none; }
  .c-tabs1__ct1 + .c-tabs1__ct1 {
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .c-tabs1__ct1 + .c-tabs1__ct1 {
        margin-top: 50px; } }
  .c-tabs1__ct1:last-child {
    margin-bottom: 100px; }
  .c-tabs1__ct1 .c-imgtxt5 {
    margin-bottom: 34px; }
    @media screen and (max-width: 767px) {
      .c-tabs1__ct1 .c-imgtxt5 {
        margin-bottom: 25px; } }
  .c-tabs1__ct2 {
    margin-top: 36px;
    display: none; }
    @media screen and (max-width: 767px) {
      .c-tabs1__ct2 {
        margin-top: 30px; } }
    .c-tabs1__ct2 .c-text04 + .c-text04 {
      margin-top: 2px; }
  .c-tabs1__ct3 {
    background-color: #F8F9E4; }
    .c-tabs1__ct3 + .c-tabs1__ct3 {
      margin-top: 70px; }
      @media screen and (max-width: 767px) {
        .c-tabs1__ct3 + .c-tabs1__ct3 {
          margin-top: 30px; } }

.c-tabs1__data {
  display: none; }
  .c-tabs1__data .c-ttl12 {
    margin-bottom: 39px !important; }

.c-tabs1__link {
  background-color: #EAEAEA; }

.c-tabs1__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .c-tabs1__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-tabs1__list.style1 {
    margin-top: 19px;
    margin-bottom: 70px;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .c-tabs1__list.style1 {
        margin-bottom: 40px; } }
    .c-tabs1__list.style1 .c-tabs1__txt {
      padding: 12px 42px 12px 42px;
      background-color: #EAEAEA; }
      @media screen and (max-width: 767px) {
        .c-tabs1__list.style1 .c-tabs1__txt {
          padding: 8px 10px; } }
      @media screen and (min-width: 1061px) {
        .c-tabs1__list.style1 .c-tabs1__txt:hover {
          background-color: #8DAD3B; } }
      .c-tabs1__list.style1 .c-tabs1__txt.is-active {
        background-color: #8DAD3B; }

.c-tabs1__item {
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .c-tabs1__item {
      width: 100%; } }

.c-tabs1__txt {
  font-size: 2rem;
  color: #221613;
  font-weight: 700;
  letter-spacing: 0.23rem;
  line-height: 1.5;
  padding: 23px 40px 23px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  white-space: nowrap; }
  @media screen and (max-width: 1060px) {
    .c-tabs1__txt {
      font-size: 1.8rem;
      letter-spacing: 0.1rem;
      padding: 20px 30px; } }
  @media screen and (max-width: 767px) {
    .c-tabs1__txt {
      font-size: 1.4rem;
      padding: 10px;
      text-align: center; } }
  .c-tabs1__txt.is-active {
    color: #fff;
    background-color: #6BA449; }
  @media screen and (min-width: 1061px) {
    .c-tabs1__txt:hover {
      color: #fff;
      background-color: #6BA449; } }

.c-tabs1.style1 .c-tabs1__ct {
  margin-top: 36px; }

.c-tabs1.style1 .c-text04 + .c-text04 {
  margin-top: 2px; }

/*
------------------------------------------------------------*/
.c-share1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    .c-share1 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .c-share1__tit {
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.085em;
    position: relative;
    top: -1px; }
    @media screen and (max-width: 767px) {
      .c-share1__tit {
        font-size: 1rem;
        letter-spacing: 0.0425em; } }
  .c-share1__link {
    display: block; }
    .c-share1__link:nth-of-type(1) {
      margin-left: 27px; }
      @media screen and (max-width: 767px) {
        .c-share1__link:nth-of-type(1) {
          margin-left: 14px;
          margin-right: 15px; } }
      .c-share1__link:nth-of-type(1) img {
        width: 28px;
        height: 24px; }
        @media screen and (max-width: 767px) {
          .c-share1__link:nth-of-type(1) img {
            width: 14px;
            height: 12px; } }
    .c-share1__link:nth-of-type(2) {
      margin-left: 28px; }
      @media screen and (max-width: 767px) {
        .c-share1__link:nth-of-type(2) {
          margin-left: 0; } }
      .c-share1__link:nth-of-type(2) img {
        width: 15px;
        height: 30px; }
        @media screen and (max-width: 767px) {
          .c-share1__link:nth-of-type(2) img {
            width: 7.5px;
            height: 15px; } }
