@charset "UTF-8";
/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap");
/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
html {
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  font-size: 62.5%; /*10px*/
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  color: #474545;
  background: #fff;
  min-width: 320px;
  word-break: break-all;
  /* -webkit-transform: scale(1); */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial",
    "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" !important;
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
button,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

header,
footer,
nav,
main,
section,
article,
figure,
figcaption,
menu,
address {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  input,
  textarea {
    font-size: 1.4rem;
  }
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

svg {
  height: 100%;
  width: 100%;
}

ol,
ul {
  margin: 16px auto;
  padding-left: 24px;
}

p:not(:last-child),
li:not(:last-child) {
  margin-bottom: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  box-sizing: border-box;
}

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

br {
  letter-spacing: 0;
}

hr {
  border: none;
  border-top: solid 1px #ccc;
  margin: 10px auto;
}

::selection {
  background: rgba(38, 43, 67, 0.3);
}

sup {
  vertical-align: middle;
  font-size: 1rem;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  cursor: pointer;
  color: rgb(52.6571428571, 59.5857142857, 92.8428571429);
}
a:hover {
  transition: color 0.2s, background-color 0.2s;
  transform: perspective(0);
  color: rgb(52.6571428571, 59.5857142857, 92.8428571429);
}

/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
.btn,
.btn_s,
.btn_l,
.btn_xl,
.btn_w,
.btn_line {
  display: inline-block;
  margin: 0;
  height: 64px;
  overflow: hidden;
  background: #ccc;
  vertical-align: top;
  cursor: pointer;
  box-sizing: border-box;
  background: #f7f7f7;
  transition: all 0.2s;
}
.btn:hover,
.btn_s:hover,
.btn_l:hover,
.btn_xl:hover,
.btn_w:hover,
.btn_line:hover {
  background: rgb(234.65, 234.65, 234.65);
  color: #333;
  text-decoration: none;
}
.btn input,
.btn button,
.btn a,
.btn span,
.btn_s input,
.btn_s button,
.btn_s a,
.btn_s span,
.btn_l input,
.btn_l button,
.btn_l a,
.btn_l span,
.btn_xl input,
.btn_xl button,
.btn_xl a,
.btn_xl span,
.btn_w input,
.btn_w button,
.btn_w a,
.btn_w span,
.btn_line input,
.btn_line button,
.btn_line a,
.btn_line span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  vertical-align: top;
  background: none;
  border: none;
  cursor: pointer;
  overflow: visible;
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial",
    "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" !important;
  color: #555;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none !important;
  vertical-align: top;
  outline: none;
  box-sizing: border-box;
}
.btn .fas,
.btn_s .fas,
.btn_l .fas,
.btn_xl .fas,
.btn_w .fas,
.btn_line .fas {
  vertical-align: text-top;
  margin-right: 8px;
}

.btn input,
.btn button,
.btn_s input,
.btn_s button {
  width: 100%;
  line-height: 24px;
}

.btnGroup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
}
@media only screen and (max-width: 480px) {
  .btnGroup {
    flex-direction: column;
    gap: 16px;
  }
}
.btnGroup .btn {
  width: 200px;
}
@media only screen and (max-width: 480px) {
  .btnGroup .btn {
    width: 100%;
  }
}

.btn_s {
  height: 40px;
}
.btn_s input,
.btn_s button,
.btn_s a,
.btn_s span {
  height: 40px;
  font-size: 1.1rem;
  padding: 0 12px;
}
.btn_l {
  height: 72px;
}
.btn_l input,
.btn_l button,
.btn_l a,
.btn_l span {
  height: 72px;
  font-size: 2rem;
  padding: 0 32px;
}
.btn_xl {
  height: 88px;
}
.btn_xl input,
.btn_xl button,
.btn_xl a,
.btn_xl span {
  height: 88px;
  font-size: 2rem;
  padding: 0 40px;
}
.btn_w {
  display: block;
}
.btn_w input,
.btn_w button {
  display: block;
  width: 100%;
}
.btn_line {
  background: none;
  border: solid 1px #262b43;
}
.btn_line input,
.btn_line button,
.btn_line a,
.btn_line span {
  color: #262b43;
}
.btn_line:hover {
  background: rgb(52.6571428571, 59.5857142857, 92.8428571429);
  border: solid 1px rgb(52.6571428571, 59.5857142857, 92.8428571429);
}
.btn_line:hover input,
.btn_line:hover button,
.btn_line:hover a,
.btn_line:hover span {
  color: #fff;
}
.btn_ghost {
  border: solid 1px #fff;
  background: none;
}
.btn_ghost input,
.btn_ghost button,
.btn_ghost a,
.btn_ghost span {
  color: #fff;
}
.btn_ghost:hover {
  background: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.btn_ghost:hover input,
.btn_ghost:hover button,
.btn_ghost:hover a,
.btn_ghost:hover span {
  color: #fff;
}
.btn_primary {
  background: #262b43;
}
.btn_primary input,
.btn_primary button,
.btn_primary a,
.btn_primary span {
  color: #fff !important;
}
.btn_primary:hover {
  background: rgb(81.9714285714, 92.7571428571, 144.5285714286) !important;
}
.btn_secondary {
  background: #eee;
}
.btn_secondary input,
.btn_secondary button,
.btn_secondary a,
.btn_secondary span {
  color: #fff !important;
}
.btn_secondary:hover {
  background: rgb(241.4, 241.4, 241.4) !important;
}
.btn_tertiary {
  background: #e3004e;
}
.btn_tertiary input,
.btn_tertiary button,
.btn_tertiary a,
.btn_tertiary span {
  color: #fff !important;
}
.btn_tertiary:hover {
  background: rgb(255, 28.6, 106.3938325991) !important;
}
.btn_disabled {
  background: #dbdcdc;
  color: #ccc;
  cursor: default;
}
.btn_disabled:hover {
  background: #dbdcdc;
}
.btn_disabled input,
.btn_disabled button,
.btn_disabled a,
.btn_disabled span {
  color: #999;
  cursor: default;
}
.btn_selected {
  background: #d9edf7;
}
.btn_selected:hover {
  background: rgb(247.8, 247.8, 247.8);
}
.btn_group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .btn_group {
    flex-direction: column;
  }
}
.btn_group .btn:not(:last-child),
.btn_group .btn_s:not(:last-child),
.btn_group .btn_l:not(:last-child),
.btn_group .btn_xl:not(:last-child),
.btn_group .btn_w:not(:last-child),
.btn_group .btn_line:not(:last-child) {
  margin-right: 40px;
}

.icon_arrow {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 1px;
  margin-top: 4px;
  border-radius: 9999px;
  background-color: #262b43;
}
.icon_arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 16px;
  height: 1px;
  border-radius: 9999px;
  background-color: #262b43;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.icon_arrow._white {
  background-color: #fff;
}
.icon_arrow._white::before {
  background-color: #fff;
}
.icon_blank {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: url("assets/images/icon_blank.svg");
}

.btn_line:hover .icon_arrow {
  background-color: #fff;
}
.btn_line:hover .icon_arrow:before {
  background-color: #fff;
}

/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
select:hover,
label:hover {
  cursor: pointer;
}

input,
select,
textarea {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial",
    "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

input[type="tel"],
input[type="url"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px #ddd;
  border-radius: 3px;
  vertical-align: text-bottom;
  border-radius: 6px;
  width: 100%;
  padding: 8px 16px;
  height: 48px;
  line-height: 48px;
}
input[type="tel"]:placeholder-shown,
input[type="url"]:placeholder-shown,
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="search"]:placeholder-shown,
input[type="password"]:placeholder-shown {
  color: #ccc;
}
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: #ccc;
}
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  color: #ccc;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px #ddd;
  border-radius: 3px;
  vertical-align: text-bottom;
  border-radius: 6px;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin-right: 8px;
  background: #fff;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  outline: none;
  background: #262b43;
  border: solid 3px #262b43;
  box-shadow: 0 0 0px 3px #fff inset;
}
input[type="radio"] {
  border-radius: 100%;
}

