@charset "UTF-8";
/* ------------------------------
	common
------------------------------ */
body {
  padding-top: 0;
}

/* ------------------------------
	.fv
------------------------------ */
.fv {
  position: relative;
  width: 100%;
}

.fv .img,
.fv .img img {
  width: 100%;
}

.fv_slide .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 100px;
  bottom: 0;
  margin: auto;
  width: 63px;
  height: 88px;
  cursor: pointer;
}

.fv_slide .slick-arrow.slick-disabled {
  display: none;
}

.fv_slide .prev_arrow {
  left: 4%;
  background: url(../img/index/slide_prev_arw.png) no-repeat center center;
  background-size: 53%;
}

.fv_slide .next_arrow {
  right: 4%;
  background: url(../img/index/slide_next_arw.png) no-repeat center center;
  background-size: 53%;
}

.fv .fv_slide .fv_slide_item {
  position: relative;
}

.fv .btn {
  width: 19.7%;
  position: absolute;
  bottom: 21.5%;
  left: 21.5%;
}

.fv .btn._2 {
  bottom: 20.5%;
  left: 16.5%;
}

.fv .btn._3 {
  bottom: 24.5%;
  left: 16.5%;
}

.fv .btn._4 {
  width: 23%;
  bottom: 21.5%;
  left: 15%;
}
.fv .btn._5 {
  left: 24.5%;
}

.fv .btn._5 a {
  background-color: #ffffff;
  border-color: #2e915c;
  color: #2e915c;
}

.fv .btn._5 a:hover {
  background-color: #2e915c;
  border-color: #2e915c;
  color: #ffffff;
}

.fv .btn a {
  width: 100%;
  max-width: 100%;
  padding: 0;
  height: 3.7vw;
  font-size: 1.35vw;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 126, 61, 0.5);
          box-shadow: 3px 3px 10px rgba(0, 126, 61, 0.5);
  border-radius: 100px;
}

.fv .btn a.secondary {
  background: #fff;
  border-color: #fff;
  color: #007e3d;
}

@media screen and (max-width: 768px) {
  .fv_slide .slick-arrow, .fv_slide .slick-dots {
    display: none !important;
  }
  .fv .btn {
    left: 0;
    right: 0;
    bottom: 12.1%;
    margin: auto;
    width: 75%;
  }
  .fv .btn._2 {
    bottom: 9.5%;
    left: -1%;
  }
  .fv .btn._3 {
    bottom: 16%;
    left: -1%;
  }
  .fv .btn._4 {
    width: 75%;
    bottom: 11%;
    left: 0;
  }
  .fv .btn._4 a {
    font-size: 5vw;
  }
  .fv .btn._5 {
    bottom: 10%;
    left: -1%;
  }
  .fv .btn._5 a {
    font-size: 5vw;
  }
  .fv .btn a {
    width: 100%;
    max-width: 100%;
    height: 13vw;
    font-size: 6vw;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  }
}

/* ------------------------------
	.news
------------------------------ */
.news {
  padding-bottom: 80px;
}

.news .news_ttl {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #007e3d;
  font-size: 1.8rem;
}

.news .news_ttl .ttl_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 41px;
  margin-top: -20px;
  padding-right: 50px;
  padding-left: 20px;
  background: #fff;
  border-bottom: 1px solid #007e3d;
}

.ie .news .news_ttl .ttl_box {
  padding-top: 5px;
}

.news .news_ttl .ttl_box::before {
  position: absolute;
  top: 0;
  bottom: 1px;
  right: -18px;
  margin: auto;
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #007e3d;
}

.news_list {
  margin-top: 40px;
}

.news_list li {
  border-bottom: 1px solid #f0f0f0;
}

.news_list li + li {
  margin-top: 10px;
}

.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.news_list li .date_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.news_list li .date_box > * + * {
  margin-left: 20px;
}

.news_list li .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6em;
  padding: 0.1em 0.3em;
  border: 1px solid #555;
  border-radius: 3px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
}

.ie .news_list li .cate {
  padding-top: 0.25em;
  padding-bottom: 0;
  word-break: break-all;
}

.news_list li .cate.color01 {
  color: #0098be;
  border-color: #0098be;
}

.news_list li .cate.color02 {
  color: #e8824b;
  border-color: #e8824b;
}

.news_list li .cate.color03 {
  color: #4ba9ea;
  border-color: #4ba9ea;
}
.news_list li .cate.empty{
	border-color: transparent;
}

.news_list li .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.news_list li .ttl {
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 1.6;
}

.news .news_btn {
  text-align: right;
  margin-top: 20px;
}

