@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.strength
------------------------------ */
.page_head {
  padding: 0;
  height: 400px;
  margin: 0;
  padding-top: 55px;
  background: url(../img/strength/strength_bg01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page_head {
    height: 250px;
    padding-top: 30px;
  }
}
.page_head::before {
  display: none;
}
.page_head .outer {
  text-align: center;
}
.page_head .page_ttl {
  text-align: center;
}
.page_head .page_ttl::before, .page_head .page_ttl::after {
  display: none;
}
.page_head .page_ttl .en {
  color: #0077C3;
}
.page_head .page_ttl .page_txt {
  color: #31363a;
}

.strength {
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .strength {
    padding: 0 0 60px;
  }
}
.strength .wrap {
  position: relative;
  z-index: 2;
}
.strength .strength_lead {
  margin-top: -133px;
}
@media screen and (max-width: 768px) {
  .strength .strength_lead {
    margin-top: -60px;
  }
}
.strength .strength_lead .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 134px;
  background: #fff;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .strength .strength_lead .ttl {
    font-size: 2rem;
    height: 60px;
  }
}
.strength .strength_lead .flex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 57px;
  padding: 35px 0 28px;
}
@media screen and (max-width: 900px) {
  .strength .strength_lead .flex {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_lead .flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 15px 8% 15px;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_lead .flex .logo {
    width: 120px;
  }
}
.strength .strength_lead .flex::before, .strength .strength_lead .flex::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 44px;
  height: 100%;
  background: url(../img/common/bg_dot01.png) repeat left top;
  background-size: 4px;
}
@media screen and (max-width: 768px) {
  .strength .strength_lead .flex::before, .strength .strength_lead .flex::after {
    width: 3%;
  }
}
.strength .strength_lead .flex::before {
  left: 0;
}
.strength .strength_lead .flex::after {
  right: 0;
}
.strength .strength_ttl_box {
  position: relative;
}
.strength .strength_ttl_box .strength_ttl {
  text-align: center;
  font-size: 2.4rem;
  color: #0077C3;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .strength .strength_ttl_box .strength_ttl {
    font-size: 1.8rem;
  }
}
.strength .strength_ttl_box .strength_en_ttl {
  position: absolute;
  bottom: 0;
  font-size: 6.4rem;
  color: #99A7B2;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .strength .strength_ttl_box .strength_en_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_ttl_box .strength_en_ttl {
    position: relative;
    font-size: 1.4rem;
    text-align: center;
  }
}
.strength .strength_flow {
  margin-top: 60px;
}
.strength .strength_flow .strength_ttl_box {
  background: #EBF8F8;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .strength .strength_flow .strength_ttl_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 112px;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_flow .strength_ttl_box {
    padding: 10px 0;
    margin-bottom: 30px;
  }
}
.strength .strength_flow .strength_ttl_box .strength_en_ttl {
  right: 47px;
  bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .strength .strength_flow .strength_ttl_box .strength_en_ttl {
    right: 2%;
    bottom: 40px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_flow .strength_ttl_box .strength_en_ttl {
    right: 0;
    bottom: 0;
    margin-top: 5px;
  }
}
.strength .strength_flow .flow_list {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .strength .strength_flow .flow_list {
    flex-direction: column;
  }
}
.strength .strength_flow .flow_list::before {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 80%;
  height: 6px;
  background: #15B9D4;
}
@media screen and (max-width: 900px) {
  .strength .strength_flow .flow_list::before {
    display: none;
  }
}
.strength .strength_flow .flow_list .flow_item {
  position: relative;
  z-index: 2;
  width: 23%;
  max-width: 240px;
}
@media screen and (max-width: 900px) {
  .strength .strength_flow .flow_list .flow_item {
    width: 100%;
    max-width: 100%;
    padding-left: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_flow .flow_list .flow_item {
    padding-left: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .strength .strength_flow .flow_list .flow_item::before {
    position: absolute;
    top: 0;
    left: 32px;
    margin: auto;
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background: #15B9D4;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_flow .flow_list .flow_item::before {
    top: 0;
    width: 2px;
    left: 18px;
  }
}
@media screen and (max-width: 900px) {
  .strength .strength_flow .flow_list .flow_item:last-child {
    padding-bottom: 0;
  }
}
.strength .strength_flow .flow_list .flow_item:last-child::before {
  display: none;
}
.strength .strength_flow .flow_list .flow_item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 33px;
  background: #15B9D4;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .strength .strength_flow .flow_list .flow_item .num {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_flow .flow_list .flow_item .num {
    width: 35px;
    height: 35px;
    font-size: 2rem;
  }
}
.strength .strength_flow .flow_list .flow_item .ttl {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.6;
  font-weight: 900;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .strength .strength_flow .flow_list .flow_item .ttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 900px) {
  .strength .strength_flow .flow_list .flow_item .ttl {
    display: flex;
    align-items: center;
    min-height: 70px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_flow .flow_list .flow_item .ttl {
    display: block;
    min-height: 0;
    font-size: 1.6rem;
  }
}
.strength .strength_flow .flow_list .flow_item .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .strength .strength_flow .flow_list .flow_item .txt {
    font-size: 1.3rem;
  }
}
.strength .strength_flow .flow_list .flow_item .note {
  margin-top: 24px;
  padding-left: 1.25em;
  text-indent: -1.25em;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .strength .strength_flow .flow_list .flow_item .note {
    margin-top: 10px;
  }
}
.strength .service {
  position: relative;
  margin-top: 90px;
}
.strength .service::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 170px);
  background: #EBF8F8;
}
.strength .service .strength_ttl_box {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.strength .service .strength_ttl_box .strength_en_ttl {
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .strength .service .strength_ttl_box .strength_en_ttl {
    bottom: -10px;
  }
}
.strength .service .service_ttl_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
  height: 294px;
  background: url(../img/strength/strength_bg02.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .strength .service .service_ttl_box {
    height: 200px;
    margin-bottom: 40px;
    background: url(../img/strength/strength_bg02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.strength .service .service_ttl_box .service_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 537px;
  height: 137px;
  background: #EBF8F8;
  font-size: 2rem;
  font-weight: 900;
  color: #0077C3;
}
@media screen and (max-width: 768px) {
  .strength .service .service_ttl_box .service_ttl {
    width: 80%;
    max-width: 300px;
    height: 80px;
    margin-bottom: -40px;
    font-size: 1.6rem;
  }
}
.strength .service .service_ttl_box .service_ttl .logo {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .strength .service .service_ttl_box .service_ttl .logo {
    width: 120px;
    margin-bottom: 8px;
  }
}
.strength .service .service_box {
  position: relative;
  z-index: 2;
  padding: 40px 0 76px;
}
@media screen and (max-width: 768px) {
  .strength .service .service_box {
    padding: 30px 0;
  }
}
.strength .service .service_box .service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}
@media screen and (max-width: 1000px) {
  .strength .service .service_box .service_list {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .strength .service .service_box .service_list {
    gap: 10px;
  }
}
.strength .service .service_box .service_list .service_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(25% - 19px);
  background: #fff;
  border: 1px solid #15B9D4;
}
@media screen and (max-width: 1000px) {
  .strength .service .service_box .service_list .service_list_item {
    width: calc(33.3333% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .strength .service .service_box .service_list .service_list_item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 450px) {
  .strength .service .service_box .service_list .service_list_item {
    width: 100%;
  }
}
.strength .service .service_box .service_list .service_list_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
}
.strength .service .service_box .service_list .service_list_item .en {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  color: #0077C3;
}
@media screen and (max-width: 768px) {
  .strength .service .service_box .service_list .service_list_item .en {
    font-size: 2.6rem;
  }
}
.strength .service .service_box .service_list .service_list_item .txt {
  margin-top: 5px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .strength .service .service_box .service_list .service_list_item .txt {
    font-size: 1rem;
  }
}
.strength .service .service_box .btn {
  margin-top: 25px;
}
.strength .service .service_box .btn a {
  font-size: 1.8rem;
  font-weight: 600;
}
.strength .strength_list {
  position: relative;
  z-index: 2;
  margin-top: -47px;
  padding: 20px 36px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .strength .strength_list {
    margin: 0;
    padding: 20px 0 0;
  }
}
.strength .strength_list .strength_item {
  padding: 20px 0;
  border-bottom: 1px solid #99A7B2;
}
.strength .strength_list .strength_item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 93px;
  gap: 10px;
  padding: 0 60px 0 40px;
}
@media screen and (max-width: 1050px) {
  .strength .strength_list .strength_item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-right: 90px;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_list .strength_item a {
    padding: 0 0 0 20px;
  }
}
.strength .strength_list .strength_item a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 17px;
  height: 100%;
  background: #0077C3;
}
@media screen and (max-width: 768px) {
  .strength .strength_list .strength_item a::before {
    width: 5px;
  }
}
.strength .strength_list .strength_item:nth-child(1) a::before {
  background: #12B293;
}
.strength .strength_list .strength_item:nth-child(3) a::before {
  background: #F9BE00;
}
.strength .strength_list .strength_item:nth-child(4) a::before {
  background: #2E3FBC;
}
.strength .strength_list .strength_item:nth-child(5) a::before {
  background: #4B5151;
}
.strength .strength_list .strength_item:nth-child(6) a::before {
  background: #0F6DB5;
}
.strength .strength_list .strength_item .logo_box {
  flex-shrink: 0;
}
@media screen and (max-width: 1050px) {
  .strength .strength_list .strength_item .logo_box {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_list .strength_item .logo_box .logo {
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength_list .strength_item .logo_box .logo img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .strength .strength_list .strength_item .ttl_box {
    order: 2;
    margin-top: 10px;
  }
}
.strength .strength_list .strength_item .ttl_box .ttl {
  font-size: 3.2rem;
  font-weight: 900;
  color: #99A7B2;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .strength .strength_list .strength_item .ttl_box .ttl {
    font-size: 2.4rem;
  }
}
.strength .strength_list .strength_item .ttl_box .ttl.min {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .strength .strength_list .strength_item .ttl_box .ttl.min {
    font-size: 2rem;
  }
}
.strength .strength_list .strength_item .ttl_box .txt {
  margin-top: 10px;
  font-size: 1.4rem;
}
.strength .strength_list .strength_item .btn_txt {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .strength .strength_list .strength_item .btn_txt {
    position: relative;
    top: 0;
    order: 3;
    margin-right: 0;
    margin-top: 10px;
  }
}
.strength .strength_list .strength_item .btn_txt .ico {
  display: flex;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-left: 12px;
  background: url(../img/common/ico_arw01.svg) no-repeat center center;
}
.strength .bnr {
  padding: 0 36px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .strength .bnr {
    padding: 0;
    margin: 30px -6vw 0;
  }
}