select {
  appearance: none;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  height: 48px;
  padding: 8px 48px 8px 16px;
}

select,
textarea {
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px #ddd;
  border-radius: 3px;
  vertical-align: text-bottom;
  border-radius: 6px;
  width: 100%;
}

textarea {
  min-height: 150px;
  overflow: inherit;
  padding: 16px;
  line-height: 24px;
}
textarea:placeholder-shown {
  color: #ccc;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
}
textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #ccc;
}

.inputGroup {
  display: block;
  margin-bottom: 32px;
}
.inputGroup .require:after {
  content: "必須";
  display: inline-block;
  margin: auto 16px;
  padding: 3px 8px;
  color: #fff;
  background: #e3004e;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 480px) {
  .inputGroup .require:after {
    float: right;
  }
}
.inputGroup br,
.inputGroup p:empty {
  display: none;
}
.inputGroup_label {
  margin-bottom: 16px;
}
.inputGroup_input,
.inputGroup_select,
.inputGroup_checkLabel,
.inputGroup_textarea {
  display: block;
}
.inputGroup_label {
  position: relative;
}
.inputGroup_input,
.inputGroup_textarea {
  width: 100%;
}
.inputGroup_select {
  position: relative;
}
.inputGroup_select::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 16px;
  right: 20px;
  bottom: auto;
  left: auto;
  border-bottom: solid 2px #999;
  border-right: solid 2px #999;
  transform: rotate(45deg);
}
.inputGroup_checkLabel {
  line-height: 48px;
}
.inputGroup_checkLabel:not(:last-child) {
  margin-right: 16px;
}

/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
.fadeIn-up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: transform 700ms, opacity 700ms;
}
.fadeIn-up.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.slideIn {
  opacity: 0;
  transform: translate(300px, 0);
  transition: transform 700ms, opacity 700ms;
}
.slideIn.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.is-delay-1 {
  transition-delay: 0.5s;
}

.is-delay-2 {
  transition-delay: 1s;
}

.is-delay-3 {
  transition-delay: 1.5s;
}

.is-delay-4 {
  transition-delay: 2s;
}

.is-delay-5 {
  transition-delay: 2.5s;
}

.is-delay-6 {
  transition-delay: 3s;
}

.is-delay-7 {
  transition-delay: 3.5s;
}

.is-delay-8 {
  transition-delay: 4s;
}

.is-delay-9 {
  transition-delay: 4.5s;
}

.is-delay-10 {
  transition-delay: 5s;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scroll-infinity {
  width: 100%;
}
.scroll-infinity_wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.scroll-infinity_list_left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity_list_right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll-infinity_item {
  margin: 0 !important;
  width: 25vw;
}
.scroll-infinity_item img {
  width: 100%;
}

.letter {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.letter span {
  display: inline-block;
  transform: translateY(2em);
}
.letter.scrollIn span {
  animation: textanimation 0.2s forwards;
}
.letter.scrollIn span:nth-child(1) {
  animation-delay: 0.1s;
}
.letter.scrollIn span:nth-child(2) {
  animation-delay: 0.2s;
}
.letter.scrollIn span:nth-child(3) {
  animation-delay: 0.3s;
}
.letter.scrollIn span:nth-child(4) {
  animation-delay: 0.4s;
}
.letter.scrollIn span:nth-child(5) {
  animation-delay: 0.5s;
}
.letter.scrollIn span:nth-child(6) {
  animation-delay: 0.6s;
}
.letter.scrollIn span:nth-child(7) {
  animation-delay: 0.7s;
}
.letter.scrollIn span:nth-child(8) {
  animation-delay: 0.8s;
}
.letter.scrollIn span:nth-child(9) {
  animation-delay: 0.9s;
}
.letter.scrollIn span:nth-child(10) {
  animation-delay: 1s;
}
.letter.scrollIn span:nth-child(11) {
  animation-delay: 1.1s;
}
.letter.scrollIn span:nth-child(12) {
  animation-delay: 1.2s;
}
.letter.scrollIn span:nth-child(13) {
  animation-delay: 1.3s;
}
.letter.scrollIn span:nth-child(14) {
  animation-delay: 1.4s;
}
.letter.scrollIn span:nth-child(15) {
  animation-delay: 1.5s;
}
.letter.scrollIn span:nth-child(16) {
  animation-delay: 1.6s;
}
.letter.scrollIn span:nth-child(17) {
  animation-delay: 1.7s;
}
.letter.scrollIn span:nth-child(18) {
  animation-delay: 1.8s;
}
.letter.scrollIn span:nth-child(19) {
  animation-delay: 1.9s;
}
.letter.scrollIn span:nth-child(20) {
  animation-delay: 2s;
}

@keyframes textanimation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-gradient-animation {
  0% {
    --x-0: 11%;
    --c-0: hsla(227.64705882352945, 52%, 20%, 0.89);
    --y-0: 96%;
    --s-start-0: 37%;
    --s-end-0: 90%;
    --x-1: 92%;
    --s-start-1: 31%;
    --s-end-1: 84%;
    --y-1: 89%;
    --c-1: hsla(235.58823529411765, 62%, 19%, 0.85);
    --c-2: hsla(202.00000000000009, 74%, 38%, 0.95);
    --x-2: 58%;
    --s-start-2: 41%;
    --s-end-2: 61%;
    --y-2: 7%;
    --c-3: hsla(225, 76%, 52%, 0.92);
    --y-3: 35%;
    --x-3: 62%;
    --s-start-3: 22%;
    --s-end-3: 59%;
    --y-4: 63%;
    --x-4: 2%;
    --c-4: hsla(217.99999999999997, 34%, 59%, 0.92);
    --s-start-4: 19%;
    --s-end-4: 70%;
  }
  100% {
    --x-0: 6%;
    --c-0: hsla(235.58823529411765, 71%, 21%, 0.88);
    --y-0: 12%;
    --s-start-0: 29%;
    --s-end-0: 73%;
    --x-1: 61%;
    --s-start-1: 8%;
    --s-end-1: 80%;
    --y-1: 6%;
    --c-1: hsla(221.00000000000014, 72%, 27%, 0.87);
    --c-2: hsla(242.20588235294116, 71%, 36%, 0.88);
    --x-2: 75%;
    --s-start-2: 29%;
    --s-end-2: 80%;
    --y-2: 23%;
    --c-3: hsla(230.29411764705884, 75%, 75%, 0.95);
    --y-3: 64%;
    --x-3: 76%;
    --s-start-3: 2%;
    --s-end-3: 81%;
    --y-4: 86%;
    --x-4: 41%;
    --c-4: hsla(210.44117647058826, 89%, 98%, 0.86);
    --s-start-4: 24%;
    --s-end-4: 81%;
  }
}
@property --x-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 11%;
}
@property --c-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsla(227.6470588235, 52%, 20%, 0.89);
}
@property --y-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 96%;
}
@property --s-start-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 37%;
}
@property --s-end-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 90%;
}
@property --x-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 92%;
}
@property --s-start-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 31%;
}
@property --s-end-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 84%;
}
@property --y-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 89%;
}
@property --c-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsla(235.5882352941, 62%, 19%, 0.85);
}
@property --c-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsla(202, 74%, 38%, 0.95);
}
@property --x-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 58%;
}
@property --s-start-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 41%;
}
@property --s-end-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 61%;
}
@property --y-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 7%;
}
@property --c-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsla(225, 76%, 52%, 0.92);
}
@property --y-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 35%;
}
@property --x-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 62%;
}
@property --s-start-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 22%;
}
@property --s-end-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 59%;
}
@property --y-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 63%;
}
@property --x-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 2%;
}
@property --c-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsla(218, 34%, 59%, 0.92);
}
@property --s-start-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 19%;
}
@property --s-end-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 70%;
}
.company_philosophy_message {
  --x-0: 11%;
  --c-0: hsla(227.64705882352945, 52%, 20%, 0.89);
  --y-0: 96%;
  --x-1: 92%;
  --y-1: 89%;
  --c-1: hsla(235.58823529411765, 62%, 19%, 0.85);
  --c-2: hsla(202.00000000000009, 74%, 38%, 0.95);
  --x-2: 58%;
  --y-2: 7%;
  --c-3: hsla(225, 76%, 52%, 0.92);
  --y-3: 35%;
  --x-3: 62%;
  --y-4: 63%;
  --x-4: 2%;
  --c-4: hsla(217.99999999999997, 34%, 59%, 0.92);
  background-color: hsl(242.2058823529, 93%, 25%);
  background-image: radial-gradient(
      circle at var(--x-0) var(--y-0),
      var(--c-0) var(--s-start-0),
      transparent var(--s-end-0)
    ),
    radial-gradient(
      circle at var(--x-1) var(--y-1),
      var(--c-1) var(--s-start-1),
      transparent var(--s-end-1)
    ),
    radial-gradient(
      circle at var(--x-2) var(--y-2),
      var(--c-2) var(--s-start-2),
      transparent var(--s-end-2)
    ),
    radial-gradient(
      circle at var(--x-3) var(--y-3),
      var(--c-3) var(--s-start-3),
      transparent var(--s-end-3)
    ),
    radial-gradient(
      circle at var(--x-4) var(--y-4),
      var(--c-4) var(--s-start-4),
      transparent var(--s-end-4)
    );
  animation: hero-gradient-animation 10s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal;
}

