@charset "UTF-8";
/*========================================
Re:vite
Date : 
Style : each contents CSS "index"
Filename : contents.css
========================================*/
/*========================================
Text Format
========================================*/
* {
  word-break: normal !important;
  word-wrap: break-word;
  font-size: 100%;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
section {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
p {
  color: #333;
}
sup {
  vertical-align: text-top;
  font-size: 0.5rem;
}
main {
  display: block;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/*========================================
ページ別
========================================*/

.fs-5r {
  font-size: 5rem;
}
@media (max-width: 959px){
	.fs-5r {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
	
}
@media (max-width: 374px) {
  
}

/*========================================
ページ別 共通部分
========================================*/

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.md-wrapper {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.base-ttl {
  display: flex;
  align-items: center;
}
.base-ttl > figure{
  width: 38px;
  padding-right: 12px;
}
.base-ttl h2 {
  font-size: 1.5rem;
}
.base-list-ttl {
  display: flex;
  align-items: center;
}
.base-list-ttl figure {
  width: 100%;
  max-width: 140px;
  padding-right: 24px;
}
.base-list-ttl h4 {
  font-size: 2.375rem;
  line-height: 1.4;
}
.base-list-ttl h4 span {
  font-size: 3.75rem;
}
@media (max-width: 959px){
	.wrapper {
    width: 94%;
  }
  .base-list-ttl h4 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
  .base-list-ttl h4 span {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .base-ttl h2 {
    font-size: 0.85rem;
  }
	.base-list-ttl figure {
    max-width: 66px;
    padding-right: 18px;
  }
  .base-list-ttl h4 {
    font-size: 1.125rem;
  }
  .base-list-ttl h4 span {
    font-size: 1.875rem;
  }
}
@media (max-width: 374px) {
  .base-list-ttl h4 {
    font-size: 1.1rem;
  }
  .base-list-ttl h4 span {
    font-size: 1.75rem;
  }
}


/*========================================
ページ別 slider
========================================*/

#slider {
  background-color: #F3F6FB;
  box-sizing: border-box;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: calc(100% + 120px);
  padding: 14px 0 20px 50px;
}
#slider h4 {
  padding-bottom: 15px;
  font-size: 1.625rem;
  transform: translateY(30px);
}
#slider h4 span {
  font-size: 2.5rem;
}
.bluev-slider li {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 25px;
}
.slick-counter {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 157px;
  padding-bottom: 35px;
}
.slide-arrow {
  width: 28px;
}
.slide-arrow.prev-arrow {
  position: absolute;
  top: 5px;
  right: 198px;
  transform: rotateY(180deg);
}
.slide-arrow.next-arrow {
  position: absolute;
  top: 5px;
  right: 115px;
}
.slick-current {
  transform: scale(1.2);
  transition: 0.4s;
}
@media (max-width: 959px){
  #slider h4 {
    padding-bottom: 35px;
  }
  .slide-arrow.prev-arrow {
    position: absolute;
    top: 5px;
    right: 198px;
    transform: rotateY(180deg);
  }
  .slide-arrow.next-arrow {
    position: absolute;
    top: 5px;
    right: 115px;
  }
}
@media (max-width: 767px) {
  #slider {
    width: auto;
    margin: 0 -30px;
    padding: 0 0 100px 0;
  }
  #slider h4 {
    text-align: center;
    font-size: 1.25rem;
    padding-right: 40px;
    padding-bottom: 35px;
  }
  #slider h4 span {
    font-size: 1.875rem;
  }
  .bluev-slider li {
    margin: 35px auto 20px;
  }
  .slick-counter {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 65px;
    padding-bottom: 24px;
    top: 380px;
    right: 130px;
}
  .slide-arrow.prev-arrow {
    position: absolute;
    top: 385px;
    right: 238px;
    transform: rotateY(180deg);
  }
  .slide-arrow.next-arrow {
    position: absolute;
    top: 385px;
    right: 145px;
  }
}
@media (max-width: 374px) {
  #slider h4 {
    padding-right: 12px;
  }
}

/*========================================
ページ別 MV
========================================*/
#mv {
  background-image: url(../images/content/bg-mv_pc.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 410px;
  margin-top: 60px;
}
#mv > h2 {
  position: absolute;
  top: 10%;
  left: 8%;
}
@media (max-width: 959px){
	#mv > h2 {
    position: absolute;
    top: 12%;
    left: 2%;
  }
}
@media (max-width: 767px) {
	#mv {
    background-image: url(../images/content/bg-mv_pc.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 220px;
    box-sizing: border-box;
  }
  #mv > h2 {
    width: 220px;
    position: absolute;
    top: 10%;
    left: 4%;
  
  }
}
@media (max-width: 374px) {
  
}


/*========================================
ページ別
========================================*/

