@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
/*------------------------------------------------------------
共通クラス
------------------------------------------------------------*/
.company_title {
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  background: url("../images/common/dot_common.png") no-repeat center bottom;
}
@media screen and (max-width: 834px) {
  .company_title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  .company_title {
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------------
企業情報トップ
------------------------------------------------------------*/
#company_top {
  padding-top: 80px;
}
#company_top .inner {
  text-align: center;
}
#company_top .inner > p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  #company_top .inner > p {
    font-size: 2rem;
  }
}
#company_top .inner div {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company_top .inner div a {
  text-decoration: none;
  width: calc((100% - 60px) / 3);
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
}
#company_top .inner div a:nth-of-type(1) {
  margin-left: calc(((100% - 60px) / 3 + 30px) / 2);
  margin-right: 15px;
}
#company_top .inner div a:nth-of-type(2) {
  margin-left: 15px;
  margin-right: calc(((100% - 60px) / 3 + 30px) / 2);
}
#company_top .inner div a:nth-of-type(n + 3) {
  margin-top: 30px;
}
#company_top .inner div a:hover {
  opacity: 0.65;
}
#company_top .inner div a figure {
  border-bottom: 1px solid #e0e0e0;
}
#company_top .inner div a figure img {
  width: 100%;
  height: auto;
}
#company_top .inner div a p {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0;
}
@media screen and (max-width: 834px) {
  #company_top .inner div a p {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 834px) {
  #company_top {
    padding-top: 40px;
  }
  #company_top .inner > p {
    font-size: 1.8rem;
  }
  #company_top .inner div {
    margin-top: 40px;
  }
  #company_top .inner div a {
    width: calc((100% - 30px) / 3);
    border-radius: 10px;
  }
  #company_top .inner div a:nth-of-type(1) {
    margin-left: calc(((100% - 30px) / 3 + 15px) / 2);
    margin-right: 0;
  }
  #company_top .inner div a:nth-of-type(2) {
    margin-left: 0;
    margin-right: calc(((100% - 30px) / 3 + 15px) / 2);
  }
  #company_top .inner div a:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  #company_top .inner div a:hover {
    opacity: 1;
  }
}
/*------------------------------------------------------------
会社概要
------------------------------------------------------------*/
#information {
  padding-top: 80px;
}
#information dl {
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
#information dl:last-child {
  border-bottom: 1px solid #ddd;
}
#information dl dt {
  font-weight: bold;
  width: 220px;
  padding-left: 30px;
}
#information dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#information dl dd a:hover {
  text-decoration: none;
}
#information dl dd ol {
  margin-left: 1em;
}
#information dl dd ol li {
  list-style: decimal;
}
#information dl dd ul li a {
  background: url("../images/company/information/icon_pdf.png") no-repeat left top 3px;
  padding-left: 30px;
}
#information dl dd figure {
  margin-top: 30px;
}
#information dl dd figure img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  #information {
    padding-top: 40px;
  }
  #information dl {
    display: block;
    padding: 15px 0;
  }
  #information dl dt {
    width: auto;
    padding-left: 0;
  }
  #information dl dd {
    margin-top: 5px;
  }
  #information dl dd ul li {
    margin: 5px 0;
  }
  #information dl dd ul li a {
    background-position: left top;
  }
  #information dl dd figure {
    margin-top: 15px;
  }
}
/*------------------------------------------------------------
アクセス
------------------------------------------------------------*/
#access {
  padding-top: 80px;
}
#access section + section {
  margin-top: 80px;
}
#access section h3 {
  font-size: 2.4rem;
  color: #f29c97;
  border-bottom: 1px solid #f29c97;
  padding-bottom: 5px;
}
@media screen and (max-width: 834px) {
  #access section h3 {
    font-size: 2rem;
  }
}
#access section address {
  font-style: normal;
  margin-top: 10px;
}
#access section iframe {
  display: block;
  margin-top: 30px;
  border: 1px solid #ccc !important;
  border-radius: 8px;
  overflow: hidden;
}
#access section .place {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#access section .place dl {
  width: calc((100% - 20px) / 3);
}
#access section .place dl dt {
  font-weight: bold;
}
#access section .traffic dl {
  margin-top: 40px;
}
#access section .traffic dl dt {
  font-weight: bold;
}
#access section .traffic dl dd {
  overflow: hidden;
}
#access section .traffic dl dd a {
  background: url("../images/company/information/icon_pdf.png") no-repeat left top 3px;
  padding-left: 30px;
}
#access section .traffic dl dd a:hover {
  text-decoration: none;
}
#access section .traffic dl dd img {
  float: right;
  width: auto;
  margin-left: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  #access {
    padding-top: 40px;
  }
  #access section + section {
    margin-top: 40px;
  }
  #access section iframe {
    margin-top: 15px;
    width: 100%;
  }
  #access section .place {
    margin-top: 10px;
    display: block;
  }
  #access section .place dl {
    width: auto;
    margin-top: 10px;
  }
  #access section .traffic dl {
    margin-top: 20px;
  }
  #access section .traffic dl dd a {
    background-position: left top;
  }
  #access section .traffic dl dd img {
    float: none;
    width: 100%;
    margin-left: 0;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #access section .traffic dl dd ul li {
    margin: 5px 0;
  }
}
/*------------------------------------------------------------
企業理念
------------------------------------------------------------*/
#identity {
  padding-top: 80px;
}
#identity .inner > p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #identity .inner > p {
    font-size: 2rem;
  }
}
#identity .inner > aside {
  background: #fef7f3;
  width: 700px;
  border-radius: 25px;
  padding: 40px;
  margin: 60px auto 0;
}
#identity .inner > aside dl {
  text-align: center;
}
#identity .inner > aside dl + dl {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f29c97;
}
#identity .inner > aside dl dt {
  font-size: 2.4rem;
  color: #f29c97;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  #identity .inner > aside dl dt {
    font-size: 2rem;
  }
}
#identity .inner > aside dl dd {
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  #identity .inner > aside dl dd {
    font-size: 1.7rem;
  }
}
#identity .inner > section {
  border-top: 5px dotted #f29c97;
  padding-top: 60px;
  margin-top: 60px;
}
#identity .inner > section h3 {
  font-size: 2.4rem;
  color: #f29c97;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #identity .inner > section h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  #identity {
    padding-top: 40px;
  }
  #identity .inner > aside {
    width: auto;
    border-radius: 15px;
    padding: 20px;
    margin: 30px auto 0;
  }
  #identity .inner > aside dl + dl {
    margin-top: 15px;
    padding-top: 15px;
  }
  #identity .inner > section {
    padding-top: 30px;
    margin-top: 30px;
  }
}
#mind div {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
#mind div dl {
  width: 330px;
  height: 330px;
  text-align: center;
  border: 2px solid #f29c97;
  border-radius: 100%;
  margin-left: -15px;
  padding-top: 40px;
}
#mind div dl dt {
  font-size: 2.8rem;
  font-weight: bold;
  color: #f29c97;
}
@media screen and (max-width: 834px) {
  #mind div dl dt {
    font-size: 2.4rem;
  }
}
#mind div dl dd {
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  #mind div dl dd {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 834px) {
  #mind div {
    margin-top: 30px;
    display: block;
    margin-left: 0;
  }
  #mind div dl {
    width: auto;
    height: auto;
    border-radius: 20px;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px;
  }
  #mind div dl dd {
    margin-top: 5px;
    text-align: left;
  }
}
#slogan dl {
  margin-top: 60px;
}
#slogan dl dt {
  text-align: center;
}
#slogan dl dt img {
  max-width: 100%;
  height: auto;
}
#slogan dl dd {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  #slogan dl {
    margin-top: 30px;
  }
  #slogan dl dt {
    margin-left: 10px;
    margin-right: 10px;
  }
  #slogan dl dd {
    text-align: left;
    margin-top: 25px;
  }
}
#thought dl {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#thought dl dt {
  width: 240px;
}
#thought dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 834px) {
  #thought dl {
    margin-top: 30px;
    display: block;
  }
  #thought dl dt {
    width: auto;
    text-align: center;
  }
  #thought dl dd {
    margin-top: 10px;
  }
}
#symbol dl {
  margin-top: 60px;
}
#symbol dl dt {
  text-align: center;
}
#symbol dl dd {
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  #symbol dl {
    margin-top: 30px;
  }
  #symbol dl dd {
    margin-top: 10px;
  }
}
#img_identity ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#img_identity ul li {
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 834px) {
  #img_identity ul li {
    border-radius: 15px;
    width: calc((100% - 10px) / 2);
  }
  #img_identity ul li img {
    width: 100%;
    height: auto;
  }
  #img_identity ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
