@charset "UTF-8";
.page_title::after {
  background-image: url(../img/about/about_main_img.jpg);
}
.page_title_inner .replace_img {
  height: 48px;
  background-image: url(../img/about/title_text.png);
}

@media screen and (max-width: 1024px) {
  .page_title::after {
    background-image: url(../img/about/about_main_img_sp.jpg);
  }
  .page_title_inner .replace_img {
    height: 32px
}
.grecaptcha-badge {
  display: none;
}
}
/* ========================================

message

======================================== */
.message {
  background-image: url(../img/about/message_bg.jpg);
  background-size: 1780px;
  background-position: center top;
}
.message_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.message .txt {
  font-size: 18px;
  line-height: 2.22;
}
.message .img {
  overflow: hidden;
  border-radius: 5px;
}
.message .box_text01 {
  width: 94%;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.message .box_text01 .title {
  width: 50%;
  max-width: 536px;
  margin-top: 56px;
  margin-right: 5.161%;
  margin-left: 1.45%;
}
.message .box_text01 .img {
  width: 40%;
  max-width: 400px;
  margin-right: 3.22%;
}
.message .box_text02 {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.message .box_text02 .txt {
  width: 90%;
  max-width: 580px;
}
.message .box_text02 .txt:first-of-type {
  margin-bottom: 40px;
}
.message .box_text02 .img02 {
  width: 71.428%;
  max-width: 500px;
  margin: 86px 8.57% 0 auto;
}
.message .box_text03 {
  width: 50%;
  padding-top: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.message .box_text03 .txt {
  width: 90%;
  max-width: 600px;
  margin-left: auto;
}
.message .box_text03 .img {
  width: 85.714%;
  max-width: 600px;
  margin-bottom: 80px;
  border-radius: 0 5px 5px 0;
}

@media screen and (min-width: 1400px) {
  .message .box_text03 .img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 800px) {
  .message {
    background-image: url(../img/about/message_bg_sp.jpg);
    background-size: 490px;
    background-position: left 50% top 100px;
  }
  .message_inner {
    padding: 82px 0 50px;
  }
  .message .txt {
    font-size: 16px;
    line-height: 2;
  }
  .message .img {
    overflow: hidden;
    border-radius: 5px;
  }
  .message .box_text01 {
    width: 85%;
    margin-bottom: 62px;
  }
  .message .box_text01 .title {
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
  }
  .message .box_text01 .img {
    display: none;
  }
  .message .box_text02 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message .box_text02 .txt {
    width: 85%;
    max-width: none;
    margin: 0 auto;
  }
  .message .box_text02 .txt:first-of-type {
    margin-bottom: 20px;
  }
  .message .box_text02 .img01 {
    width: 75%;
    max-width: none;
    margin: 40px auto 0 0;
    border-radius: 0 5px 5px 0;
  }
  .message .box_text02 .img02 {
    width: 62.5%;
    max-width: none;
    margin: -40px 0 0 auto;
    border: 2px solid #fff;
    border-right: 0;
    position: relative;
    border-radius: 5px 0 0 5px;
  }
  .message .box_text03 {
    width: 100%;
    padding-top: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message .box_text03 .txt {
    width: 85%;
    max-width: none;
    margin: 0 auto;
  }
  .message .box_text03 .img {
    display: none;
  }
}
/* ========================================

greeting

======================================== */
.greeting {
  font-size: 16px;
  line-height: 2.125;
  /* margin-bottom: -69px; */
}
.greeting .sign {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
}
.greeting .sign .name {
  font-size: 16px;
  margin-left: 26px;
}
.greeting .sign .name span {
  text-align: center;
  display: block;
}
.greeting .sign .name .en {
  font-size: 14px;
  margin-bottom: 8px;
}
.greeting .sign .name .jp {
  font-size: 28px;
  font-weight: 300;
}
.greeting_intro {
  /* padding-bottom: 200px; */
  background: linear-gradient(to bottom right, #99d3df, #88bbd6);
  color: #fff;
  max-width: 100%;
  min-height: 620px;
  position: relative;
  margin-top: 90px;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.greeting_intro_title {
  width: 40%;
  max-width: 520px;
  margin-right: 6.42%;
  margin-bottom: 90px;
  position: absolute;
  right: 50%;
  top: 115px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.greeting_intro_title .title {
  max-width: 164px;
}
.greeting_intro_title .en {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.greeting_intro_title .en::before {
  width: 70px;
  height: 2px;
  content: '';
  display: block;
  vertical-align: top;
  margin: 0 20px 0 16px;
  background-image: url(../img/common/ptn_tile_white.png);
  background-repeat: repeat;
  background-size: 3px;
}
.greeting_intro .sign {
  /* display: none; */
}
.greeting_intro .box_text {
  width: 40%;
  max-width: 520px;
  margin-right: 6.42%;
  padding: 146px 0 40px 20px;
}
.greeting_intro .box_text .txt:not(:last-of-type) {
  margin-bottom: 30px;
}
.greeting_intro .img {
  width: 50%;
  height: 620px;
  max-width: 700px;
  overflow: hidden;
  position: relative;
}
.greeting_intro .img::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
}
.greeting_intro .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 60%;
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
}
.greeting_contents {
  color: #0098bc;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.greeting_contents .box_img {
  width: 40%;
  max-width: 560px;
  margin-top: -8.57vw;
}
.greeting_contents .img01 {
  width: 89.285%;
  max-width: 500px;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.greeting_contents .img01::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
}
.greeting_contents .img01 img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 60%;
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
}
.greeting_contents .img02 {
  width: 64.285%;
  max-width: 360px;
  position: relative;
  margin: -42px 0 0 auto;
}
.greeting_contents .box_text {
  width: 45%;
  max-width: 620px;
  margin-right: 10%;
  padding-top: 80px;
}
.greeting_contents .box_text .txt:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (min-width: 1400px) {
  .greeting_intro::after {
    width: calc(50vw + 40%);
  }
  .greeting_contents .box_img {
    margin-top: -120px;
  }
}
@media screen and (max-width: 1000px) {
  .greeting_intro_title {
    display: block;
  }
  .greeting_intro_title .en {
    margin-top: 24px;
  }
  .greeting_intro_title .en::before {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .greeting {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 100px;
  }
  .greeting_intro {
    position: relative;
    margin-top: 50px;
    padding: 42px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .greeting_intro::after {
    width: 100%;
    height: 100%;
    max-height: 320px;
    right: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .greeting_intro_title {
    text-align: center;
    width: 90%;
    max-width: none;
    margin: 0 auto;
    margin-bottom: 46px;
    position: relative;
    right: auto;
    top: auto;
    padding-left: 0;
    display: block;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .greeting_intro_title .title {
    max-width: 105px;
    margin: 0 auto;
  }
  .greeting_intro_title .en {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 18px;
  }
  .greeting_intro_title .en::before {
    display: none;
  }
  .greeting_intro .sign {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .greeting_intro .sign .position span {
    border-bottom: 1px solid #0098bc;
  }
  .greeting_intro .box_text {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    padding: 30px 0 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .greeting_intro .box_text .txt:not(:last-of-type) {
    margin-bottom: 26px;
  }
  .greeting_intro .img {
    width: 90%;
    height: auto;
    max-width: none;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .greeting_intro .img::before {
    display: none;
  }
  .greeting_intro .img img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .greeting_contents {
    color: #0098bc;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .greeting_contents .sign {
    display: none;
  }
  .greeting_contents .box_img {
    width: 100%;
    max-width: none;
    margin-top: 0;
    position: relative;
  }
  .greeting_contents .img01 {
    width: 62.5%;
    max-width: none;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .greeting_contents .img01::before {
    display: none;
  }
  .greeting_contents .img01 img {
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .greeting_contents .img02 {
    width: 45%;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: -28px 0 0 auto;
    border: 2px solid #fff;
    border-right: none;
  }
  .greeting_contents .box_text {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    padding-top: 54px;
  }
  .greeting_contents .box_text .txt:not(:last-of-type) {
    margin-bottom: 26px;
  }
}
/* ========================================

mean

======================================== */
.mean {
  padding-bottom: 200px;
  background-color: #5ebfd3;
}
.mean .txt {
  font-size: 16px;
  line-height: 2.125;
}
.mean_logo {
  height: 1000px;
  background-image: url(../img/about/mean_bg.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.mean_logo_inner {
  padding: 140px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mean_logo_inner .box_text {
  width: 54.612%;
  max-width: 640px;
  margin-right: 7.25%;
  padding-top: 15px;
}
.mean_logo_inner .box_text .title {
  max-width: 400px;
}
.mean_logo_inner .box_text .en {
  color: #0098bc;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin: 26px 0 70px;
}
.mean_logo_inner .box_text .txt:not(:last-of-type) {
  margin-bottom: 34px;
}
.mean_logo_inner .img {
  width: 28.225%;
  max-width: 350px;
}
.mean_point {
  margin-top: -300px;
  margin-top: -21.428vw;
  margin-top: clamp(-300px, -21.428vw, -240px);
}
.mean_point_top {
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
}
.mean_point_top .img {
  width: 90%;
  max-width: 1240px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.mean_point_top::before, .mean_point_top::after {
  width: 100%;
  height: 400px;
  content: '';
  display: block;
  position: absolute;
  top: 140px;
  left: 0;
  margin-right: -50vw;
}
.mean_point_top::before {
  background-image: url(../img/about/mean_bg_wave_white.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left 1500px top 0;
  -webkit-animation: bg_wave01 12s linear infinite;
  animation: bg_wave01 12s linear infinite;
}
.mean_point_top::after {
  background-image: url(../img/about/mean_bg_wave_blue.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  -webkit-animation: bg_wave02 20s linear infinite;
  animation: bg_wave02 20s linear infinite;
}
.mean_point_item {
  max-width: 1400px;
  height: 460px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mean_point_item .img {
  width: 51.428%;
  max-width: 720px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.mean_point_item .img::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
}
.mean_point_item .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 60%;
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
}
.mean_point_item .box_text {
  color: #0098bc;
  width: 48.571%;
  max-width: 680px;
  padding: 80px 5% 72px 5.7%;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.mean_point_item .box_text .en {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.mean_point_item .box_text .title {
  width: 90%;
  margin: 30px 0 38px;
}
.mean_point_item .box_text .txt {
  max-width: 520px;
}
.mean_point_item_vision {
  margin-bottom: 75px;
}
.mean_point_item_vision .img {
  left: 0;
}
.mean_point_item_vision .box_text {
  margin-left: auto;
  margin-right: 2.857%;
}
.mean_point_item_vision .box_text .title {
  max-width: 396px;
}
.mean_point_item_mission {
  margin-bottom: 100px;
}
.mean_point_item_mission .img {
  right: 0;
}
.mean_point_item_mission .box_text {
  margin-left: 2.857%;
}
.mean_point_item_mission .box_text .title {
  max-width: 356px;
}
.mean_value .title {
  width: 90%;
  max-width: 876px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.mean_value_list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mean_value_list_item {
  width: 33.333%;
  padding: 80px 0 88px;
  background-color: #fff;
  background-size: 194px;
}
.mean_value_list_item * {
  width: 90%;
  margin: 0 auto;
}
.mean_value_list_item .icon {
  width: 60%;
  max-width: 82px;
  margin-bottom: 58px;
}
.mean_value_list_item .en {
  color: #3b3b3b;
  font-size: 30px;
  font-size: clamp(16px, 2.142vw, 30px);
  line-height: 1;
  font-style: italic;
}
.mean_value_list_item .hl {
  max-width: 166px;
  margin: 20px auto 22px;
}
.mean_value_list_item .desc {
  font-size: 18px;
  font-size: clamp(15px, 1.285vw, 18px);
  line-height: 1.88;
}
.mean_value_list_item01 {
  background-image: url(../img/about/mean_value_num01.png);
}
.mean_value_list_item02 {
  border-right: 1px solid #5ebfd3;
  border-left: 1px solid #5ebfd3;
  background-image: url(../img/about/mean_value_num02.png);
}
.mean_value_list_item03 {
  background-image: url(../img/about/mean_value_num03.png);
}

@-webkit-keyframes bg_wave01 {
  0% {
    background-position: left 1500px top 0;
  }
  100% {
    background-position: left -1500px top 0;
  }
}
@-webkit-keyframes bg_wave02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}
@media screen and (max-width: 800px) {
  .mean {
    padding-bottom: 110px;
  }
  .mean .txt {
    font-size: 16px;
    line-height: 2;
  }
  .mean_logo {
    height: auto;
    padding-bottom: 70px;
    background-image: url(../img/about/mean_bg_sp.jpg);
    background-position: 50% 50%;
    background-size: cover;
  }
  .mean_logo_inner {
    width: 85%;
    padding: 54px 0 0 0;
  }
  .mean_logo_inner .box_text {
    width: 100%;
    max-width: 640px;
    margin-right: 0;
    margin-bottom: 60px;
    padding-top: 15px;
  }
  .mean_logo_inner .box_text .title {
    max-width: 284px;
    margin: 0 auto;
  }
  .mean_logo_inner .box_text .en {
    font-size: 14px;
    text-align: center;
    margin: 16px 0 50px;
  }
  .mean_logo_inner .box_text .txt:not(:last-of-type) {
    margin-bottom: 34px;
  }
  .mean_logo_inner .img {
    width: 90%;
    max-width: 190px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .mean_point {
    margin-top: -70px;
  }
  .mean_point_top {
    margin-bottom: 50px;
    padding-top: 70px;
  }
  .mean_point_top .img {
    position: relative;
    z-index: 2;
  }
  .mean_point_top::before, .mean_point_top::after {
    height: 200px;
    top: 0;
  }
  .mean_point_top::before {
    background-position: left 750px top 0;
    -webkit-animation: bg_wave01_sp 30s linear infinite;
    animation: bg_wave01_sp 30s linear infinite;
  }
  .mean_point_top::after {
    background-position: 0 0;
    -webkit-animation: bg_wave02_sp 60s linear infinite;
    animation: bg_wave02_sp 60s linear infinite;
  }
  .mean_point_item {
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mean_point_item .img {
    width: 92.5%;
    max-width: none;
    height: auto;
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .mean_point_item .img::before {
    display: none;
  }
  .mean_point_item .img img {
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mean_point_item .box_text {
    width: 92.5%;
    max-width: none;
    margin-top: -40px;
    padding: 40px 8.75% 36px;
    position: relative;
    background-color: #fff;
    z-index: 2;
  }
  .mean_point_item .box_text .en {
    font-size: 16px;
  }
  .mean_point_item .box_text .title {
    width: 90%;
    margin: 20px 0 28px;
  }
  .mean_point_item .box_text .txt {
    max-width: 520px;
  }
  .mean_point_item_vision {
    margin-bottom: 35px;
  }
  .mean_point_item_vision .img {
    left: 0;
  }
  .mean_point_item_vision .box_text {
    margin-left: auto;
    margin-right: 0;
  }
  .mean_point_item_vision .box_text .title {
    max-width: 279px;
  }
  .mean_point_item_mission {
    margin-bottom: 50px;
  }
  .mean_point_item_mission .img {
    margin-left: auto;
  }
  .mean_point_item_mission .box_text {
    margin-left: 0;
  }
  .mean_point_item_mission .box_text .title {
    max-width: 250px;
  }
  .mean_value .title {
    max-width: 358px;
    margin-bottom: 50px;
  }
  .mean_value_list {
    display: block;
  }
  .mean_value_list_item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 60px 0 78px;
    background-size: 148px;
    background-position: 0 -3px;
    border-radius: 4px;
  }
  .mean_value_list_item * {
    width: 90%;
    margin: 0 auto;
  }
  .mean_value_list_item .icon {
    width: 60%;
    max-width: 72px;
    margin-bottom: 30px;
  }
  .mean_value_list_item .en {
    font-size: 23px;
  }
  .mean_value_list_item .hl {
    max-width: 166px;
    margin: 14px auto 14px;
  }
  .mean_value_list_item .desc {
    font-size: 16px;
    line-height: 1.8;
  }
  .mean_value_list_item02 {
    border: none;
  }
}
@-webkit-keyframes bg_wave01_sp {
  0% {
    background-position: left 750px top 0;
  }
  100% {
    background-position: left -750px top 0;
  }
}
@-webkit-keyframes bg_wave02_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1500px 0;
  }
}
/* ========================================

company

======================================== */
.company {
  position: relative;
}
.company::before {
  width: 90%;
  max-width: 1240px;
  height: 100px;
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.company .en {
  color: #0098bc;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 32px;
}
.company_inner {
  position: relative;
}
.company_inner::before, .company_inner::after {
  width: 17px;
  height: 17px;
  content: '';
  display: block;
  position: absolute;
  top: -17px;
  background-image: url(../img/common/img_edge.svg);
  background-size: 100%;
}
.company_inner::before {
  left: -17px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.company_inner::after {
  right: -17px;
}
.company_info {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding-bottom: 80px;
  border-bottom: 2px dotted #abdde9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company_info_title {
  width: 200px;
}
.company_info_title .title {
  max-width: 148px;
}
.company_info_list {
  width: calc(100% - 200px);
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company_info_list_item {
  width: calc(100% - 15px);
  padding: 24px 20px 26px;
  border-top: 1px solid #e6e6e6;
}
.company_info_list_item .hl {
  color: #0098bc;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.company_info_list_item .txt {
  font-size: 18px;
  line-height: 1.77;
}
.company_info_list_item.access {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company_info_list_item.access::before {
  width: 30px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: calc(50% - 15px);
  background-color: #fff;
  z-index: 2;
}
.company_info_list_item.access .hl {
  width: 100%;
  margin-left: 20px;
}
.company_info_list_item.access .inner {
  width: calc(100% - 15px);
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.company_info_list_item.access .inner .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.company_info_list_item.access .map {
  margin-top: 13px;
  margin-bottom: 45px;
}
.company_info_list_item.access .map a {
  color: #0098bc;
  font-size: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid #0098bc;
}
.company_info_list_item.access .map a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 800px) {
  .company::before {
    height: 50px;
    top: -50px;
    border-radius: 5px 5px 0 0;
  }
  .company .en {
    font-size: 14px;
    text-align: center;
    margin-top: 18px;
  }
  .company_inner::before, .company_inner::after {
    width: 9px;
    height: 9px;
    top: -9px;
  }
  .company_inner::before {
    left: -9px;
  }
  .company_inner::after {
    right: -9px;
  }
  .company_info {
    width: auto;
    margin-bottom: 50px;
    padding-bottom: 0;
    border-bottom: 2px dotted #abdde9;
    display: block;
  }
  .company_info_title {
    width: auto;
    margin-bottom: 48px;
  }
  .company_info_title .title {
    max-width: 105px;
    margin: 0 auto;
  }
  .company_info_list {
    width: auto;
    max-width: 860px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company_info_list_item {
    width: 100%;
    padding: 20px 10px;
  }
  .company_info_list_item .hl {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .company_info_list_item .txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .company_info_list_item.access {
    padding: 20px 10px 0;
  }
  .company_info_list_item.access .hl {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .company_info_list_item.access .inner {
    width: 100%;
    padding: 0;
  }
  .company_info_list_item.access .img {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .company_info_list_item.access .map {
    margin-top: 18px;
    margin-bottom: 54px;
  }

}

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