/* ----- TOP ----- */
#mainvisual {
	width: 100vw;
	position: relative;
}

.fv {
  width: 100vw;
  height: 60.08rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 52% center;
  -o-object-fit: contain;
     object-fit: contain;
  color: #FFFFFF;
  padding-top: 45.8rem;
  padding-bottom: 3.48rem;
  position: relative;
}
.fv-pc {
	display: none;
}
.fv-mobile {
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-animation {
  animation: fadezoom 8s 0s forwards;
}

.fv__wrapper{
  position: absolute;
  bottom: 32%;
}

.fv__wrapper .logo__top{
	display: block;
    background-image: url(../images/common/logo_line_top.png);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: 0% 75%;
    height: calc(100vw * 0.15);
    margin-top: calc(-100vw * 0.09);
    margin-bottom: calc(-100vw * 0.03);
	width: 100vw;
}

.fv__wrapper .sp1 {
  font-size: 3.5rem;
  font-weight: bold;
  padding-left: 2.9rem;
  color: #FFFFFF;
}

.fv__wrapper .sp1 strong {
  font-size: 6.5rem;
  font-weight: bold;
  color: #FFFFFF;
}

.fv__wrapper .sp3 {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7;
  padding-left: 2.9rem;
  color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .fv{
    height: 93.58rem;
    background-position: 55% center;
    padding-top: 11.7rem;
    padding-bottom: 8.6rem;
    position: relative;
  }
	.fv-pc {
        display: block;
    }
    .fv-mobile {
		display: none;
    }

  .fv__wrapper{
    width: 100vw;
  }
  .fv__wrapper .logo__top{
    display: block;
    background-image: url(../images/common/logo_line_top.png);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: 0% 75%;
    height: calc(100vw * 0.15);
    margin-top: calc(-100vw * 0.09);
    margin-bottom: calc(-100vw * 0.03);
  }

  .fv__wrapper .sp1 {
    display: block;
    font-size: 8.9rem;
    padding-left: 6.4rem;
  }

  .fv__wrapper .sp1 strong {
    font-size: 13.4rem;
  }

  .fv__wrapper .sp3 {
    display: block;
    font-size: 2.2rem;
    line-height: 1.7;
    padding-left: 7.4rem;
  }
}

@media screen and (min-width: 2001px) {
  .fv__wrapper{
  }
}
@media screen and (max-width: 1050px) {
	 .fv__wrapper{
      }
}
@media screen and (max-width: 640px) {
	 .fv__wrapper{
		 bottom: 15%;
      }
}

#top2 {
  padding-top: 5.5rem;
  padding-bottom: 3.5rem;
  margin-bottom: 15rem;
}
#top2 .top2__left {
  width: 76.2%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#top2 .top2__left img {
  display: block;
}
#top2 .top2__left .top2_1 {
  width: 100%;
  height: auto;
}
#top2 .top2__left .top2_2 {
  width: 62%;
  height: auto;
  position: absolute;
  bottom: -45%;
  left: -3%;
}
#top2 .top2__left .top2_3 {
  width: 37%;
  height: auto;
  position: absolute;
  bottom: -50%;
  left: 63%;
}
#top2 .top2__right {
  margin: 0 auto;
  width: 81.8%;
  height: auto;
}
#top2 .top2__right div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#top2 .top2__right dt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
#top2 .top2__right span {
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: -3rem;
}
#top2 .top2__right strong {
  font-size: 12.2rem;
  font-weight: bold;
  margin-top: -4rem;
  font-family: 源ノ角ゴシック JP;
}
#top2 .top2__right dd {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 3.8rem;
  margin-bottom: 3.5rem;
  padding-left: calc(100vw * 0.06);
}

