@charset "UTF-8";
#global-header {
  position: relative;
}
#global-header .inner {
  width: 100%;
}
#global-header .inner h1 {
  text-align: center;
}
#global-header .inner h1 a {
  padding: 24px 0;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  #global-header .inner h1 a img {
    width: 120px;
    height: auto;
  }
}

#utility-navi {
  display: flex;
  justify-content: space-between;
  width: 120px;
  position: absolute;
  top: 64px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  #utility-navi {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 520px) {
  #utility-navi {
    top: 54px;
    right: 40px;
  }
}
#utility-navi a {
  display: inline-block;
  width: auto;
  height: 24px;
  text-align: center;
}
#utility-navi a img {
  width: auto;
  height: 100%;
}

#key-visual .key-slide {
  width: 100%;
  height: 220px;
  background: #f9f9f9;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #key-visual .key-slide {
    height: 150px;
  }
}
#key-visual .key-slide .key-text {
  text-align: center;
}
#key-visual .key-slide .key-text .large-en {
  color: #525252;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 520px) {
  #key-visual .key-slide .key-text .large-en {
    font-size: 26px;
  }
}
#key-visual .key-slide .key-text .large-en.products-name {
  font-size: 3em;
  margin-bottom: 6px;
}
@media screen and (max-width: 1360px) {
  #key-visual .key-slide .key-text .large-en.products-name {
    font-size: 4.2em;
  }
}
@media screen and (max-width: 1112px) {
  #key-visual .key-slide .key-text .large-en.products-name {
    font-size: 3.8em;
  }
}
#key-visual .key-slide .key-text .small-ja {
  color: #e35c66;
  font-size: 15px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 834px) {
  #key-visual .key-slide .key-text {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #key-visual .key-slide .key-text {
    font-size: 13px;
  }
}

#pankuzu {
  width: 100%;
  background: #e35c66;
}
#pankuzu .inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 5px 0;
}
#pankuzu .inner .list {
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
}
#pankuzu .inner .list a {
  color: #ffffff;
  font-size: 1.1em;
}
#pankuzu .inner .list span {
  color: #ffffff;
  font-size: 1.1em;
}
@media screen and (max-width: 520px) {
  #pankuzu {
    display: none;
  }
}

#container {
  padding: 80px 0;
}

#global-footer {
  background: #2a2a2a;
  padding: 40px 0;
}
#global-footer .inner .footer-navi .logo-f {
  text-align: center;
  margin-bottom: 40px;
}
#global-footer .inner .footer-navi .logo-f a {
  width: 100px;
  height: auto;
  display: inline-block;
}
#global-footer .inner .footer-navi .logo-f a img {
  width: 100%;
  height: auto;
}
#global-footer .inner .footer-navi .inner {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
}
#global-footer .inner .footer-navi .inner li {
  width: 96%;
  text-align: center;
}
#global-footer .inner .footer-navi .inner li a {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 6% 2%;
  transition: all 0.5s ease;
  width: 96%;
}
#global-footer .inner .footer-navi .inner li a:hover {
  background: #fff;
  color: #E35C66;
}
@media screen and (max-width: 834px) {
  #global-footer .inner .footer-navi .inner {
    width: 80%;
  }
}
@media screen and (max-width: 415px) {
  #global-footer .inner .footer-navi .inner {
    display: none;
  }
}
#global-footer .copy {
  text-align: center;
}
#global-footer .copy small {
  font-size: 1.4em;
  color: #fff;
}

body {
  background: #fff;
}

#container {
  padding-top: 0;
  padding-bottom: 0;
}

.content-area .content-header h2 {
  font-size: 2em;
}
.content-area .content-header p {
  font-size: 1.6em;
  color: #AC000E;
}