.news .news_btn a {
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .news .news_btn a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 75px;
  }
  .news .news_ttl {
    margin-left: -4vw;
  }
  .news .news_ttl .ttl_box {
    height: 36px;
    padding-left: 10px;
    padding-right: 35px;
    margin-top: -17px;
  }
  .news .news_ttl .ttl_box::before {
    right: -20px;
    width: 40px;
  }
  .news_list {
    margin-top: 25px;
  }
  .news_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px 10px;
  }
  .news_list li .date_box {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .news_list li .cate {
    font-size: 1.0rem;
  }
  .news_list li .ttl {
    font-size: 1.3rem;
  }
}

/* ------------------------------
	.insurance
------------------------------ */
.insurance {
  padding-bottom: 120px;
  background: #fafafa;
}

.insurance .insurance_ttl {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
}

.insurance .insurance_ttl .ttl_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60px;
  margin-top: -30px;
  padding-right: 60px;
  padding-left: 25px;
  background: #017f3e;
}

.ie .insurance .insurance_ttl .ttl_box {
  padding-top: 7px;
}

.insurance .insurance_ttl .ttl_box::before,
.insurance .insurance_ttl .ttl_box::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
}

.insurance .insurance_ttl .ttl_box::before {
  right: -35px;
  background: #017f3e;
}

.insurance .insurance_ttl .ttl_box::after {
  right: 0;
  background: #fff;
}

.insurance .txt.center {
  margin-bottom: 45px;
  font-size: 2.4rem;
  font-weight: bold;
}

.insurance .insurance_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}

.insurance .insurance_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 360px;
  height: 280px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 5px 15px rgba(0, 126, 61, 0.2);
          box-shadow: 0 5px 15px rgba(0, 126, 61, 0.2);
  overflow: hidden;
}

.insurance .insurance_box a::before {
  position: absolute;
  bottom: -75px;
  right: -75px;
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #017f3e;
}

