@charset "UTF-8";
:where(html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video) {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:where(article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,img,svg,video,canvas,audio,iframe,embed,object) {
  display: block;
}

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

:where(button) {
  border: none;
  background: none;
}

:where(ul,ol,summary) {
  list-style: none;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(:-webkit-any-link,button,[type=button],[type=reset],[type=submit],label[for],select,summary,[role=tab],[role=button]) {
  cursor: pointer;
}

:where(:-moz-any-link,button,[type=button],[type=reset],[type=submit],label[for],select,summary,[role=tab],[role=button]) {
  cursor: pointer;
}

:where(:any-link,button,[type=button],[type=reset],[type=submit],label[for],select,summary,[role=tab],[role=button]) {
  cursor: pointer;
}

:where(img,picture,svg) {
  max-inline-size: 100%;
  block-size: auto;
  width: 100%;
  height: auto;
}

:where(input,select,button,textarea) {
  color: #333;
  font-family: inherit;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

:where(button,[type=button],[type=reset],[type=submit]) {
  touch-action: manipulation;
}

:where(label) {
  display: inline-flex;
  align-items: center;
}

:where(input:-webkit-autofill,textarea:-webkit-autofill) {
  box-shadow: 0 0 0 1000px #fff inset;
}

:where(select)::-ms-expand {
  display: none;
}

:where(input)::-webkit-input-placeholder {
  color: #b6bcc4;
}

:where(input)::-moz-placeholder {
  color: #b6bcc4;
}

:where(input):-ms-input-placeholder {
  color: #b6bcc4;
}

:where(input)::placeholder {
  color: #b6bcc4;
}

:where(input) ::-ms-input-placeholder {
  color: #b6bcc4;
}

:where(input) :-ms-input-placeholder {
  color: #b6bcc4;
}

:where(input)[type=radio],
:where(input)[type=checkbox] {
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Nohemi-Light";
  src: url("/assets/fonts/Nohemi-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nohemi-Regular";
  src: url("/assets/fonts/Nohemi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nohemi-Medium";
  src: url("/assets/fonts/Nohemi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

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

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

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

.u-pt40 {
  padding-top: 40px !important;
}

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

.u-pr40 {
  padding-right: 40px !important;
}

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

.u-pb40 {
  padding-bottom: 40px !important;
}

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

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

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

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.leading-trim {
  margin-block: var(--leading-trim);
}

html {
  overflow-y: scroll;
}

html.no-scroll {
  overflow: hidden;
}

body {
  color: #000;
  font-size: 16px;
  line-height: 1.8125;
  font-family: "Zen Kaku Gothic New",sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

body:not(#page_index) .l-header {
  transition: .5s .5s;
  translate: 0 -100%;
}

body:not(#page_index) .l-header.is-load {
  translate: 0 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a.no-link {
  pointer-events: none;
  cursor: default;
}

.en {
  font-family: "Nohemi-Regular";
}

.en.-light {
  font-family: "Nohemi-Light";
}

.en.-medium {
  font-family: "Nohemi-Medium";
}

.-spOnly {
  display: none;
}

.sec-in {
  width: 1100px;
  margin-inline: auto;
}

.sec-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 365px 1fr;
  grid-template-columns: 365px 1fr;
}

.l-wrapper {
  overflow: hidden;
}

.l-bg {
  -webkit-backdrop-filter: blur(6px) brightness(130%);
  backdrop-filter: blur(6px) brightness(130%);
  background: rgba(255,255,255,.7);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.l-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 3px 15px rgba(0, 40, 150, 0.15));
  filter: drop-shadow(0px 3px 15px rgba(0, 40, 150, 0.15));
}

.l-header__logo {
  position: relative;
  z-index: 101;
  width: 170px;
  transition: .3s;
}

.l-header__btn {
  margin-left: auto;
  margin-right: 5.8666666667vw;
}

.l-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
}

.l-nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.l-nav__link {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  transition: .3s;
}

.l-nav__link.is-current {
  color: #0a85ff;
}

.l-nav__cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.l-menu {
  display: none;
}

.l-contact {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 141, 255) 100%);
}

.l-contact a {
  position: relative;
  padding: 90px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.l-contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -150% -50%;
  width: 100vw;
  height: 100%;
  background: #0a85ff;
  transition: .3s;
  z-index: -1;
}

.l-contact__txt {
  margin-top: 60px;
  transition: .3s;
}

.l-footer {
  background: #f8f8f8;
  padding: 120px 0 15px;
}

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

.l-footer__logo>span {
  display: block;
}

.l-footer__logo .logo {
  width: 180px;
}

.l-footer__logo .name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 50px;
}

.l-footer__address {
  margin-top: 15px;
  font-size: 13px;
}

.l-footer__tel {
  margin-top: 15px;
  font-size: 13px;
}

.l-footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.l-footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 80px;
  width: 730px;
  white-space: nowrap;
}

.l-footer__list li>a {
  transition: .3s;
}

.l-footer__list li>a .ja .txt {
  color: #000;
}

.l-footer__banner {
  margin-top: 50px;
  width: 730px;
  margin-left: auto;
  transition: .3s;
}

.l-footer__btn {
  width: 180px;
  height: 40px;
  margin-left: auto;
  margin-top: auto;
}

.l-footer__btn .c-btnStyle1 {
  border-color: #000;
}

.l-footer__btn .c-btnStyle1 .txt {
  color: #000;
  font-size: 14px;
}

.l-footer__btn .c-btnStyle1 .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 10px;
  transition: .3s;
}

.l-footer__btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 85px;
  font-size: 12px;
  color: #727272;
}

.c-btnStyle1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 60px;
  line-height: 1;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
}

.c-btnStyle1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -150% -50%;
  background: #0a85ff;
  width: 120%;
  height: 120%;
  transition: .3s;
  z-index: -1;
}

.c-btnStyle1::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #0a85ff;
  border-radius: 60px;
}

.c-btnStyle1 .txt {
  position: relative;
  left: -7px;
  font-size: 19px;
  color: #0a85ff;
  transition: .3s;
}

.c-btnStyle1 .c-btnObject {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}

.c-btnStyle1 .c-btnObject .icon svg {
  stroke: #fff;
}

.c-btnStyle1.-cta {
  width: 150px;
  height: 40px;
  border-radius: 24px;
  font-size: 14px;
  color: #000;
}

.c-btnStyle1.-cta.-recruit {
  padding-top: 5px;
  font-size: 16px;
  letter-spacing: .04em;
  color: #fff;
  background: #0a85ff;
  transition: .3s;
}

.c-btnStyle1.-cta.-recruit::before {
  background: #fff;
}

.c-btnStyle1.-cta.-contact {
  border: 1px solid #000;
  transition: .3s;
}

.c-btnStyle1.-cta.-contact::after {
  display: none;
}

.c-btnStyle1.-border {
  background: rgba(0,0,0,0);
  border: 1px solid #fff;
}

.c-btnStyle1.-more .c-btnObject .icon {
  rotate: 90deg;
  left: 0;
}

.c-btnStyle1.-prev .txt {
  left: 7px;
}

.c-btnStyle1.-prev .c-btnObject {
  right: auto;
  left: 20px;
  scale: -1 1;
}

.c-btnStyle1.-gray {
  background: #cecece;
}

.c-btnStyle1.-gray::after {
  display: none;
}

.c-btnStyle1.-gray .txt {
  color: #fff;
}

.c-btnStyle1.-white .txt {
  color: #fff;
}

.c-btnObject {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100vmax;
  transition: .3s;
}

.c-btnObject .icon {
  position: relative;
  left: 1px;
  width: 15px;
  height: 15px;
}

.c-btnObject .icon svg {
  width: 100%;
  height: 100%;
  stroke: #0a85ff;
  transition: .3s;
}

.c-btnObject.-sm {
  width: 40px;
  height: 40px;
}

.c-btnObject.-lg {
  width: 90px;
  height: 90px;
}

.c-btnObject.-border {
  border: 1px solid #0a85ff;
}

.c-btnObject.-blue {
  background: #0a85ff;
}

.c-btnObject.-blue .icon svg {
  stroke: #fff;
}

.c-btnObject.-white {
  background: #fff;
}

.c-btnObject.-white .icon svg {
  stroke: #0a85ff;
}

.c-btnObject.-contact {
  background: rgba(0,0,0,0);
  border-color: #000;
}

.c-btnObject.-contact .icon svg {
  stroke: #000;
}

input,
select,
textarea {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 4px 15px;
  background: #fff;
  border: 1px solid #8b8b8b;
  border-radius: 3px;
}

input.myError,
select.myError,
textarea.myError {
  color: #d90000;
  border: 1px solid #e59a9a;
  background: #ffebeb;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

input[type=checkbox]+.input_checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #0a85ff;
}

input[type=checkbox]:checked+.input_checkbox:after,
input[type=checkbox]:checked+.input_checkbox:before {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #0a85ff;
  position: absolute;
}

input[type=checkbox]:checked+.input_checkbox:before {
  width: 40%;
  top: 52%;
  left: 10%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked+.input_checkbox:after {
  width: 65%;
  top: 45%;
  left: 28%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=radio]+.input_radio {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #000;
}

input[type=radio]:checked+.input_radio::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0a85ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

textarea {
  resize: none;
  height: 232px;
  padding: 15px 15px;
  overflow-y: scroll;
}

textarea::-webkit-input-placeholder {
  color: #b6bcc4;
}

textarea::-moz-placeholder {
  color: #b6bcc4;
}

textarea:-ms-input-placeholder {
  color: #b6bcc4;
}

textarea::placeholder {
  color: #b6bcc4;
}

.myError:not(input,select,textarea) {
  color: #d90000;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
}

.selectBox {
  position: relative;
}

.selectBox:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.selectBox.birthyear {
  width: 100px;
}

.selectBox.birthmonth,
.selectBox.birthdate,
.selectBox.age {
  width: 80px;
}

.selectBox.prefecture {
  width: 180px;
}

.contact {
  padding: 100px 0 160px;
}

.contact.-check dd {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}

.contact .post {
  width: 120px;
}

.contact .require {
  color: #d90000;
  font-size: 13px;
  vertical-align: top;
  padding-left: 3px;
}

.contact__inner {
  width: 90%;
  max-width: 1012px;
  margin: 0 auto;
}

.contact__txt {
  font-size: 14px;
  line-height: 2;
}

.contact__box {
  border-radius: 10px;
  margin-top: 53px;
}

.contact__tit {
  border-bottom: 1px solid #dedede;
}

.contact__tit span {
  position: relative;
  display: inline-block;
  font-size: 23px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New",sans-serif;
  color: #0a85ff;
  padding-bottom: 10px;
}

.contact__tit span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}

.contact__tit span::after {
  background: #0a85ff;
}

.contact__item dl:nth-child(n+2) {
  margin-top: 32px;
}

.contact__item dl dt {
  font-size: 16px;
  font-weight: 500;
}

.contact__item dl dd .subtit {
  display: block;
  width: 210px;
}

.contact__item dl dd .comment {
  font-size: 12px;
}

.contact__item dl dd .name,
.contact__item dl dd .furigana,
.contact__item dl dd .post,
.contact__item dl dd .birth,
.contact__item dl dd .age,
.contact__item dl dd .sex,
.contact__item dl dd .addr {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.contact__item dl dd .name .firstName,
.contact__item dl dd .name .lastName,
.contact__item dl dd .name .firstFurigana,
.contact__item dl dd .name .lastFurigana,
.contact__item dl dd .furigana .firstName,
.contact__item dl dd .furigana .lastName,
.contact__item dl dd .furigana .firstFurigana,
.contact__item dl dd .furigana .lastFurigana {
  width: 100%;
}

.contact__item dl dd .addr__inner {
  width: 100%;
}

.contact__btm {
  margin-top: 68px;
}

.contact__btm form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 64px;
}

.contact__btm form .contact__btn {
  margin: 0;
}

.contact__privacy--tit {
  font-size: 18px;
  font-weight: 500;
}

.contact__privacyBox--txt {
  margin-top: 24px;
  font-size: 14px;
}

.contact__privacyBox--txt a {
  text-decoration: underline;
}

.contact__privacyBox--txt a:hover {
  text-decoration: none;
}

.contact__agreeBox {
  margin-top: 12px;
  color: #000;
}

.contact__agreeBox span {
  font-weight: 500;
}

.contact__agreeBox span>a {
  color: #0a85ff;
  text-decoration: underline;
}

.contact__btn {
  width: 350px;
  height: 80px;
  margin: 55px auto 0;
}

.contact__thanks {
  padding: 280px 0 130px;
}

.contact__thanks--txt {
  font-weight: 500;
  text-align: center;
}

.secInfo {
  padding-top: 100px;
}

.secInfo__list {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.secInfo__items {
  text-align: center;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 35px 0;
}

.secInfo__items--cate {
  font-size: 21px;
  font-weight: bold;
  color: #0a85ff;
  line-height: 1.2857142857;
}

.secInfo__items--tel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 67px 15px 1fr;
  grid-template-columns: 67px 1fr;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.secInfo__items--tel .tit {
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #969696;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
}

.secInfo__items--tel .num {
  text-align: left;
  line-height: 1;
  font-size: 19px;
  font-weight: 500;
}

.secInfo__items--tel .num .strong {
  display: block;
  font-size: 37px;
  margin-bottom: 6px;
}

.sec-form select {
  border-radius: 30px;
}

.sec-form select.is-complete,
.sec-form input.is-complete,
.sec-form textarea.is-complete {
  border-color: #0a85ff;
}

.sec-form .selectBox::before {
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  right: 21px;
  border-color: #fff;
  z-index: 2;
}

.sec-form .selectBox::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 13px;
  width: 22px;
  height: 22px;
  border-radius: 100vmax;
  background: #0a85ff;
}

.sec-form__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.sec-form__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 6px;
  grid-template-columns: 1fr 6px;
  align-items: center;
  gap: 12px;
  color: #0a85ff;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #0a85ff;
}

.sec-form dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 1fr;
  grid-template-columns: 270px 1fr;
  border-bottom: 1px solid #cecece;
  padding-bottom: 30px;
}

.sec-form dl dt {
  padding-top: 10px;
}

.sec-form__txt {
  font-size: 16px;
  font-weight: 500;
  margin-top: 80px;
}

.sec-form__txt .red {
  color: #ff003b;
}

