@charset "UTF-8";
/* ---------　トップのみ　共通　--------- */
/* --------------------
   .container
----------------------*/
.container {
  width: 1240px;
  max-width: 1240px; }

/* --------------------
   .article-wide__box
----------------------*/
.article-wide__box {
  display: flex; }
  .article-wide__box .hl_02 {
    border-bottom: 1px solid #4e966a;
    padding-bottom: 15px; }
  .article-wide__box__left {
    width: 41%;
    margin-right: 9%;
    margin-top: 0px; }
    .article-wide__box__left img {
      object-fit: cover;
      object-position: right;
      height: 540px; }
  .article-wide__box__right {
    width: 41%; }
  .article-wide__box:nth-child(even) {
    flex-direction: row-reverse; }

/* --------------------
   .top__checkbox
----------------------*/
ul.top__checkbox li {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  color: #4e966a;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.63px; }
  ul.top__checkbox li .icon {
    display: flex;
    align-items: center; }
    ul.top__checkbox li .icon img {
      max-width: 22px; }

/* --------------------
   .top_hl
----------------------*/
.top_hl-01 {
  color: #4e966a;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2.88px; }
  .top_hl-01 b {
    position: relative; }
    .top_hl-01 b::after {
      content: "・";
      display: inline-block;
      position: absolute;
      top: -28px;
      left: 50%;
      transform: translateX(-50%);
      color: #e5b320;
      line-height: 1; }
.top_hl-02 {
  color: #4e966a;
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.88px; }
.top_hl-03 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6.4px;
  padding-bottom: 30px; }
.top_hl-04 {
  font-family: "Roboto", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.44px; }
.top_hl-05 {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.86px; }

/* --------------------
   .txt
----------------------*/
.txt__gr {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.89px;
  color: #4e966a; }

/* --------------------
  .icon-list__box
----------------------*/
ul.icon-list__box {
  display: flex;
  justify-content: center;
  align-items: center; }
  ul.icon-list__box li {
    border-radius: 5px;
    background: #4e966a;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.89px;
    margin: 0 5px;
    padding: 20px;
    min-width: 270px; }

/* --------------------
   .top-news__box
----------------------*/
.top-news__box {
  border-bottom: 1px solid #ccc; }
  .top-news__box li {
    padding: 25px 0;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center; }
    .top-news__box li span {
      color: #4e966a;
      font-family: Roboto;
      font-size: 27px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      letter-spacing: 0.81px; }
    .top-news__box li .icon {
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 1.26px;
      width: 120px;
      padding: 10px 0;
      border-radius: 3px;
      border: 1px solid #ccc;
      text-align: center;
      margin: 0 30px 0 15px; }

/* --------------------
   .top__link
----------------------*/
.top__link {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.89px;
  display: flex;
  align-items: center; }
  .top__link::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../img/index/icon-txt-link.svg");
    background-size: cover;
    margin-right: 25px; }

/* --------------------
   .top__schedule
----------------------*/
.top__schedule table {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 34px;
  text-align: center; }
  .top__schedule table .table-time {
    width: 22%; }
  .top__schedule table th {
    width: 9%;
    padding: 20px 0; }
  .top__schedule table th,
  .top__schedule table td {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #fff; }
  .top__schedule table td {
    font-size: 20px;
    font-weight: normal; }
  .top__schedule table tr:first-child th {
    padding-top: 0; }
.top__schedule .table_att {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-align: right;
  border: none;
  width: 100%;
  padding-top: 24px; }

/* --------------------
   .column__box
----------------------*/
.column__box {
  justify-content: flex-start; }
  .column__box.column-02 .column__box__item {
    width: 50%; }
    .column__box.column-02 .column__box__item:first-child {
      border-right: 1px solid #ccc;
      padding-right: 60px; }
    .column__box.column-02 .column__box__item:last-child {
      padding-left: 60px; }

/* --------------------
   case__box
----------------------*/
.case__box__item {
  background-color: #fff;
  border-radius: 10px;
  border: 4px solid #4e966a;
  display: flex;
  padding: 60px;
  position: relative;
  align-items: flex-start; }
  .case__box__item .hl_03 {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.89px;
    color: #4e966a; }
  .case__box__item p.no {
    color: #4e966a;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 18.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 210%;
    /* 38.85px */ }
    .case__box__item p.no span {
      font-size: 42px;
      font-weight: 700;
      display: block;
      margin-right: 15px; }
.case__box__left {
  width: 22%;
  border-right: 2px solid #4e966a; }
.case__box__right {
  width: 78%;
  padding-left: 60px; }

/* --------------------
   top-qa__box
----------------------*/
.top-qa__box dt,
.top-qa__box dd {
  display: flex;
  letter-spacing: 1.89px;
  font-size: 21px; }
  .top-qa__box dt b,
  .top-qa__box dd b {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #555;
    font-family: "Roboto", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; }
.top-qa__box dt {
  font-weight: 400;
  margin-bottom: 15px; }
  .top-qa__box dt b {
    color: #4e966a;
    border-color: #4e966a; }
.top-qa__box dd {
  font-weight: 700;
  margin-bottom: 40px; }
  .top-qa__box dd:last-child {
    margin-bottom: 0; }
  .top-qa__box dd b {
    color: #f09494;
    border-color: #e9546b; }

/* ---------　各ブロック個別　--------- */
/* --------------------
   #top__id-01
----------------------*/
#top__id-01 .slick-slide {
  height: auto !important; }
  #top__id-01 .slick-slide .sp-only {
    display: none !important; }
  @media only screen and (max-width: 767px) {
    #top__id-01 .slick-slide .pc-only {
      display: none !important; }
    #top__id-01 .slick-slide .sp-only {
      display: block !important; } }
#top__id-01 img {
  width: 100%;
  height: auto;
  max-height: 88vh;
  object-fit: contain; }
#top__id-01 .slick-next {
  right: 0 !important; }
#top__id-01 .slick-prev {
  left: 0 !important; }
