@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow: auto;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.75;
  overflow: hidden;
  color: #333;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.604vw;
    word-break: normal;
  }
}
@media screen and (max-width: 538px) {
  body {
    font-size: 14px;
  }
}

.l-header {
  position: relative;
  width: 100%;
  height: 100vh;
}

.l-contents {
  max-width: 1080px;
  margin: 0 auto;
  padding: 125px 40px 193px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-contents {
    width: 100vw;
    max-width: auto;
    padding: 109px 0 169px;
  }
}

.l-footer {
  width: 100%;
  background-color: #122550;
}

.c-companyName {
  font-family: "ten-mincho";
}

.c-navigation {
  font-family: "ten-mincho";
}

.c-underLineName {
  display: inline-block;
  position: relative;
  margin-bottom: 21px;
  font-family: "ten-mincho";
  line-height: 0.95;
}
.c-underLineName:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -21px;
  left: 50%;
  width: 218px;
  border-bottom: 1px solid #ccc;
  transform: translateX(-50%);
}

.c-backImageName {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-backImageName__text {
  font-family: "ten-mincho";
}
@media screen and (max-width: 768px) {
  .c-backImageName {
    display: block;
  }
}

.c-listNoStyle {
  display: inline-block;
}

.c-description {
  display: inline-block;
}

.c-biography {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-postalCode {
    display: block;
  }
}

.p-top {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  background-image: url(../images/main_visual.png);
  background-size: cover;
  background-position: 50% 50%;
  box-sizing: border-box;
}
.p-top__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.p-top__contents .c-companyLogo {
  margin: 0 auto;
  text-align: center;
}
.p-top__contents .c-companyLogo img {
  width: 81px;
  height: 72px;
}
.p-top__contents .c-companyName {
  margin-top: 26px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}
.p-top__contents .c-read {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top {
    top: 56px;
    height: calc(100% - 56px);
    background-image: url(../images/main_visual_sp.png);
  }
  .p-top__contents {
    padding: 0;
  }
  .p-top__contents .c-companyLogo img {
    width: 45px;
    height: 40px;
  }
  .p-top__contents .c-read {
    padding: 26px 30px 29px;
    background-color: rgba(18, 37, 80, 0.6);
    font-size: inherit;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-top__contents .c-companyName {
    margin-top: 2.604vw;
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .p-top__contents .c-companyName {
    margin-top: 2.604vh;
    margin-bottom: 3vh;
    font-size: 5.6vh;
  }
}
@media screen and (max-width: 550px) {
  .p-top__contents .c-companyName {
    margin-top: 14.322px;
    font-size: 30.8px;
  }
}

.p-navigationArea {
  z-index: 10;
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 45px;
  background-color: #091738;
}
.p-navigationArea__contents {
  height: inherit;
  overflow: auto;
}
.p-navigationArea__contents .c-navigation {
  display: inline-block;
  float: right;
  height: inherit;
}
.p-navigationArea__contents .c-navigation ul {
  height: inherit;
  overflow: auto;
}
.p-navigationArea__contents .c-navigation ul li {
  float: left;
  width: 134px;
  height: inherit;
}
.p-navigationArea__contents .c-navigation ul li a {
  display: inline-block;
  width: inherit;
  height: inherit;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.p-navigationArea__contents .c-navigation ul li a:hover {
  cursor: pointer;
  color: #1a57e8;
}
.p-navigationArea__contents .c-navigation ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 22px;
  border-left: 1px solid #444;
  transform: translateY(-50%);
}
.p-navigationArea__contents .c-navigation ul li:first-child::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .p-navigationArea {
    position: fixed;
    top: 0;
    height: 56px;
  }
  .p-navigationArea__contents .c-navigation ul li {
    width: auto;
  }
  .p-navigationArea__contents .c-navigation ul li a {
    padding: 0 3.5vw;
    line-height: 56px;
  }
  .p-navigationArea__contents .c-navigation ul li:last-child {
    text-align: right;
  }
}

.p-business {
  width: 100%;
  margin-bottom: 110px;
  padding-bottom: 10px;
}
.p-business__title {
  margin-bottom: 50px;
  text-align: center;
}
.p-business__title .c-underLineName {
  font-size: 36px;
  color: #000;
}
.p-business__production {
  display: flex;
  margin-bottom: 50px;
}
.p-business__production .c-backImageName {
  width: calc(100% - 626px);
  min-width: 114px;
  min-height: 152px;
  max-width: 234px;
  margin-right: 50px;
  background-image: url(../images/production.png);
  background-size: cover;
}
.p-business__production .c-backImageName__text {
  font-size: 22px;
  color: #000;
}
.p-business__production .c-listNoStyle li {
  padding-bottom: 12px;
}
.p-business__production .c-listNoStyle li:last-child {
  padding-bottom: 0;
}
.p-business__printing {
  display: flex;
  margin-bottom: 125px;
}
.p-business__printing .c-backImageName {
  width: calc(100% - 626px);
  min-width: 114px;
  min-height: 124px;
  max-width: 234px;
  margin-right: 50px;
  background-image: url(../images/printing.png);
  background-size: cover;
}
.p-business__printing .c-backImageName__text {
  font-size: 22px;
  color: #000;
}
.p-business__printing .c-listNoStyle li {
  padding-bottom: 12px;
}
.p-business__printing .c-listNoStyle li:last-child {
  padding-bottom: 0;
}
.p-business:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../images/cmyk.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .p-business {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 70px;
    box-sizing: border-box;
  }
  .p-business__title {
    margin-bottom: 50px;
    text-align: center;
  }
  .p-business__title .c-underLineName {
    font-size: 30px;
  }
  .p-business__production {
    display: block;
  }
  .p-business__production .c-backImageName {
    min-height: auto;
    background-image: none;
  }
  .p-business__production .c-backImageName__text {
    font-size: 24px;
    margin-bottom: 26px;
  }
  .p-business__printing {
    display: block;
  }
  .p-business__printing .c-backImageName {
    min-height: auto;
    background-image: none;
  }
  .p-business__printing .c-backImageName__text {
    font-size: 24px;
    margin-bottom: 26px;
  }
}

.p-about {
  width: 100%;
  margin-bottom: 110px;
  padding-bottom: 10px;
}
.p-about__title {
  margin-bottom: 50px;
  text-align: center;
}
.p-about__title .c-underLineName {
  font-size: 36px;
  color: #000;
}
.p-about .c-read {
  margin-bottom: 75px;
}
.p-about__peace1 {
  margin-bottom: 130px;
}
.p-about__peace1__top {
  display: flex;
  position: relative;
  height: 282px;
  margin-bottom: 40px;
}
.p-about__peace1__top .c-backImageName {
  float: left;
  width: 234px;
  height: inherit;
  min-width: 210px;
  margin-right: 50px;
  background-image: url(../images/about_peace1.png);
}
.p-about__peace1__top .c-backImageName__text {
  font-size: 22px;
  color: white;
}
.p-about__peace1__headOffice {
  position: relative;
  max-width: 655px;
  height: inherit;
  box-sizing: border-box;
}
.p-about__peace1__headOffice__info {
  display: flex;
  max-width: 548px;
  justify-content: space-between;
}
.p-about__peace1__headOffice__info .c-description {
  display: inline-block;
}
.p-about__peace1__headOffice__info .c-description dd {
  padding-left: 20px;
}
.p-about__peace1__headOffice__info .c-description--right {
  float: right;
  margin-left: 20px;
}
.p-about__peace1__headOffice .c-biography {
  max-width: 615px;
  margin-top: 16px;
}
.p-about__peace1__headOffice:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 548px;
  height: 1px;
  background-image: url(../images/border.png);
}
.p-about__peace1__bottom {
  /* display: flex; */
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.p-about__peace1__branchoffice {
  display: inline-block;
  width: 50%;
}
.p-about__peace1__branchoffice--leftInfo {
  order: 1;
  padding-right: 21px;
  box-sizing: border-box;
}
.p-about__peace1__branchoffice--rightInfo {
  order: 2;
  padding-left: 21px;
  box-sizing: border-box;
}
.p-about__peace1__branchoffice--leftMap {
  order: 3;
  padding-right: 21px;
  box-sizing: border-box;
}
.p-about__peace1__branchoffice--rightMap {
  order: 4;
  padding-left: 21px;
  box-sizing: border-box;
}
.p-about__peace1__branchoffice .c-description {
  margin-bottom: 19px;
  align-items: flex-end;
}
.p-about__peace1__branchoffice .c-description dd {
  padding-left: 20px;
}
.p-about__peace1__branchoffice .c-googleMap {
  width: 100%;
  height: 357px;
}
.p-about__peace1__branchoffice .c-googleMap iframe {
  width: inherit;
  height: inherit;
}
.p-about:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../images/cmyk.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 888px) {
  .p-about__peace1__headOffice:after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 70px;
    box-sizing: border-box;
  }
  .p-about__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .p-about__title .c-underLineName {
    font-size: 30px;
  }
  .p-about .c-read {
    margin-bottom: 60px;
  }
  .p-about__peace1__top {
    display: block;
    height: auto;
    min-height: auto;
    margin-bottom: 60px;
  }
  .p-about__peace1__top .c-backImageName {
    display: block;
    float: none;
    background-image: none;
  }
  .p-about__peace1__top .c-backImageName__text {
    font-size: 24px;
    color: #000;
  }
  .p-about__peace1__headOffice {
    max-width: 100%;
  }
  .p-about__peace1__headOffice__info {
    display: block;
  }
  .p-about__peace1__headOffice__info .c-description {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .p-about__peace1__headOffice__info .c-description dt {
    padding-top: 12.5px;
    width: 25%;
    border-bottom: 3px solid #122550;
  }
  .p-about__peace1__headOffice__info .c-description dd {
    width: 75%;
    padding-top: 12.5px;
    padding-left: 8px;
    border-bottom: 3px solid #ccc;
    box-sizing: border-box;
    word-break: keep-all;
  }
  .p-about__peace1__headOffice__info .c-description--right {
    float: none;
    margin-left: 0;
  }
  .p-about__peace1__headOffice .c-biography {
    max-width: 100%;
    margin-top: 37px;
    margin-bottom: 52px;
  }
  .p-about__peace1__headOffice:after {
    left: 50%;
    max-width: 70.5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-about__peace1__bottom {
    display: block;
  }
  .p-about__peace1__branchoffice {
    display: block;
    width: 100%;
  }
  .p-about__peace1__branchoffice--leftInfo {
    padding-right: 0;
  }
  .p-about__peace1__branchoffice--rightInfo {
    margin-top: 65px;
    padding-left: 0;
  }
  .p-about__peace1__branchoffice--leftMap {
    padding-right: 0;
  }
  .p-about__peace1__branchoffice--rightMap {
    padding-left: 0;
  }
  .p-about__peace1__branchoffice .c-googleMap {
    height: 370px;
  }
  .p-about__peace1__branchoffice .c-googleMap iframe {
    height: inherit;
  }
}
@media screen and (max-width: 510px) {
  .p-about__peace1__headOffice__info .c-description dt {
    width: 98px;
  }
  .p-about__peace1__headOffice__info .c-description dd {
    width: calc(100% - 98px);
  }
}

.p-contact__title {
  margin-bottom: 50px;
  text-align: center;
}
.p-contact__title .c-underLineName {
  font-size: 36px;
  color: #000;
}
.p-contact__information {
  display: flex;
  overflow: hidden;
  background-color: #eee;
}
.p-contact__information__contents {
  position: relative;
  height: calc(100% - 53px);
  margin: 26px 0 27px;
}
.p-contact__information__contents--left {
  float: left;
  max-width: 50%;
  padding-right: 30px;
  padding-left: 22px;
  box-sizing: border-box;
}
.p-contact__information__contents--left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/border.png);
}
.p-contact__information__contents--right {
  float: right;
  min-width: 410px;
  padding-left: 4.7222222%;
  box-sizing: border-box;
}
.p-contact__information__contents h3 {
  margin-bottom: 20px;
  font-family: "ten-mincho";
  font-size: 22px;
}
.p-contact__information__contents .c-icontext--tel {
  margin-bottom: 24px;
}
.p-contact__information__contents .c-icontext--tel p:before {
  content: url(../images/tel_icon.png);
  position: relative;
  top: 8px;
  left: 9px;
  margin-right: 11px;
}
.p-contact__information__contents .c-icontext--mail {
  position: relative;
}
.p-contact__information__contents .c-icontext--mail p:before {
  content: url(../images/mail_icon.png);
  position: relative;
  top: 7px;
  left: 18px;
  margin-right: 20px;
}
.p-contact__information__contents .c-icontext p {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
}
.p-contact__information__contents .c-icontext p a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    margin-bottom: 30px;
  }
  .p-contact__title .c-underLineName {
    font-size: 30px;
  }
  .p-contact .c-read {
    margin-bottom: 10px;
  }
  .p-contact__information {
    display: block;
    height: auto;
    background-color: #fff;
  }
  .p-contact__information__contents {
    height: auto;
    max-width: 100%;
    margin: 0;
  }
  .p-contact__information__contents--left {
    float: none;
    padding: 0 30px;
    border: none;
  }
  .p-contact__information__contents--left:after {
    content: none;
  }
  .p-contact__information__contents--right {
    float: none;
    padding-left: 0;
    background-color: #eee;
  }
  .p-contact__information__contents .c-icontext {
    display: block;
    width: auto;
    max-width: 545px;
    margin: 0 auto;
    padding: 3.9vw 0;
  }
  .p-contact__information__contents .c-icontext--mail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    background-image: url(../images/border.png);
  }
  .p-contact__information__contents .c-icontext p {
    font-size: 5.59vw;
  }
}

.p-webPageInformation {
  padding: 8px 10px 13px;
}
.p-webPageInformation .c-companyLogo {
  display: inline-block;
}
.p-webPageInformation .c-companyLogo img {
  width: 40px;
  height: 35px;
}
.p-webPageInformation .c-companyName {
  display: inline-block;
  font-size: 24px;
  color: #fff;
}
.p-webPageInformation .c-copyright {
  display: block;
  padding-top: 13px;
  font-size: 12px;
  color: #9a9a9a;
}
.p-webPageInformation .c-copyright a {
  text-decoration: none;
}
.p-webPageInformation .c-copyright a:link {
  color: inherit;
}
.p-webPageInformation .c-copyright a:visited {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .p-webPageInformation .c-companyLogo img {
    width: 5.208vw;
    height: 4.557vw;
  }
  .p-webPageInformation .c-companyName {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 550px) {
  .p-webPageInformation .c-companyLogo img {
    width: 28.644px;
    height: 25.0635px;
  }
  .p-webPageInformation .c-companyName {
    font-size: 17.1875px;
  }
}

.u-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.u-indent::before {
  content: "";
  padding-left: 16px;
}

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