@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Urbanist:wght@100..900&display=swap');

/*
Theme Name: pyramidion 2025
Author: MONOGRAPH ARTS INC.
Author URI: https://www.mn-arts.com/
*/

*,
*::before,
*::after {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #0026A1;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  min-width: 1300px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.urbanist_500 {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
}

.urbanist_600 {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}

.urbanist_700 {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}

.urbanist_800 {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}

a {
  color: #0026A1;
  text-decoration: none;
}

ul {
  list-style: none;
}

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

.center {
  text-align: center;
}

.w90 {
  width: 90%;
  max-width: 1348px;
  margin: auto;
}

.mt25 {
  margin-top: 25px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.sec {
  background: #fff;
  padding: 150px 0 20px;
  overflow: hidden;
}

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

.flex .w30 {
  width: 30%;
}

.flex .w45 {
  width: 45%;
}

.flex .w45 {
  width: 45%;
}

.flex .w47 {
  width: 47.5%;
}

.flex .w50 {
  width: 50%;
}

.flex .w65 {
  width: 65%;
}

.heading {
  margin-bottom: 60px;
}

.heading .number {
  font-size: 24px;
  letter-spacing: .05em;
}

.heading .number span {
  display: inline-block;
  border-bottom: 2px solid #0026A1;
}

.heading .title {
  letter-spacing: .05em;
  margin-top: 20px;
}

.heading-2 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  padding-bottom: 10px;
}

.heading-3 {
  font-size: 22px;
  font-weight: 900;
}

.note {
  font-size: 14px;
  /*font-weight: 500;*/
}

.fade,
.fade > * {
  opacity: 0;
  transition: opacity .8s cubic-bezier(.16, .84, .44, 1), transform .8s cubic-bezier(.16, .84, .44, 1);
}

.fade > * {
  transform: translateY(20px);
}

.fade.show,
.fade.show > * {
  opacity: 1;
  transform: translateY(0);
}





.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 14px;
  letter-spacing: .1em;
  z-index: 1000;
}

.header .logo {
  background: url(/wordpress/wp-content/themes/pyramidion/img/logo.svg) center center no-repeat;
  background-size: contain;
  width: 150px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -75px;
  overflow: hidden;
  text-indent: -999px;
  transition: .2s;
  z-index: 1002;
}

.header .logo a {
  display: block;
}

.lang {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1001;
}

.lang p::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #0026A1;
  border-width: 0 2px 2px 0;
  margin: 0 0 3px 8px;
  transform: rotate(45deg);
}

.lang ul {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  margin-top: -30px;
  transition: .3s;
}

.lang:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: -20px;
}

.lang li {
  line-height: 2;
}

.gnavi-btn {
  position: absolute;
  top: -60px;
  right: 20px;
  transform: translateY(0);
  transition: .2s;
  z-index: 1002;
}

.gnavi-btn .mark {
  width: 52px;
  height: 52px;
  transition: transform .4s;
}

.gnavi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0026A1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 100px;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.gnavi.show {
  opacity: 1;
  visibility: visible;
}

.gnavi li {
  font-size: 30px;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  text-align: right;
  padding: 10px 0;
}

.gnavi li a {
  color: #fff;
  letter-spacing: .05em;
}

.gnavi-x {
  position: absolute;
  top: 20px;
  right: 20px;
}

.gnavi-x .mark {
  width: 52px;
  height: 52px;
  transition: transform .3s;
}

.gnavi-x a:hover .mark {
  transform: rotate(360deg);
}





.footer {
  background: #fff;
  padding: 300px 50px 50px;
}

.footer a {
  color: #fff;
}

.footer .box {
  background: #0026A1;
  color: #fff;
  border-radius: 16px;
  padding: 50px 0 25px;
}

.footer .flex {
  max-width: inherit;
}

.footer .address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.3;
}

.footer .address .mark {
  width: 130px;
  transform: rotate(-18deg);
  margin-right: 10px;
  transition: .3s;
}

.footer .address a:hover .mark {
  transform: rotate(342deg);
}

.footer .sitemap {
  text-align: right;
}

.footer .sitemap li:nth-child(n+2) {
  margin-top: 10px;
}