#top__id-01 .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important; }
  #top__id-01 .slick-arrow:before {
    font-size: 30px !important; }
#top__id-01 .slick-dots {
  position: absolute;
  bottom: 3%; }
  #top__id-01 .slick-dots li {
    margin: 0 8px;
    width: auto; }
    @media only screen and (max-width: 1024px) {
      #top__id-01 .slick-dots li {
        bottom: 0; } }
    @media only screen and (max-width: 1024px) {
      #top__id-01 .slick-dots li button {
        padding: 0;
        width: auto; } }
    #top__id-01 .slick-dots li button:before {
      font-size: 1.6rem;
      color: #4e966a; }
      @media only screen and (max-width: 1024px) {
        #top__id-01 .slick-dots li button:before {
          margin: 0 3px;
          font-size: 0.6rem; } }

/* --------------------
   #top__id-02
----------------------*/
#top__id-02 .wrapper.bg {
  overflow: visible;
  padding-top: 60px;
  background: none;
  position: relative;
  z-index: 0; }
  #top__id-02 .wrapper.bg::before {
    content: "";
    display: inline-block;
    width: 90%;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }

/* --------------------
   #top__id-03
----------------------*/
#top__id-03 .headline__box {
  background-image: url("../img/index/top__id-03__bg.jpg");
  padding: 145px 0; }

/* --------------------
   #top__id-04
----------------------*/
#top__id-04 .container {
  position: relative; }
  #top__id-04 .container .top__link {
    position: absolute;
    right: 0;
    top: 0; }

/* --------------------
   #top__id-05
----------------------*/
#top__id-05 .txt {
  font-weight: 400;
  line-height: 190%;
  /* 35.15px */
  letter-spacing: 0.555px;
  font-size: 16px; }
#top__id-05 .nav__list.nav_btn {
  text-align: center;
  align-items: center; }
  #top__id-05 .nav__list.nav_btn .nav__item {
    width: 50%;
    background-color: #4e966a;
    border-radius: 5px;
    padding: 20px;
    margin: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #top__id-05 .nav__list.nav_btn .nav__item + .nav__item {
      margin-left: 5px; }
    #top__id-05 .nav__list.nav_btn .nav__item.nav__line {
      background-color: #06c755; }
  #top__id-05 .nav__list.nav_btn a {
    line-height: 1.3;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.48px;
    font-weight: 600; }

/* --------------------
   #top__id-06
----------------------*/
#top__id-06 .article__box {
  justify-content: flex-start;
  align-items: center; }
  #top__id-06 .article__box .hl_02 {
    border: none;
    padding-bottom: 0; }
  #top__id-06 .article__box__left {
    width: 42%;
    margin-right: 5%; }
  #top__id-06 .article__box__right {
    width: 40%; }
  #top__id-06 .article__box:nth-child(even) .article__box__left {
    margin-right: 0;
    margin-left: 5%; }

/* --------------------
   #top__id-08
----------------------*/
#top__id-08 .wrapper.bg {
  background-image: url("../img/und/id-02-bg.jpg"); }

/* --------------------
   #top__id-09
----------------------*/
#top__id-09 .container {
  position: relative; }
#top__id-09 .top__link {
  position: absolute;
  right: 0;
  top: 0; }
#top__id-09 .hl_02 .icon {
  display: flex;
  justify-content: center;
  align-items: center; }
  #top__id-09 .hl_02 .icon img {
    width: 75px; }

/* --------------------
   #top__id-10
----------------------*/
#top__id-10 .article__box {
  justify-content: flex-end; }
  #top__id-10 .article__box__left {
    width: 42%;
    margin-right: 5%; }
  #top__id-10 .article__box__right {
    width: 40%; }
  #top__id-10 .article__box:nth-child(even) .article__box__left {
    margin-right: 0;
    margin-left: 5%; }

