@charset "utf-8";
.boxIndexSlide01 .item.slick-center {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.boxIndexSlide01 .item {
  position: relative;
}
.boxIndexTop {
  position: relative;
}
.boxIndexTop .txt {
  color: #fff;
  text-shadow: 2px 2px 0px #494949;
  position: absolute;
  max-width: 1082px;
  padding-left: 80px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: 80px;
  letter-spacing: 0.06em;
}
.boxIndexTop .txt .p01 {
  font-size: 3.955rem;
  font-weight: 800;
  line-height: 1.4;
}
.boxIndexTop .txt .p01 small {
  font-size: 0.78em;
}
.boxIndexTop .txt .p02 {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-top: 1em;
}
.boxIndexSlide01 .slick-prev {
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-570px);
  z-index: 1;
  width: 16px;
  height: 28px;
}
.boxIndexSlide01 .slick-next {
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(570px);
  z-index: 1;
  width: 16px;
  height: 28px;
  z-index: 2;
}
/* 疑似要素も消す（念のため） */
.boxIndexSlide01 .slick-prev:before,
.boxIndexSlide01 .slick-next:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.boxIndexSlide01 .slick-prev:before {
  transform: rotate(-135deg);
}
.boxIndexSlide01 .slick-next:before {
  transform: rotate(45deg);
}
.boxIndexSlide01 .slick-dots li button {
  display: none;
}
.boxIndexSlide01 .slick-dots li {
  width: 84px;
  height: 4px;
  background-color: #c0c0c0;
}
.boxIndexSlide01 .slick-dots li.slick-active {
  background-color: #009bde;
}
.boxIndex01 {
  text-align: center;
  padding: 60px 0;
}
.boxIndex02Wrap {
  overflow: hidden;
  background-color: #009bde;
  position: relative;
  padding: 80px 0 35px 0;
}
.boxIndex02 {
  position: relative;
  z-index: 1;
}
.boxIndex02Wrap .sub {
  font-size: 113px;
  font-weight: 800;
  opacity: 0.28;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -21px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.boxIndex02 .box_wrap {
  display: flex;
  justify-content: space-between;
}
.boxIndex02 .box_wrap a.bnr {
  width: 49%;
  box-shadow: 0 0 40px rgba(85,110,125,0.7);
  line-height: 0;
}
.boxIndex02 .box_wrap .info {
  width: 49%;
}
.boxIndex02 .box_wrap .info {
  height: 195.88px;
  display: flex;
}
.boxIndex02 .box_wrap .info .ttl {
  width: 208px;
  background-color: #ffec00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxIndex02 .box_wrap .info .ttl .t01 {
  color: #009bde;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 1.05rem;
  margin-bottom: 16px;
}
.boxIndex02 .box_wrap .info .ttl .t01 span {
  display: block;
  font-size: 2.7em;
  margin-bottom: 8px;
}
.boxIndex02 .box_wrap .info .ttl .linkBase01 {
  position: relative;
  bottom: auto;
  right: auto;
  font-size: 1rem;
}
.boxIndex02 .box_wrap .info .ttl .linkBase01:after {
  top: 10px;
}
.boxIndex02 .box_wrap .info .cont {
  background-color: #fff;
  width: calc(100% - 208px);
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.boxIndex02 .box_wrap .info .cont dl {
  display: flex;
  letter-spacing: 0.08em;
}
.boxIndex02 .box_wrap .info .cont dl dt {
  font-size: 0.9375rem;
  position: relative;
  padding-left: 18px;
  width: 120px;
}
.boxIndex02 .box_wrap .info .cont dl dt:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #009bde;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxIndex02 .box_wrap .info .cont dl dd {
  width: calc(100% - 120px);
  padding-left: 0.8em;
}
.boxIndex02 .box_wrap .info .cont dl dd a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.boxIndex02 .box_wrap .info .cont dl:nth-child(n+2) {
  margin-top: 1.2em;
}
.boxWorksListCom01 {
  margin-bottom: 130px !important;
}
.boxWorksListCom01.list_wrap {
  max-width: 1440px;
  margin: auto;
  padding:0;
}
.boxWorksListCom01 .item {
  width: 263.5px;
  margin: 0;
}
.boxWorksListCom01 .item .title {
  min-height: 1.65em;
}
/* スライド間の余白 */
.boxWorksListCom01 .slick-slide {
  margin: 0 16px;
}
/* 外側の余白を打ち消す */
.boxWorksListCom01 .slick-list {
  
}
.slick_arrow_blue .slick-dots li button:before {
  content: none;
}
.slick_arrow_blue .slick-dots li button {
  display: none;
}
.slick_arrow_blue .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #019bde;
}
.slick_arrow_blue .slick-dots li.slick-active {
  background-color: #e60012;
}
.slick_arrow_blue .slick-dots {
  bottom: -60px !important;
}
.boxIndex03Wrap {
  padding-top: 50px;
}
.boxIndex03 .ttl_area {
  position: relative;
}
.boxIndex03 .ttl_area .p01 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.boxIndex03 .ttl_area .p01 span {
  color: #cb001d;
  font-size: 1.55em;
}
.ttlBaseH2 {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 42px;
  background: url(../../images/common/ico-ttl-h2.png) no-repeat left 6px;
}
.ttlBaseH2 .ja {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #000;
}
.ttlBaseH2 .ja small {
  font-size: 0.75em;
}
.ttlBaseH2 .en {
  color: #0058be;
  font-size: 1.375rem;
  letter-spacing: 0.14em;
  font-weight: bold;
  margin-left: 1.2em;
}
.linkBase01 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  padding-left: 34px;
  position: absolute;
  right: 0;
  bottom: 12px;
}
.linkBase01:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #009bde;
  position: absolute;
  left: 0;
}
.linkBase01:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    left: 5px;
    top: 7px;
  transform: rotate(45deg);
}
.boxIndex03 .ttl_area {
  position: relative;
}
.boxIndex04Wrap {
  padding: 100px 0 90px 0;
  background: url(../../images/index/bg01.png) no-repeat center top;
}
.boxIndex04 > .ttl01 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 65px;
}
.boxIndex04 > .ttl01 span {
  padding: 0 45px;
  position: relative;
}
.boxIndex04 > .ttl01 span:before {
  content: "";
  width: 5px;
  height: 43px;
  background-color: #009bde;
  transform: rotate(-30deg);
  position: absolute;
  left: 0;
  top: 10px;
}
.boxIndex04 > .ttl01 span:after {
  content: "";
  width: 5px;
  height: 43px;
  background-color: #009bde;
  transform: rotate(30deg);
  position: absolute;
  right: 0;
  top: 10px;
}