.sec-form__txt .note {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.c-headingStyle1 {
  line-height: 1;
}

.c-headingStyle1 span {
  display: block;
}

.c-headingStyle1 .ja {
  position: relative;
}

.c-headingStyle1 .ja .txt {
  font-size: 15px;
  font-weight: 500;
  color: #0a85ff;
  padding-left: 18px;
  transition: .3s;
}

.c-headingStyle1 .ja .obj {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  border: 3px solid #0a85ff;
  border-radius: 3px;
  transition: .3s;
}

.c-headingStyle1 .en {
  font-size: 66px;
  color: #000;
  margin-top: 15px;
  letter-spacing: .016em;
  transition: .3s;
}

.c-headingStyle1.-lg .ja .txt {
  font-size: 20px;
}

.c-headingStyle1.-lg .ja .obj {
  width: 12px;
  height: 12px;
}

.c-headingStyle1.-lg .en {
  font-size: 85px;
  margin-top: 20px;
}

.c-headingStyle1.-white .ja .txt {
  color: #fff;
}

.c-headingStyle1.-white .ja .obj {
  border-color: #fff;
}

.c-headingStyle1.-white .en {
  color: #fff;
}

.c-headingStyle1.-jaOnly .ja .txt {
  padding-left: 25px;
  font-size: 35px;
  color: #000;
}

.c-headingStyle2 {
  line-height: 1;
}

.c-headingStyle2>span {
  display: block;
}

.c-headingStyle2 .en {
  font-size: 55px;
}

.c-headingStyle2 .ja {
  font-size: 16px;
  margin-top: 10px;
  color: #0a85ff;
}

.c-headingStyle2.-white {
  color: #fff;
}

.c-headingStyle2.-white .ja {
  color: #fff;
}

.js-cnt {
  position: relative;
  background: #fff;
  opacity: 0;
  transition: .5s .5s;
  margin-top: calc((100vh - 321px)*-1);
}

.js-cnt.is-load {
  opacity: 1;
}

.js-cnt.c-mainv__img {
  position: static;
  margin-top: 0;
  background: none;
}

.c-mainv {
  position: relative;
  background: #f7f7f7;
  height: 100dvh;
  overflow: hidden;
}

.c-mainv.is-load::after {
  display: block;
  -webkit-animation: scaleAnimation2 2s forwards;
  animation: scaleAnimation2 2s forwards;
}

.c-mainv:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  mask-image: radial-gradient(circle, transparent 25px, black 25px);
  mask-mode: alpha;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-image: radial-gradient(circle, transparent 25px, black 25px);
  pointer-events: none;
  display: none;
}

.c-mainv .c-headingStyle1 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.c-mainv__inner {
  padding: 185px 0 40px;
}

.c-mainv__img {
  opacity: 0;
  height: calc(100% - 321px);
}

.c-mainv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-table.-about dl {
  padding-block: 10px;
  border: none;
}

.c-table dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  padding-block: 30px;
  border-bottom: 1px solid #d5d5d5;
}

.c-table dl:first-child {
  padding-top: 0;
}

.c-table dl dt {
  font-weight: 500;
}

.c-table dl dt .en:nth-of-type(2) {
  padding-left: 5px;
}

.c-detail {
  background: #37474f;
  color: #fff;
}

.c-detail__inner {
  padding: 180px 0 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.c-detail__tit>span {
  display: block;
}

.c-detail__tit .subtit {
  font-size: 25px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.c-detail__tit .tit {
  font-size: 41px;
  font-weight: bold;
  margin-top: 10px;
}

.c-detail__date {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
}

.c-detail__date .date {
  padding-top: 5px;
}

.c-works__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 12px;
}

.c-works__items--img {
  overflow: hidden;
  height: 23.4992679356vw;
}

.c-works__items--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .3s;
}

.c-works__items--year {
  font-size: 15px;
  color: #747474;
}

.c-works__items--inner {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  line-height: 1;
}

.c-works__items--label {
  font-size: 12px;
  padding-bottom: 3px;
  border: 1px solid #0a85ff;
  padding: 3px 10px;
  border-radius: 15px;
  color: #0a85ff;
}

.c-works__items--tit {
  font-size: 19px;
  font-weight: 500;
  margin-top: 5px;
}

.c-property_product__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.c-property_product__items--tit {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
  margin-top: 15px;
}

.c-property_product__items--tit .tit {
  font-size: 19px;
  font-weight: 500;
}

.c-property_product__items--img {
  overflow: hidden;
}

.c-property_product__items--img img {
  transition: .3s;
}

.c-sort__category li {
  display: inline-block;
}

.c-sort__category label {
  cursor: pointer;
}

.c-sort__category input[type=checkbox]+.txt,
.c-sort__category input[type=radio]+.txt {
  text-align: center;
  border: 1px solid rgba(0,0,0,.5);
  color: rgba(0,0,0,.5);
  border-radius: 20px;
  padding: 5px 20px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  transition: .3s;
}

.c-sort__category input[type=checkbox]:checked+.txt,
.c-sort__category input[type=radio]:checked+.txt {
  background: #0a85ff;
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.js-list:has(.js-items:nth-of-type(11))+.js-more {
  display: block;
}

.js-list:has(.js-items:nth-of-type(11))+.js-more.is-hide {
  display: none;
}

.js-list .js-items:nth-child(n+11) {
  display: none;
}

.js-list .js-items.is-show {
  display: block;
}

.js-more {
  display: none;
}

@-webkit-keyframes drawCircle {
  0% {
    stroke-dashoffset: 722.56;
  }

  100% {
    visibility: visible;
    stroke-dashoffset: 0;
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 722.56;
  }

  100% {
    visibility: visible;
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scaleAnimation1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  55% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleAnimation1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  55% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scaleAnimation2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(100);
    transform: scale(100);
  }
}

@keyframes scaleAnimation2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(100);
    transform: scale(100);
  }
}

@-webkit-keyframes scaleAnimation3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(20);
    transform: scale(20);
    opacity: 0;
  }
}

@keyframes scaleAnimation3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(20);
    transform: scale(20);
    opacity: 0;
  }
}

@-webkit-keyframes scaleAnimation4 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  15% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
  }

  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes scaleAnimation4 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  15% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
  }

  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes FadeOutAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes FadeOutAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

[data-aos=mask-animation] {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

[data-aos=mask-animation].aos-animate {
  -webkit-animation-name: mask-animation;
  animation-name: mask-animation;
}

@-webkit-keyframes mask-animation {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes mask-animation {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

#page_about_us .about__bg {
  background: #f7f7f7;
}

#page_about_us .secIntro {
  background: linear-gradient(180deg, rgb(0, 142, 255) 0%, rgb(0, 142, 255) 60%, rgba(0, 142, 255, 0) 100%);
  color: #fff;
  padding: 9.5168374817vw 0 24.1581259151vw;
}

#page_about_us .secIntro__inner {
  position: relative;
}

#page_about_us .secIntro__tit {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.7380952381;
}

#page_about_us .secIntro__txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 2.6363636364;
  margin-top: 90px;
}

#page_about_us .secIntro__img {
  position: absolute;
  top: 0;
  right: -50px;
  width: 45.7540263543vw;
}

#page_about_us .secMessage {
  padding: 40px 0 80px;
}

#page_about_us .secMessage__txt {
  background: #f7f7f7;
}

#page_about_us .secMessage__sign {
  display: block;
  margin-top: 100px;
  width: 255px;
  margin-left: auto;
  mix-blend-mode: multiply;
}

#page_about_us .secHistory {
  padding: 100px 0 220px;
  background: #fff;
}

#page_business .secIntro {
  padding: 105px 0;
  background: #fff;
}

#page_business .secIntro__txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 2.4090909091;
}

#page_business .secStrong {
  padding: 90px 0 130px;
  background: #f7f7f7;
}

#page_business .secStrong__inner {
  margin-top: 75px;
}

#page_business .secStrong__box {
  display: flex;
  align-items: center;
  gap: 66px;
}

#page_business .secStrong__box:nth-of-type(n+2) {
  margin-top: 70px;
}

#page_business .secStrong__box.-reverse {
  flex-direction: row-reverse;
}

#page_business .secStrong__box--num {
  font-size: 30px;
  color: #0a85ff;
  line-height: 1;
}

#page_business .secStrong__box--tit {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}

#page_business .secStrong__box--txt {
  margin-top: 30px;
  font-weight: 500;
}

#page_business .secStrong__box--img {
  width: 485px;
  flex-shrink: 0;
}

#page_business .secBusiness {
  padding: 105px 0 220px;
}

#page_business .secBusiness__nav {
  margin-top: 80px;
}

#page_business .secBusiness__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
}

#page_business .secBusiness__items {
  width: calc((100% - 33px)/4);
}

#page_business .secBusiness__items>a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-block: 20px;
  border: 1px solid #0a85ff;
  border-radius: 20px;
  transition: .3s;
}

#page_business .secBusiness__items--icon {
  width: 110px;
}

#page_business .secBusiness__items--tit {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

#page_business .secBusiness__items--tit .c-btnObject {
  width: 25px;
  height: 25px;
}

#page_business .secBusiness__items--tit .c-btnObject .icon {
  width: 6px;
  rotate: 90deg;
  left: 0;
}

#page_business .secBusiness__section {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 525px;
  grid-template-columns: 1fr 525px;
  background: #f7f7f7;
  border-radius: 30px;
  overflow: hidden;
}

#page_business .secBusiness__section:first-of-type {
  margin-top: 80px;
}

#page_business .secBusiness__section:nth-of-type(n+2) {
  margin-top: 25px;
}

#page_business .secBusiness__section--info {
  padding: 40px;
}

#page_business .secBusiness__section--inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 15px 1fr;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 15px;
}

#page_business .secBusiness__section--tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
}

#page_business .secBusiness__section--tit .tit {
  font-size: 32px;
  font-weight: bold;
}

#page_business .secBusiness__section--tit .txt {
  display: block;
  font-weight: 500;
  line-height: 1.6875;
  margin-top: 20px;
}

#page_business .secBusiness__section--txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

#page_business .secBusiness__section--txt .tit {
  font-size: 18px;
  font-weight: bold;
}

#page_business .secBusiness__section--txt .txt {
  font-weight: 500;
  line-height: 1.6875;
  color: #747474;
}

#page_business .secBusiness__section--btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 200px;
  height: 45px;
  margin-top: 35px;
  margin-left: auto;
}

#page_business .secBusiness__section--btn .txt {
  font-size: 13px;
}

#page_business .secBusiness__section--btn .c-btnObject {
  width: 20px;
  height: 20px;
}

#page_business .secBusiness__section--btn .c-btnObject .icon {
  width: 6px;
}

#page_company .secOutline {
  padding-top: 105px;
}

#page_company .secOutline__map {
  margin-top: 50px;
  aspect-ratio: 1366/325;
  background: rgba(10,133,255,.3);
}

#page_company .secOutline__map iframe {
  -webkit-filter: brightness(105%) hue-rotate(336deg) saturate(114%);
  filter: brightness(105%) hue-rotate(336deg) saturate(114%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page_company .secChart {
  padding: 115px 0 90px;
  background: #f7f7f7;
}

#page_company .secGroup {
  padding: 110px 0 220px;
}

#page_company .secGroup__txt {
  font-weight: 500;
}

#page_company .secGroup dl {
  background: #f7f7f7;
  padding: 0 40px;
  border-radius: 20px;
}

#page_company .secGroup dl:first-of-type {
  margin-top: 55px;
}

#page_company .secGroup dl:nth-of-type(n+2) {
  margin-top: 20px;
}

#page_company .secGroup dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  padding-block: 30px;
  cursor: pointer;
}

#page_company .secGroup dl dt .obj {
  position: relative;
  background: #0a85ff;
  width: 45px;
  height: 45px;
  border-radius: 100vmax;
}

#page_company .secGroup dl dt .obj.is-active .line:nth-child(2) {
  rotate: -90deg;
  opacity: 0;
}

#page_company .secGroup dl dt .obj .line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 1px;
  background: #fff;
  border-radius: 5px;
  transition: .3s;
}

#page_company .secGroup dl dt .obj .line:nth-child(2) {
  rotate: 90deg;
}

#page_company .secGroup dl dd {
  display: none;
  font-weight: 500;
  padding-bottom: 25px;
}

#page_company .secGroup dl dd .list {
  display: block;
  margin-top: 10px;
}

#page_index .secSplash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#page_index .secSplash__bg {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: -2;
  -webkit-animation: FadeOutAnimation .7s 1.5s forwards;
  animation: FadeOutAnimation .7s 1.5s forwards;
}

#page_index .secSplash__mask {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 0;
  mask-image: radial-gradient(circle, transparent 125px, black 125px);
  mask-mode: alpha;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-image: radial-gradient(circle, transparent 125px, black 125px);
  -webkit-animation: scaleAnimation2 4.5s 2s forwards;
  animation: scaleAnimation2 4.5s 2s forwards;
  contain: paint;
  will-change: mask-image;
}

#page_index .secSplash__logo {
  position: relative;
  width: 250px;
  height: 250px;
  -webkit-animation: scaleAnimation3 1.5s 2s forwards;
  animation: scaleAnimation3 1.5s 2s forwards;
}

#page_index .secSplash__logo--img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

#page_index .secSplash__logo--img.-circle {
  top: 40%;
  left: 40%;
  width: 90px;
  height: 90px;
  translate: 0 0;
  background: #dc000c;
  border-radius: 100vmax;
  -webkit-animation: scaleAnimation4 1.3s forwards cubic-bezier(0, 0.55, 0.45, 1);
  animation: scaleAnimation4 1.3s forwards cubic-bezier(0, 0.55, 0.45, 1);
  transition: .5s .3s cubic-bezier(0, 0.55, 0.45, 1);
}

#page_index .secSplash__logo--img.-circle.is-hide {
  scale: 0;
}

#page_index .secSplash__logo--img._01 {
  width: 90px;
  top: 40%;
  left: 40%;
  translate: 0 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: scaleAnimation1 .4s .3s forwards cubic-bezier(0, 0.55, 0.45, 1);
  animation: scaleAnimation1 .4s .3s forwards cubic-bezier(0, 0.55, 0.45, 1);
}

#page_index .secSplash__logo--img._02 {
  width: 135px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: scaleAnimation1 .4s .6s forwards cubic-bezier(0, 0.55, 0.45, 1);
  animation: scaleAnimation1 .4s .6s forwards cubic-bezier(0, 0.55, 0.45, 1);
}

#page_index .secSplash__logo--img._03 {
  width: 100%;
}

#page_index .secSplash__logo--img._03 #animatedCircle {
  stroke-dasharray: 722.56;
  stroke-dashoffset: 722.56;
  -webkit-transform: rotate(-90deg) scale(1, -1);
  transform: rotate(-90deg) scale(1, -1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: drawCircle .5s 1.3s forwards cubic-bezier(0, 0.55, 0.45, 1);
  animation: drawCircle .5s 1.3s forwards cubic-bezier(0, 0.55, 0.45, 1);
  visibility: hidden;
}

#page_index .secHero {
  position: relative;
  height: 100dvh;
}

#page_index .secHero__mov {
  position: fixed;
  inset: 0;
  z-index: -1;
}

#page_index .secHero__mov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page_index .secHero__tit {
  position: absolute;
  bottom: 100px;
  left: 50px;
  width: 490px;
}

#page_index .secHero__subtit {
  position: absolute;
  bottom: 40px;
  left: 50px;
  font-size: 13px;
  letter-spacing: .04em;
  color: #fff;
}

#page_index .secAbout {
  position: relative;
  padding: 400px 0;
}