#satellite {
  padding: 60px 0 80px;
}
.satellite-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.satellite-cont::before {
  position: absolute;
  background-color: #F2FAFF;
  content: "";
  width: 100%;
  height: 400px;
  border-radius: 30px;
  bottom: 50px;
  left: 0;
  margin-left: 100px;
  z-index: -1;
}
.satellite-ttl {
  position: relative;
}
.satellite-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/principal/ttl-satellite.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  top: -100px;
  left: -90px;
  width: 540px;
  height: 140px;
}
.satellite-cont > figure {
  width: 100%;
  max-width: 630px;
  transform: translateX(80px);
}
.satellite-cont-txt h3 {
  font-size: 1.75rem;
  line-height: 1.3;
}
.satellite-map-txt {
  transform: translateY(-25px);
  line-height: 1.6;
}
.satellite-attention {
  text-align: center;
}
.satellite-attention p {
  padding-top: 40px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.8;
}
.satellite-attention p span {
  font-size: 2.375rem;
  font-weight: lighter;
}
@media (max-width: 959px){
  .satellite-ttl {
    margin-bottom: 12px;
  }
  .satellite-ttl::before {
    position: absolute;
    content: "";
    background-image: url(../images/principal/ttl-satellite.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    top: -80px;
    left: -15px;
    width: 340px;
    height: 140px;
  }
  .satellite-cont > figure {
    width: 55%;
    transform: translateX(0px);
  }
	.satellite-cont-txt h3 {
    font-size: 0.8rem;
    padding-left: 30px;
  }
  .satellite-cont-txt h3 .md {
    font-size: 1.2rem;
  }
  .satellite-map-txt {
    transform: translateY(15px);
    padding: 0 8px;
  }
  .satellite-attention p {
    padding-top: 40px;
    font-size: 1.375rem;
  }
  .satellite-attention p span {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .satellite-cont::before {
    height: 660px;
    bottom: 50px;
    left: 0;
    margin-left: 100px;
    z-index: -1;
  }
  .base-ttl {
    padding-left: 12px;
  }
  .base-ttl > figure{
    width: 22px;
  }
  .satellite-ttl {
    padding-left: 20px;
  }
  .satellite-ttl::before {
    position: absolute;
    content: "";
    background-image: url(../images/principal/ttl-satellite.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    top: -40px;
    left: 0px;
    width: 240px;
    height: 105px;
  }
	.satellite-cont {
    align-items: flex-start;
    flex-direction: column;
  }
  .satellite-cont > figure {
    width: 90%;
    margin: 25px auto;
    transform: translateX(0px);
  }
  .satellite-cont-txt {
    transform: translateY(20px);
  }
  .satellite-cont-txt h3 {
    font-size: 0.8rem;
    padding: 15px 0 0 30px;
  }
}
@media (max-width: 374px) {
  
}

/*========================================
ページ別
========================================*/
#bnr__contact {
  position: relative;
  background-image: url(../images/principal/bnr-contact_bottom.png) ,url(../images/content/bg-bnr-contact.png) ,url(../images/principal/bnr-contact_top.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top, center, bottom;
  background-size: 100%, cover, 100%;
  padding: 50px 0 60px;
  overflow-y: hidden;
}
#bnr__contact::before {
  position: absolute;
  content: "";
  background-image: url(../images/content/cvbtn-03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  top: 14px;
  left: -15px;
  width: 250px;
  height: 100%;
}
#bnr__contact::after {
  position: absolute;
  content: "";
  background-image: url(../images/content/cvbtn-01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  top: 24px;
  right: 10px;
  width: 240px;
  height: 100%;
}
.bnr__contact__ttl {
  text-align: center;
}
.bnr__contact__ttl h2 {
  font-size: 2.25rem;
  line-height: 1.4;
}
.bnr__contact__ttl h2:first-of-type {
  position: relative;
  display: inline-block;
}
.bnr__contact__ttl h2:first-of-type::before {
  position: absolute;
  content: url(../images/principal/ttl-bnr_l.png);
  top: 65%;
  left: -8%;
  transform: translateY(-50%);
}
.bnr__contact__ttl h2:first-of-type::after {
  position: absolute;
  content: url(../images/principal/ttl-bnr_r.png);
  top: 65%;
  right: -8%;
  transform: translateY(-50%);
}
.bnr__contact__ttl h2:last-of-type {
  padding-bottom: 50px;
}
.bnr__contact__ttl h2 .sm {
  font-size: 1.5rem;
}
.bnr__contact__ttl h2 .md {
  font-size: 1.875rem;
}
.bnr__contact__ttl .cv__btn {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #F4891F 0%, #F4A21F 100%);
  padding: 15px 105px;
  border-radius: 45px;
  max-width: 500px;
  box-sizing: border-box;
  transition: all .4s;
  opacity: 1;
}
.bnr__contact__ttl .cv__btn:hover {
  opacity: .7;
}
.mocchiri {
  animation: mocchiri 1.5s infinite;
}
@keyframes mocchiri {
  0% {
      transform: scale(1, 1);
  }
  40% {
      transform: scale(1, 1);
  }
  45% {
      transform: scale(1.2, 1.2);
  }
  50% {
      transform: scale(1, 1);
  }
  55% {
      transform: scale(1.2, 1.2);
  } 
  60% {
      transform: scale(1, 1);
  }
  90% {
      transform: scale(1, 1);
  }
  100% {
      transform: scale(1, 1);
  }
}
.bnr__contact__ttl .cv__btn p {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.4;
}
.bnr__contact__ttl .cv__btn img {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  transition: all .4s;
}
@media (max-width: 959px){
  #bnr__contact {
    background-size: 200%, cover, 200%;
    padding: 40px 0 50px;
    overflow-y: hidden;
  }
	#bnr__contact::before {
    position: absolute;
    content: "";
    background-image: url(../images/content/cvbtn-03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    top: 75px;
    left: 3px;
    width: 176px;
    height: 118px;
  }
  #bnr__contact::after {
    position: absolute;
    content: "";
    background-image: url(../images/content/cvbtn-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    top: 60px;
    right: 22px;
    width: 140px;
    height: 136px;
  }
  .bnr__contact__ttl h2:last-of-type {
    padding-bottom: 30px;
  }
  .bnr__contact__ttl h2:first-of-type {
    font-size: 1rem;
  }
  .bnr__contact__ttl h2:first-of-type .md {
    font-size: 1rem;
  }
  .bnr__contact__ttl h2:last-of-type {
    font-size: 1.5rem;
    transform: translateY(20px);
  }
  .bnr__contact__ttl h2:last-of-type .md {
    font-size: 1.5rem;
  }
  .bnr__contact__ttl h2 .sm {
    font-size: 1rem;
  }
  .bnr__contact__ttl .cv__btn {
    display: inline-block;
    background: linear-gradient(to right, #F4891F 0%, #F4A21F 100%);
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.4;
    padding: 8px 42px 12px;
    border-radius: 45px;
    max-width: 296px;
  }
  .bnr__contact__ttl .cv__btn img {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
  }
  .bnr__contact__ttl .cv__btn p span {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #bnr__contact::before {
    top: 60px;
    left: 8px;
    width: 76px;
    height: 88px;
  }
  #bnr__contact::after {
    top: 60px;
    right: 8px;
    width: 76px;
    height: 88px;
  }
  .bnr__contact__ttl h2:first-of-type::before {
    position: absolute;
    content: url(../images/principal/ttl-bnr_l_sp.png);
    top: 78%;
    left: -6%;
    transform: translateY(-50%);
  }
  .bnr__contact__ttl h2:first-of-type::after {
    position: absolute;
    content: url(../images/principal/ttl-bnr_r_sp.png);
    top: 78%;
    right: -6%;
    transform: translateY(-50%);
  }
	.bnr__contact__ttl h2:first-of-type {
    font-size: 0.8rem;
  }
  .bnr__contact__ttl h2:first-of-type .md {
    font-size: 0.8rem;
  }
  .bnr__contact__ttl h2:last-of-type {
    font-size: 1.3rem;
    transform: translateY(40px);
    margin-bottom: 25px;
  }
  .bnr__contact__ttl h2:last-of-type .md {
    font-size: 1.3rem;
  }
  .bnr__contact__ttl h2 .sm {
    font-size: 0.8rem;
  }
}
@media (max-width: 374px) {
  .bnr__contact__ttl h2:last-of-type {
    font-size: 1.125rem;
  }
  #bnr__contact::before {
    top: 72px;
    left: 0px;
    width: 70px;
    height: 80px;
  }
  #bnr__contact::after {
    top: 72px;
    right: 0px;
    width: 70px;
    height: 80px;
  }
}