.footer .flex+.flex {
  align-items: baseline;
  margin-top: 70px;
}

.footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  letter-spacing: .04em;
}

.footer .copyright .logo {
  width: 183px;
  margin-right: 20px;
}

.footer .privacy {
  font-size: 14px;
  letter-spacing: .04em;
}





/* top */

.bgvideo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
}

.bgvideo video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cover {
  position: relative;
  height: 100vh;
  min-height: 750px;
  overflow: hidden;
}

.cover_fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cover_fix .video {
  position: absolute;
  top: 0;
  left: 25%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cover_fix .video video,
.cover_fix .video img {
  object-fit: cover;
  object-position: left top;
  width: 100%;
  height: 100%;
}

.cover_fix .float {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 85%;
  max-width: 1348px;
}

.cover_fix .mark {
  width: 180px;
  transition: transform .4s;
  margin-left: -20px;
}

.cover_fix .copy {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .1em;
}

.cover_fix .lead {
  margin-top: 30px;
}

.cover_fix .logo {
  position: absolute;
  left: 0;
  bottom: -.4vw;
  width: 100%;
}



.service figure {
  position: relative;
  height: 700px;
  margin-top: -180px;
}

.service figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service figure .ring_1 {
  width: 670px;
  min-width: 670px;
  animation: 25s linear infinite rotation;
}

.service figure .ring_2 {
  width: 370px;
  min-width: 370px;
  animation: 20s linear infinite rotation_rev;
}

@keyframes rotation {
  0% { transform: translate(-50%, -50%) rotate(0); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotation_rev {
  0% { transform: translate(-50%, -50%) rotate(360deg); }
  100% { transform: translate(-50%, -50%) rotate(0); }
}

.service figure a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background: #0026A1;
  width: 148px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 50px 50px 50px 0;
  border-radius: 50%;
}

.service figure a img {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50px;
  right: 20px;
  transform: rotate(30deg);
  transition: .3s;
}

.service figure a:hover img {
  transform: rotate(390deg);
}



.about .text p {
  max-width: 540px;
}

.about figure {
  position: relative;
  height: 700px;
}

.about figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about .top {
  top: 20%;
  transition: 1s;
}

.about .top.show {
  top: 15%;
  animation: floating .8s ease-in-out infinite alternate-reverse;
}

@keyframes floating {
  0% { transform: translate(-50%, -75%); }
  100% { transform: translate(-50%, -50%); }
}



.feature * {
  position: relative;
}

.feature .bdr_top::before,
.feature .bdr_left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.feature .bdr {
  width: 100%;
  height: 1px;
  position: relative;
}

.feature .bdr_top::before {
  width: 0;
  height: 1px;
  border-top: 1px solid #0026A1;
  transition: 1.6s;
}

.feature .show .bdr_top::before {
  width: 100%;
}

.feature .head .heading {
  width: 10%;
  margin-bottom: 0;
  padding-top: 30px;
}

.feature .head .heading-2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature .head .lead {
  width: 25%;
  padding: 40px 0 40px 35px;
}

.feature .bdr_left::after {
  width: 1px;
  height: 0;
  border-left: 1px solid #0026A1;
  transition: .8s;
}

.feature .show .bdr_left::after {
  height: 100%;
}

.feature .bdr_top:nth-child(2)::before,
.feature .bdr_left:nth-child(2)::after {
  transition-delay: .1s;
}

.feature .bdr_top:nth-child(3)::before,
.feature .bdr_left:nth-child(3)::after {
  transition-delay: .2s;
}

.feature .bdr_top:nth-child(4)::before,
.feature .bdr_left:nth-child(4)::after {
  transition-delay: .3s;
}

.feature .bdr_top:nth-child(5)::before,
.feature .bdr_left:nth-child(5)::after {
  transition-delay: .4s;
}

.feature .bdr_top:nth-child(6)::before,
.feature .bdr_left:nth-child(6)::after {
  transition-delay: .5s;
}

.feature a {
  display: block;
  transition: .1s;
}

.feature a:hover {
  color: #fff;
  background: #0026A1;
}

.feature .f_1-2 {
  width: 55%;
}

.feature .f_3-8 {
  width: 45%;
}

.feature .f_1-2 .inner {
  width: 90%;
  max-width: 780px;
  margin-left: auto;
  height: 270px;
  align-items: center;
  padding-right: 30px;
}

.feature .num {
  font-size: 64px;
  width: 150px;
}

.feature .num span {
  display: inline-block;
  font-size: 200%;
  font-weight: 600;
}

.feature .num + div {
  flex: 1;
}

.feature .f_3-8::after {
  transition-delay: .5s !important;
}

.feature .f_3-8 .inner {
  width: 90%;
  max-width: 600px;
  height: 90px;
  align-items: center;
  padding-left: 25px;
}

.feature .f_3-8 .num {
  font-size: 24px;
  width: 70px;
}

.feature .f_3-8 .num span {
  font-weight: 700;
}

.feature .f_3.bdr_top::before {
  display: none;
}

.feature .f_5 .more_arr,
.feature .f_8 .more_arr {
  position: absolute;
  top: 5px;
  left: 400px;
}

.more_arr {
  display: inline-block;
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: .1s;
  width: 106px;
}

.more_arr::after {
  content: '';
  display: inline-block;
  background: url(img/more_arr.svg?2) center center no-repeat;
  background-size: contain;
  width: 52px;
  height: 10px;
  vertical-align: middle;
  margin-left: 10px;
}

a:hover .more_arr {
  color: #fff;
}

a:hover .more_arr:after {
  background-image: url(img/more_arr_w.svg?2);
}

.modal {
  background: rgba(255, 255, 255, .9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal_x {
  display: block !important;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
	cursor: pointer;
}

.modal_x:before, .modal_x:after {
    content: '';
    display: block;
    background: #0026A1;
    width: 2px;
    height: 50px;
    transform: rotate(45deg);
    position: absolute;
    right: 24px;
    top: 0;
}

.modal_x:before {
    transform: rotate(-45deg);
}

.modal_box {
  color: #fff;
  background: #0026A1;
  padding: 50px;
  overflow: auto;
  max-height: 100%;
}

.modal_1 .heading-bdr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}

.modal_1 li {
  width: 23%;
}

.modal_1 img {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.modal_2 img {
  display: block;
  width: 550px;
  margin: auto;
}

.modal_5 ul {
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.modal_5 li {
  width: 32%;
  color: #0026A1;
  background: #fff;
  padding: 15px;
  margin: 0.5%;
}

.modal_5 img {
  display: block;
  width: 120px;
  margin: 10px auto;
}

.modal_5 li p {
  font-size: 90%;
  line-height: 1.6;
}




.grid{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.grid > li {
  width: 22%;
  margin: 0.5%;
  flex-shrink: 0;
}

.top .grid {
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.top .grid > li {
  flex-shrink: 0;
}

.grid > li > a,
.grid > li > span {
  display: block;
  height: 100%;
  border: 1px solid #0026A1;
  border-radius: 16px;
  padding: 15px 20px 60px;
  transition: .1s;
  position: relative;
}

.grid > li > a:hover {
  color: #fff;
  background: #0026A1;
}

.grid > li img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 4px;
  transition: .1s;
}

.material-list > li a:hover img  {
  filter: invert(100%); 
}

.grid .title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 10px;
}

.grid .description {
  position: relative;
}

.grid .half {
  width: 150px;
}

.grid .name,
.grid .name_jp {
  line-height: 1.5;
  height: 3em;
}

.post-type-archive-cases .grid .title {
  line-height: 1.5;
  height: 6em;
}

.post-type-archive-cases .grid .job {
  line-height: 1.5;
  height: 3em;
}

.grid .more_arr {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.more {
  display: block;
  width: 300px;
  line-height: 32px;
  padding: 10px 0;
  border: 1px solid #0026A1;
  border-radius: 4px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  transition: .1s;
}

.more .label {
  display: inline-block;
  border-right: 1px solid #0026A1;
  padding-right: 50px;
  margin-right: 40px;
  transition: .1s;
}

.more .arr {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  position: relative;
}

.more .arr::before,
.more .arr::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(img/mark.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(30deg);
  transition: .1s;
}

.more .arr::after {
  background-image: url(img/mark_w.svg);
  opacity: 0;
}

.more:hover {
  color: #fff;
  background: #0026A1;
}

.more:hover .label {
  border-right: 1px solid #fff;
}

.more:hover .arr::before,
.more:hover .arr::after {
  transform: rotate(390deg);
}

.more:hover .arr::before {
  opacity: 0;
}

.more:hover .arr::after {
  opacity: 1;
}

.more.vertical {
  width: 100%;
}

.more.vertical .label {
    font-size: 40px;
    width: 300px;
    line-height: 50px;
    margin: -150px 0 0 -25px;
    transform: rotate(90deg);
    transform-origin: left bottom;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 30%;
}

.more.vertical .arr {
    position: absolute;
    left: 50%;
    bottom: 25%;
    margin-left: -55px;
}

.more.vertical .arr::before,
.more.vertical .arr::after {
    width: 100px;
    height: 100px;
}



.cases li {
  border: 1px solid #0026A1;
  border-width: 1px 0 1px 0;
}

.cases li:nth-child(n+2) {
  margin-top: 25px;
}

.cases li:nth-child(2) .tri {
  text-align: right;
}

.cases li:nth-child(2) .tri::before {
  transform: scale(-1, 1);
}

.cases li a {
  display: block;
  transition: .1s;
  padding: 50px;
}

.cases li a:hover {
  color: #fff;
  background: #0026A1;
}

.cases .case {
  align-items: center;
  position: relative;
}

.cases .tri {
  color: #0026A1 !important;
  background: url(img/cases_tri.svg?2) center center no-repeat;
  background-size: contain;
  width: 105px;
  height: 118px;
  padding: 48px 20px 0;
  line-height: 1.4;
}

.cases li:nth-child(2) .tri {
  background-image: url(img/cases_tri_r.svg);
}

.cases .tri span {
  display: block;
  margin-bottom: 20px;
}

.cases .voice {
  flex: 1;
  padding-left: 70px;
  position: relative;
}

.cases .more_arr {
  position: absolute;
  right: 0;
  top: 0;
}



.oem .parts > li {
  width: 17%;
}

.oem .parts .head {
  color: #fff;
  background: #0026A1;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 10px;
  position: relative;
}

.oem .parts > li:nth-child(n+2) .head::before {
  content: '';
  background: url(img/oem_arr.svg) center center no-repeat;
  background-size: 80%;
  width: 21%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}

.oem .parts .head span {
  display: inline-block;
  font-size: 200%;
  font-weight: 600;
}

.oem .parts .body {
  border: 1px solid #0026A1;
  border-radius: 10px;
  padding: 10px 0 0;
  margin-top: 10px;
}

.oem .parts .body .heading-3 {
    height: 70px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oem .parts .body ul {
  border-top: 2px dotted #0026A1;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: 10px auto 0;
}

.oem .parts > li.arr img {
  width: 80%;
}



.qa li {
  border: 1px solid #0026A1;
  border-radius: 10px;
  margin-top: 20px;
}

.qa p {
  position: relative;
  text-align: center;
  padding: 20px 70px;
}

.qa .q {
  cursor: pointer;
}

.qa .a {
  border-top: 1px solid #0026A1;
  display: none;
}

.qa p::before {
  content: 'Q';
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #0026A1;
  border: 1px solid #0026A1;
  width: 42px;
  line-height: 40px;
  border-radius: 21px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  transition: .2s;
}

.qa .a::before {
  content: 'A';
}

.qa .q::after {
  content: '';
  background: url(img/faq_arr.svg) center center no-repeat;
  width: 45px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .2s;
}

.qa .q.open::before {
  color: #0026A1;
  background: #fff;
}

.qa .q.open::after {
  background-image: url(img/faq_arr_w.svg);
  transform: translateY(-50%) rotate(180deg);
}




input,
textarea {
  appearance: none;
  background: #fff;
  color: #0026A1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
}

.contact {
  padding-top: 300px;
}

.form {
  width: 58%;
}

.form .input+.input {
  margin-top: 40px;
}

.form .input input,
.form .input textarea {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #0026A1;
  border-radius: 4px;
}

.form textarea {
  height: 350px;
}

.form .agree {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.form .agree p {
  margin-bottom: 50px;
}

.form input[type=checkbox] {
  display: none;
}

.form input[type=checkbox]+label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  width: auto;
}

.form input[type=checkbox]+label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #0026A1;
  border-radius: 4px;
  margin-top: -11px;
  transition: .1s
}

.form input[type=checkbox]:checked+label::before {
  background: #0026A1;
}

.form input[type=checkbox]:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-top: -7px;
  transform: rotate(45deg);
}

.form .submit {
  display: block;
  padding: 60px 40px;
  cursor: pointer;
  transition: .1s;
  border: 1px solid #0026A1;
  border-radius: 4px;
}

.form .submit:hover {
  background: #0026A1;
  color: #fff;
}

.form .error,
.form .error+label::before {
  border-color: #f00 !important;
}




/* materials */

.search_text {
  flex: 1;
  position: relative;
}

.search_text input[type=text] {
  border-bottom: 1px solid #0026A1;
  width: 100%;
  padding: 10px 0;
}

.search_text input[type=submit] {
  background: url(img/search.svg) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
}

.search_cat {
  /*width: 660px;
  padding-left: 100px;*/
  overflow: hidden;
}

.search_cat .title {
  width: 220px;
  position: relative;
}

.search_cat .title p {
  line-height: 43px;
  border-bottom: 1px solid #0026A1;
}

.search_cat .title::before {
  content: '';
  background: #0026A1;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 30px;
  right: 30px;
}

.search_cat .title::after {
  content: '';
  background: url(img/search_tag.svg) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 12px;
  right: 0;
}

.search_cat .cats {
  /*width: 55%;*/
  flex-wrap: wrap;
  justify-content: flex-start;
}

.search_cat .cats a {
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  border: 1px solid #0026A1;
  border-radius: 50%;
  padding: 10px;
  font-size: 14px;
  justify-content: center;
  margin: 0 20px 20px 0;
  transition: .1s;
  text-align: center;
}

.search_cat .cats a:hover {
  color: #fff;
  background: #0026A1;
}





/* page */

.page-header {
  position: relative;
  overflow: hidden;
}

.page-header .float {
  padding: 220px 0 160px;
}

.page-header .mark {
  position: absolute;
  right: -5%;
  top: 40px;
  width: 600px;
  transition: transform .4s;
}

.page-header .domain {
  font-size: 14px;
  letter-spacing: .1em;
}

.page-header .title-en {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: .1em;
  transform: translateX(-30px);
}


.page-header .title-jp {
  margin-top: 60px;
}

.page-header .scroll-down {
  margin-top: 160px;
}

.page-header .scroll-down img {
  display: block;
  width: 24px;
}




.page.production .head {
  position: relative;
  padding-top: 480px;
}

.page.production .head video {
  position: absolute;
  top: 0;
  left: 20px;
  width: 700px;
  height: 700px;
  border-radius: 17px;
  object-fit: cover;
  z-index: 100;
}

.page.production .head .nmn,
.page.production .head .copy {
  position: absolute;
  z-index: 101;
}

.page.production .head .nmn {
  font-size: 96px;
  top: 550px;
  left: 50px;
}

.page.production .head .copy {
    letter-spacing: .04em;
    top: 590px;
    left: 470px;
  z-index: 102;
}

.page.production .head .title {
  background: #0026A1;
  color: #fff;
  border-radius: 17px;
  text-align: right;
  padding: 240px 80px 50px;
}

.page.production .heading-4 {
  font-size: 24px;
}

.page.production .flow {
  border: 1px solid #0026A1;
  border-radius: 17px;
  padding: 60px 25px;
}

.page.production .production {
  position: relative;
}

.page.production .production::after {
  content: '';
  display: block;
  background: #0026A1;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
}

.page.production .production .step:nth-child(2n+1) {
  padding-right: 50%;
}

.page.production .production .step:nth-child(2n) {
  padding-left: 50%;
  text-align: right;
}

.page.production .production .step:nth-child(n+2) {
  margin-top: -100px;
}

.page.production .production .step:nth-child(3) {
  margin-top: 0;
}

.page.production .production .heading-2 {
  border-bottom: 1px solid #0026A1;
  margin-bottom: 10px;
}

.page.production .production .heading-2 span {
  font-size: 96px;
}

.page.production .production img {
  display: block;
  width: 75%;
  border-radius: 25px;
  margin: 15px auto 0;
}

.page.production .production .step:nth-child(2n+1) img {
  margin-left: 0;
}

.page.production .production .step:nth-child(2n) img {
  margin-right: 0;
}




.page.company .info {
  flex-wrap: wrap;
}

.page.company .info dt,
.page.company .info dd {
  border-bottom: 1px solid #0026A1;
  padding-bottom: 10px;
}

.page.company .info dt {
  width: 24%;
}

.page.company .info dd {
  width: 76%;
}

.page.company .info dt:nth-of-type(n+2),
.page.company .info dd:nth-of-type(n+2) {
  margin-top: 100px;
}

.page.company .info dd .flex {
  justify-content: flex-start;
}




.page.faq .category {
  background: #0026A1;
  color: #fff;
  border-radius: 10px;
  padding: 7px 0 13px;
  position: relative;
}

.page.faq .category::after {
  content: '';
  background: url(img/faq_arr_w.svg) center center no-repeat;
  width: 45px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .2s;
}

.page.faq .category.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.page.faq .category + ul {
  display: none;
}





.post-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 15px;
  border-bottom: 1px solid #0026A1;
}

.post-content > *,
.post-content .flex div > * {
  margin-top: 25px;
}

.post-content h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 75px;
}

.post-content h2 {
  font-size: 32px;
  font-weight: 900;
  margin-top: 75px;
}

.post-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 75px;
}

.post-content h3.bar {
  background: #0026A1;
  color: #fff;
  padding: .2em .6em;
}

.post-content ul,
.post-content ol {
  padding-left: 25px;
}

.post-content ul {
  list-style: disc;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
}

.post-content th,
.post-content td {
  padding: 10px;
  border: 1px solid #0026A1;
}

.post-content hr {
  border-top: 1px solid #0026A1;
  margin: 75px 0;
}

.post-content img {
  display: block;
  margin: 25px auto;
}

.post-content .bg-box {
  background: #0026A1;
  color: #fff;
  padding: 3%;
}

.post-content .border-box {
  border: 1px solid #0026A1;
  padding: 3%;
}

.post-content .bg-box > *:first-child,
.post-content .border-box > *:first-child {
  margin-top: 0;
}

.single-cases .post-content img {
  margin-left: 0;
}

/*.single-cases .post-content p {
  font-size: 21px;
}*/

#toc_container {
  padding: 10px 15px;
  border: 1px solid #0026A1;
}










/* ============================================================================================================== */










.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {

body {
    font-size: 12px;
  min-width: inherit;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

br.sp {
  display: inline !important;
}

.mt100 {
  margin-top: 75px !important;
}

.sec {
  padding: 130px 0 20px;
}

.heading-2 {
  font-size: 24px;
}

.flex .w30,
.flex .w45,
.flex .w47,
.flex .w50,
.flex .w65 {
    width: 100%;
}



.header {
    font-size: 13px;
	text-align: left;
	padding-left: 70px;
	line-height: 40px;
}

.lang {
    left: 5vw;
        margin-top: 14px;
}

.lang ul {
    margin-top: -10px;
}

.lang:hover ul {
    margin-top: 0;
}

.header .logo {
    margin-top: 14px;
}

.gnavi-btn,
.gnavi-x {
    right: 3vw;
}

.gnavi-btn .mark,
.gnavi-x .mark {
    width: 42px;
    height: 42px;
}

.gnavi {
    padding: 0 10vw;
}

.gnavi li {
    font-size: 20px;
    padding: 12px 0;
}



.cover_fix .lead {
    margin-top: 20px;
}



.heading {
    margin-bottom: 50px;
}

.service .flex {
    display: block;
}

.service figure {
    height: 100vw;
    margin-top: 0;
}

.service figure .ring_1 {
    width: 90vw;
    min-width: 90vw;
}

.service figure .ring_2 {
    width: 48vw;
    min-width: 48vw;
}

.service figure a {
    width: 38vw;
    font-size: 16px;
    line-height: 9vw;
    padding: 10vw 10vw 10vw 0;
}



.about .flex {
    display: block;
}

.about figure {
    height: 100vw;
	margin-top: 50px;
}

.about figure > img {
    width: 80vw;
}

.about .top {
    margin-top: -30px;
    width: 26vw;
}



.feature .head {
    display: block;
     width: 100%;
}

.feature .bdr_left::after {
    display: none;
}

.feature .head .heading {
    width: 90%;
    margin: auto;
}

.feature .head .heading-2 {
    display: block;
    padding: 20px 5vw;
    text-align: left;
    line-height: 1.5;
}

.feature .head .lead {
    width: 100%;
    padding: 0 5vw 20px;
}

.feature > div > .flex {
    display: block;
}

.feature .f_1-2,
.feature .f_3-8 {
    width: 100%;
}

.feature .f_1-2 .inner,
.feature .f_3-8 .inner {
    max-width: inherit;
    height: auto;
    padding: 15px 0;
	margin: 0 auto;
}

.feature .f_1-2 .num {
    font-size: 24px;
    width: 70px;
}

.feature .f_1-2 .heading-2,
.feature .f_3-8 .body > p:first-child {
    font-size: 16px;
    font-weight: 900;
}

.feature .f_1-2 .body > p:nth-child(2),
.feature .f_1-2 .body > p:nth-child(3) {
  margin-top: 5px;
}

.feature .f_3.bdr_top::before {
  display: block;
}

.feature .f_5 .more_arr,
.feature .f_8 .more_arr {
    position: static;
     margin-top: 5px;
}

    .feature .f_1-2 .body > p:nth-child(2),
	.feature .f_1-2 .body > p:nth-child(3) {
        margin-top: 5px !important;
    }

.modal {
    padding: 60px 5% 5%;
}

.modal_x {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
}

.modal_x:before, .modal_x:after {
    height: 40px;
    right: 19px;
}

.modal_box {
  width: 100%;
}

.modal_1 ul,
.modal_5 ul {
  display: block;
}

.modal_1 li,
.modal_5 li {
  width: 100%;
  margin-top: 20px;
}



.grid {
    display: block;
}

.grid > li {
    width: 100%;
    margin: 0;
}

.grid > li:nth-child(n+2) {
    margin-top: 12px;
}

.grid .name,
.grid .name_jp {
    width: 45%;
	height: auto;
        float: left;
        clear: left;
    margin-bottom: 10px;
}

.post-type-archive-post .grid .title,
.post-type-archive-cases .grid .title,
.post-type-archive-cases .grid .job {
    width: 45%;
	height: auto;
        float: left;
        clear: left;
    font-size: 16px;
}

.post-type-archive-cases .grid .job {
    font-size: 12px;
}

.grid .thumb {
    width: 50%;
	margin: 0 0 0 auto;
	padding-left: 10px;
}

.post-type-archive-cases .grid > li img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
	object-position: center top;
}

.grid .description {
    margin-top: 10px;
}

.more {
    width: 90%;
}

.more .label {
    font-size: 14px;
}



.cases ul {
  width: 100%;
}

.cases li a {
    padding: 5vw;
}

.cases .tri {
    width: 66px;
    height: 58px;
    padding: 20px 12px 0;
    font-size: 11px;
}

.cases .voice {
    padding-left: 5vw;
}

.cases .heading-2 {
    font-size: 16px;
	margin-top: 5px;
}

.cases .more_arr {
    position: static;
    margin-top: -5px;
}



.qa p {
    padding: 12px 50px;
}

.qa p::before {
    width: 32px;
    line-height: 30px;
    border-radius: 16px;
    left: 10px;
}

.qa .q::after {
    background-size: contain;
    width: 28px;
    height: 20px;
    right: 15px;
}



.contact {
    padding-top: 130px;
}

.contact .flex {
  display: block;
}

.form {
    width: 100%;
	margin-top: 25px;
}

input,
textarea {
    font-size: 14px;
    padding: 10px;
}

.form .input+.input {
    margin-top: 20px;
}

.form .agree {
  display: block;
}

.form .agree p {
    margin-bottom: 20px;
}

.form .submit {
    width: 100%;
    padding: 15px;
	margin-top: 50px;
	text-align: center;
}



.footer {
    padding: 130px 5vw 5vw;
}

.footer .box {
    border-radius: 10px;
    padding: 30px 0 5vw;
}

.footer .box > .flex,
.footer .copyright {
  display: block;
}

.footer .address {
    font-size: 13px;
	justify-content: flex-start;
}

.footer .address .mark {
    width: 100px;
}

.footer .sitemap {
    text-align: left;
    margin-top: 50px;
}




.page-header .float {
    padding: 220px 0 50px;
}

.page-header .mark {
    width: 220px;
}

.page-header .domain {
    font-size: 12px;
    margin: 0 0 5px 18px;
}

.page-header .title-en {
    font-size: 30px;
    transform: translateX(-10px);
}

.page-header .title-jp {
    font-size: 16px;;
    margin: 50px 0 0 18px;
}

.page-header .scroll-down {
    margin-top: 50px;
}



.post-type-archive-materials .page-header + .flex,
.tax-material-cat .page-header + .flex {
  display: block;
}

.search_cat {
  width: 100%;
    padding-left: 0;
  display: block;
  margin-top: 40px;
}

.search_cat .title {
  width: 100%;
}

.search_cat .cats {
  /*width: 92%;
  display: block;
  border-right: 1px solid #0026A1;*/
  padding: 30px 0 0 0;
}

.search_cat .cats li {
    margin: 0 12px 12px 0;
}

.search_cat .cats a {
  display: block;
    width: 100%;
    height: auto;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 12px;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.post-title {
    font-size: 30px;
}

.post-content h1 {
    font-size: 28px;
}

.post-content h2 {
    font-size: 24px;
}

.post-content h3 {
    font-size: 18px;
}



.page.production .head {
    padding-top: 0;
}

.page.production .head video {
    display: block;
    position: static;
    width: 90vw;
    height: 90vw;
    border-radius: 10px;
	margin: 0 auto;
}

.page.production .head .nmn {
    font-size: 64px;
	top: 40vw;
    left: 10vw;
}

.page.production .head .copy {
    font-size: 16px;
    top: 65vw;
    left: 10vw;
}

.page.production .head .title {
    background: #0026A1;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
	margin-top: 12px;
}

.page.production .heading-4 {
    font-size: 16px;
	letter-spacing: .12em;
}

.page.production .head .title  .heading-2 {
    font-size: 18px;
	margin-top: 5px;
}

.page.production .production::after {
  top: 0;
  left: auto;
  right: 0;
  margin-left: 0;
}

.page.production .production .step:nth-child(2n+1),
.page.production .production .step:nth-child(2n) {
  padding: 0;
  text-align: left;
}

.page.production .production .step:nth-child(n+2),
.page.production .production .step:nth-child(3) {
  margin-top: 30px;
}

.page.production .production .heading-2 span {
  font-size: 40px;
}

.page.production .production img {
  width: 85%;
  border-radius: 15px;
  margin: 15px auto 0 0 !important;
}



.page.company .info dt, 
.page.company .info dd {
    width: 100%;
}

.page.company .info dt {
        font-size: 20px;
		border-bottom: 0;
}

.page.company .info dd {
        font-size: 14px;
		font-weight: 700;
		line-height: 1.6;
    margin-top: 5px;
}

.page.company .info dt:nth-of-type(n+2) {
    margin-top: 50px;
}

.page.company .info dd:nth-of-type(n+2) {
    margin-top: 10px;
}

.page.company .info dd .flex {
    display: block;
}



.page.faq .category {
    margin-top: 30px;
        font-size: 16px;
}

.page.faq .category::after {
    background-size: contain;
    width: 28px;
    height: 20px;
    right: 15px;
}



.single-cases .post-content p {
  font-size: 18px;
}



.post-content .mt75 {
  margin-top: 50px !important;
}

.post-content .flex {
  display: block;
}



}