@charset "UTF-8";
/***********************共通設定************************/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/*----------------------------------------------------
transition
----------------------------------------------------*/
/* ホバー変更はやさ*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/*----------------------------------------------------
======================================================
mixin-疑似要素
======================================================
----------------------------------------------------*/
/*----------------------------------------------------
テキストホバーで線を表示する

//html例：<p>テキスト<a href="" class="link_text"><span>こちら</span></a>テキス</p>
spanタグにhoverしたときに線画出るようにしている。

----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/* ホバーで中央から線が出る */
/* ホバーで中央の線がきえる */
/*----------------------------------------------------
mixinで、cssアニメーションを変数で指定できるようにするのに使う
----------------------------------------------------*/
/* インクルードする際はこんなふうに使う */
/* アニメーション名を指定する */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
フェードイン
----------------------------------------------------*/
/*----------------------------------------------------
共通
----------------------------------------------------*/
main {
  text-align: initial;
}
main .sectionTitle {
  padding-bottom: 43px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main .sectionTitle {
    padding-bottom: 60px;
  }
}
main li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*----------------------------------------------------
fv2　画像
----------------------------------------------------*/
.fv2 .image {
  position: relative;
  /* 751- */
}
.fv2 .anchor {
  /* -750 */
}
@media all and (max-width: 750px) {
  .fv2 .anchor {
    padding-bottom: 60px;
  }
}

