@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
  margin-bottom: 0;
}

.mainVisual {
  height: 893px;
  display: flex;
  /*align-items: center;
  justify-content: center;*/
  background: url(../img/index/main_img.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 896px) {
  .mainVisual {
    height: 496px;
    align-items: flex-start;
    /*background-image: url(../img/index/sp_main_img.jpg);*/
	background: none;
  }
}

.mainVisual video {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  }
@media screen and (max-width: 896px) {
  .mainVisual video {
  height: 496px;
  flex: 0 0 100%;
  }
}

.mainVisual .subBox {
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 350px;
}
@media screen and (max-width: 896px) {
  .mainVisual .subBox {
    top: 0;
  }
}

.mainVisual .content {
  padding: 0 43px;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .mainVisual .content {
    padding: 0 35px;
  }
}

.mainVisual .content h2 {
  padding-top: 102px;
}

@media screen and (max-width: 896px) {
  .mainVisual .content h2 {
    padding-top: 110px;
  }
}

.capture {
  padding: 103px 0 97px;
}

@media screen and (max-width: 896px) {
  .capture {
    padding: 32px 0;
  }
}

.capture .content {
  padding: 0 57px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 896px) {
  .capture .content {
    display: block;
    padding: 0 25px;
  }
}

.capture .textImg {
  width: 55%;
  margin: -10px 11% 0 0;
}

@media screen and (max-width: 896px) {
  .capture .textImg {
    width: auto;
    text-align: center;
    margin: 0 20px 34px;
  }
}

.capture .textBox {
  padding-top: 30px;
  flex: 1;
}

@media screen and (max-width: 896px) {
  .capture .textBox {
    padding: 0;
  }
}

.capture .textBox p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2;
  text-align: justify;
  word-wrap: break-word;
  margin-right: -50px;
	letter-spacing: -0.01em;
}

@media screen and (min-width: 897px) and (max-width: 1249px) {
	.capture .textBox p {
		margin-right: -20px;
	}
}

@media screen and (max-width: 896px) {
  .capture .textBox p {
    font-size: 1.5rem;
    line-height: 1.91;
    margin-right: 0;
  }
}

.capture .textBox h3 {
  margin-bottom: 22px;
  font-size: 3.4rem;
}

@media screen and (max-width: 896px) {
  .capture .textBox h3 {
    margin-bottom: 12px;
    font-size: 1.9rem;
  }
}

.greyBox {
  padding: 107px 0 139px;
  background-color: #F8F8F8;
}

@media screen and (max-width: 896px) {
  .greyBox {
    padding: 20px 0;
    background-color: transparent;
  }
}

.greyBox .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.greyBox .inner .headLine03 {
  margin-right: -100%;
}

@media screen and (max-width: 896px) {
  .greyBox .inner .headLine03 {
    margin: 0 30px 12px;
  }
}

@media screen and (max-width: 896px) {
  .greyBox .inner {
    display: block;
  }
}

.greyBox .inner .photoBox {
  width: calc(50% + 236px);
}

@media screen and (max-width: 896px) {
  .greyBox .inner .photoBox {
    width: auto;
    margin-bottom: 14px;
  }
}

.greyBox .inner .photoBox img {
  width: 100%;
}

.greyBox .inner .textBox {
  padding: 25px 0 0 30px;
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 896px) {
  .greyBox .inner .textBox {
    padding: 0;
    display: block;
  }
}

.greyBox .inner .textBox .subBox {
  width: 240px;
}

@media screen and (max-width: 896px) {
  .greyBox .inner .textBox .subBox {
    width: auto;
    max-width: inherit;
  }
}

.greyBox .inner .textList {
  display: flex;
  flex-wrap: wrap;
  background: url(../img/common/icon06.png) no-repeat right 45px bottom 5px;
  background-size: 44px auto;
}

@media screen and (max-width: 896px) {
  .greyBox .inner .textList {
    background: none;
    margin: 0 25px;
  }
}

.greyBox .inner .textList > li {
  margin-right: 25px;
}

@media screen and (max-width: 896px) {
  .greyBox .inner .textList > li {
    margin-right: 15px;
  }
}

.greyBox .inner .textList > li:last-child {
  margin-right: 0;
}

.greyBox .inner .textList > li ul li {
  margin-bottom: 6px;
}

.greyBox .inner .textList > li ul a {
  font-size: 1.4rem;
}

@media screen and (max-width: 896px) {
  .greyBox .inner .textList > li ul a {
    padding-right: 10px;
    display: inline-block;
    background: url(../img/common/icon07.png) no-repeat right top 5px;
    background-size: 6px auto;
  }
}

.greyBox .inner .textList > li ul a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 896px) {
  .greyBox .inner .textList02 li ul {
    columns: 2;
    position: relative;
  }
  .greyBox .inner .textList02 li ul::after {
    height: 10px;
    display: block;
    content: '';
  }
}

@media screen and (min-width: 897px) {
  .greyBox .inner .textList03 {
    padding-bottom: 30px;
  }
}

