/* Sass Document */
@media screen and (max-width: 767px) {
  #main_content img {
    max-width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  mv
* --------------------------------------------------------------------------------------------------*/
#main_visual {
  position: relative;
  height: auto;
  margin: 0 auto;
}
#main_visual .mv_txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  z-index: 3;
}
#main_visual .mv_img {
  position: relative;
  z-index: 1;
}
#main_visual .mv_img img {
  display: block;
  width: 100%;
  max-width: inherit;
  height: auto;
}
#main_visual img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main_visual .mv_txt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #main_visual {
    overflow: hidden;
  }
  #main_visual .mv_txt {
    height: auto;
    width: 90%;
    display: none;
  }
  #main_visual .mv_img {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  sec-services
* --------------------------------------------------------------------------------------------------*/
.sec-services {
  position: relative;
  padding: 90px 0 240px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-services:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
  content: "";
  width: 100%;
  height: 540px;
  background: url("../img/index/bg_stripe.png") repeat left top;
  z-index: -1;
}
.sec-services .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec-services .box {
  position: relative;
  width: 32%;
  max-width: 310px;
  background: #FFF;
  padding: 0 28px 30px 27px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec-services .box:nth-of-type(2) {
  top: 34px;
}
.sec-services .box:nth-of-type(3) {
  top: 68px;
}
.sec-services .box .img {
  margin: -20px auto 0 auto;
  text-align: center;
}
.sec-services .box .txt {
  margin-top: 20px;
}
.sec-services .box .txt h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.6;
}
.sec-services .box .txt h3 span {
  display: block;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-top: 5px;
  color: #81bf00;
  text-align: center;
}
.sec-services .box .txt p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec-services .box .btn_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-services .box .btn_wrap2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-services .box .btn_wrap3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-services .box .btn {
  max-width: 300px;
  font-size: 1.2rem;
  padding: 10px 5px 11px 5px;
  margin: 0 0 0 auto;
}
.sec-services .box .btn.arrow:before, .sec-services .box .btn.arrow:after {
  right: 15px;
}
.sec-services .box .btn.arrow:before {
  width: 12px;
}
.sec-services .box .btn.arrow:after {
  margin-top: -4px;
  border-width: 4px 0 0 5px;
}