/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 32px;
  min-width: 640px;
  max-width: 1280px;
  min-height: 480px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: auto 16px;
}
@media only screen and (max-width: 480px) {
  .modal__container {
    min-width: auto;
    padding: 16px;
  }
}
.modal__container iframe {
  width: 100%;
  min-height: 480px;
  border: none;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  height: 100%;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
.wrapper {
  min-height: 100vh;
  position: relative;
}

.wrapper,
.main {
  width: 100%;
}

.main {
  min-height: calc(100vh - 90px - 526px);
}

.container {
  padding: 64px 16px;
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 32px 16px;
  }
}

.centerd {
  margin: auto;
  box-sizing: border-box;
  padding: 0 24px;
  max-width: 1280px;
}
@media only screen and (max-width: 480px) {
  .centerd {
    padding: 0 16px;
  }
}

.header {
  width: 100%;
  min-width: 1280px;
  background: #fff;
  text-align: center;
  height: 90px;
  line-height: 90px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
}
.header_logo {
  margin-left: 16px;
}
@media only screen and (max-width: 480px) {
  .header_logo {
    margin-left: 0;
  }
}
.header_logo a {
  display: flex;
  align-items: center;
  height: 90px;
}
@media only screen and (max-width: 480px) {
  .header_logo a {
    height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .header_logo img {
    height: 32px;
    width: 220px;
  }
}
.header_nav ul {
  display: flex;
  width: 100%;
  margin: 0;
  height: 90px;
}
.header_nav ul a {
  color: #333;
  transition: 0.2s ease-in-out;
}
.header_nav ul a:link,
.header_nav ul a:visited {
  color: #333;
}
.header_nav ul a:hover,
.header_nav ul a:active,
.header_nav ul a:focus {
  color: rgb(48.45, 48.45, 48.45);
  text-decoration: none;
}
.header_nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header_nav ul li a {
  display: block;
  padding: 0 24px;
  box-sizing: border-box;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.header_nav ul li a::before {
  background: #e3004e;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.2s;
}
.header_nav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header_nav ul li.current a:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media only screen and (max-width: 480px) {
  .header_nav ul {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    height: 60px;
    min-width: auto;
  }
}

.spDrawer {
  display: none;
  z-index: 100;
  background: rgba(38, 43, 67, 0.97);
  margin: auto;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}
.spDrawer_list {
  height: calc(100vh - 140px);
  min-height: 320px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 8;
}
.spDrawer_menu {
  width: 100%;
}
.spDrawer_menu a {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.spDrawer_menu a:link,
.spDrawer_menu a:visited {
  color: #fff;
}
.spDrawer_menu a:hover,
.spDrawer_menu a:active,
.spDrawer_menu a:focus {
  color: rgb(242.25, 242.25, 242.25);
  text-decoration: none;
}
.spDrawer_menu a {
  display: block;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.spDrawer_openBtn {
  display: none;
  width: 60px;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
@media only screen and (max-width: 480px) {
  .spDrawer_openBtn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    gap: 16px;
  }
}
.spDrawer_closeBtn {
  height: 80px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 16px;
  box-sizing: border-box;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.spDrawer_closeBtnIcon {
  margin-right: 20px;
}

.snsLinks {
  background: #fff;
  padding: 64px 16px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  gap: 64px;
}
.snsLinks_title {
  letter-spacing: 0.1em;
}
.snsLinks_title_text1 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 8px;
  font-weight: 500;
}
.snsLinks_title_text2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.snsLinks_link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
}

.footer {
  background: #fff;
  padding: 48px 16px;
}
.footer_contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  margin: 0 auto 48px;
}
.footer_logo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 16px;
  gap: 24px;
}
.footer_logo_address {
  margin: 16px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer_menu {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 16px;
  gap: 64px;
}
.footer_menu_nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  gap: 16px;
}
.footer_menu_nav ul {
  padding: 0;
  margin: 0;
}
.footer_menu_nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 0 16px;
}
.footer_menu a {
  font-weight: 500;
}
.footer_menu a {
  color: #474545;
  transition: 0.2s ease-in-out;
}
.footer_menu a:link,
.footer_menu a:visited {
  color: #474545;
}
.footer_menu a:hover,
.footer_menu a:active,
.footer_menu a:focus {
  color: rgb(67.45, 65.55, 65.55);
  text-decoration: none;
}
.footer_copyrights {
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 480px) {
  .footer_copyrights {
    text-align: center;
  }
}