@media screen and (min-width: 600px) and (max-width: 1299px) {
  #top2 {
    margin-bottom: 25rem;
  }
}
@media screen and (min-width: 1300px) {
  #top2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 6.42rem;
    padding-bottom: 19.6rem;
    width: 88.8vw;
    margin: 0 auto;
  }
  #top2 .top2__left {
    width: 546px;
    height: 565px;
    position: relative;
  }
  #top2 .top2__left .top2_1 {
    width: 100%;
    height: auto;
  }
  #top2 .top2__left .top2_2 {
    width: 62%;
    bottom: -9%;
    height: auto;
    position: absolute;
  }
  #top2 .top2__left .top2_3 {
    width: 37%;
    bottom: -15%;
    height: auto;
  }
  #top2 .top2__right {
    margin-top: 7.5rem;
    width: 36.4%;
    height: auto;
  }
  #top2 .top2__right dl {
    width: 100%;
  }
  #top2 .top2__right dt {
    font-size: 2.5rem;
    white-space: nowrap;
    width: 100%;
  }
  #top2 .top2__right span {
    font-size: 3.9rem;
    margin-top: 7.3rem;
  }
  #top2 .top2__right strong {
    font-size: 24rem;
  }
  #top2 .top2__right dd {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.06;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.8rem;
  }
}

#top2b {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
	
  padding-top: 7.5rem;
  padding-bottom: 3.5rem;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
#top2b div,
#top2b dl{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#top2b .top2b__right {
  width: 35%;
  height: auto;
  margin: 0;
  position: relative;
}
#top2b .top2b__right div {
	max-width: 390px;
	width: 90%;
	margin: 0 0 0 10%;
	position: relative;
}
#top2b .top2b__right div img {
    display: block;
    width:  100%;
    margin-bottom: 10px;
}
#top2b .top2b__right div p {
	width: 100%;
	text-align: center;
	color: #111;
	font-size: 1.2rem;
    line-height: 1.5;
	width: 100%;
}
#top2b .top2b__right div p strong {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 2px;
}

#top2b .top2b__left,
#top2b .top2b__left dt,
#top2b .top2b__left dd{
	margin: 0;
	padding: 0;
}
#top2b .top2b__left {
  width: 60%;
  height: auto;
	margin-right: 5%;
}
#top2b .top2b__left dt {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}
#top2b .top2b__left dd {
	max-width: 670px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 3.8rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1025px) {
	#top2b {
    }
	#top2b .top2b__left {
    }
	#top2b .top2b__left dd {
		font-size: 1.6rem;
	}
	#top2b .top2b__right {
	}
	#top2b .top2b__right div {
        position: relative;
    }
	
	#top2b .top2b__right div p {
		
    }
}
@media screen and (max-width: 800px) {
	#top2b {
        width: 85%;
        margin: 0 auto;
    }
	#top2b .top2b__right {
      width: 100%;
		margin: 0 auto;
    }
	#top2b .top2b__right div {
        max-width: 370px;
        width: 100%;
        margin: 0 auto;
    }
	#top2b .top2b__left {
      width: 100%;
    }
	
}

#top3b {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	height: 230px;
}
#top3b li {
	position: absolute;
	padding-top: 113px;
	border: #fff 2px solid;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#top3b .top3b_1 {
	width: 25%;
	padding-top: 230px;
}
#top3b .top3b_2 {
	width: 12.5%;
	top: 0;
	left: 25%;
}
#top3b .top3b_3 {
	width: 12.5%;
	top: 0;
	left: 37.5%;
}
#top3b .top3b_4 {
	width: 25%;
	bottom: -4px;
	left: 25%;
}
#top3b .top3b_5 {
	width: 25%;
	top: 0;
	right: 25%;
}
#top3b .top3b_6 {
	width: 12.5%;
	bottom: -4px;
	right: 37.5%;
}
#top3b .top3b_7 {
	width: 12.5%;
	bottom: -4px;
	right: 25%;
}
#top3b .top3b_8 {
	width: 25%;
	padding-top: 230px;
	right: 0;
}
#top3b li img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
@media screen and (max-width: 800px) {
	#top3b {
		height: 400px;
	}
	#top3b li {
        padding-top: 100px;
    }
	#top3b .top3b_1 {
        width: 50%;
		padding-top: 197px;
    }
    #top3b .top3b_2 {
        width: 25%;
        top: 0;
        left: 50%;
    }
    #top3b .top3b_3 {
        width: 25%;
        top: 0;
        left: auto;
		right: 0;
    }
    #top3b .top3b_4 {
        width: 50%;
        bottom: 50%;
        left: 50%;
    }
    #top3b .top3b_5 {
        width: 50%;
        top: 50%;
        right: 50%;
    }
    #top3b .top3b_6 {
        width: 25%;
        bottom: 0;
        right: auto;
		left: 0;
    }
    #top3b .top3b_7 {
        width: 25%;
        bottom: 0;
        right: 50%;
    }
    #top3b .top3b_8 {
        width: 50%;
        right: 0;
		bottom: 0;
		padding-top: 197px;
    }
}