/*------------------------------------------------------------
沿革
------------------------------------------------------------*/
#history {
  padding-top: 80px;
}
#history .timeline {
  position: relative;
}
#history .timeline:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #f29c97;
  position: absolute;
  top: 0;
  left: 120px;
}
#history .timeline > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
#history .timeline > dl + dl {
  border-top: 1px solid #eee;
}
#history .timeline > dl > dt {
  font-size: 2rem;
  font-weight: bold;
  width: 170px;
}
@media screen and (max-width: 834px) {
  #history .timeline > dl > dt {
    font-size: 1.7rem;
  }
}
#history .timeline > dl > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#history .timeline > dl > dd > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#history .timeline > dl > dd > dl:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: #f29c97;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: -54px;
}
#history .timeline > dl > dd > dl > dt {
  font-weight: bold;
  width: 60px;
  padding-top: 4px;
}
#history .timeline > dl > dd > dl > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 4px;
}
#history .timeline > dl > dd > dl > dd.aside {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#history .timeline > dl > dd > dl > dd.aside aside {
  width: 160px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
#history .timeline > dl > dd > dl > dd.aside aside dl dt {
  background: #f29c97;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#history .timeline > dl > dd > dl > dd.aside aside dl dd {
  background: #fef7f3;
  padding: 5px 10px;
}

