@charset "utf-8";

/*
  File Name   : aboutus.css
*/

/* common reset
============================================================ */

.lay-header-menu-list li.company a {

}
.lay-header-menu-list li.company::before {
 opacity: 1;
}

.com-mv {
  background-image: url(../img/aboutus/img-main.jpg);
  background-size: cover;
}

.com-mv-ttl-en {
  color: #d43d35;
}

.com-ttl-01::before {
  background: #d43d35;
}

.com-contents-list-btn .com-btn-basic {
  background: #d43d35;
}

.com-page-nav-list-ttl::before {
  border-color: #d43d35;
}

.com-page-nav-list li.current a {
  color: #d43d35;
}

/* history
============================================================ */
.company-history-sec {
  padding-bottom: 100px;
}

.company-about-list {
}

.company-about-list li {
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid #dfdfdf;
}

.company-about-list li:first-child {
  padding-top: 0;
}

.company-about-list-ttl {
  font-weight: bold;
  flex: 0 0 140px;
}

.company-about-list-txt {
  flex: 1 0 0%;
}

.company-history-media {
  display: flex;
}

.company-history-media-img {
  flex: 0 0 250px;
  max-width: 250px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  padding: 40px;
  margin-right: 5%;
}

.company-history-media-txt-box {
  flex: 1 0 0%;
}

.company-history-media-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: -.5em 0 1.5em;
}

.company-history-media-txt + .company-history-media-txt {
  margin-top: 1em;
}

.company-history-sec-history {
  background: #f5f5f5;
  padding-top: 70px;
}

.company-history-sec-history .com-sec-inner {
  position: relative;
}

.company-history-sec-history .com-sec-inner::before {
  content: "";
  width: 2px;
  height: calc(100% + 170px);
  background: #dedede;
  position: absolute;
  top: -70px;
  left: 220px;
}

.company-history-list {
}

.company-history-list li {
  display: flex;
  align-items: flex-start;
}

.company-history-list li:not(:last-child) {
  margin-bottom: 30px;
}

.company-history-list-year {
  flex: 0 0 190px;
  position: relative;
}

.company-history-list-year::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #dedede;
  position: absolute;
  top: 54%;
  right: -1px;
  transform: translate(50%, -50%);
}

.company-history-list .large {
  font-size: 1.4em;
  font-weight: bold;
}

.company-history-list-month {
  flex: 0 0 2.8em;
  margin: 0 3.2% 0 5%;
}

.company-history-list-txt {
  padding-top: .4em;
}

.adjust-history-list-year-en {
  text-align: center;
}
.adjust-company-history-list-txt-en {
  padding-top: 0.1em;
}
.adjust-history-list-month-en {
  width: 100px;
  flex: none;
  margin: 0 5% 0 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .company-history-sec {
    padding-bottom: 50px;
  }

  .company-about-list li {
    padding: 15px 0;
  }

  .company-about-list-ttl {
    flex: 0 0 9em;
  }

  .company-history-media {
    display: block;
    text-align: center;
  }

  .company-history-media-img {
    display: inline-block;
    max-width: none;
    padding: 20px;
    margin: 0 0 30px;
  }

  .company-history-media-img img {
    width: 120px;
  }

  .company-history-media-txt-box {
    text-align: left;
  }

  .company-history-media-ttl {
    font-size: 1.8rem;
    margin: 0 0 1em;
  }

  .company-history-sec-history {
    padding-top: 40px;
  }

  .company-history-sec-history .com-sec-inner::before {
    content: none;
  }

  .company-history-list li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
  }

  .company-history-list li:first-child {
    padding-top: 0;
  }

  .company-history-list li:not(:last-child) {
    margin-bottom: 0;
  }

  .company-history-list-year {
    display: inline-block;
  }

  .company-history-list-year::before {
    content: none;
  }

  .company-history-list-month {
    display: inline-block;
    margin: 0 0 0 .5em;
  }

  .company-history-list-txt {
    padding-top: .4em;
  }
}

/* office
============================================================ */

/* value-anchor
============================================================ */
.company-anchor-block ul.company-anchor-list {
  width: 100%;
  margin-bottom: 1px;
  display: flex;
}
.company-anchor-block ul.company-anchor-list:last-child {
  margin-bottom: 80px;
}
.company-anchor-block li.company-anchor-box {
  width: 340px;
  margin-right: 1px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  background-color: #d43d35;
}
.company-anchor-block li.company-anchor-box:last-child {
  margin-right: 0;
}
.company-anchor-block li.company-anchor-box .company-anchor-arrow {
  position: absolute;
  top: 10px;
  right: 20px;
}
.company-anchor-block li.company-anchor-box a {
  display: block;
  padding: 20px;
}

/* アンカーリンク調整用 */
#anchor-company-01, #anchor-company-02, #anchor-company-03, #anchor-company-04, #anchor-company-05, #anchor-company-06 {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 1023px) {
  #anchor-company-01, #anchor-company-02, #anchor-company-03, #anchor-company-04, #anchor-company-05, #anchor-company-06 {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .company-anchor-block li.company-anchor-box .company-anchor-arrow {
    top: 25px;
    right: 10px;
  }
}




.company-office-sec {
  margin-bottom: 70px;
}