.section__ttle {
  width: 100%;
  color: #000000;
}
.section__ttle h2 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.section__ttle strong {
  font-size: 2.5rem;
}
.ttl_style01 {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 2.3rem;
	margin: 20px 0 20px;
}
.ttl_style01 br {
	display: none;
}


.logo__line {
  content: "";
  width: 100vw;
  height: 59.12px;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo__line.--left {
  background-image: url(../images/common/logo_line1.png);
  background-position: 30% center;
}
.logo__line.--right {
  background-image: url(../images/common/logo_line2.png);
  background-position: 71% center;
}

@media screen and (min-width: 1025px) {
  .logo__line {
    height: calc(100vw * 0.07);
  }
}
.button_more {
  display: block;
  width: 87vw;
  height: auto;
  max-width: 57.2rem;
  max-height: 7.5rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.9rem;
  margin-left: auto;
  margin-right: auto;
  border: #170B71 solid 1px;
  background-color: #FFFFFF;
  color: #170C71;
  font-size: 1.3rem;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 20;
  background-color: transparent;
}
.button_more:hover {
  background-color: #080865;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button_more::after {
  content: "";
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1025px) {
  .button_more {
    font-size: 1.7rem;
    padding-top: 2.6rem;
    padding-bottom: 2.4rem;
  }
}
#mission {
  margin-top: 2.19rem;
}
#mission p {
  padding-left: 3.4rem;
  padding-right: 3.3rem;
  margin-top: 5.4rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.6rem;
  max-width: 64.7rem;
  font-size: 1.2rem;
  line-height: 2;
}
#mission .mission__wrapper {
  position: relative;
  width: 174px;
  height: 193px;
  margin: 0 auto;
}
#mission .mission__wrapper img {
  display: block;
  width: 100%;
}
#mission li {
  position: absolute;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 1.4;
  white-space: nowrap;
}
#mission li:nth-of-type(1) {
  top: 10%;
  left: -46%;
}
#mission li:nth-of-type(2) {
  top: 9%;
  left: 86%;
}
#mission li:nth-of-type(3) {
  top: 37%;
  left: -60%;
}
#mission li:nth-of-type(4) {
  top: 35%;
  left: 104%;
}
#mission li:nth-of-type(5) {
  top: 62%;
  left: -44%;
}
#mission li:nth-of-type(6) {
  top: 62%;
  left: 85%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #mission {
    margin-bottom: 16.2rem;
  }
  #mission .mission__wrapper {
    position: relative;
    width: 341px;
    height: 193px;
    margin: 0 auto;
  }
  #mission li:nth-of-type(1) {
    top: 23%;
    left: -18%;
  }
  #mission li:nth-of-type(2) {
    top: 23%;
    left: 85%;
  }
  #mission li:nth-of-type(3) {
    top: 78%;
    left: -33%;
  }
  #mission li:nth-of-type(4) {
    top: 78%;
    left: 103%;
  }
  #mission li:nth-of-type(5) {
    top: 125%;
    left: -18%;
  }
  #mission li:nth-of-type(6) {
    top: 125%;
    left: 85%;
  }
}
@media screen and (min-width: 1025px) {
  #mission {
    margin-top: 9.65rem;
    margin-bottom: 3.2rem;
  }
  #mission p {
    padding-left: 0;
    padding-right: 0;
    margin-top: 3.4rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5.8rem;
    font-size: 1.5rem;
  }
  #mission .mission__wrapper {
    position: relative;
    width: 530px;
    height: 498px;
  }
  #mission li {
    font-size: 1.9rem;
    line-height: 1.7;
  }
  #mission li:nth-of-type(1) {
    top: 11%;
    left: -25%;
  }
  #mission li:nth-of-type(2) {
    top: 10%;
    left: 85%;
  }
  #mission li:nth-of-type(3) {
    top: 45%;
    left: -41%;
  }
  #mission li:nth-of-type(4) {
    top: 43%;
    left: 103%;
  }
  #mission li:nth-of-type(5) {
    top: 74%;
    left: -25%;
  }
  #mission li:nth-of-type(6) {
    top: 74%;
    left: 85%;
  }
}
#mission .mission__zu img {
	display: block;
  margin: 0 auto 4.93rem;
  max-width: 1050px;
  width: 90%;
  padding-top: 0;
}
#model {
  padding-top: 3.99rem;
  padding-bottom: 11.69rem;
}
#model div {
  margin-top: 4.07rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.9rem;
  padding-left: 3.8rem;
  padding-right: 3.1rem;
  max-width: 64.7rem;
  font-size: 1.2rem;
  line-height: 2;
}
#model img {
  display: block;
  margin: 0 auto 4.93rem;
  max-width: 1050px;
  width: 90vw;
  padding-top: 0;
}
#model .mask {
  position: relative;
}
#model .mask::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -10;
}