.content-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.content-area .content-pic {
  width: 50%;
  position: relative;
}
.content-area .content-pic img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.content-area .content-info .inner .content-header {
  margin-bottom: 56px;
}
.content-area .content-info .inner .content-header h2 {
  letter-spacing: 0.2em;
  font-size: 2.6em;
  font-weight: normal;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "Ryumin Regular KL";
}
.content-area .content-info .inner .content-header p {
  letter-spacing: 0.2em;
  font-size: 2.8em;
  font-weight: normal;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "Ryumin Regular KL";
}
@media screen and (max-width: 834px) {
  .content-area .content-info .inner .content-header {
    margin-bottom: 12px;
  }
  .content-area .content-info .inner .content-header h2 {
    font-size: 1.8em;
  }
  .content-area .content-info .inner .content-header p {
    font-size: 1.6em;
  }
}
.content-area .content-info .inner .box p {
  font-size: 1.4em;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "Ryumin Regular KL";
  line-height: 2.2;
  letter-spacing: 0.15em;
}
.content-area .content-info .inner .box p.ceo {
  text-align: right;
  padding-top: 16px;
  font-size: 1.4em;
}
@media screen and (max-width: 834px) {
  .content-area .content-info .inner .box p {
    line-height: 1.8;
  }
}

#greet {
  width: 100%;
  background: #FFFAFA;
}
#greet .content-info {
  width: 880px;
  min-height: 300px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7% 0;
  margin: 0 auto;
}
#greet .content-info .inner .box p {
  font-size: 1.5em;
  line-height: 2.8;
  color: #333;
}
@media screen and (max-width: 834px) {
  #greet .content-info .inner .box p {
    font-size: 1.2em;
    line-height: 1.8;
  }
}
@media screen and (max-width: 834px) {
  #greet .content-info {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  #greet .content-info {
    width: 95%;
  }
  #greet .content-info .inner .box p {
    letter-spacing: 0.05em;
  }
}

#philosophy .content-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#philosophy .content-info .info-pic {
  width: 40%;
  height: 100%;
}
#philosophy .content-info .info-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: 100% 0;
  vertical-align: bottom;
}
#philosophy .content-info .inner {
  width: 60%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #philosophy .content-info .info-pic {
    width: 30%;
    height: 500px;
  }
  #philosophy .inner {
    width: 70%;
  }
  #philosophy .inner .inner-box .box p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 520px) {
  #philosophy .content-info {
    display: block;
  }
  #philosophy .content-info .info-pic {
    width: 100%;
    height: 140px;
    margin-bottom: 24px;
  }
  #philosophy .content-info .info-pic img {
    object-position: 100% 48%;
  }
  #philosophy .content-info .inner {
    width: 95%;
    margin: 0 auto;
    padding: 24px 0;
  }
}

#company .content-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #2A2A2A;
  border-top: 4px solid #E2858C;
}
#company .content-info .mapbox {
  width: 40%;
  height: 800px;
}
#company .content-info .mapbox iframe {
  width: 100%;
  height: 100%;
}
#company .content-info .box {
  margin: auto;
}
#company .content-info .box .content-header {
  margin-bottom: 24px;
}
#company .content-info .box .content-header h2 {
  color: #fff;
}
#company .content-info .box .content-header p {
  color: #E2858C;
}
#company .content-info .box dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  margin-bottom: 16px;
}
#company .content-info .box dl div:last-child {
  margin-bottom: 0;
}
#company .content-info .box dl div dt {
  width: 15%;
  color: #fff;
  font-size: 1.4em;
}
#company .content-info .box dl div dd {
  width: 70%;
  color: #ffffff;
  font-size: 1.4em;
}
#company .content-info .box dl div dd br {
  display: none;
}
@media screen and (max-width: 1280px) {
  #company .mapbox {
    width: 40%;
    height: 600px;
  }
  #company .box {
    margin: 0;
    padding-left: 4%;
  }
}
@media screen and (max-width: 834px) {
  #company .content-info {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #company .content-info .mapbox {
    width: 100%;
    height: 400px;
  }
  #company .content-info .box {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 520px) {
  #company .content-info .content-header {
    margin-left: 12px;
    margin-bottom: 24px;
  }
  #company .content-info .content-header h2 {
    color: #fff;
  }
  #company .content-info .content-header p {
    color: #E2858C;
  }
  #company .content-info .box {
    width: 100%;
    padding-left: auto;
    padding: 16px;
  }
  #company .content-info .box dl {
    width: 95%;
    margin: 0 auto;
  }
  #company .content-info .box dl div {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    border-bottom: 1px solid #343434;
  }
  #company .content-info .box dl div:last-child {
    border-bottom: 0;
  }
  #company .content-info .box dl div dt {
    font-size: 1.4em;
    margin-bottom: 4px;
    width: 100%;
  }
  #company .content-info .box dl div dd {
    font-size: 1.3em;
    width: 100%;
  }
  #company .content-info .box dl div dd br {
    display: block;
  }
}

