@charset "UTF-8";
/* Sass Document */
@media screen and (max-width: 767px) {
  #main_content img {
    max-width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  mv
* --------------------------------------------------------------------------------------------------*/
/* 20260422add */
#bownow-target {
  height: 100%;
}

#main_visual03 {
  background: url("../img/index/bg_fv_pc.jpg") no-repeat center top/cover;
  position: relative;
  /* フォームcssが効くとき */
  /* フォームcssが効かない場合 */
  min-height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
  /*
  @media screen and (max-width: 880px) {
  	flex-direction: column;
  	align-items: center;
  	height: 109.333vw;
  	.mv_wrap{
  		max-width: 100%;
  		padding: 3.6vw 2.8vw 0 2.8vw;
  		box-sizing: border-box;
  		.ttl{
  			margin-left: 0;
  			width: 56%;
  		}
  	}
  	.btn_wrap{
  		flex-direction: column;
  		& *{
  			position: relative;
  			line-height: 1;
  			a{
  				display: block;
  			}
  		}
  		.logo{
  			margin-left: 2.7%;
  			margin-bottom: 1.7%;
  			top: 0;
  			width: 46%;
  		}
  		.materials{
  			margin-left: 2%;
  			width: 48%;
  		}
  	}
  	.txt{
  		margin-top: 5%;
  	}
  }
  */
}
@media screen and (max-height: 756px) {
  #main_visual03 {
    min-height: calc(100vh + 140px);
  }
}
#main_visual03 .mv_left {
  position: relative;
  width: 65.5%;
  max-width: 1268px;
}
#main_visual03 .mv_right {
  position: relative;
  z-index: 2;
  width: 34.5%;
  max-width: 470px;
  background: #fff;
  padding: 20px 15px 0;
}
#main_visual03 .mv_form {
  height: 100%;
}
#main_visual03 .mv_form iframe {
  height: 100%;
  width: 100%;
  border: none;
}
#main_visual03 .mv_form_ttl {
  text-align: center;
  margin: 0 auto 15px;
}
#main_visual03 .mv_form_ttl img {
  max-width: 327px;
  width: 100%;
}
#main_visual03 .mv_form_txt {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
#main_visual03 .mv_img {
  position: relative;
  width: 100%;
  height: 100%;
}
#main_visual03 .mv_img img {
  max-width: inherit;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  #main_visual03 .mv_img img {
    object-position: right 20% top 0px;
  }
}
#main_visual03 .mv_wrap {
  position: absolute;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#main_visual03 .btn_set {
  position: relative;
  display: flex;
  align-items: center;
}
#main_visual03 .btn_set * {
  position: relative;
  line-height: 1;
}
#main_visual03 .btn_set * a {
  display: block;
}
#main_visual03 .btn_set .materials {
  margin-left: 10px;
}
#main_visual03 .ttl {
  margin-top: 14px;
}
#main_visual03 .txt {
  margin-bottom: 15px;
}
#main_visual03 .btn_wrap {
  display: none;
}
@media only screen and (max-width: 1400px) and (min-width: 1025px) {
  #main_visual03 .mv_left {
    width: 60%;
  }
  #main_visual03 .mv_right {
    width: 40%;
  }
  #main_visual03 .mv_wrap {
    transform: scale(0.8);
    margin-right: auto;
    left: 0;
    top: auto;
    bottom: -3vw;
    max-width: 480px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 881px) {
  #main_visual03 .mv_left {
    width: 60%;
  }
  #main_visual03 .mv_right {
    width: 40%;
  }
  #main_visual03 .mv_wrap {
    transform: scale(0.7);
    margin-right: auto;
    bottom: -6vw;
    left: 0;
    max-width: 200px;
  }
}
@media screen and (max-width: 880px) {
  #main_visual03 {
    background-image: none;
    background: #90C81A;
    min-height: inherit;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 6vw;
  }
  #main_visual03 .mv_left {
    width: 100%;
    max-width: inherit;
  }
  #main_visual03 .mv_right {
    display: none;
  }
  #main_visual03 .mv_wrap {
    width: 100%;
    max-width: inherit;
    bottom: auto;
    top: 35.2vw;
    left: 0;
    transform: translateX(0);
    padding: 0 4vw;
  }
  #main_visual03 .btn_set {
    margin: 0 auto;
  }
  #main_visual03 .btn_set .logo {
    width: 20.8vw;
  }
  #main_visual03 .btn_set .materials {
    width: 36.8vw;
    margin-left: 2.667vw;
  }
  #main_visual03 .ttl {
    width: 68.8vw;
    margin: 1.333vw 0 0.533vw;
  }
  #main_visual03 .txt {
    width: 90.667vw;
    margin: 0 auto 12px;
  }
  #main_visual03 .label {
    width: 92vw;
    margin: 0 auto;
  }
  #main_visual03 .btn_wrap {
    width: 100%;
    display: block;
    margin: 0 auto 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  sec-services
