@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1100px) {
  a {
    cursor: pointer;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  overflow: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.l-header {
  width: 100%;
  height: 70px;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
@media screen and (max-width: 1099px) {
  .l-header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    display: none;
  }
}

.l-main-visual {
  margin-top: 70px;
}
@media screen and (max-width: 1099px) {
  .l-main-visual {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main-visual {
    margin-top: 0;
  }
}

.l-business {
  padding: 82px 0 50px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .l-business {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-business {
    padding: 72px 0 50px;
  }
}

.l-concept {
  padding: 30px 0 26px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-concept {
    padding: 40px 0 47px;
  }
}

.l-works {
  padding: 91px 0 44px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  background: url(../images/img_works-back.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-works {
    padding: 95px 0 50px;
    background: url(../images/sp/img_works-back-sp.png) no-repeat center center/cover;
  }
}

.l-guarantee {
  padding: 88px 0 50px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-guarantee {
    padding: 76px 0 50px;
  }
}

.l-company {
  padding: 62px 0 107px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-company {
    padding: 19px 0 80px;
  }
}

.l-contact {
  width: 100%;
  height: 365px;
  background: url(../images/img_contact-back.png) no-repeat center center/cover;
  padding: 35px 0 120px;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 35px 0 60px;
    height: auto;
  }
}

.l-footer {
  width: 100%;
  height: 365px;
  background: url(../images/img_footer.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: auto;
  }
}

.l-firstview {
  margin-top: 70px;
}
@media screen and (max-width: 1099px) {
  .l-firstview {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-firstview {
    margin-top: 0;
  }
}

.c-title {
  text-align: center;
}

.c-title__text {
  font-size: 30px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  padding-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title__text {
    font-size: 24px;
  }
}
.c-title__text::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 2px;
  background: #8f0404;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-title__text::after {
    bottom: 15px;
  }
}

.c-title__business {
  position: relative;
}
.c-title__business::before {
  position: absolute;
  content: "Business Content";
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 42px;
  font-family: "Calibri", "Geneva", "Avenir Next", sans-serif;
  color: #fcf9f2;
  font-weight: 600;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-title__business::before {
    font-size: 33px;
    top: 12px;
  }
}

.c-title__works {
  z-index: 0;
  position: relative;
}
.c-title__works::before {
  position: absolute;
  content: "Works";
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 42px;
  font-family: "Calibri", "Geneva", "Avenir Next", sans-serif;
  color: #FFF;
  font-weight: 600;
  z-index: -2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-title__works::before {
    font-size: 33px;
    top: 12px;
  }
}

.c-title__guarantee {
  position: relative;
}
.c-title__guarantee::before {
  position: absolute;
  content: "Guarantee";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  font-family: "Calibri", "Geneva", "Avenir Next", sans-serif;
  color: #fcf9f2;
  font-weight: 600;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-title__guarantee::before {
    font-size: 33px;
    top: 12px;
  }
}

.c-title__company {
  position: relative;
}
.c-title__company::before {
  position: absolute;
  content: "Company Info";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  font-family: "Calibri", "Geneva", "Avenir Next", sans-serif;
  color: #fcf9f2;
  font-weight: 600;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-title__company::before {
    font-size: 33px;
    top: 12px;
  }
}

.c-button {
  background-color: transparent;
  color: #8f0404;
  transition: all 0.3s;
}
.c-button:hover {
  background-color: #8f0404;
  color: #FFF;
}

.c-button__link {
  font-size: 20px;
  padding: 13px 30px;
  border: 1px solid #8f0404;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button__link {
    font-size: 14px;
    padding: 7px 15px;
  }
}

.c-page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 105px;
  height: 50px;
  background: url(../images/icon_totop.png) no-repeat center center/contain;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    width: 70px;
    right: 10px;
    bottom: 10px;
  }
}
.c-page-top > a {
  display: block;
  height: 100%;
}
.c-page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.c-page-top:hover {
  opacity: 0.7;
}