#page_index .secAbout::after {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(180deg, rgba(134, 218, 255, 0) 0%, rgba(0, 142, 255, 0.9) 30%, rgba(0, 141, 255, 0.9) 68%, rgb(255, 255, 255) 100%);
  z-index: -1;
}

#page_index .secAbout__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 850px;
  mix-blend-mode: screen;
  will-change: transform;
}

#page_index .secAbout__txt {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-top: 90px;
  line-height: 2.8636363636;
}

#page_index .secAbout__btn {
  width: 350px;
  height: 80px;
  margin-top: 70px;
}

#page_index .secAbout__slide {
  position: relative;
  translate: 50% 0;
  margin-top: 200px;
}

#page_index .secAbout__slide--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

#page_index .secBusiness {
  padding-bottom: 200px;
  background: #fff;
}

#page_index .secBusiness__inner {
  position: relative;
}

#page_index .secBusiness__info {
  margin-left: calc((100vw - 1100px)/2);
  width: 550px;
}

#page_index .secBusiness__txt {
  margin-top: 90px;
}

#page_index .secBusiness__btn {
  width: 350px;
  height: 80px;
  margin-top: 100px;
}

#page_index .secBusiness__img {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 47.5841874085vw;
}

#page_index .secWorks {
  padding: 150px 0;
  background: #37474f;
}

#page_index .secWorks__slide {
  margin-top: 90px;
}

#page_index .secWorks__list {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#page_index .secWorks__items {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  transition: .5s;
}

#page_index .secWorks__items:nth-child(2),
#page_index .secWorks__items:nth-child(3) {
  translate: 0 100%;
}

#page_index .secWorks__items.is-active {
  translate: 0 0;
}

#page_index .secWorks__items--inner {
  position: absolute;
  top: 50%;
  left: calc((100vw - 1100px)/2);
  translate: 0 -50%;
  z-index: 1;
  color: #fff;
  padding-right: 5%;
}

#page_index .secWorks__items--local {
  font-size: 26px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

#page_index .secWorks__items--tit {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  width: 100%;
}

#page_index .secWorks__items--tit .tit {
  font-size: 42px;
  font-weight: bold;
  margin-top: 26px;
  line-height: 1.380952381;
}

#page_index .secWorks__items--tit .c-btnObject {
  flex-shrink: 0;
  margin-bottom: 6px;
}

#page_index .secWorks__items--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}

#page_index .secWorks__items--tag .label {
  font-size: 13px;
  line-height: 1;
  padding: 5px 18px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-weight: 500;
}

#page_index .secWorks__items--img {
  position: relative;
  width: 100%;
  height: 100%;
}

#page_index .secWorks__items--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46.1200585652vw;
  height: 100%;
  background: linear-gradient(270deg, rgba(55, 71, 79, 0) 0%, rgb(55, 71, 79) 100%);
}

#page_index .secWorks__items--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page_index .secWorks__btn {
  width: 350px;
  height: 80px;
  margin-top: 110px;
  margin-inline: auto;
}

#page_index .secSustainability {
  padding-top: 17.5695461201vw;
}

#page_index .secSustainability__inner {
  position: relative;
}

#page_index .secSustainability__info {
  margin-left: calc((100vw - 1100px)/2);
}

#page_index .secSustainability__txt {
  margin-top: 90px;
  width: 600px;
}

#page_index .secSustainability__logo {
  margin-top: 55px;
  width: 375px;
}

#page_index .secSustainability__btn {
  width: 350px;
  height: 80px;
  margin-top: 65px;
}

#page_index .secSustainability__btn>a .txt {
  left: -20px;
}

#page_index .secSustainability__img {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -59%;
  width: 43.1918008785vw;
}

#page_index .secProperty_product {
  padding: 200px 0 145px;
}

#page_index .secProperty_product__txt {
  margin-top: 90px;
}

#page_index .secProperty_product__box {
  margin-top: 50px;
}

#page_index .secNews {
  padding: 130px 0;
  background: #f7f7f7;
}

#page_index .secNews__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px 115px 1fr;
  grid-template-columns: 350px 1fr;
  gap: 115px;
}

#page_index .secNews__btn {
  width: 350px;
  height: 80px;
  margin-top: 60px;
}

#page_index .secNews__items {
  border-bottom: 1px solid gray;
}

#page_index .secNews__items:first-child {
  border-top: 1px solid gray;
}

#page_index .secNews__items>a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 75px 1fr;
  grid-template-columns: 130px 75px 1fr;
  align-items: center;
  padding-block: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page_index .secNews__items--inner {
  display: contents;
}

#page_index .secNews__items--date {
  font-size: 14px;
  line-height: 1;
  margin-top: 3px;
}

#page_index .secNews__items--label {
  text-align: center;
  padding-block: 3px;
  font-size: 13px;
  line-height: 1;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 10px;
}

#page_index .secNews__items--label.-blue {
  color: #0a85ff;
  border-color: #0a85ff;
}

#page_index .secNews__items--tit {
  font-size: 17px;
  font-weight: 500;
  margin-left: 7px;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

#page_index .secCompany {
  background: url(/assets/img/index/company_bg.png) no-repeat center/cover;
}

#page_index .secCompany .c-btnObject {
  border-color: #fff;
  background: rgba(0,0,0,0);
}

#page_index .secCompany__inner>a {
  position: relative;
  padding: 110px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

#page_index .secCompany__inner>a::before,
#page_index .secCompany__inner>a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  transition: .3s;
}

#page_index .secCompany__inner>a::before {
  translate: -50% -50%;
  background: #37474f;
  z-index: -2;
}

#page_index .secCompany__inner>a::after {
  translate: -150% -50%;
  background: #0a85ff;
  opacity: .7;
  z-index: -1;
}

#page_index .secRecruit {
  padding: 120px 0;
  background: #fff;
}

#page_index .secRecruit__img {
  position: relative;
  margin-top: 60px;
}

#page_index .secRecruit__btn {
  width: 350px;
  height: 80px;
  position: absolute;
  bottom: 60px;
  left: 60px;
}

#page_news .secNews {
  padding: 100px 0 220px;
}

#page_news .secNews__box {
  margin-top: 90px;
}

#page_news .secNews__items {
  padding: 60px 0;
  border-bottom: 1px solid #cecece;
}

#page_news .secNews__items:first-child {
  padding-top: 0;
}

#page_news .secNews__items:last-child {
  padding-bottom: 0;
  border: none;
}

#page_news .secNews__items.is-disabled {
  pointer-events: none;
}

#page_news .secNews__items.is-disabled .secNews__items--obj {
  display: none;
}

#page_news .secNews__items--box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 395px 35px 1fr;
  grid-template-columns: 395px 1fr;
  gap: 35px;
  cursor: pointer;
}

#page_news .secNews__items--box.-report {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  cursor: auto;
}

#page_news .secNews__items--box.-report .secNews__items--txt {
  max-height: 100%;
}

#page_news .secNews__items--img {
  overflow: hidden;
}

#page_news .secNews__items--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page_news .secNews__items--inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

#page_news .secNews__items--date {
  font-size: 14px;
  color: #747474;
}

#page_news .secNews__items--label {
  font-size: 13px;
  color: #0a85ff;
  padding: 0 16px;
  border: 1px solid #0a85ff;
  border-radius: 11px;
}

#page_news .secNews__items--tit {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 500;
}

#page_news .secNews__items--txt {
  margin-top: 10px;
  max-height: 75px;
  overflow: hidden;
  transition: .3s ease;
  line-height: 1.5;
}

#page_news .secNews__items--txt.is-active {
  max-height: 100%;
  overflow: auto;
}

#page_news .secNews__items--btn {
  width: 200px;
  height: 45px;
  margin-top: 30px;
  margin-left: auto;
}

#page_news .secNews__items--btn .txt {
  font-size: 13px;
  left: 0;
}

#page_news .secNews__items--btn .c-btnObject {
  background: rgba(0,0,0,0);
  width: 15px;
  right: 10px;
}

#page_news .secNews__items--btn .c-btnObject .icon svg {
  stroke: #0a85ff;
}

#page_news .secNews__items--obj {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100vmax;
  background: #0a85ff;
  margin-left: auto;
  margin-top: 30px;
}

#page_news .secNews__items--obj.is-active .line:nth-of-type(2) {
  rotate: -90deg;
  opacity: 0;
}

#page_news .secNews__items--obj .line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: .3s;
}

#page_news .secNews__items--obj .line:nth-of-type(2) {
  rotate: 90deg;
}

#page_news .secNews__btn {
  width: 350px;
  height: 80px;
  margin-inline: auto;
  margin-top: 80px;
}

#page_privacy .secPrivacy {
  padding: 100px 0 200px;
}

#page_privacy .secPrivacy__box {
  padding-inline: 80px;
}

#page_privacy .secPrivacy__list {
  margin-top: 85px;
}

#page_privacy .secPrivacy__list dl:nth-child(n+2) {
  margin-top: 80px;
}

#page_privacy .secPrivacy__list dl dd {
  margin-top: 50px;
}

#page_privacy .secPrivacy__list dl dd .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

#page_property_product .secIntro {
  padding: 100px 0 220px;
}

#page_property_product.property .secIntro {
  padding: 100px 0 220px;
}

#page_property_product.property .secIntro__items--box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 390px 30px 1fr;
  grid-template-columns: 390px 1fr;
  gap: 30px;
  padding: 60px;
  border-bottom: 1px solid #cecece;
}

#page_property_product.property .secIntro__items--box:first-child {
  padding-top: 0;
}

#page_property_product.property .secIntro__items--box:last-child {
  border: none;
}

#page_property_product.property .secIntro__items--box dl {
  display: flex;
  gap: 8px;
  font-weight: 500;
}

#page_property_product.property .secIntro__items--box dl:nth-child(n+2) {
  margin-top: 8px;
}

#page_property_product.property .secIntro__items--box dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #37474f;
  padding: 0 16px;
  border: 1px solid #969696;
  border-radius: 6px;
  flex-shrink: 0;
}

#page_property_product.property .secIntro__items--box dl dd {
  font-size: 17px;
}

#page_property_product.property .secIntro__items--btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 55px;
}

#page_property_product.property .secIntro__items--btn>a {
  width: 270px;
  height: 65px;
}

#page_property_product.property .secIntro__items--btn>a:first-of-type .c-btnObject {
  background: none;
}

#page_property_product.property .secIntro__items--btn>a:first-of-type .c-btnObject .icon {
  width: 17px;
}

#page_property_product.property .secIntro__items--btn>a:first-of-type .c-btnObject .icon svg {
  fill: none;
  stroke: #0a85ff;
}

#page_property_product.property .secIntro__items--btn>a .txt {
  font-size: 18px;
}

#page_property_product.property .secIntro__items--btn>a .c-btnObject {
  width: 25px;
  height: 25px;
}

#page_property_product.property .secIntro__items--btn>a .c-btnObject .icon {
  width: 5px;
}

#page_property_product.property .secIntro__btn {
  width: 350px;
  height: 80px;
  margin-inline: auto;
  margin-top: 80px;
}

#page_property_product.product .secIntro__box {
  padding: 90px 0;
  border-bottom: 1px solid #cecece;
}

#page_property_product.product .secIntro__box:last-of-type {
  border: none;
  padding-bottom: 170px;
}

#page_property_product.product .secIntro__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 75px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px 75px;
  margin-top: 80px;
}

#page_property_product.product .secIntro__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 205px 15px 1fr;
  grid-template-columns: 205px 1fr;
  gap: 15px;
}

#page_property_product.product .secIntro__items dl {
  display: flex;
  gap: 8px;
  font-weight: 500;
}

#page_property_product.product .secIntro__items dl:nth-child(n+2) {
  margin-top: 8px;
}

#page_property_product.product .secIntro__items dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #37474f;
  padding: 0 16px;
  border: 1px solid #969696;
  border-radius: 6px;
  flex-shrink: 0;
}

#page_property_product.product .secIntro__items dl dd {
  font-size: 15px;
}

#page_property_product.product .secIntro__items--img {
  overflow: hidden;
}

#page_property_product.product .secIntro__items--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page_property_product.product .secIntro__items--btn {
  width: 270px;
  height: 65px;
  margin-top: 50px;
}

#page_property_product.product .secIntro__items--btn>a .txt {
  font-size: 18px;
}

#page_property_product.product .secIntro__items--btn>a .c-btnObject {
  width: 25px;
  height: 25px;
}

#page_property_product.product .secIntro__items--btn>a .c-btnObject .icon {
  width: 5px;
}

#page_property_product.product .secAccept {
  margin-bottom: 220px;
}

#page_property_product.product .secAccept__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 30px;
  padding: 50px 60px;
}

#page_property_product.product .secAccept__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}

#page_property_product.product .secAccept__items {
  text-align: center;
}

#page_property_product.product .secAccept__items--tit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

#page_property_product.product .secAccept__items--img {
  overflow: hidden;
  height: 200px;
}

#page_property_product.product .secAccept__items--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page_property_product.product .secAccept__btn {
  width: 270px;
  height: 65px;
  margin-top: 45px;
}

#page_property_product.product .secAccept__btn>a .txt {
  font-size: 18px;
}

#page_property_product.product .secAccept__btn>a .c-btnObject {
  width: 25px;
  height: 25px;
}

#page_property_product.product .secAccept__btn>a .c-btnObject .icon {
  width: 5px;
}

#page_sustainability .secIntro {
  padding: 100px 0;
}

#page_sustainability .secIntro__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 435px;
  grid-template-columns: 1fr 435px;
  gap: 60px;
}

#page_sustainability .secIntro__tit {
  font-size: 26px;
  line-height: 1.6153846154;
  font-weight: bold;
}

#page_sustainability .secIntro__txt {
  margin-top: 30px;
  font-weight: 500;
  line-height: 2;
}

#page_sustainability .secIntro__partner {
  border-radius: 20px;
  background: #eff7ff;
  padding: 30px 30px 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 435px;
  grid-template-columns: 1fr 435px;
  gap: 10px;
  margin-top: 70px;
}

#page_sustainability .secIntro__partner--tit .tit {
  font-size: 21px;
  font-weight: bold;
}

#page_sustainability .secIntro__partner--tit .link {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

#page_sustainability .secIntro__partner--tit .link .txt {
  text-decoration: underline;
}

#page_sustainability .secIntro__partner--img {
  mix-blend-mode: multiply;
}

#page_sustainability .secCase {
  padding: 105px 0 130px;
  background: #f7f7f7;
}

#page_sustainability .secCase__inner {
  margin-top: 65px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#page_sustainability .secCase__box {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}

#page_sustainability .secCase__box:last-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

#page_sustainability .secCase__box--img {
  height: 100px;
}

#page_sustainability .secCase__box--img img {
  width: auto;
  height: 100%;
}

#page_sustainability .secCase__box--tit {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0 15px;
  border-bottom: 1px solid #cecece;
}

#page_sustainability .secCase__box--btn {
  width: 200px;
  height: 45px;
  margin-top: 35px;
  margin-left: auto;
}