* --------------------------------------------------------------------------------------------------*/
/* 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: 1100px;
  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 h3.-aj {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.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;
  }
}

@media screen and (max-width: 767px) {
  /* 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 h3.-aj {
    min-height: inherit;
    display: block;
  }
  .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-documents
* --------------------------------------------------------------------------------------------------*/
.sec-documents {
  position: relative;
  padding: 100px 0 86px;
  background: #fff;
  box-sizing: border-box;
}
.sec-documents .inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sec-documents .sec_ttl {
  margin-bottom: 80px;
}
.sec-documents .sec_ttl:after {
  display: none;
}
.sec-documents .box_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc((100% - 26.5% * 3) / 2);
  max-width: 940px;
  margin: 0 auto;
}
.sec-documents .box {
  width: 26.5%;
  max-width: 250px;
  transition: 0.4s;
}
.sec-documents .box a {
  display: block;
  width: 100%;
}
.sec-documents .box a:hover {
  opacity: 1;
}
.sec-documents .box:hover {
  opacity: 0.7;
}
.sec-documents .box .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-documents .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 250/242;
}
.sec-documents .box .txt {
  margin-top: 15px;
}
.sec-documents .box .txt .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1020px) {
  .sec-documents .box .txt .ttl {
    font-size: 1.8rem;
  }
}
.sec-documents .btn_wrap {
  margin-top: 40px;
}
.sec-documents .btn {
  max-width: 370px;
  padding: 20px 10px 23px 10px;
}

