.u_pc {
  display: block;
}
@media screen and (max-width: 779px) {
  .u_pc {
    display: none;
  }
}

.u_sp {
  display: none;
}
@media screen and (max-width: 779px) {
  .u_sp {
    display: block;
  }
}

.ttl1 {
  font-size: 35px;
  color: #323232;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .ttl1 {
    font-size: 25px;
    line-height: 1.4;
  }
}

.ttl2 {
  font-size: 26px;
  color: #323232;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

.txt1 {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}

.txt2 {
  font-size: 22px;
  line-height: 1.5;
  color: #222;
}

img {
  max-width: 100%;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 779px) {
  .flex._reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.u_osw {
  font-family: 'Oswald', sans-serif;
}

.u_center {
  text-align: center;
}

.index main .sec_kv {
  height: 400px;
  background-image: url("../img/bg.png");
}
@media screen and (max-width: 779px) {
  .index main .sec_kv {
    height: auto;
    background-image: none;
    display: block;
  }
}
@media screen and (max-width: 779px) {
  .index main .sec_kv .inner {
    padding: 25px 0;
  }
}
.index main .sec_kv .center > img {
  width: 42px;
  margin: 0 0 10px;
}
@media screen and (max-width: 779px) {
  .index main .sec_kv .center > img {
    width: 24px;
  }
}
.index main .sec_kv .ttl {
  font-size: 48px;
  color: #1B96D5;
  line-height: 1.3;
}
@media screen and (max-width: 779px) {
  .index main .sec_kv .ttl {
    font-size: 24px !important;
  }
}
.index main .sec_kv .ttl .sml {
  font-size: 40px;
}
@media screen and (max-width: 779px) {
  .index main .sec_kv .ttl .sml {
    font-size: 20px;
  }
}
.index main .sec_kv .subtxt {
  font-size: 24px;
  color: #1B96D5;
}
@media screen and (max-width: 779px) {
  .index main .sec_kv .subtxt {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    margin: 5px 0 0;
  }
}
.index main .sec > .inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 779px) {
  .index main .sec > .inner {
    width: 100%;
  }
}
.index main .sec.sec_1 {
  padding: 60px 0;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_1 {
    padding: 50px 4.6875%;
  }
}
.index main .sec.sec_1 .ttl1:not(:first-child) {
  margin: 80px 0 0;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_1 .ttl1:not(:first-child) {
    margin: 70px 0 0;
  }
}
.index main .sec.sec_1 .flex {
  margin: 40px 0 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_1 .flex {
    margin: 25px 0 0;
  }
}
.index main .sec.sec_1 .img {
  width: 430px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_1 .img {
    width: 100%;
    padding: 0 15px;
  }
}
.index main .sec.sec_1 .txt {
  width: 630px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_1 .txt {
    width: 100%;
    margin: 25px 0 0;
  }
}
.index main .sec.sec_1 .txt .txt1:not(:first-child) {
  margin: 25px 0 0;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_1 .txt .txt1:not(:first-child) {
    margin: 15px 0 0;
  }
}
.index main .sec.cv {
  padding: 60px 0;
  background: #ADE4F0;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv {
    padding: 50px 4.6875%;
  }
}
.index main .sec.cv .item1 {
  background: #fff;
  width: 800px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 20px;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 {
    width: 100%;
  }
}
.index main .sec.cv .item1 .border {
  border: 4px solid #ADE4F0;
  border-radius: 18px;
  padding: 0 0 50px;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border {
    padding: 0 0 20px;
  }
}
.index main .sec.cv .item1 .border .ttl1 {
  padding: 15px 0;
  border-bottom: dashed 2px #ADE4F0;
}
.index main .sec.cv .item1 .border .center {
  text-align: center;
}
.index main .sec.cv .item1 .border .subt {
  margin: 10px 0 0;
  padding: 0 0 10px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 35px;
  color: #222;
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, #ffe839 80%, #ffe839 100%);
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .subt {
    font-size: 23px;
    padding: 0 10px 10px;
    margin: 20px 0 0;
  }
}
.index main .sec.cv .item1 .border .subt:before {
  position: absolute;
  top: 20px;
  left: -66px;
  content: url(../img/ico-1.svg);
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .subt:before {
    top: 30px;
    left: -38px;
    content: '';
    width: 36px;
    height: 40px;
    background: url(../img/ico-1.svg);
    background-size: cover;
  }
}
.index main .sec.cv .item1 .border .subt:after {
  position: absolute;
  top: 20px;
  right: -66px;
  content: url(../img/ico-2.svg);
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .subt:after {
    top: 30px;
    right: -38px;
    content: '';
    width: 36px;
    height: 40px;
    background: url(../img/ico-2.svg);
    background-size: cover;
  }
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .subt .block {
    display: block;
    margin: 0 0 30px;
  }
}
.index main .sec.cv .item1 .border .u_osw {
  color: #1B96D5;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .u_osw {
    display: inline-block;
  }
}
.index main .sec.cv .item1 .border .num {
  font-size: 84px;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .num {
    font-size: 69px;
  }
}
.index main .sec.cv .item1 .border .txt {
  font-size: 46px;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .txt {
    font-size: 38px;
  }
}
.index main .sec.cv .item1 .border .txt1 {
  margin: 15px 0 40px;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .txt1 {
    padding: 0 15px;
    text-align: left;
    margin: 15px 0 20px;
  }
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .txt1.u_center {
    text-align: center;
  }
}
.index main .sec.cv .item1 .border .flex {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .flex {
    padding: 0 15px;
  }
}
.index main .sec.cv .item1 .border .txtwrap {
  width: 288px;
}
.index main .sec.cv .item1 .border .txtwrap .u_center {
  margin: 0;
}
.index main .sec.cv .item1 .border .txtwrap .price {
  margin: 5px 0 0;
  font-size: 14px;
  color: #222;
  font-weight: bold;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .txtwrap .price {
    margin: 20px 0 0;
  }
}
.index main .sec.cv .item1 .border .txtwrap .f1 {
  font-size: 20px;
  color: #222;
}
.index main .sec.cv .item1 .border .txtwrap .f2 {
  display: inline-block;
  margin: 0 0 0 42px;
  color: #222;
  font-size: 34px;
  position: relative;
}
.index main .sec.cv .item1 .border .txtwrap .f2:before {
  content: '';
  width: 20px;
  height: 4px;
  background: #222;
  position: absolute;
  top: 22px;
  left: -35px;
}
.index main .sec.cv .item1 .border .txtwrap .f2:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-top: 4px solid #222;
  border-right: 4px solid #222;
  position: absolute;
  top: 17px;
  left: -25px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index main .sec.cv .item1 .border .btn {
  margin: 0 0 0 40px;
  width: 340px;
  height: 60px;
  background: #47B14B;
  color: #fff;
  font-size: 22px;
  border-radius: 40px;
  box-shadow: 0px 4px 0px #3B833D;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item1 .border .btn {
    width: 280px;
    font-size: 16px;
    margin: 20px 0 0;
    height: 50px;
  }
}
.index main .sec.cv .item1 .border .btn:hover {
  box-shadow: none;
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.index main .sec.cv .item2 {
  width: 1100px;
  margin: 60px auto 0;
  border: 3px solid #1B96D5;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item2 {
    width: 100%;
  }
}
.index main .sec.cv .item2 .ttl1 {
  height: 95px;
  background: url(../img/ttl_bg.png);
  background-size: cover;
  background-position: top;
  color: #fff;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .index main .sec.cv .item2 .ttl1 {
    background: url(../img/sp/ttl_bg.png);
    background-size: cover;
    background-position: top -10px left 0;
    background-repeat: no-repeat;
    height: 75px;
    padding: 21% 0 0;
    position: relative;
  }
  .index main .sec.cv .item2 .ttl1 > span {
    white-space: nowrap;
    position: absolute;
    top: 35%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.index main .sec.cv .item2 .txt1 {
  margin: 40px 0 20px;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item2 .txt1 {
    margin: 10px 0 0;
    padding: 0 15px;
    text-align: left;
  }
}
.index main .sec.cv .item2 .img01 {
  width: 835px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item2 .img01 {
    width: 100%;
    padding: 0 15px;
  }
}
.index main .sec.cv .item2 .btn2 {
  margin: 70px auto 50px;
  width: 460px;
  height: 74px;
  background: #E38331;
  color: #fff;
  font-size: 22px;
  border-radius: 40px;
  box-shadow: 0px 4px 0px #AC6428;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item2 .btn2 {
    width: 280px;
    height: 50px;
    font-size: 16px;
    margin: 20px auto 40px;
  }
}
.index main .sec.cv .item2 .btn2:hover {
  box-shadow: none;
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.index main .sec.cv .item2 .btn2:before {
  position: absolute;
  top: -50px;
  right: 20px;
  content: '';
  background: url(../img/btn_ico.png);
  background-size: cover;
  width: 76px;
  height: 76px;
}
@media screen and (max-width: 779px) {
  .index main .sec.cv .item2 .btn2:before {
    width: 50px;
    height: 50px;
    top: -30px;
    right: 10px;
  }
}
.index main .sec.sec_2 {
  padding: 60px 0;
  background: #F5F5F5;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 {
    padding: 50px 4.6875%;
  }
}
.index main .sec.sec_2 > .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 50px 50px 50px;
  background: #fff;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner {
    width: 100%;
    padding: 40px 20px 20px 20px;
  }
}
.index main .sec.sec_2 > .inner .list {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner .list {
    margin: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.index main .sec.sec_2 > .inner .list .box {
  color: #343434;
  width: 490px;
  margin-top: 20px;
}
.index main .sec.sec_2 > .inner .list .box:hover .c_btn_1 {
  border: none;
  background: #1B96D5;
}
.index main .sec.sec_2 > .inner .list .box:hover .c_btn_1 .txt {
  color: #fff;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner .list .box {
    width: -moz-calc(50% - 4px);
    width: -o-calc(50% - 4px);
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    margin-top: 7%;
    display: block;
  }
}
.index main .sec.sec_2 > .inner .list .box:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner .list .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.index main .sec.sec_2 > .inner .list .box .sub {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner .list .box .sub {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.index main .sec.sec_2 > .inner .list .box .sub .img {
  width: 220px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner .list .box .sub .img {
    width: 100%;
  }
}
.index main .sec.sec_2 > .inner .list .box .sub .img img {
  width: 100%;
}
.index main .sec.sec_2 > .inner .list .box .sub .disc {
  line-height: 1.8;
  margin-left: 20px;
  width: 250px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner .list .box .sub .disc {
    line-height: 1.5;
    width: 100%;
    margin: 0;
  }
}
.index main .sec.sec_2 > .inner .list .box .sub .disc .ttl {
  font-weight: bold;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner .list .box .sub .disc .ttl {
    margin: 10px 0 5px;
    font-size: 10px;
  }
}
.index main .sec.sec_2 > .inner .list .box .sub .disc .ttl span {
  font-size: 20px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner .list .box .sub .disc .ttl span {
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner .list .box .sub .disc .txt {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.index main .sec.sec_2 > .inner .list .box .sub .disc .txt span {
  font-weight: bold;
}
.index main .sec.sec_2 > .inner .list .box .c_btn_1 {
  margin-top: 6px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_2 > .inner .list .box .c_btn_1 {
    margin-top: 10px;
  }
}
.index main .sec.sec_3 {
  padding: 50px 0 60px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_3 {
    padding: 50px 4.6875%;
  }
}
.index main .sec.sec_3 > .inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_3 > .inner {
    width: 100%;
  }
}
.index main .sec.sec_3 > .inner .txt1 {
  margin: 20px 0 0;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_3 > .inner .txt1 {
    text-align: left;
  }
}
.index main .sec.sec_3 > .inner .boxes {
  margin: 35px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_3 > .inner .boxes {
    margin: 30px 0 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.index main .sec.sec_3 > .inner .box {
  width: 340px;
  padding: 30px;
  background: #FAF9ED;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_3 > .inner .box {
    width: 100%;
    padding: 30px 20px 20px;
  }
  .index main .sec.sec_3 > .inner .box:not(:first-child) {
    margin: 10px 0 0;
  }
}
.index main .sec.sec_3 > .inner .box .ttl2 {
  padding: 0 0 18px;
  position: relative;
}
.index main .sec.sec_3 > .inner .box .ttl2:before {
  content: '';
  width: 50px;
  height: 3px;
  background: #1B96D5;
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index main .sec.sec_3 > .inner .box .center {
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_3 > .inner .box .center > img {
    width: 75px;
  }
}
.index main .sec.sec_3 > .inner .box .c_btn_1 {
  width: 250px;
  margin: 20px auto 0;
  background: #fff;
}
.index main .sec.sec_3 > .inner .box .c_btn_1:hover {
  background: #1B96D5;
}
.index main .sec.sec_3 > .inner .box ul {
  margin: 5px 0 0;
}
.index main .sec.sec_3 > .inner .box ul li {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 15px;
  position: relative;
  line-height: 1.8;
}
.index main .sec.sec_3 > .inner .box ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  background: #222;
  top: 10px;
  left: 5px;
  border-radius: 50%;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_3 > .inner .box ul li:before {
    top: 11px;
  }
}
.index main .sec.sec_4 {
  padding: 60px 0;
  background: #F5F5F5;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_4 {
    padding: 50px 4.6875%;
  }
}
.index main .sec.sec_4 .flex {
  margin: 25px 0 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.index main .sec.sec_4 .flex .item {
  padding: 20px;
  width: 540px;
  background: #fff;
  border: 1px solid #222;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.index main .sec.sec_4 .flex .item:nth-child(n + 3) {
  margin: 20px 0 0;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_4 .flex .item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index main .sec.sec_4 .flex .item:not(:first-child) {
    margin: 10px 0 0;
  }
}
.index main .sec.sec_4 .flex .item .imgwrap {
  width: 150px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_4 .flex .item .imgwrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .index main .sec.sec_4 .flex .item .imgwrap .ttl {
    font-size: 18px;
    color: #1B96D5;
    font-weight: bold;
    padding: 0 0 0 20px;
    line-height: 1.3;
  }
}
.index main .sec.sec_4 .flex .item .imgwrap > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .index main .sec.sec_4 .flex .item .imgwrap > img {
    width: 120px;
  }
}
.index main .sec.sec_4 .flex .item .txtwrap {
  padding: 10px 0 0 20px;
  width: -moz-calc(100% - 150px);
  width: -o-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_4 .flex .item .txtwrap {
    width: 100%;
    padding: 10px 0 0;
  }
}
.index main .sec.sec_4 .flex .item .txtwrap .ttl {
  color: #1B96D5;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.index main .sec.sec_4 .flex .item .txtwrap .txt1 {
  margin: 10px 0 0;
}
.index main .sec.sec_5 {
  padding: 50px 0 60px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 {
    padding: 50px 4.6875%;
  }
}
.index main .sec.sec_5 > .inner .ttl2 {
  margin: 10px 0 25px;
  position: relative;
  padding: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .index main .sec.sec_5 > .inner .ttl2 {
    padding: 0 0 10px;
  }
  .index main .sec.sec_5 > .inner .ttl2.second {
    margin: 40px 0 0;
  }
}
.index main .sec.sec_5 > .inner .ttl2:before {
  content: '';
  width: 50px;
  height: 3px;
  background: #1B96D5;
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index main .sec.sec_5 > .inner .txt2 {
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index main .sec.sec_5 > .inner .txt2 {
    font-size: 18px;
  }
}
.index main .sec.sec_5 > .inner .txt2:before {
  content: '';
  width: 2px;
  height: 20px;
  background: #222;
  position: absolute;
  top: 0;
  left: -20px;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .index main .sec.sec_5 > .inner .txt2:before {
    top: initial;
    bottom: 0;
  }
}
.index main .sec.sec_5 > .inner .txt2:after {
  content: '';
  width: 2px;
  height: 20px;
  background: #222;
  position: absolute;
  top: 0;
  right: -20px;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .index main .sec.sec_5 > .inner .txt2:after {
    top: initial;
    bottom: 0;
    right: -79px;
  }
}
.index main .sec.sec_5 > .inner .txt2 .blue {
  color: #1B96D5;
}
.index main .sec.sec_5 > .inner > .txt1 {
  margin: 20px 0 0;
}
.index main .sec.sec_5 > .inner .flex {
  margin: 25px 0 0;
  position: relative;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.index main .sec.sec_5 > .inner .flex._reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.index main .sec.sec_5 > .inner .flex._normal {
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
}
.index main .sec.sec_5 > .inner .flex.another {
  margin: 35px 0 0;
}
.index main .sec.sec_5 > .inner .flex.another.second {
  margin: 80px 0 0;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 > .inner .flex.another.second {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 > .inner .flex.another .txtwrap .txt1 {
    margin: 20px 0 0;
  }
}
.index main .sec.sec_5 > .inner .img {
  position: absolute;
  width: 600px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 > .inner .img {
    position: inherit;
    width: 100%;
  }
}
.index main .sec.sec_5 > .inner .txt {
  position: relative;
  z-index: 1;
  width: 605px;
  margin: 0 0 220px 495px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 > .inner .txt {
    margin: 20px 0 0;
    width: 100%;
  }
}
.index main .sec.sec_5 > .inner .txt .txt1:not(:first-child) {
  margin: 20px 0 0;
}
.index main .sec.sec_5 > .inner .txtwrap {
  width: 600px;
}
.index main .sec.sec_5 > .inner .txtwrap .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 > .inner .txtwrap .ttl {
    font-size: 18px;
    text-align: center;
    margin: 0 0 30px;
  }
}
.index main .sec.sec_5 > .inner .txtwrap .ttl .u_osw {
  font-size: 35px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 > .inner .txtwrap .ttl .u_osw {
    font-size: 30px;
  }
}
.index main .sec.sec_5 > .inner .txtwrap .ttl .bg {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #ffe839 40%, #ffe839 100%);
}
.index main .sec.sec_5 > .inner .txtwrap .ttl .big_b {
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 > .inner .txtwrap .ttl .big_b {
    font-size: 18px;
  }
}
.index main .sec.sec_5 > .inner .txtwrap .txt1 {
  margin: 20px 0 0;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 > .inner .txtwrap .txt1 {
    margin: 0;
  }
}
.index main .sec.sec_5 > .inner .imgwrap {
  height: 100%;
  width: 456px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.index main .sec.sec_5 > .inner .c_btn_1 {
  cursor: pointer;
  width: 248px;
  margin: 0 auto;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 > .inner .c_btn_1 {
    margin: 50px auto 0;
  }
}
.index main .sec.sec_5 > .inner .c_btn_1 > .txt {
  margin: 0;
  padding: 0;
  text-align: center;
}
.index main .sec.sec_5 > .inner .c_btn_1 > .txt:before {
  content: '';
}
.index main .sec.sec_5 > .inner .hide {
  display: none;
  margin: 0 0 40px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_5 > .inner .hide {
    margin: 0;
  }
}
.index main .sec.sec_6 {
  background: #FAF9ED;
  padding: 50px 0 60px;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_6 {
    padding: 50px 4.6875%;
  }
}
.index main .sec.sec_6 > .inner .flex {
  margin: 25px 0 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.index main .sec.sec_6 > .inner .flex > a {
  width: 525px;
  display: block;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index main .sec.sec_6 > .inner .flex > a:hover {
  opacity: .8;
}
.index main .sec.sec_6 > .inner .flex > a:nth-child(n + 3) {
  margin: 50px 0 0;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_6 > .inner .flex > a:nth-child(n + 3) {
    margin: 0;
  }
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_6 > .inner .flex > a:not(:first-child) {
    margin: 10px 0 0;
  }
}
.index main .sec.sec_6 > .inner .line {
  margin: 50px 0 0;
  color: #19C103;
  display: flex;
  align-items: center;
}
.index main .sec.sec_6 > .inner .line:before, .index main .sec.sec_6 > .inner .line:after {
  border: 5px solid transparent;
  background-image: linear-gradient(to right, #19c103, #19c103 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 10px);
  background-size: 10px 4px;
  background-position: top;
  background-repeat: repeat-x;
  content: "";
  flex-grow: 1;
}
.index main .sec.sec_6 > .inner .line:before {
  margin-right: 1rem;
}
.index main .sec.sec_6 > .inner .line:after {
  margin-left: 1rem;
}
.index main .sec.sec_6 > .inner .txt1 {
  margin: 20px 0 0;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_6 > .inner .txt1 {
    text-align: left;
  }
}
.index main .sec.sec_6 > .inner .line-btn {
  width: 116px;
  margin: 30px auto 0;
}
@media screen and (max-width: 779px) {
  .index main .sec.sec_6 > .inner .line-btn {
    margin: 15px auto 0;
  }
}
.index main .sec.sec_6 > .inner .code {
  background: #F0EDCB;
  border-radius: 20px;
  padding: 50px;
}
.index main .sec.sec_6 > .inner .code .col1 {
  width: 500px;
  margin: 0;
  padding: 0 30px 0 0;
  border-right: 2px dashed #B9B481;
}
.index main .sec.sec_6 > .inner .code .col1 > img {
  width: 147px;
}
.index main .sec.sec_6 > .inner .code .col1 .txtwrap1 {
  padding: 0 0 0 30px;
  width: -moz-calc(100% - 147px);
  width: -o-calc(100% - 147px);
  width: -webkit-calc(100% - 147px);
  width: calc(100% - 147px);
}
.index main .sec.sec_6 > .inner .code .col1 .txtwrap1 .txt1 {
  margin: 10px 0 0;
}
.index main .sec.sec_6 > .inner .code .col1 .txtwrap1 .txt2 {
  font-weight: bold;
}
.index main .sec.sec_6 > .inner .code .col2 {
  width: 500px;
  margin: 0;
  padding: 0 0 0 30px;
}
.index main .sec.sec_6 > .inner .code .col2 .id span {
  cursor: pointer;
  background: #fff;
  padding: 15px 23px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  display: inline-block;
}
.index main .sec.sec_6 > .inner .code .col2 .txtwrap2 .txt2 {
  font-weight: bold;
}
.index main .sec.sec_6 > .inner .code .col2 .txtwrap2 .txt1 {
  margin: 10px 0 0;
}

/*# sourceMappingURL=index.css.map */
