#model {
  width: 85.3%;
  margin-top: 10.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
#model .page__ttle h2 {
  font-size: 2.6rem;
  font-weight: bold;
}
#model .page__ttle h2 span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.57rem;
}
#model p {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 3.04rem;
}
#model img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 2.47rem;
}
@media screen and (min-width: 1025px) {
  #model {
    width: 86.1%;
    margin-top: 21.4rem;
    margin-left: auto;
    margin-right: auto;
  }
  #model .page__ttle h2 {
    font-size: 3.9rem;
  }
  #model .page__ttle h2 span {
    font-size: 2.5rem;
    margin-top: 1.5rem;
  }
  #model p {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 6.36rem;
    width: 43.1vw;
  }
  #model img {
    width: 84.6%;
    margin-top: 9.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#top1 {
  margin-top: 7.23rem;
  margin-bottom: 7.91rem;
}
#top1 h3 {
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
#top1 ul {
  margin-top: 2.69rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top1 ul li {
  width: 29%;
  height: auto;
}
#top1 ul li .container {
  width: 100%;
  max-height: 37.5rem;
}
#top1 ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
#top1 ul li p {
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: 1.06rem;
}

@media screen and (min-width: 1025px) {
  #top1 {
    margin-top: 10.85rem;
    margin-bottom: 20rem;
  }
  #top1 h3 {
    font-size: 2.8rem;
  }
  #top1 ul {
    margin-top: 3.9rem;
    width: 56%;
  }
  #top1 ul li {
    width: 28.3%;
  }
  #top1 ul li p {
    margin-top: 2.26rem;
    font-size: 1.9rem;
    width: 100%;
    text-align: center;
  }
}
#top2 {
  width: 100%;
  margin-bottom: 9.7rem;
  max-width: 1500px;
}
#top2 h3 {
  font-size: 1.6rem;
  font-weight: bold;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#top2 h3 span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.8rem;
}
#top2 h3 .underline {
  content: "";
  width: 36.6%;
  height: 0.6rem;
  background-color: #080865;
  margin-top: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
#top2 .img__container {
  height: 12.29rem;
  height: calc(100vw * 0.32);
  max-height: 37.5rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -10;
  margin-top: -0.3rem;
}
#top2 .img__container.--first {
  background-image: url(../images/model/model1.png);
}
#top2 .img__container.--second {
  background-image: url(../images/model/model2.png);
}
#top2 .img__container.--3rd {
  background-image: url(../images/model/model3.png);
}
#top2 .img__container.--4th {
  background-image: url(../images/model/model4.png);
}
#top2 .img__container.--5th {
  background-image: url(../images/model/model5.png);
}
#top2 .container {
  width: 24.1%;
  height: 24.1%;
  margin-top: -3.3rem;
  margin-left: 1.8rem;
}
#top2 .container img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  background-color: white;
}
#top2 p {
  font-weight: 1.2rem;
  line-height: 2.33;
  width: 85.2%;
  margin-top: 2.69rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.89rem;
}
#top2 .button_more {
  display: block;
  width: 85.3%;
  height: 9.1rem;
  max-width: 51.3rem;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1.9rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.3rem;
  border: #170B71 solid 2px;
  background-color: #080865;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 20;
}
#top2 .button_more:hover {
  background-color: #FFFFFF;
  color: #080865;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top2 .button_more::after {
  content: "";
  font: var(--fa-font-solid);
  position: absolute;
  top: 70%;
  right: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top2 .triangle {
  width: 214px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5.3rem;
  border-top: 36px solid #E8E8E8;
  border-right: 108px solid transparent;
  border-left: 108px solid transparent;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top2 {
    width: 85%;
    margin-bottom: 8.8rem;
    margin-right: auto;
    margin-left: auto;
  }
  #top2 .img__container {
    height: calc(100vw * 0.25);
  }
  #top2 .container {
    margin-top: -10%;
    margin-left: -3rem;
    width: 16.3%;
    height: 16.3%;
  }
  #top2 p {
    line-height: 2;
    margin-top: 1rem;
    margin-bottom: 5.3rem;
  }
}
@media screen and (min-width: 1025px) {
  #top2 {
    width: 79.3%;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
  #top2 h3 {
    font-size: 3.4rem;
  }
  #top2 h3 span {
    font-size: 1.9rem;
    margin-top: 1.9rem;
  }
  #top2 h3 .underline {
    content: "";
    width: 43.7rem;
    height: 1.7rem;
    margin-top: 1.14rem;
  }
  #top2 .img__container {
    height: calc(100vw * 0.25);
    margin-top: -0.9rem;
  }
  #top2 .container {
    width: 16.3%;
    height: 16.3%;
    margin-top: -10%;
    margin-left: -3rem;
  }
  #top2 p {
    font-size: 1.5rem;
    line-height: 2.1;
    width: 63.9%;
    margin-top: -4rem;
    margin-bottom: 0;
  }
  #top2 .button_more {
    margin-top: 3.5em;
    font-size: 1.8rem;
  }
  #top2 .triangle {
    margin-top: 12.65rem;
    margin-bottom: 7.5rem;
  }
}

#model2 {
	width: 85.3%;
    margin-top: 10.8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}
#model2 img {
	display: block;
	max-width: 440px;
	width: 100%;
	margin: 0px auto 40px;
}
#model2 img.pc {
	display: none;
}
#model2 img.mobile {
}
.ttl_style02 {
	display: block;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 0 20px;
	background-color: #080865;
	color: #fff;
	padding: 8px 10px 8px;
}
.ttl_style02 span {
	display: inline-block;
	background-color: #F8B537;
	font-size: 1.3rem;
	padding: 1px 5px 3px;
	margin-left: 10px;
	font-weight: bold;
	color: #080865;
}
@media screen and (min-width: 1025px) {
	#model2 img {
		max-width: 1189px;
  }
	#model2 img.pc {
		display: block;
    }
    #model2 img.mobile {
		display: none;
    }
	.ttl_style02 {
		padding: 20px 25px;
		font-size: 1.7rem;
		letter-spacing: 2px;
	}
	.ttl_style02 span {
		padding: 6px 10px 8px;
		margin: -5px 0 -5px 10px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}

#model3 {
	width: 85.3%;
    margin-top: 10.8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
	margin-bottom: 50px;
}
#model3 h3 {
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
	margin-bottom: 20px;
}
#model3 > p {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 2.3rem;
}
#model3 ul {
  margin-top: 2.69rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#model3 ul li {
  width: 29%;
  height: auto;
}
#model3 ul li .container {
  width: 100%;
  max-height: 37.5rem;
}
#model3 ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
#model3 ul li p {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  margin-top: 1.06rem;
}
@media screen and (min-width: 1025px) {
	#model3 {
      margin-top: 10.85rem;
      margin-bottom: 20rem;
    }
    #model3 h3 {
      font-size: 2.8rem;
		margin-bottom: 20px;
    }
    #model3 ul {
      margin-top: 3.9rem;
      width: 56%;
    }
    #model3 ul li {
      width: 28.3%;
    }
    #model3 ul li p {
      margin-top: 2.26rem;
      font-size: 1.9rem;
      width: 100%;
      text-align: center;
    }
}