@charset "UTF-8";
@media screen and (min-width: 1000px), print {
  .main_content {
    margin-bottom: 0;
  }
  .main_content .category_area {
    margin-bottom: 245px;
  }
}

.about_content {
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .about_content {
    padding-bottom: 280px;
  }
  .about_content::before {
    width: 1600px;
    height: calc(100% + 280px);
    content: "";
    display: block;
    position: absolute;
    top: -245px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-right: 640px solid #f5f7fc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1650px) and (min-width: 1000px) {
  .about_content::before {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* 共通 */
@media screen and (max-width: 999px) {
  .about_h3 {
    width: auto;
    position: absolute;
    height: 46px;
    top: -23px;
  }
  .about_h3 img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 550px) {
  .about_h3 {
    height: 30px;
    top: -15px;
  }
}

@media screen and (max-width: 370px) {
  .about_h3 {
    height: 28px;
    top: -14px;
    left: 10px;
  }
}

@media screen and (max-width: 999px) {
  .about_box {
    background-color: #f5f7fc;
    position: relative;
    width: 100%;
    min-height: 250px;
    display: block;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 9.2px 0.8px rgba(73, 73, 73, 0.22);
            box-shadow: 0px 0px 9.2px 0.8px rgba(73, 73, 73, 0.22);
  }
}

.about_box .about_h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1c2148;
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 999px) {
  .about_box .about_h4 {
    padding-bottom: 15px;
  }
}

.about_box .about_h4::after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background-color: #355aba;
  margin-top: 25px;
}

@media screen and (max-width: 999px) {
  .about_box .about_h4::after {
    font-size: 20px;
    height: 2px;
    margin-top: 12px;
  }
}

.about_box .about_text {
  font-size: 16px;
  font-weight: 700;
  color: #1c2148;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .about_box .about_text {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 999px) {
  .about_box .about_btn {
    text-align: center;
  }
}

.about_box .about_btn a {
  display: inline-block;
  color: #fff;
  padding: 16px 50px;
  background-color: #1c2148;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.about_box .about_btn a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
  margin-bottom: 3px;
}

@media screen and (max-width: 999px) {
  .about_box .about_btn a {
    font-size: 12px;
    padding: 14px 40px;
  }
}

.about_box .about_btn a:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #253080;
}

/* 個別 */
.company_area {
  width: 100%;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1000px), print {
  .company_area {
    height: 720px;
    margin-bottom: 225px;
    background: url(/about/img/company_bg.jpg) center center/cover no-repeat fixed;
    background-size: cover;
  }
}