/*----------------------------------------------------
会社情報
----------------------------------------------------*/
#company {
  /*----------------------------------------------------
  ご挨拶
  ----------------------------------------------------*/
  /*----------------------------------------------------
  会社概要
  ----------------------------------------------------*/
  /*----------------------------------------------------
  社員
  ----------------------------------------------------*/
  /*----------------------------------------------------
  交通アクセス
  ----------------------------------------------------*/
  /*----------------------------------------------------
  年表
  ----------------------------------------------------*/
}
#company #greeting {
  background: #0f3656;
  color: #FFFFFF;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #greeting {
    margin-top: 162px;
  }
}
#company #greeting .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #greeting .contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#company #greeting .contents .ceo_image {
  margin: 0 30px 41px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #greeting .contents .ceo_image {
    margin: 0 0 10px 30px;
    width: 41.6%;
  }
}
#company #greeting .contents .greeting_text {
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #greeting .contents .greeting_text {
    width: 52%;
  }
}
#company #greeting .contents .greeting_text h3 {
  padding-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #greeting .contents .greeting_text h3 {
    padding-bottom: 48px;
    font-size: 28px;
    letter-spacing: 0.12em;
    line-height: 2;
  }
}
#company #greeting .contents .greeting_text p:not(:last-child) {
  padding-bottom: 25px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 2.3;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #greeting .contents .greeting_text p:not(:last-child) {
    padding-bottom: 35px;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 2.1;
  }
}
#company #about .about_list {
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #about .about_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 751px) and (max-width: 969px) {
  #company #about .about_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#company #about .about_list .content {
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #about .about_list .content {
    width: 50%;
  }
}
@media screen and (min-width: 751px) and (max-width: 969px) {
  #company #about .about_list .content {
    width: 100%;
  }
}
#company #about .about_list .content:first-child {
  /* -750 */
}
@media all and (max-width: 750px) {
  #company #about .about_list .content:first-child li:first-child {
    border-top: 1px solid #D0D0D0;
  }
}
#company #about .about_list .content li {
  padding: 24px 0;
  border-bottom: 1px solid #D0D0D0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #about .about_list .content li {
    padding: 30px 0;
  }
  #company #about .about_list .content li:first-child {
    border-top: 1px solid #D0D0D0;
  }
}
@media screen and (min-width: 751px) and (max-width: 969px) {
  #company #about .about_list .content li:first-child {
    border-top: none;
  }
}
#company #about .about_list .content li p {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #about .about_list .content li p {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }
}
#company #about .about_list .content li p:first-child {
  width: calc(50% - 60px);
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #about .about_list .content li p:first-child {
    width: calc(50% - 92px);
  }
}
#company #about .about_list .content li p.some_text {
  line-height: 2.3;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #about .about_list .content li p.some_text {
    line-height: 2.2;
  }
}
#company #about .about_list .content li a {
  /* 751- */
}
#company #about .about_list .content li a span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  color: #3f3f3f;
  opacity: 1;
}
#company #about .about_list .content li a span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #3f3f3f;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (min-width: 751px) {
  #company #about .about_list .content li a:hover span {
    opacity: 0.8;
  }
  #company #about .about_list .content li a:hover span::after {
    left: 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0); /* x軸方向に縮小で0にして消えてるように見せる */
    width: 0%;
  }
}
#company #member {
  text-align: center;
}
#company #member.section {
  padding-top: 0;
}
#company #member p {
  padding-top: 30px;
  display: inline-block;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #member p {
    text-align: center;
    padding-top: 50px;
    font-size: 15px;
    letter-spacing: 0.012em;
    line-height: 2.1;
  }
}
#company #member .member_image {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #member .member_image {
    margin: 0 auto;
    width: 100%;
  }
}
#company #access.section {
  padding-top: 0;
}
#company #access .map_content {
  position: relative;
}
#company #access .map_content .map_image {
  margin: 0 calc(50% - 50vw) 30px;
  width: 100vw;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .map_content .map_image {
    margin: 0;
    width: 100%;
  }
}
#company #access .map_content a {
  margin-bottom: 60px;
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #0f3656;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  width: 100%;
  bottom: 50px;
  right: 103px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .map_content a {
    display: block;
    width: 200px;
    margin: 20px 0 60px auto;
    padding: 14px 30px;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1189px) {
  #company #access .map_content a {
    bottom: 10px;
    right: 30px;
  }
}
#company #access .map_content a span {
  /* 751- */
}
@media (hover: hover) {
  #company #access .map_content a:hover {
    background: #0f3656;
    color: #FFFFFF;
  }
}
#company #access .access_detail .address {
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .address {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#company #access .access_detail .address .company_image {
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .address .company_image {
    width: 36%;
  }
}
#company #access .access_detail .address .add_list {
  padding-top: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .address .add_list {
    padding-top: 0;
    width: 56%;
  }
}
#company #access .access_detail .address .add_list li {
  padding: 24px 0;
  border-bottom: 1px solid #D0D0D0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .address .add_list li {
    padding: 30px 0;
  }
}
#company #access .access_detail .address .add_list li:first-child {
  border-top: 1px solid #D0D0D0;
}
#company #access .access_detail .address .add_list li p {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 2.3;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .address .add_list li p {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 2.2;
  }
}
#company #access .access_detail .address .add_list li p:first-child {
  width: calc(50% - 70px);
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .address .add_list li p:first-child {
    width: calc(50% - 110px);
  }
}
#company #access .access_detail .access_list {
  padding-top: 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .access_list {
    padding-top: 0;
  }
}
#company #access .access_detail .access_list li {
  padding: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #D0D0D0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .access_list li {
    padding: 58px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#company #access .access_detail .access_list li:first-child {
  border-top: 1px solid #D0D0D0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .access_list li:first-child {
    padding: 30px 0;
  }
}
#company #access .access_detail .access_list li .way_image {
  margin: 0 auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .access_list li .way_image {
    margin: 0;
  }
}
#company #access .access_detail .access_list li .way_image img {
  width: 48px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .access_list li .way_image img {
    width: 58px;
  }
}
#company #access .access_detail .access_list li .access_detail {
  padding-top: 28px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .access_list li .access_detail {
    padding-top: 0;
    width: calc(100% - 214px);
  }
}
#company #access .access_detail .access_list li .access_detail p {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .access_list li .access_detail p {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }
}
#company #access .access_detail .access_list li .access_detail p.way {
  padding-left: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .access_list li .access_detail p.way {
    padding-left: 16px;
  }
}
#company #access .access_detail .access_list li .access_detail.some_way p {
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #access .access_detail .access_list li .access_detail.some_way p {
    line-height: 2.2;
  }
}
#company #history {
  background: #eceff2;
}
#company #history .history_list li {
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #history .history_list li {
    padding-bottom: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#company #history .history_list li:last-child {
  padding-bottom: 0;
}
#company #history .history_list li p {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #history .history_list li p {
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
}
#company #history .history_list li p:first-child {
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #history .history_list li p:first-child {
    padding-right: 76px;
  }
}
#company #history .history_list li p:first-child::before {
  content: "";
  position: absolute;
  background: #3f3f3f;
  width: 24px;
  height: 1px;
  top: 50%;
  left: 51px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #history .history_list li p:first-child::before {
    left: 88px;
  }
}
#company #history .history_list li p:nth-child(2) {
  padding-top: 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 2.3;
  /* 751- */
}
@media all and (min-width: 751px) {
  #company #history .history_list li p:nth-child(2) {
    padding-top: 0;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }
}
/*# sourceMappingURL=company.css.map */