@media screen and (min-width: 1025px) {
  #model {
    padding-top: 10.54rem;
    padding-bottom: 11.69rem;
  }
  #model div {
    margin-top: 3.4rem;
    margin-bottom: 2.9rem;
    max-width: 64.7rem;
    font-size: 1.5rem;
    line-height: 2;
    padding-left: 0;
    padding-right: 0;
  }
  #model img {
    display: block;
    margin: 0 auto;
    width: 70vw;
    margin-bottom: 8.25rem;
    padding-top: 0;
  }
  #model .mask {
    padding-top: 9.8rem;
    padding-bottom: 7.11rem;
  }
  #model .mask::after {
    content: "";
    padding-bottom: 0;
  }
}
#works {
  margin-top: 2.58rem;
  margin-bottom: 4.42rem;
}
#works .works__wrapper {
  margin-top: 6.7rem;
}
#works .works__title {
  font-size: 1.7rem;
  font-weight: bold;
  padding-top: 1.78rem;
  padding-bottom: 1.78rem;
  line-height: 1.64;
  color: #080865;
}
#works .works__title.--third {
  padding-bottom: 2rem;
}
#works .works__title span {
    display: block;
    font-size: 4.3rem;
    font-weight: bold;
}
#works .works__group {
  margin: 0 auto;
}
#works .works__group--reverse {
  padding-top: 7rem;
  padding-bottom: 7rem;
  margin: 0 auto;
}
#works .works__inner, #works .works__inner--reverse {
  padding-top: 1rem;
  padding-right: 2.65rem;
  padding-bottom: 4.11rem;
  padding-left: 2.65rem;
}
#works .works__image {
  width: 100%;
  display: block;
}
#works .works__text, #works .works__text--reverse {
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.7;
  padding-bottom: 1rem;
}
#works .works__btn, #works .works__btn--reverse {
	display: block;
    text-align: center;
    width: 100%;
	max-width: 400px;
    text-decoration: none;
}

@media screen and (min-width: 1025px) {
  #works {
    margin-top: 10.6rem;
    margin-bottom: 8.5rem;
  }
  #works .works__wrapper {
    margin-top: 7.36rem;
  }
  #works .works__inner {
    padding-left: 4.6rem;
  }
  #works .works__inner--reverse {
    padding-right: 6.6rem;
    padding-top: 4.5rem;
  }
  #works .works__title {
    font-size: 2.3rem;
    padding-top: 6.4rem;
  }
  #works .works__title.--third {
    padding-top: 4rem;
    padding-bottom: 2.3rem;
  }
  
  #works .works__text {
    padding-top: 1rem;
  }
	#works .works__btn {
		max-width: 400px;
  }
  .works__btn--reverse {
	  min-width: 300px;
  }
  #works .works__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  #works .works__group--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 9.5rem;
    padding-bottom: 9.4rem;
    margin-right: -1rem;
  }
  #works .works__text, #works .works__text--reverse {
    font-size: 1.5rem;
    width: 22.5vw;
  }
  #works .works__image {
    width: 60vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#network {
  margin-bottom: 9.58rem;
}
#network img {
  width: 100vw;
}
#network .image__wrapper {
  position: relative;
  margin-bottom: 3.46rem;
}
#network .box {
  display: none;
  line-height: 170%;
}