@media screen and (max-width: 999px) {
  .company_area {
    margin-bottom: 100px;
    padding-top: 140px;
  }
  .company_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 350px;
    background: url(/about/img/company_bg.jpg) no-repeat center center/cover;
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 1000px), print {
  .company_area .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1000px), print {
  .company_area .about_h3 {
    width: 740px;
    position: absolute;
    top: -52px;
  }
  .company_area .about_h3 img {
    width: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .company_area .about_box {
    margin-top: 480px;
    position: relative;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

.company_area .about_box_wrapper {
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 1000px), print {
  .company_area .about_box_wrapper {
    padding-top: 75px;
    padding-left: 100px;
    width: 700px;
  }
  .company_area .about_box_wrapper::before {
    width: 1600px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-right: 640px solid #f5f7fc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 20;
  }
}

@media screen and (max-width: 1650px) and (min-width: 1000px) {
  .company_area .about_box_wrapper::before {
    width: 100vw;
  }
}

@media screen and (max-width: 1240px) and (min-width: 1000px) {
  .company_area .about_box_wrapper::before {
    right: -25px;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 999px) {
  .company_area .about_box_wrapper {
    padding: 20px;
  }
}

.company_area .about_box_wrapper .about_h4 {
  position: relative;
  z-index: 25;
}

.company_area .about_box_wrapper .about_text {
  position: relative;
  z-index: 25;
}

.company_area .about_box_wrapper .company_btn {
  z-index: 25;
}

@media screen and (min-width: 1000px), print {
  .company_area .about_box_wrapper .company_btn {
    position: absolute;
    top: 75px;
    right: 0;
  }
}

@media screen and (min-width: 1000px), print {
  .company_area .about_box::before {
    content: "";
    display: block;
    width: 100vw;
    height: 242px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
  }
}

.introduction_area {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  margin-bottom: 250px;
}

@media screen and (max-width: 1650px) {
  .introduction_area {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .introduction_area {
    margin-bottom: 100px;
    padding-top: 140px;
  }
}

@media screen and (min-width: 1000px), print {
  .introduction_area .about_h3 {
    width: 1100px;
    z-index: 15;
    position: relative;
    margin-bottom: 30px;
  }
  .introduction_area .about_h3 img {
    width: 100%;
  }
}

@media screen and (max-width: 1650px) {
  .introduction_area .about_h3 {
    width: 92%;
  }
}

@media screen and (min-width: 1000px), print {
  .introduction_area .container {
    position: relative;
  }
}

.introduction_area .introduction_image01 {
  width: 800px;
  position: absolute;
  right: 0;
  top: -17px;
}

.introduction_area .introduction_image01 img {
  width: 100%;
}

@media screen and (max-width: 1650px) {
  .introduction_area .introduction_image01 {
    width: 50%;
    height: 640px;
  }
  .introduction_area .introduction_image01 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

@media screen and (max-width: 999px) {
  .introduction_area .introduction_image01 {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    font-family: 'object-fit: cover;';
  }
}

@media screen and (min-width: 1000px), print {
  .introduction_area .about_box {
    width: 700px;
    padding: 65px 80px 100px;
    background-color: #f5f7fc;
    position: relative;
  }
}

@media screen and (min-width: 1000px), print {
  .introduction_area .about_box .introduction_btn {
    position: absolute;
    top: 65px;
    right: 100px;
  }
}

.introduction_area .introduction_image02_pc {
  width: 300px;
  margin-top: -45px;
  margin-left: -40px;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(37, 63, 114, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(37, 63, 114, 0.1);
}

.introduction_area .introduction_image02_pc img {
  width: 100%;
}

.introduction_area .introduction_image02_sp {
  width: 80%;
  max-width: 420px;
  position: relative;
  z-index: 20;
  margin: 0 auto 20px;
}

.introduction_area .introduction_image02_sp img {
  width: 100%;
}

.office_area {
  width: 100%;
  position: relative;
  margin-bottom: 177px;
}

@media screen and (max-width: 999px) {
  .office_area {
    margin-bottom: 100px;
    padding-top: 140px;
  }
}

.office_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 450px;
}

@media screen and (min-width: 1000px), print {
  .office_area::before {
    background: url(/about/img/office_bg.jpg) center center/cover no-repeat fixed;
    background-size: cover;
  }
}

@media screen and (max-width: 999px) {
  .office_area::before {
    background: url(/about/img/office_bg_sp.jpg) center center/cover;
    height: 350px;
    position: absolute;
    top: 0;
  }
}

.office_area .container {
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .office_area .about_h3 {
    height: 103px;
    position: absolute;
    top: -502px;
    right: 0;
  }
  .office_area .about_h3 img {
    height: 100%;
  }
}

@media screen and (max-width: 999px) {
  .office_area .about_h3 {
    top: -163px;
    left: 25px;
  }
}

@media screen and (max-width: 550px) {
  .office_area .about_h3 {
    top: -155px;
  }
}

@media screen and (max-width: 370px) {
  .office_area .about_h3 {
    top: -154px;
    left: 10px;
  }
}

.office_area .about_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.office_area .about_box_wrapper {
  width: 50%;
  position: relative;
  padding-right: 100px;
}

@media screen and (max-width: 1280px) {
  .office_area .about_box_wrapper {
    padding-right: 0;
  }
}

@media screen and (max-width: 999px) {
  .office_area .about_box_wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .office_area .about_box_wrapper .about_h4 {
    margin-top: 55px;
  }
}

.office_area .about_box .office_image_pc {
  width: 500px;
  margin-top: -50px;
}

@media screen and (max-width: 1280px) {
  .office_area .about_box .office_image_pc {
    width: 45%;
  }
}

.office_area .about_box .office_image_pc img {
  width: 100%;
}

.office_area .about_box .office_image_sp {
  width: 80%;
  max-width: 420px;
  margin: 0 auto 20px;
}

.office_area .about_box .office_image_sp img {
  width: 100%;
}

@media screen and (min-width: 1000px), print {
  .office_area .about_box .office_btn {
    position: absolute;
    top: 65px;
    right: 100px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1280px) {
  .office_area .about_box .office_btn {
    right: 0;
  }
}

.access_area {
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 999px) {
  .access_area {
    padding-top: 140px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1000px), print {
  .access_area .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1000px), print {
  .access_area .about_h3 {
    height: 103px;
    margin-top: 90px;
    margin-left: -65px;
  }
}

@media screen and (max-width: 1250px) {
  .access_area .about_h3 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 999px) {
  .access_area .about_h3 {
    margin-left: 0;
    margin-top: 0;
  }
}

.access_area .about_h3 img {
  height: 100%;
}

.access_area .access_left {
  width: 700px;
}

.access_area .access_left img {
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .access_area .access_left {
    width: 40%;
  }
}

@media screen and (max-width: 999px) {
  .access_area .access_left {
    width: 100vw;
    height: 350px;
    margin-left: -25px;
    position: absolute;
    top: 0;
  }
  .access_area .access_left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

.access_area .access_right {
  width: 500px;
}

@media screen and (max-width: 1250px) {
  .access_area .access_right {
    width: 60%;
  }
}

@media screen and (max-width: 999px) {
  .access_area .access_right {
    width: 100%;
  }
}

.access_area .access_wrapper .about_box {
  padding-top: 65px;
  padding-left: 70px;
}

@media screen and (max-width: 1250px) {
  .access_area .access_wrapper .about_box {
    padding-top: 15px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1000px), print {
  .access_area .access_wrapper .about_box .about_text {
    margin-bottom: 50px;
  }
}

.access_area .access_wrapper .access_image02_pc {
  width: 400px;
  position: absolute;
  bottom: -60px;
  margin-left: -90px;
}

@media screen and (max-width: 1250px) {
  .access_area .access_wrapper .access_image02_pc {
    width: 30%;
    bottom: -70px;
  }
}

.access_area .access_wrapper .access_image02_pc img {
  width: 100%;
}

.access_area .access_wrapper .access_image02_sp {
  width: 80%;
  max-width: 420px;
  margin: 0 auto 20px;
}

.access_area .access_wrapper .access_image02_sp img {
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .access_area .access_wrapper .access_btn {
    text-align: center;
  }
}