@media screen and (max-width: 834px) {
  #history {
    padding-top: 40px;
  }
  #history .timeline:before {
    left: 60px;
  }
  #history .timeline > dl {
    padding: 10px 0;
  }
  #history .timeline > dl > dt {
    width: 80px;
  }
  #history .timeline > dl > dd > dl {
    display: block;
  }
  #history .timeline > dl > dd > dl:before {
    top: 10px;
    left: -24px;
  }
  #history .timeline > dl > dd > dl > dt {
    width: auto;
  }
  #history .timeline > dl > dd > dl > dt:empty {
    display: none;
  }
  #history .timeline > dl > dd > dl > dd.aside aside {
    width: auto;
  }
}
#awards {
  border-top: 5px dotted #f29c97;
  padding-top: 60px;
  margin-top: 60px;
}
#awards h3 {
  font-size: 2.4rem;
  color: #f29c97;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #awards h3 {
    font-size: 2rem;
  }
}
#awards .timeline {
  margin-top: 40px;
}
#awards .timeline:before {
  display: none;
}
#awards .timeline > dl {
  border-top: 1px solid #eee;
}
#awards .timeline > dl:nth-last-of-type(1) {
  border-bottom: 1px solid #eee;
}
#awards .timeline > dl > dt {
  width: 110px;
}
#awards .timeline > dl > dd > dl:before {
  display: none;
}
#awards .timeline > dl > dd > dl > dt {
  display: none;
}

@media screen and (max-width: 834px) {
  #awards {
    padding-top: 30px;
    margin-top: 30px;
  }
  #awards .timeline {
    margin-top: 20px;
  }
  #awards .timeline > dl > dt {
    width: 80px;
  }
}
/*------------------------------------------------------------
社長あいさつ
------------------------------------------------------------*/
#greeting {
  padding-top: 80px;
}
#greeting p {
  overflow: hidden;
}
#greeting p img {
  float: right;
  max-width: 100%;
  height: auto;
  margin: 0 0 20px 40px;
  border-radius: 25px;
  overflow: hidden;
}
#greeting figure {
  text-align: right;
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  #greeting {
    padding-top: 40px;
  }
  #greeting p img {
    float: none;
    margin: 0 auto 20px;
    border-radius: 15px;
    display: block;
  }
  #greeting figure {
    margin-top: 20px;
  }
}/*# sourceMappingURL=company.css.map */