.insurance .insurance_box a::after {
  position: absolute;
  bottom: 20px;
  right: 15px;
  content: "→";
  display: block;
  color: #fff;
  font-size: 3.6rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.insurance .insurance_box .txt {
  font-size: 3.0rem;
  font-weight: bold;
  color: #007e3d;
}

.insurance .insurance_box .txt.mini {
  font-size: 1.4rem;
  font-weight: normal;
  color: #000000;
}

.insurance .insurance_box .ico {
  width: 100%;
  height: 125px;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.insurance .insurance_box .ico1 {
  width: 57px;
  background: url(../img/index/insurance_list_ico01.png) no-repeat center bottom;
  background-size: 100%;
}

.insurance .insurance_box .ico2 {
  width: 85px;
  background: url(../img/index/insurance_list_ico02.png) no-repeat center bottom;
  background-size: 100%;
}

.insurance .insurance_box .ico3 {
  width: 210px;
  background: url(../img/index/insurance_list_ico03.png) no-repeat center bottom;
  background-size: 100%;
}

.insurance .insurance_box .ico4 {
  width: 200px;
  background: url(../img/index/insurance_list_ico04.png) no-repeat center bottom;
  background-size: 100%;
}

.insurance .insurance_box .ico5 {
  width: 74px;
  background: url(../img/index/insurance_list_ico05.png) no-repeat center bottom;
  background-size: 100%;
}

.insurance .insurance_box .ico6 {
  width: 74px;
  background: url(../img/index/insurance_list_ico06.png) no-repeat center bottom;
  background-size: 100%;
}

.insurance .insurance_box .ico7 {
  width: 120px;
  height: 105px;
  background: url(../img/index/insurance_list_ico07.png) no-repeat center bottom;
  background-size: 100%;
}

.insurance .insurance_box .ico8 {
  width: 68px;
  height: 105px;
  background: url(../img/index/insurance_list_ico08.png) no-repeat center bottom;
  background-size: 100%;
}

.insurance .insurance_box .ico9 {
	width: 260px;
	background: url(../img/index/insurance_list_ico09.png) no-repeat center bottom;
	background-size: 100%;
}
.insurance .insurance_box .ico9 + .txt {
	font-size: 2.6rem;
}

@media screen and (min-width: 769px) {
  .insurance .insurance_box a:hover {
    opacity: 1;
  }
  .insurance .insurance_box a:hover .ico {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .insurance .insurance_box a:hover::after {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .insurance .insurance_ttl {
    font-size: 2.2rem;
    margin-left: -4vw;
    margin-bottom: 35px;
  }
  .insurance .insurance_ttl .ttl_box {
    height: 40px;
    padding: 0 32px 0 10px;
    margin-top: -20px;
    line-height: 1.3;
  }
  .insurance .insurance_ttl .ttl_box::before,
  .insurance .insurance_ttl .ttl_box::after {
    width: 22px;
  }
  .insurance .insurance_ttl .ttl_box::before {
    right: -22px;
  }
  .insurance .insurance_box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .insurance .txt.center {
    font-size: 2.0rem;
    margin-bottom: 35px;
  }
  .insurance .insurance_box {
    width: 90%;
  }
  .insurance .insurance_box a {
    width: 100%;
    height: 250px;
  }
  .insurance .insurance_box a::before {
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
  }
  .insurance .insurance_box a::after {
    bottom: 14px;
    right: 9px;
    font-size: 2.4rem;
  }
  .insurance .insurance_box .ico {
    height: 125px;
    margin-bottom: 15px;
  }
  .insurance .insurance_box .ico1 {
    width: 80%;
    max-width: 67px;
  }
  .insurance .insurance_box .ico2 {
    width: 80%;
    max-width: 92px;
  }
  .insurance .insurance_box .ico3 {
    width: 80%;
    max-width: 250px;
  }
  .insurance .insurance_box .ico4 {
    width: 80%;
    max-width: 250px;
  }
  .insurance .insurance_box .ico5 {
    width: 80%;
    max-width: 85px;
  }
  .insurance .insurance_box .ico6 {
    width: 80%;
    max-width: 85px;
  }
  .insurance .insurance_box .ico7 {
    width: 80%;
    max-width: 130px;
  }
  .insurance .insurance_box .ico8 {
    width: 80%;
    max-width: 80px;
  }
  .insurance .insurance_box .ico9 {
    width: 80%;
    max-width: 300px;
  }
  .insurance .insurance_box .ico9 + .txt {
    font-size: 2rem;
  }
  .insurance .insurance_box .txt {
    font-size: 2.2rem;
  }
}

/* ------------------------------
	.instyle
------------------------------ */
.instyle {
  padding: 40px 0 80px;
  background: url(../img/index/instyle_bg.png) no-repeat right center;
  background-size: calc(50% + 145px) 100%;
}

.instyle .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instyle .left_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 420px;
}

.instyle .instyle_logo {
  width: 284px;
  margin-bottom: 30px;
}

.instyle .btn {
  margin-top: 35px;
}

.instyle .btn.sp {
  display: none;
}

.instyle .right_box {
  position: relative;
  width: 100%;
}

.instyle .right_box .img {
  margin-left: -45px;
}

.instyle .right_box .num_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 290px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.instyle .right_box .num_box {
  width: 228px;
  height: 86px;
  padding: 15px 0 15px 45px;
  font-size: 1.7rem;
  line-height: 1.6;
}

.instyle .right_box .num_box + .num_box {
  margin-top: 30px;
}

.instyle .right_box .num_box.num1 {
  background: url(../img/index/instyle_num01.png) no-repeat center center;
  background-size: 100%;
  margin-left: 30px;
}

.instyle .right_box .num_box.num2 {
  background: url(../img/index/instyle_num02.png) no-repeat center center;
  background-size: 100%;
}

.instyle .right_box .num_box.num3 {
  background: url(../img/index/instyle_num03.png) no-repeat center center;
  background-size: 100%;
  margin-left: 30px;
}

.instyle .right_box .num_box .txt_green {
  color: #58b530;
  font-weight: bold;
  font-style: italic;
}

/* fade */
.instyle .instyle_logo,
.instyle .txt,
.instyle .btn,
.instyle .img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 40px, 0) scale(1);
  transform: translate3d(0, 40px, 0) scale(1);
  opacity: 0;
}

.instyle.fade .instyle_logo,
.instyle.fade .txt,
.instyle.fade .btn,
.instyle.fade .img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

.instyle .num_box {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(40px, 0, 0) scale(1);
  transform: translate3d(40px, 0, 0) scale(1);
  opacity: 0;
}

.instyle.fade .num_box {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

.instyle.fade .txt {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.instyle.fade .btn {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.instyle.fade .img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.instyle.fade .num1 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.instyle.fade .num2 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.instyle.fade .num3 {
  -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
}

@media screen and (max-width: 768px) {
  .instyle {
    padding: 60px 0 80px;
    background: url(../img/index/instyle_bg_sp.png) no-repeat right bottom;
    background-size: 100%;
  }
  .instyle .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .instyle .right_box .num_wrap {
    left: 0;
  }
  .instyle .left_box {
    width: 100%;
  }
  .instyle .instyle_logo {
    width: 170px;
    margin: 0 auto 20px;
  }
  .instyle .right_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 165px;
    margin-top: 10px;
  }
  .instyle .right_box .img {
    margin-left: -14vw;
    width: 240px;
  }
  .instyle .right_box .num_wrap {
    left: calc(50% - 30px);
  }
  .instyle .right_box .num_box {
    width: 160px;
    height: 60px;
    padding: 10px 0 10px 32px;
    font-size: 1.2rem;
  }
  .instyle .right_box .num_box + .num_box {
    margin-top: 10px;
  }
  .instyle .right_box .num_box.num1 {
    background: url(../img/index/instyle_num01_sp.png) no-repeat center center;
    background-size: 100%;
    margin-left: 25px;
  }
  .instyle .right_box .num_box.num2 {
    background: url(../img/index/instyle_num02_sp.png) no-repeat center center;
    background-size: 100%;
  }
  .instyle .right_box .num_box.num3 {
    background: url(../img/index/instyle_num03_sp.png) no-repeat center center;
    background-size: 100%;
    margin-left: 25px;
  }
  .instyle .btn.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .instyle .btn {
    width: 100%;
    margin-top: 10px;
  }
  .instyle.fade .img {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .instyle.fade .num1 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .instyle.fade .num2 {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .instyle.fade .num3 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .instyle.fade .btn {
    -webkit-transition-delay: 2.0s;
            transition-delay: 2.0s;
  }
}

/* ------------------------------
	.merit
------------------------------ */
.merit {
  padding-bottom: 80px;
  background: #f8fbda;
}

.merit.video {
  position: relative;
  background: #e2fff0;
}

.merit.video .video_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.merit.video .video_wrap .merit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.merit.video .video_wrap .merit_box .btn {
  cursor: pointer;
}

.merit.video .video_wrap .merit_box + .merit_box {
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
  .merit.video .video_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .merit.video .video_wrap .img {
    width: 100%;
  }
  .merit.video .video_wrap .merit_box .btn {
    width: 200px;
  }
}

.merit .merit_ttl {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 75px;
  color: #007e3d;
  font-size: 3.0rem;
  font-weight: bold;
}

.merit .merit_ttl .ttl_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 80px;
  margin-top: -40px;
  padding: 0 50px;
  background: #c4d700;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.ie .merit .merit_ttl .ttl_box {
  padding-top: 8px;
}

.merit .merit_ttl .ttl_box .ttl {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

.merit .merit_ttl .ttl_box .line {
  position: absolute;
  top: 0;
  bottom: 0;
}

.merit .merit_ttl .ttl_box .line:first-child {
  right: -35px;
}

.merit .merit_ttl .ttl_box .line:last-child {
  left: 35px;
}

.merit .merit_ttl .ttl_box .line::before,
.merit .merit_ttl .ttl_box .line::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
}

.merit .merit_ttl .ttl_box .line::before {
  background: #017f3e;
}

.merit .merit_ttl .ttl_box .line::after {
  background: #fff;
}

.merit .merit_ttl .ttl_box .line:first-child::before {
  right: 0;
}

.merit .merit_ttl .ttl_box .line:first-child::after {
  right: 35px;
}

.merit .merit_ttl .ttl_box .line:last-child::before {
  right: 35px;
}

.merit .merit_ttl .ttl_box .line:last-child::after {
  right: 0;
}

.merit .merit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.merit .merit_box + .merit_box {
  margin-top: 50px;
}

.merit .merit_box:nth-child(even) .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.merit .merit_box:nth-child(even) .txt_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.merit .merit_box .txt_box {
  width: 440px;
}

.merit .merit_box .txt_box .ttl {
  margin: 25px 0 15px;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .merit .merit_ttl {
    margin-bottom: 40px;
  }
  .merit .merit_ttl .ttl_box {
    height: 40px;
    padding: 0 15px;
    margin-top: -20px;
    font-size: 2.2rem;
    text-align: center;
  }
  .merit .merit_ttl .ttl_box .line::after {
    width: 10px;
  }
  .merit .merit_ttl .ttl_box .line:last-child::after {
    right: 25px;
  }
  .merit .merit_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .merit .merit_box:nth-child(even) .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .merit .merit_box:nth-child(even) .txt_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .merit .merit_box + .merit_box {
    margin-top: 40px;
  }
  .merit .merit_box .txt_box {
    width: 100%;
  }
  .merit .merit_box .txt_box .num {
    width: 134px;
    margin: 0 auto;
  }
  .merit .merit_box .txt_box .ttl {
    margin: 15px 0 15px;
    font-size: 2.0rem;
    text-align: center;
  }
  .merit .merit_box .img {
    width: 80%;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 335px) {
  .merit .merit_ttl .ttl_box .ttl {
    font-size: 2.0rem;
  }
}
/*# sourceMappingURL=index.css.map */