.company-map-list li {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf;
}

.company-map-list li:first-child {
  border-top: 1px solid #dfdfdf;
}

.company-map-list-txt-box {
  flex: 1 0 0%;
  box-sizing: border-box;
  padding-right: 30px;
}

.company-map-list-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.company-map-list-img {
  flex: 0 0 300px;
  max-width: 300px;
}

.company-map-list-img img {
  width: 100%;
}

.company-map-list-ttl .company-map-list-icon {
  display: none;
}

.company-map-list-icon {
  flex: 0 0 60px;
  color: #c4493e;
  font-weight: bold;
  line-height: 1;
  margin-left: 6%;
}

.company-map-list-icon:hover {
  text-decoration: none;
  opacity: .7;
}

.company-map-list-icon i {
  display: block;
  height: 60px;
  border-radius: 50%;
  background: #c4493e url(../img/common/icon-map-01.png) no-repeat 50% 50%;
  background-size: 20px auto;
}

.company-map-list-icon span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
}

.company-office-center-ttl {
  font-size: 2rem;
  margin-bottom: 1.5em;
}

.company-office-center-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -70px;
  border-top: 1px solid #dfdfdf;
}

.company-office-center-list li {
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 5%;
  margin-bottom: 70px;
  padding-top: 40px;
}

.company-office-center-list li:nth-child(3n) {
  margin-right: 0;
}

.company-office-center-list-ttl {
  margin-bottom: 2em;
}

body.office .com-page-nav {
  border-top: 1px solid #dfdfdf;
  padding-top: 100px;
  margin-top: 70px;
}

@media screen and (max-width: 1023px) {

  .company-office-sec {
    margin-bottom: 35px;
  }

  .company-map-list li {
    flex-wrap: wrap;
    padding: 15px 0 20px;
  }

  .company-map-list-txt-box {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .company-map-list-ttl {
    display: inline-block;
    padding-right: 35px;
    font-size: 1.6rem;
    position: relative;
  }

  .company-map-list-img {
    flex: 0 0 100%;
    max-width: none;
  }

  .company-map-list-ttl .company-map-list-icon {
    display: inline-block;
  }

  .company-map-list-icon {
    width: 25px;
    position: absolute;
    top: 3px;
    right: 0;
  }

  .company-map-list-icon i {
    height: 25px;
    background-size: 8px auto;
  }

  .company-map-list-icon span {
    display: none;
  }

  .company-office-center-ttl {
    font-size: 1.6rem;
  }

  .company-office-center-list {
    margin-bottom: -15px;
    justify-content: space-between;
  }

  .company-office-center-list li {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    margin: 0 0 15px;
  }

  .company-office-center-list-ttl {
    margin-bottom: .5em;
  }

  body.office .com-page-nav {
    margin-top: 35px;
  }
}


/* greeting
============================================================ */
.company-greeting-sec {
  margin-bottom: 70px;
}

.company-greeting-head {
  text-align: center;
  padding: 10px 0 15px;
  margin-bottom: 80px;
  position: relative;
}

.company-greeting-head::before,
.company-greeting-head::after,
.company-greeting-head-inner::before,
.company-greeting-head-inner::after {
  content: "";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  position: absolute;
}

.company-greeting-head::before {
  top: 0;
  left: 0;
  border-top: 2px solid;
  border-left: 2px solid;
}
.company-greeting-head::after {
  top: 0;
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
}
.company-greeting-head-inner::before {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
  border-left: 2px solid;
}
.company-greeting-head-inner::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.company-greeting-copy {
  font-size: 2.6rem;
  margin-bottom: .6em;
}

.company-greeting-media {
  display: flex;
  align-items: flex-start;
}

.company-greeting-media-left {
  flex: 1 0 0%;
  margin-right: 4%;
}

.company-greeting-lead {
  font-size: 2.2rem;
  padding-bottom: 1em;
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 1.5em;
}

.company-greeting-txt-block .company-greeting-txt:not(:last-child) {
  margin-bottom: 1.5em;
}

.company-greeting-name {
  font-size: 1.8rem;
  font-weight: bold;
}

.company-greeting-media-right {
  flex: 0 0 42%;
  max-width: 42%;
  position: relative;
}

.company-greeting-media-right::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40px;
  right: -40px;
  background: url(../img/aboutus/greeting/bg-01.png) repeat 0 0;
}

.company-greeting-media-right img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .company-greeting-sec {
    margin-bottom: 40px;
  }

  .company-greeting-head {
    margin-bottom: 40px;
  }

  .company-greeting-head::before,
  .company-greeting-head::after,
  .company-greeting-head-inner::before,
  .company-greeting-head-inner::after {
    width: 15px;
    height: 15px;
  }

  .company-greeting-copy {
    font-size: 1.8rem;
  }

  .company-greeting-media {
    display: block;
  }

  .company-greeting-media-left {
    margin: 0 0 40px;
  }

  .company-greeting-lead {
    font-size: 1.6rem;
    border-bottom-width: 1px;
  }

  .company-greeting-name {
    font-size: 1.5rem;
  }

  .company-greeting-media-right {
    max-width: none;
  }

  .company-greeting-media-right::before {
    top: 15px;
    right: -15px;
  }
}