/* 2025add */
.sec-services02 {
  position: relative;
  padding: 90px 0 90px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-services02:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
  content: "";
  width: 100%;
  height: 1280px;
  background: url("../img/index/bg_stripe.png") repeat left top;
  z-index: -1;
}
.sec-services02 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px 0;
  margin-top: 90px;
}
.sec-services02 .box_wrap .box_inn {
  position: relative;
  width: 47%;
  max-width: 467px;
  max-width: inherit;
  background: #FFF;
  padding: 0 28px 40px 27px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec-services02 .box_wrap .box_inn .img {
  margin: -10px auto 0 auto;
  text-align: center;
}
.sec-services02 .box_wrap .box_inn .txt {
  margin-top: 35px;
  margin-bottom: 30px;
}
.sec-services02 .box_wrap .box_inn .txt h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.6;
}
.sec-services02 .box_wrap .box_inn .txt h3 span {
  display: block;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-top: 5px;
  color: #81bf00;
  text-align: center;
}
.sec-services02 .box_wrap .box_inn .txt p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec-services02 .box_wrap .box_inn .btn_wrap {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-services02 .box_wrap .box_inn .btn_wrap .btn {
  max-width: inherit;
}
.sec-services02 .box_wrap .box_inn .btn_wrap2 {
  margin: 10px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-services02 .box_wrap .box_inn .btn_wrap2 .btn_green {
  max-width: inherit;
}
.sec-services02 .box_wrap .box_inn .btn_wrap3 {
  margin: 10px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-services02 .box_wrap .box_inn .btn_wrap3 .btn_pink {
  max-width: inherit;
}
.sec-services02 .box_wrap .box_inn .btn {
  max-width: 300px;
  font-size: 1.2rem;
  padding: 10px 5px 11px 5px;
}
.sec-services02 .box_wrap .box_inn .btn.arrow:before, .sec-services02 .box_wrap .box_inn .btn.arrow:after {
  right: 15px;
}
.sec-services02 .box_wrap .box_inn .btn.arrow:before {
  width: 12px;
}
.sec-services02 .box_wrap .box_inn .btn.arrow:after {
  margin-top: -4px;
  border-width: 4px 0 0 5px;
}
.sec-services02 .tab-b {
  display: none;
}
@media screen and (max-width: 1020px) {
  .sec-services02 .tab-b {
    display: block;
  }
}

/*
.sec-services .box:hover {
		opacity: 0.7;
}
*/
/*
.sec-services .box .btn {
		max-width: 140px;
		font-size: 1.2rem;
		padding: 10px 5px 11px 5px;
		margin: 0 0 0 auto;
}
*/
@media screen and (max-width: 767px) {
  .sec-services {
    padding: 10% 0 30%;
  }
  .sec-services:after {
    height: 100%;
  }
  .sec-services .box_wrap {
    display: block;
  }
  .sec-services .box {
    position: relative;
    width: 82%;
    max-width: 100%;
    padding: 5em 4em 8em;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    margin: 2em auto 4em;
  }
  .sec-services .box + .box {
    margin-top: 26em;
  }
  .sec-services .box:nth-of-type(2), .sec-services .box:nth-of-type(3) {
    top: 0;
  }
  .sec-services .box .img {
    margin: 0 auto 0 auto;
  }
  .sec-services .box .txt {
    margin-top: 1em;
  }
  .sec-services .box .txt h3 {
    font-size: 3.7rem;
    margin-bottom: 1em;
  }
  .sec-services .box .txt h3 span {
    font-size: 4.8rem;
    margin-top: 5px;
  }
  .sec-services .box .txt p {
    font-size: 3rem;
    line-height: 1.7;
  }
  .sec-services .box .btn_wrap {
    bottom: -5em;
    padding: 0 3em;
  }
  .sec-services .box .btn {
    max-width: 80%;
    font-size: 2.8vw;
    padding: 1em;
    margin: 0px auto;
  }
  .sec-services .box .btn.arrow:before, .sec-services .box .btn.arrow:after {
    right: 15px;
  }
  .sec-services .box .btn.arrow:before {
    width: 12px;
  }
  .sec-services .box .btn.arrow:after {
    margin-top: -4px;
    border-width: 4px 0 0 5px;
  }
  .sec-services .box .btn_wrap2 {
    bottom: -14em;
    padding: 0 3em;
  }
  .sec-services .box .btn_green {
    max-width: 80%;
    font-size: 2.8vw;
    padding: 1em;
    margin: 0 auto;
  }
  .sec-services .box .btn_green.arrow:before, .sec-services .box .btn_green.arrow:after {
    right: 15px;
  }
  .sec-services .box .btn_green.arrow:before {
    width: 12px;
  }
  .sec-services .box .btn_green.arrow:after {
    margin-top: -4px;
    border-width: 4px 0 0 5px;
  }
  .sec-services .box .btn_wrap3 {
    bottom: -23em;
    padding: 0 3em;
  }
  .sec-services .box .btn_pink {
    max-width: 80%;
    font-size: 2.8vw;
    padding: 1em;
    margin: 0 auto;
  }
  .sec-services .box .btn_pink.arrow:before, .sec-services .box .btn_pink.arrow:after {
    right: 15px;
  }
  .sec-services .box .btn_pink.arrow:before {
    width: 12px;
  }
  .sec-services .box .btn_green.arrow:after {
    margin-top: -4px;
    border-width: 4px 0 0 5px;
  }

  /* 2025add */
  .sec-services02 {
    padding: 10% 0 10%;
    /* add */
  }
  .sec-services02:after {
    height: 100%;
  }
  .sec-services02 .box_wrap {
    display: block;
    margin-top: 0;
  }
  .sec-services02 .box_wrap .box_inn {
    position: relative;
    width: 82%;
    max-width: 100%;
    padding: 5em 4em 8em;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    margin: 2em auto 4em;
  }
  .sec-services02 .box_wrap .box_inn + .box_inn {
    margin-top: 5em;
  }
  .sec-services02 .box_wrap .box_inn .img {
    margin: 0 auto;
  }
  .sec-services02 .box_wrap .box_inn .txt {
    margin-top: 1em;
  }
  .sec-services02 .box_wrap .box_inn .txt h3 {
    font-size: 3.7rem;
    margin-bottom: 1em;
  }
  .sec-services02 .box_wrap .box_inn .txt h3 span {
    font-size: 4.8rem;
    margin-top: 5px;
  }
  .sec-services02 .box_wrap .box_inn .txt p {
    font-size: 3rem;
    line-height: 1.7;
  }
  .sec-services02 .box_wrap .box_inn .btn_wrap .btn {
    max-width: 100%;
    font-size: 2.8vw;
    padding: 1em;
  }
  .sec-services02 .box_wrap .box_inn .btn_wrap2 {
    box-sizing: border-box;
  }
  .sec-services02 .box_wrap .box_inn .btn_wrap2 .btn_green {
    max-width: 100%;
    font-size: 2.8vw;
    padding: 1em;
  }
  .sec-services02 .box_wrap .box_inn .btn_wrap3 {
    box-sizing: border-box;
  }
  .sec-services02 .box_wrap .box_inn .btn_wrap3 .btn_pink {
    max-width: 100%;
    font-size: 2.8vw;
    padding: 1em;
  }

  /*
  	.sec-services .box:hover {
  			opacity: 0.7;
  	}
  */
}
/* ----------------------------------------------------------------------------------------------------
*  sec-reasons
* --------------------------------------------------------------------------------------------------*/
.sec-reasons {
  position: relative;
  padding: 100px 0 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-reasons .sec_ttl {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.sec-reasons .sec_ttl span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin-right: 14px;
  margin-bottom: 0;
}
.sec-reasons .sec_ttl span:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  vertical-align: middle;
  content: "";
  width: 1px;
  height: 30px;
  background: #848484;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sec-reasons .sec_ttl:after {
  display: none;
}
.sec-reasons .box_wrap {
  max-width: 1360px;
  margin: 0 auto;
}
.sec-reasons .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec-reasons .box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec-reasons .box + .box {
  margin-top: 120px;
}
.sec-reasons .box .img {
  width: 55%;
  max-width: 750px;
  margin: -60px 0 0 0;
}
.sec-reasons .box:nth-of-type(even) .img {
  margin: -60px 0 0 0;
}
.sec-reasons .box .img img {
  display: block;
  width: 100%;
  max-width: inherit;
  height: auto;
}
.sec-reasons .box .txt {
  width: 65%;
  max-width: 800px;
  margin-right: -254px;
  padding: 60px 312px 60px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-reasons .box:nth-of-type(even) .txt {
  margin-left: -254px;
  margin-right: 0;
  padding: 60px 90px 60px 312px;
}
.sec-reasons .box.b01 .txt {
  background: -webkit-gradient(linear, left bottom, right top, from(rgba(29, 153, 196, 0.2)), color-stop(80%, #FFF));
  background: linear-gradient(to top right, rgba(29, 153, 196, 0.2), #FFF 80%);
}
.sec-reasons .box.b02 .txt {
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(245, 161, 1, 0.4)), color-stop(80%, #FFF));
  background: linear-gradient(to top left, rgba(245, 161, 1, 0.4), #FFF 80%);
}
.sec-reasons .box.b03 .txt {
  background: -webkit-gradient(linear, left bottom, right top, from(rgba(254, 193, 218, 0.4)), color-stop(80%, #FFF));
  background: linear-gradient(to top right, rgba(254, 193, 218, 0.4), #FFF 80%);
}
.sec-reasons .box .txt .box_num {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
}
.sec-reasons .box .txt .box_num .num {
  font-size: 9rem;
  font-weight: 700;
}
.sec-reasons .box .txt .box_num .text {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #848484;
}
.sec-reasons .box .txt .box_num .text:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px;
  content: "";
  width: 1px;
  height: 25px;
  background: #848484;
}
.sec-reasons .box .txt h3 {
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.sec-reasons .box.b01 .txt h3 span {
  color: #1d99c4;
}
.sec-reasons .box.b02 .txt h3 span {
  color: #f5a101;
}
.sec-reasons .box.b03 .txt h3 span {
  color: #de4f89;
}
.sec-reasons .box .txt p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec-reasons .btn_wrap {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec-reasons {
    padding: 10% 0;
  }
  .sec-reasons .sec_ttl {
    width: 82% !important;
    margin: 0 auto 10%;
  }
  .sec-reasons .sec_ttl span {
    padding-right: 20px;
    margin-right: 14px;
    margin-bottom: 0;
  }
  .sec-reasons .sec_ttl span:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    vertical-align: middle;
    content: "";
    width: 1px;
    height: 30px;
    background: #848484;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .sec-reasons .sec_ttl:after {
    display: none;
  }
  .sec-reasons .box {
    width: 82%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sec-reasons .box:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sec-reasons .box + .box {
    margin-top: 6em;
  }
  .sec-reasons .box .img {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
  .sec-reasons .box:nth-of-type(even) .img {
    margin: 0;
  }
  .sec-reasons .box .img img {
    display: block;
    width: 100%;
    max-width: inherit;
    height: auto;
  }
  .sec-reasons .box .txt {
    width: auto;
    max-width: 100%;
    margin-right: 0;
    padding: 5em 4em 5em;
  }
  .sec-reasons .box:nth-of-type(even) .txt {
    margin-left: 0;
    margin-right: 0;
    padding: 5em 4em 5em;
  }
  .sec-reasons .box .txt .box_num {
    margin-bottom: 1em;
  }
  .sec-reasons .box .txt .box_num .num {
    font-size: 9rem;
  }
  .sec-reasons .box .txt .box_num .text {
    font-size: 3rem;
  }
  .sec-reasons .box .txt .box_num .text:before {
    margin: 0 1em;
    height: 7vw;
  }
  .sec-reasons .box .txt h3 {
    margin-bottom: 0.5em;
    font-size: 4.8rem;
  }
  .sec-reasons .box .txt p {
    font-size: 3rem;
  }
  .sec-reasons .btn_wrap {
    margin-top: 7em;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  sec-voice
* --------------------------------------------------------------------------------------------------*/
.sec-voice {
  position: relative;
  padding: 76px 0 72px 0;
  background: #c1e771;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-voice:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.sec-voice .inner {
  position: relative;
  z-index: 2;
}
.sec-voice .sec_ttl {
  margin-bottom: 70px;
}
.sec-voice .sec_ttl:after {
  background: #FFF;
}
.sec-voice .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec-voice .box {
  width: 31%;
  max-width: 310px;
  margin-right: 3.5%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec-voice .box a:hover img {
  opacity: 1;
}
.sec-voice .box:hover {
  opacity: 0.7;
}
.sec-voice .box:nth-of-type(3n) {
  margin-right: 0;
}
.sec-voice .box .img {
  position: relative;
}
.sec-voice .box .img img {
  display: block;
  width: 100%;
  max-width: inherit;
  height: auto;
}
.sec-voice .box .img .name {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background: rgba(245, 161, 1, 0.85);
  padding: 7px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-voice .box .txt {
  background: #FFF;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-voice .box .txt .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec-voice .btn_wrap {
  margin-top: 40px;
}
.sec-voice .btn {
  max-width: 230px;
  padding: 21px 10px 24px 10px;
}

@media screen and (max-width: 767px) {
  .sec-voice {
    padding: 10% 0;
  }
  .sec-voice .sec_ttl {
    margin-bottom: 2em;
  }
  .sec-voice .sec_ttl:after {
    background: #FFF;
  }
  .sec-voice .box_wrap {
    display: block;
  }
  .sec-voice .box {
    width: 82%;
    max-width: 100%;
    margin: 0 auto 0;
    margin-right: auto !important;
  }
  .sec-voice .box + .box {
    margin-top: 5em;
  }
  .sec-voice .box .img .name {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 3rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background: rgba(245, 161, 1, 0.85);
    padding: 7px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sec-voice .box .txt {
    font-size: 3rem;
    background: #FFF;
    padding: 2em 2em;
  }
  .sec-voice .box .txt .ttl {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .sec-voice .btn_wrap {
    margin-top: 7em;
  }
  .sec-voice .btn {
    max-width: 80%;
    padding: 2em 1em;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  sec-news
* --------------------------------------------------------------------------------------------------*/
.sec-news {
  position: relative;
  padding: 70px 0 65px 0;
  background: url("../img/index/bg_stripe.png") repeat left top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-news .sec_ttl:after {
  display: none;
}
.sec-news .box_wrap {
  background: #FFF;
  padding: 55px 70px 50px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-news .post-news .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-news .post-news .post + .post {
  margin-top: 20px;
}
.sec-news .post-news .post .cat {
  width: 110px;
  height: 24px;
  display: block;
  margin-right: 17px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  padding: 5px 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec-news .post-news .post .cat:hover {
  opacity: 0.7;
}
.sec-news .post-news .post .cat.cat-01 {
  color: #81bf00;
  border: 1px solid #81bf00;
}
.sec-news .post-news .post .cat.cat-02 {
  color: #1d99c4;
  border: 1px solid #1d99c4;
}
.sec-news .post-news .post .cat.cat-03 {
  color: #f5a101;
  border: 1px solid #f5a101;
}
.sec-news .post-news .post .cat.cat-04 {
  color: #de4f89;
  border: 1px solid #de4f89;
}
.sec-news .post-news .post .post-date {
  font-size: 1.2rem;
  font-weight: 700;
  color: #b4b4b4;
  width: 76px;
  margin-right: 40px;
}
.sec-news .post-news .post .post-txt {
  font-size: 1.4rem;
  line-height: 1.7;
  max-width: calc( 100% - 110px - 17px - 76px - 40px );
}

.newsfon18 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .sec-news .post-news .post .post-txt {
    max-width: 100%;
  }
}
.sec-news .post-news .post .post-txt:hover {
  text-decoration: underline;
}

.link_wrap {
  text-align: center;
  margin-top: 30px;
}
.link_wrap .text_link {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 34px 8px 18px;
  border-bottom: 2px solid #323232;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.link_wrap .text_link:hover {
  opacity: 0.7;
}
.link_wrap .arrow:before, .link_wrap .arrow:after {
  right: 8px;
}
.link_wrap .arrow:before {
  background: #323232;
  width: 12px;
}
.link_wrap .arrow:after {
  margin-top: -4px;
  border-width: 4px 0 0 4px;
  border-color: transparent transparent transparent #323232;
}

@media screen and (max-width: 767px) {
  .sec-news {
    padding: 10% 0;
  }
  .sec-news .sec_ttl:after {
    display: none;
  }
  .sec-news .box_wrap {
    padding: 2em 4em 8em;
    width: 82%;
    margin: 0 auto;
  }
  .sec-news .post-news .post {
    padding: 4em 2.5em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec-news .post-news .post + .post {
    margin-top: 0;
  }
  .sec-news .post-news .post .cat {
    width: auto;
    display: block;
    display: inline-block;
    min-width: 8em;
    margin-right: 0.5em;
    padding: 0.2em 0.5em 0;
    font-size: 2.4em;
    text-align: center;
    height: auto;
  }
  .sec-news .post-news .post .cat:hover {
    opacity: 0.7;
  }
  .sec-news .post-news .post .post-date {
    font-size: 2.4em;
    margin-right: 0;
    width: calc( 100% - 10em );
  }
  .sec-news .post-news .post .post-txt {
    font-size: 3em;
    line-height: 1.6;
    width: 100%;
    margin-top: 0.5em;
  }

  .link_wrap {
    margin-top: 10%;
  }
  .link_wrap .text_link {
    font-size: 2.8rem;
    padding: 0 2.2em 0.5em 1.5em;
  }
  .link_wrap .arrow:before, .link_wrap .arrow:after {
    right: 0.5em;
  }
  .link_wrap .arrow:before {
    background: #323232;
    width: 1em;
  }
  .link_wrap .arrow:after {
    margin-top: -0.3em;
    border-width: 0.3em 0 0 0.4em;
  }

  .newsfon18 {
    font-size: 2.4rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  sec-column
* --------------------------------------------------------------------------------------------------*/
.sec-column {
  position: relative;
  padding: 76px 0 72px 0;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-column:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.sec-column .inner {
  position: relative;
  z-index: 2;
}
.sec-column .sec_ttl {
  margin-bottom: 70px;
}
.sec-column .sec_ttl:after {
  background: #FFF;
}
.sec-column .btn_wrap {
  margin: 40px 0px;
}
.sec-column .btn {
  max-width: 230px;
  padding: 21px 10px 24px 10px;
}

.future-news {
  background-color: #f8f8f8;
  padding: 0px 0px 20px 0px;
}
.future-news .-list {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sec-column {
    padding: 10% 0;
  }
  .sec-column .sec_ttl {
    margin-bottom: 2em;
  }
  .sec-column .sec_ttl:after {
    background: #FFF;
  }

  .sec-voice .news_box_wrap {
    display: block;
  }
  .sec-voice .news_box {
    width: 82%;
    max-width: 100%;
    margin: 0 auto 0;
    margin-right: auto !important;
  }
  .sec-voice .news_box + .news_box {
    margin-top: 5em;
  }

  .sec-column .btn_wrap {
    margin-top: 3em;
  }
  .sec-column .btn {
    max-width: 80%;
    padding: 1.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  .future-news.-list {
    margin-top: 4vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .future-news {
    padding: 9.3vw 0 8vw;
    padding-top: 0;
  }
}
.news_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.news_box_wrap .news_box {
  width: 31%;
}
.news_box_wrap .news_box:nth-child(2) {
  margin: 0 15px;
}
.news_box_wrap .news_box:nth-child(3) {
  margin: 0px 0px 0px;
}
.news_box_wrap .news_box a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.news_box_wrap .news_box .img {
  width: 100%;
}
.news_box_wrap .news_box .img img {
  width: 100%;
}
.news_box_wrap .news_box.-new a {
  position: relative;
}
.news_box_wrap .news_box.-new a::before, .news_box_wrap .news_box.-new a::after {
  position: absolute;
  z-index: 1;
}
.news_box_wrap .news_box.-new a::before {
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 72px 0 0;
  border-color: #e9518e transparent transparent transparent;
}
.news_box_wrap .news_box.-new a::after {
  top: 18px;
  left: 3px;
  content: "NEW";
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.news_box_wrap .news_box .txt_box {
  padding: 15px 30px 20px;
  position: relative;
}
.news_box_wrap .news_box .txt_box::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid #81bf00;
}
.news_box_wrap .news_box .txt_box .date {
  font-size: 1.6rem;
  word-break: break-all;
  margin-bottom: 8px;
}
.news_box_wrap .news_box .txt_box .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .news_box_wrap .news_box.-new a::before {
    border-width: 13.037809648vw 13.037809648vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .news_box_wrap .news_box.-new a::after {
    top: 3vw;
    left: 1vw;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    justify-content: center;
  }
  .news_box_wrap .news_box {
    width: 100%;
    margin: 0;
  }
  .news_box_wrap .news_box + .news_box {
    margin-top: 5vw;
    margin-left: 0;
  }
  .news_box_wrap .news_box a::after {
    border-top-width: 8vw;
    border-right-width: 8vw;
  }
  .news_box_wrap .news_box .txt_box {
    padding: 3vw 4vw 6vw;
  }
  .news_box_wrap .news_box .txt_box .date, .news_box_wrap .news_box .txt_box .ttl {
    font-size: 3rem;
  }
  .news_box_wrap .news_box .txt_box .date {
    margin-bottom: 2vw;
  }
}
.content-inner {
  width: 1040px;
  max-width: 100%;
  margin: auto auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .content-inner {
    padding-top: 8vw;
    width: 84%;
    display: block;
  }
}
/*# sourceMappingURL=index.css.map */
/* 2024-07-11 Added by CSS */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #main_visual img {
    width: 85%;
  }

  .sec-services .box .txt {
    margin-bottom: 20px;
  }

  .sec-reasons .box .img {
    width: 45%;
  }
  .sec-reasons .box .txt {
    width: 77%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #main_visual p img {
    width: 60%;
    margin-top: 20px;
  }

  .box_wrap .box img {
    width: 100%;
  }

  .sec-services .box {
    padding: 0 20px 30px 17px;
  }
  .sec-services .box .txt {
    margin-bottom: 30px;
  }
  .sec-services .box .txt h3 {
    font-size: 1.4rem;
  }
  .sec-services .box .txt h3 span {
    font-size: 2.1rem;
  }
  .sec-services .box .btn_wrap, .sec-services .box .btn_wrap2, .sec-services .box .btn_wrap3 {
    padding: 0;
  }

  .sec-reasons .box_wrap {
    max-width: 100%;
    width: 100%;
    margin-top: 110px;
  }
  .sec-reasons .box_wrap .box {
    flex-direction: column-reverse;
  }
  .sec-reasons .box .txt {
    width: 90%;
    padding: 20px 40px;
    margin: 0 auto;
  }
  .sec-reasons .box .img {
    width: 70%;
    max-width: 100%;
    margin: -60px auto 0 auto;
  }
  .sec-reasons .box:nth-of-type(even) .txt {
    width: 90%;
    padding: 20px 40px;
    margin: 0 auto;
  }
  .sec-reasons .box:nth-of-type(even) .img {
    margin: -60px auto 0 auto;
  }
}
/* 2025add */
#main_visual02 {
  position: relative;
  height: auto;
}
#main_visual02 .mv_img {
  width: 100%;
  height: 100%;
}
#main_visual02 .mv_img img {
  display: block;
  max-width: inherit;
  height: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main_visual02 .mv_wrap {
  position: absolute;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#main_visual02 .mv_wrap .ttl {
  margin-left: 25px;
}
#main_visual02 .btn_wrap {
  position: relative;
  display: flex;
}
#main_visual02 .btn_wrap * {
  position: relative;
  line-height: 1;
}
#main_visual02 .btn_wrap * a {
  display: block;
}
#main_visual02 .btn_wrap .logo {
  margin-left: 25px;
  top: 5px;
}
#main_visual02 .btn_wrap .materials {
  margin-left: 8px;
}
#main_visual02 .txt {
  margin-top: 5px;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #main_visual02 .mv_wrap {
    transform: translate(0, -50%) scale(0.8);
    margin-right: auto;
    margin-left: 0;
    left: 0;
    max-width: 720px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #main_visual02 .mv_wrap {
    transform: translate(0, -50%) scale(0.7);
    margin-right: auto;
    margin-left: 0;
    left: 0;
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #main_visual02 {
    height: 109.333vw;
  }
  #main_visual02 .mv_wrap {
    max-width: 100%;
    padding: 3.6vw 2.8vw 0 2.8vw;
  }
  #main_visual02 .mv_wrap .ttl {
    margin-left: 0;
    width: 56%;
  }
  #main_visual02 .btn_wrap {
    flex-direction: column;
  }
  #main_visual02 .btn_wrap * {
    position: relative;
    line-height: 1;
  }
  #main_visual02 .btn_wrap * a {
    display: block;
  }
  #main_visual02 .btn_wrap .logo {
    margin-left: 2.7%;
    margin-bottom: 1.7%;
    top: 0;
    width: 46%;
  }
  #main_visual02 .btn_wrap .materials {
    margin-left: 2%;
    width: 48%;
  }
  #main_visual02 .txt {
    margin-top: 5%;
  }
}

@media screen and (max-width: 767px) {
  #idx .inner,
  #index_test .inner {
    width: 100%;
    padding: 0;
  }
}