.greyBox .inner02 {
  margin-bottom: 176px;
}

@media screen and (max-width: 896px) {
  .greyBox .inner02 {
    margin-bottom: 52px;
  }
}

.servicesBox {
  margin: 42px 0 62px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .servicesBox {
    padding: 34px 0 0;
    margin: 0 0 7px;
  }
}

.servicesBox .photo img {
  width: 100%;
}

.servicesBox .photo map {
  position: relative;
  z-index: 10;
}

.servicesBox .subBox {
	width: 470px;
	max-width: 47%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: calc(50% + 25px);
}

@media screen and (max-width: 896px) {
  .servicesBox .subBox {
	width: auto;
	max-width: initial;
    top: 26px;
    left: 10px;
    right: auto;
    transform: none;
  }
}

.servicesBox .subBox .content {
  max-width: 960px;
}

.servicesBox .subBox .headLine03 {
  margin-bottom: 140px;
}

@media screen and (max-width: 896px) {
  .servicesBox .subBox .headLine03 {
    margin-bottom: 12px;
  }
}

.servicesBox .subBox p {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 896px) {
  .servicesBox .subBox p {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}

.newsBox {
  padding: 94px 0;
}

@media screen and (max-width: 896px) {
  .newsBox {
    padding: 32px 0;
  }
}

.newsBox .content {
  max-width: 1220px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 896px) {
  .newsBox .content {
    display: block;
  }
}

.newsBox .content .textBox {
  margin-right: -0;
  margin-top: -12px;
  order: 2;
  width: 35%;
}

@media screen and (max-width: 896px) {
  .newsBox .content .textBox {
    width: auto;
    margin: 0;
  }
}

.newsBox .content .textBox h3 {
  margin: 0 4px 10px;
  font-size: 2.55rem;
}

@media screen and (min-width: 897px) and (max-width: 999px) {
	.newsBox .content .textBox h3 {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 896px) {
  .newsBox .content .textBox h3 {
    margin: 0 15px 11px;
    font-size: 3.5rem;
  }
}

.newsBox .content .textBox h3 .blue {
  display: inline-block;
  color: #004DA0;
}

.newsBox .content .textBox .sub {
  padding-right: 27px !important;
  height: 280px;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .newsBox .content .textBox .sub {
    padding: 0 !important;
    height: auto;
  }
}

.newsBox .content .ttlBox {
  position: relative;
}

.newsBox .content .ttlBox .linkP {
  position: absolute;
  top: 10px;
  right: 5px;
}

@media screen and (max-width: 896px) {
  .newsBox .content .newsUl {
    margin: 0 4px;
  }
}

.newsBox .content .newsUl li {
  padding: 0 5px 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2E3145;
}

@media screen and (max-width: 896px) {
  .newsBox .content .newsUl li {
    padding: 0 0 12px;
  }
}

.newsBox .content .newsUl li dt {
  margin-bottom: 2px;
  font-size: 1.4rem;
  color: #004DA0;
}

.newsBox .content .newsUl li dd {
  font-size: 1.4rem;
}

.newsBox .content .newsUl li dd a:hover {
  opacity: 0.7;
}

.newsBox .content .lBox {
  padding-left: 10.8%;
  width: 50.8%;
}

@media screen and (max-width: 896px) {
  .newsBox .content .lBox {
    width: auto;
    padding: 0 5px 10px;
  }
}

.newsBox .content .lBox img {
  width: 100%;
}

.newsBox .content .lBox p {
  margin-top: 11px;
  font-size: 1.4rem;
}

@media screen and (max-width: 896px) {
  .newsBox .content .lBox p {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  .newsBox .linkP {
    text-align: right;
    padding-right: 8px;
  }
}

.newsBox .linkP a {
  padding-right: 52px;
  display: inline-block;
  font-size: 1.535rem;
  color: #1B1464;
  font-weight: bold;
  background: url(../img/common/icon06.png) no-repeat right bottom 5px;
  background-size: 44px auto;
}

@media screen and (max-width: 896px) {
  .newsBox .linkP a {
    padding-right: 62px;
    font-size: 1.85rem;
    background-size: 53px auto;
  }
}

.newsBox .linkP a:hover {
  opacity: 0.7;
}

.jspVerticalBar {
  width: 1px;
  box-sizing: border-box;
  background-color: #2E3145;
}

.jspTrack {
  background-color: #2E3145;
}

.jspHorizontalBar {
  display: none;
}

.jspVerticalBar .jspDrag {
  width: 6px;
  left: -3px;
  right: -3px;
  background-color: #2E3145;
}

.jspContainer {
  overflow: visible !important;
}

@media all and (min-width: 897px) and (max-width: 1200px) {
  .capture .textImg {
    margin-right: 4%;
    width: 51%;
  }
}

@media all and (min-width: 897px) and (max-width: 1300px) {
  .newsBox .content .lBox {
    padding-left: 10px;
  }
  .newsBox .content .textBox {
    width: 45%;
    padding-right: 40px;
    box-sizing: border-box;
  }
}