@media screen and (max-width: 767px) {
  .sec-documents {
    padding: 10% 0;
  }
  .sec-documents .sec_ttl {
    margin-bottom: 2em;
  }
  .sec-documents .box_wrap {
    flex-direction: column;
    align-items: center;
    gap: 8vw 0;
  }
  .sec-documents .box {
    width: 80%;
    max-width: inherit;
  }
  .sec-documents .box .txt {
    margin-top: 2em;
  }
  .sec-documents .box .txt .ttl {
    font-size: 3rem;
  }
  .sec-documents .btn_wrap {
    margin-top: 7em;
  }
  .sec-documents .btn {
    max-width: 80%;
    padding: 1.5em 1em;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  sec-voice
* --------------------------------------------------------------------------------------------------*/
.sec-voice {
  position: relative;
  padding: 90px 0 86px;
  background: #fff;
  box-sizing: border-box;
}
.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: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec-voice .box {
  width: 31%;
  max-width: 310px;
  margin-right: 3.5%;
  transition: 0.4s;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.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;
}
@media screen and (max-width: 1020px) {
  .sec-voice .box .txt .ttl {
    font-size: 1.8rem;
  }
}
.sec-voice .btn_wrap {
  margin-top: 40px;
}
.sec-voice .btn {
  max-width: 230px;
  padding: 20px 10px 23px 10px;
}

@media screen and (max-width: 767px) {
  .sec-voice {
    padding: 10% 0;
  }
  .sec-voice .sec_ttl {
    margin-bottom: 2em;
  }
  .sec-voice .sec_ttl:after {
    display: none;
  }
  .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: 1.5em 1em;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  sec-seminar
* --------------------------------------------------------------------------------------------------*/
.sec-seminar {
  position: relative;
  padding: 100px 0 68px;
  background: #fff;
  box-sizing: border-box;
}
.sec-seminar .inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sec-seminar .sec_ttl {
  margin-bottom: 80px;
}
.sec-seminar .sec_ttl:after {
  display: none;
}
.sec-seminar .box_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc((100% - 31% * 3) / 2);
  max-width: 1000px;
  margin: 0 auto;
}
.sec-seminar .box {
  width: 31%;
  max-width: 310px;
  transition: 0.4s;
}
.sec-seminar .box a {
  display: block;
  width: 100%;
}
.sec-seminar .box a:hover {
  opacity: 1;
}
.sec-seminar .box:hover {
  opacity: 0.7;
}
.sec-seminar .box .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-seminar .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 310/162;
}
.sec-seminar .box .txt {
  margin-top: 15px;
}
.sec-seminar .box .txt .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}
@media screen and (max-width: 1020px) {
  .sec-seminar .box .txt .ttl {
    font-size: 1.8rem;
  }
}
.sec-seminar .btn_wrap {
  margin-top: 60px;
}
.sec-seminar .btn {
  max-width: 370px;
  padding: 20px 10px 23px 10px;
}

@media screen and (max-width: 767px) {
  .sec-seminar {
    padding: 10% 0;
  }
  .sec-seminar .sec_ttl {
    margin-bottom: 2em;
  }
  .sec-seminar .box_wrap {
    flex-direction: column;
    align-items: center;
    gap: 8vw 0;
    max-width: inherit;
  }
  .sec-seminar .box {
    width: 80%;
    max-width: inherit;
  }
  .sec-seminar .box .txt {
    margin-top: 2em;
  }
  .sec-seminar .box .txt .ttl {
    font-size: 3rem;
  }
  .sec-seminar .btn_wrap {
    margin-top: 7em;
  }
  .sec-seminar .btn {
    max-width: 80%;
    padding: 1.5em 1em;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  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: 90px;
  font-size: 1.8rem;
  font-weight: 700;
}
.sec-reasons .sec_ttl span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  margin-right: 24px;
  margin-bottom: 0;
  font-size: 5.4rem;
}
.sec-reasons .sec_ttl span:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  vertical-align: middle;
  content: "";
  width: 2px;
  height: 36px;
  background: #848484;
  transform: rotate(25deg);
}
.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: 80px;
}
.sec-reasons .btn {
  max-width: 230px;
  padding: 20px 10px 23px 10px;
}

@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-reasons .btn {
    max-width: 80%;
    padding: 1.5em 1em;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  sec-news
* --------------------------------------------------------------------------------------------------*/
.sec-news {
  position: relative;
  padding: 80px 0 73px;
  background: url("../img/index/bg_stripe.png") repeat left top;
  box-sizing: border-box;
  /*
  .btn_contact {
  	width: 40%;
  	max-width: 390px;
  	margin: 0 auto;
  	.btn{
  		background: #81bf00;
  		padding: 35px 10px;
  		border: 3px solid #FFF;
  		font-size: 2.0rem;
  		font-weight: 700;
  	}
  }
  */
}
.sec-news .sec_ttl:after {
  display: none;
}
.sec-news .box_wrap {
  background: #FFF;
  padding: 55px 70px 50px 70px;
  box-sizing: border-box;
  text-align: center;
}
.sec-news .btn {
  max-width: 285px;
  padding: 20px 10px 23px 10px;
}
.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;
    /*
    .btn_contact {
    	width: auto;
    	max-width: 100%;
    	.btn{
    		width: 100%;
    		max-width: 89%;
    		padding: 1.5em 0em;
    		font-size: 2.8rem;
    	}
    }
    */
  }
  .sec-news .sec_ttl:after {
    display: none;
  }
  .sec-news .box_wrap {
    padding: 2em 4em 8em;
    width: 82%;
    margin: 0 auto;
  }
  .sec-news .btn {
    max-width: 80%;
    padding: 1.5em 1em;
  }
  .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 100px;
  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-top: 48px;
}
.sec-column .btn {
  max-width: 230px;
  padding: 20px 10px 23px 10px;
}