.screen_header {
  position: relative;
  display: flex;
  align-items: center;
  height: 250px;
  background: #515569;
  color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .screen_header {
    height: 160px;
  }
}
.screen_title {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
@media only screen and (max-width: 480px) {
  .screen_title {
    width: 1280px;
  }
}
.screen_name {
  display: block;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 480px) {
  .screen_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.screen_description {
  color: #fff;
  font-weight: 400;
  margin: 16px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.screen_slug {
  color: #f7f7f7;
  opacity: 0.2;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: right;
  font-weight: 700;
  line-height: 10vw;
  font-size: 10vw;
  margin: auto;
  position: absolute;
  top: auto;
  right: -1vw;
  bottom: -1vw;
  left: auto;
}

.category-construction .screen_header,
.category-achievements .screen_header,
.post-type-archive-achievements .screen_header,
.single-achievements .screen_header,
.tax-field .screen_header {
  background: url("assets/images/title_bg_CONSTRUCTION.png") no-repeat center
    center;
  background-size: cover;
}

.page-manufacturing .screen_header {
  background: url("assets/images/title_bg_MANUFACTURING.png") no-repeat center
    center;
  background-size: cover;
}

.page-company .screen_header,
[class*="company-"] .screen_header {
  background: url("assets/images/title_bg_COMPANY.png") no-repeat center center;
  background-size: cover;
}

.page-sustainability .screen_header,
[class*="sustainability-"] .screen_header {
  background: url("assets/images/title_bg_SUSTAINABILITY.png") no-repeat center
    center;
  background-size: cover;
}

.subMenu {
  width: 100%;
  background: #262b43;
  text-align: center;
  position: sticky;
  top: 90px;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .subMenu {
    top: 0;
    position: relative;
    z-index: 0;
  }
}
.subMenu_list {
  max-width: 1280px;
  margin: 0 auto !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0;
}
.subMenu_list li {
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.subMenu_list li a {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  position: relative;
}
.subMenu_list li a::before {
  background: #e3004e;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.2s;
}
.subMenu_list li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.subMenu_list li.current a:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.subMenu_list li a {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.subMenu_list li a:link,
.subMenu_list li a:visited {
  color: #fff;
}
.subMenu_list li a:hover,
.subMenu_list li a:active,
.subMenu_list li a:focus {
  color: rgb(242.25, 242.25, 242.25);
  text-decoration: none;
}

/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
.wideHeader {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 480px) {
  .wideHeader {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 32px;
  }
}
.wideHeader_title_en {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.wideHeader_title_ja {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0;
}
.wideHeader_description {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 480px) {
  .wideHeader_description {
    text-align: left;
  }
}

.post_header {
  padding: 64px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 768px) {
  .post_header {
    padding: 24px 0;
  }
}
.post_header .post_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  .post_header .post_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.post_header .post_time {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

.post_content {
  padding: 64px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .post_content {
    padding: 24px 0;
  }
}

.postList {
  box-sizing: border-box;
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
}
.postList .post {
  list-style: none;
  margin-bottom: 24px;
}
.postList .post a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  gap: 24px;
  padding: 24px 64px 24px 24px;
  border: solid 1px #eee;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .postList .post a {
    gap: 8px;
  }
}
.postList .post a:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  background: url(assets/images/icon_news_arrow.svg) no-repeat center center;
}
.postList .post a:hover {
  transform: scale(1.02);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s;
}
.postList .post_time {
  width: 100px;
  color: #999;
}

.category .entry {
  margin: 0;
  padding: 0 0 40px;
}
.category .entry:first-child {
  padding-top: 0;
}
.category .entry:last-child {
  margin-bottom: 160px;
}
.category .entry p {
  margin: 0 auto 16px;
}
.category .entry-title {
  text-align: left;
  border-bottom: none;
  letter-spacing: normal;
  padding: 0;
  margin-bottom: 8px !important;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.category .entry-title a {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.category .entry-title a:link,
.category .entry-title a:visited {
  color: #fff;
}
.category .entry-title a:hover,
.category .entry-title a:active,
.category .entry-title a:focus {
  color: rgb(242.25, 242.25, 242.25);
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .category .entry-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.category .entry-title a {
  text-decoration: none;
}
.category .entry-content {
  padding: 0 16px 32px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 768px) {
  .category .entry-content {
    padding: 0 32px 64px;
  }
}

.entry-time {
  color: #999;
  margin: 8px 0 16px !important;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  gap: 8px 16px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #000;
  transition: 0.2s ease-in-out;
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
  color: #000;
}
.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
  color: black;
  text-decoration: none;
}
.breadcrumbs_arrow {
  position: relative;
  width: 6px;
  height: 6px;
}
.breadcrumbs_arrow::before {
  display: block;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: translateX(-25%) rotate(45deg);
}

.topVisual {
  height: 100vh;
  min-height: 1160px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .topVisual {
    height: calc(100vh - 60px);
    min-height: auto;
  }
}
.topVisual_images {
  height: 80%;
  width: 80%;
  position: relative;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
@media only screen and (max-width: 480px) {
  .topVisual_images {
    height: calc(100vh - 60px);
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.topVisual_images .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 15s infinite ease-in-out;
}
.topVisual_images .image:nth-of-type(1) {
  animation-delay: 0s;
}
.topVisual_images .image:nth-of-type(2) {
  animation-delay: 5s;
}
.topVisual_images .image:nth-of-type(3) {
  animation-delay: 10s;
}
.topVisual_images .src1 {
  background-image: url(assets/images/bg_topimg_01.png);
}
.topVisual_images .src2 {
  background-image: url(assets/images/bg_topimg_02.png);
}
.topVisual_images .src3 {
  background-image: url(assets/images/bg_topimg_03.png);
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.topVisual .copy_en {
  position: absolute;
  letter-spacing: 0.1em;
  font-size: 140px;
  font-size: 14rem;
  line-height: 160px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}
.topVisual .copy_en_01 {
  top: 100px;
  left: 100px;
}
.topVisual .copy_en_02 {
  top: 500px;
  right: 20px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .topVisual .copy_en {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 64px;
    top: 0;
    left: 0;
    right: 0;
  }
  .topVisual .copy_en_01 {
    top: 40px;
    left: 20px;
  }
  .topVisual .copy_en_02 {
    top: 380px;
    right: 20px;
    text-align: right;
  }
}
.topVisual .copy_ja_01 {
  width: 50%;
  max-width: 640px;
  box-sizing: border-box;
  padding: 80px;
  background: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 88px;
  text-align: center;
  letter-spacing: 0.3em;
  color: #474545;
  font-weight: 500;
  margin: auto;
  position: absolute;
  top: 330px;
  right: auto;
  bottom: auto;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .topVisual .copy_ja_01 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 48px;
    padding: 32px 0;
    width: 70%;
    max-width: none;
    margin: auto;
    position: absolute;
    top: 200px;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.topVisual .scroll_down {
  width: 80px;
  height: 110px;
  margin: auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 260px;
  left: 100px;
  text-align: center;
  animation: floating-y 0.8s ease-in-out infinite alternate-reverse;
}
.topVisual .scroll_down_text {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #474545;
  font-weight: 500;
}
.topVisual .scroll_down_arrow {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 70px;
  margin-right: 29px;
  border-radius: 9999px;
  background-color: #474545;
}
.topVisual .scroll_down_arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 45px;
  border-radius: 9999px;
  background-color: #474545;
  transform: rotate(45deg);
  transform-origin: 50% calc(100% - 2px);
}
@media only screen and (max-width: 480px) {
  .topVisual .scroll_down {
    margin: auto;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 80px;
    left: 0;
  }
  .topVisual .scroll_down_text {
    color: #fff;
  }
  .topVisual .scroll_down_arrow {
    background: #fff;
  }
  .topVisual .scroll_down_arrow::before {
    background: #fff;
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.topNews {
  background: #262b43;
  padding: 120px 0;
  color: #fff;
}
.topNews a {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.topNews a:link,
.topNews a:visited {
  color: #fff;
}
.topNews a:hover,
.topNews a:active,
.topNews a:focus {
  color: rgb(242.25, 242.25, 242.25);
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .topNews {
    padding: 64px 0;
  }
}
.topNews_header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  margin-bottom: 48px;
}
.topNews_title_en {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.topNews_title_ja {
  letter-spacing: 0.2em;
  font-size: 24px;
  font-size: 2.4rem;
}
.topNews_list {
  padding: 0;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 480px) {
  .topNews_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
  }
}
.topNews_item {
  list-style: none;
  margin: 0 !important;
  width: calc(33.3333333333% - 16px);
  align-self: stretch;
}
@media only screen and (max-width: 480px) {
  .topNews_item {
    width: 100%;
  }
}
.topNews_item a {
  box-sizing: border-box;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.topNews_item a:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}
.topNews_item_title {
  margin-bottom: 16px;
}
.topNews_item_time {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ddd;
}

.topContent {
  padding: 135px 0;
  height: 980px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .topContent {
    padding: 80px 0;
    height: 900px;
  }
}
.topContent_bg {
  margin: auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  width: 85%;
  height: 710px;
}
@media only screen and (max-width: 480px) {
  .topContent_bg {
    width: 100%;
    height: 540px;
  }
}
.topContent_bgTitle {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  margin: auto;
  position: absolute;
  top: 75px;
  right: auto;
  bottom: auto;
  left: -16px;
}
@media only screen and (max-width: 480px) {
  .topContent_bgTitle {
    margin: auto;
    position: absolute;
    top: 50px;
    right: auto;
    bottom: auto;
    left: auto;
    box-sizing: border-box;
    padding: 0 32px;
  }
}
.topContent_bgTitle_en {
  font-size: 8vw;
  font-weight: 700;
  line-height: 90px;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .topContent_bgTitle_en {
    font-size: 10vw;
    line-height: 54px;
  }
}
.topContent_bgTitle_border {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  right: -16px;
}
.topContent_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  margin: auto;
  position: absolute;
  top: auto;
  right: 5%;
  bottom: 70px;
  left: auto;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .topContent_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 32px;
    margin: auto;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 80px;
    left: auto;
  }
}
.topContent_ornament {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media only screen and (max-width: 480px) {
  .topContent_ornament {
    width: 100%;
  }
}
.topContent_copy {
  font-size: 32px;
  font-size: 3.2rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 480px) {
  .topContent_copy {
    font-size: 20px;
    font-size: 2rem;
  }
}
.topContent_thumbnails {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  gap: 24px;
  width: 768px;
}
@media only screen and (max-width: 480px) {
  .topContent_thumbnails {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    width: 100%;
  }
}
.topContent_thumbnails img {
  width: 240px;
  height: 240px;
}
@media only screen and (max-width: 480px) {
  .topContent_thumbnails img {
    width: 120px;
    height: 120px;
  }
}
.topContent .textBox {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  .topContent .textBox {
    width: 100%;
  }
}

.topConstraction .topContent_bg {
  background: #ddd url(assets/images/bg_topConstraction.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .topConstraction .topContent_bg {
    background: #ddd url(assets/images/bg_topConstraction_sp.png) no-repeat top
      center;
  }
}

.topManufacturing {
  background: #ddd;
}
.topManufacturing .topContent_bg {
  background: url(assets/images/bg_topManufacturing.png) no-repeat right center;
  background-size: cover;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 480px) {
  .topManufacturing .topContent_bg {
    background: #ddd url(assets/images/bg_topManufacturing_sp.png) no-repeat top
      center;
  }
}

.topCompany .topContent_bg {
  background: #fff url(assets/images/bg_topCompany.png) no-repeat left center;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .topCompany .topContent_bg {
    background: #ddd url(assets/images/bg_topCompany_sp.png) no-repeat top
      center;
  }
}

.topSustainability {
  background: #ddd;
}
.topSustainability .topContent_bg {
  background: url(assets/images/bg_topSustainability.png) no-repeat right center;
  background-size: cover;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 480px) {
  .topSustainability .topContent_bg {
    background: #ddd url(assets/images/bg_topSustainability_sp.png) no-repeat
      top center;
    right: auto;
    left: 0;
  }
}

.topManufacturing .topContent_bgTitle,
.topSustainability .topContent_bgTitle {
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
  left: auto;
  right: -16px;
}
@media only screen and (max-width: 480px) {
  .topManufacturing .topContent_bgTitle,
  .topSustainability .topContent_bgTitle {
    text-align: left;
    right: auto;
  }
}
.topManufacturing .topContent_bgTitle_border,
.topSustainability .topContent_bgTitle_border {
  background: #fff;
  left: -16px;
}
.topManufacturing .topContent_ornament,
.topSustainability .topContent_ornament {
  align-items: flex-end;
}
.topManufacturing .topContent_inner,
.topSustainability .topContent_inner {
  flex-direction: row-reverse;
  right: auto;
  left: 5%;
}
@media only screen and (max-width: 480px) {
  .topManufacturing .topContent_inner,
  .topSustainability .topContent_inner {
    left: auto;
  }
}
.topManufacturing .topContent_copy,
.topSustainability .topContent_copy {
  color: #fff;
}

.topRecruit {
  background: #0168b7;
  color: #fff;
}
.topRecruit_title {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.topRecruit_title_en {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 48px;
}
.topRecruit_copy {
  font-size: 72px;
  font-size: 7.2rem;
  letter-spacing: 0.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .topRecruit_copy {
    font-size: 60px;
    font-size: 6rem;
  }
}
.topRecruit_img {
  width: 100%;
  height: 900px;
  background: url(assets/images/bg_topRecruit.png) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .topRecruit_img {
    height: 380px;
    background: url(assets/images/bg_topRecruit_sp.png) no-repeat top center;
    background-size: cover;
  }
}
.topRecruit_bottom {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
  line-height: 2;
}

.topPartner {
  background: rgba(38, 43, 67, 0.9);
  padding: 120px 0;
  color: #fff;
}
.topPartner .btnGroup {
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .topPartner {
    padding: 80px 24px;
  }
}

.container_dxroom {
  height: 450px;
  background: #f1f5f8 url(assets/images/bg_construction_01.png) no-repeat center
    center;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .container_dxroom {
    height: 200px;
    background: #f1f5f8 url(assets/images/bg_construction_01.png) no-repeat
      center center;
    background-size: auto 80%;
  }
}

.textBox {
  background: #fff;
  padding: 48px 64px;
  display: flex;
  align-self: center;
  flex-direction: column;
  gap: 32px;
  border-left: solid 4px #474545;
  width: 30%;
  min-width: 460px;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .textBox {
    min-width: auto;
    gap: 16px;
    padding: 48px;
  }
}
.textBox_title_en {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.textBox_title_ja {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .textBox_title_ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.container_insourcing {
  position: relative;
  min-height: 800px;
  margin-top: 64px;
}
.container_insourcing .bg_img {
  width: 70%;
  height: 600px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(assets/images/bg_construction_02.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.container_insourcing .textBox {
  margin: auto;
  position: absolute;
  top: 90px;
  left: 10%;
  z-index: 1;
}
.container_insourcing .scroll-infinity {
  margin: auto;
  position: absolute;
  top: 600px;
}

.container_modeling {
  position: relative;
  min-height: 800px;
  margin-top: 64px;
}
.container_modeling .bg_img {
  width: 70%;
  height: 600px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/images/bg_construction_03.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.container_modeling .textBox {
  margin: auto;
  position: absolute;
  top: 90px;
  right: 10%;
  z-index: 1;
}
.container_modeling .scroll-infinity {
  margin: auto;
  position: absolute;
  top: 600px;
}

.container_achievements {
  padding: 64px 16px;
  background: #eee;
}
@media only screen and (max-width: 480px) {
  .container_achievements {
    padding: 24px 16px;
  }
}

.achievements_nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.achievements_nav ul li {
  list-style: none;
  margin: 0;
  min-width: 140px;
}
.achievements_nav ul li a {
  display: block;
  padding: 0 24px;
  border-radius: 30px;
  background: #262b43;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.achievements_nav ul li a:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}
.achievements_section {
  padding: 40px 56px;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 48px;
}
.achievements_section_header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}
.achievements_section_title {
  border-left: solid 4px #262b43;
  line-height: 48px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 24px;
  margin: 0;
}
.achievements_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 !important;
  padding: 0;
}
.achievements_item {
  margin: 0 !important;
  list-style: none;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: calc(33.3333333333% - 16px);
}
.achievements_item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}
.achievements_item a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}
.achievements_item_img {
  height: 240px;
  width: 100%;
}
.achievements_item_img img {
  object-fit: cover;
  height: 240px;
  width: 100%;
}
.achievements_item_description {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 24px;
  background: #fff;
  color: #474545;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.achievements_item_title {
  display: block;
  margin-bottom: 16px;
}
.achievements_item_orderer {
  display: block;
  color: #999;
}
.achievements_detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.achievements_detail dt {
  box-sizing: border-box;
  width: 30%;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #eee;
  border-left: solid 4px #262b43;
}
.achievements_detail dd {
  box-sizing: border-box;
  width: 70%;
  padding: 16px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 480px) {
  .container_insourcing,
  .container_modeling {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .container_insourcing .textBox,
  .container_insourcing .bg_img,
  .container_insourcing .scroll-infinity,
  .container_modeling .textBox,
  .container_modeling .bg_img,
  .container_modeling .scroll-infinity {
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
  }
  .container_insourcing .textBox,
  .container_modeling .textBox {
    width: 100%;
    border-top: solid 4px #474545;
    border-left: none;
  }
  .container_insourcing .bg_img,
  .container_modeling .bg_img {
    height: 460px;
    width: 100%;
  }
  .container_insourcing .bg_img {
    background-image: url(assets/images/bg_construction_02_sp.png);
  }
  .container_modeling .bg_img {
    background-image: url(assets/images/bg_construction_03_sp.png);
  }
  .scroll-infinity_item {
    width: 100vw;
  }
  .achievements_section {
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
  }
  .achievements_section_header {
    margin-bottom: 24px;
  }
  .achievements_section_title {
    line-height: 32px;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 16px;
  }
  .achievements_nav {
    padding: 0;
  }
  .achievements_list {
    flex-direction: column;
  }
  .achievements_item {
    width: 100%;
  }
}
.manufacturing_product_table {
  height: 70vh;
  overflow-y: scroll;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
  padding-right: 8px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 120px;
}
.manufacturing_product_table table {
  border-bottom: none;
}
.manufacturing_faq_list {
  text-align: left;
}
.manufacturing_faq_list .su-spoiler {
  margin-bottom: 32px !important;
  padding-bottom: 32px;
  border-bottom: solid 1px #ccc;
}
.manufacturing_faq_list_item .su-spoiler .su-spoiler-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 24px 32px 24px 88px;
  background: url(assets/images/icon_faq.svg) no-repeat center left;
  outline: none;
  transition: all 0.2s;
}
.manufacturing_faq_list_item .su-spoiler .su-spoiler-content {
  padding: 0 32px 24px 80px;
  margin-top: 16px;
}
@media only screen and (max-width: 480px) {
  .manufacturing_faq_list_item .su-spoiler .su-spoiler-content {
    padding: 16px 0;
    margin-top: 0;
  }
}
.manufacturing_faq_list_item .su-spoiler .su-spoiler-icon {
  display: none;
}
.manufacturing_factory {
  display: flex;
}
.manufacturing_factory_info {
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
  width: 55%;
  min-height: 630px;
  padding: 80px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .manufacturing_factory_info {
    width: 100%;
    padding: 32px;
    gap: 16px;
    min-height: auto;
  }
}
.manufacturing_factory_title {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 64px;
}
.manufacturing_factory_title::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 64px;
  height: 64px;
  margin-right: 32px;
  background: url(assets/images/icon_factory_title_arrow_01.svg) no-repeat
    center center/cover;
}
@media only screen and (max-width: 480px) {
  .manufacturing_factory_title::before {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .manufacturing_factory_title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }
}
.manufacturing_factory_img {
  position: relative;
  width: 45%;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .manufacturing_factory_img {
    height: 400px;
    width: 100%;
  }
}
.manufacturing_factory_nameEN {
  color: #f7f7f7;
  opacity: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  line-height: 10vw;
  font-size: 10vw;
}
@media only screen and (max-width: 480px) {
  .manufacturing_factory_nameEN {
    writing-mode: vertical-rl;
    font-size: 80px;
    line-height: 80px;
  }
}
.manufacturing_factory.imgLeft {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 480px) {
  .manufacturing_factory.imgLeft {
    flex-direction: column-reverse;
  }
}
.manufacturing_factory.imgLeft .manufacturing_factory_nameEN {
  margin: auto;
  position: absolute;
  top: -2vw;
  right: auto;
  bottom: auto;
  left: -1vw;
}
@media only screen and (max-width: 480px) {
  .manufacturing_factory.imgLeft .manufacturing_factory_nameEN {
    margin: auto;
    position: absolute;
    top: 16px;
    right: auto;
    bottom: auto;
    left: 16px;
  }
}
.manufacturing_factory.imgLeft .manufacturing_factory_info {
  background-color: #262b43;
  color: #fff;
}
.manufacturing_factory.imgRight {
  flex-direction: row;
}
@media only screen and (max-width: 480px) {
  .manufacturing_factory.imgRight {
    flex-direction: column-reverse;
  }
}
.manufacturing_factory.imgRight .manufacturing_factory_nameEN {
  margin: auto;
  position: absolute;
  top: -2vw;
  right: -1vw;
  bottom: auto;
  left: auto;
}
@media only screen and (max-width: 480px) {
  .manufacturing_factory.imgRight .manufacturing_factory_nameEN {
    margin: auto;
    position: absolute;
    top: 16px;
    right: auto;
    bottom: auto;
    left: 16px;
  }
}
.manufacturing_factory.imgRight .manufacturing_factory_info {
  background-color: #eee;
  color: #474545;
}
.manufacturing_factory.imgRight .manufacturing_factory_title::before {
  background: url(assets/images/icon_factory_title_arrow_02.svg) no-repeat
    center center/cover;
}

#manufacturing_shingo {
  background: url(assets/images/bg_manufacturing_shingo.png) no-repeat center
    left;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  #manufacturing_shingo {
    background: url(assets/images/bg_manufacturing_shingo_sp.png) no-repeat top
      center;
  }
}

#manufacturing_recycle {
  background: url(assets/images/bg_manufacturing_recycle.png) no-repeat center
    right;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  #manufacturing_recycle {
    background: url(assets/images/bg_manufacturing_recycle_sp.png) no-repeat top
      center;
  }
}

#manufacturing_yanagisaki {
  background: url(assets/images/bg_manufacturing_yanagisaki.png) no-repeat
    center left;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  #manufacturing_yanagisaki {
    background: url(assets/images/bg_manufacturing_yanagisaki_sp.png) no-repeat
      top center;
  }
}

#manufacturing_daimon {
  background: url(assets/images/bg_manufacturing_daimon.png) no-repeat center
    right;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  #manufacturing_daimon {
    background: url(assets/images/bg_manufacturing_daimon_sp.png) no-repeat top
      center;
  }
}

#manufacturing-faq .wideHeader {
  padding-bottom: 64px;
}
@media only screen and (max-width: 480px) {
  #manufacturing-faq .wideHeader {
    padding: 0 8px 32px;
  }
}