#page_sustainability .secCase__box--btn .txt {
  font-size: 13px;
}

#page_sustainability .secCase__box--btn .c-btnObject {
  width: 20px;
  height: 20px;
}

#page_sustainability .secCase__box--btn .c-btnObject .icon {
  width: 6px;
}

#page_sustainability .secCase__box dl {
  margin-top: 30px;
}

#page_sustainability .secCase__box dl dt,
#page_sustainability .secCase__box dl dd {
  padding-left: 16px;
}

#page_sustainability .secCase__box dl dt {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

#page_sustainability .secCase__box dl dt::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #0a85ff;
  border-radius: 1px;
}

#page_sustainability .secCase__box dl dd {
  color: #747474;
  margin-top: 5px;
}

#page_sustainability .secPolicy {
  padding: 135px 0 220px;
}

#page_sustainability .secPolicy__inner {
  margin-top: 80px;
}

#page_sustainability .secPolicy__inner dl:nth-of-type(n+2) {
  margin-top: 70px;
}

#page_sustainability .secPolicy__inner dl dt {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
}

#page_sustainability .secPolicy__inner dl dd {
  margin-top: 40px;
  font-weight: 500;
  line-height: 2;
}

#page_works .secWorks {
  padding: 100px 0 220px;
}

#page_works .secWorks__box {
  padding-inline: 12px;
  margin-top: 65px;
}

#page_works .secWorks .c-sort {
  margin-top: 40px;
}

#page_works .secData {
  padding: 130px 0;
  background: #37474f;
  color: #fff;
}

#page_works .secData .c-headingStyle1 .ja .txt {
  color: #fff;
}

#page_works .secData .c-table dl {
  border-color: #7d8b90;
}

#page_works .secData .c-table dl:first-of-type {
  padding-top: 30px;
  border-top: 1px solid #7d8b90;
}

#page_works .secData .c-table dl dt {
  font-size: 14px;
}

#page_works .secData .c-table dl dd {
  font-size: 17px;
  font-weight: 500;
}

#page_works .secOther {
  padding: 100px 0 220px;
}

#page_works .secOther__box {
  margin-top: 65px;
  padding-inline: 12px;
}

#page_works .secOther__box .c-works__list {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

#page_works .secOther__box .c-works__items--tit {
  font-size: 17px;
}

#page_works .secOther__btn {
  width: 350px;
  height: 80px;
  margin-inline: auto;
  margin-top: 80px;
}

@media (min-width: 767px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }

  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    cursor: default;
    text-decoration: none;
  }
}