.boxIndex04 > .ttl01 span small {
  font-size: 0.75em;
}
.boxIndex04 .box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.boxIndex04 .box_wrap .box {
  width: 23.8%;
  margin-left: 1.6%;
  position: relative;
  padding-bottom: 80px;
}
.boxIndex04 .box_wrap .box:nth-of-type(4n+1) {
  margin-left: 0;
}
.boxIndex04 .box_wrap .box:nth-child(n+5) {
  margin-top: 68px;
}
.boxIndex04 .box_wrap .box .img {
  position: relative;
  border-bottom: 8px solid #009bde;
  line-height: 0;
}
.boxIndex04 .box_wrap .box .img .ico {
  position: absolute;
  right: 10px;
  bottom: -26px;
}
.boxIndex04 .box_wrap .box .ttl01 {
  font-size: 1.35rem;
  color: #0058be;
  font-weight: bold;
  line-height: 1;
  padding: 25px 0;
  border-bottom: 1px solid #c7c7c7;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.boxIndex04 .box_wrap .box:nth-of-type(4) .ttl01 {
  letter-spacing: 0;
}
.boxIndex04 .box_wrap .box .ttl01 span {
  font-size: 1.6em;
}
.boxIndex04 .box_wrap .box ul.list {
  margin-bottom: 20px;
      min-height: 13rem;
}
.boxIndex04 .box_wrap .box ul.list li {
  font-weight: bold;
  font-size: 1.125rem;
  color: #000;
  padding: 0 0 3px 36px;
  background: url(../../images/common/ico-check.svg) no-repeat left top;
  background-size: 25px;
  line-height: 1.5;
}
.boxIndex04 .box_wrap .box ul.list li:nth-child(n+2) {
  margin-top: 0.8em;
}
.boxIndex04 .box_wrap .box .ttl02 {
  background-color: #009bde;
  height: 53px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 23px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.boxIndex04 .box_wrap .box .ttl02:before {
  content: "";
    width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #f7f7f7;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxIndex04 .box_wrap .box ul.tax_list {
  display: flex;
  flex-wrap: wrap;
}
.boxIndex04 .box_wrap .box ul.tax_list li {
  width: 50%;
  position: relative;
  padding-left: 34px;
  line-height: 1.4;
}
.boxIndex04 .box_wrap .box ul.tax_list li:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: #136fc0;
    position: absolute;
    left: 10px;
    top: 2px;
}
.boxIndex04 .box_wrap .box ul.tax_list li:after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    left: 13px;
    top: 7px;
    transform: rotate(45deg);
}
.boxIndex04 .box_wrap .box ul.tax_list li:nth-child(n+3) {
  margin-top: 1em;
}
.boxIndex04 .box_wrap .box ul.tax_list li a {
  text-decoration: underline;
}
.boxIndex04 .box_wrap .box .btn {
  display: flex;
  height: 70px;
  background-color: #ffec00;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0058be;
  margin-top: 15px;
  overflow: hidden;
  position: absolute;
  padding-top: 2px;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
.boxIndex04 .box_wrap .box .btn:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/common/ico-arrow-yellow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 1;
}
.boxIndex04 .box_wrap .box .btn:after {
    content: "";
    width: 40px;
    height: 60px;
    position: absolute;
    right: -14px;
    bottom: -23px;
    background-color: #0058be;
    transform: rotate(45deg);
}
.boxIndex05Wrap {
  background-color: #def5ff;
  position: relative;
  padding: 55px 0;
}
.boxIndex05Wrap:before {
  content: "";
  width: 218px;
  height: 11px;
  background-color: #0058be;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.boxIndex05 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.25rem;
  color: #000;
  margin-bottom: 0.8em;
  letter-spacing: 0.08em;
}
.boxIndex05 .p01 {
  text-align: center;
  margin-bottom: 50px;
}
.boxIndex05 .img {
  text-align: center;
}
.slick_arrow_blue .slick-arrow:before {
  content: none;
}
.slick_arrow_blue .slick-arrow {
  width: 36px;
  height: 63px;
}
.slick_arrow_blue .slick-arrow.slick-prev {
  background: url(../../images/common/arrow-slide-left.png) no-repeat;
  background-size: contain;
  left: -70px;
}
.slick_arrow_blue .slick-arrow.slick-next {
  background: url(../../images/common/arrow-slide-right.png) no-repeat;
  background-size: contain;
  right: -70px;
}
.boxIndex06Wrap {
  padding: 90px 0;
}
.boxIndex06 .ttl_area {
  position: relative;
}
.boxVoiceListCom01 {
}
.boxVoiceListCom01 .item {
  width: 342px;
  background: url(../../images/common/arrow-bottom.png) no-repeat right bottom;
  background-color: #f7f7f7;
  border-top: 6px solid #0058be;
  padding: 11px 25px 30px 25px;
}
.boxVoiceListCom01 .item .meta {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.boxVoiceListCom01 .item .meta .meta01 {
  position: relative;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 1.12rem;
  background: #75b600;
  color: #FFF;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 3px 5px 0 0;
  margin-left: -32px;
  position: relative;
}
.boxVoiceListCom01 .item .meta .meta01.first {
  background-color: #ffec00;
  color: #0058be;
}
.boxVoiceListCom01 .item .meta .meta01:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 22.5px 15px 22.5px 0px;
  border-color: transparent #f7f7f7 transparent transparent;
  border-style: solid;
}
.boxVoiceListCom01 .item .meta .meta01:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 7px #446900;/*折り返し部分*/
}
.boxVoiceListCom01 .item .meta .meta01.first:before {
  border-bottom: solid 7px transparent;
  border-right: solid 7px #bfb100;/*折り返し部分*/
}
.boxVoiceListCom01 .item .meta .meta02 {
  color: #0058be;
  font-size: 1.125rem;
  text-align: right;
  width: calc(100% - 157px);
}
.boxVoiceListCom01 .item .ttl01 {
  font-weight: bold;
  font-size: 1.375rem;
  min-height: 3em;
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
  line-height: 1.5;
}
.boxVoiceListCom01 .item dl {
  display: flex;
  margin-bottom: 20px;
}
.boxVoiceListCom01 .item dl dt {
  width: 81px;
  height: 25px;
  background-color: #0058be;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-top: 2px;
}
.boxVoiceListCom01 .item dl dd {
  width: calc(100% - 81px);
  padding-left: 1.2em;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #0058be;
  padding-top: 6px;
}
.boxVoiceListCom01 .item .txt {
  line-height: 1.5;
  min-height: 4.5em;
}
.boxVoiceListCom01 .slick-slide {
    margin: 0 12px;
}
.boxIndex07Wrap {
  background-color: #f0f0f0;
  padding: 43px 0;
}
.boxIndex07 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxIndex07 .box_wrap .ttl_area {
  width: 192px;
  flex-shrink: 0;
}
.boxIndex07 .box_wrap .ttl_area div {
  background-color: #009bde;
  width: 100%;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.boxIndex07 .box_wrap .ttl_area div .ja {
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: 0.22em;
  display: block;
  line-height: 1.2;
}
.boxIndex07 .box_wrap .ttl_area div .en {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  opacity: 0.4;
  display: block;
  color: #fff;
  margin-top: 0.8em;
}
.boxIndex07 .box_wrap .ttl_area .linkBase01 {
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  font-size: 1rem;
  margin-top: 1em;
  padding-top: 1px;
}
.boxIndex07 .box_wrap .flow {
  width: calc(100% - 225px);
  margin-left: 33px;
  display: flex;
  justify-content: space-between;
}
.boxIndex07 .box_wrap .flow .box {
  background: url(../../images/index/bg-flow.png) no-repeat left top;
  background-color: #fff;
  position: relative;
  width: 15.5%;
  padding: 15px;
}
.boxIndex07 .box_wrap .flow .box:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 19px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}
.boxIndex07 .box_wrap .flow .box .p01 {
  display: flex;
}
.boxIndex07 .box_wrap .flow .box .p01 .num {
  color: #0058be;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 35px;
}
.boxIndex07 .box_wrap .flow .box .p01 .num span {
  display: block;
  font-size: 2.18em;
}
.boxIndex07 .box_wrap .flow .box .p01 img {
  width: 48px;
}
.boxIndex07 .box_wrap .flow .box .p02 {
  margin: 26px 0;
  font-weight: bold;
  color: #0058be;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.3;
}
.boxIndex07 .box_wrap .flow .box:last-child .p02 {
  margin-bottom: 10px;
}
.boxIndex07 .box_wrap .flow .box .p03 {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.boxIndex07 .box_wrap .botoom {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  justify-content: center;
}
.boxIndex07 .box_wrap .botoom p {
  font-size: 1.66rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.boxIndex07 .box_wrap .botoom p small {
  font-size: 0.82em;
}
.boxIndex07 .box_wrap .botoom p span {
  color: #e60012;
}
.boxIndex07 .box_wrap .botoom a {
  width: 430px;
  height: 56px;
  background-image:url(../../images/index/bg-btn01.png),url(../../images/index/bg-btn02.png);
  background-repeat: no-repeat,no-repeat;
  background-size: auto, auto;
  background-position: 10px center, right top;
  background-color: #ffea00;
  color: #0058be;
  font-weight: bold;
  font-size: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 0 0 15px;
  letter-spacing: 0.08em;
  margin-left: 30px;
}
.boxIndex08Wrap {
  background: url(../../images/index/bg-staff.jpg) no-repeat left 80px;
  padding:80px 0 0 0;
}
.boxIndex08 {
  display: flex;
}
.boxIndex08 > .left {
  width: 613px;
  padding: 80px 0 76px 0;
}
.boxIndex08 .left .ttl01 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 0.8em;
  color: #000;
  text-shadow: 2px 2px 0px #fff;
}
.boxIndex08 .left .ttl01 small {
  font-size: 0.86em;
}
.boxIndex08 .left .p01 {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 3em;
}
.boxIndex08 .left .menu {
  display: flex;
  justify-content: space-between;
}
.boxIndex08 .left .menu a {
  width: 285px;
  height: 113px;
  border-top: 4px solid #0058be;
  background-image: url(../../images/index/img-staff01.jpg),url(../../images/common/arrow-bottom.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left top, right bottom;
  background-color: #fff;
  padding: 34px 0 0 112px;
}
.boxIndex08 .left .menu a:nth-of-type(2) {
  background-image: url(../../images/index/img-staff02.jpg),url(../../images/common/arrow-bottom.png);
}
.boxIndex08 .left .menu a .ja {
  display: block;
  font-weight: bold;
  color:#0758be;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
.boxIndex08 .left .menu a .en {
  display: block;
  color: #b7b7b7;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.8em;
}
.boxIndex08 > .right {
  width: 50%;
  margin-left: auto;
  padding-left: 36px;
  padding-top: 80px;
}
.boxIndex08 .right .ttl01.font01 {
  position: relative;
  white-space: nowrap;
}
.boxIndex08 .right .ttl01.font01 .t01 {
  color: #ffea00;
  font-weight: 800;
  font-size: 6.58rem;
}

.boxIndex08 .right .ttl01.font01 .t02 {
    color: transparent;
  -webkit-text-stroke: 2px #ffea00;
    font-weight: 800;
  font-size: 6.58rem;
  position: absolute;
  left: 5px;
  top: 5px;
}
@media only screen and (min-width:769px) and (max-width:1900px) {
  .boxIndex08 .right .ttl01.font01 .t01,.boxIndex08 .right .ttl01.font01 .t02 {
    font-size: 5rem;
  }
}
.boxIndex08 .right .ttl02 {
  margin: 25px 0 20px 3px;
  font-size: 1.375rem;
  font-weight: bold;
}
.boxIndex08 .right .ttl02 .linkBase01 {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 1.25rem;
  margin-left: 15px;
}
.boxIndex08 .right .ttl02 .linkBase01:after {
  top: 11px;
}
.boxIndex08 .staff_wrap .openModalBtn {
  width: 234px;
}
.boxIndex08 .staff_wrap .overlay_word {
  font-size: 1.1rem;
}
.boxIndex08 .staff_wrap .name {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.boxIndex08 .staff_wrap .name span {
  font-size: 0.7rem;
  margin-right: 10px;
}
.boxIndex08 #sec01 {
  margin: 0;
  margin-right: calc((100vw - 1440px) / -2);
  display: block;
  width: auto;
}
.boxIndex08  #sec01 .openModalBtn {
  padding: 0;
}
.boxIndex08 #sec01 .openModalBtn {
  margin-right: 32px; /* スライド間 */
  padding: 0;
  border: none;
  background: none;
}
.boxIndex08 .slick_arrow_blue .slick-arrow.slick-next {
  display: none !important;
}
.boxIndex08 .slick-dots {
  text-align: left;
  bottom: -30px !important;
}
.boxIndex09 .ttl_area {
  position: relative;
}
.boxIndex09Wrap {
  padding: 80px 0;
}
.boxIndex09 {
  max-width: 1200px;
}
.boxIndex09 .p01 {
  margin-top: -2em;
  margin-bottom: 2.5em;
}
.boxIndex10Wrap {
  padding: 60px 0;
  background-color: #def5ff;
}
.boxIndex10 h2 {
  text-align: center;
  color: #98e0ff;
  font-weight: 800;
  font-size: 4.67rem;
  letter-spacing: 0;
  margin-bottom: 0.65em;
}
.boxIndex10 .box_wrap {
  display: flex;
  justify-content: space-between;
}
.boxIndex10 .box {
  width: 31%;
}
.boxIndex10 .box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.boxIndex01 .box_wrap {
  display: flex;
  justify-content: center;
  color: #000;
  letter-spacing: 0.04em;
  align-items: center;
}
.boxIndex01 .box_wrap .p01 {
  font-size: 1.55rem;
  font-weight: 800;
  margin-right: 23px;
  line-height: 1.4;
  padding-top: 5px;
}
.boxIndex01 .box_wrap .p01 small {
  font-size: 0.83em;
}
.boxIndex01 .box_wrap .p02 {
}
.boxIndex01 .box_wrap .p02 a {
  font-size: 3.27rem;
  font-weight: 800;
  color: #0058be;
  text-shadow: 2px 2px 0px #002c5f;
  letter-spacing: 0.02em;
  text-indent: -8px;
  display: block;
  margin-bottom: 8px;
}
.boxIndex01 .box_wrap .p02 dl {
  display: flex;
  align-items: center;
}
.boxIndex01 .box_wrap .p02 dl dt {
  font-size: 0.875rem;
  color: #fff;
  background-color: #0058be;
  padding: 3px 5px 4px 5px;
}
.boxIndex01 .box_wrap .p02 dl dd {
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 5px;
}
.boxIndex01 .box_wrap .p03 {
  margin-left: 30px;
}
.boxIndex01 .box_wrap .p03 a:nth-child(n+2) {
  margin-left: 5px;
}
.boxIndexSlide01:before {
  content: "";
  width: calc(50% - 541px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.boxIndexSlide01:after {
  content: "";
  width: calc(50% - 541px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.boxIndex10 .bnr_youtube_large {
  margin-top: 50px;
}
@media only screen and (max-width: 1400px) and (min-width:769px) {
  .boxIndex07 .box_wrap .flow .box .p02 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .boxIndex08 {
    display: block;
  }
  .boxIndex08 > .left {
    width: 100%;
  }
  .boxIndex08 > .right {
    width: 100%;
    padding: 0;;
  }
  .boxIndex08 .right .ttl01.font01 .t01,
  .boxIndex08 .right .ttl01.font01 .t02 {
    font-size: 2.5rem;
  }
    .boxIndex01 .box_wrap {
    display: block;
  }
  .boxIndex01 .box_wrap .p01 {
    margin: 0;
  }
.boxIndexSlide01 picture,
.boxIndexSlide01 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.boxIndexSlide01 .item {
  width: 100vw;
}
  .boxIndex01 .box_wrap .p02 a {
    font-size: 3rem;
  }
  .boxIndex01 .box_wrap .p02 dl {
    justify-content: center;
  }
  .boxIndex01 .box_wrap .p03 {
    margin: 2rem 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .boxIndex01 .box_wrap .p03 a {
    width: 32%;
  }
  .boxIndex02Wrap .sub {
    font-size: 11vw;
    top: -0.2em;
  }
  .boxIndex02 .box_wrap {
    display: block;
  }
  .boxIndex02 .box_wrap .info {
    width: 100%;
    display: block;
    height: auto;
  }
  .boxIndex02 .box_wrap .info .ttl {
    width: 100%;
    padding: 1.5rem 0;
  }
  .boxIndex02 .box_wrap .info .ttl .t01 {
    display: flex;
    align-items: center;
  }
  .boxIndex02 .box_wrap .info .ttl .t01 span {
    margin: 0 12px 0 0;
  }
  .boxIndex02 .box_wrap .info .cont {
    width: 100%;
    padding: 1.5rem;
  }
  .boxIndex02 .box_wrap .info .cont dl {
    display: block;
  }
  .boxIndex02 .box_wrap .info .cont dl dt {
    width: 100%;
  }
  .boxIndex02 .box_wrap .info .cont dl dd {
    width: 100%;
    padding: 0;
    margin-top: 1em;
  }
  .boxIndex02 .box_wrap a.bnr {
    display: block;
    margin-top: 1rem;
    width: 100%;
  }
  .boxIndex03 .ttl_area .p01 {
    font-size: 1rem;
  }
  .boxIndex03 .ttl_area .p01 span {
    font-size: 1.2em;
  }
  .ttlBaseH2 {
    display: block;
  }
  .ttlBaseH2 .ja {
    font-size: 2rem;
    line-height: 1.4;
  }
  .ttlBaseH2 .en {
    font-size: 1rem;
    display: block;
    margin: 0.5em 0 0 0;
  }
  .linkBase01 {
    position: relative;
  }
  .boxWorksListCom01 .item {
    margin: 0 !important;
  }
  .boxWorksListCom01.list_wrap .article_box:nth-child(2n) {
    margin: 0 !important;
  }
  .boxIndex04 > .ttl01 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .boxIndex04 > .ttl01 span {
    padding: 0 1rem;
    display: block;
  }
  .boxIndex04 .box_wrap {
    display: block;
  }
  .boxIndex04 .box_wrap .box {
    width: 100%;
    margin: 0  auto!important;
    max-width: 343px;
  }
  .boxIndex04 .box_wrap .box:nth-child(n+2) {
    margin-top: 5rem !important;
  }
  .boxIndex05 h2 {
    font-size: 1.8rem;
  }
  .slick_arrow_blue .slick-arrow.slick-prev {
    left: -20px;
    z-index: 1;
  }
  .slick_arrow_blue .slick-arrow.slick-next {
    right: -20px;
  }
  .boxIndex07 .box_wrap {
    display: block;
  }
  .boxIndex07 .box_wrap .ttl_area {
    width: 100%;
  }
  .boxIndex07 .box_wrap .ttl_area div {
    height: auto;
    padding: 1.5rem 0;
  }
  .boxIndex07 .box_wrap .ttl_area .linkBase01 {
    margin-bottom: 3rem;
    left: 21%;
  }
  .boxIndex07 .box_wrap .flow {
    display: block;
    width: 100%;
    margin: 0;
  }
  .boxIndex07 .box_wrap .flow .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .boxIndex07 .box_wrap .flow .box:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .boxIndex07 .box_wrap .flow .box .p03 {
    width: 100%;
    margin-top: 1em;
  }
  .boxIndex07 .box_wrap .flow .box .p02 {
    margin: 2vw 0 0 5vw;
    font-size: 1.25rem;
  }
  .boxIndex07 .box_wrap .flow .box .p01 img {
    width: 10vw;
  }
  .boxIndex07 .box_wrap .flow .box .p01 .num span {
    font-size: 1.5rem;
  }
  .boxIndex07 .box_wrap .flow .box .p01 .num {
    margin-right: 1.5rem;
  }
  .boxIndex07 .box_wrap .flow .box:not(:last-child):after {
      border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 19px solid #fff;
  border-bottom: 0;
      top: auto;
    transform: translateY(0);
    right: auto;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .boxIndex07 .box_wrap .botoom {
    display: block;
  }
  .boxIndex07 .box_wrap .botoom p {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 0.8em;
  }
  .boxIndex07 .box_wrap .botoom a {
    width: 100%;
    margin: 0;
    font-size: 1.1rem;
    padding-left: 30px;
  }
  .boxIndex08Wrap {
    padding-top: 0;
    background-size: 300%;
    background-position: left top;
  }
  .boxIndex08 .left .ttl01 {
    font-size: 1.8rem;
  }
  .boxIndex08 .left .menu {
    display: block;
  }
  .boxIndex08 .left .menu a {
    width: 100%;
    display: block;
  }
   .boxIndex08 .left .menu a:nth-of-type(2) {
    margin-top: 0.5rem;
   }
   .boxIndex08 .right .ttl02 {
    font-size: 1.125rem;
   }
   .boxIndex08 .right .ttl02 .linkBase01 {
    margin: 0.7em 0 0 0;
    display: inline-block;
   }
   .boxIndex08 #sec01 {
    margin: 0;
   }
   .boxIndex10 h2 {
    font-size: 2rem;
   }
   .boxIndex10 .box_wrap {
    display: block;
   }
   .boxIndex10 .box {
    width: 100%;
   }
   .boxIndex10 .box:nth-child(n+2) {
    margin-top: 1rem;
   }
   .boxIndexSlide01:before,.boxIndexSlide01:after {
    content: none;
   }
   .boxIndexTopWrap {
    overflow: hidden;
   }
   .boxIndex07Wrap {
    overflow: hidden;
   }
   .slick_arrow_blue .slick-arrow {
    width: 17px;
    height: 30px;
}
.boxIndex03 .linkBase01.dSp {
  display: inline-block;
  left: 8vw;
}
.boxIndex09 .linkBase01.dSp {
  margin-left: 4vw;
}
.boxIndex05 .p01 {
  line-height: 1.5;
}
.boxVoiceListCom01 {
  width: 98%;
  margin: auto;
}
.boxIndex08 .right .ttl02 .linkBase01:after {
    top: 7px;
}
.boxIndex08 .staff_wrap {
  width: 106%;
  padding-left: 3%;
}
.boxIndex08Wrap {
  overflow: hidden;
}
.boxIndex09 .p01 {
  line-height: 1.5;
}
  .boxWorksListCom01 .item .title {
    font-size: 1.1rem;
    padding: 0.3em 0;
  }
  .article_box ul li {
    font-size: 1rem !important;
  }
  .boxIndex06 .linkBase01 {
    bottom: -18vw;
    left: 18vw;
    display: inline-block;
  }
  .boxIndex06Wrap {
    padding-bottom: 130px;
  }
}