/*========================================
ページ別 features
========================================*/

#features {
  padding: 160px 0 90px;
}
.features-ttl {
  position: relative;
  padding-bottom: 75px;
}
.features-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/principal/ttl-features.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -100px;
  left: -90px;
  width: 540px;
  height: 140px;
}
.features-txt h3 {
  line-height: 1.4;
  font-size: 2.375rem;
  padding-bottom: 50px;
}
.features-txt h3 span {
  font-size: 3.75rem;
}
.features-txt p {
  margin-bottom: 40px;
  line-height: 1.6;
}

@media (max-width: 959px){
	.features-ttl::before {
    top: -90px;
    left: -15px;
    width: 246px;
    height: 59px;
  }
}
@media (max-width: 767px) {
  #features {
    padding: 90px 0 50px;
  }
  .features-ttl {
    padding-bottom: 35px;
  }
  .features-ttl::before {
    top: -40px;
    left: -5px;
  }
	.features-txt h3 {
    font-size: 1.625rem;
    padding-bottom: 35px;
  }
  .features-txt h3 span {
    font-size: 2.5rem;
  }
  .features-txt p {
    padding: 0 10px;
    margin-bottom: 35px;
    font-size: 0.875rem;
  }
  
}
@media (max-width: 374px) {
  .features-txt h3 span {
    font-size: 2.375rem;
  }
}