@media (min-width: 1366px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }

  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1365.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }

  body {
    font-size: 1.1713030747vw;
  }

  .sec-in {
    width: 80.5270863836vw;
  }

  .sec-box {
    -ms-grid-columns: 26.7203513909vw 1fr;
    grid-template-columns: 26.7203513909vw 1fr;
  }

  .l-header__inner {
    padding: .5856515373vw 1.4641288433vw;
  }

  .l-header__logo {
    width: 12.4450951684vw;
  }

  .l-nav__list {
    gap: 2.196193265vw;
  }

  .l-nav__link {
    font-size: 1.0248901903vw;
  }

  .l-nav__cta {
    gap: .7320644217vw;
  }

  .l-contact a {
    padding: 6.588579795vw;
  }

  .l-contact__txt {
    margin-top: 4.39238653vw;
  }

  .l-footer {
    padding: 8.78477306vw 0 1.0980966325vw;
  }

  .l-footer__logo .logo {
    width: 13.17715959vw;
  }

  .l-footer__logo .name {
    font-size: 1.4641288433vw;
    margin-top: 3.6603221083vw;
  }

  .l-footer__address {
    margin-top: 1.0980966325vw;
    font-size: .9516837482vw;
  }

  .l-footer__tel {
    margin-top: 1.0980966325vw;
    font-size: .9516837482vw;
  }

  .l-footer__list {
    gap: 2.9282576867vw 5.8565153734vw;
    width: 53.4407027818vw;
  }

  .l-footer__banner {
    margin-top: 3.6603221083vw;
    width: 53.4407027818vw;
  }

  .l-footer__btn {
    width: 13.17715959vw;
    height: 2.9282576867vw;
  }

  .l-footer__btn .c-btnStyle1 .txt {
    font-size: 1.0248901903vw;
  }

  .l-footer__btn .c-btnStyle1 .icon {
    right: 1.0980966325vw;
    width: .7320644217vw;
  }

  .l-footer__btm {
    font-size: .878477306vw;
    margin-top: 6.2225475842vw;
  }

  .c-btnStyle1 {
    border-width: .0732064422vw;
    border-radius: 4.39238653vw;
  }

  .c-btnStyle1::after {
    border-width: .0732064422vw;
    border-radius: 4.39238653vw;
  }

  .c-btnStyle1 .txt {
    font-size: 1.3909224012vw;
    left: -.5124450952vw;
  }

  .c-btnStyle1 .c-btnObject {
    right: 1.4641288433vw;
  }

  .c-btnStyle1.-cta {
    width: 10.980966325vw;
    height: 2.9282576867vw;
    border-radius: 1.756954612vw;
    font-size: 1.0248901903vw;
  }

  .c-btnStyle1.-cta.-recruit {
    font-size: 1.1713030747vw;
    padding-top: .3660322108vw;
  }

  .c-btnStyle1.-cta.-contact {
    border-width: .0732064422vw;
  }

  .c-btnStyle1.-border {
    border-width: .0732064422vw;
  }

  .c-btnStyle1.-prev .txt {
    left: .5124450952vw;
  }

  .c-btnStyle1.-prev .c-btnObject {
    left: 1.4641288433vw;
  }

  .c-btnObject .icon {
    width: 1.0980966325vw;
    height: 1.0980966325vw;
    left: .0732064422vw;
  }

  .c-btnObject.-sm {
    width: 2.9282576867vw;
    height: 2.9282576867vw;
  }

  .c-btnObject.-lg {
    width: 6.588579795vw;
    height: 6.588579795vw;
  }

  .c-btnObject.-border {
    border-width: .0732064422vw;
  }

  input,
  select,
  textarea {
    font-size: 1.1713030747vw;
    height: 3.6603221083vw;
    padding: .2928257687vw 1.0980966325vw;
    border-width: .0732064422vw;
    border-radius: .2196193265vw;
  }

  input.myError,
  select.myError,
  textarea.myError {
    border-width: .0732064422vw;
  }

  input[type=checkbox]+.input_checkbox {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    border-radius: .2928257687vw;
    margin-right: 1.0980966325vw;
    border-width: .0732064422vw;
  }

  input[type=checkbox]:checked+.input_checkbox:after,
  input[type=checkbox]:checked+.input_checkbox:before {
    height: .2196193265vw;
    border-radius: .1464128843vw;
  }

  input[type=radio]+.input_radio {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    margin-right: .3660322108vw;
    border-width: .0732064422vw;
  }

  input[type=radio]:checked+.input_radio::after {
    width: .878477306vw;
    height: .878477306vw;
  }

  textarea {
    height: 16.9838945827vw;
    padding: 1.0980966325vw 1.0980966325vw;
  }

  .myError:not(input,select,textarea) {
    font-size: 1.0248901903vw;
    margin-top: .439238653vw;
  }

  .selectBox:before {
    top: calc(50% - .3660322108vw);
    right: 1.4641288433vw;
    width: .5856515373vw;
    height: .5856515373vw;
    border-left-width: .0732064422vw;
    border-bottom-width: .0732064422vw;
  }

  .contact {
    padding: 7.3206442167vw 0 11.7130307467vw;
  }

  .contact.-check dd {
    font-size: 1.1713030747vw;
    padding: .7320644217vw 1.4641288433vw;
  }

  .contact .require {
    font-size: .9516837482vw;
    padding-left: .2196193265vw;
  }

  .contact__txt {
    font-size: 1.0248901903vw;
  }

  .contact__box {
    margin-top: 3.8799414348vw;
    border-radius: .7320644217vw;
  }

  .contact__tit span {
    font-size: 1.6837481698vw;
    padding-bottom: .7320644217vw;
  }

  .contact__item dl:nth-child(n+2) {
    margin-top: 2.3426061493vw;
  }

  .contact__item dl dt {
    font-size: 1.1713030747vw;
  }

  .contact__item dl dd .comment {
    font-size: .878477306vw;
  }

  .contact__item dl dd .name,
  .contact__item dl dd .furigana,
  .contact__item dl dd .post,
  .contact__item dl dd .birth,
  .contact__item dl dd .age,
  .contact__item dl dd .sex,
  .contact__item dl dd .addr {
    gap: .7320644217vw;
  }

  .contact__btm {
    margin-top: 4.9780380673vw;
  }

  .contact__btm form {
    gap: 0 4.6852122987vw;
  }

  .contact__privacy--tit {
    font-size: 1.317715959vw;
  }

  .contact__privacyBox--txt {
    margin-top: 1.756954612vw;
    font-size: 1.0248901903vw;
  }

  .contact__agreeBox {
    margin-top: .878477306vw;
  }

  .contact__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }

  .contact__thanks {
    padding: 20.4978038067vw 0 9.5168374817vw;
  }

  .secInfo {
    padding-top: 7.3206442167vw;
  }

  .secInfo__list {
    margin-top: 2.9282576867vw;
    gap: 1.4641288433vw;
  }

  .secInfo__items {
    border-radius: 1.4641288433vw;
    padding: 2.5622254758vw 0;
  }

  .secInfo__items--cate {
    font-size: 1.5373352855vw;
  }

  .secInfo__items--tel {
    margin-top: 1.0980966325vw;
    gap: 1.0980966325vw;
    -ms-grid-columns: 4.9048316252vw 1.0980966325vw 1fr;
    grid-template-columns: 4.9048316252vw 1fr;
  }

  .secInfo__items--tel .tit {
    font-size: 1.1713030747vw;
    height: 4.9048316252vw;
    border-radius: .439238653vw;
    border-width: .0732064422vw;
  }

  .secInfo__items--tel .num {
    font-size: 1.3909224012vw;
  }

  .secInfo__items--tel .num .strong {
    font-size: 2.7086383602vw;
    margin-bottom: .439238653vw;
  }

  .sec-form__link {
    -ms-grid-columns: 1fr .878477306vw .439238653vw;
    grid-template-columns: 1fr .439238653vw;
    font-size: 1.0248901903vw;
    gap: .878477306vw;
    border-width: .0732064422vw;
  }

  .sec-form dl {
    -ms-grid-columns: 14.6412884334vw 1fr;
    grid-template-columns: 14.6412884334vw 1fr;
  }

  .sec-form dl dt {
    padding-top: .7320644217vw;
  }

  .sec-form__txt {
    font-size: 1.1713030747vw;
    margin-top: 5.8565153734vw;
  }

  .sec-form__txt .note {
    font-size: 1.0248901903vw;
    margin-top: .7320644217vw;
  }

  .c-headingStyle1 .ja .txt {
    font-size: 1.0980966325vw;
    padding-left: 1.317715959vw;
  }

  .c-headingStyle1 .ja .obj {
    width: .7320644217vw;
    height: .7320644217vw;
    border-width: .2196193265vw;
    border-radius: .2196193265vw;
  }

  .c-headingStyle1 .en {
    font-size: 4.831625183vw;
    margin-top: 1.0980966325vw;
  }

  .c-headingStyle1.-lg .ja .txt {
    font-size: 1.4641288433vw;
  }

  .c-headingStyle1.-lg .ja .obj {
    width: .878477306vw;
    height: .878477306vw;
  }

  .c-headingStyle1.-lg .en {
    font-size: 6.2225475842vw;
    margin-top: 1.4641288433vw;
  }

  .c-headingStyle1.-jaOnly .ja .txt {
    padding-left: 1.8301610542vw;
    font-size: 2.5622254758vw;
  }

  .c-headingStyle2 .en {
    font-size: 4.0263543192vw;
  }

  .c-headingStyle2 .ja {
    font-size: 1.1713030747vw;
    margin-top: .7320644217vw;
  }

  .js-cnt {
    margin-top: calc((100vh - 23.4992679356vw)*-1);
  }

  .c-mainv__inner {
    padding: 13.5431918009vw 0 2.9282576867vw;
  }

  .c-mainv__img {
    height: calc(100% - 23.4992679356vw);
  }

  .c-table.-about dl {
    padding-block: .7320644217vw;
  }

  .c-table dl {
    -ms-grid-columns: 13.17715959vw 1fr;
    grid-template-columns: 13.17715959vw 1fr;
    padding-block: 2.196193265vw;
    border-width: .0732064422vw;
  }

  .c-detail__inner {
    padding: 13.17715959vw 0 2.9282576867vw;
  }

  .c-detail__tit .subtit {
    font-size: 1.8301610542vw;
    text-underline-offset: .3660322108vw;
  }

  .c-detail__tit .tit {
    font-size: 3.0014641288vw;
    margin-top: .7320644217vw;
  }

  .c-detail__date {
    gap: 1.0980966325vw;
  }

  .c-detail__date .date {
    padding-top: .3660322108vw;
  }

  .c-works__list {
    gap: 5.1244509517vw .878477306vw;
    padding-inline: .878477306vw;
  }

  .c-works__items--year {
    font-size: 1.0980966325vw;
  }

  .c-works__items--inner {
    margin-top: 1.4641288433vw;
    gap: .439238653vw;
  }

  .c-works__items--label {
    font-size: .878477306vw;
    padding: .2196193265vw .7320644217vw;
    border-radius: 1.0980966325vw;
  }

  .c-works__items--tit {
    font-size: 1.3909224012vw;
    margin-top: .3660322108vw;
  }

  .c-property_product__list {
    gap: 2.9282576867vw;
  }

  .c-property_product__items--tit {
    gap: 1.0980966325vw;
    margin-top: 1.0980966325vw;
  }

  .c-property_product__items--tit .tit {
    font-size: 1.3909224012vw;
  }

  .c-sort__category input[type=checkbox]+.txt,
  .c-sort__category input[type=radio]+.txt {
    font-size: 1.317715959vw;
    padding: .3660322108vw 1.4641288433vw;
    border-radius: 1.4641288433vw;
    border-width: .0732064422vw;
  }

  #page_about_us .secIntro__tit {
    font-size: 3.074670571vw;
  }

  #page_about_us .secIntro__txt {
    font-size: 1.6105417277vw;
    margin-top: 6.588579795vw;
  }

  #page_about_us .secIntro__img {
    right: -3.6603221083vw;
  }

  #page_about_us .secMessage {
    padding: 2.9282576867vw 0 5.8565153734vw;
  }

  #page_about_us .secMessage__sign {
    margin-top: 7.3206442167vw;
    width: 18.6676427526vw;
  }

  #page_about_us .secHistory {
    padding: 7.3206442167vw 0 16.1054172767vw;
  }

  #page_business .secIntro {
    padding: 7.6866764275vw 0;
  }

  #page_business .secIntro__txt {
    font-size: 1.6105417277vw;
  }

  #page_business .secStrong {
    padding: 6.588579795vw 0 9.5168374817vw;
  }

  #page_business .secStrong__inner {
    margin-top: 5.4904831625vw;
  }

  #page_business .secStrong__box {
    gap: 4.831625183vw;
  }

  #page_business .secStrong__box:nth-of-type(n+2) {
    margin-top: 5.1244509517vw;
  }

  #page_business .secStrong__box--num {
    font-size: 2.196193265vw;
  }

  #page_business .secStrong__box--tit {
    font-size: 2.196193265vw;
    margin-top: .7320644217vw;
  }

  #page_business .secStrong__box--txt {
    margin-top: 2.196193265vw;
  }

  #page_business .secStrong__box--img {
    width: 35.505124451vw;
  }

  #page_business .secBusiness {
    padding: 7.6866764275vw 0 16.1054172767vw;
  }

  #page_business .secBusiness__nav {
    margin-top: 5.8565153734vw;
  }

  #page_business .secBusiness__list {
    gap: .8052708638vw;
  }

  #page_business .secBusiness__items {
    width: calc((100% - 2.4158125915vw)/4);
  }

  #page_business .secBusiness__items>a {
    padding-block: 1.4641288433vw;
    border-width: .0732064422vw;
    gap: 1.4641288433vw;
    border-radius: 1.4641288433vw;
  }

  #page_business .secBusiness__items--icon {
    width: 8.0527086384vw;
  }

  #page_business .secBusiness__items--tit {
    gap: .7320644217vw;
  }

  #page_business .secBusiness__items--tit .c-btnObject {
    width: 1.8301610542vw;
    height: 1.8301610542vw;
  }

  #page_business .secBusiness__items--tit .c-btnObject .icon {
    width: .439238653vw;
  }

  #page_business .secBusiness__section {
    -ms-grid-columns: 1fr 38.4333821376vw;
    grid-template-columns: 1fr 38.4333821376vw;
  }

  #page_business .secBusiness__section:first-of-type {
    margin-top: 5.8565153734vw;
  }

  #page_business .secBusiness__section:nth-of-type(n+2) {
    margin-top: 1.8301610542vw;
  }

  #page_business .secBusiness__section--info {
    padding: 2.9282576867vw;
  }

  #page_business .secBusiness__section--inner {
    -ms-grid-columns: 4.39238653vw 1.0980966325vw 1fr;
    grid-template-columns: 4.39238653vw 1fr;
    gap: 1.0980966325vw;
  }

  #page_business .secBusiness__section--tit {
    padding-bottom: 1.4641288433vw;
    border-width: .0732064422vw;
  }

  #page_business .secBusiness__section--tit .tit {
    font-size: 2.3426061493vw;
  }

  #page_business .secBusiness__section--tit .txt {
    margin-top: 1.4641288433vw;
  }

  #page_business .secBusiness__section--txt {
    margin-top: 1.4641288433vw;
    gap: .7320644217vw;
  }

  #page_business .secBusiness__section--txt .tit {
    font-size: 1.317715959vw;
  }

  #page_business .secBusiness__section--btn {
    bottom: 1.4641288433vw;
    right: 1.4641288433vw;
    width: 14.6412884334vw;
    height: 3.2942898975vw;
    margin-top: 2.5622254758vw;
  }

  #page_business .secBusiness__section--btn .txt {
    font-size: .9516837482vw;
  }

  #page_business .secBusiness__section--btn .c-btnObject {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
  }

  #page_business .secBusiness__section--btn .c-btnObject .icon {
    width: .439238653vw;
  }

  #page_company .secOutline {
    padding-top: 7.6866764275vw;
  }

  #page_company .secOutline__map {
    margin-top: 3.6603221083vw;
  }

  #page_company .secChart {
    padding: 8.4187408492vw 0 6.588579795vw;
  }

  #page_company .secGroup {
    padding: 8.0527086384vw 0 16.1054172767vw;
  }

  #page_company .secGroup dl {
    padding: 0 2.9282576867vw;
    border-radius: 1.4641288433vw;
  }

  #page_company .secGroup dl:first-of-type {
    margin-top: 4.0263543192vw;
  }

  #page_company .secGroup dl:nth-of-type(n+2) {
    margin-top: 1.4641288433vw;
  }

  #page_company .secGroup dl dt {
    font-size: 1.4641288433vw;
    padding-block: 2.196193265vw;
  }

  #page_company .secGroup dl dt .obj {
    width: 3.2942898975vw;
    height: 3.2942898975vw;
  }

  #page_company .secGroup dl dt .obj .line {
    width: 1.4641288433vw;
    height: .0732064422vw;
  }

  #page_company .secGroup dl dd {
    padding-bottom: 1.8301610542vw;
  }

  #page_company .secGroup dl dd .list {
    margin-top: .7320644217vw;
  }

  #page_index .secHero__tit {
    bottom: 7.3206442167vw;
    left: 3.6603221083vw;
    width: 35.8711566618vw;
  }

  #page_index .secHero__subtit {
    bottom: 2.9282576867vw;
    left: 3.6603221083vw;
    font-size: .9516837482vw;
  }

  #page_index .secAbout {
    padding: 29.2825768668vw 0;
  }

  #page_index .secAbout__img {
    width: 62.2254758419vw;
  }

  #page_index .secAbout__txt {
    margin-top: 6.588579795vw;
    font-size: 1.6105417277vw;
  }

  #page_index .secAbout__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }

  #page_index .secAbout__btn {
    margin-top: 5.1244509517vw;
  }

  #page_index .secAbout__slide {
    margin-top: 14.6412884334vw;
  }

  #page_index .secAbout__slide--list {
    gap: 1.8301610542vw;
  }

  #page_index .secBusiness {
    padding-bottom: 14.6412884334vw;
  }

  #page_index .secBusiness__info {
    margin-left: 9.7364568082vw;
    width: 40.2635431918vw;
  }

  #page_index .secBusiness__txt {
    margin-top: 6.588579795vw;
  }

  #page_index .secBusiness__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }

  #page_index .secBusiness__btn {
    margin-top: 7.3206442167vw;
  }

  #page_index .secWorks {
    padding: 10.980966325vw 0;
  }

  #page_index .secWorks__slide {
    margin-top: 6.588579795vw;
  }

  #page_index .secWorks__items--inner {
    left: 9.7364568082vw;
  }

  #page_index .secWorks__items--local {
    font-size: 1.9033674963vw;
    text-underline-offset: .3660322108vw;
  }

  #page_index .secWorks__items--tit {
    gap: 1.0980966325vw;
  }

  #page_index .secWorks__items--tit .tit {
    font-size: 3.074670571vw;
    margin-top: 1.9033674963vw;
  }

  #page_index .secWorks__items--tit .c-btnObject {
    margin-bottom: .439238653vw;
  }

  #page_index .secWorks__items--tag {
    margin-top: 2.5622254758vw;
    gap: .7320644217vw;
  }

  #page_index .secWorks__items--tag .label {
    font-size: .9516837482vw;
    padding: .3660322108vw 1.317715959vw;
    border-radius: 1.4641288433vw;
    border-width: .0732064422vw;
  }

  #page_index .secWorks__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }

  #page_index .secWorks__btn {
    margin-top: 8.0527086384vw;
  }

  #page_index .secSustainability__info {
    margin-left: 9.7364568082vw;
  }

  #page_index .secSustainability__txt {
    margin-top: 6.588579795vw;
    width: 43.9238653001vw;
  }

  #page_index .secSustainability__logo {
    margin-top: 4.0263543192vw;
    width: 27.4524158126vw;
  }

  #page_index .secSustainability__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }

  #page_index .secSustainability__btn {
    margin-top: 4.7584187408vw;
  }

  #page_index .secSustainability__btn>a .txt {
    left: -1.4641288433vw;
  }

  #page_index .secProperty_product {
    padding: 14.6412884334vw 0 10.6149341142vw;
  }

  #page_index .secProperty_product__txt {
    margin-top: 6.588579795vw;
  }

  #page_index .secProperty_product__box {
    margin-top: 3.6603221083vw;
  }

  #page_index .secNews {
    padding: 9.5168374817vw 0;
  }

  #page_index .secNews__inner {
    -ms-grid-columns: 25.6222547584vw 8.4187408492vw 1fr;
    grid-template-columns: 25.6222547584vw 1fr;
    gap: 8.4187408492vw;
  }

  #page_index .secNews__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }

  #page_index .secNews__btn {
    margin-top: 4.39238653vw;
  }

  #page_index .secNews__items {
    border-width: .0732064422vw;
  }

  #page_index .secNews__items:first-child {
    border-width: .0732064422vw;
  }

  #page_index .secNews__items>a {
    padding-block: 2.196193265vw;
    -ms-grid-columns: 9.5168374817vw 5.4904831625vw 1fr;
    grid-template-columns: 9.5168374817vw 5.4904831625vw 1fr;
  }

  #page_index .secNews__items--date {
    font-size: 1.0248901903vw;
    margin-top: .2196193265vw;
  }

  #page_index .secNews__items--label {
    padding-block: .2196193265vw;
    font-size: .9516837482vw;
    border-width: .0732064422vw;
    border-radius: .7320644217vw;
  }

  #page_index .secNews__items--tit {
    font-size: 1.2445095168vw;
    margin-left: .5124450952vw;
  }

  #page_index .secCompany__inner>a {
    padding: 8.0527086384vw 0;
  }

  #page_index .secRecruit {
    padding: 8.78477306vw 0;
  }

  #page_index .secRecruit__img {
    margin-top: 4.39238653vw;
  }

  #page_index .secRecruit__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }

  #page_index .secRecruit__btn {
    bottom: 4.39238653vw;
    left: 4.39238653vw;
  }

  #page_news .secNews {
    padding: 7.3206442167vw 0 16.1054172767vw;
  }

  #page_news .secNews__box {
    margin-top: 4.7584187408vw;
  }

  #page_news .secNews__items {
    padding: 4.39238653vw 0;
    border-width: .0732064422vw;
  }

  #page_news .secNews__items--box {
    -ms-grid-columns: 28.9165446559vw 2.5622254758vw 1fr;
    grid-template-columns: 28.9165446559vw 1fr;
    gap: 2.5622254758vw;
  }

  #page_news .secNews__items--inner {
    gap: .7320644217vw;
  }

  #page_news .secNews__items--date {
    font-size: 1.0248901903vw;
  }

  #page_news .secNews__items--label {
    font-size: .9516837482vw;
    padding: 0 1.1713030747vw;
    border-radius: .8052708638vw;
    border-width: .0732064422vw;
  }

  #page_news .secNews__items--tit {
    font-size: 1.4641288433vw;
    margin-top: 1.0980966325vw;
  }

  #page_news .secNews__items--txt {
    margin-top: .7320644217vw;
    max-height: 5.4904831625vw;
  }

  #page_news .secNews__items--btn {
    width: 14.6412884334vw;
    height: 3.2942898975vw;
    margin-top: 2.196193265vw;
  }

  #page_news .secNews__items--btn .txt {
    font-size: .9516837482vw;
  }

  #page_news .secNews__items--btn .c-btnObject {
    width: 1.0980966325vw;
    right: .7320644217vw;
  }

  #page_news .secNews__items--obj {
    width: 3.2942898975vw;
    height: 3.2942898975vw;
    margin-top: 2.196193265vw;
  }

  #page_news .secNews__items--obj .line {
    width: 1.4641288433vw;
    height: .0732064422vw;
  }

  #page_news .secNews__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }

  #page_news .secNews__btn {
    margin-top: 5.8565153734vw;
  }

  #page_privacy .secPrivacy {
    padding: 7.3206442167vw 0 14.6412884334vw;
  }

  #page_privacy .secPrivacy__box {
    padding-inline: 5.8565153734vw;
  }

  #page_privacy .secPrivacy__list {
    margin-top: 6.2225475842vw;
  }

  #page_privacy .secPrivacy__list dl:nth-child(n+2) {
    margin-top: 5.8565153734vw;
  }

  #page_privacy .secPrivacy__list dl dd {
    margin-top: 3.6603221083vw;
  }

  #page_property_product .secIntro {
    padding: 7.3206442167vw 0 16.1054172767vw;
  }

  #page_property_product.property .secIntro {
    padding: 7.3206442167vw 0 16.1054172767vw;
  }

  #page_property_product.property .secIntro__items--box {
    -ms-grid-columns: 28.5505124451vw 2.196193265vw 1fr;
    grid-template-columns: 28.5505124451vw 1fr;
    padding: 4.39238653vw;
    gap: 2.196193265vw;
  }

  #page_property_product.property .secIntro__items--box dl {
    gap: .5856515373vw;
  }

  #page_property_product.property .secIntro__items--box dl:nth-child(n+2) {
    margin-top: .5856515373vw;
  }

  #page_property_product.property .secIntro__items--box dl dt {
    font-size: 1.0248901903vw;
    padding: 0 1.1713030747vw;
    border-radius: .439238653vw;
    border-width: .0732064422vw;
  }

  #page_property_product.property .secIntro__items--box dl dd {
    font-size: 1.2445095168vw;
  }

  #page_property_product.property .secIntro__items--btn {
    margin-top: 4.0263543192vw;
    gap: .7320644217vw;
  }

  #page_property_product.property .secIntro__items--btn>a {
    width: 19.7657393851vw;
    height: 4.7584187408vw;
  }

  #page_property_product.property .secIntro__items--btn>a:first-of-type .c-btnObject .icon {
    width: 1.2445095168vw;
  }

  #page_property_product.property .secIntro__items--btn>a .txt {
    font-size: 1.317715959vw;
  }

  #page_property_product.property .secIntro__items--btn>a .c-btnObject {
    width: 1.8301610542vw;
    height: 1.8301610542vw;
  }

  #page_property_product.property .secIntro__items--btn>a .c-btnObject .icon {
    width: .3660322108vw;
  }

  #page_property_product.property .secIntro__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }

  #page_property_product.property .secIntro__btn {
    margin-top: 5.8565153734vw;
  }

  #page_property_product.product .secIntro__box {
    padding: 6.588579795vw 0;
    border-width: .0732064422vw;
  }

  #page_property_product.product .secIntro__box:last-of-type {
    padding-bottom: 12.4450951684vw;
  }

  #page_property_product.product .secIntro__list {
    gap: 4.7584187408vw 5.4904831625vw;
    margin-top: 5.8565153734vw;
  }

  #page_property_product.product .secIntro__items {
    -ms-grid-columns: 15.0073206442vw 1.0980966325vw 1fr;
    grid-template-columns: 15.0073206442vw 1fr;
    gap: 1.0980966325vw;
  }

  #page_property_product.product .secIntro__items dl {
    gap: .5856515373vw;
  }

  #page_property_product.product .secIntro__items dl:nth-child(n+2) {
    margin-top: .5856515373vw;
  }

  #page_property_product.product .secIntro__items dl dt {
    font-size: 1.0248901903vw;
    padding: 0vw 1.1713030747vw;
    border-radius: .439238653vw;
    border-width: .0732064422vw;
  }

  #page_property_product.product .secIntro__items dl dd {
    font-size: 1.0980966325vw;
  }

  #page_property_product.product .secIntro__items--btn {
    width: 19.7657393851vw;
    height: 4.7584187408vw;
    margin-top: 3.6603221083vw;
  }

  #page_property_product.product .secIntro__items--btn>a .txt {
    font-size: 1.317715959vw;
  }

  #page_property_product.product .secIntro__items--btn>a .c-btnObject {
    width: 1.8301610542vw;
    height: 1.8301610542vw;
  }

  #page_property_product.product .secIntro__items--btn>a .c-btnObject .icon {
    width: .3660322108vw;
  }

  #page_property_product.product .secAccept {
    margin-bottom: 16.1054172767vw;
  }

  #page_property_product.product .secAccept__inner {
    padding: 3.6603221083vw 4.39238653vw;
    border-radius: 2.196193265vw;
  }

  #page_property_product.product .secAccept__list {
    gap: 1.8301610542vw;
    margin-top: 2.196193265vw;
  }

  #page_property_product.product .secAccept__items--tit {
    font-size: 1.317715959vw;
    margin-top: .7320644217vw;
  }

  #page_property_product.product .secAccept__items--img {
    height: 14.6412884334vw;
  }

  #page_property_product.product .secAccept__btn {
    width: 19.7657393851vw;
    height: 4.7584187408vw;
    margin-top: 3.2942898975vw;
  }

  #page_property_product.product .secAccept__btn>a .txt {
    font-size: 1.317715959vw;
  }

  #page_property_product.product .secAccept__btn>a .c-btnObject {
    width: 1.8301610542vw;
    height: 1.8301610542vw;
  }

  #page_property_product.product .secAccept__btn>a .c-btnObject .icon {
    width: .3660322108vw;
  }

  #page_sustainability .secIntro {
    padding: 7.3206442167vw 0;
  }

  #page_sustainability .secIntro__inner {
    -ms-grid-columns: 1fr 4.39238653vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4.39238653vw;
  }

  #page_sustainability .secIntro__tit {
    font-size: 1.9033674963vw;
  }

  #page_sustainability .secIntro__txt {
    margin-top: 2.196193265vw;
  }

  #page_sustainability .secIntro__partner {
    margin-top: 5.1244509517vw;
    -ms-grid-columns: 1fr .7320644217vw 31.8448023426vw;
    grid-template-columns: 1fr 31.8448023426vw;
    gap: .7320644217vw;
    padding: 2.196193265vw 2.196193265vw 1.8301610542vw;
  }

  #page_sustainability .secIntro__partner--tit .tit {
    font-size: 1.5373352855vw;
  }

  #page_sustainability .secIntro__partner--tit .link {
    margin-top: .3660322108vw;
    gap: .3660322108vw;
  }

  #page_sustainability .secCase {
    padding: 7.6866764275vw 0 9.5168374817vw;
  }

  #page_sustainability .secCase__inner {
    margin-top: 4.7584187408vw;
    gap: 1.4641288433vw;
  }

  #page_sustainability .secCase__box {
    padding: 2.9282576867vw;
    border-radius: 1.4641288433vw;
  }

  #page_sustainability .secCase__box--img {
    height: 7.3206442167vw;
  }

  #page_sustainability .secCase__box--tit {
    font-size: 1.756954612vw;
    padding: 2.196193265vw 0 1.0980966325vw;
    border-width: .0732064422vw;
  }

  #page_sustainability .secCase__box--btn {
    width: 14.6412884334vw;
    height: 3.2942898975vw;
    margin-top: 2.5622254758vw;
  }

  #page_sustainability .secCase__box--btn .txt {
    font-size: .9516837482vw;
  }

  #page_sustainability .secCase__box--btn .c-btnObject {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
  }

  #page_sustainability .secCase__box--btn .c-btnObject .icon {
    width: .439238653vw;
  }

  #page_sustainability .secCase__box dl {
    margin-top: 2.196193265vw;
  }

  #page_sustainability .secCase__box dl dt,
  #page_sustainability .secCase__box dl dd {
    padding-left: 1.1713030747vw;
  }

  #page_sustainability .secCase__box dl dt {
    font-size: 1.317715959vw;
  }

  #page_sustainability .secCase__box dl dt::before {
    top: .878477306vw;
    width: .439238653vw;
    height: .439238653vw;
    border-radius: .0732064422vw;
  }

  #page_sustainability .secCase__box dl dd {
    margin-top: .3660322108vw;
  }

  #page_sustainability .secPolicy {
    padding: 9.8828696925vw 0 16.1054172767vw;
  }

  #page_sustainability .secPolicy__inner {
    margin-top: 5.8565153734vw;
  }

  #page_sustainability .secPolicy__inner dl:nth-of-type(n+2) {
    margin-top: 5.1244509517vw;
  }

  #page_sustainability .secPolicy__inner dl dt {
    font-size: 2.196193265vw;
    padding-bottom: 1.4641288433vw;
    border-width: .0732064422vw;
  }

  #page_sustainability .secPolicy__inner dl dd {
    margin-top: 2.9282576867vw;
  }

  #page_works .secWorks {
    padding: 7.3206442167vw 0 16.1054172767vw;
  }

  #page_works .secWorks__box {
    margin-top: 4.7584187408vw;
    padding-inline: .878477306vw;
  }

  #page_works .secWorks .c-sort {
    margin-top: 2.9282576867vw;
  }

  #page_works .secData {
    padding: 9.5168374817vw 0;
  }

  #page_works .secData .c-table dl:first-of-type {
    padding-top: 2.196193265vw;
    border-width: .0732064422vw;
  }

  #page_works .secData .c-table dl dt {
    font-size: 1.0248901903vw;
  }

  #page_works .secData .c-table dl dd {
    font-size: 1.2445095168vw;
  }

  #page_works .secOther {
    padding: 7.3206442167vw 0 16.1054172767vw;
  }

  #page_works .secOther__box {
    margin-top: 4.7584187408vw;
    padding-inline: .878477306vw;
  }

  #page_works .secOther__box .c-works__items--tit {
    font-size: 1.2445095168vw;
  }

  #page_works .secOther__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }

  #page_works .secOther__btn {
    width: 25.6222547584vw;
    height: 6.588579795vw;
    margin-top: 5.8565153734vw;
  }
}