.future-news {
  background-color: #f8f8f8;
  padding: 0px 0px 48px 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: 2rem;
  font-weight: bold;
  word-break: break-all;
  letter-spacing: normal;
}
@media screen and (max-width: 1020px) {
  .news_box_wrap .news_box .txt_box .ttl {
    font-size: 1.8rem;
  }
}

@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;
  }
}
/* 2024-07-11 Added by CSS */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .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) {
  .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;
  }
}
.cta {
  background: #C1E771;
  height: 239px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cta_ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.cta_btn {
  margin: 16px auto 8px;
}
.cta_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .15em;
  color: #fff;
  text-align: center;
  width: 430px;
  height: 70px;
  border-radius: 9999px;
  background: #DA4F86;
  border: 3px solid #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.cta_btn a::before {
  position: absolute;
  content: "";
  background: url("../img/index/arrow_btn.svg") no-repeat center center/contain;
  width: 22px;
  height: 7px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.cta_link {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: center;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .cta {
    height: 47.467vw;
  }
  .cta_ttl {
    font-size: 3rem;
    line-height: calc(40/30);
  }
  .cta_btn {
    margin: 20px auto 12px;
  }
  .cta_btn a {
    font-size: 2.5rem;
    width: 85.867vw;
    height: 13.867vw;
    border-width: 2px;
  }
  .cta_btn a::before {
    width: 4.4vw;
    height: 1.6vw;
    right: 5.333vw;
    top: 48%;
  }
  .cta_link {
    font-size: 2.5rem;
  }
}
/* ------------------------------
*  banner
------------------------------ */
.banner {
  padding: 50px 0 15px;
}
.banner_ttl {
  font-weight: 700;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 24px;
}
.banner_ttl .txt {
  position: relative;
  display: inline-block;
}
.banner_ttl .txt::before, .banner_ttl .txt::after {
  position: absolute;
  content: "";
  background: #F5A101;
  width: 2px;
  height: 34px;
  bottom: 0;
}
.banner_ttl .txt::before {
  left: -20px;
  transform: rotate(-20deg);
}
.banner_ttl .txt::after {
  right: -10px;
  transform: rotate(20deg);
}
.banner_ttl .num {
  color: #F5A101;
}
.banner_wrap {
  overflow: hidden;
  height: 66px;
  display: flex;
  align-items: center;
}
.banner_track {
  display: flex;
  gap: 0 10px;
  width: max-content;
  animation: banner-scroll 80s linear infinite;
}
.banner_inner {
  display: flex;
  gap: 0 10px;
}
.banner_img {
  width: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 8vw 0 0;
  }
  .banner_ttl {
    font-size: 4.2rem;
    margin-bottom: 3.5vw;
  }
  .banner_ttl .txt::before, .banner_ttl .txt::after {
    height: 6.4vw;
    bottom: -0.5vw;
  }
  .banner_ttl .txt::before {
    left: -4vw;
  }
  .banner_ttl .txt::after {
    right: -2.133vw;
  }
  .banner_wrap {
    height: 8.8vw;
    width: 100%;
  }
  .banner_track {
    animation: banner-scroll 60s linear infinite;
    gap: 0 2.6vw;
  }
  .banner_inner {
    gap: 0 2.6vw;
    width: max-content;
  }
  .banner_img img {
    height: 8vw;
    width: auto;
  }
}
@keyframes banner-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #idx .inner,
  #index_test .inner {
    width: 100%;
    padding: 0;
  }
}