@media only screen and (max-width: 480px) {
  .page-manufacturing .subMenu_list li {
    width: 33.3333333333%;
  }
}
.company_topMessage {
  background: #3c4056 url("assets/images/img_company_message.png") no-repeat
    left top;
  height: 860px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .company_topMessage {
    background: #3c4056 url("assets/images/img_company_message_sp.png")
      no-repeat top center;
    background-size: 100% auto;
    height: 1240px;
  }
}
.company_topMessage_box {
  box-sizing: border-box;
  padding: 32px;
  width: 40%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-size: 1.6rem;
  margin: auto;
  position: absolute;
  top: 100px;
  right: 10%;
  bottom: auto;
  left: auto;
}
@media only screen and (max-width: 480px) {
  .company_topMessage_box {
    width: auto;
    margin: auto;
    position: absolute;
    top: 280px;
    right: 16px;
    bottom: auto;
    left: 16px;
  }
}
.company_bg_helmet {
  height: 430px;
  width: 100%;
  background: url("assets/images/bg_company_helmet.png") no-repeat center center;
  background-size: 100% auto;
  background-attachment: fixed;
}
@media only screen and (max-width: 480px) {
  .company_bg_helmet {
    height: 240px;
    background-attachment: scroll;
  }
}
.company_philosophy {
  background: #eee;
  padding-bottom: 120px;
}
.company_philosophy_message {
  color: #fff;
  padding: 112px 16px;
  text-align: center;
  margin: auto;
  line-height: 2.4;
  max-width: 1280px;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 48px;
}
@media only screen and (max-width: 480px) {
  .company_philosophy_message {
    padding: 64px 16px;
    margin: auto 24px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.company_philosophy_message_title {
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 480px) {
  .company_philosophy_message_title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.company_corporateMark {
  background-image: linear-gradient(
    90deg,
    #3c4056,
    #3c4056 29.99%,
    #eeeeee 30%
  );
  padding: 120px 0;
}
@media only screen and (max-width: 480px) {
  .company_corporateMark {
    background-image: linear-gradient(
      180deg,
      #3c4056,
      #3c4056 29.99%,
      #eeeeee 30%
    );
    padding: 60px 0;
  }
}
.company_corporateMark .centerd {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .company_corporateMark .centerd {
    flex-direction: column;
  }
}
.company_corporateMark_logo {
  width: 560px;
  height: 560px;
  padding: 150px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
.company_corporateMark_logo img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .company_corporateMark_logo {
    width: 260px;
    height: 260px;
    padding: 48px;
    margin: auto;
  }
}
.company_corporateMark_contents {
  width: calc(100% - 560px);
  box-sizing: border-box;
  padding: 48px 64px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 48px;
}
@media only screen and (max-width: 480px) {
  .company_corporateMark_contents {
    width: 100%;
    padding: 48px 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .company_corporateMark .wideHeader_title_ja {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
}
.company_corporateMark_copy {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #474545;
}
.company_enkaku_details {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
.company_enkaku_details:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
  margin: auto;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 40px;
}
@media only screen and (max-width: 768px) {
  .company_enkaku_details:before {
    margin: auto;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 8px;
  }
}
.company_enkaku_details dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0 96px 0;
  color: #0168b7;
  position: relative;
}
.company_enkaku_details dt:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #0168b7;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
}
@media only screen and (max-width: 768px) {
  .company_enkaku_details dt:before {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .company_enkaku_details dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 0 0 32px;
  }
}
.company_enkaku_details dd {
  padding: 16px 96px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .company_enkaku_details dd {
    padding: 16px 32px;
  }
}

.sectionBlock {
  border-bottom: solid 1px #ccc;
  padding: 64px 16px;
}
@media only screen and (max-width: 768px) {
  .sectionBlock {
    padding: 40px 16px;
  }
}
.sectionBlock_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 32px;
  padding-left: 32px;
  border-left: solid 1px #0168b7;
}
@media only screen and (max-width: 768px) {
  .sectionBlock_title {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 16px;
  }
}
.sectionBlock_description {
  margin-bottom: 16px !important;
  overflow: hidden;
}
.sectionBlock_description .imgLeft {
  float: left;
  margin-right: 32px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sectionBlock_description .imgLeft {
    float: none;
    margin: 0 auto 16px;
  }
}
.sectionBlock_btn {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .sectionBlock_btn .btn {
    width: 100%;
    margin: 16px auto;
  }
}
@media only screen and (max-width: 768px) {
  .sectionBlock .half-width {
    width: 100%;
  }
}

.entry .entry-content > *,
.entry .entry-summary > *,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
  max-width: 100%;
}

.entry .entry-content .wp-block-image .aligncenter {
  margin: auto;
  max-width: 100%;
}

.entry .entry-header {
  margin: 0 !important;
}
.entry .entry-content {
  padding: 40px 20px 120px;
}
@media only screen and (max-width: 768px) {
  .entry .entry-content {
    padding: 0 0 160px;
  }
}
.entry .entry-content :last-child {
  margin-bottom: 0;
}
.entry .entry-content h1:not(.site-title):before,
.entry .entry-content h2:before {
  display: none;
}
.entry .entry-content h1,
.entry .entry-content h2,
.entry .entry-content h3,
.entry .entry-content h4 {
  color: #474545;
  font-weight: 700;
  margin-top: 24px;
}
.entry .entry-content h1,
.entry .entry-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
}
.entry .entry-content h3 {
  font-size: 20px;
  font-size: 2rem;
}
.entry .entry-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
.entry .entry-content ul,
.entry .entry-content ol {
  margin: auto 32px;
}