@media (max-width: 766.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }

  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }

  body {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
  }

  .-pcOnly {
    display: none;
  }

  .-spOnly {
    display: block;
  }

  .sec-in {
    width: 90%;
  }

  .sec-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .l-header__inner {
    padding: 2.9333333333vw 5.3333333333vw 2.9333333333vw 3.2vw;
    justify-content: flex-start;
  }

  .l-header__logo {
    width: 32vw;
  }

  .l-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    background: #fff;
    display: block;
    opacity: 0;
    transition: .4s;
    pointer-events: none;
  }

  .l-nav.is-open {
    opacity: 1;
    pointer-events: all;
  }

  .l-nav__list {
    flex-direction: column;
    gap: 9.3333333333vw;
    height: 100%;
    min-height: 100dvh;
    overflow-y: scroll;
    padding-block: 26.6666666667vw;
  }

  .l-nav__link {
    font-size: 4.2666666667vw;
  }

  .l-nav__cta {
    position: relative;
    top: -100px;
  }

  .l-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .l-menu.is-open .line {
    height: .2666666667vw;
    translate: 0 -50%;
  }

  .l-menu.is-open .line:nth-child(1) {
    top: 50%;
    rotate: 135deg;
  }

  .l-menu.is-open .line:nth-child(2) {
    opacity: 0;
  }

  .l-menu.is-open .line:nth-child(3) {
    bottom: auto;
    top: 50%;
    rotate: -135deg;
  }

  .l-menu .obj {
    position: relative;
    width: 6.1333333333vw;
    height: 4.2666666667vw;
  }

  .l-menu .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transition: .5s;
  }

  .l-menu .line:nth-child(1) {
    top: 0;
  }

  .l-menu .line:nth-child(2) {
    top: 50%;
    translate: 0 -50%;
  }

  .l-menu .line:nth-child(3) {
    top: 100%;
  }

  .l-contact a {
    padding: 20vw 0 6.6666666667vw;
    flex-direction: column;
    align-items: flex-end;
  }

  .l-contact__txt {
    margin-top: 14.6666666667vw;
  }

  .l-footer {
    padding: 12vw 0 4vw;
  }

  .l-footer__inner {
    flex-direction: column;
  }

  .l-footer__logo .logo {
    width: 34.6666666667vw;
  }

  .l-footer__logo .name {
    font-size: 4.5333333333vw;
    margin-top: 5.3333333333vw;
  }

  .l-footer__address {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }

  .l-footer__tel {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }

  .l-footer__list {
    -ms-grid-columns: 1fr 9.3333333333vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 14.6666666667vw;
    gap: 9.3333333333vw;
    width: 100%;
  }

  .l-footer__list li>a .ja .txt {
    font-size: 4.5333333333vw;
  }

  .l-footer__banner {
    width: 100%;
    margin-top: 13.3333333333vw;
  }

  .l-footer__btn {
    width: 45.3333333333vw;
    height: 12vw;
    margin-left: 0;
    margin-top: 16vw;
  }

  .l-footer__btn .c-btnStyle1 .txt {
    font-size: 3.4666666667vw;
  }

  .l-footer__btn .c-btnStyle1 .icon {
    right: 4vw;
    width: 2.6666666667vw;
  }

  .l-footer__btm {
    font-size: 2.6666666667vw;
    margin-top: 13.3333333333vw;
  }

  .c-btnStyle1 {
    border-radius: 16vw;
    border-width: .2666666667vw;
  }

  .c-btnStyle1::after {
    border-radius: 16vw;
    border-width: .2666666667vw;
  }

  .c-btnStyle1 .txt {
    font-size: 4.8vw;
    left: -1.8666666667vw;
  }

  .c-btnStyle1 .c-btnObject {
    right: 3.7333333333vw;
  }

  .c-btnStyle1.-cta {
    width: 34.6666666667vw;
    height: 9.3333333333vw;
    border-radius: 6.4vw;
  }

  .c-btnStyle1.-cta.-recruit {
    font-size: 4.2666666667vw;
    padding-top: 1.3333333333vw;
  }

  .c-btnStyle1.-cta.-contact {
    width: 89.3333333333vw;
    height: 18.6666666667vw;
    border-radius: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.8vw;
  }

  .c-btnStyle1.-cta.-contact .c-btnObject {
    background: #000;
  }

  .c-btnStyle1.-prev .c-btnObject {
    left: 5.3333333333vw;
  }

  .c-btnObject .icon {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    left: .2666666667vw;
  }

  .c-btnObject.-sm {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }

  .c-btnObject.-lg {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }

  input,
  select,
  textarea {
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
    padding: 1.0666666667vw 4vw;
    border-width: .2666666667vw;
    border-radius: .8vw;
  }

  input.myError,
  select.myError,
  textarea.myError {
    border-width: .2666666667vw;
  }

  input[type=checkbox]+.input_checkbox {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 1.0666666667vw;
    margin-right: 2.6666666667vw;
    border-width: .2666666667vw;
  }

  input[type=checkbox]:checked+.input_checkbox:after,
  input[type=checkbox]:checked+.input_checkbox:before {
    height: .8vw;
    border-radius: .5333333333vw;
  }

  input[type=radio]+.input_radio {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.3333333333vw;
    border-width: .2666666667vw;
  }

  input[type=radio]:checked+.input_radio::after {
    width: 3.2vw;
    height: 3.2vw;
  }

  textarea {
    height: 61.8666666667vw;
    padding: 4vw 4vw;
  }

  .myError:not(input,select,textarea) {
    font-size: 3.4666666667vw;
    margin-top: 1.6vw;
  }

  .selectBox:before {
    top: calc(50% - 1.3333333333vw);
    right: 3.2vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-left-width: .2666666667vw;
    border-bottom-width: .2666666667vw;
  }

  .selectBox.birthyear {
    width: 26.6666666667vw;
  }

  .selectBox.birthmonth,
  .selectBox.birthdate,
  .selectBox.age {
    width: 21.3333333333vw;
  }

  .selectBox.prefecture {
    width: 48vw;
  }

  .contact {
    padding-top: 26.6666666667vw;
  }

  .contact.-check dd {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 4.2666666667vw;
  }

  .contact .post {
    width: 32vw;
  }

  .contact .require {
    font-size: 3.4666666667vw;
    padding-left: .8vw;
  }

  .contact__txt {
    font-size: 3.7333333333vw;
  }

  .contact__box {
    margin-top: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }

  .contact__tit span {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }

  .contact__tit span::after {
    width: 21.3333333333vw;
  }

  .contact__item dl:nth-child(n+2) {
    margin-top: 6.4vw;
  }

  .contact__item dl dt {
    font-size: 3.7333333333vw;
  }

  .contact__item dl dd .subtit {
    width: 100%;
  }

  .contact__item dl dd .comment {
    font-size: 3.2vw;
  }

  .contact__item dl dd .name,
  .contact__item dl dd .furigana,
  .contact__item dl dd .post,
  .contact__item dl dd .birth,
  .contact__item dl dd .age,
  .contact__item dl dd .sex,
  .contact__item dl dd .addr {
    gap: 2.6666666667vw;
  }

  .contact__item dl dd .name,
  .contact__item dl dd .furigana {
    flex-direction: column;
  }

  .contact__item dl dd .addr {
    flex-direction: column;
  }

  .contact__btm {
    margin-top: 12.8vw;
  }

  .contact__btm form {
    flex-direction: column;
    gap: 6.6666666667vw 0;
  }

  .contact__privacy--tit {
    font-size: 4.2666666667vw;
  }

  .contact__privacyBox--txt {
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
  }

  .contact__agreeBox {
    margin-top: 3.2vw;
  }

  .contact__btn {
    width: 100%;
    height: 18.6666666667vw;
  }

  .secInfo {
    padding-top: 13.3333333333vw;
  }

  .secInfo__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 6.6666666667vw;
    gap: 4vw;
  }

  .secInfo__items {
    padding: 6.6666666667vw;
    border-radius: 5.3333333333vw;
  }

  .secInfo__items--cate {
    font-size: 4.5333333333vw;
  }

  .secInfo__items--tel {
    margin-top: 2.6666666667vw;
    -ms-grid-columns: 18.6666666667vw 2.6666666667vw 1fr;
    grid-template-columns: 18.6666666667vw 1fr;
    gap: 2.6666666667vw;
  }

  .secInfo__items--tel .tit {
    font-size: 4.2666666667vw;
    height: 18.6666666667vw;
    border-radius: 1.6vw;
    border-width: .2666666667vw;
  }

  .secInfo__items--tel .num {
    font-size: 4vw;
  }

  .secInfo__items--tel .num .strong {
    margin-bottom: 2.6666666667vw;
  }

  .secInfo__items--tel .num .strong {
    font-size: 8.8vw;
  }

  .sec-form__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8vw;
  }

  .sec-form__link {
    gap: 1.8666666667vw;
    font-size: 3.7333333333vw;
    -ms-grid-columns: 1fr 1.8666666667vw 1.6vw;
    grid-template-columns: 1fr 1.6vw;
  }

  .sec-form dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }

  .sec-form dl dt {
    padding: 0;
  }

  .sec-form dl dd {
    width: 100%;
  }

  .sec-form__txt {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }

  .sec-form__txt .red {
    display: block;
  }

  .sec-form__txt .note {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }

  .sec-form__txt .note .red {
    display: inline;
  }

  .c-headingStyle1 .ja .txt {
    font-size: 3.4666666667vw;
    padding-left: 4vw;
  }

  .c-headingStyle1 .ja .obj {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-width: .8vw;
    border-radius: .8vw;
  }

  .c-headingStyle1 .en {
    font-size: 10.6666666667vw;
    margin-top: 4vw;
  }

  .c-headingStyle1.-lg .ja .txt {
    font-size: 3.4666666667vw;
  }

  .c-headingStyle1.-lg .ja .obj {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }

  .c-headingStyle1.-lg .en {
    font-size: 13.6vw;
    margin-top: 4vw;
  }

  .c-headingStyle1.-jaOnly .ja .txt {
    font-size: 6.6666666667vw;
    padding-left: 5.3333333333vw;
  }

  .c-headingStyle2 .en {
    font-size: 10.6666666667vw;
  }

  .c-headingStyle2 .ja {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }

  .js-cnt {
    position: absolute;
    top: 58.6666666667vw;
    left: 0;
    width: 100%;
    margin: 0;
  }

  .c-mainv__inner {
    padding: 32vw 0 8vw;
  }

  .c-mainv__img {
    height: calc(100% - 57.3333333333vw);
  }

  .c-table.-about {
    margin-top: 10.6666666667vw;
  }

  .c-table.-about dl {
    border-bottom: .2666666667vw solid #d5d5d5;
    padding-block: 4vw;
  }

  .c-table dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-block: 5.3333333333vw;
  }

  .c-detail__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 32vw 0 8vw;
  }

  .c-detail__tit .subtit {
    font-size: 4.8vw;
    text-underline-offset: 1.3333333333vw;
  }

  .c-detail__tit .tit {
    font-size: 7.2vw;
    margin-top: 1.3333333333vw;
  }

  .c-detail__date {
    margin-top: 4vw;
    gap: 5.3333333333vw;
  }

  .c-detail__date .date {
    padding-top: 1.0666666667vw;
  }

  .c-works__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 9.3333333333vw;
  }

  .c-works__items--img {
    height: 60vw;
  }

  .c-works__items--year {
    font-size: 4vw;
  }

  .c-works__items--inner {
    margin-top: 4vw;
    gap: 1.6vw;
  }

  .c-works__items--label {
    font-size: 3.2vw;
    padding: .8vw 2.6666666667vw;
    border-radius: 4vw;
  }

  .c-works__items--tit {
    font-size: 4.5333333333vw;
    margin-top: .8vw;
  }

  .c-property_product__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 9.3333333333vw;
  }

  .c-property_product__items--tit {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }

  .c-property_product__items--tit .tit {
    font-size: 4.5333333333vw;
  }

  .c-sort__category label {
    width: 100%;
  }

  .c-sort__category input[type=checkbox]+.txt,
  .c-sort__category input[type=radio]+.txt {
    font-size: 4vw;
    width: 100%;
    border-radius: 6.4vw;
    padding: 2.6666666667vw 0;
  }

  .c-sort__select {
    position: relative;
  }

  .c-sort__select select {
    border-radius: 9.3333333333vw;
    border-color: #0a85ff;
    font-size: 4.5333333333vw;
    font-weight: 500;
  }

  .c-sort__select .c-btnObject {
    position: absolute;
    top: 50%;
    right: 4vw;
    rotate: 90deg;
    translate: 0 -50%;
  }

  #page_about_us .secIntro {
    padding: 16vw 0 26.6666666667vw;
  }

  #page_about_us .secIntro__tit {
    font-size: 8vw;
    line-height: 1.7666666667;
  }

  #page_about_us .secIntro__txt {
    font-size: 4.2666666667vw;
    line-height: 2.3125;
    margin-top: 8vw;
  }

  #page_about_us .secIntro__img {
    position: static;
    width: 100%;
    margin-top: 10.6666666667vw;
  }

  #page_about_us .secMessage {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }

  #page_about_us .secMessage__txt {
    margin-top: 10.6666666667vw;
  }

  #page_about_us .secMessage__sign {
    margin-top: 10.6666666667vw;
    margin-left: 0;
    width: 66.6666666667vw;
  }

  #page_about_us .secHistory {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }

  #page_business .secIntro {
    padding: 14.6666666667vw 0;
  }

  #page_business .secIntro__txt {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }

  #page_business .secStrong {
    padding: 16vw 0 21.3333333333vw;
  }

  #page_business .secStrong__inner {
    margin-top: 10.6666666667vw;
  }

  #page_business .secStrong__box {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  #page_business .secStrong__box:nth-of-type(n+2) {
    margin-top: 13.3333333333vw;
  }

  #page_business .secStrong__box.-reverse {
    flex-direction: column;
  }

  #page_business .secStrong__box--info {
    display: contents;
  }

  #page_business .secStrong__box--num {
    order: -1;
    font-size: 6.6666666667vw;
  }

  #page_business .secStrong__box--tit {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }

  #page_business .secStrong__box--txt {
    margin-top: 4vw;
  }

  #page_business .secStrong__box--img {
    width: 100%;
    margin-top: 4vw;
  }

  #page_business .secBusiness {
    padding: 18.6666666667vw 0 26.6666666667vw;
  }

  #page_business .secBusiness__nav {
    margin-top: 10.6666666667vw;
  }

  #page_business .secBusiness__list {
    gap: 2.6666666667vw;
    justify-content: flex-start;
  }

  #page_business .secBusiness__items {
    width: calc((100% - 2.6666666667vw)/2);
  }

  #page_business .secBusiness__items>a {
    padding-block: 3.4666666667vw;
    border-width: .5333333333vw;
    gap: 3.2vw;
    border-radius: 4vw;
    height: 100%;
  }

  #page_business .secBusiness__items--icon {
    width: 17.3333333333vw;
  }

  #page_business .secBusiness__items--tit {
    line-height: 1.3;
  }

  #page_business .secBusiness__items--tit .c-btnObject {
    position: absolute;
    bottom: 1.8666666667vw;
    right: 1.8666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }

  #page_business .secBusiness__items--tit .c-btnObject .icon {
    width: 1.3333333333vw;
    top: .2666666667vw;
  }

  #page_business .secBusiness__section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #page_business .secBusiness__section:first-of-type {
    margin-top: 10.6666666667vw;
  }

  #page_business .secBusiness__section:nth-of-type(n+2) {
    margin-top: 4vw;
  }

  #page_business .secBusiness__section--img {
    order: -1;
  }

  #page_business .secBusiness__section--info {
    padding: 5.3333333333vw 4vw;
  }

  #page_business .secBusiness__section--inner {
    -ms-grid-columns: 12vw 2.1333333333vw 1fr;
    grid-template-columns: 12vw 1fr;
    gap: 2.1333333333vw;
  }

  #page_business .secBusiness__section--tit {
    padding-bottom: 5.3333333333vw;
    border-width: .2666666667vw;
  }

  #page_business .secBusiness__section--tit .tit {
    font-size: 6.1333333333vw;
  }

  #page_business .secBusiness__section--tit .txt {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }

  #page_business .secBusiness__section--txt {
    margin-top: 5.3333333333vw;
    gap: 2.6666666667vw;
  }

  #page_business .secBusiness__section--txt .tit {
    font-size: 4.2666666667vw;
  }

  #page_business .secBusiness__section--txt .txt {
    font-size: 3.4666666667vw;
  }

  #page_business .secBusiness__section--btn {
    position: static;
    margin-block: 2.6666666667vw 5.3333333333vw;
    width: 46.6666666667vw;
    height: 13.3333333333vw;
  }

  #page_business .secBusiness__section--btn .txt {
    font-size: 3.4666666667vw;
  }

  #page_business .secBusiness__section--btn .c-btnObject {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }

  #page_business .secBusiness__section--btn .c-btnObject .icon {
    width: 1.3333333333vw;
  }

  #page_company .secOutline {
    padding-top: 14.6666666667vw;
  }

  #page_company .secOutline .c-table {
    margin-top: 10.6666666667vw;
  }

  #page_company .secOutline .c-table dl:last-of-type {
    border: none;
  }

  #page_company .secOutline__map {
    aspect-ratio: 375/255;
    margin-top: 13.3333333333vw;
  }

  #page_company .secChart {
    padding: 16vw 0 14.6666666667vw;
  }

  #page_company .secChart__img {
    margin-top: 8vw;
  }

  #page_company .secGroup {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }

  #page_company .secGroup__txt {
    margin-top: 10.6666666667vw;
  }

  #page_company .secGroup dl {
    padding: 6.6666666667vw;
    border-radius: 5.3333333333vw;
  }

  #page_company .secGroup dl:first-of-type {
    margin-top: 9.3333333333vw;
  }

  #page_company .secGroup dl:nth-of-type(n+2) {
    margin-top: 4vw;
  }

  #page_company .secGroup dl dt {
    font-size: 4.5333333333vw;
  }

  #page_company .secGroup dl dt .obj {
    width: 8.8vw;
    height: 8.8vw;
  }

  #page_company .secGroup dl dt .obj .line {
    width: 4vw;
    height: .2666666667vw;
  }

  #page_company .secGroup dl dd {
    padding-bottom: 0vw;
  }

  #page_company .secGroup dl dd .list {
    margin-top: 2.6666666667vw;
  }

  #page_index .secHero__tit {
    width: 90%;
    bottom: 16vw;
    left: 50%;
    translate: -50% 0;
  }

  #page_index .secHero__subtit {
    font-size: 2.4vw;
    width: 91%;
    bottom: 8vw;
    left: 50%;
    translate: -50% 0;
    letter-spacing: .04em;
  }

  #page_index .secAbout {
    padding: 32vw 0 45.3333333333vw;
  }

  #page_index .secAbout__img {
    width: 80vw;
    top: 48vw;
    right: -21.3333333333vw;
  }

  #page_index .secAbout__txt {
    font-size: 4.2666666667vw;
    line-height: 2.3125;
    letter-spacing: -0.01em;
  }

  #page_index .secAbout__btn {
    width: 100%;
    height: 18.6666666667vw;
  }

  #page_index .secAbout__slide {
    margin-top: 22.6666666667vw;
  }

  #page_index .secAbout__slide--list {
    -ms-grid-columns: 62.6666666667vw 3.4666666667vw 62.6666666667vw 3.4666666667vw 62.6666666667vw;
    grid-template-columns: 62.6666666667vw 62.6666666667vw 62.6666666667vw;
    gap: 3.4666666667vw;
  }

  #page_index .secBusiness {
    padding-bottom: 21.3333333333vw;
  }

  #page_index .secBusiness__inner {
    display: flex;
    flex-direction: column;
    margin-inline: 5%;
  }

  #page_index .secBusiness__info {
    display: contents;
  }

  #page_index .secBusiness__txt {
    margin-top: 8vw;
    order: 1;
  }

  #page_index .secBusiness__btn {
    width: 100%;
    height: 18.6666666667vw;
  }

  #page_index .secBusiness__btn {
    order: 2;
    margin-top: 8vw;
  }

  #page_index .secBusiness__img {
    position: static;
    width: 100%;
    translate: 0 0;
    margin-top: 14.6666666667vw;
  }

  #page_index .secWorks {
    padding: 20vw 0 21.3333333333vw;
  }

  #page_index .secWorks__slide {
    margin-top: 21.3333333333vw;
  }

  #page_index .secWorks__items--inner {
    left: 5%;
    top: auto;
    bottom: 6.6666666667vw;
    translate: 0 0;
  }

  #page_index .secWorks__items--local {
    font-size: 4.2666666667vw;
    text-underline-offset: 1.3333333333vw;
  }

  #page_index .secWorks__items--tit {
    gap: 2.6666666667vw;
  }

  #page_index .secWorks__items--tit .tit {
    font-size: 5.8666666667vw;
    margin-top: 2.6666666667vw;
  }

  #page_index .secWorks__items--tit .c-btnObject {
    margin-bottom: 0;
  }

  #page_index .secWorks__items--tag {
    margin-top: 5.3333333333vw;
    gap: 1.8666666667vw;
  }

  #page_index .secWorks__items--tag .label {
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw 4.8vw;
    border-width: .2666666667vw;
    border-radius: 5.3333333333vw;
  }

  #page_index .secWorks__items--img::after {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 100vw;
    background: linear-gradient(180deg, rgba(55, 71, 79, 0) 0%, rgb(55, 71, 79) 100%);
  }

  #page_index .secWorks__btn {
    width: 100%;
    height: 18.6666666667vw;
  }

  #page_index .secWorks__btn {
    width: 90%;
    margin-inline: auto;
    margin-top: 13.3333333333vw;
  }

  #page_index .secSustainability {
    padding-top: 22.6666666667vw;
  }

  #page_index .secSustainability__inner {
    margin-inline: 5%;
    display: flex;
    flex-direction: column;
  }

  #page_index .secSustainability__info {
    display: contents;
  }

  #page_index .secSustainability__txt {
    width: 100%;
    margin-top: 8vw;
    order: 1;
  }

  #page_index .secSustainability__logo {
    width: 80vw;
    margin-top: 8vw;
    order: 2;
  }

  #page_index .secSustainability__btn {
    width: 100%;
    height: 18.6666666667vw;
  }

  #page_index .secSustainability__btn {
    order: 3;
    margin-top: 14.6666666667vw;
  }

  #page_index .secSustainability__img {
    position: static;
    width: 100%;
    translate: 0 0;
    margin-top: 14.6666666667vw;
  }

  #page_index .secProperty_product {
    padding: 26.6666666667vw 0 21.3333333333vw;
  }

  #page_index .secProperty_product__txt {
    margin-top: 14.6666666667vw;
  }

  #page_index .secProperty_product__box {
    margin-top: 12vw;
  }

  #page_index .secNews {
    padding: 21.3333333333vw 0;
  }

  #page_index .secNews__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #page_index .secNews__info {
    display: contents;
  }

  #page_index .secNews__btn {
    width: 100%;
    height: 18.6666666667vw;
  }

  #page_index .secNews__btn {
    order: 1;
    margin-top: 14.6666666667vw;
  }

  #page_index .secNews__items {
    border-width: .2666666667vw;
  }

  #page_index .secNews__items:first-child {
    border-width: .2666666667vw;
  }

  #page_index .secNews__items>a {
    padding-block: 6.6666666667vw;
    -ms-grid-columns: 22.6666666667vw 1fr;
    grid-template-columns: 22.6666666667vw 1fr;
  }

  #page_index .secNews__items--inner {
    display: block;
  }

  #page_index .secNews__items--date {
    font-size: 3.2vw;
    margin-top: .5333333333vw;
  }

  #page_index .secNews__items--label {
    font-size: 3.2vw;
    padding: .8vw 2.6666666667vw;
    border-width: .2666666667vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2.6666666667vw;
  }

  #page_index .secNews__items--tit {
    font-size: 3.7333333333vw;
    margin-left: 0;
    margin-top: 1.3333333333vw;
  }

  #page_index .secCompany__inner>a {
    padding: 29.3333333333vw 0;
  }

  #page_index .secCompany__inner>a::before {
    opacity: 0;
  }

  #page_index .secCompany__inner>a::after {
    translate: -50% -50%;
  }

  #page_index .secRecruit {
    padding: 21.3333333333vw 0;
  }

  #page_index .secRecruit__img {
    margin-top: 10.6666666667vw;
  }

  #page_index .secRecruit__btn {
    width: 100%;
    height: 18.6666666667vw;
  }

  #page_index .secRecruit__btn {
    width: 85%;
    bottom: 8vw;
    left: 50%;
    translate: -50% 0;
  }

  #page_index .secRecruit__btn .c-btnStyle1 .txt {
    color: #fff;
  }

  #page_news .secNews {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }

  #page_news .secNews__box {
    margin-top: 12vw;
  }

  #page_news .secNews__items {
    padding: 10.6666666667vw 0;
    border-width: .2666666667vw;
  }

  #page_news .secNews__items--box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.6666666667vw 0;
  }

  #page_news .secNews__items--inner {
    gap: 2.6666666667vw;
  }

  #page_news .secNews__items--date {
    font-size: 4vw;
  }

  #page_news .secNews__items--label {
    font-size: 3.2vw;
    padding: 0 3.7333333333vw;
    border-radius: 4vw;
    border-width: .2666666667vw;
  }

  #page_news .secNews__items--tit {
    font-size: 4.5333333333vw;
    margin-top: 1.3333333333vw;
  }

  #page_news .secNews__items--txt {
    margin-top: 2.6666666667vw;
    max-height: 41.3333333333vw;
  }

  #page_news .secNews__items--btn {
    width: 42.6666666667vw;
    height: 12vw;
    margin-top: 6.6666666667vw;
    margin-left: 0;
  }

  #page_news .secNews__items--btn .txt {
    font-size: 3.2vw;
  }

  #page_news .secNews__items--btn .c-btnObject {
    width: 4vw;
    right: 2.6666666667vw;
  }

  #page_news .secNews__items--obj {
    width: 12vw;
    height: 12vw;
    margin-top: 5.3333333333vw;
  }

  #page_news .secNews__items--obj .line {
    width: 5.3333333333vw;
    height: .2666666667vw;
  }

  #page_news .secNews__btn {
    width: 100%;
    height: 18.6666666667vw;
  }

  #page_news .secNews__btn {
    margin-top: 21.3333333333vw;
  }

  #page_privacy .secPrivacy {
    padding: 13.3333333333vw 0 20vw;
  }

  #page_privacy .secPrivacy__box {
    padding: 0;
  }

  #page_privacy .secPrivacy__list {
    margin-top: 10.6666666667vw;
  }

  #page_privacy .secPrivacy__list dl:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }

  #page_privacy .secPrivacy__list dl dt {
    line-height: 1.48;
  }

  #page_privacy .secPrivacy__list dl dd {
    margin-top: 8vw;
  }

  #page_property_product .js-cnt {
    top: 74.6666666667vw;
  }

  #page_property_product .secIntro {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }

  #page_property_product.property .secIntro {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }

  #page_property_product.property .secIntro__items--box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 8vw 0;
    gap: 5.3333333333vw;
  }

  #page_property_product.property .secIntro__items--box dl {
    gap: 2.6666666667vw;
  }

  #page_property_product.property .secIntro__items--box dl:nth-child(n+2) {
    margin-top: 2.1333333333vw;
  }

  #page_property_product.property .secIntro__items--box dl dt {
    font-size: 3.7333333333vw;
    border-radius: 1.6vw;
    border-width: .2666666667vw;
    padding: 0 3.2vw;
  }

  #page_property_product.property .secIntro__items--box dl dd {
    font-size: 4vw;
  }

  #page_property_product.property .secIntro__items--btn {
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }

  #page_property_product.property .secIntro__items--btn>a {
    width: 50%;
    height: 13.3333333333vw;
  }

  #page_property_product.property .secIntro__items--btn>a:first-of-type .c-btnObject .icon {
    width: 3.7333333333vw;
  }

  #page_property_product.property .secIntro__items--btn>a .txt {
    font-size: 3.2vw;
  }

  #page_property_product.property .secIntro__items--btn>a .c-btnObject {
    width: 4vw;
    height: 4vw;
  }

  #page_property_product.property .secIntro__items--btn>a .c-btnObject .icon {
    width: 1.0666666667vw;
  }

  #page_property_product.property .secIntro__btn {
    width: 100%;
    height: 18.6666666667vw;
  }

  #page_property_product.property .secIntro__btn {
    margin-top: 10.6666666667vw;
  }

  #page_property_product.product .secIntro__box {
    padding: 13.3333333333vw 0 21.3333333333vw;
    border-width: .2666666667vw;
  }

  #page_property_product.product .secIntro__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
    margin-top: 10.6666666667vw;
  }

  #page_property_product.product .secIntro__items {
    -ms-grid-columns: 42.6666666667vw 2.6666666667vw 1fr;
    grid-template-columns: 42.6666666667vw 1fr;
    gap: 2.6666666667vw;
  }

  #page_property_product.product .secIntro__items dl:nth-of-type(2) dd {
    color: #707070;
  }

  #page_property_product.product .secIntro__items dl dt {
    display: none;
  }

  #page_property_product.product .secIntro__items dl dd {
    font-size: 4vw;
  }

  #page_property_product.product .secIntro__items--btn {
    width: 100%;
    height: 12vw;
  }

  #page_property_product.product .secIntro__items--btn>a .txt {
    font-size: 3.2vw;
  }

  #page_property_product.product .secIntro__items--btn>a .c-btnObject {
    width: 4vw;
    height: 4vw;
  }

  #page_property_product.product .secIntro__items--btn>a .c-btnObject .icon {
    width: 1.0666666667vw;
  }

  #page_property_product.product .secAccept {
    margin-bottom: 21.3333333333vw;
  }

  #page_property_product.product .secAccept__inner {
    padding: 10.6666666667vw 8vw 8vw;
    border-radius: 8vw;
  }

  #page_property_product.product .secAccept__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 6.6666666667vw;
    gap: 6.6666666667vw;
  }

  #page_property_product.product .secAccept__items--tit {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }

  #page_property_product.product .secAccept__items--img {
    height: 42.1333333333vw;
  }

  #page_property_product.product .secAccept__btn {
    width: 100%;
    height: 18.6666666667vw;
    margin-top: 9.3333333333vw;
  }

  #page_property_product.product .secAccept__btn>a .txt {
    font-size: 4.8vw;
  }

  #page_property_product.product .secAccept__btn>a .c-btnObject {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }

  #page_property_product.product .secAccept__btn>a .c-btnObject .icon {
    width: 1.3333333333vw;
  }

  #page_sustainability .secIntro {
    padding: 16vw 0 18.6666666667vw;
  }

  #page_sustainability .secIntro__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16vw;
  }

  #page_sustainability .secIntro__tit {
    font-size: 5.8666666667vw;
  }

  #page_sustainability .secIntro__txt {
    margin-top: 8vw;
  }

  #page_sustainability .secIntro__img {
    width: 69.3333333333vw;
    margin-inline: auto;
  }

  #page_sustainability .secIntro__partner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 8vw;
    margin-top: 16vw;
    gap: 8vw;
  }

  #page_sustainability .secIntro__partner--tit .tit {
    font-size: 4.8vw;
  }

  #page_sustainability .secIntro__partner--tit .link {
    margin-top: 1.3333333333vw;
    gap: 1.3333333333vw;
  }

  #page_sustainability .secCase {
    padding: 18.6666666667vw 0 16vw;
  }

  #page_sustainability .secCase__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }

  #page_sustainability .secCase__box {
    padding: 8vw;
    border-radius: 5.3333333333vw;
  }

  #page_sustainability .secCase__box:last-of-type {
    grid-area: auto;
  }

  #page_sustainability .secCase__box--img {
    height: 14.6666666667vw;
  }

  #page_sustainability .secCase__box--tit {
    font-size: 4.8vw;
    padding: 6.6666666667vw 0 2.6666666667vw;
  }

  #page_sustainability .secCase__box--btn {
    width: 45.3333333333vw;
    height: 12vw;
    margin-top: 9.3333333333vw;
    margin-inline: auto;
  }

  #page_sustainability .secCase__box--btn .txt {
    font-size: 3.4666666667vw;
    left: -1.3333333333vw;
  }

  #page_sustainability .secCase__box--btn .c-btnObject {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }

  #page_sustainability .secCase__box--btn .c-btnObject .icon {
    width: 1.3333333333vw;
  }

  #page_sustainability .secCase__box dl {
    margin-top: 5.3333333333vw;
  }

  #page_sustainability .secCase__box dl dt,
  #page_sustainability .secCase__box dl dd {
    padding-left: 4.2666666667vw;
  }

  #page_sustainability .secCase__box dl dt {
    font-size: 4.2666666667vw;
  }

  #page_sustainability .secCase__box dl dt::before {
    top: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: .2666666667vw;
  }

  #page_sustainability .secCase__box dl dd {
    margin-top: 1.3333333333vw;
  }

  #page_sustainability .secPolicy {
    padding: 14.6666666667vw 0 21.3333333333vw;
  }

  #page_sustainability .secPolicy__inner {
    margin-top: 10.6666666667vw;
  }

  #page_sustainability .secPolicy__inner dl:nth-of-type(n+2) {
    margin-top: 10.6666666667vw;
  }

  #page_sustainability .secPolicy__inner dl dt {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    border-width: .2666666667vw;
  }

  #page_sustainability .secPolicy__inner dl dd {
    margin-top: 6.6666666667vw;
  }

  #page_works .secWorks {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }

  #page_works .secWorks__box {
    padding-inline: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }

  #page_works .secWorks .c-sort {
    margin-top: 10.6666666667vw;
  }

  #page_works .secWorks .c-sort__category {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.6666666667vw 1fr 2.6666666667vw 1fr 2.6666666667vw 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.6666666667vw;
  }

  #page_works .secData {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }

  #page_works .secData .c-table dl {
    -ms-grid-columns: 18.6666666667vw 1fr;
    grid-template-columns: 18.6666666667vw 1fr;
  }

  #page_works .secData .c-table dl:first-of-type {
    margin-top: 10.6666666667vw;
  }

  #page_works .secData .c-table dl dt {
    font-size: 3.4666666667vw;
  }

  #page_works .secData .c-table dl dd {
    font-size: 4vw;
  }

  #page_works .secOther {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }

  #page_works .secOther__box {
    margin-top: 10.6666666667vw;
    padding-inline: 2.6666666667vw;
  }

  #page_works .secOther__box .c-works__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #page_works .secOther__box .c-works__items--tit {
    font-size: 4.5333333333vw;
  }

  #page_works .secOther__btn {
    width: 100%;
    height: 18.6666666667vw;
  }

  #page_works .secOther__btn {
    width: 90%;
    margin-top: 14.6666666667vw;
  }
}