/*========================================
ページ別  strengths
========================================*/
#strengths {
  padding: 140px 0 0;
  background-image: url(../images/content/bg-strengths.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.strengths-ttl {
  position: relative;
  z-index: 1;
}
.strengths-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/principal/ttl-strengths.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -80px;
  left: -100px;
  width: 562px;
  height: 150px;
  z-index: -1;
}
.strengths-list-ttl {
  margin-bottom: 45px;
}
.strengths-list {
  position: relative;
}
.strengths-list > figure {
  position: absolute;
  top: -140px;
  right: -100px;
} 
.strengths-list > li {
  padding: 75px 0;
}
.strengths-list > li:not(:last-of-type){
  border-bottom: 1px solid #0D45A3;
}
.strengths-list li:first-of-type p.ttl-btm_txt {
  font-size: 1.25rem;
  margin: 0 0 35px 70px;
}
.strengths-list li:first-of-type p.ttl-btm_txt span {
  font-size: 1.875rem;
}
.strengths-list li:first-of-type > figure {
  width: 770px;
  margin: 12px auto 25px;
}
.strengths-list li:first-of-type dl {
  display: flex;
  align-items: center;
  padding: 18px 0 15px;
  width: 95%;
  margin: 0 auto;
  line-height: 1.4;
}
.strengths-list li:first-of-type dl:not(:last-of-type) {
  border-bottom: 1px solid #0D45A3;
}
.strengths-list li:first-of-type dl dt {
  display: flex;
  align-items: center;
  width: 30%;
  text-align: center;
  padding: 0 40px;
}
.strengths-list li:first-of-type dl dt span {
  font-size: 3.125rem;
  padding-right: 15px;
}
.strengths-list li:first-of-type dl dt h5 {
  font-size: 1.25rem;
  padding-top: 10px;
}
.strengths-list li:first-of-type dl dd {
  padding-top: 12px;
}
.strengths-child-list {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
}
.strengths-child-list > li{
  width: 45%;
}
.strengths-child-list li h5 {
  font-size: 1.25rem;
  padding-bottom: 12px;
}
.strengths-child-list li p {
  line-height: 1.6;
  padding-bottom: 20px;
}
.strengths-child-list li p span {
  font-size: 0.875rem;
}
.strengths-first-txt {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}
.strengths-first-txt h3 {
  font-size: 1.25rem;
  padding-right: 20px;
  line-height: 1.5;
}
.strengths-first-txt h3 span {
  font-size: 1.875rem;
}
.strengths-first-txt figure {
  width: 100%;
  max-width: 120px;
}
.strengths-first-cont p {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5;
}
.strengths-first-cont p span {
  font-size: 2.375rem;
}
.strengths-ttl_pc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.strengths-ttl_pc .strengths-txt p span {
  font-size: 1.625rem;
}
.strengths-ttl_pc > figure {
  width: 100%;
  max-width: 180px;
}
.strengths-ttl_sp {
  display: none;
}
.strengths-list li:nth-of-type(2) ul.strengths-support-list_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.strengths-list li:nth-of-type(2) ul.strengths-support-list_tab li {
  width: 45%;
  border-left: 10px solid #0085D4;
  border-top: 2px solid #0085D4;
  border-bottom: 2px solid #0085D4;
  border-right: 2px solid #0085D4;
  background: #FFF;
  border-radius: 5px;
  padding: 14px 0 14px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.strengths-list li:nth-of-type(2) ul.strengths-support-list_tab li p {
  font-weight: bold;
  line-height: 1.5;
}
.strengths-list li:nth-of-type(2) ul.strengths-support-list_tab li:nth-of-type(5),
.strengths-list li:nth-of-type(2) ul.strengths-support-list_tab li:nth-of-type(7) {
  width: 45%;
  border-left: 10px solid #F4611F;
  border-top: 2px solid #F4611F;
  border-bottom: 2px solid #F4611F;
  border-right: 2px solid #F4611F;
  background: #FFF;
  box-sizing: border-box;
}
.strengths-third_txt {
  width: 55%;
}
.strengths-third_txt h4 {
  font-size: 1.875rem;
  padding-bottom: 25px;
}
.strengths-third_txt p {
  padding-bottom: 25px;
  line-height: 1.5;
}
.strengths-third_txt p span {
  font-size: 0.875rem;
}
.strengths-list li:last-of-type {
  position: relative;
}
.strengths-list li:last-of-type > figure {
  position: absolute;
  top: 250px;
  right: -80px;
  width: 100%;
  max-width: 440px;
}
.strengths-third-list {
  margin: 80px auto 0;
}
.strengths-third-list .third-list_sp {
  display: none;
}
.strengths-third-list figure {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 950px;
}
.strengths-third-list ul.third-list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 930px;
  margin-left: 20px;
}
.strengths-third-list ul li h4 {
  font-size: 1.25rem;
  padding-bottom: 12px;
  line-height: 1.2;
}
.strengths-third-list ul li p {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 959px){
  .strengths-ttl::before {
    position: absolute;
    content: "";
    background-image: url(../images/principal/ttl-strengths.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -50px;
    left: -5px;
    width: 268px;
    height: 110px;
  }
  .strengths-list li:first-of-type p.ttl-btm_txt {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 0 10px 20px;
  }
  .strengths-list li:first-of-type p.ttl-btm_txt span {
    font-size: 1.5rem;
  }
  .strengths-list li:first-of-type dl {
    align-items: center;
    padding: 15px 5px 24px 0px;
  }
  .strengths-list li:first-of-type dl dt {
    width: 30%;
    padding: 0 12px 0 16px;
  }
  .strengths-list li:first-of-type dl dt h5 {
    font-size: 0.875rem;
    padding-top: 5px;
    line-height: 1.4;
  }
  .strengths-list li:first-of-type dl dd {
    padding-top: 8px;
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .strengths-list li:first-of-type dl dd p {
    font-size: 1.25rem;
  }
	.strengths-list li:last-of-type > figure {
    position: absolute;
    top: 250px;
    right: -15px;
    width: 100%;
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  #strengths {
    padding: 90px 0 30px;
    background-image: url(../images/content/bg-strengths_sp.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .strengths-list li:first-of-type .strengths-list-ttl {
    margin: 80px 0 35px 20px;
  }
  .strengths-list li:not(:first-of-type) .strengths-list-ttl {
    margin: 40px 0 30px;
  }
  .strengths-list > li {
    padding: 45px 0 30px;
  }
  .strengths-list > li:not(:first-of-type) {
    padding: 0 0 30px;
  }
  .strengths-list > figure {
    position: absolute;
    top: 0;
    right: -10px;
    width: 100%;
    max-width: 200px;
  } 
  .strengths-list li:first-of-type > figure {
    max-width: 360px;
    margin: 12px auto 25px;
    overflow-x: scroll;
  }
  .strengths-list li:first-of-type > figure img {
    width: calc(100% + 120px);
    max-width: 770px;
    border: 2px solid #0D45A3;
    border-radius: 5px;
  }
  .strengths-list li:first-of-type dl dt {
    width: auto;
    padding: 0 12px 0 16px;
  }
  .strengths-first-cont p span {
    font-size: 1.5rem;
  }
  .strengths-child-list {
    flex-direction: column;
    margin-bottom: 0;
  }
  .strengths-child-list > li {
    width: 100%;
  }
  .strengths-child-list > li:first-of-type {
    margin-bottom: 10px;
  }
  .strengths-child-list > li > ul li{
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .strengths-child-list li p {
    font-size: 0.875rem;
}
  .strengths-child-list li p span {
    font-size: 0.75rem;
  }
  .strengths-list li:nth-of-type(2) ul.strengths-support-list_tab,
  .strengths-third-list ul.third-list {
    display: none;
  }
  .strengths-list li:nth-of-type(2) ul.strengths-support-list {
    flex-direction: column;
    border-top: none;
    padding-top: 25px;
  }
  .strengths-list li:nth-of-type(2) .strengths-support-list li,
  .strengths-list li:nth-of-type(2) .strengths-support-list li:nth-of-type(5),
  .strengths-list li:nth-of-type(2) .strengths-support-list li:nth-of-type(7) {
    width: 100%;
    border-left: 10px solid #0085D4;
    border-top: 2px solid #0085D4;
    border-bottom: 2px solid #0085D4;
    border-right: 2px solid #0085D4;
    background: #FFF;
    border-radius: 5px;
    padding: 15px 10px 15px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .strengths-list li:nth-of-type(2) .strengths-support-list li:last-of-type {
    margin-bottom: 0;
  }
  .strengths-list li:nth-of-type(2) .strengths-support-list li:nth-of-type(3),
  .strengths-list li:nth-of-type(2) .strengths-support-list li:nth-of-type(4) {
    width: 100%;
    border-left: 10px solid #F4611F;
    border-top: 2px solid #F4611F;
    border-bottom: 2px solid #F4611F;
    border-right: 2px solid #F4611F;
  }
	.strengths-first-txt {
    flex-direction: column;
  }
  .strengths-first-txt h3 {
    font-size: 1.125rem;
    padding-right: 20px;
    padding-left: 10px;
  }
  .strengths-first-txt h3 span {
    font-size: 1.75rem;
  }
  .strengths-first-txt figure {
    margin: 20px auto 0;
  }
  .strengths-third_txt p {
    padding-bottom: 20px;
    font-size: 0.875rem;
}
  .strengths-first-cont p {
    font-size: 1rem;
  }
  .strengths-ttl_sp {
    display: block;
  }
  .strengths-cont_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .strengths-cont_sp .strengths-txt p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .strengths-cont_sp .strengths-txt p span {
    font-size: 1.375rem;
  }
  .strengths-cont_sp figure {
    width: 100%;
    max-width: 85px;
  }
  .strengths-ttl_pc {
    display: none;
  }
  .strengths-third_txt {
    width: 100%;
    padding-top: 180px;
  }
  .strengths-list li:last-of-type > figure {
    position: absolute;
    top: 110px;
    right: 0px;
    width: 100%;
    max-width: 200px;
  }
  .strengths-third-list {
    margin: 0 auto;
  }
  .strengths-third-list .third-list_sp {
    display: flex;
    flex-wrap: wrap;
  }
  .strengths-third-list .third-list_sp li:nth-of-type(6) {
    transform: translateX(-20px);
  }
  .strengths-third-list .third-list_sp li:nth-of-type(7) {
    transform: translateX(-50px);
  }
  .strengths-third-list .third-list_sp li h4 {
    font-size: 0.75rem;
    padding-bottom: 12px;
  }
  .strengths-third-list .third-list_sp li p {
    font-size: 0.75rem;
  }
  .strengths-third-list .third-list_sp li:first-of-type,
  .strengths-third-list .third-list_sp li:nth-of-type(5) {
    width: 100%;
    margin: 30px 0 10px;
  }
  .strengths-third-list ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 930px;
    margin-left: 0;
  }
  .strengths-third-list figure {
    margin: 0 auto 20px;
    width: 94%;
  }
  .strengths-third_txt h4 {
    font-size: 1.5rem;
    padding-bottom: 25px;
  }
}
@media (max-width: 374px) {
  .strengths-list li:first-of-type p.ttl-btm_txt span {
    font-size: 1.25rem;
  }
  .strengths-third-list .third-list_sp li p {
    font-size: 0.5rem;
  }
}

/*========================================
ページ別 summary
========================================*/
#summary {
  padding: 140px 0 70px;
  /* overflow-y: hidden; */
}
.summary-ttl {
  position: relative;
  text-align: center;
}
.summary-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/principal/ttl-summary.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -70px;
  left: -100px;
  width: 562px;
  height: 150px;
  z-index: -1;
}
.summary-ttl h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.summary-ttl h2 span {
  font-size: 3.125rem;
}
.summary-cont {
  display: flex;
  justify-content: space-around;
  margin: 80px 0 50px;
}
.summary-img {
  position: relative;
  width: 42%;
  margin-right: 15px;
}
.summary-img h4 {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.summary-img figure {
  position: absolute;
  width: 100%;
  max-width: 440px;
  top: 260px;
  left: -100px;
}
.summary-cont .summary-list {
  width: 54%
}
.summary-list dl {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #B5DBF2;
  padding: 10px 10px 10px 0;
}
.summary-list dl:last-of-type {
  align-items: flex-start;
}
.summary-cont .summary-list dl:last-of-type dd {
  padding-top: 10px;
}
.summary-list dl dt {
  font-size: 3.125rem;
  padding: 5px 24px;
}
.summary-cont .summary-list dl dd {
  line-height: 1.6;
}
.summary-list dl dd span {
  background: linear-gradient(transparent 70%, #F4CDC8 0%);
}
@media (max-width: 959px){
	.summary-ttl::before {
    position: absolute;
    content: "";
    background-image: url(../images/principal/ttl-summary.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -55px;
    left: -5px;
    width: 268px;
    height: 100%;
  }
  .summary-img figure {
    position: absolute;
    width: 100%;
    max-width: 440px;
    top: 260px;
    left: -25px;
  }
}
@media (max-width: 767px) {
  #summary {
    padding: 90px 0 0;
  }
  .summary-ttl {
    align-items: flex-start;
  }
	.summary-ttl h2 {
    font-size: 1rem;
    text-align: left;
    line-height: 1.8;
  }
  .summary-ttl h2 span {
    font-size: 1.5rem;
  }
  .summary-cont {
    flex-direction: column;
    justify-content: space-around;
    margin: 30px 0 40px;
  }
  .summary-img h4 {
    max-width: 140px;
    margin: 20px 0 0 32px;
  }
  .summary-img figure {
    position: absolute;
    width: 100%;
    max-width: 170px;
    top: -35px;
    left: 220px;
  }
  .summary-cont .summary-list {
    width: 95%;
    margin: 60px auto 0;
  }
  .summary-list dl {
    padding: 14px 0 16px;
  }
  .summary-list dl dt {
    font-size: 3.125rem;
    padding: 5px 14px;
  }
  
}
@media (max-width: 374px) {
  .summary-ttl h2 span {
    font-size: 1.25rem;
  }
}

/*========================================
ページ別 market
========================================*/
#market {
  padding: 260px 0 60px;
}
.market-ttl {
  position: relative;
}
.market-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/principal/ttl-market.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -160px;
  left: -80px;
  width: 409px;
  height: 207px;
  z-index: -1;
}
.market-list-ttl {
  width: 52%;
  line-height: 1.6;
  margin-left: 35px;
}
.market-list li:first-of-type {
  position: relative;
}
.market-list li:first-of-type figure.market-top {
  position: absolute;
  top: -160px;
  right: -80px;
}
.market-list li:first-of-type p.arrow {
  width: 132px;
  transform: translateY(-90px);
  margin: 0 auto;
}
.market-list li:first-of-type h3 {
  font-size: 1.875rem;
  padding-bottom: 15px;
}
.market-list li:first-of-type > figure.market-scroll_img {
  padding: 10px 0 30px;
}
.market-list li:first-of-type .market-cont {
  display: flex;
  align-items: center;
  background-color: #FFFCE5;
  padding: 25px 50px 50px;
  box-sizing: border-box;
  margin: 25px 0 70px;
  border-radius: 10px;
}
.market-list li:first-of-type .market-cont .market-txt {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 200px;
  padding: 20px 0 0 30px;
  border-radius: 10px;
}
.market-list li:first-of-type .market-cont .market-txt p {
  line-height: 1.5;
}
.market-list li:first-of-type .market-cont .market-txt p:first-of-type {
  font-size: 1.625rem;
}
.market-list li:first-of-type .market-cont .market-txt p:last-of-type {
  font-size: 1.875rem;
}
.market-list li:first-of-type .market-cont .market-txt p:last-of-type span {
  font-size: 2.375rem;
}
.market-list li:first-of-type .market-cont-result {
  border: 5px solid #F4BB1F;
  border-radius: 10px;
  text-align: center;
  padding: 36px 150px;
  margin-bottom: 40px;
}
.market-list li:first-of-type .market-cont-result p {
  font-size: 2.375rem;
  padding-bottom: 8px;
}
.market-list li:first-of-type .market-cont-result p span {
  font-size: 1.625rem;
}
.market-list li:first-of-type .market-cont-result h4 {
  font-size: 3.75rem;
  line-height: 1.4;
}
.market-list li:last-of-type > p {
  line-height: 1.8;
  padding: 0 50px 25px;
}
.market-list li:last-of-type .market-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
}
.market-list li:last-of-type .market-cont .market-txt {
  width: 45%;
  line-height: 1.8;
  margin-left: 50px;
}
.market-list li:last-of-type .market-cont .market-txt h4 {
  font-size: 1.25rem;
  padding-bottom: 20px;
}
.market-list li:last-of-type .market-cont .market-txt p {
  width: 80%;
}
.market-list li:last-of-type .market-cont figure {
  width: 100%;
  max-width: 500px;
}
.market-list li:last-of-type > figure {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 959px){
  .market-ttl::before {
    position: absolute;
    content: "";
    background-image: url(../images/principal/ttl-market.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -60px;
    left: -6px;
    width: 205px;
    height: 104px;
    z-index: -1;
  }
  .market-list li:first-of-type .market-cont {
    margin: 25px 0 45px;
  }
  .market-list li:first-of-type p.arrow {
    width: 132px;
    transform: translateY(-65px);
    margin: 0 auto;
  }
  .market-list li:first-of-type figure.market-top {
    position: absolute;
    top: -160px;
    right: -30px;
    width: 100%;
    max-width: 360px;
  }
	.market-list li:last-of-type .market-cont figure {
    max-width: 360px;
  }
  .market-list li:first-of-type .market-cont-result {
    padding: 24px 10px;
    margin-bottom: 20px;
  }
  .market-list li:first-of-type .market-cont-result p {
    font-size: 1rem;
    padding-bottom: 8px;
  }
  .market-list li:first-of-type .market-cont-result p span {
    font-size: 0.75rem;
  }
  .market-list li:first-of-type .market-cont-result h4 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .market-list li:first-of-type .market-cont .market-txt p:first-of-type {
    font-size: 1.25rem;
    padding-bottom: 15px;
  }
  .market-list li:first-of-type .market-cont .market-txt p:last-of-type {
    font-size: 1.375rem;
  }
  .market-list li:first-of-type .market-cont .market-txt p:last-of-type span {
    font-size: 1.625rem;
  }
  .market-list li:last-of-type .market-cont .market-txt h4 {
    font-size: 1.125rem;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #market {
    padding: 120px 0 20px;
  }
  .market-list-ttl {
    width: 100%;
    margin: 40px 0 20px;
  }
  .market-list li:first-of-type p.arrow {
    width: 90px;
    transform: translateY(-35px);
    margin: 0 auto;
  }
  .market-list li:first-of-type figure.market-top {
    position: absolute;
    top: -85px;
    right: -10px;
    width: 100%;
    max-width: 200px;
  }
  .market-list li:first-of-type > figure.market-scroll_img {
    max-width: 390px;
    margin: 12px auto 25px;
    overflow-x: scroll;
  }
  .market-list li:first-of-type > figure.market-scroll_img img {
    width: calc(100% + 120px);
    max-width: 770px;
    border: 1px solid #707070;
  }
  .market-list li:first-of-type .market-cont {
    padding: 25px;
    margin: 40px 0 20px;
  }
  .market-list li:first-of-type h3 {
    font-size: 1.5rem;
    padding-bottom: 22px;
  }
  .market-list li:first-of-type .market-cont .market-txt {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0 auto;
  }
  .market-list li:first-of-type .market-cont .market-txt figure:first-of-type {
    width: 90px;
    margin: 0 auto 12px;
  }
  .market-list li:first-of-type .market-cont .market-txt figure:last-of-type {
    width: 194px;
    margin: 12px auto 18px;
  }

	.market-list li:last-of-type .market-cont {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 35px;
  }
  .market-list li:last-of-type > p {
    padding: 0 0 25px;
    font-size: 0.875rem;
  }
  .market-list li:last-of-type .market-cont .market-txt {
    width: 100%;
    margin: 25px auto 0;
  }
  .market-list li:last-of-type .market-cont .market-txt h4 {
    font-size: 1.125rem;
    padding-bottom: 20px;
  }
  .market-list li:last-of-type .market-cont .market-txt p {
    width: 100%;
    font-size: 0.875rem;
  }
  .market-list li:last-of-type > figure {
    width: 85%;
  }
}
@media (max-width: 374px) {
  .market-list li:first-of-type figure.market-top {
    max-width: 175px;
  }
  .market-list li:first-of-type .market-cont .market-txt p:last-of-type {
    font-size: 1.25rem;
  }
  .market-list li:first-of-type .market-cont .market-txt p:last-of-type span {
    font-size: 1.5rem;
  }
}


/*========================================
ページ別  alliance
========================================*/
#alliance {
  padding: 120px 0 70px;
  overflow: hidden;
}
.alliance-ttl {
  position: relative;
}
.alliance-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/principal/ttl-alliance.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -110px;
  left: -100px;
  width: 462px;
  height: 207px;
  z-index: -1;
}
.alliance-list li {
  padding: 70px 0;
}
.alliance-list li:last-of-type {
  padding: 70px 0 0;
}
.alliance-list > li:first-of-type {
  position: relative;
  border-bottom: 1px solid #D33B27;
}
.alliance-list > li:first-of-type > figure {
  position: absolute;
    top: -50px;
    right: -80px;
    width: 100%;
    max-width: 440px;
}
.alliance-list li .alliance-list-txt {
  width: 50%;
  line-height: 1.8;
  padding-left: 50px;
}
.alliance-list li:first-of-type ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 25px;
  width: 100%;
}
.alliance-list li:first-of-type ul li {
  width: 24%;
  box-shadow: 0 3px 6px #707070;
  padding: 14px 18px;
  box-sizing: border-box;
  border-radius: 10px;
}
.alliance-list li:first-of-type ul li img {
  width: auto;
  max-width: 200px;
  height: 100%;
  max-height: 110px;
  padding-bottom: 8px;
  margin: 0 auto;
  display: block;
}
.alliance-list li:first-of-type ul li h5 {
  padding: 12px 0;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #B5DBF2;
  border-bottom: 1px solid #B5DBF2;
  font-size: 1.125rem;
}
.alliance-list li:first-of-type ul li h5 span {
  font-size: 1.6rem;
}
.alliance-list li:first-of-type ul li h5 span span {
  font-size: 1.125rem;
}
.alliance-list li:first-of-type ul li p {
  font-size: 1rem;
  padding: 8px 4px;
  line-height: 1.6;
}
.alliance-list > li:first-of-type > p:last-of-type {
  text-align: center;
  line-height: 1.5;
  font-size: 1.875rem;
}
.alliance-list li:first-of-type p:last-of-type span {
  font-size: 2.375rem;
}
.alliance-list li .alliance-list-ttl {
  margin-bottom: 55px;
  line-height: 1.4;
}
.alliance-list li:last-of-type .alliance-ptnr_img {
  margin: 60px 0 50px;
}
.alliance-list li:last-of-type .alliance-reason-ttl {
  text-align: center;
  margin-bottom: 20px;
  color: #0D45A3;
}
.alliance-list li:last-of-type .alliance-reason-ttl h4 {
  font-size: 1.875rem;
  position: relative;
  display: inline-block;
}
.alliance-list li:last-of-type .alliance-reason-ttl h4::before {
  position: absolute;
  content: "";
  border-top: 4px solid #0D45A3;
  width: 4em;
  top: 50%;
  left: -35%;
  transform: translateY(-50%);
}
.alliance-list li:last-of-type .alliance-reason-ttl h4::after {
  position: absolute;
  content: "";
  border-top: 4px solid #0D45A3;
  width: 4em;
  top: 50%;
  right: -35%;
  transform: translateY(-50%);
}
.alliance-list li:last-of-type .alliance-reason-ttl p {
  padding-top: 15px;
  font-size: 1.25rem;
}
.alliance-list li:last-of-type .alliance-reason {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  background: #FFFCE5;
  margin-bottom: 45px;
  padding: 30px 45px;
  box-sizing: border-box;
  border-radius: 10px;
}
.alliance-list li:last-of-type .alliance-reason dl {
  display: flex;
  justify-self: center;
  align-items: center;
  width: 90%;
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px #efefef;
}
.alliance-list li:last-of-type .alliance-reason dl dt {
  text-align: center;
  font-size: 1.875rem;
  color: #FFF;
  font-weight: bold;
  width: 70px;
  padding: 25px;
  box-sizing: border-box;
  background: #4E73B1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.alliance-list li:last-of-type .alliance-reason dl dd {
  padding: 0 8px 0 25px;
  line-height: 1.4;
}
.alliance-cont {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.alliance-cont-txt {
  line-height: 1.4;
  text-align: center;
}
.alliance-cont-txt > figure {
  width: 50%;
  margin: 12px auto;
}
.alliance-cont-txt p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #868686;
}
.alliance-cont-txt h5 {
  font-size: 1.875rem;
}
.alliance-cont-txt h5 span {
  font-size: 3.125rem;
}
@media (max-width: 959px){
  #alliance {
    padding: 70px 0 30px;
  }
  .alliance-list > li:first-of-type > figure {
    position: absolute;
    top: -75px;
    right: -20px;
    width: 100%;
    max-width: 320px;
  }
  .alliance-ttl::before {
    position: absolute;
    content: "";
    background-image: url(../images/principal/ttl-alliance.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -40px;
    left: 0px;
    width: 230px;
    height: 104px;
    z-index: -1;
  }

	.alliance-list li:first-of-type ul {
    margin: 40px auto 25px;
  }
  .alliance-list li:first-of-type ul li {
    width: 47%;
    padding: 15px 20px;
    margin-bottom: 25px;
  }
  .alliance-cont-txt p ,
  .alliance-cont-txt h5 {
    font-size: 1rem;
  }
  .alliance-cont-txt h5 span {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  #alliance {
    overflow-x: hidden;
    padding: 70px 0 35px;
  }
  .alliance-list li {
    padding: 40px 0;
  }
  .alliance-list li:first-of-type ul li img {
    width: auto;
    max-width: 130px;
    height: 100%;
    max-height: 80px;
    padding-bottom: 8px;
    margin: 0 auto;
    display: block;
  }
  .alliance-list li:first-of-type ul li {
    width: 47%;
    padding: 14px 16px;
    margin-bottom: 20px;
  }
  .alliance-list li:first-of-type ul li h5 span {
    font-size: 1.125rem;
  }
  .alliance-list li:first-of-type ul li h5 span span {
    font-size: 0.875rem;
  }
  .alliance-list li:first-of-type ul li p {
    font-size: 0.875rem;
    padding: 8px 0;
  }
  .alliance-list > li:first-of-type > figure {
    position: absolute;
      top: -5px;
      right: -10px;
      width: 100%;
      max-width: 200px;
  }
  .alliance-list > li:first-of-type > p:last-of-type {
    font-size: 1.25rem;
  }
  .alliance-list li:first-of-type p:last-of-type span {
    font-size: 1.75rem;
  }
  .alliance-list li .alliance-list-ttl {
    margin-bottom: 30px;
  }
  .alliance-list li:first-of-type .alliance-list-ttl {
    margin: 100px 0 25px;
  }
  .alliance-list li:last-of-type .alliance-ptnr_img {
    margin: 35px 0 20px;
  }
  .alliance-list li .alliance-list-txt {
    width: 100%;
    font-size: 0.875rem;
    padding-left: 0;
  }
  .alliance-list li:last-of-type .alliance-ptnr_img {
    margin-bottom: 30px;
  }
  .alliance-list li:last-of-type .alliance-reason {
    width: calc(100% + 22px);
    margin: 0 -11px;
    margin-bottom: 25px;
    padding: 40px 22px;
  }
  .alliance-list li:last-of-type .alliance-reason dl {
    display: flex;
    justify-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .alliance-list li:last-of-type .alliance-reason dl dd {
    padding: 0 6px 0 15px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .alliance-list li:last-of-type .alliance-reason-ttl h4 {
    line-height: 1.6;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  .alliance-list li:last-of-type .alliance-reason-ttl h4::before {
    position: absolute;
    content: "";
    width: 4em;
    top: 32%;
    left: -12%;
    transform: translateY(-50%);
  }
  .alliance-list li:last-of-type .alliance-reason-ttl h4::after {
    position: absolute;
    content: "";
    width: 4em;
    top: 32%;
    right: -12%;
    transform: translateY(-50%);
  }
  .alliance-cont > figure {
    width: 100%;
    max-width: 110px;
  }
  .alliance-cont-txt h5 span {
    font-size: 1.5rem;
  }
}
@media (max-width: 374px) {
  .alliance-cont-txt p ,
  .alliance-cont-txt h5 {
    font-size: 0.875rem;
  }
  .alliance-list li:first-of-type ul li img {
    max-width: 115px;
  }
  .alliance-list li:first-of-type ul li h5 {
    font-size: 0.85rem;
  }
  .alliance-list li:first-of-type ul li h5 span {
    font-size: 0.9rem;
  }
  .alliance-list > li:first-of-type > p:last-of-type {
    font-size: 1.125rem;
  }
  .alliance-list li:first-of-type p:last-of-type span {
    font-size: 1.675rem;
  }
  .alliance-list li:last-of-type .alliance-reason dl dd {
    padding: 0 4px 0 10px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .alliance-list li:last-of-type .alliance-reason-ttl h4 {
    font-size: 1.375rem;
    padding-bottom: 8px;
  }
}