/*===================================
	#main_visual
===================================*/
#main_visual {
  position: relative;
  background-color: #004e98;
}
#main_visual::after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 100%;
  background-image: url("../img/mv_about.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% top;
  position: absolute;
  top: 0;
  right: 0;
}
#main_visual .main_title {
  display: flex;
}
#main_visual .main_title h1 {
  width: 50%;
  padding: 4vw 0;
  text-align: center;
  position: relative;
}
#main_visual .main_title h1::after {
  content: '';
  display: inline-block;
  width: 7vw;
  height: 120%;
  background: #004f98;
  transform: rotate(-8deg);
  position: absolute;
  bottom: -4vw;
  right: -4vw;
  z-index: 1;
}
#main_visual .main_title h1 img {
  width: 70%;
  height: auto;
}

@media (max-width: 767px) {
  #main_visual {
    margin-bottom: 20%;
  }
  #main_visual::after {
    width: 90%;
    background-size: contain;
    background-position: center top;
    position: absolute;
    top: 70%;
  }
  #main_visual .main_title {
    flex-direction: column;
  }
  #main_visual .main_title h1 {
    width: 100%;
    padding: 10vw 0 40%;
    text-align: left;
  }
  #main_visual .main_title h1::after {
    display: none;
  }
	
	#main_visual .main_title h1 img {
	  width: 100%;
	}
}
.about .inner_sm {
  padding: 0 30px;
}
.about .sec_ttl {
  background: linear-gradient(74deg, #004e98 0%, #004e98 70%, transparent 70%, transparent 100%);
  color: #fff;
  position: absolute;
  top: -50px;
  width: 100%;
}
.about .sec_ttl .row {
  padding: 1.3em 30px;
  width: 100%;
}
.about .sec_ttl span {
  font-size: 16px;
}
.about .sec_ttl h2 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}
.about #sec_01 {
  padding: 50px 0 60px;
  margin-bottom: 40px;
}
.about #sec_01 .lead {
  font-size: 16px;
}
.about #sec_02 {
  padding: 80px 0 60px;
  font-size: 14px;
  line-height: 1.8;
  background: #EDF4FE;
  position: relative;
}
.about #sec_02 .sec_ttl {
  background: linear-gradient(74deg, #004e98 0%, #004e98 90%, transparent 90%, transparent 100%);
}
.about #sec_02 .engineerfirst {
  background: #FFFFFF;
  margin: 30px auto 60px;
  padding: 1.5rem;
  text-align: center;
  width: fit-content;
  position: relative;
}
.about #sec_02 .engineerfirst::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 30px 0 30px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.about #sec_02 .engineerfirst .fw-bold {
  font-size: 1.1em;
}
.about #sec_02 .engineerfirst span.orange {
  color: #EF9300;
}
.about #sec_02 .card {
  border-color: #004e98;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.about #sec_02 .card:last-child {
  margin-bottom: 0;
}
.about #sec_02 .card-body .card_title {
  margin: .5em 0 1em;
  padding: .5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about #sec_02 .card-body .card_title ._icon {
  display: none;
}
.about #sec_02 .card-body .card_title h3 {
  display: inline-block;
  color: #004e98;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.about #sec_02 .card_img {
  margin-top: 30px;
}
.about #sec_02 .card_img .img_title {
  margin-bottom: 1rem;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.about #sec_02 a.btn_support {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  max-width: 26em;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 2em;
  background-color: #EF9300;
  border-radius: 4px;
  transition: all .3s;
  position: relative;
}
.about #sec_02 a.btn_support:hover {
  background-color: #E17603;
}
.about #sec_02 a.btn_support::after {
  content: url("../img/chevron-double-right.svg");
  display: block;
  width: 1em;
  height: auto;
  position: absolute;
  top: 54%;
  right: .5em;
  transform: translateY(-50%);
}
.about #sec_cta {
  padding: 50px 0 100px;
  background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 50 50' preserveAspectRatio='none'%3e%3cpath fill='%23eeeeee' d='M-25-25v100h100v-100z'/%3e%3cpath fill='%23dddddd' fill-rule='evenodd' d='M25 15a10 10 0 0 1 0 20a10 10 0 0 1 0-20'/%3e%3c/svg%3e");
}
.about #sec_cta .cta_box {
  background: #FFFFFF;
  padding: 2rem;
  font-size: 14px;
  line-height: 1.8;
}
.about #sec_cta .cta_box .h5 {
  text-align: center;
  color: #004e98;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.about #sec_cta .cta_box .row {
  margin: 30px auto 0;
}
.about #sec_cta .cta_box a {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  padding: .8em 2em;
  background-color: #EF9300;
  border-radius: 4px;
  transition: all .3s;
  position: relative;
}
.about #sec_cta .cta_box a::after {
  content: url("../img/chevron-double-right.svg");
  display: block;
  width: 1em;
  height: auto;
  position: absolute;
  top: 54%;
  right: .8em;
  transform: translateY(-50%);
}
.about #sec_cta .cta_box .col-md-6:first-child a {
  background-color: #42B3C0;
}

@media screen and (min-width: 768px) {
  .about .inner_sm {
    max-width: 1140px;
    margin: 0 auto;
  }
  .about .sec_ttl .row {
    align-items: center;
    max-width: 1140px;
    margin: auto;
    padding: 40px 0;
  }
  .about .sec_ttl span {
    font-size: 22px;
  }
  .about .sec_ttl h2 {
    font-size: 36px;
  }
  .about #sec_01 {
    padding: 80px 0;
    margin-bottom: 40px;
  }
  .about #sec_01 .lead {
    font-size: 20px;
  }
  .about #sec_02 {
    padding: 120px 0;
    font-size: 16px;
  }
  .about #sec_02 .engineerfirst {
    margin: 30px auto 80px;
    padding: 3rem 4rem;
  }
  .about #sec_02 .engineerfirst::after {
    border-width: 32px 50px 0 50px;
    bottom: -32px;
  }
  .about #sec_02 .engineerfirst .fw-bold {
    font-size: 1.4em;
  }
  .about #sec_02 .engineerfirst p {
    font-size: 1.1em;
  }
  .about #sec_02 .card {
    margin-bottom: 60px;
    padding: 0 2rem 2rem;
  }
  .about #sec_02 .card:last-child .row {
    align-items: center;
  }
  .about #sec_02 .card-body .card_title ._icon {
    display: block;
    width: 100px;
  }
  .about #sec_cta {
    padding: 80px 0 150px;
  }
  .about #sec_cta .cta_box {
    padding: 3rem 4rem;
    font-size: 16px;
  }
  .about #sec_cta .cta_box a {
    background-color: #EF9300;
    max-width: 350px;
    margin: 0 auto;
  }
  .about #sec_cta .cta_box a:hover {
    background-color: #E17603;
  }
  .about #sec_cta .cta_box .col-md-6:first-child a:hover {
    background-color: #4293C0;
  }
}
@media screen and (min-width: 992px) {
  .about #sec_02 .card {
    padding: 1rem 5rem 4rem;
  }
  .about #sec_02 .card-body .card_title h3 {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