@media (min-width: 767px)and (max-width: 1365.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media print {
  *,
  *::before,
  *::after {
    background: rgba(0,0,0,0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media (any-hover: hover) {
  .l-nav__link:hover {
    color: #0a85ff;
  }

  .l-contact a:hover {
    color: #fff;
  }

  .l-contact a:hover .c-headingStyle1 .ja .txt {
    color: #fff;
  }

  .l-contact a:hover .c-headingStyle1 .ja .obj {
    border-color: #fff;
  }

  .l-contact a:hover .c-headingStyle1 .en {
    color: #fff;
  }

  .l-contact a:hover .c-btnObject.-contact {
    border-color: #fff;
  }

  .l-contact a:hover .c-btnObject.-contact .icon svg {
    stroke: #fff;
  }

  .l-contact a:hover::after {
    translate: -50% -50%;
  }

  .l-footer__list li>a:hover {
    opacity: .7;
  }

  .l-footer__banner:hover {
    opacity: .7;
  }

  .l-footer__btn .c-btnStyle1:hover .icon {
    fill: #fff;
  }

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

  .c-btnStyle1:hover::before {
    translate: -50% -50%;
  }

  .c-btnStyle1:hover .txt {
    color: #fff;
  }

  .c-btnStyle1:hover .c-btnObject {
    background: #fff;
  }

  .c-btnStyle1:hover .icon svg {
    stroke: #0a85ff;
  }

  .c-btnStyle1.-cta.-recruit:hover {
    border-color: #0a85ff;
    color: #0a85ff;
  }

  .c-btnStyle1.-cta.-contact:hover {
    border-color: #fff;
    color: #fff;
  }

  .contact__agreeBox span>a:hover {
    text-decoration: none;
  }

  .sec-form__link:hover {
    border-color: rgba(0,0,0,0);
  }

  .c-works__items>a:hover .c-works__items--img img {
    scale: 1.05;
  }

  .c-property_product__items>a:hover .c-property_product__items--img img {
    scale: 1.05;
  }

  .c-property_product__items>a:hover .c-btnObject {
    background: #0a85ff;
  }

  .c-property_product__items>a:hover .c-btnObject .icon svg {
    stroke: #fff;
  }

  #page_business .secBusiness__items>a:hover {
    scale: .95;
  }

  #page_index .secAbout__btn>a:hover::after {
    border-color: #fff;
  }

  #page_index .secNews__items>a:hover .secNews__items--tit {
    text-decoration: none;
  }

  #page_index .secCompany__inner>a:hover::before {
    opacity: 0;
  }

  #page_index .secCompany__inner>a:hover::after {
    translate: -50% -50%;
  }

  #page_index .secRecruit__img>a:hover .c-btnStyle1::before {
    translate: -50% -50%;
  }

  #page_index .secRecruit__img>a:hover .c-btnStyle1 .txt {
    color: #fff;
  }

  #page_index .secRecruit__img>a:hover .c-btnStyle1 .c-btnObject {
    background: #fff;
  }

  #page_index .secRecruit__img>a:hover .c-btnStyle1 .icon svg {
    stroke: #0a85ff;
  }

  #page_news .secNews__items--btn>a:hover .c-btnObject .icon svg {
    stroke: #fff;
  }

  #page_property_product.property .secIntro__items--btn>a:first-of-type:hover .c-btnObject {
    background: none;
  }

  #page_property_product.property .secIntro__items--btn>a:first-of-type:hover .c-btnObject .icon svg {
    stroke: #fff;
  }

  #page_sustainability .secIntro__partner--tit .link:hover .txt {
    text-decoration: none;
  }
}
/*# sourceMappingURL=styles.css.map */