.p-header {
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
  padding: 44px 0 0;
}

.p-header-nav {
  -moz-text-align-last: right;
  text-align-last: right;
}

.p-header-nav__list {
  display: flex;
  justify-content: flex-end;
}

.p-header-nav__item {
  position: relative;
  transition: 0.3s;
}
.p-header-nav__item + .p-header-nav__item {
  margin-left: 21px;
}

.p-header-nav__item-link {
  font-size: 15px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  padding: 0 10px;
  position: relative;
}
.p-header-nav__item-link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #8f0404;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-header-nav__item-link:hover::after {
  transform: scale(1, 1);
}

.openbtn {
  position: fixed;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background: #083a51;
  cursor: pointer;
  z-index: 101;
}
.openbtn.active {
  background-color: transparent;
}
@media screen and (min-width: 1100px) {
  .openbtn {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .openbtn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .openbtn {
    display: block;
    width: 50px;
    height: 50px;
  }
}

/*ボタン内側*/
.openbtn .openbtn-area {
  position: relative;
  transition: all 0.4s;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 22px;
  height: 4px;
  background: #fff;
  width: 52%;
}
@media screen and (max-width: 767px) {
  .openbtn span {
    width: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.openbtn span:nth-of-type(1) {
  top: 26px;
}
@media screen and (max-width: 767px) {
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
}

.openbtn span:nth-of-type(2) {
  top: 42px;
}
@media screen and (max-width: 767px) {
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
}

.openbtn span:nth-of-type(3) {
  top: 60px;
}
@media screen and (max-width: 767px) {
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
}

.openbtn.active .openbtn-area {
  transform: rotateY(-360deg);
}

.openbtn.active span:nth-of-type(1) {
  top: 31px;
  left: 8px;
  transform: translateY(6px) rotate(-138deg);
  width: 78%;
}
@media screen and (max-width: 767px) {
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 4px;
  }
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 44px;
  left: 8px;
  transform: translateY(-6px) rotate(138deg);
  width: 78%;
}
@media screen and (max-width: 767px) {
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 4px;
  }
}

.p-drawer-nav {
  width: 100%;
  height: 500px;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: #083a51;
  opacity: 0.83;
  padding: 74px 30px;
  text-align: center;
  transition: transform 0.5s ease 0s;
  transform: translateX(105%);
  z-index: 99;
}
.p-drawer-nav.-active {
  transform: translateX(0);
}

.p-drawer-nav__menu {
  display: block;
}
.p-drawer-nav__menu:focus,
.p-drawer-nav__menu :active,
.p-drawer-nav__menu :hover {
  text-decoration: none;
  background: none;
  outline: none;
  border: transparent;
}

.p-drawer-nav__item {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  letter-spacing: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.p-drawer-nav__item + .p-drawer-nav__item {
  margin-top: 33px;
}
.p-drawer-nav__item:focus,
.p-drawer-nav__item :active,
.p-drawer-nav__item :hover {
  text-decoration: none;
  background: none;
  outline: none;
  border: transparent;
}

.p-main-visual__pc {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-main-visual__pc {
    display: none;
  }
}

.p-main-visual__sp {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .p-main-visual__sp {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .p-main-visual__sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual__sp {
    display: block;
  }
}

.p-business__body {
  margin-top: 61px;
  display: flex;
}
@media screen and (max-width: 1099px) {
  .p-business__body {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__body {
    display: block;
    margin: 55px 0 0 auto;
    padding: 0 30px;
  }
}

.p-business__content {
  width: 50%;
}
@media screen and (max-width: 1099px) {
  .p-business__content {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-business__content {
    width: 90%;
  }
}

.p-business__title {
  font-size: 19px;
  line-height: 2.6;
  letter-spacing: 0.18em;
  padding-left: 2px;
}
@media screen and (max-width: 1099px) {
  .p-business__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__title {
    font-size: 14px;
  }
}

.p-business__text {
  font-size: 15px;
  line-height: 1.7;
  margin: 44px 0 22px;
}
@media screen and (max-width: 1099px) {
  .p-business__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__text {
    font-size: 11px;
    margin: 25px 0 23px;
  }
}

.p-business__title-sub {
  font-size: 19px;
  line-height: 2.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1099px) {
  .p-business__title-sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__title-sub {
    font-size: 11px;
  }
}

.p-business__bottom {
  margin: 91px 68px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-business__bottom {
    margin: 11px 0 0 0;
  }
}

.p-business__image {
  max-width: 50%;
  width: 100%;
  padding: 5px 2px;
}
@media screen and (max-width: 1099px) {
  .p-business__image {
    max-width: 45%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-business__image {
    max-width: 100%;
    text-align: center;
    margin-top: 26px;
    padding: 0;
  }
}
.p-business__image > img {
  width: 529px;
  height: 396px;
}
@media screen and (max-width: 1099px) {
  .p-business__image > img {
    width: 495px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-business__image > img {
    width: 495px;
    height: auto;
  }
}

.p-concept {
  position: relative;
}
.p-concept::before {
  position: absolute;
  content: "";
  right: 0px;
  top: -192px;
  width: 513px;
  height: 585px;
  background: url(../images/img_concept-right.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 1099px) {
  .p-concept::before {
    width: 445px;
    background: url(../images/sp/img_concept-right-sp.png) no-repeat center center/contain;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-concept::before {
    width: 450px;
    background: url(../images/sp/img_concept-right-sp.png) no-repeat center center/contain;
    right: 0;
  }
}
.p-concept::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -93px;
  width: 683px;
  height: 857px;
  background: url(../images/img_concept-left.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 1099px) {
  .p-concept::after {
    width: 486px;
    background: url(../images/sp/img_concept-left-sp.png) no-repeat center center/contain;
    bottom: -191px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept::after {
    width: 380px;
    background: url(../images/sp/img_concept-left-sp.png) no-repeat center center/contain;
    bottom: -191px;
  }
}

.p-concept__body {
  max-width: 855px;
  width: 100%;
  margin: 145px auto 0;
}
@media screen and (max-width: 1099px) {
  .p-concept__body {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__body {
    margin-top: 0;
    padding: 0 18px 0 25px;
  }
}

.p-concept__left {
  -moz-text-align-last: left;
  text-align-last: left;
  position: relative;
}
.p-concept__left::before {
  position: absolute;
  content: "";
  right: -22px;
  top: -44px;
  width: 343px;
  height: 478px;
  background: url(../images/img_concept-text.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 1099px) {
  .p-concept__left::before {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__left::before {
    top: 352px;
    right: 151px;
    display: none;
  }
}
.p-concept__left > img {
  width: 442px;
}
@media screen and (max-width: 1099px) {
  .p-concept__left > img {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__left > img {
    width: 240px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1100px) {
  .p-concept__text-sp {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .p-concept__text-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__text-sp {
    display: block;
    padding-left: 60px;
    margin: 20px auto;
    width: 280px;
  }
}

.p-concept__right {
  text-align: right;
  margin: 54px -10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-concept__right {
    margin: -56px 0 0 0;
  }
}
.p-concept__right > img {
  width: 442px;
}
@media screen and (max-width: 1099px) {
  .p-concept__right > img {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__right > img {
    width: 240px;
  }
}

.p-works {
  max-width: 1002px;
  width: 100%;
  margin: 0 auto;
}

.p-works__list {
  margin-top: 50px;
  padding: 0 133px;
}
@media screen and (max-width: 767px) {
  .p-works__list {
    margin-top: 66px;
    padding: 0 20px;
  }
}

.p-works__item + .p-works__item {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-works__item + .p-works__item {
    margin-top: 73px;
  }
}

.p-works__title {
  font-family: "小塚ゴシック Pro 6N", "KozGoPro-Light", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 25px;
  font-size: 20px;
  padding: 0 0 0 7px;
  border-left: 3px solid #083a51;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-works__title {
    font-size: 18px;
  }
}

.p-works__body {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-works__body {
    margin-top: 21px;
  }
}

.p-works__body-before > img {
  width: 252px;
}

.p-works__body-arrow {
  margin: auto 0;
}
@media screen and (max-width: 1099px) {
  .p-works__body-arrow {
    margin: auto 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__body-arrow {
    margin: auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__body-arrow > img {
    width: 73px;
  }
}

.p-works__body-after > img {
  width: 252px;
}

.p-works__bottom {
  margin-top: 31px;
  text-align: right;
}
@media screen and (max-width: 1099px) {
  .p-works__bottom {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__bottom {
    margin-top: 75px;
    padding: 0 30px;
  }
}

.c-work-button {
  padding: 21px 8px 22px 17px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-work-button {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.p-guarantee__body {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 100px;
}
@media screen and (max-width: 1099px) {
  .p-guarantee__body {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-guarantee__body {
    display: block;
    max-width: 469px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.p-guarantee__content {
  width: 50%;
  margin: 82px 0 0 0;
  padding: 0 0 0 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-guarantee__content {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 0;
  }
}
.p-guarantee__content::before {
  position: absolute;
  content: "";
  width: 215px;
  height: 350px;
  background: url(../images/img_guarantee2.png) no-repeat center center/contain;
  right: 20px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .p-guarantee__content::before {
    width: 150px;
    right: 15px;
    top: 0;
  }
}

.p-guarantee__title {
  width: 225px;
  font-size: 25px;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-guarantee__title {
    font-size: 20px;
    width: 180px;
    padding: 0 13px;
  }
}

.p-guarantee__text {
  margin-top: 48px;
  font-size: 17px;
  line-height: 1.7;
}
@media screen and (max-width: 1099px) {
  .p-guarantee__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-guarantee__text {
    font-size: 14px;
    margin-top: 49px;
  }
}

.p-guarantee__list {
  margin-top: 62px;
  list-style: inside;
}
@media screen and (max-width: 767px) {
  .p-guarantee__list {
    margin-top: 30px;
  }
}

.p-guarantee__item {
  font-size: 15px;
  line-height: 1.4;
  padding-left: 10px;
}
@media screen and (max-width: 1099px) {
  .p-guarantee__item {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-guarantee__item {
    font-size: 11px;
  }
}
.p-guarantee__item:first-child {
  padding-left: 0;
}
.p-guarantee__item + .p-guarantee__item {
  margin-top: 5px;
  position: relative;
}
.p-guarantee__item + .p-guarantee__item::before {
  position: absolute;
  content: "・";
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.p-guarantee__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-guarantee__image {
    width: 80%;
    margin: 50px auto 0;
  }
}
.p-guarantee__image > img {
  width: 467px;
  margin: 6px 31px;
}
@media screen and (max-width: 767px) {
  .p-guarantee__image > img {
    margin: 0;
  }
}

.p-company__body {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .p-company__body {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__body {
    display: block;
    max-width: 440px;
    width: 100%;
    margin: 44px auto 0;
    padding: 0 20px;
  }
}

.p-company__content {
  max-width: 50%;
  width: 100%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-company__content {
    max-width: 100%;
    padding-left: 0;
  }
}

.p-company-table {
  border-spacing: 0 37px;
}
@media screen and (max-width: 767px) {
  .p-company-table {
    border-spacing: 0 34px;
  }
}

.p-company-table__box {
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (max-width: 1099px) {
  .p-company-table__box {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-table__box {
    font-size: 13px;
  }
}

.p-company-table__row1 {
  width: 88px;
}

.p-company-table__row2 {
  display: block;
  margin-left: 28px;
}
.p-company-table__row2 > span {
  display: inline-block;
  width: 58px;
}

.p-company__image {
  margin: 52px 0 0 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__image {
    margin: 28px 0 0;
  }
}
.p-company__image > img {
  width: 418px;
}

.p-contact {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

.p-contact__body {
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .p-contact__body {
    padding: 0 50px;
  }
}

.p-contact__title > img {
  width: 503px;
  padding-left: 7px;
}

.p-contact__content {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    display: inline-block;
    padding: 0 30px;
    margin-top: 42px;
  }
}

.p-contact__button.mail {
  margin-left: 87px;
}
@media screen and (max-width: 767px) {
  .p-contact__button.mail {
    margin-left: 0;
    margin-top: 33px;
  }
}
@media screen and (min-width: 1100px) {
  .p-contact__button.is-sp {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .p-contact__button.is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__button.is-sp {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .p-contact__button.is-pc {
    display: block;
  }
}
@media screen and (max-width: 1099px) {
  .p-contact__button.is-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__button.is-pc {
    display: none;
  }
}

.p-contact__button-link {
  display: flex;
  transition: all 0.3s;
  position: relative;
}
.p-contact__button-link > img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-contact__button-link > img:nth-child(2):hover {
  opacity: 0;
  transition: opacity 0.3s;
}

.p-contact__button-text {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  color: #FFF;
  font-size: 30px;
}

.p-modal {
  width: 90%;
  height: 80%;
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  background: rgba(9, 58, 81, 0.9);
  padding: 150px 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 501;
  color: #FFF;
  display: none;
}
.p-modal.is-show {
  display: block;
}

.p-modal-content {
  text-align: center;
  height: 100%;
  position: relative;
}

.p-modal-text {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: bold;
  font-size: 50px;
  width: 100%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-modal-text {
    font-size: 30px;
  }
}

.p-footer {
  text-align: center;
  padding: 32px 0 0;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 27px 20px 10px;
  }
}

.p-footer-nav__list {
  display: flex;
  justify-content: center;
}

.p-footer-nav__item + .p-footer-nav__item {
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__item + .p-footer-nav__item {
    margin-left: 4px;
  }
}

.p-footer-nav__item-link {
  padding: 10px 17px;
  color: #000;
  font-size: 15px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__item-link {
    font-size: 12px;
    padding: 6px 4px;
  }
}
.p-footer-nav__item-link:hover {
  background: #000;
  color: #FFF;
}

.p-footer-logo {
  margin: 38px 0 41px;
}
@media screen and (max-width: 767px) {
  .p-footer-logo {
    margin: 36px 0 41px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-logo > img {
    width: 120px;
  }
}

.p-footer-copy {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer-copy {
    font-size: 11px;
  }
}

.p-firstview {
  width: 100%;
  height: auto;
}
.p-firstview > img {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .p-firstview > img.is-pc {
    display: block;
  }
}
@media screen and (max-width: 1099px) {
  .p-firstview > img.is-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-firstview > img.is-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .p-firstview > img.is-sp {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .p-firstview > img.is-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-firstview > img.is-sp {
    display: block;
  }
}

.p-gallery {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .p-gallery {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery {
    max-width: 90%;
  }
}

.p-gallery__body {
  margin: 122px 0 172px;
}
@media screen and (max-width: 1099px) {
  .p-gallery__body {
    margin: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__body {
    margin: 60px 0 80px;
  }
}

.p-gallery__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-gallery__item {
  transition: opacity 0.3s;
}
@media screen and (max-width: 1099px) {
  .p-gallery__item {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__item {
    width: 45%;
  }
}
.p-gallery__item:hover {
  opacity: 0.7;
}
.p-gallery__item:nth-child(even) {
  margin-left: 90px;
}
@media screen and (max-width: 1099px) {
  .p-gallery__item:nth-child(even) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__item:nth-child(even) {
    margin-left: 0;
  }
}
.p-gallery__item:nth-child(n+3) {
  margin-top: 138px;
}
@media screen and (max-width: 1099px) {
  .p-gallery__item:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__item:nth-child(n+3) {
    margin-top: 30px;
  }
}

.p-gallery__item-link > img {
  box-shadow: 0px 5px 24px rgba(75, 79, 78, 0.36);
}/*# sourceMappingURL=style.css.map */