@charset "utf-8";
/* CSS Document */
main{
	background-color: #F8F8F8;
  padding-bottom: 100px;
}

.products_bg{
	background-image: url("../img/product-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
  position: relative;
}
.title_bg{
	background: transparent linear-gradient(112deg, #1625A8 0%, #0C145C 100%) 0% 0% no-repeat padding-box;
  position: absolute;
	bottom: -75px;
}
.sec_menu_list{
	max-width: 1024px;
    width: 90%;
	margin: auto;
	display: flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: 50px;
}
.sec_menu_list a {
    width: 224px;
    background: #148DF4;
    font-weight: bold;
    color: #fff;
	position: relative;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_menu_list a::after{
    content: url("../img/b_allow.png");
    position: absolute;
    right: 22px;
}


/* ==========================
アクセスマップ
============================= */
.busi{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  padding-top: 60px;
  & .main_text{
    padding-bottom: 50px;
  }
  .title{
    color: #131F8E;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
    &::before{
      content: "";
      background: #131F8E;
      display: block;
      height: 2px;
      flex-grow: 1;
    }
    &::after{
      content: "";
      background: #131F8E;
      display: block;
      height: 2px;
      flex-grow: 1;
    }
  }
  & h3{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .busi_flex{
    display: flex;
    justify-content: center;
    gap: 43px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
    & p{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
      font-size: 18px;
      font-weight: bold;
    }
  }
  & .main_img{
    text-align: center;
  }
  & .bo_link{
    border: #131F8E 3px solid;
    border-radius: 80px 0;
    height: 160px;
    color: #131F8E;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    transition: .3s;
  }
  & .bo_link2{
    border: #131F8E 3px solid;
    border-radius: 80px 0;
    height: 160px;
    color: #191F56;
    font-weight: bold;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
    flex-direction: column;
    margin-bottom: 70px;
    transition: .3s;
    gap: 10px;
    & .span_indent{
      text-indent: -1em;
      padding-left: 1em;
      display: block;
      font-size: 16px;
      font-weight: 500;
    }
  }
  .bo_link3{
    border: #131F8E 3px solid;
    border-radius: 80px 0;
    height: 160px;
    color: #131F8E;
    font-weight: bold;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    transition: .3s;
  }
  & .bo_link:hover,
    .bo_link2:hover,
    .bo_link3:hover{
      opacity: 1;
      background: #131F8E;
      color: #fff;
      transition: .3s;
  }

  .office_flex{
    display: flex;
    gap: 40px;
    justify-content: center;
    padding-top: 40px;
    & .text{
      max-width: 552px;
      width: 100%;
      background: #fff;
      height: 386px;
      display: flex;
      flex-direction: column;
      padding: 40px;
      box-sizing: border-box;
    }
  }
}


/* 固有のスマホ対応記述
==============================================================================
==============================================================================*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){

  .sec_menu_list li{
    max-width: calc(50% - 10px);
    width: 190px;
    & a{
      width: 100%;
    }
  }

  main{
    padding-bottom: 60px;
  }
  
  .busi {
    .busi_flex {
        flex-wrap: wrap;
        gap: 10px;
        & p{
          max-width: calc(50% - 10px);
          width: 190px;
          gap: 10px;
          font-size: 16px;
        }
    }
    & .bo_link{
      font-size: 15px;
      padding: 40px 3%;
      height: auto;
      box-sizing: border-box;
    }
    & .bo_link2{
      font-size: 20px;
      padding: 40px 3%;
      line-height: 1.6;
      height: auto;
      box-sizing: border-box;
    }
    & .bo_link3{
      font-size: 20px;
      padding: 50px 3%;
      line-height: 1.6;
      height: auto;
      box-sizing: border-box;
    }

    & .office_flex{
      flex-direction: column;
      align-items: center;
      gap: 0;
      & .text{
        padding: 20px 5%;
        height: auto;
      }
    }
  }

.products_bg {
    background-position: center;
}
}
