@charset "UTF-8";
.hover-fade {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.hover-fade:hover {
  opacity: 0.6;
}

.hover-underline:hover {
  text-decoration: underline;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.4rem;
  height: 100%;
  color: #ffffff;
}

section {
  position: relative;
}

h1, h2, h3, h4, h5, ul, dl {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

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

a img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

dt, dd {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
dt a, dt span, dd a, dd span {
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  font-size: 62.5%;
  padding: 0.5em 1em;
}
table th dt, table th dd, table th li, table th a, table th span, table td dt, table td dd, table td li, table td a, table td span {
  font-size: inherit;
}

figure {
  margin: 0;
}

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

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

hr {
  border-style: inset;
  border-width: 1px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  overflow: hidden;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}

.cms-content h1,
.cms-content h2 {
  font-size: 20px;
  letter-spacing: 0.13em;
  line-height: 1.6;
}
.cms-content h3 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
.cms-content h4 {
  font-size: 15px;
  font-weight: bold;
}
.cms-content strong {
  font-weight: bold;
}
.cms-content ul {
  overflow: hidden;
}
.cms-content ul li {
  padding-left: 1em;
}
.cms-content ul li:last-child {
  margin-bottom: 0;
}
.cms-content ul li:before {
  content: "・";
  margin-left: -1rem;
  width: 1rem;
}
.cms-content ol {
  list-style-type: decimal;
  overflow: visible;
  padding-left: 2rem;
}
.cms-content ol li:last-child {
  margin-bottom: 0;
}
.cms-content ul, .cms-content ol {
  list-style-position: outside;
}
.cms-content li {
  font-size: 14px;
  line-height: 1.9;
}
.cms-content p {
  font-size: 14px;
  letter-spacing: 0.18em;
  line-height: 1.9;
  margin: 0;
}
.cms-content img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
.cms-content a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  display: inline-block;
  text-decoration: underline;
}
.cms-content a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e802";
  font-size: 13px;
  display: inline-block;
}
.cms-content a:hover {
  color: #2196f3;
}
.cms-content pre {
  background-color: #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #3e3a39;
  display: block;
  font-size: 15px;
  line-height: 2;
  overflow: hidden;
  padding: 20px;
  width: 100%;
  white-space: pre-line;
}
.cms-content .wp-caption {
  max-width: 100%;
}
.cms-content .wp-caption-text {
  font-size: 13px;
  letter-spacing: 0.18em;
  line-height: 1.9;
  margin: 0;
}
.cms-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-content .alignleft {
  float: left;
}
.cms-content h2 + * {
  margin-top: 34px;
}
.cms-content h3 + * {
  margin-top: 25px;
}
.cms-content h4 + *,
.cms-content ul + *,
.cms-content ol + *,
.cms-content p + *,
.cms-content p + p {
  margin-top: 15px;
}
.cms-content * + h2 {
  margin-top: 60px;
}
.cms-content p + h3 {
  margin-top: 25px;
}
.cms-content p + p > img,
.cms-content .wp-caption + p {
  margin-top: 25px;
}
.cms-content img + .wp-caption-text {
  margin-top: 15px;
}
.cms-content *:last-child {
  margin-bottom: 0;
}

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  gap: 10px 6px;
}
.pager .page-numbers {
  color: #000000;
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 5px 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #000000;
}
.pager .page-numbers:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  margin: auto;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.pager .page-numbers:hover, .pager .page-numbers.current {
  background-color: transparent;
  color: #ff0000;
  border-bottom: 1px solid transparent;
}
.pager .page-numbers.dots {
  background: transparent;
  border: none;
  color: #000000;
}
.pager .page-numbers.dots:hover {
  border-bottom: 0;
  color: #000000;
}
.pager .page-numbers.dots:after {
  content: none;
}
.pager .page-numbers.prev, .pager .page-numbers.next {
  background: transparent;
  border: none;
  color: #000000;
}
.pager .page-numbers.prev {
  letter-spacing: 0.5em;
  margin-right: 10px;
  width: 20px;
}
.pager .page-numbers.prev:before {
  content: "<";
  display: inline-block;
  font-size: 13px;
  line-height: 1;
}
.pager .page-numbers.next {
  letter-spacing: 0.5em;
  margin-left: 10px;
  width: 20px;
}
.pager .page-numbers.next:after {
  background-color: transparent;
  content: ">";
  display: inline-block;
  font-size: 13px;
  height: auto;
  line-height: 1;
  margin-left: 3px;
  position: static;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  width: auto;
}
.pager .page-numbers.next:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background-color: #2196f3;
  margin: auto;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.pager .page-numbers.next:hover {
  color: #ff0000;
}
.form .required {
  color: #2196f3;
  text-align: center;
}
.form input,
.form select,
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  outline: 0;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.form input:hover,
.form select:hover,
.form textarea:hover {
  border-color: #cccccc;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: #2196f3;
}
.form input[type=text],
.form input[type=email],
.form textarea {
  border-radius: 0;
  padding: 15px;
}
.form input[type=radio],
.form input[type=checkbox] {
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
  box-shadow: inset 0 0 0 3px #ffffff;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  width: 16px;
}
.form input[type=radio]:hover,
.form input[type=checkbox]:hover {
  background-color: #9e9e9e;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.form input[type=radio]:checked,
.form input[type=checkbox]:checked {
  background-color: #2196f3;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.form input[type=radio] {
  border-radius: 10px;
}
.form input[type=checkbox] {
  border-radius: 0;
}
.form select {
  background: url(../images/common/icon-arrow-under.png) 95% center no-repeat #fff;
  border-radius: 0;
  padding: 15px 30px 15px 15px;
}
.form textarea {
  height: 200px;
}
.form label {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
}
.form .full {
  width: 100%;
}
.form .half {
  width: 50%;
}
.form .small {
  width: 15%;
}
.form .error {
  color: #f44336;
  display: block;
  letter-spacing: 0.18em;
  margin-top: 10px;
}
.form .mwform-radio-field {
  display: block;
  margin-top: 15px;
}
.form .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-top: 0;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mt6 {
  margin-top: 6rem;
}

.mt7 {
  margin-top: 7rem;
}

.mt8 {
  margin-top: 8rem;
}

.mt05 {
  margin-top: 0.5rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mt25 {
  margin-top: 2.5rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.mb6 {
  margin-bottom: 6rem;
}

.mb7 {
  margin-bottom: 7rem;
}

.mb8 {
  margin-bottom: 8rem;
}

.mb05 {
  margin-bottom: 0.5rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb25 {
  margin-bottom: 2.5rem;
}

@font-face {
  font-family: "fontello";
  src: local("fontello"), url("../icon/fontello.eot");
  src: local("fontello"), url("../icon/fontello.eot#iefix") format("embedded-opentype");
  src: local("fontello"), url("../icon/fontello.woff2") format("woff2");
  src: local("fontello"), url("../icon/fontello.woff") format("woff");
  src: local("fontello"), url("../icon/fontello.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-upper:before, .icon-arrow-upper-a:after {
  content: "\e800";
}
.icon-arrow-upper-thin:before, .icon-arrow-upper-thin-a:after {
  content: "\e80a";
}
.icon-arrow-under:before, .icon-arrow-under-a:after {
  content: "\e801";
}
.icon-arrow-under-thin:before, .icon-arrow-under-thin-a:after {
  content: "\e80b";
}
.icon-arrow-right:before, .icon-arrow-right-a:after {
  content: "\e802";
}
.icon-arrow-right-thin:before, .icon-arrow-right-thin-a:after {
  content: "\e808";
}
.icon-arrow-left:before, .icon-arrow-left-a:after {
  content: "\e803";
}
.icon-arrow-left-thin:before, .icon-arrow-left-thin-a:after {
  content: "\e809";
}
.icon-arrow-roll:before, .icon-arrow-roll-a:after {
  content: "\e811";
}
.icon-popup:before, .icon-popup-a:after {
  content: "\e80c";
}
.icon-sns-facebook:before, .icon-sns-facebook-a:after {
  content: "\e804";
}
.icon-sns-twitter:before, .icon-sns-twitter-a:after {
  content: "\e805";
}
.icon-sns-instagram:before, .icon-sns-instagram-a:after {
  content: "\e806";
}

@font-face {
  font-family: "M+ 2m light";
  src: url("../fonts/mplus-2p-light.eot");
}
@font-face {
  font-family: "M+ 2p light";
  font-style: normal;
  src: local("M+ 2p light"), url("../fonts/mplus-2p-light.woff") format("woff");
  src: local("M+ 2p light"), url("../fonts/mplus-2p-light.ttf") format("truetype");
}
@font-face {
  font-family: "M+ 2m regular";
  src: url("../fonts/mplus-2p-regular.eot");
}
@font-face {
  font-family: "M+ 2p regular";
  font-style: normal;
  src: local("M+ 2p regular"), url("../fonts/mplus-2p-regular.woff") format("woff");
  src: local("M+ 2p regular"), url("../fonts/mplus-2p-regular.ttf") format("truetype");
}
@font-face {
  font-family: "M+ 2m medium";
  src: url("../fonts/mplus-2p-medium.eot");
}
@font-face {
  font-family: "M+ 2p medium";
  font-style: normal;
  src: local("M+ 2p medium"), url("../fonts/mplus-2p-medium.woff") format("woff");
  src: local("M+ 2p medium"), url("../fonts/mplus-2p-medium.ttf") format("truetype");
}
@font-face {
  font-family: "M+ 2p bold";
  src: url("../fonts/mplus-2p-bold.eot");
}
@font-face {
  font-family: "M+ 2p bold";
  font-style: normal;
  src: local("M+ 2p bold"), url("../fonts/mplus-2p-bold.woff") format("woff");
  src: local("M+ 2p bold"), url("../fonts/mplus-2p-bold.ttf") format("truetype");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
.ul-anno {
  overflow: hidden;
}
.ul-anno li {
  padding-left: 1em;
}
.ul-anno li:last-child {
  margin-bottom: 0;
}
.ul-anno li:before {
  content: "*";
  margin-left: -1rem;
  width: 1rem;
}

.ul-anno-z {
  overflow: hidden;
}
.ul-anno-z li {
  padding-left: 1em;
}
.ul-anno-z li:last-child {
  margin-bottom: 0;
}
.ul-anno-z li:before {
  content: "※";
  margin-left: -1rem;
  width: 1rem;
}

.ul-disc {
  overflow: hidden;
}
.ul-disc li {
  padding-left: 1em;
}
.ul-disc li:last-child {
  margin-bottom: 0;
}
.ul-disc li:before {
  content: "・";
  margin-left: -1rem;
  width: 1rem;
}

.ul-dcircle {
  overflow: hidden;
}
.ul-dcircle li {
  padding-left: 1em;
}
.ul-dcircle li:last-child {
  margin-bottom: 0;
}
.ul-dcircle li:before {
  content: "◎";
  margin-left: -1rem;
  width: 1rem;
}

.ul-hyp {
  overflow: hidden;
}
.ul-hyp li {
  padding-left: 1em;
}
.ul-hyp li:last-child {
  margin-bottom: 0;
}
.ul-hyp li:before {
  content: "-";
  margin-left: -1rem;
  width: 1rem;
}

.ol-number {
  list-style-type: decimal;
  overflow: visible;
  padding-left: 2rem;
}
.ol-number li:last-child {
  margin-bottom: 0;
}

.ol-lower {
  list-style-type: lower-alpha;
  overflow: visible;
  padding-left: 2rem;
}
.ol-lower li:last-child {
  margin-bottom: 0;
}

.ol-upper {
  list-style-type: upper-alpha;
  overflow: visible;
  padding-left: 2rem;
}
.ol-upper li:last-child {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}
.text-center img {
  margin-left: auto;
  margin-right: auto;
}

.text-center-large {
  text-align: center;
}

.text-right {
  text-align: right;
}
.text-right img {
  margin-left: auto;
  margin-right: 0;
}

.text-right-large {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.content-primary {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}
.content-secondary {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
}
.content-grid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
.content-gridline {
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px;
}
.content-gridsecondary {
  margin-right: auto;
  margin-left: auto;
  max-width: 840px;
}
.content-gridmax {
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}
.content-gridriquid {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.content-gridriquid [class*=column] {
  padding-right: 0;
  padding-left: 0;
}

.tgt-sp {
  display: none;
}

.dl-side {
  overflow: hidden;
}
.dl-side dt, .dl-side dd {
  float: left;
}
.dl-side dt {
  clear: both;
  width: 25%;
}
.dl-side dd {
  width: 75%;
}
.dl-side.-border {
  border-top: 1px solid #cccccc;
}
.dl-side.-border dt, .dl-side.-border dd {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  padding: 12px 0;
}
.dl-side.-column3-7 dt {
  width: 30%;
}
.dl-side.-column3-7 dd {
  width: 70%;
}
.dl-side.-column4-6 dt {
  width: 40%;
}
.dl-side.-column4-6 dd {
  width: 60%;
}
.dl-side.-half dt {
  width: 50%;
}
.dl-side.-half dd {
  width: 50%;
}

.block {
  display: block;
}

.block-all {
  display: block;
}

.google-map {
  height: 380px;
  margin: 30px 0 60px;
  width: 100%;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.grid > [class*=column] {
  padding-right: 20px;
  padding-left: 20px;
}
.grid > .column1 {
  width: 8.3333333333%;
}
.grid > .column2 {
  width: 16.6666666667%;
}
.grid > .column3 {
  width: 25%;
}
.grid > .column4 {
  width: 33.3333333333%;
}
.grid > .column5 {
  width: 41.6666666667%;
}
.grid > .column6 {
  width: 50%;
}
.grid > .column7 {
  width: 58.3333333333%;
}
.grid > .column8 {
  width: 66.6666666667%;
}
.grid > .column9 {
  width: 75%;
}
.grid > .column10 {
  width: 83.3333333333%;
}
.grid > .column11 {
  width: 91.6666666667%;
}
.grid > .column12 {
  width: 100%;
}
.grid.-reflect {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid.-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid.-line > [class*=column] {
  padding-right: 40px;
  padding-left: 40px;
}
.grid.-line > [class*=column]:not(:first-child) {
  border-left: 1px solid #cccccc;
}
.grid.-nest {
  margin-right: -20px;
  margin-left: -20px;
  width: auto;
}

.hamburger {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 60px;
  top: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 30px;
  z-index: 100;
}
.hamburger > .icon {
  background-color: #ff0000;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 30px;
}
.hamburger > .icon:nth-child(1) {
  top: 0;
}
.hamburger > .icon:nth-child(2) {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hamburger.nav-open > .icon:nth-child(1), .hamburger.nav-open > .icon:nth-child(2) {
  background-color: #ffffff;
}
.hamburger.nav-open > .icon:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.nav-open > .icon:nth-child(2) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hamburger:hover {
  opacity: 0.6;
}

.img-fit {
  height: auto;
  width: 100%;
}

.loading {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fffaf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.loading .inner-loading {
  display: block;
  margin: auto;
  text-align: center;
}
.loading .inner-loading .logo-loading {
  width: 203.95px;
  height: 39.07px;
  display: block;
  margin: 0 auto 15px;
}
.loading .progress {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 3px;
  background: #000000;
}
.loading .progress .progress-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.loading .progress .progress-inner .progress-bar {
  width: 100%;
  height: 100%;
  background: #D51518;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 10s cubic-bezier(0, 0, 0.58, 1);
  transition: all 10s cubic-bezier(0, 0, 0.58, 1);
}

.is-loaded .loading {
  -webkit-animation: loader_fadeOut_left 0.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.6s;
  animation: loader_fadeOut_left 0.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.6s;
}

@-webkit-keyframes loader_fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes loader_fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes loader_fadeOut_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
}
@keyframes loader_fadeOut_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
}
@-webkit-keyframes loader_fadeOut_left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }
}
@keyframes loader_fadeOut_left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }
}
@-webkit-keyframes loader_fadeIn {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    visibility: visible;
  }
}
@keyframes loader_fadeIn {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    visibility: visible;
  }
}
@-webkit-keyframes reset_zindex {
  to {
    z-index: 200;
  }
}
@keyframes reset_zindex {
  to {
    z-index: 200;
  }
}
.table-background thead th {
  background-color: #eeeeee;
}
.table-background tbody tr:nth-child(even) {
  background-color: #eeeeee;
}

.table-border {
  border: 1px solid #cccccc;
  border-bottom: none;
}
.table-border th, .table-border td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body a {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
body a:hover {
  opacity: 0.6;
}

.box-link {
  position: relative;
}
.box-link .link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
@-webkit-keyframes border-animation {
  100% {
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
  }
}
@keyframes border-animation {
  100% {
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
  }
}
.box-link .link:hover .line::before {
  -webkit-animation: border-animation 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s both;
  animation: border-animation 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s both;
}
.box-link .link:hover .line::after {
  -webkit-animation: border-animation 0.5s cubic-bezier(1, 0, 0, 1) 0s both;
  animation: border-animation 0.5s cubic-bezier(1, 0, 0, 1) 0s both;
}
.box-link .link .line {
  height: 100%;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 380px;
}
.box-link .link .line::before, .box-link .link .line::after {
  background-color: #080103;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.box-link .link .line::before {
  left: 0;
}
.box-link .link .line::after {
  left: -100%;
}
.box-link .link .txt {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 1em 0 1em 405px;
  position: relative;
  z-index: 1;
}
.box-link .link .txt.is-active {
  color: #231815;
  cursor: initial;
}
.box-link .link .txt:hover span {
  color: #231815;
}
.box-link {
  /* display:flexとalign-items:centerは中身の高さに合わせるために記述*/
}
.box-link .txt-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.box-link .after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-link .before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-link .before span,
.box-link .after span {
  line-height: 1.1;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.box-link .after span {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.box-btn .link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #080103;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 330px;
}
.box-btn .link .txt {
  font-size: 22px;
  font-weight: 500;
}
.box-btn .link .arr {
  height: auto;
  height: 11px;
  overflow: hidden;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
}
.box-btn .link .arr .img-arr, .box-btn .link .arr .img-arr2 {
  height: 11px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 80px;
}
.box-btn .link .arr .img-arr2 {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.box-btn .link:hover .img-arr {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.box-btn .link:hover .img-arr2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.box-btn.white .link {
  border: 1px solid #ffffff;
}
.box-btn.right .link {
  margin: 0 0 0 auto;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.fadein.looked {
  opacity: 1;
}

.fadeinb-t, .fadeinb-t-child {
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.fadeinb-t.looked, .fadeinb-t-child.looked {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadeinl-r {
  translate: none;
  rotate: none;
  scale: none;
  -webkit-transform: translate(-32px, 0px);
  transform: translate(-32px, 0px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.fadeinl-r.looked {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.fadeinr-l {
  translate: none;
  rotate: none;
  scale: none;
  -webkit-transform: translate(32px, 0px);
  transform: translate(32px, 0px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.fadeinr-l.looked {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.fadeinscale {
  translate: none;
  rotate: none;
  scale: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fadeinscale.looked {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#loader {
  -webkit-animation-duration: 3.4s;
  animation-duration: 3.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: loaderFadeOut;
  animation-name: loaderFadeOut;
  background-color: #fff;
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#loader.loader-end .inner {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
#loader .inner {
  height: 60px;
  overflow: hidden;
  transition: opacity 0.8s 0.5s cubic-bezier(0.275, 0, 0, 1), transform 0.8s 0.5s cubic-bezier(0.275, 0, 0, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.275, 0, 0, 1);
  width: 123px;
}
#loader .inner img {
  margin: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  -webkit-animation: loadingimgstart 0.85s cubic-bezier(0.275, 0, 0, 1);
  animation: loadingimgstart 0.85s cubic-bezier(0.275, 0, 0, 1);
}

@-webkit-keyframes loaderFadeOut {
  0% {
    opacity: 1;
    background-color: #fff;
  }
  50% {
    opacity: 1;
    background-color: #EFC435;
  }
  70% {
    opacity: 1;
    background-color: #EFC435;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loaderFadeOut {
  0% {
    opacity: 1;
    background-color: #fff;
  }
  50% {
    opacity: 1;
    background-color: #EFC435;
  }
  70% {
    opacity: 1;
    background-color: #EFC435;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loadingimgstart {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes loadingimgstart {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bg-box {
  bottom: 0;
  display: block;
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 0;
}
.bg-box .bg-inner {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  width: 1100px;
}
.bg-box .bg-inner::after {
  background-color: #f0f0f0;
  content: "";
  display: block;
  height: 100vh;
  position: absolute;
  right: 285px;
  width: 1px;
}

.header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 1;
  padding: 15px 60px 20px 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header.is-view {
  opacity: 1;
  pointer-events: auto;
}
.header.nav-open {
  opacity: 1;
  pointer-events: auto;
}
.header.nav-open::after {
  background-color: #f5f4f1;
}
.header.nav-open .logo .logo-w {
  opacity: 1;
  z-index: 2;
}
.header .logo {
  width: 180px;
  position: relative;
}
.header .logo a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header .logo a:hover {
  opacity: 0.6;
}
.header nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header nav .gnav.nav-open .box-nav {
  opacity: 1;
  pointer-events: auto;
  right: 0;
  visibility: visible;
}
.header nav .gnav .box-nav {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px 0;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: auto;
  pointer-events: none;
  position: absolute;
  right: -100%;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  width: 100%;
}
.header nav .gnav .box-nav .bg-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.header nav .gnav .box-nav .bg-nav::before {
  background-color: #e3d2d2;
  content: "";
  display: block;
  height: 3840px;
  position: absolute;
  right: 120px;
  top: -940px;
  -webkit-transform: rotate(26deg) translate(-20%, -250%);
  transform: rotate(26deg) translate(-20%, -250%);
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  width: 580px;
}
.header nav .gnav .box-nav .inner-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  overflow: auto;
  position: relative;
  width: 100%;
  z-index: 1;
  background: url(../images/common/bg_nav.png) bottom right/auto 100% no-repeat;
}
.header nav .gnav .box-nav .elem-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px 0;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 140px 0 auto;
  max-width: 265px;
  padding: 0 0 60px;
  position: relative;
}
.header nav .gnav .box-nav .elem-nav p.txt-data {
  font-size: 1.4rem;
  line-height: 2.42;
}
.header nav .gnav .box-nav .list-nav {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
}
.header nav .gnav .box-nav .list-nav .item-nav a {
  color: #ffffff;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
}
.header nav .gnav .box-nav .list-nav .item-nav a:hover {
  opacity: 0.6;
}
.header nav .gnav .box-nav .txt-data {
  padding-bottom: 0;
  color: #ffffff;
}

.sec-chap {
  padding: 36px 0 188px;
}
.sec-chap .inner {
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
  width: 100%;
}
.sec-chap .inner .ttl-chap span {
  line-height: 1;
  color: #000000;
}
.sec-chap .inner .ttl-chap span.en {
  font-size: 1.8rem;
  font-weight: 400;
}

.main {
  overflow: hidden;
  position: relative;
}

.ttl-sec {
  position: relative;
}
.ttl-sec::before {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -15px;
  width: 8px;
}
.ttl-sec span.en {
  font-size: 1.3rem;
  line-height: 1;
  color: #000000;
}

.box-btn {
  position: relative;
  width: 220px;
}
.box-btn a {
  position: relative;
  display: block;
}
.box-btn a::after {
  border: 1px solid #000000;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}
.box-btn a:hover .box-link::after {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.box-btn a .box-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0 0;
  position: relative;
  text-align: center;
  width: 202px;
}
.box-btn a .box-link::before, .box-btn a .box-link::after {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 8px;
}
.box-btn a .box-link::after {
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  width: 7.5px;
}
.box-btn a .box-link span {
  font-size: 1.3rem;
  line-height: 1;
}

.sec-entry-btn {
  background-color: #5f5f5f;
  border-radius: 60px 60px 0 0;
  padding: 180px 0 0;
}
.sec-entry-btn .inner {
  border-bottom: 1px solid #dfdfdf;
  margin: 0 auto;
  max-width: 1600px;
  padding-bottom: 150px;
  width: 98%;
}
.sec-entry-btn .inner .ttl-entry {
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
.sec-entry-btn .inner .list-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-entry-btn .inner .list-btn .item-btn a {
  background-color: #231815;
  border-radius: 80px;
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 30px 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 370px;
}
.sec-entry-btn .inner .list-btn .item-btn a::after {
  background: url(../images/recruit/icon_arr.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.sec-entry-btn .inner .list-btn .item-btn a:hover {
  opacity: 0.6;
}

.gtranslate_wrapper {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}

.footer {
  padding: 130px 0 500px;
  position: relative;
  border-top: 1px solid #f0f0f0;
}
.footer .logo {
  left: 42px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 114px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  visibility: hidden;
  width: 180px;
}
.footer .logo a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer .logo a:hover {
  opacity: 0.6;
}
.footer .inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 995px;
  width: 100%;
}
.footer .inner .elem-l {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 75px 0;
}
.footer .inner .elem-l .ttl-foot {
  font-size: 1.6rem;
  line-height: 1;
}
.footer .inner .elem-l .box-data {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
}
.footer .inner .elem-l .box-data p, .footer .inner .elem-l .box-data a {
  font-size: 1.4rem;
  line-height: 1;
}
.footer .inner .elem-l .box-data .link-inst {
  display: inline-block;
}
.footer .inner .elem-l .box-data .link-inst img {
  width: 20px;
  height: 20px;
}
.footer .inner .elem-l .link-priv {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 15px;
  position: relative;
}
.footer .inner .elem-l .link-priv::before {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -15px;
  width: 8px;
}

.about .sec-abou {
  padding-top: 260px;
  padding-bottom: 230px;
}
.about .sec-abou .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1012px;
  padding: 0 7px 0 0;
  width: 100%;
}
.about .sec-abou .inner .ttl-inn {
  margin-bottom: 95px;
  font-size: 1.8rem;
  line-height: 1;
}
.about .sec-abou .inner .box-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
.about .sec-abou .inner .box-data .elem-l {
  width: 335px;
}
.about .sec-abou .inner .box-data .elem-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -5px;
}
.about .sec-abou .inner .box-data .elem-r dl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
.about .sec-abou .inner .box-data .elem-r dl:not(:last-child) {
  margin-bottom: 1em;
}
.about .sec-abou .inner .box-data .elem-r dl dt, .about .sec-abou .inner .box-data .elem-r dl dd {
  font-size: 1.6rem;
  line-height: 1.625;
}
.about .sec-abou .inner .box-data .elem-r dl dt {
  width: 148px;
}
.about .sec-abou .inner .box-data .elem-r dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about .sec-abou .inner .box-map {
  width: 100%;
}
.about .sec-abou .inner .box-map .ttl-sec {
  margin-bottom: 45px;
}
.about .sec-abou .inner .box-map iframe {
  height: 300px;
  width: 100%;
}

.contact .ttl-sec {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
}
.contact .ttl-sec span {
  letter-spacing: 0.05em;
  line-height: 1;
}
.contact .ttl-sec span.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #5f5f5f;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.contact .ttl-sec span.ja {
  font-size: 4rem;
  font-weight: 900;
}
.contact .sec-form {
  padding: 90px 0 90px;
  position: relative;
}
.contact .sec-form .ttl-sec {
  margin-bottom: 82px;
}
.contact .sec-form .ttl-form {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.contact .sec-form .txt-form {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.contact .sec-form .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contact .sec-form .inner .elem-l {
  border-right: 1px solid #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px 30px 0;
  width: 353px;
}
.contact .sec-form .inner .elem-l .txt-form {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.78;
  margin-bottom: 25px;
  text-align: center;
}
.contact .sec-form .inner .elem-l .txt-caution {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.66;
  margin-bottom: 50px;
  text-align: center;
}
.contact .sec-form .inner .elem-l .img-form {
  display: block;
  margin: 0 auto 45px;
  max-width: 225px;
}
.contact .sec-form .inner .elem-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 502px;
}
.contact .sec-form .inner .elem-form dl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 25px;
}
.contact .sec-form .inner .elem-form dl dt, .contact .sec-form .inner .elem-form dl dd {
  line-height: 1;
}
.contact .sec-form .inner .elem-form dl dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  gap: 0 12px;
  padding-top: 9px;
  width: 315px;
}
.contact .sec-form .inner .elem-form dl dt .txt-form {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.contact .sec-form .inner .elem-form dl dt .txt-form.ls1 {
  letter-spacing: 0.1em;
}
.contact .sec-form .inner .elem-form dl dt .txt-req, .contact .sec-form .inner .elem-form dl dt .txt-any {
  background-color: #5f5f5f;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 5px 10px;
}
.contact .sec-form .inner .elem-form dl dt .txt-req {
  background-color: #aa0000;
}
.contact .sec-form .inner .elem-form dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact .sec-form .inner .elem-form input[type=text], .contact .sec-form .inner .elem-form input[type=email], .contact .sec-form .inner .elem-form textarea {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #989898;
  border-radius: 0;
  color: #231815;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  padding: 10px 10px 10px 10px;
  width: 100%;
}
.contact .sec-form .inner .elem-form input[type=text]::-webkit-input-placeholder, .contact .sec-form .inner .elem-form input[type=email]::-webkit-input-placeholder, .contact .sec-form .inner .elem-form textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.contact .sec-form .inner .elem-form input[type=text]::-moz-placeholder, .contact .sec-form .inner .elem-form input[type=email]::-moz-placeholder, .contact .sec-form .inner .elem-form textarea::-moz-placeholder {
  color: #b2b2b2;
}
.contact .sec-form .inner .elem-form input[type=text]:-ms-input-placeholder, .contact .sec-form .inner .elem-form input[type=email]:-ms-input-placeholder, .contact .sec-form .inner .elem-form textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.contact .sec-form .inner .elem-form input[type=text]::-ms-input-placeholder, .contact .sec-form .inner .elem-form input[type=email]::-ms-input-placeholder, .contact .sec-form .inner .elem-form textarea::-ms-input-placeholder {
  color: #b2b2b2;
}
.contact .sec-form .inner .elem-form input[type=text]::placeholder, .contact .sec-form .inner .elem-form input[type=email]::placeholder, .contact .sec-form .inner .elem-form textarea::placeholder {
  color: #b2b2b2;
}
.contact .sec-form .inner .elem-form input[type=text]:focus, .contact .sec-form .inner .elem-form input[type=email]:focus, .contact .sec-form .inner .elem-form textarea:focus {
  outline: none;
}
.contact .sec-form .inner .elem-form input[type=email].email {
  margin-bottom: 8px;
}
.contact .sec-form .inner .elem-form .mwform-tel-field input {
  width: 30.4%;
}
.contact .sec-form .inner .elem-form input[name="zip[data][0]"] {
  width: 5em;
}
.contact .sec-form .inner .elem-form input[name="zip[data][1]"] {
  width: 6em;
}
.contact .sec-form .inner .elem-form input[name=address] {
  margin-top: 20px;
}
.contact .sec-form .inner .elem-form input[type=file] {
  border: none;
  padding: 10px 0 0;
}
.contact .sec-form .inner .elem-form .box-check-privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
}
.contact .sec-form .inner .elem-form .box-check-privacy .p-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact .sec-form .inner .elem-form .box-check-privacy .p-check .mwform-checkbox-field-text {
  font-size: 0 !important;
}
.contact .sec-form .inner .elem-form .box-check-privacy span.mwform-checkbox-field {
  margin: 0 5px 0 0;
  text-align: left;
}
.contact .sec-form .inner .elem-form .box-check-privacy span.mwform-checkbox-field label {
  cursor: pointer;
}
.contact .sec-form .inner .elem-form .box-check-privacy span.mwform-checkbox-field label input[type=checkbox] {
  display: none;
}
.contact .sec-form .inner .elem-form .box-check-privacy span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  padding: 5px 0 5px 16px;
  position: relative;
  width: auto;
}
.contact .sec-form .inner .elem-form .box-check-privacy span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text::before {
  background-color: #ffffff;
  border: 1px solid #989898;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.contact .sec-form .inner .elem-form .box-check-privacy span.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #ffffff;
}
.contact .sec-form .inner .elem-form .box-check-privacy span.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  border-bottom: 2px solid #aa0000;
  border-right: 2px solid #aa0000;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  top: calc(50% - 11px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.contact .sec-form .inner .elem-form .txt-label {
  background: transparent url(../images/contact/icon_blank.svg) right center/12px 13px no-repeat;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 7px 0 0 0;
  padding: 5px 18px 5px 0;
  text-decoration: none;
}
.contact .sec-form .inner .elem-form .txt-label a {
  color: #aa0000;
}
.contact .sec-form .inner .elem-form .elem-sel {
  overflow: hidden;
  width: 100%;
  text-align: center;
  border: 1px solid #989898;
  position: relative;
  border-radius: 5px;
}
.contact .sec-form .inner .elem-form .elem-sel::before {
  color: #989898;
  content: "›";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 7px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contact .sec-form .inner .elem-form .elem-sel select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #231815;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.65;
  outline: none;
  padding: 12px 1em 12px 18px;
  text-overflow: ellipsis;
  width: 100%;
}
.contact .sec-form .inner .elem-form .vertical-item {
  padding: 5px 0 0;
}
.contact .sec-form .inner .elem-form .vertical-item:first-child {
  padding-top: 14px;
}
.contact .sec-form .inner .elem-form .box-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
}
.contact .sec-form .inner .elem-form .box-check span.mwform-checkbox-field {
  margin: 0 5px 0 0;
  text-align: left;
}
.contact .sec-form .inner .elem-form .box-check span.mwform-checkbox-field label {
  cursor: pointer;
}
.contact .sec-form .inner .elem-form .box-check span.mwform-checkbox-field label input[type=checkbox] {
  display: none;
}
.contact .sec-form .inner .elem-form .box-check span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  padding: 5px 0 5px 23px;
  position: relative;
  width: auto;
}
.contact .sec-form .inner .elem-form .box-check span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text::before {
  background-color: #ffffff;
  border: 1px solid #989898;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.contact .sec-form .inner .elem-form .box-check span.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #ffffff;
}
.contact .sec-form .inner .elem-form .box-check span.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  border-bottom: 2px solid #aa0000;
  border-right: 2px solid #aa0000;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  top: calc(50% - 8px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.contact .sec-form .inner .elem-form .box-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
}
.contact .sec-form .inner .elem-form .box-radio span.mwform-radio-field {
  margin: 0 5px 0 0;
  text-align: left;
}
.contact .sec-form .inner .elem-form .box-radio span.mwform-radio-field label {
  cursor: pointer;
}
.contact .sec-form .inner .elem-form .box-radio span.mwform-radio-field label input[type=radio] {
  display: none;
}
.contact .sec-form .inner .elem-form .box-radio span.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  padding: 5px 0 5px 23px;
  position: relative;
  width: auto;
}
.contact .sec-form .inner .elem-form .box-radio span.mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before {
  background-color: #ffffff;
  border: 1px solid #989898;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 14px;
  border-radius: 20px;
}
.contact .sec-form .inner .elem-form .box-radio span.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::before {
  background-color: #ffffff;
}
.contact .sec-form .inner .elem-form .box-radio span.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  background-color: #aa0000;
  border-radius: 10px;
  content: "";
  display: block;
  height: 6px;
  left: 5px;
  position: absolute;
  top: calc(50% - 2px);
  width: 6px;
}
.contact .sec-form .inner .elem-form .box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact .sec-form .inner .elem-form .box-btn button {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #aa0000;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 12px 27px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contact .sec-form .inner .elem-form .box-btn button:hover {
  opacity: 0.6;
}
.contact .sec-form .inner .elem-form .box-btn button:hover::before {
  right: -28px;
}
.contact .sec-form .inner .elem-form .box-btn button.btn_back {
  background: #989898;
  padding: 12px 27px;
}
.contact .sec-form .inner .box-tel {
  text-align: center;
}
.contact .sec-form .inner .box-tel .txt-tel {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 2px;
  text-align: center;
}
.contact .sec-form .inner .box-tel .link-tel {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #a00;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
.contact .sec-form .inner .box-tel .link-tel img {
  display: inline-block;
  margin: 9px 8px 0 0;
}
.contact .sec-form .inner .box-tel .txt-fax {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #aa0000;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 10px;
}
.contact .sec-form .inner .box-tel .txt-fax img {
  margin: -1px 6px 0 0;
  display: inline-block;
}
.contact .sec-form .inner .box-tel .txt-tel-time {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
.contact .sec-form .inner .box-tel .txt-tel-time span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
}
.contact .sec-form .inner .mw_wp_form .error {
  line-height: 1.75;
}
.contact .sec-form .inner .mw_wp_form .box-check .error {
  text-align: center;
}
.contact .sec-form .inner .mw_wp_form_confirm dl dd {
  padding-top: 9px;
  line-height: 1.45;
}
.contact .sec-form .inner .mw_wp_form_confirm .box-check {
  display: none;
}
.contact .sec-form .inner .mw_wp_form_confirm .elem-sel {
  border: none;
  text-align: left;
}
.contact .sec-form .inner .mw_wp_form_confirm .elem-sel::before {
  display: none;
}
.contact .mw_wp_form_confirm .owlet-input-sample {
  display: none;
}

.home#container {
  overflow: hidden;
}
.home .sec-mv {
  border-bottom: 1px solid #f0f0f0;
  height: 100svh;
  padding: 0;
  width: 100vw;
  background-color: #ffffff;
}
.home .sec-mv .bg-inner {
  height: 100svh;
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.home .sec-mv .bg-inner .bg-mv {
  max-width: none;
  position: absolute;
  top: 0;
  width: 1924px;
  top: 0;
  width: auto;
  width: 100%;
  right: 20px;
  height: 100%;
}
.home .sec-mv .wrap-works {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.home .sec-mv .wrap-works .bg-works {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  margin-left: auto;
  max-width: calc(100% - 450px);
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.home .sec-mv .wrap-works .bg-works .bg-item {
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
}
.home .sec-mv .wrap-works .bg-works .bg-item.active {
  opacity: 1;
}
.home .sec-mv .wrap-works .bg-works .bg-item img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
}
.home .sec-mv .wrap-works .bg-works .bg-item img.tgt-sp {
  display: none;
}
.home .sec-mv .box-menu {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  min-height: calc(100vh - 1px);
  overflow: hidden;
  padding: 86px 20px 25px 40px;
  position: absolute;
  top: 0;
  width: 450px;
}
.home .sec-mv .box-menu .list-anc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px 0;
  margin-bottom: 38px;
}
.home .sec-mv .box-menu .list-anc .item-anc a {
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
.home .sec-mv .box-menu .list-anc .item-anc a:hover {
  padding-left: 10px;
}
.home .sec-mv .box-menu .list-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px 0;
  margin-bottom: 50px;
}
.home .sec-mv .box-menu .list-works .item-works {
  position: relative;
}
.home .sec-mv .box-menu .list-works .item-works a.link-works {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  gap: 0 10px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  width: 100%;
}
.home .sec-mv .box-menu .list-works .item-works a.link-works span.ttl {
  margin-right: auto;
}
.home .sec-mv .box-menu .list-works .item-works a.link-works:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.home .sec-mv .box-menu .list-works .item-works a.link-works .txt-data {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  width: 90px;
}
.home .sec-mv .box-menu .list-works .item-works a.link-works .txt-data .txt-num {
  font-size: 1.2rem;
}
.home .sec-mv .box-menu .list-works .item-works a.link-works .txt-data .txt-cat {
  font-size: 1.2rem;
}
.home .sec-mv .box-menu .link-more {
  width: 90px;
  border-bottom: 1px solid #000000;
  display: block;
  padding-bottom: 4.5px;
}
.home .sec-mv .box-menu .link-more .txt-more {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  display: block;
}
.home .sec-mv .box-menu .link-more .txt-more::before, .home .sec-mv .box-menu .link-more .txt-more::after {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 8px;
}
.home .sec-mv .box-menu .link-more .txt-more::after {
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  width: 7.5px;
}
.home .sec-mv .box-menu .link-more:hover .txt-more::after {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.home .sec-catc {
  padding: 560px 0 446px;
}
.home .sec-catc .inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 230px;
  max-width: 995px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.home .sec-catc .inner .elem-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 118px 0;
  padding-top: 18px;
}
.home .sec-catc .inner .elem-l .ttl-catc {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 33px;
}
.home .sec-catc .inner .elem-l .ttl-catc span {
  line-height: 1;
}
.home .sec-catc .inner .elem-l .ttl-catc span.en {
  font-size: 2.2rem;
  width: 180px;
}
.home .sec-catc .inner .elem-l .ttl-catc span.ja {
  font-size: 1.2rem;
}
.home .sec-catc .inner .elem-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home .sec-catc .inner .elem-r .ttl-sub {
  font-size: 1.4rem;
  line-height: 2.5;
  margin-bottom: 2em;
}
.home .sec-catc .inner .elem-r .txt-catc {
  font-size: 1.2rem;
  line-height: 2.5;
}
.home .sec-abou {
  padding: 0 0 205px;
}
.home .sec-abou .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  -webkit-transform: translateX(145px);
  transform: translateX(145px);
}
.home .sec-abou .inner .elem-l {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 50px;
}
.home .sec-abou .inner .elem-l .ttl-sec {
  margin-bottom: 150px;
}
.home .sec-abou .inner .elem-l .txt-abou {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 15px;
}
.home .sec-abou .inner .elem-l .txt-abou-en {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 45px;
}
.home .sec-abou .inner figure {
  width: 630px;
}
.home .sec-serv {
  padding: 0 0 195px;
}
.home .sec-serv .inner {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-transform: translateX(145px);
  transform: translateX(145px);
}
.home .sec-serv .inner .ttl-sec {
  margin-bottom: 180px;
}
.home .sec-serv .inner figure {
  height: 300px;
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.home .sec-serv .inner figure .img-serv {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.home .sec-serv .inner figure .img-serv.active {
  opacity: 1;
}
.home .sec-serv .inner .list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.home .sec-serv .inner .list-link .item-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #231814;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 6px;
  position: relative;
  width: 33.3333333333%;
}
.home .sec-serv .inner .list-link .item-link .ttl-item {
  font-size: 2.1rem;
  line-height: 38px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 38px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: alias;
}
.home .sec-serv .inner .list-link .item-link .ttl-item:hover {
  opacity: 0.6;
}
.home .sec-serv .inner .list-link .item-link a {
  position: relative;
  display: block;
}
.home .sec-serv .inner .list-link .item-link a::after {
  border: 1px solid #595757;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}
.home .sec-serv .inner .list-link .item-link a:hover .box-link::after {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.home .sec-serv .inner .list-link .item-link a .box-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0 0;
  position: relative;
  width: 100%;
  width: 38px;
}
.home .sec-serv .inner .list-link .item-link a .box-link::before, .home .sec-serv .inner .list-link .item-link a .box-link::after {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 8px;
}
.home .sec-serv .inner .list-link .item-link a .box-link::after {
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  width: 7.5px;
}
.home .sec-news {
  padding: 0 0 250px;
}
.home .sec-news .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  -webkit-transform: translateX(145px);
  transform: translateX(145px);
}
.home .sec-news .inner .elem-l {
  width: 115px;
}
.home .sec-news .inner .elem-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.home .sec-news .inner .elem-r .box-slide {
  position: relative;
  padding-left: 90px;
}
.home .sec-news .inner .elem-r .box-slide::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 90px;
  z-index: 2;
}
.home .sec-news .inner .elem-r .box-slide .swiper-pagination {
  left: 0;
  width: auto;
}
.home .sec-news .inner .elem-r .box-slide .swiper-pagination .swiper-pagination-bullet {
  background: #595757;
  opacity: 1;
}
.home .sec-news .inner .elem-r .box-slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff0000;
}
.home .sec-news .inner .elem-r .list-news {
  z-index: 1;
}
.home .sec-news .inner .elem-r .list-news .item-news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .sec-news .inner .elem-r .list-news .item-news a .txt-cat {
  border: 1px solid #595757;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 10px;
}
.home .sec-news .inner .elem-r .list-news .item-news a time {
  font-size: 1.3rem;
  line-height: 1;
}
.home .sec-news .inner .elem-r .list-news .item-news a .ttl-post {
  font-size: 1.3rem;
  line-height: 1;
}
.home .sec-news .inner a.link-all {
  position: relative;
  display: block;
  width: 95px;
}
.home .sec-news .inner a.link-all::after {
  border: 1px solid #595757;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}
.home .sec-news .inner a.link-all:hover .box-link::after {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.home .sec-news .inner a.link-all .box-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0 0;
  position: relative;
  width: 100%;
}
.home .sec-news .inner a.link-all .box-link::before, .home .sec-news .inner a.link-all .box-link::after {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 8px;
}
.home .sec-news .inner a.link-all .box-link::after {
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  width: 7.5px;
}
.home .sec-news .inner a.link-all .box-link span {
  font-size: 1.3rem;
  line-height: 1;
}
.home .sec-clie {
  padding: 0 0 265px;
}
.home .sec-clie .inner {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-transform: translateX(145px);
  transform: translateX(145px);
}
.home .sec-clie .inner .ttl-sec {
  margin-bottom: 140px;
}
.home .sec-clie .inner .list-clie {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 110px 0;
  max-width: 1300px;
  margin: 0 auto 0 0;
  width: 92%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home .sec-clie .inner .list-clie .item-clie {
  text-align: center;
  width: 16.6666666667%;
}

.main.news-detail {
  overflow: inherit;
}

.news-detail .ttl-sec {
  display: block;
}
.news-detail .ttl-sec span {
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-detail .ttl-sec span.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.news-detail .ttl-sec span.ja {
  font-size: 4rem;
  font-weight: 900;
}
.news-detail .sec-post {
  position: relative;
  padding: 170px 0 160px;
}
.news-detail .sec-post .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  margin: 0 auto 120px;
  max-width: 1014px;
  padding: 0;
  position: relative;
  width: 100%;
}
.news-detail .sec-post .inner .box-post {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 630px;
  width: 100%;
}
.news-detail .ttl-head .txt-date-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}
.news-detail .ttl-head time {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #929292;
}
.news-detail .ttl-head .post-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
}
.news-detail .ttl-head .post-categories li {
  line-height: 1;
}
.news-detail .ttl-head .post-categories a {
  font-size: 1.3rem;
  color: #929292;
  letter-spacing: 0.01em;
  line-height: 1;
}
.news-detail .ttl-head .ttl-post {
  color: #000000;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0 0 30px;
}
.news-detail .elem-ex {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
.news-detail .elem-cont h2, .news-detail .elem-cont h3, .news-detail .elem-cont h4 {
  font-weight: 500;
  line-height: 1;
}
.news-detail .elem-cont span {
  font-weight: 500;
  line-height: 1;
}
.news-detail .elem-cont p {
  font-weight: 500;
  line-height: 1;
}
.news-detail .elem-cont h2 {
  background-color: #4d4d4d;
  color: #ffffff;
  margin: 0 auto 30px;
  font-size: 2.1rem;
  padding: 15px 20px;
  font-weight: 700;
}
.news-detail .elem-cont h3 {
  color: #000000;
  margin: 10px auto 30px;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 10px 13px 13px 12px;
  border-left: 6px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}
.news-detail .elem-cont h4 {
  color: #000000;
  margin: 5px auto 30px;
  font-size: 1.6rem;
  padding: 10px 10px 10px 10px;
  border-left: 3px solid #4d4d4d;
}
.news-detail .elem-cont ol, .news-detail .elem-cont ul {
  list-style: inherit;
}
.news-detail .elem-cont ol li ol, .news-detail .elem-cont ul li ul {
  padding-left: 1em;
}
.news-detail .elem-cont p {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.07;
  margin: 0 0 40px;
  padding: 0 20px;
}
.news-detail .elem-cont strong {
  font-weight: 600 !important;
}
.news-detail .elem-cont a {
  font-weight: 500 !important;
}
.news-detail {
  /* 記事内 - 管理画面と共通（タイトル等） */
  /* 目次 */
  /* お問い合わせブロック */
}
.news-detail .elem-contact {
  background-color: #4d4d4d;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  margin: 35px auto 43px;
  padding: 25px 30px 30px;
  text-align: center;
}
.news-detail .elem-contact .icon {
  text-align: center;
  position: relative;
  margin-bottom: 18px;
}
.news-detail .elem-contact .icon::before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-detail .elem-contact span {
  padding: 0 35px;
  background-color: #4d4d4d;
  position: relative;
  display: inline-block;
}
.news-detail .elem-contact .ttl-cont {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 auto 18px;
}
.news-detail .elem-contact .txt-cont {
  width: 80%;
  margin: 0 auto 25px;
  font-size: 1.4rem;
  line-height: 1.78;
  text-align: left;
}
.news-detail .elem-contact .link-cont {
  background-color: #ff0000;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 50px 14px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news-detail .elem-contact .link-cont::after {
  background: url(../images/news/icon_arro.svg) center center/auto 100% no-repeat;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 8px;
}
.news-detail .elem-contact .link-cont:hover {
  opacity: 0.6;
}
.news-detail {
  /* スタッフ詳細ブロック */
}
.news-detail .elem-staff {
  padding: 17px 30px 30px 20px;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  position: relative;
  margin: 60px auto 70px;
  display: block;
}
.news-detail .elem-staff::before {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  content: "About me";
  color: #ffffff;
  font-size: 1rem;
  background-color: #4d4d4d;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 10px 8px;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
}
.news-detail .elem-staff .elem-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-detail .elem-staff figure {
  border-radius: 100px;
  height: 77px;
  overflow: hidden;
  position: relative;
  width: 77px;
}
.news-detail .elem-staff figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news-detail .elem-staff .name-staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-detail .elem-staff .txt-name {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000000;
}
.news-detail .elem-staff .txt-posi {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  color: #929292;
  font-weight: 400;
}
.news-detail .elem-staff .elem-txt {
  padding-left: 93px;
}
.news-detail .elem-staff .txt-staff {
  color: #000000;
  font-size: 1.2rem;
  line-height: 2;
  margin: 0;
}
.news-detail aside.as-post {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 0;
  position: relative;
  width: 286px;
}
.news-detail aside.as-post .ttl-sec {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 20px;
}
.news-detail aside.as-post .ttl-sec .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  color: #000000;
}
.news-detail aside.as-post .ttl-sec .ja {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
}
.news-detail aside.as-post .list-sugg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 0 0 30px;
  width: 100%;
}
.news-detail aside.as-post .list-sugg .item-sugg {
  background-color: #ffffff;
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: calc(50% - 5px);
}
.news-detail aside.as-post .list-sugg .item-sugg a {
  display: block;
  text-decoration: none;
  width: 100%;
}
.news-detail aside.as-post .list-sugg .item-sugg figure {
  margin: 0 auto 7px;
  overflow: hidden;
  padding-top: 63%;
  width: 100%;
  position: relative;
}
.news-detail aside.as-post .list-sugg .item-sugg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news-detail aside.as-post .list-sugg .item-sugg a:hover .elem-txt {
  opacity: 0.6;
}
.news-detail aside.as-post .list-sugg .item-sugg a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-detail aside.as-post .list-sugg .item-sugg .elem-txt {
  padding: 0 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news-detail aside.as-post .list-sugg .item-sugg .ttl-post {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.42;
  margin: 0;
}
.news-detail aside.as-post .list-sugg .item-sugg .txt-date-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.news-detail aside.as-post .list-sugg .item-sugg .txt-date-cat time {
  font-size: 1rem;
  color: #929292;
  line-height: 1;
}
.news-detail aside.as-post .box-cat {
  margin-bottom: 0;
  width: 100%;
}
.news-detail aside.as-post .box-cat .list-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
}
.news-detail aside.as-post .box-cat .list-cat .item-cat {
  border-top: 1px solid #929292;
}
.news-detail aside.as-post .box-cat .list-cat .item-cat:last-child {
  border-bottom: 1px solid #929292;
}
.news-detail aside.as-post .box-cat a {
  color: #000000;
  display: block;
  padding: 10px 15px;
  border-radius: 20px;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news-detail aside.as-post .box-cat a:hover {
  opacity: 0.6;
}
.news-detail aside.as-post .box-bnr {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.news-detail aside.as-post .box-bnr a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news-detail aside.as-post .box-bnr a:hover {
  opacity: 0.6;
}
.news-detail aside.as-post .box-bnr img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.news-detail aside.as-post .box-bnr .elem-bnr figure {
  margin-bottom: 15px;
  display: block;
}
.news-detail aside.as-post .box-bnr img {
  margin: 0;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
}
.news-detail aside.as-post .box-btn {
  margin: 0 auto;
  text-align: center;
}
.news-detail aside.as-post .box-btn .btn-link {
  padding: 7px 30px 10px 20px;
  background: #e11b23 url(../img/column/icon_arr-w.svg) right 10px center/7px auto no-repeat;
  line-height: 1;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  line-height: 1;
}
.news-detail aside.as-post .box-btn:hover {
  opacity: 0.6;
}
.news-detail aside.as-post .box-btn span {
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news-detail {
  /* 目次 */
}
.news-detail aside.as-post .widget_text h2 {
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1;
}
.news-detail #rtoc-mokuji-widget-wrapper {
  margin-top: 45px !important;
}
.news-detail #rtoc-mokuji-widget-wrapper::before {
  content: "この記事の目次";
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  width: 100% !important;
  margin-bottom: 10px;
}
.news-detail .widget .widget-title {
  margin: 0 0 15px;
}
.news-detail .widget .widget-title:after {
  display: none;
}
.news-detail .widget .widget-title span {
  font-size: 14px;
  letter-spacing: 0.26em;
  line-height: 1;
  color: #5d5d5d;
  font-weight: 500;
}
.news-detail aside.as-post #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 > .rtoc-item:before, .news-detail aside.as-post .widget #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 > .rtoc-item:before, .news-detail aside.as-post #sideBarTracking #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 > .rtoc-item:before {
  background-color: #b1b1b1 !important;
}

.news .txt-or {
  color: #fd4a21;
}
.news .ttl-sec {
  display: block;
}
.news .ttl-sec span {
  letter-spacing: 0.05em;
  line-height: 1;
}
.news .ttl-sec span.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.news .ttl-sec span.ja {
  font-size: 4rem;
  font-weight: 900;
}
.news .sec-post {
  position: relative;
  padding: 170px 0 160px;
}
.news > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  margin: 0 auto 120px;
  max-width: 1014px;
  padding: 0;
  position: relative;
  width: 100%;
}
.news > .inner .box-post {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 630px;
  width: 100%;
}
.news .ttl-sec {
  margin: 0 auto 80px;
}
.news .list-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.news .list-cat li a {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.news .list-cat li.active a::before, .news .list-cat li a:hover::before {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -15px;
  width: 8px;
}
.news .box-cat {
  border: 1px solid #4d4d4d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.news .box-cat select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.65;
  outline: none;
  padding: 12px 1em 12px 18px;
  text-overflow: ellipsis;
  width: 100%;
}
.news .box-cat select::-ms-expand {
  display: none;
}
.news .box-cat::before {
  color: #989898;
  content: "›";
  font-size: 2rem;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0.9em;
  top: 0.8em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .list-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 26px;
  margin: 0 0 50px;
}
.news .list-post .item-post {
  background-color: #ffffff;
  border: 1px solid #ededed;
  -webkit-box-shadow: border-box;
  box-shadow: border-box;
  overflow: hidden;
  width: calc(50% - 13px);
}
.news .list-post .item-post a {
  display: block;
  text-decoration: none;
}
.news .list-post .item-post a figure {
  margin: 0 auto 23px;
  overflow: hidden;
  padding-top: 63%;
  position: relative;
  width: 100%;
}
.news .list-post .item-post a figure img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 100%;
}
.news .list-post .item-post a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news .list-post .item-post .elem-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 81px;
  padding: 0 23px 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news .list-post .item-post .elem-txt .ttl-post {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.42;
  margin: 0;
}
.news .list-post .item-post .elem-txt .txt-date-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news .list-post .item-post .elem-txt time {
  font-size: 1.2rem;
  color: #929292;
  letter-spacing: 0;
  line-height: 1;
}
.news .list-post .item-post .elem-txt .txt-cat {
  font-size: 1.2rem;
  color: #929292;
  line-height: 1;
  margin: 0;
}
.news aside.as-post {
  position: relative;
  width: 285px;
  padding-top: 104px;
}
.news aside.as-post .ttl-sec {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 20px;
}
.news aside.as-post .ttl-sec .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  color: #000000;
}
.news aside.as-post .ttl-sec .ja {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
}
.news aside.as-post .list-sugg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 0 0 30px;
  width: 100%;
}
.news aside.as-post .list-sugg .item-sugg {
  background-color: #ffffff;
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: calc(50% - 5px);
}
.news aside.as-post .list-sugg .item-sugg a {
  display: block;
  text-decoration: none;
  width: 100%;
}
.news aside.as-post .list-sugg .item-sugg figure {
  margin: 0 auto 7px;
  overflow: hidden;
  padding-top: 63%;
  width: 100%;
  position: relative;
}
.news aside.as-post .list-sugg .item-sugg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news aside.as-post .list-sugg .item-sugg a:hover .elem-txt {
  opacity: 0.6;
}
.news aside.as-post .list-sugg .item-sugg a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news aside.as-post .list-sugg .item-sugg .elem-txt {
  padding: 0 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news aside.as-post .list-sugg .item-sugg .ttl-post {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.42;
  margin: 0;
}
.news aside.as-post .list-sugg .item-sugg .txt-date-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.news aside.as-post .list-sugg .item-sugg .txt-date-cat time {
  font-size: 1rem;
  color: #929292;
  line-height: 1;
}
.news aside.as-post .box-cat {
  margin-bottom: 50px;
}
.news aside.as-post .box-cat .ttl-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px 0;
  margin-bottom: 15px;
}
.news aside.as-post .box-cat .ttl-cat span {
  line-height: 1;
}
.news aside.as-post .box-cat .ttl-cat span.en {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #e11b23;
}
.news aside.as-post .box-cat .ttl-cat span.ja {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #5d5d5d;
}
.news aside.as-post .box-cat .list-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.news aside.as-post .box-cat .list-cat a {
  color: #ffffff;
  background-color: #ababab;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 20px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news aside.as-post .box-cat .list-cat a:hover {
  opacity: 0.6;
}
.news aside.as-post .box-bnr {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.news aside.as-post .box-bnr a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news aside.as-post .box-bnr:hover {
  opacity: 0.6;
}
.news aside.as-post .box-bnr img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.news aside.as-post .box-bnr .elem-bnr figure {
  margin-bottom: 15px;
  display: block;
}
.news aside.as-post .box-bnr img {
  margin: 0;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
}
.news aside.as-post .box-btn {
  margin: 0 auto;
  text-align: center;
}
.news aside.as-post .box-btn .btn-link {
  padding: 7px 30px 10px 20px;
  background: #e11b23 url(../img/column/icon_arr-w.svg) right 10px center/7px auto no-repeat;
  line-height: 1;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  line-height: 1;
}
.news aside.as-post .box-btn:hover {
  opacity: 0.6;
}
.news aside.as-post .box-btn span {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.privacy .ttl-sec {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 80px;
}
.privacy .ttl-sec span {
  letter-spacing: 0.05em;
  line-height: 1;
}
.privacy .ttl-sec span.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #0041ff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.privacy .ttl-sec span.ja {
  font-size: 4rem;
  font-weight: 900;
}
.privacy .sec-priv {
  padding: 130px 0 200px;
}
.privacy .sec-priv .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.privacy .sec-priv .inner .txt-priv, .privacy .sec-priv .inner .txt-add {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.18;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 13px;
}
.privacy .sec-priv .inner .txt-last {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.18;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 13px;
  text-align: right;
}
.privacy .sec-priv .inner ol {
  padding-left: 13px;
}
.privacy .sec-priv .inner ol li {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.18;
  font-weight: 600;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.privacy .sec-priv .inner ol.ol-priv-in, .privacy .sec-priv .inner ol.ol-priv-in-in {
  padding-left: 0;
  margin-bottom: 13px;
}
.privacy .sec-priv .inner .ttl-priv {
  border-left: 3px solid #fd4a21;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 55px 0 15px;
  padding: 3px 0 3px 6px;
  position: relative;
}
.privacy .sec-priv .inner .ttl-priv::after {
  background-color: #fd4a21;
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  left: -3px;
  position: absolute;
  width: 100%;
}

.recruit .sec-recruit {
  padding-top: 260px;
  padding-bottom: 230px;
}
.recruit .sec-recruit .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1012px;
  padding: 0 7px 0 0;
  width: 100%;
}
.recruit .sec-recruit .inner .ttl-inn {
  margin-bottom: 95px;
  font-size: 1.8rem;
  line-height: 1;
}
.recruit .sec-recruit .inner .box-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
.recruit .sec-recruit .inner .box-data .elem-l {
  width: 335px;
}
.recruit .sec-recruit .inner .box-data .elem-l .ttl-cont .ja {
  font-size: 1.6rem;
  line-height: 2.875;
}
.recruit .sec-recruit .inner .box-data .elem-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -5px;
}
.recruit .sec-recruit .inner .box-data .elem-r .txt-cont {
  font-size: 1.6rem;
  line-height: 2.87;
}
.recruit .sec-recruit .inner .list-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 85px;
}
.recruit .sec-recruit .inner .list-tab .item-tab {
  border-bottom: 3px solid #211815;
  cursor: pointer;
  width: 318px;
}
.recruit .sec-recruit .inner .list-tab .item-tab.active .btn .txt {
  color: #595757;
}
.recruit .sec-recruit .inner .list-tab .item-tab:hover .btn .txt {
  color: #595757;
}
.recruit .sec-recruit .inner .list-tab .item-tab .btn {
  display: block;
  padding: 0 35px 30px 2px;
}
.recruit .sec-recruit .inner .list-tab .item-tab .btn .txt {
  color: #acacac;
  font-size: 2.1rem;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.recruit .sec-recruit .inner .box-cont .elem-tab {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  visibility: hidden;
}
.recruit .sec-recruit .inner .box-cont .elem-tab.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-catc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-catc .ttl {
  width: 340px;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-catc .ttl .ttl-tab {
  font-size: 1.6rem;
  position: relative;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-catc .ttl .ttl-tab::before {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 8px;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-catc .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-catc .txt .txt-tab {
  font-size: 1.6rem;
  line-height: 2.87;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-data .ttl {
  width: 340px;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-data .ttl .ttl-data {
  font-size: 1.3rem;
  position: relative;
  line-height: 1.87;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-data .ttl .ttl-data::before {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: -12px;
  width: 8px;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-data .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-data .txt dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-data .txt dl dt, .recruit .sec-recruit .inner .box-cont .elem-tab .elem-data .txt dl dd {
  font-size: 1.6rem;
  line-height: 1.87;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-data .txt dl dt {
  width: 153px;
}
.recruit .sec-recruit .inner .box-cont .elem-tab .elem-data .txt dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service .sec-serv {
  padding-top: 260px;
  padding-bottom: 230px;
}
.service .sec-serv .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1012px;
  padding: 0 7px 0 0;
  width: 100%;
}
.service .sec-serv .inner .ttl-inn {
  margin-bottom: 95px;
  font-size: 1.8rem;
  line-height: 1;
}

body.works-detail {
  visibility: hidden;
}

main.works-detail {
  overflow: visible;
}

.works-detail .sec-post {
  padding: 0 0 320px 40px;
}
.works-detail .sec-post .inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20%;
}
.works-detail .sec-post .inner .elem-l {
  padding: 125px 0 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 420px;
}
.works-detail .sec-post .inner .elem-l .box-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-bottom: 40px;
}
.works-detail .sec-post .inner .elem-l .box-ttl .ttl-post {
  font-size: 1.4rem;
  line-height: 3.14;
}
.works-detail .sec-post .inner .elem-l .box-ttl .txt-num {
  margin-left: auto;
}
.works-detail .sec-post .inner .elem-l .list-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
.works-detail .sec-post .inner .elem-l .list-tag .item-tag {
  display: block;
  position: relative;
  white-space: nowrap;
}
.works-detail .sec-post .inner .elem-l .list-tag .item-tag:not(:last-child) {
  margin-right: 5px;
}
.works-detail .sec-post .inner .elem-l .list-tag .item-tag:not(:last-child)::after {
  content: ",";
  pointer-events: none;
}
.works-detail .sec-post .inner .elem-l .list-tag .item-tag a {
  font-size: 1.4rem;
  line-height: 1.28;
  display: inline-block;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper {
  overflow: hidden;
  padding-bottom: 110px;
  position: relative;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .entry-content {
  line-height: 1.5em;
  max-height: 4.5em;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .entry-content::after {
  background: white;
  bottom: 0;
  content: "...";
  padding-left: 5px;
  position: absolute;
  right: 0;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .entry-content.expanded, .works-detail .sec-post .inner .elem-l .entry-content-wrapper .entry-content.no-truncate {
  max-height: none;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .entry-content.expanded::after, .works-detail .sec-post .inner .elem-l .entry-content-wrapper .entry-content.entry-content.no-truncate::after {
  content: "";
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .entry-content.expanded + .btn-readmore .box-link::after {
  -webkit-transform: rotate(45deg) translateY(35%);
  transform: rotate(45deg) translateY(35%);
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .entry-content.expanded + .btn-readmore .box-link::before {
  -webkit-transform: rotate(-45deg) translateY(35%);
  transform: rotate(-45deg) translateY(35%);
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .entry-content.expanded + .btn-readmore .box-link span {
  opacity: 0;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .btn-readmore {
  cursor: pointer;
  margin: 35px 0 0 auto;
  position: relative;
  width: 143px;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .btn-readmore::after {
  border: 1px solid #595757;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .btn-readmore:hover .box-link::after {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .btn-readmore .box-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0 0;
  position: relative;
  width: 100%;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .btn-readmore .box-link::before, .works-detail .sec-post .inner .elem-l .entry-content-wrapper .btn-readmore .box-link::after {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 8px;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .btn-readmore .box-link::after {
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  width: 7.5px;
}
.works-detail .sec-post .inner .elem-l .entry-content-wrapper .btn-readmore .box-link span {
  font-size: 1.3rem;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.works-detail .sec-post .inner .elem-l .post-data dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 5px;
}
.works-detail .sec-post .inner .elem-l .post-data dl dt, .works-detail .sec-post .inner .elem-l .post-data dl dd {
  font-size: 1.2rem;
  line-height: 1.33;
}
.works-detail .sec-post .inner .elem-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  position: relative;
}
.works-detail .sec-post .inner .elem-r.animate figure {
  /* scale と translate で縮小・位置調整 */
  -webkit-transform: scale(var(--scale)) translate(var(--translate-x), var(--translate-y));
  transform: scale(var(--scale)) translate(var(--translate-x), var(--translate-y));
}
.works-detail .sec-post .inner .elem-r.final figure {
  height: auto;
  position: relative;
  -webkit-transform: none;
  transform: none;
  width: 100%;
}
.works-detail .sec-post .inner .elem-r figure {
  height: auto;
  margin: 0;
  overflow: hidden;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  width: 100%;
  visibility: hidden;
}
.works-detail .sec-post .inner .elem-r figure img {
  display: block;
  height: auto;
  width: 100%;
  max-width: none;
}
.works-detail .sec-post .inner .elem-r img {
  width: 100%;
}
.works-detail .sec-post .inner .elem-r .work-item {
  width: 100%;
}
.works-detail .sec-post .inner .elem-r .work-item .work-mov {
  width: 100%;
}
.works-detail .sec-post .inner .elem-r .work-item .work-mov video {
  width: 100%;
}
.works-detail .sec-post .inner .elem-r .work-item .work-yt {
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.works-detail .sec-post .inner .elem-r .work-item .work-yt iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.works-detail .sec-post .wrap-works {
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}
.works-detail .sec-post .wrap-works .bg-works {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin-left: auto;
  max-width: calc(100% - 490px);
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.works-detail .sec-post .wrap-works .bg-works .bg-item {
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
}
.works-detail .sec-post .wrap-works .bg-works .bg-item.active {
  opacity: 1;
}
.works-detail .sec-post .wrap-works .bg-works .bg-item img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
}
.works-detail .sec-post .wrap-works .bg-works .bg-item img.tgt-sp {
  display: none;
}
.works-detail .sec-post .box-works-link {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  width: 420px;
}
.works-detail .sec-post .box-works-link.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.works-detail .sec-post .box-works-link .item-works {
  position: relative;
}
.works-detail .sec-post .box-works-link .item-works a.link-works {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  gap: 0 20px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  width: 100%;
}
.works-detail .sec-post .box-works-link .item-works a.link-works span.ttl {
  margin-right: auto;
}
.works-detail .sec-post .box-works-link .item-works a.link-works:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.works-detail .sec-post .box-works-link .item-works a.link-works .txt-data {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  width: 90px;
}
.works-detail .sec-post .box-works-link .item-works a.link-works .txt-data .txt-num {
  font-size: 1.2rem;
}
.works-detail .sec-post .box-works-link .item-works a.link-works .txt-data .txt-cat {
  font-size: 1.2rem;
}

.works#container {
  overflow: hidden;
}
.works.main {
  overflow: visible;
}
.works footer {
  background-color: rgba(255, 255, 255, 0.95);
}
.works .wrap-works {
  height: 100%;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.works .wrap-works .bg-works {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  margin-left: auto;
  max-width: calc(100% - 450px);
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.works .wrap-works .bg-works .bg-item {
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
}
.works .wrap-works .bg-works .bg-item.active {
  opacity: 1;
}
.works .wrap-works .bg-works .bg-item img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
}
.works .wrap-works .bg-works .bg-item img.tgt-sp {
  display: none;
}
.works .sec-post {
  border-bottom: 1px solid #bcbbbb;
  min-height: 100vh;
  padding: 0;
  width: 100vw;
}
.works .sec-post .bg-inner {
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  width: 1100px;
}
.works .sec-post .bg-inner .bg-mv {
  left: -369px;
  max-width: none;
  position: absolute;
  top: 0;
  width: 1924px;
}
.works .sec-post .wrap-works {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.works .sec-post .wrap-works .bg-works {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  margin-left: auto;
  max-width: calc(100% - 450px);
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.works .sec-post .wrap-works .bg-works .bg-item {
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
}
.works .sec-post .wrap-works .bg-works .bg-item.active {
  opacity: 1;
}
.works .sec-post .wrap-works .bg-works .bg-item img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
}
.works .sec-post .box-menu {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  min-height: calc(100vh - 1px);
  overflow: hidden;
  padding: 86px 20px 25px 40px;
  position: absolute;
  top: 0;
  width: 450px;
}
.works .sec-post .box-menu .list-anc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px 0;
  margin-bottom: 38px;
}
.works .sec-post .box-menu .list-anc .item-anc a {
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
.works .sec-post .box-menu .list-anc .item-anc a:hover {
  padding-left: 10px;
}
.works .sec-post .box-menu .list-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px 0;
}
.works .sec-post .box-menu .list-works .item-works {
  position: relative;
}
.works .sec-post .box-menu .list-works .item-works a.link-works {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  gap: 0 20px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  width: 100%;
}
.works .sec-post .box-menu .list-works .item-works a.link-works span.ttl {
  margin-right: auto;
}
.works .sec-post .box-menu .list-works .item-works a.link-works:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.works .sec-post .box-menu .list-works .item-works a.link-works .txt-data {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  width: 90px;
}
.works .sec-post .box-menu .list-works .item-works a.link-works .txt-data .txt-num {
  font-size: 1.2rem;
}
.works .sec-post .box-menu .list-works .item-works a.link-works .txt-data .txt-cat {
  font-size: 1.2rem;
}
.works .sec-catc {
  padding: 560px 0 446px;
}
.works .sec-catc .inner {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.works .sec-catc .inner .elem-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 118px 0;
  padding-top: 18px;
}
.works .sec-catc .inner .elem-l .ttl-catc {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 33px;
}
.works .sec-catc .inner .elem-l .ttl-catc span {
  line-height: 1;
}
.works .sec-catc .inner .elem-l .ttl-catc span.en {
  font-size: 2.4rem;
}
.works .sec-catc .inner .elem-l .ttl-catc span.ja {
  font-size: 1.4rem;
}
.works .sec-catc .inner .elem-r .txt-catc {
  font-size: 1.6rem;
  line-height: 2.5;
}
.works .sec-abou {
  padding: 0 0 205px;
}
.works .sec-abou .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  -webkit-transform: translateX(145px);
  transform: translateX(145px);
}
.works .sec-abou .inner .elem-l {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 50px;
}
.works .sec-abou .inner .elem-l .ttl-sec {
  margin-bottom: 150px;
}
.works .sec-abou .inner .elem-l .txt-abou {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 15px;
}
.works .sec-abou .inner .elem-l .txt-abou-en {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 45px;
}
.works .sec-abou .inner figure {
  width: 630px;
}
.works .sec-serv {
  padding: 0 0 195px;
}
.works .sec-serv .inner {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-transform: translateX(145px);
  transform: translateX(145px);
}
.works .sec-serv .inner .ttl-sec {
  margin-bottom: 180px;
}
.works .sec-serv .inner figure {
  margin-bottom: 32px;
}
.works .sec-serv .inner .list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.works .sec-serv .inner .list-link .item-link {
  border-top: 3px solid #231814;
  padding-top: 6px;
  position: relative;
  width: 33.3333333333%;
}
.works .sec-serv .inner .list-link .item-link a {
  position: relative;
  display: block;
}
.works .sec-serv .inner .list-link .item-link a::after {
  border: 1px solid #595757;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}
.works .sec-serv .inner .list-link .item-link a:hover .box-link::after {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.works .sec-serv .inner .list-link .item-link a .box-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0 0;
  position: relative;
  width: 100%;
}
.works .sec-serv .inner .list-link .item-link a .box-link::before, .works .sec-serv .inner .list-link .item-link a .box-link::after {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 8px;
}
.works .sec-serv .inner .list-link .item-link a .box-link::after {
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  width: 7.5px;
}
.works .sec-serv .inner .list-link .item-link a .box-link span {
  font-size: 2.1rem;
  line-height: 1;
}
.works .sec-news {
  padding: 0 0 250px;
}
.works .sec-news .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  -webkit-transform: translateX(145px);
  transform: translateX(145px);
}
.works .sec-news .inner .elem-l {
  width: 115px;
}
.works .sec-news .inner .elem-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.works .sec-news .inner .elem-r .box-slide {
  position: relative;
  padding-left: 90px;
}
.works .sec-news .inner .elem-r .box-slide::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 90px;
  z-index: 2;
}
.works .sec-news .inner .elem-r .box-slide .swiper-pagination {
  left: 0;
  width: auto;
}
.works .sec-news .inner .elem-r .box-slide .swiper-pagination .swiper-pagination-bullet {
  background: #595757;
  opacity: 1;
}
.works .sec-news .inner .elem-r .box-slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff0000;
}
.works .sec-news .inner .elem-r .list-news {
  z-index: 1;
}
.works .sec-news .inner .elem-r .list-news .item-news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.works .sec-news .inner .elem-r .list-news .item-news a .txt-cat {
  border: 1px solid #595757;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 10px;
}
.works .sec-news .inner .elem-r .list-news .item-news a time {
  font-size: 1.3rem;
  line-height: 1;
}
.works .sec-news .inner .elem-r .list-news .item-news a .ttl-post {
  font-size: 1.3rem;
  line-height: 1;
}
.works .sec-news .inner a.link-all {
  position: relative;
  display: block;
  width: 95px;
}
.works .sec-news .inner a.link-all::after {
  border: 1px solid #595757;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}
.works .sec-news .inner a.link-all:hover .box-link::after {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.works .sec-news .inner a.link-all .box-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0 0;
  position: relative;
  width: 100%;
}
.works .sec-news .inner a.link-all .box-link::before, .works .sec-news .inner a.link-all .box-link::after {
  background-color: #f00;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 8px;
}
.works .sec-news .inner a.link-all .box-link::after {
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  width: 7.5px;
}
.works .sec-news .inner a.link-all .box-link span {
  font-size: 1.3rem;
  line-height: 1;
}
.works .sec-clie {
  padding: 0 0 265px;
}
.works .sec-clie .inner {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-transform: translateX(145px);
  transform: translateX(145px);
}
.works .sec-clie .inner .ttl-sec {
  margin-bottom: 140px;
}
.works .sec-clie .inner .list-clie {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 110px 0;
}
.works .sec-clie .inner .list-clie .item-clie {
  text-align: center;
  width: 16.6666666667%;
}
@media screen and (max-width: 736px) {
  html {
    font-size: 50%;
  }
  dt, dd {
    font-size: 50%;
  }
  .cms-content h1,
  .cms-content h2 {
    font-size: 18px;
  }
  .cms-content h3 {
    font-size: 16px;
  }
  .cms-content h4 {
    font-size: 13px;
  }
  .cms-content li {
    font-size: 13px;
  }
  .cms-content p {
    font-size: 13px;
  }
  .pager .page-numbers {
    font-size: 13px;
    margin: 0 5px;
    padding: 0 5px;
  }
  .pager .page-numbers:after {
    width: 100%;
  }
  .pager .page-numbers.dots {
    font-size: 10px;
    padding: 0;
  }
  .pager .page-numbers.prev {
    display: none;
  }
  .pager .page-numbers.next {
    display: none;
  }
  .pager .page-numbers.next:before {
    width: 100%;
  }
  .form input,
  .form select,
  .form textarea {
    font-size: 16px;
  }
  .form input[type=text],
  .form input[type=email],
  .form textarea {
    padding: 10px;
  }
  .form textarea {
    height: 200px;
  }
  .form label {
    display: block;
    padding-right: 1em;
    padding-bottom: 10px;
  }
  .form .half {
    width: 100%;
  }
  .form .small {
    width: 27%;
  }
  .form .error {
    font-size: 12px;
  }
  .form .mwform-radio-field {
    margin-top: 0;
  }
  .text-center-large {
    text-align: left;
  }
  .text-center-small {
    text-align: center;
  }
  .text-right-large {
    text-align: left;
  }
  .text-right-small {
    text-align: right;
  }
  .content-primary {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
  .content-secondary {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
  .content-grid {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .content-gridline {
    margin-right: 40px;
    margin-left: 40px;
    max-width: initial;
    width: auto;
  }
  .content-gridsecondary {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .content-gridmax {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .tgt-pc {
    display: none;
  }
  .tgt-sp {
    display: block;
  }
  .dl-side dt, .dl-side dd {
    float: none;
  }
  .dl-side dt {
    width: 100%;
  }
  .dl-side dd {
    width: 100%;
  }
  .dl-side.-column3-7 dt {
    width: 100%;
  }
  .dl-side.-column3-7 dd {
    width: 100%;
  }
  .dl-side.-column4-6 dt {
    width: 100%;
  }
  .dl-side.-column4-6 dd {
    width: 100%;
  }
  .dl-side.-half dt {
    width: 100%;
  }
  .dl-side.-half dd {
    width: 100%;
  }
  .block {
    display: inline-block;
  }
  .grid > [class*=column] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid > .column1 {
    width: 50%;
  }
  .grid > .column2 {
    width: 50%;
  }
  .grid > .column3 {
    width: 50%;
  }
  .grid > .column4 {
    width: 100%;
  }
  .grid > .column4:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .grid > .column5 {
    width: 100%;
  }
  .grid > .column5:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .grid > .column6 {
    width: 100%;
  }
  .grid > .column6:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .grid > .column7 {
    width: 100%;
  }
  .grid > .column7:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .grid > .column8 {
    width: 100%;
  }
  .grid > .column8:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .grid > .column9 {
    width: 100%;
  }
  .grid > .column9:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .grid > .column10 {
    width: 100%;
  }
  .grid > .column10:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .grid > .column11 {
    width: 100%;
  }
  .grid > .column11:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .grid > .column12 {
    width: 100%;
  }
  .grid > .column12:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .grid.-line > [class*=column] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid.-line > [class*=column]:not(:first-child) {
    border-top: 1px solid #cccccc;
    border-left: 0;
  }
  .grid.-nest {
    margin-right: -10px;
    margin-left: -10px;
  }
  .hamburger {
    height: 25px;
    right: 20px;
    top: 30px;
    width: 25px;
  }
  .hamburger > .icon {
    width: 25px;
    height: 5px;
  }
  .hamburger.nav-open > .icon:nth-child(1), .hamburger.nav-open > .icon:nth-child(2) {
    top: 0;
  }
  .hamburger:hover {
    opacity: 1;
  }
  .loading .progress {
    width: 200px;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  body.fixed {
    overflow: hidden;
  }
  .box-link .link .line {
    width: 170px;
  }
  .box-link .link .txt {
    font-size: 14px;
    padding: 1em 0 1em 185px;
  }
  .box-btn {
    text-align: center;
  }
  .box-btn .link {
    display: inline-block;
    height: auto;
    width: auto;
  }
  .box-btn .link .txt {
    display: block;
    font-size: 14px;
    padding: 12px 40px 12px 30px;
  }
  .box-btn .link .arr {
    width: 50px;
    height: 7px;
  }
  .box-btn .link .arr .img-arr, .box-btn .link .arr .img-arr2 {
    width: 50px;
    height: 7px;
  }
  .box-btn.right .link {
    margin: 0 auto;
  }
  #loader .inner {
    height: 40px;
  }
  .bg-box .bg-inner {
    max-width: 1100px;
    width: 100%;
  }
  .header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px;
  }
  .header .logo {
    width: 135px;
  }
  .header nav .gnav .box-nav .inner-nav {
    background: url(../images/common/bg_nav-sp.png) bottom right/cover no-repeat !important;
  }
  .header nav .gnav .box-nav .elem-nav {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin: 0 70px 0 20px;
    max-width: 100%;
    padding: 120px 0 40px !important;
  }
  .header nav .gnav .box-nav .list-nav {
    gap: 25px 0;
  }
  .header nav .gnav .box-nav .list-nav .item-nav a {
    font-size: 1.9rem;
  }
  .sec-chap {
    padding: 26px 10px 40px;
  }
  .sec-entry-btn {
    border-radius: 20px 20px 0 0;
    padding: 60px 17px 0;
  }
  .sec-entry-btn .inner {
    padding-bottom: 100px;
    width: 100%;
  }
  .sec-entry-btn .inner .ttl-entry {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .sec-entry-btn .inner .list-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
  .sec-entry-btn .inner .list-btn .item-btn a {
    font-size: 16px;
    padding: 20px 0;
    width: 100%;
  }
  .footer {
    padding: 100px 10px 80px;
  }
  .footer .logo {
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    top: 35px;
    visibility: visible;
    width: 135px;
  }
  .footer .inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
  .footer .inner .elem-l {
    gap: 60px 0;
  }
  .footer .inner .elem-copy {
    margin-left: auto;
  }
  .about .sec-abou {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .about .sec-abou .inner {
    padding: 80px 10px 0;
  }
  .about .sec-abou .inner .ttl-inn {
    margin-bottom: 60px;
  }
  .about .sec-abou .inner .box-data {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
  .about .sec-abou .inner .box-data .elem-l {
    width: 100%;
  }
  .about .sec-abou .inner .box-data .elem-r {
    margin-top: 0;
  }
  .about .sec-abou .inner .box-data .elem-r dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em 0;
  }
  .about .sec-abou .inner .box-data .elem-r dl:not(:last-child) {
    margin-bottom: 2em;
  }
  .contact .ttl-sec {
    gap: 10px;
  }
  .contact .ttl-sec span {
    letter-spacing: 0.02em;
  }
  .contact .ttl-sec span.en {
    letter-spacing: 0.02em;
  }
  .contact .sec-form {
    padding: 90px 15px 70px;
  }
  .contact .sec-form .ttl-sec {
    margin-bottom: 25px;
  }
  .contact .sec-form .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 30px 0;
  }
  .contact .sec-form .inner .elem-l {
    border-bottom: 1px solid #1a1a1a;
    border-right: 0;
    padding: 0;
    width: 100%;
  }
  .contact .sec-form .inner .elem-l .txt-form {
    margin-bottom: 18px;
  }
  .contact .sec-form .inner .elem-l .txt-caution {
    margin-bottom: 15px;
  }
  .contact .sec-form .inner .elem-l .img-form {
    display: block;
    margin: 0 auto 30px;
    width: 25.72%;
  }
  .contact .sec-form .inner .elem-form {
    border-bottom: 1px solid #1a1a1a;
    min-width: auto;
  }
  .contact .sec-form .inner .elem-form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px 0;
    padding: 0 0 40px;
  }
  .contact .sec-form .inner .elem-form dl dt {
    font-size: 1.6rem;
    width: 100%;
  }
  .contact .sec-form .inner .elem-form dl dt .txt-form {
    font-size: 1.6rem;
  }
  .contact .sec-form .inner .elem-form dl dt .txt-req, .contact .sec-form .inner .elem-form dl dt .txt-any {
    font-size: 1.4rem;
  }
  .contact .sec-form .inner .elem-form dl dd {
    width: 100%;
  }
  .contact .sec-form .inner .elem-form dl.dl-p-check {
    margin-top: -45px;
  }
  .contact .sec-form .inner .elem-form dl.dl-btn {
    margin-top: -40px;
  }
  .contact .sec-form .inner .elem-form input[type=text], .contact .sec-form .inner .elem-form input[type=email], .contact .sec-form .inner .elem-form textarea {
    font-size: 1.6rem;
    padding: 13px 10px 13px 10px;
  }
  .contact .sec-form .inner .elem-form textarea {
    height: 8em;
  }
  .contact .sec-form .inner .elem-form .mwform-tel-field input {
    width: 28%;
  }
  .contact .sec-form .inner .elem-form .box-check-privacy span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text {
    font-size: 1.6rem;
  }
  .contact .sec-form .inner .elem-form .txt-label {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    margin: 0;
  }
  .contact .sec-form .inner .elem-form .box-check span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text {
    font-size: 1.6rem;
  }
  .contact .sec-form .inner .elem-form .box-radio span.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
    font-size: 1.6rem;
  }
  .contact .sec-form .inner .elem-form .box-btn {
    gap: 0 20px;
  }
  .contact .sec-form .inner .elem-form .box-btn button:hover::before {
    right: -20px;
  }
  .contact .sec-form .inner .box-tel .link-tel {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  .contact .sec-form .inner .box-tel .link-tel img {
    margin: 4px 5px 0 0;
  }
  .contact .sec-form .inner .box-tel .txt-fax {
    display: block;
    text-align: center;
  }
  .home .sec-mv {
    min-height: 100svh;
    height: auto;
  }
  .home .sec-mv .bg-inner {
    max-width: 1100px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    width: 100vw;
    display: none;
  }
  .home .sec-mv .bg-inner .bg-mv {
    left: auto;
    right: 0;
    top: 60px;
    width: 100%;
  }
  .home .sec-mv .wrap-works .bg-works {
    max-width: 100% !important;
  }
  .home .sec-mv .wrap-works .bg-works .bg-item {
    height: 100%;
  }
  .home .sec-mv .wrap-works .bg-works .bg-item::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .home .sec-mv .wrap-works .bg-works .bg-item img.tgt-pc {
    display: none;
  }
  .home .sec-mv .wrap-works .bg-works .bg-item img.tgt-sp {
    display: block;
  }
  .home .sec-mv .box-menu {
    background-color: transparent;
    min-height: auto;
    padding: 120px 10px 30px;
    width: 100%;
    z-index: 1;
  }
  .home .sec-mv .box-menu .list-anc {
    display: none;
  }
  .home .sec-mv .box-menu .list-works .item-works a.link-works.active {
    padding-left: 10px;
    color: #ffffff;
  }
  .home .sec-catc {
    padding: 80px 10px 180px;
  }
  .home .sec-catc .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px 0;
  }
  .home .sec-catc .inner .elem-l {
    gap: 60px 0;
    padding-top: 0;
  }
  .home .sec-catc .inner .elem-l .ttl-catc span.en {
    width: 140px;
  }
  .home .sec-abou {
    padding: 0 10px 120px;
  }
  .home .sec-abou .inner .elem-l {
    padding-top: 0;
  }
  .home .sec-abou .inner .elem-l .ttl-sec {
    margin-bottom: 30px;
  }
  .home .sec-abou .inner .elem-l .box-btn {
    margin-left: auto;
  }
  .home .sec-abou .inner figure {
    margin: 0 auto 40px;
    width: 100%;
  }
  .home .sec-serv {
    padding: 0 10px 120px;
  }
  .home .sec-serv .inner .ttl-sec {
    margin-bottom: 40px;
  }
  .home .sec-serv .inner figure {
    display: none;
  }
  .home .sec-serv .inner .list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
  .home .sec-serv .inner .list-link .item-img {
    margin-bottom: -20px;
  }
  .home .sec-serv .inner .list-link .item-link {
    width: 100%;
  }
  .home .sec-news {
    padding: 0 10px 120px;
  }
  .home .sec-news .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px 0;
  }
  .home .sec-news .inner .elem-l {
    width: 100%;
  }
  .home .sec-news .inner .elem-r {
    width: 100%;
  }
  .home .sec-news .inner .elem-r .box-slide {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .home .sec-news .inner .elem-r .box-slide::before {
    content: none;
  }
  .home .sec-news .inner .elem-r .box-slide .swiper-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
  .home .sec-news .inner a.link-all {
    margin-left: auto;
  }
  .home .sec-clie {
    padding: 0 10px 120px;
  }
  .home .sec-clie .inner .ttl-sec {
    margin-bottom: 40px;
  }
  .home .sec-clie .inner .list-clie {
    gap: 30px 0;
  }
  .home .sec-clie .inner .list-clie .item-clie {
    width: 33.3333333333%;
  }
  .home .sec-clie .inner .list-clie .item-clie img {
    max-width: 80px;
  }
  .news-detail .ttl-sec {
    gap: 10px;
  }
  .news-detail .ttl-sec span {
    letter-spacing: 0.02em;
  }
  .news-detail .ttl-sec span.en {
    letter-spacing: 0.02em;
  }
  .news-detail .sec-post {
    padding: 60px 0 80px;
    margin: 0 auto 60px;
  }
  .news-detail .sec-post .inner {
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
  .news-detail .sec-post .inner .box-post {
    max-width: 100%;
  }
  .news-detail .ttl-head {
    padding: 0 20px;
  }
  .news-detail .elem-ex {
    font-size: 14px;
    padding: 0 20px;
  }
  .news-detail .elem-cont {
    padding: 0 20px;
  }
  .news-detail .elem-contact {
    border-radius: 0;
    margin: 35px auto 40px;
    padding: 25px 20px 30px;
  }
  .news-detail .elem-contact .txt-cont {
    width: 100%;
    line-height: 1.45;
  }
  .news-detail .elem-staff {
    margin: 0 20px;
  }
  .news-detail .elem-staff .elem-photo {
    margin-bottom: 20px;
  }
  .news-detail .elem-staff figure {
    height: 70px;
    width: 70px;
  }
  .news-detail .elem-staff .elem-txt {
    padding-left: 0;
  }
  .news-detail aside.as-post {
    display: none;
  }
  .news .ttl-sec {
    gap: 10px;
  }
  .news .ttl-sec span {
    letter-spacing: 0.02em;
  }
  .news .ttl-sec span.en {
    letter-spacing: 0.02em;
  }
  .news .sec-post {
    padding: 60px 20px 80px;
  }
  .news > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news > .inner .box-post {
    max-width: 100%;
  }
  .news .list-cat {
    display: none;
  }
  .news .list-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
  .news .list-post .item-post {
    width: 100%;
  }
  .privacy .ttl-sec {
    gap: 10px;
    margin-bottom: 30px;
  }
  .privacy .ttl-sec span {
    letter-spacing: 0.02em;
  }
  .privacy .ttl-sec span.en {
    letter-spacing: 0.02em;
  }
  .privacy .sec-priv {
    padding: 40px 20px 80px;
  }
  .privacy .sec-priv .inner .txt-priv, .privacy .sec-priv .inner .txt-add {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .privacy .sec-priv .inner .txt-last {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .privacy .sec-priv .inner ol {
    padding-left: 10px;
  }
  .privacy .sec-priv .inner ol li {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .privacy .sec-priv .inner ol.ol-priv-in, .privacy .sec-priv .inner ol.ol-priv-in-in {
    margin-bottom: 10px;
  }
  .privacy .sec-priv .inner .ttl-priv {
    font-size: 16px;
    letter-spacing: 0.03em;
    margin: 30px 0 10px;
  }
  .recruit .sec-recruit {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .recruit .sec-recruit .inner {
    padding: 80px 10px 0;
  }
  .recruit .sec-recruit .inner .ttl-inn {
    margin-bottom: 60px;
  }
  .recruit .sec-recruit .inner .box-data {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
  .recruit .sec-recruit .inner .box-data .elem-l {
    width: 100%;
  }
  .recruit .sec-recruit .inner .box-data .elem-r {
    margin-top: 0;
  }
  .service .sec-serv {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .service .sec-serv .inner {
    padding: 80px 10px 0;
  }
  .service .sec-serv .inner .ttl-inn {
    margin-bottom: 60px;
  }
  body.works-detail {
    visibility: visible;
  }
  .works-detail .sec-post {
    padding: 0 10px 120px;
  }
  .works-detail .sec-post .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px 0 !important;
  }
  .works-detail .sec-post .inner .elem-l {
    padding: 80px 0 0;
    position: relative;
    width: 100%;
  }
  .works-detail .sec-post .inner .elem-l .entry-content-wrapper {
    padding-bottom: 60px;
  }
  .works-detail .sec-post .inner .elem-l .entry-content-wrapper .entry-content::after {
    padding-left: 0;
    width: 1em;
  }
  .works-detail .sec-post .inner .elem-r figure {
    visibility: visible;
  }
  .works-detail .sec-post .wrap-works .bg-works {
    max-width: 100% !important;
  }
  .works-detail .sec-post .wrap-works .bg-works .bg-item::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .works-detail .sec-post .wrap-works .bg-works .bg-item img.tgt-pc {
    display: none;
  }
  .works-detail .sec-post .wrap-works .bg-works .bg-item img.tgt-sp {
    display: block;
  }
  .works-detail .sec-post .box-works-link {
    background-color: transparent !important;
    padding-top: 30px;
    width: 100% !important;
  }
  .works-detail .sec-post .box-works-link .item-works a.link-works.active {
    padding-left: 10px;
    color: #ffffff;
  }
  .works.main {
    padding-bottom: 100px;
  }
  .works .wrap-works .bg-works {
    max-width: 100% !important;
  }
  .works .wrap-works .bg-works .bg-item::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .works .wrap-works .bg-works .bg-item img.tgt-pc {
    display: none;
  }
  .works .wrap-works .bg-works .bg-item img.tgt-sp {
    display: block;
  }
  .works .sec-post {
    height: auto;
  }
  .works .sec-post .bg-inner {
    max-width: 1100px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    width: 100vw;
    position: fixed;
  }
  .works .sec-post .bg-inner .bg-mv {
    left: auto;
    right: 0;
    top: 60px;
    width: 100%;
  }
  .works .sec-post .wrap-works .bg-works {
    max-width: 100% !important;
  }
  .works .sec-post .wrap-works .bg-works .bg-item::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .works .sec-post .box-menu {
    background-color: transparent;
    padding: 80px 10px 100vh;
    padding: 80px 10px 100px;
    width: 100%;
    z-index: 1;
    min-height: auto;
  }
  .works .sec-post .box-menu .list-works .item-works a.link-works.active {
    padding-left: 10px;
    color: #ffffff;
  }
  .works .sec-catc {
    padding: 80px 10px 180px;
  }
  .works .sec-catc .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px 0;
  }
  .works .sec-catc .inner .elem-l {
    gap: 60px 0;
    padding-top: 0;
  }
  .works .sec-abou {
    padding: 0 10px 120px;
  }
  .works .sec-abou .inner .elem-l {
    padding-top: 0;
  }
  .works .sec-abou .inner .elem-l .ttl-sec {
    margin-bottom: 30px;
  }
  .works .sec-abou .inner .elem-l .box-btn {
    margin-left: auto;
  }
  .works .sec-abou .inner figure {
    margin: 0 auto 40px;
    width: 100%;
  }
  .works .sec-serv {
    padding: 0 10px 120px;
  }
  .works .sec-serv .inner .ttl-sec {
    margin-bottom: 40px;
  }
  .works .sec-serv .inner .list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
  .works .sec-serv .inner .list-link .item-link {
    width: 100%;
  }
  .works .sec-news {
    padding: 0 10px 120px;
  }
  .works .sec-news .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px 0;
  }
  .works .sec-news .inner .elem-l {
    width: 100%;
  }
  .works .sec-news .inner .elem-r {
    width: 100%;
  }
  .works .sec-news .inner .elem-r .box-slide {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .works .sec-news .inner .elem-r .box-slide::before {
    content: none;
  }
  .works .sec-news .inner .elem-r .box-slide .swiper-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
  .works .sec-news .inner a.link-all {
    margin-left: auto;
  }
  .works .sec-clie {
    padding: 0 10px 120px;
  }
  .works .sec-clie .inner .ttl-sec {
    margin-bottom: 40px;
  }
  .works .sec-clie .inner .list-clie {
    gap: 30px 0;
  }
  .works .sec-clie .inner .list-clie .item-clie {
    width: 33.3333333333%;
  }
  .works .sec-clie .inner .list-clie .item-clie img {
    max-width: 80px;
  }
}
@media screen and (min-width: 737px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (max-height: 887px) {
  .header nav .gnav .box-nav .inner-nav {
    background: url(../images/common/bg_nav.png) bottom right/100% auto no-repeat;
  }
}
@media screen and (max-height: 723px) {
  .header nav .gnav .box-nav .elem-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 80px 0 60px;
  }
}
@media screen and (min-width: 1900px) {
  .footer .logo {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1300px) {
  .home .sec-mv .wrap-works .bg-works {
    max-width: calc(100% - 380px);
  }
  .home .sec-mv .box-menu {
    width: 380px;
  }
  .home .sec-catc .inner {
    max-width: 995px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .home .sec-abou .inner {
    max-width: 995px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .home .sec-serv .inner {
    max-width: 995px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .home .sec-news .inner {
    max-width: 995px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .home .sec-clie .inner {
    max-width: 995px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .works-detail .sec-post .inner {
    gap: 0 15.62%;
  }
  .works-detail .sec-post .wrap-works .bg-works {
    max-width: calc(100% - 420px);
  }
  .works-detail .sec-post .box-works-link {
    width: 350px;
  }
  .works .wrap-works .bg-works {
    max-width: calc(100% - 380px);
  }
  .works .sec-post .wrap-works .bg-works {
    max-width: calc(100% - 380px);
  }
  .works .sec-post .box-menu {
    width: 380px;
  }
  .works .sec-abou .inner {
    max-width: 995px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .works .sec-serv .inner {
    max-width: 995px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .works .sec-news .inner {
    max-width: 995px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .works .sec-clie .inner {
    max-width: 995px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*# sourceMappingURL=main.css.map */