#history {
  background: #FFFAFA;
}
#history .content-info {
  width: 700px;
  margin: 0 auto;
  padding: 7% 0;
}
#history .content-info .inner {
  width: 100%;
}
#history .content-info .inner .box {
  width: 100%;
}
#history .content-info .inner .box dl {
  width: 100%;
}
#history .content-info .inner .box dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 0;
}
#history .content-info .inner .box dl div dt {
  width: 17%;
  font-size: 1.5em;
}
#history .content-info .inner .box dl div dd {
  width: 83%;
  font-size: 1.3em;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  #history .content-info .inner .box dl div dt {
    font-size: 1.3em;
  }
  #history .content-info .inner .box dl div dd {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 834px) {
  #history .content-info {
    width: 550px;
  }
}
@media screen and (max-width: 520px) {
  #history .content-info {
    width: 95%;
  }
  #history .content-info .inner {
    width: 100%;
  }
  #history .content-info .inner .box {
    width: 100%;
  }
  #history .content-info .inner .box dl {
    width: 100%;
  }
  #history .content-info .inner .box dl div {
    display: block;
  }
  #history .content-info .inner .box dl div dt {
    width: 100%;
    margin-bottom: 7px;
    border-bottom: 1px solid #333;
    font-size: 1.2em;
  }
  #history .content-info .inner .box dl div dd {
    width: 100%;
    font-size: 1.2em;
  }
}

#customer .content-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
}
#customer .content-info .info-pic {
  width: 40%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#customer .content-info .info-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: 100% 0;
  vertical-align: bottom;
}
#customer .content-info .inner {
  width: 60%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
#customer .content-info .inner .inner-box {
  width: 80%;
  height: auto;
}
#customer .content-info .inner .inner-box .box ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#customer .content-info .inner .inner-box .box ul li {
  width: 50%;
  font-size: 1.4em;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "Ryumin Regular KL";
  margin-bottom: 18px;
  color: #4A4A4A;
}
@media screen and (max-width: 834px) {
  #customer .content-info .info-pic {
    width: 30%;
    height: 400px;
  }
  #customer .content-info .inner {
    width: 70%;
  }
  #customer .content-info .inner .inner-box {
    width: 80%;
    height: auto;
  }
  #customer .content-info .inner .inner-box .box ul li {
    width: 50%;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 520px) {
  #customer .content-info {
    display: block;
  }
  #customer .content-info .info-pic {
    width: 100%;
    height: 140px;
    margin-bottom: 24px;
  }
  #customer .content-info .info-pic img {
    object-position: 100% 48%;
  }
  #customer .content-info .inner {
    width: 95%;
    margin: 0 auto;
    padding: 24px 0;
  }
  #customer .content-info .inner .inner-box .box ul {
    display: block;
  }
  #customer .content-info .inner .inner-box .box ul li {
    width: 100%;
    font-size: 1.3em;
    margin-bottom: 8px;
  }
}

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