@media screen and (min-width: 1025px) {
  #network .image__wrapper {
    margin-top: 3.96rem;
    position: relative;
  }
  #network .box {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 17vw;
    height: auto;
    aspect-ratio: 1/1;
    max-width: 24.8rem;
    max-height: 24.8rem;
    background-color: #080865;
    color: #FFFFFF;
    padding-right: auto;
    padding-left: auto;
    text-align: center;
    font-size: clamp(1rem, 1vw, 1.3rem);
    border: #707070 1px solid;
    position: absolute;
    top: 20%;
    left: 8.5%;
  }
  #network .box div {
    content: "";
    position: absolute;
    width: 100%;
    top: 40%;
    right: 0;
  }
  #network .box span {
    font-weight: bold;
  }
  #network .box p {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  #network .box strong {
    font-size: 1.7rem;
  }
}
#movie {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.3rem;
}
#movie p {
  font-size: 1.2rem;
  width: 86%;
  max-width: 337px;
  line-height: 2;
  margin-top: 2.58rem;
  margin-right: auto;
  margin-bottom: 2.54rem;
  margin-left: auto;
}
#movie .movie {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 4rem;
}
#movie .movie .box {
	aspect-ratio: 16/9;
	width: 47.5%;
	margin-right: 5%;
  position: relative;
}
#movie .movie .box:last-child {
	margin-right: 0;
}
#movie .movie .box iframe {
  width: 100%;
  height: 100%;
	margin-bottom: 1rem;
}
#movie .movie .box span {
	font-size: 1.2rem;
	display: block;
}

@media screen and (min-width: 1025px) {
  #movie {
    margin-bottom: 12.5rem;
  }
  #movie p {
    font-size: 1.5rem;
    margin-top: 3.46rem;
    margin-bottom: 2.66rem;
  }
}
#information {
	position: relative;
}
#information h2 {
  background-color: #F79800;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  height: 7.7rem;
  text-align: center;
  line-height: 7.7rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
#information h2 .button_more {
	max-width: 200px;
	width: 100%;
}
#information ul {
  background-color: rgba(163, 163, 163, 0.05);
  font-size: 1.2rem;
  width: 100%;
  padding-top: 2.55rem;
  padding-left: 5%;
  padding-bottom: 3.55rem;
  padding-right: 5%;
}
#information ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-top: rgba(112,112,112,.4) solid 1px;
}
#information ul li:nth-last-child(2) {
	border-bottom: rgba(112,112,112,.4) solid 1px;
}
#information ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3E3E3E;
  cursor: pointer;
}
#information ul li.info_link {
	width: 300px;
	margin: 0 auto;
	border-top: none;
	padding: 20px 0 0;
}
#information ul li.info_link a {
	display: block;
	text-align: center;
	background-color: rgba(112,112,112,.1);
	width: 100%;
	padding:  20px 0;
	letter-spacing: 2px;
	transition: .3s;
	position: relative;
}
#information ul li.info_link a:hover {
	background-color: #080865;
	color: #fff;
}
#information ul li.info_link a::after {
  content: "";
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#information ul li p {
  margin-right: 2.7rem;
}
#information ul li p:first-child {
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  #information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #information h2 {
    font-size: 2.8rem;
    width: 47.1rem;
    height: auto;
    line-height: 34.3rem;
    padding: 0 12.6rem;
  }
  #information ul {
    font-size: 1.5rem;
    padding-top: 3.95rem;
    padding-left: 12.55rem;
    padding-bottom: 3.95rem;
    padding-right: 5.75rem;
  }
}

.slider{
  width: 100%;
}

.slider li{
  width: 100%;
  content: "";
  height: 500px;
  background-size: contain;
  background-repeat:no-repeat;
}