.tableStyle1 {
  border-bottom: none;
}
.tableStyle1 th,
.tableStyle1 td {
  padding: 12px;
  border: none;
  border: solid 1px #ccc;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}
.tableStyle1 th {
  background: #262b43;
  color: #fff;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.tableStyle1 td {
  border-bottom: solid 1px #ccc;
}

table.sticky_header thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

dl.dlStyle1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  dl.dlStyle1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
  }
}
dl.dlStyle1 dt {
  box-sizing: border-box;
  width: 20%;
  padding: 24px 16px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0168b7;
  text-align: center;
  border-bottom: solid 2px #0168b7;
  align-self: stretch;
}
@media only screen and (max-width: 768px) {
  dl.dlStyle1 dt {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 16px 0;
    text-align: left;
    border: none;
  }
}
dl.dlStyle1 dd {
  box-sizing: border-box;
  width: calc(80% - 24px);
  padding: 24px;
  border-bottom: solid 2px #ddd;
  align-self: stretch;
}
@media only screen and (max-width: 768px) {
  dl.dlStyle1 dd {
    width: 100%;
    padding: 0 16px 24px;
  }
}

/*
  Theme Name:   Nakahara Kensetsu Corporate Theme
  Theme URI:
  Description:  中原建設コーポレートサイト用のテーマ。2025年５月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
.ovH {
  overflow: hidden;
}

.display-none {
  display: none;
}

.display-inlineblock {
  display: inline-block;
}

.break {
  display: inline-block;
}

.flex {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .flex {
    flex-direction: column;
  }
}

.flex-half {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 64px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .flex-half {
    flex-direction: column;
    gap: 24px 24px;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.clear {
  clear: both;
}

.mA {
  margin: auto;
}

.full-width {
  width: 100%;
}

.half-width {
  width: calc(50% - 32px);
}

.full-height {
  height: 100%;
}

.max-width-100 {
  max-width: 100%;
}

.max-height-100 {
  max-height: 100%;
}

.fluid {
  min-width: 100%;
}

.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.bold {
  font-weight: 500;
}

.spOnly {
  display: none;
}
@media only screen and (max-width: 480px) {
  .spOnly {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .spNone {
    display: none;
  }
}
.w50 {
  width: 50px !important;
}

.w100 {
  width: 100px !important;
}

.w150 {
  width: 150px !important;
}

.w200 {
  width: 200px !important;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w400 {
  width: 400px !important;
}

.w450 {
  width: 450px !important;
}

.w500 {
  width: 500px !important;
}

.h50 {
  height: 50px !important;
}

.h100 {
  height: 100px !important;
}

.h150 {
  height: 150px !important;
}

.h200 {
  height: 200px !important;
}

.h250 {
  height: 250px !important;
}

.h300 {
  height: 300px !important;
}

.h350 {
  height: 350px !important;
}

.h400 {
  height: 400px !important;
}

.h450 {
  height: 450px !important;
}

.h500 {
  height: 500px !important;
}

.fs10 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.8;
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.8;
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8;
}

.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.8;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
}

.fs25 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.8;
}

.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.8;
}

.fs27 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.8;
}

.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.8;
}

.fs29 {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.8;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.8;
}

.fs31 {
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.8;
}

.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.8;
}

.fs33 {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.8;
}

.fs34 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.8;
}

.fs35 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.8;
}

.fs36 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.8;
}

.fs37 {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 1.8;
}

.fs38 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.8;
}

.fs39 {
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 1.8;
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.8;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.m0 {
  margin: 0px !important;
}

.m8 {
  margin: 8px !important;
}

.m16 {
  margin: 16px !important;
}

.m24 {
  margin: 24px !important;
}

.m32 {
  margin: 32px !important;
}

.m40 {
  margin: 40px !important;
}

.m48 {
  margin: 48px !important;
}

.m56 {
  margin: 56px !important;
}

.m64 {
  margin: 64px !important;
}

.m72 {
  margin: 72px !important;
}

.m80 {
  margin: 80px !important;
}

.m88 {
  margin: 88px !important;
}

.m96 {
  margin: 96px !important;
}

.m104 {
  margin: 104px !important;
}

.m112 {
  margin: 112px !important;
}

.m120 {
  margin: 120px !important;
}

.m128 {
  margin: 128px !important;
}

.m136 {
  margin: 136px !important;
}

.m144 {
  margin: 144px !important;
}

.m152 {
  margin: 152px !important;
}

.m160 {
  margin: 160px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT8 {
  margin-top: 8px !important;
}

.mT16 {
  margin-top: 16px !important;
}

.mT24 {
  margin-top: 24px !important;
}

.mT32 {
  margin-top: 32px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT48 {
  margin-top: 48px !important;
}

.mT56 {
  margin-top: 56px !important;
}

.mT64 {
  margin-top: 64px !important;
}

.mT72 {
  margin-top: 72px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mT88 {
  margin-top: 88px !important;
}

.mT96 {
  margin-top: 96px !important;
}

.mT104 {
  margin-top: 104px !important;
}

.mT112 {
  margin-top: 112px !important;
}

.mT120 {
  margin-top: 120px !important;
}

.mT128 {
  margin-top: 128px !important;
}

.mT136 {
  margin-top: 136px !important;
}

.mT144 {
  margin-top: 144px !important;
}

.mT152 {
  margin-top: 152px !important;
}

.mT160 {
  margin-top: 160px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB8 {
  margin-bottom: 8px !important;
}

.mB16 {
  margin-bottom: 16px !important;
}

.mB24 {
  margin-bottom: 24px !important;
}

.mB32 {
  margin-bottom: 32px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB48 {
  margin-bottom: 48px !important;
}

.mB56 {
  margin-bottom: 56px !important;
}

.mB64 {
  margin-bottom: 64px !important;
}

.mB72 {
  margin-bottom: 72px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mB88 {
  margin-bottom: 88px !important;
}

.mB96 {
  margin-bottom: 96px !important;
}

.mB104 {
  margin-bottom: 104px !important;
}

.mB112 {
  margin-bottom: 112px !important;
}

.mB120 {
  margin-bottom: 120px !important;
}

.mB128 {
  margin-bottom: 128px !important;
}

.mB136 {
  margin-bottom: 136px !important;
}

.mB144 {
  margin-bottom: 144px !important;
}

.mB152 {
  margin-bottom: 152px !important;
}

.mB160 {
  margin-bottom: 160px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR8 {
  margin-right: 8px !important;
}

.mR16 {
  margin-right: 16px !important;
}

.mR24 {
  margin-right: 24px !important;
}

.mR32 {
  margin-right: 32px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR48 {
  margin-right: 48px !important;
}

.mR56 {
  margin-right: 56px !important;
}

.mR64 {
  margin-right: 64px !important;
}

.mR72 {
  margin-right: 72px !important;
}

.mR80 {
  margin-right: 80px !important;
}

.mR88 {
  margin-right: 88px !important;
}

.mR96 {
  margin-right: 96px !important;
}

.mR104 {
  margin-right: 104px !important;
}

.mR112 {
  margin-right: 112px !important;
}

.mR120 {
  margin-right: 120px !important;
}

.mR128 {
  margin-right: 128px !important;
}

.mR136 {
  margin-right: 136px !important;
}

.mR144 {
  margin-right: 144px !important;
}

.mR152 {
  margin-right: 152px !important;
}

.mR160 {
  margin-right: 160px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL8 {
  margin-left: 8px !important;
}

.mL16 {
  margin-left: 16px !important;
}

.mL24 {
  margin-left: 24px !important;
}

.mL32 {
  margin-left: 32px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL48 {
  margin-left: 48px !important;
}

.mL56 {
  margin-left: 56px !important;
}

.mL64 {
  margin-left: 64px !important;
}

.mL72 {
  margin-left: 72px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.mL88 {
  margin-left: 88px !important;
}

.mL96 {
  margin-left: 96px !important;
}

.mL104 {
  margin-left: 104px !important;
}

.mL112 {
  margin-left: 112px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL128 {
  margin-left: 128px !important;
}

.mL136 {
  margin-left: 136px !important;
}

.mL144 {
  margin-left: 144px !important;
}

.mL152 {
  margin-left: 152px !important;
}

.mL160 {
  margin-left: 160px !important;
}

.p0 {
  padding: 0px;
}

.p8 {
  padding: 8px;
}

.p16 {
  padding: 16px;
}

.p24 {
  padding: 24px;
}

.p32 {
  padding: 32px;
}

.p40 {
  padding: 40px;
}

.p48 {
  padding: 48px;
}

.p56 {
  padding: 56px;
}

.p64 {
  padding: 64px;
}

.p72 {
  padding: 72px;
}

.p80 {
  padding: 80px;
}

.p88 {
  padding: 88px;
}

.p96 {
  padding: 96px;
}

.p104 {
  padding: 104px;
}

.p112 {
  padding: 112px;
}

.p120 {
  padding: 120px;
}

.p128 {
  padding: 128px;
}

.p136 {
  padding: 136px;
}

.p144 {
  padding: 144px;
}

.p152 {
  padding: 152px;
}

.p160 {
  padding: 160px;
}

.pT0 {
  padding-top: 0px;
}

.pT8 {
  padding-top: 8px;
}

.pT16 {
  padding-top: 16px;
}

.pT24 {
  padding-top: 24px;
}

.pT32 {
  padding-top: 32px;
}

.pT40 {
  padding-top: 40px;
}

.pT48 {
  padding-top: 48px;
}

.pT56 {
  padding-top: 56px;
}

.pT64 {
  padding-top: 64px;
}

.pT72 {
  padding-top: 72px;
}

.pT80 {
  padding-top: 80px;
}

.pT88 {
  padding-top: 88px;
}

.pT96 {
  padding-top: 96px;
}

.pT104 {
  padding-top: 104px;
}

.pT112 {
  padding-top: 112px;
}

.pT120 {
  padding-top: 120px;
}

.pT128 {
  padding-top: 128px;
}

.pT136 {
  padding-top: 136px;
}

.pT144 {
  padding-top: 144px;
}

.pT152 {
  padding-top: 152px;
}

.pT160 {
  padding-top: 160px;
}

.pB0 {
  padding-bottom: 0px;
}

.pB8 {
  padding-bottom: 8px;
}

.pB16 {
  padding-bottom: 16px;
}

.pB24 {
  padding-bottom: 24px;
}

.pB32 {
  padding-bottom: 32px;
}

.pB40 {
  padding-bottom: 40px;
}

.pB48 {
  padding-bottom: 48px;
}

.pB56 {
  padding-bottom: 56px;
}

.pB64 {
  padding-bottom: 64px;
}

.pB72 {
  padding-bottom: 72px;
}

.pB80 {
  padding-bottom: 80px;
}

.pB88 {
  padding-bottom: 88px;
}

.pB96 {
  padding-bottom: 96px;
}

.pB104 {
  padding-bottom: 104px;
}

.pB112 {
  padding-bottom: 112px;
}

.pB120 {
  padding-bottom: 120px;
}

.pB128 {
  padding-bottom: 128px;
}

.pB136 {
  padding-bottom: 136px;
}

.pB144 {
  padding-bottom: 144px;
}

.pB152 {
  padding-bottom: 152px;
}

.pB160 {
  padding-bottom: 160px;
}

.pR0 {
  padding-right: 0px;
}

.pR8 {
  padding-right: 8px;
}

.pR16 {
  padding-right: 16px;
}

.pR24 {
  padding-right: 24px;
}

.pR32 {
  padding-right: 32px;
}

.pR40 {
  padding-right: 40px;
}

.pR48 {
  padding-right: 48px;
}

.pR56 {
  padding-right: 56px;
}

.pR64 {
  padding-right: 64px;
}

.pR72 {
  padding-right: 72px;
}

.pR80 {
  padding-right: 80px;
}

.pR88 {
  padding-right: 88px;
}

.pR96 {
  padding-right: 96px;
}

.pR104 {
  padding-right: 104px;
}

.pR112 {
  padding-right: 112px;
}

.pR120 {
  padding-right: 120px;
}

.pR128 {
  padding-right: 128px;
}

.pR136 {
  padding-right: 136px;
}

.pR144 {
  padding-right: 144px;
}

.pR152 {
  padding-right: 152px;
}

.pR160 {
  padding-right: 160px;
}

.pL0 {
  padding-left: 0px;
}

.pL8 {
  padding-left: 8px;
}

.pL16 {
  padding-left: 16px;
}

.pL24 {
  padding-left: 24px;
}

.pL32 {
  padding-left: 32px;
}

.pL40 {
  padding-left: 40px;
}

.pL48 {
  padding-left: 48px;
}

.pL56 {
  padding-left: 56px;
}

.pL64 {
  padding-left: 64px;
}

.pL72 {
  padding-left: 72px;
}

.pL80 {
  padding-left: 80px;
}

.pL88 {
  padding-left: 88px;
}

.pL96 {
  padding-left: 96px;
}

.pL104 {
  padding-left: 104px;
}

.pL112 {
  padding-left: 112px;
}

.pL120 {
  padding-left: 120px;
}

.pL128 {
  padding-left: 128px;
}

.pL136 {
  padding-left: 136px;
}

.pL144 {
  padding-left: 144px;
}

.pL152 {
  padding-left: 152px;
}

.pL160 {
  padding-left: 160px;
}

#ancher {
  margin: 800px auto;
}

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