/* sp */
@media only screen and (max-width: 767px) {
  [class*="article"] {
    display: inherit; }
    [class*="article"] .img {
      margin-bottom: 30px; }
      [class*="article"] .img img {
        width: auto;
        height: auto; }
    [class*="article"] .icon img {
      margin-bottom: 0; }

  [class$="__box__left"],
  [class$="__box__right"] {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: none;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* .article-wide__box */
  .article-wide__box {
    padding: 0 20px; }
    .article-wide__box__left {
      margin-top: 0px; }

  /* .top__checkbox */
  ul.top__checkbox li {
    line-height: 1.3;
    font-size: 3.5vw !important; }

  /* .icon-list__box */
  ul.icon-list__box {
    display: inherit; }
    ul.icon-list__box li {
      margin-bottom: 10px; }

  /* .top_hl */
  .top_hl-02 {
    font-size: 5.5vw;
    line-height: 1.4; }
  .top_hl-04 {
    font-size: 10vw;
    line-height: 1.4; }
  .top_hl-05 {
    font-size: 5vw;
    line-height: 1.4; }

  /* .txt__gr */
  .txt__gr {
    line-height: 1.4; }

  /* .top_link */
  .top__link {
    font-size: 16px;
    font-weight: normal;
    right: auto !important;
    top: auto !important;
    margin: 0 0 20px auto;
    display: table;
    position: relative !important;
    padding-left: 30px; }
    .top__link::before {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }

  /* .top-news__box */
  .top-news__box li {
    flex-wrap: wrap;
    padding: 15px; }
    .top-news__box li span {
      font-size: 4vw; }
    .top-news__box li .icon {
      font-size: 3vw;
      width: 100px; }
    .top-news__box li a {
      width: 100%; }

  /* .top__schedule */
  .top__schedule table {
    padding: 20px; }
    .top__schedule table .table-time {
      text-align: left;
      line-height: 1.4; }

  /* .case__box */
  .case__box__item {
    padding: 20px;
    display: inherit; }
  .case__box__left {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4e966a; }

  /* .top-qa__box */
  .top-qa__box dt,
  .top-qa__box dd {
    font-size: 16px;
    line-height: 1.4; }
    .top-qa__box dt b,
    .top-qa__box dd b {
      font-size: 25px; }

  /* #top__id-02 */
  #top__id-02 .wrapper.bg {
    background-color: #f2f2f2; }
    #top__id-02 .wrapper.bg::before {
      content: none; }
  #top__id-02 .top_hl-01 {
    font-size: 7vw;
    line-height: 1.4; }

  /* #top__id-03 */
  #top__id-03 .headline__box {
    padding: 40px 0; }

  /* #top__id-05 */
  #top__id-05 .column__box {
    display: inherit; }
    #top__id-05 .column__box__item {
      width: auto;
      padding: 0;
      border: none; }
      #top__id-05 .column__box__item:nth-child(2) {
        margin-top: 60px; }
  #top__id-05 .nav__list.nav_btn .nav__item {
    width: auto; }
    #top__id-05 .nav__list.nav_btn .nav__item + .nav__item {
      margin: 0; }

  /* #top__id-06 */
  #top__id-06 .article__box {
    padding: 0 20px; }

  /* #top__id-07 */
  #top__id-07 .wrapper {
    margin-bottom: 60px; }
  #top__id-07 .hl_03 {
    line-height: 1.4; }

  /* #top__id-10 */
  #top__id-10 .wrapper {
    padding: 0 20px; }
  #top__id-10 .article__box__right {
    margin-top: 60px; } }


/* --------------------
   #news
----------------------*/

/*top_news*/
.top_news{
    background-color: #f7f7f7;
    padding: 50px 0;
}
.top_news h2{
    color: #00366d;
    font-size: 3em;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline;
    vertical-align: middle;
    margin: 0 53px 0 0;
}
.top_news .btn1{
    display: inline;
}
.top_news article{
    float: left;
    background-color: #fff;
    padding: 0 0 10px
}
.top_news article a{
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}
.top_news article .image{
    overflow: hidden;
    background-color: #efefef;
}
.top_news article img{
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
.top_news article .data{
    padding: 0 10px 10px;
    margin: 10px 0 0;
    vertical-align: middle;
}
.top_news article .data span{
    font-size: 0.85em;
    font-weight: 300;
    border: solid 1px #000;
    padding: 2px 10px 0;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.top_news article h3{
    padding: 0 10px;
    line-height: 1.4;
    font-weight: 300;
    height: 2.6em;
    overflow-y: hidden;
}


@media (min-width:641px){

    /*top_news*/
    .top_news article{
        width: 260px;
        margin: 30px 20px 0 0;
    }
    .top_news article:last-of-type{
        margin-right: 0;
    }
    .top_news article .image{
        width: 260px;
        height: 175px;
    }

}


@media (max-width:640px){

    /*top_news*/
    .top_news article{
        width: 260px;
        margin: 30px 20px 0 0;
    }
    .top_news article:last-of-type{
        margin-right: 0;
    }
    .top_news article .image{
        width: 260px;
        height: 175px;
    }

}

