@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*  */
html {
  overflow-y: scroll;
  font-size: 100%;
  font-size: 62.5%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

caption,
th {
  text-align: left;
}

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

img,
object,
embed {
  vertical-align: bottom;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

body {
  *font-size: small;
  *font: x-small;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #F7F7F7;
}

body {
  font-family: '\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF   Pro', 'Hiragino Kaku Gothic Pro', '\6E38\30B4\30B7\30C3\30AF\4F53', 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, '\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF', 'MS PGothic', sans-serif;
  line-height: 1.6;
  font-size: 14px;
  word-wrap: break-word;
  color: #fff;
  background: #000000;
}

a {
  color: #fff;
  transition: 0.2s;
}

a,
a:active {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

@media print,
screen and (max-width: 980px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }
}

.inner {
  /* max-width: 1196px; */
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

@media print,
screen and (max-width: 980px) {
  .inner {
    padding: 0 20px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.jsc_fade_parent {
  opacity: 0;
}

.jsc_fade_parent.active {
  -webkit-animation: fadeIn 0.7s ease-out 0.3s;
  animation: fadeIn 0.3s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.jsc_fade_parent.left.active {
  -webkit-animation: fadeLeft 0.3s ease-out 0.7s;
  animation: fadeLeft 0.3s ease-out 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.jsc_fade_parent.right.active {
  -webkit-animation: fadeRight 0.3s ease-out 0.7s;
  animation: fadeRight 0.3s ease-out 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.jsc_fade_child {
  opacity: 0;
}

.jsc_fade_child.active {
  -webkit-animation: fadeIn 0.3s ease-out 0.1s;
  animation: fadeIn 0.3s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.jsc_fade_second {
  opacity: 0;
}

.jsc_fade_second.active {
  -webkit-animation: fadeIn 0.3s ease-out 0.1s;
  animation: fadeIn 0.3s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.c-button,
.c-button-more,
.c-button-contact {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (max-width: 980px) {

  .c-button,
  .c-button-more,
  .c-button-contact {
    max-width: 100%;
    width: 100%;
  }
}

.c-button-more a {
  background-image: url(../img/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 240px center;
  background-size: 9px;
}

@media print,
screen and (max-width: 980px) {
  .c-button-more a {
    background-position: 90.47619% center;
  }
}

.c-button-contact a {
  background-image: url(../img/common/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 82px center;
  background-size: 21px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
}

.c-headline-h1 {
  color: #C53359;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.71429;
  font-weight: bold;
  position: relative;
}

@media print,
screen and (max-width: 980px) {
  .c-headline-h1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}

.c-headline-h1 .u-font-roboto {
  font-size: 100px;
  font-size: 10rem;
  line-height: 1.17;
  font-style: italic;
  font-weight: 700;
  z-index: 2;
  position: relative;
  letter-spacing: 0.05em;
}

@media print,
screen and (max-width: 980px) {
  .c-headline-h1 .u-font-roboto {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.16;
  }
}

.c-headline-h1 .u-font-roboto:after {
  content: '';
  display: block;
  width: 105px;
  height: 2px;
  background: #B6002F;
  position: absolute;
  bottom: 35px;
  right: -110px;
  z-index: 1;
}

@media print,
screen and (max-width: 980px) {
  .c-headline-h1 .u-font-roboto:after {
    right: inherit;
    left: 0;
    width: 140%;
    bottom: 0;
    display: none;
  }
}

.c-headline-h1 .lead {
  font-style: normal;
  margin-left: 125px;
  position: relative;
  z-index: 2;
}

@media print,
screen and (max-width: 980px) {
  .c-headline-h1 .lead {
    margin-left: auto;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
}

@media print,
screen and (max-width: 980px) {
  .c-headline-h1 .lead:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #B6002F;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
}

@media print,
screen and (max-width: 980px) {
  .c-headline-h1 .lead .bg {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-left: 10px;
  }
}

.c-headline-h2 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.5;
}

@media print,
screen and (max-width: 980px) {
  .c-headline-h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.c-headline-h2 .u-font-roboto {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #C53359;
  display: block;
}

@media print,
screen and (max-width: 980px) {
  .c-headline-h2 .u-font-roboto {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45455;
  }
}

.c-headline-h2 .lead {
  font-weight: bold;
}

.c-headline-h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  border-bottom: 1px solid #B6002F;
  padding-bottom: 32px;
}

@media print,
screen and (max-width: 980px) {
  .c-headline-h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    padding-bottom: 20px;
  }
}

.c-headline-h3 .u-font-roboto {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  color: #cca6b0;
}

@media print,
screen and (max-width: 980px) {
  .c-headline-h3 .u-font-roboto {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77778;
  }
}

.c-headline-h3 .lead {
  font-weight: bold;
  color: #B6002F;
}

.c-headline-h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  border-left: 1px solid #B6002F;
  padding-left: 32px;
}

.c-headline-h4 .u-font-roboto {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #6E6E69;
}

.c-headline-h4 .lead {
  font-weight: bold;
  color: #141413;
}

.c-pagenation {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.c-pagenation li {
  margin: 0 4px;
}

.c-pagenation li.is-active a {
  pointer-events: none;
  background: #B6002F;
  border-radius: 4px;
  color: #fff;
}

.c-pagenation li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #3F3F3F;
}

.c-button,
.c-button-more,
.c-button-contact {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #141413;
}

.c-button-small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #141413;
}

.c-button__en {
  color: #6E6E69;
}

.c-button__en-small {
  color: #6E6E69;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.c-textlink {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.16667;
}

@media print,
screen and (max-width: 980px) {
  .c-textlink {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.13636;
  }
}

.c-textlink a {
  color: #141413;
  font-weight: bold;
  background-image: url(../img/common/icon_arrow_b.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 9px;
  padding-right: 30px;
  transition: 0.3s;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.1em;
}

.c-textlink a:hover {
  opacity: 1;
  color: #B6002F;
  background-image: url(../img/common/icon_arrow_p.png);
}

.c-topHeadline-h2 {
  color: #141413;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.35;
  font-weight: bold;
  position: relative;
}

@media print,
screen and (max-width: 980px) {
  .c-topHeadline-h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.c-topHeadline-h2 .lead {
  position: relative;
  z-index: 2;
}

.c-topHeadline-h2 .u-font-roboto {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  z-index: 2;
  letter-spacing: 0.05em;
  display: block;
  color: #6E6E69;
  margin: 8px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .c-topHeadline-h2 .u-font-roboto {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45455;
  }
}

.c-topHeadline-h2:after {
  content: '';
  display: block;
  width: 105px;
  height: 2px;
  background: #B6002F;
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 1;
}

.c-topText,
.c-topText-en {
  color: #141413;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 76px 0 0;
}

@media print,
screen and (max-width: 980px) {

  .c-topText,
  .c-topText-en {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.84615;
  }
}

.c-topText-en {
  color: #6E6E69;
  margin: 8px 0 0;
}

.p-company {
  padding: 60px 0 52px;
  opacity: 0;
}

.p-company.is-active {
  -webkit-animation: fadeIn 0.3s ease-out 0.1s;
  animation: fadeIn 0.1s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media print,
screen and (max-width: 980px) {
  .p-company {
    padding: 30px 0 20px;
  }
}

.p-company .title {
  width: 364px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-company .title {
    width: 42.95775%;
  }
}

.p-company .goal {
  margin: 54px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-company .goal {
    margin: 30px 0 0;
  }
}

.p-company .goal .list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 1060px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-company .goal .list {
    width: 100%;
    display: block;
  }
}

.p-company .goal .list li {
  margin: 34px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

@media print,
screen and (max-width: 980px) {
  .p-company .goal .list li {
    width: 100%;
    display: block;
  }
}

.p-company .goal .list li:first-child {
  margin: 0;
}

.p-company .goal .list li .head {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  position: relative;
  padding-right: 96px;
  margin-right: 20px;
  width: 240px;
  text-align: right;
  letter-spacing: 0.2em;
}

@media print,
screen and (max-width: 980px) {
  .p-company .goal .list li .head {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: bold;
    margin-right: 0;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

.p-company .goal .list li .head:after {
  content: "";
  width: 77px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  top: 24px;
}

@media print,
screen and (max-width: 980px) {
  .p-company .goal .list li .head:after {
    width: 2px;
    height: 16px;
    right: 0;
    left: 0;
    top: inherit;
    bottom: -20px;
    margin: auto;
  }
}

.p-company .goal .list li .data {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  width: 790px;
  letter-spacing: 0.2em;
}

@media print,
screen and (max-width: 980px) {
  .p-company .goal .list li .data {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }
}

.p-company .info {
  margin: 93px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media print,
screen and (max-width: 980px) {
  .p-company .info {
    display: block;
    margin: 50px 0 0;
  }
}

.p-company .info .box {
  max-width: 500px;
  width: 50%;
}

@media print,
screen and (max-width: 980px) {
  .p-company .info .box {
    width: 100%;
  }
}

.p-company .info .box .logo {
  width: 234px;
}

@media print,
screen and (max-width: 980px) {
  .p-company .info .box .logo {
    width: 100%;
    width: 42.25352%;
    margin: auto;
  }
}

.p-company .info .box .list {
  margin-top: 58px;
}

@media print,
screen and (max-width: 980px) {
  .p-company .info .box .list {
    margin-top: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-company .info .box .list li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media print,
screen and (max-width: 980px) {
  .p-company .info .box .list li {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    margin-top: 8px;
  }
}

.p-company .info .box .list li .head {
  width: 80px;
}

@media print,
screen and (max-width: 980px) {
  .p-company .info .box .list li .head {
    width: 20%;
  }
}

.p-company .info .box .list li .data {
  width: 360px;
  margin-left: 40px;
}

@media print,
screen and (max-width: 980px) {
  .p-company .info .box .list li .data {
    width: 76%;
    margin-left: 4%;
  }
}

.p-company .info .map {
  margin-left: 74px;
  max-width: 620px;
  width: 45%;
  margin-left: 5%;
}

@media print,
screen and (max-width: 980px) {
  .p-company .info .map {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}

.p-company .profile {
  background-image: url(../img/company/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 160px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-company .profile {
    margin: 100px 0 0;
    padding: 0 10px;
  }
}

.p-company .profile .inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 128px 0;
}

@media print,
screen and (max-width: 980px) {
  .p-company .profile .inner {
    padding: 60px 20px;
  }
}

.p-company .profile .figure01 {
  width: 146px;
  position: absolute;
  right: 120px;
  bottom: 150px;
}

@media print,
screen and (max-width: 980px) {
  .p-company .profile .figure01 {
    position: relative;
    width: 70px;
    margin: 40px auto 0;
    right: inherit;
    bottom: inherit;
  }
}

.p-company .profile .head {
  position: relative;
}

.p-company .profile .title {
  position: relative;
  z-index: 2;
  width: 558px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-company .profile .title {
    width: 41.64384%;
  }
}

.p-company .profile .title_shadow {
  width: 558px;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -24px;
  right: 0;
  margin: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-company .profile .title_shadow {
    width: 100%;
    top: 10px;
    left: -14px;
  }
}

@media print,
screen and (max-width: 980px) and (max-width: 980px) {
  .p-company .profile .title_shadow {
    width: 41.64384%;
  }
}

.p-company .profile .content {
  width: 790px;
  margin: 80px auto 0;
}

@media print,
screen and (max-width: 980px) {
  .p-company .profile .content {
    width: 80%;
    margin: 60px auto 0;
  }
}

.p-company .profile .content li {
  margin-bottom: 32px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

@media print,
screen and (max-width: 980px) {
  .p-company .profile .content li {
    margin-bottom: 0;
    display: block;
    width: 100%;
    margin: 24px 0 0;
  }
}

.p-company .profile .content li .head {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #000000;
  width: 190px;
}

@media print,
screen and (max-width: 980px) {
  .p-company .profile .content li .head {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    width: 100%;
  }
}

.p-company .profile .content li .data {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #000000;
  width: 600px;
}

@media print,
screen and (max-width: 980px) {
  .p-company .profile .content li .data {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    width: 100%;
  }
}

.p-company.p-page {
  padding: 100px 0 80px;
  opacity: 1 !important;
  animation: auto !important;
}

@media print,
screen and (max-width: 980px) {
  .p-company.p-page {
    padding: 145px 0 40px;
  }
}

.p-company.p-page .goal {
  margin: 190px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-company.p-page .goal {
    margin: 70px 0 0;
  }
}

.p-company.p-page .map {
  padding: 130px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-company.p-page .map {
    padding: 60px 0 0;
  }
}

.p-company.p-page .map .title {
  position: relative;
  z-index: 2;
  width: 449px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-company.p-page .map .title {
    width: 63.94366%;
  }
}

.p-company.p-page .map .title_shadow {
  width: 449px;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -24px;
  right: 0;
  margin: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-company.p-page .map .title_shadow {
    width: 63.94366%;
    top: 10px;
    left: -10px;
  }
}

.p-company.p-page .map .map_link {
  display: block;
  width: 924px;
  margin: 60px auto 0;
}

@media print,
screen and (max-width: 980px) {
  .p-company.p-page .map .map_link {
    width: 100%;
  }
}

.p-contact {
  background-image: url(../img/contact/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-contact.p-page {
  padding: 0;
}

@media print,
screen and (max-width: 980px) {
  .p-contact.p-page {
    padding: 0 10px;
  }
}

.p-contact .inner {
  background: rgba(0, 0, 0, 0.7);
  padding: 80px 0;
}

@media print,
screen and (max-width: 980px) {
  .p-contact .inner {
    width: 100%;
    padding: 80px 20px;
    position: relative;
  }
}

.p-contact .title {
  width: 300px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-contact .title {
    width: 56.33803%;
  }
}

.p-detailMain {
  padding-top: 142px;
  padding-bottom: 36px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top right;
}

@media print,
screen and (max-width: 980px) {
  .p-detailMain {
    padding-top: 110px;
    padding-bottom: 20px;
    background-position: top right;
  }
}

@media print,
screen and (max-width: 980px) {
  .p-detailMain .c-headline-h1 .lead .bg {
    background: #f7f7f7;
  }
}

.p-detailMain.-about {
  background-image: url(../img/about/bg.png);
}

@media print,
screen and (max-width: 980px) {
  .p-detailMain.-about {
    background-size: 98.66667%;
  }
}

.p-detailMain.-service {
  background-image: url(../img/service/bg.png);
}

@media print,
screen and (max-width: 980px) {
  .p-detailMain.-service {
    background-size: 98.66667%;
  }
}

.p-detailMain.-news {
  background-image: url(../img/news/bg.png);
}

@media print,
screen and (max-width: 980px) {
  .p-detailMain.-news {
    background-size: 98.66667%;
  }
}

.p-detailMain.-case {
  background-image: url(../img/case/bg.png);
}

@media print,
screen and (max-width: 980px) {
  .p-detailMain.-case {
    background-size: 98.66667%;
  }
}

.p-detailMain.-member {
  background-image: url(../img/member/bg.png);
}

@media print,
screen and (max-width: 980px) {
  .p-detailMain.-member {
    background-size: 98.66667%;
  }
}

.p-detailMain.-member .bg {
  font-family: 'Roboto Condensed', sans-serif;
}

.p-entry {
  background: #fff;
  margin-top: 10px;
  padding: 40px 0;
  color: #000;
}

.p-entry .inner {
  width: 800px;
}

@media print,
screen and (max-width: 980px) {
  .p-entry .inner {
    width: 100%;
  }
}

.p-entry .title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.625;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-entry .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
}

.p-entry .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}

.p-entry .info .data {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  color: #888888;
  font-weight: bold;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

@media print,
screen and (max-width: 980px) {
  .p-entry .info .data {
    background: none;
  }
}

.p-entry .info .category a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  background: #d0d0d0;
  color: #fff;
  padding: 4px 16px;
}

@media print,
screen and (max-width: 980px) {
  .p-entry .info .category a {
    padding: 8px 16px;
  }
}

.p-entry .content {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-entry .content {
    width: 100%;
    margin-top: 20px !important;
  }
}

.p-entry .content h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.21429;
  margin: 40px 0 24px;
  font-weight: bold;
}

@media print,
screen and (max-width: 980px) {
  .p-entry .content h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-entry .content h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin: 40px 0 16px;
  font-weight: bold;
  border-left: 5px solid #333;
  padding-left: 1.1rem;
}

.p-entry .content h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin: 40px 0 16px;
  font-weight: bold;
}

@media print,
screen and (max-width: 980px) {
  .p-entry .content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.p-entry .content ul {
  margin: 40px 0 16px;
}

.p-entry .content ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  padding: 0 0 0 34px;
  font-weight: bold;
}

.p-entry .content ul li:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 2px;
  background: #010101;
  display: block;
  top: 50%;
  left: 0;
}

.p-entry .content blockquote {
  margin: 40px 0 40px;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}

.p-entry .content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\F10D";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.p-entry .content blockquote p {
  color: #797979;
}

.p-entry .content em {
  font-style: italic;
}

.p-entry .content a {
  color: #000;
  text-decoration: underline;
}

.p-entry .content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 24px;
  margin-top: 16px;
}

@media print,
screen and (max-width: 980px) {
  .p-entry .content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}

.p-entry .content p:first-child {
  margin-top: 0;
}

.p-entry .content table {
  width: 100%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.p-entry .content table th {
  font-weight: bold;
}

.p-entry .content table th,
.p-entry .content table td {
  height: auto !important;
  padding: 16px;
  border-top: 1px solid #ddd;
}

.p-entry .content table td {
  border-left: 1px solid #ddd;
}

@media print,
screen and (max-width: 980px) {

  .p-entry .content table th,
  .p-entry .content table td {
    padding: 8px 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-entry .content iframe {}

@media print,
screen and (max-width: 980px) {
  .p-entry .content iframe {
    width: 100% !important;
  }
}

.p-footer {
  background: #131313;
  padding: 30px 0;
  position: relative;
}

@media print,
screen and (max-width: 980px) {
  .p-footer {
    padding: 30px 0;
  }
}

.p-footer .copy {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111;
  text-align: center;
  margin: 40px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-footer .copy {
    margin: 40px 0 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.p-footer .sitemap_title {
  width: 113px;
}

@media print,
screen and (max-width: 980px) {
  .p-footer .sitemap_title {
    text-align: center;
    margin: auto;
  }
}

.p-footer .menu {
  margin: 26px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media print,
screen and (max-width: 980px) {
  .p-footer .menu {
    display: block;
    width: 100%;
  }
}

.p-footer .menu .top a {
  width: 38px;
}

.p-footer .menu .service a {
  width: 79px;
}

.p-footer .menu .works a {
  width: 67px;
}

.p-footer .menu .weblog a {
  width: 83px;
}

.p-footer .menu .membership a {
  width: 130px;
}

.p-footer .menu .company a {
  width: 98px;
}

.p-footer .menu .contact a {
  width: 85px;
}

.p-footer .menu li {
  border-right: 1px solid #707070;
  font-weight: bold;
  padding: 2px 43px;
}

@media print,
screen and (max-width: 980px) {
  .p-footer .menu li {
    border-right: none;
    border-bottom: 1px solid #707070;
  }
}

.p-footer .menu li:first-child {
  border-left: 1px solid #707070;
}

@media print,
screen and (max-width: 980px) {
  .p-footer .menu li:first-child {
    border-top: 2px solid #707070;
    border-left: none;
  }
}

.p-footer .menu li a {
  display: block;
  padding: 8px 0;
  margin: auto;
}

.c-tag,
.c-tag-important {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 2px 8px;
  background: #4b4b4b;
  color: #fff;
  border-radius: 2px;
  margin-left: 9px;
  position: relative;
  bottom: 1px;
  font-weight: normal;
}

.c-tag-important {
  background: #b80117;
}

.p-form,
.wpcf7-response-output {
  margin: 40px auto 0 !important;
  width: 680px;
}

@media print,
screen and (max-width: 980px) {

  .p-form,
  .wpcf7-response-output {
    width: 100%;
    position: relative;
  }
}

.p-form .item,
.wpcf7-response-output .item {
  margin: 24px 0 0;
}

.p-form .item .head,
.wpcf7-response-output .item .head {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  font-weight: bold;
}

@media print,
screen and (max-width: 980px) {

  .p-form .item .head,
  .wpcf7-response-output .item .head {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
  }
}

.p-form .item .data,
.wpcf7-response-output .item .data {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  margin-top: 16px;
}

@media print,
screen and (max-width: 980px) {

  .p-form .item .data,
  .wpcf7-response-output .item .data {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
  }
}

.p-form .item .data.block .wpcf7-list-item,
.wpcf7-response-output .item .data.block .wpcf7-list-item {
  width: 100%;
  display: block;
  margin: 16px 0 0 1em;
}

.p-form .item .data.block .wpcf7-list-item.first,
.wpcf7-response-output .item .data.block .wpcf7-list-item.first {
  margin: 0 0 0 1em;
}

.p-form .item .data input[type="checkbox"],
.wpcf7-response-output .item .data input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.p-form .item .data input[type="text"],
.p-form .item .data input[type="email"],
.p-form .item .data input[type="url"],
.p-form .item .data input[type="password"],
.p-form .item .data input[type="search"],
.p-form .item .data input[type="tel"],
.p-form .item .data input[type="datetime"],
.p-form .item .data input[type="date"],
.p-form .item .data input[type="month"],
.p-form .item .data input[type="week"],
.p-form .item .data input[type="time"],
.p-form .item .data input[type="datetime-local"],
.p-form .item .data input[type="number"],
.p-form .item .data textarea,
.p-form .item .data select,
.wpcf7-response-output .item .data input[type="text"],
.wpcf7-response-output .item .data input[type="email"],
.wpcf7-response-output .item .data input[type="url"],
.wpcf7-response-output .item .data input[type="password"],
.wpcf7-response-output .item .data input[type="search"],
.wpcf7-response-output .item .data input[type="tel"],
.wpcf7-response-output .item .data input[type="datetime"],
.wpcf7-response-output .item .data input[type="date"],
.wpcf7-response-output .item .data input[type="month"],
.wpcf7-response-output .item .data input[type="week"],
.wpcf7-response-output .item .data input[type="time"],
.wpcf7-response-output .item .data input[type="datetime-local"],
.wpcf7-response-output .item .data input[type="number"],
.wpcf7-response-output .item .data textarea,
.wpcf7-response-output .item .data select {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.p-form .item .button input,
.wpcf7-response-output .item .button input {
  background: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #07f2a2;
  border: 2px solid #07f2a2;
  width: 100%;
  display: block;
  padding: 16px 0;
}



div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

div.wpcf7 .wpcf7-submit {
  cursor: pointer;
}

.p-header {
  background: #000;
}

@media print,
screen and (max-width: 980px) {
  .p-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 12px 20px;
  }
}

.p-header .inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  /* max-width: 100%; */
  padding: 46px 0;
}

@media print,
screen and (max-width: 980px) {
  .p-header .inner {
    padding: 0;
  }
}

.p-header .logo {
  width: 200px;
}

@media print,
screen and (max-width: 980px) {
  .p-header .logo {
    width: 33.33333%;
    position: relative;
    z-index: 100;
  }
}

.p-header .logo a {
  color: #fff;
  width: 100%;
}

.p-header .menu .service {
  width: 94px;
}

.p-header .menu .works {
  width: 80px;
}

.p-header .menu .weblog {
  width: 99px;
}

.p-header .menu .membership {
  width: 156px;
}

.p-header .menu .company {
  width: 118px;
}

.p-header .menu .contact {
  width: 102px;
}

.drawer--right .drawer-nav {
  right: inherit;
}

@media print,
screen and (max-width: 980px) {
  .drawer--right .drawer-nav {
    right: -100%;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.drawer-hamburger {
  width: 50px;
  height: 50px;
  top: 0 !important;
  right: 0 !important;
  padding: 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff;
  width: 20px;
  margin: 0 auto;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  top: -6px;
}

.drawer-hamburger-icon:after {
  top: 6px;
}

.drawer-nav {
  position: relative;
  width: 100%;
  height: auto;
  background-color: inherit;
}

@media print,
screen and (max-width: 980px) {
  .drawer-nav {
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    height: 100%;
    overflow: hidden;
    color: #222;
    background: #000;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
}

.drawer-menu-item {
  padding: 0;
}

@media print,
screen and (max-width: 980px) {
  .drawer-menu-item {
    padding: 16px 0;
  }
}

.drawer-nav-box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media print,
screen and (max-width: 980px) {
  .drawer-nav-box {
    width: 100%;
  }
}

.drawer-menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

@media print,
screen and (max-width: 980px) {
  .drawer-menu {
    display: block;
    width: 100%;
    padding: 0 10.66667%;
  }
}

.drawer-menu li {
  margin: 0 0 0 32px;
}

@media print,
screen and (max-width: 980px) {
  .drawer-menu li {
    margin: 0;
    width: 100%;
  }
}

.drawer-menu li:first-child {
  margin: 0;
}

.p-membership .main {
  text-align: center;
  padding-bottom: 120px;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .main {
    padding-bottom: 60px;
  }
}

.p-membership .main .title {
  width: 456px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .main .title {
    width: 52.67606%;
  }
}

.p-membership .main .lead {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.31579;
  margin: 190px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .main .lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
    margin: 70px 0 0;
  }
}

.p-membership .main .text {
  margin: 40px 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.63636;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .main .text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.66667;
    margin: 50px 0 0;
  }
}

.p-membership .partner {
  padding: 60px 0;
  overflow: hidden;
  background: #fff;
}

.p-membership .partner .inner {
  max-width: 1196px;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .partner .inner {
    max-width: 100%;
  }
}

.p-membership .partner .figure01 {
  position: absolute;
  top: 0;
  right: -40px;
  width: 62px;
}

.p-membership .partner .list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.p-membership .partner .list .item {
  width: 560px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-right: 20px;
  margin-top: 40px;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .partner .list .item {
    width: 100%;
    display: block;
    margin-right: 0;
    flex: 1 1 21%
  }
}

.p-membership .partner .list .item:nth-of-type(2n) {
  margin-right: 0;
}

.p-membership .partner .list .item .figure02 {
  position: absolute;
  bottom: 0;
  width: 18px;
  right: 3px;
  z-index: 1;
}

.p-membership .partner .list .item .thumbnail {
  width: 260px;
  height: 490px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 278px;
  box-shadow: 0px 4px 24px 0 rgba(34, 34, 34, 0.6);
  z-index: 2;
  position: relative;
}

.p-membership .partner .list .item .content {
  background: #f5f5f5;
  padding: 70px 20px 0;
  margin: 50px 0 0;
  z-index: 1;
  position: relative;
  width: 280px;
}

.p-membership .partner .list .item .content .job {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286;
  color: #000;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .partner .list .item .content .job {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
  }
}

.p-membership .partner .list .item .content h3 {
  font-weight: bold;
  margin: 11px auto 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.06667;
  color: #000;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .partner .list .item .content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
  }
}

.p-membership .partner .list .item .content .sns {
  margin-top: 22px;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .partner .list .item .content .sns {
    margin-top: 8px;
  }
}

.p-membership .partner .list .item .content .sns .facebook {
  width: 20px;
  margin-left: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .partner .list .item .content .sns .facebook {
    width: 10px;
  }
}

.p-membership .partner .list .item .career {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  background: #fff;
  padding: 24px;
  width: 100%;
  color: #3a3a3a;
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 500px;
  z-index: 3;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .partner .list .item .career {
    width: 90%;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
    position: relative;
    left: inherit;
    bottom: 10px;
    margin: 20px 0 10px 8px;
    padding: 20px 16px;
  }
}

.p-membership .ceo {
  background: #f5f5f5;
  padding: 20px 0 50px;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo {
    position: relative;
  }
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo .message {
    text-align: center;
    position: absolute;
    background: #fff;
    padding: 20px 10px 10px;
    margin: 0 0 0 24px;
    z-index: 1;
    width: 83%;
    color: #000;
    bottom: 60px;
  }

  .p-membership .ceo .message h3 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
  }

  .p-membership .ceo .message .text {
    margin: 8px 0 0;
    font-size: 10px;
  }
}

.p-membership .ceo .inner {
  max-width: 1196px;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo .inner {
    max-width: 100%;
  }
}

.p-membership .ceo .item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo .item {
    width: 100%;
    display: block;
  }
}

.p-membership .ceo .item .figure02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
}

.p-membership .ceo .item .thumbnail {
  width: 396px;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 20px;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo .item .thumbnail {
    width: 100%;
    left: 0;
    position: relative;
  }
}

.p-membership .ceo .item .career {
  font-size: 10px;
  font-size: 1.3rem;
  line-height: 1.8;
  background: #fff;
  padding: 24px;
  width: 90%;
  color: #3a3a3a;
  position: absolute;
  bottom: 40px;
  left: 30px;
  max-width: 500px;
  z-index: 3;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo .item .career {
    width: 90%;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
    position: relative;
    left: inherit;
    bottom: 10px;
    margin: 20px 0 10px 8px;
    padding: 20px 16px;
  }
}

.p-membership .ceo .item .content {
  background: #fff;
  padding: 40px 20px 80px 430px;
  margin: 50px 0 0;
  z-index: 1;
  position: relative;
  width: 97%;
  color: #000;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo .item .content {
    width: 100%;
    padding: 0;
  }
}

.p-membership .ceo .item .content h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo .item .content h3 {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
  }
}

.p-membership .ceo .item .content .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo .item .content .text {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
  }
}

.p-membership .ceo .item .content .job {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286;
  margin: 20px 0 0;
  font-weight: bold;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo .item .content .job {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
  }
}

.p-membership .ceo .item .content .name {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 8px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-membership .ceo .item .content .name {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
  }
}

.p-membership .ceo .item .content .name a {
  width: 20px;
  position: relative;
  top: -8px;
}

.p-membership .ceo .item .content .name a img {
  width: 20px;
}

@media print,
screen and (max-width: 980px) {
  .partner_title {
    width: 43.80282%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}

@media print,
screen and (max-width: 980px) {
  .partner_title_shadow {
    width: 43.80282%;
    margin: 0 auto;
    top: 10px;
    left: -10px;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
  }
}

@media print,
screen and (max-width: 980px) {
  .partner_lead {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.33333;
    margin: 20px 0 0;
    color: #000;
    text-align: center;
    font-weight: bold;
  }
}

.p-notfound {
  padding: 200px 0;
  background: #fff;
}

@media print,
screen and (max-width: 980px) {
  .p-notfound {
    padding: 120px 0 80px;
  }
}

.p-notfound .title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.28571;
  color: #000;
  text-align: center;
  font-weight: bold;
}

@media print,
screen and (max-width: 980px) {
  .p-notfound .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-notfound .text {
  color: #000;
  text-align: center;
  margin: 40px 0 0;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

@media print,
screen and (max-width: 980px) {
  .p-notfound .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.p-notfound .text a {
  color: #000;
  text-decoration: underline;
}

.p-pager {
  text-align: center;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 10px;
  margin: 40px auto 0;
}

.p-pager a,
.p-pager .current {
  padding: 8px 16px;
  border: 1px solid #ddd;
  display: inline-block;
  color: #000;
}

.p-pager .current {
  background: #000;
  color: #fff;
}

.p-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 24px;
  z-index: 100;
}

.p-related {
  background: #fff;
  padding: 120px 0;
}

@media print,
screen and (max-width: 980px) {
  .p-related {
    padding: 20px 0 60px;
  }
}

.p-related .c-headline--medium {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}

@media print,
screen and (max-width: 980px) {
  .p-related .c-headline--medium {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-related .inner {
  max-width: 800px;
}

.p-related .p-related__link {
  width: 100%;
  padding: 8px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-related .p-related__item__img {
  width: 20%;
  position: relative;
  position: relative;
  height: 0;
  padding-top: 14%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-related .p-related__item__body {
  width: 76%;
  margin: 0 0 0 4%;
}

.p-related .p-related__item__ttl {
  font-size: 14px;
  color: #1d1e22;
  font-weight: bold;
  text-decoration: none;
}

.p-related .p-related__item__text {
  font-size: 12px;
  color: #1d1e22;
  text-decoration: none;
}

.p-relation {
  width: 800px;
  margin-left: auto;
  margin-top: 90px;
}

@media print,
screen and (max-width: 980px) {
  .p-relation {
    margin-top: 80px;
    width: 100%;
  }
}

.p-relation_list {
  margin-top: 40px;
}

@media print,
screen and (max-width: 980px) {
  .p-relation_list {
    margin-top: 30px;
  }
}

.p-relation_list li {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 24px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-relation_list li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 16px 0 0;
  }
}

.p-relation_list li:first-child {
  margin: 0;
}

.p-relation_list li a {
  text-decoration: underline;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog.p-page {
    padding: 100px 0 40px;
  }
}

.p-weblog .main {
  text-align: center;
  padding-bottom: 100px;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .main {
    padding-bottom: 100px;
  }
}

.p-weblog .main .title {
  width: 1100px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .main .title {
    width: 53.80282%;
    margin: 0 auto;
  }
}

.p-weblog .detail {
  background: #fff;
  padding: 40px 0 140px;
  overflow: hidden;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail {
    padding: 40px 0;
  }
}

.p-weblog .detail .head {
  position: relative;
}

.p-weblog .detail .weblog_title {
  width: 280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .weblog_title {
    width: 40.42254%;
  }
}

.p-weblog .detail .weblog_title_shadow {
  width: 280px;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -24px;
  right: 0;
  margin: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .weblog_title_shadow {
    width: 40.42254%;
    top: 10px;
    left: -10px;
  }
}

.p-weblog .detail .list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .list {
    margin-top: 0;
  }
}

.p-weblog .detail .list .item {
  max-width: 410px;
  width: 30%;
  margin-right: 70px;
  margin-right: 5%;
  position: relative;
  margin-top: 80px;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .list .item {
    width: 47%;
    max-width: 100%;
    margin-top: 40px;
    margin-right: 6%;
  }
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .list .item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.p-weblog .detail .list .item:nth-of-type(3n) {
  margin-right: 0;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .list .item:nth-of-type(3n) {
    margin-right: 6%;
  }

  .p-weblog .detail .list .item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.p-weblog .detail .list .item a {
  display: block;
  width: 100%;
  color: #000;
}

.p-weblog .detail .list .item .content {
  margin-top: 16px;
}

.p-weblog .detail .list .item .content .item_title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.21429;
  font-weight: bold;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .list .item .content .item_title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16667;
  }
}

.p-weblog .detail .list .item .content .info {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 16px 0 0;
}

.p-weblog .detail .list .item .content .info .category {
  background: #d0d0d0;
  text-align: center;
  padding: 4px 8px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.27273;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .list .item .content .info .category {
    margin-bottom: 8px;
  }
}

.p-weblog .detail .list .item .content .info .date {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.27273;
  color: #5f5f5f;
  margin-left: 20px;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .list .item .content .info .date {
    margin-left: 0;
    width: 80%;
  }
}

.p-weblog .detail .list .item .content .info .count {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  color: #5f5f5f;
  margin-left: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .list .item .content .info .count {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.27273;
  }
}

.p-weblog .detail .list .item .thumbnail {
  width: 100%;
  box-shadow: 0px 4px 24px 0 rgba(34, 34, 34, 0.6);
}

.p-weblog .detail .more {
  width: 80px;
  position: absolute;
  bottom: 0;
  right: -100px;
}

@media print,
screen and (max-width: 980px) {
  .p-weblog .detail .more {
    right: 0;
    width: 40px;
    position: relative;
    margin: 40px auto 0;
  }
}

.p-weblog .detail .more a {
  display: block;
}

@media print,
screen and (max-width: 980px) {
  .p-works.p-page {
    padding: 200px 0 40px;
  }
}

.p-works .main {
  text-align: center;
  padding-bottom: 200px;
}

@media print,
screen and (max-width: 980px) {
  .p-works .main {
    padding-bottom: 200px;
  }
}

.p-works .main .title {
  max-width: 1099px;
  margin: 0 auto;
  padding: 0 20px;
}

@media print,
screen and (max-width: 980px) {
  .p-works .main .title {
    width: 62.8169%;
    margin: 0 auto 0 30px;
  }
}

.p-works .detail {
  background: #ffe826;
  padding: 40px 0 140px;
}

.p-works .detail .head {
  position: relative;
}

.p-works .detail .works_title {
  width: 223px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media print,
screen and (max-width: 980px) {
  .p-works .detail .works_title {
    width: 31.83099%;
  }
}

.p-works .detail .works_title_shadow {
  width: 223px;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -24px;
  right: 0;
  margin: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-works .detail .works_title_shadow {
    width: 31.83099%;
    top: 10px;
    left: -10px;
  }
}

.p-works .detail .list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.p-works .detail .list .item {
  max-width: 560px;
  width: 47%;
  margin-right: 6%;
  position: relative;
  margin-top: 40px;
  box-shadow: 0px 4px 24px 0 rgba(34, 34, 34, 0.6);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

@media print,
screen and (max-width: 980px) {
  .p-works .detail .list .item {
    width: 100%;
    margin-right: 0;
  }
}

.p-works .detail .list .item:nth-of-type(2n) {
  margin-right: 0;
}

.p-works .detail .list .item a {
  pointer-events: none;
}

.p-works .detail .list .item .head {
  position: absolute;
  top: 40px;
  left: -40px;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 12px 40px;
  max-width: 340px;
  box-shadow: 10.607px 10.607px 63px 7px rgba(26, 26, 26, 0.3);
}

@media print,
screen and (max-width: 980px) {
  .p-works .detail .list .item .head {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.16667;
    padding: 8px 8vw;
    top: 8vw;
    left: -4vw;
    max-width: 240px;
  }
}

.p-works .detail .list .item .head .item_title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.23077;
}

@media print,
screen and (max-width: 980px) {
  .p-works .detail .list .item .head .item_title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.16667;
  }
}

.p-works .detail .list .item .head .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 2px solid #000;
  display: inline-block;
}

@media print,
screen and (max-width: 980px) {
  .p-works .detail .list .item .head .lead {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    border-top: 1px solid #000;
    padding-top: 2px;
    margin-top: 2px;
  }
}

.p-works .detail .list .item .content {
  width: 50%;
  background: #000;
  padding: 184px 20px 20px;
}

@media print,
screen and (max-width: 980px) {
  .p-works .detail .list .item .content {
    padding: 30vw 20px 10px;
  }
}

.p-works .detail .list .item .content .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: bold;
}

@media print,
screen and (max-width: 980px) {
  .p-works .detail .list .item .content .text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-works .detail .list .item .thumbnail {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-works .detail .list .item .tag {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 8px auto 0;
}

@media print,
screen and (max-width: 980px) {
  .p-works .detail .list .item .tag {
    width: 100%;
  }
}

.p-works .detail .list .item .tag li {
  width: 100%;
  text-align: center;
  border: 2px solid #757575;
  color: #757575;
  border-radius: 4px;
  margin-top: 8px;
}

@media print,
screen and (max-width: 980px) {
  .p-works .detail .list .item .tag li {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.p-works .detail .list .item .tag li.is-active {
  border: 2px solid #f8ff37;
  color: #f8ff37;
}

.p-works .detail .list .item .tag li:nth-of-type(1) {
  width: 48%;
}

.p-works .detail .list .item .tag li:nth-of-type(2) {
  width: 48%;
}

.u-bg-white {
  background: #fff;
}

.u-color-en {
  color: #6E6E69;
  font-family: 'Roboto Condensed', sans-serif;
}

.u-font-roboto {
  font-family: 'Roboto Condensed', sans-serif;
}

.u-font-yugo {
  font-family: '\6E38\30B4\30B7\30C3\30AF\4F53', 'Yu Gothic', YuGothic, '\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF   Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, '\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF', 'MS PGothic', sans-serif;
}

.p-case .inner {
  padding: 104px 0 100px;
}

@media print,
screen and (max-width: 980px) {
  .p-case .inner {
    padding: 60px 20px;
  }
}

.p-case .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.p-case .info .category {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  padding: 4px 16px;
  color: #fff;
  background: #B6002F;
}

.p-case .info .data {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #6E6E69;
  margin-left: 7px;
}

.p-case .upper,
.p-case .under {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media print,
screen and (max-width: 980px) {

  .p-case .upper,
  .p-case .under {
    display: block;
  }
}

.p-case .upper {
  margin: 60px 0 0;
}

.p-case .upper .box {
  width: 555px;
}

@media print,
screen and (max-width: 980px) {
  .p-case .upper .box {
    width: 100%;
    margin-top: 40px;
  }
}

.p-case .upper .box:nth-of-type(1) {
  margin-right: 75px;
}

@media print,
screen and (max-width: 980px) {
  .p-case .upper .box:nth-of-type(1) {
    margin-top: 0;
    margin-right: 0;
  }
}

.p-case .upper .box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 40px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-case .upper .box p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.84615;
    margin: 30px 0 0;
  }
}

.p-case .under {
  background: #FAFAFA;
  padding: 50px 40px;
  margin: 60px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-case .under {
    width: 100%;
    margin: 40px 0 0;
    padding: 30px 20px;
  }
}

.p-case .under .img,
.p-case .under .box {
  width: 555px;
}

@media print,
screen and (max-width: 980px) {

  .p-case .under .img,
  .p-case .under .box {
    width: 100%;
  }
}

.p-case .under .box {
  margin-right: 75px;
}

@media print,
screen and (max-width: 980px) {
  .p-case .under .box {
    margin-right: 0;
  }
}

.p-case .under .box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 40px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-case .under .box p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.84615;
    margin: 30px 0 0;
  }
}

.p-case .outcome {
  margin: 60px 0;
  border: 1px solid #B6002F;
  padding: 50px 40px;
}

@media print,
screen and (max-width: 980px) {
  .p-case .outcome {
    margin: 40px 0 0;
    padding: 20px;
  }
}

.p-case .outcome p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 40px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-case .outcome p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.84615;
    margin: 30px 0 0;
  }
}

.p-case .interview {
  margin: 60px 0;
}

@media print,
screen and (max-width: 980px) {
  .p-case .interview {
    margin: 40px 0 0;
  }
}

.p-case .interview p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 40px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-case .interview p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.84615;
    margin: 30px 0 0;
  }
}

.p-case .content {
  margin: 60px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-case .content {
    margin: 40px 0 0;
  }
}

.p-case .content .entry-h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  font-weight: bold;
  color: #B6002F;
}

@media print,
screen and (max-width: 980px) {
  .p-case .content .entry-h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 40px;
  }
}

.p-case .content .entry-h3-en {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  color: #cca6b0;
  border-bottom: 1px solid #B6002F;
  padding-bottom: 32px;
}

@media print,
screen and (max-width: 980px) {
  .p-case .content .entry-h3-en {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77778;
    padding-bottom: 20px;
  }
}

.p-case .content .entry-h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  border-left: 1px solid #B6002F;
  padding-left: 16px;
  font-weight: bold;
  color: #141413;
}

@media print,
screen and (max-width: 980px) {
  .p-case .content .entry-h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77778;
    margin-top: 40px;
  }
}

.p-case .content .entry-h4-en {
  display: block;
  border-left: 1px solid #B6002F;
  padding-left: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28571;
  color: #6E6E69;
}

.p-case .content .fll {
  display: inline-block;
  width: 555px;
  margin-right: 72px;
}

@media print,
screen and (max-width: 980px) {
  .p-case .content .fll {
    width: 100%;
    max-width: 48%;
    margin-right: 2%;
  }
}

.p-case .content .fll:nth-of-type(2n) {
  margin-right: 0;
}

.p-case .content ul {
  margin: 40px 0 60px 40px;
}

@media print,
screen and (max-width: 980px) {
  .p-case .content ul {
    margin: 40px 0 20px 0;
  }
}

.p-case .content ul li {
  position: relative;
  padding: 0 0 0 34px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}

@media print,
screen and (max-width: 980px) {
  .p-case .content ul li {
    padding: 0 0 0 30px;
  }
}

.p-case .content ul li:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 2px;
  background: #B6002F;
  display: block;
  top: 50%;
  left: 0;
}

@media print,
screen and (max-width: 980px) {
  .p-case .content ul li:after {
    width: 20px;
  }
}

.p-case .content p {
  margin: 40px 0 60px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media print,
screen and (max-width: 980px) {
  .p-case .content p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.84615;
    margin: 20px 0 20px;
  }
}

.p-case_relation,
.p-caseIndex {
  padding: 90px 0 80px;
}

@media print,
screen and (max-width: 980px) {

  .p-case_relation,
  .p-caseIndex {
    padding: 60px 0;
  }
}

.p-case_relation .list,
.p-caseIndex .list {
  margin: 43px auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 1105px;
}

@media print,
screen and (max-width: 980px) {

  .p-case_relation .list,
  .p-caseIndex .list {
    width: 100%;
    display: block;
    margin: 40px auto 0;
  }
}

.p-case_relation .list li,
.p-caseIndex .list li {
  width: 355px;
  margin-right: 20px;
  position: relative;
  border-right: none;
  border-bottom: 1px solid #B6002F;
  position: relative;
}

@media print,
screen and (max-width: 980px) {

  .p-case_relation .list li,
  .p-caseIndex .list li {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
}

.p-case_relation .list li:nth-of-type(3n),
.p-caseIndex .list li:nth-of-type(3n) {
  margin-right: 0;
}

.p-case_relation .list li a,
.p-caseIndex .list li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 29px;
  background-image: url(../img/common/icon_arro_square.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30px;
}

.p-case_relation .list li .category,
.p-caseIndex .list li .category {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  padding: 4px 8px;
  text-align: center;
  background: #B6002F;
}

.p-case_relation .list li .img,
.p-caseIndex .list li .img {
  width: 100%;
  height: 244px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print,
screen and (max-width: 980px) {

  .p-case_relation .list li .img,
  .p-caseIndex .list li .img {
    height: 60vw;
  }
}

.p-case_relation .list li .content,
.p-caseIndex .list li .content {
  margin: 16px 0 0;
}

.p-case_relation .list li .content .date,
.p-caseIndex .list li .content .date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  font-weight: bold;
  color: #6E6E69;
}

.p-case_relation .list li .content .title,
.p-caseIndex .list li .content .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 10px 0 0;
}

.p-case_relation .c-button-more,
.p-caseIndex .c-button-more {
  margin-top: 30px;
}

@media print,
screen and (max-width: 980px) {

  .p-case_relation .c-button-more,
  .p-caseIndex .c-button-more {
    margin-top: 40px;
  }
}

.p-caseIndex .list {
  margin: 0 auto;
}

.p-caseIndex .list li {
  margin-bottom: 60px;
}

@media print,
screen and (max-width: 980px) {
  .p-caseIndex .list li {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.p-main {
  width: 100%;
  padding-bottom: 100px;
}

@media print,
screen and (max-width: 980px) {
  .p-main {
    padding-top: 13vw;
    padding-bottom: 30px;
  }
}

.p-main .lead {
  width: 500px;
  position: absolute;
  top: 9px;
  right: 0;
}

@media print,
screen and (max-width: 980px) {
  .p-main .lead {
    width: 68.16901%;
    top: 0;
    position: relative;
    margin-left: auto;
  }
}

.p-main .catch {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.56522;
  letter-spacing: 0.1em;
  padding-top: 310px;
}

@media print,
screen and (max-width: 980px) {
  .p-main .catch {
    padding-top: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

.p-main .text {
  font-size: 24px;
  font-size: 2.6rem;
  line-height: 2;
  margin-top: 35px;
}

@media print,
screen and (max-width: 980px) {
  .p-main .text {
    width: 85.71429%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 10px;
  }
}

.p-topNews {
  background: #fff;
  padding: 90px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-topNews {
    padding: 25px 0 0;
  }
}

.p-topNews .title {
  width: 227px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-topNews .title {
    width: 32.11268%;
  }
}

.p-topNews .list {
  margin: 54px auto 0;
  max-width: 860px;
  border-top: 1px solid #d0d0d0;
}

@media print,
screen and (max-width: 980px) {
  .p-topNews .list {
    width: 100%;
    padding: 0;
    margin: 24px 0 0;
  }
}

.p-topNews .list li {
  width: 100%;
  margin: 23px 0 0;
  border-bottom: 1px solid #d0d0d0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 60px;
}

@media print,
screen and (max-width: 980px) {
  .p-topNews .list li {
    padding: 20px 10px;
  }
}

.p-topNews .list li:first-child {
  margin: 0;
}

.p-topNews .list li .data {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  color: #000;
  width: 160px;
}

@media print,
screen and (max-width: 980px) {
  .p-topNews .list li .data {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    width: 28%;
  }
}

.p-topNews .list li h3 {
  width: 480px;
  margin: 0 0 0 64px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  color: #000;
}

@media print,
screen and (max-width: 980px) {
  .p-topNews .list li h3 {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    width: 70%;
    margin-left: 2%;
  }
}

.p-topWorks {
  background: #fff;
  padding: 90px 0;
}

@media print,
screen and (max-width: 980px) {
  .p-topWorks {
    padding: 40px 0 37px;
  }
}

.p-topWorks .inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

@media print,
screen and (max-width: 980px) {
  .p-topWorks .inner {
    padding: 0;
  }
}

.p-topWorks .content {
  position: relative;
  max-width: 1100px;
  width: 90%;
}

@media print,
screen and (max-width: 980px) {
  .p-topWorks .content {
    width: 85.33333%;
  }
}

.p-topWorks .content .img {
  position: relative;
  z-index: 1;
}

.p-topWorks .figure01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 834px;
}

@media print,
screen and (max-width: 980px) {
  .p-topWorks .figure01 {
    width: 65.3125%;
  }
}

.p-topWorks .head {
  width: 180px;
  position: relative;
  width: 10%;
}

@media print,
screen and (max-width: 980px) {
  .p-topWorks .head {
    width: 5.6%;
    margin-left: 2.66667%;
  }
}

.p-topWorks .head .title {
  position: relative;
  z-index: 2;
  width: 75px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-topWorks .head .title {
    width: 100%;
  }
}

.p-topWorks .head .title_shadow {
  width: 75px;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 24px;
  right: 0;
  margin: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-topWorks .head .title_shadow {
    width: 100%;
    top: 6px;
    left: 6px;
  }
}

.p-topWorks .c-button,
.p-topWorks .c-button-more,
.p-topWorks .c-button-contact {
  margin: 95px 0 0;
}

@media print,
screen and (max-width: 980px) {

  .p-topWorks .c-button,
  .p-topWorks .c-button-more,
  .p-topWorks .c-button-contact {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
  }
}

.p-topService {
  background-image: url(../img/index/service_figure01.png);
  background-size: 464px;
  background-position: 95% 95%;
  background-repeat: no-repeat;
  padding-top: 84px;
  margin-top: 0px;
  padding-bottom: 90px;
}

@media print,
screen and (max-width: 980px) {
  .p-topService {
    padding-top: 50px;
    padding-bottom: 100px;
    background-size: 45.33333%;
    background-position: 95% 95%;
  }
}

.p-topService .inner {
  background: rgba(0, 0, 0, 0.5);
}

@media print,
screen and (max-width: 980px) {
  .p-topService .inner {
    background: none;
  }
}

.p-topService .head {
  position: relative;
  text-align: center;
}

.p-topService .title {
  width: 272px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .title {
    width: 34.64789%;
  }
}

.p-topService .title_shadow {
  width: 272px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -24px;
  right: 0;
  margin: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .title_shadow {
    width: 34.64789%;
    top: 10px;
    left: -10px;
  }
}

.p-topService .content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 60px auto 0;
  justify-content: center;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .content {
    display: block;
    margin-top: 50px;
    border-left: 1px solid #909090;
    padding-left: 20px;
  }
}

.p-topService .content .figure02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 55px;
  margin: auto;
  background: #000;
  z-index: 10;
  padding: 0 0 10px;
  display: block;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .content .figure02 {
    width: 7.33333%;
    top: -40px;
    left: -10px;
    right: inherit;
  }
}

.p-topService .content .figure03 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: 0;
  margin: auto;
  width: 11px;
  background: #000;
  padding: 30px 0;
  display: block;
  height: 163px;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .content .figure03 {
    width: 7.33333%;
    left: -3px;
    right: inherit;
    height: 57px;
    width: 6px;
    padding: 0;
    display: inline-block;
  }
}

.p-topService .content .box {
  width: 516px;
  margin: 0 0 0 30px;
  padding-left: 30px;
  border-left: 1px solid #909090;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .content .box {
    width: 100%;
    padding: 0;
    margin: 0;
    border-left: none;
  }
}

.p-topService .content .box:first-child {
  margin: 0;
  border-left: none;
  padding: 0;
}

.p-topService .content .box .item {
  padding-top: 53px;
  margin-top: 33px;
  border-top: 1px solid #909090;
  text-align: center;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .content .box .item {
    text-align: left;
    display: inline-block;
    padding-right: 20px;
    padding-top: 24px;
    margin-top: 24px;
  }
}

.p-topService .content .box .item:first-child {
  border-top: none;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .content .box .item:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}

.p-topService .content .box .item_title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.4;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .content .box .item_title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-topService .content .box .list {
  margin: 15px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .content .box .list {
    margin: 4px 0 0 6px;
  }
}

.p-topService .content .box .list li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}

@media print,
screen and (max-width: 980px) {
  .p-topService .content .box .list li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-topWeblog {
  background: #fff;
  padding: 90px 0 120px;
  overflow: hidden;
  background-image: url(../img/index/weblog_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1920px;
}

@media print,
screen and (max-width: 980px) {
  .p-topWeblog {
    padding: 60px 0;
    background-size: 160%;
  }
}

.p-topWeblog .inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 1300px;
  opacity: 0;
}

.p-topWeblog .inner.is-active {
  -webkit-animation: fadeIn 0.3s ease-out 0.1s;
  animation: fadeIn 0.3s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media print,
screen and (max-width: 980px) {
  .p-topWeblog .inner {
    padding: 0 20px;
  }
}

.p-topWeblog .content {
  position: relative;
  max-width: 1100px;
  margin-left: 4%;
  width: 80%;
}

@media print,
screen and (max-width: 980px) {
  .p-topWeblog .content {
    width: 90.14085%;
    margin-left: 2.8169%;
  }
}

.p-topWeblog .list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.p-topWeblog .list .item {
  max-width: 495px;
  width: 45%;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 621px;
  box-shadow: 10.6px 10.6px 63px 7px rgba(26, 26, 26, 0.3);
  margin-top: 50px;
  margin-right: 10%;
}

@media print,
screen and (max-width: 980px) {
  .p-topWeblog .list .item {
    width: 48%;
    height: 0;
    margin-right: 4%;
    padding-top: 34%;
    background-size: 100%;
    position: relative;
    margin-top: 10px;
  }
}

.p-topWeblog .list .item.number-1 {
  background-image: url(../img/index/weblog_item01.png);
}

.p-topWeblog .list .item.number-2 {
  background-image: url(../img/index/weblog_item02.png);
}

.p-topWeblog .list .item.number-3 {
  background-image: url(../img/index/weblog_item03.png);
}

.p-topWeblog .list .item.number-4 {
  background-image: url(../img/index/weblog_item04.png);
}

.p-topWeblog .list .item:nth-of-type(2n) {
  margin-right: 0;
}

.p-topWeblog .list .item a {
  display: block;
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
}

.p-topWeblog .list .item h3 {
  width: 240px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: bold;
}

@media print,
screen and (max-width: 980px) {
  .p-topWeblog .list .item h3 {
    width: 43.63636%;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
    padding-top: 26vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 10.4vw;
  }
}

.p-topWeblog .figure01 {
  position: absolute;
  top: -30px;
  left: -50px;
  z-index: 2;
  width: 503px;
}

@media print,
screen and (max-width: 980px) {
  .p-topWeblog .figure01 {
    width: 39.43662%;
    top: -1vw;
    left: -5vw;
  }
}

.p-topWeblog .figure02 {
  position: absolute;
  bottom: -30px;
  right: -50px;
  z-index: 2;
  width: 439px;
}

@media print,
screen and (max-width: 980px) {
  .p-topWeblog .figure02 {
    width: 36.61972%;
    right: -5vw;
    bottom: 15vw;
  }
}

.p-topWeblog .head {
  max-width: 180px;
  position: relative;
  width: 14%;
}

@media print,
screen and (max-width: 980px) {
  .p-topWeblog .head {
    width: 5.91549%;
  }
}

.p-topWeblog .head .title {
  position: relative;
  z-index: 2;
  width: 75px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-topWeblog .head .title {
    width: 100%;
  }
}

.p-topWeblog .head .title_shadow {
  width: 75px;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -24px;
  right: 0;
  margin: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-topWeblog .head .title_shadow {
    width: 100%;
    top: 10px;
    left: -10px;
  }
}

.p-topWeblog .c-button,
.p-topWeblog .c-button-more,
.p-topWeblog .c-button-contact {
  margin: 95px 0 0;
}

@media print,
screen and (max-width: 980px) {

  .p-topWeblog .c-button,
  .p-topWeblog .c-button-more,
  .p-topWeblog .c-button-contact {
    margin: 40px 0 0;
  }
}

.p-topMember {
  width: 100%;
  background: #f5f5f5;
  padding: 50px 0;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember {
    padding: 30px 0;
  }
}

.p-topMember .inner {
  max-width: 100%;
  padding: 0 40px;
  opacity: 0;
}

.p-topMember .inner.is-active {
  -webkit-animation: fadeIn 0.3s ease-out 0.1s;
  animation: fadeIn 0.3s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .inner {
    padding: 0 20px;
  }
}

.p-topMember .head {
  position: relative;
  text-align: center;
}

.p-topMember .title {
  width: 459px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .title {
    width: 53.94366%;
  }
}

.p-topMember .title_shadow {
  width: 459px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -24px;
  right: 0;
  margin: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .title_shadow {
    width: 53.94366%;
    top: 10px;
    left: -10px;
  }
}

.p-topMember .list {
  margin: 67px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .list {
    display: block;
  }
}

.p-topMember .list li {
  width: 354px;
  height: 725px;
  margin-left: 8px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 30px;
  flex: 0 0 24%;
  background-size: contain;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .list li {
    width: 100%;
    margin-left: 0;
    height: auto;
    min-height: 462px;
    flex: 0 0 21%
  }
}

.p-topMember .list li:first-child {
  margin-top: 30px;
  margin-left: 0;
}

.p-topMember .list li .content {
  width: 53%;
  padding: 116px 8px 0;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .list li .content {
    width: 37%;
    padding: 80px 8px 0;
  }
}

.p-topMember .list li .job {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .list li .job {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
    text-align: center;
  }
}

.p-topMember .list li h3 {
  text-align: center;
  font-weight: bold;
  margin: 11px auto 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.06667;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .list li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
  }
}

.p-topMember .list li .sns {
  margin-top: 22px;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .list li .sns {
    margin-top: 8px;
  }
}

.p-topMember .list li .sns .facebook {
  width: 20px;
  margin-left: auto;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .list li .sns .facebook {
    width: 10px;
  }
}

.p-topMember .list li .career {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  background: #fff;
  padding: 24px;
  width: 90%;
  color: #3a3a3a;
  position: absolute;
  bottom: 20px;
  left: 10px;
  max-width: 300px;
  min-height: 300px;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .list li .career {
    width: 90%;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
    left: 0;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 16px;
    min-height: auto;
  }
}

.p-topMember .tabpanel {
  position: relative;
}

.p-topMember .tabpanel li {
  display: none;
}

.p-topMember .tab_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 40px 0 0;
}

@media print,
screen and (max-width: 980px) {
  .p-topMember .tab_list {
    flex-wrap: wrap;
  }

  .p-topMember .tab_list .item {
    flex: 0 0 25%;
  }
}

.p-topMember .c-button,
.p-topMember .c-button-more,
.p-topMember .c-button-contact {
  margin-top: 63px;
}

@media print,
screen and (max-width: 980px) {

  .p-topMember .c-button,
  .p-topMember .c-button-more,
  .p-topMember .c-button-contact {
    margin-top: 30px;
  }
}

.p-page {
  padding: 100px 0 80px;
}

@media print,
screen and (max-width: 980px) {
  .p-page {
    padding: 145px 0 40px;
  }
}

.p-page.p-single {
  padding: 0 0 80px;
}

@media print,
screen and (max-width: 980px) {
  .p-page {
    padding: 0 0 40px;
  }
}

.p-consent {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  border: 1px solid #ccc;
  background: #fff;
  height: 220px;
  overflow: auto;
  text-align: left;
  width: 100%;
  margin: 40px 0 20px;
  padding: 15px 20px;
  color: #000;
}

.p-consent__headline {
  font-weight: 700;
}


.p-consent__ttl {
  font-weight: 700;
  margin: 16px 0 8px;
}

.wpcf7-form .p-form p {
  margin-bottom: 0;
}

.p-consent__text {
  margin: 8px 0 0;
}

.p-topPartner {
  width: 100%;
  background: #f5f5f5;
  padding: 100px 0;
}


.p-topPartner .title {
  width: 706px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.p-topPartner .title_shadow {
  width: 706px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -24px;
  right: 0;
  margin: auto;
}


.p-topPartner .list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}


.p-topPartner .list li {
  max-width: 460;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 24px;
  box-shadow: 10.6px 10.6px 63px 7px rgb(26 26 26 / 30%);
}

.p-topPartner .list li:nth-of-type(2n) {
  margin-right: 0;
}

@media print,
screen and (max-width: 980px) {
  .p-topPartner .list li:nth-of-type(2n) {
    margin-right: auto;
  }
}

@media print,
screen and (max-width: 980px) {

  .p-topPartner {
    padding: 30px 0;
  }

  .p-topPartner .title {
    width: 42.957746479%;
  }

  .p-topPartner .title_shadow {
    width: 42.957746479%;
  }

  .p-topPartner .list {
    margin-top: 40px;
    display: block;
  }

  .p-topPartner .list li {
    width: 78.028169014%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
  }
}


.p-footer .link {
  font-size: 10px;
  text-align: center;
  margin-top: 8px;
}


.p-privacy .title {
  width: 581px;
  margin-left: auto;
  margin-right: auto;
}

.p-privacy .content .p-consent {
  height: auto;
  margin-top: 80px;
  padding: 120px;
}

@media print,
screen and (max-width: 980px) {

  .p-privacy .title {
    width: 80%;
  }

  .p-privacy .content .p-consent {
    margin-top: 40px;
    padding: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}




/* 2023.07 追記 */
.p-header.top {
  background-color: #FFF;
}

.p-header.top .inner {
  max-width: 100%;
  padding: 25px 120px 25px 35px;
}

.p-header.top .service p,
.p-header.top .drawer-menu-item {
  color: #000;
  letter-spacing: 0;
}

.top.kv {
  background-color: #FFF;
  width: 100%;
  height: calc(560/1366*100vw);
  position: relative;
}

.top.kv .text1 {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(1313/1366*100vw);
  transition: clip-path 1s linear 0s;
  clip-path: inset(0 100% 0 0);
  z-index: 50;
}

.top.kv .text2 {
  position: absolute;
  width: calc(70/1366*100vw);
  top: calc(150/1366*100vw);
  left: 50%;
  z-index: 50;
}

.top.kv .text3 {
  position: absolute;
  width: calc(500/1366*100vw);
  top: calc(50% - 30/1366*100vw);
  left: calc(60/1366*100vw);
  z-index: 60;
}

.top.kv .building {
  position: absolute;
  width: calc(700/1366*100vw);
  bottom: -40px;
  left: 0;
  z-index: 50;
}

.top.kv .pc {
  position: absolute;
  width: calc(700/1366*100vw);
  right: 0;
  top: 10px;
  z-index: 50;
}

@media print,
screen and (max-width: 980px) {

  .p-header.top .inner {
    max-width: 100%;
    padding: 6px;
  }

  .p-header.top .drawer-hamburger-icon,
  .p-header.top .drawer-hamburger-icon:after,
  .p-header.top .drawer-hamburger-icon:before {
    background-color: #000;
  }

  .p-header.top .logo {
    width: 33.33333%;
    position: relative;
    z-index: 100;
  }

  .drawer-open .p-header.top .logo {
    filter: invert();
  }

  .drawer-open .p-header.top .drawer-hamburger-icon:after,
  .drawer-open .p-header.top .drawer-hamburger-icon:before {
    background-color: #FFF;
  }

  .p-header.top {
    height: calc(90/750*100vw);
    padding: 1.6vw 20px;
  }

  .p-header.top .service p {
    color: #FFF;
    letter-spacing: 6px;
  }

  .p-header.top .drawer-menu-item {
    color: #FFF;
    letter-spacing: 6px;
  }

  .top.kv {
    height: calc(1185/750*100vw);
    margin-top: calc(90/750*100vw);
  }

  .top.kv .text1 {
    width: calc(1313/1366*100vw);
  }

  .top.kv .text2 {
    width: calc(90/750*100vw);
    top: auto;
    bottom: calc(180/750*100vw);
    left: calc(70/750*100vw);
  }

  .top.kv .text3 {
    width: calc(600/750*100vw);
    top: calc(320/750*100vw);
    left: calc(35/750*100vw);
  }

  .top.kv .building {
    width: calc(540/750*100vw);
    bottom: auto;
    top: calc(50% - 200/750*100vw);
  }

  .top.kv .pc {
    width: calc(700/750*100vw);
    top: auto;
    bottom: calc(70/750*100vw);
  }
}


/* アニメーション関係 */
.top.kv .text1.is-active {
  clip-path: inset(0 0 0 0);
}

.top.kv .text2,
.top.kv .text3 {
  opacity: 0;
  transform: scale(0.8);
}

.top.kv .building,
.top.kv .pc {
  opacity: 0;
  transform: translateY(20px);
}

.top.kv .text2 {
  transition: opacity 1s ease 1.3s, transform 1s ease 1.3s;
}

.top.kv .text3 {
  transition: opacity 1s ease 1s, transform 1s ease 1s;
}

.top.kv .building {
  transition: opacity 1s ease 1.9s, transform 1s ease 1.9s;
}

.top.kv .pc {
  transition: opacity 1s ease 1.6s, transform 1s ease 1.6s;
}

.top.kv .text2.fadeIn,
.top.kv .text3.fadeIn {
  opacity: 1;
  transform: scale(1);
}

.top.kv .building.fadeIn,
.top.kv .pc.fadeIn {
  opacity: 1;
  transform: translateY(0);
}

@media print,
screen and (max-width: 980px) {
  .top.kv .text2 {
    transition: opacity 1s ease 1.9s, transform 1s ease 1.9s;
  }

  .top.kv .building {
    transition: opacity 1s ease 1.3s, transform 1s ease 1.3s;
  }

  .top.kv .pc {
    transition: opacity 1s ease 1.6s, transform 1s ease 1.6s;
  }
}


/* 2023.08 追記 */
.p-header.top {
  z-index: 100;
}

.p-header.top .bg-black {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: #000;
  z-index: 100;
}

.p-header.top .bg-white {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: #FFF;
  z-index: 101;
}

.p-header.top.is-active .bg-white {
  display: none;
}

.p-header.top .menu {
  position: relative;
  z-index: 101;
}

.drawer-hamburger {
  z-index: 102;
}

.p-header.top .inner .logo {
  z-index: 102;
}

.kv-wrapper {
  position: relative;
}

.kv.top.initial .bg-black {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  top: 0px;
  left: 0;
  background-color: #000;
  z-index: 40;
}

.kv.top.initial .bg-white {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  top: 0px;
  left: 0;
  background-color: #FFF;
  z-index: 41;
}

.kv.top .swipe-area {
  position: absolute;
  content: "";
  width: 100%;
  height: 24%;
  z-index: 120;
  background-color: transparent;
  top: 0;
  left: 0;
  cursor: pointer;
}

.p-header.top.is-active {
  background-color: #000;
}

.p-header.top.is-active .service p,
.p-header.top.is-active .drawer-menu-item {
  color: #FFF;
}

.p-header.top .logo-white {
  display: none;
}

.p-header.top.is-active .logo-white {
  display: block;
}

.p-header.top.is-active .logo-black {
  display: none;
}

.top.kv.is-disappear {
  opacity: 0;
  visibility: hidden;
}

.top.kv.black {
  visibility: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.top.kv.black.is-active {
  background-color: #000;
  visibility: visible;
}

.top.kv.black::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 50px;
  bottom: -40px;
  left: 0;
  z-index: -10;
}

@media print,
screen and (max-width: 980px) {

  .kv-wrapper {
    margin-top: calc(90/750*100vw);
  }

  .p-header.top.is-active .drawer-hamburger-icon,
  .p-header.top.is-active .drawer-hamburger-icon:after,
  .p-header.top.is-active .drawer-hamburger-icon:before {
    background-color: #FFF;
  }

  body.drawer-open .p-header.is-active .drawer-hamburger-icon {
    background-color: #000;
  }

  body.drawer-open .p-header.is-active .logo {
    filter: initial;
  }

  .kv.top.initial .bg-black {
    height: calc(100%);
    top: 0px;
  }

  .kv.top.initial .bg-black.is-disappear {
    display: none;
  }

  .kv.top.initial .bg-white {
    height: calc(100%);
    top: 0px;
  }

  .kv.top .swipe-area {
    height: 15%;
  }

  .top.kv.black::after {
    display: none;
  }

  .top.kv.black,
  .top.kv.initial {
    /* top: -50px; */
    margin-top: 0;
  }
}